-
Notifications
You must be signed in to change notification settings - Fork 33
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
Mount under root owned folder fails in 1.3.0 #65
Comments
jlebon
changed the title
Regression in 1.3.0
Regression in 1.3.0 -- stuck at "Checking Mount.."
Dec 21, 2016
This has to do with the fact that you are trying to mount in a directory owned by root. The checks that I added recently run some commands without sudo and those checks are failing now. I'll put in a PR soon to resolve this. |
dustymabe
added a commit
that referenced
this issue
Dec 22, 2016
In b3eae35 and b3eae35 we added some attempt to make resolve the path of symbolic links and also a check to make sure a file path exists before checking it. The commands we used for that don't run privileged by default, which causes failures if you try to mount under a directory owned by root. Fixes #65
dustymabe
changed the title
Regression in 1.3.0 -- stuck at "Checking Mount.."
Mount under root owned folder fails in 1.3.0
Dec 22, 2016
dustymabe
added a commit
that referenced
this issue
Dec 22, 2016
In b3eae35 and a4abb8a we added some attempt to make resolve the path of symbolic links and also a check to make sure a file path exists before checking it. The commands we used for that don't run privileged by default, which causes failures if you try to mount under a directory owned by root. Fixes #65
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrading to 1.3.0, I get stuck at "Checking Mount.." when starting a halted machine. Full output:
This is the Vagrantfile that I'm using: https://github.com/projectatomic/rpm-ostree/blob/master/Vagrantfile (though note the
fuse-sshfs
workaround mentioned in: https://github.com/projectatomic/rpm-ostree/tree/master/vagrant).Reverting back to 1.2.1 works.
The text was updated successfully, but these errors were encountered: