search for: rc_reset

Displaying 5 results from an estimated 5 matches for "rc_reset".

Did you mean: sc_reset
2002 Aug 29
1
Need Help: Sometimes Stop during smbd start
...f [ ! -x $SMB_BIN ] ; then echo -n "SMB demon not installed ! " exit 5 fi if [ ! -x $NMB_BIN ] ; then echo -n "NMB demon not installed ! " exit 5 fi # The echo return value for success (defined in /etc/rc.config). #return=$rc_done . /etc/rc.status rc_reset case "$1" in start) echo -n "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...
2014 Dec 06
1
Bug#772274: xen-utils-common: when upgrading package: insserv: Service xenstored has to be enabled to start service xendomains
...se echo_rc() { if test ${_RC_RV} = 0; then log_success_msg " [${_SMSG[${_RC_RV}]}] " else log_failure_msg " [${_SMSG[${_RC_RV}]}] " fi } fi else # emulate it echo_rc() { echo " [${_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" = &q...
2005 Feb 18
1
lartc on bridge, help
...did something but it doesn''t do good job, it doesn''t give constant flow ... 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:...
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
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