Displaying 5 results from an estimated 5 matches for "nexit".
Did you mean:
exit
2007 Mar 15
4
xen hotplug scripts not working
Hello Everyone,
I have set up a xen server with 10 physical network devices using the bridge mode of XEN. This is because I want to split and separate the network traffic for security reasons. Maybe the best way is to use pci back hide. But I want to understand what is going on here.
For all testings I have only activated eth[0-3].
My first tests were successful. I have created a VM using
2006 Jun 29
1
Passing argument in nested function calls
...ot;)
}
extractArgs <- function(...)
{
cat("\nEntering extractArgs()\n\n")
args <- list(...)
cat("In extractArgs(), names(args[1]) is ")
cat(names(args[1]))
cat(" and args[[1]] is ")
cat(args[[1]])
cat("\n")
cat("\nExiting extractArgs()\n\n")
}
Test:
>getArgs(id = 's1002')
Entering getArgs()
In getArgs(), names(args[1]) is id and args[[1]] is s1002
Entering extractArgs()
In extractArgs(), names(args[1]) is and args[[1]] is id = 's1002'
Exiting extractArgs()
Exiting getArgs()
>e...
2009 May 27
4
[PATCH node] REPOST Joey's and Darryl's ovirt-config-* patches
This is a repost of patches for ovirt-config-*
ACK to all. Pushed.
2009 Jun 30
2
[PATCH node] Make all yes/no prompts consistent. rhbz#508778
...mount_live \
- && /usr/sbin/ovirt-config-boot /live "${bootparams}"
+ && /usr/sbin/ovirt-config-boot /live "${bootparams}"
rc=$?
break
- elif [ "$r" == "N" ]; then
+ else
printf "\nExiting back to the menu\n"
rc=99
break
diff --git a/scripts/ovirt-config-collectd b/scripts/ovirt-config-collectd
index 236ddaa..11811fd 100755
--- a/scripts/ovirt-config-collectd
+++ b/scripts/ovirt-config-collectd
@@ -67,23 +67,28 @@ prompt_user() {
printf "\n&quo...
2009 Nov 04
1
[PATCH node] add ability to select separate disks for Root and HostVG in o-c-storage
..._configure ; break ;;
+ "Configure Storage") do_configure ; break ;;
"Review") do_review ; break ;;
"Commit Changes And Quit") do_confirm ; break ;;
"Return To Menu") printf "\nExiting.\n"; exit ;;
--
1.6.5.rc2