[lxc-users] Graphics and sound with LXD

2016-04-21 Thread efersept
I know it has been a while since I brought this subject up as I have not really made any progress since. I did have success mounting the appropriate audio devices in the container just as with the legacy lxc technique but the privileges issue seem insurmountable, at least for me, as there

Re: [lxc-users] Graphics and sound with LXD

2016-04-01 Thread efersept
On 04/01/2016 05:00 AM, lxc-users-requ...@lists.linuxcontainers.org wrote: Re: Graphics and sound with LXD >Thanks for that. The commands you mentioned were posted by Pete Osborne in a response to me on >03/11. I haven't been able to use them successfully, but I will now try your method. >

Re: [lxc-users] Graphics and sound with LXD

2016-03-31 Thread efersept
>I don't know if you got the script from Stéphane's LXC article (https://www.stgraber.org/2014/02/09/lxc1-0-gui-in-containers/), but in it he say's it is used to "tell pulseaudio on the host to bind /home/ubuntu/.pulse_socket in the container, checking that it’s not already setup." Well init

Re: [lxc-users] Graphics and sound with LXD

2016-03-29 Thread efersept
I was able to get graphics working fairly easily by "mounting" the necessary devices via the 'lxc config device add ...' tool, however the following: lxc.hook.pre-start = /home/USERNAME/.local/share/lxc/precise-gui/setup-pulse.sh still has me mystified. First off I can not find docume

Re: [lxc-users] Graphics and sound with LXD

2016-03-27 Thread efersept
I was able to find the following in a past lxc-users post: lxc config device add qt5-development /dev/nvidia0 unix-char path=/dev/nvidia0 lxc config device add qt5-development /dev/nvidiactl unix-char path=/dev/nvidiactl lxc config device add qt5-development /dev/nvidia-uvm unix-char path=

Re: [lxc-users] Networking LXD containers

2016-03-26 Thread efersept
I found this article that describes several virtualization networking techniques in great detail. It is mostly based on the legacy lxc tools but was fairly easy for me to translate to the LXD tools. Hope it helps other networking dummies, like my self, that may be watching this mail list.

[lxc-users] Graphics and sound with LXD

2016-03-23 Thread efersept
I remember that someone brought up this subject a while back and I can not remember if it was addressed. I have looked through Stephane Graber's blog post series on lxc 1.0 at https://www.stgraber.org/2013/12/20/lxc-1-0-blog-post-series , particularly the section on using applications with

Re: [lxc-users] Networking LXD containers

2016-03-23 Thread efersept
After doing some homework on virtualization networking techniques and studying the contents of /usr/lib/x86_64-linux-gnu/lxc/lxc-net am I correct in deducing that the default lxc/lxd bridge (lxcbr0) is a NATed interface? If I wanted to attach containers to a simple bridged interface and give th

Re: [lxc-users] [Solved]RE: Networking LXD containers

2016-03-14 Thread efersept
Thank you Fajar, I have tried putting entries in /etc/network/interfaces on an Ubuntu host but they are completely ignored. Well that is not completely true, static IPs can be set for eth0 but bridge entries and wlan0 entries are ignored The only success I have had is creating bridge interface

[lxc-users] Networking LXD containers

2016-03-02 Thread efersept
Hello everyone, Just for some background I am not a newbie to Linux but my experience with containers is only about a month old and my networking skills, specifically Linux networking, are basically beginner level. I have been experimenting with nested containers. However, even though e