I am now at 10.04 and the problem persists.

swm...@swm-laptop:~$ apport-collect 345226
The authorization page:
   
(https://edge.launchpad.net/+authorize-token?oauth_token=7279kJBV8SnpTzLLrL0w&allow_permission=WRITE_PRIVATE)
should be opening in your browser. After you have authorized
this program to access Launchpad on your behalf you should come
back here and press <Enter> to finish the authentication process.

Package sshfs-fuse not installed and no hook available, ignoring
swm...@swm-laptop:~$ sudo dpkg --list | grep sshfs
[sudo] password for swmike: 
ii  sshfs                                      2.2-1build1                      
               filesystem client based on SSH File Transfer


But basically what's happening is that the tcp session sshfs is running over 
has stalled after resuming suspend. I believe just as an IPv4 address is 
flushed after suspend, all active TCP sessions depending on that tcp session 
needs to be flushed as well. I am sshfs:ing from a 10.04 server as well, and 
the weird thing is that I can't find any TCP/22 corresponding to sshfs on 
either server or client, the only thing I can find is a unix socket:

swm...@swm-laptop:~$ netstat -anp | grep sshfs
unix  2      [ ]         STREAM     CONNECTED     889086   2201/sshfs          

swm...@swm-laptop:~$ ps auxw | grep sshfs
swmike    2201  0.0  0.0  44916  1240 ?        Ssl  May13   0:00 sshfs ub6: ub

I'm doing this over IPv6 btw. After killing sshfs and re-establishing
the sshfs session I now see a TCP/22 session belonging to ssh process,
so I guess sshfs talks to ssh via a stream socket.

-- 
after resume, sshfs mounted dir can't be remounted immediately
https://bugs.launchpad.net/bugs/345226
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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

Reply via email to