stinga Wrote: > > as root, do.. > > netstat -anp|grep 9000 > > and post the results, I wonder if there is something else running on > port 9000? > > Black screen means something is doing something otherwise you would get > > a 'page not found' type error. >
Please post the output of ps axuw|grep slim If 'ps' says it's running it's running =) Also post the output of the netstat command mentioned. And if slimserv is running on port 9000 please try a 'telnet localhost 9000' On the server machine and write the following GET / HTTP/1.0 [RETURN] [RETURN] (where return is pressing the return button). Does it give you a any output? It should give you some HTML (what you have been doing with telnet above is the same as your web-browser does when you point your browser to your server). -- eviladmin ------------------------------------------------------------------------ eviladmin's Profile: http://forums.slimdevices.com/member.php?userid=4670 View this thread: http://forums.slimdevices.com/showthread.php?t=22220 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
