Skip to content

sshfs not working #5

@schmonz

Description

@schmonz

Hi! These Actions are extremely handy for anyone actually interested in platform portability. Thank you for providing them.

I wanted to compare sync: sshfs with sync: 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:

/dev/gpt/rootfs on / (ufs, local, soft-updates)
devfs on /dev (devfs)
/dev/gpt/efiesp on /boot/efi (msdosfs, local)
host:work on /home/runner/work (fusefs.sshfs)

And within netbsd-vm, where the job gives errors such as fatal: could not create work tree dir: No such file or directory:

/dev/dk0 on / type ffs (local)
tmpfs on /tmp type tmpfs (local)
kernfs on /kern type kernfs (local)
ptyfs on /dev/pts type ptyfs (local)
procfs on /proc type procfs (local)
tmpfs on /var/shm type tmpfs (local)

I'm happy to try something further to validate the problem and/or test a fix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions