Bug#707253: rwhod does not come up properly on all interfaces

2013-05-08 Thread Kris Henriksson
Package: rwhod Version: 0.17-12 Severity: normal On my machines, rwhod does not broadcast on all the interfaces it should, but this is inconsistent. Sometimes it comes up properly, sometimes it does not and I need to restart it. I believe this is the same as the redhat bug reported here:

Bug#660407: byobu: New version 5.12 available upstream

2012-03-11 Thread Kris Henriksson
Severity: normal thanks The network usage status item does not work (does not show at all) in the current version (5.3). It is fixed as of 5.5, so an upstream update would fix this bug. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#660407: byobu new upstream version

2012-03-11 Thread Kris Henriksson
severity 660407 normal thanks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#656836: byobu-config fails looking for snack

2012-02-18 Thread Kris Henriksson
This should be fixed now that the actual cause (bug #655151) is corrected. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Bug#660407: byobu: New version 5.12 available upstream

2012-02-18 Thread Kris Henriksson
Package: byobu Version: 5.3-1 Severity: wishlist There is a new version of byobu available from homepage https://launchpad.net/byobu downloadable from https://launchpad.net/byobu/trunk/5.12/+download/byobu_5.12.orig.tar.gz -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#655151: No module named _snack

2012-01-27 Thread Kris Henriksson
Hi, The -fPIC flag needs to be on the compile line, not the link line. So you only need to change the line $(CC) $(CPPFLAGS) $$PIFLAGS $$PCFLAGS -c -o $$ver/snackmodule.o snackmodule.c ;\ to $(CC) $(CPPFLAGS) $$PIFLAGS $$PCFLAGS -fPIC -c -o $$ver/snackmodule.o snackmodule.c ;\ Doing this made