Mailinglist Archive: opensuse-autoinstall (3 mails)

< Previous Next >
[opensuse-autoinstall] should runlevels/services/service work?
  • From: Martin Vogt <vogt@xxxxxxxxxxxxxxxxxx>
  • Date: Mon, 08 Dec 2008 14:44:51 +0100
  • Message-id: <493D24D3.5050600@xxxxxxxxxxxxxxxxxx>

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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx

< Previous Next >
List Navigation
Follow Ups