search for: stop_dnsmasq

Displaying 2 results from an estimated 2 matches for "stop_dnsmasq".

2010 Mar 26
3
[PATCH node] Update autobuild and autotest scripts for new build structure
...$1 - the iface on which dnsmasq works +# $2 - the root for tftp files +# $3 - the mac address for the node (ignored if blank) +# $4 - the nodename +start_dnsmasq () { + local iface=$1 + local tftproot=$2 + local macaddress=$3 + local nodename=$4 + local pidfile=$2/dnsmasq.pid + + stop_dnsmasq + debug "Starting dnsmasq" + dns_startup="sudo /usr/sbin/dnsmasq --read-ethers + --dhcp-range=${NETWORK}.100,${NETWORK}.254,255.255.255.0,24h + --conf-file= + --interface=${iface} + --bind-interfaces +...
2009 May 19
1
[PATCH node-image] Fixing the autotest script.
...ents if none were provided # the defaults boot in standalone mode if [ -z "$kernelargs" ]; then - kernelargs="ovirt_standalone" + kernelargs="standalone" fi local definition="DEFAULT pxeboot" @@ -133,18 +132,18 @@ start_dnsmasq () { stop_dnsmasq debug "Starting dnsmasq" dns_startup="sudo /usr/sbin/dnsmasq --read-ethers - --dhcp-range=${NETWORK}.100,${NETWORK}.254,255.255.255.0,24h - --conf-file= - --...