• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Xinetd lässt sich nicht starten brauche hilfe.

Hallo möchte Swat einrichten und dazu muss der Dienst Xinetd laufen aber er bringt immer die Fehlermeldung.

/etc/init.d/xinetd start gab 7 (Programm wird nicht ausgeführt) zurück:

Starting INET services. (xinetd)....failed

damit Ihr etwas anfangen könnt habe ich noch die anderen Dateien kopiert.

file:/etc/xinetd.conf

#
# 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

}

includedir /etc/xinetd.d

file:/etc/services

# Christian Callsen <Christian.Callsen@eng.sun.com>
swat 901/tcp # CONFLICT, not official assigned!
smpnameres 901/tcp # SMPNAMERES
smpnameres 901/udp # SMPNAMERES

file:/etc/xinetd.d/swat

# SWAT is the Samba Web Administration Tool.
service swat
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/swat
only_from = 127.0.0.1
log_on_failure += USERID
disable = yes
}

file:/etc/xinetd.d/services

# default: off
# description: An internal xinetd service, listing active services.

service services
{
type = INTERNAL UNLISTED
port = 9098
socket_type = stream
protocol = tcp
wait = no
disable = yes
only_from = 127.0.0.1
}

hoffe ihr könnt mir schnell helfen.

Gruß
Tobias
 
Oben