reassign 575307 ltsp-server thanks On Wed, Mar 24, 2010 at 01:20:50PM -0700, Vagrant Cascadian wrote: > ltspfsd doesn't appear to register devices in /var/run/ltspfs_fstab when the > devices are plugged in during or before boot. devices plugged in after boot > seem to be registered just fine. > > using the backported version of the package on lenny seems to work just fine. > > my suspicion is changes in udev are not triggered in the same way as it once > was.
it appears that /var/run/ is cleaned out in some of the init scripts... so the udev rules fire, create /var/run/ltspfs_fstab, and then an init script later purges /var/run. this appears to be because ltsp-build-client sets RAMRUN and RAMLOCK are in /etc/default/tmpfs rather than /etc/default/rcS, which is sufficient to get /var/run and /var/lock mounted, but not sufficient to avoid purging it... live well, vagrant -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

