~barry/ubuntu/maverick/fuse/bug-697792-m

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2007-08-04 08:09:00 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070804080900-m1e9xpk5eitzmelg
Tags: 2.7.0-1ubuntu1
* Resynchronise with Debian (LP: #128292). Remaining changes:
  - Don't install the init script; install the udev rule and the module
    configuration file instead.
  - debian/45-fuse.rules: set /dev/fuse group to fuse.
  - debian/fuse-utils.modprobe: module configuration file that mounts the
    control filesystem when fuse is loaded and unmounts it when fuse is
    unloaded, along with checking that the control FS is mounting before
    unmounting it.
  - debian/fuse-utils.install: add the udev rule, the module configuration
    file, and ulockmgr_server.
  - Load fuse on install, and set it so it gets loaded on reboot.
  - Move fusermount and ulockmgr_server to /bin and associated libraries
    to /lib.
* Use dpkg-query to fetch conffile md5sums rather than parsing
  /var/lib/dpkg/status directly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
---------------
3
3
 
4
4
Please note that to be able to mount any filesystems based on FUSE, you
5
 
have to load fuse module first. If you're using 2.6.14 or newer kernels, 
 
5
have to load fuse module first. If you're using 2.6.14 or newer kernels,
6
6
fuse should be already included and you don't need to build it yourself.
7
7
 
8
8
Simply try `modprobe fuse`.
9
9
 
10
 
To use fusermount, you must be able to execute this command as a root, 
 
10
To use fusermount, you must be able to execute this command as a root,
11
11
so you have to be a member of the group which has proper permissions.
12
 
fusermount binary comes with 4750 permission and root:fuse owners, so 
 
12
fusermount binary comes with 4750 permission and root:fuse owners, so
13
13
to able to use fusermount, you should give access to user fenio like so:
14
14
 
15
15
  adduser fenio fuse
17
17
Now fenio would need to log off and on again for the group membership to come
18
18
into effect. Then, he can use the fusermount as expected.
19
19
 
20
 
Please avoid working as root just to be able to use fusermount. The above 
 
20
Please avoid working as root just to be able to use fusermount. The above
21
21
procedure is not complicated and Just Works (tm), and it's a lot safer!
22
22
 
23
23
If you still want to use it as a root you can remove suid bit from