LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-09-2012, 08:22 PM   #1
itstraining
LQ Newbie
 
Registered: Apr 2012
Location: Ports vila Vanuatu
Distribution: Linux Mint 12
Posts: 6

Rep: Reputation: Disabled
Question I cant log in to my Linux Mint user account using my user name and password


I can't log in to my user account using my password and when I boot on the recovery mode to change the password,it accept my password to be root, I entered new password I get a message
"Authentication token manipulation error"
"password unchanged"
 
Old 04-09-2012, 08:57 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,400
Blog Entries: 28

Rep: Reputation: 6166Reputation: 6166Reputation: 6166Reputation: 6166Reputation: 6166Reputation: 6166Reputation: 6166Reputation: 6166Reputation: 6166Reputation: 6166Reputation: 6166
I don't have a way of testing it with a Mint rescue disk, but I would expect that entering as root

Code:
passwd [username]
to prompt me to enter a new password for [username], so long as [username] already exits in /etc/passwd.

Could you post the sequence of commands and output here? It might give us a hint.
 
Old 04-10-2012, 12:02 AM   #3
itstraining
LQ Newbie
 
Registered: Apr 2012
Location: Ports vila Vanuatu
Distribution: Linux Mint 12
Posts: 6

Original Poster
Rep: Reputation: Disabled
The sequence of commands and output is as followed;

itstraining-system-Product-Name ~ # passwd itstraining
Enter new UNIX password:
Retype new UNIX password:
passwd: Authentication token manipulation error
passwd: password unchanged
itstraining-System-product-Name ~ # _
 
Old 04-10-2012, 12:12 AM   #4
Zssfssz
Member
 
Registered: Sep 2011
Location: Las Vegas!
Distribution: Ubuntu n' Flavors, ReactOS, MINIX3, FreeDOS, Arch
Posts: 339

Rep: Reputation: Disabled
Humm... If iT is a fresh install you could just reuse the partition for it and reinstall it.
Otherwise it looks like something is wrong in /etc/shadow(?)(Where The Encrypted Passwords Are Stored) or the hash (the magical thing that encrypts your password).
Are you sure you entered the password the same way both times?
Most people say don't do this as root but: "startx"; this will start the GUI and maybe somthin under manage user accounts will help. If it asks for a password and blank isn't correct try "debian".

Are you sure your hard drive isn't damaged?
 
Old 04-10-2012, 12:39 AM   #5
itstraining
LQ Newbie
 
Registered: Apr 2012
Location: Ports vila Vanuatu
Distribution: Linux Mint 12
Posts: 6

Original Poster
Rep: Reputation: Disabled
Iam connected to the internet but by typing "startx" it says something about

xinit:unable to connect to x server: Network is unreachable
xinit:server error
xinit:error in locking authority file /root/.Xauthority

and the debian think is just not working, is there any other ways?????

Last edited by itstraining; 04-10-2012 at 12:42 AM.
 
Old 04-10-2012, 12:49 AM   #6
Zssfssz
Member
 
Registered: Sep 2011
Location: Las Vegas!
Distribution: Ubuntu n' Flavors, ReactOS, MINIX3, FreeDOS, Arch
Posts: 339

Rep: Reputation: Disabled
That's wired, knowing that x11 doesn't need Internet to run... There is an x server (used to handle the x11 libs for programs) but no x network...
Ohhhhhh!!!!! Linux Mint is a people-friendly distro, never have to log in as root means that no default configuration was ever created (the .Xathority it wad talking about).
Try su itstraining; it should drop you to a prompt as your user, then try startx again; if it doesn't work come back.
If manage user accountsdoesnt work, get all important data off the computer and reinstall it (not using a funky filesystem, stick to ext2 ext3 or ext4) That always works!

Last edited by Zssfssz; 04-10-2012 at 12:50 AM.
 
Old 04-10-2012, 12:58 AM   #7
2w!st3d
LQ Newbie
 
Registered: Apr 2012
Location: California USA
Distribution: @work - RHEL5, @home - Linux Mint, OpenSuse, Ubuntu
Posts: 4

Rep: Reputation: Disabled
Quote:
Originally Posted by itstraining View Post
I can't log in to my user account using my password and when I boot on the recovery mode to change the password,it accept my password to be root, I entered new password I get a message
"Authentication token manipulation error"
"password unchanged"


When you boot in recovery mode according to this post, The file system is read only by default. This would prevent you from "changing" the password on an account.

1) Switch to root
2) mount -rw -o remount /
3) passwd [username]

Hope that helps.
 
Old 04-10-2012, 01:02 AM   #8
Zssfssz
Member
 
Registered: Sep 2011
Location: Las Vegas!
Distribution: Ubuntu n' Flavors, ReactOS, MINIX3, FreeDOS, Arch
Posts: 339

Rep: Reputation: Disabled
I did that in Ubuntu yesterday!
How did I forget!
Sorry for all the grief!
$DIETY export Zssfssz="Bad Kitty"
 
Old 04-10-2012, 01:26 AM   #9
itstraining
LQ Newbie
 
Registered: Apr 2012
Location: Ports vila Vanuatu
Distribution: Linux Mint 12
Posts: 6

Original Poster
Rep: Reputation: Disabled
Hay chiefs I tried it all out but it didn't work out
I think I should be reinstalling the destro.
i'll come back to you after reinstalling to say how it goes

however thank for helping!!

Cheers to you'll
 
Old 04-10-2012, 10:18 PM   #10
itstraining
LQ Newbie
 
Registered: Apr 2012
Location: Ports vila Vanuatu
Distribution: Linux Mint 12
Posts: 6

Original Poster
Rep: Reputation: Disabled
Smile Thanks For The Advice

Hay I had it worked out after reinstalling the Mint.
Now I can do what I want with the Mint

Thanks again for the advice
 
Old 04-26-2012, 06:59 PM   #11
itstraining
LQ Newbie
 
Registered: Apr 2012
Location: Ports vila Vanuatu
Distribution: Linux Mint 12
Posts: 6

Original Poster
Rep: Reputation: Disabled
Hay hi there, I'm doing python programming in Linux and of course its my first time doing programming and using this python programming tool, and I just want to ask if any of you could give me a website that I could go to for TUTORIALS.

Last edited by itstraining; 04-26-2012 at 07:03 PM.
 
Old 04-26-2012, 07:20 PM   #12
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,596

Rep: Reputation: 2502Reputation: 2502Reputation: 2502Reputation: 2502Reputation: 2502Reputation: 2502Reputation: 2502Reputation: 2502Reputation: 2502Reputation: 2502Reputation: 2502
You might start at the python site, link below:

http://www.python.org/about/gettingstarted/
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] installing user account in mint 10 Julia bustertech Linux - Newbie 7 07-11-2011 08:06 PM
User Account without a Password devUnix Linux - Server 9 01-05-2011 07:39 AM
Can't log into user account nenochka9 Linux - Security 11 01-23-2006 06:33 AM
Samba -- XP user can log in to shares but smbclient user always gets password errors ejoe Linux - Software 3 04-18-2005 10:55 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration