Re: terminal devices left open after logging out

2006-11-15 Thread Michael Schroeder
On Tue, Nov 14, 2006 at 11:55:17AM +0900, Henry Nelson wrote:
 The thing is, what are these programs that should run in the background
 or as a daemon?  I'm not running programs in the background, but still
 get these orphaned ttyp's that remain from a screen session.  Any
 daemons running are started at bootup, and don't have anything to do with
 login users.

Could be a bug in screen's utmp handling. What OS are you running?

Thanks,
  Michael.

-- 
Michael Schroeder   [EMAIL PROTECTED]
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}


___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users


Re: terminal devices left open after logging out

2006-11-15 Thread Henry Nelson
On Wed, Nov 15, 2006 at 03:27:23PM +0100, Michael Schroeder wrote:
 Could be a bug in screen's utmp handling. What OS are you running?

% uname -sr
NetBSD 3.0.0_STABLE
% screen -v
Screen version 4.00.02 (FAU) 5-Dec-03
% gcc -v
gcc version 3.3.3 (NetBSD nb3 20040520)

I build Screen statically linked:
   % setenv CFLAGS -O2
   % setenv LIBS -static -lncursesw
   % setenv LDFLAGS -L/usr/local/lib -lncursesw
   % ./configure  --prefix=/usr/local --disable-socket-dir --enable-colors256

-- 
henry nelson
  WWW_HOME=http://yuba(dot)ne(dot)jp/(tilde)home/


___
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users