Fletch wrote: > BlackWidower;221556 Wrote: >> I have tried 'service slimserver start' but the 'service' command don't >> exist > > /sbin is probably not in your path. Try: > /sbin/service slimserver start
If service is not in your path, you are probably trying to run it as non-root user. Try logging in as root and running the "service slimserver start" command again (after fixing up the SELinux thing) R. _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/unix
