PDA

View Full Version : Numerous errors


Juanisan
12-09-2002, 23:17
root@juanisan:~/tss2# ./tss.minimal_startscript restart
./tss.minimal_startscript: kill: (18679) - No such process
Error stating daemon. Aborted
root@juanisan:~/tss2#

I leave console running - fire up Mozilla.
Select server button then on console:

Runtime error 0 at BE9FFAF8

I Admin user and I get:

Runtime error 221 at B809A8C1

Server hangs
Have to kill -9

I cant do anything with it so far.

root@juanisan:~/tss2# ldd ./server_linux
libpthread.so.0 => /lib/libpthread.so.0 (0x40018000)
libdl.so.2 => /lib/libdl.so.2 (0x4002e000)
libc.so.6 => /lib/libc.so.6 (0x40031000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
root@juanisan:~/tss2# ls -l /lib/libdl.so.2* /lib/ld-linux.so.2* /lib/libc.so.6* /lib/libpthread.so.0*
lrwxrwxrwx 1 root root 11 Jul 1 16:35 /lib/ld-linux.so.2 -> ld-2.2.5.so*
lrwxrwxrwx 1 root root 13 Jul 1 16:35 /lib/libc.so.6 -> libc-2.2.5.so*
lrwxrwxrwx 1 root root 14 Jul 1 16:35 /lib/libdl.so.2 -> libdl-2.2.5.so*
lrwxrwxrwx 1 root root 17 Jul 1 16:35 /lib/libpthread.so.0 -> libpthread-0.9.so*

Slackware 8.1 (Guru) still awaiting the friggin client :-)

FloorPie
13-09-2002, 05:26
Make sure there are no other instances of server_linux running.

Killing the process in the .pid doesn't always kill the other processes. (Even with -9, some remain open for a little while.)