Mailinglist Archive: opensuse-autoinstall (3 mails)
| < Previous | Next > |
Re: [opensuse-autoinstall] should runlevels/services/service work?
- From: Martin Vogt <vogt@xxxxxxxxxxxxxxxxxx>
- Date: Thu, 11 Dec 2008 11:41:05 +0100
- Message-id: <4940EE41.5000805@xxxxxxxxxxxxxxxxxx>
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@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-autoinstall+help@xxxxxxxxxxxx
| < Previous | Next > |