Comment 0 for bug 409805

Revision history for this message
Ryoichi Shimizu (ryo) wrote : remote-tty won't start correctly after the reboot

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.