similar to: migrating from old config file format to sxp

Displaying 20 results from an estimated 7000 matches similar to: "migrating from old config file format to sxp"

2010 May 08
0
Tool to generate a domu.sxp from a running DomU
Hi, i had the problem, if i migrate a domU to another Dom0, i have to copy the sxp file tool (and the same problem in a few other scenarios too). For an easier solution, i created a tool to generate a domU-sxp-file from/for a running DomU. If anyone need it too, it is available here (compiled for amd64): http://www.xncore.com/download/stuff/xntool-running2sxp.gz Usage: xntool-running2sxp
2006 Aug 10
3
Bug: xend-relocation-hosts-allow in xend-config.sxp
Comparing my last know working configuration with the current one, it appears to be gagging on the new localhost\.localdomain that is in the configuration file. I don''t know if this got added by my machine when compiling. diff -ur xen-3.0-testing.hg/install/etc/xen/xend-config.sxp xen-unstable.hg/install/etc/xen/xend-config.sxp --- xen-3.0-testing.hg/install/etc/xen/xend-config.sxp
2011 Jun 18
1
virsh slow on execution
Hi. I've set up a Debian6+Xen4+libvirt0.9 server. VMs are going to be managed by PaceMaker with VirtualDomain primitive. As found on some mailing list I've set export VIRSH_DEFAULT_CONNECT_URI="xen:///" in root's .bashrc, but when I run virsh commands, it takes up to 10s to get the result! Is this normal? At some point today I had issues connecting to libvirt, and in this
2009 Mar 13
0
xm list --long and SXP
xm list --long says it outputs the server details in SXP, what is SXP, i want to parse this output using perl. ~Shaun _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2007 Mar 27
0
[PATCH] [Bug 936] Fix "cpus" in config.sxp
Hi, I fixed the Xen bugzilla 936. http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=936 Currently, "cpus" output to config.sxp is the following form. Therefore _parse_sxp() cannot convert ''[1'' to integer. e.g. (cpus ''[1, 2]'') --- string This patch changes output form of "cpus". The form is as follows. e.g. (cpus (1 2))
2014 Dec 02
1
missing xend-config.sxp
Hi! New installation (debian jessie) -> missing of /etc/xen/xend-config.sxp file. Package: xen-utils-common (4.4.1-3) -- (O__ ------------------------------------------------------ //\ / Varosi Csokonai Konyvtar // ) | Tel.: 59/503-152 V__/_ szistvan at tux.hu \ szistvan at mail.vcsk.hu
2006 May 09
0
xend-config.sxp implications with changes to network-bridge
With the change to network-bridge in changeset 9955, would it also be good to change xend-config.sxp to use: # (network-script ''network-bridge vifnum=1'') rather than # (network-script ''network-bridge netdev=eth1'') Should there also be more explanatory text? Thanks, Kirk _______________________________________________ Xen-devel mailing list
2007 Jan 15
0
Bug#406952: xend-config.sxp: Error in default configuration
Package: xen-utils-common Version: 3.0.3-0-2 Error message: # xm create test.cfg -c Error: Device 0 (vif) could not be connected. Backend device not found. /etc/xen/xend-config.sxp contains an error in its default configuration. Line 87 should read: (network-script network-bridge) Not: (network-script network-dummy)
2008 Apr 21
1
Bug#477237: xen-utils-common: typo in /etc/xen/xend-config.sxp for xmlrpc configuration
Package: xen-utils-common Version: 3.2.0-1~bpo4+1 Severity: minor I use the version from backports, but it's still present in sid. In /etc/xen/xend-config-sxp : #(xen-tcp-xmlrpc-server-address 'localhost') #(xen-tcp-xmlrpc-server-port 8006) should be #(xend-tcp-xmlrpc-server-address 'localhost') #(xend-tcp-xmlrpc-server-port 8006) Small typo in a commented line, but
2013 Jul 04
2
[PATCH] [Backport 4.2.x] Fix issue with 'xl list -l' showing domids as -1 when using SXP
During investigation of other issues, it came to light that in at least 4.2.2, "xl list -l" displays domain ids as -1 when using SXP, irrespective of actual value. Ian C identified that this issue was likely fixed in the upcoming 4.3 release but the commit responsible for the fix (a73a7a0c647a9a5e30d8bc473c0a1e8648817183) was not likely a candidate for backporting in its entirety.
2005 Nov 01
2
vif-antispoof
Hi folks, I started testing the antispoof feature of xen stable (2.0.7). I am stuck with it. I have setup a standard bridged environment. I understood it like this: in domU config I set up the virtual NIC like vif = [ ''mac=ae:00:00:78:78:78, ip=192.168.0.100'' ] Then I configure /etc/network/interface of this domU to show the same IP address for eth0. After restarting
2005 Mar 17
1
Namespaces and subscriptions
I've got a problem with subscriptions in 1.0-stable when migrating from UW-IMAP. I've modified the SUBSCRIPTION_FILE_NAME entries as suggested in the Wiki http://wiki.dovecot.org/Migration and included the "~/mail/" etc. hidden namespaces. The .mailboxlist files contain entries like "~/mail/somefolder" and the clients have "~/mail/" set as a prefix. In
2009 Aug 31
2
UPS::Nut PERL module is rewritten
Dear folks, I had to rewrite UPS::Nut because it was not developed since 2002 and it was based a very old version of upsd speaking a totally outdated protocol. If some of you interested in it you can get from my debian repository. package name is libups-nut-perl. Add this to your APT sources: deb http://debian6.ki.iif.hu/ lenny contrib deb-src http://debian6.ki.iif.hu/ lenny contrib Or simply
2011 Oct 19
1
centos6 and xen4 dom0 memory allocation
Hi, This is slightly OT as xen is not officially supported in EL6. But maybe someone else is running it on centos6 as well and could help me out here: I have problems allocating a static amount of memory for my xen dom0. It seems to reduce when new domUs are created, even though I *think* ballooning is disabled. Can someone advise me what I'm doing wrong? I have xen-4.1.1-3 installed from
2010 Jan 29
7
with Xen4 config -> (pci-passthrough-strict-check no), DomU init reports "Error: pci: PCI Backend and pci-stub don''t own device"
testing, uname -ri 2.6.33-rc5-4-xen x86_64 rpm -qa | grep -i Xen-4 xen-4.0.0_20873_01-29.1.x86_64 cat test.cfg name = ''test'' builder = ''linux'' bootloader = ''/usr/lib/xen/boot/domUloader.py'' bootargs = ''--entry=xvda1:vmlinuz-xen,/boot/initrd-xen'' disk = [
2011 Nov 17
0
Network initialization failed
Hi, I successfully installed wine 1.2.3 on Debian squeeze amd64. Preliminary tests are fine. I use a ~/.wine/dosdevices/unc/myserver/myfolder linked to a smbmout in /home/myfolder to emulate a windows network share. I can launch "wine notepad '\\myserver\myfolder\test.txt' ", edit it and save the changes; so the permission seems right. I want to use an old app who needs to
2011 May 26
2
libvirt boots from Knoppix-CD but not Debian-CD
Debian Squeeze, libvirt 0.8.3, qemu-kvm 0.15.5 After configuring the cd image the bios screen shows: (tested with virsh, virt-install and virt-manager) Starting SeaBIOS (version 0.5.1-20110523_174945-brahms) Booting from CD-Rom 65MB medium found (bzw. whatever size) Boot failed: Could not read from CDROM (code 000c) ... the cd images (debian6-cd1, debian6-netinst, debian6-buisnesscard) have
2014 Dec 04
0
xen-c6 fails to boot
On 12/02/2014 07:36 AM, Bob Ball wrote: >> -----Original Message----- >> From: Johnny Hughes >> On 12/01/2014 04:48 AM, Bob Ball wrote: >>> >>> [<ffffffff81575480>] panic+0xc4/0x1e1 >>> [<ffffffff81054836>] find_new_reaper+0x176/0x180 >>> [<ffffffff81055345>] forget_original_parent+0x45/0x2c0 >>>
2010 Apr 05
1
xend-config.sxp
Hi, Can any one clarify me about xenbr0 please?? I start network-bridge manually after I start xend. /etc/xen/scripts/network-bridge start. everything goes fine and my peth0 is up. I just wanted to clarify that is the bridge xenbr0 created automatically here?? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2015 May 20
0
xl stack problems on CentOS6 XEN4
Hi George, I already outlined the drbd-stuff on xen-users (see attachement). Yes - elrepo is right on mark. Excerpt: "The script (/etc/xen/scripts/block-drbd) I am using is from drbd84-utils-8.9.2-1.el6.elrepo.x86_64 - and already seems to contain the "drbd or phy" case; both in the add and the remove branch. CentOS6 XEN4 is based on the Kernel 3.10.68-11.el6.centos.alt.x86_64