FYI: Configured xinetd service not active.
Problem. Configured xinetd service not active. Given from autoinst.xml created by autoyast ... <conf> <protocol>tcp</protocol> <script>rsh</script> <server>/usr/sbin/in.rshd</server> <service>shell</service> </conf> ... After automatic installation the service is not active: Extract from /etc/xinetd/rsh ... service shell { # server_args = /usr/sbin/in.rshd -L disable = yes ... } The yast log tells me: .... "inetd":$["last_created":0, "netd_conf":[$["protocol":"tcp", "script":"rsh", "server":"/usr/sbin/in.rshd", "service":false]], .... Solution: Found in the autoyast.pdf Guide: Add <enabled config:type="boolan">true</enabled> by hand. Since "yast autoyast" does not add this line to the xml file i would suggest it as a bug from what i know about autoyast. hth Hajo ============================ Hans-Joachim Ehlers UNIX Systems Engineer EUMETSAT Am Kavalleriesand, 31 64295, Darmstadt, Germany Tel : +49 6151 807-7307 eMail : hansjoachim.ehlers@eumetsat.int iNet : www.eumetsat.de
On Thu, Aug 18, 2005 at 11:29:16AM +0200, Hans-Joachim Ehlers wrote:
Problem. Configured xinetd service not active.
I will forward the report. Which product release is it? -- Martin Vidner, YaST developer SuSE CR, s.r.o. e-mail: mvidner@suse.cz Drahobejlova 27 tel:+420-296542390 190 00 Praha 9, Czech Republic http://www.suse.cz
On Thursday 18 August 2005 12:29, Martin Vidner wrote:
Problem. Configured xinetd service not active.
I will forward the report. Which product release is it?
I check that too at the moment. At least SL10 beta1 is broken too. I try beta2 now (have to install it first on my test machine). -- ciao, Uwe Gansert Uwe Gansert, Server Technologies Team SUSE LINUX Products GmbH, Maxfeldstrasse 5, D-90409 Nürnberg, Germany e-mail: uwe.gansert@suse.de, Tel: +49-(0)911-74053-0, Fax: +49-(0)911-74053-476, Web: http://www.suse.de
try the following, that worked for SLES9 <conf> <enabled config:type="boolean">true</enabled> <protocol>tcp</protocol> <script>rsh</script> <server>/usr/sbin/in.rshd</server> <service>rshd</service> </conf> ================================== Hilmar Koehler -----Ursprüngliche Nachricht----- Von: Hans-Joachim Ehlers [mailto:HansJoachim.Ehlers@eumetsat.int] Gesendet: Donnerstag, 18. August 2005 11:29 An: suse-autoinstall@suse.com Betreff: [suse-autoinstall] FYI: Configured xinetd service not active. Problem. Configured xinetd service not active. Given from autoinst.xml created by autoyast ... <conf> <protocol>tcp</protocol> <script>rsh</script> <server>/usr/sbin/in.rshd</server> <service>shell</service> </conf> ... After automatic installation the service is not active: Extract from /etc/xinetd/rsh ... service shell { # server_args = /usr/sbin/in.rshd -L disable = yes ... } The yast log tells me: .... "inetd":$["last_created":0, "netd_conf":[$["protocol":"tcp", "script":"rsh", "server":"/usr/sbin/in.rshd", "service":false]], .... Solution: Found in the autoyast.pdf Guide: Add <enabled config:type="boolan">true</enabled> by hand. Since "yast autoyast" does not add this line to the xml file i would suggest it as a bug from what i know about autoyast. hth Hajo ============================ Hans-Joachim Ehlers UNIX Systems Engineer EUMETSAT Am Kavalleriesand, 31 64295, Darmstadt, Germany Tel : +49 6151 807-7307 eMail : hansjoachim.ehlers@eumetsat.int iNet : www.eumetsat.de -- To unsubscribe, e-mail: suse-autoinstall-unsubscribe@suse.com For additional commands, e-mail: suse-autoinstall-help@suse.com
participants (4)
-
Hans-Joachim Ehlers
-
Hilmar Koehler
-
Martin Vidner
-
Uwe Gansert