Error: "/var/tmp/kdecache-<username>" is owned by uid [...]

The place to discuss linux version of MakeMKV
Post Reply
bgmf666
Posts: 2
Joined: Fri Jan 13, 2012 7:48 pm

Error: "/var/tmp/kdecache-<username>" is owned by uid [...]

Post by bgmf666 »

I've just tried to use MakeMKV but unfortunately I was drawn back by a problem I consider more a Linux related problem than MakeMKV one, but since I'm not that sure, I thought: Let's just ask them :)

After installing it, I receive the following error on the attemt to start it:

Code: Select all

Error: "/var/tmp/kdecache-<username>" is owned by uid 1000 instead of uid 0.
I've checked it and yes: I'm in usergroup 1000 - since I'm not root, which I consider quit normal...

I'm using Ubuntu 11.10 - no fresh install but an upgraded version from 11.04.

Thanks for your tipps!

Daniel
crowfax
Posts: 972
Joined: Thu Feb 18, 2010 5:55 am

Re: Error: "/var/tmp/kdecache-<username>" is owned by uid [.

Post by crowfax »

just chown it to your user.

Code: Select all

sudo chown -R /var/tmp/kdecache-<username> username:username
Then if you wanna make sure that everyone else still has access to it

Code: Select all

sudo chmod g+w /var/tmp/kdecache-<username>
I take no responsibility for breaking your desktop.
Home Theater PC: Assassin HTPC, XBMCbuntu 12.0 (Frodo), Intel i5 3570k 3.4 GHz Ivy Bridge w/ HD 4000, LG BD-ROM
Playback Devices: Mede8er MED600X3D, MyGica EnjoyTV 120, Xtreamer SideWinder 3, Crystal Acoustics MediaMatchBox
bgmf666
Posts: 2
Joined: Fri Jan 13, 2012 7:48 pm

Re: Error: "/var/tmp/kdecache-<username>" is owned by uid [.

Post by bgmf666 »

The funny thing is: There is only one user. <username> is just the wildcard for it... chown would only change the user to itself - if you understand what I mean.
Post Reply