Displaying 7 results from an estimated 7 matches for "rc_status".
Did you mean:
ac_status
2002 Aug 29
1
Need Help: Sometimes Stop during smbd start
...Starting SAMBA nmbd :"
checkproc $NMB_BIN
if [ $? -eq 0 ] ; then
echo -n " Warning: nmbd already running ! "
else
[ -e $NMB_PID ] && echo -n " Warning: $NMB_PID exists ! "
fi
startproc $NMB_BIN -D
rc_status -v
echo -n "SAMBA nmbd gestartet"
echo -n "Starting SAMBA smbd :"
checkproc $SMB_BIN
if [ $? -eq 0 ] ; then
echo -n " Warning: smbd already running ! "
else
[ -e $SMB_PID ] && echo -n " Warning: $SMB_PID exis...
2014 Dec 06
1
Bug#772274: xen-utils-common: when upgrading package: insserv: Service xenstored has to be enabled to start service xendomains
..." [${_SMSG[${_RC_RV}]}] "
}
fi
rc_reset() { _RC_RV=0; }
rc_failed()
{
if test -z "$1"; then
_RC_RV=1;
elif test "$1" != "0"; then
_RC_RV=$1;
fi
return ${_RC_RV}
}
rc_check()
{
return rc_failed $?
}
rc_status()
{
rc_failed $?
if test "$1" = "-r"; then _RC_RV=0; shift; fi
if test "$1" = "-s"; then rc_failed 5; echo_rc; rc_failed 3; shift; fi
if test "$1" = "-u"; then rc_failed ${_RC_UNUSED}; echo_rc; rc_failed 3; shift; fi
if test "...
2007 Jun 27
1
Using MGE UPS's with NUT and openSUSE
...essage "invalid
/proc/bus/usb/003/002 in /etc/ups/ups.conf". A crude workaround is to
look for and comment out some code in /etc/init.d/upsd as follows:
# if test -n "$PORT" && test -e "$PORT" ; then
# chown $UPS_OWNER $PORT || { rc_failed ; rc_status -v ; rc_exit ; }
# else
# echo -n "$0: invalid $PORT in $UPS_CONFIG"
# rc_failed 2 ; rc_status -v ; rc_exit
# fi
I'm sure that a more elegant and permanent solution is possible.
6. When NUT is running, the command "ps aux | grep ups" should report th...
2005 Feb 18
1
lartc on bridge, help
...low ... any idea, please if someone already have experiance...
OS: Suse 9.0
myshaper ---------------------------------------------------------------------------------------------
#! /bin/sh
. /etc/rc.status
rc_reset
case "$1" in
stop)
tc qdisc del dev br0 root
rc_status -v
;;
*)
tc qdisc del dev br0 root
tc qdisc add dev br0 root handle 1: htb r2q 1
tc class add dev br0 parent 1: classid 1:1 htb rate 230kbit
tc class add dev br0 parent 1:1 classid 1:10 htb rate 50kbit ceil
128kbit burst 20k
tc class add dev br0 par...
2008 Sep 08
1
Running ices on startup
...put your commands here
RETVAL=0
}
case $1 in
start)
echo -n "Starting ices2 "
## Start daemon with startproc(8). If this fails
## the return value is set appropriately by startproc.
/sbin/startproc $ICES2_BIN /home/mitarbeiter/icecast/ices.xml
# Remember status and be verbose
#rc_status -v
;;
stop)
echo -n "Shutting down ices2 "
## Stop daemon with killproc(8) and if this fails
## killproc sets the return value according to LSB.
/sbin/killproc -TERM $ICES2_BIN
# Remember status and be verbose
#rc_status -v
;;
restart)
stop
start
;;
status)
#...
2005 May 30
24
stable / unstable parallel install?
Hi,
Is there some easy way to install both 2.x and unstable xen
tools at the same machine? Seems /usr is hardcoded everythere
in the tools Makefiles, looks like there is no easy way to put
them to different paths (say, prefix /opt/xen2 and /opt/xen3)
:-/
Gerd
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2007 Nov 18
1
Installing openSuSE 10.3 as PV-guest on a LVM-drive of a openSuSE 10.3 host
Hi,
how can I install a openSuSE 10.3 PV-guest on a LVM-drive of a openSuSE
10.3 host with Xen 3.10?
On 10.2 with Xen 3.0.3 the openSuSE-YaST-module for managing VMs could
install the system also on block-devices, unfortunately this is not
possible anymore with OSS 10.3 :-(
What I have tried:
- I created two LVM-partitions, one for "/" one for swap.
- Installing an OSS 10.2 PV-guest