[opensuse-autoinstall] opensuse 12.3: Configuering services an xinetd
Hello, I try to install opensuse 12.3 with autoyast. There are several services to be started, also the telnet-server with inetd. But sshd is not startet, rpcbind also, telnet is "disable=yes" in /etc/xinetd.d......but I dont know why. Attached the config. Any Ideas whats going wrong here? Regards Daniel -- Daniel Spannbauer Systemadministration marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-0 Rechbergstr. 4-6 Fax +49 8333 9233-11 D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München
To get an besser overview please open a bugreport and attach all your autoinst.xml and /var/log/YaST2/* files. Thanks ! Greetings Stefan Am 28.01.2015 um 12:59 schrieb Daniel Spannbauer:
Hello,
I try to install opensuse 12.3 with autoyast. There are several services to be started, also the telnet-server with inetd.
But sshd is not startet, rpcbind also, telnet is "disable=yes" in /etc/xinetd.d......but I dont know why.
Attached the config.
Any Ideas whats going wrong here?
Regards
Daniel
-- ******************************************************************************* Stefan Schubert e-mail: schubi@suse.de ------------------------------------------------------------------------------- SUSE LINUX GmbH GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu, Graham Norton HRB 21284 (AG Nürnberg) Maxfeldstraße 5 90409 Nürnberg Germany -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
I have no idea about inetd, but the runlevel snippet looks fine. If you are installing a minimal system (no or very few patterns), then you need to add "<package>yast2-runlevel</package>" to your <packages> section, because it will not be installed automatically. (The same might apply to your inetd problems, try explicitly installing "yast2-inetd".) PS: If "12.3" is a typo and you mean "13.2", then install "<package>yast2-services-manager</package>" instead, and change the "<runlevel>" section to something like this (insert your own services, of course): ---------- 8< ---------- + <services-manager> + <default_target>multi-user</default_target> + <services> + <disable config:type="list"> + <service>lvm2-lvmetad</service> + <service>wickedd-auto4</service> + <service>wickedd-dhcp4</service> + <service>wickedd-dhcp6</service> + </disable> + <enable config:type="list"> + <service>auditd</service> + <service>ntp</service> + <service>postfix</service> + <service>sshd</service> + </enable> + </services> + </services-manager> ---------- >8 ---------- -- Kind regards Christopher 'm4z' Holm / 686f6c6d "We must respect the other fellow's religion, but only in the sense and to the extent that we respect his theory that his wife is beautiful and his children smart." --H. L. Mencken -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
This is a interesting thing:
---------- 8< ---------- + <services-manager> + <default_target>multi-user</default_target> + <services> + <disable config:type="list"> + <service>lvm2-lvmetad</service> + <service>wickedd-auto4</service> + <service>wickedd-dhcp4</service> + <service>wickedd-dhcp6</service> + </disable> + <enable config:type="list"> + <service>auditd</service> + <service>ntp</service> + <service>postfix</service> + <service>sshd</service> + </enable> + </services> + </services-manager> ---------- >8 ---------- What are the functions of wickedd-auto wickedd-dhcp4 wickedd-dhcp6 if i have a fixed/static IP-address?
Best regards Achim Klausmann -- -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
On Wed, Jan 28, 2015 at 9:15 PM, Achim Klausmann <Achim.Klausmann@t-online.de> wrote:
[…] What are the functions of wickedd-auto wickedd-dhcp4 wickedd-dhcp6 if i have a fixed/static IP-address?
If you're asking me, I have no clue. AFAICT, they're running for no reason when you have a static config, and this is exactly why I disabled them. I haven't experienced any problems with my whack-a-mole approach. (; -- Kind regards Christopher 'm4z' Holm / 686f6c6d "We must respect the other fellow's religion, but only in the sense and to the extent that we respect his theory that his wife is beautiful and his children smart." --H. L. Mencken -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
Am 01/28/2015 um 05:52 PM schrieb 686f6c6d:
I have no idea about inetd, but the runlevel snippet looks fine. If you are installing a minimal system (no or very few patterns), then you need to add "<package>yast2-runlevel</package>" to your <packages> section, because it will not be installed automatically. (The same might apply to your inetd problems, try explicitly installing "yast2-inetd".)
Yep, that was the error. Thanks for that hint :) Regards Daniel -- Daniel Spannbauer Systemadministration marco Systemanalyse und Entwicklung GmbH Tel +49 8333 9233-0 Rechbergstr. 4-6 Fax +49 8333 9233-11 D 87727 Babenhausen Mobil +49 171 4033220 http://www.marco.de/ Email ds@marco.de Geschäftsführer Martin Reuter HRB 171775 Amtsgericht München -- To unsubscribe, e-mail: opensuse-autoinstall+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-autoinstall+owner@opensuse.org
participants (4)
-
686f6c6d
-
Achim Klausmann
-
Daniel Spannbauer
-
Stefan Schubert