search for: op_creat

Displaying 13 results from an estimated 13 matches for "op_creat".

Did you mean: o_creat
2005 Jun 07
3
Error while creating domains
...if.mount_mode(name) File "/usr/lib/python/xen/util/blkif.py", line 73, in mount_mode exp = re.compile(''^'' + name + '' .*[\(,]r(?P<mode>[ow])[,\)]'') TypeError: cannot concatenate ''str'' and ''NoneType'' objects op_create> Exception creating domain: Traceback (most recent call last): File "/usr/lib/python/xen/xend/server/SrvDomainDir.py", line 63, in op_create dominfo = self.xd.domain_create(config) File "/usr/lib/python/xen/xend/XendDomain.py", line 282, in domain_create dominfo...
2007 Jul 22
1
Issue with CentOS 4.5 as DomU
...ERROR (SrvBase:88) Request create failed. Traceback (most recent call last): File "/usr/lib64/python2.4/site-packages/xen/web/SrvBase.py", line 85, in perform return op_method(op, req) File "/usr/lib64/python2.4/site-packages/xen/xend/server/SrvDomainDir.py", line 82, in op_create raise XendError("Error creating domain: " + str(ex)) XendError: Error creating domain: (22, 'Invalid argument') Any suggestions? Thanks.
2006 Aug 31
1
error creating domain
...nd] ERROR (SrvBase:87) Request create failed. Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/xen/web/SrvBase.py", line 85, in perform return op_method(op, req) File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDomainDir.py", line 82, in op_create raise XendError("Error creating domain: " + str(ex)) XendError: Error creating domain: (22, ''Invalid argument'') --------------------------------------------------------------------------------------------- */var/log/xend-debug.log:* -------------------------------...
2005 Nov 10
0
Xend crashes when it''s trying to create domU
...Domain(17) [2005-11-09 16:06:18 xend] ERROR (SrvBase:87) Request create failed. Traceback (most recent call last): File "/usr/lib/python/xen/web/SrvBase.py", line 85, in perform return op_method(op, req) File "/usr/lib/python/xen/xend/server/SrvDomainDir.py", line 82, in op_create raise XendError("Error creating domain: " + str(ex)) XendError: Error creating domain: argument 1 must be string, not None (6) xend-debug.log Traceback (most recent call last): File "/usr/lib/python/xen/xend/server/SrvDomainDir.py", line 77, in op_create dominfo = s...
2005 Sep 30
0
error with vif parameter
...ain: invalid literal for int(): None Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvBase.py", line 107, in _perform val = op_method(op, req) File "/usr/lib/python2.3/site-packages/xen/xend/server/SrvDomainDir.py", line 71, in op_create raise XendError("Error creating domain: " + str(ex)) >From the looks of it, this None seems to be the problem: (device (vif (mac ''None'') (bridge xen-br2))) The ''xm help create'' command suggests you can leave any of the vif subparameters out...
2010 Jun 07
1
111b virt-install failure
...n(None) [2010-06-07 23:15:57 365] ERROR (SrvBase:88) Request create failed. Traceback (most recent call last):   File "/usr/lib/python2.4/site-packages/xen/web/SrvBase.py", line 85, in perform   File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDomainDir.py", line 82, in op_create XendError: Error creating domain: (22, ''Invalid argument'') Sorry to post but I''ve no idea how to fix (other than going back to 111a ?), googling I found similar errors relating to 32bit problems and seem to recall vaguely that 111b has some 32bit hooks to get the dev i...
2014 Jan 28
1
Can't create new Xen domains using libvirt on CentOS 6.5
...ERROR (SrvBase:88) Request create failed. Traceback (most recent call last): File "/usr/lib64/python2.6/site-packages/xen/web/SrvBase.py", line 85, in perform return op_method(op, req) File "/usr/lib64/python2.6/site-packages/xen/xend/server/SrvDomainDir.py", line 82, in op_create raise XendError("Error creating domain: " + str(ex)) XendError: Error creating domain: Creating domain failed: name=ccm Any help is appreciated. Best regards, Jens Pelzetter
2006 Jul 25
2
Compile from sources
I''ve compiled xen-3.0.2-2 from sources. I''ve went to the end without errors. The ./install.sh script have been created the /etc/grub.conf file as it : # initrd /boot/initrd-version.img #boot=/dev/hdc default=0 timeout=5 splashimage=(hd0,0)/boot/grub/splash.xpm.gz hiddenmenu title Fedora Core (2.6.15-1.2054_FC5) root (hd0,0) kernel
2005 Nov 21
5
Error: Error creating domain: (22, ''Invalid argument'')
...st create failed. Traceback (most recent call last): File "/root/xen-unstable/dist/install/usr/lib/python/xen/web/SrvBase.py", line 85, in perform return op_method(op, req) File "/root/xen-unstable/dist/install/usr/lib/python/xen/xend/server/SrvDomainDir.py", line 82, in op_create raise XendError("Error creating domain: " + str(ex)) XendError: Error creating domain: (22, ''Invalid argument'') _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Jun 07
4
WinXP console
I''m using RHEL 5. One of the virtual machines I have running is a WinXP install. I start this up after I login to X. If I log out of X, the virtual WinXP is still running (that''s fine with me). However when I log back into X and start the Virtual Machine Manager, I am unable to open the machine. It normally says "Virtual Machine Console is unavailable." There does
2005 Nov 04
1
RE: Error "Device 0 (vif) could not be connected"
...(most recent call last): > > > > File "/usr/lib/python/xen/web/SrvBase.py", line 85, in perform > > > > return op_method(op, req) > > > > File "/usr/lib/python/xen/xend/server/SrvDomainDir.py", line 82, > > in > > > > op_create > > > > raise XendError("Error creating domain: " + str(ex)) > > > > XendError: Error creating domain: Device 0 (vif) could not be > > connected. > > > > Backend device not found! > > > > > > > > Would you please instr...
2011 Jul 07
3
Bug#632972: /usr/lib/xen-common/bin/xen-utils-wrapper: xen-utils-common should use default paths
Package: xen-utils-common Version: 4.1.0~rc6-1 Severity: important Currently xend fails to create a fully virtualized vm because it has a different path hardcoded to it. Unable to complete install: 'POST operation failed: xend_post: error from xen daemon: (xend.err "Error creating domain: device model '/usr/lib64/xen/bin/qemu-dm' not found")' The correct path to use
2005 Nov 14
0
Xend fails to start on newly compiled xen dom0 kernel
...eptions.RuntimeError: (2, ''No such file or directory'') in <bound method xstransact.__del__ of <xen.xend.xenstore.xstransact.xstransact instance$Traceback (most recent call last): File "/usr/lib/python2.4/site-packages/xen/xend/server/SrvDomainDir.py", line 78, in op_create dominfo = self.xd.domain_create(config) File "/usr/lib/python2.4/site-packages/xen/xend/XendDomain.py", line 293, in domain_create dominfo = XendDomainInfo.create(self.dbmap, config) File "/usr/lib/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 162, in cr...