[opensuse-autoinstall] should runlevels/services/service work?
Hello list, I'm just doing an autoyast installation, and my xml file contains: <runlevels> <services config:type="list"> <service> <service_name>ntp</service_name> <service_start>3 5</service_start> </service> [.........] But the ntp services is _not_ installed after that: vmw162:/etc/rc.d/rc3.d # runlevel N 3 vmw162:/etc/rc.d/rc3.d # find . | grep ntp And in fact I needed to start ntp manually.
From the y2log when I grep ntp I get this which might be interesting:
[YCP] Security.ycp:62 Mandatory services ["ntp"] are enabled: false [YCP] Security.ycp:71 Missing mandatory services in runlevel 3: [["ntp"], ["postfix", "sendmail"]] [YCP] Security.ycp:62 Mandatory services ["ntp"] are enabled: false [YCP] Security.ycp:71 Missing mandatory services in runlevel 5: [["ntp"], ["postfix", "sendmail"]] manually inssserv: vmw162:/var/log/YaST2 # insserv /etc/init.d/ntp works: vmw162:/etc/rc.d/rc3.d # find . | grep ntp ./K02ntp ./S09ntp Is there another log which I should check? Martin -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
Hello, I can confirm that all services which I try do insserv with autoyast are not started. Is this a known bug? Martin Martin Vogt wrote:
Hello list,
I'm just doing an autoyast installation, and my xml file contains:
<runlevels> <services config:type="list"> <service> <service_name>ntp</service_name> <service_start>3 5</service_start> </service> [.........]
But the ntp services is _not_ installed after that:
vmw162:/etc/rc.d/rc3.d # runlevel N 3 vmw162:/etc/rc.d/rc3.d # find . | grep ntp
And in fact I needed to start ntp manually.
From the y2log when I grep ntp I get this which might be interesting:
[YCP] Security.ycp:62 Mandatory services ["ntp"] are enabled: false [YCP] Security.ycp:71 Missing mandatory services in runlevel 3: [["ntp"], ["postfix", "sendmail"]] [YCP] Security.ycp:62 Mandatory services ["ntp"] are enabled: false [YCP] Security.ycp:71 Missing mandatory services in runlevel 5: [["ntp"], ["postfix", "sendmail"]]
manually inssserv:
vmw162:/var/log/YaST2 # insserv /etc/init.d/ntp
works:
vmw162:/etc/rc.d/rc3.d # find . | grep ntp ./K02ntp ./S09ntp
Is there another log which I should check?
Martin
-- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
on Thursday 11 December 2008 Martin Vogt wrote:
I can confirm that all services which I try do insserv with autoyast are not started.
Is this a known bug?
this is working here: <runlevel> <default>3</default> <services config:type="list"> <service> <service_name>SuSEfirewall2_setup</service_name> <service_status>disable</service_status> </service> <service> <service_name>SuSEfirewall2_init</service_name> <service_status>disable</service_status> </service> <service> <service_name>nfs</service_name> <service_start>3 5</service_start> </service> <service> <service_name>atd</service_name> <service_start>3 5</service_start> </service> <service> <service_name>nscd</service_name> <service_status>disable</service_status> </service> <service> <service_name>smartd</service_name> <service_status>disable</service_status> </service> </services> </runlevel> -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) Business: http://www.suse.de/~ug -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-autoinstall+help@opensuse.org
participants (2)
-
Martin Vogt
-
Uwe Gansert