[Lxc-users] Bridged network interface inside Virtualbox VM

2013-09-26 Thread Sean Carolan
I feel like I'm so close to getting this working...maybe one of you can help? Here's the scenario: I have a virtualbox host running CentOS 6.4 x86_64. It's got libvirt installed and an lxc guest on it. The guest setup went fine, and I can even ssh into the guest from the host. The guest

[Lxc-users] virt-install --connect lxc:/// fails in script, works in interactive shell

2013-09-27 Thread Sean Carolan
Basically just what the subject said. When I run this directly from a root shell it works splendidly, the container spins up immediately and I can use it right away. virt-install --connect lxc:/// --name node3 --ram 512 --vcpu 1 --filesystem /containers/node3/,/ --network bridge:br0

Re: [Lxc-users] virt-install --connect lxc:/// fails in script, works in interactive shell

2013-09-28 Thread Sean Carolan
If anyone is interested I was able to fix this. The problem appears to have been caused by udev. Disabling udev completely in the container seems to have corrected the issue. On Fri, Sep 27, 2013 at 4:54 PM, Sean Carolan scaro...@gmail.com wrote: Basically just what the subject said. When I