Proftpd ist nicht kooperativ + strace
Markus Wigge
markus at cultcom.de
Mon Dec 8 14:22:10 CET 2003
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Tag,
ich habe zu meinem Problem mal den proftpd getraced und stelle
fest dass der Client-Prozess scheinbar Probleme macht.
Ich frage mich auch, warum der Versucht /etc/mysql/my.cnf,
/var/lib/mysql/my.cnf und zuletzt /root/.my.cnf zu öffnen?
Die SQL-Optionen sollten alle in der proftpd.conf zu finden sein...
hier die strace-Ausgabe:
| fork() = 20383
| [pid 20383] rt_sigprocmask(SIG_UNBLOCK, [USR1 USR2 TERM CHLD], NULL,
8) = 0
| [pid 20383] close(2) = 0
| [pid 20383] close(0) = 0
| [pid 20383] time(NULL) = 1070889348
| [pid 20383] rt_sigaction(SIGUSR1, {0x804fb68, [USR1],
SA_RESTART|0x4000000}, {SIG_DFL}, 8) = 0
| [pid 20383] rt_sigaction(SIGUSR2, {0x804fb44, [USR2],
SA_RESTART|0x4000000}, {0x804fb44, [USR2], SA_RESTART|0x4000000}, 8) = 0
| [pid 20383] rt_sigaction(SIGCHLD, {SIG_DFL}, {0x804fbac, [CHLD],
SA_RESTART|0x4000000}, 8) = 0
| [pid 20383] rt_sigaction(SIGHUP, {SIG_IGN}, {0x804fb20, [HUP],
SA_RESTART|0x4000000}, 8) = 0
| [pid 20383] close(-1) = -1 EBADF (Bad file descriptor)
| [pid 20383] getsockname(1, {sin_family=AF_INET, sin_port=htons(21),
sin_addr=inet_addr("127.0.0.1")}}, [16]) = 0
| [pid 20383] getpeername(1, {sin_family=AF_INET, sin_port=htons(4723),
sin_addr=inet_addr("127.0.0.1")}}, [16]) = 0
| [pid 20383] dup2(1, 0) = 0
| [pid 20383] setsockopt(1, SOL_SOCKET, SO_KEEPALIVE, [0], 4) = 0
| [pid 20383] getsockopt(1, SOL_SOCKET, SO_SNDBUF, [50244], [4]) = 0
| [pid 20383] setsockopt(0, SOL_SOCKET, SO_KEEPALIVE, [0], 4) = 0
| [pid 20383] getsockopt(0, SOL_SOCKET, SO_RCVBUF, [87424], [4]) = 0
| [pid 20383] fcntl64(0, F_GETFL) = 0x2 (flags O_RDWR)
| [pid 20383] fcntl64(0, F_SETFL, O_RDWR) = 0
| [pid 20383] fcntl64(1, F_GETFL) = 0x2 (flags O_RDWR)
| [pid 20383] fcntl64(1, F_SETFL, O_RDWR) = 0
| [pid 20383] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM
CHLD IO], NULL, 8) = 0
| [pid 20383] setresuid32(0xffffffff, 0, 0xffffffff) = 0
| [pid 20383] setregid32(0xffffffff, 0) = 0
| [pid 20383] close(-1) = -1 EBADF (Bad file descriptor)
| [pid 20383] socket(PF_UNIX, SOCK_DGRAM, 0) = 2
| [pid 20383] fcntl64(2, F_SETFD, FD_CLOEXEC) = 0
| [pid 20383] connect(2, {sin_family=AF_UNIX, path="/dev/log"}, 16) = 0
| [pid 20383] geteuid32() = 0
| [pid 20383] setregid32(0xffffffff, 0x7918) = 0
| [pid 20383] setresuid32(0xffffffff, 0x7918, 0xffffffff) = 0
| [pid 20383] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM
TERM CHLD IO], NULL, 8) = 0
| [pid 20383] setsockopt(1, SOL_TCP, TCP_NODELAY, [1], 4) = 0
| [pid 20383] setsockopt(0, SOL_TCP, TCP_NODELAY, [1], 4) = 0
| [pid 20383] setsockopt(1, SOL_IP, IP_TOS, [16], 4) = 0
| [pid 20383] setsockopt(0, SOL_IP, IP_TOS, [16], 4) = 0
| [pid 20383] close(3) = 0
| [pid 20383] socket(PF_UNIX, SOCK_STREAM, 0) = 3
| [pid 20383] connect(3, {sin_family=AF_UNIX,
path="/var/run/.nscd_socket"}, 110) = -1 ENOENT (No such file or directory)
| [pid 20383] close(3) = 0
| [pid 20383] open("/etc/hosts", O_RDONLY) = 3
| [pid 20383] fcntl64(3, F_GETFD) = 0
| [pid 20383] fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
| [pid 20383] fstat64(3, {st_mode=S_IFREG|0644, st_size=290, ...}) = 0
| [pid 20383] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40016000
| [pid 20383] read(3, "127.0.0.1\tlocalhost\n192.168.9.22"..., 4096) = 290
| [pid 20383] close(3) = 0
| [pid 20383] munmap(0x40016000, 4096) = 0
| [pid 20383] socket(PF_UNIX, SOCK_STREAM, 0) = 3
| [pid 20383] connect(3, {sin_family=AF_UNIX,
path="/var/run/.nscd_socket"}, 110) = -1 ENOENT (No such file or directory)
| [pid 20383] close(3) = 0
| [pid 20383] open("/etc/hosts", O_RDONLY) = 3
| [pid 20383] fcntl64(3, F_GETFD) = 0
| [pid 20383] fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
| [pid 20383] fstat64(3, {st_mode=S_IFREG|0644, st_size=290, ...}) = 0
| [pid 20383] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40016000
| [pid 20383] read(3, "127.0.0.1\tlocalhost\n192.168.9.22"..., 4096) = 290
| [pid 20383] read(3, "", 4096) = 0
| [pid 20383] close(3) = 0
| [pid 20383] munmap(0x40016000, 4096) = 0
| [pid 20383] brk(0x8107000) = 0x8107000
| [pid 20383] open("/var/lib/misc/services.db", O_RDWR|O_LARGEFILE) = -1
ENOENT (No such file or directory)
| [pid 20383] open("/var/lib/misc/services.db", O_RDONLY|O_LARGEFILE) =
- -1 ENOENT (No such file or directory)
| [pid 20383] open("/etc/services", O_RDONLY) = 3
| [pid 20383] fcntl64(3, F_GETFD) = 0
| [pid 20383] fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
| [pid 20383] fstat64(3, {st_mode=S_IFREG|0644, st_size=16126, ...}) = 0
| [pid 20383] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40016000
| [pid 20383] read(3, "# /etc/services:\n# $Id: services"..., 4096) = 4096
| [pid 20383] close(3) = 0
| [pid 20383] munmap(0x40016000, 4096) = 0
| [pid 20383] rt_sigaction(SIGALRM, {0x8052f00, [],
SA_INTERRUPT|0x4000000}, NULL, 8) = 0
| [pid 20383] rt_sigaction(SIGALRM, NULL, {0x8052f00, [],
SA_INTERRUPT|0x4000000}, 8) = 0
| [pid 20383] rt_sigaction(SIGALRM, {0x8052f00, [],
SA_INTERRUPT|0x4000000}, NULL, 8) = 0
| [pid 20383] alarm(0) = 0
| [pid 20383] time(NULL) = 1070889348
| [pid 20383] time(NULL) = 1070889348
| [pid 20383] alarm(11) = 0
| [pid 20383] socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 3
| [pid 20383] setsockopt(3, SOL_SOCKET, SO_REUSEADDR, [1], 4) = 0
| [pid 20383] bind(3, {sin_family=AF_INET, sin_port=htons(0),
sin_addr=inet_addr("127.0.0.1")}}, 16) = 0
| [pid 20383] getsockname(3, {sin_family=AF_INET, sin_port=htons(4724),
sin_addr=inet_addr("127.0.0.1")}}, [16]) = 0
| [pid 20383] connect(3, {sin_family=AF_INET, sin_port=htons(113),
sin_addr=inet_addr("127.0.0.1")}}, 16) = 0
| [pid 20383] getsockname(3, {sin_family=AF_INET, sin_port=htons(4724),
sin_addr=inet_addr("127.0.0.1")}}, [16]) = 0
| [pid 20383] getpeername(3, {sin_family=AF_INET, sin_port=htons(113),
sin_addr=inet_addr("127.0.0.1")}}, [16]) = 0
| [pid 20383] dup(3) = 6
| [pid 20383] dup(3) = 7
| [pid 20383] close(3) = 0
| [pid 20383] setsockopt(7, SOL_SOCKET, SO_KEEPALIVE, [0], 4) = 0
| [pid 20383] getsockopt(7, SOL_SOCKET, SO_SNDBUF, [50244], [4]) = 0
| [pid 20383] setsockopt(6, SOL_SOCKET, SO_KEEPALIVE, [0], 4) = 0
| [pid 20383] getsockopt(6, SOL_SOCKET, SO_RCVBUF, [87424], [4]) = 0
| [pid 20383] fcntl64(6, F_GETFL) = 0x2 (flags O_RDWR)
| [pid 20383] fcntl64(6, F_SETFL, O_RDWR) = 0
| [pid 20383] fcntl64(7, F_GETFL) = 0x2 (flags O_RDWR)
| [pid 20383] fcntl64(7, F_SETFL, O_RDWR) = 0
| [pid 20383] fcntl64(6, F_GETFL) = 0x2 (flags O_RDWR)
| [pid 20383] fcntl64(6, F_SETFL, O_RDWR|O_NONBLOCK) = 0
| [pid 20383] fcntl64(7, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK)
| [pid 20383] fcntl64(7, F_SETFL, O_RDWR|O_NONBLOCK) = 0
| [pid 20383] select(8, [], [7], NULL, {1, 0}) = 1 (out [7], left {1, 0})
| [pid 20383] write(7, "4723, 21\r\n", 10) = 10
| [pid 20383] select(7, [6], [], NULL, {1, 0}) = 1 (in [6], left {1, 0})
| [pid 20383] read(6, "4723 , 21 : USERID : UNIX :root\r"..., 255) = 33
| [pid 20383] close(6) = 0
| [pid 20383] close(7) = 0
| [pid 20383] close(6) = -1 EBADF (Bad file descriptor)
| [pid 20383] close(7) = -1 EBADF (Bad file descriptor)
| [pid 20383] close(3) = -1 EBADF (Bad file descriptor)
| [pid 20383] geteuid32() = 31000
| [pid 20383] getegid32() = 31000
| [pid 20383] setresuid32(0xffffffff, 0, 0xffffffff) = 0
| [pid 20383] setregid32(0xffffffff, 0) = 0
| [pid 20383] getuid32() = 0
| [pid 20383] getuid32() = 0
| [pid 20383] setuid32(0) = 0
| [pid 20383] setgid32(0x7918) = 0
| [pid 20383] setresuid32(0xffffffff, 0x7918, 0xffffffff) = 0
| [pid 20383] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM
CHLD IO], <unfinished ...>
| [pid 20368] close(1) = 0
| [pid 20368] time([1070889348]) = 1070889348
| [pid 20368] close(3) = 0
| [pid 20368] rt_sigprocmask(SIG_UNBLOCK, [USR1 USR2 TERM CHLD], NULL,
8) = 0
| [pid 20368] fcntl64(0, F_GETFL) = 0x802 (flags O_RDWR|O_NONBLOCK)
| [pid 20368] fcntl64(0, F_SETFL, O_RDWR) = 0
| [pid 20368] lstat64("/etc/shutmsg", 0xbffff62c) = -1 ENOENT (No such
file or directory)
| [pid 20368] select(3, [0 2], NULL, NULL, {30, 0}) = 1 (in [2], left
{30, 0})
| [pid 20368] time(NULL) = 1070889348
| [pid 20368] close(2) = 0
| [pid 20368] lstat64("/etc/shutmsg", 0xbffff62c) = -1 ENOENT (No such
file or directory)
| [pid 20368] select(1, [0], NULL, NULL, {30, 0} <unfinished ...>
| [pid 20383] <... rt_sigprocmask resumed> NULL, 8) = 0
| [pid 20383] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM
TERM CHLD IO], NULL, 8) = 0
| [pid 20383] time(NULL) = 1070889349
| [pid 20383] time(NULL) = 1070889349
| [pid 20383] time(NULL) = 1070889349
| [pid 20383] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM
CHLD IO], NULL, 8) = 0
| [pid 20383] time(NULL) = 1070889349
| [pid 20383] time(NULL) = 1070889349
| [pid 20383] time(NULL) = 1070889349
| [pid 20383] time(NULL) = 1070889349
| [pid 20383] time(NULL) = 1070889349
| [pid 20383] time(NULL) = 1070889349
| [pid 20383] time(NULL) = 1070889349
| [pid 20383] time(NULL) = 1070889349
| [pid 20383] rt_sigprocmask(SIG_UNBLOCK, [HUP INT QUIT BUS USR1 ALRM
TERM CHLD IO], NULL, 8) = 0
| [pid 20383] rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT BUS USR1 ALRM TERM
CHLD IO], NULL, 8) = 0
| [pid 20383] time(NULL) = 1070889349
| [pid 20383] open("/var/lib/misc/services.db", O_RDWR|O_LARGEFILE) = -1
ENOENT (No such file or directory)
| [pid 20383] open("/var/lib/misc/services.db", O_RDONLY|O_LARGEFILE) =
- -1 ENOENT (No such file or directory)
| [pid 20383] open("/etc/services", O_RDONLY) = 3
| [pid 20383] fcntl64(3, F_GETFD) = 0
| [pid 20383] fcntl64(3, F_SETFD, FD_CLOEXEC) = 0
| [pid 20383] fstat64(3, {st_mode=S_IFREG|0644, st_size=16126, ...}) = 0
| [pid 20383] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40016000
| [pid 20383] read(3, "# /etc/services:\n# $Id: services"..., 4096) = 4096
| [pid 20383] read(3, "209/udp\t\t\t\t# The Quick Mail Tran"..., 4096) =
4096
| [pid 20383] read(3, "CM SC-104 IANA 1/29/99\nrtcm-sc10"..., 4096) = 4096
| [pid 20383] close(3) = 0
| [pid 20383] munmap(0x40016000, 4096) = 0
| [pid 20383] rt_sigaction(SIGPIPE, {SIG_IGN}, {SIG_IGN}, 8) = 0
| [pid 20383] open("/etc/mysql/my.cnf", O_RDONLY|O_LARGEFILE) = 3
| [pid 20383] fstat64(3, {st_mode=S_IFREG|0644, st_size=1937, ...}) = 0
| [pid 20383] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40016000
| [pid 20383] read(3, "# You can copy this to one of:\n#"..., 4096) = 1937
| [pid 20383] read(3, "", 4096) = 0
| [pid 20383] close(3) = 0
| [pid 20383] munmap(0x40016000, 4096) = 0
| [pid 20383] open("/var/lib/mysql/my.cnf", O_RDONLY|O_LARGEFILE) = 3
| [pid 20383] fstat64(3, {st_mode=S_IFREG|0644, st_size=48, ...}) = 0
| [pid 20383] old_mmap(NULL, 4096, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40016000
| [pid 20383] read(3, "# This file must exist - CAN-200"..., 4096) = 48
| [pid 20383] read(3, "", 4096) = 0
| [pid 20383] close(3) = 0
| [pid 20383] munmap(0x40016000, 4096) = 0
| [pid 20383] open("/root/.my.cnf", O_RDONLY|O_LARGEFILE) = -1 ENOENT
(No such file or directory)
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] --- SIGSEGV (Segmentation fault) ---
| [pid 20383] +++ killed by SIGSEGV +++
| <... select resumed> ) = ? ERESTARTNOHAND (To be
restarted)
| --- SIGCHLD (Child exited) ---
bye,
~ Markus
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQE/1Hr/LfQcTK8VDM4RAqpfAJsElVdRR7U6M8Dteqj+yG//d/TEdgCgpkuK
7s076xEBnqc6hdoKH5keSvE=
=pQjz
-----END PGP SIGNATURE-----
More information about the Linux
mailing list