Bug#758093: [Pkg-ltsp-devel] Bug#758093: ltspfsd: quietly fails with systemd as init system

2014-08-18 Thread Petter Reinholdtsen
[Vagrant Cascadian] --- a/scripts/ltspfs_entry +++ b/scripts/ltspfs_entry @@ -101,14 +101,13 @@ remove_device() start_ltspfsd() { -if [ ! -e /var/run/ltspfsd.pid ] [ -z $(pgrep ltspfsd) ]; then +if [ -z $(pgrep ltspfsd) ]; then # Make this sessions secret auth

Bug#758093: ltspfsd: quietly fails with systemd as init system

2014-08-18 Thread Vagrant Cascadian
On 2014-08-18, Petter Reinholdtsen wrote: Perhaps better to use a test like [ -d /run/systemd/system ] around the call to systemctl to detect a running systemd, and keep using the pid file for non-systemd environments? Thanks for the suggestion, committed upstream and uploaded to debian...

Bug#758093: ltspfsd: quietly fails with systemd as init system

2014-08-17 Thread Vagrant Cascadian
Control: tags 758093 +patch On 2014-08-15, Vagrant Cascadian wrote: On 2014-08-14, Vagrant Cascadian wrote: When running systemd as the init system, ltspfsd quietly fails to start. It's normally started from udev on device insertion or media change if ltspfsd isn't already started. This

Bug#758093: ltspfsd: quietly fails with systemd as init system

2014-08-16 Thread Vagrant Cascadian
On 2014-08-14, Vagrant Cascadian wrote: When running systemd as the init system, ltspfsd quietly fails to start. It's normally started from udev on device insertion or media change if ltspfsd isn't already started. This seems relevent:

Bug#758093: ltspfsd: quietly fails with systemd as init system

2014-08-14 Thread Vagrant Cascadian
Package: ltspfsd Version: 1.3-1 Justification: unusable with default init system Severity: serious X-Debbugs-Cc: alk...@gmail.com When running systemd as the init system, ltspfsd quietly fails to start. It's normally started from udev on device insertion or media change if ltspfsd isn't already