[Bug 81057] Re: DNS Resolves everything to 1.0.0.0 intermittently on some ADSL Routers

2008-06-02 Thread Chris Frost
I started encountering this bug on 2008/05/30 with exim in Ubuntu 8.04. To connect to the smarthost, exim first causes an lookup. (Oddly, an error response to this lookup that the name does not exist seems to cause my machine to repeat te lookup. Only when the server sends an empty res

[Bug 112371] Re: Feisty: perl syscall.ph has wrong syscall numbers on IA32

2007-05-18 Thread Chris Frost
The wrong system call numbers are being selected because the code in /usr/lib/perl/5.8.8/asm/unistd.ph decides to require the x86-64, instead of i386, version of unistd.ph. This code appears to make its decision based on whether _h2ph_pre.ph defines __x86_64__, but my _h2ph_pre.ph does not. And yet

[Bug 112371] Re: Feisty: perl syscall.ph has wrong syscall numbers on IA32

2007-05-18 Thread Chris Frost
It may be noteworthy that this change could have dire consequences. I have not looked into the actual number mappings, but suppose the number for open on x86-64 is the number for unlink on i386. (I do not know if the linux kernel checks for too many args. If it does, another example would be a mist

[Bug 202346] [NEW] readahead man page has incorrect argument type

2008-03-14 Thread Chris Frost
Public bug reported: Binary package hint: manpages-dev The readahead(2) man page says the second argument, offset, has type off64_t*, when the type is actually off64_t. This is on Ubuntu 7.04, in the manpages-dev package, and the package is version 2.62-1. ** Affects: manpages (Ubuntu) Imp