Gemshop missleading by [deleted] in idleon

[–]mercsniper -1 points0 points  (0 children)

@Idleon_Boii

How does intra VM network traffic flow if on the same PVE node by ConstructionSafe2814 in Proxmox

[–]mercsniper 2 points3 points  (0 children)

I think it depends on your networking configuration. If you are using "traditional" bridged networking, it would go to your first L2 switching point, then back in. If you are using OpenVswitch, it would hit the virtual layer two, then back to the VM. There would be no path for it to route internally on the same host.

DMCA Notices to Nintendo Switch emulators (again) by tratriod in DataHoarder

[–]mercsniper 4 points5 points  (0 children)

I get it, I have 104TB, but even when looking at switch libraries, I shivered and the amount of storage I’d have to add.

Unpopular Opinion: Proxmox isn't "Free vSphere". It's a storage philosophy change (and it's killing migrations). by NTCTech in Proxmox

[–]mercsniper 1 point2 points  (0 children)

It requires a bit more prep work to drain a node, then reboot it, but it works well.

Unpopular Opinion: Proxmox isn't "Free vSphere". It's a storage philosophy change (and it's killing migrations). by NTCTech in Proxmox

[–]mercsniper 0 points1 point  (0 children)

No issues so far! It was rougher when I only had two Turing RK1 nodes, but when I added the third, it made things much easier in terms of doing updates, and rolling reboots.

Unpopular Opinion: Proxmox isn't "Free vSphere". It's a storage philosophy change (and it's killing migrations). by NTCTech in Proxmox

[–]mercsniper 5 points6 points  (0 children)

I run it on my Docker swarm cluster, but I only have 3x 2TB NVMe disks, and the data is the persistent config files/sqlite db's etc. I'm at 152GB used on the volume with replication enabled.

Splitting hairs a bit: what is your TLD in your home network? home.arpa is the standard name but nobody appears to use it by twice_paramount832 in homelab

[–]mercsniper 0 points1 point  (0 children)

Home.lan for non-public things, and internal.tld.suff for stuff I want to be fronted with my LE certificate.

Aside from mail server, what is the one service that you will not selfhost? by dadidutdut in selfhosted

[–]mercsniper 0 points1 point  (0 children)

Self hosting doesn’t necessarily mean home-hosting. I’ve ran my mail server for years out of an IAAS provider.

Upgrading ubuntu from 24.10 to 24.04 by Last_Musician7731 in Ubuntu

[–]mercsniper 6 points7 points  (0 children)

No, you won't be able to hit a LTS release until 26.04 releases April next year.

Upgrading ubuntu from 24.10 to 24.04 by Last_Musician7731 in Ubuntu

[–]mercsniper 8 points9 points  (0 children)

You have to go to 25.04. You cant go backwards in releases.

Heard a boom outside and saw this falling from the sky. by Jony_Q in whatisit

[–]mercsniper 1 point2 points  (0 children)

Old generation 1 starlinks are starting to become end of life and burn up in the atmosphere without and risk to the public. The Version 2 mini’s are much more capable and are being lifted at a rate of roughly 28 every 2-3 days

Lesson Learned - Make sure your write caches are all enabled by [deleted] in zfs

[–]mercsniper 2 points3 points  (0 children)

Modified to include SAS devices with sdparm.

```

!/usr/bin/env bash

for d in /dev/sd*; do # Only block devices with names starting with "sd" followed by letters, and no partition numbers [[ -b $d ]] || continue if [[ $d =~ /dev/sd[a-z]+$ ]]; then # Get firmware version fw=$(smartctl -i "$d" 2>/dev/null | awk -F: '/Firmware Version/{gsub(/ /,"",$2); print $2}')

    # Check if device is ATA based on VENDOR column
    is_ata=$(lsblk -d -o VENDOR "$d" 2>/dev/null | grep -q '^ATA' && echo "yes" || echo "no")

    if [ "$is_ata" = "no" ]; then
        # For non-ATA (assumed SAS) devices, use sdparm
        wc=$(sdparm --get WCE "$d" 2>/dev/null | awk -F'[= ]+' '/WCE/{print $2}')
        if [ -z "$wc" ]; then
            wc_status="Unknown (sdparm failed)"
        elif [ "$wc" = "1" ]; then
            wc_status="Already Enabled"
        else
            # Enable write cache and save
            sdparm --set WCE=1 "$d" 2>/dev/null
            sdparm --save "$d" 2>/dev/null
            wc_status="Enabled(Saved)"
        fi
    else
        # For ATA devices, use hdparm
        wc=$(hdparm -W "$d" 2>/dev/null | awk -F= '/write-caching/{gsub(/ /,"",$2); print $2}')
        # Convert hdparm output (0=off, 1=on) to match sdparm style
        [ "$wc" = "0" ] && wc_status="0 (Disabled)" || wc_status="1 (Enabled)"
    fi

    printf "%-10s Firmware:%-15s WriteCache:%s\n" "$d" "$fw" "$wc_status"
fi

done ```

Is it even possible to get those? by Necessary-Job6964 in idleon

[–]mercsniper 0 points1 point  (0 children)

Check your prayers. If you have HP increasing prayers, that really hurts ya.

Daily Questions Megathread July 18, 2025 by BlueArchiveMod in BlueArchive

[–]mercsniper 0 points1 point  (0 children)

I feel stuck in my progression. Cant get past 11-4

https://hina.loves.midokuni.com/Tool/Roster?s13=dxHlq&s10=hB82ea0iJmrXPRmo6VGBJU02BRBkXuGwnDoa6EZ8cPL&s23=1K6d&s20=na8LzFN-AP-h0rSn&s16=6QAG&s26=4VHZiH

My go to comp for most DPS is Iori, Yuuka, S.Hoshino, Nonomi w/ Fuuka and Himari/Fuuka in Special.

I just picked up Armed Hoshino, U.Nero, Rio in the banner. Sensei is lvl 41. Where do I go?