After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 318715 - Produces errors about pending replies being exceeded
Produces errors about pending replies being exceeded
Status: RESOLVED OBSOLETE
Product: NetworkManager
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Dan Williams
Dan Williams
Depends on:
Blocks: 311634
 
 
Reported: 2005-10-12 22:10 UTC by Crispin Flowerday (not receiving bugmail)
Modified: 2006-03-07 18:26 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Crispin Flowerday (not receiving bugmail) 2005-10-12 22:10:51 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
Comment 1 Dan Williams 2006-02-27 07:11:38 UTC
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...
Comment 2 Crispin Flowerday (not receiving bugmail) 2006-03-07 18:26:24 UTC
Epiphany no longer uses libnm-glib, so I'm unable to test - if I can reproduce again I'll re-open