On Fri, Feb 14, 2014 at 4:23 PM, Richard Purdie
<richard.pur...@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?

Kay
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to