Displaying 20 results from an estimated 80000 matches similar to: "Using XMLRPC API"
2008 Aug 20
9
Upgrading xen from CentOS 5.0 to 5.2
Hi,
We are planning to upgrade our dom0s from CentOS5.0 to CentOS 5.2, using the
xen version shipped with the OS : the RPM versions are respectively
3.0.3-25.el5 and 3.0.3-64.el5_2.1, I don''t know exactly to which version of
Xen it corresponds (but it should be further than 3.0.3, right ?). Kernel
versions are resp. 2.6.18-8.el5xen and 2.6.18-92.el5xen.
As we want to avoid any
2007 May 23
0
xmlrpc?
I''m trying to upgrade from 3.0.3 to 3.1.0 on fedora. When I try to
create a domU, it hangs and stace says the xm create command is
waiting for a response from the xmlrpc.sock socket, which belongs to
xend.
Can anyone tell me anything about xmlrpc? What it''s for, why it might
be hanging?
Thanks
-Dylan
_______________________________________________
Xen-users mailing list
2008 Sep 01
3
Report to a domU a change on a disk
Hello,
I have a Xen dom0 (Debian Etch running xen 3.0.3) running different
domUs. DomUs'' disks are LVM2 volumes. Now I have increased the size of
one of these LVM volumes so I have to inform to the corresponding domU
that its disk has increased its size (to resize it without unmounting
it). How can I do this?
--
Angel L. Mateo Martínez
Sección de Telemática
Área de Tecnologías de la
2007 Dec 11
6
Where does xen chache domUs grub.conf ?
Hi all, I''m a newbie on this list. I''m using xen 3.0.3 on CentOS50.
I installed a new flavor of kernel in a domU via a standard RPM, which
modified my grub.conf by adding a new entry to boot on the new kernel.
When rebooting the domU by pygrub, I didn''t see the new grub entry. I
tried to restart xend, with no effect.
By googling a little, I understood that kernel
2013 Sep 11
0
CEBA-2013:1254 CentOS 6 xmlrpc-c FASTTRACK Update
CentOS Errata and Bugfix Advisory 2013:1254
Upstream details at : https://rhn.redhat.com/errata/RHBA-2013-1254.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
i386:
ae50ba85f96f974bce9dd6557964a5a7757e49bf8cff2995b9f7476fc269c06b xmlrpc-c-1.16.24-1210.1840.el6.i686.rpm
2011 Sep 22
0
CEEA-2011:1237 CentOS 5 x86_64 xmlrpc-c Update
CentOS Errata and Enhancement Advisory 2011:1237
Upstream details at : https://rhn.redhat.com/errata/RHEA-2011-1237.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
0957aee091e9d79f64bc61252d0f164f xmlrpc-c-1.16.24-1206.1840.el5_7.4.i386.rpm
476351c0cfb0b9364ec5181e8c13bc7b
2011 Sep 01
0
xmlrpc-c-client from CR repo requires curl >= 7.15.5-9.el5_7.4
The package xmlrpc-c-client-1.16.24-1206.1840.el5_7.4.i386 from the CR
repository requires curl >= 7.15.5-9.el5_7.4, which isn't available.
The most recent version of curl I see is 7.15.5-9.el5_6.3, also in the
CR repository.
Setting up Upgrade Process
Resolving Dependencies
--> Running transaction check
---> Package xmlrpc-c-client.i386 0:1.16.24-1206.1840.el5_7.4 set to be
2006 Feb 18
0
activerecord connections with xmlrpc
Hi folks,
Im trying to use an xmlrpc server and have it serve data using
activerecord, but every request seems to eat up a mysql database
connection, until I run out with "Too many connections". I don''t know
enough ruby/rails (or rather ActiveRecord) to figure this one out.
> ruby -v
ruby 1.8.4 (2005-12-24) [i686-linux]
> rails -v
Rails 1.0.0
code below:
Here is some
2011 Sep 22
0
CEEA-2011:1237 CentOS 5 i386 xmlrpc-c Update
CentOS Errata and Enhancement Advisory 2011:1237
Upstream details at : https://rhn.redhat.com/errata/RHEA-2011-1237.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
98baa41a88228c24074e909f55eae253 xmlrpc-c-1.16.24-1206.1840.el5_7.4.i386.rpm
d2628f0937e632ee26168516eb3f34fc
2010 Sep 21
1
Configuring libvirt for one driver and XMLRPC issues
Hello,
I am trying to run ./configure --with-one --with-esx but I get the following
error:
checking pkg-config is at least version 0.9.0... yes
checking for XMLRPC... no
configure: error: You must install XMLRPC-C >= 1.14.0 to compile libvirt ONE
driver
However I have downloaded xmlrpc-c-client and built from sources version
1.16.31
root at sa251:~/libvirt-0.8.4# xmlrpc-c-config --version
2006 Feb 06
1
How to pass an additional parameter from the url to a xmlrpc service?
guys,
I have a RoR App with a xmlrpc service, which attende a several clients
recently I need to change the xmlrpc service in order to provide an
additional parameter from the clients, but I don?t want to force a change in
the clients''s xmlrpc code, so is possible to pass this additional parameter
in the url? every client append his own new parameter to the url to access
the xmlrpc
2018 Jun 01
0
CESA-2018:1780 Important CentOS 7 xmlrpc Security Update
CentOS Errata and Security Advisory 2018:1780 Important
Upstream details at : https://access.redhat.com/errata/RHSA-2018:1780
The following updated files have been uploaded and are currently
syncing to the mirrors: ( sha256sum Filename )
x86_64:
2bad0902c6d8582ef5bb5758c6860951f34cb646b69eda066162ed5cb83aa500 xmlrpc-client-3.1.3-9.el7_5.noarch.rpm
2007 Feb 18
1
Passing XMLRPC errors on to clients
Hi,
I''m experimenting with using Mongrel to serve XMLRPC, and I''m having
trouble passing the XMLRPC errors on to the client.
In my webrick implementation, I just raise the XMLRPC error and the
client receives it and can handle it like a normal exception. With
Mongrel, when I raise the error, Mongrel catches it and just closes
the client connection, which means the
2008 Apr 21
1
Bug#477237: xen-utils-common: typo in /etc/xen/xend-config.sxp for xmlrpc configuration
Package: xen-utils-common
Version: 3.2.0-1~bpo4+1
Severity: minor
I use the version from backports, but it's still present in sid.
In /etc/xen/xend-config-sxp :
#(xen-tcp-xmlrpc-server-address 'localhost')
#(xen-tcp-xmlrpc-server-port 8006)
should be
#(xend-tcp-xmlrpc-server-address 'localhost')
#(xend-tcp-xmlrpc-server-port 8006)
Small typo in a commented line, but
2006 Apr 21
3
Problem with Mongrel, Rails and web services using xmlrpc
Hi all,
Ruby 1.8.4
Windows XP Pro / Solaris 10
Mongrel 0.3.12
Rails 1.1.2
I''ve got a fairly simple and straightforward layered dispatching web
service setup for my Rails app. This simple xmlrpc script works fine
with WEBrick, but chokes on Mongrel. Is there anything special I need
to do to make web services work with Mongrel and Rails? Some Google
searching indicates that there had
2006 Jan 20
1
XMLRPC::DateTime from AWS
When I do an XMLRPC webservice call to retrieve a single Product, my
DateTime fields in the products table do not get converted to a valid
DateTime value, but remain as XMLRPC::DateTime structures.
So, say my webservice call is:
@product = @aws.get_product(1)
Then my @product object looks like this:
name: My product
last_updated: #<XMLRPC::DateTime:0x37c5338>
description: This is my
2008 Feb 06
2
kickstart %post not executed
Hi all,
I am trying to automate the provisioning of a few VM, dom0 CentOS5 - domU
CentOS4.5, the installation goes well but it completely ignores the %post
bit in the kickstart:
# Kickstart file for a generic VM
install
url --url http://server/mrepo/centos4-x86_64/disc1
cmdline
skipx
reboot
# Partition information
.....
# General system config
bootloader --location=mbr
keyboard uk
lang
2007 Jun 27
2
xen not working: xmlrpc.sock doesn''t exist
Hi all,
I have some serious problems making Xen run. I have spent a couple of days
looking in Google and trying a lot of different things, but none of them has
worked. I hope you can help me...
First of all: xen was running smoothly on my machine, but suddenly (I think
I haven''t changed any configuration) it doesn''t work anymore.
I am using a Debian 4.0 with Xen 3.
When
2008 Oct 11
4
CentOS ISO how to boot in Xen guest system
Hi,
How to boot the centos dvd image (/download/centos/centos5.2.iso) in xen
guest system to let me do linux rescue command?
Here is the working guest config file:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bootloader = ''/usr/lib/xen-3.2-1/bin/pygrub''
memory = ''256''
name = ''centos''
disk = [
2008 Oct 23
0
XEN 3.3: xend chrashes beim Start der DomU
Hi,
I try to start a DomU with
xm create endian -c
and got the following error message
Xend has probably crashed! Invalid or missing HTTP status code.
I''ve tested the DomU with nearly the same system at VMWare (Windows) and it works normaly, but on my server I get this error message.
I useing gentoo as Dom0. I tried also a gentoo DomU with the same result.
Thanks.