| 1 | Original: http://savannah.gnu.org/bugs/?12972 |
| 2 | |
| 3 | ||Submitted by:||None||Submitted on:||Wed 04 May 2005 11:43:48 PM UTC|| |
| 4 | ||Category:||VFS||Severity:|3 - Normal|| |
| 5 | ||Status:||None||Privacy:||Public|| |
| 6 | ||Assigned to:||Pavel Tsekov <ptsekov>||Open/Closed:||Open|| |
| 7 | ||Release:||current (CVS or snapshot)||Operating System:||GNU/Linux|| |
| 8 | |
| 9 | Discussion: |
| 10 | {{{ |
| 11 | Fri 06 May 2005 05:33:00 PM UTC, comment #3: |
| 12 | |
| 13 | Symlinks to files. I don't think I had any problems with |
| 14 | directories, now you come to mention it. |
| 15 | |
| 16 | I did have sufficient permissions for the files: everything was |
| 17 | world-readable. |
| 18 | Anonymous |
| 19 | Thu 05 May 2005 01:05:11 PM UTC, comment #2: |
| 20 | |
| 21 | I ask because I had experience with FISH similiar to the one |
| 22 | described by the original poster. See this post: |
| 23 | |
| 24 | http://mail.gnome.org/archives/mc-devel/2002-November/msg00067.html |
| 25 | Pavel Tsekov <ptsekov> |
| 26 | Project AdministratorIn charge of this item. |
| 27 | Thu 05 May 2005 08:23:21 AM UTC, comment #1: |
| 28 | |
| 29 | Symlinks to what ? A Directory, a file ? Have you checked that you |
| 30 | have read permissions for the target of the symlink ? |
| 31 | Pavel Tsekov <ptsekov> |
| 32 | Project AdministratorIn charge of this item. |
| 33 | Wed 04 May 2005 11:43:48 PM UTC, original submission: |
| 34 | |
| 35 | Copying symlinks from Fish VFS freezes the UI. |
| 36 | |
| 37 | This looks to be because the Fish VFS runs ls with -L (dereference |
| 38 | symlinks) on the remote side and therefore only receives information |
| 39 | on the dereferenced files. |
| 40 | |
| 41 | This includes the length of the file so MC stalls waiting for data |
| 42 | when the remote host is reading the much smaller contents of the |
| 43 | symlink. |
| 44 | }}} |