Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 34193 - lufs 0.9.7 out (fixes shfs automount port selection)
Summary: lufs 0.9.7 out (fixes shfs automount port selection)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High major (vote)
Assignee: Peter Johanson (RETIRED)
URL: https://sourceforge.net/tracker/?func...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-23 08:52 UTC by Malte Doersam
Modified: 2004-12-14 10:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch for the automount port problem (lufs-automount-port.diff,754 bytes, patch)
2003-11-23 08:53 UTC, Malte Doersam
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Malte Doersam 2003-11-23 08:52:22 UTC
sshfs automount doesn't work with ports except 22
auto.sshfs does only split the string user@host and
uses a host in the form server:port as the full
qualified name. It should check for a ':' and interpret
everything after the doublepoint as the port.
Ether upgrade to 0.9.7 which fixes this bug
(https://sourceforge.net/project/shownotes.php?release_id=194413)
or incoperate the attached trivial patch

Reproducible: Always
Steps to Reproduce:
1. cd /mnt/net/ssh/user@host:port

Actual Results:  
It connects to user@host:22

Expected Results:  
it should have connected to user@host:port
Comment 1 Malte Doersam 2003-11-23 08:53:25 UTC
Created attachment 21154 [details, diff]
Patch for the automount port problem
Comment 2 Luca Barbato gentoo-dev 2003-11-24 20:59:19 UTC
I guess that isn't an shfs issue in itself. Wout could you look at it?
Comment 3 Wout Mertens (RETIRED) gentoo-dev 2003-11-25 17:28:36 UTC
Upgraded. Let me know if it isn't fixed.
Comment 4 Malte Doersam 2003-11-25 17:40:07 UTC
Grr, I just downloaded the sources for 0.9.7 and it seems as they didn't include my patch though it is mentioned in the changelog. It's even in the CVS (http://cvs.sourceforge.net/viewcvs.py/lufs/lufs2/util/auto.sshfs.c) but not in the 0.9.7 tarball. Mentioning this problem in the Changelog but not including it in the tarball indicates that they just forgot it. :-/
Someone should file a new bug at their bug tracking system (probably me :) in the meantime the only solution would be to include the patch from above. 
Comment 5 Daath 2003-11-25 18:31:14 UTC
Is kernel 2.6 supported? When is there going to be an ebuild? :)
Can't wait! :)

Are there any working alternatives? I tried both ftpfs and shfs but none of those worked with 2.6.0-test10...
Comment 6 Stefan Schweizer (RETIRED) gentoo-dev 2004-10-12 03:56:37 UTC
Can you please try if this is fixed by Bug 67212, comment that it works and add a dependency?
Comment 7 Stefan Schweizer (RETIRED) gentoo-dev 2004-12-14 10:04:38 UTC
The patch is in portage now, thanks to all who have contributed.