Re: cron can't find root or operator

2004-05-22 Thread David Fleck
On Sat, 22 May 2004, chip wrote: > So, now I am trying to run - > crontab crontab > in my non-root user directory, as the non-root user, and it fails with this- > "crontab: crontab: No such file or directory" > I tried - > crontab -u chip crontab -e(with and without the -e) > also and it failed

Re: cron can't find root or operator

2004-05-22 Thread Bill Moran
chip wrote: Thanks for all the help. I like the changes so far. What about specifically mentioning in the Handbook chapter that when a user runs the command crontab crontab the user should do this in their own home directory. My problem was I ran it in the /etc directory, not knowing any better,

Re: cron can't find root or operator

2004-05-22 Thread chip
Thanks for all the help. I like the changes so far. What about specifically mentioning in the Handbook chapter that when a user runs the command crontab crontab the user should do this in their own home directory. My problem was I ran it in the /etc directory, not knowing any better, probably be

Re: cron can't find root or operator

2004-05-22 Thread Bill Moran
David Fleck wrote: If you already have a file written in the proper format, you can load it as your crontab by specifying 'crontab {filename}'. (That's what section 6.6.1 in the handbook is trying to say. Unfortunately, it is not at all clear on this.) There was an outstanding PR on this ... I mad

Re: cron can't find root or operator

2004-05-22 Thread David Fleck
On Fri, 21 May 2004, carvin5string wrote: [...] > It would be nice to see some info about the differance between the > system and user crontabs and how to properly create and use a user > crontab, as well as when/why one would want to use a user crontab. I missed the earlier parts of this exchange

Re: cron can't find root or operator

2004-05-21 Thread carvin5string
--- Bill Moran <[EMAIL PROTECTED]> wrote: > What you did was install the system crontab as a user. Log in as the > user you executed "crontab crontab" as, and enter "crontab -r". That > will remove the crontab for that user. > > On a related note. I'm going to make some changes to that section

Re: cron can't find root or operator

2004-05-20 Thread Bill Moran
carvin5string wrote: --- Bill Moran <[EMAIL PROTECTED]> wrote: You've got a user's crontab created in the format of the system crontab. The system crontab has an extra field to designate the user under which the job should run. When this field is entered in a user's crontab, cron interprets it as

Re: cron can't find root or operator

2004-05-20 Thread platanthera
On Thursday 20 May 2004 22:57, carvin5string wrote: > --- Bill Moran <[EMAIL PROTECTED]> wrote: > > You've got a user's crontab created in the format of the system > > crontab. > > > > The system crontab has an extra field to designate the user under > > which > > the job should run. When this fie

Re: cron can't find root or operator

2004-05-20 Thread carvin5string
--- Bill Moran <[EMAIL PROTECTED]> wrote: > You've got a user's crontab created in the format of the system > crontab. > > The system crontab has an extra field to designate the user under > which > the job should run. When this field is entered in a user's crontab, > cron interprets it as the c

Re: cron can't find root or operator

2004-05-20 Thread platanthera
On Thursday 20 May 2004 17:47, Bill Moran wrote: > carvin5string wrote: > > I have a new server set up and running and am getting a slew of > > messages from cron, like this - > > > > Subject: Cron <[EMAIL PROTECTED]> root /usr/libexec/atrun > > Body: root: not found > > > > and > > > > Cron <[EMAI

Re: cron can't find root or operator

2004-05-20 Thread Bill Moran
carvin5string wrote: I have a new server set up and running and am getting a slew of messages from cron, like this - Subject: Cron <[EMAIL PROTECTED]> root /usr/libexec/atrun Body: root: not found and Cron <[EMAIL PROTECTED]> operator /usr/libexec/save-entropy operator: not found What's g

Re: cron can't find root or operator

2004-05-20 Thread Eric Crist
On Thursday 20 May 2004 09:14, carvin5string wrote: > I have a new server set up and running and am getting a slew of > messages from cron, like this - > > Subject: Cron <[EMAIL PROTECTED]> root /usr/libexec/atrun > Body: root: not found > > and > > Cron <[EMAIL PROTECTED]> operator /usr/libexec/sa