Bug#1081338: xserver-xorg-core: Xorg crashes while scrolling when using easystroke

2024-09-10 Thread lemonsqueeze
Package: xserver-xorg-core Version: 2:21.1.7-3+deb12u7 Severity: important Tags: patch upstream X-Debbugs-Cc: lemonsque...@gmx.com There is a race condition in current Xorg server releases which leads to crashes when using easytroke for mouse gestures. While testing Debian 12 on an old Acer lapto

Bug#1003596: fakeroot-tcp: Fix insane slowdowns

2022-01-12 Thread lemonsqueeze
Package: fakeroot Version: 1.24-1 Severity: normal Tags: patch upstream Hi, Hacking x32 Ubuntu at the moment, I ran into a situation where i had to use the TCP fakeroot backend (fakeroot-tcp) instead of the default sysv one because there were issues with it when mixing x32 and amd64 processes.

Bug#961370: pv: ETA is wildly off when transfer rate changes

2020-07-06 Thread lemonsqueeze
updated patch at https://github.com/lemonsqueeze/pv : - renamed --rate-window option to --eta-window - fixed crash when rate is zero

Bug#961370: pv: ETA is wildly off when transfer rate changes

2020-07-05 Thread lemonsqueeze
Cool, looking forward to next pv release =) I was thinking, it seems most command line tools which display ETA like wget for example exhibit very simple behavior by default: ETA is displayed every second and average rate used to compute it is simply average rate during last second (hence wild ETA

Bug#961370: pv: ETA is wildly off when transfer rate changes

2020-05-23 Thread lemonsqueeze
t 30s or last 10s, instead of global rate average. I've been playing with this patch on top of pv 1.6.6 (also at https://github.com/lemonsqueeze/pv) Which keeps track of history periodically over a given time window and uses that to compute current average rate for ETA. Looks like it works pret

Bug#772416: initrd: support booting from chroot

2014-12-06 Thread lemonsqueeze
set chroot='/chroot/wheezy' linux $chroot/boot/vmlinuz-3.2.0-4-686-pae root=/dev/sda7 chroot=$chroot rw initrd $chroot/boot/initrd.img-3.2.0-4-686-pae.chroot } It'd be really cool if something like this was supported by initramfs-tools. Patch a

Bug#697367: tcpstat hangs in capture mode when no packets arrive

2013-01-04 Thread lemonsqueeze
Package: tcpstat Version: 1.5-7 Severity: normal Tags: patch When running tcpstat in capture mode, output hangs while no packets arrive. For example # tcpstat -i eth0 1 should print output every second, but instead hangs while there's no network traffic. Missing output comes up all at once onc