Re: [systemd-devel] Cannot boot after upgrading to latest git version

2014-02-22 Thread Dave Reisner
On Sat, Feb 22, 2014 at 04:05:31PM +0100, Armin K. wrote:
 Hi, I just finished upgrading to latest git master and I can't boot anymore.

Without knowing what version you upgraded *from*, this is incomplete
information.

 Partitions are failing to mount, even though I can confirm that correct
 device nodes exist in /dev when I enter the rescue mode shell. I don't
 use initramfs on this system, so all drivers are mostly built into
 kernel and devtmpfs is mounted even before systemd is started, so at
 least /dev/sda7 should be detected, but it isn't as you can see.
 
 Attached is the journalctl -xb log from rescue console.

There's been a number posts like this on the list recently, all of
which point to the kernel not having CONFIG_FHANDLE=y.
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel


Re: [systemd-devel] Cannot boot after upgrading to latest git version

2014-02-22 Thread Armin K.
On 02/22/2014 05:18 PM, Dave Reisner wrote:
 On Sat, Feb 22, 2014 at 04:05:31PM +0100, Armin K. wrote:
 Hi, I just finished upgrading to latest git master and I can't boot anymore.
 
 Without knowing what version you upgraded *from*, this is incomplete
 information.
 

Sorry, I was using version 208, tarball from fd.o, no additional patches.

 Partitions are failing to mount, even though I can confirm that correct
 device nodes exist in /dev when I enter the rescue mode shell. I don't
 use initramfs on this system, so all drivers are mostly built into
 kernel and devtmpfs is mounted even before systemd is started, so at
 least /dev/sda7 should be detected, but it isn't as you can see.

 Attached is the journalctl -xb log from rescue console.
 
 There's been a number posts like this on the list recently, all of
 which point to the kernel not having CONFIG_FHANDLE=y.
 

Indeed, I don't have CONFIG_FHANDLE set in my kernel. I didn't notice it
before though, and changelog didn't mention it like it did compat-libs
and kdbus. Oh well, it's my mistake for not reading README again.

Rebuilding kernel now, I'll complain again if something breaks.

Thanks.

-- 
Note: My last name is not Krejzi.
___
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel