[SOLVED] Mint not recognizing my password

Questions about Grub, UEFI,the liveCD and the installer
Forum rules
Before you post please read this

[SOLVED] Mint not recognizing my password

Postby catalin-ch on Sun Jun 10, 2012 3:21 pm

I had my laptop in sleep mode overnight and when I started it it didn't recognize my password. I write the password, press enter and a black screen with some scripts appears for a second or so then the login page comes back. I didn't change my password and I am positive I enter it correctly. Also when I go to the upper right corner from the login screen and try to shut down or restart, nothing happens so I need to force shut down. I am able to login as root (i have the same password for root and my normal user btw) or guest, but not as my normal user.

Anything I can do other than reinstalling the OS? I don't want to lose my files! I am using Mint 12 Lisa.
Last edited by catalin-ch on Mon Jun 11, 2012 8:23 pm, edited 1 time in total.
Linux Mint 12 MATE | Dell Latitude E4300 13.3" | Intel Core Duo @ 2.4Ghz | 4GB DDR3 RAM @ 1066Mhz
catalin-ch
Level 1
Level 1
 
Posts: 43
Joined: Sat May 05, 2012 1:46 pm

Linux Mint is funded by ads and donations.
 

Re: Mint not recognizing my password

Postby oobetimer on Sun Jun 10, 2012 4:07 pm

It is not a password-problem. X-server is falling down, so you could try to login gnome-classic mode (if you have it installed). An another way to solve the problem, is to boot to the recovery mode and repair X-server settings (there should be an option).
User avatar
oobetimer
Level 7
Level 7
 
Posts: 1890
Joined: Tue Jun 01, 2010 12:53 pm
Location: Finland / above the Arctic Circle

Re: Mint not recognizing my password

Postby catalin-ch on Sun Jun 10, 2012 4:23 pm

oobetimer wrote:It is not a password-problem. X-server is falling down, so you could try to login gnome-classic mode (if you have it installed). An another way to solve the problem, is to boot to the recovery mode and repair X-server settings (there should be an option).


Thanks. I tried gnome classic and mate from the login screen but same thing happens. How do I boot in recovery mode, I don't see any options and how do i repair the X-server?
Linux Mint 12 MATE | Dell Latitude E4300 13.3" | Intel Core Duo @ 2.4Ghz | 4GB DDR3 RAM @ 1066Mhz
catalin-ch
Level 1
Level 1
 
Posts: 43
Joined: Sat May 05, 2012 1:46 pm

Re: Mint not recognizing my password

Postby oobetimer on Sun Jun 10, 2012 4:33 pm

catalin-ch wrote:
oobetimer wrote:It is not a password-problem. X-server is falling down, so you could try to login gnome-classic mode (if you have it installed). An another way to solve the problem, is to boot to the recovery mode and repair X-server settings (there should be an option).


Thanks. I tried gnome classic and mate from the login screen but same thing happens. How do I boot in recovery mode, I don't see any options and how do i repair the X-server?


The boot menu should appear when you are pressing a shift key at the boot moment. There should be a selecting-box where are the choises.
Attachments
X-fix.jpg
X-fix.jpg (18.8 KiB) Viewed 446 times
User avatar
oobetimer
Level 7
Level 7
 
Posts: 1890
Joined: Tue Jun 01, 2010 12:53 pm
Location: Finland / above the Arctic Circle

Re: Mint not recognizing my password

Postby catalin-ch on Sun Jun 10, 2012 6:26 pm

oobetimer wrote:
catalin-ch wrote:
oobetimer wrote:It is not a password-problem. X-server is falling down, so you could try to login gnome-classic mode (if you have it installed). An another way to solve the problem, is to boot to the recovery mode and repair X-server settings (there should be an option).


Thanks. I tried gnome classic and mate from the login screen but same thing happens. How do I boot in recovery mode, I don't see any options and how do i repair the X-serve


The boot menu should appear when you are pressing a shift key at the boot moment. There should be a selecting-box where are the choises.


Ok I got to the recovery menu but my options are

resume
fsck
remount
root

Nothing about the X server.
Linux Mint 12 MATE | Dell Latitude E4300 13.3" | Intel Core Duo @ 2.4Ghz | 4GB DDR3 RAM @ 1066Mhz
catalin-ch
Level 1
Level 1
 
Posts: 43
Joined: Sat May 05, 2012 1:46 pm

Re: Mint not recognizing my password

Postby oobetimer on Sun Jun 10, 2012 6:40 pm

You can do it via root prompt also. Drop yourself to root and give commands

Xorg -configure
cp /root/xorg.conf.new /etc/X11/xorg.conf
exit

Then resume and give your login-name and password when they will be asked and start X using command startx
User avatar
oobetimer
Level 7
Level 7
 
Posts: 1890
Joined: Tue Jun 01, 2010 12:53 pm
Location: Finland / above the Arctic Circle

Re: Mint not recognizing my password

Postby catalin-ch on Sun Jun 10, 2012 6:54 pm

When I enter Xorg -configure it returns Fatal server error.
Linux Mint 12 MATE | Dell Latitude E4300 13.3" | Intel Core Duo @ 2.4Ghz | 4GB DDR3 RAM @ 1066Mhz
catalin-ch
Level 1
Level 1
 
Posts: 43
Joined: Sat May 05, 2012 1:46 pm

Re: Mint not recognizing my password

Postby oobetimer on Mon Jun 11, 2012 6:54 am

catalin-ch wrote:When I enter Xorg -configure it returns Fatal server error.


More secure is more difficult .. :roll:

On the boot menu press e-key and edit the boot parameters, removing ro quiet splash and adding rw single. F10 key boots you to the single mode.

In the single mode make commands

Xorg -configure
cp /root/xorg.new /etc/X11/xorg.conf
reboot
User avatar
oobetimer
Level 7
Level 7
 
Posts: 1890
Joined: Tue Jun 01, 2010 12:53 pm
Location: Finland / above the Arctic Circle

Re: Mint not recognizing my password

Postby catalin-ch on Mon Jun 11, 2012 10:51 am

oobetimer wrote:
catalin-ch wrote:When I enter Xorg -configure it returns Fatal server error.


More secure is more difficult .. :roll:

On the boot menu press e-key and edit the boot parameters, removing ro quiet splash and adding rw single. F10 key boots you to the single mode.

In the single mode make commands

Xorg -configure
cp /root/xorg.new /etc/X11/xorg.conf
reboot


Xorg -configure returns something ending with Configuration failed and Closing log
cp /root/xorg.new /etc/X11/xorg.conf returns "cp: cannot stat '/root/xorg.new' : No such file or directory"
Linux Mint 12 MATE | Dell Latitude E4300 13.3" | Intel Core Duo @ 2.4Ghz | 4GB DDR3 RAM @ 1066Mhz
catalin-ch
Level 1
Level 1
 
Posts: 43
Joined: Sat May 05, 2012 1:46 pm

Re: Mint not recognizing my password

Postby catalin-ch on Mon Jun 11, 2012 4:02 pm

Update: I installed Mint 13 Maya leaving /home untouched but I still have the same problem. Do to more explicit prompts I understand now that what happens is that I am being logged in then immediately logged out and that I might be due to low disk space. I did get a low disk space warning recently. How can I fix it without reformatting /home? Would resizing the partitions help?
Linux Mint 12 MATE | Dell Latitude E4300 13.3" | Intel Core Duo @ 2.4Ghz | 4GB DDR3 RAM @ 1066Mhz
catalin-ch
Level 1
Level 1
 
Posts: 43
Joined: Sat May 05, 2012 1:46 pm

Re: Mint not recognizing my password

Postby oobetimer on Mon Jun 11, 2012 4:05 pm

catalin-ch wrote:Xorg -configure returns something ending with Configuration failed and Closing log
cp /root/xorg.new /etc/X11/xorg.conf returns "cp: cannot stat '/root/xorg.new' : No such file or directory"


You could make /etc/X11/xorg.conf file by hand (eg. via liveCD) or single root mode. Something like that could work:

Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
EndSection


viewtopic.php?f=90&t=104012&p=588555&hilit=xorg.conf&sid=f91791f1a34ceaa635073b9909a8b7df#p588555

PS. Command lspci | grep VGA tells your video card.
User avatar
oobetimer
Level 7
Level 7
 
Posts: 1890
Joined: Tue Jun 01, 2010 12:53 pm
Location: Finland / above the Arctic Circle

Re: Mint not recognizing my password

Postby catalin-ch on Mon Jun 11, 2012 8:22 pm

Nope it was a disk space issue. I booted on gparted and used it to make some space on my /home partition and that solved the issue. Thanks for your help.
Linux Mint 12 MATE | Dell Latitude E4300 13.3" | Intel Core Duo @ 2.4Ghz | 4GB DDR3 RAM @ 1066Mhz
catalin-ch
Level 1
Level 1
 
Posts: 43
Joined: Sat May 05, 2012 1:46 pm

Re: [SOLVED] Mint not recognizing my password

Postby tomek_wap on Tue Jun 12, 2012 3:35 am

Ive had that last night too.

All i did was: process mint update and edited "resume" with UUID for swap (but no value was changed as it was correct) - just saved the file.

After reboot had the same problem, entering correct password black screen appeared with "scrips" or something, but not even pause worked to check what was wrong there.

After google'ing up, ive decided to give it a try with installing gnome ... it was there, but it installed anyway.

Used command: sudo apt-get install gnome

And it worked :)
So really i dont know what happened before the reboot.

Sent from my GT-I9100 using Tapatalk 2
Thomas
Linux Registered User: 368765
Lenovo G770 i5-2410M 2.3Ghz 8GB RAM
Mint 13 Maya 64-bit
tomek_wap
Level 1
Level 1
 
Posts: 7
Joined: Sat May 26, 2012 12:20 pm

Linux Mint is funded by ads and donations.
 

Return to Installation & Boot

Who is online

Users browsing this forum: Google Adsense [Bot] and 22 guests