Bug#726476: Ignores my RFC 1918 reverse zones by default

2013-10-16 Thread Justin T Pryzby
tag 726476 fixed-upstream upstream thanks seems to be fixed in 9.9.4: https://kb.isc.org/article/AA-01046/0/BIND-9.9.4rc2-Release-Notes.html https://kb.isc.org/article/AA-00803/0/Why-are-queries-for-some-PTR-records-no-longer-forwarded-since-upgrading-to-BIND-9.9.0.html On Wed, Oct 16, 2013 at 12

Bug#713979: su: kill child process group on signal, not just immediate child

2013-08-02 Thread Justin T Pryzby
FYI: On Sat, Aug 03, 2013 at 02:05:08AM +0200, Nicolas François wrote: > When there is only one command, bash seems to exec the command instead > of forking, so su receives a SIGINT, forwards it to bash, which has became > sleep in the mean time. So sleep terminates. I believe that's at least som

Bug#710803: cron: systematically creates a temporary file in /tmp every hour

2013-06-09 Thread Justin T Pryzby
Hi Christian, >From memory, I believe debian already patches cron in one other way to avoid spinning up laptop drives (I believe it's related to stat()ing /etc/cron.d to check for updated files?). I believe we should aim to fix this here, too. I'm attaching a very lightly tested patch. Note thi

Bug#658285: manpages: package has man-browser only in suggests

2012-02-01 Thread Justin T Pryzby
manpages includes files *exclusively* in /usr/share, which is allowed to be shared (NFS or similar) to any machine running the same "distribution"/suite (even if it's running a different architecture). So /usr/share/man (at least) could be visible to other machines, where a man-browser is installed

Bug#654761: RFA: sextractor - source extractor for astronomical images

2012-01-05 Thread Justin T Pryzby
Package: wnpp X-Debbugs-Cc: deb...@liska.ath.cx Thanks for writing, sorry for the delayed response, thanks for your work, etc :) I don't have upload privileges, and haven't persued that in several years now. You're welcome to adopot sextractor. Did you see my message? http://bugs.debian.org/cgi

Bug#620453: new patch

2011-04-05 Thread Justin T Pryzby
I realized that the "mask" parsing was intended to parse a dotted-quad mask format, and not "prefix" network/size format. I fixed the parsing to error if not in the expected format. I also changed the fix for pathname munging memory access errors, since I didn't review enough of the code to know

Bug#555954: cron stops inspection of new cron jobs after a 'Error: bad hour;, while reading'

2011-04-04 Thread Justin T Pryzby
On Sun, Apr 03, 2011 at 06:11:55PM +0200, Christian Kastner wrote: > On 04/03/2011 05:45 PM, Josip Rodin wrote: > > On Sun, Apr 03, 2011 at 04:34:18PM +0200, Christian Kastner wrote: > > Regarding the more general issue of invalidating the whole file, do you mind > > if I file a new wishlist bug r

Bug#620453: muddleftpd: memory errors from valgrind

2011-04-01 Thread Justin T Pryzby
Package: muddleftpd Version: 1.3.13.1-4.2 Tags: security Fixes crashes experienced on an ubuntu system with the same version muddle, as well as some invalid memory accesses/potential crashes from valgrind, and tidies up compiler warnings. I've annotatted the first few diff fragments. time() retu

Bug#588273: nagios-plugins-basic: check_disk fails to handle units as advertized

2010-07-06 Thread Justin T Pryzby
Package: nagios-plugins-basic Version: 1.4.14-5 It seems this fails but is intended to work (see the -h help output): |$ DF -H /home; echo; /usr/lib/nagios/plugins/check_disk -w 15GB -c 2GB -p /home -vvv |FilesystemSize Used Avail Use% Mounted on |/dev/mapper/jp-home40G 30G 8

Bug#581612: cron sends e-mails when a job exits nonzero (after upgrade to 3.0pl1-110)

2010-05-18 Thread Justin T Pryzby
clone 581612 -1 reassign -1 php4 retitle -1 php4: update test avoiding nonzero exit status when removed-but-not-purged thanks > If it is desired behavior that cron now sends out email if the job exit's > with > status 1, it is strange that I now get a lot of mail from system cron jobs Those

Bug#567998: sudo: sends non-printable random characters in email if DNS is not working

2010-02-01 Thread Justin T Pryzby
tag 567998 forwarded http://www.gratisoft.us/bugzilla/show_bug.cgi?id=390 > 5) Then I looked at log_error and noticed: > evasprintf(&message, fmt, ap); // allocates memory > logline = message; > efree(message); // frees the memory > send_mail(logline); // uses the free'd memory! > Proposed patch i

Bug#567050: iptables: TCPMSS works in filter too

2010-01-26 Thread Justin T Pryzby
Package: iptables Version: 1.4.6-2 Not sure if this is a documentation bug or a module bug. | TCPMSS | This target allows to alter the MSS value of TCP SYN packets, to control the maximum size for that connection (usually limiting it to your outgoing inter- | face's MTU minus 40 for

Bug#565939: cron: Cron misparses commands using `` and $() syntax

2010-01-19 Thread Justin T Pryzby
% is interpretted, see man 5 crontab. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#565227: spamassassin: don't silence initscript stderr

2010-01-13 Thread Justin T Pryzby
Package: spamassassin Version: 3.2.5-7 If output is written to stderr, it should be displayed, no? --- /etc/cron.daily/spamassassin +++ /tmp/tmp.DJtUeE/spamassassin2010-01-13 16:28:55.0 -0700 @@ -44,7 +44,7 @@ # Reload if which invoke-rc.d >/dev/null 2>&1; then -invoke-rc.

Bug#563698: john: please support sha512 hashes

2010-01-04 Thread Justin T Pryzby
Package: john Version: 1.7.2-3 Severity: wishlist libpam-runtime/unstable uses sha512 hashes (beginning with $6$, which john doesn't recognize. $ sudo cut -d: -f2 /etc/shadow |grep -cFxvwe '!' -e '*' 3 $ sudo john /etc/shadow Loaded 2 password hashes with 2 different salts (FreeBSD MD5 [32/64 X2]

Bug#563090: nagios-plugins-basic: please include symlinks to check_icmp

2009-12-30 Thread Justin T Pryzby
Package: nagios-plugins-basic Version: 1.4.13+git200906171200-1+b1 Its behavior depends on its invocation name, but that's not apparent from documentation and only executable is available in a default install. just...@justinp:~/src/nagios-plugins-1.4.12/plugins-root$ grep strcmp check_icmp.c

Bug#562221: manpages of passwd and usermod report wrong instructions about locking accounts

2009-12-23 Thread Justin T Pryzby
Note that there's chage -E and usermod -e. usermod -e advertizes its input as being -MM-DD, chage advertizes its input as being the same, or an integer in days since 1970. So the problem is that usermod fails to sanitize its input. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@list

Bug#561274: malloc.3: references non-existent mallopt(3)

2009-12-16 Thread Justin T Pryzby
On Tue, Dec 15, 2009 at 08:44:28PM +, brian m. carlson wrote: > In the NOTES section, malloc(3) specifies that the MMAP_THRESHOLD value > can be adjusted using mallopt(3). However, no such page exists. Maybe not on your machine :) http://bugs.debian.org/419751 -- To UNSUBSCRIBE, email to

Bug#559490: xfsdump: fsr creates files mode 666

2009-12-04 Thread Justin T Pryzby
Package: xfsdump Version: 2.2.48-1 Tags: security Looks like this: 127176340 drwxrwxrwx 2 root root6 Sep 21 09:40 /var/.fsr/ag0 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian

Bug#550919: two more typos

2009-10-14 Thread Justin T Pryzby
two more typos in 3 places: s/you/your/ rrdtutorial.1.gz:fridge and whatever you imagination can come up with just...@justinp:~$ dpkg -L rrdtool |grep -Fw man |xargs zgrep -B1 realy s/realy/really/ in both places /usr/share/man/man1/rrdgraph_data.1.gz:to use a \s-1CDEF\s0 again since VDEFs only

debian-bugs-dist@lists.debian.org

2009-10-13 Thread Justin T. Pryzby
Package: rrdtool Version: 1.3.8-1 Severity: minor rrdtutorial and rrdgraph_rpn misspell transferred, using only one 'r'. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#546537: nagios3: check attempt can become greater than max_check_attempts

2009-09-13 Thread Justin T Pryzby
Package: nagios3 If service is already in hard-fail state and its max_check_attempts is reduced then nagios configuration is reloaded, it ends up with: Current Attempt:4/1 (HARD state) And notification_interval=0 isn't respected. -- To UNSUBSCRIBE, email to debian-bugs-dist-

Bug#546019: apcupsd: pipe warning to WALL

2009-09-10 Thread Justin T Pryzby
Package: apcupsd Version: 3.14.6-3 Tags: patch File: /etc/apcupsd/apccontrol Every other message is piped to WALL, except the *) case, for which a normal unpiped "echo" is reasonably likely to go to the right place. In the case of this script being called by apcupsd, I think stdout will be ignored

Bug#545214: shorewall-common: remove incorrect documentation line

2009-09-05 Thread Justin T Pryzby
Package: shorewall-common Version: 4.2.10-1 File: /usr/share/man/man5/shorewall-tcclasses.5.gz It seems as if tcclasses originated as a copy of tcdevices. For the latter, it makes sense to require that a device exists at most once. In tcclasses that doesn't make sense, especially since the exampl

Bug#544924: apcupsd: spins when DNS fails

2009-09-03 Thread Justin T Pryzby
Package: apcupsd Version: 3.14.6-3 When a hostname doesn't exist, apcupsd continually attempts to resolve it rather than eg. giving up on it and failing at startup. That causes the APC daemon and named to suck up CPU. UPSTYPE snmp DEVICE 192.168.1.185:161:apc:public -- To UNSUBSCRIBE, email

Bug#542453: logwatch: support cron-L2 END messages

2009-08-19 Thread Justin T Pryzby
Package: logwatch Version: 7.3.6.cvs20080702-2 Tags: patch File: /usr/share/logwatch/scripts/services/cron --- - 2009-08-19 09:44:15.723804653 -0700 +++ /usr/share/logwatch/scripts/services/cron 2009-08-19 09:41:52.242126561 -0700 @@ -134,7 +134,7 @@ $Runs->{$User}->{$ThisLine}++;

Bug#540107: [Pkg-nagios-devel] Bug#540107: nagios-plugins: ps syntax doesn't support etime

2009-08-05 Thread Justin T Pryzby
Hi Jan, Check this output: just...@justinp:~$ /usr/lib/nagios/plugins/check_procs -vv |head CMD: /bin/ps axwo 'stat uid pid ppid vsz rss pcpu comm args' just...@justinp:~$ uptime; /usr/lib/nagios/plugins/check_procs -m ELAPSED -w 1 -c 2 13:24:30 up 21 days, 3:58, 3 users, load average: 0.00

Bug#540107: (no subject)

2009-08-05 Thread Justin T Pryzby
actually it seems configure doesn't always use etime when it could. So the best option may be to include it in the field list in ./configure. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#540107: nagios-plugins: ps syntax doesn't support etime

2009-08-05 Thread Justin T Pryzby
Package: nagios-plugins Version: 1.4.12-5 Support for check_procs' etime (elapsed time) support is dysfunctional since the ps command is hardcoded (specified as an argument to ./configure), and doesn't include "etime". You might either just add etime to the list of fields in debian/rules ./config

Bug#534757: unhtml: off by one allocation

2009-06-26 Thread Justin T Pryzby
Package: unhtml Version: 2.3.9 Tags: patch Too few bytes are allocated; check is for if (i>tag_size-1) but on EOF a NULL is also written. I also took the opportunity to remove an unnecessary and probably not useful re-allocation. --- unhtml-2.3.9/unhtml.c 2009-06-26 16:20:07.0 -070

Bug#530553: n-p-s: check_icmp wrong output in help

2009-05-25 Thread Justin T Pryzby
Package: nagios-plugins-basic Version: 1.4.12-5 Tags: patch File: ./check_icmp.c Justification: At no point are warn.rta and crit.rta handled differently. The default behavior has a .5s timeout, not a 500s timeout. The range for pl seems to be 0..100, and not some orders of magnitude otherwise.

Bug#527190: mutt: Oh man this sucks.

2009-05-13 Thread Justin T Pryzby
retitle 527190 mutt: user annoyance WRT certificate warning thanks On Wed, May 13, 2009 at 10:17:30AM -0700, Robin Lee Powell wrote: > This is really hard to deal with; I get asked to approve the cert on > every outbound mail, because I'm using the secure smtp stuff. Do you have ca-certificates i

Bug#522812: nagios-plugins-basic: check_apt -c broken

2009-04-06 Thread Justin T Pryzby
Package: nagios-plugins-basic Version: 1.4.12-5 Severity: normal Commandline arguments -i -e and -c all cause add_to_regex() to be called, thusly causing their associated arguments to begin with ^Inst. That makes little sense, since the default regex for security updates is: ^[^\(]*\([^ ]* (Debian

Bug#521097: patch check_nt

2009-03-24 Thread Justin T Pryzby
This patch fixes 2 bugs: . Crash when -H specified multiple times; . Crash when -H specified zero times; It doesn't fix the parsing problem when -l is specified for a drive that doesn't exist. diff -u nagios-plugins-1.4.12/debian/changelog nagios-plugins-1.4.12/debian/changelog --- nagios-plug

Bug#521064: spamassassin: /then then/ s/n$//

2009-03-24 Thread Justin T Pryzby
Package: spamassassin Version: 3.2.5-4 Severity: minor File: /usr/share/man/man3/Mail::SpamAssassin::Conf.3pm.gz --- /usr/share/man/man3/Mail::SpamAssassin::Conf.3pm.gz +++ - 2009-03-24 09:06:41.124577081 -0700 @@ -1498,7 +1498,7 @@ .IX Item "bayes_sql_username_authorized ( 0 | 1 ) (default: 0

Bug#516200: dhcp3-common: dhcp-eval update, .SH SECURITY

2009-02-19 Thread Justin T Pryzby
Package: dhcp3-common Version: 3.0.6.dfsg-1ubuntu9 Severity: normal Tags: patch File: /usr/share/man/man5/dhcp-eval.5.gz The SECURITY section is bogus. See dhcpd.conf for the updated content (which probably shouldn't be duplicated here). --- /usr/share/man/man5/dhcp-eval.5.gz +++ - 2009-02-19

Bug#516047: samba-common: minor small fixes, smb.conf

2009-02-18 Thread Justin T Pryzby
Package: samba-common Version: 2:3.2.5-4 Severity: minor File: /usr/share/man/man5/smb.conf.5.gz Index: s/refersh/refresh/ /it's case insensitive nature/s/'// /builting/ s/g// add comma, s/a/an/ add commas use "its" instead of "of this" samba-

Bug#516045: apcupsd: /annoiance/s/i/y/

2009-02-18 Thread Justin T Pryzby
Package: apcupsd Version: 3.14.4-1 Tags: patch File: /usr/share/man/man1/apcaccess.1.gz --- /usr/share/man/man1/apcaccess.1.gz +++ - 2009-02-18 16:56:16.918708171 -0700 @@ -264,7 +264,7 @@ Valid for UPSes capable of Internal EPROM programming. .br This allows the setting of the noise maker th

Bug#514230: invalid user in /etc/crontab prevents other jobs from being executed

2009-02-05 Thread Justin T Pryzby
On Thu, Feb 05, 2009 at 02:13:00PM +0100, David Gubler wrote: > We had an invalid line in our /etc/crontab; it was referring to a user > account that did not exist any more (removed from /etc/passwd and > /etc/shadow, I checked). This prevented other entries in > /etc/crontab from being executed. H

Bug#514136: shorewall-common: s/troughput/throughput/

2009-02-04 Thread Justin T Pryzby
Package: shorewall-common Version: 4.0.6-1 Severity: minor Tags: patch File: /usr/share/man/man5/shorewall-tcdevices.5.gz --- /usr/share/man/man5/shorewall-tcdevices.5.gz +++ - 2009-02-03 11:33:57.544997048 -0700 @@ -5,7 +5,7 @@ \\$2 \(la\\$1\(ra\\$3 .. .if \n(.g .mso www.tmac -.TH shorewall-

Bug#428017: mutt manpage

2009-01-28 Thread Justin T Pryzby
reopen 428017 thanks The typos are in the mutt manpage. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#509273: spamassassin: s/to to/to/ spamd.8

2008-12-20 Thread Justin T Pryzby
Package: spamassassin Version: 3.2.5-2 Severity: minor Tags: patch File: /usr/share/man/man8/spamd.8p.gz --- /usr/share/man/man8/spamd.8p.gz +++ /tmp/spamd8p.gz.23571 2008-12-20 10:24:19.0 -0700 @@ -550,7 +550,7 @@ .IP "\fB\-\-timeout\-child\fR=\fInumber\fR" 4 .IX Item "--timeout-c

Bug#506701: acct: should not segfault on gzip files

2008-11-23 Thread Justin T Pryzby
Package: acct Version: 6.4~pre1-3 Tags: upstream Ideally gzip files would be transparently handled, but at least it should not crash. gdb --args ./lastcomm -f /var/log/account/pacct.1.gz Program received signal SIGSEGV, Segmentation fault. pacct_get_entry () at pacct_rd.c:375 375 if (rec_i

Bug#505640: generate hashed passwords to stdout for other tools

2008-11-14 Thread Justin T Pryzby
Seems a good idea; I've taken to using mkpasswd -s -H md5. An implementation internal to shadow would be preferable. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#499857: util-vserver: please depend on schedutils

2008-09-24 Thread Justin T Pryzby
retitle 499857 util-vserver: please depend on util-linux thanks On Wed, Sep 24, 2008 at 10:57:31AM -0400, Micah Anderson wrote: > * Justin T Pryzby <[EMAIL PROTECTED]> [2008-09-22 18:03-0400]: > > Package: util-vserver > > Version: 0.30.216~r2772-2 > > > > Thi

Bug#499857: util-vserver: please depend on schedutils

2008-09-22 Thread Justin T Pryzby
Package: util-vserver Version: 0.30.216~r2772-2 This caused generation to fail of an etch vserver on a mostly-etch host with util-vserver from sid. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]