This bug is awaiting verification that the kernel in -proposed solves the problem. Please test the kernel and update this bug with the results. If the problem is solved, change the tag 'verification-needed- vivid' to 'verification-done-vivid'.
If verification is not done by 5 working days from today, this fix will be dropped from the source code, and this bug will be closed. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you! -- You received this bug notification because you are a member of Kernel Packages, which is subscribed to linux-lts-utopic in Ubuntu. https://bugs.launchpad.net/bugs/1496430 Title: Docker-1.8.2 can't create container, due to apparmor denying 'disconnected path' Status in AppArmor: In Progress Status in linux package in Ubuntu: Incomplete Status in linux-lts-utopic package in Ubuntu: Invalid Status in linux source package in Precise: Fix Committed Status in linux-lts-utopic source package in Precise: Invalid Status in linux source package in Trusty: Fix Committed Status in linux-lts-utopic source package in Trusty: Fix Committed Status in linux source package in Vivid: Fix Committed Status in linux-lts-utopic source package in Vivid: Invalid Status in linux source package in Wily: Incomplete Status in linux-lts-utopic source package in Wily: Invalid Bug description: I'm trying to get docker-1.8.2-rc1 to work on snappy, while doing so I got this apparmor denial: Sep 10 09:12:35 localhost.localdomain audit[1320]: AVC apparmor="DENIED" operation="mount" info="Failed name lookup - disconnected path" error=-13 profile="docker_docker- daemon_IAUSSaDNVTJR" name="/run/docker/netns/6901f2b6dd4c/" pid=1320 comm="exe" srcname="" flags="rw, bind" and trying to chase it I got: http://paste.ubuntu.com/12341612/ so docker is trying to issue this mount: syscall.Mount("/proc/self/ns/net", /var/run/docker/netns/5b9b1ba4437b, "bind", 4096 (syscall.MS_BIND), "") from https://golang.org/pkg/syscall/#Mount func Mount(source string, target string, fstype string, flags uintptr, data string) (err error) which is denied as if there wasn't a source? To manage notifications about this bug go to: https://bugs.launchpad.net/apparmor/+bug/1496430/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : kernel-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp