brooky;177150 Wrote: > > Then I installed it again: > > sudo apt-get install slimserver. > > I reebooted and http://home:9000 wasn't found. > > I ran this under command prompt: > > [EMAIL PROTECTED]:~$ slimserver start >
I haven't used the Deb package, but two things stand out here in your "slimserver start" command: 1) You didn't use 'sudo' and your prompt suggests you didn't have a root shell. 2) What is "slimserver" -- what does the command "which slimserver" return? I would expect the command for starting slimserver to look more like sudo /etc/init.d/slimserver start This is especially true if the slimserver package is designed to run slimserver.pl and mysqld as a specific user account. -Peter -- peterw ------------------------------------------------------------------------ peterw's Profile: http://forums.slimdevices.com/member.php?userid=2107 View this thread: http://forums.slimdevices.com/showthread.php?t=32395 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
