[lxc-users] Plz remove me

2015-03-18 Thread Chad E. Folsom
Please remove me from the mailing list ___ lxc-users mailing list lxc-users@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-users

[lxc-users] LXC/cgroups process group scheduling in linux 3.18+

2015-03-18 Thread Cloud Fundoo
Hi, Is there any support for container(lxc/cgroups) scheduling in linux scheduler(3.18+). I want to use only unprivileged containers. Basically I want to give more priority to processes in a container(basically to app in the container). Can we use RT scheduling?. one more question is how proces

Re: [lxc-users] color in console not working in unprivileged containers

2015-03-18 Thread Xavier Gendre
Maybe, this is because the colors are simply not enabled... Try 'ls --color=auto' in your container. If the colors are back, then tweak your .bashrc to enable them permanently. Xavier Le 18/03/2015 22:30, david.an...@bli.uzh.ch a écrit : Hi, in unprivileged containers color in the console doe

[lxc-users] color in console not working in unprivileged containers

2015-03-18 Thread david . andel
Hi, in unprivileged containers color in the console does not work out of the box. How can it be enabled? I am running ubuntu utopic with lxc 1.1.0~alpha2-0ubuntu3.2. Thanks, David ___ lxc-users mailing list lxc-users@lists.linuxcontainers.org http://l

Re: [lxc-users] lxc-security: iptables audit with nflog not working with default settings (insecure)

2015-03-18 Thread Fiedler Roman
> Von: lxc-users [mailto:lxc-users-boun...@lists.linuxcontainers.org] Im > Auftrag von Fajar A. Nugraha > > On Wed, Mar 11, 2015 at 8:03 PM, Fiedler Roman > wrote: > > But the current issue is different: The guest can snoop on the NFLOG > messages > > generated on host and destined for the host a

Re: [lxc-users] [LXD] how to add cgroup options using lxc

2015-03-18 Thread Stéphane Graber
On Wed, Mar 18, 2015 at 04:44:29PM +1000, Mark Constable wrote: > On 18/03/15 16:04, KATOH Yasufumi wrote: > >>How do I translate the above settings for the lxc config command so > >>these same values end up in /var/lib/lxd/lxd.db? > > > >for example, (probably ^^;) > > Bingo! Thank you :-) > > >

[lxc-users] building LXC and LXCFS

2015-03-18 Thread Rajasekar Darapuram
Hi How can I build the debs from the stable tar balls (source code)? Please let me know. Thanks ___ lxc-users mailing list lxc-users@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc-users

Re: [lxc-users] [LXD] lxc file push/pull

2015-03-18 Thread Stéphane Graber
On Wed, Mar 18, 2015 at 05:06:38PM +1000, Mark Constable wrote: > https://linuxcontainers.org/lxd/getting-started-cli/ says... > > To pull a file from the container, use: > lxc file pull /etc/hosts . > > To push one, use: > lxc file push hosts /tmp > > but how can "lxc file push|pull" know what

Re: [lxc-users] [LXD] how to add cgroup options using lxc

2015-03-18 Thread Mark Constable
On 18/03/15 16:20, Guido Jäkel wrote: lxc.cgroup.cpuset.cpus = 7 is this proven to work as intended? [...] your example would mean to select the single core #7. That is intended for testing. I find that the last cpu seems to be the least used (from simple top tests) so I figure it's a reason

[lxc-users] [LXD] lxc file push/pull

2015-03-18 Thread Mark Constable
https://linuxcontainers.org/lxd/getting-started-cli/ says... To pull a file from the container, use: lxc file pull /etc/hosts . To push one, use: lxc file push hosts /tmp but how can "lxc file push|pull" know what container to operate on? This does not seem to clarify the issue... ~ lxc help