|
Bugzilla – Full Text Bug Listing |
| Summary: | fuse package requires additional configuration (by root) to work. | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.3 | Reporter: | Jarl Friis <jarl> |
| Component: | Installation | Assignee: | Forgotten User sLJ7K2dvxj <forgotten_sLJ7K2dvxj> |
| Status: | VERIFIED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | CC: | andreas.hanke |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jarl Friis
2006-11-24 18:52:30 UTC
I disagree. The suggestion is far too simple because there are other filesystems (like ntfs-3g) which can load the fuse module on demand. Loading it uncondionally would be bloat for users of these file systems. I'd prefer enhancing sshfs to behave like ntfs-3g, so that it can load the module as-needed _without_ messing around in /etc/sysconfig/kernel (which is inappropriate anyway because just because I have fuse installed, doesn't mean I want it to be loaded unconditionally - it should be loaded when it's going to be used). (In reply to comment #1) > I disagree. The suggestion is far too simple because there are other > filesystems (like ntfs-3g) which can load the fuse module on demand. Loading it > uncondionally would be bloat for users of these file systems. I didn't think of that. If so, I agree with you, that this is the right way it should be done. > I'd prefer enhancing sshfs to behave like ntfs-3g, Sounds like the right way to solve this bug. So the bug is still the bug, but my proposal for solving this bug is not optimal, your suggestion for solving this bug is much better. Since enhancing sshfs may take longer than my suggestion for fix, I'd say that my suggestion may still be consdered a good workaround (to improve end-user experience) until sshfs has been enhanced as you describe. You cannot create /dev/* files without a root permission. The solution of ntfs-3g won't work. Since version 2.6.0 the upstream package (and other distros) use an init script to load the module and mount the control filesystem. Does anybody see a problem with this solution? Fixed in 2.6.3-2 as per previous comment. (In reply to comment #4 from Miklos Szeredi) > > Does anybody see a problem with this solution? I don't see a problem with that, I consider it similar to my initial suggestion, but mind comment#1 by Andreas Hanke, saying "Loading it uncondionally would be bloat for users of these file systems." I have not investigated the final technical solution, but the overall (summary) problem is no longer a problem in 10.3 final, hence marking bug as verified. |