Re: [Lxc-users] how to use system container

2012-02-21 Thread allen
2012/2/20 Serge Hallyn : > Quoting allen (allen303al...@gmail.com): >> HI ALL: >>     My aim is to run a Graphical application in a container, then an >> user connect to the container with a GUI interface, so that he can see >> and operate the application. >>     As I want to separate all resources

[Lxc-users] Squeeze Template fix?

2012-02-21 Thread Terry--gmail
Debian Squeeze Host It appears the template in the sources lxc package is lenny and I have solved what needs to be done to get networking working correctly with this lenny version, BUT I NEED SQUEEZE in my vm's, not lenny. I have been searching for how to change to squeeze, but the solutions

[Lxc-users] Alternative to Debian Testing? No Prompt upon lxc-console execution

2012-02-21 Thread Terry--gmail
My problem is, I need squeeze in my containers and if anyone knows of a path for doing this that has some good instructions, I'd really appreciate knowing where that is. This is my first query to the mail list and if I am not suppose to ask a Debian Testing question, please let me know... So

Re: [Lxc-users] how to use system container

2012-02-21 Thread Brian K. White
On 2/21/2012 8:46 AM, allen wrote: > 2012/2/20 Serge Hallyn: >> Quoting allen (allen303al...@gmail.com): >>> HI ALL: >>> My aim is to run a Graphical application in a container, then an >>> user connect to the container with a GUI interface, so that he can see >>> and operate the application.

Re: [Lxc-users] how to use system container

2012-02-21 Thread Serge Hallyn
Quoting allen (allen303al...@gmail.com): > 2012/2/20 Serge Hallyn : > > Quoting allen (allen303al...@gmail.com): > >> HI ALL: > >>     My aim is to run a Graphical application in a container, then an > >> user connect to the container with a GUI interface, so that he can see > >> and operate the ap

Re: [Lxc-users] Squeeze Template fix?

2012-02-21 Thread Serge Hallyn
Quoting Terry--gmail (terry.kemme...@gmail.com): > Debian Squeeze Host > > It appears the template in the sources lxc package is lenny and I > have solved what needs to be done to get networking working > correctly with this lenny version, BUT I NEED SQUEEZE in my vm's, > not lenny. > > I have be

[Lxc-users] LXC Container inside of a Virtual Machine + problem networking

2012-02-21 Thread Martin Konečný
Hi, I have experience successfully creating an LXC container in many system configurations except for when it is inside of a Virtual Machine (Oracle VirtualBox). More specifically, I have problems with networking. Here is my config: lxc.network.type = veth lxc.network.flags = up lxc.network.lin

Re: [Lxc-users] LXC Container inside of a Virtual Machine + problem networking

2012-02-21 Thread Matt Franz
Use tcpdump (or wireshark if necessary) on all interfaces to see where the packets/frames are being dropped. Look at the Ethernet source addresses and for ARPs that are not being replied to. The network never lies ;) Mdf On Feb 21, 2012, at 5:52 PM, Martin Konečný wrote: > Hi, > > I have ex

Re: [Lxc-users] LXC Container inside of a Virtual Machine + problem networking

2012-02-21 Thread Ulli Horlacher
On Tue 2012-02-21 (17:52), Martin Kone?ný wrote: > I have experience successfully creating an LXC container in many system > configurations except for when it is inside of a Virtual Machine (Oracle > VirtualBox). > > More specifically, I have problems with networking. > > Here is my config: > >

Re: [Lxc-users] LXC Container inside of a Virtual Machine + problem networking

2012-02-21 Thread Marcus Osdoba
Am 21.02.2012 23:52, schrieb Martin Konečný: > lxc.network.link = br0 [...] > > So I have a Computer hosting a Virtual Machine hosting a LXC Container. > The LXC container can only access the Virtual Machine. > > If I change the Virtual Machine to use NAT instead of Bridge for its > network adapter