home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23828 < prev    next >
Encoding:
Text File  |  1993-01-12  |  1.2 KB  |  32 lines

  1. Newsgroups: comp.os.linux
  2. From: jaggy@purplet.demon.co.uk (Mike Jagdis)
  3. Path: sparky!uunet!pipex!demon!purplet!jaggy
  4. Subject: init eats processor time
  5. Organization: FidoNet node 2:252/305 - The Purple Tentacle, Reading
  6. Date: Tue, 12 Jan 1993 18:20:00 +0000
  7. Message-ID: <39.2B534919@purplet.demon.co.uk>
  8. Sender: usenet@demon.co.uk
  9. Lines: 21
  10.  
  11. * In message <16B53F3AD.I1041905@dbstu1.rz.tu-bs.de>
  12.              I1041905@dbstu1.rz.tu-bs.de said:
  13.  
  14. II> All works fine, as long as I have my terminal up.
  15. II> But when the cable is out or the 286 powered off, the status
  16. II> lines (DTR, CTS and so on) are in "not ready" state.
  17. II> Then the init-process consumes 8% to 24% of my CPU time.
  18.  
  19. You have an old init. With the cable out getty fails to open the port so 
  20. exits. Init sees the getty has exited and immediately restarts it. Getty 
  21. fails to open the port and exits... etc...
  22.  
  23.   The newer inits (certainly my init in the bootsys3.taz suite and Miquels 
  24. init, possibly poe's simpleinit too) trap processes that respawn more than a 
  25. certain number of times in a given period and disable them (see the 
  26. documentation). Get one of these.
  27.  
  28.   (There are many other features to the bootsys3.taz stuff too).
  29.  
  30.                                 Mike  
  31.  
  32.