![](https://seccdn.libravatar.org/avatar/84ee43ddf3cdba1709cffa3ffe502e35.jpg?s=120&d=mm&r=g)
I run an autoyast installation with SLES10. I would like to activate the cups-lpd and telnetd daemon with xinetd. The xml file for the xinetd config is: <inetd> <last_created config:type="integer">0</last_created> <netd_conf config:type="list"> <conf> <iid>1:/etc/xinetd.d/cups-lpd</iid> <protocol>tcp</protocol> <script>cups-lpd</script> <server>/usr/lib/cups/daemon/cups-lpd</server> <service config:type="boolean">false</service> </conf> <conf> <enabled config:type="boolean">true</enabled> <iid>1:/etc/xinetd.d/telnet</iid> <protocol>tcp</protocol> <script>telnet</script> <server>/usr/sbin/in.telnetd</server> <service config:type="boolean">false</service> </conf> </netd_conf> <netd_status config:type="integer">0</netd_status> </inetd> In the logfile I found: 2006-11-09 09:59:37 <1> serv1(3828) [YCP] clients/inst_autoconfigure.ycp:107 Writing configuration for inetd 2006-11-09 09:59:37 <1> serv1(3828) [YCP] clients/inst_autoconfigure.ycp:134 Calling auto client with: $["last_created":0, "netd_conf":[$["iid":"1:/e tc/xinetd.d/cups-lpd", "protocol":"tcp", "script":"cups-lpd", "server":"/usr/lib/cups/daemon/cups-lpd", "service":false], $["enabled":true, "iid":"1: /etc/xinetd.d/telnet", "protocol":"tcp", "script":"telnet", "server":"/usr/sbin/in.telnetd", "service":false]], "netd_status":0] 2006-11-09 09:59:37 <1> serv1(3828) [YCP] clients/inst_autoconfigure.ycp:38 current step: 16 2006-11-09 09:59:37 <2> serv1(3828) [Parser] inetd/dialogs.ycp:240 Warning: find(...) is deprecated, please fix 2006-11-09 09:59:37 <1> serv1(3828) [wfm] Y2CCWFM.cc(createInLevel):153 Parsing finished 2006-11-09 09:59:37 <1> serv1(3828) [Interpreter] inetd/routines.ycp:152 Calling YaST client inetd_auto (arguments: ["Write"]) 2006-11-09 09:59:37 <1> serv1(3828) [YCP] clients/inetd_auto.ycp:26 ---------------------------------------- 2006-11-09 09:59:37 <1> serv1(3828) [YCP] clients/inetd_auto.ycp:27 Xinetd auto started 2006-11-09 09:59:37 <1> serv1(3828) [YCP] Inetd.ycp:287 Calling write: 2006-11-09 09:59:37 <1> serv1(3828) [YCP] Inetd.ycp:333 Writing done 2006-11-09 09:59:37 <1> serv1(3828) [YCP] clients/inetd_auto.ycp:151 Xinetd auto finished But after the installation are both services, cups-lpd and telnet, disabled. How can I enable these services with autoyast? Thanks Ulrich -- +-----------------------------------------------------------+ | Ulrich Bernhard | | Informatikdienste Tel: (+41-44) 635 67 73 | | Universitaet Zuerich Fax: (+41-44) 635 45 05 | | Winterthurerstr. 190 | | CH-8057 Zuerich Email: ulrich.bernhard@id.unizh.ch | | Switzerland | +-----------------------------------------------------------+
![](https://seccdn.libravatar.org/avatar/43d28c61e1e0659972b2e139c34792d5.jpg?s=120&d=mm&r=g)
On Friday 10 November 2006 08:57, Ulrich Bernhard wrote:
But after the installation are both services, cups-lpd and telnet, disabled.
that looks like a bug to me (#221698) -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany Business: http://www.suse.de/~ug now playing Diary Of Dreams - Krankhaft
![](https://seccdn.libravatar.org/avatar/43d28c61e1e0659972b2e139c34792d5.jpg?s=120&d=mm&r=g)
On Friday 10 November 2006 08:57, Ulrich Bernhard wrote: after I took a second look, I saw an error in your XML:
<inetd> <last_created config:type="integer">0</last_created> <netd_conf config:type="list"> <conf> <iid>1:/etc/xinetd.d/cups-lpd</iid> <protocol>tcp</protocol> <script>cups-lpd</script> <server>/usr/lib/cups/daemon/cups-lpd</server> <service config:type="boolean">false</service> </conf> <conf> <enabled config:type="boolean">true</enabled> <iid>1:/etc/xinetd.d/telnet</iid> <protocol>tcp</protocol> <script>telnet</script> <server>/usr/sbin/in.telnetd</server> <service config:type="boolean">false</service>
this mus be <service>telnet</service> not <service config:type="boolean">false</service> did you use the UI to create it? -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany Business: http://www.suse.de/~ug now playing ROTERSAND - Content Killer
![](https://seccdn.libravatar.org/avatar/43d28c61e1e0659972b2e139c34792d5.jpg?s=120&d=mm&r=g)
On Friday 10 November 2006 08:57, Ulrich Bernhard wrote:
<inetd> <last_created config:type="integer">0</last_created> <netd_conf config:type="list"> <conf> <iid>1:/etc/xinetd.d/cups-lpd</iid> <protocol>tcp</protocol> <script>cups-lpd</script> <server>/usr/lib/cups/daemon/cups-lpd</server> <service config:type="boolean">false</service>
this must be <service>printer</service> and not <service config:type="boolean">false</service> -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nuernberg, Germany Business: http://www.suse.de/~ug now playing :Wumpscut: - Mortal Highway
participants (2)
-
Ulrich Bernhard
-
Uwe Gansert