[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] ntp cron problem
- Subject: Re: [cobalt-users] ntp cron problem
- From: Jeff Lovell <jlovell@xxxxxxxxxx>
- Date: Wed Mar 29 11:54:22 2000
brandonw@xxxxxxxxxxxx wrote:
> As you can see, I commented out the original
> script, replaced it with the one from the
> functioning RaQ3 and volia. I have no idea
> where the extra statement came from or why,
> but the problem has subsided. Does anyone know
> what unlink() is used for and how/why it appeared
> in my script on one of the RaQ3s?
Replace "unlink()" with "rm /etc/adjtime".
unlink() is a Perl function similar to rm, there
was some errors in the script when it creates
the ntpdate.auto cron job. This was addressed
on the website stating the a potential problem
may occur when setting up an ntp server. This
has been addressed and will be fixed in a
forth coming release.
Jeff