[systemd-devel] Problems with systemd master

Richard Purdie richard.purdie at linuxfoundation.org
Fri Feb 14 08:32:27 PST 2014


On Fri, 2014-02-14 at 16:47 +0100, Kay Sievers wrote:
> On Fri, Feb 14, 2014 at 4:23 PM, Richard Purdie
> <richard.purdie at linuxfoundation.org> wrote:
> 
> > systemd[1]: Expecting device dev-ttyS0.device...
> >          Expecting device dev-ttyS0.device...
> > systemd[1]: job_get_timeout dev-ttyS0.device 1/96903843 0/18446744073709551615 -> 1/96903843
> > [*     ] A start job is running for dev-ttyS0.device (15s / 1min 30s)
> > systemd[1]: job_get_timeout dev-ttyS0.device 1/96903843 0/18446744073709551615 -> 1/96903843
> > [ TIME ] Timed out waiting for device dev-ttyS0.device.
> > [DEPEND] Dependency failed for Serial Getty on ttyS0.
> >
> > Bisection shows this happens after this commit:
> >
> > http://cgit.freedesktop.org/systemd/systemd/commit/src/libudev/libudev-monitor.c?id=df32a1caafe881fc7850a9b569179b877198685f
> > (also modifed again in http://cgit.freedesktop.org/systemd/systemd/commit/src/libudev/libudev-monitor.c?id=e8a3b2dcfbd2caa047489b52f7c874833831e5ca)
> >
> > If I comment out the if block:
> ><
> >  if (!udev_has_service(udev) && !udev_has_devtmpfs(udev)) {
> 
> Both conditions are checked, can you find out why the second seems to
> fail too, it shouldn't?
> CONFIG_FHANDLE is in your kernel?

No, it wasn't. I enabled that and that image started working better,
thanks!

It'll be interesting to see if the 208 release issues are resolved with
that change too. Unfortunately only the autobuilder appears to replicate
the exact problem so we'll see...

Cheers,

Richard



More information about the systemd-devel mailing list