Public bug reported:

I was copying a moderate sized file: 100k or so over an ADSL connection.
The copy was reading and writing via sshfs simultaneously.

$ mount | grep ssh
comuter.ac.uk.uk:n/Documents/2010/pennWorkshop on /home/me/w type fuse.sshfs 
(rw,nosuid,nodev,max_read=65536,user=me)
$ 
$ cp long-error.png long-error-cropped.png
$ cp quiet-error.png quiet-error-cropped.png
gimp long-error-cropped.png
^C^C^Z
----------
desk:~$ fusermount -u w
umount: /home/me/w: device is busy.
        (In some cases useful info about processes that use
         the device is found by lsof(8) or fuser(1))
desk:~$ ps -u me | grep cp
 5694 pts/1    00:00:00 cp
desk:~$ kill 5694
desk:~$ kill -1 5694
desk:~$ kill -9 5694
desk:~$ ps -u me | grep sshfs
32063 ?        00:00:00 sshfs
desk:~$ ubuntu-bug -p 32063

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: sshfs 2.2-1build1
ProcVersionSignature: Ubuntu 2.6.35-23.40-generic 2.6.35.7
Uname: Linux 2.6.35-23-generic x86_64
Architecture: amd64
Date: Fri Dec  3 23:39:16 2010
ExecutablePath: /usr/bin/sshfs
InstallationMedia: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 (20100816.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: sshfs-fuse

** Affects: sshfs-fuse (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: amd64 apport-bug maverick

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

Title:
  sshfs hangs, cannot be killed -9

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to