/srv/irclogs.ubuntu.com/2022/10/25/#ubuntu-kernel.txt

=== cascardo_ is now known as cascardo
bittinhttps://9to5linux.com/linux-kernel-5-19-reached-end-of-life-users-urged-to-upgrade-to-linux-kernel-6-011:39
brkcorehello, is there a command or a tool to check kernel releases and info?12:24
Piratybrkcore: `uname -a` ?12:29
brkcorePiraty, thats for the current installed12:30
brkcoreI am asking for quick check in terminal on whats available, whats stable whats beta, any other info as well  12:31
Piratyi usually do something like `apt search linux-image | grep '6\.0'`12:50
Piratybrkcore: 12:50
Piratyi skimmed docs / wiki but couldn't find anything about what `linux-image-6.0.0-1002-oem` is supposed to mean12:51
Piratyand for $reasons , running mainline fails spectecularly for me 12:52
brkcoresorry I was on the phone12:56
brkcoreapt doesnt have a stable cli interface, use with caution in scripts12:57
brkcorePiraty, apt-search linux-image ... just do fine. I have to just use some options in the search. thats fine12:58
brkcorethanks12:58
nibbon_o/13:00
nibbon_I'm having an issue with 5.15.0-52-generic and a mellanox NIC13:01
nibbon_even if I pass net.ifnames=0 the interface gets renamed to a predictable scheme13:02
Piratybrkcore: you can grep on the repo index file , or use `apt-cache search linux-image` for that13:02
nibbon_does it ring any bells?13:02
Piratynibbon_: that is usually part of some udev rule i think13:02
Piratyhttps://github.com/systemd/systemd/blob/main/docs/PREDICTABLE_INTERFACE_NAMES.md , not really related to the kernel13:04
brkcorePiraty, thanks mate!13:14
nibbon_Piraty: hmm, I do not have any udev rules related to that13:19
nibbon_it's weird because the kernel spits this during boot:13:19
Piratyi didn't them either on this ubuntu machine13:19
nibbon_ mlx5_core 0000:5f:00.0 enp95s0f0np0: renamed from eth013:19
nibbon_so, it seems net.ifnames=0 does it job but at some point either the driver or something else decided to rename the interface13:20
=== m_ueberall is now known as ueberall
=== sforshee_ is now known as sfoshee
Jeremy31nibbon_: you may need another change since that appears to be a USB interface>  sudo ln -s /dev/null /etc/systemd/network/99-default.link21:09

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