Better configure your daemons not to fork, all daemons have some diffrent options to manage this.
Like samba, smbd -F (foreground) Then make sure you dont have the fork keyword in your .i file. /Jimmy tis 2006-10-24 klockan 12:17 +0200 skrev gil ran: > Hi. > > I am using initng-0.6.7 on a Linux-From-Scratch based system. > I am writing my own ifiles. > > For some reason, on boot I get the warning: > `Daemon for service <service-name> was already running, adding it > to service daemon process list instead of starting a new one.' > This warning comes from plugins/daemon/initng_daemon.c - line 629. > > This warning was shown for daemons: cupsd, portmap, hald, when "fork" > option was used in ifile. > I am 100% positively sure that my cupsd ifile is the only one that can > possibly run cupsd. For some reason the daemon plugin still claims > that when trying to start it (on boot) it was already running. > > Any idea why this can happen? > Is this a bug in the daemon plugin? > > Gil Ran. -- _______________________________________________ Initng mailing list [email protected] http://jw.dyndns.org/mailman/listinfo/initng
