-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Unable to change owner/group of files using sshfs #17
Comments
what is the option? |
I don't know which options to change to fix this issue. It needs further tests between a Linux host and an OpenBSD VM with fuse/sshs. |
after the files are copied back to the Linux Host, you can use |
With sshfs, files from OpenBSD VM are not copied back after end of job. Files between Linux host and OpenBSD guest are directly synced via a permanent SSH connection. When I change permissions on OpenBSD VM with |
so, don't run chown in the vm, just run it after the test in the Linux host. |
I created a GH workflow with vmactions/openbsd-vm v1.0.4 to run a job (build of a Rust project on OpenBSD 7.4/stable).
I'm using sshfs to sync files between OpenBSD guest and Ubuntu host (GH runner):
sync: sshfs
In a shell script used by my job on OpenBSD guest, I need to change owner/group of files using
chown
command.Using the
chown
command, therun
task fails:See my workflow logs https://github.com/lcheylus/cargo-nextest-openbsd/actions/runs/7428338886/job/20215523263 for details.
In
run.sh
script, sshfs runs with some options for files persmissions:Is it possible to change these options to authorize to change owner/group of files from the guest ?
The text was updated successfully, but these errors were encountered: