mjc said the following on 12/10/2005 16:14:
Hi all,
I've just installed slimserver on Fedora Core 4.
If I launch slimserver like this:
[EMAIL PROTECTED] ~]# /usr/local/slimserver/slimserver.pl
then I can access localhost:9000 just fine. However, if I launch
slimserver like this:
[EMAIL PROTECTED] ~]# /sbin/service slimserver start
Starting SlimServer: [ OK ]
then localhost:9000 comes up as a complete blank web page.
Any ideas why? I haven't found any useful log messages, and selinux is
turned off. Port 9000 is opened in my firewall.
When you run slimserver manually as root, the config files are created
with root permissions meaning that when you later run slimserver as
slimserver it is unable to write (and possibly read) the config file,
cache files, etc.
To fix this, ensure slimserver is stopped then, as root, remove the
slimserver config file (/etc/slimserver.cfg ???) and remove the contents
of the cache dir (/usr/local/slimserver/Cache).
You should now be able to start slimserver using:
# service slimserver start
or
# /etc/init.d/slimserver start
(whichever you're more comfortable with).
R.
--
http://robinbowes.com
If a man speaks in a forest,
and his wife's not there,
is he still wrong?
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix