search for: nstopping

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

Did you mean: stopping
2011 Aug 15
0
[PATCH node] Don't start ntp daemons until networking is started
...NTP_CONFIG_FILE) + augtool("set", "/files/etc/sysconfig/network/NETWORKING", "yes") + ovirt_store_config("/etc/sysconfig/network") log("Network configured successfully") if net_configured == 1: - log("\nStopping Network service") + log("\nStopping Network services") os.system("service network stop &> /dev/null") + os.system("service ntpd stop &> /dev/null") # XXX eth assumed in breth brctl_cmd = &q...
2011 Aug 11
1
[PATCH] fix augtool calls
parse input augtool strings to oper,key,value --- scripts/network.py | 32 ++++++++++++++++---------------- 1 files changed, 16 insertions(+), 16 deletions(-) diff --git a/scripts/network.py b/scripts/network.py index f51ee7c..65b551c 100644 --- a/scripts/network.py +++ b/scripts/network.py @@ -165,11 +165,11 @@ class Network: ntpconf = ntpconf.split("\n") for line