<p><pre><p>Hello</p><p>My test system has:</p><p>        hal-0.4.7-26.3</p><p>        apache2-mod_python-3.1.3-42</p><p>        apache2-2.0.53-9.2</p><p>I would like to display in a web application a list of drives that are currently plugged in.</p><p>But I am getting this error message:&nbsp;</p><p>DBusException: Connection &quot;:1.14&quot; is not allowed to add more match rules (increase limits in configuration file if required)</p></pre></p><p>&nbsp;</p><p>I add a signal receiver on the bus with this code:</p><p> self.bus.add_signal_receiver(self.handleDeviceAddedSignal,<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'DeviceAdded',<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'org.freedesktop.Hal.Manager',<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'org.freedesktop.Hal',<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; '/org/freedesktop/Hal/Manager')</p><p>When I am done should I remove this signal reciever manually before my program is done executing?</p>Since I am using mod_python will the things I change on the hal bus stay across page requests.. ie.&nbsp; maybe I am getting the exception because I keep trying to add the same signal reciever over and over.<p>This probably doesn't make a lot of sense because I kind of don't know what I am doing but any help is greatly appreciated.&nbsp; Or maybe some more examples besides the ones that come in the hal package.<br /></p><p>Thanks.</p><p>&nbsp;-Ian</p><p><br /></p><BR>