Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Sep 2005 11:46:18 +0100
From:      Brian Candler <B.Candler@pobox.com>
To:        Nuno Antunes <nuno.antunes@gmail.com>
Cc:        freebsd-current@freebsd.org, Jeremie Le Hen <jeremie@le-hen.org>
Subject:   Re: jail's periodic stuff
Message-ID:  <20050923104618.GA95658@uk.tiscali.com>
In-Reply-To: <262949390509230303159c7797@mail.gmail.com>
References:  <20050922122113.GO24643@obiwan.tataz.chchile.org> <20050923092231.GF94511@uk.tiscali.com> <262949390509230303159c7797@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Sep 23, 2005 at 11:03:37AM +0100, Nuno Antunes wrote:
>    Probably the line
>    1,31    0-5     *       *       *       root    adjkerntz -a
>    should be removed from a jail's /etc/crontab also.

The absence of /etc/wall_cmos_clock should prevent it from attempting to do
anything.

In /usr/src/sbin/adjkerntz/adjkerntz.c, almost the first thing it does is

        if (access(_PATH_CLOCK, F_OK) != 0)
                return 0;

Regards,

Brian.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050923104618.GA95658>