-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 The problem is that slim is not closing it's stdin, which is tty1 in this case. (I can replicate the problem.)
Slim is daemonising by calling the daemon(0,1) at line 270 of app.cpp. If you change that call to daemon(0,0) it will redirect stdin to /dev/null and the problem will be fixed. - -- Marty -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkliLwYACgkQhAWqkCam3o5zvgCgzd2shOzlLxtppFY5tl9rGhdY rqEAnRXMuXD8lcfyw+NI/pMg0d9EzU9P =2GhW -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org