vorab ich habe sogut wie jeden thread hier im Forum darüber gelesen, doch nichts wollte helfen.
Was habe ich gemacht ?
YAST Update + Kernel Update auf 2.4.20.
Server neugestartet und nur http funktioniert. FTP + POP3 nicht.
Nun habe ich die Beiträge hier gelesen und das RECORD in der file xinetd.conf entfernt. hier:
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 = 10
}
service ftp
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/vsftpd
# server_args = -a
log_on_success = HOST PID EXIT DURATION
# log_on_failure = HOST ATTEMPT
}
service pop3
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/popper
server_args = qpopper -s
log_on_success = HOST PID EXIT DURATION
# log_on_failure = HOST ATTEMPT
}
# *grrr* SuSE-8.1: qpopper.rpm compiled without ssl/tls-support
service pop3s
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/stunnel
server_args = qpopper -l /usr/sbin/popper -- -R -s
log_on_success = HOST PID EXIT DURATION
# log_on_failure = HOST ATTEMPT
}
#service ident
#{
# socket_type = stream
# protocol = tcp
# wait = no
# user = nobody
# server = /usr/sbin/in.identd
# server_args = -w -t120
#}
# includedir /etc/xinetd.d
Nun habe ich folgendes versucht:
/etc/init.d/xinetd restart
es sagt mir dann auch das es erfolgreich gestartet wurde.
mache ich
/etc/init.d/xinetd status
kommt:
Code: Select all
p15135513:~ # /etc/init.d/xinetd status
Checking for service xinetd: unused
Server wieder neugestartet und es will imemr noch nicht.
hier noch ein paar Auszüge:
Code: Select all
p15135513:~ # netstat -pletu
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name
tcp 0 0 *:mysql *:* LISTEN root 1304 402/mysqld
tcp 0 0 *:sunrpc *:* LISTEN root 1220 353/portmap
tcp 0 0 *:www-http *:* LISTEN root 2795 532/httpd
tcp 0 0 *:smtps *:* LISTEN root 1920 499/master
tcp 0 0 *:ident *:* LISTEN root 401 181/oidentd
tcp 0 0 *:ssh *:* LISTEN root 1280 369/sshd
tcp 0 0 *:smtp *:* LISTEN root 1917 499/master
tcp 0 0 *:https *:* LISTEN root 2794 532/httpd
udp 0 0 *:bootpc *:* root 521 313/dhcpcd
udp 0 0 *:sunrpc *:* root 1166 353/portmap
udp 0 0 bse-zone.com:ntp *:* root 1744 445/ntpd
udp 0 0 localhost.localdoma:ntp *:* root 1743 445/ntpd
udp 0 0 *:ntp *:* root 1742 445/ntpd
Code: Select all
p15135513:~ # ps -aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 1.4 0.0 448 236 ? S 12:45 0:05 init
root 2 0.0 0.0 0 0 ? SW 12:45 0:00 [keventd]
root 3 0.0 0.0 0 0 ? SWN 12:45 0:00 [ksoftirqd_CPU0]
root 4 0.0 0.0 0 0 ? SW 12:45 0:00 [kswapd]
root 5 0.0 0.0 0 0 ? SW 12:45 0:00 [bdflush]
root 6 0.0 0.0 0 0 ? SW 12:45 0:00 [kupdated]
root 8 0.0 0.0 0 0 ? SW 12:45 0:00 [kjournald]
root 55 0.0 0.0 0 0 ? SW 12:45 0:00 [kjournald]
nobody 181 0.0 0.2 1472 632 ? S 12:45 0:00 /usr/sbin/oidentd -u nobody -g nobody
root 313 0.0 0.2 1300 548 ? S 12:45 0:00 /sbin/dhcpcd -d -N -Y -t 999999 eth0
root 329 0.0 0.2 1340 596 ? S 12:45 0:00 /sbin/syslogd
root 332 0.0 0.5 2076 1252 ? S 12:45 0:00 /sbin/klogd -c 1 -2
bin 353 0.0 0.1 1292 396 ? S 12:45 0:00 /sbin/portmap
root 367 0.0 0.4 2256 1152 ? S 12:45 0:00 /bin/sh /usr/bin/safe_mysqld --user=mysql --pid-file=/var/lib/m
root 369 0.0 0.6 4144 1636 ? S 12:45 0:00 /usr/sbin/sshd
mysql 402 0.0 1.4 21908 3672 ? S 12:45 0:00 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user
mysql 404 0.0 1.4 21908 3672 ? S 12:45 0:00 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user
mysql 405 0.0 1.4 21908 3672 ? S 12:45 0:00 /usr/sbin/mysqld --basedir=/usr --datadir=/var/lib/mysql --user
ntp 445 0.0 0.7 1920 1912 ? SL 12:45 0:00 /usr/sbin/ntpd -U ntp
root 499 0.0 0.5 4424 1452 ? S 12:45 0:00 /usr/lib/postfix/master
postfix 513 0.0 0.5 4388 1392 ? S 12:45 0:00 pickup -l -t fifo -u
postfix 514 0.0 0.7 9644 1872 ? S 12:45 0:00 qmgr -l -t fifo -u
root 532 0.0 3.2 82988 7996 ? S 12:45 0:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf -D SSL
root 545 0.0 0.5 3028 1348 ? S 12:45 0:00 /usr/bin/perl /root/confixx/pipelog.pl
wwwrun 546 0.1 3.7 83916 9404 ? S 12:45 0:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf -D SSL
wwwrun 547 0.0 3.4 83204 8672 ? S 12:45 0:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf -D SSL
at 548 0.0 0.2 1400 548 ? S 12:45 0:00 /usr/sbin/atd
wwwrun 549 0.0 3.3 83080 8436 ? S 12:45 0:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf -D SSL
wwwrun 550 0.0 3.2 83000 8072 ? S 12:45 0:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf -D SSL
wwwrun 551 0.0 3.6 83696 9152 ? S 12:45 0:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf -D SSL
root 566 0.0 0.2 1416 624 ? S 12:45 0:00 /usr/sbin/cron
root 582 0.0 0.2 11744 720 ? S 12:45 0:00 /usr/sbin/nscd
root 587 0.0 0.1 1260 496 tty1 S 12:45 0:00 /sbin/mingetty --noclear tty1
root 588 0.0 0.1 1260 496 tty2 S 12:45 0:00 /sbin/mingetty tty2
root 589 0.0 0.1 1260 496 tty3 S 12:45 0:00 /sbin/mingetty tty3
root 590 0.0 0.1 1260 496 tty4 S 12:45 0:00 /sbin/mingetty tty4
root 591 0.0 0.1 1260 496 tty5 S 12:45 0:00 /sbin/mingetty tty5
root 592 0.0 0.2 11744 720 ? S 12:45 0:00 /usr/sbin/nscd
root 593 0.0 0.2 11744 720 ? S 12:45 0:00 /usr/sbin/nscd
root 594 0.0 0.1 1260 496 tty6 S 12:45 0:00 /sbin/mingetty tty6
root 595 0.0 0.2 11744 720 ? S 12:45 0:00 /usr/sbin/nscd
root 596 0.0 0.2 11744 720 ? S 12:45 0:00 /usr/sbin/nscd
root 597 0.0 0.2 11744 720 ? S 12:45 0:00 /usr/sbin/nscd
root 598 0.0 0.2 11744 720 ? S 12:45 0:00 /usr/sbin/nscd
wwwrun 604 0.0 4.0 84488 10000 ? S 12:46 0:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf -D SSL
wwwrun 607 0.5 3.7 83724 9268 ? S 12:46 0:01 /usr/sbin/httpd -f /etc/httpd/httpd.conf -D SSL
wwwrun 608 0.1 3.4 83100 8548 ? S 12:46 0:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf -D SSL
wwwrun 609 0.3 4.0 84536 10072 ? S 12:46 0:01 /usr/sbin/httpd -f /etc/httpd/httpd.conf -D SSL
wwwrun 614 0.0 3.7 83948 9344 ? S 12:46 0:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf -D SSL
root 654 0.0 0.8 7304 2236 ? S 12:48 0:00 /usr/sbin/sshd
root 659 0.0 0.6 2820 1696 pts/0 S 12:48 0:00 -bash
wwwrun 762 0.0 3.2 83000 8076 ? S 12:50 0:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf -D SSL
wwwrun 763 0.3 3.7 83948 9348 ? S 12:50 0:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf -D SSL
wwwrun 764 0.0 3.2 83000 8080 ? S 12:50 0:00 /usr/sbin/httpd -f /etc/httpd/httpd.conf -D SSL
postfix 789 0.2 1.0 13804 2696 ? S 12:51 0:00 smtpd -n smtp -t inet -u
postfix 791 0.2 0.7 10940 1884 ? S 12:51 0:00 cleanup -t unix -u
postfix 792 0.1 0.6 5704 1692 ? S 12:51 0:00 trivial-rewrite -n rewrite -t unix -u
postfix 793 0.0 0.7 5744 1772 ? S 12:51 0:00 local -t unix
root 797 0.0 0.6 2448 1492 pts/0 R 12:51 0:00 ps -aux
Ich hoffe auf Antworten.
mfg syro
