Re: [lxc-users] Clarification

2018-05-26 Thread Sean McNamara
That's correct. LXC and LXD are not a hypervisor; the container runs user-space code on the same kernel as the host kernel. Windows has its own separate kernel and its userspace is incapable of running on the Linux kernel for many reasons (different executable format, different kernel ABI/API,

Re: [lxc-users] Issue upgrading from LXD apt to snap

2018-04-11 Thread Sean McNamara
on/lxd/storage-pools/tank/containers/cont4 #... etc (for several more containers) On Wed, Apr 11, 2018 at 11:54 PM, Sean McNamara <smc...@gmail.com> wrote: > Hi, > > I'm on Ubuntu 16.04; the last working version of LXD I had was 2.21 > from backports. > > I wanted to upgra

[lxc-users] Issue upgrading from LXD apt to snap

2018-04-11 Thread Sean McNamara
Hi, I'm on Ubuntu 16.04; the last working version of LXD I had was 2.21 from backports. I wanted to upgrade to 3.0 but it isn't in the backports repo yet, it seems, so I went ahead and installed the snap. Then I removed the original package, perhaps not realizing until it was too late that I

Re: [lxc-users] LXD project status

2018-03-30 Thread Sean McNamara
On Fri, Mar 30, 2018 at 8:42 PM, Saint Michael wrote: > I am using LCX, plain vanilla. Is there a reading the can help me move to > LXD 3.0? I am afraid I cannot see why would anybody use LXD vs regular LXC. > I can do anything I need, so far, with LXC. To copy a container to

Re: [lxc-users] LXD project status

2018-03-27 Thread Sean McNamara
I'm sure stgraber will weigh in to provide the details of the project's long-term plans, but here are a few things to think about meanwhile: 1. It looks like they're preparing for LXD 3.0. This hasn't taken the shape of any stable releases since December, true, but there are frequent beta

Re: [lxc-users] LXC master: Legacy Config Items Have Been Removed

2018-02-12 Thread Sean McNamara
For LXD, is it true that the only potential impact is if you use lxc.raw in a config or profile? Sean On Mon, Feb 12, 2018 at 4:37 AM, Christian Brauner wrote: > Hey everyone, > > We've been making good progress on the way to 3.0 for all affected > projects under

Re: [lxc-users] selenium

2017-06-04 Thread Sean McNamara
Sorry, I forgot to include the link for setting up Xorg with GPU acceleration on LXD: https://discuss.linuxcontainers.org/t/howto-how-to-run-graphics-accelerated-gui-apps-in-lxd-containers-on-your-ubuntu-desktop/94 On Sun, Jun 4, 2017 at 11:35 AM, Sean McNamara <smc...@gmail.com> wrote: >

Re: [lxc-users] selenium

2017-06-04 Thread Sean McNamara
Firefox is one of those web browsers that conventionally requires an X server to be running for it to execute. This might tempt you to want to start up a *physical* Xorg server backed by real graphics hardware, but that's very wasteful of resources, unless you want to look at / interact with the

Re: [lxc-users] discuss.linuxcontainers.org experiment

2017-04-25 Thread Sean McNamara
Ron, If you are using LXD as part of line of business or mission critical infrastructure for an enterprise, I would have expected that you would already have purchased a comprehensive Ubuntu Advantage support plan from Canonical. That's the most reliable way to get relevant, up-to-date,

Re: [lxc-users] discuss.linuxcontainers.org experiment

2017-04-25 Thread Sean McNamara
It works now. Thank you. Sean On Tue, Apr 25, 2017 at 2:16 PM, Stéphane Graber <stgra...@ubuntu.com> wrote: > Hi, > > Can you try again now? > > Looks like some bad interaction between github and discourse due to https. > > Stéphane > > On Tue, Apr 25, 2017 a

Re: [lxc-users] discuss.linuxcontainers.org experiment

2017-04-25 Thread Sean McNamara
ot;. Message matches my previous post. Sean On Tue, Apr 25, 2017 at 1:57 PM, Sean McNamara <smc...@gmail.com> wrote: > Having trouble registering a new account based on Github auth. I > confirmed I'm logged into Github in another tab. Chrome latest stable > on MacOS Sierra. > >

Re: [lxc-users] discuss.linuxcontainers.org experiment

2017-04-25 Thread Sean McNamara
Having trouble registering a new account based on Github auth. I confirmed I'm logged into Github in another tab. Chrome latest stable on MacOS Sierra. Specific error (in a red box in a pop-up window) says: "Sorry, there was an error authorizing your account. Perhaps you did not approve

Re: [lxc-users] does running NTP in an LXC improve security?

2017-04-24 Thread Sean McNamara
First of all, an "unprivileged" container is still pretty insecure if you don't have a proper Linux Security Module (LSM) enforcing Mandatory Access Control to restrict what the container can do. LXD takes a decent stab at integrating the AppArmor LSM and applies it pretty well to secure and

Re: [lxc-users] basic understanding - clarification sought

2017-04-07 Thread Sean McNamara
LXD and LXC are basically separate, from a user's point of view. the `lxc` command is actually LXD. `lxc` followed by a dash, like `lxc-ls` is LXC. These are sometimes referred to (e.g. in Ubuntu packaging) as lxc-1.0 (lxc-ls, etc.) and lxc-2.0 (LXD). LXC containers are not too different from

Re: [lxc-users] would there be value in starting an LXD community online collection of how-to related information

2017-01-18 Thread Sean McNamara
On Wed, Jan 18, 2017 at 12:15 PM, Guido Jäkel wrote: >> Here is my opinion on it: >> >> 1) We do need documentation, especially tutorials. Lots and lots of >> tutorials and how-tos . LXD and Docker compete in different niches, but >> LXD can easily do what Docker does (and

Re: [lxc-users] How to open a ticket with LXC

2016-11-07 Thread Sean McNamara
LXC: https://github.com/lxc/lxc/issues/new LXD: https://github.com/lxc/lxd/issues/new (Be sure to know which project your issue applies to before opening an issue.) Sean On Mon, Nov 7, 2016 at 1:10 PM, Saint Michael wrote: > Does anybody know how to open a bug with LXC? > I

Re: [lxc-users] openvz to lxd/lxc

2016-09-12 Thread Sean McNamara
Firstly you will need to decide whether you want to use lxc, or lxd. There is no such thing as "lxd/lxc" as the two tools are completely separate, pretty different in behavior, and the interface for interacting with them is completely different. However, in the general case of any arbitrary

Re: [lxc-users] clarification

2016-08-11 Thread Sean McNamara
On Thu, Aug 11, 2016 at 8:12 PM, Worth Spending wrote: > I'm currently reading thru the documentation at: https://linuxcontainers.org > to learn lxc. > > There seems to be multiple ways of running lxc commands. > > lxc-start, lxc-stop, lxc-attach, lxc-ls The

Re: [lxc-users] is LXD production ready ??

2016-03-21 Thread Sean McNamara
On Mon, Mar 21, 2016 at 11:15 PM, Mahesh Patade wrote: > Hi All, > > We are planning to have LXD as our virtualization layer for production > systems. Currently we are using Xenserver 6. > > I want to know pros and cons. LXD 2.0 will probably be "mostly production ready",

Re: [lxc-users] How to setup a static IP in a container with LX[C|D] 2.0.0.*

2016-03-19 Thread Sean McNamara
On Fri, Mar 18, 2016 at 12:09 PM, Sean McNamara <smc...@gmail.com> wrote: > On Fri, Mar 18, 2016 at 11:43 AM, Stéphane Graber <stgra...@ubuntu.com> wrote: >> Our stance hasn't changed. LXD doesn't know nor care about layer-3 >> networking, all it does is setup your la

Re: [lxc-users] How to setup a static IP in a container with LX[C|D] 2.0.0.*

2016-03-19 Thread Sean McNamara
First of all, there's no such thing as LX[C|D]. You're either using LXC or LXD. They're different enough in their configuration and operation that you can't ask an "either-or" question. Pick one solution and focus on that. I just wanted to chime in to say that I have this same question. I'm stuck

Re: [lxc-users] How to setup a static IP in a container with LX[C|D] 2.0.0.*

2016-03-19 Thread Sean McNamara
ge IPs with LXD is to do it exactly the same > way you would do it for your VMs or physical machines, so either > configure your DHCP server to give a static lease or configure the > container to use a static IP (you can use lxc file pull/push/edit to do > it on a stopped container).

Re: [lxc-users] LXC Security?

2016-03-02 Thread Sean McNamara
On Wed, Mar 2, 2016 at 2:37 PM, Ingo Baab wrote: > Hello LXC-Users, > > I just started to experiment with LXC/LXD and now I am looking for a good > starting point (some kind of "cookbook") to get UN-priviledged containers > managed. I am a little confused by lxc versus the (older?)

Re: [lxc-users] LXD networking between guest, host, and KVM guest

2015-10-08 Thread Sean McNamara
er. Sean On Thu, Oct 8, 2015 at 3:27 AM, Fajar A. Nugraha <l...@fajar.net> wrote: > On Thu, Oct 8, 2015 at 4:47 AM, Sean McNamara <smc...@gmail.com> wrote: >> Here's an example from LXD config, where the following placeholders >> are used to mask my specific informa

Re: [lxc-users] LXC with pulseaudio

2015-07-23 Thread Sean McNamara
On Thu, Jul 23, 2015 at 1:36 PM, Matlink matl...@matlink.fr wrote: Hi, I've got pulseaudio working with an app ran in an LXC container (based on this https://www.stgraber.org/2014/02/09/lxc-1-0-gui-in-containers/). However, since I run this app in container, pulseaudio seems to be locked by