A typo - The browser screen is blank, not black ...

Outputs are as follows:

[root]# ps -ef | grep slim
501       2012     1  1 08:51 ?        00:00:03 slimserver
root      2452  2420  0 08:55 pts/1    00:00:00 grep slim

[root]# netstat -anp|grep 9000
tcp        0      0 0.0.0.0:9000                0.0.0.0:*              
LISTEN      2012/slimserver     
tcp        0      0 127.0.0.1:9000              127.0.0.1:55324        
TIME_WAIT   -                   

[root]# ps axuw|grep slim
501       2012  0.9  6.3 152672 65332 ?        Ss   08:51   0:03
slimserver
root      2472  0.0  0.0  56816   696 pts/1    R+   08:57   0:00 grep
slim

The telnet test yielded nothing after the first [return] and a
'HTTP/1.0 200 OK' followed by a disconnect after the second [return]

... and when I try to manually start up slimserver as root with a
/usr/local/slimserver/slimserver.pl, I get error indicating another
copy of slimserver is already running on this machine.

I'm stumped.


-- 
woodp
------------------------------------------------------------------------
woodp's Profile: http://forums.slimdevices.com/member.php?userid=107
View this thread: http://forums.slimdevices.com/showthread.php?t=22220

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to