lockf in installworld -- not a good idea
Pawel Jakub Dawidek
pjd at FreeBSD.org
Fri Sep 29 08:56:08 PDT 2006
On Fri, Sep 29, 2006 at 02:20:06PM +0100, Robert Watson wrote:
> I've noticed an increasing intolerance in our tools for system install and maintenance to locking not being implemented over the past few years. I no longer get working
> cron on boxes with neither rpc.lockd nor local locking enabled, for
> example. [...]
If you are refering to my change in which cron(8) started to use
pidfile(3), then I'm sorry, but you're wrong.
cron(8) from the very beginning was exiting when it had problems with
creating a pidfile, please check function acquire_daemonlock() in:
http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/cron/lib/misc.c?rev=1.1&content-type=text/x-cvsweb-markup
My pidfile(3) commit is here:
http://lists.freebsd.org/pipermail/cvs-all/2005-August/132374.html
Where I try to explain cron(8)'s behaviour.
The way I prefer is to ignore errors other than EEXIST - you can check
EXAMPLES section in the pidfile(3) manual page for more info. I just
didn't wanted to change cron(8)'s original behaviour.
I do agree, that this shouldn't be treated as critical error and I can
change it if you like.
--
Pawel Jakub Dawidek http://www.wheel.pl
pjd at FreeBSD.org http://www.FreeBSD.org
FreeBSD committer Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-current/attachments/20060929/56cd1835/attachment.pgp
More information about the freebsd-current
mailing list