home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / question / 11040 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  1.6 KB

  1. Path: sparky!uunet!sun-barr!olivea!spool.mu.edu!yale.edu!ira.uka.de!smurf.sub.org!easix!umunk!udo
  2. From: udo@umunk.GUN.de (Udo Munk)
  3. Newsgroups: comp.unix.questions
  4. Subject: Re: background
  5. Message-ID: <9209141153@umunk.GUN.de>
  6. Date: 14 Sep 92 03:02:20 GMT
  7. References: <MegOzpO00awLI4C2B9@andrew.cmu.edu>
  8. Organization: U. Munk's private BBS
  9. Lines: 28
  10. X-Newsreader: Tin 1.1 PL4
  11.  
  12. sm86+@andrew.cmu.edu (Stefan Monnier) writes:
  13. : I have 2 questions:
  14. : - I tried to use 'at' and it seemed to accept my command:
  15. :     a 'ls /usr/spool/at' showed that the command launched
  16. :     had been processed. But, that command has never
  17. :     been executed at the specified time (and as far as I know, 
  18. :     it has never been executed)
  19.  
  20. Some time after the time, where your command should be executed,
  21. look again into /usr/spool/at. If the file crated by your at command
  22. is still there, then atrun isn't executed from cron. The command
  23. atrun should be executed every 5 minutes from cron, to excute the
  24. spooled batches.
  25. If the batch file in /usr/spool/at is gone, something may be wrong
  26. with your command, so that it can't be executed.
  27.  
  28. : - I'd like to start a process and then logout but with the process 
  29. :     still running ! How can I do it ?
  30.  
  31. nohup my_program &
  32. --
  33. Udo Munk     | voice:      +49 2131 275348             | uucp: +49 2131 278869
  34. Oberstr. 21  | mail :      udo@umunk.GUN.de            |     2400/1200/300 8N1
  35. 4040 Neuss 1 | ...!{mcshh,smurf,unido}!easix!umunk!udo | MYNAME=bbsuser
  36. Fed. Rep. of | CompuServe: 100021,2515                 | login: uucp
  37. Germany      | first get /usr/spool/uucppublic/info    | pwd:   public
  38.