Bug#698609: /lib/i386-linux-gnu/libparted.so.0(ped_assert+0x29) [0xb76912a9]

2013-01-20 Thread Daniel Kahn Gillmor
Package: parted Version: 2.3-11 Severity: normal (parted) print Backtrace has 14 calls on stack: 14: /lib/i386-linux-gnu/libparted.so.0(ped_assert+0x29) [0xb76912a9] 13: /lib/i386-linux-gnu/libparted.so.0(+0x42adb) [0xb76c6adb] 12:

Bug#693501: Debian Bug 693501 - lightdm-gtk-greeter: Kernel panic with lightdm-gtk-greeter and Intel845g

2013-01-20 Thread Wayne Knorr
I am getting the same error on an IBM NetVista (machine type-model 8303-52U) that has an integrated Intel 845G video adapter.  It freezes on each reboot unless I select recovery mode. I installed linux-image-3.2.0-4-686-pae_3.2.29-1_i386.deb and still get the same problem so that seems to be

Bug#697957: unblock: connman/1.0-1.1

2013-01-20 Thread John Paul Adrian Glaubitz
On 01/20/2013 11:06 PM, Adam D. Barratt wrote: That would work, yeah; it's not the cleanest solution ever, but the tpu appears to have built on the majority of architectures already. The alternative is we drop the earlier tpu packages followed by a re-versioned upload. Sure, if you can simply

Bug#684788: emacs24-lucid: segfaults on startup

2013-01-20 Thread Rob Browning
giacomo boffi bo...@stru.polimi.it writes: Package: emacs24-lucid Version: 24.1+1-4 Followup-For: Bug #684788 Dear Maintainer, i'd like to confirm the bug report of L-ukasz If either of you have time, could you retry with 24.2+1-2 (once it migrates to unstable), and if emacs still

Bug#635623: ITP: kazam -- easy to use application for recording on-screen action

2013-01-20 Thread Carlo Stemberger
Hi Andrew, Il 20/01/2013 20:47, Andrew Starr-Bochicchio ha scritto: Has there been any progress on this? Actually, no; I'm sorry... I hoped to find some time for this, but currently I'm very busy. I'd be happy to review/sponsor/co-maintain any work towards getting this in to Debian. If

Bug#698045: bootchart2 not working at all

2013-01-20 Thread pioruns
On 14/01/13 13:48, Riccardo Magliocchetti wrote: Can you post more dmesg output, /etc/bootchartd.conf and /proc/cmdline please? Which desktop environment are you using? It looks the dump process is called but the collector was running. the collector was NOT running cheers, riccardo

Bug#698610: lintian: Some checks should not be triggered if a package is in section metapackages

2013-01-20 Thread Axel Beckert
Package: lintian Version: 2.5.11 Severity: normal Hi, IMHO the following lintian warnings should not be triggered if the binary package in question belongs to the section metapackages: * empty-binary-package * depends-on-packaging-dev Not as obvious, but nevertheless often happenening for me

Bug#698609: /lib/i386-linux-gnu/libparted.so.0(ped_assert+0x29) [0xb76912a9]

2013-01-20 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/20/2013 07:35 PM, Daniel Kahn Gillmor wrote: Package: parted Version: 2.3-11 Severity: normal (parted) print Backtrace has 14 calls on stack: 14: /lib/i386-linux-gnu/libparted.so.0(ped_assert+0x29) [0xb76912a9] 13:

Bug#689578: sysklogd modifies /etc/syslog.conf with helper script

2013-01-20 Thread Andres Salomon
On Sat, Oct 13, 2012 at 00:41:35 +0200, Michael Biebl wrote: A better approach imho would be to simply remove sysklogd from the archive. It's dead upstream, apparently no longer properly maintained in Debian, and there are enough more then suitable alternatives. With rsyslog we even have

Bug#698096: emacs24: Segfault on start-process with process-connection-type eq nil

2013-01-20 Thread Rob Browning
Christopher Wellons mosquito...@gmail.com writes: I don't see an emacs24-dbg yet, so here's a backtrace of a non-debian build. Program received signal SIGSEGV, Segmentation fault. create_pty (process=143565397) at process.c:1996 1996 FD_SET (inchannel, input_wait_mask); (gdb) bt #0

Bug#698096: emacs24: Segfault on start-process with process-connection-type eq nil

2013-01-20 Thread Christopher Wellons
On Sun, Jan 20, 2013 at 6:59 PM, Rob Browning r...@defaultvalue.org wrote: Christopher Wellons mosquito...@gmail.com writes: Evaluating this code, which is supposed to create a pipe process, results in an immediate segfault. (let ((process-connection-type nil)) (start-process nil nil))

Bug#698611: please assure tests passing and do not ignore tests failure at package build time

2013-01-20 Thread Yaroslav Halchenko
Package: libgetfem4++ Version: 4.2+dfsg1-1~exp2 Severity: wishlist While testing effects of fixes in scipy I have sweeped through all reverse build-dependees to see if there are any regressions. Unfortunately getfem4++ package runs tests but swallows the error if such occurs, so such checks are

Bug#643625: Bug #643625: Ability to override sector size

2013-01-20 Thread martin f krafft
also sprach Phillip Susi ps...@ubuntu.com [2013.01.21.1134 +1300]: In that case getting the correct logical sector size would not help because it would still align to 1 MiB. It sounds like what you want is the ability to specify an arbitrary alignment to use? Yes, one way or another. --

Bug#698535: pcscd: stale pcscd group?

2013-01-20 Thread Christoph Anton Mitterer
Hi Ludovic. On Sun, 2013-01-20 at 16:30 +0100, Ludovic Rousseau wrote: You can remove the pcscd group if you want. Yeah of course... I don't think it is safe to automatically remove the existing group. So I don't plan to do that in the package. I always have a bad feeling when packages leave

Bug#695182: [PATCH] MAX_PAUSE to be at least 4

2013-01-20 Thread paul . szabo
Ensure MAX_PAUSE is 4 or larger, so limits in return clamp_val(t, 4, MAX_PAUSE); (the only use of it) are not back-to-front. (This patch does not solve the PAE OOM issue.) Paul Szabo p...@maths.usyd.edu.au http://www.maths.usyd.edu.au/u/psz/ School of Mathematics and Statistics

Bug#695182: [PATCH] Subtract min_free_kbytes from dirtyable memory

2013-01-20 Thread paul . szabo
When calculating amount of dirtyable memory, min_free_kbytes should be subtracted because it is not intended for dirty pages. Using an extern int because that is the only interface to some such sysctl values. (This patch does not solve the PAE OOM issue.) Paul Szabo p...@maths.usyd.edu.au

Bug#663006: Retitle bug

2013-01-20 Thread Nobuhiro Iwamatsu
Control: retitle ITP: libnfc -- Near Field Communication (NFC) library Hi, I am interested in this and I want to do pakcgeing and maintain this. Best regards, Nobuhiro -- Nobuhiro Iwamatsu iwamatsu at {nigauri.org / debian.org} GPG ID: 40AD1FA6 -- To UNSUBSCRIBE, email to

Bug#695182: [RFC] Comments and questions

2013-01-20 Thread paul . szabo
Many comments and questions: In __alloc_pages_slowpath(), did_some_progress is set twice but only checked after the second setting, so the first setting is wasted. [Setting of MAX_PAUSE reported previously.] The setting of highmem_is_dirtyable seems used only to calculate limits and

Bug#696026: bug#13505: Bug#696026: emacs24: file corruption on saving

2013-01-20 Thread Eli Zaretskii
Date: Sun, 20 Jan 2013 23:10:08 +0100 From: Vincent Lefevre vinc...@vinc17.net Cc: r...@defaultvalue.org, ha...@gnu.org, 13...@debbugs.gnu.org, 696026-forwar...@bugs.debian.org, 696...@bugs.debian.org On 2013-01-20 23:40:14 +0200, Eli Zaretskii wrote: Date: Sun, 20 Jan 2013

Bug#696026: bug#13505: Bug#696026: emacs24: file corruption on saving

2013-01-20 Thread Eli Zaretskii
Date: Sun, 20 Jan 2013 23:22:11 +0100 From: Vincent Lefevre vinc...@vinc17.net Cc: r...@defaultvalue.org, ha...@gnu.org, 13...@debbugs.gnu.org, 696026-forwar...@bugs.debian.org, 696...@bugs.debian.org On 2013-01-20 23:10:08 +0100, Vincent Lefevre wrote: But Emacs should clearly tell

Bug#696026: bug#13505: Bug#696026: emacs24: file corruption on saving

2013-01-20 Thread Vincent Lefevre
On 2013-01-21 05:48:14 +0200, Eli Zaretskii wrote: You said: | The original encoded form of the characters as found on disk at | visit time _cannot_ be recovered by saving with raw-text, because | that encoded form is lost without a trace when the file is _visited_

Bug#698612: moduli: manpage error for Sophie Germain description

2013-01-20 Thread Jasen Betts
Package: openssh-client Version: 1:5.5p1-6+squeeze2 Severity: minor File: moduli moduli(5) manpage says Sophie Germain; (p+1)*2 is also prime. I think that expression should be (p*2)+1 No primes satisfy the conditon (p+1)*2 is also prime cite:

Bug#658896: please try to downgrade libgcrypt11 to 1.4.6

2013-01-20 Thread Trek
Hi, can you try to downgrade libgcrypt11 to the version 1.4.6-9? You can download it from: http://snapshot.debian.org/archive/debian/20110807T212024Z/pool/main/libg/libgcrypt11/ this resolved a bug using claws-mail and midori with libgcrypt 1.5, that seems to have problems with its memory

Bug#524149: Hey! Lets fix this for Wheezy

2013-01-20 Thread Paul Johnson
BLT needs fixing RIGHT NO. No more delay. If the maintainer of this package is not a blt user, I can understand that this does not seem like a big thing. But, speaking bluntly, blt is an old piece of software that is barely (if at all maintained) by its original author. Nevertheless, we are

Bug#698603: FTBFS against experimental audit, needs new build-dep

2013-01-20 Thread Raphael Geissert
Hi Adam, On Sunday 20 January 2013 16:20:57 Adam Conrad wrote: [...] This is a trivial patch, but it took me a few minutes to hunt it down, so I figured I'd forward it in case you weren't aware. When audit 2.x bounces from experimental to unstable, readahead-fedora will need to build-dep on

Bug#698608: josm: cant load defaultpresets.xml after upgrade

2013-01-20 Thread Nicolás Alvarez
This problem is caused by the new 06-move_data_out_of_jar.patch. It moves things from inside the jar to /usr/share/josm, and changes the code to match. But in most cases the relevant paths are stored in user preference files, which means the code changes only affect the *defaults* stored in

Bug#698409: xtrlock not work

2013-01-20 Thread Vascom
Length 98 symbols. 2013/1/18 Matthew Vernon matt...@debian.org On 18/01/13 10:36, Vascom wrote: Yes, Fedora using shadow passwords. And its field is not empty for my user and for root. What's the length of the password field? Regards, Matthew

Bug#698607: [Pkg-virtualbox-devel] Bug#698607: Compatibility with 3.7-trunk kernel

2013-01-20 Thread Alexey Eromenko
I'm attaching a patch to compile with debian 3.7 kernel I don't known when VM_RESERVED gone in kernel, my patch checks for 3.7 I've seen other reports about 3.6 but I've opened a new bug since they are duplicated and confusing. the check can be done on VM_RESERVED definition but the better

Bug#698614: Subject: RFA: rhodecode -- an open source source control management system for Mercurial and Git

2013-01-20 Thread Mark Nesterovych
Package: wnpp Severity: normal Version : 1.4.3 Upstream Author : Marcin Kuźminski * URL : http://www.rhodecode.org * License : GPL-3 Programming Lang: Python Description : an open source source control management system for Mercurial and Git An open

Bug#658739: please try to downgrade libgcrypt11 to 1.4.6

2013-01-20 Thread Trek
Hi, can you try to downgrade libgcrypt11 to the version 1.4.6-9? You can download it from: http://snapshot.debian.org/archive/debian/20110807T212024Z/pool/main/libg/libgcrypt11/ this resolved a bug using claws-mail and midori with libgcrypt 1.5, that seems to have problems with its memory

Bug#698615: lp ignores silly options; should give error

2013-01-20 Thread Trent W. Buck
Package: cups-client Version: 1.5.3-2.12 Severity: wishlist Tags: upstream While dealing with an unrelated issue, I tried to type date | lp -n2 -o collate=true but instead I typed date | lp -n2 --collate=true AFAICT, lp silently ignored the bogus option. I would strongly prefer that

Bug#698552: unattended-upgrades - Fails with xz compress debs

2013-01-20 Thread Michael Vogt
On Sun, Jan 20, 2013 at 01:13:52PM +0100, Bastian Blank wrote: Package: unattended-upgrades Version: 0.79.3 Severity: grave Thanks for your bugreport. unattended-upgrades fails completely with xz compressed debs: | # unattended-upgrade |

Bug#673820: The bug is fixed upstream.

2013-01-20 Thread Reinhard Tartler
On Sat, Aug 25, 2012 at 7:18 AM, Frank eular.fr...@gmail.com wrote: http://devel.mplayer2.org/ticket/166 It's said that the bug is fixed now; therefore, I think it's time for maintainer to apply the patch. I have now updated the mplayer2 package in experimental. In my test chroot, I didn't

Bug#674145: mplayer2: mplayer does not stop after playing a file

2013-01-20 Thread Reinhard Tartler
On Thu, May 24, 2012 at 1:47 PM, Martin Ziegler zieg...@email.mathematik.uni-freiburg.de wrote: mplayer said that the output device was pulse: AO: [pulse] Wenn I use mplayer with the option -ao alsa everything works fine. Thanks! It might be interesting that the version of mplayer in the

Bug#689578: sysklogd modifies /etc/syslog.conf with helper script

2013-01-20 Thread Michael Biebl
Am 21.01.2013 02:32, schrieb Andres Salomon: A better approach imho would be to simply remove sysklogd from the archive. It's dead upstream, apparently no longer properly maintained in Debian, and there are enough more then suitable alternatives. With rsyslog we even have a drop-in

Bug#673820: The bug is fixed upstream.

2013-01-20 Thread Frank
On 01/21/2013 02:51 PM, Reinhard Tartler wrote: On Sat, Aug 25, 2012 at 7:18 AM, Frank eular.fr...@gmail.com wrote: http://devel.mplayer2.org/ticket/166 It's said that the bug is fixed now; therefore, I think it's time for maintainer to apply the patch. I have now updated the mplayer2 package

Bug#685248: unblock boinc/7.0.34+dfsg-2

2013-01-20 Thread Jonathan Nieder
(resending to BTS with Steffen's permission) Steffen Möller wrote 7.0.27 does the job. [... lots of interesting details snipped ...] Since the package does something good to the world at large, I do not want any such removal again, [...] On http://boinc.berkeley.edu/download.php you see the

Bug#698093: [Pkg-libvirt-maintainers] Bug#698093: libvirt-bin: Enable Xen libxl backend

2013-01-20 Thread Guido Günther
On Sun, Jan 20, 2013 at 02:08:28PM -0500, 小龙 陈 wrote: [..snip..] I've tried it in another distro, but I haven't tested it in Debian yet. I'll test it later today. But if you look at the source code:

Bug#687500: hangs in console instead of switching to display manager

2013-01-20 Thread rollopack
Package: plymouth Version: 0.8.8-3 Followup-For: Bug #687500 Today, the problem seem to be solved. Maybe the new Nvdia driver? 0.8.8-3 with solar theme, Nvidia video card (310.19-1) and KDM -- System Information: Debian Release: 7.0 APT prefers testing APT policy: (990, 'testing'), (50,

Bug#698460: claws-mail: Crashes on send via SSL

2013-01-20 Thread Ricardo Mones
tags 698460 moreinfo thanks On Fri, 18 Jan 2013 22:46:16 +0100 Florian Zieboll f.zieb...@web.de wrote: Package: claws-mail Version: 3.8.1-2 Severity: important Tags: upstream Hallo, on a clean Wheezy install, Claws-Mail crashes when sending mails via SSL and SSL/StartTLS. Unencrypted

Bug#698616: plymouth: Solved?

2013-01-20 Thread rollopack
Package: plymouth Version: 0.8.8-3 Severity: normal Today, the problem seem to be solved. Maybe the new Nvdia driver? 0.8.8-3 with solar theme, Nvidia video card (310.19-1) and KDM -- System Information: Debian Release: 7.0 APT prefers testing APT policy: (990, 'testing'), (50,

Bug#681248: pdns-server: Fatal error: Trying to set unexisting parameter 'gmysql-host'

2013-01-20 Thread Marc Haber
On Thu, Jan 17, 2013 at 01:28:30PM +0100, Josip Rodin wrote: /etc/powerdns/pdns.d/pdns.simplebind should be shipped in /usr/share/doc/pdns-server and the postinst should copy it into the live location when $1 is configure and there is no $2. Unfortunately, the solution is not _that_ easy since

Bug#698606: closed by Kees Cook k...@debian.org (not a bug)

2013-01-20 Thread Michael Tokarev
21.01.2013 03:27, Debian Bug Tracking System wrote: This is an automatic notification regarding your Bug report which was filed against the src:libseccomp package: #698606: please provide package for other architectures, not just x86 It has been closed by Kees Cook k...@debian.org. Their

<    1   2   3