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 > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 01-04-2005, 04:24 AM   #1
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Rep: Reputation: 68
Can not get into Gnome or Kde


This is the third computer that this has happen on using FC3 and right after getting the latest
updates , the three computers where using ,Nvidia,ATI,SIS video cards,Pentiums and
AMD athlons.
After this happen I set Selinux to disabled, but I still can't get back into Gnomeor KDE.

After I login I get this message
could not start kdeinit. Check your installation
if i close the message, this appears
could not read network connection list
/hone/kay/.DCOPserver_kay_0
i get another message that says
ACPI Unable to locate RSDP
next message is there was an error setting up
inter-process communications for KDE. The message
returned by system was: Please check that the
"dcopserver" program is running
I hit ok and it returns me to login window

When I login to Gnome I get the following messages
The application "nautils" has quit unexpectedly. You
can inform the developers of what happened to help
them fix it. Or you can restart the application right
now
three choices
Restart application XClose Inform Developers
I clicked the restart button and Gnome appears, but
not correctly. An application menu lets me do a
little in Gnome. No icons and most programs do not
work.

I sure hope someone can figure this out ,it's not helping me to
support Linux when my friends see this happening.

Thanks

Jim
 
Old 01-04-2005, 09:35 AM   #2
iainr
Member
 
Registered: Nov 2002
Location: England
Distribution: Ubuntu 9.04
Posts: 631

Rep: Reputation: 30
I had this problem when migrating from Mandrake and it was because of file permissions. Under Mandrake my UID was 501, under Fedora it was 500, so I didn't own the files in my home dir. Doing a chown on everything (just chown -R * isn't enough as it doesn't do . files like .kde) fixed the problem.

Failing that, check that you can ping localhost and your network adapter and that you can ping your hostname.
 
Old 01-04-2005, 12:15 PM   #3
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Original Poster
Rep: Reputation: 68
Does Selinux change permissions ?
I t seems this problem happen each time a new Selinux Policy
change came out, on the three different computers that had problems.

Thanks

Jim
 
Old 02-22-2005, 02:39 PM   #4
Mel_P
LQ Newbie
 
Registered: Mar 2004
Location: UK
Distribution: Mandrake 9.2
Posts: 19

Rep: Reputation: 0
Quote:
Originally posted by iainr

Doing a chown on everything (just chown -R * isn't enough as it doesn't do . files like .kde) fixed the problem.
I have same error - what do you mean "Doing a chown on everything" please ??

Mel P
 
Old 03-01-2005, 12:58 AM   #5
arst05
Member
 
Registered: Nov 2004
Location: Arkansas
Distribution: RHEL 3 Enterprise/Fedora Core 3
Posts: 38

Rep: Reputation: 15
Re:

He was refering changing ownership of the files with the chown command.

You can type 'man chown' at the command prompt it will bring up a man page with the syntax on the command and usage.
 
Old 03-01-2005, 04:11 AM   #6
Mel_P
LQ Newbie
 
Registered: Mar 2004
Location: UK
Distribution: Mandrake 9.2
Posts: 19

Rep: Reputation: 0
Will look at that - thanks

Mel P
 
Old 03-02-2005, 03:33 AM   #7
pintooo15
Member
 
Registered: May 2004
Location: India
Distribution: openSUSE Tumbleweed
Posts: 94

Rep: Reputation: Disabled
Quote:
there was an error setting up inter-process communications for KDE. The message returned by system was: Please check that the "dcopserver" program is running
I am still having the problem. I use KDE applications on IceWM desktop. Comparing with another Mandrake 10.1 I observed that somehow my .DCOPserver file and some other files got deleted. How can I regenerate these files; the absence of which throws up the above error.

Thank you.
 
Old 03-02-2005, 11:51 AM   #8
sbassett
Member
 
Registered: Dec 2004
Location: USA
Distribution: CentOS 4.4,Ubuntu 6.10&7.04,Win XP(the wife's)
Posts: 151

Rep: Reputation: 30
I would not worry about the DCOPServer file itself. This can be removed with out any fatal errors. It is mainly, it appears, communicating with the actual DCOP server itself and creating the new DCOPServer file. So it appears that this file cannot be created withing you home directory. If this is a id problem, I would go with the numerical uid.gid first. If you are the main user on the system, it would be safe to assume that your uid and gid are 500 . So

Code:
chown -R 500.00 /home/(yourloginname)/*
Code:
chown -R 500.500 /home/(yourloginname)/*.*
This should take care of all the permission issues, after this has been completed, I would suggest checking your setting in system-config-users or kuser. If there are any inconsistencies, correct them and reboot. Also, depending on what you are upgrading from it could be a different ID, most common are 500 501 and 1000. If the 500 does not work, I would try 1000 then 501.

I might not speak for everyone here when I say this, but if you are going to user a system for desktop use, I would strongly encourage you stay away from SELinux for now. It can cause many headaches (as I am sure you are aware), though it does appear to be progressing along nicely for server user.
 
Old 03-03-2005, 11:28 AM   #9
pintooo15
Member
 
Registered: May 2004
Location: India
Distribution: openSUSE Tumbleweed
Posts: 94

Rep: Reputation: Disabled
there are 2 users on my system besides the root 500 and 501.

should i do a chown as root or as the respective user (500 or 501). doing a chown as a normal user returns messages for many files as "Operation not permitted".

why are there 2 chown commands, are both to be used.

Quote:
I would suggest checking your setting in system-config-users or kuser. If there are any inconsistencies, correct them and reboot.
what inconsistencies?


Thank you for the help already provided...looking forward to working on my linux box again but still a little help behind...Please help me.

Diabolic Preacher
As Is

p.s. there is a mandrake advisory about some vulnerability in kde 3.2.x do u think that is an affecting factor?
 
  


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
I have a Igel that comes with kde and gnome. gnome can not view the network thefedexguy Linux - Networking 5 01-21-2017 03:35 PM
KDE/GNOME switching? And how to connect to the internet in GNOME SuSE 10.0 Cards_STL SUSE / openSUSE 14 10-29-2005 07:21 PM
Gnome error - now I cant get xterm,kde,gnome covertops Linux - Newbie 3 02-24-2005 07:58 AM
couple of qs, gnome ftp, removing kde or improving speed of kde, startup modprobe darkleaf Linux - Software 2 07-20-2004 09:54 AM
kde destroyed my gnome! i hate kde! drigz Linux - Software 3 06-04-2004 06:25 AM

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

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