Displaying 20 results from an estimated 10000 matches similar to: "Bug#599434: xen-utils-4.0: create.dtd is missing"
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
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
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
2010 Nov 10
1
Bug#603099: xen-utils-common: requires python-xml
Package: xen-utils-common
Version: 4.0.0-1
Severity: important
The xm utility requires python-xml but the package does not depend on
it.
# xm new --help_vars
Unexpected error: <type 'exceptions.ImportError'>
Please report to xen-devel at lists.xensource.com
Traceback (most recent call last):
File "/usr/lib/xen-4.0/bin/xm", line 8, in <module>
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:~#
2008 Aug 11
1
Bug#494727: xen-utils-3.2-1: Fail to define a new domain.
Package: xen-utils-3.2-1
Version: 3.2.1-2
Severity: important
The xm command has an option to define a domain in Xen:
xm new vm_config_file.cfg
Using default dependences it isn't working:
:~# xm new oromigration-oromail.cfg
Unexpected error: <type 'exceptions.ImportError'>
Please report to xen-devel at lists.xensource.com
Traceback (most recent call last):
File
2010 Oct 08
2
Bug#599520: xen: Patch for replacing python-xml based code with python-lxml based code.
Package: xen
Version: 4.0.1-1
Tags: patch
Attached is a patch which I already sent upstream that replaces the
python-xml (pyxml/xmlproc) based validation code with validation code
based on python-lxml. The obvious gain from this is that XenAPI works on
Squeeze and Sid, where python-xml is not available anymore.
Additionally this patch adds a dependency on python-lxml for the
xen-utils-4.0
2010 Sep 13
0
Bug#596765: xen: can't create a VM : no module named xmlproc
Package: xen
Severity: important
Hello,
New install of XEN 4.0, can't create a vm :
xm new k2000-shinken
Unexpected error: <type 'exceptions.ImportError'>
Please report to xen-devel at lists.xensource.com
Traceback (most recent call last):
File "/usr/lib/xen-4.0/bin/xm", line 8, in <module>
main.main(sys.argv)
File
2011 Apr 04
0
Fwd: Fwd: bug on create domain0
-------- Исходное сообщение --------
Тема:
Fwd: bug on create domain0
Дата:
Mon, 04 Apr 2011 14:54:13 +0600
От:
net administrator
Отвечать:
tkpiuk@gmail.com
Кому:
xen-devel@lists.xensource.com
-------- Исходное сообщение --------
Тема:
bug on create domain0
2007 Jul 14
0
[PATCH] [XM] Pass --skipdtd parameter to ''xm new'' application
Pass the -s|--skipdtd parameter through to the ''xm new'' application. On
my machine I get random hangs in the function that''s loading the dtd
(xmldtd.load_dtd in xenapi_create.py)?!
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
2003 Jul 30
1
Write XML according to ggobi DTD
Hi,
Has anyone out there written a function to take a data.frame as input
and generate XML that conforms to the DTD for ggobi ("ggobi.dtd")? In
other words, like a simple version of the writeSDML function in the
StatDataML package, but using ggobi.dtd instead of StatDataML.dtd.
It looks easy to write such a function to handle data.frames with only
numeric data, but a bit of work with
2011 May 01
1
Bug#624788: Python version issue: "ImportError: No module named lxml"
Package: xen-utils-4.0
Version: 4.0.1-2
Right after another Wheezy distribution update I've faced the following issue with "xm".
=====
host:~# xm new /etc/xen/domains/test.cfg
Unexpected error: <type 'exceptions.ImportError'>
Please report to xen-devel at lists.xensource.com
Traceback (most recent call last):
File "/usr/lib/xen-4.0/bin/xm", line 8, in
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
2011 Sep 25
1
Please report to - xm new
I installed the beta version of oneiric and got this error:
root@g4-01:~# xm new
Unexpected error: <type ''exceptions.ImportError''>
Please report to xen-devel@lists.xensource.com
Traceback (most recent call last):
File "/usr/lib/xen-4.1/bin/xm", line 8, in <module>
main.main(sys.argv)
File
2006 Jul 26
0
embedded DTD using Builder
Hello -
I would like to include an embedded DTD in generated XML output. I am
attempting to use the Builder::XmlMarkup class to do this. A simplified
example follows:
xml = Builder::XmlMarkup.new(:indent => 2)
xml.declare! :DOCTYPE,:logs do
xml.declare! :ELEMENT,:logs,''(log*)''
end
The problem that I am encountering is the that second declare! call
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
2012 Jul 01
1
xm crash
Ok, it says to send this so here it is:
[root@xen lharold]# xm create xm_fedora.cfg
Using config file "/etc/xen/xm_fedora.cfg".
Started domain Fedora (id=2)
[root@xen lharold]# xm new Fedora
Unexpected error: <type ''exceptions.ImportError''>
Please report to xen-devel@lists.xensource.com
Traceback (most recent call last):
File "/sbin/xm", line 7, in
2014 Nov 15
0
Processed: closing 599434
Processing commands for control at bugs.debian.org:
> close 599434 4.4.0-1
Bug #599434 [xen-utils-4.0] xen-utils-4.0: create.dtd is missing
There is no source info for the package 'xen-utils-4.0' 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 4.4.0-1.
Bug #599434 [xen-utils-4.0]
2008 Mar 18
0
[PATCH] vfb: Add opengl option
vfb: Add opengl option
(and replace bogus vncpasswd copy in xenapi_create in the SDL case)
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
diff -r 2ad29c586d49 tools/python/xen/xend/XendConfig.py
--- a/tools/python/xen/xend/XendConfig.py Tue Mar 18 14:36:27 2008 +0000
+++ b/tools/python/xen/xend/XendConfig.py Tue Mar 18 15:16:47 2008 +0000
@@ -165,7 +165,7 @@
# Xen API
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