Hi,
Answered my own question, two years later. Yes, this bug is still
current; I just did a new Postfix 2.7 install (Debian squeeze) and had
DNS resolution issues.
Googled for the problem and found my own bug report. Heh. :)
No worries, just thought I'd mention it.
--
To UNSUBSCRIBE, email
Package: clive
Version: 2.2.13-5
Severity: normal
The YouTube module appears to have evolved to use new names for many of
the formats. From YouTube.pm:
# flv
flv_240p => '5',
flv_360p => '34',
flv_480p => '35',
# mp4
mp4_360p => '18',
mp4_
Package: xpdf
Version: 3.02-11
Severity: important
Once upgraded to 3.02-11, xpdf fails to open all PDF files:
% xpdf /tmp/specs.pdf
xpdf: pthread_mutex_lock.c:62: __pthread_mutex_lock: Assertion
`mutex->__data.__owner == 0' failed.
zsh: abort xpdf /tmp/specs.pdf
The lenny version works fi
FYI, you can still get the video_id from the JSON parameters by changing
this (in YouTube.pm)
id => qr|"video_id": "(.*?)"|,
into this
id => qr|'VIDEO_ID': '(.*?)'|,
or, if you want backwards compatibility, this
id => qr|['"]video_id['"]: ['"](.*?)['"]|i,
The problem i
tags 572261 + patch
thanks
Okay, this one doesn't leak *or* crash, so I think it's at least
vaguely correct. :)
Valgrind was getting confused by the memory buffers and blaming
slirp_input(), since that's where the original malloc() (via m_get)
occurs. (Is that buffering really necessary? Last I
tags 572261 - patch
thanks
Okay, turns out my patch was a bit naive -- it's been a while since I
did any serious C coding.
The patch is bad but the problem is real. I can trigger it via pings,
via regular TCP traffic, etc.
I'll see if I can come up with another patch soon, since this is a
rathe
Package: vde2
Version: 2.2.3-3
Severity: important
Tags: patch
slirpvde leaks over 1600 bytes per packet received, even tiny ones
like pings. This makes it practically unusable for a production
system in the current state.
I've attached a patch to fix the leak.
-- System Information:
Debian Rel
retitle 257096 postfix: noexec /var breaks postfix chroot
thanks
I've been going through my old reported bugs today and I'm wondering,
is this bug still current?
I notice I have a Postfix server (2.5.5-1.1 lenny) that has a noexec
/var, and yet Postfix seems to be working fine with a relayhost
sp
Package: redmine
Version: 0.9.2-2
Severity: serious
Justification: Policy 9.1.1 FHS chapter 4
The plugin_assets directory is expected to be writable by the user
running Redmine. In the Debian redmine package, this is currently
/usr/share/redmine/public/plugin_assets.
The package scripts acknowle
Package: libactivesupport-ruby1.8
Version: 2.3.3-1
Severity: normal
File: /usr/lib/ruby/1.8/active_support/test_case.rb
While attempting to configure Redmine (via the Debian package), errors
were being masked by a second error:
no such file to load -- rails/backtrace_cleaner
/usr/lib/ruby/1.
Package: qemu-kvm
Version: 0.11.1+dfsg-1
Severity: serious
Justification: Policy 3.5
In Debian bug #566028, I reported that the latest version of qemu-system
had an unstated dependency on libgssapi_krb5.so.2. It seems that
qemu-kvm now has the same dependency now as well:
% ldd /usr/bin/kvm | gr
Package: qemu-system
Version: 0.11.1-2
Severity: serious
Justification: Policy 3.5
After installing the latest qemu packages, I found qemu would no longer
run due to a missing library dependency.
% ldd /usr/bin/qemu-system-i386 | grep gss
libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x000
Package: bluez-utils
Version: 4.57-1
Severity: normal
I use 'rfcomm listen' in combination with 'gpspipe' to relay GPS data
from my eeePC to my Blackberry. I noticed, however, that the CPU
overhead from 'rfcomm listen' is quite significant -- over 10% on my
eeePC 901.
Running 'strace' reveals th
Package: libruby1.8
Version: 1.8.7.248-1
Severity: normal
Tags: patch
I have some code that does web fetches and sometimes expects them to
fail, but interprets the failure and continues running.
That's how it used to work, but as of the latest libruby1.8 upgrade, it
breaks with the following exce
Package: lighttpd
Version: 1.4.19-5
Severity: minor
The /etc/logrotate.d/lighttpd postrotate script uses the lighttpd
initscript with the 'reload' argument, which reloads the configuration
via a "graceful" SIGINT shutdown and restart.
(Note that the current SIGINT shutdown isn't actually particul
Package: lighttpd
Version: 1.4.19-5
Severity: normal
When lightttpd receives a SIGINT, it immediately closes the listener
socket for new connections. While it continues to serve old
connections (including keepalive sessions), any new incoming
connections will be refused.
http://blog.lighttpd
Some additional info:
When I say "only hangs sometimes", I mean for particular inputs, not
each time I run "gpg --verify". That is, when I generate foo and
truncate one byte, the result is sometimes just unparseable, and
sometimes results in a hang.
I've attached an example that works, but hangs
Package: gnupg
Version: 1.4.9-3
Severity: normal
Here's the sequence of events:
% echo '1234' | gpg --sign > foo
% ls -l foo
-rw-r--r-- 1 wisq wisq 98 2008-10-28 15:19 foo
% dd if=foo of=bar bs=1 count=97
97+0 records in
97+0 records out
97 bytes (97 B) copied
Package: zsh-beta
Version: 4.3.6-dev-0+20080516-1
Severity: normal
zsh can write to oversize files, but zsh-beta can't:
---
[EMAIL PROTECTED]:~% rm testfile
[EMAIL PROTECTED]:~% dd of=testfile bs=1 seek=2
On Fri, Feb 29, 2008 at 07:57:55PM -0500, Clint Adams wrote:
> Adrian, does this do the trick?
Indeed, it works fine.
signature.asc
Description: Digital signature
Package: zsh
Version: 4.3.5-4
Severity: normal
Tags: patch
If I have the following on host 'alpha':
/tmp/foo bar baz/foo
/tmp/foo bar baz/bar
/tmp/foo bar baz/baz
I can do this:
% rsync alpha:/tmp/foo
--> % rsync alpha:/tmp/foo\\\ bar\\\ baz/
But I can'
On Thu, Jul 12, 2007 at 11:25:53PM +0200, Cyril Brulebois wrote:
> Thanks for the different output formats you tried, it shows it is
> not only an output plugin problem.
Yeah. Also, after I sent the report, I checked the SVG file, and it
looks like it tries to declare an SVG image 23.91 inches w
Package: graphviz
Version: 2.12-3
Severity: normal
While attempting to regenerate some old graphs, I found that 'dot' was
producing corrupted PostScript output for a certain .dot file.
The offending file is available at the following URL (2700 bytes):
http://kochi.wisq.net/misc/demo/i300
On Mon, Jun 11, 2007 at 11:35:33AM +0200, David MartÃnez Moreno wrote:
> Hello, Adrian. I do not understand completely your comment.
>
> If I run "konqueror about:blank" from konsole, I get a blank
> konqueror with the cursor ready in the location bar. Isn't it what
> you want?
This behaviour i
I understand this is a low priority issue, but it should not be
mistaken for a mere corner case that will never be used. I encounter
this bug every single day; I have simply grown accustomed to it and
now routinely work around it, when it affects me at all.
I always launch Konqueror via 'konquero
the Apach
-- no debconf information
Thu May 24 19:14:03 EDT 2007 Adrian Irving-Beer <[EMAIL PROTECTED]>
* Return SUPER::exec return value in CGI 'exec' method.
diff -rN -u old-libhtml-mason-perl-1.35/lib/HTML/Mason/CGIHandler.pm new-libhtml-mason-perl-1.35/lib/HTML/Mason/CGIHan
Package: libmasonx-request-withapachesession-perl
Version: 0.30-2
Severity: normal
Tags: patch
I recently attempted to get this module working under FastCGI using
the HTML::Mason::CGIHandler module -- which this module is apparently
designed to support, as noted by its reference to the CGIHandler'
Package: rsync
Version: 2.6.9-3
Severity: minor
"--copy-dirlinks" is incorrectly labelled as shortcut "-K" in the
"OPTIONS" section of the manpage. The "OPTIONS SUMMARY" section
appears to have it right.
-- System Information:
Debian Release: 4.0
APT prefers unstable
APT policy: (500, 'unsta
Package: offlineimap
Version: 4.0.14
Severity: normal
I received a spam with a "Date:" header of "Tue, 31 Nov 2006". It
downloaded fine, but when I moved it to my "spam" folder, it would crash
whenever it tried to upload the message (back to the IMAP server).
Obviously, there is no thirty-first
Package: xvnc4viewer
Version: 4.1.1+X4.3.0-17
Severity: normal
This is similar to bug #386404, but whereas that bug seems to have
been solved, this one is still open for me as of package version 17.
When connecting from my Debian laptop (xvnc4viewer) to a Windows 2000
Server (RealVNC, latest vers
Package: sysvinit
Version: 2.86.ds1-18
Severity: critical
Justification: breaks unrelated software
The NEWS.Debian has these instructions on how to fix the broken init.d
links caused by bug #386500:
for p in `dpkg -S /etc/init.d/*|cut -d: -f1|sort -u`; do
apt-get --reinstall install -y
Package: dosbox
Version: 0.65-1
Severity: normal
"Game Wizard" tool is a DOS Terminate and Stay Resident (TSR) program
that searches and edits memory, and can "lock" memory bytes to a
specific value. Secondary functions include altering execution speed,
taking screenshots, boss screen, saving and
Package: kxmleditor
Version: 1.1.4-3
Severity: normal
Using "Find" to search for elements I know exist in my document (but
are several layers deep and unexpanded), I get a silent failure,
marked only by an error on the console:
kxmleditor: ERROR: KXE_TreeView::selectNode can't find an item to
Package: tla
Version: 1.3.3-3.3
Severity: important
An attempted import with tla 1.3.3-3.3. Note that 'wisq' is censored
with '' to avoid spamming webcrawlers:
% tla import -S -s"Import clean build tree."
* creating category [EMAIL PROTECTED]/dboxfe
* creating branch [EMAIL PROTE
I ran into this exact problem today with 1:3.4p1-1.woody.3. It's
undoubtedly a server-side MTU issue. I was able to do
ssh [EMAIL PROTECTED] /sbin/ifconfig eth0 mtu 1000
and after a brief pause, everything works again.
The pause is presumably because it sent me an oversized packet befo
On Tue, Mar 07, 2006 at 11:36:45AM -0500, Lennart Sorensen wrote:
> The ability to add to logical volumes without worrying about where
> they start and end makes it much more flexible than partitions
> ever were.
Right, and that's what I meant -- my dividing it up into multiple
partitions was jus
On Tue, Mar 07, 2006 at 09:05:20AM -0500, Lennart Sorensen wrote:
> It is correct behaviour. If cfdisk doesn't do the same thing if you
> use it to add a partition to an existing partition table, then
> cfdisk is broken. I suspect it only rearanged partitions made
> within one session, which is
Package: installation-reports
Boot method: netinst CD image booted from CD-R
Image version: netinst i386 downloaded at 2006-03-06 21:56
Date: 2006-03-06 22:30 (approx)
Machine: Generic tower system
Processor: Pentium 4 at 1.8 GHz
Memory: 512M. Once had a bad RAM sector, but memtest86+ reports it
Package: konqueror
Version: 4:3.5.0-4
Severity: normal
(Hope this is the correct place to send Konqueror JavaScript issues.)
When using e.g. "doc = document.implementation.createDocument" to
create a DOM document, then "doc.load('some-file.xml')" to load an XML
document (either locally or from th
Package: eclipse-jdt
Version: 3.1.1-8
Severity: normal
With only the 'eclipse-jdt' package installed, I cannot run 'eclipse';
I get the attached logfile. It appears to be an issue with the
initial configurator.
Since 'eclipse-jdt' is described as "JDT provides a whole Java IDE," I
incorrectly as
On Tue, Sep 27, 2005 at 01:05:37AM +0200, Christian Hammers wrote:
> please report this to the Quagga mailing list, I do not know enough
> about routing to help you here.
I unfortunately lacked the time to report this problem until this
weekend. However, 0.99.2 was released on Friday. This appe
Package: quagga
Version: 0.99.1-3
Severity: normal
I have a laptop, connected via VPN over wireless to a desktop,
connected via Ethernet to a local Internet gateway, who is then
connected via VPNs to two other Internet gateways. All gateways, plus
the desktop and laptop, are a part of an area-0 O
Package: libmasonx-request-withapachesession-perl
Version: 0.30-1
Severity: normal
Tags: patch
Due to a mistaken 'return' statement, the "new" subroutine on
MasonX::Request::WithApacheSession returns an undefined value if a
subrequest is created, rather than returning itself.
$m->make_subrequest
Are you using GCC 4.0, now the default for sid?
I had this problem with GCC 4.0, but GCC 3.3 seems to compile
generic_serial.c okay, albeit with lots of warnings.
signature.asc
Description: Digital signature
Package: bsdgames
Version: 2.17-1
Severity: normal
According to the manpage, I should be able to circle left
(counter-clockwise) as well as right (clockwise, the default), but the
game does not accept 'l' or 'r' arguments after 'c'.
In the game, pressing 'c' and then '?' for help gets me
Package: vim
Version: 1:6.3-058+1
Severity: normal
Taken from the help docs for the 'secure' option:
[. . .] On Unix this option is only used if the ".vimrc" or
".exrc" is not owned by you. This can be dangerous if the systems
allows users to do a "chown". You better set 'secure' at
Package: konqueror
Version: 4:3.3.2-1
Severity: normal
Within Konqueror, accessing the URL 'about:blank' (like with most
browsers) accesses a blank page. White background, 'page loaded'
status message, URL in the location bar. All is good.
Launching konqueror as 'konqueror about:blank' does not
Package: hylafax-server
Version: 4.2.1-5
Severity: normal
The postrm script has -e set, so if purging the package, the line
[ -e "$i" ] && rm "$i"
(near the end) causes the script to fail if the file doesn't exist,
rather than ignoring it.
Also, subsequent purges (after the first is pre
On Fri, Apr 29, 2005 at 06:24:27PM +0200, Kevin Krammer wrote:
> > Okay, but this is in contrast to other Konqueror behaviour, then. If
> > I right-click on a link and select 'copy link address', it puts it on
> > both the clipboard and the selection. If I do the same to a bookmark,
> > it only
On Fri, Apr 29, 2005 at 04:52:54PM +0200, Kevin Krammer wrote:
> > Using Edit -> Paste works in Konsole, as does shift-insert. In my
> > normal console (urxvt), I use middle-click to paste, and it works
> > for everything (except the subject of this bug).
>
> Middle click pastes a different clipb
On Fri, Apr 29, 2005 at 12:16:43PM +0200, Kevin Krammer wrote:
> Can you try to paste into a different application which uses the
> standard paste shortcut, e.g. not a terminal window as those tend to
> have different copy&paste shortcuts due to the need to have CTRL+C
> for sending the interrupt
Package: konqueror
Version: 4:3.3.2-1
Severity: normal
If I right-click on a bookmark and select 'copy link address', I can
paste it into Konqueror. However, the X clipboard is not updated; in
fact, it's blanked. So I cannot paste the address into another
application, e.g. a shell.
-- System In
I posted the same issue to the mailing list, and was informed by the
author that in the new IMMS, you turn on XMMS 'shuffle' mode, which
IMMS detects and supersedes.
Hence, this is actually a documentation bug -- albeit an important
one, because the package is useless unless the user knows this.
Package: hotkeys
Version: 0.5.7.3
Severity: wishlist
My laptop has two separate 'master' volumes, one for speakers and one
for headphones. It'd be nice to be able to control another channel
(e.g. PCM) without having to patch the source myself -- as I've done
in the past and have to do (again) now
Package: kismet
Version: 2005.04.R1-1
Severity: minor
Most factors I am able to sort by appear to be reversed.
Sorting by 'packets descending' puts higher packets on top for the
main screen, but puts them on the bottom for the clients screen.
Sorting by MAC puts 00:* below 90:*.
Sorting by 'lat
Package: konqueror
Version: 4:3.3.2-1
Severity: normal
This bug may be related to bug #290040, but I do not know for certain,
so I'm filing it as a new report.
The best way to explain this is probably by example:
* I pull up the Wikipedia article on the Cold War and begin editing.
* I scroll
I've had this item in my Konqueror for a long time now (currently
3.3.2). Should we close this report?
signature.asc
Description: Digital signature
Another solution is to move /var/spool/postfix/lib to another
partition, then mount (potentially via fstab) that directory using
'bind' mounting. Unlike a symbolic link, a bind mount does work
for chroot.
I am not a dynamic-linking-in-C expert, but do we really actually need
the .so's in /var? Ca
Package: tcptraceroute
Version: 1.5beta6-1
Severity: important
When used on my laptop (via Ethernet), tcptraceroute fails to
function, and (IIRC) has done so for as long as I've tried it.
Further, while active, the system cannot receive packets on the
Ethernet interface, for *any* application. t
On Sun, Mar 20, 2005 at 02:37:15PM +0100, Marco d'Itri wrote:
> Still waiting for an answer from the submitter:
Thanks for the reminder.
The issue seemed to go away on its own, and I had forgotten about this
bug. So I pulled up some backups from back when I filed the report
and determined what
Package: mutt
Version: 1.5.6-20040907+3
Severity: normal
If a message lacks an @ ('at') symbol in the Message-ID field, Mutt
refuses to connect messages to it, even if they correctly specify the
In-Reply-To header.
Further, connecting a thread manually using the '&' key (link-threads)
lasts only
Package: openvpn
Version: 1.99+2.rc16-1
Severity: normal
Ordinarily, one can use 'config' inside a config file to source other
config files (for a modular configuration). Unfortunately, in the
default setup, this produces errors:
Options error: In /etc/openvpn/main.conf:26: Error
On Thu, Feb 24, 2005 at 12:03:24PM -0500, Adrian Irving-Beer wrote:
> I believe this is actually a bug in modutils. Note how
> /etc/modutils/arch/i386 has that exact alias at the end. But
> /etc/modprobe.d/arch/i386 does not.
Though all my statements remain, I should note that /etc/m
Package: chrony
Version: 1.20-6
Followup-For: Bug #294030
Note that I came to the same rtc vs. genrtc conclusion independently, so
it seems chrony+genrtc is indeed the culprit here.
You can solve your problem by creating /etc/modprobe.d/local (for
example) and putting
alias char-major-10
Package: offlineimap
Version: 4.0.7
Followup-For: Bug #233068
Just an FYI from a third party -- I can confirm this behaviour in
4.0.7, though I typically get a "2" instead. :)
Since I didn't think to look at the filename, I just turn expunge off,
delete the message, sync, undelete whatever got ma
Package: perl
Version: 5.8.4-5
Severity: normal
Tags: sarge
The following script causes a strange taint error when supplied with two
command-line parameters:
#!/usr/bin/perl -T
use constant C_A => $ARGV[0];
use constant C_B => $ARGV[1];
index(C_A, C_B);
ope
66 matches
Mail list logo