Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Jan 2004 13:55:41 +0200
From:      Danny Braniss <danny@cs.huji.ac.il>
To:        current@freebsd.org
Cc:        freebsd-hackers@freebsd.org
Subject:   rcng guru needed
Message-ID:  <E1AdpoE-000PWn-3N@cs.huji.ac.il>

next in thread | raw e-mail | index | archive | help

while hunting down the problem that my diskless configuration is not
starting the loopback interface i came about the following:

rcorder does not list network, but it does network_ipv6
further checking reveals:

in /etc/rc.d/dhclient:
	# PROVIDE: dhclient
	# REQUIRE: network netif mountcritlocal
	# BEFORE:  NETWORKING
and
in /etc/rc.d/NETWORKING:
	# PROVIDE: NETWORKING NETWORK
	# REQUIRE: network dhclient altqd netif routing network_ipv6 isdnd ppp-user
	# REQUIRE: routed mrouted route6d mroute6d

no amount of efford has succeeded in getting network on the rcorder list, i.e:
in /etc/rc.d/amd
	# PROVIDE: amd
	# REQUIRE: network rpcbind mountall nfsclient
	# BEFORE: DAEMON

does not have the requiered effect, so how can i get network to run?
(the logic says that it should not requiere network, since nfsclient does).

danny




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1AdpoE-000PWn-3N>