[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#152268: start-stop-daemon hoses setpgid



On Mon, 8 Jul 2002, Wichert Akkerman wrote:

> Previously Stephen J. Turnbull wrote:
> > SigInit: setpgid failed (1)
>
> Can you try and figure out why setpgid fails? If 1 is the errno the
> reason would be EPERM, which means the bug is not in start-stop-daemon.
>
> Wichert.

Er, maybe.  s-s-d in 1.10 now uses setsid(), instead of setpgid()(this is
detected at compile time).  Is setpgid() not allowed to be called after
setsid() has been?

>From the report, it's the coda process venus that is calling setpgid.  If
Stephen could figure out how it's being called, then this bug could be tracked
down.



-- 
To UNSUBSCRIBE, email to debian-dpkg-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: