Slow startup of Gnome - error from gnome-keyring-daemon

2009-01-14 Thread Ewald Jenisch
Hi,

After installing a new system with 7.1 from scratch, upgrading
kernel/system as well as ports to the current version I configured
X-win (X -configure) and finally fired up gnome.

First of all, Gnome takes a LOT of time to get up - it takes almost 5
minutes (!) till I get the icons for Computer, Trash and the icon
for my home folder displayed.

In /var/log/messages I see tons of the following messages:

Jan 14 16:44:17 mybox gnome-keyring-daemon[977]: error connecting to D-BUS 
system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No 
such file or directory
Jan 14 16:44:17 mybox gnome-keyring-daemon[977]: Scheduling hal init retry
Jan 14 16:44:47 mybox gnome-keyring-daemon[977]: error connecting to D-BUS 
system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No 
such file or directory
Jan 14 16:44:47 mybox gnome-keyring-daemon[977]: Scheduling hal init retry
Jan 14 16:45:17 mybox gnome-keyring-daemon[977]: error connecting to D-BUS 
system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No 
such file or directory
Jan 14 16:45:17 mybox gnome-keyring-daemon[977]: Scheduling hal init retry
Jan 14 16:45:47 mybox gnome-keyring-daemon[977]: error connecting to D-BUS 
system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No 
such file or directory
Jan 14 16:45:47 mybox gnome-keyring-daemon[977]: Scheduling hal init retry


I'm pretty sure, both symtoms, i.e. slow startup of gnome and these
error messages have something to do with each other...

So here are my questions:

o) Has anybody out there seen similar problems

o) Anything that can be done against this?

BTW, I'm running 7.1 with latest kernel  ports (see above) - 64bit
(AMD64) architecture

Thanks much in advance for any clue,
-ewald

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Slow startup of Gnome - error from gnome-keyring-daemon

2009-01-14 Thread Jonathan Chen
On Wed, Jan 14, 2009 at 04:48:59PM +0100, Ewald Jenisch wrote:
 Hi,
 
 After installing a new system with 7.1 from scratch, upgrading
 kernel/system as well as ports to the current version I configured
 X-win (X -configure) and finally fired up gnome.
 
 First of all, Gnome takes a LOT of time to get up - it takes almost 5
 minutes (!) till I get the icons for Computer, Trash and the icon
 for my home folder displayed.
 
 In /var/log/messages I see tons of the following messages:
 
 Jan 14 16:44:17 mybox gnome-keyring-daemon[977]: error connecting to D-BUS 
 system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No 
 such file or directory
 Jan 14 16:44:17 mybox gnome-keyring-daemon[977]: Scheduling hal init retry
 Jan 14 16:44:47 mybox gnome-keyring-daemon[977]: error connecting to D-BUS 
 system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No 
 such file or directory
 Jan 14 16:44:47 mybox gnome-keyring-daemon[977]: Scheduling hal init retry
 Jan 14 16:45:17 mybox gnome-keyring-daemon[977]: error connecting to D-BUS 
 system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No 
 such file or directory
 Jan 14 16:45:17 mybox gnome-keyring-daemon[977]: Scheduling hal init retry
 Jan 14 16:45:47 mybox gnome-keyring-daemon[977]: error connecting to D-BUS 
 system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: No 
 such file or directory
 Jan 14 16:45:47 mybox gnome-keyring-daemon[977]: Scheduling hal init retry

The obvious question is:
Have you got hald running?

Make sure your /etc/rc.conf has:
gnome_enable=YES

-- 
Jonathan Chen j...@chen.org.nz
--
 Nyuck, nyuck, nyuck - Curly
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Slow startup of Gnome - error from gnome-keyring-daemon

2009-01-14 Thread Ewald Jenisch
On Thu, Jan 15, 2009 at 06:56:13AM +1300, Jonathan Chen wrote:
 
 The obvious question is:
 Have you got hald running?
 
 Make sure your /etc/rc.conf has:
 gnome_enable=YES

Hi,

Didn't know that I need 'gnome_enable=YES' in my /etc/rc.conf. 

At least the handbook doesn't mention it, so coming from earlier
releases of FreeBSD I didn't know this.

Thanks for the hint! 

-ewald
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Slow startup of Gnome - error from gnome-keyring-daemon

2009-01-14 Thread Jonathan Chen
On Wed, Jan 14, 2009 at 07:13:36PM +0100, Ewald Jenisch wrote:
 On Thu, Jan 15, 2009 at 06:56:13AM +1300, Jonathan Chen wrote:
  
  The obvious question is:
  Have you got hald running?
  
  Make sure your /etc/rc.conf has:
  gnome_enable=YES
 
 Hi,
 
 Didn't know that I need 'gnome_enable=YES' in my /etc/rc.conf. 

This is a shorthand for starting a set of (possibly annoying) services
required by GNOME.
-- 
Jonathan Chen j...@chen.org.nz
--
Only the meek get pinched. The bold survive.
  - Ferris Bueller
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Slow startup of Gnome - error from gnome-keyring-daemon

2009-01-14 Thread t-u-t
On Wed, Jan 14, 2009 at 7:13 PM, Ewald Jenisch a...@jenisch.at wrote:

 On Thu, Jan 15, 2009 at 06:56:13AM +1300, Jonathan Chen wrote:
 
  The obvious question is:
  Have you got hald running?
 
  Make sure your /etc/rc.conf has:
  gnome_enable=YES

 Hi,

 Didn't know that I need 'gnome_enable=YES' in my /etc/rc.conf.

 At least the handbook doesn't mention it, so coming from earlier
 releases of FreeBSD I didn't know this.


it's at freebsd gnome, not handbook .

here http://www.freebsd.org/gnome/docs/faq2.html

there are some other usefull stuff there

regards
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org