[10:10] the update for libc wich is released for ubuntu 22.04, does that update need a reboot of the server? [10:11] nevermind i got already a response on my question === Thumpxr2161 is now known as Thumpxr216 [13:56] I'm running a bunch of ubunutu servers as a diskless PXE cluster, however to update the vmlinuz and initrd image I have to link to one compiled for nfs boot, which is created with 600 permsions, to PXE I need a+r, I can do that manually, but I was curious how to get the new images to create with that default [13:57] I am setting up an intel NIC with the ixgbe module. It works if I 'rmmod ixgbe' and 'modprobe ixgbe', but it doesn't work after a reboot. I added 'ixgbe' in /etc/modules, and it shows up in 'lsmod' after a reboot, but the interfaces don't show up until i manually rmmod and modprobe. any ideas? [14:44] oh nvm. I had a typo in my grub config for unsupported SFP :-S i also had a config file for the module which enabled it, so that's why it worked when manually doing modprobe [14:47] at least I hope that's all it was. still testing. [14:49] yep that was it. sheesh [18:46] is it possible to tell autoinstall to wait before rebooting? [19:23] p3lim: no official means, but commands run in late-commands are blocking. I add a "while [ ! -f /run/finish ] ; do sleep 1 ; done" to late commands sometimes. [19:23] cheers, I'll do the same [19:24] at that point the install is all but done - but /target is still mounted, so you can inspect the results [19:25] yeah that's my purpose too, just want to delay the finalizer so I can manually test out stuff that will eventually go into late-commands [19:25] nice. Yes, the above should work well for that. [19:36] also wondering if there is a step between storage and whatever comes after it where I can run commands [19:37] my problem is that curtin doesn't support creating btrfs subvolumes [19:37] nor does it seem to be any development on that matter: https://bugs.launchpad.net/subiquity/+bug/1881932 [19:37] -ubottu:#ubuntu-server- Launchpad bug 1881932 in subiquity "subiquity isn't able to create btrfs subvolumes during installation" [Undecided, Triaged] [19:37] it's been open for over 3 years now [19:39] no, no specific commands point after storage. I understand that this bug has been open for some time but the demands of the installer are very high, and it hasn't made it to the top of the pile. [19:41] kinda forces me to pick a different distro if there's no way around it [20:54] Hey all, I'm having an interesting problem. Ubuntu 20.04 FIPS on Azure. Started seeing extreme slowdown in our web UI recently. Load/CPU/RAM is all low, plenty of free HDD. Rebooted the VM and it's still slow. Took 10 minutes to boot due to "creating volatile files and directories" but then it spins up just fine. I'm running top and atop, and tailing logs files, but I'm not seeing anything right off. MySQL doesn't [20:54] show any runaway processes. Any thoughts on what else to check for performance? [20:59] I would check I/O on network and disk [21:06] ok, I'll look further. [21:26] maybe creating a command point after storage would be easier than adding fully tested btrfs support, but allow people to roll their own (case-specific) solution? === justache is now known as justHaunting