[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Help cant connect to my qube
- Subject: Re: [cobalt-users] Help cant connect to my qube
- From: Dom Latter <d.latter@xxxxxxx>
- Date: Fri May 19 04:51:17 2000
Patrick wrote:
>
> copied this cp /etc/rc.d/init.d/httpd.init.pkgesave
> /etc/rc.d/init.d/httpd.init was able to get to say shutting down web server
> after that, waited for like and hour still said shutting down web server <in
> telnet and on the lcd display>
This is the relevant part of that script:
stop)
# Stop daemons.
/sbin/stoplcd
/sbin/swritelcd "Shutting down" "Web service" &>/dev/null &
echo -n "Shutting down httpd: "
killproc httpd
echo "done"
rm -f /var/lock/subsys/httpd
;;
So it looks like killproc is failing. killproc can be found in "functions"
in the same directory.