Re: [lxc-users] About size of images

2014-08-30 Thread Marcel Sánchez Toledano
Hi again, Anyone who knows about this can tell us something? I need some information about this. Thank you agin, *Marcel Sánchez Toledano* 2014-07-17 14:46 GMT+02:00 Marcel Sánchez Toledano : > You mean symbolic links? I don't think so. > > Anyway, a *du -hs* in that folder should return th

Re: [lxc-users] About size of images

2014-08-30 Thread Matthew Hannigan
Do a du in /usr/share/vnuml/filesystems. You should find that those use a lot less than 2g each. It's because vnuml uses sparse files: http://en.wikipedia.org/wiki/Sparse_file On Thu, Jul 17, 2014 at 10:12 PM, Marcel Sánchez Toledano < marcelsanch...@gmail.com> wrote: > Hi, > > I'm right now wor

[lxc-users] compiling

2014-08-30 Thread J Bc
What do you think is the correct way to compile lxc in debian wheezy? thanks. ___ lxc-users mailing list lxc-users@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-users

[lxc-users] Run GUI program using lxc-execute

2014-08-30 Thread Sun Keqin
Hi all, How to run a GUI program (eg. firefox) with lxc-execute? The error message is: “Error: no display specified”. Maybe lxc-execute log in a new user(root) and it does’t have the right to start XWindow. Do you have any idea to deal with that? Thanks! Jimmy ___

Re: [lxc-users] About size of images

2014-08-30 Thread Michael H. Warfield
On Sat, 2014-08-30 at 09:02 +0200, Marcel Sánchez Toledano wrote: > Hi again, > > Anyone who knows about this can tell us something? I need some > information about this. It's very hard to say much about it when you're comparing apples to oranges. To start off with, you're comparing a file syst

Re: [lxc-users] Run GUI program using lxc-execute

2014-08-30 Thread Fajar A. Nugraha
On Saturday, August 30, 2014, Sun Keqin wrote: > Hi all, > How to run a GUI program (eg. firefox) with lxc-execute? https://www.stgraber.org/2014/02/09/lxc-1-0-gui-in-containers/ -- Fajar ___ lxc-users mailing list lxc-users@lists.linuxcontain

Re: [lxc-users] Run GUI program using lxc-execute

2014-08-30 Thread Michael H. Warfield
On Sat, 2014-08-30 at 21:07 +0800, Sun Keqin wrote: > Hi all, > How to run a GUI program (eg. firefox) with lxc-execute? The error > message is: “Error: no display specified”. Maybe lxc-execute log in a new > user(root) and it does’t have the right to start XWindow. Do you have any > idea

Re: [lxc-users] Run GUI program using lxc-execute

2014-08-30 Thread Michael H. Warfield
On Sat, 2014-08-30 at 21:32 +0700, Fajar A. Nugraha wrote: > On Saturday, August 30, 2014, Sun Keqin wrote: > Hi all, > How to run a GUI program (eg. firefox) with lxc-execute? > https://www.stgraber.org/2014/02/09/lxc-1-0-gui-in-containers/ He was asking about lxc-execute

Re: [lxc-users] Run GUI program using lxc-execute

2014-08-30 Thread Sun Keqin
Yeah, I have read the article, but I still want to ask if there is a “lightweight" approach. Perhaps the answer is not. Thank you for help! On Sat, 2014-08-30 at 23:01 +0700, Michael H. Warfield wrote: > On Sat, 2014-08-30 at 21:32 +0700, Fajar A. Nugraha wrote: >> On Saturday, August 30, 2014

Re: [lxc-users] Run GUI program using lxc-execute

2014-08-30 Thread Fajar A. Nugraha
Basically the main requirement for a GUI (without sound) is to bind-mount the X socket and setting DISPLAY environment. In fact, if you run full container, you must make sure lightdm service disabled on the container so that the mounted X socket does not get overwritten. So if you keep the line tha