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