CanonicalLtd / UCWifiConnect

The code of this project has been moved to https://code.launchpad.net/~snappy-hwe-team/snappy-hwe-snaps/+git/wifi-connect
GNU General Public License v3.0
2 stars 2 forks source link

Socket mount #3

Closed rmescandon closed 7 years ago

rmescandon commented 7 years ago

Mount socket in $SNAP/snap/sockets instead of using $COMMON/sockets. This way the folder would exists when deploying the snap and it is not needed to be created ex professo

This should solve issue https://github.com/CanonicalLtd/UCWifiConnect/issues/2

knitzsche commented 7 years ago

$SNAP child dir does not work for the read/write bind mount needed by wifi-ap rest api. See https://lists.ubuntu.com/archives/snapcraft/2017-March/003431.html

rmescandon commented 7 years ago

Cannot verify in my machine, as it is not armhf. Tested on amd64 building from sources, getting this https://pastebin.canonical.com/181847/

rmescandon commented 7 years ago

I close it until I can try on armhf

knitzsche commented 7 years ago

I built a snap based on this branch and unfortunately the bind mount did not work. (on rpi3)