OpenMediaVault-Plugin-Developers / openmediavault-docker-gui

Docker plugin for OpenMediaVault
32 stars 17 forks source link

Error in logs : "exec: "auplink": executable file not found in $PATH" #60

Open slobberbone opened 6 years ago

slobberbone commented 6 years ago

If yoy have a look at your log messages, you should see a lot of Couldn't run auplink before unmount: exec: "auplink": executable file not found in $PATH You can fix this by adding aufs-tools as dependency ...

Do you want I create a pull request ?

ryecoaaron commented 6 years ago

aufs isn't included in the Debian 9 kernels. So, I don't think it should be added to the OMV 4.x version of the plugin. @subzero79 can verify that.

subzero79 commented 6 years ago

But that’s the userland tools. The driver is not in kernel anymore. Are you sure this fixes your issue? What version of Omv is this?

We will need to add the dkms package. I see this as point of failure in install as then people need to install the headers.

subzero79 commented 6 years ago

Are there any benefits of using aufs via dkms in docker instead of overlay2, btrfs or devicemapper which are already in the kernel?