Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exit status 32 when running as daemon #172

Open
11matt556 opened this issue Jan 13, 2019 · 0 comments
Open

Exit status 32 when running as daemon #172

11matt556 opened this issue Jan 13, 2019 · 0 comments

Comments

@11matt556
Copy link

11matt556 commented Jan 13, 2019

If I run
docker-volume-netshare cifs 1.39 as a service
and then run
docker run -it --volume-driver=cifs -v 192.168.10.30/HDD-Pool:/mount ubuntu /bin/bash
I get
Error response from daemon: error while mounting volume '': VolumeDriver.Mount: exit status 32.
which I suspect is an auth/permissions denied error.

However, when running the netshare command from the terminal I have no issues mounting the share.

This issue may be related to issue #78 but I I'm not sure because I was unable to test the workaround due to the init.d script overwriting my changes and I don't know to edit the script to set the working directory.
I do suspect netrc is involved in some way but I'm not sure exactly what's broken.

Thanks,
Matt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant