<font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2">Ok, made some progress, but running into permission errors now:<br><br>lxduser@qumind:~$ lxc profile show share<br>name: share<br>config: {}<br>devices:<br>  share:<br>    path: /share<br>    readonly: "true"<br>    source: /share<br>    type: disk<br><br>With profiles default,share enabled the container does not start.<br>With only default enabled the container starts, and has generated the directory /share.<br>But the mount fails:<br><br>lxduser@qumind:~$ lxc info --show-log psql | egrep -v '(DEBUG|WARN|INFO|NOTICE)'<br>Name: psql<br>Status: Running<br>Init: 16545<br>Processcount: 12<br>Ips:<br>  eth0: IPV4    10.0.3.81       vethJCPIW7<br>  lo:   IPV4    127.0.0.1<br>  lo:   IPV6    ::1<br><br>Log:<br><br><br><br>            lxc 1451754530.015 ERROR    lxc_monitor - monitor.c:lxc_monitor_open:209 - connect : backing off 10<br>            lxc 1451754530.170 ERROR    lxc_utils - utils.c:safe_mount:1686 - Invalid argument - Failed to mount /sys/kernel/debug onto /usr/lib/x86_64-linux-gnu/lxc/sys/kernel/debug<br>            lxc 1451754530.171 ERROR    lxc_utils - utils.c:open_without_symlink:1620 - No such file or directory - Error examining efi in /usr/lib/x86_64-linux-gnu/lxc/sys/firmware/efi/efivars<br><br><br>            lxc 1451818054.343 ERROR    lxc_monitor - monitor.c:lxc_monitor_open:209 - connect : backing off 10<br>            lxc 1451818054.434 ERROR    lxc_utils - utils.c:safe_mount:1686 - Invalid argument - Failed to mount /sys/kernel/debug onto /usr/lib/x86_64-linux-gnu/lxc/sys/kernel/debug<br>            lxc 1451818054.435 ERROR    lxc_utils - utils.c:open_without_symlink:1620 - No such file or directory - Error examining efi in /usr/lib/x86_64-linux-gnu/lxc/sys/firmware/efi/efivars<br>            lxc 1451818054.435 ERROR    lxc_utils - utils.c:safe_mount:1686 - Permission denied - Failed to mount /var/lib/lxd/devices/psql/disk.share onto /usr/lib/x86_64-linux-gnu/lxc/share<br>            lxc 1451818054.435 ERROR    lxc_conf - conf.c:mount_entry:1731 - Permission denied - failed to mount '/var/lib/lxd/devices/psql/disk.share' on '/usr/lib/x86_64-linux-gnu/lxc/share'<br>            lxc 1451818054.436 ERROR    lxc_conf - conf.c:lxc_setup:3920 - failed to setup the mount entries for 'psql'<br>            lxc 1451818054.436 ERROR    lxc_start - start.c:do_start:731 - failed to setup the container<br>            lxc 1451818054.436 ERROR    lxc_sync - sync.c:__sync_wait:51 - invalid sequence number 1. expected 2<br>            lxc 1451818054.436 ERROR    lxc_start - start.c:__lxc_start:1213 - failed to spawn 'psql'<br><br><br>            lxc 1451818078.782 ERROR    lxc_utils - utils.c:safe_mount:1686 - Invalid argument - Failed to mount /sys/kernel/debug onto /usr/lib/x86_64-linux-gnu/lxc/sys/kernel/debug<br>            lxc 1451818078.783 ERROR    lxc_utils - utils.c:open_without_symlink:1620 - No such file or directory - Error examining efi in /usr/lib/x86_64-linux-gnu/lxc/sys/firmware/efi/efivars<br><br><br>            lxc 1451818210.406 ERROR    lxc_utils - utils.c:safe_mount:1686 - Invalid argument - Failed to mount /sys/kernel/debug onto /usr/lib/x86_64-linux-gnu/lxc/sys/kernel/debug<br>            lxc 1451818210.407 ERROR    lxc_utils - utils.c:open_without_symlink:1620 - No such file or directory - Error examining efi in /usr/lib/x86_64-linux-gnu/lxc/sys/firmware/efi/efivars<br>            lxc 1451818210.407 ERROR    lxc_utils - utils.c:safe_mount:1686 - Permission denied - Failed to mount /var/lib/lxd/devices/psql/disk.share onto /usr/lib/x86_64-linux-gnu/lxc/share<br>            lxc 1451818210.407 ERROR    lxc_conf - conf.c:mount_entry:1731 - Permission denied - failed to mount '/var/lib/lxd/devices/psql/disk.share' on '/usr/lib/x86_64-linux-gnu/lxc/share'<br>            lxc 1451818210.407 ERROR    lxc_conf - conf.c:lxc_setup:3920 - failed to setup the mount entries for 'psql'<br>            lxc 1451818210.407 ERROR    lxc_start - start.c:do_start:731 - failed to setup the container<br>            lxc 1451818210.408 ERROR    lxc_sync - sync.c:__sync_wait:51 - invalid sequence number 1. expected 2<br>            lxc 1451818210.408 ERROR    lxc_start - start.c:__lxc_start:1213 - failed to spawn 'psql'<br><br><br>            lxc 1451818499.315 ERROR    lxc_utils - utils.c:safe_mount:1686 - Invalid argument - Failed to mount /sys/kernel/debug onto /usr/lib/x86_64-linux-gnu/lxc/sys/kernel/debug<br>            lxc 1451818499.315 ERROR    lxc_utils - utils.c:open_without_symlink:1620 - No such file or directory - Error examining efi in /usr/lib/x86_64-linux-gnu/lxc/sys/firmware/efi/efivars<br><br>I am starting the container as user lxduser without sudo permissions. Or is that not even needed? I figured that it is more secure than staring the containers as the default ubuntu user with sudo:ALL.<br><br><font color="#990099">-----"lxc-users" <lxc-users-bounces@lists.linuxcontainers.org> wrote: -----</font><div class="iNotesHistory" style="padding-left:5px;"><div style="padding-right:0px;padding-left:5px;border-left:solid black 2px;">To: LXC users mailing-list <lxc-users@lists.linuxcontainers.org><br>From: david.andel@bli.uzh.ch<br>Sent by: "lxc-users" <lxc-users-bounces@lists.linuxcontainers.org><br>Date: 01/02/2016 19:04<br>Subject: [lxc-users] LXD bind mount<br><br><font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2">I am trying to implement bind mounting for LXD containers using a profile 'share' containing:<br><br>name: share<br>config:<br>  lxc.mount.entry = /share share none bind 0 0<br>devices: {}<br><br>However, when I try to save (in vi) I get the error:<br><br>Config parsing error: yaml: unmarshal errors:<br>  line 21: cannot unmarshal !!str `lxc.mou...` into map[string]string<br>Press enter to open the editor again<br><br><span><font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"><div><font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"><span><font size="2">What am I doing wrong?</font></span></font><font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"><font face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size="2"><span></span></font></font></div></font></span><div></div></font> <div><font face="Courier New,Courier,monospace" size="2">_______________________________________________<br>lxc-users mailing list<br>lxc-users@lists.linuxcontainers.org<br><a href="http://lists.linuxcontainers.org/listinfo/lxc-users">http://lists.linuxcontainers.org/listinfo/lxc-users</a></font></div></lxc-users-bounces@lists.linuxcontainers.org></div></div><div></div></font>