Re: [gdm-list] gdm won't run after upgrade...



Hi,

On Fri, Oct 29, 2010 at 1:22 AM, Morgan Read <mstuff read org nz> wrote:
>> Try "pkill -f gdm" and see if that kicks it.
>>
>> It could also be a problem with the dbus security policy in /etc/dbus-1/system.d
>
> [root mythtv ~]# gdm
>
> ** (gdm-binary:1640): WARNING **: Failed to acquire org.gnome.DisplayManager
>
> ** (gdm-binary:1640): WARNING **: Could not acquire name; bailing out
> [root mythtv ~]#
>
> Hmmm, didn't work
Does "ps -ef |grep gdm" return anything?  That should tell if you it's
running already.

> - so, a dbus security policy - if I disable selinux
> would that rule out such I think.
No, SELinux policy is only one small part of dbus security policy.

> Is there some other sort of security police that might be affecting
> /etc/dbus-1/system.d ?
Right, in order to own the name org.gnome.DisplayManager there has to
be a file in

/etc/dbus-1/system.d

(by default called gdm.conf)

that has:

 <allow own="org.gnome.DisplayManager"/>

in it (among other things)

It could also be that gdm's idea of the system.d directory is
different than dbus daemon's idea.  (I have some vague notion of
someone on freebsd having to manually move files from /etc to
/usr/local/etc or vice-versa at some point)

--Ray


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]