Can't adduser using FreeBSD 7.0 (amd64)

2008-09-12 Thread Froilan Romualdo
Here's my uname -a:

FreeBSD fbsd.its1.localhost.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb
24 10:35:36 UTC 2008
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
amd64

Error upon running adduser:

pwd_mkdb: 14 uid is incorrect
pwd_mkdb: /etc/master.passwd: Inappropiate file type or format
pw: user 'froilanr' disappeared during update
adduser: ERROR: There was an error adding user (froilanr).

NOTE: I already read the FreeBSD handbook and google search the problem, but
I can't see a solution.

Thank you in advance.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't adduser using FreeBSD 7.0 (amd64)

2008-09-12 Thread Subhro
Oops it should be pwd_mkdb instead of pw_mkdb

so pwd_mkdb -p /etc/master.passwd

Cheers again!!
Subhro

On Fri, Sep 12, 2008 at 2:52 PM, Subhro [EMAIL PROTECTED] wrote:
 pw_mkdb -p /etc/master.passwd

 Cheers!
 Subhro

 On Fri, Sep 12, 2008 at 2:09 PM, Froilan Romualdo [EMAIL PROTECTED] wrote:
 Here's my uname -a:

 FreeBSD fbsd.its1.localhost.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb
 24 10:35:36 UTC 2008
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
 amd64

 Error upon running adduser:

 pwd_mkdb: 14 uid is incorrect
 pwd_mkdb: /etc/master.passwd: Inappropiate file type or format
 pw: user 'froilanr' disappeared during update
 adduser: ERROR: There was an error adding user (froilanr).

 NOTE: I already read the FreeBSD handbook and google search the problem, but
 I can't see a solution.

 Thank you in advance.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Can't adduser using FreeBSD 7.0 (amd64)

2008-09-12 Thread Subhro
pw_mkdb -p /etc/master.passwd

Cheers!
Subhro

On Fri, Sep 12, 2008 at 2:09 PM, Froilan Romualdo [EMAIL PROTECTED] wrote:
 Here's my uname -a:

 FreeBSD fbsd.its1.localhost.com 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb
 24 10:35:36 UTC 2008
 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC
 amd64

 Error upon running adduser:

 pwd_mkdb: 14 uid is incorrect
 pwd_mkdb: /etc/master.passwd: Inappropiate file type or format
 pw: user 'froilanr' disappeared during update
 adduser: ERROR: There was an error adding user (froilanr).

 NOTE: I already read the FreeBSD handbook and google search the problem, but
 I can't see a solution.

 Thank you in advance.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]