rcng guru needed

Danny Braniss danny at cs.huji.ac.il
Tue Jan 6 03:55:45 PST 2004


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




More information about the freebsd-hackers mailing list