Reply
 
Thread Tools Display Modes
  #1  
Old 08-22-2011, 04:55 AM
jacatone jacatone is offline
Junior Member
 
Join Date: Jan 2010
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problem with username/password
Installed PC-BSD 9 without a hitch, but now it won't let me get past the username/password. Tried the ones I selected during install along with "root" and "guest", but it won't let me in. Anyone know a solution? Thanks.
Reply With Quote
  #2  
Old 08-22-2011, 04:33 PM
Loki44 Loki44 is offline
Junior Member
 
Join Date: Jul 2011
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Had the same problem. When I installed pcbsd during the install I used a lame password like 12345 for both root and whell user, after loging in as root run passwd root and it will alow you to change the password to whatever you like, same goes with user in whell group just run passwd username and chang it. Not sure why this happend, the installer didn't seem to like complex passwords.
Reply With Quote
  #3  
Old 08-22-2011, 04:36 PM
kmoore134's Avatar
kmoore134 kmoore134 is offline
Administrator
 
Join Date: May 2005
Location: Knoxville, TN
Posts: 2,442
Thanks: 0
Thanked 106 Times in 88 Posts
Default Problem with username/password
Did either of you change your keyboard layout in the installation? If
so, can you use the "test layout" box at the bottom to confirm that your
password types as expected?
__________________
----
Kris Moore
PC-BSD Founder
Reply With Quote
  #4  
Old 08-22-2011, 04:48 PM
Loki44 Loki44 is offline
Junior Member
 
Join Date: Jul 2011
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
Smile
I for one didn't change the keyboard layout, just took the english/U.S. default.
Reply With Quote
  #5  
Old 08-22-2011, 05:06 PM
kmoore134's Avatar
kmoore134 kmoore134 is offline
Administrator
 
Join Date: May 2005
Location: Knoxville, TN
Posts: 2,442
Thanks: 0
Thanked 106 Times in 88 Posts
Default Problem with username/password
Can you send me offline some details about the password you are trying
to use then? Send it to kris@pcbsd.org. I don't need the full thing,
just randomize the characters you normally use and send it over so I can
test with all of them and narrow down the issue.
__________________
----
Kris Moore
PC-BSD Founder
Reply With Quote
  #6  
Old 11-18-2011, 03:34 PM
mbrown mbrown is offline
Junior Member
 
Join Date: Nov 2011
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default
Hello all, I'm new to these forums. I installed pc-bsd9 in virtual box 4.1.6 on mac osx 10.6.8. I am having similar login issues. The root user is working just fine, but the regular user will not seem to recognize the password. I did change the keyboard layout during installation to english(macintosh), which may have something to do with the issue. I think its pretty common to use some special characters (egs: `, $, #, %, &, ^, |, <, >, {, }, [, ], etc), but since most or all of these have special meanings in many programming languages, they can sometimes cause issues in a password. Perhaps that's the problem.

I'll try the advice when I've got a little time of changing the keyboard layout back to the default and perhaps that will work. Else, I'll just keep trying other ways to get into it.

Just thought I'd pass on that I was having similar issues.
Reply With Quote
  #7  
Old 02-21-2012, 05:08 PM
Ian_Robinson Ian_Robinson is offline
Senior Member
 
Join Date: Jan 2007
Location: Salem, Ohio, U.S.
Posts: 315
Thanks: 0
Thanked 1 Time in 1 Post
Default Problem with username/password
This is a me-too post. The login screen refuses to let me log in using PCBSD 9.0-RELEASE with all updates applied.

9.0-RELEASE FreeBSD 9.0-RELEASE #3: Tue Dec 27 14:14:29 PST 2011 root@build9x64.pcbsd.org:/usr/obj/builds/amd64/pcbsd-build90/fbsd-source/9.0/sys/GENERIC amd64


The installation was working fine since I installed it in early January 2012, but I suddenly cannot log in as user other than root. I have not changed the keyboard. The driver listed in xorg.conf is "kbd."

I know I have the correct password because after logging in as root, I can switch to a console where I can log in as the preferred non-root user with the assigned password (the same one that will not let me log in from the welcome screen).

I have tried changing the user's password via PCBSD Control Panel --> User Manager --> Select User Name --> Change Password. It did not work.

The only recent changes to the computer, which were successfully vetted as working well before this logon problem occurred, are changes to enable NFS and Samba servers by changing the following files:
/etc/exports
/etc/pf.conf
/etc/rc.conf
/etc/resolve.conf
/usr/local/etc/smb.conf


Ian Robinson
Salem, Ohio
__________________
Ian
FitchKendall AT Gmail.com
Reply With Quote
  #8  
Old 02-02-2013, 03:44 PM
anika200 anika200 is offline
Junior Member
 
Join Date: Feb 2013
Location: US
Posts: 6
Thanks: 1
Thanked 0 Times in 0 Posts
Default
I am having this exact same issue. I am trying to resolve it now. My situation is a little worse as it will not let me log in as root. I have booted to single user mode and ran
Code:
mount -a -o rw
then
Code:
passwd
Then after entering the new root password for a second time I get a pam module error and nothing seem to have changed.

I did change/add a keyboard layout in KDE to add Dvorak and make it the default. I am running PCBSD 9.1 x64. I also may have set my root password to the same as my user password as this is a habit of mine here at home.

I want to add the exact pam module error when I get back to the box.

What should I try next to resolve this problem, boot from live usb maybe and try from there?
Reply With Quote
  #9  
Old 02-03-2013, 07:10 PM
anika200 anika200 is offline
Junior Member
 
Join Date: Feb 2013
Location: US
Posts: 6
Thanks: 1
Thanked 0 Times in 0 Posts
Default
Follow up to my own situation, maybe someone will find it helpful.

My situation deteriorated after the above post until I could not even log in as my original user I set up on install. I finally gave up and did a complete re-install making sure to give the root and original user a different password, all is functioning as expected now.

Not sure if it was a combination of the same passwords and adding another keyboard layout or what. Seems to me that having two users with same password would not cause this on its own or if would not be possible on install.
Reply With Quote
  #10  
Old 06-02-2013, 08:35 PM
Priyadarshan Priyadarshan is offline
Junior Member
 
Join Date: Jun 2013
Posts: 3
Thanks: 0
Thanked 3 Times in 1 Post
Default
Originally Posted by jacatone View Post
Installed PC-BSD 9 without a hitch, but now it won't let me get past the username/password. Tried the ones I selected during install along with "root" and "guest", but it won't let me in. Anyone know a solution? Thanks.
I have the same problem.

Installed PC-BSD Rolling Release (following directions here: http://wiki.pcbsd.org/index.php/Using_a_Rolling_Release), chose XFCE desktop, install all packages, and used, for test, root password: aaaaaaa, and user password: bbbbbbb.

At reboot, i was not able to login, both as user or root.

[Added]

I then logged in in single user mode,

Code:
mount -a -o rw
Code:
passwd
and passwd gave error:

Code:
passwd: pam_chauthtok(): error in service module

Note: if I type the correct password, the screen goes briefly black, and after about 1 second it returns to the login screen.

If a wrong passsord is typed, the login screen is immediately reloaded. It feels like something is crashing in the post-login screen.

Last edited by Priyadarshan; 06-02-2013 at 08:53 PM. Reason: Details added
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:00 PM.


Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

Copyright 2005-2010, The PC-BSD Project. PC-BSD and the PC-BSD logo are registered trademarks of iXsystems.
All other content is freely available for sharing under the terms of the Creative Commons Attribution License.