similar to: Help required in simulating libvirt TLS server

Displaying 20 results from an estimated 5000 matches similar to: "Help required in simulating libvirt TLS server"

2013 Sep 11
2
Re: Help needed in simulating libvirt
Hi, Thanks for the response. I've used the URI: "test+ssh://<ipaddress>/default" and the connection is successful and with that connection I issued getCapabilities and its result is attached. I'm not sure how is result xml generated by the files in the /examples folder. Will you please explain how is this xml generated. Also my client is not going to modified. My client
2013 Sep 10
2
Help needed in simulating libvirt
Hi All, I'm need to simulate libvirt API's say to mock the libvirt API responses. (Actually I need to simulate qemu API's response). Because of my project needs I need to write this simulated libvirt server in Java. I believe the simulated libvirt can be written as java RPC which should capable to receive the client RPC request calls and by dispatcher we can dispatch to the
2013 Sep 11
2
Re: Help needed in simulating libvirt
Hi Eric, Thanks for your response. I like to know how test driver works. In the libvirt.org for test driver it is mentioned as "It can start with a pre-configured default config, or be given a path to an alternate config". Is the config is an xml file where we mentioned some dummy data so that the test driver will return it as response. If yes then where can I find this dummy file? As
2007 May 22
6
xen version compatibility
If I have a linux kernel on dom0 from xen 3.0.2 and my xen binary is version 3.1.0, can I expect things to work? What about if my dom0 kernel and xen binary are both 3.1.0 and I have a para virt domU with xen 3.0.2 code in? What about if the tools are from a different version of xen? I''m asking because I''m running fedora 6 and I''d like to try out xen 3.1.0 or 3.0.4
2006 Nov 28
8
[PATCH] Enable uppercase letters to be entered in QEMU monitor terminal
Changeset 10742:3e07ec30c445 made it possible to switch to the QEMU monitor terminal when using the VNC display protocol. Unfortunately the VNC key handling is rather crazy, so even if you have the shift key pressed, a VNC client will send a lowercase letter, expecting the server to interpret the state of the shift key as desired. Normally in HVM guests, the guest OS does this interpretation
2020 Sep 09
2
Network update disrupts network usage
Dear libvirt users, I am encountering problems with network connections from VMs while running net-update on the host. I would be very grateful for suggestions of fixes or workarounds. I am using libvirt in the context of an automated test system which creates and destroys VMs fairly rapidly, hence network updates occur often. ## Reproducer The issue can be reproduced as follows. Run in a VM:
2013 Sep 11
0
Re: Help needed in simulating libvirt
On Wed, Sep 11, 2013 at 04:30:13PM +0530, Arun Viswanath wrote: > Hi, > > Thanks for the response. > > I've used the URI: > "test+ssh://<ipaddress>/default" and the connection is successful and with > that connection I issued getCapabilities and its result is attached. > I'm not sure how is result xml generated by the files in the /examples >
2013 Sep 10
0
Re: Help needed in simulating libvirt
On 09/10/2013 12:03 PM, Arun Viswanath wrote: > Hi All, > I'm need to simulate libvirt API's say to mock the libvirt API > responses. (Actually I need to simulate qemu API's response). Because of my > project needs I need to write this simulated libvirt server in Java. I > believe the simulated libvirt can be written as java RPC which should > capable to receive
2008 Mar 25
2
Re: [Fedora-xen] RHEL5 - Xend will not start after software upgrade
Hello, Recently I ran yum update on a RHEL5 x86_64 machine and as part of the update, the following packages were installed: Updated: xen-libs-3.0.3-41.el5.x86_64 Updated: xen-libs-3.0.3-41.el5.i386 Installed: kernel-xen-2.6.18-53.1.14.el5.x86_64 Updated: xen-3.0.3-41.el5.x86_64 After the update, I rebooted the machine. Now, I cannot get xend to start:
2010 May 05
2
FYI: Notes on setting up KVM guests using iSCSI
DV suggested that we document some libvirt setups using shared storage. I'm not a fan of NFS, so I wrote some blog posts on how to use iSCSI in the context of libvirt + KVM. There is of course more than one way todo things, so I've outlined a couple of different options. One completely manual command line approach using tgtadm on the iSCSI server:
2011 Jul 18
1
cannot perform tunnelled migration without using peer2peer flag
Dear All I try to migration a kvm guest os to another host failed server: ubuntu 11.04 server virsh:migrate --live --tunnelled vm1 qemu+ssh://192.168.10.3/system error:Requested operation is not valid:cannot perform tunnelled migration without using peer2peer flag
2007 Jan 19
1
Hang in the creation of virtual machine on RHEL 5 - changeset 13495: e2539ab3580a2539ab3580a
Hi, I am running on "Dell PC Model No: DHS" running RHEL 5 snapshot 5 (kernel-2.6.18-1.2910.el5) I built xen-unstable source using the changeset 13495. . Dom0 came up. I tried creating a file based Virtual Machine and tried running CentOS 4.3. The command "xm create -c master.cfg" where master.cfg is the configuration file gives an error Error: (22,
2020 Aug 31
1
[PATCH 1/2] drm/nouveau/kms/nv50-: Program notifier offset before requesting disp caps
On Wed, 26 Aug 2020 at 02:52, Lyude Paul <lyude at redhat.com> wrote: > > On Tue, 2020-08-25 at 08:28 +1000, Ben Skeggs wrote: > > On Tue, 25 Aug 2020 at 04:33, Lyude Paul <lyude at redhat.com> wrote: > > > Not entirely sure why this never came up when I originally tested this > > > (maybe some BIOSes already have this setup?) but the ->caps_init vfunc
2020 Aug 24
2
[PATCH 1/2] drm/nouveau/kms/nv50-: Program notifier offset before requesting disp caps
On Tue, 25 Aug 2020 at 04:33, Lyude Paul <lyude at redhat.com> wrote: > > Not entirely sure why this never came up when I originally tested this > (maybe some BIOSes already have this setup?) but the ->caps_init vfunc > appears to cause the display engine to throw an exception on driver > init, at least on my ThinkPad P72: > > nouveau 0000:01:00.0: disp: chid 0 mthd
2006 Mar 16
1
application_helper.rb vs application.rb
I find that I want to put the same methods into both of these files. Whats the best way to get away with a single implemenation? Gareth -- Posted via http://www.ruby-forum.com/.
2010 May 11
1
Announcing Spirit Markdown
Here is another implementation of Markdown, this time in c++ using the Boost Spirit library. Spirit Markdown is written in (hopefully!) idiomatic modern c++ and a full suite of unit tests are provided. It is licensed under the Boost Software License (OSI compliant). The purpose of writing this is: * for me to gain expertise in the use of Spirit, both through direct experience and public review,
2013 Aug 27
1
Finding out CPU topology
Hi, I have been trying to find out CPU topology using libvirt. I understand that I can find out the number of cores/sockets/ threads etc through getCapabilities() function. What I am wondering is that is there any function that can provide me the exact topology like how many sockets, how many sockets per core and number of threads per core, if applicable or may be info about numa cells.  Is there
2019 Feb 26
2
Using Access Control Lists with SMB2/SMB3 Mounts on Linux Clients
Thanks for the first reply, Jeremy. What about the (future) implementation of RichACL? Will there be any native Linux Client support along with the SMB2/SMB3 protocol? I know, there is a native implemenation for RichACLs in ext4 FS. Unfortunately, smbcals is not a native Linux ACL Tool and has a very unhandy syntax. I just tested some days ago. ;-) I am looking for a solution that allows the
2007 Dec 23
1
multiple scenarios problem
Hi all I just recently started to use rspec and I''m having a problem using multple scenarios in one story. These are the two scenarios, trying to test my implemenation of the new http authentication in rails 2: Scenario "user has to authenticate" do Given "an anonymous user" do end When "visiting", "working_page" do |page|
2008 Dec 30
1
VICA TRONIX 620
Hi, Last August I posted a query on the VICA TRONIX 620 and I missed a reply that Arnaud very kindly posted, asking about the protocol that they use. I don't get very far talking to the sales staff: they don't seem to know. Does this page provide any info?