Eric MSP Veith escribió:
> Ok, sorry to bring this up again -- while the dhcpcd daemon starts correctly
> up, on system shutdown, it is killed too early, making the rpc.portmapd
> spitting out alot of error messages.
Maybe adding "provide = virtual/dhcp" to dhcpcd, and "use = virtual/dhcp" to
daemon/portmap.
But I can't test that.
> This time you'll find the output of "ngc -L" attached.
Now the "ngc -L" output is useless, because now you don't
have some service using a virtual service.
To test that, you should add the following test services:
service system/test/1 {
use = virtual/test/2;
provide = virtual/test/1;
script start = {};
}
service system/test/2 {
need = system/bootmisc;
provide = virtual/test/2;
script start = {};
}
service system/test/3 {
use = virtual/test/1;
script start = {};
}
Add that to your runlevel, then (after a reboot), do "ngc -L | grep test",
that should give what we want.
But most important thing I missed: What InitNG version you have?
--
_______________________________________________
Initng mailing list
[email protected]
http://jw.dyndns.org/mailman/listinfo/initng