GNOME Bugzilla – Bug 318715
Produces errors about pending replies being exceeded
Last modified: 2006-03-07 18:26:24 UTC
I was testing an epiphany patch to use libnm-glib to monitor the network state, and while playing with the wireless on/off key on my ibm x31 laptop, libnm-glib produced the following warning: libnm_glib_get_nm_state(): org.freedesktop.DBus.Error.LimitsExceeded raised: The maximum number of pending replies per connection has been reached
Can you try to add this to your /etc/dbus-1/system.conf file? <limit name="max_replies_per_connection">128</limit> then restart dbus, hal, NetworkManager, and your application and see if that fixes the issue...
Epiphany no longer uses libnm-glib, so I'm unable to test - if I can reproduce again I'll re-open