Bug#535924: can not bind after restart

2009-07-06 Thread Andrew Buckeridge
Package: stunnel4
Version: 3:4.22-2

If stunnel4 is restarted when clients are connected it can not re-bind.
Eventually all clients will disconnect and no be able to re-connect.
If stunnel4 were then to retry binding the address it could then succed.

The need for restarting could be addressed properly in bugs #323171,
#323171.

These are old log entries. I have seen the problem more recently.
Can't test during the day on live system.
 2008.05.02 21:29:19 LOG3[13866:4157220544]: Error binding imaps to 0.0.0.0:993
 2008.05.02 21:29:19 LOG3[13866:4157220544]: bind: Address already in use (98)






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



Bug#534973: stable updates

2009-07-06 Thread Hakan Ardo
Hi,
version 1:1.5.2-5 that I released to unstable is suitable for stable
aswell. Prior to this bugfix unstable and stable both contained
version 1:1.5.2-4. Attached is a patch with the fix. Do you want me to
build it for stable aswell?

On Sun, Jul 5, 2009 at 12:59 AM, Michael S.
Gilbertmichael.s.gilb...@gmail.com wrote:
 reopen 534973
 fixed 534973 1:1.5.2-5
 thanks

 hello,

 please assist the security team to prepare updates for this issue in
 the stable releases.  thank you.

 mike






-- 
Håkan Ardö


patch
Description: Binary data


Bug#535926: stunnel wrapper pid file diff to old stunnel pkg

2009-07-06 Thread Andrew Buckeridge
Package: stunnel4
Version: 3:4.22-2
Severity: wishlist

The stunnel wrapper does not set default -P option.
This is different behaviour to the old stunnel that it replaces.

In my local scripts I had to add the -P option to my OPTIONS: -

:

DAEMON=/usr/bin/stunnel
NAME=imaps
PIDFILE=/var/run/stunnel/stunnel.127.0.0.1.143.pid
OPTIONS=-d 993 -r 127.0.0.1:143 -P $PIDFILE

:

restart|force-reload)
echo -n Restarting $NAME
start-stop-daemon --stop --quiet --pidfile $PIDFILE
sleep 2
start-stop-daemon --start --quiet --pidfile $PIDFILE \
--exec $DAEMON -- $OPTIONS
echo .
;;

:



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



Bug#512091: [Fwd: Re: Pushover level bug]

2009-07-06 Thread Gürkan Sengün



 Original Message 
Subject: Re: Pushover level bug
Date: Sun, 5 Jul 2009 13:34:18 +0200
From: Andreas roe...@users.sf.net
Reply-To: roe...@users.sf.net
To: Gürkan Sengün gur...@phys.ethz.ch
References: 4a49e139.4050...@phys.ethz.ch

Am Dienstag, 30. Juni 2009 schrieben Sie:

Hello Andreas and Volker

I've packaged pushover for debian, and a user reported this problem with
level 39: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512091

I was able to reproduce it, do you think it can be fixed?

Yours,
Guerkan


Sorry for the late reply.

As it is I don't have a 64 bit system and can not reproduce it. There have
been fixes for 64 bit systems in the current development version.

So the easiest for me would be if you could try the current devel version and
check if the problem is still there. If that is the case we can start
searching

Andreas



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



Bug#535770: Segmentation fault with php 5.3

2009-07-06 Thread sean finney
hi there,

On Mon, Jul 06, 2009 at 07:32:08AM +0800, jida...@jidanni.org wrote:
 I found the (location of) the problem,
 zif_timezone_identifiers_list! More below.

hrm, just based on the name of this function i wonder if it has anything
to do with the system tzdata patch.  i don't see it touching the code
in question but it could be that it's making some kind of assumption about
the state of the internal php timezone db.

i think i've found a working proof of concept to illustrate the bug:

rangda[/home/sean] php -r 'print timezone_identifiers_list();'   :)
zsh: segmentation fault  php -r 'print timezone_identifiers_list();'
rangda[/home/sean] [139] :(

i'll poke at it and if i can determine that it's not one of our patches 
causing the problem i will forward the issue upstream.


thanks,
sean


signature.asc
Description: Digital signature


Bug#535915: copytruncate avoids need for restart

2009-07-06 Thread Andrew Buckeridge
Package: stunnel4
Version: 3:4.22-2

Using copytruncate is much better than postrotate ... endscript.
I am using root:adm rather than stunnel4:stunnel4 (bug #529481) as
using stunnel wrapper. I only keep 90 days or 13 weeks worth of logs on
live.

/var/log/stunnel4/*.log {
weekly
missingok
rotate 13
compress
delaycompress
notifempty
create 640 root adm
sharedscripts
copytruncate
}



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



Bug#535927: shadow: Please add Renesas SH port to securetty

2009-07-06 Thread Nobuhiro Iwamatsu
Package: shadow
Severity: wishlist
Tags: patch
X-Debbugs-CC: debian-sup...@lists.debian.org

Hi,

I am now trying to run Debian on Renesas SH CPU.
This is embedded CPU and this has some serial
tty device(ttySC0-5).
Current securetty file doesn't have ttySCx line.
Would you add ttySCx line to securetty?

I made a patch and attached.

Best regards,
 Nobuhiro
*** Please type your report below this line ***


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

Kernel: Linux 2.6.29-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
--- a/debian/securetty.linux	2009-07-06 15:26:23.0 +0900
+++ b/debian/securetty.linux	2009-07-06 15:27:03.0 +0900
@@ -121,3 +121,11 @@
 ttymxc3
 ttymxc4
 ttymxc5
+
+# Embedded Renesas SuperH ports
+ttySC0
+ttySC1
+ttySC2
+ttySC3
+ttySC4
+ttySC5


Bug#535928: Make prewikka ready for Python 2.6

2009-07-06 Thread Alessio Treglia
Package: prewikka
Version: 0.9.16-1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu karmic ubuntu-patch

Please make prewikka ready to build with Python 2.6.

Attaching a patch.


-- System Information:
Debian Release: 5.0
  APT prefers jaunty-updates
  APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 
'jaunty-backports'), (500, 'jaunty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.28-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
diff -u prewikka-0.9.16/debian/rules prewikka-0.9.16/debian/rules
--- prewikka-0.9.16/debian/rules
+++ prewikka-0.9.16/debian/rules
@@ -9,6 +9,7 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+include /usr/share/python/python.mk
 
 
 PYTHON  := /usr/bin/python
@@ -38,7 +39,7 @@
 	dh_installdirs
 
 	python setup.py install \
-		--root=$(CURDIR)/debian/prewikka
+		--root=$(CURDIR)/debian/prewikka $(py_setup_install_args)
 
 	cp database/mysql.sql debian/prewikka/usr/share/dbconfig-common/data/prewikka/install/mysql
 	cp database/pgsql.sql debian/prewikka/usr/share/dbconfig-common/data/prewikka/install/pgsql
diff -u prewikka-0.9.16/debian/changelog prewikka-0.9.16/debian/changelog
diff -u prewikka-0.9.16/debian/control prewikka-0.9.16/debian/control
--- prewikka-0.9.16/debian/control
+++ prewikka-0.9.16/debian/control
@@ -2,8 +2,9 @@
 Section: web
 Priority: extra
 XS-Python-Version: all
 Maintainer: Pierre Chifflier pol...@debian.org
-Build-Depends: debhelper (= 5.0.37.2), python, python-all-dev, python-central (= 0.5), python-cheetah
+Build-Depends: debhelper (= 5.0.38), python, python-all-dev (= 2.5.4-1~), python-central (= 0.5.6), python-cheetah
 Standards-Version: 3.8.2
 
 Package: prewikka


Bug#535929: bluez: README.Debian still refers to hidd for mouse and keyboard connection

2009-07-06 Thread Marc Haber
Package: bluez
Version: 4.42-2
Severity: normal

Hi,

/usr/share/doc/bluez/README.Debian.gz still tells people to use hidd
to connect to bluetooth mouse and/or keyboard. hidd is, however, not a
part of the bluetooth stuff in Debian any more.

Please document how to _currently_ use mouse and/or keyboard.

Greetings
Marc



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



Bug#534731: stardict broadcasts clipboard context over network

2009-07-06 Thread Andrew Lee
Hi Pavel,

I am not sure what's the best way to solve this issue.

I guess we can make a GConf schema registration scripts for the
package. But it seems to me that only stardict-gnome can be benefit by
the script and stardict-gtk doesn't.

Does anyone has better soultion than completely disable the netdict
plugin in build?

-Andrew




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



Bug#535930: boost1.38: Please add support Renesas SH4

2009-07-06 Thread Nobuhiro Iwamatsu
Package: boost1.38
Severity: wishlist
Tags: patch
X-Debbugs-CC: debian-sup...@lists.debian.org

I am now trying to run Debian on Renesas SH CPU.
Currnet this package doesn't support Renesas SH.
I made a patch to support SH.
Would you please apply it?

Best regards,
 Nobuhiro

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

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

-- 
Nobuhiro Iwamatsu
--- a/boost/detail/atomic_count.hpp	2009-07-03 23:56:41.0 +0900
+++ b/boost/detail/atomic_count.hpp	2009-07-03 23:56:07.0 +0900
@@ -98,7 +98,7 @@
 #elif defined(WIN32) || defined(_WIN32) || defined(__WIN32__)
 #  include boost/detail/atomic_count_win32.hpp
 
-#elif defined( __GNUC__ )  ( __GNUC__ * 100 + __GNUC_MINOR__ = 401 )  !defined( __arm__ )  !defined( __armel__ )  !defined( __hppa )  !defined( __hppa__ )  !defined( __m68k__ )  !defined( __sparc__ )  ( !defined( __INTEL_COMPILER ) || defined( __ia64__ ) )
 #  include boost/detail/atomic_count_sync.hpp
+#elif defined( __GNUC__ )  ( __GNUC__ * 100 + __GNUC_MINOR__ = 401 )  !defined( __arm__ )  !defined( __armel__ )  !defined( __hppa )  !defined( __hppa__ )  !defined( __m68k__ )  !defined( __sh__ )  !defined( __sparc__ )  ( !defined( __INTEL_COMPILER ) || defined( __ia64__ ) )
 
 #elif defined(__GLIBCPP__) || defined(__GLIBCXX__)
--- a/boost/detail/sp_counted_base.hpp	2009-07-03 23:57:43.0 +0900
+++ b/boost/detail/sp_counted_base.hpp	2009-07-03 23:57:21.0 +0900
@@ -46,7 +46,7 @@
 #elif defined( __GNUC__ )  ( defined( __powerpc__ ) || defined( __ppc__ ) || defined( __ppc ) )
 # include boost/detail/sp_counted_base_gcc_ppc.hpp
 
-#elif defined(__GNUC__)  ( __GNUC__ * 100 + __GNUC_MINOR__ = 401 )  !defined( __arm__ )  !defined( __armel__ )  !defined( __hppa )  !defined( __hppa__ )  !defined( __m68k__ )  !defined( __sparc__ )  ( !defined( __INTEL_COMPILER ) || defined( __ia64__ ) )
+#elif defined(__GNUC__)  ( __GNUC__ * 100 + __GNUC_MINOR__ = 401 )  !defined( __arm__ )  !defined( __armel__ )  !defined( __hppa )  !defined( __hppa__ )  !defined( __m68k__ )  !defined( __sh__ )  !defined( __sparc__ )  ( !defined( __INTEL_COMPILER ) || defined( __ia64__ ) )
 # include boost/detail/sp_counted_base_sync.hpp
 
 #elif defined(__GNUC__)  ( defined( __sparcv9 ) || ( defined( __sparcv8 )  ( __GNUC__ * 100 + __GNUC_MINOR__ = 402 ) ) )
--- a/debian/patches/series	2009-07-06 15:43:43.0 +0900
+++ b/debian/patches/series.a	2009-07-06 15:57:17.0 +0900
@@ -1,8 +1,10 @@
 boost-python-examples.patch
 function-template.patch
 atomic_count.patch
+atomic_count_sh.patch
 atomic_count_gcc.patch
 sp_counted_base.patch
+sp_counted_base_sh.patch
 endian.patch
 kfreebsd-jam.patch
 python2.5-elementtree.patch
--- a/debian/rules	2009-07-06 15:43:43.0 +0900
+++ b/debian/rules	2009-07-06 15:44:53.0 +0900
@@ -144,6 +144,8 @@
 BUILD_LONG_DOUBLE = no
 else ifeq ($(DEB_BUILD_ARCH), mipsel)
 BUILD_LONG_DOUBLE = no
+else ifeq ($(DEB_BUILD_ARCH), sh4)
+BUILD_LONG_DOUBLE = no
 endif
 
 ifeq ($(BUILD_LONG_DOUBLE), yes)


Bug#535932: [PATCH]: make libmail-dkim-perl optional if dkim is not enabled

2009-07-06 Thread Ron
Package: amavisd-new
Version: 1:2.6.3-3
Severity: wishlist

--- /usr/sbin/amavisd-new.orig  2009-07-04 21:04:49.0 +0930
+++ /usr/sbin/amavisd-new   2009-07-04 21:30:07.0 +0930
@@ -21679,7 +21679,9 @@
   my($self, $sa_version_num) = @_;
   my(@modules);
   push(@modules, qw(Hashcash RelayCountry SPF URIDNSBL)) if $sa_version_num=3;
-  push(@modules, qw(DKIM))  if $sa_version_num = 3.001002;
+  push(@modules, qw(DKIM))
+if $sa_version_num = 3.001002 
+   ($enable_dkim_verification || $enable_dkim_signing);
   if ($sa_version_num = 3.001000) {
 push(@modules, qw(
   AWL AccessDB AntiVirus AutoLearnThreshold DCC MIMEHeader Pyzor Razor2



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



Bug#535931: Can't install debian in my notebook ( networking can't reconglize )

2009-07-06 Thread Neil
Package: Debian5.0.2_ISO
Version: 2.6.26

Hi sub...@bugs.debian.org,

  I can't install debian5.0.2 in my notebook - Acer 4535G, so i can't
install
debian online.

  The Atheros AR8131 PCI-E Gigabit Ethernet and ATI Mobility Radeon HD 4570
are
can't work when installing debian via the downloaded ISO.(
AMD64-debian5.0.2.iso ).

  I'm looking forward to install debian lenny in my notebook!

-- 
 Cheers,
   Neil
   I'm a common guys!

Skype: anim510
Twitter: anim510 / Neil_Lv
E-mail: anim...@gmail.com
 anim...@163.com


Bug#535871: Calc: Cannot copy or cut and paste forumlas

2009-07-06 Thread Rene Engelhard
Hi,

Daniel Dickinson wrote:
 Copying and pasting cells no longer copies the formula for cells that have
 forumlas.  Instead it copies the text of the cell.  This makes Calc almost
 useless.  Copying via mouse sort of works, but frequently results in crashes
 when copying more than one cell at once.

Can't rpeorudze with 1:3.1.0-5~bpo50+1. So unless this is a am64-specific
bug or it only manifests itself on sid...

Will try that tonight.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73




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



Bug#535933: Fwd: [INTL:es] Spanish debconf template translation for distcc

2009-07-06 Thread Francisco Javier Cuadrado
Package: distcc
Version: 3.1-1
Severity: wishlist
Tags: l10n patch


-- 
Saludos

Fran
# distcc po-debconf translation to Spanish
# Copyright (C) 2005, 2008, 2009 Software in the Public Interest
# This file is distributed under the same license as the distcc package.
#
# Changes:
#   - Initial translation
#   César Gómez Martín cesar.go...@gmail.com, 2005
#
#   - Updates
#   Francisco Javier Cuadrado fcocuadr...@gmail.com, 2008, 2009
#
# Traductores, si no conoce 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 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: distcc 3.1-1\n
Report-Msgid-Bugs-To: dis...@packages.debian.org\n
POT-Creation-Date: 2009-06-19 20:26+0200\n
PO-Revision-Date: 2009-07-06 09:16+0100\n
Last-Translator: Francisco Javier Cuadrado fcocuadr...@gmail.com\n
Language-Team: Debian l10n Spanish debian-l10n-span...@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=utf-8\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../distcc.templates:1001
msgid Start the distcc daemon on startup?
msgstr ¿Desea iniciar el demonio distcc en el arranque del sistema?

#. Type: boolean
#. Description
#: ../distcc.templates:1001
msgid distcc can be run as a daemon, listening on port 3632 for incoming connections.
msgstr distcc se puede ejecutar como un demonio que esté escuchando conexiones entrantes en el puerto 3632 .

#. Type: boolean
#. Description
#: ../distcc.templates:1001
msgid You have the option of starting the distcc daemon automatically on the computer startup. If in doubt, it's advised not to start it automatically on startup. If you later change your mind, you can run: 'dpkg-reconfigure distcc'.
msgstr Tiene la opción de arrancar automáticamente el demonio distcc en el inicio del sistema. Si no está seguro, se le recomienda que no lo inicie automáticamente. Si más adelante cambia de opinión puede ejecutar «dpkg-reconfigure distcc».

#. Type: string
#. Description
#: ../distcc.templates:2001
msgid Allowed client networks:
msgstr Redes cliente permitidas:

#. Type: string
#. Description
#: ../distcc.templates:2001
msgid The distcc daemon implements access control based on the IP address of the client, that is trying to connect. Only the hosts or networks listed here are allowed to connect.
msgstr El demonio distcc implementa un control de acceso basado en la dirección IP del cliente que se está intentando conectar. Sólo las máquinas o redes que están aquí listadas tienen permiso para conectarse.

#. Type: string
#. Description
#: ../distcc.templates:2001
msgid You can list multiple hosts and/or networks, separated by spaces. Hosts are represented by their IP address, networks have to be in CIDR notation, f.e. \192.168.1.0/24\.
msgstr Puede listar varias máquinas y/o redes separándolas con espacios. Las máquinas se representan con su dirección IP, las redes tiene que estar en notación CIDR, p.e. «192.168.1.0/24».

#. Type: string
#. Description
#: ../distcc.templates:2001
msgid To change the list at a later point, you can run: 'dpkg-reconfigure distcc'.
msgstr Puede ejecutar «dpkg-reconfigure distcc» para cambiar la lista en el futuro.

#. Type: string
#. Description
#: ../distcc.templates:3001
msgid Listen interfaces:
msgstr Escuchar las interfaces:

#. Type: string
#. Description
#: ../distcc.templates:3001
msgid The distcc daemon can be bound to a specific network interface.
msgstr El demonio de distcc se puede enlazar a un interfaz de red especifica.

#. Type: string
#. Description
#: ../distcc.templates:3001
msgid You probably want to choose the interface of your local network by entering it's IP address. If distccd should listen on all interfaces, just enter nothing.
msgstr Probablemente desea elegir la interfaz de su red local introduciendo su dirección IP. Si distccd debería escuchar en todas las interfaces, no introduzca nada.

#. Type: string
#. Description
#: ../distcc.templates:3001
msgid Be sure to protect distccd from unauthorized access, by being careful in your choice of the listen interface and allowed networks. distccd should  never be accessible from untrusted networks. If that is needed, secureshell should be used instead of the daemon.
msgstr Esté seguro de proteger distccd de accesos sin autorización, siendo cuidadoso con su elección de la interfaz a escuchar y las redes permitidas. distccd nunca debería estar accesible desde redes 

Bug#535772: Fixed upstream

2009-07-06 Thread Chris Lamb
reassign 535772 xserver-xorg-video-intel
thanks

koos vriezen wrote:

 (my first guess, but who cares, is
 http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/?id=cdbf84f20295c8a78624318aa6fdfff3f5c8ce27

Good spot. Reassigning to xserver-xorg-video-intel..


Regards,

-- 
  ,''`.
 : :'  : Chris Lamb
 `. `'`  la...@debian.org
   `-


signature.asc
Description: PGP signature


Bug#535935: (vbrfix_0.24-3/avr32): FTBFS: Outdated config.{sub,guess}

2009-07-06 Thread bradsmith
Package: vbrfix
Version: 0.24-3
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

Full build logs available:

  http://buildd.debian-ports.org/build.php?pkg=vbrfixarch=avr32ver=0.24-3

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#535939: (lnpd_0.9.0-6/avr32): FTBFS: Outdated config.{sub,guess}

2009-07-06 Thread bradsmith
Package: lnpd
Version: 0.9.0-6
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

Full build logs available:

  http://buildd.debian-ports.org/build.php?pkg=lnpdarch=avr32ver=0.9.0-6

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#535625: conspy: refuses to start (kernel 2.6.30-1-686)

2009-07-06 Thread Cristian Ionescu-Idbohrn
On Mon, 6 Jul 2009, Russell Stuart wrote:

 Works for me on 2.6.29.  What kernel are you using?

Subject line says 2.6.30-1-686.

 It is odd there is no /dev/vcsa1, since the rest are there.

I see that too.  But the error message says:

/dev/vcc/a1: No such file or directory

and that's a different device.

 That says to me there is no terminal console 1, in which case conspy
 is doing what it should do.

You may be right.  I'll check again tonight and get back.

 If conspy 2, conspy 3, etc works then I would say that is definitely
 the case.

Right.  I'll check that too.


-- 
Cristian



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



Bug#535937: (flex-old_2.5.4a-7/avr32): FTBFS: Outdated config.{sub,guess}

2009-07-06 Thread bradsmith
Package: flex-old
Version: 2.5.4a-7
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

Full build logs available:

  http://buildd.debian-ports.org/build.php?pkg=flex-oldarch=avr32ver=2.5.4a-7

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#535751: apt-file update doesn't work

2009-07-06 Thread Thijs Kinkhorst
On Sat, July 4, 2009 21:47, arne anka wrote:
 now, it works again.
 i had some issues with the newly upgraded ia32-apt-get -- i'd guess the
 very same issues made apt-file break.
 anyway, any useful error messages would be highly appreciated, getting the
 help when you are sure you did nothing wrong, isn't really helpful becauee
 you can't see what exactly went wrong.

I'm sorry, but do not understand exactly what went wrong. What issues
did you have and which of these caused the problem with apt-file? If we
know that we can see how we can improve error reporting.


cheers,
Thijs



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



Bug#535934: xserver-xorg-core: no input devices found

2009-07-06 Thread Tino Keitel
Package: xserver-xorg-core
Version: 2:1.6.1.901-3
Severity: normal

No input devices are detected. xserver-xorg-input-evdev is installed, the
evdev kernel module is loaded, HAL and dbus are running.

However, the log shows this:

(II) Cannot locate a core pointer device.
(II) Cannot locate a core keyboard device.
(II) The server relies on HAL to provide the list of input devices.
If no devices become available, reconfigure HAL or disable 
AllowEmptyInput.

I tested the same setup in a chroot, and it works. Any hints how to further
debug this?
-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Jul  6 00:33 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1689308 Jun 23 19:57 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller (rev 0c)

/etc/X11/xorg.conf does not exist.

Xorg X server log files on system:
-rw-r--r-- 1 root root 16513 Jul  6 09:15 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/x61:0
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6

This is a pre-release version of the X server from The X.Org Foundation.
It is not supported in any way.
Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
Select the xorg product for bugs you find in this release.
Before reporting bugs in pre-release versions please check the
latest version in the X.Org Foundation git repository.
See http://wiki.x.org/wiki/GitPage for git access instructions.

X.Org X Server 1.6.1.901 (1.6.2 RC 1)
Release Date: 2009-5-8
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.30-trunk-686 i686 Debian
Current Operating System: Linux x61 2.6.30-dirty #9 SMP Thu Jul 2 06:43:38 CEST 
2009 i686
Build Date: 23 June 2009  07:53:39PM
xorg-server 2:1.6.1.901-3 (jcris...@debian.org) 
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Mon Jul  6 09:15:39 2009
(II) Loader magic: 0x1dc0
(II) Module ABI versions:
X.Org ANSI C Emulation: 0.4
X.Org Video Driver: 5.0
X.Org XInput driver : 4.0
X.Org Server Extension : 2.0
(II) Loader running on linux
(--) using VT number 6

(--) PCI:*(0:0:2:0) 8086:2a02:17aa:20b5 Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller rev 12, Mem @ 0xf800/1048576, 
0xe000/268435456, I/O @ 0x1800/8
(==) Using default built-in configuration (39 lines)
(==) --- Start of built-in configuration ---
Section Device
Identifier  Builtin Default intel Device 0
Driver  intel
EndSection
Section Screen
Identifier  Builtin Default intel Screen 0
Device  Builtin Default intel Device 0
EndSection
Section Device
Identifier  Builtin Default i810 Device 0
Driver  i810
EndSection
Section Screen
Identifier  Builtin Default i810 Screen 0
Device  Builtin Default i810 Device 0
EndSection
Section Device
Identifier  Builtin Default vesa Device 0
Driver  vesa
EndSection
Section Screen
Identifier  Builtin Default vesa Screen 0
Device  Builtin Default vesa Device 0
EndSection
Section Device
Identifier  Builtin Default fbdev Device 0
Driver  fbdev
EndSection
Section Screen
Identifier  Builtin Default fbdev Screen 0
Device  Builtin Default fbdev Device 0
EndSection
Section ServerLayout
Identifier  Builtin Default Layout
Screen  Builtin Default intel Screen 0
Screen  Builtin Default i810 Screen 0
Screen  Builtin Default vesa Screen 0
Screen  Builtin Default fbdev Screen 0
EndSection
(==) --- End of built-in configuration ---
(==) ServerLayout Builtin Default Layout
(**) |--Screen Builtin Default intel Screen 0 (0)
(**) |   |--Monitor default monitor
(**) |   |--Device Builtin Default intel Device 0
(==) No monitor specified for screen Builtin Default intel Screen 0.
Using a default monitor configuration.
(**) |--Screen Builtin Default i810 Screen 0 (1)
(**) |   |--Monitor default monitor
(**) |   |--Device Builtin 

Bug#535936: (liblip_2.0.0-1.1/avr32): FTBFS: Outdated config.{sub,guess}

2009-07-06 Thread bradsmith
Package: liblip
Version: 2.0.0-1.1
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

Full build logs available:

  http://buildd.debian-ports.org/build.php?pkg=libliparch=avr32ver=2.0.0-1.1

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#535938: (sidplay-libs_2.1.1-7/avr32): FTBFS: Outdated config.{sub,guess}

2009-07-06 Thread bradsmith
Package: sidplay-libs
Version: 2.1.1-7
Severity: wishlist
User: bradsm...@debian.org
Usertags: avr32

Hi,

Whilst building your package on AVR32, the build failed due to outdated
config.{sub,guess} files.

Full build logs available:

  
http://buildd.debian-ports.org/build.php?pkg=sidplay-libsarch=avr32ver=2.1.1-7

Regards,
Bradley Smith

--
Bradley Smith b...@brad-smith.co.uk
Debian GNU/Linux Developer bradsm...@debian.org
GPG: 0xC718D347   D201 7274 2FE1 A92A C45C EFAB 8F70 629A C718 D347



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



Bug#535909: camlimages: CVE-2009-2295 several integer overflows

2009-07-06 Thread Stefano Zacchiroli
On Sun, Jul 05, 2009 at 07:38:51PM -0400, Michael S. Gilbert wrote:
 package: camlimages
 version: 2.20-8
 severity: serious
 tags: security
 
 hello,
 
 camlimages is vulnerable to several integer overflows [1].  this has
 not yet been fixed upstream, but has been addressed by redhat [2].

Thanks, we're aware of that. The patch has already been applied in the
unstable version and the security team has already been notified
too. Stay tuned for a fix in stable.

Cheers.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Bug#527130: starting with kernel 2.6.29, xosview uses 50% cpu continuously

2009-07-06 Thread Kartik Mistry
On Thu, Jun 4, 2009 at 1:58 PM, Andrew Sharpandy.sh...@onstor.com wrote:
 I'm happy to give as much details as I can, as xosview is my fave.  I
 see the problem on 2.6.29 kernels only, not on 2.6.28 and older, so it
 could be a kernel problem.  I have one system that doesn't demonstrate
 the problem, but all the rest do, regardless of xosview version.  One
 of my systems is etch, but the others are all lenny.  The one that
 doesn't demonstrate the problem is an intel atom processor, the others
 are all AMD processors, so I'm wondering if there's something different
 about the kernel between the two.  I'll let you know when I've nailed
 down some specific info.

 Is 1.8.3+debian-11 in squeeze or sid?  I could backport it and try it,
 but I'm really beginning to think it's not an xosview thing, or at
 least, not specific to a particular version of xosview.

 I'll let you know when I've figured out more.  Just wanted to reply to
 your email.

Thanks a lot. I think I missed your email :(

I am downgrading severity to Normal as this is not specific to xosview
(atleast, it looks like that..)

1.8.3+debian-11 is in both squeeze and sid. I am preparing next upload
-12 but it doesn't matter as it has unrelated changes to our bug here.

Thanks again!

(Please CC to 527...@bugs.debian.org to record your mail in BTS)

-- 
 Cheers,
 Kartik Mistry | 0xD1028C8D | IRC: kart_
 Debian GNU/Linux Developer
 Blog.en: ftbfs.wordpress.com
 Blog.gu: kartikm.wordpress.com



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



Bug#535940: geoclue pull glib 1.2 as build-dep

2009-07-06 Thread Laurent Bigonville
Package: geoclue
Severity: serious
Version: 0.11.1-4

Hi

geoclue pulls glib 1.2 as build dep.

libglib-dev should be replaced by libglib2.0-dev

Regards

Laurent Bigonville



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



Bug#535276: petsc: diff for NMU version 3.0.0.dfsg-5.1

2009-07-06 Thread Rene Engelhard
tags 535276 + patch
thanks

Hi,

Attached is the diff for my petsc 3.0.0.dfsg-5.1 NMU.
diff -u petsc-3.0.0.dfsg/debian/control petsc-3.0.0.dfsg/debian/control
--- petsc-3.0.0.dfsg/debian/control
+++ petsc-3.0.0.dfsg/debian/control
@@ -5,10 +5,10 @@
 Uploaders: Adam C. Powell, IV hazel...@debian.org
 XS-DM-Upload-Allowed: yes
 Standards-Version: 3.8.1
-Build-Depends: debhelper (= 3.0), quilt, python (= 2.2), gfortran, \
- libx11-dev, mpi-default-dev, mpi-default-bin, \
- libblas-dev | libblas-3gf.so, liblapack-dev | liblapack-3gf.so, \
- libsuitesparse-dev (= 3.1.0-2), libsuperlu3-dev (= 3.0+20070106), \
+Build-Depends: debhelper (= 3.0), quilt, python (= 2.2), gfortran,
+ libx11-dev, mpi-default-dev, mpi-default-bin,
+ libblas-dev | libblas-3gf.so, liblapack-dev | liblapack-3gf.so,
+ libsuitesparse-dev (= 3.1.0-2), libsuperlu3-dev (= 3.0+20070106),
  libspooles-dev (= 2.2-6), libhypre-dev (= 2.4.0), libscotch-dev
 Homepage: http://www.mcs.anl.gov/petsc
 
diff -u petsc-3.0.0.dfsg/debian/changelog petsc-3.0.0.dfsg/debian/changelog
--- petsc-3.0.0.dfsg/debian/changelog
+++ petsc-3.0.0.dfsg/debian/changelog
@@ -1,3 +1,10 @@
+petsc (3.0.0.dfsg-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * fix Build-Depends for new dpkg-dev (closes: #535276) 
+
+ -- Rene Engelhard r...@debian.org  Fri, 03 Jul 2009 10:31:34 +0200
+
 petsc (3.0.0.dfsg-5) unstable; urgency=medium
 
   * Removed babel-1.2.0 and libsidl-dev from Build-Depends (closes: #529485).


Bug#527257: I'm also having this crash

2009-07-06 Thread Phil Dibowitz
Here's a backtrace:

(gdb) bt
#0  0xb7f33424 in __kernel_vsyscall ()
#1  0xb75063b0 in raise () from /lib/i686/cmov/libc.so.6
#2  0xb7509a75 in abort () from /lib/i686/cmov/libc.so.6
#3  0x080c1723 in sighandler (sig=11) at ../../pidgin/gtkmain.c:193
#4  signal handler called
#5  0xb7552bb0 in strstr () from /lib/i686/cmov/libc.so.6
#6  0xb664cca2 in fb_check_friend_request_cb (fba=0x8a16f80, data=0x0,
data_len=0,
user_data=0x0) at fb_managefriends.c:91
#7  0xb664b566 in fb_connection_process_data (data=0x8c79698, source=21,
cond=PURPLE_INPUT_READ) at fb_connection.c:204
#8  fb_post_or_get_readdata_cb (data=0x8c79698, source=21,
cond=PURPLE_INPUT_READ)
at fb_connection.c:291
#9  0x080a8093 in pidgin_io_invoke (source=0x8a20578,
condition=value optimized out, data=0x84ac988)
at ../../pidgin/gtkeventloop.c:78
#10 0xb76c289d in ?? () from /usr/lib/libglib-2.0.so.0
#11 0x08a20578 in ?? ()
#12 0x0001 in ?? ()
#13 0x084ac988 in ?? ()
#14 0xb7707184 in ?? () from /usr/lib/libglib-2.0.so.0
#15 0xbf84efdc in ?? ()
#16 0x08b134c8 in ?? ()
#17 0xbf84eff8 in ?? ()
#18 0xb768c368 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
Backtrace stopped: frame did not save the PC



[p...@rider ~]$ dpkg -l | egrep 'pidgin|purple'
ii  libpurple-bin2.5.8-1
 multi-protocol instant messaging library - e
ii  libpurple0   2.5.8-1
 multi-protocol instant messaging library
ii  pidgin   2.5.8-1
 graphical multi-protocol instant messaging c
ii  pidgin-data  2.5.8-1
 multi-protocol instant messaging client - da
ii  pidgin-dbg   2.5.8-1
 Debugging symbols for Pidgin
ii  pidgin-facebookchat  1.53
 Facebook Chat plugin for Pidgin.
ii  pidgin-musictracker  0.4.18-1
 Plugin for Pidgin which displays the current


-- 
Phil Dibowitz p...@ipom.com
Open Source software and tech docsInsanity Palace of Metallica
http://www.phildev.net/   http://www.ipom.com/

Never write it in C if you can do it in 'awk';
 Never do it in 'awk' if 'sed' can handle it;
 Never use 'sed' when 'tr' can do the job;
 Never invoke 'tr' when 'cat' is sufficient;
 Avoid using 'cat' whenever possible -- Taylor's Laws of Programming




signature.asc
Description: OpenPGP digital signature


Bug#535835: libdevel-nytprof-perl: FTBFS: libtest-simple-perl is a virtual package

2009-07-06 Thread Niko Tyni
On Sun, Jul 05, 2009 at 08:57:13PM +0200, Kurt Roeckx wrote:
 On Sun, Jul 05, 2009 at 07:21:05PM +0200, gregor herrmann wrote:
  On Sun, 05 Jul 2009 17:33:05 +0200, Kurt Roeckx wrote:
  
So if I see it corrctly, perl-modules should not stop providing 
libtest-simple-perl. Thus my question, could the problem be related to
how sbuild resolves the dependencies (since, cowbuilder/pbuilder seem
to do it right?)
   You could argue that sbuild does the wrong thing, 
  
  Please note that this sbuild bug was discussed and finally fixed in
  July 2008: #395271
  (The discussion revolves around perl packages too, the patch is in
  fact from one of the perl maintainers.)
 
 So I guess you'll have to wait until all arches switch to the new
 sbuild it that case.  It's only in use on some arches.

Agreed.

Here's a patch that makes it build with an older Test::More in the
meantime, fixing

 t/test01...1/97 Undefined subroutine NYTProfTest::note called at 
t/lib/NYTProfTest.pm line 143.
 t/test51-enable1/129 Undefined subroutine NYTProfTest::note called at 
t/lib/NYTProfTest.pm line 143.

Cheers,
-- 
Niko Tyni   nt...@debian.org
--- t/lib/NYTProfTest.pm	2009/07/06 07:32:56	1.1
+++ t/lib/NYTProfTest.pm	2009/07/06 07:33:39
@@ -140,7 +140,7 @@
 }
 
 if ($extra_test_code) {
-note(running $extra_test_count extra tests...);
+note(running $extra_test_count extra tests...) if $Test::More::VERSION = 0.81_01;
 my $profile = eval { Devel::NYTProf::Data-new({filename = $profile_datafile}) };
 if ($@) {
 diag($@);


Bug#519792: [pkg-nvidia-devel] Bug#519792: Bug#519792: [Patch 4/8] libvdpau renaming and cleanup

2009-07-06 Thread Andreas Beckmann
Randall Donald wrote:
 On Sun, 2009-07-05 at 17:05 +0200, Andreas Beckmann wrote:
 Just one more small change for a cleaner upgrade path.

 What is the change? 

nvidia-libvdpau-dev: add Replaces: nvidia-libvdpau
(for libvdpau.so symlink move)


Andreas



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



Bug#522373: ffmpeg-debian_0.5+svn20090609-1_i386.changes ACCEPTED

2009-07-06 Thread Reinhard Tartler
Hi Archive Administrators,

Archive Administrator instal...@ftp-master.debian.org writes:

 Accepted:
 ffmpeg-debian_0.5+svn20090609-1.diff.gz
   to pool/main/f/ffmpeg-debian/ffmpeg-debian_0.5+svn20090609-1.diff.gz
 ffmpeg-debian_0.5+svn20090609-1.dsc
   to pool/main/f/ffmpeg-debian/ffmpeg-debian_0.5+svn20090609-1.dsc
 ffmpeg-debian_0.5+svn20090609.orig.tar.gz

Just FYI, because of lack of any reaction on this bug, we've decided to
revert a change for that we currently don't see any justification,
namely the crippling of the orig.tar.gz.

We have placed a detailed rationale about that step in the file
debian/README.Source in the source package. You can also review it
online here:

http://git.debian.org/?p=pkg-multimedia/ffmpeg-debian.git;a=blob;f=debian/README.Source;h=dfdbd49cc39771738d4ddb8cd7367d148646d6c0;hb=2dbc0de8b327aee8ac21b6ac6172f31130d2

The changes itself can be reviewed by checking the diff in the upstream
branch. The changes (in total 3 files) I'm currently talking about can
be seen here:

http://git.debian.org/?p=pkg-multimedia/ffmpeg-debian.git;a=commitdiff;h=29e39edb6374c64528a61304aa0965e1cfca363c#patch13
http://git.debian.org/?p=pkg-multimedia/ffmpeg-debian.git;a=commitdiff;h=29e39edb6374c64528a61304aa0965e1cfca363c#patch16
http://git.debian.org/?p=pkg-multimedia/ffmpeg-debian.git;a=commitdiff;h=29e39edb6374c64528a61304aa0965e1cfca363c#patch17

Please not that this change did not affect the binary package. You can
verify this by comparing the file
./usr/share/doc/libavcodec52/formats.txt.gz in the new and former
versions of the package.

(Okay, granted, the latest upload introduced an libopenjpeg decoder for
jpeg2000 support, but that is AFAIUI not in scope of this discussion).

Unless we hear back from you, we assume that debian's ftp-master is OK
with these changes, and we will proceed with renaming the source package
back from 'ffmpeg-debian' to 'ffmpeg'.

-- 
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4



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



Bug#535909: camlimages: CVE-2009-2295 several integer overflows

2009-07-06 Thread Sylvain Le Gall
Hello,

On Sun, Jul 05, 2009 at 07:38:51PM -0400, Michael S. Gilbert wrote:
 package: camlimages
 version: 2.20-8
 severity: serious
 tags: security
 
 hello,
 
 camlimages is vulnerable to several integer overflows [1].  this has
 not yet been fixed upstream, but has been addressed by redhat [2].
 
 [1] http://www.ocert.org/advisories/ocert-2009-009.html
 [2] https://bugzilla.redhat.com/show_bug.cgi?id=509531
 

Patch has already been applied for sid version (3.0.1-2), migration to
lenny is blocked by current OCaml 3.11.1 transition. 

We need to patch lenny (2.2.0-4), but you seems to use etch (2.20-8).

Regards
Sylvain Le Gall




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



Bug#535777: [Pkg-virtualbox-devel] Bug#535777: virtualbox-ose-source: build failure vboxnetflt/../SUPDrvIDC.h:237

2009-07-06 Thread Michael Meskes
tag 535777 moreinfo
tag 535777 unreproducible
severity 535777 normal
thanks

 virtualbox-ose-source fails to compile against linux kernel 2.6.30.1.

I just tried with a stock 2.6.30.1 which worked nicely:

...
for templ in `ls debian/*.modules.in` ; do \

test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
${templ%.modules.in}.backup 2/dev/null || true; \  
 
sed -e 's/##KVERS##/2.6.30.1/g ;s/#KVERS#/2.6.30.1/g ; s/_KVERS_/2.6.30.1/g 
; s/##KDREV##//g ; s/#KDREV#//g ; s/_KDREV_//g  '  $templ  
${templ%.modules.in}; \
  done  


dh_testroot 


dh_clean -k 


# Build the module  


kmk -C /home/michael/tmp/linux-2.6.30.1/ M=/usr/src/modules/virtualbox-ose  


kmk[1]: Entering directory `/home/michael/tmp/linux-2.6.30.1'   



  WARNING: Symbol version dump /home/michael/tmp/linux-2.6.30.1/Module.symvers
   is missing; modules will have no dependencies and modversions. 

kmk[2]: Entering directory `/home/michael/tmp/linux-2.6.30.1'
kmk[3]: Entering directory `/home/michael/tmp/linux-2.6.30.1'
  LD  /usr/src/modules/virtualbox-ose/vboxdrv/built-in.o 
  CC [M]  /usr/src/modules/virtualbox-ose/vboxdrv/linux/SUPDrv-linux.o
  CC [M]  /usr/src/modules/virtualbox-ose/vboxdrv/SUPDrv.o
  CC [M]  /usr/src/modules/virtualbox-ose/vboxdrv/r0drv/alloc-r0drv.o 
...

Which gcc do you use? Could you please try again with an up-to-date sid 
(including vbox 3.0.0-dfsg-2)?

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo/Skype: michaelmeskes, Jabber: mes...@jabber.org
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#535941: linux-image-2.6.26-2-xen-686: domU crashes daily

2009-07-06 Thread Maximilian Mill
Package: linux-image-2.6.26-2-xen-686
Version: 2.6.26-17
Severity: grave
Justification: renders package unusable

domU crashes randomly... 

I have annother Lenny Xen-Hostsystem with 2.6.18-6-xen-686 dom0-kernel
(from etch) and everything works perfect. Both systems won't work with 
2.6.26-2-xen-686.


xm dmesg:
(XEN) domain_crash_sync called from entry.S (ff188600)
(XEN) Domain 6 (vcpu#2) crashed on cpu#2:
(XEN) [ Xen-3.2-1  x86_32p  debug=n  Not tainted ]
(XEN) CPU:2
(XEN) EIP:0061:[c01013a7]
(XEN) EFLAGS: 0246   CONTEXT: guest
(XEN) eax:    ebx: 0001   ecx:    edx: ed447f90
(XEN) esi: 0002   edi: 0002   ebp:    esp: ed447f84
(XEN) cr0: 8005003b   cr4: 26f0   cr3: 001b4ca0   cr2: b7ee59e0
(XEN) ds: 007b   es: 007b   fs: 00d8   gs:    ss: 0069   cs: 0061
(XEN) Guest stack trace from esp=ed447f84:
(XEN)c0105f52  0002 c0848f4e 8225   
(XEN)c01028ab c0102810      
(XEN)      00d8 
(XEN)      
(XEN) mm.c:645:d13 Non-privileged (13) attempt to map I/O space 0025b0a8
(XEN) mm.c:3493:d13 ptwr_emulate: fixing up invalid PAE PTE 00025b0a8025
(XEN) mm.c:645:d14 Non-privileged (14) attempt to map I/O space 002734a8
(XEN) mm.c:3493:d14 ptwr_emulate: fixing up invalid PAE PTE 0002734a8025

xend.log:
[2009-07-04 01:30:03 2981] WARNING (XendDomainInfo:1258) Domain has crashed: 
name=XXX id=6.
[2009-07-04 01:30:03 2981] DEBUG (XendDomainInfo:1914) 
XendDomainInfo.destroyDomain(6)
[2009-07-04 01:30:03 2981] DEBUG (XendDomainInfo:1529) Destroying device model
[2009-07-04 01:30:03 2981] DEBUG (XendDomainInfo:1536) Releasing devices
[2009-07-04 01:30:03 2981] DEBUG (XendDomainInfo:1542) Removing vif/0
[2009-07-04 01:30:03 2981] DEBUG (XendDomainInfo:590) XendDomainInfo.destroyDevi
ce: deviceClass = vif, device = vif/0
[2009-07-04 01:30:03 2981] DEBUG (XendDomainInfo:1542) Removing vbd/2049
[2009-07-04 01:30:03 2981] DEBUG (XendDomainInfo:590) 
XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd/2049
[2009-07-04 01:30:03 2981] DEBUG (XendDomainInfo:1542) Removing vbd/2050
[2009-07-04 01:30:03 2981] DEBUG (XendDomainInfo:590) 
XendDomainInfo.destroyDevice: deviceClass = vbd, device = vbd/2050
[2009-07-04 01:30:03 2981] DEBUG (XendDomainInfo:1542) Removing console/0
[2009-07-04 01:30:03 2981] DEBUG (XendDomainInfo:590) 
XendDomainInfo.destroyDevice: deviceClass = console, device = console/0
[2009-07-04 01:30:03 2981] DEBUG (XendDomainInfo:1534) No device model
[2009-07-04 01:30:03 2981] DEBUG (XendDomainInfo:1536) Releasing devices
[2009-07-04 01:30:03 2981] DEBUG (XendDomainInfo:106) 
XendDomainInfo.create_from_dict({'vcpus_params': {'cap': 0, 'weight': 256}, 
'PV_args': 'root=/dev/sda2 ro ', 'features': '', 'cpus': [], 'paused': 0, 
'actions_after_reboot': 'restart', 'shutdown': 0, 'VCPUs_live': 1, 
'PV_bootloader': '', 'actions_after_crash': 'restart', 'vbd_refs': 
['76379e03-6ad8-1014-3bf4-efa0ab0b9d7d', 
'd75b2a27-dcc5-59ae-18b8-79cd54d46c08'], 'PV_ramdisk': 
'/boot/initrd.img-2.6.26-2-xen-686', 'is_control_domain': False, 'name_label': 
'trsggrea', 'VCPUs_at_startup': 1, 'HVM_boot_params': {}, 'platform': {}, 
'PV_kernel': '/boot/vmlinuz-2.6.26-2-xen-686', 'console_refs': 
['58eeeb1d-01b3-8872-2488-97f50c60b17e'], 'online_vcpus': 4, 'blocked': 0, 
'on_xend_stop': 'ignore', 'memory_static_min': 0, 'HVM_boot_policy': '', 
'shutdown_reason': 3, 'VCPUs_max': 4, 'start_time': 1246543544.3383191, 
'memory_static_max': 4294967296L, 'actions_after_shutdown': 'destroy', 
'on_xend_start': 'ignore', 'crashed': 1, 'memory_
 dynamic_max': 4294967296L, 'actions_after_suspend': '', 'is_a_template': 
False, 'PV_bootloader_args': '', 'memory_dynamic_min': 4294967296L, 'uuid': 
'e5592f0e-aed4-cee7-4bf9-dc752db243ad', 'cpu_time': 3108.4089437950001, 
'shadow_memory': 0, 'dying': 1, 'vcpu_avail': 15, 'notes': {'HV_START_LOW': 
4118806528L, 'FEATURES': 
'writable_page_tables|writable_descriptor_tables|auto_translated_physmap|pae_pgdir_above_4gb|supervisor_mode_kernel',
 'VIRT_BASE': 3221225472L, 'GUEST_VERSION': '2.6', 'PADDR_OFFSET': 0, 
'GUEST_OS': 'linux', 'HYPERCALL_PAGE': 378144L, 'LOADER': 'generic', 
'SUSPEND_CANCEL': 1, 'PAE_MODE': 'yes', 'ENTRY': 374048L, 'XEN_VERSION': 
'xen-3.0'}, 'other_config': {}, 'running': 0, 'domid': 6, 'vif_refs': 
['4897dbc5-7436-84c8-7af5-ede96161f91e'], 'vtpm_refs': [], 'devices': 
{'d75b2a27-dcc5-59ae-18b8-79cd54d46c08': ('vbd', {'uuid': 
'd75b2a27-dcc5-59ae-18b8-79cd54d46c08', 'bootable': 0, 'devid': 2050, 'driver': 
'paravirtualised', 'dev': 'sda2', 'uname': 'phy:/dev
 /vg0/web01-disk', 'mode': 'w'}), '4897dbc5-7436-84c8-7af5-ede96161f91e': 
('vif', {'ip': '188.40.58.178', 'mac': '00:16:3e:7c:45:a9', 'devid': 0, 'uuid': 
'4897dbc5-7436-84c8-7af5-ede96161f91e'}), 

Bug#535909: camlimages: CVE-2009-2295 several integer overflows

2009-07-06 Thread Stefano Zacchiroli
On Mon, Jul 06, 2009 at 09:40:48AM +0200, Sylvain Le Gall wrote:
 Patch has already been applied for sid version (3.0.1-2), migration to
 lenny is blocked by current OCaml 3.11.1 transition. 
  ^

Errata corrige. Migration to *squeeze* (i.e., testing) is currently
blocked by the transition. Updates to *lenny* (i.e., stable) will
happen by hand via security fixes.

-- 
Stefano Zacchiroli -o- PhD in Computer Science \ PostDoc @ Univ. Paris 7
z...@{upsilon.cc,pps.jussieu.fr,debian.org} -- http://upsilon.cc/zack/
Dietro un grande uomo c'è ..|  .  |. Et ne m'en veux pas si je te tutoie
sempre uno zaino ...| ..: | Je dis tu à tous ceux que j'aime


signature.asc
Description: Digital signature


Bug#535777: virtualbox-ose-source: build failure vboxnetflt/../SUPDrvIDC.h:237

2009-07-06 Thread Dmitry Kurochkin
Hi.

I get the same failure on kernel linux-image-2.6.30-1-amd64 2.6.30-1
with the latest virtualbox-ose-source 3.0.0-dfsg-2.

Regards,
  Dmitry



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



Bug#535130: linux-image-2.6.30-1-686: fails with lenny's udev

2009-07-06 Thread Bastian Blank
On Mon, Jun 29, 2009 at 05:30:33PM -0700, Steve Langasek wrote:
 On Tue, Jun 30, 2009 at 01:15:23AM +0200, Simon Richter wrote:
  Suggested fix is to add a conflict on udev  0.141.
 Breaks: may be more suitable here; but it bears asking why we don't add a
 versioned Depends: on udev outright.  The use case for a recent Linux system
 without udev is diminishingly small.

This makes it uninstallable on Lenny. The root cause needs to be found,
as I have many systems running on Lenny with this kernel.

Bastian

-- 
Each kiss is as the first.
-- Miramanee, Kirk's wife, The Paradise Syndrome,
   stardate 4842.6



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



Bug#535942: chkrootkit: fix for chkproc race

2009-07-06 Thread Adrian Bridgett
Package: chkrootkit
Version: 0.48-10

chkproc has a really bad race condition in it where it compares ps and
/proc. 

This patch fixes this by double checking to ensure the process hasn't
exited.  

I've attached three files - the original, a refactored one (where you
can see things are just split into functions (I've not tested this
version compiles!), and a final version.

I've been using this patch on 0.47 for ages, I'll be compiling up a
0.48 package later today.

Thanks,

Adrian
-- 
Email: adr...@smop.co.uk  -*-  GPG key available on public key servers
Debian GNU/Linux - the maintainable distribution   -*-  www.debian.org
/*
  (C) Nelson Murilo - 2004/09/13
  Version 0.10
  C port from chkproc.pl code from Klaus Steding-Jessen jes...@nic.br
  and Cristine Hoepers crist...@nic.br +little output changes.

  2002/03/02 - Segmentation fault in ps for non ASCII user name, by RainbowHat

  2002/06/13 Updated by Kostya Kortchinsky kostya.kortchin...@renater.fr
  - corrected the program return value ;
  - added a verbose mode displaying information about the hidden process.

  2002/08/08 - Value of MAX_PROCESSES was increased to 9 (new versions
of FreeBSD, HP-UX and others), reported by Morohoshi Akihiko, Paul
and others.

  2002/09/03 - Eliminate (?) false-positives. Original idea from Aaron Sherman.

  2002/11/15 - Updated by Kostya Kortchinsky kostya.kortchin...@renater.fr
  - ported to SunOS.

  2003/01/19 - Another Adore based lkm test. Original idea from Junichi Murakami

  2003/02/02 - More little fixes - Nelson Murilo

  2003/02/23 - Use of kill to eliminate false-positives abandonated, It is
  preferable false-positives that false-negatives. Uncomment kill() functions
  if you like  it.

  2003/06/07 - Fix for NPTL threading mechanisms - patch by Mike Griego

  2003/09/01 - Fix for ps mode detect, patch by Bill Dupree and others

  2004/04/03 - More fix for linux's threads - Nelson Murilo

  2004/09/13 - More and more fix for linux's threads - Nelson Murilo

  2005/02/23 - More and more and more fix for linux's threads - Nelson Murilo

  2005/10/28 - Bug fix for FreeBSD: chkproc was sending a SIGXFSZ (kill -25)
   to init, causing a reboot.  Patch by Nelson Murilo.
   Thanks to Luiz E. R. Cordeiro.

  2005/11/15 - Add check for Enye LKM - Nelson Murilo

  2005/11/25 - Fix for long lines in PS output - patch by Lantz Moore
  
  2006/01/05 - Add getpriority to identify LKMs, ideas from Yjesus(unhide) and 
   Slider/Flimbo (skdet)

  2006/01/11 - Fix signal 25 on parisc linux and return of kill() -
   Thanks to Lantz Moore
*/

#if !defined(__linux__)  !defined(__FreeBSD__)  !defined(__sun)
int main (){ return 0; }
#else
#include stdio.h
#include string.h 
#include errno.h
#include sys/types.h
#include dirent.h
#include ctype.h
#include stdlib.h
#include unistd.h
#include signal.h
#if defined(__sun)
#include procfs.h
#include fcntl.h
#endif
#include sys/resource.h

#define PS_SUN 0
#define PS_LOL 1
#define PS_COM 2
#define PS_LNX 3
#define PS_MAX 3

#if defined(__sun)
#define FIRST_PROCESS 0
#else
#define FIRST_PROCESS 1
#endif
#define MAX_PROCESSES 9
#define MAX_BUF 1024

#if !defined (SIGXFSZ)
#define SIGXFSZ 25
#endif 

static char *ps_cmds[] = {
ps -edf,
ps auxw,
ps mauxw 21 ,
ps auxw -T|tr -s ' '|cut -d' ' -f2-,
  };

int psproc [MAX_PROCESSES+1];
int dirproc[MAX_PROCESSES+1];
#if defined(__linux__)
int isathread[MAX_PROCESSES+1];
#endif

/*
 * read at most the first (size-1) chars into s and terminate with a '\0'.
 * stops reading after a newline or EOF.  if a newline is read, it will be
 * the last char in the string.  if no newline is found in the first
 * (size-1) chars, then keep reading and discarding chars until a newline
 * is found or EOF.
 */
char *readline(char *s, int size, FILE *stream)
{
  char *rv = fgets(s, size, stream);

  if (strlen(s) == (size-1)  s[size-1] != '\n')
  {
char buf[MAX_BUF];
fgets(buf, MAX_BUF, stream);
while (strlen(buf) == (MAX_BUF-1)  buf[MAX_BUF-1] != '\n')
{
  fgets(buf, MAX_BUF, stream);
}
  }

  return rv;
}

int main(int argc, char **argv)
{
   char buf[MAX_BUF], *p, path[MAX_BUF];
   char *pscmd = (char *)0;
   FILE *ps;
   DIR *proc = opendir(/proc);
   struct dirent *dir;
   int i, j, retps, retdir, pv, verbose;
   long ret = 0L;
   char * tmp_d_name;
#if defined(__linux__)
   int maybeathread;
#endif
#if defined(__sun)
   psinfo_t psbuf;
#endif

   pv = verbose = 0; 

   if (!proc)
   {
  perror(proc);
  exit (1);
   }
   for (i = 1; i  argc; i++)
   {
  if (!memcmp(argv[i], -v, 2))
verbose++;
  else if (!memcmp(argv[i], -?, 2))
  {
printf(Usage: %s [-v] [-v] -p num\n, argv[0]);
return 0;
  }
#if defined(__linux__)
  else if (!memcmp(argv[i], -p, 2))
  {
 if (i+1  argc) 
pv = atoi(argv[++i]);
 else
 { 

Bug#535791: [Pkg-samba-maint] Bug#535791: winbind: failed to get user and group list from Samba PDC

2009-07-06 Thread Christian Perrier
tags 535791 wontfix
thanks

Quoting Joel Franco (joel.fra...@gmail.com):
 Package: winbind
 Version: 2:3.2.5-4lenny6
 Severity: important
 
 
 After the net rpc join successfuly established to the Samba PDC (net rpc 
 testjoin ok), the following commands fail:

.../...


 
 The samba version in the PDC Server is exactly the samba that of this server.
 
 Please, what should i do?


Get in touch with upstream mailing lists, look into the server's logs,
look into the client logs, read documentation about samba, etc?

I'm really sorry to say this but you come in touch with the package
maintainers in Debian  just as if we were a support center, which we
are definitely not (we're having enough hard times maintaining the
package...we can't do user support).

Sorry for being quite harsh, but that's about the 3rd ou 4th such bug
report in a week.




signature.asc
Description: Digital signature


Bug#535130: linux-image-2.6.30-1-686: fails with lenny's udev

2009-07-06 Thread Bastian Blank
On Tue, Jun 30, 2009 at 01:15:23AM +0200, Simon Richter wrote:
 when booting into 2.6.30 with lenny's udev still installed, the system
 fails to load a number of drivers, among them agpgart (which makes xorg
 fail).

Are you able to show why?

Bastian



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



Bug#535943: please provide packaged schroot instances, ready to use

2009-07-06 Thread Stefano Zacchiroli
Package: schroot
Version: 1.2.3-1
Severity: wishlist

[ Reporting this feature request / design document as requested in the
  discussion started at
  http://lists.debian.org/debian-devel/2009/07/msg00135.html ]

In essence: we want packages that can be installed to provide ready to
use schroot instances.

Two use cases has emerged during the discussion:

1) schroot instances used by developers, e.g. integrated with pbuilder
   / cowbuilder to build packages for various Debian(/Ubuntu?)
   suites. That can result in packages like
   schroot-instance-{sid,squeeze,lenny,...} with Provides matching
   schroot-instance-{stable,testing,unstable}. (The instance-
   sub-string is an addition of my own, not sure it is nice though :))

2) poor's men multi-arch, i.e., the ability to have 32 bits chroots
   on true 64 bits systems to install and run 32 bits missing 64 bits
   equivalents

Various design points have been already discussed:

* chroots can be debootstrap-ed at postinst

* APT settings can be inherited (in some smart way though, because
  they cannot simply be copied) from the host system

* chroots' conf can be simply dropped into /etc/schroot/chroot.d/

* mechanisms to update/upgrade in a batch way all schroot-instance's
  should be developed. sbuild wrapper scripts to do that can be
  mimicked. For security upgrades, unattended-upgrades integration
  should be investigated

* wrappers to run apps from a given chroot should be developed, most
  importantly for the multi-arch scenario. Something a-la wine could
  do, but it needs to be easy and most likely able to be used as a
  launched in desktop environment

... did I forget something?

Cheers.

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

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

Versions of packages schroot depends on:
ii  libboost-filesystem1.38.0   1.38.0-7 filesystem operations (portable pa
ii  libboost-program-options1.3 1.38.0-7 program options library for C++
ii  libboost-regex1.38.01.38.0-7 regular expression library for C++
ii  libboost-system1.38.0   1.38.0-7 Operating system (e.g. diagnostics
ii  libc6   2.9-19   GNU C Library: Shared libraries
ii  libgcc1 1:4.4.0-10   GCC support library
ii  liblockdev1 1.0.3-1.2+b1 Run-time shared library for lockin
ii  libpam0g1.0.1-9  Pluggable Authentication Modules l
ii  libstdc++6  4.4.0-10 The GNU Standard C++ Library v3
ii  libuuid11.41.7-1 Universally Unique ID library
ii  schroot-common  1.2.3-1  common files for schroot

schroot recommends no packages.

Versions of packages schroot suggests:
ii  debootstrap   1.0.13 Bootstrap a basic Debian system
ii  lvm2  2.02.44-3  The Linux Logical Volume Manager
ii  unzip 6.0-1  De-archiver for .zip files

-- 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#535043: [Pkg-samba-maint] Bug#535043: can't get local users from WindowsXP

2009-07-06 Thread Christian Perrier
Quoting Бриллиантов Кирилл Владимирович (brillian...@byterg.ru):
 Package: samba
 Version: 2:3.2.5-4
 Severity: important
 
 Hello!
 I can't get local users and groups from WindowsXPPro via directory
 properties. But from Linux I have successfully get it via net rpc
 user.
 I have checked Debian Lenny x86 with samba 2:3.2.3-1 and also
 can't get local users from WindowsXP. I don't have this problem with
 Debian Etch x86 and samba 3.0.24-6.


Please try backported packages from http://backports.org

As I mentioned in an answer to another of your bug reports, it is
likely that such issue is fixed in some way in 3.3.6.

If it doesn't, then please ask on samba's user supprot mailing list
for help on setting ACL's, and changes in that matter wrt upgrades
from 3.0.24 to 3.2.5




signature.asc
Description: Digital signature


Bug#530086: gdm: diff for NMU version 2.20.9-1.1

2009-07-06 Thread Emilio Pozuelo Monfort
tag 530086 pending
thanks

Raphael Geissert wrote:
 tags 530086 + patch
 thanks
 
 Dear maintainer,
 
 I've prepared an NMU for gdm (versioned as 2.20.9-1.1) and
 uploaded it to DELAYED/7. Please free to tell me if I should
 delay it longer.

I really need to create a post-commit hook to tag bugs as pending...

We have this bug fixed in our svn repo, I'll see if it can be uploaded.

Emilio





signature.asc
Description: OpenPGP digital signature


Bug#475092: works for me in 3.1.0-5

2009-07-06 Thread Rene Engelhard
Viktor Horvath wrote:
 The original bug report seems to me a duplicate of #460288.

Might be, yes. (Ccing that bug and its submitter...)

 I had the same problem using 2.4.1-7, but I just upgraded to 3.1.0-5 and
 it works there!

Too bad the submitter of #475092 never saw your mail because you didn't
send the mail to him at all. ;-)

(n...@bugs.debian.org just goes to the maintainer and the bug log, *NOT* to
the submitter). CCing.

Can you confirm that 1:3.1.0-5 works?

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73




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



Bug#535130: linux-image-2.6.30-1-686: fails with lenny's udev

2009-07-06 Thread Bastian Blank
On Tue, Jun 30, 2009 at 01:15:23AM +0200, Simon Richter wrote:
 when booting into 2.6.30 with lenny's udev still installed, the system
 fails to load a number of drivers, among them agpgart (which makes xorg
 fail).

agpgart is never loaded alone on a udev system, it is pulled in by the
real modules.

 lenny's udev also fails to create the harddisk device nodes, which leads to
 update-grub and/or lilo failing, the latter making the system unbootable
 (hence the severity).

Unreproducible here.

 ** Tainted: P (1)

You have proprietary modules loaded. This voids your waranty anyway.

Bastian

-- 
Conquest is easy. Control is not.
-- Kirk, Mirror, Mirror, stardate unknown



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



Bug#517232: OCF IPsrcaddr inet prefix error

2009-07-06 Thread Michael Ricordeau
Hi everyone,

here are some tests :

On woody :
  ip route show   to exact 0.0.0.0/0   = WORKING
  ip route show   to exact 0/0 = WORKING

On sarge :
  ip route show   to exact 0.0.0.0/0   = WORKING
  ip route show   to exact 0/0 = WORKING

On etch :
  ip route show   to exact 0.0.0.0/0   = WORKING
  ip route show   to exact 0/0 = WORKING

On lenny :
  ip route show   to exact 0.0.0.0/0   = WORKING
  ip route show   to exact 0/0 = FAILED


Regards



-- 
Michaël Ricordeau
Email: m.ricord...@newtech.fr
Tel: +33561434871 
Newtech Multimedia
3, chemin du Pigeonnier de la cépière
BP 53575
31035 Toulouse Cedex 1



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



Bug#535043: [Pkg-samba-maint] Bug#535043: can't get local users from WindowsXP

2009-07-06 Thread Бриллиантов Кирилл Владимирович

Christian Perrier wrote:

Quoting Бриллиантов Кирилл Владимирович (brillian...@byterg.ru):

Package: samba
Version: 2:3.2.5-4
Severity: important

Hello!
I can't get local users and groups from WindowsXPPro via directory
properties. But from Linux I have successfully get it via net rpc
user.
I have checked Debian Lenny x86 with samba 2:3.2.3-1 and also
can't get local users from WindowsXP. I don't have this problem with
Debian Etch x86 and samba 3.0.24-6.



Please try backported packages from http://backports.org

As I mentioned in an answer to another of your bug reports, it is
likely that such issue is fixed in some way in 3.3.6.

If it doesn't, then please ask on samba's user supprot mailing list
for help on setting ACL's, and changes in that matter wrt upgrades
from 3.0.24 to 3.2.5




Thank you for your answer.
I have tried this packages, but this is didn't solve my problems.

I send mail in samba mailing list, but don't get answer.

--
С уважением,
Бриллиантов Кирилл Владимирович
ООО БайтЭрг
Оптимальные системы безопастности
105082, Москва, Большая Почтовая, д. 34, стр. 12
+7(495)221-6622, доб. 122
www.byterg.ru




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



Bug#535944: ccmake is once again missing

2009-07-06 Thread Mathieu Malaterre
Package: cmake
Version: 2.6.4-1
Severity: important


This is a reminiscence of Bug 481392. As of today testing  unstable do not 
provide the cmake curses interface (ccmake).

Ref:
http://packages.debian.org/squeeze/amd64/cmake/filelist
http://packages.debian.org/sid/amd64/cmake/filelist

Thanks

-- System Information:
Debian Release: 5.0.2
  APT prefers stable
  APT policy: (500, 'stable'), (200, 'testing'), (100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-2-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/bash

Versions of packages cmake depends on:
ii  cmake-data 2.6.4-1   CMake data files (modules, templat
ii  libc6  2.9-12GNU C Library: Shared libraries
ii  libcurl3-gnutls7.18.2-8lenny2Multi-protocol file transfer libra
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  libgcc11:4.4.0-5 GCC support library
ii  libstdc++6 4.4.0-5   The GNU Standard C++ Library v3
ii  libxmlrpc-c3   1.06.27-1 A lightweight RPC library based on
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

cmake recommends no packages.

cmake 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#535751: apt-file update doesn't work

2009-07-06 Thread arne anka

I'm sorry, but do not understand exactly what went wrong.



_what_ went wrong i don't know either -- that's were the error message is  
missing.



What issues
did you have and which of these caused the problem with apt-file?


ia32-apt-get does not work like advertised in the Readme.DEBIAN  
(sources.list were not converted) and the skype.com repo always returned  
404.
those were the issues i observed -- after giving up on at least skpe and  
removing the repo from source.list,

apitude update
went through and suddenly
apt-file update
worked again. so i guessed it was related.

in /etc/apt/sources.list i had exactly the apt line from ia32-apt-get's  
Readme.DEBIAN, beginning with


deb [arch=1386] http://

is apt-file capable of understanding that line?



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



Bug#530213: udev: diff for NMU version 0.141-1.1

2009-07-06 Thread Marco d'Itri
On Jul 06, Raphael Geissert geiss...@debian.org wrote:

 I've prepared an NMU for udev (versioned as 0.141-1.1) and
 uploaded it to DELAYED/10. Please feel free to tell me if I should
 delay it longer.
Yes, just don't do it. I have an updated package I need to complete.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#535944: ccmake is once again missing

2009-07-06 Thread Mathieu Malaterre
On Mon, Jul 6, 2009 at 10:52 AM, Mathieu
Malaterremathieu.malate...@gmail.com wrote:
 Package: cmake
 Version: 2.6.4-1
 Severity: important


 This is a reminiscence of Bug 481392. As of today testing  unstable do not 
 provide the cmake curses interface (ccmake).

 Ref:
 http://packages.debian.org/squeeze/amd64/cmake/filelist
 http://packages.debian.org/sid/amd64/cmake/filelist


Sorry I was confused by :

1. apt-file search ccmake returned 'cmake'
2. doing apt-get install -t testing cmake from debian/stable did not
automatically install cmake-curses-gui

Sorry for the noise.

-- 
Mathieu



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



Bug#535691: RFH: munin packaging help

2009-07-06 Thread Holger Levsen
Hi Niels,

On Sonntag, 5. Juli 2009, Niels Thykier wrote:
 I am not sure I am able to dedicate myself long term to this package,
 but I have examined the patches for munin
 (http://patch-tracking.debian.net/package/munin/1.2.6-12) and compared
 them to munin-trunk (r2285).  I have attached my finding, which mainly
 determines which of the patches are still valid.

cool, thats nice for anyone packaging 1.3!

 I may have a look at the source package and implement these changes
 later depending on what my sponsor says about my current package.

cheers! just dont blindly upload please, better we prepare it in svn first. 
i'd be happy to commit stuff to svn, if you send me suitable patches.


Thanks,
Holger



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


Bug#535205: [debian-mysql] Bug#535205: mysql-server-5.0: Asks 4x to set root password

2009-07-06 Thread Rene Engelhard
Hi,

Olaf van der Spek wrote:
 When installing MySQL, it asks 4x to set a root password if I don't enter 
 one. Once should be enough...

My personal opinion is that this is a feature :)

Regards,

Rene



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



Bug#535688: closed by Bastian Blank wa...@debian.org (install firmware-linux)

2009-07-06 Thread Toni Mueller

Hi,

On Mon, 06.07.2009 at 09:13:22 +, Debian Bug Tracking System 
ow...@bugs.debian.org wrote:
 You have to install the firmware-linux package, which is currently only
 available in testing and unstable.

this is generally ok by me, but this package isn't listed in either
of the Recommends: or Suggests: clause of the package. I suggest adding
this package to the Recommends clause of the package. FWIW, according
to the packages display on www.debian.org/packages, this isn't the case
for the package in unstable.

 Please note, that the package you are using is only supported by the
 backports team.

Yes. I have no problem with that, but also no idea how else I should be
able to test out such things on an otherwise -stable machine. Your
answer is fully sufficient for me, and I don't ask that you actually
repair the problem. But I didn't want the problem to go unnoticed.


Kind regards,
--Toni++



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



Bug#535896: rails: potential password bypass

2009-07-06 Thread Nico Golde
Hi,
* Adam Majer ad...@zombino.com [2009-07-06 05:49]:
 Michael S. Gilbert wrote:
  package: rails
  version: 1.1.6-3
  severity: serious
  tags: security
  
  hello,
  
  it has been found that rails is vulnerable to a password bypass [1].  this 
  will be 
  fixed in upstream version 2.3.3.
  
  [1] 
  http://weblog.rubyonrails.org/2009/6/3/security-problem-with-authenticate_with_http_digest
 
 Rails 2.2.2 doesn't have digest HTTP authentication. I've looked at the
 function in rails and I don't see the problem.
 
 Certainly this is not a problem with version 1.1.6. The issue is with
 Rails 2.3.x branch, AFAIK.
 
 Please let me know if I'm wrong.

Yes that's correct. I verified the ruby version in unstable 
and the vulnerable code is indeed not yet present.

Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.


pgpMeVyJ3Vbpn.pgp
Description: PGP signature


Bug#535205: [debian-mysql] Bug#535205: mysql-server-5.0: Asks 4x to set root password

2009-07-06 Thread Olaf van der Spek
On Mon, Jul 6, 2009 at 11:24 AM, Rene Engelhardr...@debian.org wrote:
 Hi,

 Olaf van der Spek wrote:
 When installing MySQL, it asks 4x to set a root password if I don't enter 
 one. Once should be enough...

 My personal opinion is that this is a feature :)

This isn't Windows...



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



Bug#535946: libio-socket-ssl-perl: Partial hostname matching vulnerability fixed in 1.26

2009-07-06 Thread Dominic Hargreaves
Package: libio-socket-ssl-perl
Version: 1.24-1
Severity: grave
Tags: security
Justification: user security hole

1.26 (just uploaded to unstable) fixes what looks like a fairly serious
security issue:

v1.26 2009.07.03
- SECURITY BUGFIX! 
  fix Bug in verify_hostname_of_cert where it matched only the prefix for 
  the hostname when no wildcard was given, e.g. www.example.org matched
  against a certificate with name www.exam in it
  Thanks to MLEHMANN for reporting

From inspecting the source this appears to apply to at least 1.24-1
(testing) and 1.16-1 (stable).



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



Bug#535945: libgmerlin0_0.4.0-2_i386.deb -- installation errors

2009-07-06 Thread GUIDA Riccardo
Package: libgmerlin0_0.4.0-2_i386.deb
Problem: apt-get dist-upgrade breaks down when installing 
libgmerlin0_0.4.0-2_i386.deb
OS: debian testing
Linux fermi 2.6.26-2-486 #1 Thu Mar 26 00:13:41 UTC 2009 i686 GNU/Linux


fermi:~# apt-get dist-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be REMOVED:
  gnome-network-admin
The following NEW packages will be installed:
  gcj-jre-headless gij install-info libbsd0 libgetopt-argvfile-perl
libmikmod2
  libsdl-mixer1.2 libsmpeg0 libwebkit-1.0-2 libwebkit-1.0-common
python-gdl python-gksu2
  ttf-wqy-zenhei
The following packages will be upgraded:
  anacron bind9-host clive cpio cpp cups-driver-gutenprint dmraid
dnsutils esound-clients
  esound-common festival ffmpeg file-roller foomatic-db
foomatic-db-gutenprint gcj-4.3-base
  ghostscript ghostscript-x gij-4.3 gimp gmerlin gmerlin-data gnome
gnome-cards-data
  gnome-core gnome-desktop-environment gnome-games gnome-games-data
gnome-menus gnome-office
  gnome-system-tools gnumeric gnumeric-common grub-common gs-common
gstreamer0.10-alsa
  gstreamer0.10-gnomevfs gstreamer0.10-nice gstreamer0.10-plugins-bad
  gstreamer0.10-plugins-base gstreamer0.10-plugins-ugly
gstreamer0.10-tools gstreamer0.10-x
  gthumb gthumb-data icedtea-6-jre-cacao ijsgutenprint info iptables
java-common
  java-gcj-compat java-gcj-compat-headless libaccess-bridge-java
libaccess-bridge-java-jni
  libavcodec52 libavdevice52 libavfilter0 libavformat52 libavutil50
libberkeleydb-perl
  libbind9-40 libdb4.6 libdb4.6-java libdb4.6-java-gcj libdb4.7
libdbi-perl libdca0
  libdmraid1.0.0.rc15 libdns45 libedit2 libesd0 libgcj-bc
libgcj-common libgcj9-0
  libgcj9-0-awt libgcj9-jar libgimp2.0 libgmerlin0 libgnome-menu2
libgoffice-0-8
  libgoffice-0-8-common libgpod-common libgpod4 libgps18 libgs8
libgsf-1-114 libgsf-1-common
  libgsf-gnome-1-114 libgstreamer-plugins-base0.10-0
libgstreamer0.10-0 libgutenprint2
  libhtml-parser-perl libio-pty-perl libisc45 libisccc40 libisccfg40
libjasper-runtime
  libjasper1 libksba8 liblwres40 libmalaga7 libmetacity-private0
libmissioncontrol-client0
  libmissioncontrol-server1 libmozjs1d libmsn0.1 libmysqlclient15off
libnautilus-extension1
  libnewt0.52 libnice0 libnspr4-0d libopenal1 libpcap0.8 libpcsclite1
libpostproc51
  libqca2-plugin-ossl libsepol1 libssl0.9.8 libswscale0 libtalloc1
libtdb1 libthai-data
  libthai0 libvte-common libvte9 libx86-1 libxapian15 libxpm4
linux-image-2.6.26-2-486
  lockfile-progs make mencoder metacity metacity-common mime-support
mplayer
  mysql-client-5.0 mysql-common mysql-server mysql-server-5.0 nano
nautilus nautilus-data
  netbase openjdk-6-jre openjdk-6-jre-headless openjdk-6-jre-lib
openprinting-ppds openssl
  perl-tk python-cupsutils python-eggtrayicon python-gmenu
python-gnome2-extras
  python-gtkhtml2 python-gtkmozembed python-gtkspell python-newt
python-sepolgen
  python-smartpm python-vte smartpm-core system-config-printer
telepathy-mission-control
  texinfo transmission-common transmission-gtk tzdata tzdata-java
whiptail whois x11-common
  xbase-clients xorg xserver-xorg xserver-xorg-input-all
xserver-xorg-video-all
  xulrunner-1.9 xulrunner-1.9-gnome-support
179 upgraded, 13 newly installed, 1 to remove and 0 not upgraded.
Need to get 266MB of archives.
After this operation, 49.9MB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://ftp.fr.debian.org testing/main libmikmod2 3.1.11-a-6
[124kB]
Get:2 ftp://ftp.debian-multimedia.org testing/main libavutil50
5:0.5+svn20090612-0.1 [67.8kB]
Get:3 http://ftp.fr.debian.org testing/main libsmpeg0
0.4.5+cvs20030824-2.2 [103kB]
Get:4 ftp://ftp.debian-multimedia.org testing/main libavcodec52
5:0.5+svn20090612-0.1 [3903kB]
Get:5 http://ftp.fr.debian.org testing/main libsdl-mixer1.2 1.2.8-6
[93.6kB]
Get:6 http://ftp.fr.debian.org testing/main gnome-games 1:2.26.2-1
[1129kB]
Get:7 http://ftp.fr.debian.org testing/main gnome-games-data
1:2.26.2-1 [22.1MB]
Get:8 ftp://ftp.debian-multimedia.org testing/main libavformat52
5:0.5+svn20090612-0.1 [709kB]
Get:9 ftp://ftp.debian-multimedia.org testing/main libavdevice52
5:0.5+svn20090612-0.1 [53.1kB]
Get:10 ftp://ftp.debian-multimedia.org testing/main libavfilter0
5:0.5+svn20090612-0.1 [24.6kB]
Get:11 ftp://ftp.debian-multimedia.org testing/main libpostproc51
5:0.5+svn20090612-0.1 [47.5kB]
Get:12 ftp://ftp.debian-multimedia.org testing/main libswscale0
5:0.5+svn20090612-0.1 [174kB]
Get:13 ftp://ftp.debian-multimedia.org testing/main ffmpeg
5:0.5+svn20090612-0.1 [198kB]
Get:14 ftp://ftp.debian-multimedia.org testing/main mencoder
1:1.0.rc2svn20090613-0.0 [5098kB]
Get:15 ftp://ftp.debian-multimedia.org testing/main mplayer
1:1.0.rc2svn20090613-0.0 [5646kB]
Get:16 http://ftp.fr.debian.org testing/main gnome-cards-data
1:2.26.2-1 [431kB]
Get:17 http://ftp.fr.debian.org testing/main libgstreamer0.10-0
0.10.23-2 [1119kB]
Get:18 

Bug#535947: /usr/bin/checkbashisms: checkbashism may want to check export x=$@

2009-07-06 Thread maximilian attems
Package: devscripts
Version: 2.10.52
Severity: wishlist
File: /usr/bin/checkbashisms


bash versus dash and posh disagree on expanding $@ within double quotes:
export x=$@
see http://bugs.debian.org/381091 for details
in most cases one just want use the arglist with $*.


-- Package-specific info:

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

--- ~/.devscripts ---
DEBUILD_DPKG_BUILDPACKAGE_OPTS=-I.git
DEBCHANGE_RELEASE_HEURISTIC=changelog

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

Kernel: Linux 2.6.30-trunk-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages devscripts depends on:
ii  dpkg-dev  1.15.2 Debian package development tools
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  perl  5.10.0-23  Larry Wall's Practical Extraction 

Versions of packages devscripts recommends:
pn  at none(no description available)
ii  bsd-mailx [mailx]  8.1.2-0.20081101cvs-2 A simple mail user agent
ii  bzr1.13.1-1  easy to use distributed version co
ii  curl   7.18.2-8.1Get a file from an HTTP, HTTPS or 
ii  cvs1:1.12.13-12  Concurrent Versions System
ii  dctrl-tools2.13.1Command-line tools to process Debi
pn  debian-keyring none(no description available)
pn  debian-maintainers none(no description available)
ii  dput   0.9.4 Debian package upload tool
ii  dupload2.6.6 utility to upload Debian packages
ii  epiphany-gecko [ww 2.26.1-1  Intuitive GNOME web browser - Geck
pn  equivs none(no description available)
ii  fakeroot   1.12.2Gives a fake root environment
ii  git-core   1:1.6.3.3-1   fast, scalable, distributed revisi
ii  gnupg  1.4.9-4   GNU privacy guard - a free PGP rep
ii  iceweasel [www-bro 3.0.9-1   lightweight web browser based on M
pn  libauthen-sasl-per none(no description available)
pn  libcrypt-ssleay-pe none(no description available)
ii  libparse-debcontro 2.005-2   Easy OO parsing of Debian control-
pn  libsoap-lite-perl  none(no description available)
pn  libterm-size-perl  none(no description available)
ii  libtimedate-perl   1.1600-9  Time and date functions for Perl
ii  liburi-perl1.37+dfsg-1   Manipulates and accesses URI strin
ii  libwww-perl5.826-1   WWW client/server library for Perl
pn  libyaml-syck-perl  none(no description available)
ii  links [www-browser 2.2-1+b1  Web browser running in text mode
ii  links2 [www-browse 2.2-1+b1  Web browser running in both graphi
ii  lintian2.2.12Debian package checker
ii  lsb-release3.2-22Linux Standard Base version report
ii  lynx-cur [www-brow 2.8.7pre1-1   Text-mode WWW Browser with NLS sup
ii  mailx  1:20081101-2  Transitional package for mailx ren
ii  man-db 2.5.5-2   on-line manual pager
ii  mercurial  1.2.1-3   scalable distributed version contr
ii  openssh-client [ss 1:5.1p1-5+b1  secure shell client, an rlogin/rsh
ii  patch  2.5.9-5   Apply a diff file to an original
ii  patchutils 0.3.1-2   Utilities to work with patches
ii  strace 4.5.17+cvs080723-2A system call tracer
ii  subversion 1.5.6dfsg-1   Advanced version control system
ii  tla1.3.5+dfsg-14+b1  GNU Arch revision control system
ii  unzip  6.0-1 De-archiver for .zip files
ii  w3m [www-browser]  0.5.2-2+b1WWW browsable pager with excellent
ii  wdiff  0.5-18Compares two files word by word
ii  wget   1.11.4-2  retrieves files from the web

Versions of packages devscripts suggests:
ii  build-essential   11.4   Informational list of build-essent
pn  cvs-buildpackage  none (no description available)
pn  devscripts-el none (no description available)
pn  gnuplot   none (no description available)
pn  libfile-desktopentry-perl none (no description available)
pn  libnet-smtp-ssl-perl  none (no description available)
ii  mutt  1.5.20-2   text-based mailreader supporting M
pn  svn-buildpackage  none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, 

Bug#535540: folder sync order is now random

2009-07-06 Thread Nicolas Dandrimont
* Stefano Zacchiroli z...@debian.org [2009-07-05 17:18:33 +0200]:
 
 FWIW, also the mutt mailbox file generated via [mbnames] has random
 ordering which, bizarrely, does not match the syncing order (nor the
 one which would be prescribed by my syncing function). 

Hi Zack,

As a matter of fact, that's how I noticed the bug, and the patch I
posted fixes this too (as a side effect, it seems).

Cheers,
-- 
Nicolas Dandrimont

BOFH excuse #374:
It's the InterNIC's fault.


signature.asc
Description: Digital signature


Bug#535948: libgtkhtml3.14-19: evolution crashed in gtkhtml_editor_private_init

2009-07-06 Thread Johannes Berg
Package: libgtkhtml3.14-19
Version: 3.27.3-1
Severity: normal

Backtrace was generated from '/usr/bin/evolution'

[Thread debugging using libthread_db enabled]
[New Thread 0x7f6d6d73d950 (LWP 20782)]
[New Thread 0x7f6d6cf3c950 (LWP 20779)]
[New Thread 0x7f6d6c73b950 (LWP 20776)]
[New Thread 0x7f6d6df3e950 (LWP 20773)]
[New Thread 0x7f6d6e73f950 (LWP 20772)]
[New Thread 0x7f6d6f7fe950 (LWP 20771)]
[New Thread 0x7f6d6950 (LWP 20769)]
[New Thread 0x7f6d757f1950 (LWP 20767)]
[New Thread 0x7f6d75ff2950 (LWP 20765)]
0x7f6d8aae631f in __libc_waitpid (pid=20783, stat_loc=0x7fff8cdcd770, 
options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:41
in ../sysdeps/unix/sysv/linux/waitpid.c
#0  0x7f6d8aae631f in __libc_waitpid (pid=20783, stat_loc=0x7fff8cdcd770, 
options=0) at ../sysdeps/unix/sysv/linux/waitpid.c:41
#1  0x7f6d84121449 in IA__g_spawn_sync (
working_directory=value optimized out, argv=value optimized out, 
envp=value optimized out, flags=value optimized out, 
child_setup=value optimized out, user_data=value optimized out, 
standard_output=0x0, standard_error=0x0, exit_status=0x0, error=
0x7fff8cdcd8f8) at /tmp/buildd/glib2.0-2.20.4/glib/gspawn.c:382
#2  0x7f6d84121748 in IA__g_spawn_command_line_sync (
command_line=value optimized out, standard_output=0x0, standard_error=
0x0, exit_status=0x0, error=0x7fff8cdcd8f8)
at /tmp/buildd/glib2.0-2.20.4/glib/gspawn.c:694
#3  0x7f6d7b3c8d63 in ?? ()
   from /usr/lib/gtk-2.0/modules/libgnomebreakpad.so
#4  signal handler called
#5  IA__g_type_check_instance_cast (type_instance=0x4f31, iface_type=
36226672) at /tmp/buildd/glib2.0-2.20.4/gobject/gtype.c:3723
#6  0x7f6d8d608e54 in gtkhtml_editor_private_init ()
   from /usr/lib/libgtkhtml-editor.so.0
#7  0x7f6d8d602b8f in ?? () from /usr/lib/libgtkhtml-editor.so.0
#8  0x7f6d843a1389 in IA__g_type_create_instance (
type=value optimized out)
at /tmp/buildd/glib2.0-2.20.4/gobject/gtype.c:1666
#9  0x7f6d8438636b in g_object_constructor (type=1325400113, 
n_construct_properties=36226672, construct_params=0x216ade0)
at /tmp/buildd/glib2.0-2.20.4/gobject/gobject.c:1338
#10 0x7f6d8d603f81 in ?? () from /usr/lib/libgtkhtml-editor.so.0
#11 0x7f6d7977d784 in msg_composer_constructor (type=40746400, 
n_construct_properties=8, construct_properties=0x27a72f0)
at e-msg-composer.c:2023
#12 0x7f6d843869dd in IA__g_object_newv (object_type=40746400, 
n_parameters=value optimized out, parameters=0x27a7360)
at /tmp/buildd/glib2.0-2.20.4/gobject/gobject.c:1215
#13 0x7f6d84387527 in IA__g_object_new_valist (object_type=40746400, 
first_property_name=0x0, var_args=0x7fff8cdce2a0)
at /tmp/buildd/glib2.0-2.20.4/gobject/gobject.c:1278
#14 0x7f6d8438766c in IA__g_object_new (object_type=40746400, 
first_property_name=0x0)
at /tmp/buildd/glib2.0-2.20.4/gobject/gobject.c:1060
#15 0x7f6d7977bbc2 in create_composer (visible_mask=159)
at e-msg-composer.c:2856
#16 0x7f6d797811f0 in e_msg_composer_new_with_type (type=44517360)
at e-msg-composer.c:2922
#17 0x7f6d797162bb in create_new_composer (subject=
0x4f31 Address 0x4f31 out of bounds, fromuri=0x228c670 , 
use_default_callbacks=35040736) at em-composer-utils.c:662
#18 0x7f6d79717485 in em_utils_compose_new_message (
fromuri=value optimized out) at em-composer-utils.c:690
#19 0x7f6d79754838 in create_item (type=value optimized out, 
model=value optimized out, uri=
0x27acb60 imap://johan...@secure.sipsolutions.net/INBOX, 
tree=value optimized out) at mail-component.c:952
#20 0x7f6d7975559d in create_local_item_cb (
handler=value optimized out, item_type_name=0x24e7392 message, data=
0x24d4290) at mail-component.c:967
#21 0x7f6d8f442aeb in execute_verb (handler=0x23e18e0, 
verb_name=value optimized out) at e-user-creatable-items-handler.c:380
#22 0x7f6d843810ad in IA__g_closure_invoke (closure=0x265f280, 
return_value=0x0, n_param_values=1, param_values=0x26da960, 
invocation_hint=0x7fff8cdce610)
at /tmp/buildd/glib2.0-2.20.4/gobject/gclosure.c:767
#23 0x7f6d8439485b in signal_emit_unlocked_R (node=0x2648be0, detail=0, 
instance=0x2643d20, emission_return=0x0, instance_and_params=0x26da960)
at /tmp/buildd/glib2.0-2.20.4/gobject/gsignal.c:3247
#24 0x7f6d84395c02 in IA__g_signal_emit_valist (instance=0x2643d20, 
signal_id=value optimized out, detail=0, var_args=0x7fff8cdce7f0)
at /tmp/buildd/glib2.0-2.20.4/gobject/gsignal.c:2980
#25 0x7f6d843960d3 in IA__g_signal_emit (instance=0x4f31, signal_id=
36226672, detail=35040736)
at /tmp/buildd/glib2.0-2.20.4/gobject/gsignal.c:3037
#26 0x7f6d8eff43e2 in impl_released (button=0x2643d20)
at e-combo-button.c:385
#27 0x7f6d843810ad in IA__g_closure_invoke (closure=0x216fc80, 
return_value=0x0, n_param_values=1, param_values=0x276a8a0, 

Bug#530271: NMU patch

2009-07-06 Thread Steffen Joeris
Hi

Please find the NMU patch attached.

Cheers
Steffen
diff -u ipplan-4.91a/debian/changelog ipplan-4.91a/debian/changelog
--- ipplan-4.91a/debian/changelog
+++ ipplan-4.91a/debian/changelog
@@ -1,3 +1,13 @@
+ipplan (4.91a-1.1) unstable; urgency=high
+
+  * Non-maintainer upload by the security team
+  * Fix cross-site scripting vulnerability, which can be exploited via
+the userid, userdescrip, useremail, grp and grpdescrip parameters
+(Closes: #530271)
+Fixes: CVE-2009-1732
+
+ -- Steffen Joeris wh...@debian.org  Mon, 06 Jul 2009 08:09:24 +
+
 ipplan (4.91a-1) unstable; urgency=low
 
   * new upstream release
diff -u ipplan-4.91a/debian/patches/00list ipplan-4.91a/debian/patches/00list
--- ipplan-4.91a/debian/patches/00list
+++ ipplan-4.91a/debian/patches/00list
@@ -1,0 +2 @@
+CVE-2009-1732-xss.dpatch
only in patch2:
unchanged:
--- ipplan-4.91a.orig/debian/patches/CVE-2009-1732-xss.dpatch
+++ ipplan-4.91a/debian/patches/CVE-2009-1732-xss.dpatch
@@ -0,0 +1,36 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+
+...@dpatch@
+--- admin/usermanager.php	2009-03-19 07:44:03.0 +1100
 ipplan-4.91a/admin/usermanager.php	2009-05-30 16:34:08.0 +1000
+@@ -301,9 +301,13 @@
+ // First off we insert the user information and delete button.
+ insert($w, $t=table(array(cols=2,border=0,cellspacing=2,width=100%)));
+ insert($t, $c=cell());
+-insert($c ,block(b.my_(Editing User: $userid)./bbr));
+-insert($c, block(i.my_(Real Name: ).$row[userdescrip]./ibr));
+-insert($c, block(my_(e-mail: ).$row[useremail]));
++insert($c ,block(b));
++insert($c ,text(my_(Editing User: $userid)));
++insert($c ,block(/bbr));
++insert($c, block(i));
++insert($c, text(my_(Real Name: ).$row[userdescrip]));
++insert($c, block(/ibr));
++insert($c, text(my_(e-mail: ).$row[useremail]));
+ insert($t, $c=cell(array(align=right)));
+ insert($c, $f = form(array(method=post,action=$_SERVER[PHP_SELF])));
+ insert($f,hidden(array(name=action,value=deleteuser)));
+@@ -407,8 +411,11 @@
+ $resaddr   =$row[resaddr];
+ insert($w, $t=table(array(width=100%,cols=2,border=0,cellspacing=0,valign=middle)));
+ insert($t, $c = cell());
+-insert($c, block(b.my_(Editing Group:). $grp/bbr));
+-insert($c, block(i.my_( Description: )./i.$grpdescrip));
++insert($c, block(b));
++insert($c, text(my_(Editing Group:). $grp));
++insert($c, block(/bbr));
++insert($c, block(i.my_( Description: )./i));
++insert($c, text($grpdescrip));
+ insert($w,generic(br));  
+ insert($t,$c = cell (array(align=right)));
+ insert($c, $f = form(array(method=post,action=$_SERVER[PHP_SELF])));


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


Bug#517534: Potential HTTP Timeout race condition may cause 'Zero Sized Reply' error

2009-07-06 Thread Amos Jeffries

Luigi Gangitano wrote:


Il giorno 04/mar/09, alle ore 00:49, Amos Jeffries ha scritto:

Upstream believe this is fixed in current non-beta releases.



Hi Amos,
can you please point me to the upstream version that fixes this bug? If 
there is a single patch, we can push it in the current stable 
distribution (lenny) via a security update.


Regards,

L



I'm afraid I can't point to any patch. When I looked last it was 
reproducible with 3.0 but not with 3.1.


There are a large number of timing-related bugs that died or changed 
during the changes. I think this was one of them.


Amos



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



Bug#517534: Potential HTTP Timeout race condition may cause 'Zero Sized Reply' error

2009-07-06 Thread Steven Chamberlain
Luigi Gangitano wrote:
 can you please point me to the upstream version that fixes this bug?  
 If there is a single patch, we can push it in the current stable  
 distribution (lenny) via a security update.

I'm using oldstable (etch);  maybe this bug is already fixed in current
stable (lenny)?

Regards,
-- 
Steven Chamberlain
ste...@pyro.eu.org



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



Bug#535951: netcat-openbsd: No manual entry for nc.openbsd

2009-07-06 Thread Jakub Wilk

Package: netcat-openbsd
Version: 1.89-3
Severity: minor

The manual page should be available under the nc.openbsd name (rather 
than nc_openbsd):


$ command -v nc.openbsd
/bin/nc.openbsd

$ man nc.openbsd
No manual entry for nc.openbsd
See 'man 7 undocumented' for help when manual pages are not available.

$ man nc_openbsd
NC(1) BSD General Commands ManualNC(1)
[snip]

--
Jakub Wilk



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



Bug#535777: [Pkg-virtualbox-devel] Bug#535777: virtualbox-ose-source: build failure vboxnetflt/../SUPDrvIDC.h:237

2009-07-06 Thread Michael Biebl
Michael Meskes wrote:
 tag 535777 moreinfo
 tag 535777 unreproducible
 severity 535777 normal
 thanks
 
 virtualbox-ose-source fails to compile against linux kernel 2.6.30.1.
 
 I just tried with a stock 2.6.30.1 which worked nicely:
 
 ...
 for templ in `ls debian/*.modules.in` ; do \  
   
 test -e ${templ%.modules.in}.backup || cp ${templ%.modules.in} 
 ${templ%.modules.in}.backup 2/dev/null || true; \

 sed -e 's/##KVERS##/2.6.30.1/g ;s/#KVERS#/2.6.30.1/g ; 
 s/_KVERS_/2.6.30.1/g ; s/##KDREV##//g ; s/#KDREV#//g ; s/_KDREV_//g  '  
 $templ  ${templ%.modules.in}; \
   done
   
 
 dh_testroot   
   
 
 dh_clean -k   
   
 
 # Build the module
   
 
 kmk -C /home/michael/tmp/linux-2.6.30.1/ M=/usr/src/modules/virtualbox-ose
   
 
 kmk[1]: Entering directory `/home/michael/tmp/linux-2.6.30.1' 
   
 
 
   WARNING: Symbol version dump /home/michael/tmp/linux-2.6.30.1/Module.symvers
is missing; modules will have no dependencies and modversions. 
 
 kmk[2]: Entering directory `/home/michael/tmp/linux-2.6.30.1'
 kmk[3]: Entering directory `/home/michael/tmp/linux-2.6.30.1'
   LD  /usr/src/modules/virtualbox-ose/vboxdrv/built-in.o 
   CC [M]  /usr/src/modules/virtualbox-ose/vboxdrv/linux/SUPDrv-linux.o
   CC [M]  /usr/src/modules/virtualbox-ose/vboxdrv/SUPDrv.o
   CC [M]  /usr/src/modules/virtualbox-ose/vboxdrv/r0drv/alloc-r0drv.o 
 ...
 
 Which gcc do you use? Could you please try again with an up-to-date sid 
 (including vbox 3.0.0-dfsg-2)?

My system is an up-to-date sid and 3.0.0-dfsg-2 fails the same way.
$ gcc -v
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.3-13'
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared
--enable-multiarch --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr
--enable-targets=all --with-tune=generic --enable-checking=release
--build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.3 (Debian 4.3.3-13)

My kernel .config is attached. The kernel sources are pristine upstream from
kernel.org without any patches.

Cheers,
Michael


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


config-2.6.30.1.gz
Description: GNU Zip compressed data


signature.asc
Description: OpenPGP digital signature


Bug#534982: squid - DoS in external auth helper

2009-07-06 Thread Bastian Blank
severity 534982 important
tags 534982 security
thanks

No response from maintainer. As the cause is clear, I'm setting it to
appropriate values.

Bastian

-- 
There's coffee in that nebula!
-- Capt. Kathryn Janeway, Star Trek: Voyager, The Cloud



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



Bug#535949: bluez: No manual page for rctest

2009-07-06 Thread Jakub Wilk

Package: bluez
Version: 4.42-2
Severity: normal

No manual page for rctest binary is available.

--
Jakub Wilk



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



Bug#475199: w3m segfaults after searching in options

2009-07-06 Thread Akos PASZTORY
This problem causes pain for me too.  strace-ing w3m showed that it
wants to run some program called migemo, and I don't have that.  So
i looked it up in the options (search for migemo) and disabled it.
Guess what: the segfault disappeared.

hth,
-- 
akos



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



Bug#532515: on making decisions vs letting things happen

2009-07-06 Thread Colin Watson
On Sun, Jul 05, 2009 at 03:53:06PM +0200, Frans Pop wrote:
 On Sunday 05 July 2009, Frans Pop wrote:
  I must say that I'm not at all sure that the change to include
  Recommends wasn't done prematurely or too lightly. It is quite likely
  to also affect the server tasks in quite a big way and could have a
  major impact on the contents of CD images if not handled correctly.

So does that mean you feel that the policy manual's description of
Recommends is wrong, or that Debian installations should be unusual by
default?

Realistically, either (a) the Recommends were correct or (b) nobody was
going to bother fixing them until they started being installed by
default as policy says they should be. It's one thing to say that
something is premature, but the previous situation was just a deadlock.

 I also feel it is rather inconsistent to have tasksel install Recommends 
 while debootstrap and base-installer do not.

debootstrap is a slightly odd case (because it's also used to construct
explicitly minimal systems, in which case the rules seem different) and
I've long been unsure about how it should behave. Maybe it just needs an
option for it.

I think it's more important for tasksel to be consistent with the
default configuration of apt than with how the base system is installed,
though.

-- 
Colin Watson   [cjwat...@debian.org]



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



Bug#535952: xprint: Xprt can't find symbol PrinterFontRegisterFpeFunctions and fails to start

2009-07-06 Thread Phil Endecott
Package: xprint
Version: 2:1.4.2-11
Severity: normal


Hi,

I've just installed xprint 2:1.4.2-11 and it fails to start:

# /etc/init.d/xprint start
/etc/init.d/xprint: Old server registry found, cleaning-up...
Stopping Xprint servers: Xprt.
Starting Xprint servers: Xprt.

No error message there, or in any log file that I can find, but there 
is no Xprt process running.  I try this:

# /usr/bin/Xprt :64
_XSERVTransSocketOpenCOTSServer: Unable to open socket for inet6
_XSERVTransOpen: transport open failed for inet6/haiti:64
_XSERVTransMakeAllCOTSServerListeners: failed to open listener for inet6
No matching visual for __GLcontextMode with visual class = 0 (32775), nplanes = 
8
expected keysym, got XF86KbdLightOnOff: line 70 of pc
expected keysym, got XF86KbdBrightnessDown: line 71 of pc
expected keysym, got XF86KbdBrightnessUp: line 72 of pc
/usr/bin/Xprt: symbol lookup error: /usr/bin/Xprt: undefined symbol: 
PrinterFontRegisterFpeFunctions

I believe the last error is the important one.  As an aside, it would 
be really great if the init.d script could not hide this error in 
/dev/null, please; that wasted an hour.

Running nm -D on another machine suggests that perhaps the missing 
PrinterFontRegisterFpeFunctions should be defined in 
/usr/lib/libXfont.so.1:

# nm -D /usr/lib/libXfont.so.1 | grep PrinterFontRegisterFpeFunctions
d880 T PrinterFontRegisterFpeFunctions

That machine has libxfont1 version 1:1.3.3-1.
This machine where it doesn't work has libxfont1 version 1:1.4.0-1,
which seems to be the newest version, and the symbol is not defined:

# nm -D /usr/lib/libXfont.so.1 | grep PrinterFontRegisterFpeFunctions
#

So my guess is that the current libxfont1 is too new for the current 
xprint and/or the current xprint is too old for the current libxfont1.

Any thoughts?


Phil.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.30-rc3
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages xprint depends on:
ii  libc6  2.9-8 GNU C Library: Shared libraries
ii  libdbus-1-31.2.1-1   simple interprocess messaging syst
ii  libfontenc11:1.0.1-6 X11 font encoding library
ii  libfreetype6   2.3.7-1   FreeType 2 font engine, shared lib
ii  libhal10.5.11-2  Hardware Abstraction Layer - share
ii  libpixman-1-0  0.14.0-1  pixel-manipulation library for X a
ii  libx11-6   2:1.2.1-1 X11 client-side library
ii  libxau61:1.0.1-2 X11 authorisation library
ii  libxdmcp6  1:1.0.1-2 X11 Display Manager Control Protoc
ii  libxfont1  1:1.4.0-1 X11 font rasterisation library
ii  xprint-common  2:1.4.2-11Xprint - the X11 print system (con
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages xprint recommends:
ii  xprint-utils 7.0.0+cvs20040414-4 utilities for Xprint, the X11 prin

-- 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#535953: [evolution] Child windows open slowly when Aspell configuration and personal word list files exist

2009-07-06 Thread Andreas Nolda
Package: evolution
Version: 2.22.3.1-1
Severity: normal

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

Evolution subwindows (e.g., the Evolution Preferences window or the
Compose Message window) take considerably more time than usual to open
when there is a standard Aspell configuration file, defining a default
language, with corresponding personal word list files in $HOME.

Consider, for instance, the following files: 

Content of .aspell.conf:

lang en

Beginning of the content of .aspell.en.pws:

personal_ws-1.1 en 103 
categorial
coindexed
formatives
scopal
cooccur
configurational
permutational
disjunct
intensional
nonreduced
ineliminably
statable
recoverability
spatiotemporal
indices
idiosyncracies
preadjunction
cooccurrence
eliminable
relativized
intension
artifactual
markedness
conjunctively
adjunction
simulaneously
selectional
extensionality
...

Content of .aspell.en.prepl:

personal_repl-1.1 en 0 

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.26

Debian Release: 5.0.2
  990 stable  www.debian-multimedia.org 
  990 stable  security.debian.org 
  990 stable  ftp.de.debian.org 
   99 testing-proposed-updates ftp.de.debian.org 
   99 testing security.debian.org 
   99 testing ftp.de.debian.org 
   99 proposed-updates ftp.de.debian.org 
  500 testing www.debian-multimedia.org 
1 lenny-backports www.backports.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-==
libart-2.0-2   (= 2.3.18) | 2.3.20-2
libatk1.0-0(= 1.20.0) | 1.22.0-1
libbluetooth2(= 3.14) | 3.36-1
libbonobo2-0   (= 2.15.0) | 2.24.1-1
libbonoboui2-0 (= 2.15.1) | 2.22.0-1
libc6   (= 2.7-1) | 2.9-4
libcairo2   (= 1.2.4) | 1.6.4-7
libcamel1.2-11 (= 2.22.2) | 2.22.3-1.1+lenny1
libdbus-1-3 (= 1.0.2) | 1.2.1-5
libdbus-glib-1-2 (= 0.71) | 0.80-3
libebook1.2-9  (= 2.22.2) | 2.22.3-1.1+lenny1
libecal1.2-7   (= 2.22.2) | 2.22.3-1.1+lenny1
libedataserver1.2-9(= 2.22.2) | 2.22.3-1.1+lenny1
libedataserverui1.2-8  (= 2.22.2) | 2.22.3-1.1+lenny1
libegroupwise1.2-13(= 2.22.2) | 2.22.3-1.1+lenny1
libexchange-storage1.2-3   (= 2.22.2) | 2.22.3-1.1+lenny1
libfontconfig1  (= 2.4.0) | 2.6.0-3
libfreetype6(= 2.3.5) | 2.3.7-2+lenny1
libgconf2-4(= 2.13.5) | 2.22.0-1
libglade2-0   (= 1:2.6.1) | 1:2.6.2-1
libglib2.0-0   (= 2.16.0) | 2.20.0-2
libgnome-pilot2 (= 2.0.2) | 2.0.15-2.4
libgnome2-0(= 2.17.3) | 2.20.1.1-1
libgnomecanvas2-0  (= 2.11.1) | 2.20.1.1-1
libgnomeui-0   (= 2.17.1) | 2.20.1.1-2
libgnomevfs2-0  (= 1:2.17.90) | 1:2.22.0-5
libgtk2.0-0(= 2.12.0) | 2.14.7-5
libgtkhtml3.14-19  (= 3.18.3) | 3.18.3-1
libhal1   (= 0.5.8.1) | 0.5.11-8
libice6   (= 1:1.0.0) | 2:1.0.4-1
libldap-2.4-2   (= 2.4.7) | 2.4.11-1
libnm-glib0| 0.6.6-3
libnotify1  (= 0.4.4) | 0.4.5-1
libnotify1-gtk2.10 | 
libnspr4-0d  (= 1.8.0.10) | 4.7.1-4
libnss3-1d   (= 3.12.0~1.9b1) | 3.12.0-6
liborbit2   (= 1:2.14.10) | 1:2.14.13-0.1
libpango1.0-0  (= 1.20.3) | 1.20.5-5
libpisock9 | 0.12.3-5
libpisync1 | 0.12.3-5
libpixman-1-0  | 0.10.0-2
libpng12-0   (= 1.2.13-4) | 1.2.27-2+lenny2
libpopt0 (= 1.14) | 1.14-4
libsm6 | 2:1.0.3-2
libsoup2.4-1(= 2.4.1) | 2.24.3-2
libusb-0.1-4 (= 2:0.1.12) | 2:0.1.12-13
libx11-6   | 2:1.1.5-2
libxcb-render-util0| 0.2.1+git1-1
libxcb-render0 | 1.1-1.2
libxcb1| 1.1-1.2
libxcursor1 ( 1.1.2) | 1:1.1.9-1
libxext6   | 2:1.0.4-1
libxfixes3(= 1:4.0.1) | 1:4.0.3-2
libxi6 | 2:1.1.4-1
libxinerama1   | 2:1.0.3-2
libxml2(= 2.6.27) | 2.7.3.dfsg-1
libxrandr2 | 2:1.3.0-2
libxrender1| 1:0.9.4-2
zlib1g  

Bug#519165: [Fwd: Bug#519165: bash 4 regression]

2009-07-06 Thread martin f krafft
also sprach Chet Ramey chet.ra...@case.edu [2009.07.03.1952 +0200]:
 There is, in fact a de facto standard, but the bash4 behavior is
 what the Bourne and Korn shells have always done.  In fact, the only
 way Martin's statement is true is if all other shells means dash,
 since that's the only other shell I found that doesn't apply set -u to
 $@ and $*.
 
 A partial list of shells that honor set -u when expanding $@ and $*:
 
 bash4
 all versions of the bourne shell from v7 to svr4.2
 all versions of the korn shell
 pdksh and variants like mksh and posh
 ash and its descendents except dash

zsh.

  We can debate this issue ad mortem infinitumque (but let's not).
  Fact is that this is a regression, which upstream camouflaged as
  a bug fix, when instead there should have been a deprecation
  period. Expecting everyone to change their scripts to work
  around bash's eclectic interpretation of $@/$* is not the way
  forward.
 
 Beautiful language, but incorrect.  The current bash4 behavior is
 not an eclectic interpretation, but consistent with how shells
 have historically behaved.

Fine, if the standards group comes up with a standard on this, by
all means. But there really ought to be a deprecation period.

-- 
 .''`.   martin f. krafft madd...@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/)


Bug#533601: [sparc] tcpd fails reverse name resolution

2009-07-06 Thread Hermann Lauer
On Mon, Jun 29, 2009 at 10:31:10AM +0200, Hermann Lauer wrote:
 I looked at the tcpd sources and saw some debug options,
 but did not found the time to try something yet.
 
 slapd's libwrap0 is also still failing
 substring matching in domain names (e.g .iwr.uni-heidelberg.de), 
 which I reported already in etch (see: 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=470261)
 
 Probably it's ultrasparc specific, so I cc to debian sparc
 hoping somebody tell's us It's working here.

When putting in the debug patch attached things became clearer:

Jul  6 11:46:01 tantalus in.tftpd[16375]: string=(129.206.xxx.xxx), 
tok=(.iwr.uni-heidelberg.de)
Jul  6 11:46:01 tantalus in.tftpd[16375]: string=(xxx.iwr.uni-heidelberg.de), 
tok=(.iwr.uni-heidelberg.de)
Jul  6 11:46:01 tantalus in.tftpd[16375]: connect from 
xxx.iwr.uni-heidelberg.de (129.206.xxx.xxx)
Jul  6 11:46:01 tantalus atftpd[16375]: Advanced Trivial FTP server started 
(0.7)
Jul  6 11:46:01 tantalus atftpd[16375]: string=(129.206.xxx.xxx), 
tok=(.iwr.uni-heidelberg.de)
Jul  6 11:46:01 tantalus atftpd[16375]: string=(unknown), 
tok=(.iwr.uni-heidelberg.de)
Jul  6 11:46:01 tantalus atftpd[16375]: Connection refused from 129.206.xxx.xxx

It's atftpd which blocks itself with a call to the libwrap0 code, not tcpd. 

But I wounder that there must be a bug in tcpd too,
as the hostname macros are not filled when called from tcpd (which did reverse 
hostname resolution correct, see above). 

And in slapd the same happens:

Jul  6 11:57:23 install3 slapd[3435]: string=(129.206.xxx.xxx), 
tok=(.iwr.uni-heidelberg.de)
Jul  6 11:57:23 install3 slapd[3435]: string=(unknown), 
tok=(.iwr.uni-heidelberg.de)
Jul  6 11:57:23 install3 slapd[3435]: fd=14 DENIED from unknown 
(129.206.xxx.xxx)

Probably the next test should be on a x86 machine. The comments on the 
debian-sparc lists where not
helpfull.

Greetings,
  Hermann

-- 
Netzwerkadministration/Zentrale Dienste, Interdiziplinaeres 
Zentrum fuer wissenschaftliches Rechnen der Universitaet Heidelberg
IWR; INF 368; 69120 Heidelberg; Tel: (06221)54-8236 Fax: -5224
Email: hermann.la...@iwr.uni-heidelberg.de--- hosts_access.c  2009-07-06 11:37:37.0 +0200
+++ tcp-wrappers-7.6.q/hosts_access.c   2009-07-06 12:38:29.0 +0200
@@ -380,7 +380,6 @@
 #endif
 if (tok[0] == '.') {   /* suffix */
n = strlen(string) - strlen(tok);
-   syslog(3, string=(%s), tok=(%s), string, tok);
return (n  0  STR_EQ(tok, string + n));
 } else if (STR_EQ(tok, ALL)) {   /* all: match any */
return (YES);


Bug#535540: folder sync order is now random

2009-07-06 Thread martin f krafft
also sprach Nicolas Dandrimont nicolas.dandrim...@crans.org [2009.07.06.1147 
+0200]:
 As a matter of fact, that's how I noticed the bug, and the patch I
 posted fixes this too (as a side effect, it seems).

I can confirm that the patch works for me. Thanks.

-- 
 .''`.   martin f. krafft madd...@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
 
it is the mark of an educated mind
 to be able to entertain a thought
 without accepting it.
-- aristoteles


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)


Bug#517534: Potential HTTP Timeout race condition may cause 'Zero Sized Reply' error

2009-07-06 Thread Luigi Gangitano


Il giorno 04/mar/09, alle ore 00:49, Amos Jeffries ha scritto:

Upstream believe this is fixed in current non-beta releases.



Hi Amos,
can you please point me to the upstream version that fixes this bug?  
If there is a single patch, we can push it in the current stable  
distribution (lenny) via a security update.


Regards,

L

--
Luigi Gangitano -- lu...@debian.org -- gangit...@lugroma3.org
GPG: 1024D/924C0C26: 12F8 9C03 89D3 DB4A 9972  C24A F19B A618 924C 0C26





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



Bug#535889: Changing severity

2009-07-06 Thread Cesare Tirabassi
severity 535889 wishlist
thanks

OK, seems like we have touched a sore tooth here.
Unless somebody can provide some valid counter arguments why we
should support this request I'm afraid it will have to be closed as
won't fix.

Cesare



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



Bug#535954: procps: incomplete list in package description

2009-07-06 Thread Justin B Rye
Package: procps
Version: 1:3.2.8-1
Severity: minor
Tags: patch

Every summer I run through the descriptions for high-priority and/or
high-popcon packages, looking for the ones that need any work.  Last
year I had this one down as not worth the effort of a bug report,
but this time round it's made it onto my list.

# Description: /proc file system utilities
#  These are utilities to browse the /proc filesystem, which is not a real file
#  system but a way for the kernel to provide information about the status of
#  entries in its process table. (e.g. running, stopped or zombie)
#  Both command line and full screen utilities are provided. Ncurses is needed
#  for the full screen utilities.  More information can be found at procps
#  website http://procps.sf.net/
#  .
#  This package includes the following utilities: top, uptime, tload,
#  free, vmstat, watch, skill, pmap, pgrep, slabtop and pwdx.

Wishlist-level gripes:
 * procfs really is a file system (just not a writing-to-disk FS);
 * odd punctuation: period, open bracket, lowercase e;
 * the Depends: line takes care of ncurses, no need to explain it;
 * add a Harvard comma in that list (just a matter of taste);
 * point at the homepage with a Homepage: line;

The one that makes this worth submitting as Severity: minor:
 * that's a strangely selective contents catalogue - it omits kill,
pkill, ps, snice, sysctl, and w!

My suggested replacement is:

 Homepage: http://procps.sf.net/
[...]
 Description: /proc file system utilities
  This package provides command line and full screen utilities for browsing
  procfs, a pseudo file system dynamically generated by the kernel to
  provide information about the status of entries in its process table
  (such as whether the process is running, stopped, or a zombie).
  .
  It contains free, kill, pkill, pgrep, pmap, ps, pwdx, skill, slabtop,
  snice, sysctl, tload, top, uptime, vmstat, w, and watch.

Mind you, as with bsdutils (bug #482098), coreutils (#535458),
etcetera, I can't help feeling that the only sensible long-term
solution for contents-catalogues like this would be to maintain them
automatically via some sort of standard debhelper tool... 
-- 
JBR
Ankh kak! (Ancient Egyptian blessing)
--- ../procps-3.2.8.pristine/debian/control	2009-07-05 03:11:48.0 +0100
+++ debian/control	2009-07-06 11:29:33.0 +0100
@@ -4,6 +4,7 @@
 Maintainer: Craig Small csm...@debian.org
 Build-Depends: debhelper (= 7), libncurses5-dev, make (= 3.78.1-8), dpatch
 Standards-Version: 3.8.1
+Homepage: http://procps.sf.net/
 
 Package: procps
 Architecture: any
@@ -13,15 +14,13 @@
 Replaces: watch, bsdutils ( 2.9x-1)
 Recommends: psmisc
 Description: /proc file system utilities
- These are utilities to browse the /proc filesystem, which is not a real file
- system but a way for the kernel to provide information about the status of
- entries in its process table. (e.g. running, stopped or zombie)
- Both command line and full screen utilities are provided. Ncurses is needed
- for the full screen utilities.  More information can be found at procps
- website http://procps.sf.net/
+ This package provides command line and full screen utilities for browsing
+ procfs, a pseudo file system dynamically generated by the kernel to
+ provide information about the status of entries in its process table
+ (such as whether the process is running, stopped, or a zombie).
  .
- This package includes the following utilities: top, uptime, tload,
- free, vmstat, watch, skill, pmap, pgrep, slabtop and pwdx.
+ It contains free, kill, pkill, pgrep, pmap, ps, pwdx, skill, slabtop,
+ snice, sysctl, tload, top, uptime, vmstat, w, and watch.
 
 Package: libproc-dev
 Architecture: any


Bug#535955: liboil0.3: No manual page for oil-bugreport

2009-07-06 Thread Jakub Wilk

Package: liboil0.3
Version: 0.3.16-1
Severity: normal

No manual page for oil-bugreport is available.

--
Jakub Wilk



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



Bug#521300: squid3: use s-s-d --retry functionality rather than shell reimplementttion

2009-07-06 Thread Luigi Gangitano

Hi Justin,
actually your version of the init script does something different from  
the original: after 5 seconds (timeout added to the --retry option) it  
sends a KILL signal to squid, which stops all it is doing (ensuring  
that the saved state of the cache is coherent) and exits, leaving a  
corrupted storage which will need to be rebuilt on the next startup.  
This is why the original script waited for as long as two minutes for  
squid to exit normally, and leaved it running if it needed more time.


So maybe you'll get some speed-ups on shutdown but will surely get  
some slow-downs on startup, there is no clear win. :-)


The same behaviour as the original can be achieved adding the --retry  
0/forever option, which tells s-s-d to wait forever for squid to exit,  
but this will hang your terminal until squid does is job.


Maybe we should set a limit to something like 5 minutes with --retry  
0/300/KILL/5 but I'm not sure that this solution is better than the  
current code.


Regards,

L

--
Luigi Gangitano -- lu...@debian.org -- gangit...@lugroma3.org
GPG: 1024D/924C0C26: 12F8 9C03 89D3 DB4A 9972  C24A F19B A618 924C 0C26





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



Bug#535956: compartment: An option to allow core dumps would be useful

2009-07-06 Thread Jon Cooke

Package: compartment
Version: 1.1.0-4
Severity: wishlist
Tags: patch

I've added an option to allow core dumps. Useful for debugging (in my 
case a segfault in the program I was launching)

Disabled by default, giving current behaviour.

PATCH
d65 1
a65 1
int do_chroot, do_group, do_user, do_caps, do_init, verbose, quiet, 
allow_core;

d77 1
a77 1
fprintf(stderr, Options:\n\t --chroot path\t chroot to path\n\t --user 
user\t change uid to this user\n\t --group group\t change gid to this 
group\n\t --init
program\t execute this program/script before doing anything\n\t --cap 
capset\t set capset name. This option can be used several times.\n\t 
--verbose\t be verbose\n\t
--quiet\t do no logging (to syslog)\n\t --allow-core\t allow core 
dumps\n\t --fork\t\t fork (if everything is fine)\n\nHints: always try 
to chroot; use --usergroup if
possible; chroot and chown all\nfiles to another user than root if you 
use capabilties. Read the README file!\n\nKnown capset names: none);

d249 3
a251 2
if (strcmp(argv[program_params], --allow-core) == 0) {
allow_core = 1;
d253 2
a254 3
if (strcmp(argv[program_params], --verbose) == 0) {
print_msg(I am in verbose mode now\n);
verbose = 1;
d256 2
a257 2
if (strcmp(argv[program_params], --quiet) == 0) {
quiet = 1;
d259 4
a262 7
if (strcmp(argv[program_params], --help) == 0) {
help();
} else {
print_msg(Unknown parameter: %s\n\n,argv[program_params]);
help();
}
}
d354 1
a354 1
for (fd = 3; fd = 1023; fd++) // set close_on_exec on all open fd�s  2
d359 4
a362 6
if(allow_core==0){
if (setrlimit(RLIMIT_CORE, limit)  0)
print_msg(Could not set core size limit to 0 bytes\n);
else if (verbose)
print_msg(core size limit successfully set to 0 bytes\n);
}


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

Kernel: Linux 2.6.26-2-vserver-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages compartment depends on:
ii libc6 2.7-18 GNU C Library: Shared libraries

compartment recommends no packages.

compartment 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#535957: clive: --format switch doesn't work anymore

2009-07-06 Thread Gerfried Fuchs
Package: clive
Version: 2.2.0-1
Severity: important

Hi!

 Since the last update and the switch to a new config file format and
all the troubles that it brings clive doesn't even be able anymore to
download mp4 files from youtube. No matter what I put into ~/.cliverc,
no matter what commandline option I try, I always end up with an .flv
file.

 Given that the sound track in .flv is mono in contrary to the .mp4 this
is an extremely disappoiting regression which would be great to get
fixed.

 Thanks in advance,
Rhonda



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



Bug#534766: xserver-xorg-core: font corruption, dri2 no longer, working

2009-07-06 Thread Daniel Schröter

Hello,

since update to 2.7.99.901-3 my OpenGL is running fine again (now with 
UXA and i915 with modeset=1) :-D

With all older modules I just got software renderer.

Please upload it to unstable (or experimental).

I have the following card:
$ lspci -nn |grep -i displ
00:02.1 Display controller [0380]: Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller [8086:2a03] (rev 03)


Bye

Daniel



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



Bug#535913: nslint doesn't understand AAAA record for localhost

2009-07-06 Thread Sven Mueller
Package nslint
Severity 535913 wishlist
Thanks

It's very unlikely I'm going to fix that (only speaking for myself here,
I'm quite willing to include a patch if someone provides one). This
would be a change to upstream functionality, more precisely adding
support for something upstream (unfortunately) doesn't support yet.
While I perfectly understand why you want this feature, this is a change
that is beyond the scope of Debian package maintenance, and it is
certainly not an important bug (please see the documentation reportbug
shows when asking for the severity).

BTW: While it is perfectly normal for a host to have both IPv4 and IPv6
address(es), the nslint warning about multiple A records on a hostname
when it has both A and  records is valid. Though it should probably
be possible to disable that particular warning.
The same warning also occures for DNS round-robin entries that are
valid, yet leave it undetermined which of the IPs the client will access
when provided with the hostname.

All in all:
I downgrade the bug to wishlist and send a mail upstream (though
upstream is pretty mostly inactive the last years as far as I can tell)
to ask for inclusion of your requested feature.

Warren Turkal wrote:
 Subject: nslint doesn't understand  record for localhost
 Package: nslint
 Version: 2.1a8-2
 Severity: important
 
 Nslint produces the following output on default configuration for bind9.
 
 zim:~# nslint
 nslint: multiple a records for localhost.
 
 It seems to interpret the  record for localhost. as another A reocord.
 Please make nslint not produce an error when both a A and a  record
 exist for localhost.
 
 Thanks,
 wt



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



Bug#535948: [Evolution] Bug#535948: libgtkhtml3.14-19: evolution crashed in gtkhtml_editor_private_init

2009-07-06 Thread Johannes Berg
On Mon, 2009-07-06 at 13:01 +0200, Yves-Alexis Perez wrote:
 On lun, 2009-07-06 at 11:51 +0200, Johannes Berg wrote:
  Package: libgtkhtml3.14-19
  Version: 3.27.3-1
  Severity: normal
  
  Backtrace was generated from '/usr/bin/evolution'
 
 Can you provide us evolution (and evolution-data-server related) package
 version? It might be possible that evo 2.26 doesn't like gtkhtml 2.27.

2.26.2-2 and 2.26.2-1 respectively, there's no 2.27 of evolution for
amd64.

johannes


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


Bug#535958: libparse-debcontrol-perl: fails to parse control files with comments

2009-07-06 Thread Neil Williams
Package: libparse-debcontrol-perl
Version: 2.005-2
Severity: normal

debian/control does now allow comments (lines starting with # with no
preceding whitespace) but when libparse-debcontrol-perl comes across
such a debian/control file, parse_file returns an empty variable.

Either parse_file should ignore the comments and preserve the rest of
the content or preserve both comments and content.

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

Kernel: Linux 2.6.26-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libparse-debcontrol-perl depends on:
ii  libcompress-zlib-perl 2.015-1Perl module for creation and manip
ii  libio-stringy-perl2.110-4Perl modules for IO from scalars a
ii  libwww-perl   5.828-1WWW client/server library for Perl
ii  perl [libcompress-zlib-perl]  5.10.0-23  Larry Wall's Practical Extraction 

Versions of packages libparse-debcontrol-perl recommends:
ii  libpod-coverage-perl  0.20-1 checker for comprehensiveness of p
pn  libtest-pod-perl  none (no description available)
ii  libtie-ixhash-perl1.21-2 ordered associative arrays for Per

libparse-debcontrol-perl 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#533439: mutt: not updating time fields on mbox

2009-07-06 Thread Christoph Berg
Re: Marco d'Itri 2009-06-29 20090629162330.ga29...@bongo.bofh.it
 On Jun 29, Rocco Rutte pd...@gmx.net wrote:
 
  Does the mailbox have new mail in it or not when you leave it?
 There are messages marked as new (I use set mark_old=no), does this
 count?

Hi,

IMHO mark_old=no is just asking for the new behavior. Unset it and
mutt won't show new mail in the box you've just left.

Maybe the bug here is just that 'O'ld and 'N'ew mail should look the
same in the index if the user doesn't like to see different flags.
Could be configurable just as $to_chars is.

Christoph
-- 
c...@df7cb.de | http://www.df7cb.de/


signature.asc
Description: Digital signature


Bug#535959: linux-2.6: Please enable libata for PATA/piix

2009-07-06 Thread Michael Biebl
Package: linux-2.6
Severity: normal

Hi,

currently the Debian linux package explicitly disables libata for
ata_piix via
debian/patches/debian/drivers-ata-ata_piix-postpone-pata.patch.
which means that the old IDE subsystem is used for this chipset.
I'd like to see this patch removed, so libata is used by default.

Cheers,
Michael

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

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
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#515181: Ignores return status of open(stripe) for coss

2009-07-06 Thread Luigi Gangitano

Hi Andras,
COSS is known to be buggy in 3.x since many stability fixes haven't  
been ported from 2.6 yet. One of such fixes is the one you  
encountered. At line 943 of src/fs/coss/store_dir_coss.cc squid writes  
to the coss directory without checking if the open has been correctly  
completed.


As stated on the page you linked, help is appreciated in porting fixes  
from 2.6.


Regards,

L

--
Luigi Gangitano -- lu...@debian.org -- gangit...@lugroma3.org
GPG: 1024D/924C0C26: 12F8 9C03 89D3 DB4A 9972  C24A F19B A618 924C 0C26





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



Bug#535948: [Evolution] Bug#535948: libgtkhtml3.14-19: evolution crashed in gtkhtml_editor_private_init

2009-07-06 Thread Yves-Alexis Perez
On lun, 2009-07-06 at 11:51 +0200, Johannes Berg wrote:
 Package: libgtkhtml3.14-19
 Version: 3.27.3-1
 Severity: normal
 
 Backtrace was generated from '/usr/bin/evolution'

Can you provide us evolution (and evolution-data-server related) package
version? It might be possible that evo 2.26 doesn't like gtkhtml 2.27.

Cheers,
-- 
Yves-Alexis




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



Bug#535960: New Upstream Version

2009-07-06 Thread Kartik Mistry
Package: libmng
Severity: wishlist

New upstream version of libmng is available. See:
http://www.libmng.com/news.html?cat=18

You might want to add debian/watch file too.

-- 
 Cheers,
 Kartik Mistry | 0xD1028C8D | IRC: kart_
 Debian GNU/Linux Developer
 Blog.en: ftbfs.wordpress.com
 Blog.gu: kartikm.wordpress.com



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



Bug#535961: Search facility broken

2009-07-06 Thread Andrea De Iacovo
Package: synaptic
Version: 0.62.7
Severity: important

If you search a package name/description clicking on the search button
and then try to install a package, the following errors happen:

1. Synaptics complains about packages not being authenticated 
(while they actually _are_ authenticated)

2. Synaptics says no files need to be downloaded (even if no packages were
stored in /var/cache/apt/archived/)

3. Synaptics refuses to install packages with the following errors:
E: Unable to analize package file 
/var/lib/apt/lists/ftp.it.debian.org_debian_dists_sid_main_i18n_Translation-it 
(2)
E: Unable to lock download directory

Not using the search facility makes the package install flawlessly.

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

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

Versions of packages synaptic depends on:
ii  apt [libapt-pkg-libc6.9-6-4 0.7.21   Advanced front-end for dpkg
ii  apt-utils [libapt-inst-libc 0.7.21   APT utility programs
ii  hicolor-icon-theme  0.10-2   default fallback theme for FreeDes
ii  libatk1.0-0 1.26.0-1 The ATK accessibility toolkit
ii  libc6   2.9-19   GNU C Library: Shared libraries
ii  libcairo2   1.8.8-2  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.6.0-4  generic font configuration library
ii  libfreetype62.3.9-5  FreeType 2 font engine, shared lib
ii  libgcc1 1:4.4.0-10   GCC support library
ii  libglade2-0 1:2.6.4-1library to load .glade files at ru
ii  libglib2.0-02.20.4-1 The GLib library of C routines
ii  libgtk2.0-0 2.16.4-1 The GTK+ graphical user interface 
ii  libpango1.0-0   1.24.3-1 Layout and rendering of internatio
ii  libstdc++6  4.4.0-10 The GNU Standard C++ Library v3
ii  libvte9 1:0.20.5-1   Terminal emulator widget for GTK+ 
ii  libx11-62:1.2.1-1X11 client-side library
ii  libxml2 2.7.3.dfsg-1 GNOME XML library
ii  rarian-compat [scrollkeeper 0.8.1-2  Rarian is a documentation meta-dat

Versions of packages synaptic recommends:
ii  deborphan 1.7.28 program that can find unused packa
ii  gksu  2.0.2-2+b1 graphical frontend to su
ii  libgnome2-perl1.042-2Perl interface to the GNOME librar
ii  menu  2.1.41 generates programs menu for all me

Versions of packages synaptic suggests:
pn  dwww  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#532515: handling of Recommends (was: on making decisions vs letting things happen)

2009-07-06 Thread Frans Pop
On Monday 06 July 2009, Colin Watson wrote:
 So does that mean you feel that the policy manual's description of
 Recommends is wrong, or that Debian installations should be unusual by
 default?

I don't think policy for Recommends is wrong, but I do feel it results to 
a hell of a lot of packages getting installed that are not actually 
needed/wanted in practice. IMO the special handling of Recommends in D-I 
so far was justified, especially as we did consciously compensate for not 
installing Recommends by default by adding them to the task definitions 
in cases where they were really needed/wanted.

 Realistically, either (a) the Recommends were correct or (b) nobody was
 going to bother fixing them until they started being installed by
 default as policy says they should be.

I feel that the change could have been discussed more before being 
implemented in tasksel, possibly with some coordinated effort to check 
the impact on _all_ tasks instead of just the Gnome desktop task and 
maybe filing bugs to fix the most problematic Recommends.

At the very least the impact on or consequences for debian-cd should have 
been discussed *before* the change was made.

 It's one thing to say that something is premature, but the previous
 situation was just a deadlock. 

There have been improvements of the use of Recommends during Lenny. Maybe 
not as many as needed, but still.

 debootstrap is a slightly odd case (because it's also used to construct
 explicitly minimal systems, in which case the rules seem different) and
 I've long been unsure about how it should behave. Maybe it just needs
 an option for it.

I can agree to some extend with debootstrap although you could also argue 
that we should be consistent, maybe with an expert option to 
_consistently_ ignore Recommends for those who want a bare minimal 
install.

IMO there is no justification to treat packages installed by 
base-installer or other components using apt-install differently from 
those installed by tasksel.



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



Bug#535962: /usr/share/postgresql-common/pg_wrapper: now way to use newer binaries

2009-07-06 Thread Jasen Betts
Package: postgresql-client-common
Version: 97
Severity: wishlist
File: /usr/share/postgresql-common/pg_wrapper


postgresql reccomends using the pg_dump version that matches the
destination database. but pg_wrapper does not
provide a way to do this.

Obvously dumps made for backups should use the matching version of
pg_dump, but for upgrades there should be a way to use the new version.

perhaps a switch like --use-binary-version=8.4
or --use-binary-version=latest

-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (700, 'stable')
Architecture: i386 (i686)

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

Versions of packages postgresql-client-common depends on:
ii  debconf [debconf-2.0] 1.5.26 Debian configuration management sy

postgresql-client-common recommends no packages.

postgresql-client-common suggests no packages.

-- no debconf information



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



Bug#535963: please add hints on how to extend game-data-packager for other (i.e. non-DOOM) packages

2009-07-06 Thread Fabian Greffrath

Package: game-data-packager
Version: 21
Severity: wishlist

Hi,

I am the maintainer of the rott (Rise of the Triad) package. My 
package currently downloads and installs the non-free shareware game 
data from the upstream server during postinst and has been bitten by 
#530570, when upstream changed the download location for the game 
data. In the bug report it was recommended to add support for rott in 
game-data-packager, so I downloaded the package sources and tried to 
investigate the issue.


However, I found game-data-packager to be rather DOOM-centric and 
following the concept of single WAD files rather closely, whereas rott 
requires a multitude of data files to run. To make a long story short, 
I could not find a point of entry to finally add support for rott and 
would like you to add some generic hints and maybe boilerplates for 
adding support for other non-DOOM games.


Alternatively this bug may get closed if you (a) added support for the 
rott package or (b) helped my to implement it. ;)


Cheers,
Fabian


--
Dipl.-Phys. Fabian Greffrath

Ruhr-Universität Bochum
Lehrstuhl für Energieanlagen und Energieprozesstechnik (LEAT)
Universitätsstr. 150, IB 3/134
D-44780 Bochum

Telefon: +49 (0)234 / 32-26334
Fax: +49 (0)234 / 32-14227
E-Mail:  greffr...@leat.ruhr-uni-bochum.de



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



Bug#535948: [Evolution] Bug#535948: libgtkhtml3.14-19: evolution crashed in gtkhtml_editor_private_init

2009-07-06 Thread Yves-Alexis Perez
On lun, 2009-07-06 at 13:17 +0200, Johannes Berg wrote:
 On Mon, 2009-07-06 at 13:01 +0200, Yves-Alexis Perez wrote:
  On lun, 2009-07-06 at 11:51 +0200, Johannes Berg wrote:
   Package: libgtkhtml3.14-19
   Version: 3.27.3-1
   Severity: normal
   
   Backtrace was generated from '/usr/bin/evolution'
  
  Can you provide us evolution (and evolution-data-server related) package
  version? It might be possible that evo 2.26 doesn't like gtkhtml 2.27.
 
 2.26.2-2 and 2.26.2-1 respectively, there's no 2.27 of evolution for
 amd64.

Uh, oh, right. I guess I forgot to upload it...  I'll take some time to
do that, so we can see if that fixes your problem, in case I'll add
shlibs to gtkthml too.

Cheers,
-- 
Yves-Alexis




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



Bug#533439: mutt: not updating time fields on mbox

2009-07-06 Thread Marco d'Itri
On Jul 06, Christoph Berg m...@debian.org wrote:

 IMHO mark_old=no is just asking for the new behavior. Unset it and
 mutt won't show new mail in the box you've just left.
 
 Maybe the bug here is just that 'O'ld and 'N'ew mail should look the
 same in the index if the user doesn't like to see different flags.
 Could be configurable just as $to_chars is.
Setting mark_old would not solve my problem, because then new unread
messages would not stand in evidence (except for the O flag, but if a
flag were useful I could use ! as well).

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#535777: [Pkg-virtualbox-devel] Bug#535777: virtualbox-ose-source: build failure vboxnetflt/../SUPDrvIDC.h:237

2009-07-06 Thread Michael Biebl
Michael Meskes wrote:
 tag 535777 moreinfo
 tag 535777 unreproducible
 severity 535777 normal
 thanks
 
 virtualbox-ose-source fails to compile against linux kernel 2.6.30.1.
 
 I just tried with a stock 2.6.30.1 which worked nicely:

More info: After rm -rf ing /usr/src/modules/virtualbox-ose/,
m-a a-i virtualbox-ose-source compiles successfully.
So I guess there is either a bug in the Makefile, where some dependencies are
not declared correctly so it uses old object files from a former (probably
2.2.4) build or it's a bug in module-assisstant.

It obviously should not be necessary to manually clean up /usr/src/modules.

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#535743: (w3c-libwww_5.4.0-11/avr32): FTBFS: Outdated config.{sub,guess}

2009-07-06 Thread Richard Atterer
Hello, this bug is unlikely to get fixed since libwww is to be removed from 
the archive anyway, see #440436.

All the best,

  Richard

-- 
  __   _
  |_) /|  Richard Atterer
  | \/¯|  http://atterer.net
  ¯ '` ¯



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