Page 1 of 1
xinetd.conf
Posted: 2004-10-15 10:42
by salnet
Hallo!
Hab gerade duch die doofe Backup-Funktion von Ultraedit meine Sicherung der Original xinetd.conf verloren.
Kann mir zufällig jemand seine zukommen lassen?
Apache2, Sendmail, Suse 9.0, Confixx
Hab jetzt noch eine, die will xinetd aber nicht haben...
Code: Select all
#
# xinetd.conf
#
# Copyright (c) 1998-2001 SuSE GmbH Nuernberg, Germany.
# Copyright (c) 2002 SuSE Linux AG, Nuernberg, Germany.
#
defaults
{
log_type = FILE /var/log/xinetd.log
log_on_success = HOST EXIT DURATION
log_on_failure = HOST ATTEMPT
# only_from = localhost
instances = 30
cps = 50 10
}
#
# The specification of an interface is interesting, if we are on a firewall.
# For example, if you only want to provide services from an internal
# network interface, you may specify your internal interfaces IP-Address.
#
# interface = 127.0.0.1
Starting INET services. (xinetd) failed
:-(
Gruß
-salnet
Re: xinetd.conf
Posted: 2004-10-15 11:01
by Roger Wilco
Vielleicht solltest du einfach mal in den Logs nachsehen, wieso xinetd nicht startet. Normalerweise bringt das ganz verständliche Fehlermeldungen.
Re: xinetd.conf
Posted: 2004-10-15 11:17
by salnet
In der /var/log/xinetd.log steht:
04/10/15@10:19:39: START: altpop3 from=217.82.239.118
04/10/15@10:19:40: EXIT: altpop3 status=0 duration=1(sec)
Kann ich aber nicht zuordnen...
Re: xinetd.conf
Posted: 2004-10-15 12:12
by Roger Wilco
Ich meinte eigentlich mehr messages oder syslog, da die xinetd.log ja erst geschrieben wird, wenn der Daemon gestartet wurde.
Re: xinetd.conf
Posted: 2004-10-15 12:21
by salnet
Hier die Ausschnitte aus meiner messages:
Code: Select all
Oct 15 10:28:41 hxxxx xinetd[13132]: 13132 {init_services} no services. Exiting...
Oct 15 10:29:33 hxxxx xinetd[13172]: incomplete entry [file=/etc/xinetd.conf] [line=22]
Oct 15 10:29:33 hxxxx xinetd[13172]: 13172 {init_services} no services. Exiting...
Oct 15 10:31:47 hxxxx xinetd[13230]: 13230 {init_services} no services. Exiting...
Oct 15 10:32:00 hxxxx xinetd[13243]: 13243 {init_services} no services. Exiting...
Oct 15 10:33:53 hxxxx xinetd[13270]: 13270 {init_services} no services. Exiting...
Oct 15 10:44:12 hxxxx xinetd[13342]: 13342 {init_services} no services. Exiting...
Oct 15 11:13:24 hxxxx xinetd[13534]: 13534 {init_services} no services. Exiting...
Oct 15 11:20:54 hxxxx xinetd[13603]: 13603 {init_services} no services. Exiting...
Die xinetd.conf ist genau die, die ich oben geposted hab...
und die mail.warn:
Code: Select all
Oct 15 10:22:09 hxxxx postfix/smtpd[12982]: warning: pDXXXXXXX.dip.t-dialin.net[XXX.XXX.XXX.XXX]: SASL LOGIN authentication failed
Re: xinetd.conf
Posted: 2004-10-15 19:16
by Roger Wilco
salnet wrote:Hier die Ausschnitte aus meiner messages:
Code: Select all
Oct 15 10:28:41 hxxxx xinetd[13132]: 13132 {init_services} no services. Exiting...
Oct 15 10:29:33 hxxxx xinetd[13172]: incomplete entry [file=/etc/xinetd.conf] [line=22]
Oct 15 10:29:33 hxxxx xinetd[13172]: 13172 {init_services} no services. Exiting...
Oct 15 10:31:47 hxxxx xinetd[13230]: 13230 {init_services} no services. Exiting...
Oct 15 10:32:00 hxxxx xinetd[13243]: 13243 {init_services} no services. Exiting...
Oct 15 10:33:53 hxxxx xinetd[13270]: 13270 {init_services} no services. Exiting...
Oct 15 10:44:12 hxxxx xinetd[13342]: 13342 {init_services} no services. Exiting...
Oct 15 11:13:24 hxxxx xinetd[13534]: 13534 {init_services} no services. Exiting...
Oct 15 11:20:54 hxxxx xinetd[13603]: 13603 {init_services} no services. Exiting...
Die xinetd.conf ist genau die, die ich oben geposted hab...
Du musst auch den ein oder anderen Dienst konfigurieren, der über xinetd laufen soll. Sonst hat xinetd nichts zu tun und beendet sich (wie bei dir geschehen).
Re: xinetd.conf
Posted: 2004-10-15 20:29
by salnet
Komischerweise hab ich am xinetd nichts geändert. Bis heute morgen um 10.00 lief der ganze Kram wie am Schnürchen...
Wie kann ich xinetd klar machen, dass er Mails abholen soll? Senden geht komischerweise noch...
Edit (5 Minuten später):
Hab den Fehler gerade gefunden...
In der xinetd.conf fehlte das includedir
Kein Wunder, dass er keine Dienste zum Ausführen gefunden hat...
Trotzdem danke an Roger Wilco, der mich drauf gestoßen hat, dass überhaupt ein Dienst laufen muss.
Danke!