I am using sshfs together with autofs in 11.10 and is seeing the same
problem.

Workaround:
Created a script "sshfs" in /etc/network/if-down.d containning:
#!/bin/sh
killall sshfs
sleep 1s
killall -9 sshfs

Created a script "autofs" in /etc/network/if-up.d containing:
#!/bin/sh
restart autofs

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/388419

Title:
  sshfs mount locked up after suspend

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sshfs-fuse/+bug/388419/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to