search for: vifscript

Displaying 6 results from an estimated 6 matches for "vifscript".

2013 Apr 18
10
[PATCH] hotplug: add openvswitch script
...1 deletions(-) create mode 100644 tools/hotplug/Linux/vif-openvswitch diff --git a/tools/examples/xl.conf b/tools/examples/xl.conf index 9402c3f..625b1a4 100644 --- a/tools/examples/xl.conf +++ b/tools/examples/xl.conf @@ -9,7 +9,7 @@ #lockfile="/var/lock/xl" # default vif script -#vifscript="vif-bridge" +vifscript="vif-openvswitch" # default output format used by "xl list -l" #output_format="json" diff --git a/tools/hotplug/Linux/Makefile b/tools/hotplug/Linux/Makefile index 0605559..99bf87f 100644 --- a/tools/hotplug/Linux/Makefile +++ b/to...
2011 Sep 25
8
Unable to get IP address in guest OS through DHCP
Hello, I have a Gentoo Linux guest, which was working very well with the past xm tool stack. Since the migration to xen-4.1.1 and to the new xl tool stack, I have a problem for the IP assignation. Actually, when dhcpcd starts at boot time the IP address is not correctly assigned. This also happens if I perform "dhcpcd eth0" once I''ve accessed to the guest shell. I
2012 Aug 24
4
Network with xen 4.2
...tes:37747530 (35.9 MiB) xl.config: ## Global XL config file ## # automatically balloon down dom0 when xen doesn't have enough free # memory to create a domain #autoballoon=1 # full path of the lockfile used by xl during domain creation lockfile="/var/lock/xl" # default vif script vifscript="vif-bridge" # default output format used by "xl list -l" #output_format="json" # first block device to be used for temporary VM disk mounts #blkdev_start="xvda" # default option to run hotplug scripts from xl # if disabled the old behaviour will be used,...
2014 Apr 10
1
Bug#744160: xl.conf ambiguity
...b7u1 Severity: minor In the file /etc/xen/xl.conf there's a suggestion that vif scripts should be named relative to the /etc/xen/scripts directory, which is not the case, since absolute paths have to be used. The manual page xl.conf(5) is also missing. Relevant snippet: # default vif script #vifscript="vif-bridge"
2013 Jun 18
3
Bug#712661: xen-utils-common: xl start HVM domU instead of PV if disk placed on file
...XENDOMAINS_STOP_MAXWAIT=300 /etc/xen/xend-config.sxp changed: (#xend-unix-server yes) (vif-script vif-bridge) (dom0-min-mem 196) (enable-dom0-ballooning yes) (total_available_memory 0) (dom0-cpus 0) (vncpasswd '') /etc/xen/xl.conf changed: autoballoon=1 lockfile="/var/lock/xl" vifscript="vif-bridge" -- no debconf information
2011 Nov 17
29
[PATCH 00 of 17] Documentation updates
The following series flushes my documentation queue and replaces previous postings of those patches. The main difference is that the xl cfg file is now formatted using POD instead of markdown and presented as a manpage. I have setup a cron job to build docs/html and publish it at http://xenbits.xen.org/docs/unstable/ (it''s a bit bare right now). The motivation for some of these patches