Probleme mit inetd.conf

Einrichten des lokalen Netzes, Verbindung zu anderen Computern und Diensten.
Antworten
Benutzeravatar
steff aka sid
Beiträge: 90
Registriert: 14.12.2004 14:41:35
Kontaktdaten:

Probleme mit inetd.conf

Beitrag von steff aka sid » 27.03.2005 14:37:27

Code: Alles auswählen

#<off># # /etc/inetd.conf:  see inetd(8) for further informations.
#
#<off># # Internet server configuration database
#
#
#<off># # Lines starting with "#:LABEL:" or "#<off>#" should not
#<off># # be changed unless you know what you are doing!
#
#<off># # If you want to disable an entry so it isn't touched during
#<off># # package updates just comment it out with a single '#' character.
#
#<off># # Packages should modify this file by using update-inetd(8)
#
# <service_name> <sock_type> <proto> <flags> <user> <server_path> <args>
#
#<off># #:INTERNAL: Internal services
#<off># #echo		stream	tcp	nowait	root	internal
#<off># #echo		dgram	udp	wait	root	internal
#<off># #chargen	stream	tcp	nowait	root	internal
#<off># #chargen	dgram	udp	wait	root	internal
#<off># discard		stream	tcp	nowait	root	internal
#<off># discard		dgram	udp	wait	root	internal
#<off># daytime		stream	tcp	nowait	root	internal
#<off># #daytime	dgram	udp	wait	root	internal
#<off># time		stream	tcp	nowait	root	internal
#<off># #time		dgram	udp	wait	root	internal

#<off># #:STANDARD: These are standard services.
ftp		stream	tcp	nowait	root	/usr/sbin/tcpd	/usr/sbin/in.ftpd

#<off># #:BSD: Shell, login, exec and talk are BSD protocols.

#<off># #:MAIL: Mail, news and uucp services.

#<off># #:INFO: Info services

#<off># #:BOOT: Tftp service is provided primarily for booting.  Most sites
#<off># # run this only on machines acting as "boot servers."
#<off># tftp		dgram	udp	wait	root	/usr/sbin/in.tftpd	in.tftpd /boot

#<off># #:RPC: RPC based services

#:HAM-RADIO: amateur-radio services

#<off># #:OTHER: Other services
#<off># #<off># netbios-ssn	stream	tcp	nowait	root	/usr/sbin/tcpd	/usr/sbin/smbd
printer stream tcp nowait lp /usr/lib/cups/daemon/cups-lpd cups-lpd
#<off># vboxd	stream	tcp	nowait	root	/usr/sbin/tcpd	/usr/sbin/vboxd
#<off># saft	stream	tcp	nowait	root	/usr/sbin/tcpd	/usr/sbin/sendfiled
#<off># #<off># 3632           stream  tcp     nowait.100      distccd    /usr/sbin/tcpd /usr/bin/distccd --inetd --log-file=/var/log/distccd.log --nice=10
#<off># xtel            stream  tcp     nowait  root    /usr/sbin/tcpd /usr/sbin/xteld
#<off># https   stream  tcp nowait  sslwrap.sslwrap /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 80
#<off># ssmtp   stream  tcp nowait  sslwrap.sslwrap /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 25
#<off># nntps   stream  tcp nowait  sslwrap.sslwrap /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 119
#<off># telnets   stream  tcp nowait  sslwrap.sslwrap /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 23
imaps   stream  tcp nowait  sslwrap.sslwrap /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 143
#<off># ircs   stream  tcp nowait  sslwrap.sslwrap /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 194
pop3s   stream  tcp nowait  sslwrap.sslwrap /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 110
#<off># ftps-data   stream  tcp nowait  sslwrap.sslwrap /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 20
#<off># ftps   stream  tcp nowait  sslwrap.sslwrap /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 21
#<off># ldaps   stream  tcp nowait  sslwrap.sslwrap /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 389

amanda dgram udp wait backup /usr/sbin/tcpd /usr/lib/amanda/amandad
imaps   stream  tcp nowait  sslwrap:sslwrap /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 143
pop3s   stream  tcp nowait  sslwrap:sslwrap /usr/sbin/tcpd  /usr/sbin/sslwrap  -nocert -addr 127.0.0.1 -port 110
Das steht bei mir in der Datei drin. Doch ich glaube da sind irgend welche Fehler hab da von Hand nichts dran gemacht. Allerdings habe ich letztens meinen PC einfach ausgeschaltet als er noch nicht richtig runtergefahren war(hat mir zu lang gedauert :-) und danach hab ich beim starten immer Fehlermeldungen mit der inetd.conf bekommen poste ich mal hier runter:

Code: Alles auswählen

Mar 27 12:55:39 Sid inetd[5011]: extra conf for service imaps/tcp (skipped) 
Mar 27 12:55:39 Sid inetd[5011]: extra conf for service pop3s/tcp (skipped) 
Mar 27 12:55:57 Sid inetd[5011]: extra conf for service imaps/tcp (skipped) 
Mar 27 12:55:57 Sid inetd[5011]: extra conf for service pop3s/tcp (skipped) 
Mar 27 12:55:58 Sid inetd[5011]: extra conf for service imaps/tcp (skipped) 
Mar 27 12:55:58 Sid inetd[5011]: extra conf for service pop3s/tcp (skipped) 
Mar 27 12:56:00 Sid inetd[5011]: extra conf for service imaps/tcp (skipped) 
Mar 27 12:56:00 Sid inetd[5011]: extra conf for service pop3s/tcp (skipped) 
Mar 27 12:56:00 Sid inetd[5011]: extra conf for service imaps/tcp (skipped) 
Mar 27 12:56:00 Sid inetd[5011]: extra conf for service imaps/tcp (skipped) 
Mar 27 12:56:00 Sid inetd[5011]: extra conf for service pop3s/tcp (skipped) 
Mar 27 12:56:00 Sid inetd[5011]: extra conf for service imaps/tcp (skipped) 
Mar 27 12:56:00 Sid inetd[5011]: extra conf for service pop3s/tcp (skipped) 
Mar 27 12:56:00 Sid inetd[5011]: extra conf for service imaps/tcp (skipped) 
Mar 27 12:56:00 Sid inetd[5011]: extra conf for service pop3s/tcp (skipped) 
Mar 27 12:56:00 Sid inetd[5011]: extra conf for service imaps/tcp (skipped) 
Mar 27 12:56:00 Sid inetd[5011]: extra conf for service pop3s/tcp (skipped
Gruß Steff
[/url]
Unexpected end of file

Benutzeravatar
Six
Beiträge: 8069
Registriert: 21.12.2001 13:39:28
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Siegburg

Beitrag von Six » 27.03.2005 15:54:59

Dumme Idee, den Rechner einfach so auszuschalten :roll: Die einfachste Lösung, eine neue, brauchbare Konfiguration zu bekommen, dürfte sein, daß inetd Paket neu zu installieren.

Benutzeravatar
steff aka sid
Beiträge: 90
Registriert: 14.12.2004 14:41:35
Kontaktdaten:

Beitrag von steff aka sid » 27.03.2005 16:47:46

ok werde das mal probieren danke für die Antwort.
Gruß Steff

P.s. zu welchem Paket gehört inetd.conf
Unexpected end of file

Benutzeravatar
Six
Beiträge: 8069
Registriert: 21.12.2001 13:39:28
Lizenz eigener Beiträge: MIT Lizenz
Wohnort: Siegburg

Beitrag von Six » 27.03.2005 16:59:06

inetd findet sich im Paket netkit-inetd, ich glaube bei Woody hieß es ander, weiß aber nicht mehr wie. Das hier könnte helfen:

http://www.debianforum.de/wiki/?page=ds ... Mini-Howto

Benutzeravatar
steff aka sid
Beiträge: 90
Registriert: 14.12.2004 14:41:35
Kontaktdaten:

Beitrag von steff aka sid » 27.03.2005 17:20:36

Vielen Dank hat alles funktioniert. Restarten und anschließendes Hochfahren klappt auch wieder.
Gruß Steff
Unexpected end of file

Antworten