|
#9
| |||
| |||
|
testuser's probably right as to the source of the error, but before you delete it, see what's in it; what does Code: sudo crontab -l |
|
#10
| ||||
| ||||
|
it says: [sam:~] holmBrew% sudo crontab -l Password: # $NetBSD: crontab,v 1.13 1997/10/26 13:36:31 lukem Exp $ # # /etc/crontab - root's crontab # SHELL=/bin/sh PATH=/bin:/sbin:/usr/bin:/usr/sbin HOME=/var/log #min hour mday month wday user command # Disabled by default, since it causes disk access every 10 minutes, # which is useless unless you use at(1). Enable as needed. #*/10 * * * * root /usr/libexec/atrun # do daily/weekly/monthly maintenance 15 3 * * * root sh /etc/daily 2>&1 | tee /var/log/daily.out | mail -s "`hostname` daily output" root 30 4 * * 6 root sh /etc/weekly 2>&1 | tee /var/log/weekly.out | mail -s "`hostname` weekly output" root 30 5 1 * * root sh /etc/monthly 2>&1 | tee /var/log/monthly.out | mail -s "`hostname` monthly output" root
__________________ holmBrew =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Great Web Hosting: www.elfon.com PowerBook(Prismo) 400Mhz G3 266Mhz G3 MT Gossamar 400Mhz G3 Yosemite 800Mhz G4 Quicksilver (my work box) All running Mac OS X 10.2.4 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |
|
#11
| |||
| |||
|
That is definitely /etc/crontab (cat /etc/crontab should look just like it), in which case you can delete it, Code: sudo crontab -r |
|
#12
| ||||
| ||||
|
thanks man. i wish i knew what caused it!
__________________ holmBrew =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Great Web Hosting: www.elfon.com PowerBook(Prismo) 400Mhz G3 266Mhz G3 MT Gossamar 400Mhz G3 Yosemite 800Mhz G4 Quicksilver (my work box) All running Mac OS X 10.2.4 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |
|
#13
| ||||
| ||||
| The Mystery of the Mysterious Cron
well, i don't recall entering that, but who knows. the: sudo ctontab -l fixed the problem. the e-mail this morning was error free. thanks testuser and blb for all your input and help.
__________________ holmBrew =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Great Web Hosting: www.elfon.com PowerBook(Prismo) 400Mhz G3 266Mhz G3 MT Gossamar 400Mhz G3 Yosemite 800Mhz G4 Quicksilver (my work box) All running Mac OS X 10.2.4 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= |
![]() |
| Bookmarks |
| Thread Tools | |
|
|
| | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| "ls" command question? | pwharff | Unix & X11 | 4 | September 20th, 2003 09:28 PM |
| nfs question | hgreenfi | Unix & X11 | 2 | July 30th, 2002 03:59 PM |
| UNIX related things... (tr, cut, awk, and permissions) | simX | Apple News, Rumors & Discussion | 5 | December 19th, 2001 02:33 AM |
| unix newbie question | jmmistrot | Mac OS X System & Mac Software | 3 | October 12th, 2001 01:49 AM |
| command args missing in 'ps' output | snoozer | Mac OS X System & Mac Software | 2 | September 29th, 2001 01:49 PM |