hkfind wrote:
> How can I check that slimserver is installed or not? I can not reach it
> at http://myip:9000

        A little more information would help us (namely, your *nix
        distribution), but the easiest way to determine whether
        slimserver is installed - AND RUNNING - is to ask for process
        list and look for slim running.  There are 10 ways to do it (of
        course), but here's what I do without thinking:

        yourprompt> ps -ef |grep slim

        If you get anything back, it's installed.  If nada, you might
        not be installed.  My results:

109       4196     1  0 Oct11 ?        00:00:00 /bin/bash 
/usr/sbin/slimserver_safe /usr/sbin/slimserver --prefsfile 
/etc/slimserver/slimserver.pref --logfile /var/log/slimserver/slimserver.log 
--cachedir /var/cache/slimserver

109       4198  4196  0 Oct11 ?        00:11:59 /usr/bin/perl -w 
/usr/sbin/slimserver --prefsfile /etc/slimserver/slimserver.pref --logfile 
/var/log/slimserver/slimserver.log --cachedir /var/cache/slimserver

109       4202  4198  0 Oct11 ?        00:14:34 /usr/sbin/mysqld 
--defaults-file=/var/cache/slimserver/my.cnf 
--pid-file=/var/cache/slimserver/slimserver-mysql.pid 
--log-error=/var/log/slimserver/slimserver.log

chip     21119 21109  0 09:29 pts/0    00:00:00 grep slim

-- 
Chip Hart - Pediatric Solutions  *  Physician's Computer Company
chip @ pcc.com                   *  1 Main St. #7, Winooski, VT 05404
800-722-7708                     *  http://www.pcc.com/~chip
f.802-846-8178                   *  Pediatric Software Just Got Smarter.
                                    Your Practice Just Got Healthier.
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to