LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Can't start up Kubuntu, it keeps asking me password in loop. (https://www.linuxquestions.org/questions/linux-general-1/cant-start-up-kubuntu-it-keeps-asking-me-password-in-loop-679948/)

federicodemaria 10-30-2008 02:00 AM

Can't start up Kubuntu, it keeps asking me password in loop.
 
I have Kubuntu.

1. It boots properly

2. Comes the graphics that asks me password.

3. I enter the correct password

4. Black screen comes

5. Asking me the password again.

It goes in loop from 2. to 5.
Entering in recovering mode, i tried to add a user (adduser). Apparently nothing has changed. Still asking the password of the previous user. Don't know what to do

thanx a lot.

hug,
fede

jschiwal 10-30-2008 05:40 AM

Enter [ctrl]-[alt]-F2 and try to log in to a virtual terminal instead of graphically.

Another thing to try is to boot up with a rescue disk or live distro and read the xorg, xdm/kdm logs and the messages log. Find out if you are failing authentication or if xdm/kdm or mingetty is crashing and respawning.

federicodemaria 10-30-2008 05:59 AM

it works, but then...
 
thanx jschiwal

I can login from the Console.
But then i don't know what to do

username@systemaname:~$

what should i do? Is there any command that would allow me, once i have logged in, to pass from Console to my 'computer'?

f

federicodemaria 10-30-2008 06:33 AM

I tried to go back to graphic mode. With Ctrl Alt F7 it does not work, while with startx comand it gives me this


(**)RADEON(0): RADEONRestoreMode()

...

(**)RADEON(0): RADEONRIC loseScreen
FreeFontPath: FPE"/usr/share/fonts/X11/misc" refcount is 2, should be 1; fixing.

username@systemname:~$



Help! :->

thanx,
fede

federicodemaria 10-30-2008 09:57 AM

http://www.linuxquestions.org/questi...essage-629072/

i tried, but...


$ sudo mkdir /etc/dbus-1/ session.d

mkdir: no se puede crear el directorio 'etc/dbus-1/' : el fichero ya existe

username@systemname:~$



(((in english:
mkdir: impossible to create directory 'etc/dbus-1/': the file already exists)))

And now?

thanx
f

federicodemaria 10-30-2008 10:41 AM

ohi ohi ohi... help! -please-

The sentence in spanish means: "impossible to create temporal file for this document. there is no free space in the device"


username@systemname:~$ startx
hostname: unknown host
/usr/bin/startx: line 132: no se puede crear archivo temporal para este documento: no hay espacio libre en el dispositivo
/usr/bin/startx: line 150: no se puede crear archivo temporal para este documento: no hay espacio libre en el dispositivo
/usr/bin/startx: line 150: no se puede crear archivo temporal para este documento: no hay espacio libre en el dispositivo


Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again

Xlib: connection to ":0.0" refused by server
Xlib: Invalid MIT-MAGIC-COOKIE-1 key
giving up
xinit: unable to connect to X server
xinit: No such process (errno 3): Server error.
username@systemname:~$



Could have been this caused by the fact that there is no free space on my hard disk. it could be that is full.
What can i do?

I removed /tmp/.X0-lock
following

http://www.linuxforums.org/forum/sus...ient=firefox-a

getting the same result


Fatal server error:
Server is already active for display 0
If this server is no longer running, remove /tmp/.X0-lock
and start again.





thanx
fede

NB On my laptop i have Kubuntu and Windows. I'm trying to pass form W to L, definitively. Just having few problems

jschiwal 10-30-2008 02:28 PM

Sounds like it is time to do some cleaning up. Determine which filesystem is full and what you can delete.
For /var/log/, look for archived log files that have .gz at the end of the filename.
Does your system rotate logs? Look in /etc/logrotate.d/ and read "man logrotate" to make sure.
If it is your home partition, you can probably backup then delete old documents you don't need.

You can clear your brower cache, and delete the contents of ~/.thumbnails. These can have thousands of files in them.
Enable the clearing of /tmp when you reboot. This can prevent /tmp from being filled.


All times are GMT -5. The time now is 08:19 PM.