/srv/irclogs.ubuntu.com/2024/08/18/#ubuntu-server.txt

=== JanC is now known as Guest757
=== TWPEagle2 is now known as TWPEagle
SJrXHow do I rollback my kernel in Ubuntu 22.04, apparently an upgrade broke virtual box and I need to go from 5.15.0-118-generic to 5.15.0-107-generic but I can't find packages on packages.ubuntu.com for these, and not sure of all the packages I need to get old versions of.17:11
patdk-lapif you deleted it from your system your unlikely to find it17:12
patdk-lapnormally the old version is removed when a update is released17:12
patdk-lapbut it should still be on your system, just pick it from grub when your system boots17:13
JanCthe previous kernel should never be auto-removed18:16
JanCand the old versions of packages all stay in the pool on the archive server (but it's more than one package you'll need!)18:19
JanCSJrX: is the 5.15.0-107-generic kernel still in /boot ?18:21
SJrXLet me check18:29
SJrXOh I guess 113 is, and maybe that works.18:30
SJrXI guess how can I switch to it (I'm on a server), and also prevent random updates from eventually removing it.18:33
JanCSJrX: it should never remove the currently running kernel18:42
SJrXSo if I just fiddle with the grub config? to point to the old version by default it will never be removed?18:43
JanCand you can use GRUB_DEFAULT in /etc/default/grub to boot a particular GRUB menu entry18:44
JanCsee info grub (as mentioned in that configuration file) for some help18:44
JanCalso: Virtualbox is not officially supported; it's better to use something based on the standard built-in linux virtualisation (kvm) instead18:49
=== Darthix is now known as exDarthix
patdk-lapyou have to run apt-get autoremove, to remove old kernels18:52
lotuspsychj3JanC: virtualbox is on the ubuntu repos right?18:53
JanCin multiverse...18:54
JanCI don't think anyone tests its DKMS package before doing a kernel update...18:55
patdk-lapI would have to say no testing of dkms stuff is ever done, they have always broken stuff for me18:55
patdk-laphttps://askubuntu.com/questions/58364/whats-the-difference-between-multiverse-universe-restricted-and-main18:56
JanCI think they do/did some testing for stuff in restricted?18:56
JanClike nvidia?18:57
patdk-lapI always had issues with aws stuff, but ubuntu now publishes an aws kernel so18:57
JanCyeah, such vendor-specific kernels are probably tested for their own stuff too18:58
LeGuestNot sure if this is the right place to ask - I'm trying to migrate away from CentOS7 to Ubuntu 24.04 using a Plesk extension. It compares the enabled apache modules and is giving me a warning about missing modules on the ubuntu machine (namely mod_systemd and mod_dumpio). I can't find them in the standard repos. I'm lost on where to get them20:18
LeGuestoutside of building them from source, which is a tad outside of my comfort zone. Couldn't find any alternative repo that might have them. Is anyone able to point me in the right direction?20:18
SJrXJanC what do you mean VirtualBox is not officially supported? 20:58
JanCLeGuest: doesn't Plesk come with documentation?21:06
JanCbut mod_dumpio seems to be in the apache2-bin package21:06
JanCI don't think there is a mod_systemd though?21:10
JanCSJrX: maybe you can file a bug report about the missing mod_systemd21:20
JanClooks like it is fairly new and has to be enabled for it to be built21:21
JanCDebian also not building it yet21:34
SJrXSorry JanC is that for me? 21:35
JanCeh, sorry, that was for LeGuest 21:36
patdk-lapsjrx why would virtualbox be officially supported?21:40
patdk-lapit is marked as unsupported21:40
SJrXI dunno what "supported" means in this context. I guess I'm not sure what the difference between all the various package repos like multiverse is, but my assumption would be that if a package is here: https://packages.ubuntu.com/jammy/virtualbox and another package breaks it, someone might care?21:42
patdk-lapnope21:42
patdk-lapif it is in multiverse or universe that means, ubuntu will *build the package* but it does not make sure it works, functions, updated, security patched, ...21:43
tomreynwith ubuntu pro you get 10y support for universe21:46
tomreynincl. security coverage for critical, high and selected medium CVEs21:47
LeGuestJanC It does have documentation but it doesn't go further than "if you're missing modules use apt search to find and install them". The forum threads regarding issues with different packages also remained mostly unanswered. If I'm reading you correctly my only options are to ignore the warning or build from source?21:48
SJrXAh I guess I don't know how we got on this topic of support, it does look like someone on launch pad is going to fix this and there is another work around that works for the moment.21:48
JanCLeGuest: assuming it works without those, you can just ignore it, I suppose21:49
patdk-lapwell, you asked why it was unsupported and why it was broken21:49
SJrXOh I asked what JanC meant by not officially supported, as I'm not paying for anything I was just surprised by that topic coming up. I read the bug in launch pad a bit more and they are going to fix it, and there is another workaround that I can try.21:51
JanCVirtualbox is "community supported", meaning it will get fixed if someone fixes it   :)21:51
JanCbut there are no guarantees21:51
JanCand especially anything that uses DKMS can break easily when the kernel changes21:52
patdk-lapya, I think my patches are all closed now, from 200821:52
patdk-lapnever merged21:52
JanCother packages are unlikely to break on kernel updates, I suppose21:54
JanCpackages that don't depend on custom kernel modules21:54
patdk-lapya, dkms + hwe is a mess21:54
LeGuestI'll cross my fingers. If mod_dumpio is included I'm only missing mod_systemd. Thanks for your help!21:55
JanCoh, I didn't check if that was a HWE kernel21:55
patdk-lapno, it wasn't in that case21:56
JanCmore kernel changes = even more likely to break...21:56
JanCthat's why using (something based on) kvm for virtualisation will likely save you a lot of trouble  :)22:00
patdk-lapthen you get the other fun I have, like with iscsi lio22:04
patdk-lapuserspace tools dont match kernel space22:04
patdk-lapthough, I think drbd is worse22:05
patdk-lapI think kernel ships with 9.x and userspace ships with 8.x22:05
JanChmm... https://packages.ubuntu.com/drbd-utils looks like all 9.x to me?22:23
patdk-lapmaytbe it was the other way around then? kernel had 8.x22:38
patdk-lapI installed drbd-dkms to resolve the issue22:38
patdk-lapversion:        8.4.1122:40
patdk-lapyep, one shipped with jammy is only 8.422:41
patdk-lapso kernel is 8.4, utils are 9.15, and in order to fix it, have to publish your own drbd-dkms package22:42
patdk-lapeven noble still ships with 8.4 in the kernel22:43
JanCsounds like that deserves a bug report then  :)22:45
JanCunless userspace 9.x can work with kernelspace 8.x 22:46
patdk-lapit does *mostly*22:46
patdk-lapwhy it took me so long to figure out why the things that didn't work, didn't work22:46
JanCthe kernel & drbd-utils are in main, so should be supported if you file bug reports  ;)22:47

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!