[libvirt] Permissions and ownership on /dev/kvm keep reverting after starting a vm

2018-04-06 Thread Tom
to the first set of permissions as soon as I start another vm. Any hints what I could check? Cheers, Tom Sent from my iPhone -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH] lxc: Add virCgroupSetOwner()

2014-02-14 Thread Tom Kuther
, libvirt-git with the chown() patches. LXC Console login works fine (and I do not have such issues with messed up console), but login via SSH fails with the exact same symptoms. ~tom -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH] lxc: Add virCgroupSetOwner()

2014-02-14 Thread Tom Kuther
Am 14.02.2014 14:17, schrieb Tom Kuther: Am 14.02.2014 13:42, schrieb Stephan Sachse: set LogLevel to DEBUG3. keyexchange is down. put then hangs for some time und sshd dies sshd[269]: debug1: KEX done [preauth] sshd[269]: debug1: userauth-request for user root service ssh-connection method

Re: [libvirt] [PATCH] lxc: Add virCgroupSetOwner()

2014-02-14 Thread Tom Kuther
Am 14.02.2014 14:32, schrieb Daniel P. Berrange: On Fri, Feb 14, 2014 at 02:17:24PM +0100, Tom Kuther wrote: Am 14.02.2014 13:42, schrieb Stephan Sachse: set LogLevel to DEBUG3. keyexchange is down. put then hangs for some time und sshd dies sshd[269]: debug1: KEX done [preauth] sshd[269

[libvirt] 0.10.2 virtualport profileid (802.1Qbh) malformed

2012-10-21 Thread Tom Lanyon
='virtio'/ address type='pci' domain='0x' bus='0x00' slot='0x03' function='0x0'/ /interface Tom -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] Patch for verbose Disk transfer

2011-08-13 Thread Tom Vijlbrief
A virsh command like: migrate --live --copy-storage-all Guest qemu+ssh://user@host/system --persistent --verbose shows Migration: [ 0 %] during the storage copy and does not start counting untill the ram transfer starts Patch for including the storage copy: diff --git

Re: [libvirt] libvirt 0.7.5 vs qemu 0.12.1 imcompatability?

2010-01-07 Thread Tom Hughes
? What's the best channel for reporting issues with the virt-preview packages? Tom -- Tom Hughes (t...@compton.nu) http://www.compton.nu/ -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] libvirt 0.7.5 vs qemu 0.12.1 imcompatability?

2010-01-06 Thread Tom Hughes
on the monitor interface that it no longer understands... Tom -- Tom Hughes (t...@compton.nu) http://www.compton.nu/ -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] libvirt 0.7.5 vs qemu 0.12.1 imcompatability?

2010-01-06 Thread Tom Hughes
On 06/01/10 15:53, Daniel P. Berrange wrote: On Wed, Jan 06, 2010 at 03:38:29PM +, Tom Hughes wrote: The update from qemu 0.11.0 to qemu 0.12.1 in the virt-preview repository seems to have broken things. Starting a VM now just gives me a blank screen and a log which says: Option 'ipv4

Re: [libvirt] libvirt 0.7.5 vs qemu 0.12.1 imcompatability?

2010-01-06 Thread Tom Hughes
On 06/01/10 17:32, Thomas Treutner wrote: On Wednesday 06 January 2010 17:11:17 Tom Hughes wrote: Hmm... Well something is wrong because I just get a black screen. I don't even get the BIOS messages since I updated this morning. If you start your VM with -kernel $image, there's a bug in qemu

gPXE (was Re: [libvirt] [RFC,PATCH] network: add 'netboot' option to dhcp config)

2009-09-11 Thread Tom Hughes
since qemu switched to use gPXE network booting has been completely broken. I get the gPXE banner message appear and then nothing happens. Monitoring the network shows no signs of any DHCP requests being sent at all. Tom -- Tom Hughes (t...@compton.nu) http://www.compton.nu/ -- Libvir-list

Re: [libvirt] Re: [fedora-virt] ANNOUNCE: New release virt-manager 0.8.0

2009-07-29 Thread Tom Hughes
to boot from network instead using the boot menu. I too find that rather annoying, but as I say it is (I believe) a qemu issue rather than a libvirt issue. Tom -- Tom Hughes (t...@compton.nu) http://www.compton.nu/ -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com

Re: [libvirt] VMware support and libcurl on rhel-u1

2009-07-27 Thread Tom Hughes
.virtualDev' Tom -- Tom Hughes (t...@compton.nu) http://www.compton.nu/ -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] VMware support and libcurl on rhel-u1

2009-07-27 Thread Tom Hughes
-c esx://r...@server and it connects over https by default. I did have to hack the code to stop curl trying to validate the self signed cert on the server. Tom -- Tom Hughes (t...@compton.nu) http://www.compton.nu/ -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com

Re: [libvirt] VMware support and libcurl on rhel-u1

2009-07-27 Thread Tom Hughes
On 27/07/09 09:19, Matthias Bolte wrote: 2009/7/27 Tom Hughest...@compton.nu: Patching libvirt to allow the 4.0 API version allows me to connect and list guests, but trying to dumpxml a guest definition fails: virsh # dumpxml alvis error: memory conf:1: expecting a name What's the content

Re: [libvirt] VMware support and libcurl on rhel-u1

2009-07-27 Thread Tom Hughes
On 27/07/09 11:00, Matthias Bolte wrote: I assume you set CURLOPT_SSL_VERIFYPEER to 0. Good idea I'll add that in they way the no_verify query parameter work for libvirtd based transports. That's the one, yes. Tom -- Tom Hughes (t...@compton.nu) http://www.compton.nu/ -- Libvir-list

Re: [libvirt] VMware ESX: Allow leading dots in VMX config entry names

2009-07-27 Thread Tom Hughes
error Expecting VMX entry 'virtualHW.version' to be 4 but found 7 Tom -- Tom Hughes (t...@compton.nu) http://www.compton.nu/ -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] VMware ESX: Allow leading dots in VMX config entry names

2009-07-27 Thread Tom Hughes
git code is now able to connect to 4i, list domains, and dumpxml their definitions. Tom -- Tom Hughes (t...@compton.nu) http://www.compton.nu/ -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] PATCH: Video device config

2009-07-08 Thread Tom Hughes
On 08/07/09 12:21, Daniel Veillard wrote: On Tue, Jul 07, 2009 at 10:17:18PM +0100, Tom Hughes wrote: The updated patch is attached, and based on the list of outstanding tasks given before what remains to be done is: Upon rereading that patch it seems that Dan's version is a superset, am

[libvirt] PATCH: Video device config

2009-07-07 Thread Tom Hughes
VirtualBox use this info in whatever way it needs Tom -- Tom Hughes (t...@compton.nu) http://www.compton.nu/ diff --git a/src/domain_conf.c b/src/domain_conf.c index ffa2aef..0f1f249 100644 --- a/src/domain_conf.c +++ b/src/domain_conf.c @@ -82,6 +82,7 @@ VIR_ENUM_IMPL(virDomainDevice

Re: [libvirt] RE: Libvirt - Xen Enterprise - Koan

2009-01-07 Thread Tom Brown
Daniel Veillard wrote: Well the public XenAPI list seems mostly dead but there are reports of incompatibilities between their proprietary and old open sounce versions. Check the archives, it doesn't look good. nope - not good at all - and the really annoying thing is that its quite

Re: [libvirt] RE: Libvirt - Xen Enterprise - Koan

2009-01-07 Thread Tom Brown
We should really as customers demand better integration/support. I have started enquiring about this but am not too hopefull about my requests being heard/listened to. Quite true - as from my POV forcing the customer to use a single product for provisioning as well as virtualization

Re: [libvirt] RE: Libvirt - Xen Enterprise - Koan

2009-01-07 Thread Tom Brown
I have managed to make some noise with our supplier... if there is any positive results I will let you know. that would be great thanks -- Libvir-list mailing list Libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] Libvirt - Xen Enterprise - Koan

2009-01-06 Thread Tom Brown
I've not tried it, but the likely problem is that you'll need to turn on XenD's UNIX server config option in /etc/xen/xend-config.sxp http://libvirt.org/drvxen.html Thanks for this - this sounds like the most likely issue. The problem is that Citrix seems to move things around

Re: [libvirt] RE: Libvirt - Xen Enterprise - Koan

2009-01-06 Thread Tom Brown
Daniel P. Berrange wrote: On Tue, Jan 06, 2009 at 11:57:34AM -, gerhardus.geldenh...@gta-travel.com wrote: No it does not use xend. # ps auxwww | grep xen root21 0.0 0.0 0 0 ?S2008 0:00 [xenwatch] root22 0.0 0.0 0 0 ?

[libvirt] Libvirt - Xen Enterprise - Koan

2009-01-05 Thread Tom Brown
Hi Our VM's currently run on top of Xen Enterprise, not my choice but thats the way it has to be at the moment. I'd like to be able to still use cobbler/koan to provision the systems and so i have managed to get libvirt installed onto a Xen Enterprise host. Libvirt starts but it cant connect

[libvirt] Re: ruby-libvirt on debian based systems

2008-07-21 Thread Tom Verhaeghe
Hi, Solved, i had to install libxen3-dev in order to make it work. Thanks anyways :-) On Fri, Jul 18, 2008 at 10:22 PM, Tom Verhaeghe [EMAIL PROTECTED] wrote: Hello I don't know if ruby-libvirt can work in a debian-based environment. I installed kvm, libvirt, RoR, etc on Ubuntu and it all

[libvirt] Re: ruby-libvirt on debian based systems

2008-07-21 Thread Tom Verhaeghe
Yes it does, it works like a train on rails 2.0.2 ruby 1.8.6 I'll keep you in touch if anything goes wrong On Tue, Jul 22, 2008 at 1:19 AM, David Lutterkort [EMAIL PROTECTED] wrote: On Mon, 2008-07-21 at 16:48 +0200, Tom Verhaeghe wrote: Solved, i had to install libxen3-dev in order

[libvirt] ruby-libvirt on debian based systems

2008-07-18 Thread Tom Verhaeghe
location. Is there a way to get around? Thanks in advance Tom Building native extensions. This could take a while... ERROR: While executing gem ... (RuntimeError) Error instaling ruby-libvirt-0.0.7.gem: ERROR: Failed to build gem native extension. ruby extconf.rb install ruby-libvirt

Re: [Libvir] build problems on RHEL5, at least some are now fixed

2008-05-01 Thread Tom Brown
All versions of libvirt should build successfully with RHEL-5. It is one of our supported platforms - we intend to support any Linux distro with software of RHEL-5 vintage or later. ok thanks - i will give that a go -- Libvir-list mailing list Libvir-list@redhat.com

Re: [Libvir] build problems on RHEL5, at least some are now fixed

2008-04-30 Thread Tom Brown
I've tested on RHEL-5 it works as expected now. can you let me know which version of libvirt builds on RHEL5 please as i have been having nightmare getting the src rpm to build - Or does anyone have a recent libvirt for RHEL5 as i could do with it to go with Xen 3.2 thanks --