Re: Console of P2V?

2021-05-22 Thread Ken D'Ambrosio
On 22.05.21 18:52, Ken D'Ambrosio wrote: ... apologies if this isn't quite the right list, I tried to get the right one. But, my problem: I'm firing up a Centos 6.5 box > with virt-install, [...] and it boots fine, etc., etc., but I can't get to the console except throu

Console of P2V?

2021-05-22 Thread Ken D'Ambrosio
Hey, all. For one, apologies if this isn't quite the right list, I tried to get the right one. But, my problem: I'm firing up a Centos 6.5 box with virt-install, recently converted from a physical (I did a 'dd' to a raw image, and converted it to qcow2), and it boots fine, etc., etc., but I ca

Re: Routed network can't reach outside network

2020-07-23 Thread Ken D'Ambrosio
On 2020-07-20 05:32, Daniel P. Berrange wrote: On Sun, Jul 19, 2020 at 11:54:06AM +0100, Rui Correia wrote: Greetings folks. I've setup libvirtd on my manjaro linux laptop. Got a couple of VM's running (Win10 and Debian10) through NAT without any issues. This is what the current network diagr

Re: Why wireless interface cannot be attached to a Linux host bridge?

2020-07-07 Thread Ken D'Ambrosio
On 2020-07-07 11:26, ryotaro kobayashi wrote: Hello, everyone. I'm from japan and using machine translation, so I apologize if it's hard to read. I am currently trying to build a virtual environment using Ubuntu and kvm. However, I found out from the following page that the virtual machine c

Re: Escape character

2020-03-27 Thread Ken D'Ambrosio
On 2020-03-27 10:27, Ján Tomko wrote: On a Friday in 2020, Erik Skultety wrote: On Fri, Mar 27, 2020 at 01:48:58PM +, Daniel P. Berrangé wrote: On Fri, Mar 27, 2020 at 01:45:21PM +0100, Ján Tomko wrote: We could teach the caret notation (at the expense of minimalism): Escape character is

[libvirt-users] Use virt-* tools from within container?

2016-04-27 Thread Ken D'Ambrosio
Hi, all. I've set up an LXC container for various Openstack admin chores, and now I'm being asked to have it used for importing qcow2 images -- on which we want to run utilities like virt-sparsify and virt-sysprep, first. Sadly, when I do that, it dies horribly, e.g., root@openstack-cli:/tmp

Re: [libvirt-users] "Failed to start domain..."

2015-11-30 Thread Ken D'Ambrosio
> This means there was an error (some function returned -1), but the > error message was not set. Could you capture the backtrace when this > happens? It's hard to find the exact point, but going function and > checking what returns -1 should do. Assuming by "backtrace" you mean the strace outp

[libvirt-users] "Failed to start domain..."

2015-11-25 Thread Ken D'Ambrosio
Sadly, I'm back with another issue. I can do a "system list --all" just fine; however, if I attempt to start the machines, I get back: maas@Bill-MAAS-cc:~$ strace -s 1024 -f -o /tmp/asdfasdf.log virsh -c vbox+ssh://gbadmin@10.20.0.1/system start PXE-client-07 error: Failed to start domain PXE

[libvirt-users] SOLVED: failed to connect to the hypervisor

2015-11-25 Thread Ken D'Ambrosio
Ubuntu, for the loss. Turned out to be an apparmor issue; as I hadn't touched the profiles, it must've been something else going on. -Ken - original issue When I try, I get this: root@kilo-VirtualBoxHost:~# virsh -c vbox:///session error: f

[libvirt-users] failed to connect to the hypervisor

2015-11-24 Thread Ken D'Ambrosio
When I try, I get this: root@kilo-VirtualBoxHost:~# virsh -c vbox:///session error: failed to connect to the hypervisor error: internal error: nsIEventQueue object is null -- The part that puzzles me is that it *used* to work, but no longer. "virsh -V" shows me

Re: [libvirt-users] a VM does not get dhcp

2015-11-10 Thread Ken D'Ambrosio
Okay. I may be missing something; from what you explicitly write about subnets, it sounds like you only have one, but if you don't have two subnets, why do you need a DHCP relay? SO. Assuming you have two subnets: * It sounds as if your DHCP request is generating an ACK. * I'm 99% sure your

Re: [libvirt-users] "failed to connect to the hypervisor"

2015-10-20 Thread Ken D'Ambrosio
On 2015-10-20 05:33, Martin Kletzander wrote: On Mon, Oct 19, 2015 at 03:57:39PM -0400, Ken D'Ambrosio wrote: Hi, all. Ubuntu host, attempting to get virsh working with VirtualBox... and failing. Here's what happens: root@foobox:~# virsh -c vbox:///session list error: failed to

[libvirt-users] "failed to connect to the hypervisor"

2015-10-19 Thread Ken D'Ambrosio
Hi, all. Ubuntu host, attempting to get virsh working with VirtualBox... and failing. Here's what happens: root@foobox:~# virsh -c vbox:///session list error: failed to connect to the hypervisor error: internal error: unable to initialize VirtualBox driver API