Re: [vox-tech] Anacron says file not found... but it's there!

2003-01-27 Thread Bill Kendrick
On Mon, Jan 27, 2003 at 11:29:12AM -0800, Peter Jay Salzman wrote: > bill, try this: > > strace -o anacron.log anacrontab -f -n -d -t /home/foo/.anacrontab A few things: 1. I mistyped. The _command_ is "anacron", not "anacrontab". :^) That wasn't the problem, though (I just made the mist

Re: [OT] [vox-tech] Anacron says file not found... but it's there!

2003-01-27 Thread Foo Lim
On Mon, 27 Jan 2003, Bill Kendrick wrote: > Does anyone know anything about anacron? > > I created the following anacrontab file (/home/foo/.anacrontab): I didn't know I have an account on your machine! ;) ___ vox-tech mailing list [EMAIL PROTECTED]

Re: [vox-tech] Anacron says file not found... but it's there!

2003-01-27 Thread Peter Jay Salzman
bill, try this: strace -o anacron.log anacrontab -f -n -d -t /home/foo/.anacrontab when you get the command prompt back, look at the file towards the end. there will be a call to "open" that returned an ENOENT. you might be able to do a search on: /open.*ENOENT look at the arguments to op

[vox-tech] Anacron says file not found... but it's there!

2003-01-27 Thread Bill Kendrick
Does anyone know anything about anacron? I created the following anacrontab file (/home/foo/.anacrontab): SHELL=/bin/sh PATH=/usr/local/bin:/bin:/usr/bin 1 65 test echo hello I tried running it with: anacrontab -f -n -d -t /home/foo/.anacrontab ...but I get this ridiculous error: