pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkg/50294 (dbus + xfce/mate creates timeouts and cannot connect)



The following reply was made to PR pkg/50294; it has been noted by GNATS.

From: Petr Topiarz z Mnichovic <petr%topiarz.cz@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: 
Subject: Re: pkg/50294 (dbus + xfce/mate creates timeouts and cannot connect)
Date: Mon, 23 May 2016 10:00:18 +0200

 FOUND IT! Solution is a little different:
 
 I tried your fix, but it only helped me with one of four testing machines I have, I searched for the difference and I found out the one machine which had success, had dbus turned off (however enabled in rc.conf) and so if DBUS started with the session, all worked well, however if it was up and about before the session, it would keep making timeouts of all kind. SO the following works with i386 and amd64 both on 6.5 and 7.0.
 
 - enable dbus in rc.conf
 - stop dbus
 - start session with:
 exec dbus-launch --exit-with-session xfce4-session/mate-session
 
 now there goes the question how to automatize it:
 - use sudo and add a line switching off dbus into .xinitrc
 - make a script that launches after rc.d and switches off dbus
 - anything more clever?
 
 Youri do you think you can make it up and merge it upstream somehow?
 cheers
 Petr
 
 On Sun, May 22, 2016 at 11:00:00PM +0000, Youri Mouton wrote:
 > The following reply was made to PR pkg/50294; it has been noted by GNATS.
 > 
 > From: Youri Mouton <youri.mout%gmail.com@localhost>
 > To: gnats-bugs%NetBSD.org@localhost, pkgsrc-bugs%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
 >  petr%topiarz.cz@localhost
 > Cc: 
 > Subject: Re: pkg/50294 (dbus + xfce/mate creates timeouts and cannot connect)
 > Date: Mon, 23 May 2016 00:58:49 +0200
 > 
 >  On 23/05/16 00:57, youri%NetBSD.org@localhost wrote:
 >  > Synopsis: dbus + xfce/mate creates timeouts and cannot connect
 >  > 
 >  > State-Changed-From-To: open->feedback
 >  > State-Changed-By: youri%NetBSD.org@localhost
 >  > State-Changed-When: Sun, 22 May 2016 22:57:39 +0000
 >  > State-Changed-Why:
 >  > Can you try to add --force to the command launching dbus in rc.d/dbus? That fixes it for me.
 >  > 
 >  I meant --fork!
 >  > 
 >  > 
 >  
 >  -- 
 >  youri
 >  
 
 -- 
 Petr Topiarz
 -------------------------------------
 Sent by Mutt - by hackers for hackers
 


Home | Main Index | Thread Index | Old Index