Bug#843127: [Paul Wise] Bug#843127: notmuch: race condition in `notmuch new`?

2016-11-12 Thread Austin Clements
Quoth David Bremner on Nov 04 at 1:26 pm: > > Paul Wise wrote: > > > Last night I got this errorĀ from my `notmuch new --quiet` cron job. The > > file that the error message complains about is now in the cur directory > > of the maildir at the following path. > > > > /path/to/mail/cur/1478190211.

Bug#762950: Bug most likely in solid

2015-03-28 Thread Austin Clements
Quoth Scott Kitterman on Mar 28 at 5:36 pm: > On Sunday, March 15, 2015 12:43:51 PM Scott Kitterman wrote: > > I've poked around in core/libs/database/collectionmanager.cpp and it appears > > that the digikam code tries to do the right thing and the most likely issue > > is something about how sol

Bug#762950: digikam: Removes all images from database when docker.io is running

2014-09-26 Thread Austin Clements
Package: digikam Version: 4:4.1.0-1+b1 Severity: important Dear Maintainer, Digikam has a serious incompatibility with docker.io due to the particular way the docker daemon manages mounts. If the docker daemon is running and the user starts Digikam, Digikam will delete all album metadata from it

Bug#760653: dovecot-core: failure to create self-signed certificate

2014-09-06 Thread Austin Clements
Package: dovecot-core Version: 1:2.2.13-4 Severity: normal Dear Maintainer, When attempting to freshly install Dovecot with an installer-generated self-signed certificate, I get the following error from postinst: Warning : Bad SSL config, can't generate certificate. Openssl output was: 139970769

Bug#757149: google-perftools: New upstream version available

2014-08-05 Thread Austin Clements
Package: google-perftools Version: 2.1-2 Severity: wishlist Dear Maintainer, v2.2.1 of gperftools is available upstream at https://code.google.com/p/gperftools/ v2.2 in particular fixed a variety of bugs, including memory corruption bugs and various serious deadlocks that make perftools all bu

Bug#749890: python3-notmuch: missing header in mbox message -> NullPointerError

2014-06-27 Thread Austin Clements
Quoth David Bremner on Jun 27 at 12:45 pm: > Jakub Wilk writes: > > > * David Bremner , 2014-06-26, 18:26: > >>>0.18.1~rc0-1 is much better, thanks! > >>> > >>>I still get NullPointerError for one of my messages, though. :-( The > >>>message is in the MBOXCL format (where message body size is in

Bug#683505: notmuch: FTBFS if built twice in a row: unrepresentable changes to source

2012-08-02 Thread Austin Clements
Quoth Jameson Graef Rollins on Aug 01 at 8:10 pm: > On Wed, Aug 01 2012, David Bremner wrote: > > As I mentioned on IRC, the test only fails on the Debian build machines > > (building in a clean chroot using sbuild is not enough) so it isn't > > really clear how to duplicate the it. Perhaps build

Bug#658678: lightdm: leaks FDs to child processes

2012-02-04 Thread Austin Clements
Package: lightdm Version: 1.0.6-3 Severity: normal Dear Maintainer, lightdm appears to leak several file descriptors to the child process it creates for the session, which propagate to nearly every process running in an interactive session. For example, running ls -l /proc/self/fd from a termina

Bug#606229: emacs: Please provide debugging symbols

2011-11-08 Thread Austin Clements
Symbols would also be useful for profiling emacs performance problems. I tested Sven Joachim's patch. It applies cleanly to the latest emacs23 source package and seems to work well. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble?

Bug#640872: Info received (Bug#640872: Acknowledgement (libc6: upgrade fails to mv /lib64.eglibc-new to /lib64; leaves system unusable))

2011-09-07 Thread Austin Clements
I probably don't understand all of the nuances of that code, but one potential fix is simply to pass a benign argument to mv. Something like if ! $ldfile /bin/mv --version >/dev/null 2>/dev/null; then ... Alternatively, it may be more robust for the script to simply create a file to mv

Bug#640872: Acknowledgement (libc6: upgrade fails to mv /lib64.eglibc-new to /lib64; leaves system unusable)

2011-09-07 Thread Austin Clements
Here's a work-around for anyone who can't boot because of this bug. Boot into GRUB and edit your kernel command line to add break=init. This should drop you to your initramfs. Your root partition should be mounted read-only on /root, which should allow you to verify that lib64 is gone, but that y

Bug#640872: libc6: upgrade fails to mv /lib64.eglibc-new to /lib64; leaves system unusable

2011-09-07 Thread Austin Clements
Package: libc6 Version: 2.13-19 Severity: critical Justification: breaks the whole system remove_lib64_symlink in the preinst script attempts to delete /lib64 and mv /lib64.eglibc-new /lib64. To run mv without /lib64, it has to explicitly specify an interpreter, which it does using $interprete

Bug#594433: Acknowledgement (db4.7: Includes files from 4.6 deleted in 4.7)

2010-08-26 Thread Austin Clements
If it helps, the attached patch contains what I believe are the actual Debian changes beyond the four Oracle patches to libdb4.7. The files that were only in Debian's source package and not in the patched upstream source were Only in db4.7-4.7.25/clib: ctime.c Only in db4.7-4.7.25/clib: getaddrin

Bug#594433: db4.7: Includes files from 4.6 deleted in 4.7

2010-08-25 Thread Austin Clements
Package: db4.7 Version: 4.7.25 Severity: normal The Debian patch set in the db4.7 source package appears to contain all of the files that were present in version 4.6, but removed from version 4.7. For example, debian/patches/debian-changes-4.7.25-9 contains a patch with the complete contents of

Bug#569122: msmtp is incompatible with vixie cron

2010-02-10 Thread Austin Clements
Thanks for the quick reply. > Maybe you missed that msmtp is able to use a system wide configuration > file: /etc/msmtprc I'm aware of this. Perhaps my bug should have been "per-user configuration is incompatible with vixie cron". Personally, I'm unwilling to put sensitive information in a worl

Bug#569122: msmtp is incompatible with vixie cron

2010-02-09 Thread Austin Clements
Package: msmtp Version: 1.4.19-1 Severity: normal vixie-cron runs /usr/sbin/sendmail with the HOME environment variable set to /. Because msmtp looks for per-user configuration in $HOME/.msmtp, it will fail to find the configuration file of the user cron is sending mail on behalf of. On a syste

Bug#491484: libghc6-hdbc-sqlite3-dev should ship GHCi library as regular file

2009-07-12 Thread Austin Clements
This bug still exists as of 2.1.0.2-1_amd64. As Arjan Oosting found, removing the "$(MAKE) clean" from the install rule in debian/rules fixes the problem. This rule removes all .o files, including the GHCi library /debian/tmp/build/libghc6-hdbc-sqlite3-dev/dist/build/HSHDBC-sqlite3-2.1.0.2.o S

Bug#488937: acpi-support: Incorrect D-BUS HAL call in dbus-hal suspend method

2008-07-02 Thread Austin Clements
Package: acpi-support Version: 0.109-5 Severity: important Tags: patch The implementation of the dbus-hal suspend method in the /usr/share/acpi-support/suspendorhibernate script is incorrect. I've attached a patch which fixes a number of issues with the implementation: * Currently, it calls the

Bug#488604: network-manager: leaks 8 bytes of memory per second

2008-06-29 Thread Austin Clements
Package: network-manager Version: 0.6.6-1 Severity: important NetworkManager leaks about 8 bytes of RAM per second. This was recently fixed in Ubuntu and the patch applies cleanly against the Debian package. Index: network-manager.ubuntu/src/nm-dbus-net.c

Bug#468436: libghc6-hsql-sqlite3-dev: Fails to read non-text fields

2008-02-28 Thread Austin Clements
-- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Kernel: Linux 2.6.21-awakening Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/

Bug#464915: vmware-package: useless error message when passed server linux client package

2008-02-09 Thread Austin Clements
Package: vmware-package Version: 0.21 Severity: minor This is a minor but annoying usability problem. The VMWare Server Linux client package available from VMWare's site comes as a zip that contains four other archives, including the server console itself. Unfortunately, when given this zip direc

Bug#436347: dictionaries-common: Includes old version of flyspell.el

2007-09-13 Thread Austin Clements
Quoth Agustin Martin on Aug 07 at 9:15 pm: > Unless you want a specific feature from emacs22 flyspell.el, I will > download this bug report severity to wishlist and retitle it to > something like > > 'Please consider upgrading dictionaries-common .el stuff to newest > from emacs22' There weren't

Bug#436347: dictionaries-common: Includes old version of flyspell.el

2007-08-06 Thread Austin Clements
Package: dictionaries-common Version: 0.82.0 Severity: normal This package includes a version of flyspell.el that is older than the one included with Emacs 22. When installed, this older version overrides the one in Emacs 22. -- System Information: Debian Release: lenny/sid APT prefers unstab