hal-device-manager: Connection ":1.2" is not allowed to add more match rules

David Zeuthen david at fubar.dk
Tue Aug 3 18:17:44 PDT 2004


On Wed, 2004-08-04 at 03:10 +0200, Kay Sievers wrote:
> > D-BUS is written to be ultra paranoid and secure, so this is a good
> > thing, though 128 is a bit low.
> 
> Ok, but it's hard coded, right? Then we at least need to make
> configurable, or I can unplug a few devices from my box :)
> 

Yeah, but what's in a number anyway? :-)

Either way, I suppose fixing the D-BUS python bindings to accept 

	self.bus.add_signal_receiver(self.device_changed,
				     "PropertyChanged",
				     "org.freedesktop.Hal.Device",
				     "org.freedesktop.Hal",
				     "*")
rather than

	self.bus.add_signal_receiver(self.device_changed,
				     "PropertyChanged",
				     "org.freedesktop.Hal.Device",
				     "org.freedesktop.Hal",
				     udi)

would solve the problem. Maybe there's already a way to do this with the
Python bindings, dunno.

Cheers,
David


_______________________________________________
hal mailing list
hal at freedesktop.org
http://freedesktop.org/mailman/listinfo/hal



More information about the Hal mailing list