Bug 210145 - Documentation bug in README.Fedora
Summary: Documentation bug in README.Fedora
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Fedora
Classification: Fedora
Component: fuse
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Peter Lemenkov
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-10-10 13:32 UTC by Wade Mealing
Modified: 2007-11-30 22:11 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-10-16 17:40:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Wade Mealing 2006-10-10 13:32:10 UTC
Description of problem:

Documentation provides incorrect mount command

Version-Release number of selected component (if applicable):

fuse-2.5.3-3.fc6

How reproducible:

Every time

Steps to Reproduce:
1. Open README.Fedora in documentation
2. Copy command to clipboard
3. Paste command as root.
  
Actual results:

Verbose output from usermod

Expected results:

User to be added to usergroup.

Additional info:

 /usr/sbin/usermod -a -G fuse foo

Should be.

 /usr/sbin/usermod -a fuse -G foo foo

This is probably a bug in useradd too, but either way.. the given command does
not work.

Comment 1 Peter Lemenkov 2006-10-16 17:40:23 UTC
Can't reproduce.

[root@Sulaco ~]# cat /etc/group | grep fuse
usermod -a -G fuse foo
[root@Sulaco ~]# usermod -a -G fuse petro
[root@Sulaco ~]# cat /etc/group | grep fuse
fuse:x:101:petro
[root@Sulaco ~]# uname -a
Linux Sulaco 2.6.17-1.2187_FC5 #1 Mon Sep 11 01:22:44 EDT 2006 ppc ppc ppc GNU/Linux
[root@Sulaco ~]# 


Note You need to log in before you can comment on or make changes to this bug.