Bug#938965: Alsaseq constants are wrong

2021-01-08 Thread Ben Bell
force conversion of constants to # ints from their representations: for k, v in alsaseq.__dict__.items(): if k.startswith("SEQ_"): try: alsaseq.__dict__[k] = int(repr(v).split("(")[1][:-1], 16) except: pass On Fri, Jan 08, 2021

Bug#979559: python-pyalsa: SEQ_EVENT_SYSEX data getting corrupted

2021-01-08 Thread Ben Bell
Package: python-pyalsa Version: 1.1.6-1+b1 Severity: important pyalsa version 1.1.6 appears to have introduced a bug when setting sysex data in events. Rather than the string of bytes provided, it instead produces an equal length string but containing the last byte over and over: With 1.0.26: D

Bug#767071: rdnssd drops settings from /etc/resolv.conf

2016-10-11 Thread Ben Bell
I've also just been bitten by this. A couple of freshly installed Debian 8.5 boxes with using just standard DHCP for their network settings are having their DHCP-provide resolv.conf overwritten by rdnssd. IPv4 nameservers, search paths, domain, everything. Running dhclient brings it back, of cours

Bug#678104: gajim: Crash occasionally when closing the last window

2013-01-09 Thread Ben Bell
There appears to be a fix upstream now: https://trac.gajim.org/changeset/e2ed21a816f2 Essentially it needs to return True from the event handler in message_window.py in several places. I hacked my copy in place quickly and at first glance I think it does the trick. bjb -- To UNSUBSCRIBE, ema