woodp Wrote: > One last update ... If I telnet to my Linux box, kill the existing > slimserver process and then type /usr/local/slimserver/slimserver.pl > from the telnet window, I can start up slimserver and use > http://[localhost]:9000/ to configure the system. > > The strange thing is the telnet window prompt '[root]#' never returns > ... and if I close the telnet window or Ctrl-C to get the prompt back, > I'll stop the slimserver software ... although it still shows as an > active process in 'ps-ef' ... This is not strange at all. The command prompt only returns when the command has finished execution (has exited) or if you run a program in the background (by adding & at the end of the command, seperated with a space). You can run slimserver in daemon mode by adding the option --daemon to the command line. The command prompt should then return almost instantly.
-s. -- slimpy ------------------------------------------------------------------------ slimpy's Profile: http://forums.slimdevices.com/member.php?userid=1524 View this thread: http://forums.slimdevices.com/showthread.php?t=22220 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
