Bug#646558: ITP: ruby-gir-ffi -- Ruby bindings for GNOME using the GObject Introspection Repository.

2011-10-25 Thread TANIGUCHI Takaki
Package: wnpp
Owner: tak...@debian.org
Severity: wishlist

* Package name: ruby-gir-ffi
  Version : 0.13
  Upstream Author : Matijs van Zuijlen
* URL or Web page : https://github.com/mvz/ruby-gir-ffi
* License : LGPL 2.1+
  Description : Ruby bindings for GNOME using the GObject Introspection 
Repository.
 This package contains the Ruby bindings for GObject Introspect Repository.
 It is used to map their GObjects to Ruby objects.



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



Bug#631479: pygtk: xvfb-run: error: Xvfb failed to start

2011-10-25 Thread Salvatore Bonaccorso
Hi Michael

On Tue, Oct 25, 2011 at 03:55:24AM +0200, Michael Biebl wrote:
 tags 631479 + unreproducible
 thanks
 
 I tried building pygtk in an up-to-date sid chroot and it build without
 problem. Could you please try if you can reproduce the problem?
 Did some unclean environment maybe leak into your sbuild chroot?

No, I cannot reproduce anymore. I'm not sure about the last, it could
more be related to the following bug in fakeroot [1]?

 [1] http://bugs.debian.org/630129

I suggest we can close this bugreport now.

p.s.: for libwx-perl we invoke xvfb-run with -a to get a free server
number, this solved in past some other FTBFS [2], as pygtk uses

-s -screen 0 1280x1024x24 -noreset

this still could happen.

 [2] http://bugs.debian.org/573679

Regards,
Salvatore


signature.asc
Description: Digital signature


Bug#646236: [libmp4v2-dev] FTBFS for armhf: offset out of range

2011-10-25 Thread Fabian Greffrath

Am 24.10.2011 23:49, schrieb Matteo F. Vescovi:

Thanks for your advice... I've just committed the change you proposed.
So I'm also tagging this bug as pending, since it will be closed with
next upload.


I've seen you pass the --disable-optimize flag unconditionally for all 
arches. Is this really intended?



About CXXFLAGS, I've gotta ask the other maintainer... he's responsible
for that line in debian/rules ;-)


I think if you export the variable in debian/rules it will be picked 
up by the configure script. You might want to have a look at the new 
dpkg-buildflags mechanism, although the CXXFLAGS set in debian/rules 
do not look very special to me. ;)


 - Fabian



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



Bug#646560: ITP: ruby-rr -- Ruby test double framework

2011-10-25 Thread TANIGUCHI Takaki
Package: wnpp
Owner: tak...@debian.org
Severity: wishlist

* Package name: ruby-rr
  Version : 
  Upstream Author : 
* URL or Web page : 
* License : 
  Description : Ruby test double framework 
RR (Double Ruby) is a test double framework that features a rich
selection of double techniques and a terse syntax.



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



Bug#643569: 4.2.2 fails to build with -Werror=unused-but-set-variable

2011-10-25 Thread Andrew Pollock
Hello,

4.2.2 doesn't build on kfreebsd. See
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643569 for more details.

I've been given a patch that fixes it, but it needs to be made to the BIND
sources that are in the tarball that gets unpacked at build time, so I don't
have a good way of applying the patch during the build. I think I'm stuck
resolving this bug until you make a new release that includes the patch.

Please maintain the Cc to keep our bug tracking system in the loop.

- Forwarded message from Robert Millan r...@debian.org -

Date: Sat, 15 Oct 2011 13:29:36 +0200
From: Robert Millan r...@debian.org
To: 643...@bugs.debian.org
Subject: Bug#643569: patch

tag 643569 patch
thanks

Hi,

Here's a patch to fix this.

-- 
Robert Millan

--- bind/bind-9.8.0-P4/configure.in~2011-02-03 06:50:05.0 +0100
+++ bind/bind-9.8.0-P4/configure.in 2011-10-15 12:56:31.911737774 +0200
@@ -263,7 +263,7 @@
# as it breaks how the two halves (Basic and Advanced) of the IPv6
# Socket API were designed to be used but we have to live with it.
# Define _GNU_SOURCE to pull in the IPv6 Advanced Socket API.
-   *-linux*)
+   *-linux* | *-*-gnu | *-gnu*)
STD_CDEFINES=$STD_CDEFINES -D_GNU_SOURCE
CPPFLAGS=$CPPFLAGS -D_GNU_SOURCE
;;


- End forwarded message -



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



Bug#643470: 4.2.2 fails to build with -Werror=unused-but-set-variable

2011-10-25 Thread Andrew Pollock
Hello,

Due to a rather fabulous chain of events, I can't build 4.2.2 with GCC 4.6.1
(which is what we're using in Debian to build packages in unstable)

In a nutshell, it looks like configure.ac completely clobbers CFLAGS under
some circumstances, and adds the -Werror flag. The -Werror flag now seems to
imply -Werror=unused-but-set-variable, and well, there's plenty of that in
the DHCP source :-)

Michael Gilbert was kind enough to provide a cleanup patch to fix 4.2.2, but
it's going to be a nightmare to maintain in Debian. Please consider using it
to clean up your codebase.

Please also consider revising the logic in configure.ac. I'm about to trial
a build with that CFLAGS clobbering logic patched out to see if I can get
the package to build.

Please maintain the Cc line to keep our bug tracking system in the loop

- Forwarded message from Michael Gilbert michael.s.gilb...@gmail.com -

Date: Sun, 23 Oct 2011 15:17:58 -0400
From: Michael Gilbert michael.s.gilb...@gmail.com
To: 643...@bugs.debian.org, control cont...@bugs.debian.org
Subject: Bug#643470: isc-dhcp: FTBFS: comapi.c:425:15: error: variable 'status' 
set
but not used [-Werror=unused-but-set-variable]

tag 643470 patch
thanks

I've created a patch that addresses all of the unused-but-set-variable
issues.  See attached.

Best wishes,
Mike

--- isc-dhcp-4.2.2.orig/dst/prandom.c
+++ isc-dhcp-4.2.2/dst/prandom.c
@@ -694,7 +694,6 @@
 {
int dir = 0, b;
int bytes, n, cmd = 0, dig = 0;
-   int start =0;
 /* 
  * now get the initial seed to put into the quick random function from 
  * the address of the work structure 
@@ -709,7 +708,6 @@
 /* pick a random number in the range of 0..7 based on that random number
  * perform some operations that yield random data
  */
-   start = work-filled;
n = (dst_s_quick_random(bytes)  DST_SHIFT)  0x07;
switch (n) {
case 0:
only in patch2:
unchanged:
--- isc-dhcp-4.2.2.orig/client/clparse.c
+++ isc-dhcp-4.2.2/client/clparse.c
@@ -59,7 +59,9 @@
 {
struct client_config *config;
struct interface_info *ip;
-   struct parse *parse;
+#ifdef LATER
+   struct parse *parse = NULL;
+#endif
isc_result_t status;
unsigned code;
 
@@ -159,7 +161,6 @@
(struct interface_info *)0,
top_level_config);
 
-   parse = NULL;
if (status != ISC_R_SUCCESS) {
;
 #ifdef LATER
only in patch2:
unchanged:
--- isc-dhcp-4.2.2.orig/client/dhclient.c
+++ isc-dhcp-4.2.2/client/dhclient.c
@@ -1818,7 +1818,6 @@
 {
struct client_state *client = cpp;
 
-   int result;
int interval;
int increase = 1;
struct timeval tv;
@@ -1901,7 +1900,7 @@
  ntohs (sockaddr_broadcast.sin_port), (long)(client - interval));
 
/* Send out a packet. */
-   result = send_packet (client - interface, (struct packet *)0,
+   send_packet (client - interface, (struct packet *)0,
  client - packet,
  client - packet_length,
  inaddr_any, sockaddr_broadcast,
@@ -2037,7 +2036,6 @@
 {
struct client_state *client = cpp;
 
-   int result;
int interval;
struct sockaddr_in destination;
struct in_addr from;
@@ -2169,7 +2167,7 @@
 
if (destination.sin_addr.s_addr != INADDR_BROADCAST 
fallback_interface)
-   result = send_packet (fallback_interface,
+   send_packet (fallback_interface,
  (struct packet *)0,
  client - packet,
  client - packet_length,
@@ -2177,7 +2175,7 @@
  (struct hardware *)0);
else
/* Send out a packet. */
-   result = send_packet (client - interface, (struct packet *)0,
+   send_packet (client - interface, (struct packet *)0,
  client - packet,
  client - packet_length,
  from, destination,
@@ -2194,15 +2192,13 @@
 {
struct client_state *client = cpp;
 
-   int result;
-
log_info (DHCPDECLINE on %s to %s port %d,
  client - name ? client - name : client - interface - name,
  inet_ntoa (sockaddr_broadcast.sin_addr),
  ntohs (sockaddr_broadcast.sin_port));
 
/* Send out a packet. */
-   result = send_packet (client - interface, (struct packet *)0,
+   send_packet (client - interface, (struct packet *)0,
  client - packet,
  client - packet_length,
  inaddr_any, sockaddr_broadcast,
@@ -2214,7 +2210,6 @@
 {
struct client_state *client = cpp;
 
-   

Bug#595920: lxc-attach does not work

2011-10-25 Thread Daniel Baumann
reassign 595920 linux-2.6
tag 595920 - wontfix
thanks

upstream is working on getting these kernel patches in, until they are,
there's nothing that can be done on lxc, reassigning for the time being
to linux-2.6 where it can be closed once the stuff was mainlined.

-- 
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#646428: [gajim] Gajim should not disconnect when network manager finds a new network

2011-10-25 Thread Riccardo Magliocchetti

Hello,

Il 24/10/2011 21:32, Yann Leboulanger ha scritto:

On 10/24/2011 10:08 AM, Riccardo Magliocchetti wrote:

Package: gajim
Version: 0.14.4-2
Severity: minor

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

Hello,

i have a mixed network configuration where ethernet is managed by
/etc/network/interfaces and the wifi by network manager. The problem is
that when i'm connected with the cable and network manager finds a new
network gajim disconnects, even before i can type the password. I won't
argue if gajim would reconnect _after_ network manager established a new
connection but current behaviour is very annoying.


Could you open a console and run dbus-monitor to see the message that
causes Gajim to close connection?


It should be something in these messages:

method call sender=:1.54 - dest=org.freedesktop.secrets serial=260 
path=/org/freedesktop/secrets/aliases/default; 
interface=org.freedesktop.DBus.Properties; member=GetAll

   string org.freedesktop.Secret.Collection
method call sender=:1.66 - dest=org.freedesktop.DBus serial=33 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=ListNames
signal sender=:1.66 - dest=(null destination) serial=34 
path=/org/gajim/dbus/RemoteObject; 
interface=org.gajim.dbus.RemoteInterface; member=AccountPresence

   array [
  variant  string error
  variant  string gmail.com
   ]
method return sender=:1.8 - dest=:1.54 reply_serial=260
   array [
  dict entry(
 string Label
 variant string default
  )
  dict entry(
 string Locked
 variant boolean true
  )
  dict entry(
 string Created
 variant int64 1235764708
  )
  dict entry(
 string Modified
 variant int64 1235764708
  )
  dict entry(
 string Items
 variant array [
   object path /org/freedesktop/secrets/aliases/default/16
   object path /org/freedesktop/secrets/aliases/default/38
   object path /org/freedesktop/secrets/aliases/default/40
   object path /org/freedesktop/secrets/aliases/default/41
   object path /org/freedesktop/secrets/aliases/default/2
   object path /org/freedesktop/secrets/aliases/default/25
   object path /org/freedesktop/secrets/aliases/default/29
   object path /org/freedesktop/secrets/aliases/default/42
   object path /org/freedesktop/secrets/aliases/default/12
   object path /org/freedesktop/secrets/aliases/default/5
   object path /org/freedesktop/secrets/aliases/default/36
   object path /org/freedesktop/secrets/aliases/default/14
   object path /org/freedesktop/secrets/aliases/default/37
   object path /org/freedesktop/secrets/aliases/default/7
   object path /org/freedesktop/secrets/aliases/default/30
   object path /org/freedesktop/secrets/aliases/default/1
   object path /org/freedesktop/secrets/aliases/default/24
   object path /org/freedesktop/secrets/aliases/default/39
   object path /org/freedesktop/secrets/aliases/default/26
   object path /org/freedesktop/secrets/aliases/default/9
   object path /org/freedesktop/secrets/aliases/default/4
   object path /org/freedesktop/secrets/aliases/default/15
   object path /org/freedesktop/secrets/aliases/default/28
   object path /org/freedesktop/secrets/aliases/default/13
   object path /org/freedesktop/secrets/aliases/default/6
   object path /org/freedesktop/secrets/aliases/default/17
   object path /org/freedesktop/secrets/aliases/default/31
]
  )
   ]
method call sender=:1.54 - dest=org.freedesktop.secrets serial=261 
path=/org/freedesktop/secrets; interface=org.freedesktop.Secret.Service; 
member=SearchItems

   array [
  dict entry(
 string connection-uuid
 string cf303c82-105f-4e10-a8fa-c3c102796dc7
  )
  dict entry(
 string setting-name
 string 802-11-wireless-security
  )
   ]
method return sender=:1.8 - dest=:1.54 reply_serial=261
   array [
   ]
   array [
   ]
method call sender=:1.66 - dest=org.freedesktop.DBus serial=35 
path=/org/freedesktop/DBus; interface=org.freedesktop.DBus; member=ListNames
signal sender=:1.66 - dest=(null destination) serial=36 
path=/org/gajim/dbus/RemoteObject; 
interface=org.gajim.dbus.RemoteInterface; member=AccountPresence

   array [
  variant  string error
  variant  string gmail.com
   ]

thanks,
riccardo



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



Bug#646236: [libmp4v2-dev] FTBFS for armhf: offset out of range

2011-10-25 Thread Matteo F. Vescovi

On 25-10-2011 08:35, Fabian Greffrath wrote:


I've seen you pass the --disable-optimize flag unconditionally for all
arches. Is this really intended?


You're right, I've made a mistake. Sorry. I'm still learning ;-)

Since I'm not good in that and I really don't know how to split the 
configure parameters depending on the arch, could you (or someone else 
in the DMM Team) correct it?


Thanks. I'd really appreciate it.

mfv

--
Il messaggio e' stato analizzato alla ricerca di virus o
contenuti pericolosi da MailScanner, ed e'
risultato non infetto.




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



Bug#646428: [gajim] Gajim should not disconnect when network manager finds a new network

2011-10-25 Thread Riccardo Magliocchetti

Il 25/10/2011 09:10, Riccardo Magliocchetti ha scritto:

Hello,

Il 24/10/2011 21:32, Yann Leboulanger ha scritto:

On 10/24/2011 10:08 AM, Riccardo Magliocchetti wrote:

Package: gajim
Version: 0.14.4-2
Severity: minor

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

Hello,

i have a mixed network configuration where ethernet is managed by
/etc/network/interfaces and the wifi by network manager. The problem is
that when i'm connected with the cable and network manager finds a new
network gajim disconnects, even before i can type the password. I won't
argue if gajim would reconnect _after_ network manager established a new
connection but current behaviour is very annoying.


Could you open a console and run dbus-monitor to see the message that
causes Gajim to close connection?


It should be something in these messages:


no it's not, gajim disconnect when i press the cancel button of the 
insert password for the network dialog, but i haven't captured the 
messages, will retry.


thanks,
riccardo




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



Bug#646561: git should throw error

2011-10-25 Thread Dmitry E. Oboukhov

Package: git

for example You have a tree

dir/
dir/file
dir2/

You can move file from dir to dir2:

  git mv dir/file dir2/


But if You make a typo in directory name or directory hasn't created
yet git will do something wrong:

  git mv dir/file dir3/
  ^ - directory!

dir/file will be renamed to file(!) with name 'dir3'

apache:[~]$ mdcd tmp/abc

apache:[~/tmp/abc]$ git init
Initialized empty Git repository in /home/dimka/tmp/abc/.git/

apache:[~/tmp/abc]$ mkdir dir1 dir2 

apache:[~/tmp/abc]$ touch dir1/file

apache:[~/tmp/abc]$ git add dir1/file

apache:[~/tmp/abc]$ git commit -amtest
[master (root-commit) e486796] test
 0 files changed, 0 insertions(+), 0 deletions(-)
 create mode 100644 dir1/file

apache:[~/tmp/abc]$ git ls-files 
dir1/file

apache:[~/tmp/abc]$ git mv dir1/file dir2/

apache:[~/tmp/abc]$ git ls-files 
dir2/file

apache:[~/tmp/abc]$ git mv dir2/file dir3/

apache:[~/tmp/abc]$ git ls-files  
dir3

-- 

. ''`.   Dmitry E. Oboukhov
: :’  :   email: un...@debian.org jabber://un...@uvw.ru
`. `~’  GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537


signature.asc
Description: Digital signature


Bug#646527: matlab-support: Please add MATLAB desktop launcher

2011-10-25 Thread Michael Hanke
On Mon, Oct 24, 2011 at 10:08:46PM +0200, Sébastien Villemot wrote:
 It would be very useful to have a desktop launcher for MATLAB, following
 the FreeDesktop specification. [1]

Good point! I'll try to address that ASAP.

Thanks,

Michael

-- 
Michael Hanke
http://mih.voxindeserto.de



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



Bug#646189: debian-goodies: 'dglob' output is double spaced.

2011-10-25 Thread Antti-Juhani Kaijanaho
On Mon, Oct 24, 2011 at 10:59:54PM +0200, Javier Fernández-Sanguino Peña wrote:
 I didn't do it, well I tried but I botched the commands to control@. Should I
 submit the bug report then? If this is the expected behaviour I'd rather not
 add noise in the form of a bug report :)

Perhaps as a wishlist item, if you don't feel strongly about it?  It'd be a
useful reminder to look into it.

-- 
Antti-Juhani Kaijanaho, Jyväskylä, Finland
http://antti-juhani.kaijanaho.fi/newblog/
http://www.flickr.com/photos/antti-juhani/


signature.asc
Description: Digital signature


Bug#646236: [libmp4v2-dev] FTBFS for armhf: offset out of range

2011-10-25 Thread Fabian Greffrath

Am 25.10.2011 09:13, schrieb Matteo F. Vescovi:

Since I'm not good in that and I really don't know how to split the
configure parameters depending on the arch, could you (or someone else
in the DMM Team) correct it?


Try this (but I don't know if armhf is already recognized by dpkg):

DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)

ifeq ($(DEB_HOST_ARCH_CPU),armhf)
confflags += --disable-optimize
endif



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



Bug#646562: dd-list: gives broken results when the maintainer's name contains a comma

2011-10-25 Thread Paul Wise
Package: devscripts
Version: 2.11.1
Severity: normal
File: /usr/bin/dd-list

When I run dd-list on a package where the maintainer's name contains a
comma I get some slightly broken results:

pabs@chianamo:~$ dd-list mpi-defaults
Adam C. Powell
   mpi-defaults (U)

Debian Science Team debian-science-maintain...@lists.alioth.debian.org
   mpi-defaults

IV hazel...@debian.org
   mpi-defaults (U)

Manuel Prinz man...@debian.org
   mpi-defaults (U)

pabs@chianamo:~$ apt-cache showsrc mpi-defaults  | grep @
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Uploaders: Adam C. Powell, IV hazel...@debian.org, Manuel Prinz 
man...@debian.org
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Uploaders: Adam C. Powell, IV hazel...@debian.org, Manuel Prinz 
man...@debian.org
Maintainer: Debian Science Team 
debian-science-maintain...@lists.alioth.debian.org
Uploaders: Adam C. Powell, IV hazel...@debian.org, Manuel Prinz 
man...@debian.org

-- Package-specific info:

--- /etc/devscripts.conf ---

--- ~/.devscripts ---
export DEBUILD_DPKG_BUILDPACKAGE_OPTS=-j4 -us -uc -i -ICVS -I.svn
export DEBUILD_LINTIAN_OPTS=--info --display-info --display-experimental 
--pedantic --show-overrides --color auto
export DEBUILD_LINTIAN=yes
export DEBSIGN_KEYID=$(sed -n 's/.*local-user *//p' ~/.gnupg/gpg.conf | head 
-n1)
export DEBEMAIL=p...@debian.org
export DEBCHANGE_RELEASE_HEURISTIC=changelog
export DEBCHANGE_MULTIMAINT_MERGE=yes
export DEBUILD_POST_DPKG_BUILDPACKAGE_HOOK=lsdiff -z %p_%v.diff.gz || tar tf 
%p_%v.debian.tar.gz
export RMADISON_DEFAULT_URL=debian,ubuntu
export RMADISON_URL_MAP_SHORTHAND=debian,ubuntu
export BTS_SMTP_HOST=localhost:40025
export BTS_DEFAULT_CC=Paul Wise p...@debian.org
export USCAN_SYMLINK=rename

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable'), (550, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages devscripts depends on:
ii  dpkg-dev   1.16.1.1
ii  libc6  2.13-21 
ii  perl   5.12.4-6
ii  python 2.7.2-9 
ii  python2.6  2.6.7-3 
ii  python2.7  2.7.2-5 

Versions of packages devscripts recommends:
ii  at   3.1.13-1 
ii  curl 7.21.7-3 
ii  dctrl-tools  2.18 
ii  debian-keyring [debian-maintainers]  2011.08.07   
ii  dput 0.9.6.2  
ii  dupload  2.7.0
ii  equivs   2.0.9
ii  fakeroot 1.18.1-1 
ii  gnupg1.4.11-3 
ii  libcrypt-ssleay-perl 0.57-2+b2
ii  libjson-perl 2.53-1   
ii  libparse-debcontrol-perl 2.005-3  
ii  libsoap-lite-perl0.714-1  
ii  liburi-perl  1.59-1   
ii  libwww-perl  6.02-1   
ii  lintian  2.5.3
ii  man-db   2.6.0.2-2
ii  patch2.6.1-2  
ii  patchutils   0.3.2-1  
ii  python-debian0.1.21   
ii  python-magic 5.09-1   
ii  sensible-utils   0.0.6
ii  strace   4.5.20-2.3   
ii  unzip6.0-5
ii  wdiff0.6.5-1  
ii  wget 1.13-1   
ii  xz-utils 5.1.1alpha+20110809-2

Versions of packages devscripts suggests:
ii  bsd-mailx [mailx]8.1.2-0.20100314cvs-1
ii  build-essential  11.5 
ii  cvs-buildpackage none   
ii  devscripts-elnone   
ii  gnuplot  none   
ii  libauthen-sasl-perl  none   
ii  libfile-desktopentry-perlnone   
ii  libnet-smtp-ssl-perl none   
ii  libterm-size-perl0.2-4+b2 
ii  libtimedate-perl 1.2000-1 
ii  libyaml-syck-perl1.17-1+b1
ii  mutt 1.5.21-5 
ii  openssh-client [ssh-client]  1:5.9p1-1
ii  svn-buildpackage 0.8.3
ii  w3m  0.5.3-3  

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


signature.asc
Description: This is a 

Bug#646563: RFP: Postgres-XC -- write-scalable, synchronous multi-master, transparent PostgreSQL cluster

2011-10-25 Thread Vladimir Stavrinov
Package: wnpp
Severity: wishlist

* Package name: Postgres-XC
  Version : 0.9.6
  Upstream Author : Koichi Suzuki
* URL : http://postgres-xc.sourceforge.net/
* License : (BSD)
  Programming Lang: (C)
  Description : write-scalable, synchronous multi-master, transparent 
PostgreSQL cluster
   It is a collection if tightly coupled database components which can be
   installed in more than one hardware or virtual machines.
   .
   Write-scalable means Postgres-XC can be configured with as many
   database servers as you want and handle many more writes (updating SQL
   statements) compared to what a single database server can not do.
   .
   Multi-master means you can have more than one database server that
   clients connect to which provide a single, consistent cluster-wide view
   of the database.
   .
   Synchronous means any database update from any database server is
   immediately visible to any other transactions running on different
   masters.
   .
   Transparent means you (and your applications) do not have to worry
   about how your data is stored in more than one database servers
   internally.
   .
   You can configure Postgres-XC to run on multiple servers. Your data is
   stored in a distributed way, that is, partitioned or replicated, as
   chosen by you for each table. When you issue queries, Postgres-XC
   determines where the target data is stored and issues corresponding
   queries to servers containing the target data. 




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



Bug#646564: policykit-1-gnome: does not authenticate

2011-10-25 Thread Alberto Maurizi
Package: policykit-1-gnome
Version: 0.104-1
Severity: important

Dear Maintainer,

   in the transition to gnome3 in sid, when interacting with
   network-manager does not authenticate: the auth window just stays
   there and does not respond to any click on buttons (authenticate and
   cancel)

   This prevents, at least in my case, to apply changes to network
   configuration (WPA keys, sharing connections with other users ...)

Alberto

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
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 policykit-1-gnome depends on:
ii  libc6  2.13-21 
ii  libgdk-pixbuf2.0-0 2.24.0-1
ii  libglib2.0-0   2.28.8-1
ii  libgtk-3-0 3.0.12-2
ii  libpolkit-agent-1-00.102-1 
ii  libpolkit-gobject-1-0  0.102-1 
ii  policykit-10.102-1 

policykit-1-gnome recommends no packages.

policykit-1-gnome 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#646565: templates/lxc-fedora is not working properly

2011-10-25 Thread Bekir Dogan
Package: lxc
Version: 0.7.2-1
Severity: normal

When trying to install a a fedora guest using the included templates/lxc-fedora 
file, I got these errors and the generated rootfs is not ready.

bekir@host:~$ sudo mkdir /var/lib/lxc/fedora
bekir@host:~$ sudo /usr/lib/lxc/templates/lxc-fedora -p /var/lib/lxc/fedora
febootstrap is /usr/bin/febootstrap
Checking cache download in /var/cache/lxc/fedora/rootfs-i686 ... 
Copy /var/cache/lxc/fedora/rootfs-i686 to /var/lib/lxc/fedora/rootfs ... 
Copying rootfs to /var/lib/lxc/fedora/rootfs 
.../usr/lib/lxc/templates/lxc-fedora: line 39: 
/var/lib/lxc/fedora/rootfs/etc/network/interfaces: No such file or directory
/usr/lib/lxc/templates/lxc-fedora: line 57: 
/var/lib/lxc/fedora/rootfs/etc/init/lxc.conf: No such file or directory
/usr/lib/lxc/templates/lxc-fedora: line 72: 
/var/lib/lxc/fedora/rootfs/etc/init/console.conf: No such file or directory
/usr/lib/lxc/templates/lxc-fedora: line 85: 
/var/lib/lxc/fedora/rootfs/lib/init/fstab: No such file or directory
chroot: failed to run command `locale-gen': No such file or directory
chroot: failed to run command `update-locale': No such file or directory
chroot: failed to run command `/usr/sbin/update-rc.d': No such file or directory
/bin/bash: line 0: cd: /etc/init: No such file or directory
ls: cannot access u*.conf: No such file or directory
/bin/bash: line 0: cd: /etc/init: No such file or directory
ls: cannot access tty[2-9].conf: No such file or directory
/bin/bash: line 0: cd: /etc/init: No such file or directory
ls: cannot access plymouth*.conf: No such file or directory
/bin/bash: line 0: cd: /etc/init: No such file or directory
ls: cannot access hwclock*.conf: No such file or directory
/bin/bash: line 0: cd: /etc/init: No such file or directory
ls: cannot access module*.conf: No such file or directory
Please change root-password !
bekir@host:~$ 

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

Kernel: Linux 2.6.32-5-vserver-686-bigmem (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

Versions of packages lxc depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libcap2   1:2.19-3   support for getting/setting POSIX.

Versions of packages lxc recommends:
ii  libcap2-bin   1:2.19-3   basic utility programs for using c

lxc suggests no packages.

-- Configuration Files:
/etc/default/lxc changed:
RUN=yes
CONF_DIR=/etc/lxc
CONTAINERS=


-- no debconf information

--
Bekir Dogan



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



Bug#646236: [libmp4v2-dev] FTBFS for armhf: offset out of range

2011-10-25 Thread Matteo F. Vescovi

On 25-10-2011 09:28, Fabian Greffrath wrote:

Try this (but I don't know if armhf is already recognized by dpkg):

DEB_HOST_ARCH_CPU ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_CPU)

ifeq ($(DEB_HOST_ARCH_CPU),armhf)
confflags += --disable-optimize
endif


OK, gonna try. Thanks a lot for the hint ;-)

mfv

--
Il messaggio e' stato analizzato alla ricerca di virus o
contenuti pericolosi da MailScanner, ed e'
risultato non infetto.




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



Bug#646236: [libmp4v2-dev] FTBFS for armhf: offset out of range

2011-10-25 Thread Fabian Greffrath

Am 25.10.2011 09:31, schrieb Matteo F. Vescovi:

OK, gonna try. Thanks a lot for the hint ;-)


You're welcome, don't forget to pass $(confflags) over to ./configure, 
though. See the xvidcore package as an example for a straightforward 
usage of this mechanism.




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



Bug#646514: javahelper: jh_repack fails if folders *.jar exist

2011-10-25 Thread Matthew Johnson
On Mon Oct 24 18:46, Andrew Ross wrote:
 
 If a package contains folders whose names match *.jar then jh_repack 
 fails with messages like:
 
 rm: cannot remove `./branding/core/core.jar': Is a directory
 
 The find command should probably be changed to:
 find . -name '*.jar' -type f -print0 | xargs -0 rm -f

I was not expecting anyone to have directories named like that. 

Fair enough, that seems like a sensible change.

Matt


signature.asc
Description: Digital signature


Bug#646521: [Pkg-utopia-maintainers] Bug#646553: policykit-1-gnome: Not able to authenticate and mount luks volume with new version.

2011-10-25 Thread Michael Biebl
Am 25.10.2011 05:02, schrieb Randy:
 Package: policykit-1-gnome
 Version: 0.104-1
 Severity: normal
 
 Dear Maintainer,
 
 With version .104-1, I'm no longer able to mount my luks volume. When trying 
 to
 mount the volume a window opens asking me to enter my password to unlock the
 volume. After entering the luks password, another window opens saying
 Authentication is required to mount the device and asks for the root
 password. After entering the root password another window opens, once more
 saying Authentication is required to mount the device. With this window 
 there
 isn't any location to enter the root password, only a cancel button and
 authenticate button. Clicking on either of these buttons does nothing. I am 
 not
 able to close the window, I must use the kill command to close it.
 
 After downgrading to .102-2 the problem is resolved.

Looks like duplicates of #646521 which so far seems to be amd64 specific.

Alberto, Randy, could you please try the following:
Kill the running polkit-gnome-authentication-agent-1 process.
Start /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
from a shell.
Try to authenticate
Check if polkit-gnome-authentication-agent-1 crashes, attach the output.

What kind of login manager are you using? What's the output of
ck-list-sessions?
Which desktop environment do you use?

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#586350: tinydns-run: buggy IP check in postinst

2011-10-25 Thread Gerrit Pape
On Fri, Oct 21, 2011 at 08:29:34PM +0200, intrigeri wrote:
 Hi,
 
 Gerrit Pape wrote (21 Oct 2011 11:29:51 GMT) :
  In this case, I'm not sure about the change, it would break the
  installation on my system where 'netstat -ie' indeed outputs ' inet
  addr:', not ' inet adr:'.
 
  Do you have an idea why your system behaves differently?
 
 I wonder why it did not seem obvious to me at first glance:
 my (French) locales configuration explains the inet adr: I get,
 so I agree my fix is clearly not a fix.
 Thank you for detecting it on time!
 
 However, the bug remains, as this script should not silently rely on
 such environment details. It seems to me this netstat command should
 be run with LC_ALL=C in the environment. Shall I prepare a patch?

That would be great, thanks.  If you are familiar with git, you can
clone the package sources through
 git clone http://smarden.org/git/djbdns.git
and then change to the debian-experimental branch
 git checkout debian-experimental

Regards, Gerrit.



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



Bug#646566: PDF-Form: some non-Latin1 characters disappear when form field looses focus

2011-10-25 Thread Martin Weiser
Package: evince
Version: 2.30.3-2
Severity: normal

Hello,
when I try to complete a pdf-form (eg. this one: http://www.irs.gov/pub/irs-
pdf/f1000.pdf   - but it holds for all that I have tried) with non-ASCII
characters, those characters can be filled in but disappear instantly when the
field of the form looses focus (eg. when filling another field is started).
When the field gets focus again, characters appear. They are visible only when
the field has focus.
Some affected characters:
ě,č,ř,ů,ť,ď,ľ,ĺ,ň
Any advice?
Thank you.



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

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

Versions of packages evince depends on:
ii  evince-common  2.30.3-2  Document (PostScript, PDF) viewer 
ii  gconf2 2.28.1-6  GNOME configuration database syste
ii  gnome-icon-theme   2.30.3-2  GNOME Desktop icon theme
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.24-4+squeeze1 simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2.1  simple interprocess messaging syst
ii  libevince2 2.30.3-2  Document (PostScript, PDF) renderi
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1+squeeze1FreeType 2 font engine, shared lib
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgnome-keyring0  2.30.1-1  GNOME keyring services library
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libice62:1.0.6-2 X11 Inter-Client Exchange library
ii  libnautilus-extens 2.30.1-2squeeze1  libraries for nautilus components 
ii  libpango1.0-0  1.28.3-1+squeeze2 Layout and rendering of internatio
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxml22.7.8.dfsg-2+squeeze1 GNOME XML library
ii  shared-mime-info   0.71-4FreeDesktop.org shared MIME databa
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages evince recommends:
ii  dbus-x11   1.2.24-4+squeeze1 simple interprocess messaging syst
ii  gvfs   1.6.4-3   userspace virtual filesystem - ser

Versions of packages evince suggests:
ii  nautilus2.30.1-2squeeze1 file manager and graphical shell f
pn  poppler-datanone   (no description available)
pn  unrar   none   (no description available)

-- 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#646215: Update Gnome-Shell to 3.0.2-6 for amd64 or better yet, 3.2.0

2011-10-25 Thread Josselin Mouette
Le lundi 24 octobre 2011 à 14:35 -0700, Marc J. Driftmeyer a écrit :
 In short, if I can't do a full dist-upgrade of Gnome to 3.2.x in
 Experimental, what's the point of trickling in packages when it really
 needs one concerted staging where all necessary packages are first
 built and then uploaded to Experimental, at once.

Seriously, if you don’t know exactly what you are doing, please do not
use experimental. Use unstable, which is meant to be usable;
experimental is not. The simple fact that you are trying to do a
dist-upgrade to experimental tells that you will probably be of no help
by doing this.

If you really want to help, please report problems in unstable, and/or
problems at testing migration times (e.g. if a package gets broken when
migrating because of a missing Breaks/Depends).

Thanks,
-- 
 .''`.  Josselin Mouette
: :' :
`. `'
  `-




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



Bug#622610: wireless-tools: Dell D620 iwl3945 will not associate, with AP in squeeze

2011-10-25 Thread Philip
This bug appears to have disappeared following a couple of security updates.

The kernel is now linux-image-2.6.32-5-686 2.6.32-38 and the wifi is now
working perfectly.

regards, Philip



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



Bug#646567: dolphin: crash when previewing a .ptt file

2011-10-25 Thread Marco Stronati
Package: dolphin
Version: 4:4.6.5-1
Severity: normal

Dear Maintainer,
while browsing files in dolphin, with list view, and with the
information panel active, if I select a PowerPoint presentation .ppt
dolphin crashes. If I remove the information panel no crash happends,
so I believe that the previewer is the cause.
Thanks for your time.

Marco

-- 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/4 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 dolphin depends on:
ii  kdebase-runtime4:4.6.5-1+b1
ii  libc6  2.13-21 
ii  libkcmutils4   4:4.6.5-2   
ii  libkdecore54:4.6.5-2   
ii  libkdeui5  4:4.6.5-2   
ii  libkfile4  4:4.6.5-2   
ii  libkio54:4.6.5-2   
ii  libknewstuff3-44:4.6.5-2   
ii  libkonq5abi1   4:4.6.5-1   
ii  libkparts4 4:4.6.5-2   
ii  libnepomuk44:4.6.5-2   
ii  libnepomukquery4a  4:4.6.5-2   
ii  libnepomukutils4   4:4.6.5-2   
ii  libphonon4 4:4.6.0really4.5.0-5
ii  libqt4-dbus4:4.7.3-8   
ii  libqtcore4 4:4.7.3-8   
ii  libqtgui4  4:4.7.3-8   
ii  libsoprano42.6.0+dfsg.1-4  
ii  libstdc++6 4.6.1-16
ii  phonon 4:4.6.0really4.5.0-5

Versions of packages dolphin recommends:
ii  kfind   4:4.6.5-1  
ii  ruby1.8 [ruby]  1.8.7.352-2

Versions of packages dolphin suggests:
pn  kdesdk-dolphin-plugins  none

-- 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#646430: qemu-kvm: Cannot create domain (/usr/bin/kvm exit status 1)

2011-10-25 Thread Michael Fladischer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 10/24/2011 07:14 PM, Michael Tokarev wrote:
 By the way, is /usr/bin/kvm executable?  Just run it under X (as
 non-root), -- does it open guest window?

Yes, it is. It opens the client window showing SeaBIOS.

- -- 
Michael Fladischer
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk6meL8ACgkQeJ3z1zFMUGamnwCffzBRuXz19XFxbBoB0d5Rnjii
M6cAmQH5Vrq8AgI8Oo6SBkmLuihtsigh
=HKKg
-END PGP SIGNATURE-



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



Bug#646568: debian-maintainers: Please add Christophe Trophime as a Debian Maintainer

2011-10-25 Thread christophe . trophime
Package: debian-maintainers
Severity: normal

Please add my key to the DM keyring.
See attached jetring changeset.



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

Kernel: Linux 3.0.0-1-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
Comment: Add Rico Rommel r...@bierrommel.de as a Debian Maintainer
Date: Fri, 29 Jul 2011 17:53:56 +0200
Action: import
Recommended-By: 
  Steffen Möller steffen_moel...@gmx.de
Agreement: 
  http://lists.debian.org/debian-newmaint/2011/07/msg00034.html
Advocates: 
  http://lists.debian.org/debian-newmaint/2011/07/msg00040.html
Data: 
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1.4.11 (GNU/Linux)
  
  mQENBEuBhSIBCADnp/6kjJVraVtQgSV8yV1mJq1auzgwDnTWW4p1P7wFpMJmsE4k
  XlfeUNwxq8ITMbkObvKIgniwWcxtmC4MvKXAM7aXvhgKVAWEKuoDJ3eitco8xwK4
  6fVuEYNeQV9vSxg1RzYO4rhTR8jGSd7ONpIPW0CKznCmisjz8UhTCVrXP7HkYG2G
  X3AeAau81zJkPQ20EzQCTs+lGxgpvHbD9bi/t3FgE7MIijlhCOYsqetlzPnYKjlo
  rp1kTPvYAWM6a6hBgy0TkzWoB34ChUQmDlOlKonfH1HuprfU7uJfmKw2mtJ4fqqt
  daK+6RdyU8SCNU8EXEZm7m6tBmB7MKNvQKW1ABEBAAG0IFJpY28gUm9tbWVsIDxy
  aWNvQGJpZXJyb21tZWwuZGU+iQE4BBMBAgAiBQJLgYUiAhsDBgsJCAcDAgYVCAIJ
  CgsEFgIDAQIeAQIXgAAKCRDFgUTlWpuxb/IhB/wJ3yF8qg3xczfdxUrvYA21M+qc
  z3Wp/xq3oWvKvm7qagqS5skiTzW4oeZ2yiMvjmsZ20tCFc2/AIyPgiz+daHpLbPF
  Uq9xKzmd/UoMUD2p7f7YjNrrno9H5C2CmXS+r3iTBOfG8293rFCCbpBIX/+jyVuo
  C4OnrcXTgP+mw6lbsTk3fNrcnGu0UnTI8h+vqSx/CLycVOl/ULNQ0tb92iaFafm1
  I4JLBHoP3np1gaGewgh/QSFOSiKWL4xhNwLs3Nfl+e0g2OjJEEkwWRKPOf4Lhj2h
  ezxbQTLE8dpWNBBydxpiIrQrrewt9k4Bd+yaWjJkp9DSp7hryQ7dea+Z9COziQIc
  BBABCAAGBQJOJXCQAAoJEKc+AFVVj7jdoUIQAInA6QKMVnq7NeYYT2piwuS3Ekln
  MgYiWLNx4IFq5/0u2NfMKMEQVYPLhlRxJszHvuA0CuRxbWIlXIXOkiwjWebCjgEx
  cuKDYzEk/I+k1yKsJvQCBFd7tOgBBakHI5M8F/dRYjEmQHIVRUbsoPN/FLyWyJPH
  So6qubMfd7fUIGqL8Xefhp2vYucK0i0gne/qROPS5d2sy24jRdWf9NDB2Xi4r/wQ
  zuaIVH8jtcuAKxhA1l2cHv2RiVv5ZdBXQ8chqYke9Kuv5UtOqvEfFWFf8uJIE+bs
  Y5c4KHOboI7VB5cHRgXnA2lErxfI+sQMu8sjoPoHvrVKeVWhNpKhtRumCFOxzKIQ
  p+SNE29uqXzZW+y/OSpl1/BjUwkDcby5bfI+tD5ez3VHs8rut2fCPAnmp/MW8jkO
  vdkVlh6cn5cfTQqefYklsiZFhOjOdXn7IClvGXPOLhGZQTPcW9h9moJvB9PM6oen
  7fz/wKw4pex9lKzO/zDB9alMaWKuSMs2qljDVBZV1Zg2bMUEOZ0SMZA4Rjdskg6E
  pc45s//UDj32sDyDUxWNrna09rDlVM/L7kftPbrCFCnryoSCguaWBdz1G8lrTi2a
  uJXW/e2bM+aZ+caOPBx5JD5sc5tMdw8Pba7dBOAZ5rYT2IxHE2lRqAMkWx9TXcUz
  PECC0kovxDtX1OdKuQENBEuBhSIBCACpnurlg6eViYfPgyPh2ni7Wb1pJ0LwM6ks
  HIvgUchlvLXK6t5ryXnVMBBf5FX5FHpPvvKzprLXn11Uz6Y49vJm38fEJEHvi6xE
  QJKmTS2Ehu2AzLf23P9W4yaGoO1+8+WfnNeLEmQo+0X2YqJFeon0zyApYg9Ab3DT
  Ic8YnbxYiM6sHx7V40XYVJyM79wMbI63wH6DU+WR8gLwY+M5nU91xO/p+lkvfBLO
  +Svbmtzo9ZaW1eq4hiN9120qZw2nDAhZUvan7iLGUVTq4PnHLZ+dm7zOhuzOKnX0
  e57jZ2tFo/eI9L+qpQnGgatFbzjUSE8KCjpIhbmKyglhzg/NavrjABEBAAGJAR8E
  GAECAAkFAkuBhSICGwwACgkQxYFE5VqbsW+KiggArk0cFhh/+HaOZUQb/GpagWyh
  JwtCAZ8jGMCHUITPvdz31/wovCWgnUQ+yYNLHA9tRy6eIJkUQkZJ02fqgtCOedLv
  gf0KsQjXJFMtPmrpg3cD7CVdUv3dBIZVEepx1yyom8tuVkOibsaPs6c0iRfXeK6d
  GAJr86FiBLpZBP3GUYoAZ9Qmao/xuoAHw8xREiXmZp88UZcUnqgv7YWlpp/7tN6E
  1h0KD+Y4A7U/xm8036iVZ1jY0yyq7aGEcuqtCFx/e/K26aeYN94urTwvqNMJpe66
  f61P/Czk70zia2h0uB6s/xhfLT2kO2MGF8FN3PE0tuE9S+Nz5oLQkl8jeTRudg==
  =f80R
  -END PGP PUBLIC KEY BLOCK-



Bug#646521: [Pkg-utopia-maintainers] Bug#646553: policykit-1-gnome: Not able to authenticate and mount luks volume with new version.

2011-10-25 Thread alberto maurizi
On Tue, Oct 25, 2011 at 10:14:52AM +0200, Michael Biebl wrote:
 Looks like duplicates of #646521 which so far seems to be amd64 specific.
I've got an Intel Dual Core CPU in my box.

 Check if polkit-gnome-authentication-agent-1 crashes, attach the output.

It does not crash. The following is sent to stderr:

Gtk-Message: Failed to load module pk-gtk-module

(polkit-gnome-authentication-agent-1:5054): polkit-gnome-1-WARNING **: No icon 
for themed icon with name 'nm-icon'

(polkit-gnome-authentication-agent-1:5054): GLib-GObject-CRITICAL **: 
g_closure_invoke: assertion `closure-marshal || closure-meta_marshal' failed

 What kind of login manager are you using?
gdm3

 What's the output of ck-list-sessions?
Session5:
unix-user = '1000'
realname = 'alberto maurizi'
seat = 'Seat1'
session-type = 'x11'
active = TRUE
x11-display = ':0'
x11-display-device = '/dev/tty8'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2011-10-25T08:16:06.067859Z'
login-session-id = '4294967295'

 Which desktop environment do you use?
gnome fallback

Alberto

-- 
Alberto Maurizi
  a.maur...@isac.cnr.it ISAC-CNR
  Phone n. +39 051 639 9615 via Gobetti 101
Fax n. +39 051 639 9658 I-40129 Bologna, Italy
home page:  http://bolchem.isac.cnr.it/staff:alberto_maurizi.do
bolchem project:http://bolchem.isac.cnr.it




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



Bug#646569: ITP: python-pywebsocket -- python Websocket server library

2011-10-25 Thread TANIGUCHI Takaki
Package: wnpp
Owner: tak...@debian.org
Severity: wishlist

* Package name: python-pywebsocket
  Version : 0.6b6
  Upstream Author : Google Inc.
* URL or Web page : http://code.google.com/p/pywebsocket/
* License : BSD-3
  Description : python Websocket server library

The pywebsocket project aims to provide a WebSocket standalone server and
a WebSocket extension for Apache HTTP Server, mod_pywebsocket.

pywebsocket is intended for testing or experimental purposes. To run with
Apache HTTP Server, mod_python is required. For wss, mod_ssl is also required.




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



Bug#646570: extlinux: Boot error on boot

2011-10-25 Thread Arne Wichmann
Package: extlinux
Version: 2:4.04+dfsg-5
Severity: normal

Dear Maintainer,

After running

extlinux-install /dev/hda
extlinux-update

and rebooting, I get the message Boot error on boot, and the machine does
not continue.

I looked a bit into the assembler code which leads to this and this seems
to be a generic message indicating failure to load the second stage
bootloader. Do you have any hints how to analyze this further?

cu

AW

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

Kernel: Linux 3.0.0 (PREEMPT)
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages extlinux depends on:
ii  debconf [debconf-2.0]  1.5.40 
ii  libc6  2.13-21

Versions of packages extlinux recommends:
ii  syslinux-common 2:4.04+dfsg-4
ii  syslinux-themes-debian  10-1 

extlinux suggests no packages.

-- debconf-show failed



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



Bug#641610: Closing bug#641610

2011-10-25 Thread Alessio Treglia
Version: 2.0~beta2-1

No longer reporoducible since muse 2.0~beta2-1.
Regards,

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



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



Bug#615828: clarify interaction of dpkg-source -I and 3.0 formats

2011-10-25 Thread Sven Joachim
On 2011-02-28 12:03 +0100, Raphael Hertzog wrote:

 On Mon, 28 Feb 2011, Peter Eisentraut wrote:
 The 3.0 source formats by default ignore what dpkg-source -I would exclude.  
 It appears that as soon as you explicitly use -Isomething, this effect is 
 canceled and you need to use -I to get it back.

 Yes.

 In my test case, a directory has .svn directories lying around and uses 
 source 
 format 3.0 (native).  Building a source package with dpkg-buildpackage -S 
 excludes the .svn directories from the .tar.gz, as one would expect.  But 
 running dpkg-buildpackage -S -Ifoo causes the .svn directories to appear in 
 ..tar.gz.  You have to use dpkg-buildpackage -S -I -Ifoo to get the desired 
 outcome.
 
 This effect is a bit questionable in my mind, but even it is intentional, it 
 would be good to document it explicitly.  (simple addition of Note: When 
 using an -I option, the default ignores of the 3.0 formats are canceled.  
 You 
 would need to use -I without argument to get them back.)

 It was completely intentional. It might not have been the best choice.

 I wanted to keep a way to cancel the defaults by giving your own list of
 what you want to ignore. 

 Better yet might be to keep the default ignores always and add an explicit 
 unignore option.

 I wanted to keep some similarity with the behaviour of -i but that might
 not be a good idea. After all -I was always allowed to be used multiple
 times while -i was not.

 Not sure what the best interface is. unignore doesn't allow to drop all
 the defaults ignore but only those that you know of. OTOH, you're more
 likely to want to not ignore a specific file type rather than all.

I think this (unignoring certain files) would be most useful.  For
instance, in ncurses I would like to ship a few linker scripts in
debian/, and for that it is necessary to unignore *.so or at least
debian/*.so.  I'm fine with the other defaults, but right now it is
necessary to copy the whole lot to debian/source/options.  And it will
get out of sync with dpkg-source's defaults sooner or later.

Cheers,
   Sven



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



Bug#646571: mac→eui64 conversion not working

2011-10-25 Thread martin f krafft
Package: ipv6calc
Version: 0.90.0-1
Severity: normal
Tags: upstream

I am probably just stupid, but:

  % ipv6calc -O eui64 --examples
   #1,10009
  ipv6calc: version 0.90.0 GeoIP

  Print a generated EUI-64 identifier, e.g.:
00:50:BF:06:B4:F5 - 0250:bfff:fe06:b4f5

  Available format options:
--lowercase|-l: Print output in lower case
--uppercase|-u: Print output in upper case

  % ipv6calc -O eui64 a0:88:b4:8e:61:d8 
   #1,10010
  No input type specified, try autodetection...found type: mac
  No valid IPv6 address given!

I cannot figure out how to do it otherwise.

PS: Servus, Peter

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

Kernel: Linux 3.1.0-rc4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages ipv6calc depends on:
ii  libc6  2.13-21 
ii  libgeoip1  1.4.8+dfsg-2

ipv6calc recommends no packages.

Versions of packages ipv6calc suggests:
ii  bind9-host [host]  1:9.7.3.dfsg-1+b1

-- no debconf information


-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#642051: [bug #34642] wget --secure-protocol=SSLv3 fails with GnuTLS: GnuTLS internal error.

2011-10-25 Thread NoèlKöthe
URL:
  http://savannah.gnu.org/bugs/?34642

 Summary: wget --secure-protocol=SSLv3 fails with GnuTLS:
GnuTLS internal error.
 Project: GNU Wget
Submitted by: nok
Submitted on: Di 25 Okt 2011 12:05:50 CEST
Category: Crash/Freeze/Infloop
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
 Originator Name: 
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Release: 1.13.4
Operating System: GNU/Linux
 Reproducibility: Every Time
   Fixed Release: None
 Planned Release: None
  Regression: None
   Work Required: None
  Patch Included: No

___

Details:

Hello,

with wget 1.13 and 1.13.4 (versions before used openssl) the following error
occurs:

$ LC_ALL=C wget --debug --secure-protocol=SSLv3 https://encrypted.google.com
Setting --secure-protocol (secureprotocol) to SSLv3
DEBUG output created by Wget 1.13.4 on linux-gnu.

URI encoding = `ANSI_X3.4-1968'
--2011-10-25 11:51:11--  https://encrypted.google.com/
Resolving encrypted.google.com (encrypted.google.com)... 74.125.39.100,
74.125.39.101, 74.125.39.102, ...
Caching encrypted.google.com = 74.125.39.100 74.125.39.101 74.125.39.102
74.125.39.113 74.125.39.138 74.125.39.139
Connecting to encrypted.google.com
(encrypted.google.com)|74.125.39.100|:443... connected.
Created socket 4.
Releasing 0x017eca80 (new refcount 1).
GnuTLS: GnuTLS internal error.
Closed fd 4
Unable to establish SSL connection.


This is wget on Debian GNU/Linux with gnutls 2.12.12

$ LC_ALL=C wget -V
GNU Wget 1.13.4 built on linux-gnu.

+digest +https +ipv6 +iri +large-file +nls -ntlm +opie +ssl/gnutls 

Wgetrc: 
/etc/wgetrc (system)
Locale: /usr/share/locale 
Compile: gcc -DHAVE_CONFIG_H -DSYSTEM_WGETRC=/etc/wgetrc 
-DLOCALEDIR=/usr/share/locale -I. -I../lib -I../lib -Iyes/include 
-DNO_SSLv2 -D_FILE_OFFSET_BITS=64 -O2 -g -Wall 
Link: gcc -DNO_SSLv2 -D_FILE_OFFSET_BITS=64 -O2 -g -Wall -Lyes/lib -lgnutls 
-lgcrypt -lgpg-error -lz -lidn -lrt ftp-opie.o gnutls.o 
../lib/libgnu.a 

Copyright (C) 2009 Free Software Foundation, Inc.
...

This is a forwarded bug report from http://bugs.debian.org/642051

Thanks for your work.

Regards

Noël




___

Reply to this item at:

  http://savannah.gnu.org/bugs/?34642

___
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




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



Bug#642051: wget --secure-protocol=SSLv3 fails with GnuTLS: GnuTLS internal error.

2011-10-25 Thread Noël Köthe
found 642051 1.13.4-1
tags 642051 + confirmed upstream
forwarded 642051 https://savannah.gnu.org/bugs/index.php?34642
thanks

Hello Daniel,

Thanks for your detailed report. It is always reproducible and I
forwarded it to upstream.

Am Sonntag, den 18.09.2011, 22:13 -0400 schrieb Daniel Kahn Gillmor:

 Setting wget's --secure-protocol option to SSLv3 produces a GnuTLS
 internal error, despite the fact that GnuTLS is capable of handling
 SSLv3:
 
 0 dkg@pip:~/tmp$ wget --secure-protocol=SSLv3 https://encrypted.google.com
 --2011-09-18 22:06:47--  https://encrypted.google.com/
 Resolving encrypted.google.com (encrypted.google.com)... 74.125.226.128, 
 74.125.226.142, 74.125.226.143, ...
 Connecting to encrypted.google.com 
 (encrypted.google.com)|74.125.226.128|:443... connected.
 GnuTLS: GnuTLS internal error.
 Unable to establish SSL connection.
 4 dkg@pip:~/tmp$ wget --secure-protocol=TLSv1 https://encrypted.google.com
 --2011-09-18 22:06:53--  https://encrypted.google.com/
 Resolving encrypted.google.com (encrypted.google.com)... 74.125.226.128, 
 74.125.226.142, 74.125.226.143, ...
 Connecting to encrypted.google.com 
 (encrypted.google.com)|74.125.226.128|:443... connected.
 HTTP request sent, awaiting response... 200 OK
 Length: unspecified [text/html]
 Saving to: `index.html'
 
 [ =   ] 9,938   --.-K/s   in 0.06s  
  
 
 2011-09-18 22:06:54 (164 KB/s) - `index.html' saved [9938]
 
 0 dkg@pip:~/tmp$ gnutls-cli --priority 'SECURE:-VERS-TLS-ALL:+VERS-SSL3.0' 
 encrypted.google.com  /dev/null
 Resolving 'encrypted.google.com'...
 Connecting to '74.125.226.128:443'...
 - Certificate type: X.509
  - Got a certificate list of 2 certificates.
  - Certificate[0] info:
   - subject `C=US,ST=California,L=Mountain View,O=Google 
 Inc,CN=*.google.com', issuer `C=US,O=Google Inc,CN=Google Internet 
 Authority', RSA key 1024 bits, signed using RSA-SHA1, activated `2011-09-05 
 06:05:49 UTC', expires `2012-09-05 06:15:49 UTC', SHA-1 fingerprint 
 `56f6a9a9d2edfd1ab2f9637ed351ac56b359a98d'
  - Certificate[1] info:
   - subject `C=US,O=Google Inc,CN=Google Internet Authority', issuer 
 `C=US,O=Equifax,OU=Equifax Secure Certificate Authority', RSA key 1024 bits, 
 signed using RSA-SHA1, activated `2009-06-08 20:43:27 UTC', expires 
 `2013-06-07 19:43:27 UTC', SHA-1 fingerprint 
 `dd7a7f131ddba33d3e8670179483e6fea6987d6a'
 - The hostname in the certificate matches 'encrypted.google.com'.
 - Peer's certificate issuer is unknown
 - Peer's certificate is NOT trusted
 - Version: SSL3.0
 - Key Exchange: RSA
 - Cipher: ARCFOUR-128
 - MAC: SHA1
 - Compression: NULL
 - Handshake was completed
 
 - Simple Client Mode:
 
 0 dkg@pip:~/tmp$ 
 
 
 Maybe something is wrong with how wget is initializing gnutls?

-- 
Noël Köthe noel debian.org
Debian GNU/Linux, www.debian.org


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


Bug#646572: whois server update for .hr

2011-10-25 Thread Josip Rodin
Package: whois

Hi,

Per updated http://www.iana.org/domains/root/db/hr.html,
please fix the client to use whois.dns.hr.

In general, it would be useful to automatically propagate IANA data
rather than hardcode.

As of late, IANA has a much more automated root zone management system,
which means these things can change on a much more frequent interval.

TIA.

-- 
 2. That which causes joy or happiness.



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



Bug#646524: Bug#576568 closed by Debian FTP Masters ftpmas...@ftp-master.debian.org (Bug#646524: Removed package(s) from unstable)

2011-10-25 Thread Laurens Blankers
  

Hi, 

I understand the sun-java6 is being removed because of
licensing issues. However just removing it will not notify people who
already have it installed of the security vulnerabilities. 

Please
consider documenting a migration path and notifying all Debian users of
the need to migrate to e.g. openjdk-6-{jre,jdk}. Would the Debian
security and/or announcement mailing list be appropriate for this?


Sincerely, 

Laurens 

On Tue, 25 Oct 2011 09:39:37 +,
ow...@bugs.debian.org wrote: 

 This is an automatic notification
regarding your Bug report
 which was filed against the sun-java6-jre
package:
 
 #609632: sun-java6-jre: net.ipv6.bindv6only=1 breaks java
networking
 
 It has been closed by Debian FTP Masters .
 
 Their
explanation is attached below along with your original report.
 If this
explanation is unsatisfactory and you have not received a
 better one
in a separate message then please contact Debian FTP Masters by

replying to this email.
 
 -- 609632:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609632 [3] Debian Bug
Tracking System Contact ow...@bugs.debian.org [4] with problems

 


Links:
--
[1] mailto:ftpmas...@ftp-master.debian.org
[2]
mailto:ftpmas...@ftp-master.debian.org
[3]
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=609632
[4]
mailto:ow...@bugs.debian.org


Bug#645748: patch that works with gold

2011-10-25 Thread Adam Borowski
An update, builds with gold this time.
Untested, can't actually run it until today's evening.

The patch just sprinkles -lfoo all around without thinking what are the
nicest places.  That works for a quick-and-dirty patch, but as I understand,
you'll update to compiz 0.9 later anyway so there's no point in wasting much
time on 0.8.

-- 
1KB // Yo momma uses IPv4!
diff -Nurd compiz-0.8.4.orig/debian/compiz-gnome.install compiz-0.8.4/debian/compiz-gnome.install
--- compiz-0.8.4.orig/debian/compiz-gnome.install	2011-10-25 11:45:59.0 +0200
+++ compiz-0.8.4/debian/compiz-gnome.install	2011-10-25 11:36:38.216042258 +0200
@@ -1,2 +1,4 @@
 usr/lib/window-manager-settings/libcompiz.so usr/lib/libgnome-window-settings1
 usr/share/gnome/wm-properties/compiz-wm.desktop
+usr/share/gnome-control-center/keybindings/50-compiz-key.xml
+usr/share/gnome-control-center/keybindings/50-compiz-desktop-key.xml
diff -Nurd compiz-0.8.4.orig/gtk/window-decorator/Makefile.am compiz-0.8.4/gtk/window-decorator/Makefile.am
--- compiz-0.8.4.orig/gtk/window-decorator/Makefile.am	2009-10-14 04:34:41.0 +0200
+++ compiz-0.8.4/gtk/window-decorator/Makefile.am	2011-10-25 11:58:35.268012242 +0200
@@ -11,7 +11,7 @@
 	@GTK_WINDOW_DECORATOR_LIBS@		   \
 	@GCONF_LIBS@   \
 	@DBUS_GLIB_LIBS@			   \
-	$(metacitylibs)
+	$(metacitylibs) -lm -lXcursor
 
 gtk_window_decorator_SOURCES	  = \
 	gtk-window-decorator.c
diff -Nurd compiz-0.8.4.orig/kde/window-decorator-kde4/Makefile.am compiz-0.8.4/kde/window-decorator-kde4/Makefile.am
--- compiz-0.8.4.orig/kde/window-decorator-kde4/Makefile.am	2009-10-14 04:34:41.0 +0200
+++ compiz-0.8.4/kde/window-decorator-kde4/Makefile.am	2011-10-25 12:01:18.408008478 +0200
@@ -12,7 +12,7 @@
 	$(top_builddir)/libdecoration/libdecoration.la
 kde4_window_decorator_LDADD   =			   \
 	$(top_builddir)/libdecoration/libdecoration.la \
-	@KDE4_WINDOW_DECORATOR_LIBS@ @KDE4_LIBS@
+	@KDE4_WINDOW_DECORATOR_LIBS@ @KDE4_LIBS@ -lkdeui -lX11 -lXext
 
 nodist_kde4_window_decorator_SOURCES = \
 	$(BUILDSOURCES)
diff -Nurd compiz-0.8.4.orig/src/Makefile.am compiz-0.8.4/src/Makefile.am
--- compiz-0.8.4.orig/src/Makefile.am	2009-10-14 04:34:41.0 +0200
+++ compiz-0.8.4/src/Makefile.am	2011-10-25 11:57:17.916013749 +0200
@@ -9,7 +9,7 @@
 
 bin_PROGRAMS = compiz
 
-compiz_LDADD = @COMPIZ_LIBS@ @GL_LIBS@ -lm
+compiz_LDADD = @COMPIZ_LIBS@ @GL_LIBS@ -lm -ldl -lX11 -lXext
 compiz_LDFLAGS = -export-dynamic -pthread
 compiz_SOURCES =   \
 	main.c	   \


Bug#645748: preliminary untested patch

2011-10-25 Thread Adam Borowski
Here's an untested patch.  Lacks either a Build-Conflicts:binutils-gold or a
proper fix.

-- 
1KB // Yo momma uses IPv4!
diff -Nurd compiz-0.8.4.orig/debian/compiz-gnome.install compiz-0.8.4/debian/compiz-gnome.install
--- compiz-0.8.4.orig/debian/compiz-gnome.install	2011-10-25 11:45:59.0 +0200
+++ compiz-0.8.4/debian/compiz-gnome.install	2011-10-25 11:36:38.216042258 +0200
@@ -1,2 +1,4 @@
 usr/lib/window-manager-settings/libcompiz.so usr/lib/libgnome-window-settings1
 usr/share/gnome/wm-properties/compiz-wm.desktop
+usr/share/gnome-control-center/keybindings/50-compiz-key.xml
+usr/share/gnome-control-center/keybindings/50-compiz-desktop-key.xml
diff -Nurd compiz-0.8.4.orig/kde/window-decorator-kde4/Makefile.am compiz-0.8.4/kde/window-decorator-kde4/Makefile.am
--- compiz-0.8.4.orig/kde/window-decorator-kde4/Makefile.am	2009-10-14 04:34:41.0 +0200
+++ compiz-0.8.4/kde/window-decorator-kde4/Makefile.am	2011-10-25 11:34:02.132043334 +0200
@@ -12,7 +12,7 @@
 	$(top_builddir)/libdecoration/libdecoration.la
 kde4_window_decorator_LDADD   =			   \
 	$(top_builddir)/libdecoration/libdecoration.la \
-	@KDE4_WINDOW_DECORATOR_LIBS@ @KDE4_LIBS@
+	@KDE4_WINDOW_DECORATOR_LIBS@ @KDE4_LIBS@ -lkdeui
 
 nodist_kde4_window_decorator_SOURCES = \
 	$(BUILDSOURCES)


Bug#646573: UTF-8 characters in subject are passed to MUA encoded

2011-10-25 Thread martin f krafft
Package: reportbug
Version: 6.2.1
Severity: normal

I just submitted #646571 and that only worked through some magic.
The problem, which I only noticed much later, was that reportbug
spawned mutt with a subject line verbatim
=?utf-8?q?mac=E2=86=92eui64_conversion_not_working?=, which mutt
then, of course, encoded to US-ASCII. debbugs seems to handle the
case properly, but reportbug should not encode subject lines when
passing them to MUA via a plain-text API.

-- Package-specific info:
** Environment settings:
EDITOR=/usr/bin/vim
VISUAL=/usr/bin/vim
DEBEMAIL=madd...@debian.org
DEBFULLNAME=martin f. krafft
INTERFACE=text

** /home/madduck/.reportbugrc:
mode expert
ui text
bts debian
submit
mutt
query-bts
no-cc
config-files
compress
verify
check-available

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

Kernel: Linux 3.1.0-rc4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_NZ, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages reportbug depends on:
ii  apt   0.8.15.8
ii  python2.6.7-3 
ii  python-reportbug  6.2.1   

reportbug recommends no packages.

Versions of packages reportbug suggests:
ii  debconf-utils1.5.41 
ii  debsums  none 
ii  dlocate  none 
ii  emacs22-bin-common | emacs23-bin-common  none 
ii  file 5.09-1 
ii  gnupg1.4.11-3   
ii  postfix [mail-transport-agent]   2.8.5-1
ii  python-gtk2  2.24.0-2   
ii  python-gtkspell  none 
ii  python-urwid none 
ii  python-vte   1:0.28.1-2 
ii  xdg-utils1.1.0~rc1-2

-- no debconf information


-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#645748: silly greylisting

2011-10-25 Thread Adam Borowski
Of course, the updated patch is the good one, they got reversed in the BTS
due to greylisting.

-- 
1KB // Yo momma uses IPv4!



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



Bug#646574: ITP: libunix-mknod-perl -- Perl extension for mknod, major, minor, and makedev

2011-10-25 Thread roucaries bastien
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

I plan to package in order to update libfuse-perl the following package.

Package name: libunix-mknod-perl
Version: 0.04
Upstream Author: Jim Pirzyk, pir...@uiuc.edu
URL: http://search.cpan.org/~pirzyk/Unix-Mknod-0.04/lib/Unix/Mknod.pm
License:  BSD 3 clause
Description: Unix::Mknod allows access to the device routines
major()/minor()/makedev()
 that may or may not be macros in .h files.
 .
 It also allows access to the mknod(2) system call.



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



Bug#646460: fail2ban: fails to monitorize some files, i.e. /var/log/mail.log

2011-10-25 Thread José L. Fernández Jambrina

Hi,

I borrow the config files from the squirrel-logger documentations, but I 
have a customize to (my) Debian fail2ban.


I wrote an /etc/fail2ban/jail.local that I send you as jail.local and 
/etc/fail2ban/filter.d/squirrelmail-mail. The jail.conf file is the not 
working version, because it has the line logpath  = /var/log/mail.log, 
the line for syslog is commented out.


Thanks,

El 24/10/2011 19:42, Yaroslav Halchenko escribió:

ha -- so you are saying that fail2ban fails to detect change in
mail.log... interesting now ;)   or that squaremail doesn't write into
that logfile at all (then not so interesting but obvious)

and if former -- indeed jail.* files would be of interest since I don't
know even which filter you are using for you jail since we have no
specific one for squaremail

On Mon, 24 Oct 2011, José L. Fernández Jambrina wrote:


The problem, my problem is that fail2fan don't detects when mail.log
changes as it does with syslog or auth.log. I checked it using the
comand fail2ban-client set loglevel 4 and looking at
/var/log/fail2ban.log. As I wrote in the bugreport just changing
logpath  = /var/log/mail.log to logpath  = /var/log/syslog makes
fail2ban work.
Would you have my jail.local file and related files?
Thanks,
[squirrelmail]

enabled  = true
port = https,http
filter   = squirrelmail
#action   = iptables[name=SquirrelMail, port=https, protocol=tcp]
# sendmail-whois[name=SquirrelMail, dest=some...@example.com, 
sender=r...@example.com]
#logpath  = /var/lib/squirrelmail/prefs/squirrelmail.log
logpath  = /var/log/mail.log
#logpath  = /var/log/syslog
maxretry = 5
bantime  = 3600
# Fail2Ban configuration file
#
# Author: Bill Landry (b...@inetmsg.com)
#
# $Revision: 510 $

[Definition]

# Option: failregex
# Notes.: regex to match the password failures messages in the logfile. The
# host must be matched by a group named host. The tag HOST can
# be used for standard IP/hostname matching and is only an alias for
# (?:::f{4,6}:)?(?Phost\S+)
# Values: TEXT

#failregex = \[LOGIN_ERROR\].*from HOST: Unknown user or password incorrect
failregex = squirrelmail: Failed webmail login: .* at HOST on 
squirrelmail: Possible outgoing spam: by .* at HOST on 

# Option:  ignoreregex
# Notes.:  regex to ignore. If this regex matches, the line is ignored.
# Values:  TEXT

ignoreregex =



Bug#639681: compize build failures due to missing libraries

2011-10-25 Thread Michael Biebl
tags 554114 + patch
tags 639681 + patch
thanks

The attached patch fixes all build failures due to missing libraries. It
compiles both with binutils and binutils-gold.

Cheers,
Michael
-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
diff -u compiz-0.8.4/debian/changelog compiz-0.8.4/debian/changelog
--- compiz-0.8.4/debian/changelog
+++ compiz-0.8.4/debian/changelog
@@ -1,3 +1,10 @@
+compiz (0.8.4-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Link against all necessary libraries.
+
+ -- Michael Biebl bi...@debian.org  Tue, 25 Oct 2011 12:08:38 +0200
+
 compiz (0.8.4-4) unstable; urgency=low
 
   * Drop libdbus-qt-1-dev from Build-Depends, as kindly requested by
diff -u compiz-0.8.4/debian/patches/series compiz-0.8.4/debian/patches/series
--- compiz-0.8.4/debian/patches/series
+++ compiz-0.8.4/debian/patches/series
@@ -24,0 +25 @@
+070_link_needed_libs.patch
only in patch2:
unchanged:
--- compiz-0.8.4.orig/debian/patches/070_link_needed_libs.patch
+++ compiz-0.8.4/debian/patches/070_link_needed_libs.patch
@@ -0,0 +1,58 @@
+Index: compiz-0.8.4/configure.ac
+===
+--- compiz-0.8.4.orig/configure.ac	2011-10-25 11:57:51.847926095 +0200
 compiz-0.8.4/configure.ac	2011-10-25 12:07:34.612599752 +0200
+@@ -126,6 +126,8 @@
+ 		 xcursor\
+ 		 ice	\
+ 		 sm	\
++		 x11	\
++		 xext	\
+ 		 libxml-2.0 \
+ 		 libxslt\
+ 		 libstartup-notification-1.0 = 0.7
+@@ -133,6 +135,8 @@
+ PKG_CHECK_MODULES(COMPIZ, $COMPIZ_REQUIRES)
+ AC_SUBST(COMPIZ_REQUIRES)
+ 
++AC_SEARCH_LIBS(dlopen, dl)
++
+ DECORATION_REQUIRES=xrender
+ 
+ PKG_CHECK_MODULES(DECORATION, $DECORATION_REQUIRES)
+@@ -300,6 +304,7 @@
+ if test x$use_gtk = xyes; then
+   PKG_CHECK_MODULES(GTK_WINDOW_DECORATOR,
+ 		xrender = 0.8.4  \
++		xcursor	  \
+ 		gtk+-2.0 = 2.8.0 \
+ 		libwnck-1.0	  \
+ 		pangocairo,
+@@ -514,11 +519,11 @@
+ 
+   if test -d $kde4libs; then
+ PKG_CHECK_MODULES(KDE4_WINDOW_DECORATOR,
+-		  dbus-1 xdamage xcomposite QtCore = 4.5.0 QtGui QtDBus,
++		  dbus-1 xdamage xcomposite x11 xext QtCore = 4.5.0 QtGui QtDBus,
+ 			[use_kde4=yes], [use_kde4=no])
+ 
+ KDE4_CFLAGS=-I$kde4incs
+-KDE4_LIBS=-L$kde4libs -lkdecore -lkdecorations -lplasma
++KDE4_LIBS=-L$kde4libs -lkdecore -lkdecorations -lkdeui -lplasma
+ 
+ QT4_MOC=`pkg-config QtGui --variable=moc_location`
+ QDBUSXML2CPP=`pkg-config QtGui --variable=exec_prefix`/bin/qdbusxml2cpp
+Index: compiz-0.8.4/gtk/window-decorator/Makefile.am
+===
+--- compiz-0.8.4.orig/gtk/window-decorator/Makefile.am	2009-10-14 04:34:41.0 +0200
 compiz-0.8.4/gtk/window-decorator/Makefile.am	2011-10-25 12:04:58.614560913 +0200
+@@ -11,7 +11,8 @@
+ 	@GTK_WINDOW_DECORATOR_LIBS@		   \
+ 	@GCONF_LIBS@   \
+ 	@DBUS_GLIB_LIBS@			   \
+-	$(metacitylibs)
++	$(metacitylibs)   \
++	-lm
+ 
+ gtk_window_decorator_SOURCES	  = \
+ 	gtk-window-decorator.c


signature.asc
Description: OpenPGP digital signature


Bug#645621: ITP: libnet-ssh-perl-perl -- Perl module implementing

2011-10-25 Thread Salvatore Bonaccorso
Hi Salvador

On Mon, Oct 24, 2011 at 11:29:26AM +0200, Salvador Fandino wrote:
 Nowadays there are alternatives to Net::SSH::Perl with out dependencies
 on non-free packages:
 
 - Net::SSH2 (already packed for debian)
 - Net::OpenSSH
 - Net::OpenSSH::Compat::Perl (providing the same API as Net::SSH::Perl)

Yes thanks for the comments on this. The reason for previously opening
this ITP was that the testsuite needed Net::SSH::Perl, but I agreed
with Guido to leave these out. So I will close this ITP later.

 http://lists.debian.org/debian-perl/2011/10/msg00022.html

Regards
Salvatore


signature.asc
Description: Digital signature


Bug#646576: [INTL:es] Spanish debconf translation update

2011-10-25 Thread Omar Campagne
Package: spamprobe
Version: 1.4d-9
Severity: wishlist
Tags: l10n, patch


Please find the updated translation for version 1.4d-10

Regards,
-- 
Omar Campagne Polaino
# spamprobe po-debconf translation to Spanish
# Copyright (C) 2010 Software in the Public Interest
# This file is distributed under the same license as the spamprobe package.
#
# Changes:
#   - Initial translation
#   Omar Campagne ocampa...@gmail.com, 2010
#
#   - Updates
#   TRANSLATOR
#
# Traductores, si no conocen el formato PO, merece la pena leer la
# documentación de gettext, especialmente las secciones dedicadas a este
# formato, por ejemplo ejecutando:
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# Equipo de traducción al español, por favor lean antes de traducir
# los siguientes documentos:
#
#   - El proyecto de traducción de Debian al español
# http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
# http://www.debian.org/intl/spanish/notas
#
#   - La guía de traducción de po's de debconf:
# /usr/share/doc/po-debconf/README-trans
# o http://www.debian.org/intl/l10n/po-debconf/README-trans
#
msgid 
msgstr 
Project-Id-Version: spamprobe 1.4d-10\n
Report-Msgid-Bugs-To: spampr...@packages.debian.org\n
POT-Creation-Date: 2011-09-04 21:12+0200\n
PO-Revision-Date: 2011-10-23 12:28+0200\n
Last-Translator: Omar Campagne ocampa...@gmail.com\n
Language-Team: Debian l10n Spanish debian-l10n-span...@lists.debian.org\n
Language: \n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: note
#. Description
#: ../templates:2001
msgid Upgrading to Berkeley DB 5.1
msgstr Actualizando a la versión 5.1 de la base de datos de Berkeley

#. Type: note
#. Description
#: ../templates:2001
msgid 
As of spamprobe 1.4d-8, the database format changed to Berkeley DB 5.1 and 
spamprobe is no longer able to modify databases using an older format.
msgstr 
A partir de la versión 1.4d-8, el formato de la base de datos cambió al 
formato de la versión 5.1 de la base de datos de Berkeley, y spamprobe ya no 
es capaz de modificar bases de datos con un formato anterior a éste.

#. Type: note
#. Description
#: ../templates:2001
msgid 
Since there is no general way to locate all existing databases, no automatic 
upgrade is attempted. A manual upgrade path using spamprobe export/import is 
outlined in the 'DATABASE MAINTENANCE' section of the spamprobe(1) manual 
page.
msgstr 
Debido a que no existe una manera general de ubicar todas las bases de datos 
existentes, no se intenta ninguna actualización automática. Se describe una 
vía para actualizar, usando las funciones de exportar e importar de 
spamprobe, en la sección «DATABASE MAINTENANCE» de la página de manual de 
spamprobe(1).

#. Type: note
#. Description
#: ../templates:2001
msgid 
All spamprobe users on this system should be informed of this change and 
advised to read the README.Debian file.
msgstr 
Se debería informar de este cambio a todos los usuarios de spamprobe en el 
sistema, así como recomendar la lectura del fichero «README.Debian».

#. Type: note
#. Description
#: ../templates:2001
msgid 
To avoid this issue at next Berkeley DB migration, converting to another 
data file format, like 'hash', is recommended.  See documentation of the -d 
option in spamprobe(1) man page.
msgstr 
Para evitar este problema durante la siguiente actualización de la base de 
datos de Berkeley, se recomienda la conversión a otro formato de fichero 
de datos, como «hash». Consulte la documentación de la opción «-d» en la 
página de manual de spamprobe.


Bug#642563: wget needs many memory for recursive https downloads

2011-10-25 Thread Noël Köthe
Hello Jörg, Stefan and Jim,

Thanks for your bugreport and comments to bugs.debian.org/642563

Am Freitag, den 23.09.2011, 23:23 +0200 schrieb Jörg Sommer:

 downloading a https site with -r or -p makes wget grows up to 500MB and
 more. For version 1.12 this wasn't the case.
 
 % time wget -p -nv https://www.fsf.org
...
 wget -p -nv https://www.fsf.org  55,63s usr 3,64s sys 2:44,49 tot 254MB 0 
 77726 pf 345 27781 cs
...
 Versions of packages wget depends on:
...
 ii  libgnutls262.12.10-2 

The difference between 1.12 and 1.13 is that upstream switched from
openssl to gnutls. With wget 1.13 and 1.13.4 and libgnutls26 2.12.12 I
get:
# LC_ALL=C /usr/bin/time wget --debug -O /dev/null https://www.google.com/
...
0.54user 0.05system 0:01.53elapsed 38%CPU (0avgtext+0avgdata 77392maxresident)k
0inputs+0outputs (0major+5474minor)pagefaults 0swaps

With gnutls 2.12.12 and wget 1.13.4 you still have the same high memory
consumtion for https downloads?

-- 
Noël Köthe noel debian.org
Debian GNU/Linux, www.debian.org


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


Bug#645155: [bug #34643] --delete-after can be used even when not doing recursive wgets

2011-10-25 Thread NoèlKöthe
URL:
  http://savannah.gnu.org/bugs/?34643

 Summary: --delete-after can be used even when not doing
recursive wgets
 Project: GNU Wget
Submitted by: nok
Submitted on: Di 25 Okt 2011 12:53:18 CEST
Category: Documentation
Severity: 3 - Normal
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
 Originator Name: 
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Release: 1.13.4
Operating System: GNU/Linux
 Reproducibility: Every Time
   Fixed Release: None
 Planned Release: None
  Regression: None
   Work Required: None
  Patch Included: None

___

Details:

Hello,

http://bugs.debian.org/645155

It turns out this,

   Recursive Retrieval Options
...
   --delete-after
   This option tells Wget to delete every single file it downloads,

can be used even when not doing recursive wgets, so perhaps make a note of it
there.

Thank you.




___

Reply to this item at:

  http://savannah.gnu.org/bugs/?34643

___
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/




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



Bug#645155: --delete-after can be used even when not doing recursive wgets

2011-10-25 Thread Noël Köthe
found 645155 1.13.4-1
tags 645155 + upstream confirmed
forwarded 645155 https://savannah.gnu.org/bugs/index.php?34643
thanks

Hello,
thanks for your report. I forwarded it to the upstream bugtracker.

Am Donnerstag, den 13.10.2011, 10:43 +0800 schrieb jida...@jidanni.org:
 It turns out this,
 
Recursive Retrieval Options
 
--delete-after
This option tells Wget to delete every single file it
 downloads,
 
 can be used even when not doing recursive wgets, so perhaps make a
 note
 of it there. 

-- 
Noël Köthe noel debian.org
Debian GNU/Linux, www.debian.org


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


Bug#644550: linux-image-2.6.32-5-amd64: indefinite soft lockup on rm

2011-10-25 Thread Egon Eckert
  Package: linux-2.6
  Version: 2.6.32-38
  Severity: important
  Tags: upstream
  
  the lockup happened on unlinking a large file (several GB) on XFS on fibre
  channel storage (qla2xxx module).  We experience very simiral trouble on
  this machine though, using other kernels (from stable, stable-backports and
  sid as well) and other fs/storage combinations (ext4 on local Dell PERC
  controller).
 
 How long did the soft lockup state persist before you rebooted?

14 minutes

  The full boot-time dmesg output may be found on
  
  http://joni.heaven-industries.com/~egon/tornado-dmesg.txt
  
  The bug is not too easy to trigger, so I hope there's another way to look
  for it than bisecting 5 years of kernel commits...  On the other hand, I'm
  of course ready to spend a time on it if it helps to make the kernel better
  :).
 [...]
 
 When you say 'not too easy', do you mean that you don't know what
 specific circumstances it occurs in, or that it occurs as part of a long
 or complex sequence of operations?

The former.

 What sort of applications or services is this machine running?
 
 Given that you can reproduce this with the kernel version in sid, maybe
 we should take this straight to the upstream developers - but it's hard
 to guess which component or maintainer might be responsible.

I'm sorry for taking so long to respond--we tried to reproduce that in the
sid kernel and it didn't crash since then until today (well, the kernel from
squeeze-backports crashed here once in between).  So I thought the BIOS
upgrade may have solved it and didn't want to bother you in that case.  The
today's crash may not even be related to the original, so I should perhaps
open a new bug report...  Anyway, here it goes (edited from netconsole
output):

[313919.501641] BUG: unable to handle kernel paging request at 88007f873133
[313919.501703] IP: [810ed6aa] free_block+0x50/0xfc PGD 1604063 PUD 
7f335067 PMD 0 Oops: 0002 [#1] SMP
[313919.501827] CPU 11
[313919.501836] Modules linked in:
 dm_snapshot des_generic ecb md4 hmac nls_utf8 cifs nfs lockd fscache
 auth_rpcgss nfs_acl sunrpc ext4 jbd2 crc16 xfs dm_round_robin
 scsi_dh_emc dm_multipath scsi_dh netconsole configfs snd_pcm
 snd_timer snd soundcore snd_page_alloc joydev tpm_tis pcspkr tpm
 tpm_bios dcdbas i7core_edac evdev psmouse ghes serio_raw edac_core
 acpi_power_meter hed button processor thermal_sys ext3 jbd mbcache
 dm_mod sg sr_mod cdrom sd_mod ata_generic ses crc_t10dif enclosure
 usbhid hid uhci_hcd qla2xxx scsi_transport_fc scsi_tgt ata_piix
 libata ehci_hcd usbcore megaraid_sas scsi_mod bnx2 [last unloaded:
 scsi_wait_scan]
[313919.502423] Pid: 78, comm: kswapd1 Not tainted 3.0.0-2-amd64 #1 Dell Inc. 
PowerEdge R810/0TT6JF
[313919.502486] RIP: 0010:[810ed6aa] [810ed6aa] 
free_block+0x50/0xfc 
[313919.502540] RSP: 0018:88085e35f9d0  EFLAGS: 00010082 
[313919.502569] RAX: 880004013000 RBX: 88107f04a340 RCX: 
880004018000 
[313919.502616] RDX: 88087f4761c0 RSI: 88007f87312b RDI: 
880004013200 
[313919.502663] RBP: 000c R08: dead00200200 R09: 
dead00100100 
[313919.502710] R10: dead00200200 R11: dead00100100 R12: 
0003 
[313919.502757] R13: 88107f01d5f0 R14:  R15: 
880004013200 
[313919.502804] FS:  () GS:88107f4a() 
knlGS: 
[313919.502853] CS:  0010 DS:  ES:  CR0: 8005003b 
[313919.502883] CR2: 88007f873133 CR3: 01603000 CR4: 
06e0 
[313919.502930] DR0:  DR1:  DR2: 
 
[313919.502977] DR3:  DR6: 0ff0 DR7: 
0400 
[313919.503024] Process kswapd1 (pid: 78, threadinfo 88085e35e000, task 
88085e35ae60) 
[313919.503072] Stack: 
[313919.503094]  0082 88107f01d5c0 88087f4761c0 
88107f04a340
[313919.503160]   0001  
810ed7ea
[313919.503226]  8802f1a7c280 88107f01d5c0 88107f04a340 
880004716c90
[313919.503290] Call Trace: 
[313919.503318]  [810ed7ea] ? __drain_alien_cache+0x94/0xa9 
[313919.503351]  [810ed486] ? __cache_free.clone.30+0x8f/0x196 
[313919.503383]  [810ed5b2] ? kmem_cache_free+0x25/0x69 
[313919.503420]  [8111d252] ? free_buffer_head+0x1f/0x30 
[313919.503452]  [8111d4d8] ? try_to_free_buffers+0x94/0xa6 
[313919.508629]  [a031ae19] ? xfs_vm_releasepage+0x82/0x8b [xfs] 
[313919.508668]  [810c3b66] ? shrink_page_list+0x2ef/0x496 
[313919.508701]  [810c412b] ? shrink_inactive_list+0x23a/0x391 
[313919.508739]  [811a79ae] ? radix_tree_gang_lookup_tag+0x7e/0xd2 
[313919.508773]  [810c4932] ? shrink_zone+0x3ad/0x4ac 
[313919.508810]  [81335b15] ? _cond_resched+0x9/0x20 
[313919.508841]  [810c55f9] ? balance_pgdat+0x28e/0x514 
[313919.508873]  [810c5b33] ? 

Bug#646577: epdfview: Doesn't honour desktop DPI setting

2011-10-25 Thread Daniel Dickinson
Package: epdfview
Version: 0.1.7-4
Severity: normal


At least for Xfce doesn't honour a custom DPI setting (under 
Settings|Appearances|Fonts in Xfce).

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages epdfview depends on:
ii  libc6  2.11.2-10 Embedded GNU C Library: Shared lib
ii  libcups2   1.4.4-7   Common UNIX Printing System(tm) - 
ii  libgcc11:4.4.5-8 GCC support library
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libpango1.0-0  1.28.3-1+squeeze2 Layout and rendering of internatio
ii  libpoppler-glib4   0.12.4-1.2PDF rendering library (GLib-based 
ii  libstdc++6 4.4.5-8   The GNU Standard C++ Library v3

epdfview recommends no packages.

Versions of packages epdfview suggests:
pn  poppler-data  none (no description available)

-- 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#646578: rekonq: Configuration file ~/.kde/share/config/kdedrc not writable

2011-10-25 Thread Pawel Tecza
Package: rekonq
Version: 0.7.0-1
Severity: normal

Dear Maintainer,

Today I've installed rekonq under my Debian Wheezy box with
GNOME environment I prefer. Just out of curiosity, I read that
it's a fast and lightweight web browser, so I wanted to try it :)

When I launched rekonq initially, then I could see a dialog box
with a following message:

Configuration file ~/.kde/share/config/kdedrc not writable.
Please contact your system administrator.

I've uploaded the screenshot at TinyPic, maybe it will be helpful
for you:

http://tinypic.com/r/5a3z3c/7

Fortunately the issue is not serious. When I clicked OK button,
then rekonq started and worked fine for me.

Please note that the problem doesn't occur for the second and next
rekonq's launches.

I believe that the file permissions are OK here:

ptecza@bumpy:~$ id
uid=1000(ptecza) gid=1000(ptecza)
groups=1000(ptecza),20(dialout),24(cdrom),25(floppy),27(sudo),29(audio),44(video),46(plugdev),108(netdev)
ptecza@bumpy:~$
ptecza@bumpy:~$ ls -ld ~/.kde/
drwx-- 3 ptecza ptecza 71 Oct 25 10:23 /home/ptecza/.kde/
ptecza@bumpy:~$
ptecza@bumpy:~$ ls -ld ~/.kde/share/
drwx-- 4 ptecza ptecza 30 Oct 25 10:23 /home/ptecza/.kde/share/
ptecza@bumpy:~$
ptecza@bumpy:~$ ls -ld ~/.kde/share/config/
drwxr-xr-x 2 ptecza ptecza 21 Oct 25 10:23 /home/ptecza/.kde/share/config/
ptecza@bumpy:~$
ptecza@bumpy:~$ ls -l ~/.kde/share/config/
total 4
-rw--- 1 ptecza ptecza 53 Oct 25 10:23 kdebugrc
ptecza@bumpy:~$
ptecza@bumpy:~$ cat /home/ptecza/.kde/share/config/kdebugrc
[kbuildsycoca4]
InfoOutput=4

[knotify]
InfoOutput=4
ptecza@bumpy:~$


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

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

Versions of packages rekonq depends on:
ii  kdebase-bin   4:4.6.5-1
ii  kdebase-runtime   4:4.6.5-1+b1
ii  libc6 2.13-21
ii  libkcmutils4  4:4.6.5-2
ii  libkdecore5   4:4.6.5-2
ii  libkdeui5 4:4.6.5-2
ii  libkdewebkit5 4:4.6.5-2
ii  libkio5   4:4.6.5-2
ii  libkparts44:4.6.5-2
ii  libqt4-dbus   4:4.7.3-5
ii  libqt4-network4:4.7.3-5
ii  libqt4-script 4:4.7.3-5
ii  libqt4-xml4:4.7.3-5
ii  libqtcore44:4.7.3-5
ii  libqtgui4 4:4.7.3-5
ii  libqtwebkit4  2.1.0~2011week13-2
ii  libstdc++64.6.1-15
ii  libthreadweaver4  4:4.6.5-2

rekonq recommends no packages.

Versions of packages rekonq suggests:
pn  kget  none

-- 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#589614: Breaks nitech arctic hts 2.1 voices

2011-10-25 Thread Peter Drysdale
Dear Trent Buck and Festival users in Debian and Ubuntu,

I have applied a commit to the git repository for Debian festival, currently
located at:

anonscm.debian.org/gitweb/?p=tts/festival.git

The patch provides a compatibility module (known as hts21_engine) to allow
festival 2.1 to use older HTS 2.1 voices such as the very popular nitech
voices.
The patch must be compiled into festival.
To use the older voices a very slight change of two lines must be made to
the voice.
These lines are in a file in the festvox directory of the voice but
the name of the file changes from voice to voice. The lines to be replaced
are the following:

  (require 'hts)

must be replaced with:

  (require 'hts21compat)

and the line:

  (Parameter.set 'Synth_Method 'HTS)

must be replaced with:

  (Parameter.set 'Synth_Method 'HTS21)

Please note the compatibility module is intended to operate separately
and in parallel with the modern HTS engine known as hts_engine.
There is no need to modify newer HTS 2.1.1 voices. They use hts_engine.
We recommend that users move to newer voices when available as the
hts21_engine may not be ported to future releases in Debian of festival.

The git repository will be pushed to unstable and thence testing whenever
the usual
upload occurs.
In the meantime feel free to compile and build the package directly from our
source
git repository.

This compatibility module can in principle be applied to Debian squeeze
and/or released
versions of Ubuntu with appropriate compiling. Please contact me if you wish
to do this.

with the very best of regards,
Peter


Bug#644454: wget: Server-side cache should be disabled by default (like with Firefox)

2011-10-25 Thread Noël Köthe
tags 644454 + wontfix
thanks

Hello Vincent,

Am Donnerstag, den 06.10.2011, 05:06 +0200 schrieb Vincent Lefevre:

 Server-side cache should be disabled by default, otherwise one can
 get obsolete data.
 
 For instance, more than 48 hours after I did a change on the French
 Wikipedia, wget was still getting the old data, while Firefox was
 getting the new data.
 
 Note: I first tried --no-proxy (though I'm not aware of any proxy
 being used), but this didn't have any effect.

You saw the new data in firefox because I guess you were logged in as
described here:
https://secure.wikimedia.org/wikipedia/en/wiki/Wikipedia:Bypass_your_cache#Server_cache

Adding no-cache as the default option for everybody would result in bad
performance for alot of services thats why servers have these caches and
upstream disabled it by default. I will stay with the default setting
for no-cache.

-- 
Noël Köthe noel debian.org
Debian GNU/Linux, www.debian.org


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


Bug#646570: extlinux: Boot error on boot

2011-10-25 Thread Daniel Baumann
tag 646570 unreproducible
tag 646570 moreinfo
thanks

On 10/25/2011 11:20 AM, Arne Wichmann wrote:
 After running
 
 extlinux-install /dev/hda
 extlinux-update

the order should be extlinux-update, and then extlinux-install; not the
other way round.

please retry..

-- 
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#646579: rekonq: Unable to save bookmarks in ~/.kde/share/apps/konqueror/bookmarks.xml

2011-10-25 Thread Pawel Tecza
Package: rekonq
Version: 0.7.0-1
Severity: normal

Dear Maintainer,

I've found a next problem with rekonq. When I quit it, then I can
see a dialog box with a following error message:

Unable to save bookmarks in ~/.kde/share/apps/konqueror/bookmarks.xml

The full content of the message you can see at TinyPic:

http://tinypic.com/r/91gri1/7

I believe that the real reason of the issue is missing
~/.kde/share/apps/konqueror directory or bad path, because it should
be rather ~/.kde/share/apps/rekonq:

ptecza@bumpy:~$ cd ~/.kde/share/apps/
ptecza@bumpy:~/.kde/share/apps$
ptecza@bumpy:~/.kde/share/apps$ ls -l
total 0
drwx-- 3 ptecza ptecza 16 Oct 25 10:29 kconf_update
drwx-- 2 ptecza ptecza 20 Oct 25 10:35 kcookiejar
drwx-- 3 ptecza ptecza 31 Oct 25 10:29 kssl
drwx-- 2 ptecza ptecza  6 Oct 25 10:33 kwallet
drwx-- 2 ptecza ptecza 48 Oct 25 10:32 rekonq
ptecza@bumpy:~/.kde/share/apps$
ptecza@bumpy:~/.kde/share/apps$ ls rekonq/
adblock  history  session
ptecza@bumpy:~/.kde/share/apps$

I work around the bug by creating a symlink and the dialog box
disappeared:

ptecza@bumpy:~/.kde/share/apps$ ln -s rekonq konqueror
ptecza@bumpy:~/.kde/share/apps$
ptecza@bumpy:~/.kde/share/apps$ ls -l
total 0
drwx-- 3 ptecza ptecza 16 Oct 25 10:29 kconf_update
drwx-- 2 ptecza ptecza 20 Oct 25 10:35 kcookiejar
lrwxrwxrwx 1 ptecza ptecza  6 Oct 25 10:37 konqueror - rekonq
drwx-- 3 ptecza ptecza 31 Oct 25 10:29 kssl
drwx-- 2 ptecza ptecza  6 Oct 25 10:33 kwallet
drwx-- 2 ptecza ptecza 48 Oct 25 10:32 rekonq
ptecza@bumpy:~/.kde/share/apps$
ptecza@bumpy:~/.kde/share/apps$ ls -l rekonq/
total 464
-rw--- 1 ptecza ptecza 458354 Oct 25 10:29 adblock
-rw-r--r-- 1 ptecza ptecza587 Oct 25 10:37 bookmarks.xml
-rw-r--r-- 1 ptecza ptecza587 Oct 25 10:37 bookmarks.xml.bak
-rw-r--r-- 1 ptecza ptecza  0 Oct 25 10:37 bookmarks.xml.tbcache
-rw-r--r-- 1 ptecza ptecza 93 Oct 25 10:34 history
-rw-r--r-- 1 ptecza ptecza 45 Oct 25 10:34 session
ptecza@bumpy:~/.kde/share/apps$


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

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

Versions of packages rekonq depends on:
ii  kdebase-bin   4:4.6.5-1
ii  kdebase-runtime   4:4.6.5-1+b1
ii  libc6 2.13-21
ii  libkcmutils4  4:4.6.5-2
ii  libkdecore5   4:4.6.5-2
ii  libkdeui5 4:4.6.5-2
ii  libkdewebkit5 4:4.6.5-2
ii  libkio5   4:4.6.5-2
ii  libkparts44:4.6.5-2
ii  libqt4-dbus   4:4.7.3-5
ii  libqt4-network4:4.7.3-5
ii  libqt4-script 4:4.7.3-5
ii  libqt4-xml4:4.7.3-5
ii  libqtcore44:4.7.3-5
ii  libqtgui4 4:4.7.3-5
ii  libqtwebkit4  2.1.0~2011week13-2
ii  libstdc++64.6.1-15
ii  libthreadweaver4  4:4.6.5-2

rekonq recommends no packages.

Versions of packages rekonq suggests:
pn  kget  none

-- 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#614254: [gcc-4.4] Please support ppc64

2011-10-25 Thread Hiroyuki Yamamoto
(2011-10-25 20:11 +0100), Matthias Klose wrote: 
 On 20.02.2011 18:27, Hiroyuki Yamamoto wrote:
 Package: gcc-4.4
 Please support ppc64.
 
 please send patches for gcc-4.5 and gcc-4.6 as well. Note that the symbols 
 files
 are missing for other runtime libraries too.
 

Would you support also in gcc-4.4, although already supported in gcc-4.5 or 
gcc-4.6?

Regards,
-- 
Hiroyuki Yamamoto
A75D B285 7050 4BF9 AEDA  91AC 3A10 59C6 5203 04DC



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



Bug#646580: libboost1.46-dev: boost thread and C++0X

2011-10-25 Thread Marc Glisse
Package: libboost1.46-dev
Version: 1.46.1-7
Severity: minor

Hello,

with gcc-snapshot 20111023-1 and option -std=c++0x, the following fails
to compile:

#include boost/thread.hpp

I tested with boost trunk and the problem is fixed there. 1.47 still has
the issue. Copying a new version of boost/smart_ptr/shared_ptr.hpp seems
sufficient, although boost commit 73202 also seems to modify weak_ptr
and shared_array.

I set the severity to minor because I don't think using gcc-snapshot
(with an experimental option at that) is supported and g++-4.7 is not
for tomorrow. But it does force me to copy a newer boost file into my
project.


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

Kernel: Linux 3.0.0-1-amd64 (SMP w/8 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 libboost1.46-dev depends on:
ii  libc6   2.13-21   
ii  libgcc1 1:4.6.1-15
ii  libicu444.4.2-2   
ii  libstdc++6  4.6.1-15  
ii  libstdc++6-4.2-dev [libstdc++-dev]  4.2.4-6   
ii  libstdc++6-4.4-dev [libstdc++-dev]  4.4.6-11  
ii  libstdc++6-4.5-dev [libstdc++-dev]  4.5.3-9   
ii  libstdc++6-4.6-dev [libstdc++-dev]  4.6.1-15  

libboost1.46-dev recommends no packages.

Versions of packages libboost1.46-dev suggests:
ii  default-jdk   1:1.6-43 
ii  docbook-xml   4.5-7
ii  docbook-xsl   1.75.2+dfsg-5
ii  doxygen   1.7.4-4  
ii  fop   1:1.0.dfsg2-3
ii  libboost-date-time1.46-dev1.46.1-7 
ii  libboost-filesystem1.46-dev   1.46.1-7 
ii  libboost-graph-parallel1.46-dev   1.46.1-7 
ii  libboost-graph1.46-dev1.46.1-7 
ii  libboost-iostreams1.46-dev1.46.1-7 
ii  libboost-math1.46-dev 1.46.1-7 
ii  libboost-mpi1.46-dev  1.46.1-7 
ii  libboost-program-options1.46-dev  1.46.1-7 
ii  libboost-python1.46-dev   1.46.1-7 
ii  libboost-random1.46-dev   1.46.1-7 
ii  libboost-regex1.46-dev1.46.1-7 
ii  libboost-serialization1.46-dev1.46.1-7 
ii  libboost-signals1.46-dev  1.46.1-7 
ii  libboost-system1.46-dev   1.46.1-7 
ii  libboost-test1.46-dev 1.46.1-7 
ii  libboost-thread1.46-dev   1.46.1-7 
ii  libboost-wave1.46-dev 1.46.1-7 
ii  libboost1.46-doc  none   
ii  xsltproc  1.1.26-8 

-- 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#546418: libenchant1c2a: Command enchant, problems with

2011-10-25 Thread Agustin Martin
On Sun, Sep 13, 2009 at 11:47:05AM +0300, Tapio Lehtonen wrote:
 Package: libenchant1c2a
 Version: 1.4.2-3.3
 Severity: normal

Hi, Tapio.

Recently prepared a QA upload for enchant and am now looking at other bug
reports for it,
 
 Man page for enchant does not mention option -d (nor -h).
 
 $ enchant -h
 Usage: enchant [options] -a|-d dict|-l|-L|-m|-v[v]|file
-a lists alternatives.
-d dict uses dictionary dict.
-l lists misspellings.
-m is ignored.
-L displays line numbers.
-v displays program version.

Not only that, -a does not list alternatives, but means pipe mode in the same
was as for ispell

 Furhermore enchant -d fi and -d fi_FI do not produce the same result.
 Looks like -d fi works as expected, -d fi_FI makes strange results.

 $ cat test-material-for-enchant-2.txt 
 Hallinnolliset tiedot
 Tietoa tästä ohjeesta
 This manual was created for Sarge's debian-installer, based on the
 Woody 
 installation manual for boot-floppies, which was based on earlier
 Debian 
 installation manuals, and on the Progeny distribution manual which was 
 released under GPL in 2003.

Is this still true?

 $ enchant -l -d fi  test-material-for-enchant-2.txt
 $ enchant -l -d fi_FI  test-material-for-enchant-2.txt

seems to work well here (Note that this is enchant 1.6.0, so this problem
may have been fixed in the meantime)

 According to enchant-lsmod, a different backend is used for fi_FI than
 for fi.
 $ enchant-lsmod -list-dicts
 fi (voikko)
 en (ispell)
 en_PH (ispell)
 en_US (ispell)
 fi_FI (myspell)
 tr (zemberek)

This is also the result here, but voikko seems indeed used for both fi anf
fi_FI,

$ enchant-lsmod -lang fi
fi (voikko)

$ enchant-lsmod -lang fi_FI
fi_FI (voikko)

Will try to look deeper when I have time.

 At least the man pages needs more material. Maybe the program works as
 intended, but the docs should document the intentions.

Agreed. There are already two patches for that man page and as mentioned
above more changes are needed.

Thanks for your feedback,

Regards,

-- 
Agustin



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



Bug#642934: Alternatives to aircrack

2011-10-25 Thread Alexander Reichle-Schmehl
Hi!

Am 24.10.2011 05:39, schrieb Carlos Alberto Lopez Perez:
 Better alternatives exist.
 They do? Such as? [Not disagreeing, just surprised to hear this, and I
 have been unable to find anything remotely comparable by STW.]
 There isn't any good alternative to aircrack-ng for wireless security
 auditing.
 
 So please don't remove this package from Debian.
 
 I was very surprised today when I tried to install aircrack-ng on a
 Debian box and apt was unable to find it.

Well, as you noticed:  The package has already been removed (about a
month ago, after it has been removed from testing nearly a year ago), so
there's not much we (as the ftp-team) can do now.

Please also note, that even if there are no alternatives to the package
the original bug report also stated: It has unresolved license
problems, is not part of stable and genereally unmaintained.

If you care about aircrack-ng feel free to take over maintenance of the
package and solve the issues the package had, and it can be added to
Debian again.


Best regards,
  Alexander



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



Bug#646556: ITP: phantomjs -- minimalistic headless WebKit-based with JavaScript API

2011-10-25 Thread Eric Cooper
On Tue, Oct 25, 2011 at 02:12:33PM +0900, TANIGUCHI Takaki wrote:
 Package: wnpp
 Owner: tak...@debian.org
 Severity: wishlist
 
 * Package name: phantomjs
   Version : 1.3.0
   Upstream Author : Ariya Hidayat ariya.hida...@gmail.com
 * URL or Web page : http://code.google.com/p/phantomjs/
 * License : BSD-3-clause
   Description : minimalistic headless WebKit-based with JavaScript API
  PhantomJS is a minimalistic, headless, WebKit-based, JavaScript-driven tool.
  PhantomJS has native support for different web technologies: DOM handling,
  CSS selector, JSON, Canvas, SVG, and of course JavaScript.

Please include more of the explanatory text from
http://www.phantomjs.org/ in your long description.
I couldn't tell what this was useful for until I read that.

-- 
Eric Cooper e c c @ c m u . e d u



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



Bug#646577: epdfview: Doesn't honour desktop DPI setting

2011-10-25 Thread Yves-Alexis Perez
On mar., 2011-10-25 at 06:50 -0400, Daniel Dickinson wrote:
 At least for Xfce doesn't honour a custom DPI setting (under Settings|
 Appearances|Fonts in Xfce).

I'm not too sure what should be the behavior of pdf wrt. DPI. Could you
try with evince-gtk and report if it's different and if it follows DPI
settings?

Regards,
-- 
Yves-Alexis


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


Bug#646581: boincmgr and boinccmd fail to authenticate - looking in wrong place

2011-10-25 Thread locutusofborg
Package: boinc
Severity: important
Tags: squeeze

Binary package hint: boinc-manager

Fowarding bug from https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/347651

Right after installing boinc-client and boinc-manager, running boinccmd from a 
terminal makes it always say Authentication failure, unless --passwd is given 
explicitly. Running boincmgr from a terminal (instead of the program launcher 
menu) make it unable to connect too, unless the password is given in the 
Connect to computer dialog.

Both of these problems go away if the commands are run from 
/var/lib/boinc-client or /etc/boinc-client, which is what the BOINC Manager 
program launcher does.

I think both programs should be modified to look in 
/etc/boinc-client/gui_rpc_auth.cfg. Currently, they only look in the current 
directory.


-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 
'oneiric-proposed'), (500, 'oneiric'), (100, 'oneiric-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-13-generic (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



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



Bug#646582: qpopper: should this package be removed?

2011-10-25 Thread Simon McVittie
Package: qpopper
Version: 4.0.9.dfsg-1.2
Severity: serious
Justification: unmaintained, FTBFS, multiple RC bugs, alternatives exist
User: debian...@lists.debian.org
Usertags: proposed-removal

[X-Debbugs-Cc to the new maintainer in experimental, who uploaded one
alpha version in 2007.]

qpopper seems like a possible candidate for removal from Debian:

* RC-buggy (fails to build from source with newer OpenSSL, easy patch
  in Ubuntu; qpopper-drac doesn't work with modern pam; sid maintainer's
  email address is broken)
* not in wheezy, no new upstream version since before lenny
* alternatives exist (Dovecot is a perfectly good POP3 server, and also does
  IMAP)
* unsupported upstream, no release since 2008
* requires recompilation for configuration changes (mbox vs. maildir)

If you want to keep this package around in Debian, please close this bug,
and do an upload to unstable to fix the many issues in this package.

If you don't think it's worth keeping, please send the following commands
to cont...@bugs.debian.org, replacing nn with this bug's number:

severity nn normal
reassign nn ftp.debian.org
retitle nn RM: packagename -- RoM; reasons
thanks 

For more information, see
http://wiki.debian.org/ftpmaster_Removals
http://ftp-master.debian.org/removals.txt

Regards,
smcv



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



Bug#646583: boincmgr and boinccmd fail to authenticate - looking in wrong place

2011-10-25 Thread locutusofborg
Package: boinc-client
Severity: important
Tags: squeeze

Fowarding bug from https://bugs.launchpad.net/ubuntu/+source/boinc/+bug/347651
Binary package hint: boinc-manager

Right after installing boinc-client and boinc-manager, running boinccmd from a 
terminal makes it always say Authentication failure, unless --passwd is given 
explicitly. Running boincmgr from a terminal (instead of the program launcher 
menu) make it unable to connect too, unless the password is given in the 
Connect to computer dialog.

Both of these problems go away if the commands are run from 
/var/lib/boinc-client or /etc/boinc-client, which is what the BOINC Manager 
program launcher does.

I think both programs should be modified to look in 
/etc/boinc-client/gui_rpc_auth.cfg. Currently, they only look in the current 
directory.


-- System Information:
Debian Release: wheezy/sid
  APT prefers oneiric-updates
  APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 
'oneiric-proposed'), (500, 'oneiric'), (100, 'oneiric-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-13-generic (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



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



Bug#646584: [kdm] keyboard accelerators in shutdown menu are not honoured

2011-10-25 Thread Wouter M. Koolen

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

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

Hi guys,

ALT-s brings up the shutdown menu. In it, we see Restart and Turn off 
buttons. Their initial R and T are underlined, meaning that by pressing 
ALT-r or ALT-t I should be able to activate them. This used to work but 
does not anymore. The buttons can be activated by mouse just fine. It is 
the keyboard accelerators that are not honoured.


With kind regards,

Wouter


--- System information. ---
Architecture: amd64
Kernel: Linux 3.0.7.git

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
libc6 (= 2.3) | 2.13-21
libck-connector0 (= 0.2.1) | 0.4.5-1
libdbus-1-3 (= 1.0.2) | 1.4.16-1
libkdecore5 (= 4:4.6.3) | 4:4.6.5-2
libkdeui5 (= 4:4.6.3) | 4:4.6.5-2
libkio5 (= 4:4.6.3) | 4:4.6.5-2
libknewstuff3-4 (= 4:4.6.3) | 4:4.6.5-2
libkworkspace4 (= 4:4.6.5-3) | 4:4.6.5-3
libpam0g (= 0.99.7.1) | 1.1.3-4
libqimageblitz4 (= 1:0.0.4) | 1:0.0.6-4
libqt4-svg (= 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~beta1) | 4:4.7.3-5
libqtgui4 (= 4:4.5.3) | 4:4.7.3-5
libstdc++6 (= 4.1.1) | 4.6.1-15
libx11-6 | 2:1.4.4-2
libxau6 | 1:1.0.6-3
libxdmcp6 | 1:1.1.0-3
libxtst6 | 2:1.2.0-3
debconf (= 0.5) | 1.5.40
OR debconf-2.0 |
lsb-base (= 3.2-14) | 3.2-28
consolekit | 0.4.5-1
kdebase-workspace-kgreet-plugins (= 4:4.6.5-3) | 4:4.6.5-3
adduser | 3.113


Recommends (Version) | Installed
==-+-===
logrotate | 3.7.8-6
xserver-xorg | 1:7.6+9
OR xserver |
kdebase |
OR x-session-manager |
OR x-window-manager |
xterm | 271-1
OR x-terminal-emulator |


Suggests (Version) | Installed
-+-===
kdepasswd | 4:4.6.5-1







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



Bug#644896: pflogsumm: fails to process log files using RFC 3339 timestamps

2011-10-25 Thread Mihai Stan
Hi Sven,

Sorry about the previous patches, readability wasn't something that I
considered, I admit it.

Here's the unified format patch, hope it's OK now.


Regards,
Mihai

On 10/16/2011 08:59 PM, Sven Hoexter wrote:
 severity 644896 normal
 tags 644896 - patch
 thanks

 On Wed, Oct 12, 2011 at 12:36:47PM +0300, Mihai Stan wrote:

 Hi,

 your patch doesn't apply here against the pflogsumm.pl as shiped in the
 source package, which should be unmodified. When you rediff please provide
 it in the unified format (-u). Honestly, the default diff format is just 
 pain to read.

 Sven

diff -u pflogsumm-1.1.3-orig//pflogsumm.pl pflogsumm-1.1.3/pflogsumm.pl
--- pflogsumm-1.1.3-orig//pflogsumm.pl  2010-03-20 20:00:42.0 +
+++ pflogsumm-1.1.3/pflogsumm.pl2011-10-11 15:25:31.0 +
@@ -451,7 +451,7 @@
 
 my (
 $cmd, $qid, $addr, $size, $relay, $status, $delay,
-$dateStr,
+$dateStr, $dateStrRFC3339,
 %panics, %fatals, %warnings, %masterMsgs,
 %msgSizes,
 %deferred, %bounced,
@@ -612,13 +612,14 @@
 }
 
 $dateStr = get_datestr($opts{'d'}) if(defined($opts{'d'}));
+$dateStrRFC3339 = get_datestr($opts{'d'}, 'rfc3339')  if(defined($opts{'d'}));
 
 # debugging
 #open(UNPROCD,  unprocessed) ||
 #die couldn't open \unprocessed\: $!\n;
 
 while() {
-next if(defined($dateStr)  ! /^$dateStr/o);
+next if((defined($dateStr)  ! /^$dateStr/o)  (defined($dateStrRFC3339) 
 ! /^$dateStrRFC3339/o));
 s/: \[ID \d+ [^\]]+\] /: /o;   # lose [ID nn some.thing] stuff
 my $logRmdr;
 
@@ -631,7 +632,7 @@
 } else {
# RFC 3339 timestamp format?
next unless((($msgYr, $msgMon, $msgDay, $msgHr, $msgMin, $msgSec, 
$logRmdr) =
-   
/^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2})(?:[\+\-](?:\d{2}):(?:\d{2})|Z)
 \S+ (.+)$/o) == 10);
+   
/^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2}):(\d{2})(?:[\+\-](?:\d{2}):(?:\d{2})|Z)
 \S+ (.+)$/o) == 7);
# RFC 3339 months start at 1, we index from 0
--$msgMon;
 }
@@ -1500,6 +1501,7 @@
 # return a date string to match in log
 sub get_datestr {
 my $dateOpt = $_[0];
+  my $format = $_[1];
 
 my $time = time();
 
@@ -1509,9 +1511,13 @@
 } elsif($dateOpt ne today) {
die $usageMsg\n;
 }
-my ($t_mday, $t_mon) = (localtime($time))[3,4];
+my ($t_mday, $t_mon, $t_year) = (localtime($time))[3,4,5];
 
-return sprintf(%s %2d, $monthNames[$t_mon], $t_mday);
+  if(defined($format)  $format eq 'rfc3339') {
+  return sprintf(%4d-%2d-%2d, $t_year+1900, $t_mon+1, $t_mday);
+  } else {
+  return sprintf(%s %2d, $monthNames[$t_mon], $t_mday);
+  }
 }
 
 # if there's a real domain: uses that.  Otherwise uses the IP addr.


Bug#646585: Package acerhkgui has got no dots in blank lines in Description field, causing errors in dpkg

2011-10-25 Thread Mladen B.
Package: acerhkgui
Version: latest (squeeze, 2011-10-25)

Hi,

When I tried apt-get dist-upgrade today, dpkg was reporting some errors like 
blank line in value of field 'Description' in var/lib/dpkg/status package 
`acerhkgui`I'm not sure if the message was exactly written as I wrote it, 
because I couldn't finish the upgrade process (and thus couldn't install 
reportbug to submit the bug regularly), so I'm sorry about that.

However, I solved the bug by editting 2 files /var/lib/dpkg/status and 
/var/lib/dpkg/available, first finding the package acerhkgui, then correcting 
its Description field which was like:

a
b

cc




and should be like this:

a
b
.
cc

.


Anyway, it was an easy fix, but I thought it would be nice to report that 
little bug :)

Cheers :)

Bug#646581: (no subject)

2011-10-25 Thread Gianfranco Costamagna
This bug should be closed, opened against wrong package.


Bug#646586: dict-freedict-deu-eng complains on locale during installation

2011-10-25 Thread jaakov

Package: dict-freedict-deu-eng
Version: 1.3-4

During installation, the following message appears:

Setting up dict-freedict-deu-eng (1.3-4) ...
  The parameter --locale=xx_YY.utf-8 was not set in your 
/etc/default/dictd,

  so after installing this package dictd may stop working.

So far, the only, probably unrelated, ill effect which I observe is that 
one has to adjust the gnome terminal settings manually to get the right 
characters in the output of the dict program.


I cannot confirm the total absence of ill effects, though.



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



Bug#646587: pnp4nagios: Apache Configuration depends on Nagios, while Icinga is also supported

2011-10-25 Thread Alexander Reichle-Schmehl
Package: pnp4nagios
Version: 0.6.12-1~bpo60+1
Severity: wishlist
Tags: patch


Hi!

I just installen pnp4nagios (via backports), but using icinga and following
the steps in /usr/share/doc/pnp4nagios/README.Debian just resulted in
internal server errors, till I found out, that I also needed to change the
path to the htpasswd file.

Could you please add something like the following to the README.Debian (if
there's no more elegant way to solve the issue):


Installation with Icinga

If you use Icinga you also have to change /etc/pnp4nagios/apache.conf and
replace the line AuthUserFile /etc/icinga/htpasswd.users with
AuthUserFile /etc/icinga/htpasswd.users.



Best regards,
  Alexander

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

Kernel: Linux 2.6.32-5-xen-686 (SMP w/1 CPU core)
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15) (ignored: 
LC_ALL set to de_DE@euro)
Shell: /bin/sh linked to /bin/bash



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



Bug#646585: Package acerhkgui has got no dots in blank lines in Description field, causing errors in dpkg

2011-10-25 Thread Gergely Nagy
Mladen B. mladen...@gmail.com writes:

 Package: acerhkgui
 Version: latest (squeeze, 2011-10-25)

I cannot find such a package in Debian, neither in squeeze, nor in
sid. Are you sure you didn't install it from a third party repository?

In case you did, the problem should be reported to them, not to
Debian. We can't fix packages that are not in our archive.

-- 
|8]




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



Bug#646588: idjc: socket problem

2011-10-25 Thread raffaele morelli
Package: idjc
Version: 0.8.5-3
Severity: important


I am trying to stream audio with shoutcast and idjc.
Everything works fine when streaming playlists or live capture but 
nothing happens with idjc.

When trying to connect to shoutcast server idjc raises this error:

encoder_start: resampler will not be used
encoder_start: successfully started the encoder
streamer_connect: shout_get_error reports: Socket error
encoder_unregister_client called
encoder_unregister_client finished
command failed for command: server_connect
streamer_disconnect: disconnection_request is set
streamer_disconnect: disconnection complete
encoder_plugin_terminate: waiting for encoder to finish
strange error flushing buffer ...
live_mp3_encoder_main: flushing 0 bytes
live_mp3_encoder_main: performing cleanup
live_mp3_encoder_main: finished cleanup

Moreover, I can't change mount point and login name in the idjc
connection tab under configuration.

best regards
-raffaele



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

Kernel: Linux 2.6.39-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=it_IT@euro, LC_CTYPE=it_IT@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages idjc depends on:
ii  jackd 5   
ii  libavcodec53  5:0.8.5-0.0 
ii  libavformat53 5:0.8.5-0.0 
ii  libc6 2.13-21 
ii  libflac8  1.2.1-6 
ii  libglib2.0-0  2.28.6-1
ii  libjack-jackd2-0 [libjack-0.116]  1.9.7~dfsg-1
ii  libmad0   0.15.1b-6   
ii  libmp3lame0   1:3.98.4-0.2
ii  libogg0   1.2.2~dfsg-1
ii  libsamplerate00.1.8-1 
ii  libshout3 2.2.2-5+b1  
ii  libsndfile1   1.0.25-3
ii  libspeex1 1.2~rc1-1   
ii  libvorbis0a   1.3.2-1 
ii  libvorbisenc2 1.3.2-1 
ii  python2.7.2-9 
ii  python-gtk2   2.24.0-2
ii  python-mutagen1.20-1  
ii  python2.6 2.6.7-3 
ii  python2.7 2.7.2-5 

Versions of packages idjc recommends:
ii  python-eyed3  0.6.17-2

Versions of packages idjc suggests:
ii  ffmpeg  5:0.8.5-0.0

-- 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#646572: whois server update for .hr

2011-10-25 Thread Marco d'Itri
On Oct 25, Josip Rodin j...@debbugs.entuzijast.net wrote:

 In general, it would be useful to automatically propagate IANA data
 rather than hardcode.
In general, in the past my list often had better data than the official
IANA one.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#646585: Package acerhkgui has got no dots in blank lines in Description field, causing errors in dpkg

2011-10-25 Thread Mladen B.


- Original Message - 
From: Gergely Nagy alger...@balabit.hu

To: Mladen B. mladen...@gmail.com
Cc: 646...@bugs.debian.org
Sent: Tuesday, October 25, 2011 2:14 PM
Subject: Re: Bug#646585: Package acerhkgui has got no dots in blank lines 
in Description field, causing errors in dpkg




Mladen B. mladen...@gmail.com writes:


Package: acerhkgui
Version: latest (squeeze, 2011-10-25)


I cannot find such a package in Debian, neither in squeeze, nor in
sid. Are you sure you didn't install it from a third party repository?

In case you did, the problem should be reported to them, not to
Debian. We can't fix packages that are not in our archive.

--
|8]






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



Bug#646585: Package acerhkgui has got no dots in blank lines in Description field, causing errors in dpkg

2011-10-25 Thread Mladen B.

From: Gergely Nagy alger...@balabit.hu


Mladen B. mladen...@gmail.com writes:


Package: acerhkgui
Version: latest (squeeze, 2011-10-25)


I cannot find such a package in Debian, neither in squeeze, nor in
sid. Are you sure you didn't install it from a third party repository?

In case you did, the problem should be reported to them, not to
Debian. We can't fix packages that are not in our archive.


Im really sorry, my mistake, its testing, not squeeze. I use a lot of boxes
and I inertially said squeeze, since I use that one the most. So, its
testing (in /etc/apt/sources.list) and not squeeze. Sorry again.




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



Bug#640493: postgresql-common: logrotate 3.8.0 breaks postgresql log rotation.

2011-10-25 Thread Jens Lody
Am Sonntag, den 25.09.2011, 17:34 +0200 schrieb Martin Pitt:

Hello Martin, 
 Hello Christoph,
 
 Christoph Berg [2011-09-18 19:37 +0200]:
  I think it is necessary, just because a logrotate version was
  (un)available at build time doesn't mean that this will be the case at
  run time.
  
  Actually, the problem exists both ways, so unless I forgot some
  detail, p-common will probably need a Breaks: logrotate ( 3.8) with
  the hack (or a Depends) and a Breaks: logrotate (= 3.8) without it.
 
 Right, that'd be really correct. Done in bzr now.
 
 Martin
 

Wouldn't it be possible to add the line in the postinst-step ?
Or remove the line, if logrotate-version is less than 3.8 (I guess
removing is easier and less errorprone) ?
This should work for all versions including the backports.

-- 

Jens Lody

(Un-)official debian-repository for Code::Blocks:
http://apt.jenslody.de/


  |\  _,,,---,,_
  /,`.-'`'-.  ;-;;,_
|,4-  ) )-,_..;\ (  `'-'
  '---''(_/--'  `-'\_)



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


Bug#646572: whois server update for .hr

2011-10-25 Thread Josip Rodin
On Tue, Oct 25, 2011 at 12:09:45PM +0200, Marco d'Itri wrote:
 On Oct 25, Josip Rodin j...@debbugs.entuzijast.net wrote:
  In general, it would be useful to automatically propagate IANA data
  rather than hardcode.
 In general, in the past my list often had better data than the official
 IANA one.

A useful compromise would be to change the list parser to fetch from a
definitions file on run-time rather than on compile-time, and to allow
for a second definitions file to be loaded after the default one.

This would then allow updates only to such a file, which would be nice to
e.g. users of stable or volatile, no longer having to redo the whole package
just to update a few external variables.

BTW I should mention that whois.dns.hr does UTF-8.

-- 
 2. That which causes joy or happiness.



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



Bug#639818: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_4-28-ga416d28

2011-10-25 Thread Simon Josefsson
Nikos Mavrogiannopoulos n...@gnutls.org writes:

 On 10/25/2011 01:25 PM, Simon Josefsson wrote:
 Nikos Mavrogiannopoulos n...@gnutls.org writes:
 
 use coding.c from libtasn1 git, to avoid issue when compiled with 
 gcc-4.6.
 
 Hi Nikos!  What's the issue?  (maybe it hates strcat?)  Should I do a
 new libtasn1 release with the fix?

 It looks like a gcc issue. I've reported it at:
 http://lists.debian.org/debian-gcc/2011/08/msg00192.html

I wonder if that's not the same strlen bug I've seen sometimes:

https://bugzilla.redhat.com/show_bug.cgi?id=678518#c2

Possibly strcat does a strlen internally, which results in the optimized
strlen behaviour reading out of bounds that triggers valgrind.

 The fix is a work around, however given that there is no fix for gcc in
 debian, a new libtasn1 that doesn't have this issue would be best.

There is some gnulib fixes in there too, and maybe I can find some other
minor issue to fix as well so I can make another release.

/Simon



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



Bug#640493: postgresql-common: logrotate 3.8.0 breaks postgresql log rotation.

2011-10-25 Thread Martin Pitt
Jens Lody [2011-10-25 13:44 +0200]:
 Wouldn't it be possible to add the line in the postinst-step ?

No, you can't change dependencies in maintainer scripts. The point is
to stop apt from trying to install it in the first place.

 This should work for all versions including the backports.

The current solution should already work for backports. What is broken
right now?

Thanks,

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


signature.asc
Description: Digital signature


Bug#646589: README.txt mentions nonexisting INSTALL.txt and docs/ directory

2011-10-25 Thread Enrico Zini
Package: python-django-registration
Version: 0.7-2
Severity: normal

Hello,

/usr/share/doc/python-django-registration/README.txt says:

  For installation instructions, see the file INSTALL.txt in this
  directory; for instructions on how to use this application, and on
  what it provides, see the file overview.txt in the docs/
  directory.

That conflicts with the actual situation of the documentation directory
in Debian:

$ ls /usr/share/doc/python-django-registration/
changelog.Debian.gz  copyright   forms.txtmodels.txt.gz overview.txt.gz  
views.html
changelog.gz forms.html  models.html  overview.html  README.txt 
views.txt

...where there is no INSTALL.txt file and no docs/ directory.

I reckon that README.txt could disappear and be replaced by a
README.Debian


Ciao,

Enrico

-- 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/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

Versions of packages python-django-registration depends on:
ii  python  2.7.2-9
ii  python-django   1.3.1-2
ii  python-support  1.0.14 

python-django-registration recommends no packages.

python-django-registration 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#646590: coccinelle: version outdate and incompatible with patterns in linux source

2011-10-25 Thread Christoph Egger
Package: coccinelle
Severity: minor

Hi!

  Seems the coccinelle in unstable can't work with the pattern files
e.g. found in the linux tree. Would it be possible to get a more
recent version uploaded to unstable.

Regards

Christoph

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

Kernel: kFreeBSD 8.2-1-amd64
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



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



Bug#646591: phonon: ignores local phonondevicesrc

2011-10-25 Thread Dietmar Temme
Package: phonon
Version: 4:4.6.0really4.5.0-5
Severity: normal

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

[phonon] phonon ignores correct local rc, prepends with two newly created 
entries, shows only new entries in kde systemsettings


- prepended entries in ~/.kde/share/config/phonondevicesrc are:

[AudioDevice_/org/kde/solid/udev/sys/devices/pci:00/:00:01.0/:01:05.1/sound/card1/pcmC1D3p:playback]
cardName=HDA ATI HDMI (HDMI 0)
deleted=false
deviceNumber=3
hotpluggable=false
iconName=audio-card
index=-9
initialPreference=33
isAdvanced=true

[AudioDevice_/org/kde/solid/udev/sys/devices/pci:00/:00:14.2/sound/card0/pcmC0D0c:capture]
cardName=HDA ATI SB (VT1708S Analog)
deleted=false
deviceNumber=0
hotpluggable=false
iconName=audio-card
index=-10
initialPreference=36
isAdvanced=false

no other entries shown in kde systemsettings

- correct entry, not shown in kde systemsettings 

[AudioDevice_/org/kde/solid/udev/sys/devices/pci:00/:00:14.2/sound/card0/pcmC0D1p:playback]
cardName=HDA ATI SB (VT1708S Digital)
deleted=false
deviceNumber=1
hotpluggable=false
iconName=audio-card
index=-2
initialPreference=35
isAdvanced=true

- deleting the prepended entries and restarting kde helped for some time, but 
this doesn't work any longer.

- lspci | grep Audio

00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
01:05.1 Audio device: ATI Technologies Inc RS780 Azalia controller


(SBx00 is card0, RS780 is card1 in /proc/asound - i.e. no access to card0 as 
playback )



- lsmod | grep snd


snd_seq_dummy  12503  0 
snd_hda_codec_hdmi 26321  1 
snd_hda_codec_via  56995  1 
snd_hda_intel  26140  4 
snd_hda_codec  72699  3 
snd_hda_codec_hdmi,snd_hda_codec_via,snd_hda_intel
snd_hwdep  13186  1 snd_hda_codec
snd_pcm_oss41257  0 
snd_mixer_oss  17969  1 snd_pcm_oss
snd_pcm68104  5 
snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_midi   12848  0 
snd_rawmidi23297  1 snd_seq_midi
snd_seq_midi_event 13316  1 snd_seq_midi
snd_seq45208  3 snd_seq_dummy,snd_seq_midi,snd_seq_midi_event
snd_timer  22581  2 snd_pcm,snd_seq
snd_seq_device 13137  4 snd_seq_dummy,snd_seq_midi,snd_rawmidi,snd_seq
snd52823  19 
snd_hda_codec_hdmi,snd_hda_codec_via,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore  13152  1 snd
snd_page_alloc 13043  2 snd_hda_intel,snd_pcm


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.0.0-2-amd64

Debian Release: wheezy/sid
  500 unstablewww.debian-multimedia.org 
  500 unstableftp.de.debian.org 
  500 sid www.lamaresh.net 

--- Package information. ---
Depends(Version) | Installed
-+-==
debconf(= 0.5)  | 1.5.41
 OR debconf-2.0  | 
libphonon4 (= 4:4.6.0really4.5.0-5) | 4:4.6.0really4.5.0-5
phonon-backend-vlc   | 
 OR phonon-backend   | 


Package's Recommends field is empty.

Suggests  (Version) | Installed
===-+-===
phonon-backend-vlc  | 
phonon-backend-gstreamer| 4:4.6.0really4.5.1-1
phonon-backend-xine | 4:4.6.0really4.4.4-4
phonon-backend-mplayer  | 




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



Bug#640493: postgresql-common: logrotate 3.8.0 breaks postgresql log rotation.

2011-10-25 Thread Jens Lody
Am Dienstag, den 25.10.2011, 14:53 +0200 schrieb Martin Pitt: 
 Jens Lody [2011-10-25 13:44 +0200]:
  Wouldn't it be possible to add the line in the postinst-step ?
 
 No, you can't change dependencies in maintainer scripts. The point is
 to stop apt from trying to install it in the first place.
 
  This should work for all versions including the backports.
 
 The current solution should already work for backports. What is broken
 right now?
 
 Thanks,
 
 Martin
I know that dependencies are hardcoded at compile-time (or more
exactly during package-build).

What I meant is to add the su root root-line to the logrotate-conf
file for p-common dynamically in the postinst-script depending on the
version of logrotate.

No need to change dependency, as p-common already depends on logrotate.

It might be needed to change from depends to pre-depends on logrotate,
so a probably newer version is surely isntalled before p-commons's
postinst is reached. I'm not sure if this would really be needed.

Jens

-- 

Jens Lody

(Un-)official debian-repository for Code::Blocks:
http://apt.jenslody.de/


  |\  _,,,---,,_
  /,`.-'`'-.  ;-;;,_
|,4-  ) )-,_..;\ (  `'-'
  '---''(_/--'  `-'\_)



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


Bug#618904: [Pkg-openldap-devel] Bug#618904: Slapd hangs when creating new groups with GOsa

2011-10-25 Thread Mark Cave-Ayland

On 20/10/11 03:07, Pawel Wilk wrote:


Package: slapd
Version: 2.4.23-7.2
Severity: important


Slapd hangs when creating groups with GOsa. The only way
to restart the slapd is then to kill it with SIGKILL
and run the service it again.

The mentioned groups are RFC2307bis compliant objects
based on the object classes:

- groupOfNames,
- posixGroup.

They require at least one member attribute (2.5.4.31)
and if there is no member to add (i.e. because group is a POSIX
primary group refered only by gidNumber in user objects) then DN
of the very same group object is used.

So in case of DN: cn=group1,ou=groups,dc=my,dc=org
The group will have the initial member set to: cn=group1,ou=groups,dc=my,dc=org

I also have memberof module and overlay enabled (with refint) for
member and uniqueMember attributes.


Based upon my testing above, I eventually deduced that the hang seems to 
be caused by the presence of the memberOf overlay. Does temporarily 
removing it from your configuration fix the problem for you?


Unfortunately the answer from upstream is upgrade from 2.4.23, so 
unless Debian can raise an exception to push a version update into 
squeeze then it's going to require someone to perform a git bisection 
and backport the fix :(



ATB,

Mark.

--
Mark Cave-Ayland - Senior Technical Architect
PostgreSQL - PostGIS
Sirius Corporation plc - control through freedom
http://www.siriusit.co.uk
t: +44 870 608 0063

Sirius Labs: http://www.siriusit.co.uk/labs



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



Bug#646306: installation-reports: Corrupted display in wheezy with Asus 1215b

2011-10-25 Thread Touko Korpela
On Mon, Oct 24, 2011 at 11:31:56PM +0100, Miguel Figueiredo wrote:
 A Sábado, 22 de Outubro de 2011 22:33:17 Touko Korpela você escreveu:
   Asus 1215B
 
 According manufacturer specifications [1] that machine can have 3 different 
 graphic cards. Can you identify the one you have with lspci?
 
 I will reassign it to linux-2.6, due to the radeon module, if there's no 
 objections.
 
 1 - http://www.asus.com/Eee/Eee_PC/Eee_PC_1215B/#specifications

lspci output can be found at bug #645997



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



Bug#646592: wicd-curses reports a confusing python backtrace if daemon is not running

2011-10-25 Thread Salvo 'LtWorf' Tomaselli
Package: wicd-curses
Version: 1.7.0+ds1-9
Severity: minor
Tags: patch upstream

Dear Maintainer,
when i start wicd-curses and the daemon is not running, i obtain a very very
ugly python backtrace instead of a nicely internationalized error message.

So i've done my 1st wicd patch (yeah) to fix that.


diff /usr/share/wicd/curses/wicd-curses.py curses/wicd-curses.py
1015a1016,1018
 '''
  Returns: True on success
 '''
1020a1024
 sys.exit(1)




-- 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/4 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 wicd-curses depends on:
ii  python2.7.2-9
ii  python-urwid  1.0.0-2
ii  wicd-daemon   1.7.0+ds1-9

Versions of packages wicd-curses recommends:
ii  sudo  1.8.3-1

wicd-curses suggests no packages.

Versions of packages wicd-daemon depends on:
ii  adduser 3.113  
ii  dbus1.4.16-1   
ii  debconf [debconf-2.0]   1.5.41 
ii  iproute 20110629-1 
ii  iputils-ping3:20101006-1+b1
ii  isc-dhcp-client [dhcp3-client]  4.1.1-P1-17
ii  lsb-base3.2-28 
ii  net-tools   1.60-24.1  
ii  psmisc  22.14-1
ii  python  2.7.2-9
ii  python-dbus 0.84.0-2   
ii  python-gobject  2.28.6-5   
ii  python-wicd 1.7.0+ds1-9
ii  wireless-tools  30~pre9-6  
ii  wpasupplicant   0.7.3-5

wicd-daemon recommends no packages.

Versions of packages wicd-daemon suggests:
ii  pm-utils  1.4.1-8

Versions of packages python-wicd depends on:
ii  python 2.7.2-9
ii  python2.6  2.6.7-4
ii  python2.7  2.7.2-7

-- debconf information excluded



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



Bug#646572: whois server update for .hr

2011-10-25 Thread Marco d'Itri
On Oct 25, Josip Rodin j...@debbugs.entuzijast.net wrote:

 A useful compromise would be to change the list parser to fetch from a
 definitions file on run-time rather than on compile-time, and to allow
 for a second definitions file to be loaded after the default one.
We already have this: it is called /etc/whois.conf and is documented in
the man page.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#646585: Package acerhkgui has got no dots in blank lines in Description field, causing errors in dpkg

2011-10-25 Thread Gergely Nagy
Mladen B. mladen...@gmail.com writes:

 Im really sorry, my mistake, its testing, not squeeze. I use a lot of
 boxes and I inertially said squeeze, since I use that one the
 most. So, its testing (in /etc/apt/sources.list) and not
 squeeze. Sorry again. 

Can't see it in testing, either. Do you have any other sources in
sources.list? Or perhaps, you downloaded the .deb from somewhere? (such
as sourceforge)

-- 
|8]




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



Bug#646132: vserver build yields Function not implemented on powerpc

2011-10-25 Thread micah anderson

reassign 646132 linux-image-2.6.32-5-vserver-powerpc
thanks

On Sun, 23 Oct 2011 18:20:54 -0400, Daniel Kahn Gillmor 
d...@fifthhorseman.net wrote:
 I can confirm the report from http://bugs.debian.org/646132 that
 vserver build yields a Function not implemented response on powerpc.
 I was able to replicate it with a 32-bit powerpc kernel from squeeze.

thanks for doing that. the utilities test for the availability of
functionality in the kernel before proceeding, and when that
functionality is not detected, Function not implemented is
displayed. This seems to indicate that the powerpc and powerpc64 kernels
do not properly have the vserver support.

micah


pgpbaQD7zvGs0.pgp
Description: PGP signature


Bug#646593: jffi: Pickup shlibs dependencies automatically

2011-10-25 Thread James Page
Package: jffi
Version: 1.0.2-8
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu precise ubuntu-patch

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256


In Ubuntu, the attached patch was applied to achieve the following:

  * Don't hard-code dependency on libffi runtime library.

This enables automatic detection of the correct ffi library at build time.

Thanks for considering the patch.


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

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

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOpsBrAAoJEL/srsug59jDRr0QAJjB/LyQqVYQcGijj2FBqCVS
il26TvDT10rSTJqHxPojWXGHAPYreYtY+wxq3FuDdia49CyDFk6adRlguQANxKa9
FZJoSYSRzsOHEb1OK//grIwYmYGuVMhQjPPIlUjTUlRdrXnaOdeYxPrwmvmM2wLj
YRq8GNFC6xtHA9VTqS2Mqi79xRslos+OeeivkROs90SqyhIos9XTnCGvS3c6gUnK
UUi4TMIDmRfDAlSX0SH9I+PeSf27dJBeuXWV997DIDRX/4sbYHwKtwRpFu2+8hUc
apUbsAqemME0pgkhIeahTnVlBcqr6eBeVwx7jRFSDHj2vVBzopUjMzFkmsLNAz5q
BJmuqFLAMnQmKyP8Vj+hjDZte69e+UU5DQnM7i0AxWguIwiqyWbZSB+RjqlO4H82
PhrtsZYtRVP3ylh13kEp2eTZFvyAn3VRBv0+8kVFfY4QYHEkEeNTGa65S5ZOBipQ
9FmwXq3KYEVRWxmawoku7Q7AnbPiZkEIJPUQ5OUzz1+Li4Fs4WED6hnz4V3kRUxx
6yftKhzpbiJrVWervKRovu1f0q4r7uYSJiWvJw3TBQfMmaGMTeMakBiKe4wN2PbG
WtKsxbWsxhD2G5+hI95DMM+TlzeSujbjH1tXZJeyY7bityxg7CNj0FN22K+N7set
OIa3y+fNyAVj6Sx2nmyU
=PzEu
-END PGP SIGNATURE-
=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control  2011-09-17 11:44:48 +
+++ debian/control  2011-10-25 13:56:28 +
@@ -21,7 +21,7 @@
 
 Package: libjffi-jni
 Architecture: any
-Depends: ${misc:Depends}, libffi5
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Recommends: libjffi-java
 Description: Java Foreign Function Interface (JNI library)
  JFFI is a wrapper for libffi, the foreign function interface library. A 
foreign

=== modified file 'debian/rules'
--- debian/rules2010-08-01 19:59:54 +
+++ debian/rules2011-10-25 13:10:02 +
@@ -15,6 +15,10 @@
 install/libjffi-jni::
install -D -m644 dist/jffi-*-*.jar \
debian/libjffi-jni/usr/lib/jffi/jffi-native.jar
+   cp ./build/jni/libjffi-1.0.so debian/libjffi-jni/usr/lib/
+
+binary-predeb/libjffi-jni::
+   rm -f debian/libjffi-jni/usr/lib/libjffi-1.0.so
 
 get-orig-source:
uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download 
--rename



Bug#646594: reoprtbug: a crash after asking for package name

2011-10-25 Thread Mikulas Patocka
Package: reoprtbug
Version: reportbug
Severity: important

Reportbug crashes after asking for a package name.

The bug happened multiple times, but it is not reliably reproducible, it seems
to happen randomly.

I am running reportbug over a remote X connection (via ssh forwarding).

After a start, reportbug writes Xlib:  extension RANDR missing on display
localhost:11.0.

Reportbug asks for a package name, then crashes with SIGFPE.

Backtrace from the core file:

Core was generated by `/usr/bin/python /usr/bin/reportbug'.
Program terminated with signal 8, Arithmetic exception.
#0  0x7fd51ca2fcf0 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
(gdb) bt
#0  0x7fd51ca2fcf0 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#1  0x7fd51ca358cd in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#2  0x7fd51e30a3c9 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#3  0x7fd51e31fcc1 in ?? () from /usr/lib/libgobject-2.0.so.0
#4  0x7fd51e321a76 in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
#5  0x7fd51e321d93 in g_signal_emit_by_name ()
   from /usr/lib/libgobject-2.0.so.0
#6  0x7fd51caadbf8 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#7  0x7fd51c990e27 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#8  0x7fd51e30a3c9 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#9  0x7fd51e31fcc1 in ?? () from /usr/lib/libgobject-2.0.so.0
#10 0x7fd51e321a76 in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
#11 0x7fd51e321d93 in g_signal_emit_by_name ()
   from /usr/lib/libgobject-2.0.so.0
#12 0x7fd51caadbf8 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#13 0x7fd51c98ab5e in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#14 0x7fd51e30a47e in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#15 0x7fd51e31fcc1 in ?? () from /usr/lib/libgobject-2.0.so.0
#16 0x7fd51e321a76 in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
#17 0x7fd51e321d93 in g_signal_emit_by_name ()
---Type return to continue, or q return to quit---
   from /usr/lib/libgobject-2.0.so.0
#18 0x7fd51caadbf8 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#19 0x7fd51cb685c1 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#20 0x7fd51cb70bc5 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#21 0x7fd51e30a47e in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#22 0x7fd51e320040 in ?? () from /usr/lib/libgobject-2.0.so.0
#23 0x7fd51e321a76 in g_signal_emit_valist ()
   from /usr/lib/libgobject-2.0.so.0
#24 0x7fd51e321fc3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#25 0x7fd51c9c0210 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#26 0x7fd51c674d26 in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#27 0x7fd51dc536f2 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#28 0x7fd51dc57568 in ?? () from /lib/libglib-2.0.so.0
#29 0x7fd51dc57a75 in g_main_loop_run () from /lib/libglib-2.0.so.0
#30 0x7fd51ca3e6b7 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#31 0x7fd51d0c5ff6 in ?? ()
   from /usr/lib/pymodules/python2.6/gtk-2.0/gtk/_gtk.so
#32 0x004a7cdf in PyEval_EvalFrameEx ()
#33 0x004a84a0 in PyEval_EvalFrameEx ()
#34 0x004a84a0 in PyEval_EvalFrameEx ()
#35 0x004a95c1 in PyEval_EvalCodeEx ()
#36 0x00538a10 in ?? ()
#37 0x0041ef47 in PyObject_Call ()
---Type return to continue, or q return to quit---
#38 0x00427c1f in ?? ()
#39 0x0041ef47 in PyObject_Call ()
#40 0x004a1a53 in PyEval_CallObjectWithKeywords ()
#41 0x004d8dea in ?? ()
#42 0x7fd5206c98ba in start_thread () from /lib/libpthread.so.0
#43 0x7fd51f59b02d in clone () from /lib/libc.so.6
#44 0x in ?? ()

disassembly of the code around the crash:
0x7fd51ca2fc0c: mov0x98(%rbx),%edi
0x7fd51ca2fc12: shr$0x3,%sil
0x7fd51ca2fc16: and$0x7,%esi
0x7fd51ca2fc19: callq  0x7fd51c971270 pango_layout_set_wrap@plt
0x7fd51ca2fc1e: xor%esi,%esi
0x7fd51ca2fc20: mov%rbx,%rdi
0x7fd51ca2fc23: callq  0x7fd51cb57e40
0x7fd51ca2fc28: test   %rax,%rax
0x7fd51ca2fc2b: je 0x7fd51ca2fc38
0x7fd51ca2fc2d: mov0x8(%rax),%eax
---Type return to continue, or q return to quit---
0x7fd51ca2fc30: test   %eax,%eax
0x7fd51ca2fc32: jg 0x7fd51ca2fe10
0x7fd51ca2fc38: mov%rbx,%rdi
0x7fd51ca2fc3b: lea0x70(%rsp),%r12
0x7fd51ca2fc40: callq  0x7fd51cb5bfd0 gtk_widget_get_screen
0x7fd51ca2fc45: mov0x98(%rbx),%rdi
0x7fd51ca2fc4c: mov$0x,%esi
0x7fd51ca2fc51: mov%rax,%r14
0x7fd51ca2fc54: callq  0x7fd51c974ce0 pango_layout_set_width@plt
0x7fd51ca2fc59: mov0x98(%rbx),%rdi
0x7fd51ca2fc60: xor%esi,%esi
0x7fd51ca2fc62: mov%r12,%rdx
0x7fd51ca2fc65: callq  0x7fd51c96ed80 pango_layout_get_extents@plt
0x7fd51ca2fc6a: callq  0x7fd51ca2e150 gtk_label_get_type

Bug#646236: [libmp4v2-dev] FTBFS for armhf: offset out of range

2011-10-25 Thread Matteo F. Vescovi

On 25-10-2011 09:53, Fabian Greffrath wrote:

You're welcome, don't forget to pass $(confflags) over to ./configure,
though. See the xvidcore package as an example for a straightforward
usage of this mechanism.


Issue corrected. Thanks a lot, Fabian! :-)
Please, feel free to check if I made any big mistake in there.
I already made before... and corrected; it was my first time with it :-P

Hope it's ok now.
Waiting for a sponsor (or the co-maintainer) to upload it once it's 
tested and ready.


mfv

--
Il messaggio e' stato analizzato alla ricerca di virus o
contenuti pericolosi da MailScanner, ed e'
risultato non infetto.




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



Bug#646595: xxkb crashes (especially while libreoffice is used)

2011-10-25 Thread Aleksey Ilchenko
Package: xxkb
Version: 1.11-2.1
Severity: important



-- 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/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 xxkb depends on:
ii  libc6 2.13-21
ii  libx11-6  2:1.4.4-2
ii  libxext6  2:1.3.0-3
ii  libxpm4   1:3.5.9-1
ii  libxt61:1.1.1-2

xxkb recommends no packages.

xxkb suggests no packages.

-- no debconf information
*** glibc detected *** xxkb: double free or corruption (fasttop):
*** 0x020b62f0 ***
=== Backtrace: =
/lib/x86_64-linux-gnu/libc.so.6(+0x72606)[0x7fb9f8bf6606]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x6c)[0x7fb9f8bfb33c]
/usr/lib/x86_64-linux-gnu/libxcb.so.1(+0xaa48)[0x7fb9f8972a48]
/usr/lib/x86_64-linux-gnu/libxcb.so.1(xcb_wait_for_event+0x38)[0x7fb9f89730a8]
/usr/lib/x86_64-linux-gnu/libX11.so.6(_XReadEvents+0x138)[0x7fb9f95d8a58]
/usr/lib/x86_64-linux-gnu/libX11.so.6(XNextEvent+0x78)[0x7fb9f95c6fa8]
xxkb[0x403d17]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xfd)[0x7fb9f8ba2ead]
xxkb[0x4026b9]
=== Memory map: 
0040-00408000 r-xp  08:06 5079  /usr/bin/xxkb
00608000-00609000 rw-p 8000 08:06 5079  /usr/bin/xxkb
0209c000-020be000 rw-p  00:00 0
[heap]
7fb9f000-7fb9f0021000 rw-p  00:00 0
7fb9f0021000-7fb9f400 ---p  00:00 0
7fb9f7506000-7fb9f751b000 r-xp  08:03 78069
/lib/x86_64-linux-gnu/libgcc_s.so.1
7fb9f751b000-7fb9f771b000 ---p 00015000 08:03 78069
/lib/x86_64-linux-gnu/libgcc_s.so.1
7fb9f771b000-7fb9f771c000 rw-p 00015000 08:03 78069
/lib/x86_64-linux-gnu/libgcc_s.so.1
7fb9f771c000-7fb9f7721000 r-xp  08:06 131165
/usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7fb9f7721000-7fb9f7921000 ---p 5000 08:06 131165
/usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7fb9f7921000-7fb9f7922000 rw-p 5000 08:06 131165
/usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0
7fb9f7922000-7fb9f792c000 r-xp  08:06 328348
/usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7fb9f792c000-7fb9f7b2b000 ---p a000 08:06 328348
/usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7fb9f7b2b000-7fb9f7b2c000 rw-p 9000 08:06 328348
/usr/lib/x86_64-linux-gnu/libXrender.so.1.3.0
7fb9f7b2c000-7fb9f7b35000 r-xp  08:06 131179
/usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7fb9f7b35000-7fb9f7d35000 ---p 9000 08:06 131179
/usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7fb9f7d35000-7fb9f7d36000 rw-p 9000 08:06 131179
/usr/lib/x86_64-linux-gnu/libXcursor.so.1.0.2
7fb9f7d36000-7fb9f7d3a000 r-xp  08:03 8522  /lib/libuuid.so.1.3.0
7fb9f7d3a000-7fb9f7f39000 ---p 4000 08:03 8522  /lib/libuuid.so.1.3.0
7fb9f7f39000-7fb9f7f3a000 rw-p 3000 08:03 8522  /lib/libuuid.so.1.3.0
7fb9f7f3a000-7fb9f7f3f000 r-xp  08:06 328326
/usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7fb9f7f3f000-7fb9f813e000 ---p 5000 08:06 328326
/usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7fb9f813e000-7fb9f813f000 rw-p 4000 08:06 328326
/usr/lib/x86_64-linux-gnu/libXdmcp.so.6.0.0
7fb9f813f000-7fb9f8141000 r-xp  08:06 328322
/usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7fb9f8141000-7fb9f8341000 ---p 2000 08:06 328322
/usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7fb9f8341000-7fb9f8342000 rw-p 2000 08:06 328322
/usr/lib/x86_64-linux-gnu/libXau.so.6.0.0
7fb9f8342000-7fb9f8359000 r-xp  08:06 328313
/usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
7fb9f8359000-7fb9f8558000 ---p 00017000 08:06 328313
/usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
7fb9f8558000-7fb9f8559000 rw-p 00016000 08:06 328313
/usr/lib/x86_64-linux-gnu/libICE.so.6.3.0
7fb9f8559000-7fb9f855d000 rw-p  00:00 0
7fb9f855d000-7fb9f8564000 r-xp  08:06 328317
/usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
7fb9f8564000-7fb9f8763000 ---p 7000 08:06 328317
/usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
7fb9f8763000-7fb9f8764000 rw-p 6000 08:06 328317
/usr/lib/x86_64-linux-gnu/libSM.so.6.0.1
7fb9f8764000-7fb9f8766000 r-xp  08:03 78131
/lib/x86_64-linux-gnu/libdl-2.13.so
7fb9f8766000-7fb9f8966000 ---p 2000 08:03 78131
/lib/x86_64-linux-gnu/libdl-2.13.so
7fb9f8966000-7fb9f8967000 r--p 2000 08:03 78131
/lib/x86_64-linux-gnu/libdl-2.13.so
7fb9f8967000-7fb9f8968000 rw-p 3000 08:03 78131
/lib/x86_64-linux-gnu/libdl-2.13.so
7fb9f8968000-7fb9f8984000 r-xp  08:06 328330
/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7fb9f8984000-7fb9f8b83000 ---p 0001c000 08:06 328330
/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7fb9f8b83000-7fb9f8b84000 rw-p 0001b000 08:06 328330
/usr/lib/x86_64-linux-gnu/libxcb.so.1.1.0
7fb9f8b84000-7fb9f8cfe000 r-xp  08:03 78061
/lib/x86_64-linux-gnu/libc-2.13.so
7fb9f8cfe000-7fb9f8efe000 ---p 0017a000 08:03 78061
/lib/x86_64-linux-gnu/libc-2.13.so
7fb9f8efe000-7fb9f8f02000 r--p 0017a000 08:03 78061
/lib/x86_64-linux-gnu/libc-2.13.so

Bug#646596: /usr/sbin/sshd: ssh connection is broken with Disconnecting: Bad packet length 3369506166 message

2011-10-25 Thread Mikulas Patocka
Package: openssh-server
Version: 1:5.5p1-6+squeeze1
Severity: normal
File: /usr/sbin/sshd

Ssh connection is broken with Disconnecting: Bad packet length 3369506166

The client is non-Debian system using OpenSSH_4.5p1, OpenSSL 1.0.0a the
server is Debian Squeeze system.

The connection between this client and Debian Lenny server worked for years.
After upgrading the server to Squeeze, the connection was broken.

The bug is not reproducible.



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

Kernel: Linux 3.0.0-fast (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/dash

Versions of packages openssh-server depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  debconf [debconf-2. 1.5.36.1 Debian configuration management sy
ii  dpkg1.15.8.11Debian package management system
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libcomerr2  1.41.12-4stable1 common error description library
ii  libgssapi-krb5-21.8.3+dfsg-4squeeze2 MIT Kerberos runtime libraries - k
ii  libkrb5-3   1.8.3+dfsg-4squeeze2 MIT Kerberos runtime libraries
ii  libpam-modules  1.1.1-6.1Pluggable Authentication Modules f
ii  libpam-runtime  1.1.1-6.1Runtime support for the PAM librar
ii  libpam0g1.1.1-6.1Pluggable Authentication Modules l
ii  libselinux1 2.0.96-1 SELinux runtime shared libraries
ii  libssl0.9.8 0.9.8o-4squeeze3 SSL shared libraries
ii  libwrap07.6.q-19 Wietse Venema's TCP wrappers libra
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  openssh-blacklist   0.4.1list of default blacklisted OpenSS
ii  openssh-client  1:5.5p1-6+squeeze1   secure shell (SSH) client, for sec
ii  procps  1:3.2.8-9/proc file system utilities
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages openssh-server recommends:
ii  openssh-blacklist-extra   0.4.1  list of non-default blacklisted Op
ii  xauth 1:1.0.4-1  X authentication utility

Versions of packages openssh-server suggests:
pn  molly-guard   none (no description available)
pn  rssh  none (no description available)
pn  ssh-askpass   none (no description available)
pn  ufw   none (no description available)

-- debconf information:
  ssh/vulnerable_host_keys:
  ssh/new_config: true
* ssh/use_old_init_script: true
  ssh/encrypted_host_key_but_no_keygen:
  ssh/disable_cr_auth: false



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



Bug#646521: [Pkg-utopia-maintainers] Bug#646521: policykit-1-gnome: polkit-gnome-authentication-agent-1 crashes on attempted auth

2011-10-25 Thread Michael Biebl
[please always CC the bug]

Am 24.10.2011 23:54, schrieb Michael Leuchtenburg:
 On 2011-10-24 16:49, Michael Biebl wrote:
 Am 24.10.2011 20:44, schrieb Michael Leuchtenburg:

 Reproduce:
 start /usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1
 try to change to a new network (not previously connected to) in
 nm-applet


 I cannot reproduce this problem. 104-1 works just fine here.
 Can you get me a proper backtrace [1] please.
 
 I set a breakpoint on g_log in order to catch it just before it emitted 
 that error message and then did thread apply all bt. Here's the result:
 Thread 3 (Thread 0x7fffeb808700 (LWP 28297)):
 #0  0x7670717d in read () from /lib/x86_64-linux-gnu/libpthread.so.0
 #1  0x7695bd6b in ?? () from /lib/libglib-2.0.so.0
 #2  0x7697f9b6 in ?? () from /lib/libglib-2.0.so.0
 #3  0x766ffb40 in start_thread () from 
 /lib/x86_64-linux-gnu/libpthread.so.0
 #4  0x7644a36d in clone () from /lib/x86_64-linux-gnu/libc.so.6
 #5  0x in ?? ()
 
 Thread 2 (Thread 0x7151d700 (LWP 28256)):
 #0  0x7643f723 in poll () from /lib/x86_64-linux-gnu/libc.so.6
 #1  0x7695a414 in ?? () from /lib/libglib-2.0.so.0
 #2  0x7695acfa in g_main_loop_run () from /lib/libglib-2.0.so.0
 #3  0x76f0d534 in ?? () from /usr/lib/libgio-2.0.so.0
 #4  0x7697f9b6 in ?? () from /lib/libglib-2.0.so.0
 #5  0x766ffb40 in start_thread () from 
 /lib/x86_64-linux-gnu/libpthread.so.0
 #6  0x7644a36d in clone () from /lib/x86_64-linux-gnu/libc.so.6
 #7  0x in ?? ()
 
 Thread 1 (Thread 0x77fca920 (LWP 28252)):
 #0  0x76962c40 in g_log () from /lib/libglib-2.0.so.0
 #1  0x76c24edb in ?? () from /usr/lib/libgobject-2.0.so.0
 #2  0x76c2e68a in g_signal_emit_valist () from 
 /usr/lib/libgobject-2.0.so.0
 #3  0x76c2ea1d in g_signal_emit_by_name () from 
 /usr/lib/libgobject-2.0.so.0
 #4  0x004055c0 in do_initiate (user_data=optimized out) at 
 polkitgnomeauthenticator.c:476
 #5  0x76959edd in g_main_context_dispatch () from 
 /lib/libglib-2.0.so.0
 #6  0x7695a6b8 in ?? () from /lib/libglib-2.0.so.0
 #7  0x7695acfa in g_main_loop_run () from /lib/libglib-2.0.so.0
 #8  0x00404e0e in main (argc=1, argv=0x7fffd858) at main.c:104
 
 Let me know if you need more.

I think I'm getting closer to the problem. The reason why I could not
reproduce the issue, was that I've been using libglib2.0-0 from
experimental (i.e. 2.30.1). If I downgrade to 2.28, I can verify this
bug, so I've marked it as serious, as pk-gnome should not enter testing.

I suspect the problem is due to this commit:
http://git.gnome.org/browse/PolicyKit-gnome/commit/?id=1d019a66f9eaf6cd472eecfa38ce462a1b12906c

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#646519: Please don't recommend dnet-common

2011-10-25 Thread Philipp Schafft
forcemerge 608807 646519
thanks

reflum,

On Mon, 2011-10-24 at 20:30 +0200, Juliusz Chroboczek wrote:
 Since libdnet recommends dnet-common, dnet-common gets installed on
 systems that really don't care about DECnet.  Since dnet-common tends to
 do weird things to your Ethernet interfaces, this regularly breaks
 working systems.
 
 Please do not recommend dnet-common, just suggest it.

This has been discussed already. Please see #608807.

-- 
Philipp.
 (Rah of PH2)


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


Bug#646597: rabbitmq-server starts 3 processes that do nothing bug wait

2011-10-25 Thread Scott Moser
Package: rabbitmq-server
Version: 2.6.1-1
Severity: minor

After installing and starting rabbitmq-server, a 'ps' will show something
like:
$ ps axw | grep [r]abbit
 2688 ?  Ss 0:00 sh -c RABBITMQ_PID_FILE=/var/run/rabbitmq/pid /usr/sb ...
 2691 ?  S  0:00 /bin/sh /usr/sbin/rabbitmq-server
 2697 ?  S  0:00 su rabbitmq -s /bin/sh -c /usr/lib/rabb ...
 2699 ?  S  0:00 sh -c /usr/lib/rabbitmq/bin/rabbitmq-server
 2700 ?  Sl 0:00 /usr/lib/erlang/erts-5.8.4/bin/beam ...

Above, pids 2688, 2697, 2699 are doing nothing but waiting for other
processes to exit.  They're simply a waste.

In bug #646473, I submitted a fix to get rid of the 'sh -c
RABBITMQ_PID_FILE' process.  The patch below will remove the other 2.

The patch does a couple things:
 * replace the built-in re-quoting with use of 'getopt'.  getopt is
   util-linux, which is 'essential' so this shouldnt be a big deal.
   The previous quoting would have had issues with some arguments.
   getopt understands shell quoting, it makes sense to use it.
 * if perl is installed (the extremely likely case), then 'runas' will
   utilize it to change permissions and then execute the rabbitmq
   server process as the un-priviledged user.
   If perl is not installed, it will take the old 'su' path.
 * use 'exec' if we're already running as the rabbitmq user.

=== modified file 'debian/rabbitmq-script-wrapper'
--- debian/rabbitmq-script-wrapper  2011-02-05 10:21:16 +
+++ debian/rabbitmq-script-wrapper  2011-10-24 14:53:46 +
@@ -15,24 +15,30 @@
 ##  Copyright (c) 2007-2011 VMware, Inc.  All rights reserved.
 ##

-# Escape spaces and quotes, because shell is revolting.
-for arg in $@ ; do
-   # Escape quotes in parameters, so that they're passed through cleanly.
-   arg=$(sed -e 's//\\/g' -END
-   $arg
-   END
-   )
-   CMDLINE=${CMDLINE} \${arg}\
-done
+runas() {
+local user=$1 cmd=
+shift;
+if command -v perl /dev/null; then
+# using perl rather than su stops a 'su' process from hanging around
+PATH=/usr/local/bin:/usr/bin:/bin; USER=$user; LOGNAME=$user
+exec perl -e '@pwd = getpwnam('$user');
+$( = $) = $pwd[3]; $ = $ = $pwd[2];
+$ENV{'HOME'} = $pwd[7]; exec @ARGV' -- $@
+else
+# use getopt to handle escaping shell variables, and su to change user
+cmd=$(getopt --shell sh --options  -- -- $@)  cmd=${cmd# --} 
+exec su $user -s /bin/sh -c exec $cmd
+fi
+}

 cd /var/lib/rabbitmq

 SCRIPT=`basename $0`

 if [ `id -u` = 0 ] ; then
-su rabbitmq -s /bin/sh -c /usr/lib/rabbitmq/bin/${SCRIPT} ${CMDLINE}
+runas rabbitmq /usr/lib/rabbitmq/bin/${SCRIPT} $@
 elif [ `id -u` = `id -u rabbitmq` ] ; then
-/usr/lib/rabbitmq/bin/${SCRIPT} $@
+exec /usr/lib/rabbitmq/bin/${SCRIPT} $@
 else
 /usr/lib/rabbitmq/bin/${SCRIPT}
 echo


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

Kernel: Linux 2.6.32-5-xen-686 (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 rabbitmq-server depends on:
ii  adduser 3.112+nmu2
ii  erlang-nox  1:14.b.3-dfsg-2
ii  logrotate   3.7.8-6

rabbitmq-server recommends no packages.

rabbitmq-server 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



  1   2   3   >