[Bug 173459] Review Request: initng

bugzilla at redhat.com bugzilla at redhat.com
Mon Dec 5 17:33:24 UTC 2005


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Review Request: initng


https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=173459





------- Additional Comments From dragoran at feuerpokemon.de  2005-12-05 12:32 EST -------
ok I found it... 
I tryed with the lastest svn build an got this problems:
* it adds deamon/sshd to my default.runlevel file (sshd is disabled)
* it comlains about deamon/httpd does not exists this is likly because httpd.i
looks like that:
-----
daemon daemon/apache {
	need = system/initial system/mountfs net/lo;
	use = daemon/sshd daemon/mysql daemon/postgres system/netmount;
	require_network;
	script daemon = { 
	    /usr/sbin/httpd;
	    /bin/sleep 1
	}
	pid_file = /var/run/httpd.pid;
}
--
but it should be
--
daemon daemon/httpd {
	need = system/initial system/mountfs net/lo;
	use = daemon/sshd daemon/mysql daemon/postgres system/netmount;
	require_network;
	script daemon = { 
	    /usr/sbin/httpd;
	    /bin/sleep 1
	}
	pid_file = /var/run/httpd.pid;
}
---
* it hangs after mounting sys (don't now if its related to this warings or not)
I will try again with the corrected file (httpd.i) and see if it boots if yes I
will submit a patch upstream if not I will fil a bug.
what should I do about the sshd thing?
If I decide not to start a service why does gen_system_runlevel pics it up?

-- 
Configure bugmail: https://bugzilla.redhat.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-extras-list mailing list