home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / hp / 9378 < prev    next >
Encoding:
Text File  |  1992-08-18  |  918 b   |  29 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!mcsun!sunic!aun.uninett.no!ugle.unit.no!ktek.sintef.no!gw
  3. From: gw@ktek.sintef.no (Geir Wettland)
  4. Subject: Sleeping processes
  5. Message-ID: <1992Aug18.122020.8445@ugle.unit.no>
  6. Keywords: Waiting for event
  7. Sender: gw@ole.ktek.sintef.no (Geir Wettland)
  8. Reply-To: Geir.Wettland@ktek.sintef.no
  9. Organization: SINTEF Structural Engineering
  10. Date: Tue, 18 Aug 92 12:20:20 GMT
  11. Lines: 16
  12.  
  13.  
  14. I am trying to take a backup of my system, but as you can see from my ps
  15. command it is sleeping:
  16.  
  17.  F S   UID   PID  PPID  C PRI NI     ADDR   SZ    WCHAN TTY      TIME COMD
  18.  
  19.  1 S     0 22026 22023  0 168 20  47d2580  657 68fa8000 ttys0    2:12 fbackup
  20.  
  21. Reading the man page for ps I learn that the WCHAN coloumn says what event
  22. the process is waiting for.
  23.  
  24. My question is simply:
  25. What is event 68fa8000 and where do I find some more information about the issue?
  26.  
  27. Thanks in advance,
  28. Geir Wettland.
  29.