NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: bin/55170 dhcpcd fails when used instead of rtsol
The following reply was made to PR bin/55170; it has been noted by GNATS.
From: Robert Elz <kre%munnari.OZ.AU@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: bin/55170 dhcpcd fails when used instead of rtsol
Date: Tue, 14 Apr 2020 16:53:07 +0700
Date: Tue, 14 Apr 2020 08:15:02 +0000 (UTC)
From: Kimmo Suominen <kim%netbsd.org@localhost>
Message-ID: <20200414081502.2C09E1A924B%mollari.NetBSD.org@localhost>
| main: control_start: No such file or directory
This is obviously the problem, unfortunately it is a
singularly useless error message, what it seems to be
indicating is that something went wrong with creating the
control socket (which looks to be the thing that the unpriv'd
part of dhcpcd uses to communicate with the part that is
still root)
No idea what necessarily, the "No such file or directory" will be
from an unlink attempt failing, and not the actual error.
But do you have a /var/run/dhcpcd directory and if so, what is
its owner/group/permissions ? (ie: ls -ld /var/run/dhcpcd )
If I had to guess, you have it owned by root, where now it
needs to be owned by _dhcpcd so the socket can be created by
an unpriv'd user.
kre
Home |
Main Index |
Thread Index |
Old Index