Eric MSP Veith escribió: > Now here comes the problem: I added daemon/dhcpcd because my link is > configured via DHCP and I want InitNG to control the DHCP client. I also use > system/netmount to mount remote /home directories. On system shutdown, the > DHCP client is killed before the NFS shares are unmounted, since > system/netmount does not depend on daemon/dhcpcd. However, NFS shares cannot > be cleanly unmounted without a working link. > > I solved this problem until now by adding "provide = virtual/dhcp" to > daemon/dhcpcd and "use = virtual/dhcp" to system/netmount. Is this a correct > solution or should it work another way? > > Thanks for the fish. :-) > EMSPV > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.2.2 (GNU/Linux) > > iD8DBQFEwL5DMpEdE19y46cRAo+OAJ9hcrgpUDPncwBkQmPEEKhr1ZnmDQCeOLbt > 0uv6GAHiDt/5xe3sg2Onbpo= > =wA2u > -----END PGP SIGNATURE-----
The solution is correct, but the dhcp daemon should be started by initng and not by the scripts. -- _______________________________________________ Initng mailing list [email protected] http://jw.dyndns.org/mailman/listinfo/initng
