similar to: Bug#596765: xen: can't create a VM : no module named xmlproc

Displaying 20 results from an estimated 200 matches similar to: "Bug#596765: xen: can't create a VM : no module named xmlproc"

2011 Feb 08
0
Bug#596765: xen-utils-4.0: VM create successfully, when remove xmlproc
Package: xen-utils-4.0 Version: 4.0.1-2 Severity: normal VM created successfully when I edit this file: /usr/lib/xen-4.0/lib/python/xen/xm/xenapi_create.py comment line 22 : #from xml.parsers.xmlproc import xmlproc, xmlval, xmldtd -- System Information: Debian Release: 6.0 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-5-xen-amd64
2010 Feb 16
1
Bug#570066: xm new: undeclared dependency on absent Python library "xmlproc".
Package: xen-utils-common Version: 3.4.2-2 Severity: important On a fresh Debian Sid system, I get this: # xm new Unexpected error: <type 'exceptions.ImportError'> Please report to xen-devel at lists.xensource.com Traceback (most recent call last): File "/usr/lib/xen-3.4/bin/xm", line 8, in <module> main.main(sys.argv) File
2010 Sep 23
1
xm new yields Import error: No module named xmlproc
I''m using a source-compiled Xen-4.0.2-rc1-pre (changeset: Fri Sep 17 17:06:57 2010 +0100 21350:6e0ffcd2d9e0) on a brand new Debian Testing (Squeeze/sid) install. The first problem that I ran accross was just getting xend to start. I was getting a python error saying that it couldn''t import SrvDaemon. I got around that by moving /usr/lib/python2.6/site-packages/xen to
2008 Sep 16
2
Xen 3.3.0 on Ubuntu Hardy and xmlproc module.
Hello! I have new xen-3.3.0 installed and working on latest Ubuntu Hardy, with Linux 2.6.18-xen from xen.org. When I run "xm new" I got this error: root@hyper02:~# xm li Name ID Mem VCPUs State Time(s) Domain-0 0 512 1 r----- 1869.9 vsrv65 4 1024 1
2006 Jun 12
1
Compiling wine under Kubuntu Dapper
/me has a problem : root@machine:~# apt-get build-dep wine Lecture des listes de paquets... Fait Construction de l'arbre des d?pendances... Fait Aucune version du paquet libjack0.80.0-dev n'est disponible, mais il existe dans la base de donn?es. Cela signifie en g?n?ral que le paquet est manquant, qu'il est devenu obsol?te ou qu'il n'est disponible que sur une autre source
2010 Oct 08
7
[PATCH] Replace pyxml/xmlproc-based XML validator with lxml based one.
Pyxml/xmlproc is being used in tools/xen/xm/xenapi_create.py but is unmaintained for several years now. xmlproc is used only for validating XML documents against a DTD file. This patch replaces the pyxml/xmlproc based XML validation with code based on lxml, which is actively maintained. Signed-off-by: Stephan Peijnik <spe@anexia.at> diff -r 6e0ffcd2d9e0 -r 7082ce86e492
2012 May 06
0
Processed: reassign 596765 to xen-utils-common, forcibly merging 570066 596765
Processing commands for control at bugs.debian.org: > reassign 596765 xen-utils-common Bug #596765 [xen] xen: can't create a VM : no module named xmlproc Bug reassigned from package 'xen' to 'xen-utils-common'. No longer marked as found in versions xen/4.0.1-2 and xen/4.0.1-1. Ignoring request to alter fixed versions of bug #596765 to the same values previously set >
2008 Nov 15
2
Update to 2.8 and problem with liblapack
Hello To update from R 2.6 to 2.8 (on Ubuntu 8.04 both) I had to install new tcl and liblapack packages (excuse me it is in french): > sudo apt-get install r-base-dev > Lecture des listes de paquets... Fait > Construction de l'arbre des d?pendances > Lecture des informations d'?tat... Fait > Les paquets suppl?mentaires suivants seront install?s : >
2010 Oct 29
0
Bug#596765: xen-utils-4.0: I got this bug, and now python-xml packages was removed
Package: xen-utils-4.0 Version: 4.0.1-1 Severity: normal Hello, I got this bug too, and also want to install python-xml because I read in xen list that i need this package http://lists.xensource.com/archives/html/xen-users/2007-07/msg00261.html But now the packages was removed. There is a package in debian Squeeze which provide xmlproc ? LANG=C apt-get install python-xml apt-get install
2010 Oct 29
0
Bug#596765: xen-utils-4.0: wontfix - xm create requires python-xml to work
2010/10/29 <thomas.debesse+debian at gmail.com>: > Hello, > I got this bug too, and also want to install python-xml because I read > in xen list that i need this package > http://lists.xensource.com/archives/html/xen-users/2007-07/msg00261.html > But now the packages was removed. > There is a package in debian Squeeze which provide xmlproc ? It appears that this report is
2012 Jul 17
0
Processed: reassign 489325 to xen-utils-common, forcibly merging 487165 489325
Processing commands for control at bugs.debian.org: > reassign 489325 xen-utils-common Bug #489325 [xen-3] [xen-utils-common] xm new requires python-xml to work Warning: Unknown package 'xen-3' Bug reassigned from package 'xen-3' to 'xen-utils-common'. Ignoring request to alter found versions of bug #489325 to the same values previously set Ignoring request to alter
2008 May 16
1
xm new
Hello, i have Centos5.1 64bit, with xen3.2, using centos xen kernel, xen3.2 builded from source rpm for centos. Virtual machines work fine trough xm create configname ,but when i am trying to add them to xen source : xm new configname, this is what i get : [root at xen-prod xen]# xm new test01.hvm Unexpected error: exceptions.ImportError Please report to xen-devel at lists.xensource.com
2008 May 18
1
xen source (xm new machinename)
Hi, i am running Centos5.1 i386, with xen3.2.0 compiled from source rpms provided on xen.org. As dom0 kernel i am using centos-xen kernels. When i am trying to add new machine to xen source using xm new, this is what i get : [root@xxx /]# xm new centos01 Unexpected error: exceptions.ImportError Please report to xen-devel@lists.xensource.com Traceback (most recent call last): File
2010 Apr 02
0
unsupported xen domain management
hello, Env: Ubuntu Karmic Server 9.10 Xen 4.0 rc8 kernel 2.6.32.10 pv_ops Trying to import a working xen cfg file into domain management causes this crash. This ability is not so vital, but maybe someone can shed light on the missing packages/thing. tlviewer@ubsvr91:~$ sudo xm new /etc/xen/vm/karmic.py Unexpected error: <type ''exceptions.ImportError''> Please report to
2009 Feb 18
0
Bug#487165: dependency on python-xml - confirmed
Hi, I can confirm, missing dependency on pyton-xml for 'xm new...' command. lin:/etc/xen# xm new lenny1 Unexpected error: <type 'exceptions.ImportError'> Please report to xen-devel at lists.xensource.com Traceback (most recent call last): File "/usr/lib/xen-3.2-1/bin/xm", line 7, in <module> main.main(sys.argv) File
2010 Aug 31
0
Bug#570066: xen-utils-common: Please document this. See diff note in manpage
Package: xen-utils-common Version: 4.0.0-1 Severity: normal Hi, I think would be good to have a note in manpage about this issue. Will save time to many people which will search about xmlproc in squeeze. --- xm.1.orig 2010-08-31 11:02:15.393343178 +0200 +++ xm.1 2010-08-31 11:05:25.978339569 +0200 @@ -466,7 +466,9 @@ .RE .IP "\fBnew\fR \fIconfigfile\fR [\fI\s-1OPTIONS\s0\fR]
2008 Jun 20
0
Bug#487165: Bug#487165: [xen-utils-common] xm create requires python-xml to work
Le vendredi 20 juin 2008 08:48, vous avez ?crit?: > tags 487165 moreinfo > thanks > > On Thu, Jun 19, 2008 at 11:57:49PM +0200, Laurent L?onard wrote: > > xm create requires the python-xml package to work, perhaps it should be a > > dependency of xen-utils-common ? > > For what does xm create need python-xml? For me it works fine without. > > Bastian Sorry I
2008 Jul 04
0
Bug#489325: [xen-utils-common] xm new requires python-xml to work
Package: xen-utils-common Version: 3.2.0-2 Severity: normal --- Please enter the report below this line. --- This bug is a duplicate of the bug #487165, but I tagged it as wishlist and I have no answer about it. But I think it should be interesting to correct it, sorry for this. xm new requires the python-xml package to work, perhaps it should be a dependency of xen-utils-common ? debian:~#
2014 Nov 15
0
Processed: closing 726827, closing 763102, closing 711273, closing 744163, closing 603366, closing 648670 ...
Processing commands for control at bugs.debian.org: > close 726827 4.4.0-1 Bug #726827 [xen-utils-4.1] xen-utils-4.1: Xen doesn't start on a laptop with Nvidia Optimus graphics There is no source info for the package 'xen-utils-4.1' at version '4.4.0-1' with architecture '' Unable to make a source version for version '4.4.0-1' Marked as fixed in versions
2013 Mar 21
0
Processed: found 570066 in 4.1.4-2
Processing commands for control at bugs.debian.org: > found 570066 4.1.4-2 Bug #570066 [xen-utils-common] xen-utils-4.1: should depend on python-lxml Bug #487165 [xen-utils-common] [xen-utils-common] xm create requires python-xml to work Bug #489325 [xen-utils-common] [xen-utils-common] xm new requires python-xml to work Bug #593741 [xen-utils-common] xen-utils-4.1: should depend on