LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva
User Name
Password
Mandriva This Forum is for the discussion of Mandriva (Mandrake) Linux.

Notices


Reply
  Search this Thread
Old 06-23-2005, 11:43 PM   #1
une
Member
 
Registered: May 2004
Location: Australia
Distribution: Mandrake 10, Puppy Linux 2.13
Posts: 201

Rep: Reputation: 30
My user Login is dead


I just started my Mandrake 10 system up and the usual user selection window appeared after the OS loaded up. When I tried to login to my usual Gnome session the screen went black for a second, then blue, then I was returned to the user login selection window. Tried a couple times after restarting the PC with the same result, it won't let me in. I could log in as root OK. I tried to login as a non-root user again but this time selected to login to a KDE session. This also failed. I got the error message;

"The following installation problem was detected while trying to start KDE -
No write access to "/home/adunkin/.ICE authority"
KDE is unable to start"

I then tried again but selected IceWM as the session type, this worked (thus I can ask this question here).

What has gone wrong? I seem to have suffered some sort of spontaneous meltdown in my Mandrake 10 system which has worked perfectly for months before this problem.
 
Old 06-24-2005, 12:07 AM   #2
zulfilee
Member
 
Registered: Apr 2004
Location: India
Distribution: Redhat,Fedora
Posts: 430

Rep: Reputation: 39
Change the permission of the directory
/home/adunkin
to adunkin

Probably some files in adunkin home directory are having root permission and the user is not able to access those files.

Cheers
Z
 
Old 06-26-2005, 10:56 PM   #3
une
Member
 
Registered: May 2004
Location: Australia
Distribution: Mandrake 10, Puppy Linux 2.13
Posts: 201

Original Poster
Rep: Reputation: 30
The permissions have never been altered but I checked them anyway. They are all OK. I still cannot log into Gnome or KDE sessions. It is weird because root and other users can still log into Gnome and KDE sessions as they always have been able to. A gremlin has crept into my user profile somewhere. Is there a way of repairing the damage that has mysteriously appeared?
 
Old 06-27-2005, 12:15 AM   #4
une
Member
 
Registered: May 2004
Location: Australia
Distribution: Mandrake 10, Puppy Linux 2.13
Posts: 201

Original Poster
Rep: Reputation: 30
I have also started receiving the following error message when launching applications under my saviour IceWM session quite a bit.

There was an error setting up inter-process communications for KDE. The message returned by the system was:
"Could not read network connection list.
/home/adunkin/.DCOPserver_localhost_0
Please check that the "dcopserver" program is running.


When I go into a terminal and try to run dcopserver I get the following;

[adunkin@localhost adunkin]$ dcopserver
/usr/X11R6/bin//iceauth: /home/adunkin/.ICEauthority not writable, changes will be ignored
DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
ICE Connection rejected!

DCOPClient::attachInternal. Attach failed Authentication Rejected, reason : None of the authentication protocols specified are supported and host-based authentication failed
DCOPServer self-test failed.
ICE Connection rejected!

iceauth: timeout in locking authority file /home/adunkin/.ICEauthority
[adunkin@localhost adunkin]$

It seems ICE and DCOPserver are related as I have seen both of these terms in error messages lately and my suspicion is that my login death is related to these problems. I really have no idea what it all means.
Hope this assists anyone in helping to solve my problems.
 
Old 06-27-2005, 12:30 AM   #5
zulfilee
Member
 
Registered: Apr 2004
Location: India
Distribution: Redhat,Fedora
Posts: 430

Rep: Reputation: 39
Can you try the following

Remove all DCOP sockets from your home directory.

rm .DCOP*

Be careful not to delete any of your files.

Change the permission of .ICEauthority to 777 .You can change it to 600 after it works

Check the tmp dir

Change the permission of dirs like
ksocket-adunkin
orbit-adunkin
mcop-adunkin
dcop-adunkin

to adunkin:adunkin
[Or you can move all these directories to some other tmp dir]

Now try to login as adunkin
Hope this will work

Cheers
Z
 
Old 06-27-2005, 01:22 AM   #6
une
Member
 
Registered: May 2004
Location: Australia
Distribution: Mandrake 10, Puppy Linux 2.13
Posts: 201

Original Poster
Rep: Reputation: 30
Thank you very much zulfilee. It appears you have solved my problem.

There were no .DCOP files in my home directory so the
rm .DCOP*
command did not do anything.

However logging in as root and changing the permissions of /home/adunkin/.ICEauthority to 777 did the trick.
I noticed that when I then logged as adunkin under Gnome and checked these permissions they were of course still set at 777. However I then ran KPPP and after doing this the permissions had changed to 600 automatically and DCOPserver files had appeared in my home directory. Not sure what is going on or why my problems occurred (I am a little curious) but the main thing is my system seems cured. What exactly happened is beyond me but I am extremely grateful for your help zulfilee.

You are obviously quite switched on zulfilee, so I'll stretch the friendship a little and ask;
"How do I maintain connection to my ISP between user logins under Mandrake 10"?
I recall that when using Redhat 7.2 and logging a user out, any active connection to the internet was maintained. When the next user logged in the connection was still active (reducing phone bills). Since using Mandrake 10 I have noticed when a user logs out the internet connection is killed and the next user has to dial up again. Any hints?
 
Old 06-27-2005, 01:57 AM   #7
zulfilee
Member
 
Registered: Apr 2004
Location: India
Distribution: Redhat,Fedora
Posts: 430

Rep: Reputation: 39
Thats a bit wierd but you can always run kppp with nohup

Try

nohup kppp

Nohup will make the command run in background even if the user or the terminal is logged off.

But I dont know any other way of keeing the connection alive

Cheers
Z

Note: When you run any KDE[Like kppp etc] application from Gnome Desktop, DCOP server is initialized and all the changes you observed happens.
 
Old 06-28-2005, 12:48 AM   #8
une
Member
 
Registered: May 2004
Location: Australia
Distribution: Mandrake 10, Puppy Linux 2.13
Posts: 201

Original Poster
Rep: Reputation: 30
I executed kppp from terminal with nohup, ie;
$ nohup kppp

kppp launched, but again connection did not remain between logins??
 
Old 06-28-2005, 02:04 AM   #9
zulfilee
Member
 
Registered: Apr 2004
Location: India
Distribution: Redhat,Fedora
Posts: 430

Rep: Reputation: 39
Hi,

I saw this in my kppp [Am using FC3 ]

There`s an option called configure in kppp and it has a tab by name Misc
There I have this option called disconnect on Xserver shutdown
Just turning off that option worked for me.


Cheers
Z
 
Old 07-02-2005, 06:50 AM   #10
une
Member
 
Registered: May 2004
Location: Australia
Distribution: Mandrake 10, Puppy Linux 2.13
Posts: 201

Original Poster
Rep: Reputation: 30
Thanks, I'll give it a try.
 
Old 07-10-2005, 08:34 AM   #11
une
Member
 
Registered: May 2004
Location: Australia
Distribution: Mandrake 10, Puppy Linux 2.13
Posts: 201

Original Poster
Rep: Reputation: 30
I tried that kppp config option but it made no difference, connection still terminated when I logged out.
 
  


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
Root login suddenly dead patrick-slack Linux - Security 9 08-25-2005 07:03 AM
Crazy blank dialog boxes and windows at login. Can't login as user soren625 Linux - General 2 08-11-2004 06:30 AM
Keyboard dead on console login - Gentoo new install janosh Linux - Newbie 3 07-31-2004 04:20 AM
I have re-installed MK 9.2 but cannot login as user, login as root works. bobinglis Mandriva 2 02-22-2004 11:39 AM
cant login (keyboard dead) fwee Slackware 8 10-12-2003 11:40 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Mandriva

All times are GMT -5. The time now is 11:23 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