Bug#976678: dstat: upgrade warnings when upgrading from python3.8 to python3.9

2021-04-06 Thread Cam Hutchison
On Sun, 6 Dec 2020 16:31:18 -0500 Andres Salomon wrote: > > --- /usr/share/dstat/dstat_squid.py.orig 2020-12-06 16:24:39.563332096 -0500 > +++ /usr/share/dstat/dstat_squid.py 2020-12-06 16:25:02.959555941 -0500 > @@ -45,7 +45,7 @@ > if op.debug > 1: print('%s: lost pipe to

Bug#835488: When is the next update?

2016-09-11 Thread Cam Hutchison
Roucaries, When will the update be going out, as in approximate time frame? I don't know when the next security update is scheduled, if at all, but for me this is a serious regression that has broken some pretty important stuff for me. I use Debian stable to avoid the churn so I do not have my

Bug#775877: gnome-session: No mouse pointer after login

2015-03-10 Thread Cam Hutchison
I've had this problem for about a year (from memory) on both Debian and Ubuntu. My situation may be uncommon though - I run gnome-fallback/flashback or whatever it is called now so I can run a gnome desktop with fvwm. I discovered my problem to be related to the gnome settings daemon cursor

Bug#717128: An interim fix for those waiting

2013-09-15 Thread Cam Hutchison
For people waiting for this fix to be released who would like an interim fix, you can manually edit /usr/sbin/extlinux-update with a one character change. At or around line 158 is the line: _VERSIONS=$(cd /boot ls vmlinuz-* | grep -v .dpkg-tmp | sed -e 's|vmlinuz-||g' | sort -nr) You can change

Bug#640177: wrapper script should use 'exec' to start xpdf.real

2011-09-20 Thread Cam Hutchison
On 20 September 2011 21:29, Vincent Lefevre vinc...@vinc17.net wrote: On 2011-09-03 15:27:23 +1000, Cam Hutchison wrote: xpdf's wrapper script should start xpdf.real using 'exec', since it is the last thing the script does. This means an extra process is not kept running, and the process

Bug#640177: wrapper script should use 'exec' to start xpdf.real

2011-09-02 Thread Cam Hutchison
Package: xpdf Version: 3.03-2 Severity: normal Dear Maintainer, xpdf's wrapper script should start xpdf.real using 'exec', since it is the last thing the script does. This means an extra process is not kept running, and the process will respond properly to signals. Regarding the signal issue, I