michaelogrant / macfusion

Automatically exported from code.google.com/p/macfusion
Other
1 stars 1 forks source link

Finder hangs when trying to mount (rather full) FTP server. #217

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Make sure that many stuff is on the server (about 500 MB for me)
2. Mount the server via MacFusion Menu 
3. have a 700-kbit-internet connection.

What is the expected output? What do you see instead?
Expected: having the FTP server as sort of "external disk", like when cmd-k-ing 
in finder and 
entering its address (but with write access, of course)
What I see: A dialog about a timeout with the choices "Keep trying", "Force 
Eject", "Don't warn me 
anymore".
    when clicking "Keep trying", nothing happens, but the dialog re-appears after about 30 
seconds
    when clicking "Force Eject", I can't access it anymore, but can continue working
    when clicking "Don't warn me anymore", Finder and MacFusion hang and Finder even won't 
reopen, as well as MacFusion will only quit by kill -9 on terminal.

What version of the product are you using? On what operating system?
MacFusion Version 1.2 Beta 2 (1.1.268) on Mac OS X 10.4.10, a MacBook 2GHz 
Core2Duo 1GB 
RAM.

Please provide any additional information below.
I think everything is said.

Original issue reported on code.google.com by jannis.s...@gmail.com on 28 Jun 2007 at 7:39

GoogleCodeExporter commented 8 years ago
First discussed at 
<http://ircbrowse.com/channel/macfusion/20070627#hour18> and 
<http://ircbrowse.com/channel/macfusion/20070628#hour19>. 

AFAIK Jannis is using MacFusion nightly 20070627 revision 279 
(which presents itself as predecessor 1.2 Beta 2 (1.1.268)).

Jannis: please, if you can, attach to this issue a .zip archive of 
~/Library/Logs/MacFusion.log
(before zipping, obscure passwords and other sensitive information).

Original comment by grahampe...@gmail.com on 28 Jun 2007 at 7:55

GoogleCodeExporter commented 8 years ago
Here comes the log. I removed the passwords and changed the username the 
provider gave me to "jannis". Hope 
there are no sensitive files on there, but I don't think so, only much garbage.

Sorry, it's gzipped, just had the terminal there (what I always have) and had 
that typed sort of automatically.

Original comment by jannis.s...@gmail.com on 28 Jun 2007 at 8:00

Attachments:

GoogleCodeExporter commented 8 years ago
Jannis: thanks, we'll draw the attention of the curlftpfs developer to these 
symptoms, for his consideration. 

Original comment by grahampe...@gmail.com on 29 Jun 2007 at 7:52

GoogleCodeExporter commented 8 years ago
Do you have any kind of preview set? From your description and your logs, it 
seems
that the finder is trying to read every single image file.

Original comment by robsonbr...@gmail.com on 29 Jun 2007 at 5:49

GoogleCodeExporter commented 8 years ago
For FTP-related issues, Michael has in mind
Milestone-Release1.2

Original comment by grahampe...@gmail.com on 29 Jun 2007 at 6:08

GoogleCodeExporter commented 8 years ago
At closer inspection, it seems that the finder and the filesystem are in a loop,
where the finder tries to read a file and the filesystem says permission 
denied. I
can't figure from the logs what's going wrong. Can I have anonymous access to 
the server?

Original comment by robsonbr...@gmail.com on 29 Jun 2007 at 8:12

GoogleCodeExporter commented 8 years ago
Sorry, it's not my server, but I can look what's possible. Perhaps the provider 
provides anonymous access, but I 
don't think so. (It's all-inkl, if you know them)

Original comment by jannis.s...@gmail.com on 29 Jun 2007 at 8:27

GoogleCodeExporter commented 8 years ago
I tried anonymous user but it didn't work. The issue in your log is:

 * Connect data stream passively < 227 Entering Passive Mode (85,13,136,169,195,83).
 *   Trying 85.13.136.169... * Connecting to 85.13.136.169 (85.13.136.169) port 50003
> TYPE I
 < 200 Type set to I
 > SIZE vok.jpg

itisme.org: 48  
1183056494 ftpfs.c:508 0 

You can see that we never see a return from that SIZE. This can be the server's 
fault
or the ftp filesystem's fault. We need more debugging. Can you try to reproduce 
and
send another log. Maybe I can see a pattern then.

Original comment by robsonbr...@gmail.com on 29 Jun 2007 at 8:34

GoogleCodeExporter commented 8 years ago
ftp> size vok.jpg
550 SIZE: Operation not permitted
ftp> 
Here we are with vok.jpg

Original comment by jannis.s...@gmail.com on 29 Jun 2007 at 8:53

GoogleCodeExporter commented 8 years ago
Update: I can't even remove it:
ftp> rm vok.jpg
550 vok.jpg: Not a directory
ftp> 

Original comment by jannis.s...@gmail.com on 29 Jun 2007 at 8:54

GoogleCodeExporter commented 8 years ago
Appears fixed on Macfusion 2.0.3 (and with a deleted vok.jpg).

Original comment by jannis.s...@gmail.com on 23 Dec 2008 at 11:35

GoogleCodeExporter commented 8 years ago
Thanks for the verification. 

Original comment by grahampe...@gmail.com on 23 Dec 2008 at 11:50