=== cascardo_ is now known as cascardo [11:39] https://9to5linux.com/linux-kernel-5-19-reached-end-of-life-users-urged-to-upgrade-to-linux-kernel-6-0 [12:24] hello, is there a command or a tool to check kernel releases and info? [12:29] brkcore: `uname -a` ? [12:30] Piraty, thats for the current installed [12:31] I am asking for quick check in terminal on whats available, whats stable whats beta, any other info as well [12:50] i usually do something like `apt search linux-image | grep '6\.0'` [12:50] brkcore: [12:51] i skimmed docs / wiki but couldn't find anything about what `linux-image-6.0.0-1002-oem` is supposed to mean [12:52] and for $reasons , running mainline fails spectecularly for me [12:56] sorry I was on the phone [12:57] apt doesnt have a stable cli interface, use with caution in scripts [12:58] Piraty, apt-search linux-image ... just do fine. I have to just use some options in the search. thats fine [12:58] thanks [13:00] o/ [13:01] I'm having an issue with 5.15.0-52-generic and a mellanox NIC [13:02] even if I pass net.ifnames=0 the interface gets renamed to a predictable scheme [13:02] brkcore: you can grep on the repo index file , or use `apt-cache search linux-image` for that [13:02] does it ring any bells? [13:02] nibbon_: that is usually part of some udev rule i think [13:04] https://github.com/systemd/systemd/blob/main/docs/PREDICTABLE_INTERFACE_NAMES.md , not really related to the kernel [13:14] Piraty, thanks mate! [13:19] Piraty: hmm, I do not have any udev rules related to that [13:19] it's weird because the kernel spits this during boot: [13:19] i didn't them either on this ubuntu machine [13:19] mlx5_core 0000:5f:00.0 enp95s0f0np0: renamed from eth0 [13:20] so, it seems net.ifnames=0 does it job but at some point either the driver or something else decided to rename the interface === m_ueberall is now known as ueberall === sforshee_ is now known as sfoshee [21:09] nibbon_: you may need another change since that appears to be a USB interface> sudo ln -s /dev/null /etc/systemd/network/99-default.link