here is a fix for maverick. This is exactly the same patch for Lucid since it's
the same version of the package.
The creation of directories /var/run/{sock,pid} and ownership have been moved
from installation to the init script.
** Patch added: "remote-tty_4.0-12ubuntu1.debdiff"
http://launchpadlibrarian.net/50817786/remote-tty_4.0-12ubuntu1.debdiff
** Tags added: patch
** Description changed:
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
+ 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
--
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
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs