[systemd-devel] [PATCH] detect-virt: do not return exit failure code when the state is none

2018-05-23 Thread Lee, Chun-Yi
Currently the systemd-detect-virt returns exit failure code when it detected none state. But actually the none state is still a valid state but not a process failed. This patch changes the logic to return success code when the state is none. It can avoid that subsequent activity is blocked by the

Re: [systemd-devel] [Install] section of symlinked unit file ignored if drop-in file is used

2018-05-23 Thread 林自均
Hi John, I'm not sure whether this issue is because of https://github.com/systemd/systemd/pull/7158 or not. I will figure it out. Thanks. John Lin John Gallagher 於 2018年5月24日 週四 上午8:07寫道: > If I have a unit file for a service that lives off the unit file > search

[systemd-devel] [Install] section of symlinked unit file ignored if drop-in file is used

2018-05-23 Thread John Gallagher
If I have a unit file for a service that lives off the unit file search path, I can link it, and then enable it using the service name instead of the full path of the unit file: $ cat foo.service [Service] Type=simple ExecStart=/bin/sleep 1 [Install] WantedBy=multi-user.target $ sudo

Re: [systemd-devel] Timed out waiting for device dev-mmcblkp1.device

2018-05-23 Thread Jérémy Rosen
On 23/05/2018 13:50, Mantas Mikulėnas wrote: On Wed, May 23, 2018 at 2:37 PM Belisko Marek wrote: Hello, I'm using system 234 build by yocto for BeagleBoneBlack. I ave some strange issue that systemd start timeout because cannot find dev node (which is obviously

Re: [systemd-devel] Timed out waiting for device dev-mmcblkp1.device

2018-05-23 Thread Mantas Mikulėnas
On Wed, May 23, 2018 at 2:55 PM Belisko Marek wrote: > On Wed, May 23, 2018 at 1:50 PM Mantas Mikulėnas > wrote: > > > On Wed, May 23, 2018 at 2:37 PM Belisko Marek > wrote: > > >> Hello, > > >> I'm using system 234 build by

Re: [systemd-devel] Timed out waiting for device dev-mmcblkp1.device

2018-05-23 Thread Belisko Marek
On Wed, May 23, 2018 at 1:50 PM Mantas Mikulėnas wrote: > On Wed, May 23, 2018 at 2:37 PM Belisko Marek wrote: >> Hello, >> I'm using system 234 build by yocto for BeagleBoneBlack. I ave some strange >> issue that systemd start timeout because

Re: [systemd-devel] Timed out waiting for device dev-mmcblkp1.device

2018-05-23 Thread Mantas Mikulėnas
On Wed, May 23, 2018 at 2:37 PM Belisko Marek wrote: > Hello, > > I'm using system 234 build by yocto for BeagleBoneBlack. I ave some strange > issue that systemd start timeout because cannot find dev node (which is > obviously non existing). Snippet: > > [ TIME ] Timed

[systemd-devel] Timed out waiting for device dev-mmcblkp1.device

2018-05-23 Thread Belisko Marek
Hello, I'm using system 234 build by yocto for BeagleBoneBlack. I ave some strange issue that systemd start timeout because cannot find dev node (which is obviously non existing). Snippet: [ TIME ] Timed out waiting for device dev-mmcblkp1.device.