Yiping Zhang
2010-11-05 23:22:55 UTC
HI,
In my autoyast.xml, I want to enable a number of services like
autofs, snmpd, ntp etc. I have put them in <runlevel> section as
below:
<runlevel xmlns="">
<default>3</default>
<services config:type="list">
<service>
<service_name>autofs</service_name>
<service_start>3 5</service_start>
</service>
<service>
<service_name>ntp</service_name>
<service_start>3 5</service_start>
</service>
<service>
<service_name>snmpd</service_name>
<service_start>3 5</service_start>
</service>
.....
</runlevel>
But after server is installed, chckconfig indicates all these
services are left at off state for all run levels. What did I miss ?
Thanks
In my autoyast.xml, I want to enable a number of services like
autofs, snmpd, ntp etc. I have put them in <runlevel> section as
below:
<runlevel xmlns="">
<default>3</default>
<services config:type="list">
<service>
<service_name>autofs</service_name>
<service_start>3 5</service_start>
</service>
<service>
<service_name>ntp</service_name>
<service_start>3 5</service_start>
</service>
<service>
<service_name>snmpd</service_name>
<service_start>3 5</service_start>
</service>
.....
</runlevel>
But after server is installed, chckconfig indicates all these
services are left at off state for all run levels. What did I miss ?
Thanks
--
To unsubscribe, e-mail: opensuse-autoinstall+***@opensuse.org
For additional commands, e-mail: opensuse-autoinstall+***@opensuse.org
To unsubscribe, e-mail: opensuse-autoinstall+***@opensuse.org
For additional commands, e-mail: opensuse-autoinstall+***@opensuse.org