[lxc-users] Parity containers

2015-09-23 Thread Federico Alves
I had to stop using LXC when running my application, Asterisk, resulted in crashes. Something has changed lately.I used the latest Centos 7 kernel, from elrepo. Can somebody help me by providing a config file where a container has 100% rights, in parity with the main session of the computer? For

Re: [lxc-users] Systemd Crash

2015-08-31 Thread Federico Alves
I did a live-upgrade from FC20 to 21 and the issue faded away. Thanks for the comments. On Mon, Aug 31, 2015 at 9:50 PM, Fajar A. Nugraha wrote: > On Tue, Sep 1, 2015 at 6:01 AM, Federico Alves wrote: > >> The issue is that Asterisk. my app does not compile in FC 22. >> I am

Re: [lxc-users] Systemd Crash

2015-08-31 Thread Federico Alves
The issue is that Asterisk. my app does not compile in FC 22. I am researching to how proceed On Mon, Aug 31, 2015 at 4:21 PM, Fajar A. Nugraha wrote: > On Tue, Sep 1, 2015 at 1:29 AM, Federico Alves wrote: > >> I get this crash every few minutes >> [619187.189766] system

[lxc-users] Systemd Crash

2015-08-31 Thread Federico Alves
I get this crash every few minutes [619187.189766] systemd-coredump[1309752]: Failed to get COMM, falling back to the command line. [619187.189787] systemd-coredump[1309752]: Failed to get EXE. The host is FC 22 and the LXC-Container is FC 20 At the container I have rpm -qa | grep systemd systemd

[lxc-users] LXD

2015-08-31 Thread Federico Alves
Is there GUI for LXD that can give you a single pane of glass with all your datacenter, considering you may have hundreds of servers and thousands of containers? Sort of Vmware Vcenter app, not web interface,but a real windows app? I would pay any money for that. ___

[lxc-users] Virtual Microphone impossible

2015-07-11 Thread Federico Alves
I set up successfully a Fedora container with GUI, and shared the PulseAudio device lxc.mount.entry = /dev/dri dev/dri none bind,optional,create=dir lxc.mount.entry = /dev/snd dev/snd none bind,optional,create=dir lxc.mount.entry = /tmp/.X11-unix tmp/.X11-unix none bind,optional,create=dir lxc.moun

Re: [lxc-users] Out of kernel resources

2015-07-02 Thread Federico Alves
where you run your ulimit commands > from, so the results might be different. > > (4) Have you tried other remote GUI solutions? > I use x2go with lxde-qt on my ubuntu trusty containers, works fine > > -- > Fajar > > > On Fri, Jul 3, 2015 at 10:42 AM, Federico Alves wrote:

[lxc-users] Out of kernel resources

2015-07-02 Thread Federico Alves
I have Fedora 22 Workstation and many Fedora 22 containers with GUI (vncserver). After I start a few, after 35 containers, vncserver refuses to start in a new container, under a regular user (falves) This is the error: Jul 02 23:14:13 voice38 runuser[515]: pam_unix(runuser-l:session): session ope

[lxc-users] VNC server does not start inside a container

2015-07-02 Thread Federico Alves
I have container with GUI under Fedora 22 The service vncserver@:0 fails ar boot, always systemctl status vncserver@:0 Jul 02 15:07:19 voice1 systemd[1]: Starting Remote desktop service (VNC)... Jul 02 15:07:19 voice1 systemd[1]: vncserver@:0.service: control process exited, code=exited status=29

[lxc-users] Pinging the containers from the host

2015-06-30 Thread Federico Alves
I have two NICs in my Fedora 22 host. Eth0 is public and eth1 is in a private network. My container is using lxc.network.type=macvlan lxc.network.macvlan.mode=bridge lxc.network.link=eth1 I cannot ping or connect via SSH my container from the host, but from other computers on the private network,

Re: [lxc-users] Desperately searching for Template for Fedora 22

2015-06-30 Thread Federico Alves
t 6:50 AM, Federico Alves > wrote: > >> I am looking for a template for Fedora 22 and it does not seem to exist. > >> How would I install this version without a template? Is it even > possible? > > > > One way would be to try fedora template from latest git, ju

Re: [lxc-users] Best backing store for 500 containers

2015-06-30 Thread Federico Alves
So, if zfs has too high overhead, the ideal backing store should be aufs, btrfs, lvm or overlayfs? My host is Fedora 22, are they all supported? On Tue, Jun 30, 2015 at 2:03 AM, Fajar A. Nugraha wrote: > On Tue, Jun 30, 2015 at 7:16 AM, Federico Alves wrote: > > I need to create 500

[lxc-users] Best backing store for 500 containers

2015-06-29 Thread Federico Alves
I need to create 500 identical containers, but after the first one, I donĀ“t want to repeat the same file 500 times. The disk is formatted ext4. What should be the best type of format or partition that would be 100% sparse, i.e., it would never repeat the same information. _

[lxc-users] Desperately searching for Template for Fedora 22

2015-06-29 Thread Federico Alves
I am looking for a template for Fedora 22 and it does not seem to exist. How would I install this version without a template? Is it even possible? ___ lxc-users mailing list lxc-users@lists.linuxcontainers.org http://lists.linuxcontainers.org/listinfo/lxc

[lxc-users] Is container GUI an option?

2015-06-29 Thread Federico Alves
I have to create a large number of virtual machines, but with a GUI (Fedora 22, but I could use any Linux dist). Is there a known way to access each one of the containers GUIs without installing VNC in each session?. Ideally, we could execute a command and access the X session of any of the contain