-
polarianmvanbaak: just hope you don't get shock and awed :p
-
ianthetechieSpeaking of wireguard running too slow, I had a fun one the other day. Turns out my home ISP was running a v4 over v6 tunnel or something that was adding extra overhead for every packet. The standard wg MTU adjustment wasn't enough, so I was getting packet fragmentation like crazy. Dropped the MTU and tunnel was back to normal speeds again.
-
Matt|homeo\
-
fengshaunis vm-bhyve still the go-to for running bhyve guests?
-
wavefunctionyes
-
fengshaunthanks
-
pkubaji have optiplex 3050 micro running 15.1 and can't get any audio from the front panel minijack
-
pkubajsndstat shows: Installed devices:
-
pkubajpcm0: <Realtek ALC255 (Front Analog Line-out)> (play) default
-
pkubajpcm1: <Intel Kaby Lake (HDMI/DP 8ch)> (play)
-
pkubajNo devices installed from userspace.
-
pkubajit's unmuted in mixer
-
voy4g3r2has anyone tried to use: github.com/FreeBSDFoundation/pkgbasify to transition their freebsd 15 from "traditional" upgrades to the pkgbase? I was thinking of doing in a jail.. and seeing if anyone had an experience good or bad using this?
-
ianthetechievoy4g3r2: I didn't do it on a jail specifically. I ran it on a regular host though. No issues (beyond one of my own making and failing to read the 15.1 upgrade notes in full and skipping the ports kmods update before rebooting haha).
-
ianthetechieFor my jails, they are treated as disposable (managed using AppJail; easy to recreate). After the upgrade, I switched all of them over to pkgbase too (created a new pkgbase jail base, which AppJail can automate now, and rebuilt the jails off that).
-
voy4g3r2ohhh interesting take on the appjail and base idea.. thank you ianthetechie
-
ianthetechieSure thing voy4g3r2! If you wont to take a look, my whole setup is open source. Nothing about the AppJail setup itself (the docs are good and the maintainer is GREAT), but maybe some inspiration for how to set up the services: codeberg.org/ianthetechie/appjails
-
mewtCurrently it seems my rsync, on 14.4-RELEASE-p6, requires libcrypto.so.111, which I don't have... This seems to usually be a ports-related thing from reading, but I didn't compile rsync from ports
-
mewtam fully upgraded and freebsd-version -kru shows 14.4 for everything, as far as I can tell
-
mewtnvm, had missed a freebsd-update fetch
-
CrtxReavrmewt: ldd `which rsync`
-
mewtyes, did
-
rwpAnd the result was...?
-
jbodch, ping
-
jbodch, it's not smooth sailing after all
-
jbodch, did the thing, took out the other old disk too (only booting from one now). the system is booting but then I get:
-
jboZFS WARNING: Unable to open $dev for writing (error=1)
-
jboit lists that message both for the new drive and the now disconnected other old drive
-
jboif I have both the new drive and one of the old ones plugged in, the machine boots happily and zpool status looks good.
-
dchwhat does `zpool status -v` and `zpool list -v` show? output of `gpart show -l` is probably also useful
-
jbo
-
jbolooks good to me. not sure why gpart backup|restore created the -free- (3.0K) section on the new disk tho.
-
jbodifference on the new disk (ada1) between `gpart show` and `gpart show -l` tho: paste.jvnv.net/view/8eM7D
-
jboah, that's just labels, never mind.
-
dchjbo: from a zfs side other than having the raw device name ada0p4 instead of gpt/disk0_zfs or whatever zfs seems happy
-
dchpartitions look 4k aligned so this seems all good
-
jbodch, both old disks in the mirror didn't use GPT labels yet. I added the new one with a label.
-
jbothat shouldn't break things, right?
-
dchno
-
dcheven if the device names get renumbered for some reason zfs will figure it out
-
jboada0p4 is the one I want to replace next but first I need to be able to boot from the new one and that's where things go wrong
-
dchit just looks nicer with gpt ones
-
dchI assume this is both rebootable at will and close at hand
-
jboyep
-
dchjbo: if you only have the new ada1 present, does it boot? and if not how far does it get?
-
dchada1p1 should be an EFI partition, with msdosfs type
-
jbodch, that's where things are going wrong. if I only have new ada1 plugged in, it starts booting, but then eventually fails with the "ZFS WARNING: Unable to open $dev for writing (error=1)
-
dchso you get as far as the beastie boot loader?
-
jboyeah
-
jbonot an EFI problem
-
dchand then it manages to load the kernel? but then fails?
-
jboI just repeated the experiment for a 4th time but this time I first detached ada0 from the zpool and now it seems happy...
-
jbowhich is concerning because if the drive would physically fail the machine wouldn't be able to boot from the other, good drive?!
-
» dch sprinkles holy water on ada0
-
jbo:D
-
dchare you sure it ever booted from the other drive?
-
jboyeah
-
dcheither you only have EFI partition set up on 1 drive, or your firmware isn't set up to boot from the 2nd device
-
jboI guarantee it booted fine from either of the old disks 1 hour ago before I started dicking around
-
dchok thats good
-
jbothe ZFS WARNING which prevents booting is concerning
-
dchso this looks like a hybrid boot system, bios+gpt layout
-
dchI think the error is coming from geom tasting
-
jbodch, after manually detaching the old drive from the pool everything seems to be fine...
-
dchjbo: so make sure all the partitions are labelled, and initialised, the bios boot sectors are written, and the efi partition is mountable as msdos, and has the correct bits present
-
jbonow both are new disks and it boots happily from either without the ZFS write issue
-
topcat001ddr5 unbuffered ecc ram
-
topcat001sorry wrong channel
-
masonDDR5 is only quasi-ECC isn't it?
-
mason
-
cracauerYou can buy real ECC with DDR5.
-
cracauerThe decaf default ECC is worthless.
-
mfisherhaha
-
duncanthe built-in ECC is cuz they run at such a high frequency, they'd fail without it
-
duncanit is basically dishonest when manufacturers use it to sell the sticks
27 minutes ago