Slashdot Mirror


Linux Kernel 4.6.1 Released; Some Users Report Boot Issue

Marius Nestor, reporting for Softpedia (condensed): Linux kernel 4.6.1 is already here, only two weeks after the official launch of the Linux 4.6 kernel series. For those not in the loop, Linux 4.6 branch is the latest and most advanced kernel branch available right now for GNU/Linux operating systems, but it looks like its adoption is a little slow at the moment. "I'm announcing the release of the 4.6.1 kernel. All users of the 4.6 kernel series must upgrade," says Greg Kroah-Hartman. "The updated 4.6.y git tree can be browsed at the normal kernel.org git web browser."
Some users are apparently facing boot failure issue on the latest version. An anonymous tipster tells Slashdot: Several folks on the web have reported a regression in the latest Linux kernels, starting with 4.6.1 and including the 4.7 beta that prevents booting and drops to busybox, at least the one supplied by the Ubuntu PPA. The boot sequence ends with "address family not supported by protocol: error getting socket" and then, "error initializing udev control socket" (screenshot here).

3 of 161 comments (clear)

  1. Re:really? IPv7 already in the kernel? by Anonymous Coward · · Score: 5, Funny

    That's it! Back to Windows 10!

  2. Re:Could systemd be responsible for the boot issue by pD-brane · · Score: 3, Funny

    cat /var/log/syslog | grep foo | less

    You are overly piping; can do grep foo /var/log/syslog | less.

  3. Re:Could systemd be responsible for the boot issue by recjhl · · Score: 3, Funny

    For example, if I want all the kernel errors from two boots ago, it's just journalctl -p err -b -2 -k. You can get the same thing with grep but it's a lot more work.

    Two boots ago systemd did not exist.