You are not logged in.

aciel

Unregistered

1

Wednesday, June 11th 2008, 8:40pm

kde4 won't start with remote-mounted home directories (dbus)

Regarding the following bug report, since there's no new activity:
https://bugs.launchpad.net/ubuntu/+sourc…de4/+bug/187918

I'm automounting my home directory via nfs (it's on a separate machine on the network), with ldap authentication. It appears that automounted directories cannot be accessed as the superuser on the machine that is mounting them.

In other words, I can do this:
$ cd ~
$ touch blah

But I cannot do this:
$ cd ~
$ sudo touch blah
touch: cannot touch `blah': Permission denied

My theory is that kdm-kde4 is using some kind of sudo command to run /usr/lib/kde4/bin/startkde, which works absolutely fine if I run it from an xterm without sudo.

Any thoughts? Any way to disable this? I can't find an option for it in the config files. Any work-arounds other than logging into xterm and then starting qdbus and running startkde myself?

Cheers,
John Woods

2

Wednesday, June 11th 2008, 8:43pm

bump

3

Thursday, June 12th 2008, 6:17pm

Is your home directory exported with the "no_root_squash" option on the server? see "man exports" for explanation.

Similar threads