Displaying 20 results from an estimated 187 matches for "xmllint".
2019 Dec 16
0
[PATCH 2/2] tests: switch to config.sh for xmllint
Instead of generating test scripts from configure with the path of
xmllint, export that path in config.sh, so the tests can be static
scripts again.
---
.gitignore | 3 ---
config.sh.in | 2 ++
configure.ac | 6 ------
...irt-insp...
2019 Dec 16
3
[PATCH 0/2] tests: simpler way to use configure results
Add a single shell script to hold results of configure.
Pino Toscano (2):
build: add an empty config.sh
tests: switch to config.sh for xmllint
.gitignore | 4 +---
config.sh.in | 22 +++++++++++++++++++
configure.ac | 7 +-----
...luks.sh.in => test-virt-inspector-luks.sh} | 2 +-
...inspector.sh.in => test-virt-inspector.sh} |...
2012 Aug 17
1
Icecast Startup Failed
Hi, thanks for your response.
Based from your advice I try to check the XML used the command "xmllint
--noout /etc/icecast2/icecast.xml" . Because I got response
"xmllint: command not found", I installed xmllint (sudo apt-get install
libxml2-utils). After that, I check again (xmllint --noout
/etc/icecast2/icecast.xml) and the result just return to the prompt (which
means XML is corre...
2017 May 03
1
[PATCH v2] inspector: validate resulting XML files
Run xmllint to validate the XML output files of virt-inspector, so the
schema is checked against actual output of virt-inspector.
---
.gitignore | 1 +
configure.ac | 2 ++
inspector/{test-virt-inspector.sh...
2013 Jan 17
5
A few patches needed for libguestfs 1.20+ on current Debian systems
Here's what I needed to build and run 1.20 on Debian/unstable.
Perhaps the libcap2 dependency in the packagelist should only be added
if libcap has actually been used in building guestfsd...
2017 Feb 24
1
[PATCH] inspector: validate resulting XML files
Run xmllint to validate the XML output files of virt-inspector, so the
schema is checked against actual output of virt-inspector.
---
inspector/test-virt-inspector.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/inspector/test-virt-inspector.sh b/inspector/test-virt-inspector.sh
index 2f55cdc..33d749...
2012 Aug 16
2
Icecast Startup Failed
Hello, my name Johanes. First I'm sorry because I can't speak English well.
And this is the first time I use Icecast.
I have installed icecast2 use the standard Ubuntu installation (apt-get
install icecast2). I also have configured # Edit /etc/icecast2/icecast.xml
(only to change the passwords) and change "ENABLE=true" in
/etc/default/icecast2.
My question :
When I tried to
2012 Aug 17
0
Icecast Digest, Vol 99, Issue 8
..."R?cker Thomas" <thomas.ruecker at tieto.com>
> Cc: icecast at xiph.org
> Date: Fri, 17 Aug 2012 16:35:40 +0700
> Subject: Re: [Icecast] Icecast Startup Failed
> Hi, thanks for your response.
>
> Based from your advice I try to check the XML used the command "xmllint
> --noout /etc/icecast2/icecast.xml" . Because I got response
> "xmllint: command not found", I installed xmllint (sudo apt-get install
> libxml2-utils). After that, I check again (xmllint --noout
> /etc/icecast2/icecast.xml) and the result just return to the prompt (whic...
2017 Jan 25
2
Icecast 2.4.0 max-listener-duration
I'm using the KH edition of Icecast 2.4.0 but it may also related to the
standard release.
I added the following to my config xml file but the file cannot be parsed is
the error...
<mount type="default">
<max-listener-duration>28800</max-listener-duration>
</mount>
Any ideas of the problem?
Thanks.
-------------- next part --------------
2015 Feb 04
1
netvision-mib driver
Hi Henning,
note that I've cc'ed the NUT users list for info.
2015-02-04 13:47 GMT+01:00 Henning Fehrmann <henning.fehrmann at aei.mpg.de>:
> Hi Arnaud,
>
> > the best to process the value would be to have the MIB definition for
> > upsAlarmOnBattery, as for example:
> > [1]
>
2014 Oct 21
3
Re: [PATCH v5 1/7] tests: Introduce test harness for running tests.
...t, skipped =
> + match start_dir with
> + | TopDir -> run_all_tests ()
> + | Dir (dir, tests) -> run_dir_tests dir tests
> + | PhonyGuestsDir -> (0, 0, 0, 0, 0) (* do nothing in this directory *) in
Might use null_results, I guess.
> diff --git a/inspector/test-xmllint.sh.in b/inspector/test-xmllint.sh.in
> index aef5ebc..f1195fd 100755
> --- a/inspector/test-xmllint.sh.in
> +++ b/inspector/test-xmllint.sh.in
> @@ -19,6 +19,11 @@
> export LANG=C
> set -e
>
> +if ! "@XMLLINT@" --version >/dev/null 2>&1; then
> +...
2011 Oct 25
1
Need help to compile libvirt-php
...t truncate output... /usr/bin/sed
checking for gawk... (cached) gawk
checking for echo... echo
checking for rm... rm
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for LIBXML... yes
checking for xsltproc... /usr/bin/xsltproc
checking for xmllint... /usr/bin/xmllint
checking for xmlcatalog... /usr/bin/xmlcatalog
checking for php-config... no
*configure: error: php-config not found; please install the PHP SDK*
webserver:~/libvirt-php-0.4.3 # ls /etc/php5/
apache2/ cli/ conf.d/
webserver:~/libvirt-php-0.4.3 # ls /etc/php5/apache2/
php.ini...
2010 May 19
2
yum install
I have centos 5.4 and trying the command "yum install yum-utils", it
gives me an error. I tried the "yum clean all"
and the did the command again with same message.
I only have [base] and [updates] in the repo.
yum install yum-utils
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirror.nexcess.net
* updates: mirrors.gigenet.com
base
2010 Mar 24
2
Problem attaching device
I keep getting an error when I try to attach a device in the libvirt api through python
The python code is:
conn=libvirt.open('qemu:///system')
dom = conn.lookupByName("fedoratest")
if dom.info()[0]==1:
dom.attachDevice('net.xml')
And I keep getting: "libvirtError: XML description not well formed or invalid
The xml is a simple network
2014 Sep 20
3
[PATCH v2 0/3] tests: Introduce test harness for running tests.
This has got to the stage where it actually works, both for running
the tests in-tree and installed.
The 'test-harness' script has become rather over-complex in the
process however.
Rich.
2014 Oct 03
0
[PATCH v3] tests: Introduce test harness for running tests.
...tests_mk.ml | 104 ++++
generator/types.ml | 9 +
inspector/Makefile.am | 17 +-
inspector/test-virt-inspector-local-guests.sh.in | 26 +
inspector/test-virt-inspector.sh | 13 +-
inspector/test-xmllint.sh.in | 5 +
inspector/tests.mk | 83 +++
tests/data/Makefile.am | 10 +-
tests/guests/Makefile.am | 84 +---
tests/guests/guest-aux/make-debian-img.sh | 6 +-
tests/guests/guest-aux/ma...
2018 Jul 25
4
[PATCH v2 0/4] New API: lvm_scan, deprecate vgscan (RHBZ#1602353).
v2:
- Changes as suggested by Pino in previous review.
2014 Oct 05
0
[PATCH v5 1/7] tests: Introduce test harness for running tests.
...tests_mk.ml | 124 ++++
generator/types.ml | 15 +
inspector/Makefile.am | 17 +-
inspector/test-virt-inspector-local-guests.sh.in | 26 +
inspector/test-virt-inspector.sh | 13 +-
inspector/test-xmllint.sh.in | 5 +
inspector/tests.mk | 86 +++
pick-guests.pl.in | 4 +-
tests/data/Makefile.am | 49 +-
tests/guests/Makefile.am | 84 +--
tests/guests/guest-aux/mak...
2018 Jul 18
5
[PATCH 0/3] New API: lvm_scan, deprecate vgscan (RHBZ#1602353).
[This email is either empty or too large to be displayed at this time]
2017 Jan 26
0
Icecast 2.4.0 max-listener-duration
...d is the error...
> <mount type="default">
> <max-listener-duration>28800</max-listener-duration>
> </mount>
>
> Any ideas of the problem?
If Icecast 2.4.x/2.5.x returns parser errors it's likely due to invalid
XML. You can check that with xmllint(1):
$ xmllint /path/to/icecast.xml
It will report any XML level errors.
With best regards,
PS: Please avoid sending HTML mails.
--
Philipp Schafft (CEO/Gesch?ftsf?hrer)
Telephon: +49.3535 490 17 92
L?wenfelsen UG (haftungsbeschr?nkt) Registration number:
Bickinger Stra?e 21...