Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
Not eligible to see or edit group visibility for this bug.
View Bug Activity | Format For Printing | XML | Clone This Bug
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
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.
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...
Created an attachment (id=117493) [details] mount.fuse patch Helps to not make it reversed... ;/
thanks fixed