-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
sshfs not working #5
Comments
Here is the test: https://github.com/vmactions/netbsd-vm/actions/runs/7675558306/job/20921929690 It seems sshfs is working here. |
sorry, it seems not working. give me some time to check more. |
fixed, try with the latest release version |
I now see |
weird |
it's like a random issue. |
However, the "Test custom shell" steps in all "sshfs ..." CI jobs have error message:
|
@hebasto |
Thanks! It seems to be working. |
Hi! These Actions are extremely handy for anyone actually interested in platform portability. Thank you for providing them.
I wanted to compare
sync: sshfs
withsync: rsync
, and found that the former appears not to be working on NetBSD. To try to validate this, here's output of/sbin/mount
within freebsd-vm, where the job succeeds:And within netbsd-vm, where the job gives errors such as
fatal: could not create work tree dir: No such file or directory
:I'm happy to try something further to validate the problem and/or test a fix.
The text was updated successfully, but these errors were encountered: