Re: [lxc-users] Trouble locating rootfs

2017-03-14 Thread Caleb Everett
In order to be able to set permissions with setfacl, I need to issue the following command: zfs set acltype=posixacl On Tue, Mar 14, 2017 at 12:20 PM, Caleb Everett <ca...@calebeverett.io> wrote: > That did the trick - thank you > > On Tue, Mar 14, 2017 at 11:56 AM, B

Re: [lxc-users] Trouble locating rootfs

2017-03-14 Thread Caleb Everett
> > > NAME PROPERTY VALUE SOURCE > > top/lxd/containers mounted no - > > > On Tue, Mar 14, 2017 at 11:30 AM, Benoit GEORGELIN - Association Web4all > < [ > > mailto:benoit.george...@web4all.fr | benoit.george...@web4all.fr ] > > wrote: > > >

Re: [lxc-users] Trouble locating rootfs

2017-03-14 Thread Caleb Everett
PROPERTY VALUESOURCE top/lxd/containers mounted no - On Tue, Mar 14, 2017 at 11:30 AM, Benoit GEORGELIN - Association Web4all < benoit.george...@web4all.fr> wrote: > - Mail original - > > De: "Caleb Everett" <ca...@calebeverett

Re: [lxc-users] Trouble locating rootfs

2017-03-14 Thread Caleb Everett
original - > > De: "Caleb Everett" <ca...@calebeverett.io> > > À: "lxc-users" <lxc-users@lists.linuxcontainers.org> > > Envoyé: Mardi 14 Mars 2017 12:32:11 > > Objet: [lxc-users] Trouble locating rootfs > > > I'm trying to set

[lxc-users] Trouble locating rootfs

2017-03-14 Thread Caleb Everett
I'm trying to set acl permissions on some files in the root file system from the host, but can't seem to find the root file systems for the containers. I'm using zfs for storage. Both /var/lib/lxd/containers/ and /var/lib/lxd/storage-pools/default/containers/ are empty. Does anyone have any

Re: [lxc-users] Looking for LXD-2.4.1 Static IP Setup Documentation

2016-10-19 Thread Caleb Everett
https://github.com/lxc/lxd/issues/2050 On Wed, Oct 19, 2016 at 4:37 AM, Nicola Volpini wrote: > Hello > > ATM what I do is either use dnsmasq to provide DHCP or stop the > > container and push a preconfigured interfaces file... > > > > lxc file push interfaces.tmp

[lxc-users] Restarting processes in containers

2016-05-06 Thread Caleb Everett
Are there any special consideration for setting up a systemd service in a container? I set one up to get restart a node application automatically, but I got a bunch of errors about failing to reset devices.list on /system.slice. What are best practices for restarting applications automatically?

Re: [lxc-users] Interacting with api websockets

2016-05-03 Thread Caleb Everett
I got this going. Here is a gist if any one else happens upon this. https://gist.github.com/CalebEverett/bed94582b437ffe88f650819d772b682 On Mon, May 2, 2016 at 11:27 AM, Caleb Everett <ca...@calebeverett.io> wrote: > I've been trying to get the websockets for the operations endpoint

[lxc-users] Interacting with api websockets

2016-05-02 Thread Caleb Everett
I've been trying to get the websockets for the operations endpoint working. I was trying to submit a command to the exec endpoint and then establish a websocket connection to interact with the command. I'm probably