Bug in some way but where? Where to file a bug?

Martin Pitt martin.pitt at ubuntu.com
Sat Apr 5 06:19:11 UTC 2014


Thomas Novin [2014-04-04 23:20 +0200]:
> $ sudo ls -la .cache/dconf
> total 12
> drwx------  2 root  root  4096 mar 28 18:06 .
> drwx------ 24 thnov thnov 4096 apr  4 22:45 ..
> -rw-------  1 root  root     2 mar 28 18:06 user
> 
> $ sudo ls -la .dbus
> total 12
> drwx------  3 root  root  4096 mar 28 18:06 .
> drwxr-xr-x 35 thnov thnov 4096 apr  4 22:47 ..
> drwx------  2 root  root  4096 mar 28 18:06 session-bus

You somehow managed to get root-owned files into your home directory.
In particular, the .cache/dconf/user file is rather worrying. If you
fix that with

  sudo chown -R thnov:thnov ~

it should be all fine again, and probably also fix a couple of other
misbehaviours.

Martin

-- 
Martin Pitt                        | http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)




More information about the Ubuntu-devel-discuss mailing list