[Bug 409805] Re: remote-tty won't start correctly after the reboot: /var/run/remote-tty doesn't' exists
Jean-Baptiste Lallement
jeanbaptiste.lallement at gmail.com
Wed Jun 23 21:33:05 BST 2010
increasing priority to high because the package is unusable.
** Changed in: remote-tty (Ubuntu)
Importance: Medium => High
--
remote-tty won't start correctly after the reboot: /var/run/remote-tty doesn't' exists
https://bugs.launchpad.net/bugs/409805
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is a direct subscriber.
Status in “remote-tty” package in Ubuntu: Triaged
Bug description:
Binary package hint: remote-tty
This package has a few bugs in the startup script, /etc/init.d/remote-tty.
Ubuntu 8.04 uses an "==" instead of "=" in a test. On 9.04 before running
startsrv, you need to add:
mkdir -p /var/run/remote-tty/sock
mkdir -p /var/run/remote-tty/pid
chown -R rttymgr:rttymgr /var/run/remote-tty
You don't just after package installation, but /var/run is cleared on reboot.
TEST CASE:
1. install remote-tty
2. check that the following directories exist
/var/run/remote-tty/
/var/run/remote-tty/pid
/var/run/remote-tty/sock
3. Reboot your computer
4. check that the following directories exist
/var/run/remote-tty/
/var/run/remote-tty/pid
/var/run/remote-tty/sock
VERIFICATION SUCCEEDED:
- The directories exist
More information about the Ubuntu-sponsors
mailing list