[systemd-devel] How to troubleshoot 'step CHDIR spawning' failure.

2016-04-13 Thread MikeB
>>* I've verified that '/bin/mkdir' does exist and does run fine. So I assume *>>* the the 'No such file or directory' refers to the target of the chdir. *>> >>* My question is how do I troubleshoot from here? What can I do to determine *>>* exactly what file or directory is not being found.

Re: [systemd-devel] How to troubleshoot 'step CHDIR spawning' failure.

2016-04-13 Thread Tomasz Torcz
On Wed, Apr 13, 2016 at 07:28:34AM -0400, MikeB wrote: > I'm running systemd 215 on a fairly up-to-date Debian Jessie system. > > I have a Type=forking service that fails on its first ExecStartPre command > which is using /bin/mkdir to create a directory. > > The service fails to start with the

[systemd-devel] How to troubleshoot 'step CHDIR spawning' failure.

2016-04-13 Thread MikeB
I'm running systemd 215 on a fairly up-to-date Debian Jessie system. I have a Type=forking service that fails on its first ExecStartPre command which is using /bin/mkdir to create a directory. The service fails to start with the following. Apr 13 10:07:42 localhost systemd[1]: Starting OVSDB