lkml.org 
[lkml]   [1998]   [Jan]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject2.1.82 & reproducible strange name module loading requests
Hi all,

I try to narrow this problem :

Jan 27 10:30:43 Celine modprobe: can't locate module X!^O@^X-
Jan 27 10:30:43 Celine modprobe: can't locate module ^D

It seems it is reproducible, and is triggered by the ssl-telnet
in.telnetd:

Generating temp (512 bit) RSA key ...
Generation of temp (512 bit) RSA key done
Assigned temp (512 bit) RSA key
[SSL - attempting to switch on SSL]
[SSL - handshake starting]
****** Here appears the strange name module loading requests in the log
[SSL - OK]
[SSL cipher=RC4-SHA]
[SSL
subject=/C=FR/ST=France/L=Chatenay-Malabry/O=ECP/OU=VIA/CN=celine.via.ecp.fr/Email=root@celine.via.ecp.fr]
[SSL
issuer=/C=FR/ST=France/L=Chatenay-Malabry/O=ECP/OU=VIA/CN=celine.via.ecp.fr/Email=root@celine.via.ecp.fr]
Password:

You can find the interesting strace part in attachment (I don't know how
to use this precious information to debug the thing)

Regards,

Regis "HPReg" Duchesne - Engineering Student at ***** ******** *****
www http://www.via.ecp.fr/~regis/
(O o) I use Linux & 3Com (1135 KB/s over 10Mb/s ethernet)
--.oOO--(_)--OOo.-----------------------------------------------------------
write(2, "Generating temp (512 bit) RSA ke"..., 38Generating temp (512 bit) RSA key ...
) = 38
brk(0x8067000) = 0x8067000
time([885894640]) = 885894640
getpid() = 1034
getuid() = 0
time(NULL) = 885894640
open("/dev/random", O_RDONLY) = 3
fstat(3, {st_mode=0410, st_size=0, ...}) = 0
mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x400f1000
ioctl(3, TCGETS, 0xbfffd9b8) = -1 EINVAL (Invalid argument)
read(3, "<4;\335X}\225\307S\332\314c\361\237"..., 4096) = 476
close(3) = 0
munmap(0x400f1000, 4096) = 0
time([885894640]) = 885894640
time([885894640]) = 885894640
time([885894640]) = 885894640
time([885894641]) = 885894641
time([885894641]) = 885894641
time([885894641]) = 885894641
time([885894641]) = 885894641
time([885894641]) = 885894641
time([885894641]) = 885894641
time([885894641]) = 885894641
time([885894641]) = 885894641
time([885894641]) = 885894641
time([885894641]) = 885894641
write(2, "Generation of temp (512 bit) RSA"..., 42Generation of temp (512 bit) RSA key done
) = 42
write(2, "Assigned temp (512 bit) RSA key\n"..., 32Assigned temp (512 bit) RSA key
) = 32
open("/usr/lib/ssl/certs/telnetd.pem", O_RDONLY) = 3
fstat(3, {st_mode=0, st_size=0, ...}) = 0
mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x400f1000
read(3, "-----BEGIN RSA PRIVATE KEY-----\n"..., 4096) = 1860
close(3) = 0
munmap(0x400f1000, 4096) = 0
open("/usr/lib/ssl/certs/telnetd.pem", O_RDONLY) = 3
fstat(3, {st_mode=0, st_size=0, ...}) = 0
mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x400f1000
read(3, "-----BEGIN RSA PRIVATE KEY-----\n"..., 4096) = 1860
brk(0x8068000) = 0x8068000
close(3) = 0
munmap(0x400f1000, 4096) = 0
open("/usr/lib/ssl/cert.pem", O_RDONLY) = -1 ENOENT (No such file or directory)
getpid() = 1034
getpid() = 1034
getpid() = 1034
getpid() = 1034
getpid() = 1034
getpeername(0, {sin_family=AF_INET, sin_port=htons(2086), sin_addr=inet_addr("138.195.138.0")}, [16]) = 0
setsockopt(0, SOL_SOCKET, SO_KEEPALIVE, [1], 4) = 0
stat("/dev/ptyp0", {st_mode=S_ISVTX, st_size=0, ...}) = 0
open("/dev/ptyp0", O_RDWR) = -1 EIO (Input/output error)
stat("/dev/ptyp1", {st_mode=S_ISVTX|01, st_size=0, ...}) = 0
open("/dev/ptyp1", O_RDWR) = -1 EIO (Input/output error)
stat("/dev/ptyp2", {st_mode=S_ISVTX|02, st_size=0, ...}) = 0
open("/dev/ptyp2", O_RDWR) = -1 EIO (Input/output error)
stat("/dev/ptyp3", {st_mode=S_ISVTX|03, st_size=0, ...}) = 0
open("/dev/ptyp3", O_RDWR) = -1 EIO (Input/output error)
stat("/dev/ptyp4", {st_mode=S_ISVTX|04, st_size=0, ...}) = 0
open("/dev/ptyp4", O_RDWR) = -1 EIO (Input/output error)
stat("/dev/ptyp5", {st_mode=S_ISVTX|05, st_size=0, ...}) = 0
open("/dev/ptyp5", O_RDWR) = -1 EIO (Input/output error)
stat("/dev/ptyp6", {st_mode=S_ISVTX|06, st_size=0, ...}) = 0
open("/dev/ptyp6", O_RDWR) = -1 EIO (Input/output error)
stat("/dev/ptyp7", {st_mode=S_ISVTX|07, st_size=0, ...}) = 0
open("/dev/ptyp7", O_RDWR) = 3
open("/etc/nsswitch.conf", O_RDONLY) = 4
fstat(4, {st_mode=0, st_size=0, ...}) = 0
mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x400f1000
read(4, "# /etc/nsswitch.conf\n#\n# Examp"..., 4096) = 347
read(4, "", 4096) = 0
close(4) = 0
munmap(0x400f1000, 4096) = 0
open("/lib/libnss_files.so.1", O_RDONLY) = 4
mmap(0, 4096, PROT_READ, MAP_PRIVATE, 4, 0) = 0x400f1000
munmap(0x400f1000, 4096) = 0
mmap(0, 31672, PROT_READ|PROT_EXEC, MAP_PRIVATE, 4, 0) = 0x40196000
mprotect(0x4019d000, 3000, PROT_NONE) = 0
mmap(0x4019d000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED, 4, 0x6000) = 0x4019d000
close(4) = 0
mprotect(0x40196000, 28672, PROT_READ|PROT_WRITE) = 0
mprotect(0x40196000, 28672, PROT_READ|PROT_EXEC) = 0
gettimeofday({885894641, 339395}, NULL) = 0
getpid() = 1034
open("/etc/resolv.conf", O_RDONLY) = 4
fstat(4, {st_mode=0, st_size=0, ...}) = 0
mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x400f1000
read(4, "################################"..., 4096) = 610
read(4, "", 4096) = 0
close(4) = 0
munmap(0x400f1000, 4096) = 0
open("/etc/hosts", O_RDONLY) = 4
fcntl(4, F_GETFD) = 0
fcntl(4, F_SETFD, FD_CLOEXEC) = 0
fstat(4, {st_mode=0, st_size=0, ...}) = 0
mmap(0, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x400f1000
read(4, "################################"..., 4096) = 1329
close(4) = 0
munmap(0x400f1000, 4096) = 0
uname({sys="Linux", node="celine", ...}) = 0
write(0, "\377\375%", 3) = 3
read(0, "\377\373%\377\375\3\377\373\30\377"..., 8192) = 30
sigaction(SIGALRM, {0x8051480, [], SA_NOCLDSTOP|0x8}, {SIG_DFL}) = 0
alarm(30) = 0
write(0, "\377\372%\1\7\0\377\360\377\373\3"..., 35) = 35
read(0, "\377\372%\0\7\0\1\377\360\377\372"..., 8192) = 18
write(0, "\377\372%\2\7\0\2\377\360", 9) = 9
time(NULL) = 885894641
getpid() = 1034
brk(0x806e000) = 0x806e000
brk(0x8077000) = 0x8077000
brk(0x807c000) = 0x807c000
read(0, "\200[\1\3\0\0B", 7) = 7
read(0, "\0\0\0\20\0\0\5\0\0\4\0\0\26\0\0"..., 86) = 86
brk(0x8081000) = 0x8081000
time(NULL) = 885894650
getpid() = 1034
time(NULL) = 885894650
time(NULL) = 885894650
write(0, "\26\3\0\0J\2\0\0F\3\0004\315\255"..., 780) = 780
read(0, "\26\3\0\0\204", 5) = 5
read(0, "\20\0\0\200d\222\37\230kv\31223_"..., 132) = 132
read(0, "\24\3\0\0\1", 5) = 5
read(0, "\1", 1) = 1
read(0, "\26\3\0\0<", 5) = 5
read(0, "t\6<9}S\271\233\331Z\372Y\10\7\33"..., 60) = 60
write(0, "\24\3\0\0\1\1\26\3\0\0<\357\7V\263"..., 71) = 71
time(NULL) = 885894650
ioctl(3, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(3, TIOCSWINSZ, {ws_row=24, ws_col=80, ws_xpixel=240, ws_ypixel=0}) = 0
alarm(0) = 21
sigaction(SIGALRM, {SIG_DFL}, {0x8051480, [], SA_NOMASK|0xad18}) = 0
write(0, "\27\3\0\0\27a\235\336o\270s\225\343"..., 28) = 28
read(0, "\27\3\0\0\27", 5) = 5
read(0, "\231\3718_\v*\"\310\304\273/\367"..., 23) = 23
write(0, "\27\3\0\0,\354L5\4\6\221\310\2\241"..., 49) = 49
read(0, "\27\3\0\0b", 5) = 5
read(0, "t4\1\274\242\214\322l\0001\321\27"..., 98) = 98
ioctl(3, TCGETS, {B38400 opost isig icanon echo ...}) = 0
ioctl(3, SNDCTL_TMR_START, {B9600 opost isig icanon echo ...}) = 0
open("/etc/terminfo/x/xterm", O_RDONLY) = 4
read(4, "\32\1=\0\35\0\17\0i\1\270\3", 12) = 12
read(4, "xterm|vs100|xterms|xterm termina"..., 61) = 61
read(4, "\0\1\0\0\1\0\0\0\1\0\0\0\0\1\1\0"..., 29) = 29
read(4, "P\0\10\0\30\0\377\377\377\377\377"..., 30) = 30
read(4, "\377\377\0\0\2\0\4\0\25\0\32\0\""..., 722) = 722
read(4, "\7\0\r\0\33[%i%p1%d;%p2%dr\0\33["..., 952) = 952
close(4) = 0
ioctl(1, TCGETS, 0xbffff4e4) = -1 EINVAL (Invalid argument)
ioctl(2, TCGETS, 0xbffff4cc) = -1 ENOTTY (Inappropriate ioctl for device)
fork() = 1036
ioctl(3, TCGETS, {B9600 opost isig icanon echo ...}) = 0
write(0, "\27\3\0\0\27\301q7RK\310\302z-\267"..., 28) = 28
read(0, "\27\3\0\0\27", 5) = 5
read(0, "\376\30h\20\211|u\'\307%\334;\326"..., 23) = 23
ioctl(3, TIOCPKT, [1]) = 0
ioctl(3, FIONBIO, [1]) = 0
setsockopt(0, SOL_SOCKET, SO_OOBINLINE, [1], 4) = 0
sigaction(SIGTSTP, {SIG_IGN}, {SIG_DFL}) = 0
sigaction(SIGTTOU, {SIG_IGN}, {SIG_DFL}) = 0
sigaction(SIGCHLD, {0x804c5e0, [], SA_NOMASK|SA_NOCLDSTOP|0x12ccae}, {SIG_DFL}) = 0
open("/dev/tty", O_RDWR) = -1 ENXIO (Device not configured)
select(32, [0], [0], [0], {60, 0}) = 1 (out [0], left {60, 0})
write(0, "\27\3\0\0\27\17\311O>\211_\317\233"..., 28) = 28
select(32, [0 3], [], [0], {60, 0}) = 1 (in [0], left {60, 0})
read(0, "\27\3\0\0\27", 5) = 5
read(0, "]\274\24\311\355\212&\210\322\343"..., 23) = 23
select(32, [0 3], [], [0], {60, 0}) = 1 (in [3], left {59, 980000})
read(3, "\0Password: ", 8192) = 11
...
\
 
 \ /
  Last update: 2005-03-22 13:41    [W:0.063 / U:0.392 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site