Displaying 20 results from an estimated 45 matches for "xmlfiles".
Did you mean:
xmlfile
2009 Jul 16
0
AGI to announce temperature from weather.com XMLfile
I have just the thing in PHP.
Drop me a personal e-mail and I'll whiz it over.
Andrew Thomas
Technical Services Manager
andy at datavox.co.uk
DataVox Ltd
Saddleworth Business Centre
Huddersfield Road
Delph, Oldham
OL3 5DF
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Trevor
Hammonds
2005 May 27
1
xmlAttrs and problems with reading node attributes of XML file (b ug?)
Hi,
Consider the following code:
require(XML)
xmlFile = paste( "<?xml version=\"1.0\"
encoding=\"ISO-8859-1\"?>\n",
"<mzXML xmlns=\"a\" xmlns:xsi=\"b\"
xsi:schemaLocation=\"c\">\n",
"<parentFile a=\"a\" b=\"b\" />\n",
2009 Jul 21
1
[PATCH node-image] Moved all temporary files into a single work directory to clean up.
All temporary files are kept in a single directory. At the end of the
autotests that one directory is deleted.
Signed-off-by: Darryl L. Pierce <dpierce at redhat.com>
---
autotest.sh | 20 +++++++++++---------
1 files changed, 11 insertions(+), 9 deletions(-)
diff --git a/autotest.sh b/autotest.sh
index c9f8a2d..d658cf3 100755
--- a/autotest.sh
+++ b/autotest.sh
@@ -40,6 +40,7 @@
# an
2005 Mar 11
3
XML to data frame or list
Dear useRs,
I have a simple/RTFM question about XML parsing. Given an XML file,
such as (fragment)
<A>100</A>
<B>23</B>
<C>true</C>
how do I import it in a data frame or list, so that the values (100,
23, true) can be accessed through the names A, B and C?
I installed the XML package and looked over the documentation...
however after 20 minutes and a couple of
2010 Jun 02
10
Session, memory_store & NoMethodError
Hy everybody,
first, excuse me for my english, I''m french (sorry for that :D).
My actual problem is that I encountered a [b]NoMethodError[/b] when I
tried to access to a session value that is not nil. I''m doing some ajax
calls and I afffect the key/value and access to session variable in the
same controler "injection_controller.rb". I also access to session in a
view
2006 Mar 23
4
XML parser fixed
Hi, I changed the XML parser who have been write by Greg (Gregory Hill)
and changed some things.
It did not work in IE and Safari and opera.
I fixed some bugs. Now it works fine in IE, Safari, Firefox and Opera.
/* --------------------------------------- */
XMLParser = Class.create();
Object.extend(XMLParser.prototype,
{
initialize: function (XMLFile, options)
{
2010 Mar 31
1
Incomplete patch
This patch is non-functional at this point; i.e., while it seems to meet
the requirements for having libvirt using the specified TFTP root
specified, libvirt seems to not be doing so.
2017 Apr 04
2
Live migration with non-shared ZFS volume
Hi all,
I'm using ZFS on Linux block volumes as my VM storage and want to do live
migrations between hypervisors.
If I create ZFS snapshot of used volume on source host, send it do
destination host (zfs send/recv) and then run live migration with
VIR_MIGRATE_NON_SHARED_DISK
flag, the migration works OK.
But this procedure copies the whole disk twice which is a huge downside.
The best
2017 Apr 28
1
Re: Live migration with non-shared ZFS volume
Hi Martin,
in the meantime, I've found a solution which I consider at least acceptable:
1. create zfs snapshot of domain disk (/dev/zstore/test-volume)
2. save original XML domain definition
3. create snapshot in libvirt like this:
virsh snapshot-create --xmlfile snap.xml --disk-only --no-metadata
test-domain
snap.xml:
<domainsnapshot>
<disks>
<disk
2009 Feb 28
13
How to get the MAC address of a domU?
I''m creating a new domU using ''virsh create <xmlfile>'' without specifying the MAC address within the
XML file, under the assumption that the dom0 or hypervisor generates the MAC address for me. Next
I''d like to get the MAC address that was assigned to this new domU, and I don''t see a way to get
that information from the command line via virsh
2019 Oct 23
2
Re: Reg: Adding "edu" device using XML file
Hello Han,
Thanks for the response. The XML option with qemu:commandline works if the
device is added during the VM creation. But I would like to hot-plug the
device to the running VM. I can add the device using the command line
<virsh qemu-monitor-command --hmp VM-Name device_add edu,id=edu0>
But I would like to add the device using the XML file, like <virsh
attach-device VM-Name
2016 Apr 10
1
create a network such as default network
Dear All,
When user uses `virsh net-define xmlfile` , User only define an xml file
in `/etc/libvirt/qemu/networks`.
I created an uuid and another bridge in related xml file. But I need to
create the following files for my network:
`default.addnhosts default.conf default.hostsfile virbr0.status`
Question is , can I create them via cmd?
--Best regards
mohsen
2019 Mar 15
1
KVM - full system ( disk+memory) snapshot by excluding the raw disks
Hi There ,
I have KVM VM with 4 qcow2 disks and 2 raw disks . when I try to take full system snapshot by excluding raw disks . it is give below error . can you help me how to fix this ?. or is it possible to take full system snapshot in this case .?.
When I change XMl as internal snapshots for raw disks . It throws a message snapshot are not supported on war disks .
2010 Mar 26
3
[PATCH node] Update autobuild and autotest scripts for new build structure
Autobuild has to be updated to call make in the recipe directory
and move the resulting iso to the main build directory.
Importing the existing autotest.sh script from ovirt-node-image
Signed-off-by: Mike Burns <mburns at redhat.com>
---
autobuild.sh | 7 +
autotest.sh | 764 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 771 insertions(+), 0 deletions(-)
2006 Mar 17
6
Updated the xml code to be more object-oriented
I changed the code to be more prototype-esque, and created a class
called XMLDoc. I may add more functionality to it later, hence the more
generic name, but you do something like this to convert XML to a hash:
XMLDoc = Class.create();
Object.extend(XMLDoc.prototype, {
initialize: function (xmlDoc) {
this.element = xmlDoc;
},
asHash: function () {
if (! this._xmlHash) {
2012 Mar 22
0
problems configuring cluster to lucci and virtual machines resource
I have Centos 6.1 and i'm configuring cluster with conga, lucci and ricci
these services are installed and running without problem. I need this type
configuration for a high availability of virtual machines which is run on
kvm. My problem is at the time of configuring "service group", when i click
to add appears the new windows wich say "add service to cluster" and i fill
2013 Mar 28
1
Snapshot without volumes temporarily
Hello,
I want to do a snapshot which the VM has volumes.
But I want to skip the volume check when I do the snapshot. (Which means I
want to do a snapshot without detaching the volume)
So I try to write a snapshot XML refer by
http://libvirt.org/formatsnapshot.html as following:
vda is my VM basic disk (qcow2)
vdb is a volume (raw)
================ t1.xml ===============
<domainsnapshot>
2014 Jun 25
0
[ANNOUNCE] libnftnl 1.0.2 release
...src: set: Use nft_rule_expr_set_* in the xml parsing code
tests: nft-parsing-test: Display error reason when testing XML
src: set: Do not print unset values in xml
src: set: Do not print unset values in json
set: Free memory in the same function that is reserved
tests: xmlfiles: Test files without unset child elements in set elements
expr: queue: Add nft_rule_expr_queue_snprinf_* functions
expr: queue: Use nft_rule_expr_* in the xml
expr: queue: Do not print unset values in xml
expr: queue: Do not print unset values in json
expr: queue: Use t...
2006 May 30
11
Display XML file, with some formatting.
Hi.
Im quite new to this Rails thing, but it seems like a good product so
why not try it out whit a little prototype i need to build.
What i want is to load any given XML file, and display it with some
formatting.
I have some XSD shemes to validate the XML files against, but its not
vital rigth now.
But how should i approach this task?
At first it would proberly be a good idea to load the
2019 Oct 24
0
Re: Reg: Adding "edu" device using XML file
On Wed, Oct 23, 2019 at 4:27 PM bharath paulraj <bharathpaul@gmail.com>
wrote:
> Hello Han,
>
> Thanks for the response. The XML option with qemu:commandline works if the
> device is added during the VM creation. But I would like to hot-plug the
> device to the running VM. I can add the device using the command line
> <virsh qemu-monitor-command --hmp VM-Name