Bug#475249: bug found, simple fix

2011-05-03 Thread rleigh
On Tue, Jan 06, 2009 at 01:02:15AM +0900, Marty Pauley wrote: > 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 w

Bug#475249: bug found, simple fix

2009-01-05 Thread Marty Pauley
-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 /de