From ulrich.bernhard@id.unizh.ch Fri Nov 10 07:57:41 2006 From: Ulrich Bernhard To: autoinstall@lists.opensuse.org Subject: xinetd definitions Date: Fri, 10 Nov 2006 07:57:41 +0000 Message-ID: <455430EF.2020507@id.unizh.ch> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3789615220533653425==" --===============3789615220533653425== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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: 0 1:/etc/xinetd.d/cups-lpd tcp /usr/lib/cups/daemon/cups-lpd false true 1:/etc/xinetd.d/telnet tcp /usr/sbin/in.telnetd false 0 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(a)id.unizh.ch | | Switzerland | +-----------------------------------------------------------+ --===============3789615220533653425==-- From ug@suse.de Thu Nov 16 16:10:50 2006 From: Uwe Gansert To: autoinstall@lists.opensuse.org Subject: Re: [suse-autoinstall] xinetd definitions Date: Thu, 16 Nov 2006 16:10:50 +0000 Message-ID: <200611161507.09106.ug@suse.de> In-Reply-To: <455430EF.2020507@id.unizh.ch> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4813349828227256242==" --===============4813349828227256242== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 --===============4813349828227256242==-- From ug@suse.de Thu Nov 16 16:28:55 2006 From: Uwe Gansert To: autoinstall@lists.opensuse.org Subject: Re: [suse-autoinstall] xinetd definitions Date: Thu, 16 Nov 2006 16:28:55 +0000 Message-ID: <200611161525.14330.ug@suse.de> In-Reply-To: <455430EF.2020507@id.unizh.ch> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8331445363947038280==" --===============8331445363947038280== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Friday 10 November 2006 08:57, Ulrich Bernhard wrote: after I took a second look, I saw an error in your XML: > > 0 > > > 1:/etc/xinetd.d/cups-lpd > tcp > > /usr/lib/cups/daemon/cups-lpd > false > > > true > 1:/etc/xinetd.d/telnet > tcp > > /usr/sbin/in.telnetd > false this mus be telnet not false 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 --===============8331445363947038280==-- From ug@suse.de Thu Nov 16 16:33:02 2006 From: Uwe Gansert To: autoinstall@lists.opensuse.org Subject: Re: [suse-autoinstall] xinetd definitions Date: Thu, 16 Nov 2006 16:33:02 +0000 Message-ID: <200611161529.21332.ug@suse.de> In-Reply-To: <455430EF.2020507@id.unizh.ch> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7912911196240704725==" --===============7912911196240704725== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Friday 10 November 2006 08:57, Ulrich Bernhard wrote: > > 0 > > > 1:/etc/xinetd.d/cups-lpd > tcp > > /usr/lib/cups/daemon/cups-lpd > false this must be printer and not false -- 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 --===============7912911196240704725==--