Date: Mon, 17 Oct 2005 07:00:27 GMT From: Vasil Dimov <vd@datamax.bg> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/87512: [patch] devel/distcc daemon cannot create pid file Message-ID: <200510170700.j9H70Rpj085614@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/87512; it has been noted by GNATS. From: Vasil Dimov <vd@datamax.bg> To: Volker Stolz <vs@FreeBSD.org> Cc: bug-followup@freebsd.org, dom@helenmarks.co.uk Subject: Re: ports/87512: [patch] devel/distcc daemon cannot create pid file Date: Mon, 17 Oct 2005 09:56:56 +0300 Hmmz, I just noted that this patch is imperfect, because we get Oct 16 14:18:04 zybyt distccd[79461]: (dcc_remove_pid) Warning: failed to remove pid file /var/run/distccd.pid: Permission denied at daemon shutdown. This really does not interfere start/stop operations, but is somehow irritating. From here I see two ways to go: 1. Hack the source not to attempt to remove the pid file and remove it from distccd.sh 2. Go for /var/run/distccd/pid && chown distcc /var/run/distccd. Dominic, Volker, what do you think?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200510170700.j9H70Rpj085614>