I'm actually getting this exact problem, but I have not been able to fix it.
When I run slimserver (updated svn trunk) as myself, slimserver complains that it can't open a socket to 10002 [14:03:45.7921] Slim::Formats::RemoteStream::open (96) Can't open socket to [localhost:10002]: 111: Connection refused Everything else seems to load properly, but I get a 404 error when trying to connect to the web interface. So, I tried running slimserver as root (through sudo), but it bails with a permission problem [14:09:05.9025] Slim::Utils::MySQLHelper::createConfig (184) Warning: /tmp/Cache/my.cnf: Permission denied at /usr/share/slimserver/Slim/Utils/MySQLHelper.pm line 184. So, I tried changing permissions on the my.cnf file in /tmp/Cache, but then it doesn't work either, showing a bunch of these errors repeated: Warning: World-writable config file '/tmp/Cache/my.cnf' is ignored So, I tried pulling back the permissions and just changing ownership of the /tmp/Cache files to root, but that also failed. I finally wiped /tmp/Cache and created the /tmp/Cache dir with 777 permissions, and then ran slimserver as sudo, but it's behavior is back to where I started-- a line complaining about getting a connection refused on port 10002, everything else appearing to load okay, but no web interface. Anyone got any ideas where I'm screwing this up? cheers, #!/ben -- bklaas "the Nokia770 skin guy" http://www.last.fm/user/bklaas/ ------------------------------------------------------------------------ bklaas's Profile: http://forums.slimdevices.com/member.php?userid=58 View this thread: http://forums.slimdevices.com/showthread.php?t=37020 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
