Bug #744
closedrcstart broken with dhclient
0%
Description
hey,
rcstart doesn't work as desired anymore:
rcstart dntpd
dntpd depends on dhclient, current state:
I guess that's because of the dhclient change. I can't use rcrestart dhclient either anymore.
cheers
simon
Updated by bastyaelvtars over 18 years ago
On Fri, 27 Jul 2007 00:03:56 +0200
"Simon 'corecode' Schubert" <corecode@fs.ei.tum.de> wrote:
Confirming. rcrestart does not work at all here.
Updated by swildner over 18 years ago
Hmm, I'm not sure about a solution. The new dhclient script expects the
interface as an argument (as in "/etc/rc.d/dhclient start rl0") but
rc{run,start,...} doesn't support that.
Sascha
Updated by tuxillo over 18 years ago
I've tried inside an vkernel:
vkernel-leaf# rcstop dntpd
Stopping dntpd.
vkernel-leaf# rcstart dntpd
Running /etc/rc.d/dntpd start
Starting dntpd.
vkernel-leaf# rcrestart dntpd
Stopping dntpd.
Starting dntpd.
vkernel-leaf#
It worked fine for me.
Updated by qhwt+dfly over 18 years ago
I've tried inside an vkernel:
vkernel-leaf# rcstop dntpd
Stopping dntpd.
vkernel-leaf# rcstart dntpd
But I'm afraid this is about dhclient script, not about dntpd... :)
Updated by ahuete.devel over 18 years ago
But corecode reproduced it doing a rcrestart on dntpd, and now it
doesn't seem to happen.
Can you rerpoduce it?
2009/8/26 YONETANI Tomokazu <qhwt+dfly@les.ath.cx>:
I've tried inside an vkernel:
vkernel-leaf# rcstop dntpd
Stopping dntpd.
vkernel-leaf# rcstart dntpdBut I'm afraid this is about dhclient script, not about dntpd... :)
Updated by qhwt+dfly over 18 years ago
A-ha, OK, it was about dntpd, and was apparently fixed by 6af26f98 because
dntpd requires NETWORKING, which used to require dhclient back then.
And dhclient won't start because it's marked as `nostart'...
On Wed, Aug 26, 2009 at 02:41:45PM +0200, Antonio Huete Jimenez wrote:
But corecode reproduced it doing a rcrestart on dntpd, and now it
doesn't seem to happen.
Can you rerpoduce it?2009/8/26 YONETANI Tomokazu <qhwt+dfly@les.ath.cx>:
I've tried inside an vkernel:
vkernel-leaf# rcstop dntpd
Stopping dntpd.
vkernel-leaf# rcstart dntpdBut I'm afraid this is about dhclient script, not about dntpd... :)