[oe-issues] [Bug 2689] New: busybox 1.6.0 adduser fails to actually add users
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Fri Jul 27 07:56:24 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2689
Summary: busybox 1.6.0 adduser fails to actually add users
Product: Openembedded
Version: unspecified
Platform: MIPS
URL: http://busybox.net/downloads/fixes-1.6.1/
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Distributions
AssignedTo: openembedded-issues at lists.openembedded.org
ReportedBy: m9dhatter at gmail.com
Created an attachment (id=1755)
--> (http://bugs.openembedded.org/attachment.cgi?id=1755)
recipe for 1.6.1
Overview: using busybox 1.6.0 adduser applet fails to add users
Steps To Reproduce:
1. boot an image with busybox 1.6.0
2. add a user
root at vrblade:~# adduser roel
passwd: unknown user roel
Actual Results:
/etc/passwd will NOT contain an entry. /etc/group will.
root at vrblade:~# cat /etc/passwd | grep roel
root at vrblade:~# cat /etc/group | grep roel
roel:x:500:
root at vrblade:~#
Expected Results:
both /etc/passed and /etc/group have entries with user roel
Fix: use 1.6.1 with patches
--
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Openembedded-issues
mailing list