LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 10-31-2007, 09:46 AM   #16
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Original Poster
Rep: Reputation: 68

Your right I rebooted and I still have the problem, after running commands
below, I can still no longer get konqueror to give me write privileges

mickey@mickey-desktop:~$ sudo konqueror
Error: "/var/tmp/kdecache-mickey" is owned by uid 1000 instead of uid 0.
Error: "/tmp/kde-mickey" is owned by uid 1000 instead of uid 0.
Error: "/tmp/ksocket-mickey" is owned by uid 1000 instead of uid 0.
Error: "/var/tmp/kdecache-mickey" is owned by uid 1000 instead of uid 0.
Error: "/var/tmp/kdecache-mickey" is owned by uid 1000 instead of uid 0.
Error: "/var/tmp/kdecache-mickey" is owned by uid 1000 instead of uid 0.
Error: "/var/tmp/kdecache-mickey" is owned by uid 1000 instead of uid 0.
Error: "/var/tmp/kdecache-mickey" is owned by uid 1000 instead of uid 0.

mickey@mickey-desktop:~$ xhost +
access control disabled, clients can connect from any host

mickey@mickey-desktop:~$ sudo konqueror
Error: "/var/tmp/kdecache-mickey" is owned by uid 1000 instead of uid 0.
Error: "/tmp/kde-mickey" is owned by uid 1000 instead of uid 0.
Error: "/tmp/ksocket-mickey" is owned by uid 1000 instead of uid 0.
Error: "/var/tmp/kdecache-mickey" is owned by uid 1000 instead of uid 0.
Error: "/var/tmp/kdecache-mickey" is owned by uid 1000 instead of uid 0.
Error: "/var/tmp/kdecache-mickey" is owned by uid 1000 instead of uid 0.
Error: "/var/tmp/kdecache-mickey" is owned by uid 1000 instead of uid 0.
Error: "/var/tmp/kdecache-mickey" is owned by uid 1000 instead of uid 0.
kio (KIOConnection): ERROR: Could not write data
Error: "/var/tmp/kdecache-mickey" is owned by uid 1000 instead of uid 0.

mickey@mickey-desktop:~$ kdesu konqueror
Error: "/var/tmp/kdecache-mickey" is owned by uid 1000 instead of uid 0.

Error: "/tmp/kde-mickey" is owned by uid 1000 instead of uid 0.

Error: "/tmp/ksocket-mickey" is owned by uid 1000 instead of uid 0.

Error: "/var/tmp/kdecache-mickey" is owned by uid 1000 instead of uid 0.

Error: "/var/tmp/kdecache-mickey" is owned by uid 1000 instead of uid 0.

Error: "/var/tmp/kdecache-mickey" is owned by uid 1000 instead of uid 0.

Error: "/var/tmp/kdecache-mickey" is owned by uid 1000 instead of uid 0.

mickey@mickey-desktop:~$

Last edited by mickeyboa; 10-31-2007 at 09:51 AM.
 
Old 10-31-2007, 10:40 AM   #17
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Original Poster
Rep: Reputation: 68
I googled the line below and it's all over the Internet, kde, in Suse, Ubuntu, Fedora and real bad in Ubuntu, no one seems to have a fix for the problem. But a whole lot of guessing.
I have two new $Windows users I want to install Kubuntu this week, but with this problem ?
I guess I will try to reinstall and see if I have better luck.

Error: "/var/tmp/kdecache-mickey" is owned by uid 1000 instead of uid 0.
 
Old 10-31-2007, 10:40 AM   #18
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
Debian based systems have 1000 as first uid, see /etc/adduser.conf

su or su - is not sufficient, you need to have the correct security-cookie which belongs to "user" (that started the session manager) and is in .Xauthority
As root has full access to the filesystem, he can access /home/user/.Xauthority.

So one of these should work:

$ su or su -


# xauth merge /home/user/.Xauthority
or
# export XAUTHORITY=/home/user/.Xauthority
or
# cd
# ln -s /home/user/.Xauthority

This last method will stay on reboot.


Take care when you run as root!

Last edited by nx5000; 10-31-2007 at 10:42 AM.
 
Old 10-31-2007, 11:16 AM   #19
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Original Poster
Rep: Reputation: 68
root@mickey-desktop:/home/mickey# xauth merge /home/mickey/.Xauthority
root@mickey-desktop:/home/mickey# export XAUTHORITY=/home/mickey/.Xauthority
root@mickey-desktop:/home/mickey#

Both commands ran, but what path were you "cd" to before running ln -s ?
 
Old 10-31-2007, 02:04 PM   #20
nx5000
Senior Member
 
Registered: Sep 2005
Location: Out
Posts: 3,307

Rep: Reputation: 57
without parameter, cd brings you to $HOME

you have seen that there is an 'or' between each line, one is sufficient.
and did konqueror start then?

here it works (tm)
 
Old 10-31-2007, 02:58 PM   #21
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Original Poster
Rep: Reputation: 68
No,
I have other errors also poping up , I'm just going to pull a $Windows
and "Format c:" and reinstall Kubuntu , this was a new install with all these errors.
Thanks for your help.
 
Old 11-01-2007, 05:14 PM   #22
Brian1
LQ Guru
 
Registered: Jan 2003
Location: Seymour, Indiana
Distribution: Distribution: RHEL 5 with Pieces of this and that. Kernel 2.6.23.1, KDE 3.5.8 and KDE 4.0 beta, Plu
Posts: 5,700

Rep: Reputation: 65
Don't have anymore ideas. Reread through the post and notice it was kubuntu. Just thought it was Fedora based on sig.

Brian
 
Old 11-01-2007, 06:43 PM   #23
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Original Poster
Rep: Reputation: 68
no , I have Fedora 7 on one of my boxes , and don't have any problems
with KDE and SU.
I noticed on google that someone with earlier version of Fedora was having that problem.
 
Old 11-02-2007, 05:01 PM   #24
mickeyboa
Senior Member
 
Registered: May 2004
Location: Indianapolis, Indiana
Distribution: FC-KDE, 32 and 64 bit
Posts: 1,719

Original Poster
Rep: Reputation: 68
The update for "kdesu" just came out yesterday or today and fixed this problem.
Isn't Linux Great, these bugs get fixed fast, unlike $Windows.
 
  


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
How to run konqueror from command line statyk Linux - Software 6 10-13-2006 05:16 PM
konqueror crashes when I run it from the console santiagosilva Linux - Software 3 08-13-2006 02:40 PM
File Manager and Konqueror won't run S3ct0r Debian 2 05-29-2004 12:09 PM
Java applets run fine in Konqueror, but won't run in MS IE. OAnimal Linux - Software 7 12-04-2002 06:32 AM
Konqueror will not run OrsonMork Linux - Newbie 1 04-19-2002 02:53 AM

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

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