sshfs-win-manager icon indicating copy to clipboard operation
sshfs-win-manager copied to clipboard

when connecting "stderr: failed to fork: Resource temporarily unavailable"

Open jringoot opened this issue 4 years ago • 1 comments

Could you give me a hand to get this working? Thanks. (things replaced for anonymysation: $REMOTEUSER, $REMOTEHOST, $REMOTEDOMAIN)

--------------------------------------------------------------------------------
date: 2021-05-07T06:48:38.430Z
conn: {50d612f0-8283-4df0-87af-28fce627c7bb} ($REMOTEHOST)
conntype: password
cmd: "C:\Program Files\SSHFS-Win\bin\sshfs.exe" $REMOTEUSER@$REMOTEHOST.$REMOTEDOMAIN:/ E: -p22 -ovolname=$REMOTEHOST -odebug -ologlevel=debug1 -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oidmap=user -ouid=-1 -ogid=-1 -oumask=000 -ocreate_umask=000 -omax_readahead=1GB -oallow_other -olarge_read -okernel_cache -ofollow_symlinks -oPreferredAuthentications=password -opassword_stdin
{50d612f0-8283-4df0-87af-28fce627c7bb} stderr: SSHFS version 3.5.2
{50d612f0-8283-4df0-87af-28fce627c7bb} stderr: failed to fork: Resource temporarily unavailable
{50d612f0-8283-4df0-87af-28fce627c7bb} exit: 1
--------------------------------------------------------------------------------

jringoot avatar May 07 '21 06:05 jringoot

I'm having the exact same issue


date: 2021-12-18T00:38:23.701Z conn: - (SSHFS) conntype: key-file cmd: "C:\Program Files\SSHFS-Win\bin\sshfs.exe" user@host:/add D: -p22 -ovolname=SSHFS -odebug -ologlevel=debug1 -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oidmap=user -ouid=-1 -ogid=-1 -oumask=000 -ocreate_umask=000 -omax_readahead=1GB -oallow_other -olarge_read -okernel_cache -ofollow_symlinks -oPreferredAuthentications=publickey -oIdentityFile="C:/Users/user/.ssh/id_rsa"

  • stderr: SSHFS version 3.5.2
  • stderr: failed to fork: Resource temporarily unavailable
  • exit: 1

t-AIR-e avatar Dec 18 '21 00:12 t-AIR-e