RE: Cron Help

1999-12-10 Thread Jason Grovert
xntp is a good program for that. Get it at freshmeat.net Jason -Original Message- From: Todd Dunbebin [mailto:[EMAIL PROTECTED]] Sent: Friday, December 10, 1999 2:21 PM To: '[EMAIL PROTECTED]' Subject: RE: Cron Help > -Original Message- > From: Vidio

RE: Cron Help

1999-12-10 Thread Todd Dunbebin
> -Original Message- > From: Vidiot [mailto:[EMAIL PROTECTED]] > > Why not use ntp (Network Time Protocol) instead? Because I didn't know about it. -- To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject.

RE: Cron Help

1999-12-10 Thread Brian Anderson
On Fri, 10 Dec 1999, Todd Dunbebin wrote: > /etc/cron.hourly with: > */15 * * * * /usr/bin/rdate -s bitsy.mit.edu nope. if you look at /etc/crontab, there are entries for run-parts /etc/cron.daily run-parts /etc/cron.hourly etc... run-parts is a program that goes through the folder (say

RE: Cron Help

1999-12-10 Thread Ward William E PHDN
dd Dunbebin [mailto:[EMAIL PROTECTED]] Sent: Friday, December 10, 1999 2:56 PM To: '[EMAIL PROTECTED]' Cc: recipient.list.not.shown; @nswcphdn.navy.mil Subject: RE: Cron Help I'm not sure I'm getting it. Are you saying that I can just put a text file in /etc/cron.hour

Re: Cron Help

1999-12-10 Thread Vidiot
>I'm not sure I'm getting it. >Are you saying that I can just put a text file in >/etc/cron.hourly with: >*/15 * * * * /usr/bin/rdate -s bitsy.mit.edu > >as the text and like a 755 permission, and it'll run, with no crontab or >anything? No. The above line goes into your root's crontab file and

RE: Cron Help

1999-12-10 Thread Todd Dunbebin
:[EMAIL PROTECTED]] > Sent: Thursday, December 09, 1999 4:34 PM > To: '[EMAIL PROTECTED]' > Subject: Re: Cron Help > > > On Thu, 9 Dec 1999, Todd Dunbebin wrote: > > > crontab /root/settime > > Run 'crontab -e' to edit your crontab. If you wan

Re: Cron Help

1999-12-10 Thread Thomas Ribbrock \(Design/DEG\)
On Thu, Dec 09, 1999 at 03:58:55PM -0500, Todd Dunbebin wrote: > I'm trying to get my linux box to synch with a time server, and I'm trying > to use crontab, this is what I hve in the file settime [...] You've already got an answer to the cron question - I'd just like to comment on the "synching

Re: Cron Help

1999-12-09 Thread Bill Carlson
On Thu, 9 Dec 1999, Todd Dunbebin wrote: > I'm trying to get my linux box to synch with a time server, and I'm trying > to use crontab, this is what I hve in the file settime > and I issue the command: > crontab /root/settime > and it looks like it accepts it but I keep getting errors emailed to

Re: Cron Help

1999-12-09 Thread Todd A. Jacobs
On Thu, 9 Dec 1999, Todd Dunbebin wrote: > crontab /root/settime Run 'crontab -e' to edit your crontab. If you want to run it as a file and not insert it into someone's crontab, you need to drop the file into one of the /etc/cron* directories. > * /15 * * * * /usr/bin/rdate -s bitsy.m

Cron Help

1999-12-09 Thread Todd Dunbebin
I'm trying to get my linux box to synch with a time server, and I'm trying to use crontab, this is what I hve in the file settime and I issue the command: crontab /root/settime and it looks like it accepts it but I keep getting errors emailed to me, anyone know if the syntax is screwy or something