Bug#648014: Too strict dependencies on binutils, maybe due to inappropriate dynamic linking with binutils libraries?

2011-11-09 Thread Magnus Holmgren
On tisdagen den 8 november 2011, Yaroslav Halchenko wrote:
 if you are a DD -- just proceed with NMU fixing this issue... I have no
 time atm for lush

One NMU coming up, as follows:

diff -Nru lush-1.2.1/debian/changelog lush-1.2.1/debian/changelog
--- lush-1.2.1/debian/changelog 2011-02-27 22:13:03.0 +0100
+++ lush-1.2.1/debian/changelog 2011-11-08 22:22:44.0 +0100
@@ -1,3 +1,12 @@
+lush (1.2.1-9+cvs20110227+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/05-static-libbfd-needs-lz: Make linking statically
+against libbfd work by appending -lz, which libbfd needs (Closes:
+#648014). Thanks to Niels Möller.
+
+ -- Magnus Holmgren holmg...@debian.org  Tue, 08 Nov 2011 22:18:13 +0100
+
 lush (1.2.1-9+cvs20110227) unstable; urgency=low
 
   * Upload to unstable
diff -Nru lush-1.2.1/debian/control lush-1.2.1/debian/control
--- lush-1.2.1/debian/control   2011-02-27 22:13:03.0 +0100
+++ lush-1.2.1/debian/control   2011-11-08 23:14:15.0 +0100
@@ -2,7 +2,7 @@
 Section: devel
 Priority: extra
 Maintainer: Yaroslav Halchenko deb...@onerussian.com
-Build-Depends: debhelper (= 7.0.50~), autotools-dev, binutils-dev, libxt-dev, 
libxft-dev, gfortran, indent, pkg-config, libncurses-dev, libreadline-dev, 
libgsl0-dev, liblapack-dev, 
libgl1-mesa-dev | libgl-dev, libsdl-dev, libcv-dev, libasound2-dev, 
libaudiofile-dev
+Build-Depends: debhelper (= 7.0.50~), autotools-dev, binutils-dev, libxt-dev, 
libxft-dev, gfortran, indent, pkg-config, libncurses-dev, libreadline-dev, 
libgsl0-dev, liblapack-dev, 
libgl1-mesa-dev | libgl-dev, libsdl-dev, libcv-dev, libasound2-dev, 
libaudiofile-dev, zlib1g-dev
 Standards-Version: 3.9.1
 Homepage: http://lush.sourceforge.net/
 Vcs-Browser: http://git.onerussian.com/?p=deb/lush.git
diff -Nru lush-1.2.1/debian/patches/05-static-libbfd-needs-lz 
lush-1.2.1/debian/patches/05-static-libbfd-needs-lz
--- lush-1.2.1/debian/patches/05-static-libbfd-needs-lz 1970-01-01 
01:00:00.0 +0100
+++ lush-1.2.1/debian/patches/05-static-libbfd-needs-lz 2011-11-08 
22:14:30.0 +0100
@@ -0,0 +1,26 @@
+From: Niels Möller ni...@lysator.liu.se
+Subject: When linking statically against libbfd we need to link against libz 
as well.
+Bug-Debian: http://bugs.debian.org/648014
+
+--- a/configure
 b/configure
+@@ -5895,7 +5895,7 @@ else
+ fi
+ 
+ i_LIBS=`echo $n_LIBS | sed -e 's/-liberty/ -lintl/'`
+-sn_LIBS=`echo $n_LIBS | sed -e 's/-lbfd\( -liberty\)*/-Wl,-Bstatic  
-Wl,-Bdynamic/'`
++sn_LIBS=`echo $n_LIBS | sed -e 's/-lbfd\( -liberty\)*/-Wl,-Bstatic  
-Wl,-Bdynamic -lz/'`
+ si_LIBS=`echo $i_LIBS | sed -e 's/-lbfd\( -liberty\)*/-Wl,-Bstatic  
-Wl,-Bdynamic/'`
+ LIBS=$sn_LIBS
+ { echo $as_me:$LINENO: checking whether bfd works with -Bstatic 5
+--- a/configure.ac
 b/configure.ac
+@@ -151,7 +151,7 @@ if test x$has_bfd = xyes ; then
+ has_intl=
+ AC_CHECK_LIB(intl, dcgettext, [has_intl=yes],[has_intl=no])
+ i_LIBS=`echo $n_LIBS | sed -e 's/-liberty/ -lintl/'`
+-sn_LIBS=`echo $n_LIBS | sed -e 's/-lbfd\( -liberty\)*/-Wl,-Bstatic  
-Wl,-Bdynamic/'`
++sn_LIBS=`echo $n_LIBS | sed -e 's/-lbfd\( -liberty\)*/-Wl,-Bstatic  
-Wl,-Bdynamic -lz/'`
+ si_LIBS=`echo $i_LIBS | sed -e 's/-lbfd\( -liberty\)*/-Wl,-Bstatic  
-Wl,-Bdynamic/'`
+ LIBS=$sn_LIBS
+ AC_MSG_CHECKING([whether bfd works with -Bstatic])
diff -Nru lush-1.2.1/debian/patches/series lush-1.2.1/debian/patches/series
--- lush-1.2.1/debian/patches/series2011-02-27 22:13:03.0 +0100
+++ lush-1.2.1/debian/patches/series2011-11-08 22:17:44.0 +0100
@@ -3,3 +3,4 @@
 02-manpage
 03-gcc4-mips
 04-ld-no-add-needed
+05-static-libbfd-needs-lz

-- 
Magnus Holmgrenholmg...@debian.org
Debian Developer 
diff -Nru lush-1.2.1/debian/changelog lush-1.2.1/debian/changelog
--- lush-1.2.1/debian/changelog	2011-02-27 22:13:03.0 +0100
+++ lush-1.2.1/debian/changelog	2011-11-08 22:22:44.0 +0100
@@ -1,3 +1,12 @@
+lush (1.2.1-9+cvs20110227+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/05-static-libbfd-needs-lz: Make linking statically
+against libbfd work by appending -lz, which libbfd needs (Closes:
+#648014). Thanks to Niels Möller.
+
+ -- Magnus Holmgren holmg...@debian.org  Tue, 08 Nov 2011 22:18:13 +0100
+
 lush (1.2.1-9+cvs20110227) unstable; urgency=low
 
   * Upload to unstable
diff -Nru lush-1.2.1/debian/control lush-1.2.1/debian/control
--- lush-1.2.1/debian/control	2011-02-27 22:13:03.0 +0100
+++ lush-1.2.1/debian/control	2011-11-08 23:14:15.0 +0100
@@ -2,7 +2,7 @@
 Section: devel
 Priority: extra
 Maintainer: Yaroslav Halchenko deb...@onerussian.com
-Build-Depends: debhelper (= 7.0.50~), autotools-dev, binutils-dev, libxt-dev, libxft-dev, gfortran, indent, pkg-config, libncurses-dev, libreadline-dev, libgsl0-dev, liblapack-dev, libgl1-mesa-dev | libgl-dev, libsdl-dev, libcv-dev, libasound2-dev, libaudiofile-dev
+Build-Depends: debhelper 

Bug#648142: autopkgtest: Leaves temporary apt configuration behind

2011-11-09 Thread Martin Pitt
Hello Timo,

Timo Juhani Lindfors [2011-11-09  9:06 +0200]:
 Thanks for testing but I belive I already fixed this in git
 bab1c3b3247f91d8048735cbf03d3df0d5701a2e.

Ah, thanks! Would you mind adding a Vcs-Git: header to
debian/control, so that this is easier to find? I wasn't aware of
this.

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)


signature.asc
Description: Digital signature


Bug#648151: no keyboard at all due to bad /etc/default/keyboard

2011-11-09 Thread Harald Dunkel
Package: x11-xkb-utils
Version: 7.5+5

If I set /etc/default/keyboard to

XKBMODEL=pc105
XKBLAYOUT=us
XKBVARIANT=nodeadkeys
XKBOPTIONS=terminate:ctrl_alt_bksp

then the keyboard on X is dead.  .xinitrc.log shows

The XKEYBOARD keymap compiler (xkbcomp) reports:
 Error:No Symbols named nodeadkeys in the include file us
   Exiting
   Abandoning symbols file default

It would be more wise to ignore the nodeadkeys, or to
fall back to pc101 layout. Without keyboard you cannot
fix the problem. That is fatal.


Regards

Harri



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648057: tasksel: please include laptop-mode-tools in the laptop task selection

2011-11-09 Thread Ritesh Raj Sarraf
Only pm-utils does power savings. And so does lmt. Others are reporting
tools or tools that can trigger.
On Nov 9, 2011 1:17 PM, Christian PERRIER bubu...@debian.org wrote:

 Quoting Ritesh Raj Sarraf (r...@debian.org):
  Package: tasksel
  Version: 3.07
  Severity: wishlist
 
  laptop-mode-tools is a power saving tool for linux. It would be good to
  see laptop-mode-tools installed when a user selects the Laptop task.

 How does it differ from the following list?

 Recommends:
acpid,
apmd,
acpi,
acpi-support,
pcmciautils,
wireless-tools,
wpasupplicant,
cpufrequtils,
avahi-autoipd,
bluetooth,
powertop,
pm-utils





Bug#648145: iceweasel: displays dotted square instead of favicon for some websites

2011-11-09 Thread Sven Joachim
On 2011-11-09 08:42 +0100, Mike Hommey wrote:

 On Wed, Nov 09, 2011 at 08:03:29AM +0100, Sven Joachim wrote:
 Package: iceweasel
 Version: 8.0-1
 Severity: normal
 
 On some (but not all) websites, iceweasel does not display the favicon,
 but rather an empty dotted square.  For instance, bugs.debian.org shows
 this problem.

 That's what it does for sites without a favicon. Basically, the default
 favicon changed.

I see.  How anyone can find the new default favicon beautiful¹ is
beyond me, but this can be said about many Firefox default settings
these days. :-/  Looks I'll have to hack userChrome.css² to alleviate
that problem.

For some reason I don't remember, I also had set browser.chrome.favicons
to false.  Changing that to true gives the favicon back on
bugs.debian.org.

Thanks for the fast answer, and for all the work you have put into
Iceweasel.

Cheers,
   Sven


¹ https://bugzilla.mozilla.org/show_bug.cgi?id=648668#c0
² https://bugzilla.mozilla.org/show_bug.cgi?id=691989



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#610333: unattended-upgrades: delaying hibernation until crob job finishes

2011-11-09 Thread Teodor MICU
Hi,

  There is absolutely *no* relation between unattended-upgrades and
  pm-utils.  Any process running at the time of hibernation could consider
  itself just as important as unattended-upgrades, thereby preventing the

 I'm open for better suggestions but it seems preferable to delay
 hibernation than to potentially break the system.

I propose to make this bug a wishlist for the ability to choose at
the package installation both to enable U-A (default NO) and to
disable hibernation until U-A will finish execution (default YES).

I think we're covered for the case of running on low battery because
'cron' doesn't start until (direct) power returns. I personally don't
recommend to disable hibernation, but there are people who do.

Thanks



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648152: maxima: Please enable build-arch and build-indep targets

2011-11-09 Thread Niels Thykier
Source: maxima
Severity: wishlist
Tags: patch
User: debian...@lists.debian.org
Usertags: build-arch-target

Hi,

Please see attached patch for an example of how this could be done.

In order to progress in a timely manner with /proposed/ release goal,
it is my intention to NMU this package in 14 days (to DELAYED/10) if
I have not heard from you.

Thank you in advance for considering,
~Niels
diff -Nru maxima-5.24.0/debian/changelog maxima-5.24.0/debian/changelog
--- maxima-5.24.0/debian/changelog	2011-05-16 18:56:23.0 +0200
+++ maxima-5.24.0/debian/changelog	2011-11-09 09:03:50.0 +0100
@@ -1,3 +1,10 @@
+maxima (5.24.0-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Added build-arch and build-indep targets in d/rules.
+
+ -- Niels Thykier ni...@thykier.net  Wed, 09 Nov 2011 09:01:51 +0100
+
 maxima (5.24.0-1) unstable; urgency=low
 
   * New upstream release
diff -Nru maxima-5.24.0/debian/rules maxima-5.24.0/debian/rules
--- maxima-5.24.0/debian/rules	2011-05-16 18:57:50.0 +0200
+++ maxima-5.24.0/debian/rules	2011-11-09 09:03:49.0 +0100
@@ -47,7 +47,9 @@
 	rm -rf debian/save
 
 MVERS:=$(shell head -n 1 debian/changelog | cut -f2 -d\  | tr -d '()' | cut -f1 -d-)
-build: debian/save build-stamp
+build: build-arch build-indep
+build-arch: debian/save build-stamp
+build-indep: debian/save build-stamp
 build-stamp:
 	dh_testdir
 
@@ -282,4 +284,4 @@
 	@echo 2 'source and diff are obsolete - use dpkg-source -b'; false
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install


Bug#632129: Segfault with RT + Pg + mod_perl + mod_ssl

2011-11-09 Thread Alex Vandiver
Heya,
  I have reduced this bug to the minimal test case, involving an
rt-server consisting of:

use strict;
use warnings;
use DBI;

my $FAIL = 1;
my $dbh = DBI-connect(dbi:Pg:dbname=rtdb;host=localhost;
  .sslmode=. ($FAIL ? require :
disable),
   rtuser,password);
$dbh-{InactiveDestroy} = 1;
return sub {};

Please give the attached patch a whirl.  I believe you'll need to apply
it from within /usr/share/request-tracker4/
 - Alex
From 1f848abe120b45a5fe23e8b4b25b9b09b34c54ad Mon Sep 17 00:00:00 2001
From: Alex Vandiver ale...@bestpractical.com
Date: Wed, 9 Nov 2011 02:35:34 -0500
Subject: [PATCH] Restore database disconnection state after successful safe_run_child

RT::Util's safe_run_child sets its database handles to not disconnect
themselves if they are destroyed, before calling the provided function
which may fork and exec.  It explicitly re-enables those bits prior to
die'ing if the exec fails, to ensure that the database handle is torn
down correctly during the global destruction that would shortly ensue.

However, it fails to re-instate those bits after a _successful_ call.
This leaves the main database handle in a state where it does not tear
down the connection during global destruction.

This is particularly destructive in the case where:
  (a) RT uses PostgreSQL as its backend database
  (b) The database connection to PostgreSQL uses SSL, as is the default
  if the server supports it
  (c) The RT server is embedded into the Apache server using mod_perl
  (c) Apache has also loaded the SSL libraries for HTTPS support

This causes libcrypto.so to be used in two places in the Apache process,
by both Perl's binary PostgreSQL driver, as well as core Apache's; they
thus share some internal state.  The lack of orderly teardown of the
SSL-enabled database connection causes corruption in the SSL engine's
internal state during the Apache shutdown process, which could lead to
segmentation faults in Apache.

Resolve this by explicitly re-instating the disconnect-on-destroy flags
after a successful safe_run_child.
---
 lib/RT/Util.pm |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/RT/Util.pm b/lib/RT/Util.pm
index d2220c8..70d4625 100644
--- a/lib/RT/Util.pm
+++ b/lib/RT/Util.pm
@@ -93,6 +93,8 @@ sub safe_run_child () {
 #TODO we need to localize this
 die 'System Error: ' . $err;
 };
+$dbh-{'InactiveDestroy'} = 0 if $dbh;
+$RT::Handle-{'DisconnectHandleOnDestroy'} = 1;
 return $want? (@res) : $res[0];
 }
 
-- 
1.7.4.1



Bug#636856: libnet-openid-consumer-perl: use of Digest::SHA and possibility to drop libdigest-sha1-perl

2011-11-09 Thread Salvatore Bonaccorso
Hi

On Tue, Nov 08, 2011 at 11:32:33AM +, Dominic Hargreaves wrote:
 On Tue, Nov 08, 2011 at 03:26:00AM -0800, Roger Crew wrote:
  
  On Sat, 17 Sep 2011 10:52:22 +0100 Dominic Hargreaves wrote:
   On Sat, Sep 10, 2011 at 10:51:43AM +0200, Salvatore Bonaccorso wrote:
   Is there something I could try to help, on this? It would be great to
   have the libdigest-sha1-perl dependency droped. There are only few
   packages remaining.
  
   I'm waiting for upstream action on
   https://rt.cpan.org/Ticket/Display.html?id=44766,
   which fixes this bug.
  
  So, just thought I'd let you know:
  
  Net-OpenID-Consumer-1.12, which depends on 
  Net-OpenID-Common-1.13
  
  were both uploaded to CPAN within the last few days.
  
  These versions fix all currently outstanding bugs in -Consumer
  and, in particular, no longer have any dependence on Digest::SHA1.
 
 Thanks for the heads up. I should be able to get these into Debian
 at the weekend.

Thanks Roger and Dominic!

Regards
Salvatore


signature.asc
Description: Digital signature


Bug#647695:

2011-11-09 Thread PICCA Frédéric-Emmanuel
Hello,

I filled a bug against python-qt4 for now [1]. As requested by the python-qt4 
maintainer, I tryed to reproduce the bug and set up a test case. So I 
downgraded libqtwebkit4 to 2.1.0~2011week09-3 [2]
But I could not reproduce the problem on my i386 machine.

Can you confirm that by downgrading only libqtwebkit4 you can reproduce the bug 
on your amd64 machine.
with the current qt4 stack and python-qt4 from (unstable).

thanks

Frederic

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648085
[2] http://snapshot.debian.org/package/qtwebkit/2.1.0%7E2011week09-3/


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#632129: Segfault with RT + Pg + mod_perl + mod_ssl

2011-11-09 Thread Alex Vandiver
Heya,
  I have reduced this bug to the minimal test case, involving an
rt-server consisting of:

use strict;
use warnings;
use DBI;

my $FAIL = 1;
my $dbh = DBI-connect(dbi:Pg:dbname=rtdb;host=localhost;
  .sslmode=. ($FAIL ? require : disable),
   rtuser,password);
$dbh-{InactiveDestroy} = 1;
return sub {};

Please give the attached patch, which explains the full circumstances
of the bug, a whirl.  I believe you'll need to apply it from within
/usr/share/request-tracker4/

 - Alex
From 1f848abe120b45a5fe23e8b4b25b9b09b34c54ad Mon Sep 17 00:00:00 2001
From: Alex Vandiver ale...@bestpractical.com
Date: Wed, 9 Nov 2011 02:35:34 -0500
Subject: [PATCH] Restore database disconnection state after successful safe_run_child

RT::Util's safe_run_child sets its database handles to not disconnect
themselves if they are destroyed, before calling the provided function
which may fork and exec.  It explicitly re-enables those bits prior to
die'ing if the exec fails, to ensure that the database handle is torn
down correctly during the global destruction that would shortly ensue.

However, it fails to re-instate those bits after a _successful_ call.
This leaves the main database handle in a state where it does not tear
down the connection during global destruction.

This is particularly destructive in the case where:
  (a) RT uses PostgreSQL as its backend database
  (b) The database connection to PostgreSQL uses SSL, as is the default
  if the server supports it
  (c) The RT server is embedded into the Apache server using mod_perl
  (c) Apache has also loaded the SSL libraries for HTTPS support

This causes libcrypto.so to be used in two places in the Apache process,
by both Perl's binary PostgreSQL driver, as well as core Apache's; they
thus share some internal state.  The lack of orderly teardown of the
SSL-enabled database connection causes corruption in the SSL engine's
internal state during the Apache shutdown process, which could lead to
segmentation faults in Apache.

Resolve this by explicitly re-instating the disconnect-on-destroy flags
after a successful safe_run_child.
---
 lib/RT/Util.pm |2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/RT/Util.pm b/lib/RT/Util.pm
index d2220c8..70d4625 100644
--- a/lib/RT/Util.pm
+++ b/lib/RT/Util.pm
@@ -93,6 +93,8 @@ sub safe_run_child () {
 #TODO we need to localize this
 die 'System Error: ' . $err;
 };
+$dbh-{'InactiveDestroy'} = 0 if $dbh;
+$RT::Handle-{'DisconnectHandleOnDestroy'} = 1;
 return $want? (@res) : $res[0];
 }
 
-- 
1.7.4.1



Bug#648153: abiword: FTBFS on hurd-i386

2011-11-09 Thread Svante Signell
Package: abiword
Version: 2.9.1-0.1
Severity: important
Tags: patch
User: debian-h...@lists.debian.org
Usertags: hurd

Hi,

the attached tiny patch solves the FTBFS problems of abiword on
GNU/Hurd. In the first path config.h is included to make possible to
check if TOOLKIT_GTK is defined. The second part use dynamic memory
allocation to avoid the absence of a PATH_MAX definition for GNU/Hurd.
The patch has been tested with a small program on GNU/Linux and
GNU/Hurd.

Thanks!
diff -ur abiword-2.9.1/src/af/util/xp/ut_path.h abiword-2.9.1.modified/src/af/util/xp/ut_path.h
--- abiword-2.9.1/src/af/util/xp/ut_path.h	2009-12-13 10:45:47.0 +0100
+++ abiword-2.9.1.modified/src/af/util/xp/ut_path.h	2011-11-09 09:26:11.0 +0100
@@ -29,6 +29,8 @@
 #include limits.h
 #endif
 
+#include config.h
+
 /* GTK build supports platforms without PATH_MAX; we leave the warning in for
  * other platforms to avoid headaches
  */
diff -ur abiword-2.9.1/src/af/xap/gtk/xap_UnixApp.cpp abiword-2.9.1.modified/src/af/xap/gtk/xap_UnixApp.cpp
--- abiword-2.9.1/src/af/xap/gtk/xap_UnixApp.cpp	2011-05-09 09:32:28.0 +0200
+++ abiword-2.9.1.modified/src/af/xap/gtk/xap_UnixApp.cpp	2011-11-08 20:43:26.0 +0100
@@ -271,12 +271,13 @@
 {
 	// FIXME: this code sucks hard
 
-	char buf[PATH_MAX];
+	char * buf = NULL;
 	
 	// see if ABIWORD_DATADIR was set in the environment
 	const char * sz = getenv(ABIWORD_DATADIR);
 	if (sz  *sz)
 	{
+		buf = (char *)malloc(strlen(sz)+1);
 		strcpy(buf,sz);
 		char * p = buf;
 		int len = strlen(p);
@@ -290,12 +291,14 @@
 		if (p[len-1]=='/')// trim trailing slash
 			p[len-1] = 0;
 		XAP_App::_setAbiSuiteLibDir(p);
+		free(buf);
 		return;
 	}
 
 	// otherwise, use the hard-coded value
 	XAP_App::_setAbiSuiteLibDir(getAbiSuiteHome());
 
+	free(buf);
 	return;
 }
 


Bug#648154: augeas: git repository was last updated in 2009 (0.6.0-2)

2011-11-09 Thread Niels Thykier
Source: augeas
Severity: normal

However, last package upload was in 2011 (0.8.1-2).  Could you please
either sync the git repository or remove the reference from d/control?

~Niels



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648155: nfs-common: nfs mount hangs when kerberos ticket expires. Squeeze used to renew.

2011-11-09 Thread John Hughes
Package: nfs-common

Version: 1:1.2.5-2
Severity: normal

Dear Maintainer,

We use krb5 nfs4 for mounting our home directories.

On squeeze this worked well.

On a sid/wheezy system the nfs4 mount hangs when the kerberos ticket expires
(but is still renewable).

In the syslog on the client we see:

[59013.624087] nfs4_warn_keyexpired: 5427 callbacks suppressed
[59013.624093] Error: state manager encountered RPCSEC_GSS session expired 
against NFSv4 server olympic.calvaedi.com.
[59013.625000] Error: state manager encountered RPCSEC_GSS session expired 
against NFSv4 server olympic.calvaedi.com.
[59013.625870] Error: state manager encountered RPCSEC_GSS session expired 
against NFSv4 server olympic.calvaedi.com.
[59013.626759] Error: state manager encountered RPCSEC_GSS session expired 
against NFSv4 server olympic.calvaedi.com.



-- Package-specific info:
-- rpcinfo --
   program vers proto   port
104   tcp111  portmapper
103   tcp111  portmapper
102   tcp111  portmapper
104   udp111  portmapper
103   udp111  portmapper
102   udp111  portmapper
1000241   udp  55111  status
1000241   tcp  34799  status
-- /etc/default/nfs-common --
NEED_STATD=
STATDOPTS=
NEED_IDMAPD=yes
NEED_GSSD=yes
-- /etc/idmapd.conf --
[General]
Verbosity = 0
Pipefs-Directory = /var/lib/nfs/rpc_pipefs
Domain = calvaedi.com
Local-Realm = CALVAEDI.COM
[Mapping]
Nobody-User = nobody
Nobody-Group = nogroup
-- /etc/fstab --
olympic:/local  /usr/local  nfs4sec=krb50   3
/test   /srv/nfs4/test  nonebind0   0
-- /proc/mounts --
/dev/disk/by-uuid/0934e0d8-0329-492c-a20d-48387a634479 /srv/nfs4/test ext3 
rw,relatime,errors=remount-ro,commit=5,barrier=0,data=ordered 0 0
rpc_pipefs /var/lib/nfs/rpc_pipefs rpc_pipefs rw,relatime 0 0
nfsd /proc/fs/nfsd nfsd rw,relatime 0 0
olympic.calvaedi.com:/home/john /home/john nfs4 
rw,relatime,vers=4,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=krb5,clientaddr=192.168.6.99,minorversion=0,local_lock=none,addr=192.168.6.67
 0 0
olympic:/local/ /usr/local nfs4 
rw,relatime,vers=4,rsize=131072,wsize=131072,namlen=255,hard,proto=tcp,port=0,timeo=600,retrans=2,sec=krb5,clientaddr=192.168.6.99,minorversion=0,local_lock=none,addr=192.168.6.67
 0 0

-- System Information:
Debian Release: wheezy/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-2-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nfs-common depends on:
ii  adduser 3.113
ii  initscripts 2.88dsf-13.13
ii  libc6   2.13-21  
ii  libcap2 1:2.22-1 
ii  libcomerr2  1.42~WIP-2011-10-16-1
ii  libdevmapper1.02.1  2:1.02.67-1  
ii  libevent-1.4-2  1.4.14b-stable-1 
ii  libgssapi-krb5-21.9.1+dfsg-3 
ii  libgssglue1 0.3-3.1  
ii  libk5crypto31.9.1+dfsg-3 
ii  libkeyutils11.5.2-2  
ii  libkrb5-3   1.9.1+dfsg-3 
ii  libnfsidmap20.24-1   
ii  libtirpc1   0.2.2-5  
ii  libwrap07.6.q-21 
ii  lsb-base3.2-28   
ii  rpcbind 0.2.0-6  
ii  ucf 3.0025+nmu2  

Versions of packages nfs-common recommends:
ii  python  2.7.2-9

nfs-common suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648156: augeas: please enable build-arch and build-indep targets

2011-11-09 Thread Niels Thykier
Source: augeas
Severity: wishlist
Tags: patch
User: debian...@lists.debian.org
Usertags: build-arch-target

Hi,

Please see attached patch.

~Niels
diff -Nru augeas-0.8.1/debian/changelog augeas-0.8.1/debian/changelog
--- augeas-0.8.1/debian/changelog	2011-06-13 20:44:05.0 +0200
+++ augeas-0.8.1/debian/changelog	2011-11-09 09:47:32.0 +0100
@@ -1,3 +1,10 @@
+augeas (0.8.1-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Added build-arch and build-indep targets to d/rules.
+
+ -- Niels Thykier ni...@thykier.net  Wed, 09 Nov 2011 09:47:18 +0100
+
 augeas (0.8.1-2) unstable; urgency=low
 
   * debian/patches/test-readlink-errno.patch: On linux kernels 2.6.39
diff -Nru augeas-0.8.1/debian/rules augeas-0.8.1/debian/rules
--- augeas-0.8.1/debian/rules	2011-04-11 23:04:17.0 +0200
+++ augeas-0.8.1/debian/rules	2011-11-09 09:48:03.0 +0100
@@ -32,7 +32,9 @@
 --with-naturaldocs-output=HTML \
 --with-pdfdocs
 
-build: build-stamp
+build: build-arch build-indep
+build-arch: build-stamp
+build-indep: build-stamp
 build-stamp:  config.status
 	dh_testdir
 
@@ -107,4 +109,4 @@
 
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install
+.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install


Bug#648157: lynx-cur: Using utf-8 display, lynx eats bytes of value = 80hex. Corruption results.

2011-11-09 Thread David Lawyer
Package: lynx-cur
Version: 2.8.8dev.8-1
Severity: normal

Using unicode utf-8 is broken.  Looking a a Russian site which is
utf-8 results in about half of the Russian characters missing (and
replaced by escaped codes like ~B, ~D, etc.  I use a utf-8
terminal (using the Putty program on a laptop) connected to the serial
port of my Linux PC.  utf-8 works fine with this setup (but not with
lynx).  I can read a utf-8 file using more or cat.  The text
browser elinks works fine and displays all Russian characters.

I observed what was going on by using lynx on a Russian utf-8 site and
saving the page.  The page display while using lynx was very corrupt but
reading the saved page (a file) using more is fine.  Using vim to
read this saved file gives more clues.  If I just use vim (which
expects an ascii file) I get the same corruption.  But if I configure
vim for utf-8, it works fine.

Thus lynx would display fine if it just sent the raw file to my utf-8
terminal.  But instead, it behaves as if it was a 7-bit-byte ascii
file and replaces any 8-bit-byte (with the high order bit 1, value =
80-hex) with an escape code like ~B.  Seeing ~B means that the code
was control-B with the high order bit set (82-hex).  This in utf-8 is
the 2nd byte of the pair for Russian character ??.  I just typed
the Russian letter t and you see it doesn't show t but .~B and I'm
using the Debian reportbug program which is giving the same error as
what I'm reporting (probably since it's likely using vim which thinks
I'm typing an ascii file).  And I was going to also mention that lynx
replaces the first byte of the utf-8 pair with the error character as
you see, provided the 2nd byte of the pair is an above-ascii
character.  

Here's part of the options menu:

  Display and Character Set
  Use locale-based character set(!): [OFF]
  Use HTML5 charset replacements(!): [OFF]
  Display character set: [UNICODE (UTF-8)]
  Assumed document character set(!): [iso-8859-1__]
  Raw 8-bit (!): [OFF]

The problem exists with the above options.  If I set Raw to on, it reloads
the webpage with the same corruption, and then when I view the options
menu Raw is shown as off.  Is Raw actually being turned on?  I don't
know.

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i586)

Kernel: Linux 2.6.32-5-486
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages lynx-cur depends on:
ii  debconf [debconf-2.0]   1.5.38   Debian configuration management sy
ii  libbsd0 0.2.0-1  utility functions from BSD systems
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libgcrypt11 1.4.6-5  LGPL Crypto library - runtime libr
ii  libgnutls26 2.10.4-2 the GNU TLS library - runtime libr
ii  libidn111.18-1   GNU Libidn library, implementation
ii  libncursesw55.7+20100313-5   shared libraries for terminal hand
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages lynx-cur recommends:
ii  mime-support  3.51-1 MIME files 'mime.types'  'mailcap

Versions of packages lynx-cur suggests:
pn  lynx-cur-wrapper  none (no description available)

-- Configuration Files:
/etc/lynx-cur/lynx.cfg changed:
.h1 Auxiliary Facilities
.h2 INCLUDE
.ex
.ex
.h2 STARTFILE
.ex
.h2 HELPFILE
.ex
HELPFILE:file://localhost/usr/share/doc/lynx-cur/lynx_help/lynx_help_main.html.gz
.h2 DEFAULT_INDEX_FILE
DEFAULT_INDEX_FILE:http://lynx.isc.org/
.h1 Interaction
.h2 GOTOBUFFER
.h2 JUMP_PROMPT
.h1 Auxiliary Facilities
.h2 JUMPFILE
.ex
.h2 JUMPBUFFER
.h1 Internal Behavior
.h2 SAVE_SPACE
.h2 REUSE_TEMPFILES
.h2 LYNX_HOST_NAME
.h2 LOCALHOST_ALIAS
.ex 2
.h2 LOCAL_DOMAIN
.h1 Session support
.h2 AUTO_SESSION
.h2 SESSION_FILE
.h2 SESSION_LIMIT
.h1 Character sets
.h2 CHARACTER_SET
.nf
.fi
CHARACTER_SET:iso-8859-1
.h2 LOCALE_CHARSET
LOCALE_CHARSET:TRUE
.h2 ASSUME_CHARSET
.h2 ASSUMED_DOC_CHARSET_CHOICE
.h2 DISPLAY_CHARSET_CHOICE
.ex
.ex 4
.h2 ASSUME_LOCAL_CHARSET
.h2 PREPEND_CHARSET_TO_SOURCE
PREPEND_CHARSET_TO_SOURCE:FALSE
.h2 NCR_IN_BOOKMARKS
.h2 FORCE_8BIT_TOUPPER
.h2 OUTGOING_MAIL_CHARSET
.h2 ASSUME_UNREC_CHARSET
.h2 PREFERRED_LANGUAGE
PREFERRED_LANGUAGE:en
.h2 PREFERRED_CHARSET
.h2 CHARSETS_DIRECTORY
.h2 CHARSET_SWITCH_RULES
.h1 Interaction
.h2 URL_DOMAIN_PREFIXES
.h2 URL_DOMAIN_SUFFIXES
.h2 FORMS_OPTIONS
.h2 PARTIAL
.h2 PARTIAL_THRES
.h2 SHOW_KB_RATE
.h2 SHOW_KB_NAME
.h1 Timeouts
.h2 INFOSECS
.h2 MESSAGESECS
.h2 ALERTSECS
.h2 NO_PAUSE
.h2 DEBUGSECS
.h2 REPLAYSECS
.h1 Appearance
.h2 USE_SELECT_POPUPS
.h2 SHOW_CURSOR
SHOW_CURSOR:TRUE
.h2 UNDERLINE_LINKS
.h2 BOLD_HEADERS
.h2 BOLD_H1
.h2 BOLD_NAME_ANCHORS
.h1 Internal Behavior
.h2 DEFAULT_CACHE_SIZE
.h2 DEFAULT_VIRTUAL_MEMORY_SIZE
.h2 SOURCE_CACHE
.h2 

Bug#648158: xcompmgr: wrong fade speed when raising window opacity

2011-11-09 Thread Jason Woofenden
Package: xcompmgr
Version: 1.1.5-1
Severity: normal

Hello and thank you for bringing xcompmgr to me! I've been having a
lot of time fiddling with it :)

I'm using xmonad's fadeInactiveLogHook which sets
_NET_WM_WINDOW_OPACITY (so with xcompmgr, the window with keyboard
focus is 100% opaque, and all others fade to 50% opacity.)

When it sets a window to be fully opaque (after it's been only
partially opaque) xcompmgr fades it to opaque at the wrong speed.

It should use the -I setting when the opacity is being raised, and
the -O setting when it is being lowered.

But what it seems to be actually doing, is using the -O setting for
opacity changes (via _NET_WM_WINDOW_OPACITY) regardless of whether
the opacity is being raised or lowered.


I'm running xcompmgr like this:

xcompmgr -f -F -I 0.2 -O 0.02 -D 16.6

When I switch focus between two windows, the old window goes to 50%
opacity (thanks to xmonad) and the new window goes from 50% to 100%
opacity at exactly the same rate. I think the latter should go from
50% to 100% very quickly.

Please note that windows do fade in/out at the correct rate when I
switch between workspaces: When I switch to an empty workspace,
they fade out nice and slow. When I switch back, they fade in very
fast (as I've specified.)


Thank you, - Jason


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xcompmgr depends on:
ii  libc6   2.13-21  
ii  libx11-62:1.4.4-2
ii  libxcomposite1  1:0.4.3-2
ii  libxdamage1 1:1.1.3-2
ii  libxfixes3  1:5.0-4  
ii  libxrender1 1:0.9.6-2

xcompmgr recommends no packages.

xcompmgr suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648159: libglib2.0-0: GLib-GObject-CRITICAL triggers Fatal IO error 11

2011-11-09 Thread Skippy le Grand Gourou
Package: libglib2.0-0
Version: 2.24.2-1
Severity: critical
Justification: causes serious data loss


Since a while I experience regular half-freezes on my up-to-date Debian Squeeze
install with Gnome 2.30.

By half-freeze, I mean either of the two following cases (both can happen) :
- the content of the active window is still accessible (the main window usually
being Firefox, this means that I can continue to navigate through links and
HTTP forms), but cliquing on the window menu as well as on the gnome-panels has
no effect, and keyboard shortcuts such as ALT+TAB to switch the active window
won't work either ;
- the active window menu and the gnome-panels are accessible, but the content
of the active window is not (this means that for Firefox I am not able to
navigate anymore).

In both case I have to restart the X session (by Ctrl+Alt+Backspace).

Attached is the .xsession-errors file after 5 such a freeze.  I set cron to add
the date and time every minute or so to check that the issue was indeed
triggered by the GLib warnings.  As most of the time these warnings are issued
by Firefox I first thought it was the culprit, but on the last example you can
see that the trigger is gnome-panel.

I use no xorg.conf.  There is nothing relevant neither in dmesg nor in 
/var/log/* 
apart from Xorg.0.log.  Xorg.0.log, .xsession-errors after 5 freezes and 
lspci -vvv output are available on the upstream report
(https://bugzilla.gnome.org/show_bug.cgi?id=663647).  As quoted from there :
2.24 is likely not supported in upstream anymore - too old. Might make more
sense to report this to Debian Bugzilla...


-- System Information:
Debian Release: 6.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libglib2.0-0 depends on:
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libpcre38.02-1.1 Perl 5 Compatible Regular Expressi
ii  libselinux1 2.0.96-1 SELinux runtime shared libraries
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages libglib2.0-0 recommends:
ii  libglib2.0-data   2.24.2-1   Common files for GLib library
ii  shared-mime-info  0.71-4 FreeDesktop.org shared MIME databa

libglib2.0-0 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648160: linux-image-2.6.32-5-vserver-amd64: newly created vservers don't run

2011-11-09 Thread Philip Ashmore
Package: linux-2.6
Version: 2.6.32-38
Severity: normal

Dear Maintainer,
I just tried to create a wheezy64 vserver.
# vserver wheezy64 build -m debootstrap --interface wlan0:192.168.10.103/24 --
-d wheezy -m http://ftp.ie.debian.org/debian

It succeeded but when I tried to start it,
# vserver wheezy64 start
I get EOF
find: `var/run': No such file or directory
fakerunlevel: open(/var/run/utmp): No such file or directory


Failed to start vserver 'wheezy64'
EOF



-- Package-specific info:
** Version:
Linux version 2.6.32-5-vserver-amd64 (Debian 2.6.32-38) (b...@decadent.org.uk) 
(gcc version 4.3.5 (Debian 4.3.5-4) ) #1 SMP Mon Oct 3 06:23:01 UTC 2011

** Command line:
BOOT_IMAGE=/vmlinuz-2.6.32-5-vserver-amd64 root=/dev/mapper/VgCompaq-wheezy ro 
quiet

** Not tainted

** Kernel log:
[   12.125323] cfg80211: Using static regulatory domain info
[   12.125326] cfg80211: Regulatory domain: US
[   12.125328]  (start_freq - end_freq @ bandwidth), (max_antenna_gain, 
max_eirp)
[   12.125332]  (2402000 KHz - 2472000 KHz @ 4 KHz), (600 mBi, 2700 mBm)
[   12.125335]  (517 KHz - 519 KHz @ 4 KHz), (600 mBi, 2300 mBm)
[   12.125339]  (519 KHz - 521 KHz @ 4 KHz), (600 mBi, 2300 mBm)
[   12.125342]  (521 KHz - 523 KHz @ 4 KHz), (600 mBi, 2300 mBm)
[   12.125345]  (523 KHz - 533 KHz @ 4 KHz), (600 mBi, 2300 mBm)
[   12.125348]  (5735000 KHz - 5835000 KHz @ 4 KHz), (600 mBi, 3000 mBm)
[   12.125360] cfg80211: Calling CRDA for country: US
[   12.175264] 30udevd[443]: renamed network interface eth0 to eth1
[   12.570841] input: PS/2 Mouse as /devices/platform/i8042/serio1/input/input7
[   12.606519] input: AlpsPS/2 ALPS GlidePoint as 
/devices/platform/i8042/serio1/input/input8
[   12.637539] i915 :00:02.0: PCI INT A - GSI 16 (level, low) - IRQ 16
[   12.637546] i915 :00:02.0: setting latency timer to 64
[   12.652258]   alloc irq_desc for 26 on node -1
[   12.652262]   alloc kstat_irqs on node -1
[   12.652274] i915 :00:02.0: irq 26 for MSI/MSI-X
[   12.652282] [drm] set up 7M of stolen space
[   12.723872] ath5k :01:00.0: PCI INT A - GSI 16 (level, low) - IRQ 16
[   12.723929] ath5k :01:00.0: setting latency timer to 64
[   12.724026] ath5k :01:00.0: registered as 'phy0'
[   12.775463] [drm] initialized overlay support
[   13.224165] ath: EEPROM regdomain: 0x67
[   13.224168] ath: EEPROM indicates we should expect a direct regpair map
[   13.224173] ath: Country alpha2 being used: 00
[   13.224175] ath: Regpair used: 0x67
[   13.382080] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing 
generic driver
[   13.382171] Console: switching to colour dummy device 80x25
[   13.382652] Console: switching to colour frame buffer device 180x56
[   13.434098] phy0: Selected rate control algorithm 'minstrel'
[   13.434920] Registered led device: ath5k-phy0::rx
[   13.434937] Registered led device: ath5k-phy0::tx
[   13.434940] ath5k phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
[   13.494850] Linux video capture interface: v2.00
[   13.498594] fb0: inteldrmfb frame buffer device
[   13.498597] registered panic notifier
[   13.498671] [Firmware Bug]: ACPI: ACPI brightness control misses _BQC 
function
[   13.499921] [Firmware Bug]: ACPI: ACPI brightness control misses _BQC 
function
[   13.511382] acpi device:15: registered as cooling_device2
[   13.512136] input: Video Bus as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9
[   13.512208] ACPI: Video Device [OVGA] (multi-head: yes  rom: no  post: no)
[   13.512238] [drm] Initialized i915 1.6.0 20080730 for :00:02.0 on minor 0
[   13.512297]   alloc irq_desc for 22 on node -1
[   13.512300]   alloc kstat_irqs on node -1
[   13.512310] HDA Intel :00:1b.0: PCI INT A - GSI 22 (level, low) - IRQ 
22
[   13.512400] HDA Intel :00:1b.0: setting latency timer to 64
[   13.537299] uvcvideo: Found UVC 1.00 device CNF7041 (04f2:b057)
[   13.540965] input: CNF7041 as 
/devices/pci:00/:00:1d.7/usb1/1-6/1-6:1.0/input/input10
[   13.541051] usbcore: registered new interface driver uvcvideo
[   13.541055] USB Video Class driver (v0.1.0)
[   13.617406] input: HDA Intel Mic as 
/devices/pci:00/:00:1b.0/sound/card0/input11
[   13.617516] input: HDA Intel Mic as 
/devices/pci:00/:00:1b.0/sound/card0/input12
[   13.617594] input: HDA Intel Headphone as 
/devices/pci:00/:00:1b.0/sound/card0/input13
[   15.284195] loop: module loaded
[   16.115176] Adding 26955768k swap on /dev/mapper/VgCompaq-swap.  Priority:-1 
extents:1 across:26955768k 
[   16.640475] EXT4-fs (dm-4): mounted filesystem with ordered data mode
[   16.715189] EXT4-fs (dm-2): mounted filesystem with ordered data mode
[   18.072168] fuse init (API version 7.13)
[   20.659808] NET: Registered protocol family 15
[   20.673328] alg: No test for cipher_null (cipher_null-generic)
[   20.673376] alg: No test for ecb(cipher_null) (ecb-cipher_null)
[   20.673585] alg: No test for 

Bug#631664: [PATCH] x86: Add amilo-rfkill driver for some Fujitsu-Siemens Amilo laptops

2011-11-09 Thread Johannes Berg
On Wed, 2011-11-09 at 05:44 +, Ben Hutchings wrote:

 +static bool init_blocked = false;
 +
 +/* Initial state set by 'radio' parameter, as in the fsaa1655g driver */
 +module_param_named(radio, init_blocked, invbool, 0);

I wonder what you need this for -- it shouldn't be necessary and the way
rfkill_init_sw_state() works might cause unexpected behaviour. I
recommend leaving that out, if you do leave it out rfkill will set the
desired state of the device as soon as the device is registered.

johannes




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#638693:

2011-11-09 Thread Mathieu Malaterre
severity 638693 serious
thanks

This is to prevent serna from transitioning to testing.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#641842: library version mismatch between augeas-tools and libaugeas0

2011-11-09 Thread Niels Thykier
Hi Andrew,

I see you have filed a bug against augeas-tools in debian, but your
report lists the version of a backported package.  If this issue only
happens with the backported package, we should move this issue to
debian-backpo...@lists.debian.org (CC'ed).

However, if it also happens in a pure oldstable environment, then we may
need a oldstable upload to fix it.

~Niels




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#643563: (no subject)

2011-11-09 Thread Jan-Hendrik (hennr) Peters
Hi,

any news about this bug?

There seems to be a working patch, and sikuli does not seem to FTBFS any
(since rc3).

Could you include the patch and rebuild the package please? Sikuli is
completely unusable for me in the meantime.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#645382: unattended-upgrades: WARNING package 'NAME' upgradable but fails to be marked for upgrade

2011-11-09 Thread Michael Vogt
On Wed, Nov 09, 2011 at 09:17:47AM +0200, Teodor MICU wrote:
 reopen 645382
 severity 645382 wishlist
 stop
 
 2011/10/24 Michael Vogt m...@debian.org:
  These days we're having gnome3 packages uploaded to 'unstable'. In this
  case u-a fails to upgrade all available packages even if no conflict
  will appear on a manual 'apt-get dist-upgrade'.
 
  I've attached a log for a normal + '--debug' execution.
 
  From reading the logs it appears like it will have to remove some
  packages in order to continue. The current design in u-a is to avoid
  this and to leave the package behind if it happens (as normal
  (security) updates never lead to the removal of other packages). If
  its a wanted feature I can add a knob to turn that check of.
 
 I think this is the desired behaviour in most cases, but not always. I
 think I've seen security upgrades in 'stable' (i.e. openjdk-6) that
 were put on hold because of this. Thus, I've reopened the bug and
 changed it to a wishlist.

Thanks, I'm happy to add this option. It would be great if you could
provide me with a example of this openjdk-6 update, ideally the output
of
# apt-get dist-upgrade -o Debug::pkgProblemResolver=true -o 
Debug::pkgDepCache::AutoInstall=True 

to get a good idea what is going on.

Thanks,
 Michael



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#646623: TAP-Formatter-HTML includes minified version of e.g. jquery.js without corresponding source

2011-11-09 Thread Salvatore Bonaccorso
Hi Guido

On Mon, Nov 07, 2011 at 06:53:18PM +0100, Guido Günther wrote:
 Looks good! See attached html.

I have uploaded it, and it is waiting now in the NEW queue for
ftp-master approval.

Regards


signature.asc
Description: Digital signature


Bug#647681: closed by José Manuel Santamaría Lema panfa...@gmail.com (Closing bug.)

2011-11-09 Thread dE .

You mean you did -
apt-get --compile source k3b?



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#647705: Please update to current git

2011-11-09 Thread Salvatore Bonaccorso
Hi

Package is updated in our git repository. But I need to investigate a
FTBFS.

Regards
Salvatore


signature.asc
Description: Digital signature


Bug#647992: chromium crashes

2011-11-09 Thread Jonathan Nieder
Hi,

Hideki Yamane wrote:

  After upgrading to 15.0.874.106~r107270-1, chromium cannot show any pages
  (setting, local and remote).

Yep.

  I'll attach backtrace as http://wiki.debian.org/Chromium/Debugging instructs.

Nice!  How did you do that? :)

When I tried to get a backtrace here, I have no luck:

chromium -g::
Renderer dies, chrome stays alive --- no backtrace.

chromium -g --temp-profile --single-process::
Renderer doesn't die.

chromium --temp-profile \
  --renderer-cmd-prefix='xterm -title renderer -e gdb --args'::
Renderer doesn't die.

chromium --temp-profile --renderer-cmd-prefix='xterm -e'::
Renderer doesn't die.

chromium --temp-profile --renderer-cmd-prefix=''::
Renderer dies, chrome stays alive --- no backtrace.

Which makes sense: as the upstream LinuxDebugging doc says,

| Note: using the --renderer-cmd-prefix option bypasses the zygote
| launcher, so the renderers won't be sandboxed. It is generally not an
| issue, except when you are trying to debug interactions with the
| sandbox.

I'm just surprised it was possible to easily do that without
artificially inserting a sleep() somewhere.

 Program received signal SIGSEGV, Segmentation fault.
 0x78fb02a0 in ?? ()
 (gdb) bt
 #0  0x78fb02a0 in ?? ()
 #1  0x75097971 in BalloonViewHost::UpdateActualSize 
 (this=0x78cb60e0, new_size=...) at 
 chrome/browser/ui/gtk/notifications/balloon_view_host_gtk.cc:22
[...]

Would it be possible to get a full backtrace (bt full) and
disassembly in the top frame near the ip at the time of the crash
(disassemble)?

Thanks much,
Jonathan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648088: rt2x00lib: Kernel Oops rt2x00queue_init_queues [rt2x00lib] of Linux 2.6.32-5-686 Debian 6.0.3

2011-11-09 Thread Michel Normand
Le mercredi 09 novembre 2011 à 05:22 +, Ben Hutchings a écrit :
 [...]
 I'm not sure I understand you.  Does the 'oops' occur when the firmware
 is installed, or when the firmware is not installed?
 
 [...]
  [7.192732] rt61pci :04:00.0: PCI INT A - GSI 16 (level, low) - 
  IRQ 16
  [7.200022] phy0 - rt61pci_init_eeprom: Error - Invalid RF chipset 
  detected.
  [7.200029] phy0 - rt2x00lib_probe_dev: Error - Failed to allocate 
  device.
  [7.202233] rt61pci :04:00.0: PCI INT A disabled
 [...]
 
 In what case do these messages appear?
 

The above traces and the Oops are reported when the firmware-ralink
package is installed on my machine.

---
Michel




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648147: [pkg-kolab] Bug#648147: kolab-cyrus-common: cyrmaster randomly hangs with database error

2011-11-09 Thread Mathieu Parent
 Nov  6 14:40:18 mail cyrus/imap[25614]: DBERROR db5: file 
 /var/lib/cyrus/tls_sessions.db has LSN 11/3596036, past end of log at 1/957228
 Nov  6 14:40:18 mail cyrus/imap[25614]: DBERROR db5: Commonly caused by 
 moving a database from one database environment
 Nov  6 14:40:18 mail cyrus/imap[25614]: DBERROR db5: to another without 
 clearing the database LSNs, or by removing all of
 Nov  6 14:40:18 mail cyrus/imap[25614]: DBERROR db5: the log files from a 
 database environment
 Nov  6 14:40:18 mail cyrus/imap[25614]: DBERROR db5: __db_meta_setup: 
 /var/lib/cyrus/tls_sessions.db: unexpected file type or format
 Nov  6 14:40:18 mail cyrus/imap[25614]: DBERROR: opening 
 /var/lib/cyrus/tls_sessions.db: Invalid argument
 Nov  6 14:40:18 mail cyrus/imap[25614]: DBERROR: opening 
 /var/lib/cyrus/tls_sessions.db: cyrusdb error
 Nov  6 14:40:18 mail cyrus/imap[25614]: TLS server engine: No CA file 
 specified. Client side certs may not work

How does you /var/lib/cyrus/tls_sessions.db file look?

Take a look at http://bugs.debian.org/629592 that may be the same issue.

-- 
Mathieu



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648143: Missing shebang in preinst

2011-11-09 Thread Joan Queralt
I can confirm that the package installs without problems after adding 
#!/bin/sh in preinst and postinst.


Joan



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648146: ignore.d.server/ssh is too aggressive

2011-11-09 Thread Gergely Nagy
reassign 648146 logcheck-database 1.3.13
thanks

 Package: logcheck-database-1.3.13
 Version: squeeze

When filing bugs, the package name should be the name of the package,
without the version (in this case, that would be logcheck-database), and
the version field needs to be the version of the package, not the Debian
release (1.3.13 in this case).

I have reassigned the report now, but in the future, please keep the
above in mind, so that your reports reach the maintainers without
someone having to reassign the bug report to the appropriate place.

-- 
|8]




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648143: Missing shebang in preinst

2011-11-09 Thread Frank Stauber
I've the same problem with the backports package (squeeze-backports 
iceweasel-release).


Package version: 8.0-1~bpo60+1

The whole bpo-iceweasel installation is broken now.

Regards

Frank



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648021: fail2ban: Logfile in UTC, localtime UTC+1 - no entrioes found

2011-11-09 Thread Arne Wichmann
begin  quotation  from Yaroslav Halchenko (in 
2008125849.gz8...@onerussian.com):
 
 On Tue, 08 Nov 2011, a...@old-forest.org wrote:
  My workaround is 'fail2ban-client set ssh findtime 4600', which is a bit 
  ugly.
  A nicer approach would be to make a time offset settable.
 
 hm... i.e. custom time offset per each jail?

Yep. Or for the whole package. But I have not thought that through.

cu

AW
-- 
[...] If you don't want to be restricted, don't agree to it. If you are
coerced, comply as much as you must to protect yourself, just don't support
it. Noone can free you but yourself. (crag, on Debian Planet)
Arne Wichmann (a...@linux.de)


signature.asc
Description: Digital signature


Bug#648144: iceweasel-l10n-de: incompatible with iceweasel 8.0

2011-11-09 Thread Sebastian Steinhuber
Hi there,
exactly the same behavior here after upgrading iceweasel to 8.0-2, but I
even couldn't start the browser with -save-mode and had to uninstall
iceweasel-l10n-de.

Best,
Sebastian




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#645382: unattended-upgrades: WARNING package 'NAME' upgradable but fails to be marked for upgrade

2011-11-09 Thread Teodor MICU
2011/11/9 Michael Vogt m...@debian.org:
 Thanks, I'm happy to add this option. It would be great if you could
 provide me with a example of this openjdk-6 update, ideally the output
 of
 # apt-get dist-upgrade -o Debug::pkgProblemResolver=true -o 
 Debug::pkgDepCache::AutoInstall=True

 to get a good idea what is going on.

Unfortunately this is a system I don't have access anymore but I keep
getting mails from U-A. I think this can be easily reproduced on a
Debian 6.0 (stable) system easily like this:
- enable only main repo without 'security' and install openjdk-6-jdk
- enable the security repo and run U-A which will not be able to
upgrade openjdk-6 packages.

I don't have time to this now, below is a message I received two days
ago with this problem.

Thanks


--
Unattended upgrade returned: True

Packages that are upgraded:

Packages with upgradable origin but kept back:
 openjdk-6-jdk openjdk-6-jre openjdk-6-jre-headless

Package installation log:


Unattended-upgrades log:
Initial blacklisted packages: linux-*
Starting unattended upgrades script
Allowed origins are: [('Debian', 'stable'), ('Debian',
'squeeze-security'), ('Debian', 'squeeze-updates')]
Packages that are auto removed: ''
Packages that are upgraded:
Writing dpkg log to
'/var/log/unattended-upgrades/unattended-upgrades-dpkg_2011-10-07_07:51:31.444005.log'
All upgrades installed



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648142: autopkgtest: Leaves temporary apt configuration behind

2011-11-09 Thread Timo Juhani Lindfors
Martin Pitt mp...@debian.org writes:
 Ah, thanks! Would you mind adding a Vcs-Git: header to
 debian/control, so that this is easier to find? I wasn't aware of
 this.

It's at

http://anonscm.debian.org/gitweb/?p=autopkgtest/autopkgtest.git;a=summary

I don't have write access to git so I can't add Vcs-Git. If you send a
patch to Ian I'm sure he'll accept it now that there finally is a more
permanent place for the git tree.

-Timo



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648150: Addons installed as Debian packages show up as third-party, and 8.0 wants to disable them by default

2011-11-09 Thread Josh Triplett
On Wed, Nov 09, 2011 at 09:12:54AM +0100, Mike Hommey wrote:
 On Tue, Nov 08, 2011 at 11:56:00PM -0800, Josh Triplett wrote:
  Package: iceweasel
  
  Version: 8.0-2
  Severity: important
  
  The first time I started Iceweasel after upgrading to 8.0, it prompted
  me to disable addons I no longer use, and pre-selected third-party
  addons to get disabled by default, which included all of the addons
  installed through Debian packages.
 
 And I actually left it this way on purpose, because the best decision is
 to not enable anything unless you explicitely wanted it, not your admin.
 
 It may be inconvenient the first time this dialog shows up, but in the
 long run, this is the way to go.

In the common case of a system with a single person as the admin and
sole user, it feels a bit schizophrenic.  This dialog will pop up right
after setting up a new system which includes both iceweasel and some
addon packages.

This also makes it less convenient for me to set up a system for someone
else to use, since I'd need to log in and start the browser to dismiss
this confusing dialog.  (That or I will immediately get asked how to
deal with that dialog.)

At a minimum, the use of the term third-party seems both confusing and
incorrect.  The default of disabling packaged addons also seems
unfortunate.  The dialog wouldn't seem so out of place if it didn't
treat Debian-packaged addons as though they had somehow snuck onto the
system without the user's knowledge.

Linux doesn't seem to have the same problems as other platforms with
browser-infesting addons shipped with other software, which motivated
this change in the first place.  Users can easily disable addons if they
want, and it seems unlikely that users will end up with addons they
didn't intend to install.

Would you consider either improving the dialog for Linux users with
packaged addons, or otherwise making it possible for Firefox to
distinguish between unwanted third-party addons and desired packaged
addons?

- Josh Triplett



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648161: autopkgtest: Extracting sources with ~ or + in the version fails

2011-11-09 Thread Martin Pitt
Package: autopkgtest
Version: 2.0.1

When trying to run adt-run against a source package (.dsc) which has +
or ~ in the file name, the files that get copied into the temporary
directory have a wrong name with these characters quoted, leading to
unpack failure. You can reproduce this by getting any package with a ~
or ~ in the version, e. g.:

$ apt-get source aoeui
$ sudo adt-run aoeui_1.5~dfsg-1.dsc --- adt-virt-null
[...]
adt-run: trace: $ dsc0-extract: sh -ec SCRIPT x 
/tmp/tmp.4yBupdkPq9/dsc0-build/tmpdir 
/tmp/tmp.4yBupdkPq9/dsc0/aoeui_1.5~dfsg-1.dsc
+ spec=/tmp/tmp.4yBupdkPq9/dsc0/aoeui_1.5~dfsg-1.dsc
+ pwd
+ origpwd=/tmp/tmp.4yBupdkPq9/dsc0-build
+ cd /tmp/tmp.4yBupdkPq9/dsc0-build
+ TMPDIR=/tmp/tmp.4yBupdkPq9/dsc0-build/tmpdir
+ rm -rf -- /tmp/tmp.4yBupdkPq9/dsc0-build/tmpdir
+ export TMPDIR
+ mkdir -- /tmp/tmp.4yBupdkPq9/dsc0-build/tmpdir
+ dpkg-source -x /tmp/tmp.4yBupdkPq9/dsc0/aoeui_1.5~dfsg-1.dsc
dpkg-source: error: cannot open /tmp/tmp.4yBupdkPq9/dsc0/aoeui_1.5~dfsg-1.dsc: 
No such file or directory
blame: arg:aoeui_1.5~dfsg-1.dsc dsc:aoeui
badpkg: rules extract failed with exit code 2
adt-run: erroneous package: rules extract failed with exit code 2

I added an ls -l `dirname $spec` before the dpkg-source call, which reveals:

+ dirname /tmp/tmp.FzK6XZJXXA/dsc0/aoeui_1.5~dfsg-1.dsc
+ ls -l /tmp/tmp.FzK6XZJXXA/dsc0
total 80
-rw-r--r-- 1 root root  4088 Nov  9 10:22 aoeui_1.5%7Edfsg-1.debian.tar.gz
-rw-r--r-- 1 root root  1173 Nov  9 10:22 aoeui_1.5%7Edfsg-1.dsc
-rw-r--r-- 1 root root 71964 Nov  9 10:22 aoeui_1.5%7Edfsg.orig.tar.gz
+ dpkg-source -x /tmp/tmp.FzK6XZJXXA/dsc0/aoeui_1.5~dfsg-1.dsc

I. e. something is erroneously quoting the file names in the temporary
dsc0 dir. I added debugging to all usages of urllib.quote() and other
places which might be related, but unfortunately I'm not able to
figure out which part of the code actually copies the files and
damages their name. So currently I'm not able to fix this.

The workaround is to extract the source package yourself and run with
--built-tree . instead of against the .dsc.

Thanks,

Martin

-- 
Martin Pitt| http://www.piware.de
Ubuntu Developer (www.ubuntu.com)  | Debian Developer  (www.debian.org)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#646623: TAP-Formatter-HTML includes minified version of e.g. jquery.js without corresponding source

2011-11-09 Thread Guido Günther
On Wed, Nov 09, 2011 at 09:57:04AM +0100, Salvatore Bonaccorso wrote:
 Hi Guido
 
 On Mon, Nov 07, 2011 at 06:53:18PM +0100, Guido Günther wrote:
  Looks good! See attached html.
 
 I have uploaded it, and it is waiting now in the NEW queue for
 ftp-master approval.
Great. Thanks a lot. I'll enable it with the next libvirt-tck upload.
 -- Guido



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#647705: Please update to current git

2011-11-09 Thread Guido Günther
On Wed, Nov 09, 2011 at 10:00:33AM +0100, Salvatore Bonaccorso wrote:
 Hi
 
 Package is updated in our git repository. But I need to investigate a
 FTBFS.
No need to hurry, it's not blocking anything critical. I'll use the
numeric error code in libvirt-tck then for now and will change that to
the correct constant once you got around to resolve this.
Cheers,
 -- Guido
.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648147: [pkg-kolab] Bug#648147: kolab-cyrus-common: cyrmaster randomly hangs with database error

2011-11-09 Thread Soren Stoutner
On Wednesday, November 09, 2011 01:45:24 AM Mathieu Parent wrote:
 How does you /var/lib/cyrus/tls_sessions.db file look?
 
 Take a look at http://bugs.debian.org/629592 that may be the same issue.

I have tried deleting the tls_sessions.db file, which is then recreated 
automatically.  However, this doesn't seem to affect this bug.

I am running three Kolab servers.  All of which are updated to the latest 
version of testing every month or so.  All three are exibiting the same bug, 
which began about three months ago.  I am assuming it is because of one of the 
updates that was installed, but I'm not sure what package upgrade caused the 
problem.  Originally I was hoping that a future update of whatever package 
caused the problem would automatically solve it for me, but seeing as that 
hasn't happened yet I decided I should look into it deeper.  Google searches 
have not revealed anything helpful.

-- 
Soren Stoutner
Small Business Tech Solutions
623-262-6169
so...@smallbusinesstech.net
www.smallbusinesstech.net


signature.asc
Description: This is a digitally signed message part.


Bug#588041: installing/removing the debs with dpkg does not do dependency reordering

2011-11-09 Thread Andreas Beckmann
clone 588041 -1
retitle 588041 installing the debs with dpkg does not do dependency reordering
retitle -1 removing the packages one-by-one with dpkg does not do dependency 
reordering
tag -1 = patch
thanks

Splitting into two bugs, one for installation, one for removal of the
packages.


Andreas



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648163: papyon won't connect to Windows Live anymore

2011-11-09 Thread Laurent Bigonville
Package: python-papyon 
Version: 0.5.5-2
Version: 0.4.10-1
Severity: grave
Forwarded: https://bugs.freedesktop.org/show_bug.cgi?id=42689

Hi,

Telepathy-butterfly, that uses papyon as msn backend is failing to 
connect to WLM due to the server sending an unexpected 301 error
(redirect).

The current fix is to change the URL to the new one, bypassing the
redirect.


Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/papyon/service/SOAPService.py, line 
230, in _response_handler
handler(callback, errback, response, user_data)
  File /usr/lib/python2.7/dist-packages/papyon/service/AddressBook/ab.py, 
line 202, in _HandleABFindAllResponse
last_changes = response[0].find(./ab:lastChange)
AttributeError: 'NoneType' object has no attribute 'find'

Cheers

Laurent Bigonville



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648164: Multimedia keyboard still work when disable all shortcut in control-center

2011-11-09 Thread YunQiang Su
Package: totem
Version: 3.0.1-3

My multimedia keyboard is broken: the multimedia keys will be pressed
randomly, so I have to disable all of them on gnome-control-center.

After disabling all of them, rhythmbox seems work well, but totem won't.

-- 
YunQiang Su



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648094: gnome: Panel settings not available

2011-11-09 Thread Alexander Kurtz
On Wed, 2011-11-09 at 09:43 +0100, Thorsten Haude wrote:
 So if I understand you correctly, these are not bugs in Debian, but
 Gnome 3 is just incredibly fucking bad software, created to fulfill
 the creative urge of some geeks, no matter the cost for the user?

Feel free to submit patches...

Best regards

Alexander Kurtz


signature.asc
Description: This is a digitally signed message part


Bug#648166: `kernel: Cannot find map file.`

2011-11-09 Thread Paul Menzel
Package: linux-2.6
Version: 3.0.0-6
Severity: normal

Dear Debian folks,


looking at the the output of the kernel ring buffer (dmesg) I see the following.

[…]
Nov  7 09:14:36 hname syslogd 1.5.0#6.1: restart.
Nov  7 09:14:36 hname kernel: Inspecting /boot/System.map-3.0.0-2-amd64
Nov  7 09:14:37 hname kernel: Cannot find map file.
Nov  7 09:14:37 hname kernel: Loaded 33061 symbols from 80 modules.
[…]

The file is there though.

$ ls /boot/System.map-3.0.0-2-amd64 
/boot/System.map-3.0.0-2-amd64
$ file /boot/System.map-3.0.0-2-amd64 
/boot/System.map-3.0.0-2-amd64: ASCII text
$ more /boot/System.map-3.0.0-2-amd64 
 A VDSO32_PRELINK
 D __per_cpu_start
 D irq_stack_union
 A xen_irq_disable_direct_reloc
 A xen_save_fl_direct_reloc
0040 A VDSO32_vsyscall_eh_frame_size
01e9 A kexec_control_code_size
01f0 A VDSO32_NOTE_MASK
0400 A VDSO32_sigreturn
0410 A VDSO32_rt_sigreturn
0420 A VDSO32_vsyscall
0430 A VDSO32_SYSENTER_RETURN
4000 D gdt_page
5000 d exception_stacks
b000 d tlb_vector_offset
b080 D xen_vcpu
b090 D xen_vcpu_info
b0d0 d idt_desc
b0e0 d xen_cr0_value
b0f0 D xen_mc_irq_flags
b100 d mc_buffer
c610 D xen_cr3
c618 D xen_current_cr3

Is that behavior expected? This problem seems to be there since a long
time [1], but the error message should be improved if this is a no bug.


Thanks,

Paul


[1] http://lists.debian.org/debian-user/2003/05/msg02122.html

-- Package-specific info:
** Version:
Linux version 3.0.0-2-amd64 (Debian 3.0.0-6) (b...@decadent.org.uk) (gcc 
version 4.5.3 (Debian 4.5.3-9) ) #1 SMP Wed Nov 2 06:19:46 UTC 2011

** Command line:
BOOT_IMAGE=/vmlinuz-3.0.0-2-amd64 root=/dev/mapper/storage-root ro quiet

** Not tainted

** Kernel log:
[   62.573638] input: ImPS/2 Logitech Wheel Mouse as 
/devices/platform/i8042/serio1/input/input4
[   62.968097] EXT3-fs (dm-1): using internal journal
[   63.388606] loop: module loaded
[   63.464770] kvm: Nested Virtualization enabled
[   64.395910] Adding 4194300k swap on /dev/mapper/storage-swap.  Priority:-1 
extents:1 across:4194300k 
[  118.645716] usb 2-2.3: new full speed USB device number 4 using uhci_hcd
[  118.785716] usb 2-2.3: New USB device found, idVendor=0403, idProduct=6001
[  118.785721] usb 2-2.3: New USB device strings: Mfr=1, Product=2, 
SerialNumber=0
[  118.785724] usb 2-2.3: Product: USB - Serial
[  118.785727] usb 2-2.3: Manufacturer: FTDI
[  118.960917] usbcore: registered new interface driver usbserial
[  118.960938] USB Serial support registered for generic
[  118.960978] usbcore: registered new interface driver usbserial_generic
[  118.960980] usbserial: USB Serial Driver core
[  118.968643] USB Serial support registered for FTDI USB Serial Device
[  118.969010] ftdi_sio 2-2.3:1.0: FTDI USB Serial Device converter detected
[  118.969053] usb 2-2.3: Detected FT232BM
[  118.969056] usb 2-2.3: Number of endpoints 2
[  118.969058] usb 2-2.3: Endpoint 1 MaxPacketSize 64
[  118.969061] usb 2-2.3: Endpoint 2 MaxPacketSize 64
[  118.969063] usb 2-2.3: Setting MaxPacketSize 64
[  118.971823] usb 2-2.3: FTDI USB Serial Device converter now attached to 
ttyUSB0
[  118.971854] usbcore: registered new interface driver ftdi_sio
[  118.971857] ftdi_sio: v1.6.0:USB FTDI Serial Converters Driver
[  146.142608] usb 2-2.3: USB disconnect, device number 4
[  146.142797] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now 
disconnected from ttyUSB0
[  146.142815] ftdi_sio 2-2.3:1.0: device disconnected
[  257.005956] fuse init (API version 7.16)
[  257.216656] EXT3-fs: barriers not enabled
[  257.218696] kjournald starting.  Commit interval 5 seconds
[  257.250774] EXT3-fs (md0): using internal journal
[  257.250780] EXT3-fs (md0): mounted filesystem with ordered data mode
[  257.353200] EXT3-fs: barriers not enabled
[  257.357496] kjournald starting.  Commit interval 5 seconds
[  257.421291] EXT3-fs (dm-6): using internal journal
[  257.421299] EXT3-fs (dm-6): mounted filesystem with ordered data mode
[  257.607680] SGI XFS with ACLs, security attributes, realtime, large 
block/inode numbers, no debug enabled
[  257.608398] SGI XFS Quota Management subsystem
[  257.632406] XFS (dm-7): Mounting Filesystem
[  257.887311] XFS (dm-7): Ending clean mount
[  257.918632] XFS (dm-8): Mounting Filesystem
[  258.066948] XFS (dm-8): Ending clean mount
[  258.164308] REISERFS (device dm-5): found reiserfs format 3.6 with 
standard journal
[  258.164320] REISERFS (device dm-5): using ordered data 

Bug#648167: ginkgocadx: broken by today's upgrade of insighttoolkit ?

2011-11-09 Thread Karsten Hilbert
Package: ginkgocadx
Version: 2.5.4.1-1
Severity: important

Today my insighttoolkit was upgraded. After that Ginkgo CADx no
longer displayed studies it gladly displayed yesterday.

Attached find the ginkgo log.

Karsten

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable-updates'), (500, 'stable'), (50, 
'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ginkgocadx depends on:
ii  libatk1.0-0   2.2.0-2 
ii  libavcodec53  5:0.8.5-0.1 
ii  libavformat53 5:0.8.5-0.1 
ii  libavutil51   5:0.8.5-0.1 
ii  libc6 2.13-21 
ii  libcairo2 1.10.2-6.1  
ii  libdcmtk2 3.6.0-8 
ii  libexpat1 2.0.1-7.2   
ii  libfftw3-33.2.2-1 
ii  libfreetype6  2.4.7-2 
ii  libgcc1   1:4.6.1-15  
ii  libgdcm2.02.0.18-5
ii  libgdk-pixbuf2.0-02.24.0-1
ii  libgl1-mesa-glx [libgl1]  7.11-6  
ii  libgl2ps0 1.3.6-1 
ii  libglib2.0-0  2.28.8-1
ii  libgtk2.0-0   2.24.7-1
ii  libinsighttoolkit3.20 3.20.1-1
ii  libjpeg8  8c-2
ii  libmysqlclient16  5.1.58-1
ii  libnetcdf61:4.1.1-6   
ii  libopenmpi1.3 1.4.3-2.1   
ii  libpango1.0-0 1.29.4-2
ii  libpng12-01.2.46-3
ii  libpq59.1.1-3 
ii  libqtcore44:4.7.3-5   
ii  libqtgui4 4:4.7.3-5   
ii  libsqlite3-0  3.7.7-2 
ii  libssl1.0.0   1.0.0e-2
ii  libstdc++64.6.1-15
ii  libswscale2   5:0.8.5-0.1 
ii  libtiff4  3.9.5-2 
ii  libvtk5.6 5.6.1-7 
ii  libwrap0  7.6.q-21
ii  libwxbase2.8-02.8.12.1-2  
ii  libwxgtk2.8-0 2.8.12.1-2  
ii  libx11-6  2:1.4.4-2   
ii  libxml2   2.7.8.dfsg-5
ii  libxt61:1.1.1-2   
ii  zlib1g1:1.2.3.4.dfsg-3

ginkgocadx recommends no packages.

ginkgocadx suggests no packages.

-- no debconf information
11-09-11 11:07:10,634 [2918439664] INFO Core  - Arrancando Ginkgo 2.5.4.1 
final09/11/2011 11:07:10
11-09-11 11:07:12,361 [2918439664] INFO Core/HL7  - Arrancando controlador de 
envío Hl7
11-09-11 11:08:02,010 [2918439664] ERROR ControladorCarga  - Exception 
loading:Error reading the study: unsupported pixel format
11-09-11 11:08:10,667 [2918439664] ERROR ControladorCarga  - Exception 
loading:Error reading the study: unsupported pixel format
11-09-11 11:08:15,513 [2918439664] WARN Core/ControladorVistas  - Destruccion 
de vista sin titulo registrado.
11-09-11 11:08:17,830 [2918439664] WARN Core/ControladorVistas  - Destruccion 
de vista sin titulo registrado.
11-09-11 11:08:56,013 [2918439664] DEBUG ControladorCarga  - Load canceled by 
user
11-09-11 11:08:56,014 [2918439664] ERROR ControladorCarga  - Exception 
loading:Error reading the study: unsupported pixel format
11-09-11 11:08:59,165 [2918439664] WARN Core/ControladorVistas  - Destruccion 
de vista sin titulo registrado.
11-09-11 11:09:28,053 [2918439664] DEBUG ControladorCarga  - Load canceled by 
user
11-09-11 11:09:28,054 [2918439664] ERROR ControladorCarga  - Exception 
loading:Error reading the study: unsupported pixel format
11-09-11 11:09:31,017 [2918439664] WARN Core/ControladorVistas  - Destruccion 
de vista sin titulo registrado.


Bug#629377: wicd: Wicd will only try try to connect to last successfully connected wireless network

2011-11-09 Thread Mark Caglienzi
Hello,
same problem here.
I have:
* Linux 3.0.0-1-686-pae #1 SMP Sat Aug 27 16:41:03 UTC 2011 i686 GNU/Linux
* wicd 1.7.0+ds1-9
* 01:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g LP-PHY 
(rev 01)

at home I have WPA2, at university the wifi is unsecured.

If I do:

1. Connect at home
2. Hibernate
3. Connect at university

it fails. If I do:

1. Connect at university
2. Hibernate
3. Connect at home

everything goes well.
I found that restarting the wicd service and client isn't enough. I have
to rmmod and modprobe the wifi controller module wl, and doing so I can
reconnect at university without rebooting my netbook every day.
As a workaround I made a script to do this.

-- 
. ''`.  | GPG Public Key  : 0xCD542422 - Download it from http://is.gd/fOa7Vm
: :'  : | GPG Fingerprint : 0823 A40D F31B 67A8 5621 AD32 E293 A2EB CD54 2422
`. `'`  | Powered by Debian GNU/Linux, http://www.debian.org
  `-| Why do nerds always confuse Halloween and Xmas? Because Oct 31 == Dec 
25


signature.asc
Description: Digital signature


Bug#606117: Still intend to package php-pecl-http?

2011-11-09 Thread Mathias Ertl
Hi,

I did send you an email a few days ago and haven't received a reply so far. 

Do you still intend to package php-pecl-http (Debian bug #606117). If you need 
help, I have no problem with co-maintaining it or simply contributing to your 
git-repository. If you no longer intend to package the repository, I could 
also take over the bug.

Please let me know if you intend to package it yourself, need help or if its 
OK for me to take over the bug.

greetings, Mathias Ertl

-- 
me on twitter: @mathiasertl | soup: http://soup.er.tl
I only read plain-text mail!  I prefer signed/encrypted mail!


signature.asc
Description: This is a digitally signed message part.


Bug#645535: [telepathy-butterfly] like #588637

2011-11-09 Thread Laurent Bigonville
retitle 645535 telepathy-butterfly sometimes loose connection
tag 645535 = moreinfo
severity 645535 important
thanks

Hi,

Thanks for your bug report.

Could you please try again with the last version (0.5.15) from debian
testing to see if this is still happening?

If it still doesn't work, these upstream pages have more
information on how to get debug logs:

http://live.gnome.org/Empathy/Debugging
http://telepathy.freedesktop.org/wiki/Debugging


Cheers

Laurent Bigonville



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#206536: Interest to take over the package

2011-11-09 Thread Mathias Ertl
Hi,

I am interested in taking over this bug. I already have a somewhat working 
source package, but I wonder if a previous unfinished source package is still 
available somewhere. Previous mails indicate there at least *was* a working 
package at some point.

greetings, Mathias Ertl

-- 
me on twitter: @mathiasertl | soup: http://soup.er.tl
I only read plain-text mail!  I prefer signed/encrypted mail!


signature.asc
Description: This is a digitally signed message part.


Bug#555889: Null password also disallows key-based logins.

2011-11-09 Thread Matt Johnston
This is fixed in the latest upstream release 2011.54

Matt



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648143: confirmed bug on squeeze for AMD64

2011-11-09 Thread Juergen Hench
I can confirm what Frank said. Iceweasel broken on 2011-11-09 due to
problem with xulrunner-8.0 installation script. Using firefox from
statically downloaded version in the meantime as a workaround.

2.6.32-5-amd64 #1 SMP Tue Jun 14 09:42:28 UTC 2011 x86_64 GNU/Linux

Now I see: file is gone from repo, probably you are about to fix it.
Thumbs up, perfect!

best

Juergen



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648170: libreoffice-writer: 'Display nonprinting characters' become unchecked during printing and PDF export

2011-11-09 Thread Marco Mattiolo

Package: libreoffice-writer
Version: 1:3.4.3-4
Severity: normal
Tags:upstream, forwarded https://bugs.freedesktop.org/show_bug.cgi?id=40482

Dear Maintainer,
I experience this bug as reported on the upstream bug report.

In my case, exporting PDF gets the nonprinting characters not shown,
even pressing on the toolbar button.
To get them back,
Tools  Options  LOWriter  Formatting  Select nonprinting characters 
to be shown

(in my localised menu, Strumenti  Opzioni  LOWriter  Formattazione)

Reporting here just to help anyone else could experience this in Debian,
and to avoid having a bug report not forwarding to the upstream report:
https://bugs.freedesktop.org/show_bug.cgi?id=40482


Thank you for maintaining LibreOffice in Debian
Best regards
Marco



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libreoffice-writer depends on:
ii  libc6  2.13-21
ii  libgcc11:4.6.1-15
ii  libicu44   4.4.2-2
ii  libreoffice-base-core  1:3.4.3-4
ii  libreoffice-core   1:3.4.3-4
ii  libstdc++6 4.6.1-15
ii  libwpd-0.9-9   0.9.3-2
ii  libwpg-0.2-2   0.2.1-1
ii  libwps-0.2-2   0.2.3-1
ii  libxml22.7.8.dfsg-5
ii  ure3.4.3-4
ii  zlib1g 1:1.2.3.4.dfsg-3

Versions of packages libreoffice-writer recommends:
ii  default-jre [java5-runtime]1:1.6-43
ii  libreoffice-emailmerge 1:3.4.3-4
ii  libreoffice-filter-binfilter   1:3.4.3-4
ii  libreoffice-java-common1:3.4.3-4
ii  libreoffice-math   1:3.4.3-4
ii  openjdk-6-jre [java5-runtime]  6b23~pre11-1

Versions of packages libreoffice-writer suggests:
pn  libreoffice-base none
pn  libreoffice-gcj none

Versions of packages libreoffice-core depends on:
ii  fontconfig   2.8.0-3
ii  libatk1.0-0  2.2.0-2
ii  libc62.13-21
ii  libcairo21.10.2-6.1
ii  libcurl3-gnutls  7.21.7-3
ii  libdb5.1 5.1.25-11
ii  libexpat12.0.1-7.2
ii  libfontconfig1   2.8.0-3
ii  libfreetype6 2.4.7-2
ii  libgcc1  1:4.6.1-15
ii  libgdk-pixbuf2.0-0   2.24.0-1
ii  libglib2.0-0 2.28.8-1
ii  libgraphite2-2.0.0   1.0.3.real-1
ii  libgstreamer-plugins-base0.10-0  0.10.35-1
ii  libgstreamer0.10-0   0.10.35-1
ii  libgtk2.0-0  2.24.7-1
ii  libhunspell-1.3-01.3.2-4
ii  libhyphen0   2.8.3-1
ii  libice6  2:1.0.7-2
ii  libicu44 4.4.2-2
ii  libjpeg8 8c-2
ii  libmythes-1.2-0  2:1.2.1-1
ii  libneon27-gnutls 0.29.6-1
ii  libnspr4-0d  4.8.9-1
ii  libnss3-1d   3.12.11-3
ii  libpango1.0-01.29.4-2
ii  libpng12-0   1.2.46-3
ii  librdf0  1.0.13-3
ii  libreoffice-common   1:3.4.3-4
ii  libsm6   2:1.2.0-2
ii  libssl1.0.0  1.0.0e-2
ii  libstdc++6   4.6.1-15
ii  libtextcat0  2.2-9
ii  libx11-6 2:1.4.4-2
ii  libxaw7  2:1.0.9-3
ii  libxext6 2:1.3.0-3
ii  libxinerama1 2:1.1.1-3
ii  libxml2  2.7.8.dfsg-5
ii  libxrandr2   2:1.3.2-2
ii  libxrender1  1:0.9.6-2
ii  libxslt1.1   1.1.26-8
ii  libxt6   1:1.1.1-2
ii  ttf-opensymbol   2:2.4.3+LibO3.4.3-4
ii  ure  3.4.3-4
ii  zlib1g   1:1.2.3.4.dfsg-3

-- no debconf information




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648171: [icedove] unified view: using non-empty filter spoils sort order

2011-11-09 Thread Wouter M. Koolen

Package: icedove
Version: 3.1.15-1+b1
Severity: normal

--- Please enter the report below this line. ---

Hi guys,

I like to keep my messages sorted unread first, an then newest-first.

When select the Inbox of one of my accounts, and I type some text in the 
filter box, the messages are filtered and remain in the above order.


But when I select the unified folder view of all my accounts' inboxen, 
and then type some text in the filter box, my specified search order is 
not respected. The result is still unread-first, but the dates are 
oldest-first within accounts, and no-obvious-order between accounts.


When I clear the filter box text, my preferred search order returns. So 
the problem is not that the search order was forgotten or overridden, 
but that it is not enforced when filter text is present.


With kind regards,

Wouter


--- System information. ---
Architecture: amd64
Kernel: Linux 3.1.0.git2+

Debian Release: wheezy/sid
990 testing the.earth.li
990 testing security.debian.org
500 unstable the.earth.li
500 stable-updates the.earth.li
500 stable the.earth.li
500 stable security.debian.org
1 experimental the.earth.li

--- Package information. ---
Depends (Version) | Installed
=-+-=
fontconfig | 2.8.0-3
psmisc | 22.13-1
debianutils (= 1.16) | 4.0.4
libasound2 ( 1.0.24.1) | 1.0.24.1-4
libatk1.0-0 (= 1.12.4) | 2.2.0-2
libc6 (= 2.3.2) | 2.13-21
libcairo2 (= 1.8.8) | 1.10.2-6.1
libdbus-1-3 (= 1.0.2) | 1.4.16-1
libffi5 (= 3.0.4) | 3.0.10-3
libfontconfig1 (= 2.8.0) | 2.8.0-3
libfreetype6 (= 2.2.1) | 2.4.7-2
libgcc1 (= 1:4.1.1) | 1:4.6.1-15
libgdk-pixbuf2.0-0 (= 2.22.0) | 2.24.0-1
libglib2.0-0 (= 2.24.0) | 2.28.6-1
libgtk2.0-0 (= 2.24.0) | 2.24.6-2
libhunspell-1.3-0 | 1.3.2-4
libjpeg8 (= 8c) | 8c-2
libnspr4-0d (= 4.7.0~1.9b1) | 4.8.9-1
libnss3-1d (= 3.12.6) | 3.12.11-3
libpango1.0-0 (= 1.14.0) | 1.29.4-1
libpixman-1-0 (= 0.11.2) | 0.22.2-1
libpng12-0 (= 1.2.13-4) | 1.2.46-3
libsqlite3-0 (= 3.6.5) | 3.7.7-2
libstartup-notification0 (= 0.8) | 0.12-1
libstdc++6 (= 4.1.1) | 4.6.1-15
libx11-6 | 2:1.4.4-2
libxrender1 | 1:0.9.6-2
libxt6 | 1:1.1.1-2
zlib1g (= 1:1.1.4) | 1:1.2.3.4.dfsg-3


Recommends (Version) | Installed
==-+-===
myspell-en-us | 1:3.3.0-3
OR hunspell-dictionary |
OR myspell-dictionary |


Suggests (Version) | Installed
===-+-===
ttf-lyx | 2.0.1-1
libgssapi-krb5-2 | 1.9.1+dfsg-1+b1
libdbus-glib-1-2 (= 0.78) | 0.98-1
libgconf2-4 (= 2.31.1) | 2.32.4-1
libgnomevfs2-0 (= 1:2.17.90) | 1:2.24.4-1
libnotify4 (= 0.7.0) | 0.7.4-1







--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648172: [kopete] Opening MSN inbox results in The email address or password is incorrect. Please try again.

2011-11-09 Thread Wouter M. Koolen

Package: kopete
Version: 4:4.6.5-3
Severity: normal

--- Please enter the report below this line. ---

Hi guys,

When I use kopete to open my Hotmail Inbox, iceweasel opens as usual. 
But it opens the following page

https://login.live.com/ppsecure/md5auth.srf?f=9MSPPError=-2147197902
which says The email address or password is incorrect. Please try again.

When I login in the browser with the same credentials I do proceed to my 
Inbox.


This feature has worked for me for years. Did Microsoft change the login 
procedure again?


Cheers,

Wouter


--- System information. ---
Architecture: amd64
Kernel: Linux 3.1.0.git2+

Debian Release: wheezy/sid
990 testing the.earth.li
990 testing security.debian.org
500 unstable the.earth.li
500 stable-updates the.earth.li
500 stable the.earth.li
500 stable security.debian.org
1 experimental the.earth.li

--- Package information. ---
Depends (Version) | Installed
=-+-===
kdebase-runtime | 4:4.6.5-1+b1
kdepim-runtime | 4:4.4.11.1-2
libc6 (= 2.4) | 2.13-21
libexpat1 (= 1.95.8) | 2.0.1-7
libgadu3 (= 1:1.8.0+r592) | 1:1.11.0+r1184-2
libgif4 (= 4.1.4) | 4.1.6-9
libglib2.0-0 (= 2.12.0) | 2.28.6-1
libidn11 (= 1.13) | 1.22-3
libjasper1 | 1.900.1-10
libkabc4 (= 4:4.6) | 4:4.6.5-1
libkcmutils4 (= 4:4.6) | 4:4.6.5-2+b1
libkde3support4 (= 4:4.6) | 4:4.6.5-2+b1
libkdecore5 (= 4:4.6) | 4:4.6.5-2+b1
libkdeui5 (= 4:4.6) | 4:4.6.5-2+b1
libkdnssd4 (= 4:4.6) | 4:4.6.5-2+b1
libkemoticons4 (= 4:4.6) | 4:4.6.5-2+b1
libkhtml5 (= 4:4.6) | 4:4.6.5-2+b1
libkio5 (= 4:4.6) | 4:4.6.5-2+b1
libkmime4 (= 4:4.6) | 4:4.6.5-1
libknewstuff2-4 (= 4:4.6) | 4:4.6.5-2+b1
libknotifyconfig4 (= 4:4.6) | 4:4.6.5-2+b1
libkopete4 (= 4:4.6.1) | 4:4.6.5-3
libkparts4 (= 4:4.6) | 4:4.6.5-2+b1
libkpimidentities4 (= 4:4.6) | 4:4.6.5-1
libmeanwhile1 (= 1.0.2) | 1.0.2-4
libmediastreamer0 (= 3.3.2) | 3.3.2-4.1+b1
libmsn0.3 (= 4.1~) | 4.1-3
libortp8 (= 3.3.2) | 3.3.2-4.1+b1
libotr2 (= 3.2.0) | 3.2.0-2.1
libphonon4 (= 4:4.2.0) | 4:4.6.0really4.5.0-5
libqca2 (= 2.0.2) | 2.0.3-2
libqimageblitz4 (= 1:0.0.4) | 1:0.0.6-4
libqt4-dbus (= 4:4.5.3) | 4:4.7.3-5
libqt4-network (= 4:4.5.3) | 4:4.7.3-5
libqt4-qt3support (= 4:4.5.3) | 4:4.7.3-5
libqt4-sql (= 4:4.5.3) | 4:4.7.3-5
libqt4-xml (= 4:4.5.3) | 4:4.7.3-5
libqtcore4 (= 4:4.7.0~beta2) | 4:4.7.3-5
libqtgui4 (= 4:4.5.3) | 4:4.7.3-5
libsolid4 (= 4:4.6) | 4:4.6.5-2+b1
libssl1.0.0 (= 1.0.0) | 1.0.0e-2
libstdc++6 (= 4.6) | 4.6.1-15
libv4l-0 (= 0.5.0) | 0.8.5-4
libx11-6 | 2:1.4.4-2
libxml2 (= 2.7.4) | 2.7.8.dfsg-5
libxslt1.1 (= 1.1.25) | 1.1.26-8
phonon | 4:4.6.0really4.5.0-5
zlib1g (= 1:1.1.4) | 1:1.2.3.4.dfsg-3


Recommends (Version) | Installed
==-+-===
libqca2-plugin-ossl | 2.0.0~beta3-1
libqt4-sql-sqlite | 4:4.7.3-5


Suggests (Version) | Installed
===-+-===
kdeartwork-emoticons |
khelpcenter4 | 4:4.6.5-1+b1
texlive-latex-base | 2009-14







--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648049: [pkg-cli-apps-team] Bug#648049: gnome: package priority between tomboy and gnote

2011-11-09 Thread Iain Lane
Hi,

On Tue, Nov 08, 2011 at 06:53:53PM +0100, Michael Biebl wrote:
 Am 08.11.2011 18:35, schrieb Michael Biebl:
 Am 08.11.2011 17:14, schrieb Osamu Aoki:
 Package: gnome
 Version: 1:3.0+3
 Severity: wishlist
 
 Executive summary:
 
 Please change dependency for tomboy etc. to:
 
 gnote | tomboy (= 1.6) | zim
 
 
 
 I think this is worth considering, even more importantly because gnote
 0.8 has a GTK 3 port. That said, gnote will pull the gtkmm packages, and
 I haven't checked yet, if other packages are already pulling that in.
 If not, we have to weigh that against the mono-* runtime size to be fair.
 
 What would also help to decide this, is some kind of feature matrix for
 tomboy and gnote and knowing if there is a smooth upgrade path from
 tomboy to gnote.
 
 Btw, one reason, why tomboy is part of gnome, is that in GNOME 3.0 it's
 a featured app [2], in 3.2 this is no longer the case.
 
 Cheers,
 Michael
 
 [1] http://ftp.gnome.org/pub/GNOME/apps/3.0/3.0.0/sources/
 
 
 Bringing the gnote and tomboy maintainers into the loop. Maybe they
 have comments on the above.

I understand Tomboy was removed from whatever GNOME recommended thingy
because it has not seen a GTK3 port yet, due to the lack of a
gtk-sharp3. This is in progress and should exist quite soon (when some
bugs in the generator are zapped) so hopefully it will get back there.

The most important feature that Tomboy has over Gnote is online note
syncing that a lot of people use.

I don't see tomboy in gnome-core, only gnome.

And as for speed and lightness, I have never found it lacking.

I don't know how space constrained you are, but the size issues could be
real. You could consider including Banshee so that it isn't only Tomboy
bringing the runtime in. ;-)

Cheers,

-- 
Iain Lane  [ i...@orangesquash.org.uk ]
Debian Developer   [ la...@debian.org ]
Ubuntu Developer   [ la...@ubuntu.com ]
PhD student   [ i...@cs.nott.ac.uk ]


signature.asc
Description: Digital signature


Bug#588313: [PATCH 0/4] improve diversion checks

2011-11-09 Thread Andreas Beckmann
The following patches on top of Scott's patch in git are available from

  git://github.com/anbe42/piuparts.git feature/588313-diversion-checks

Andreas Beckmann (4):
  simplify get_diversions()
  move diversion check to check_results()
  get post_install_diversions while checking
  collect pre_install_diversions at the correct time

Currently missing is some way to store and load the diversion information
with --save-end-meta and --end-meta, but that's above my python skills.

 TODO|2 ++
 piuparts.py |   52 +---
 2 files changed, 27 insertions(+), 27 deletions(-)

-- 
1.7.7.1




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648168: new upstream needed

2011-11-09 Thread Daniel Baumann
Package: icedove-l10n
Version: 1:5.0-1
Tag: experimental
Severity: serious

icedove 8 needs icedove-l10n 8, please update.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#636989: libjpeg8: Please add multiarch support

2011-11-09 Thread Bill Allombert
On Tue, Nov 08, 2011 at 09:59:24PM -0800, Steve Langasek wrote:
 tags 636989 patch
 user multiarch-de...@lists.alioth.debian.org
 usertags 636989 multiarch
 thanks
 
 Hi Bill,
 
 Please find attached an improved multiarch patch for libjpeg8.  This patch
 fixes a missing pre-depends on multiarch-support (${misc:Pre-Depends} can't
 be used because debian/rules never calls dh_makeshlibs), correctly installs
 jconfig.h to an architecture-dependent directory (since it's autogenerated
 and includes architecture-specific defines), and along the way includes a
 fix for cross-compilation support.
 
 This patch has been included in Ubuntu precise.  Please consider uploading
 it to Debian as well - libjpeg8 seems to be up to date in testing, so it
 doesn't look like there should be any transitions blocking it now?

Hello Steve,

I am concerned that some packages will FTBFS or be build without jpeg support
because they depended on the old path, and this will slow down the transition
of the packages that still depend on libjpeg62.

So I need to do a test build of all packages build-depending on libjpeg8 and I 
will not
have time until December.

Cheers,
-- 
Bill. ballo...@debian.org

Imagine a large red swirl here. 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648004: linux-image-2.6.32-5-xen-amd64: tc(8) Oopses, unable to establish new connections afterwards

2011-11-09 Thread Bernhard Reutner-Fischer
On Tue, Nov 08, 2011 at 01:29:34PM +0100, Bastian Blank wrote:
severity 648004 normal
thanks

On Tue, Nov 08, 2011 at 10:15:33AM +0100, Bernhard Reutner-Fischer wrote:
 On debian 6.0.2 i am running a XEN guest with 2.6.32-5-xen-amd64
 from linux-image-2.6.32-5-xen-amd64 (version 2.6.32-35).

This is neither the latest version (2.6.32-38 is it) nor is it
supported (use the non -xen variant).

Works fine with 3.0.0-1-amd64 (linux-image-3.0.0-1-amd64 v3.0.0-3) from
testing.

Same thing happens with current, stable version (2.6.32-38) of 
linux-image-2.6.32-5-xen-amd64

[  382.049709] HTB: quantum of class 10666 is big. Consider r2q change.
[  382.086646] u32 classifier
[  382.086652] Performance counters on
[  382.086655] input device check on 
[  382.086658] Actions configured 
[  382.097749] BUG: unable to handle kernel NULL pointer dereference at (null)
[  382.097760] IP: [(null)] (null)
[  382.097765] PGD fdcc3067 PUD fdcf6067 PMD 0 
[  382.097772] Oops: 0010 [#1] SMP 
[  382.09] last sysfs file: /sys/devices/virtual/net/lo/operstate
[  382.097782] CPU 0 
[  382.097786] Modules linked in: act_police cls_u32 sch_sfq sch_htb snd_pcm 
snd_timer snd soundcore snd_page_alloc evdev pcspkr ext4 mbcache jbd2 crc16 
xen_netfront xen_blkfront
[  382.097812] Pid: 1036, comm: tc Not tainted 2.6.32-5-xen-amd64 #1 
[  382.097817] RIP: e030:[]  [(null)] (null)
[  382.097822] RSP: e02b:8800fdce1940  EFLAGS: 00010282
[  382.097827] RAX: a0106c80 RBX: 8800fea0fe40 RCX: 416e3e1a
[  382.097832] RDX: 0002 RSI:  RDI: 8800fd8c8000
[  382.097837] RBP: 8800ffa4ef00 R08: 8800ffc03100 R09: 88009680
[  382.097841] R10: 0001 R11: 0001 R12: 8800ffa4ea40
[  382.097847] R13: 8800fea0fe40 R14: 8800fdce19b8 R15: 
[  382.097855] FS:  7fef5deed700() GS:8800038ad000() 
knlGS:
[  382.097861] CS:  e033 DS:  ES:  CR0: 8005003b
[  382.097865] CR2:  CR3: fe4d9000 CR4: 2660
[  382.097870] DR0:  DR1:  DR2: 
[  382.097875] DR3:  DR6: 0ff0 DR7: 0400
[  382.097881] Process tc (pid: 1036, threadinfo 8800fdce, task 
880002c1)
[  382.097886] Stack:
[  382.097889]  a010d7b8 8800ffb15ea0 a010dabe 
00200040003d
[  382.097896] 0 8800fea0fe40 8800fd348488 8800 
8800ffa4ef00
[  382.097906] 0 8800fdce1aa8 8800ffa4ea40 a010db3c 
0002
[  382.097916] Call Trace:
[  382.097922]  [a010d7b8] ? u32_set_parms+0xbd/0x143 [cls_u32]
[  382.097929]  [a010dabe] ? u32_change+0x280/0x39c [cls_u32]
[  382.097935]  [a010db3c] ? u32_change+0x2fe/0x39c [cls_u32]
[  382.097943]  [81276add] ? tc_ctl_tfilter+0x4ea/0x5af
[  382.097951]  [8100e635] ? xen_force_evtchn_callback+0x9/0xa
[  382.097957]  [8127b480] ? netlink_sendmsg+0x162/0x255
[  382.097964]  [81269dc3] ? rtnetlink_rcv_msg+0x0/0x1f5
[  382.097970]  [8127b040] ? netlink_rcv_skb+0x34/0x7c
[  382.097976]  [81269dbd] ? rtnetlink_rcv+0x1f/0x25
[  382.097981]  [8127ae34] ? netlink_unicast+0xe2/0x148
[  382.097988]  [812588f9] ? __alloc_skb+0x69/0x15a
[  382.097993]  [8127b560] ? netlink_sendmsg+0x242/0x255
[  382.098000]  [81251265] ? sock_sendmsg+0xa3/0xbb
[  382.098006]  [81251169] ? sock_recvmsg+0xa6/0xbe
[  382.098012]  [81065f86] ? autoremove_wake_function+0x0/0x2e
[  382.098018]  [81065f86] ? autoremove_wake_function+0x0/0x2e
[  382.098024]  [81259c64] ? verify_iovec+0x46/0x96
[  382.098029]  [812514a7] ? sys_sendmsg+0x22a/0x2b5
[  382.098036]  [8100ecf2] ? check_events+0x12/0x20
[  382.098043]  [8115453f] ? cap_file_free_security+0x0/0x1
[  382.098050]  [8130fb26] ? do_page_fault+0x2e0/0x2fc
[  382.098056]  [81011b42] ? system_call_fastpath+0x16/0x1b
[  382.098060] Code:  Bad RIP value.
[  382.098068] RIP  [(null)] (null)
[  382.098072]  RSP 8800fdce1940
[  382.098076] CR2: 
[  382.098080] ---[ end trace 68f04f1376e5fcff ]---



 The bug sounds like it comes from the openvirtuozzo patch.

Which is not available in this package.

Are you sure?
The patch contains this hunk in the ChangeLog:
+  [ maximilian attems]
+  * Update openvz patch to feoktistov (ipv6, checkpointing, stability,
+ipsec, nfs, ppp, tc, ve). (closes: #607041, #613501, #613170)

--- they touch tc! ---^

Maximilian, can you reproduce this?

thanks,



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#647858: linux-image-3.0.0-1-686-pae: loading kernel module viafb blacks out Sylvania G netbook

2011-11-09 Thread Tzafrir Cohen
On Wed, Nov 09, 2011 at 02:22:00AM +, Ben Hutchings wrote:
 On Sun, Nov 06, 2011 at 09:57:21PM +, Tzafrir Cohen wrote:
  Package: linux-2.6 Version: 3.0.0-3
  Severity: important
  
  Dear Maintainer,
  
  System in question is a Sylvania G netbook. It is an older model based
  on a VIA CPU (C7-M, CX700/VX700 UniChrome display card).
 [...]
  
 What is the last version that worked on this system?

Not sure. Right now it keeps hanging randomly after several minutes. May
also be a hardware issue. I'll try to build some other kernel versions
elsewhere. memtest86+ worked fine for quite some time.

-- 
Tzafrir Cohen | tzaf...@jabber.org | VIM is
http://tzafrir.org.il || a Mutt's
tzaf...@cohens.org.il ||  best
tzaf...@debian.org|| friend



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#647752: piuparts: fails to create lenny chroot due to missing /etc/dpkg/dpkg.cfg.d/

2011-11-09 Thread Andreas Beckmann
The patch is also available from

git://github.com/anbe42/piuparts.git fix/647752-missing-dpkg.cfg.d

Andreas



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648169: broadcom-sta: Fix for building with a 2.6.39 kernel and patch for renaming interface to wlanX

2011-11-09 Thread Carlos Alberto Lopez Perez
Package: broadcom-sta-source
Version: 5.100.82.112-1
Severity: normal


Attached here are two patches for including in debian/patches

1) The first makes broadcom-sta-source build with a 2.6.39.X kernel

2) The other renames the interface ethX that the driver automatically
generates to another called wlanX like all the wireless drivers.
Index: broadcom-sta-5.100.82.112/i386/src/wl/sys/wl_cfg80211.c
===
--- broadcom-sta-5.100.82.112.orig/i386/src/wl/sys/wl_cfg80211.c	2011-10-22 18:55:54.0 +0200
+++ broadcom-sta-5.100.82.112/i386/src/wl/sys/wl_cfg80211.c	2011-11-08 16:16:00.0 +0100
@@ -1811,7 +1811,7 @@
 	notif_bss_info-frame_len = offsetof(struct ieee80211_mgmt, u.beacon.variable) +
 	wl_get_ielen(wl);
 	freq = ieee80211_channel_to_frequency(notif_bss_info-channel 
-#if LINUX_VERSION_CODE  KERNEL_VERSION(2, 6, 39)
+#if LINUX_VERSION_CODE = KERNEL_VERSION(2, 6, 39)
 		,(notif_bss_info-channel = CH_MAX_2G_CHANNEL) ? IEEE80211_BAND_2GHZ : IEEE80211_BAND_5GHZ
 #endif
 	);
Index: broadcom-sta-5.100.82.112/amd64/src/wl/sys/wl_cfg80211.c
===
--- broadcom-sta-5.100.82.112.orig/amd64/src/wl/sys/wl_cfg80211.c	2011-10-22 18:55:54.0 +0200
+++ broadcom-sta-5.100.82.112/amd64/src/wl/sys/wl_cfg80211.c	2011-11-08 16:16:00.0 +0100
@@ -1811,7 +1811,7 @@
 	notif_bss_info-frame_len = offsetof(struct ieee80211_mgmt, u.beacon.variable) +
 	wl_get_ielen(wl);
 	freq = ieee80211_channel_to_frequency(notif_bss_info-channel 
-#if LINUX_VERSION_CODE  KERNEL_VERSION(2, 6, 39)
+#if LINUX_VERSION_CODE = KERNEL_VERSION(2, 6, 39)
 		,(notif_bss_info-channel = CH_MAX_2G_CHANNEL) ? IEEE80211_BAND_2GHZ : IEEE80211_BAND_5GHZ
 #endif
 	);
Index: broadcom-sta-5.100.82.112/i386/src/wl/sys/wl_linux.c
===
--- broadcom-sta-5.100.82.112.orig/i386/src/wl/sys/wl_linux.c	2011-11-08 19:54:08.0 +0100
+++ broadcom-sta-5.100.82.112/i386/src/wl/sys/wl_linux.c	2011-11-08 20:11:40.0 +0100
@@ -258,7 +256,7 @@
 #define quote_str(s) to_str(s)
 
 #ifndef BRCM_WLAN_IFNAME
-#define BRCM_WLAN_IFNAME eth%d
+#define BRCM_WLAN_IFNAME wlan%d
 #endif
 
 static char name[IFNAMSIZ] = quote_str(BRCM_WLAN_IFNAME);
Index: broadcom-sta-5.100.82.112/i386/src/wl/sys/wl_linux.c
===
--- broadcom-sta-5.100.82.112.orig/amd64/src/wl/sys/wl_linux.c	2011-11-08 19:54:08.0 +0100
+++ broadcom-sta-5.100.82.112/amd64/src/wl/sys/wl_linux.c	2011-11-08 20:11:40.0 +0100
@@ -258,7 +256,7 @@
 #define quote_str(s) to_str(s)
 
 #ifndef BRCM_WLAN_IFNAME
-#define BRCM_WLAN_IFNAME eth%d
+#define BRCM_WLAN_IFNAME wlan%d
 #endif
 
 static char name[IFNAMSIZ] = quote_str(BRCM_WLAN_IFNAME);


signature.asc
Description: OpenPGP digital signature


Bug#646795: after used a usb stick to install debian, the usb stick cannot mount automaticly

2011-11-09 Thread Laurent Bigonville
Le Sun, 30 Oct 2011 15:56:31 +,
Miguel Figueiredo el...@debianpt.org a écrit :

 Hi,

Hi,

 Can you check if this happens in the daily builds [1]?
 
 1 - http://cdimage.debian.org/cdimage/daily-builds/daily/arch-
 latest/amd64/iso-cd/
 

I've reinstalled my laptop (also using an usbkey and the last daily
build) and I've the same entries.

/dev/sdb1   /media/usb0 autorw,user,noauto  0   0

Also please note that the /media directory is empty.

Cheers

Laurent Bigonville



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648170: libreoffice-writer: 'Display nonprinting characters' become unchecked during printing and PDF export

2011-11-09 Thread Marco Mattiolo

forwarded 648170 https://bugs.freedesktop.org/show_bug.cgi?id=40482



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648174: chmsee ignores command line arguments

2011-11-09 Thread Francois Gouget
Package: chmsee
Version: 1.99.05-1
Severity: normal
Tags: patch

Dear Maintainer,

The chmsee man page says:
| SYNOPSIS
|chmsee [FILE]
|chmsee --help
|chmsee --version

And, as far as I remember, this used to work, probably as recently as version 
1.3.0-2. However nowadays specifying the chm file to open on the command line 
has no effect and neither do any of the options. A quick look at 
/usr/bin/chmsee makes it obvious why: the command line parameters are totally 
ignored.

The trivial patch below fixes that:

--- chmsee.orig 2011-11-09 12:11:20.891721831 +0100
+++ chmsee  2011-11-09 12:11:28.435718076 +0100
@@ -1,4 +1,4 @@
 #!/bin/sh
 
 mkdir -p $HOME/.local/share
-exec xulrunner-7.0 /usr/share/chmsee/application.ini
+exec xulrunner-7.0 /usr/share/chmsee/application.ini $@


-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages chmsee depends on:
ii  libc6  2.13-21 
ii  libchm12:0.40-3
ii  libnspr4-0d4.8.9-1 
ii  xulrunner-7.0  7.0.1-4 

chmsee recommends no packages.

chmsee suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648175: iceweasel: firefox addons and integration into debians packaging system

2011-11-09 Thread Christoph Anton Mitterer
Package: iceweasel

Version: 8.0-2
Severity: wishlist


Hi.

These are some toughts on the addons and their integration in 
Firefox/Iceweasel, with respect to our
packaging system.

As you know, more and more extensions get specifically packaged for Debian, 
which is somewhat nice as it
adds security.
- in principle security support through Debian
- one could argue that these are Debian-trusted add-ons... in contrast to 
just something downloaded
  from somewhere on the web.


Now it seems to me that the integration of packaged add-ons with firefox gets 
more and more complicated.
- With 8.0 I'm asked whether I want to enable my Debian-packaged addos in 
firefox. Guess this shouldn't be necessary
  at all... as one should typically trust the Debian packages more than 
anything else.
- It seems that Firefox tries to upgrade Debian-packaged add ons with the 
web-versions, if something newer is enabled.
  It's totally unclear to me, whether this is secure then (like Debian packages 
are secured by signatres), so I always
  manually disable this.
  I think however it should be the default, that Debian package based addons 
are not automatically upgraded.


Cheers,
Chris.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#206536: Interest to take over the package

2011-11-09 Thread Dario Minnucci

Hi Mathias,

 
 I am interested in taking over this bug. I already have a somewhat working 
 source package, but I wonder if a previous unfinished source package is still 
 available somewhere. Previous mails indicate there at least *was* a working 
 package at some point.
 


Go ahead by retitling them as ITP, set yourself as owner and is all yours!

Thanks for your contribution.

Regards,

-- 
 Dario Minnucci mid...@debian.org
 Phone: +34 902884117 | Fax: +34 902024417 | Support: +34 80745
 Key fingerprint = BAA1 7AAF B21D 6567 D457  D67D A82F BB83 F3D5 7033




signature.asc
Description: OpenPGP digital signature


Bug#636696: dropbear: Does not listen on IPv6 addresses

2011-11-09 Thread Matt Johnston
This is fixed in the latest Dropbear release 2011.54

Matt



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#647792: NMU for #648028 and #647792

2011-11-09 Thread Michael Biebl

Am 08.11.2011 22:51, schrieb Michael Biebl:

I've uploaded a NMU for


...


Please let me know if I should the delay the NMU further or cancel it
for other reasons.


Oops, forgot to say, that I uploaded to DELAYED/5, sorry about that.


--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648004: linux-image-2.6.32-5-xen-amd64: tc(8) Oopses, unable to establish new connections afterwards

2011-11-09 Thread Bastian Blank
On Wed, Nov 09, 2011 at 11:41:38AM +0100, Bernhard Reutner-Fischer wrote:
 On Tue, Nov 08, 2011 at 01:29:34PM +0100, Bastian Blank wrote:
 This is neither the latest version (2.6.32-38 is it) nor is it
 supported (use the non -xen variant).
 Works fine with 3.0.0-1-amd64 (linux-image-3.0.0-1-amd64 v3.0.0-3) from
 testing.

Maybe it was not clear. I asked you to use linux-image-2.6.32-5-amd64.

  The bug sounds like it comes from the openvirtuozzo patch.
 Which is not available in this package.
 Maximilian, can you reproduce this?

Stop it.

Bastian

-- 
Those who hate and fight must stop themselves -- otherwise it is not stopped.
-- Spock, Day of the Dove, stardate unknown



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648172: [kopete] Opening MSN inbox results in The email address or password is incorrect. Please try again.

2011-11-09 Thread Pau Garcia i Quiles
Hi,

Looks like this:

http://blog.gmane.org/gmane.network.instant-messaging.libmsn.general/month=2001

Upstream is working on it. A new version of libmsn will be available
when upstream fixes the bug.


On Mon, Nov 7, 2011 at 11:49 AM, Wouter M. Koolen
w.m.koolen-wijks...@cwi.nl wrote:
 Package: kopete
 Version: 4:4.6.5-3
 Severity: normal

 --- Please enter the report below this line. ---

 Hi guys,

 When I use kopete to open my Hotmail Inbox, iceweasel opens as usual. But it
 opens the following page
 https://login.live.com/ppsecure/md5auth.srf?f=9MSPPError=-2147197902
 which says The email address or password is incorrect. Please try again.

 When I login in the browser with the same credentials I do proceed to my
 Inbox.

 This feature has worked for me for years. Did Microsoft change the login
 procedure again?

 Cheers,

 Wouter


 --- System information. ---
 Architecture: amd64
 Kernel: Linux 3.1.0.git2+

 Debian Release: wheezy/sid
 990 testing the.earth.li
 990 testing security.debian.org
 500 unstable the.earth.li
 500 stable-updates the.earth.li
 500 stable the.earth.li
 500 stable security.debian.org
 1 experimental the.earth.li

 --- Package information. ---
 Depends (Version) | Installed
 =-+-===
 kdebase-runtime | 4:4.6.5-1+b1
 kdepim-runtime | 4:4.4.11.1-2
 libc6 (= 2.4) | 2.13-21
 libexpat1 (= 1.95.8) | 2.0.1-7
 libgadu3 (= 1:1.8.0+r592) | 1:1.11.0+r1184-2
 libgif4 (= 4.1.4) | 4.1.6-9
 libglib2.0-0 (= 2.12.0) | 2.28.6-1
 libidn11 (= 1.13) | 1.22-3
 libjasper1 | 1.900.1-10
 libkabc4 (= 4:4.6) | 4:4.6.5-1
 libkcmutils4 (= 4:4.6) | 4:4.6.5-2+b1
 libkde3support4 (= 4:4.6) | 4:4.6.5-2+b1
 libkdecore5 (= 4:4.6) | 4:4.6.5-2+b1
 libkdeui5 (= 4:4.6) | 4:4.6.5-2+b1
 libkdnssd4 (= 4:4.6) | 4:4.6.5-2+b1
 libkemoticons4 (= 4:4.6) | 4:4.6.5-2+b1
 libkhtml5 (= 4:4.6) | 4:4.6.5-2+b1
 libkio5 (= 4:4.6) | 4:4.6.5-2+b1
 libkmime4 (= 4:4.6) | 4:4.6.5-1
 libknewstuff2-4 (= 4:4.6) | 4:4.6.5-2+b1
 libknotifyconfig4 (= 4:4.6) | 4:4.6.5-2+b1
 libkopete4 (= 4:4.6.1) | 4:4.6.5-3
 libkparts4 (= 4:4.6) | 4:4.6.5-2+b1
 libkpimidentities4 (= 4:4.6) | 4:4.6.5-1
 libmeanwhile1 (= 1.0.2) | 1.0.2-4
 libmediastreamer0 (= 3.3.2) | 3.3.2-4.1+b1
 libmsn0.3 (= 4.1~) | 4.1-3
 libortp8 (= 3.3.2) | 3.3.2-4.1+b1
 libotr2 (= 3.2.0) | 3.2.0-2.1
 libphonon4 (= 4:4.2.0) | 4:4.6.0really4.5.0-5
 libqca2 (= 2.0.2) | 2.0.3-2
 libqimageblitz4 (= 1:0.0.4) | 1:0.0.6-4
 libqt4-dbus (= 4:4.5.3) | 4:4.7.3-5
 libqt4-network (= 4:4.5.3) | 4:4.7.3-5
 libqt4-qt3support (= 4:4.5.3) | 4:4.7.3-5
 libqt4-sql (= 4:4.5.3) | 4:4.7.3-5
 libqt4-xml (= 4:4.5.3) | 4:4.7.3-5
 libqtcore4 (= 4:4.7.0~beta2) | 4:4.7.3-5
 libqtgui4 (= 4:4.5.3) | 4:4.7.3-5
 libsolid4 (= 4:4.6) | 4:4.6.5-2+b1
 libssl1.0.0 (= 1.0.0) | 1.0.0e-2
 libstdc++6 (= 4.6) | 4.6.1-15
 libv4l-0 (= 0.5.0) | 0.8.5-4
 libx11-6 | 2:1.4.4-2
 libxml2 (= 2.7.4) | 2.7.8.dfsg-5
 libxslt1.1 (= 1.1.25) | 1.1.26-8
 phonon | 4:4.6.0really4.5.0-5
 zlib1g (= 1:1.1.4) | 1:1.2.3.4.dfsg-3


 Recommends (Version) | Installed
 ==-+-===
 libqca2-plugin-ossl | 2.0.0~beta3-1
 libqt4-sql-sqlite | 4:4.7.3-5


 Suggests (Version) | Installed
 ===-+-===
 kdeartwork-emoticons |
 khelpcenter4 | 4:4.6.5-1+b1
 texlive-latex-base | 2009-14







 --
 To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 Archive: http://lists.debian.org/4eb7b7b0.1040...@cwi.nl





-- 
Pau Garcia i Quiles
http://www.elpauer.org
(Due to my workload, I may need 10 days to answer)



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648159: libglib2.0-0: GLib-GObject-CRITICAL triggers Fatal IO error 11

2011-11-09 Thread Michael Biebl

Am 09.11.2011 09:42, schrieb Skippy le Grand Gourou:


- the active window menu and the gnome-panels are accessible, but the content
of the active window is not (this means that for Firefox I am not able to
navigate anymore).

In both case I have to restart the X session (by Ctrl+Alt+Backspace).


If the gnome-panel is accessible, can't you just log out properly?


Attached is the .xsession-errors file after 5 such a freeze.


Your .xsession-errors file is missing...



Is this maybe a mem leak and your system is swapping like crazy so the 
GUI becomes unresponsive?


Are non-GTK GUI applications affected too?

Do you have anything interesting in dmesg when this happens? Could you 
monitor the load, mem and cpu sage.


Cheers,
Michael

--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#647883: lists ${distro_codename}-updates but needs stable-updates

2011-11-09 Thread Philipp Kern
On Tue, Nov 08, 2011 at 12:00:26PM +0100, Michael Vogt wrote:
 Thanks for your bugreport.
 
 I pushed this fix to
 http://anonscm.debian.org/bzr/apt/unattended-upgrades/debian-squeeze/  
 and it will need a proposed-updates upload.

Thank you!  Could you prepare a debdiff and either file a pu bug
against release.d.o using reportbug or just mail it to
debian-release@lists.d.o for approval, please?

Kind regards
Philipp Kern


signature.asc
Description: Digital signature


Bug#646154: clementine: icecast listings incomplete

2011-11-09 Thread Thomas Pierson
tag 646154 upstream
forwarded 646154
http://code.google.com/p/clementine-player/issues/detail?id=2106
thanks

Hi Jonathan,

This issue was already reported here :
* http://code.google.com/p/clementine-player/issues/detail?id=1602

It seem to be a limitation from dir.xiph.org api that only return 1000
entries. A workaround may be included in clementine soon. You can find
more informations on the bug report above.

Regards,

Thomas



signature.asc
Description: OpenPGP digital signature


Bug#648042: purging gdm deletes /etc/X11/Xsession which is a file needed by other packages

2011-11-09 Thread Michael Biebl
reassign 648042 dpkg
forcemerge 574658 648042
thanks

Am 09.11.2011 07:26, schrieb Sven Joachim:
 On 2011-11-09 00:07 +0100, Michael Biebl wrote:
 
 Are you saying that dpkg removed the file the symlink was pointing at,
 i.e. you changed
 /etc/gdm/Xsession → /etc/X11/Xsession
 with /etc/gdm/Xsession being owned by the gdm package.
 On purge dpkg removed not only the symlink but also /etc/X11/Xsession?

 I highly doubt that dpkg is doing that.
 
 It's almost doing that.  In fact, it deletes _only_ the target of the
 symlink, see #574658¹.

I stand corrrected. Thanks Sven for the pointer!

Reassigning and merging

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#648109: Impossible to use zfs as rootfs without creating a volume; should allow creating zfs filesystems (not just volumes)

2011-11-09 Thread Andras Korn
On Wed, Nov 09, 2011 at 07:38:52AM +0100, Robert Millan wrote:

Hi,

  I had intended to use zfs as my rootfs, with the rpool itself being mounted
  under / and perhaps /var, /usr and /tmp being separate zfs filesystems (not
  volumes), so I could set different options on them.
 
 You have to create them as volumes. Afterwards you'll be given the
 option to use ZFS in those volumes, in which case they'll be
 converted to native filesystems.
 
 I'm sorry, I know this isn't obvious but this problem isn't easy to solve.

Not obvious is putting it mildly. :)

So how exactly is this supposed to work? I create the rpool, then create a
volume inside it to be used as /, another as /usr, another as /var and so
on?

And where do I then specify their mountpoints? At one point I had created
zfs filesystems manually on console 2 and set their mountpoints, but while
the configure zfs part of the partitioner listed them along with their
mountpoints, it didn't offer an option to change them.

I'll experiment with this about 12 hours from now, I suppose.

Thanks!

-- 
 Andras Korn korn at elan.rulez.org
   I hit the CTRL key but I'm still not in control!



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648176: postgis: pgsql2shp/shp2pgsql no longer in $PATH

2011-11-09 Thread Marc Fournier
Package: postgis
Version: 1.5.3-1
Severity: normal

Dear Maintainer,

Since 1.5.3, pgsql2shp and shp2pgsql have moved  from /usr/bin to
/usr/lib/postgresql/X.Y/bin and have moved from the postgis package to
the postgresql-X.Y-postgis package.

This is annoying because users expect these tools to be in their default
$PATH, and scripts/cron jobs/etc using them will break after upgrading
from 1.5.2 to 1.5.3.

Furthermore, it was previously possible to install these tools on a
postgresql client machine and use the -h switch to connect to a remote
postgresql server. All that was needed was libpq. Now, if you want to do
this, you are forced by dependencies to install a complete postgresql
server on your client machine.

In any case, thanks for the packaging work !

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (700, 'testing'), (500, 'testing-proposed-updates'), (500, 
'stable'), (300, 'unstable'), (100, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

postgis depends on no packages.

postgis recommends no packages.

Versions of packages postgis suggests:
ii  postgresql-9.1-postgis  1.5.3-1

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#625606: upower: resets block-device tunings on startup

2011-11-09 Thread Michael Biebl
Hi,

Am 02.11.2011 16:26, schrieb Alexander Kurtz:
 The bottom line is that pm-utils should specify *both* device and dir
 when calling mount to avoid re-evaluating /etc/fstab which may be
 undesirable under certain circumstances (e.g. after doing a manual
 remount with different mount options).

You obviously care very much about this issue even if it only happens
for some corner cases. Would you mind prepping a patch?

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#647565: madison.cgi: make it produce an easier to parse output

2011-11-09 Thread Jakub Wilk

Hi Sandro,

* Sandro Tosi mo...@debian.org, 2011-11-04, 00:41:
currently madison.cgi (and it's rmadison command friend) doesn't emit 
an easy-to-parse output: please enable it. yaml, whatever that's easy 
from a programming language to parse and understand.


Why parsing the current output is hard?

--
Jakub Wilk



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648077: [Pkg-xfce-devel] Bug#648077: xfce4-timer-plugin cannot be selected to be added to panel

2011-11-09 Thread hugo vanwoerkom
On Wed, Nov 9, 2011 at 12:32 AM, Yves-Alexis Perez cor...@debian.org wrote:
 On mar., 2011-11-08 at 17:27 -0600, hugo vanwoerkom wrote:
 On Tue, Nov 8, 2011 at 3:49 PM, Yves-Alexis Perez cor...@debian.org wrote:
  On mar., 2011-11-08 at 13:52 -0600, hugo vanwoerkom wrote:
  Package: xfce4-timer-plugin
  Version: 0.6.2-1Severity: normal
  Hi,
 
  After installing xfce4-timer-plugin it cannot be selected to be added
  to a panel: the 'add' button is greyed out.
 
  That usually mean is has already been added.
 

 To a new panel where nothing is visible?

 To any panel

 --

But if it is already added to any panel then I should be able to
select it and set it, but nothing is selectable and there are no items
in the new panel.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648177: piuparts.py: code synchronization, de-duplication, ...

2011-11-09 Thread Andreas Beckmann
Package: piuparts
Version: 0.41
Severity: normal
Tags: patch

This bug tracks several patches made available in git branches of

git://github.com/anbe42/piuparts.git

These patches target code cleanup without introducing functional
differences.

cleanup/consistent-variable-names
use consistent variable names for package lists

use consistent naming of the variables of package lists:
* packages   - a list of package names
* package_files  - a list of .debs
* package_list   - if undecided

cleanup/use-chroot-relative
use chroot.relative() more often to build filenames

use self.relative(...) to build a path name instead of
manually doing it via os.path.join(self.name, ...)

cleanup/scriptsdir-check
check for settings.scriptsdir inside run_scripts()

move the check for settings.scriptsdir inside run_scripts(),
no need to replicate it before every call


Andreas



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#591456: Include this in stable-proposed-updates

2011-11-09 Thread Owen Dunn
Could this fix be included in a squeeze point release, i.e. uploaded to 
stable-proposed-updates, please?  I have a production server running lenny 
using the block-drbd scripts, which this bug breaks, so I can't really 
upgrade the server to squeeze until this problem is fixed.


Thanks,

Owen



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#644455: Should be fixed with 0.9.8.2

2011-11-09 Thread Christian Beier

Hi,
the krdc issue should be fixed with LibVNCServer 0.9.8.2, which was
just released.

Cheers,
   Christian



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648004: linux-image-2.6.32-5-xen-amd64: tc(8) Oopses, unable to establish new connections afterwards

2011-11-09 Thread Bernhard Reutner-Fischer
On 9 November 2011 12:21, Bastian Blank wa...@debian.org wrote:
 On Wed, Nov 09, 2011 at 11:41:38AM +0100, Bernhard Reutner-Fischer wrote:
 On Tue, Nov 08, 2011 at 01:29:34PM +0100, Bastian Blank wrote:
 This is neither the latest version (2.6.32-38 is it) nor is it
 supported (use the non -xen variant).
 Works fine with 3.0.0-1-amd64 (linux-image-3.0.0-1-amd64 v3.0.0-3) from
 testing.

 Maybe it was not clear. I asked you to use linux-image-2.6.32-5-amd64.

found a box running
ii  linux-image-2.6.32-5-amd642.6.32-38Linux 2.6.32 for 64-bit PCs

Oops below, after this no new connections can be established to the
affected box.

[2842970.122743] HTB: quantum of class 10666 is big. Consider r2q change.
[2842970.177970] u32 classifier
[2842970.177972] Performance counters on
[2842970.177974] input device check on
[2842970.177975] Actions configured
[2842970.258552] BUG: unable to handle kernel NULL pointer dereference at (null)
[2842970.259019] IP: [(null)] (null)
[2842970.259226] PGD 6f099067 PUD 2de05067 PMD 0
[2842970.259418] Oops: 0010 [#1] SMP
[2842970.259594] last sysfs file:
/sys/devices/pci:00/:00:10.0/host2/target2:0:0/2:0:0:0/block/sda/removable
[2842970.259991] CPU 0
[2842970.260138] Modules linked in: act_police cls_u32 sch_sfq sch_htb
iptable_nat nf_nat btrfs zlib_deflate crc32c libcrc32c ufs qnx4
hfsplus hfs minix ntfs vfat msdos fat jfs nls_base xfs exportfs
reiserfs ext2 nf_conntrack_ipv6 ip6table_filter ip6_tables xt_tcpudp
nf_conntrack_ipv4 nf_defrag_ipv4 xt_state nf_conntrack iptable_filter
ip_tables x_tables vmsync vmmemctl vmhgfs ext3 jbd loop shpchp snd_pcm
snd_timer snd parport_pc soundcore snd_page_alloc psmouse parport
i2c_piix4 evdev serio_raw pcspkr i2c_core pci_hotplug vmci processor
ac container button ext4 mbcache jbd2 crc16 dm_mod sg sd_mod
crc_t10dif sr_mod cdrom ata_generic mptspi ata_piix floppy mptscsih
mptbase scsi_transport_spi e1000 libata thermal thermal_sys scsi_mod
[last unloaded: scsi_wait_scan]
[2842970.270415] Pid: 7720, comm: tc Not tainted 2.6.32-5-amd64 #1
VMware Virtual Platform
[2842970.270771] RIP: 0010:[]  [(null)] (null)
[2842970.274104] RSP: 0018:88002a69f940  EFLAGS: 00010282
[2842970.274310] RAX: a05ebc80 RBX: 88007cf08300 RCX:
55e6e8ef
[2842970.274657] RDX: 0002 RSI:  RDI:
880074ad4000
[2842970.275004] RBP: 88004706eb00 R08: 880001811e30 R09:
88002a69f778
[2842970.275346] R10: 0001 R11: 0001 R12:
88004706e100
[2842970.275685] R13: 88007cf08300 R14: 88002a69f9b8 R15:

[2842970.276025] FS:  7f8b7b661700() GS:88000180()
knlGS:
[2842970.276381] CS:  0010 DS:  ES:  CR0: 8005003b
[2842970.276589] CR2:  CR3: 7ead3000 CR4:
06f0
[2842970.276978] DR0:  DR1:  DR2:

[2842970.277369] DR3:  DR6: 0ff0 DR7:
0400
[2842970.277719] Process tc (pid: 7720, threadinfo 88002a69e000,
task 880040066a60)
[2842970.278093] Stack:
[2842970.278237]  a05f27b8 88007d924300 a05f2abe
00204706eb00
[2842970.278505] 0 88007cf08300 8800629e1488
8800 88004706eb00
[2842970.278870] 0 88002a69faa8 88004706e100
a05f2b3c 0010
[2842970.279459] Call Trace:
[2842970.288681]  [a05f27b8] ? u32_set_parms+0xbd/0x143 [cls_u32]
[2842970.288925]  [a05f2abe] ? u32_change+0x280/0x39c [cls_u32]
[2842970.289192]  [a05f2b3c] ? u32_change+0x2fe/0x39c [cls_u32]
[2842970.310257]  [81266341] ? tc_ctl_tfilter+0x4ea/0x5af
[2842970.310515]  [8126ace4] ? netlink_sendmsg+0x162/0x255
[2842970.310729]  [8125965a] ? rtnetlink_rcv_msg+0x0/0x1f5
[2842970.310984]  [8126a8a4] ? netlink_rcv_skb+0x34/0x7c
[2842970.311210]  [81259654] ? rtnetlink_rcv+0x1f/0x25
[2842970.311433]  [8126a698] ? netlink_unicast+0xe2/0x148
[2842970.319847]  [81248549] ? __alloc_skb+0x69/0x15a
[2842970.320063]  [8126adc4] ? netlink_sendmsg+0x242/0x255
[2842970.328164]  [81240eb5] ? sock_sendmsg+0xa3/0xbb
[2842970.328426]  [81240db9] ? sock_recvmsg+0xa6/0xbe
[2842970.336342]  [81064f16] ? autoremove_wake_function+0x0/0x2e
[2842970.336571]  [81064f16] ? autoremove_wake_function+0x0/0x2e
[2842970.336800]  [812498b4] ? verify_iovec+0x46/0x96
[2842970.337016]  [812410f7] ? sys_sendmsg+0x22a/0x2b5
[2842970.346867]  [812fe760] ? do_page_fault+0x2da/0x2f2
[2842970.352133]  [81010b42] ? system_call_fastpath+0x16/0x1b
[2842970.352354] Code:  Bad RIP value.
[2842970.352667] RIP  [(null)] (null)
[2842970.352838]  RSP 88002a69f940
[2842970.353009] CR2: 
[2842970.353567] ---[ end trace bc22a41a327190db ]---



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with 

Bug#625606: upower: resets block-device tunings on startup

2011-11-09 Thread Alexander Kurtz
On Wed, 2011-11-09 at 12:50 +0100, Michael Biebl wrote:
 You obviously care very much about this issue even if it only happens
 for some corner cases. Would you mind prepping a patch?

I will definitely write a patch for this bug, however it might take two
or three weeks until I have sufficient time.

Best regards

Alexander Kurtz


signature.asc
Description: This is a digitally signed message part


Bug#638832: [PATCH] remove logrotate only once

2011-11-09 Thread Andreas Beckmann
Stefano's patch has a minor flaw: the logrotate package is not removed
once, but several times.
My patch fixing this is available from
  git://github.com/anbe42/piuparts.git fix/purge-logrotate-once

Andreas Beckmann (1):
  remove logrotate (and dependencies) only once

 piuparts.py |3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

-- 
1.7.7.1




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#638832: [PATCH] remove logrotate (and dependencies) only once

2011-11-09 Thread Andreas Beckmann
remove the packages installed for the logrotate test only once

Signed-off-by: Andreas Beckmann deb...@abeckmann.de
---
 piuparts.py |3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/piuparts.py b/piuparts.py
index 4f0d35b..4fffbd6 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -916,8 +916,7 @@ class Chroot:
 if not settings.skip_logrotatefiles_test and logrotatefiles:
 installed = self.install_logrotate()
 self.check_output_logrotatefiles(logrotatefiles_list)
-for pkg in installed:
-self.remove_or_purge(purge, installed)
+self.remove_or_purge(purge, installed)
 
 # Then purge all packages being depended on.
 self.remove_or_purge(purge, deps_to_purge)
-- 
1.7.7.1




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648162: [PATCH v2] use apt-get remove; remove/purge all packages at once

2011-11-09 Thread Andreas Beckmann
this patch is available from 
  git://github.com/anbe42/piuparts.git feature/648162-apt-get-remove
-- 8 -
Removing packages with dpkg one-by-one does not respect dependencies
and may fail e.g. when Pre-Depends are involved.  Therefore use
  apt-get remove   on all packages in one run to reorder them properly.
apt-get purge can't be used because it fails on unknown packages (i.e. not
in the archive and not in config-files-remaining state). See #637853.
Also apt-get in lenny is not able to properly purge packages in
config-files-remaining state.
But we can purge all packages in one dpkg call.

The remove_or_purge() method is replaced by two new methods
remove_packages() and purge_packages().

Signed-off-by: Andreas Beckmann deb...@abeckmann.de
---
 piuparts.py |   25 ++---
 1 files changed, 14 insertions(+), 11 deletions(-)

diff --git a/piuparts.py b/piuparts.py
index 4fffbd6..3f22d46 100644
--- a/piuparts.py
+++ b/piuparts.py
@@ -865,12 +865,15 @@ class Chroot:
 vdict[name] = status
 return vdict
 
-def remove_or_purge(self, operation, packages):
-Remove or purge packages in a chroot.
-for name in packages:
-self.run([dpkg, -- + operation, name], ignore_errors=True)
-self.run([dpkg, --remove, --pending], ignore_errors=True)
+def remove_packages(self, packages):
+Remove packages in a chroot.
+if packages:
+self.run([apt-get, remove] + packages, ignore_errors=True)
 
+def purge_packages(self, packages):
+Purge packages in a chroot.
+if packages:
+self.run([dpkg, --purge] + packages, ignore_errors=True)
  
 def restore_selections(self, changes, packages):
 Restore package selections in a chroot by applying 'changes'.
@@ -898,8 +901,8 @@ class Chroot:
 self.run_scripts(pre_remove)  
 
 # First remove all packages.
-self.remove_or_purge(remove, deps_to_remove + deps_to_purge +
-nondeps_to_remove + nondeps_to_purge)
+self.remove_packages(deps_to_remove + deps_to_purge +
+ nondeps_to_remove + nondeps_to_purge)
 # Run custom scripts after removing all packages. 
 if settings.scriptsdir is not None:
 self.run_scripts(post_remove) 
@@ -916,13 +919,13 @@ class Chroot:
 if not settings.skip_logrotatefiles_test and logrotatefiles:
 installed = self.install_logrotate()
 self.check_output_logrotatefiles(logrotatefiles_list)
-self.remove_or_purge(purge, installed)
+self.purge_packages(installed)
 
 # Then purge all packages being depended on.
-self.remove_or_purge(purge, deps_to_purge)
+self.purge_packages(deps_to_purge)
 
 # Finally, purge actual packages.
-self.remove_or_purge(purge, nondeps_to_purge)
+self.purge_packages(nondeps_to_purge)
 
 # Run custom scripts after purge all packages.
 if settings.scriptsdir is not None: 
@@ -1718,7 +1721,7 @@ def install_purge_test(chroot, root_info, selections, 
package_list, packages):
 chroot.install_package_files([metapackage])
 # Now remove it
 metapackagename = os.path.basename(metapackage)[:-4]
-chroot.remove_or_purge(purge, [metapackagename])
+chroot.purge_packages([metapackagename])
 shutil.rmtree(os.path.dirname(metapackage))
 
 # Save the file ownership information so we can tell which
-- 
1.7.7.1




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#647565: madison.cgi: make it produce an easier to parse output

2011-11-09 Thread Paul Tagliamonte
On Thu, Nov 3, 2011 at 7:41 PM, Sandro Tosi mo...@debian.org wrote:
 Package: qa.debian.org
 Severity: normal

 Hello,
 currently madison.cgi (and it's rmadison command friend) doesn't emit an
 easy-to-parse output: please enable it. Something like xml, json, yaml, 
 whatever
 that's easy from a programming language to parse and understand.

I'd kindly invite you to reconsider that -

as far as this stuff goes, that's much easier for a machine to parse
then JSON, YAML or XML.

However, I can understand why you'd need that, for instance if you
don't want to write your own parser.

It's early-o-clock here, but I whipped up a script in python for you,
that will take stdin from rmadion and translate it to JSON.

Keep in mind, it's early, I don't have coffee and I spent about 4
minutes on this.

If there are bugs, I'll try to fix them when I have some time, but I
can't be supporting this mess.

Debts payable in Scotch.

Find script attached,
Cheers (and good luck)

-Paul


 Regards,
 Sandro

 -- System Information:
 Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
 Architecture: amd64 (x86_64)

 Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/bash



 --
 To UNSUBSCRIBE, email to debian-qa-requ...@lists.debian.org
 with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
 Archive: 
 http://lists.debian.org/2003234109.22862.54402.report...@zion.matrix.int





-- 
All programmers are playwrights, and all computers are lousy actors.

#define sizeof(x) rand()
:wq
#!/usr/bin/env python

import json
import sys

routput = sys.stdin.read().split('\n')

info_order = [
	pkg,
	version,
	suite,
	arches
]

key_fld  = 2 # suite
arch_fld = 3

output = {}

for line in routput:
	if line == :
		break;

	information = line.split(|)
	parse = {}
	for i in range(len(info_order)):
		information[i] = information[i].strip()
		if i == arch_fld:
			information[i] = information[i].split(, )
		parse[info_order[i]] = information[i]

	output[information[key_fld]] = information

print output


Bug#646154: clementine: icecast listings incomplete

2011-11-09 Thread Thomas Pierson
*Oups,the good url is : 
http://code.google.com/p/clementine-player/issues/detail?id=1602 

Le 09/11/2011 12:34, Thomas Pierson a écrit :
 tag 646154 upstream
 forwarded 646154
 http://code.google.com/p/clementine-player/issues/detail?id=2106



signature.asc
Description: OpenPGP digital signature


Bug#648178: librpmio2 4.9.1.2-1 in iamd64 unstable depends on wrong liblmza version

2011-11-09 Thread Pedro Alejandro López-Valencia
Package: librpmio2
Version: 4.9.1.2-1
Severity: important

This only happens in amd64. During the normal upgrade cycle, the new
librpmio2 package is uninstallable in unstable because it depends on
liblzma2 (available in testing, btw). Unstable has liblzma5 at the moment.
All other rpm subpackages install cleanly. OTOH, this problem doesn't happen
in a i386 install.

When examining the control files in the original amd64 deb from the 
repositories, you will observe that it depends on liblzma2 as if it 
had been compiled in a testing buildd.

I fixed the problem by recompiling rpm with pbuilder and installing the
resulting librpmio2 package by hand. I did not change the version in the
new package.


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages librpmio2 depends on:
ii  libbz2-1.0   1.0.5-7
ii  libc62.13-21
ii  libelf1  0.152-1+b1 
ii  liblua5.1-0  5.1.4-10   
ii  liblzma5 5.1.1alpha+20110809-3  
ii  libnss3-1d   3.13.1.with.ckbi.1.88-1
ii  libpopt0 1.16-1 
ii  zlib1g   1:1.2.3.4.dfsg-3   

librpmio2 recommends no packages.

librpmio2 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648179: gnome-shell: Notification area placed in the center when using two screens in vertical arrangement

2011-11-09 Thread Federico Heinz
Package: gnome-shell
Version: 3.0.2-5
Severity: normal
Tags: upstream

Dear Maintainer,

when using two monitors in vertical arrangement, with the Panel on the top
screen, the notification area doesn't get positioned at the bottom of the other
screen, but at the bottom of the top screen, i.e. smack in the center of the
display area. This makes it not only hard to hit: the translucent window that
is used to render the notification area (and which is normally hidden because
it's mostly off-screen) remains constantly visible (albeit empty) at the top of
the bottom screen, at the top window tier, making it impossible to interact
with the any areas of windows that may be underneath it. This is particularly
annoying for the common case where the obscured portion of the window is the
title bar).

The notification area should be positioned at the bottom of the display area,
not of the main screen.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-shell depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.7.5-3 
ii  gconf2   2.32.4-1
ii  gir1.2-atk-1.0   2.2.0-2 
ii  gir1.2-clutter-1.0   1.8.2-1 
ii  gir1.2-cogl-1.0  1.8.2-1 
ii  gir1.2-coglpango-1.0 1.8.2-1 
ii  gir1.2-freedesktop   0.10.8-2+b1 
ii  gir1.2-gconf-2.0 2.32.4-1
ii  gir1.2-gdkpixbuf-2.0 2.24.0-1
ii  gir1.2-gkbd-3.0  3.2.0-1 
ii  gir1.2-glib-2.0  0.10.8-2+b1 
ii  gir1.2-gnomebluetooth-1.03.2.1-1 
ii  gir1.2-gtk-3.0   3.0.12-2
ii  gir1.2-json-1.0  0.14.0-1
ii  gir1.2-mutter-3.03.0.2.1-4   
ii  gir1.2-networkmanager-1.00.9.0-2 
ii  gir1.2-pango-1.0 1.29.4-2
ii  gir1.2-polkit-1.00.102-1 
ii  gir1.2-telepathyglib-0.120.16.0-1
ii  gir1.2-telepathylogger-0.2   0.2.10-2
ii  gir1.2-upowerglib-1.00.9.14-1
ii  gjs  1.29.0-2+b1 
ii  gnome-bluetooth  3.2.1-1 
ii  gnome-icon-theme-symbolic3.2.1-1 
ii  gnome-settings-daemon3.0.3-3 
ii  gsettings-desktop-schemas3.0.1-1 
ii  libatk1.0-0  2.2.0-2 
ii  libc62.13-21 
ii  libcairo-gobject21.10.2-6.1  
ii  libcairo21.10.2-6.1  
ii  libcamel-1.2-23  3.0.3-1 
ii  libcanberra0 0.28-3  
ii  libclutter-1.0-0 1.8.2-1 
ii  libcogl-pango0   1.8.2-1 
ii  libcogl5 1.8.2-1 
ii  libcroco30.6.2-2 
ii  libdbus-1-3  1.4.16-1
ii  libdbus-glib-1-2 0.98-1  
ii  libdrm2  2.4.26-1
ii  libebook1.2-10   3.0.3-1 
ii  libecal1.2-8 3.0.3-1 
ii  libedataserver1.2-14 3.0.3-1 
ii  libedataserverui-3.0-0   3.0.3-1 
ii  libffi5  3.0.10-3
ii  libfontconfig1   2.8.0-3 
ii  libfreetype6 2.4.7-2 
ii  libgconf2-4  2.32.4-1
ii  libgdk-pixbuf2.0-0   2.24.0-1
ii  libgirepository-1.0-10.10.8-2+b1 
ii  libgjs0b [libgjs0-libmozjs7d]1.29.0-2+b1 
ii  libgl1-mesa-glx [libgl1] 7.11-6  
ii  libglib2.0-0 2.28.8-1
ii  libgnome-desktop-3-0 3.0.2-2 
ii  libgnome-menu2   3.0.1-3 
ii  libgstreamer0.10-0   0.10.35-1   
ii  libgtk-3-0   3.0.12-2
ii  libical0 0.44-3  
ii  libjson-glib-1.0-0   0.14.0-1
ii  libmozjs7d   7.0.1-4 
ii  libmutter0   3.0.2.1-4   
ii  libnspr4-0d   

Bug#648180: dpkg-checkbuilddeps: option to check another architecture

2011-11-09 Thread Colin Watson
Package: dpkg-dev
Version: 1.16.1.1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu ubuntu-patch precise

In a multiarch environment, it's useful to be able to check whether
build-dependencies are satisfied for a different architecture.  It looks
rather easy to add an -a option to dpkg-checkbuilddeps, although it does
require translation changes.  Would you consider something like this
patch?

diff --git a/scripts/dpkg-checkbuilddeps.pl b/scripts/dpkg-checkbuilddeps.pl
index 93af92e..b757069 100755
--- a/scripts/dpkg-checkbuilddeps.pl
+++ b/scripts/dpkg-checkbuilddeps.pl
@@ -47,6 +47,7 @@ sub usage {
  retrieving them from control file
   -c build-conf  use given string for build conflicts instead of
  retrieving them from control file
+  -a archassume given host architecture
   --admindir=directory
  change the administrative directory.
   -h, --help show this help message.
@@ -58,11 +59,13 @@ sub usage {
 
 my $binary_only=0;
 my ($bd_value, $bc_value);
+my $host_arch = get_host_arch();
 if (!GetOptions('B' = \$binary_only,
 'help|h' = sub { usage(); exit(0); },
 'version' = \version,
 'd=s' = \$bd_value,
 'c=s' = \$bc_value,
+'a=s' = \$host_arch,
 'admindir=s' = \$admindir)) {
usage();
exit(2);
@@ -94,11 +97,13 @@ my (@unmet, @conflicts);
 
 if ($bd_value) {
push @unmet, build_depends('Build-Depends/Build-Depends-Indep)',
-   deps_parse($bd_value, reduce_arch = 1), $facts);
+   deps_parse($bd_value, host_arch = $host_arch,
+  reduce_arch = 1), $facts);
 }
 if ($bc_value) {
push @conflicts, 
build_conflicts('Build-Conflicts/Build-Conflicts-Indep',
-   deps_parse($bc_value, reduce_arch = 1, union = 1), $facts);
+   deps_parse($bc_value, host_arch = $host_arch,
+  reduce_arch = 1, union = 1), $facts);
 }
 
 if (@unmet) {
@@ -178,8 +183,6 @@ sub check_line {
my $fieldname=shift;
my $dep_list=shift;
my $facts=shift;
-   my $host_arch = shift || get_host_arch();
-   chomp $host_arch;
 
my @unmet=();
 

Thanks,

-- 
Colin Watson   [cjwat...@ubuntu.com]



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648167: ginkgocadx: broken by today's upgrade of insighttoolkit ?

2011-11-09 Thread Andreas Tille
Hi,

I just rebuilded (the new upstream version 2.6.0.0~rc - but IMHO the
version does not matter for this problem) and uploaded to unstable.
I tested the program so far that I started the program successfully.

Kind regards

   Andreas.

On Wed, Nov 09, 2011 at 11:13:45AM +0100, Karsten Hilbert wrote:
 Package: ginkgocadx
 Version: 2.5.4.1-1
 Severity: important
 
 Today my insighttoolkit was upgraded. After that Ginkgo CADx no
 longer displayed studies it gladly displayed yesterday.
 
 Attached find the ginkgo log.
 
 Karsten
 
 -- System Information:
 Debian Release: wheezy/sid
   APT prefers testing
   APT policy: (990, 'testing'), (500, 'stable-updates'), (500, 'stable'), 
 (50, 'unstable')
 Architecture: i386 (i686)
 
 Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
 Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages ginkgocadx depends on:
 ii  libatk1.0-0   2.2.0-2 
 ii  libavcodec53  5:0.8.5-0.1 
 ii  libavformat53 5:0.8.5-0.1 
 ii  libavutil51   5:0.8.5-0.1 
 ii  libc6 2.13-21 
 ii  libcairo2 1.10.2-6.1  
 ii  libdcmtk2 3.6.0-8 
 ii  libexpat1 2.0.1-7.2   
 ii  libfftw3-33.2.2-1 
 ii  libfreetype6  2.4.7-2 
 ii  libgcc1   1:4.6.1-15  
 ii  libgdcm2.02.0.18-5
 ii  libgdk-pixbuf2.0-02.24.0-1
 ii  libgl1-mesa-glx [libgl1]  7.11-6  
 ii  libgl2ps0 1.3.6-1 
 ii  libglib2.0-0  2.28.8-1
 ii  libgtk2.0-0   2.24.7-1
 ii  libinsighttoolkit3.20 3.20.1-1
 ii  libjpeg8  8c-2
 ii  libmysqlclient16  5.1.58-1
 ii  libnetcdf61:4.1.1-6   
 ii  libopenmpi1.3 1.4.3-2.1   
 ii  libpango1.0-0 1.29.4-2
 ii  libpng12-01.2.46-3
 ii  libpq59.1.1-3 
 ii  libqtcore44:4.7.3-5   
 ii  libqtgui4 4:4.7.3-5   
 ii  libsqlite3-0  3.7.7-2 
 ii  libssl1.0.0   1.0.0e-2
 ii  libstdc++64.6.1-15
 ii  libswscale2   5:0.8.5-0.1 
 ii  libtiff4  3.9.5-2 
 ii  libvtk5.6 5.6.1-7 
 ii  libwrap0  7.6.q-21
 ii  libwxbase2.8-02.8.12.1-2  
 ii  libwxgtk2.8-0 2.8.12.1-2  
 ii  libx11-6  2:1.4.4-2   
 ii  libxml2   2.7.8.dfsg-5
 ii  libxt61:1.1.1-2   
 ii  zlib1g1:1.2.3.4.dfsg-3
 
 ginkgocadx recommends no packages.
 
 ginkgocadx suggests no packages.
 
 -- no debconf information

 11-09-11 11:07:10,634 [2918439664] INFO Core  - Arrancando Ginkgo 2.5.4.1 
 final09/11/2011 11:07:10
 11-09-11 11:07:12,361 [2918439664] INFO Core/HL7  - Arrancando controlador 
 de envío Hl7
 11-09-11 11:08:02,010 [2918439664] ERROR ControladorCarga  - Exception 
 loading:Error reading the study: unsupported pixel format
 11-09-11 11:08:10,667 [2918439664] ERROR ControladorCarga  - Exception 
 loading:Error reading the study: unsupported pixel format
 11-09-11 11:08:15,513 [2918439664] WARN Core/ControladorVistas  - 
 Destruccion de vista sin titulo registrado.
 11-09-11 11:08:17,830 [2918439664] WARN Core/ControladorVistas  - 
 Destruccion de vista sin titulo registrado.
 11-09-11 11:08:56,013 [2918439664] DEBUG ControladorCarga  - Load canceled 
 by user
 11-09-11 11:08:56,014 [2918439664] ERROR ControladorCarga  - Exception 
 loading:Error reading the study: unsupported pixel format
 11-09-11 11:08:59,165 [2918439664] WARN Core/ControladorVistas  - 
 Destruccion de vista sin titulo registrado.
 11-09-11 11:09:28,053 [2918439664] DEBUG ControladorCarga  - Load canceled 
 by user
 11-09-11 11:09:28,054 [2918439664] ERROR ControladorCarga  - Exception 
 loading:Error reading the study: unsupported pixel format
 11-09-11 11:09:31,017 [2918439664] WARN Core/ControladorVistas  - 
 Destruccion de vista sin titulo registrado.

 ___
 Debian-med-packaging mailing list
 debian-med-packag...@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-packaging


-- 
http://fam-tille.de



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648181: libwrap0: please remove the 2048-character line limit in /etc/hosts.allow

2011-11-09 Thread Steinar H. Gunderson
Package: libwrap0
Version: 7.6.q-19
Severity: wishlist

Hi,

There's a hard limit of 2047 bytes for each line (after line continuations) in
files like /etc/hosts.allow. As we have a pretty extensive list, this sounds
a bit cumbersome; there's no good reason why this needs to be a static buffer.
Can this restriction be lifted somehow by using a dynamically growing one 
instead?

-- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-bpo.2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libwrap0 depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib

Versions of packages libwrap0 recommends:
ii  tcpd  7.6.q-19   Wietse Venema's TCP wrapper utilit

libwrap0 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648182: 8.0 days older than 8 days?!

2011-11-09 Thread jidanni
Package: locate
Version: 4.5.10-1
Severity: wishlist
File: /usr/bin/locate.findutils

Looks bad.
$ locate mech
locate: warning: database `/var/cache/locate/locatedb' is more than 8 days old 
(actual age is 8.0 days)

At least say 8.01 days or something.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#648183: libwrap0: long lines in /etc/hosts.allow cause infinite loop

2011-11-09 Thread Steinar H. Gunderson
Package: libwrap0
Version: 7.6.q-19
Severity: grave
Tags: patch
Justification: renders package unusable

Hi,

If a line is more than 2047 bytes long (after backslash removal) in
/etc/hosts.allow, libwrap0 will enter an infinite loop. This happened to us,
rendering the entire system pretty much unusable since sshd would not accept
any new connections, eventually having a ton of child sshd instances burning
CPU.

I've attached a patch that will properly truncate the line; it's a bit silly
to have a limit at all, but as I believe this fix would be proper for stable
and a line-limit breaker won't, I'll file that as a separate bug.

-- System Information:
Debian Release: 6.0.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-bpo.2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libwrap0 depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib

Versions of packages libwrap0 recommends:
ii  tcpd  7.6.q-19   Wietse Venema's TCP wrapper utilit

libwrap0 suggests no packages.

-- no debconf information
Description: Fix an off-by-one causing infinite loop in xgets().
 When a line becomes too long for the given buffer, fgets() will truncate it,
 but it will still leave one byte free for the trailing zero.
 This causes xgets() to try fread() calls with a length parameter of one,
 which succeeds in reading zero bytes (n-1), causing an infinite loop.

 The fix is simple: Check that we have space for more than just the zero
 byte before we fgets().
Author: Steinar H. Gunderson se...@samfundet.no
Last-Update: 2011-11-09

--- tcp-wrappers-7.6.q.orig/misc.c
+++ tcp-wrappers-7.6.q/misc.c
@@ -33,7 +33,7 @@ FILE   *fp;
 int got;
 char   *start = ptr;
 
-while (fgets(ptr, len, fp)) {
+while (len  1  fgets(ptr, len, fp)) {
got = strlen(ptr);
if (got = 1  ptr[got - 1] == '\n') {
tcpd_context.line++;


  1   2   3   4   >