Bug#758090: ltspfs: lbmount use of mount --move incompatible with systemd

2014-08-14 Thread Vagrant Cascadian
Package: ltspfs Version: 1.3-1 Justification: unusable with default init system Severity: serious X-Debbugs-Cc: alk...@gmail.com ltspfs doesn't appear to work with systemd, as it relies on mounting the fuse based ltspfs filesystem in one location, and then using mount --move to relocate it to

Bug#758090: ltspfs: lbmount use of mount --move incompatible with systemd

2014-08-14 Thread Vagrant Cascadian
Control: tags -1 +patch On 2014-08-14, Vagrant Cascadian wrote: A quick workaround is to use mount --bind instead of mount --move, but this has the undesired side-effect of leaving two mounts in place, one in /tmp/.USERNAME-ltspfs/MOUNT and one in /media/USERNAME/MOUNT. Though some brief

Bug#758090: ltspfs: lbmount use of mount --move incompatible with systemd

2014-08-14 Thread Vagrant Cascadian
On 2014-08-14, Vagrant Cascadian wrote: Honestly, I'd rather figure out a way to safely mount the ltspfs mount directly without mount --move. We could have a setuid wrapper that instead creates the mountpoint directly as /media/USERNAME/MOUNT Patch below which basically implements this