home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6935 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.4 KB

  1. Path: sparky!uunet!gatech!rutgers!igor.rutgers.edu!dartagnan.rutgers.edu!hedrick
  2. From: hedrick@dartagnan.rutgers.edu (Charles Hedrick)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: tlQ: why does Linux 0.96c auto-logout during long make?
  5. Message-ID: <Jul.29.02.48.31.1992.24692@dartagnan.rutgers.edu>
  6. Date: 29 Jul 92 06:48:32 GMT
  7. References: <1992Jul29.051216.23438@klaava.Helsinki.FI>
  8. Organization: Rutgers Univ., New Brunswick, N.J.
  9. Lines: 20
  10.  
  11. laakkone@klaava.Helsinki.FI (Tero Laakkonen) writes:
  12.  
  13. >hi. i have some stuff that takes about 8 hours to compile.
  14. >i typed "make -k all >& mall &" at 11.30pm and when i
  15. >came back to my linux box at 7.30am, the OS had done an auto-logout
  16. >for the user (root) who had originated that make, but the machine was
  17. >still churning away at the make.
  18. >if i had wanted to switch the machine off for some reason, 
  19. >i don't know how i could have killed the process to enable it.
  20. >is this auto-logout behaviour normal from Linux (or unices in general)?
  21. >what is the cure?
  22.  
  23. Your process ended up in the background, i.e. not attached to a tty.
  24. You can kill it using the command "kill NN" where NN is the process
  25. number.  Use "ps" to find the process number.  You can kill any
  26. process you own, and of course root can kill anybody's.
  27.  
  28. Autologout sounds like tcsh.  At least on the versions we use on the
  29. Sun (which have a different lineage) you do "unset autologout" in
  30. .cshrc.
  31.