Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 176365
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Jakub Moc <jakub.moc@gmail.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
mount.fuse.diff /sbin/mount.fuse diff between 2.6.3 and 2.6.4 patch Jakub Moc 2007-04-28 15:27 0000 1.14 KB Details | Diff
mount.fuse.patch mount.fuse patch patch Jakub Moc 2007-04-28 15:35 0000 279 bytes Details | Diff
mount.fuse.patch mount.fuse patch patch Jakub Moc 2007-04-28 15:37 0000 279 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 176365 depends on: Show dependency tree
Bug 176365 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2007-04-28 15:25 0000
The wrapper script is plain borked

$ mount /mnt/sshfs/jakub-devbox/
/sbin/mount.fuse: line 23: die: command not found
mount.fuse# sshfs#jakub@dev.gentooexperimental.org:/home/jakub
/sbin/mount.fuse: line 26: exit: /mnt/sshfs/jakub-devbox: numeric argument
required

The respective fstab line (been working for ages until now).

sshfs#jakub@dev.gentooexperimental.org:/home/jakub      /mnt/sshfs/jakub-devbox
        fuse    noauto,user,port=22,uid=kuba,gid=users  0 0

------- Comment #1 From Jakub Moc 2007-04-28 15:27:06 0000 -------
Created an attachment (id=117491) [details]
/sbin/mount.fuse diff between 2.6.3 and 2.6.4

Diff between working (2.6.3) and non-working (2.6.4) script attached; happy
hunting.

------- Comment #2 From Jakub Moc 2007-04-28 15:35:59 0000 -------
Created an attachment (id=117492) [details]
mount.fuse patch

A patch to fix this... You need either function die { ... }  or die() { ... },
die { ... } really won't cut it...

------- Comment #3 From Jakub Moc 2007-04-28 15:37:31 0000 -------
Created an attachment (id=117493) [details]
mount.fuse patch

Helps to not make it reversed... ;/

------- Comment #4 From Stefan Schweizer 2007-04-28 20:29:00 0000 -------
thanks fixed

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug