Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68422 - useradd command for livecd is incomplete
Summary: useradd command for livecd is incomplete
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Handbook (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Sven Vermeulen (RETIRED)
URL: http://www.gentoo.org/doc/en/handbook...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-21 10:39 UTC by roger55 (RETIRED)
Modified: 2004-11-02 03:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description roger55 (RETIRED) gentoo-dev 2004-10-21 10:39:44 UTC
Code Listing 9: Creating a user account



# useradd john
# passwd john

should be similar to this:

#useradd roger -m -G users -s /bin/bash
#passwd roger

....

basically the -m option was missing so the homedir never got created.


Please fix before the handbook-snapshot for 2004.3 is made.


Thanks, 
Roger


Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
 

Expected Results:  
su - username works. 
irssi can be run as user on the livecd.
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2004-11-02 03:44:32 UTC
Fixed in CVS. The snapshot for x86 contained the update already, others missed it.