Bug#481294: tuxtype: Please decrease ttf-malayalam-fonts and ttf-sil-doulos from Depends to Recommends

2008-05-15 Thread Andreas Tille
Package: tuxtype
Version: any
Severity: normal

Hi,

when seeking for the package that's responsible for installing 
ttf-malayalam-fonts
on my system I found tuxtype.  IMHO this package should work with one default
font and from the description ttf-sil-andika sounds perfect for this purpose.
The other TTF fonts should be decreased to Recommends to enable installing
tuxtype on small systems.  The typical user of tuxtype has potentially a small
system.  A default installation will install Recommended packages anyway but
you are able to remove unwanted fonts later if they are only recommended.

Kind regards and thanks for maintaining tuxtype

Andreas.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (501, 'testing'), (50, 'unstable'), (5, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages tuxtype depends on:
ii  libc6 2.7-10 GNU C Library: Shared libraries
ii  libsdl-image1.2   1.2.6-3image loading library for Simple D
ii  libsdl-mixer1.2   1.2.8-3mixer library for Simple DirectMed
ii  libsdl-pango1 0.1.2-4text rendering with Pango in SDL a
ii  libsdl-ttf2.0-0   2.0.9-1ttf library for Simple DirectMedia
ii  libsdl1.2debian   1.2.13-2   Simple DirectMedia Layer
pn  ttf-malayalam-fonts   none (no description available)
ii  ttf-sil-andika0.001.desrev-5 smart Unicode sans serif font for 
ii  ttf-sil-doulos4.102-1smart Unicode font for Latin and C
ii  tuxtype-data  1.5.16.dfsg1-1 Data files for the Educational Typ

tuxtype recommends no packages.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#480812: Don't build depend on libxul-dev

2008-05-15 Thread Mike Hommey
tag 480812 + patch
thanks

On Mon, May 12, 2008 at 09:07:29AM +0200, Mike Hommey wrote:
 Package: vlc
 Severity: wishlist
 User: [EMAIL PROTECTED]
 Usertags: xulrunner-transition
 
 With the upcoming xulrunner transition, libxul-dev is going to disappear.
 
 I already sent instructions on what you should be doing in
 http://lists.debian.org/debian-release/2008/05/msg9.html
 
 This bug report is mostly to help follow the transition going.
 
 FYI, I will start NMUing plugins and components next week, and will break
 the remaining packages by uploading xulrunner 1.9 in unstable on May 25.
 
 Though help will be appreciated, I'll also prepare updated packages for
 these during this week and next.

Here is the patch to implement the change. Please upload a new package
with the patch applied ASAP. Without action from your part within the
next week, I'll upload a NMU.

Thanks,

Mike
diff -ruN vlc-0.8.6.e.orig/debian/control vlc-0.8.6.e/debian/control
--- vlc-0.8.6.e.orig/debian/control	2008-05-15 07:54:07.0 +0200
+++ vlc-0.8.6.e/debian/control	2008-05-15 07:53:38.264609475 +0200
@@ -12,8 +12,7 @@
nasm,
yasm [amd64 kfreebsd-amd64],
gettext,
-   xulrunner,
-   libxul-dev,
+   iceape-dev (= 1.1.9-4),
xlibmesa-gl-dev,
liba52-0.7.4-dev,
libaa1-dev,
diff -ruN vlc-0.8.6.e.orig/debian/patches/010_iceape.diff vlc-0.8.6.e/debian/patches/010_iceape.diff
--- vlc-0.8.6.e.orig/debian/patches/010_iceape.diff	1970-01-01 01:00:00.0 +0100
+++ vlc-0.8.6.e/debian/patches/010_iceape.diff	2008-05-15 07:52:07.624679169 +0200
@@ -0,0 +1,43 @@
+Index: vlc-0.8.6.e/configure.ac
+===
+--- vlc-0.8.6.e.orig/configure.ac	2008-05-15 07:47:29.880615291 +0200
 vlc-0.8.6.e/configure.ac	2008-05-15 07:47:41.796609662 +0200
+@@ -5119,9 +5119,9 @@
+   if test ${with_mozilla_sdk_path} =  -o ${with_mozilla_sdk_path} = no
+   then
+ dnl New firefox-1.5 SDK api
+-PKG_CHECK_MODULES([FIREFOX], [firefox-plugin],
++PKG_CHECK_MODULES([ICEAPE], [iceape-plugin],
+   [
+-PKG_CHECK_MODULES([FIREFOX_XPCOM], [firefox-xpcom],
++PKG_CHECK_MODULES([ICEAPE_XPCOM], [iceape-xpcom],
+   [],
+   [
+ PKG_CHECK_MODULES([MOZILLA_NSPR], [mozilla-nspr],
+@@ -5136,7 +5136,7 @@
+   ]
+ )
+   ])
+-CPPFLAGS=${CPPFLAGS_save} ${FIREFOX_CFLAGS} ${FIREFOX_XPCOM_CFLAGS} ${MOZILLA_NSPR_CFLAGS} ${NSPR_CFLAGS} ${MOZILLA_CPPFLAGS}
++CPPFLAGS=${CPPFLAGS_save} ${ICEAPE_CFLAGS} ${ICEAPE_XPCOM_CFLAGS} ${MOZILLA_NSPR_CFLAGS} ${NSPR_CFLAGS} ${MOZILLA_CPPFLAGS}
+ MOZILLA_REQUIRED_HEADERS=1
+ AC_CHECK_HEADERS(mozilla-config.h,,MOZILLA_REQUIRED_HEADERS=0)
+ AC_CHECK_HEADERS(npapi.h,,MOZILLA_REQUIRED_HEADERS=0)
+@@ -5150,7 +5150,7 @@
+ fi
+ MOZILLA_REQUIRED_HEADERS=
+ mozilla=:
+-firefox_include=`pkg-config --variable=includedir firefox-plugin`
++firefox_include=`pkg-config --variable=includedir iceape-plugin`
+ if test -f ${firefox_include}/mozilla-config.h -a -f ${firefox_include}/mozilla-config32.h; then
+ MOZILLA_CONFIG_H=${firefox_include}/mozilla-config32.h
+ elif test -f ${firefox_include}/mozilla-config.h -a -f ${firefox_include}/mozilla-config64.h; then
+@@ -5162,7 +5162,7 @@
+ VLC_ADD_LDFLAGS([mozilla], [${X_LIBS} ${X_PRE_LIBS} -lX11 -lXt])
+ fi
+ VLC_ADD_CPPFLAGS([mozilla],[${CPPFLAGS}])
+-VLC_ADD_LDFLAGS([mozilla],[${FIREFOX_LIBS} ${MOZILLA_NSPR_LIBS} ${NSPR_LIBS} ${MOZILLA_LDFLAGS}])
++VLC_ADD_LDFLAGS([mozilla],[${ICEAPE_LIBS} ${MOZILLA_NSPR_LIBS} ${NSPR_LIBS} ${MOZILLA_LDFLAGS}])
+ VLC_ADD_PLUGINS([mozilla])
+ MOZILLA_CONFIG=
+ CPPFLAGS=${CPPFLAGS_save}
diff -ruN vlc-0.8.6.e.orig/debian/patches/050_bootstrap.diff vlc-0.8.6.e/debian/patches/050_bootstrap.diff
--- vlc-0.8.6.e.orig/debian/patches/050_bootstrap.diff	2008-05-15 07:54:07.0 +0200
+++ vlc-0.8.6.e/debian/patches/050_bootstrap.diff	2008-05-15 07:52:49.377637931 +0200
@@ -1,8 +1,63 @@
-Index: vlc-0.8.6.a.debian/configure
+Index: vlc-0.8.6.e/configure
 ===
 vlc-0.8.6.a.debian.orig/configure	2007-03-17 00:16:23.0 +0100
-+++ vlc-0.8.6.a.debian/configure	2007-03-17 00:17:21.0 +0100
-@@ -2952,10 +2952,6 @@
+--- vlc-0.8.6.e.orig/configure	2008-02-24 20:07:09.0 +0100
 vlc-0.8.6.e/configure	2008-05-15 07:52:39.532607714 +0200
+@@ -988,13 +988,13 @@
+ HAS_WIDL_COMPILER_FALSE
+ BUILD_ACTIVEX_TRUE
+ BUILD_ACTIVEX_FALSE
+-FIREFOX_CFLAGS
+-FIREFOX_LIBS
++ICEAPE_CFLAGS
++ICEAPE_LIBS
+ MOZILLA_CONFIG
+ SEAMONKEY_CONFIG
+ XULRUNNER_CONFIG
+-FIREFOX_XPCOM_CFLAGS
+-FIREFOX_XPCOM_LIBS
++ICEAPE_XPCOM_CFLAGS
++ICEAPE_XPCOM_LIBS
+ MOZILLA_NSPR_CFLAGS
+ MOZILLA_NSPR_LIBS
+ 

Bug#480798: Don't build depend on libxul-dev

2008-05-15 Thread Mike Hommey
patch 480798 + patch
thanks

On Mon, May 12, 2008 at 09:07:24AM +0200, Mike Hommey wrote:
 Package: gcj-4.1
 Severity: wishlist
 User: [EMAIL PROTECTED]
 Usertags: xulrunner-transition
 
 With the upcoming xulrunner transition, libxul-dev is going to disappear.
 
 I already sent instructions on what you should be doing in
 http://lists.debian.org/debian-release/2008/05/msg9.html
 
 This bug report is mostly to help follow the transition going.
 
 FYI, I will start NMUing plugins and components next week, and will break
 the remaining packages by uploading xulrunner 1.9 in unstable on May 25.
 
 Though help will be appreciated, I'll also prepare updated packages for
 these during this week and next.

Here is the patch to implement the change. Please upload a new package
with the patch applied ASAP. Without action from your part within the
next week, I'll upload a NMU.

Thanks,

Mike
diff -u gcj-4.1-4.1.2/debian/patches/libjava-backport-updates2.dpatch gcj-4.1-4.1.2/debian/patches/libjava-backport-updates2.dpatch
--- gcj-4.1-4.1.2/debian/patches/libjava-backport-updates2.dpatch
+++ gcj-4.1-4.1.2/debian/patches/libjava-backport-updates2.dpatch
@@ -727,11 +727,11 @@
   if $PKG_CONFIG --atleast-pkgconfig-version $PKG_CONFIG_MIN_VERSION; then
 -echo $as_me:$LINENO: checking for seamonkey-plugin 5
 -echo $ECHO_N checking for seamonkey-plugin... $ECHO_C 6
-+echo $as_me:$LINENO: checking for seamonkey-plugin seamonkey-xpcom 5
-+echo $ECHO_N checking for seamonkey-plugin seamonkey-xpcom... $ECHO_C 6
++echo $as_me:$LINENO: checking for iceape-plugin iceape-xpcom 5
++echo $ECHO_N checking for seamonkey-plugin iceape-xpcom... $ECHO_C 6
  
 -if $PKG_CONFIG --exists seamonkey-plugin ; then
-+if $PKG_CONFIG --exists seamonkey-plugin seamonkey-xpcom ; then
++if $PKG_CONFIG --exists iceape-plugin iceape-xpcom ; then
  echo $as_me:$LINENO: result: yes 5
  echo ${ECHO_T}yes 6
  succeeded=yes
@@ -739,14 +739,14 @@
  echo $as_me:$LINENO: checking MOZILLA_CFLAGS 5
  echo $ECHO_N checking MOZILLA_CFLAGS... $ECHO_C 6
 -MOZILLA_CFLAGS=`$PKG_CONFIG --cflags seamonkey-plugin`
-+MOZILLA_CFLAGS=`$PKG_CONFIG --cflags seamonkey-plugin seamonkey-xpcom`
++MOZILLA_CFLAGS=`$PKG_CONFIG --cflags iceape-plugin iceape-xpcom`
  echo $as_me:$LINENO: result: $MOZILLA_CFLAGS 5
  echo ${ECHO_T}$MOZILLA_CFLAGS 6
  
  echo $as_me:$LINENO: checking MOZILLA_LIBS 5
  echo $ECHO_N checking MOZILLA_LIBS... $ECHO_C 6
 -MOZILLA_LIBS=`$PKG_CONFIG --libs seamonkey-plugin`
-+MOZILLA_LIBS=`$PKG_CONFIG --libs seamonkey-plugin seamonkey-xpcom`
++MOZILLA_LIBS=`$PKG_CONFIG --libs iceape-plugin iceape-xpcom`
  echo $as_me:$LINENO: result: $MOZILLA_LIBS 5
  echo ${ECHO_T}$MOZILLA_LIBS 6
  else
@@ -755,7 +755,7 @@
  ## If we have a custom action on failure, don't print errors, but
  ## do set a variable so people can do so.
 -MOZILLA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors seamonkey-plugin`
-+MOZILLA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors seamonkey-plugin seamonkey-xpcom`
++MOZILLA_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors iceape-plugin iceape-xpcom`
  
  fi
  
@@ -7635,7 +7635,7 @@
  fi
  if test x${MOZILLA_FOUND} = xno; then
 -  PKG_CHECK_MODULES(MOZILLA, seamonkey-plugin, [MOZILLA_FOUND=yes], [MOZILLA_FOUND=no])
-+  PKG_CHECK_MODULES(MOZILLA, seamonkey-plugin seamonkey-xpcom, [MOZILLA_FOUND=yes], [MOZILLA_FOUND=no])
++  PKG_CHECK_MODULES(MOZILLA, iceape-plugin iceape-xpcom, [MOZILLA_FOUND=yes], [MOZILLA_FOUND=no])
  fi
  PKG_CHECK_MODULES(GLIB, glib-2.0)
  
diff -u gcj-4.1-4.1.2/debian/control gcj-4.1-4.1.2/debian/control
--- gcj-4.1-4.1.2/debian/control
+++ gcj-4.1-4.1.2/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Debian GCC Maintainers [EMAIL PROTECTED]
 Uploaders: Matthias Klose [EMAIL PROTECTED]
 Standards-Version: 3.7.2
-Build-Depends: dpkg-dev (= 1.13.9), gcc-4.1-multilib [amd64 i386 powerpc ppc64 s390 sparc kfreebsd-amd64], libc6.1-dev (= 2.5) [alpha ia64] | libc0.3-dev (= 2.5) [hurd-i386] | libc0.1-dev (= 2.5) [kfreebsd-i386 kfreebsd-amd64 knetbsd-gnu] | libc12-dev (= 2.5) [netbsd-elf-gnu] | libc6-dev (= 2.5), libc6-dev-amd64 [i386], libc6-dev-sparc64 [sparc], libc6-dev-s390x [s390], libc6-dev-i386 [amd64], libc6-dev-powerpc [ppc64], libc6-dev-ppc64 [powerpc], libc0.1-dev-i386 [kfreebsd-amd64], lib32gcc1 [amd64 ppc64 kfreebsd-amd64], lib64gcc1 [i386 powerpc sparc s390], lib64z1-dev [i386 powerpc sparc s390], lib32z1-dev [amd64 ppc64 kfreebsd-amd64], libunwind7-dev (= 0.98.5-6) [ia64], libatomic-ops-dev [ia64], m4, autoconf, autoconf2.13, automake1.9, libtool, autogen, gawk, expect-tcl8.3 [hppa], dejagnu [!none !hurd-i386], bzip2, binutils (= 2.17cvs20070426) | binutils-multiarch (= 2.17cvs20070426), 

Bug#481295: Preconfiguring of openssh-servers fails due to mount option noexec on /tmp

2008-05-15 Thread Meinhard Schneider
Package: openssh-server
Version: 1:4.3p2-9etch1
Severity: important

Just updated openssh-* and got this message:
[...]
Preconfiguring packages ...
Can't exec /tmp/openssh-server.config.35001: Permission denied at 
/usr/share/perl/5.8/IPC/Open3.pm line 168.
open2: exec of /tmp/openssh-server.config.35001 configure 1:4.3p2-9 failed at 
/usr/share/perl5/Debconf/ConfModule.pm line 58
openssh-server failed to preconfigure, with exit status 9
[...]

This error comes due to mount options for /tmp:
/dev/md1 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/mapper/vg00-home_lv on /home type ext3 
(rw,nosuid,nodev,acl,usrquota,grpquota)
/dev/mapper/vg00-tmp_lv on /tmp type ext3 (rw,noexec,nosuid,nodev)
/dev/mapper/vg00-usr_lv on /usr type ext3 (rw,nodev)
/dev/mapper/vg00-var_lv on /var type ext3 (rw,nosuid,nodev)
/dev/mapper/vg00-varlog_lv on /var/log type ext3 (rw,noexec,nosuid,nodev)
/dev/mapper/vg00-varspoolsquid_lv on /var/spool/squid type ext3 
(rw,noexec,nosuid,nodev)
/dev/mapper/vg00-vartmp_lv on /var/tmp type ext3 (rw,noexec,nosuid,nodev)


I believe it is legal to mount /tmp without binary exec support for
security improvement. Executing scripts from /tmp is IMHO a very bad
idea.

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24.3
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages openssh-server depends on:
ii  add 3.102Add and remove users and groups
ii  deb 1.5.11etch1  Debian configuration management sy
ii  dpk 1.13.25  package maintenance system for Deb
ii  lib 2.3.6.ds1-13etch5GNU C Library: Shared libraries
ii  lib 1.39+1.40-WIP-2006.11.14+dfsg-2etch1 common error description library
ii  lib 1.4.4-7etch5 MIT Kerberos runtime libraries
ii  lib 0.79-5   Pluggable Authentication Modules f
ii  lib 0.79-5   Runtime support for the PAM librar
ii  lib 0.79-5   Pluggable Authentication Modules l
ii  lib 1.32-3   SELinux shared libraries
ii  lib 0.9.8c-4etch3SSL shared libraries
ii  lib 7.6.dbs-13   Wietse Venema's TCP wrappers libra
ii  ope 0.1.1list of blacklisted OpenSSH RSA an
ii  ope 1:4.3p2-9etch1   Secure shell client, an rlogin/rsh
ii  zli 1:1.2.3-13   compression library - runtime

openssh-server recommends no packages.

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#479894: traverso: missing dependency libqt4-opengl

2008-05-15 Thread Gürkan Sengün

Please refer to #478264 to see why this happened.

I am waiting for the upstream fix for #467096 to close these bugs.

Thanks,
Gürkan



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#459069: miro: If the XVideo extension is missing, video has wrong colors and extremly low framerate

2008-05-15 Thread Tobias Diedrich
Uwe Hermann wrote:
 Is this still a problem with miro 1.2.3-1?

I'll try to retest it this weekend.

 If so, are you sure it's
 miro-related and not video-driver related?

Yes, since it works fine in MPlayer it's not the Xorg video driver.
It may be the video pipeline used by miro, but I haven't looked into
what it's using (gstreamer?).

 How can I reproduce?

Configuring Xorg to use the fbdev video driver should do the trick.
I'll try to confirm it this weekend.
Or buy one of these fancy ATI HD2600 GFX cards. ;)

HTH,

-- 
Tobias  PGP: http://9ac7e0bc.uguu.de



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#435255: Announce of the upcoming NMU for the wu-ftpd package

2008-05-15 Thread Christian Perrier
Dear maintainer of wu-ftpd and Debian translators,

Some days ago, I sent a notice to the maintainer of the wu-ftpd Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in two
weeks, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
ca cs de es eu fr ja nl pl pt sv vi

Among these, the following translations are incomplete: cs nl pl

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the wu-ftpd package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Saturday, May 24, 
2008. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Sunday, May 04, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Thursday, May 15, 2008   : send this notice
 Thursday, May 22, 2008   : deadline for receiving translation updates
 Saturday, May 24, 2008   : build the package and upload it to DELAYED/2-day
 send the NMU patch to the BTS
 Monday, May 26, 2008   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR [EMAIL PROTECTED], YEAR.
#
#, fuzzy
msgid 
msgstr 
Project-Id-Version: PACKAGE VERSION\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-07-21 12:21+0100\n
PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
Last-Translator: FULL NAME [EMAIL PROTECTED]\n
Language-Team: LANGUAGE [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=CHARSET\n
Content-Transfer-Encoding: 8bit\n

#. Type: select
#. Choices
#: ../templates:1001
msgid inetd, standalone
msgstr 

#. Type: select
#. Description
#: ../templates:1002
msgid Mode of running wu-ftpd:
msgstr 

#. Type: select
#. Description
#: ../templates:1002
msgid 
wu-ftpd can now be run as a standalone daemon instead of being called from 
inetd. This means wu-ftpd can respond slightly faster to a new connection, 
especially under high load.
msgstr 

#. Type: text
#. Description
#: ../templates:2001
msgid Copying ${target} to make ${ftpusers} a regular file.
msgstr 

#. Type: text
#. Description
#: ../templates:2001
msgid 
Your ${ftpusers} file is currently a symbolic link. Due to new restrictions 
in the PAM package, this is no longer allowed.
msgstr 

#. Type: boolean
#. Description
#: ../templates:3001
msgid Update out-of-date binaries in ${ftphome}?
msgstr 

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
Your binaries and libraries in ${ftphome} are out-of-date. This could break 
your anonymous FTP services.
msgstr 

#. Type: boolean
#. Description
#: ../templates:4001
msgid Do you want to allow anonymous ftp access?
msgstr 

#. Type: boolean
#. Description
#: ../templates:4001
msgid 
Anonymous FTP allows users to log in to the server using the username 
\anonymous\ and their e-mail address as a password. This is usually used 
to give people access to public files.
msgstr 

#. Type: boolean
#. Description
#: ../templates:4001
msgid 
If you accept here, a user called 'ftp' will be created, along with a home 
directory (which will be the root of the anonymous FTP area). The home 
directory will be populated with the binaries, libraries and configuration 
files necessary for anonymous FTP to work.
msgstr 

#. Type: string
#. Description
#: ../templates:5001
msgid Location of the FTP home directory:
msgstr 

#. Type: string
#. Description
#: ../templates:5001
msgid 
This is the directory where the anonymous FTP area will be created, and the 
home directory for the \ftp\ user. It must be an absolute path (ie: it 
must begin with a '/').
msgstr 

#. Type: note
#. Description
#: ../templates:6001
msgid The FTP home directory you specified is not an absolute path
msgstr 

#. Type: note
#. Description
#: ../templates:6001
msgid 
The FTP home directory must be an absolute path. In other words, it must 
start with a '/', eg: \/home/ftp\.
msgstr 

#. Type: boolean
#. Description
#: ../templates:7001
msgid ${homedir} already exists, use it?
msgstr 

#. Type: boolean
#. Description
#: ../templates:7001
msgid The FTP home directory 

Bug#423686: Announce of the upcoming NMU for the gnats package

2008-05-15 Thread Christian Perrier
Dear maintainer of gnats and Debian translators,

Some days ago, I sent a notice to the maintainer of the gnats Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in two
weeks, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
cs de es fi fr ja nl pt pt_BR ru sv vi

Among these, the following translations are incomplete: none

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the gnats package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Saturday, May 24, 
2008. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Sunday, May 04, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Thursday, May 15, 2008   : send this notice
 Thursday, May 22, 2008   : deadline for receiving translation updates
 Saturday, May 24, 2008   : build the package and upload it to DELAYED/2-day
 send the NMU patch to the BTS
 Monday, May 26, 2008   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
#
#Developers do not need to manually edit POT or PO files.
#
#, fuzzy
msgid 
msgstr 
Project-Id-Version: PACKAGE VERSION\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-11-01 20:11+0100\n
PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
Last-Translator: FULL NAME [EMAIL PROTECTED]\n
Language-Team: LANGUAGE [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=CHARSET\n
Content-Transfer-Encoding: 8bit\n

#. Type: string
#. Description
#: ../templates:1001
msgid What is the name of the GNATS site?
msgstr 

#. Type: string
#. Description
#: ../templates:1001
msgid 
This name should be a single word, it is used as a part of the e-mail alias 
for delivering problem reports.
msgstr 

#. Type: note
#. Description
#: ../templates:2001
msgid Database moved to ${GNATSDBDIR}.
msgstr 

#. Type: note
#. Description
#: ../templates:2001
msgid 
A previous package version put the GNATS database under ${BADDIR}. It has 
now been moved to the right location.
msgstr 

#. Type: note
#. Description
#: ../templates:3001
msgid You must move the database to ${GNATSDBDIR}.
msgstr 

#. Type: note
#. Description
#: ../templates:3001
msgid 
A previous package version put the GNATS database under ${BADDIR}. I could 
not move it to the right location, so you have to do so manually.
msgstr 

#. Type: note
#. Description
#. Type: note
#. Description
#: ../templates:4001 ../templates:5001
msgid You should enable scripts in the Exim configuration.
msgstr 

#. Type: note
#. Description
#: ../templates:4001
msgid 
It seems you have installed Exim, with script handling disabled in its 
configuration.  If this is so, GNATS will not be able to receive bug reports 
via e-mail.  I would suggest you to uncomment one of the lines
msgstr 

#. Type: note
#. Description
#: ../templates:4001
msgid in your file ${EXIMCONF}, in the section \system_aliases\.
msgstr 

#. Type: note
#. Description
#: ../templates:5001
msgid 
It seems you have installed Exim, with no script handling enabled in its 
configuration.  If this is so, GNATS will not be able to receive bug reports 
via e-mail.  I would suggest you to add the line
msgstr 

#. Type: note
#. Description
#: ../templates:5001
msgid to your file ${EXIMCONF}, in the section \system_aliases\.
msgstr 

#. Type: note
#. Description
#: ../templates:6001
msgid You should set up qmail aliases for GNATS.
msgstr 

#. Type: note
#. Description
#: ../templates:6001
msgid 
It seems you use qmail as your mail transfer program.  It is recommended to 
add the following lines into your qmail users/assign file:
msgstr 

#. Type: note
#. Description
#: ../templates:7001
msgid You should set up GNATS mail aliases.
msgstr 

#. Type: 

Bug#418899: Announce of the upcoming NMU for the laptop-net package

2008-05-15 Thread Christian Perrier
Dear maintainer of laptop-net and Debian translators,

Some days ago, I sent a notice to the maintainer of the laptop-net Debian
package, mentioning the status of at least one old po-debconf translation 
update in the BTS.

I announced the intent to build and possibly upload a non-maintainer upload
for this package in order to fix this long-time pending localization
bug as well as all other pending translations.

The package maintainer agreed for the NMU or did not respond in two
weeks, so I will proceed with the NMU.

The full planned schedule is available at the end of this mail.

The package is currently translated to: 
cs de es fr ja nl pt ro sv vi

Among these, the following translations are incomplete: none

If you did any of the, currently incomplete, translations you will get
ANOTHER mail with the translation to update.

Other translators also have the opportunity to create new translations
for this package. Once completed, please send them as a bug report
against the laptop-net package so I can incorporate them in the build.

The deadline for receiving updates and new translations is Saturday, May 24, 
2008. If you
are not in time you can always send your translation to the BTS.

The POT file is attached to this mail.

If the maintainer objects to this process I will immediately abort my NMU
and send him/her all updates I receive.

Otherwise the following will happen (or already has):

 Sunday, May 04, 2008   : send the first intent to NMU notice to
 the package maintainer.
 Thursday, May 15, 2008   : send this notice
 Thursday, May 22, 2008   : deadline for receiving translation updates
 Saturday, May 24, 2008   : build the package and upload it to DELAYED/2-day
 send the NMU patch to the BTS
 Monday, May 26, 2008   : NMU uploaded to incoming

Thanks for your efforts and time.

-- 


-- 


# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR [EMAIL PROTECTED], YEAR.
#
#, fuzzy
msgid 
msgstr 
Project-Id-Version: PACKAGE VERSION\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2008-05-15 07:47+0200\n
PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
Last-Translator: FULL NAME [EMAIL PROTECTED]\n
Language-Team: LANGUAGE [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=CHARSET\n
Content-Transfer-Encoding: 8bit\n

#. Type: boolean
#. Description
#: ../templates:1001
msgid Overwrite laptop-net configuration files?
msgstr 

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
If you set this option, you will be asked a series of questions about your 
network configuration, and the answers to those questions will be used to 
generate new configuration files for laptop-net.  The new configuration 
files will overwrite any existing configuration files, and any changes you 
might have made to them in the past.
msgstr 

#. Type: boolean
#. Description
#: ../templates:1001
msgid 
If you don't set this option, your configuration files will not be changed.
msgstr 

#. Type: string
#. Description
#: ../templates:2001
msgid Network-interface driver module:
msgstr 

#. Type: string
#. Description
#: ../templates:2001
msgid 
If you are using a network interface adapter driver that lacks adequate 
power management support then it is best if the driver is built as a 
module.  See the documentation for details.  If your driver is built as a 
module, enter the module's name here.  (For example, on the HP OmniBook 500 
or 6000 computers, the correct module name is \3c59x\.)
msgstr 

#. Type: string
#. Description
#: ../templates:2001
msgid If you do not need any module or if you are unsure, leave this blank.
msgstr 

#. Type: string
#. Description
#: ../templates:2001
msgid 
Be aware that if your driver lacks adequate power management support then it 
may not work properly after a suspend and resume cycle.
msgstr 

#. Type: boolean
#. Description
#: ../templates:3001
msgid Does your network-interface driver support MII?
msgstr 

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
MII stands for \Media Independent Interface\.  Drivers that support MII 
can sense whether or not the network cable is plugged in and operating. If 
your hardware and driver support this then select this option here and this 
package will make use of this feature to detect cable insertion and 
removal.  Otherwise, do not select this option.
msgstr 

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
The following drivers support MII as of Linux 2.4.5: 3c59x 8139too eepro100 
epic100 fealnx hamachi ioc3-eth natsemi pcnet32 pegasus sis900 starfire 
sundance tlan tulip via-rhine winbond-840 yellowfin.
msgstr 

#. Type: boolean
#. Description
#: ../templates:4001
msgid Use DHCP for network configuration?
msgstr 

#. Type: boolean
#. Description
#: ../templates:4001
msgid 
If you use DHCP to configure your network interface then select 

Bug#481248: libuuid1 greps /etc/passwd instead of calling getent

2008-05-15 Thread Matthias Klose
Theodore Tso writes:
 On Wed, May 14, 2008 at 09:33:36PM +0200, Matthias Klose wrote:
  Package: libuuid1
  Version: 1.40.8-2
  Severity: serious
  
  from the postinst:
   if ! grep -q libuuid /etc/passwd; then
  
  directly grepping /etc/passwd looks suspicious.
 
 OK, but why is this a serious bug?  Grepping /etc/passwd isn't a
 violation of policy
 
 Using getent instead of grepping /etc/passwd would suppress adding a
 local group if libuuid were defined in Yellow Pages, I suppose.  But
 having an extra entry in /etc/passwd is hardly the end of the world.

I did set the priority because it looks like it will fail the install
if the user already exists in NIS. Please downgrade if it doesn't fail.

  Matthias



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481029: cl-sql-oracle fails to connect to oracle database

2008-05-15 Thread Paul Metcalfe
2008/5/14 Kevin Rosenberg [EMAIL PROTECTED]:

 I don't know. I don't have an Oracle system for testing so I'm unable
 to further characterize the issue. I do know those those type
 declarations for SBCL's FFI can be crucial to have in place or
 performance can be quite impacted.

Are there any tests you'd like me to perform?  [ I'm very very new to
CL, so you might have to use words of few syllables... ]

-- 
pdm



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481279: gecko: Making changes in theme and Iceweasel crashed

2008-05-15 Thread Martin Michlmayr
reassign 481279 iceweasel
thanks

* Mitch [EMAIL PROTECTED] [2008-05-14 20:33]:
 Package: gecko

gecko is not a valid package in Debian; please file your bug reports
on iceweasel.
-- 
Martin Michlmayr
http://www.cyrius.com/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481086: [Pkg-xfce-devel] Bug#481086: xfce4-panel: plugins ignore multiscreen environment

2008-05-15 Thread Yves-Alexis Perez
On mar, 2008-05-13 at 09:41 -0600, David Mohr wrote:
 Some plugins ignore the screen they are on in a multiscreen (i.e. :0.0
 and :0.1) display, and always launch on the primary screen.
 
 Attached is a patch that fixes that problem. It is already in svn, see
 r26937 in the 4_4 branch.

Does this patch fixes #408534/#470227 too?

Cheers,
-- 
Yves-Alexis


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


Bug#405773: Mysql auth how then?

2008-05-15 Thread Joey Schulze
Peter Scott wrote:
 Can somebody please, please tell me HOW YOU DO auth with etch apache 2.2 
 mysql?

Hi Peter,

there was libapache2-mod-auth-mysql in sid which you can rebuild on etch.
Since it has been removed from unstable you'll have to fetch the source
code from http://snapshot.debian.net/libapache-mod-auth-mysql.

I'm currently pondering if it would make sense to bring that package
back into shape and into sid - at least until mod_dbd can support
mysql.

Regards,

Joey

-- 
Long noun chains don't automatically imply security.  -- Bruce Schneier

Please always Cc to me when replying to me on the lists.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481298: Please coordinate the oui.txt file at some common shared place

2008-05-15 Thread Gürkan Sengün

Package: arpalert
Severity: wishlist

You use the oui.txt file from http://standards.ieee.org/regauth/oui/oui.txt

Please could you do something that there's just one oui.txt file on a system,
and it can be shared between packages? And updated maybe like update-pciids?

It's used by the following packages:
http://packages.debian.org/search?searchon=contentskeywords=oui.txtmode=pathsuite=unstablearch=any

Yours,
Gürkan






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481299: Please coordinate the oui.txt file at some common shared place

2008-05-15 Thread Gürkan Sengün

Package: btscanner
Severity: wishlist

You use the oui.txt file from http://standards.ieee.org/regauth/oui/oui.txt

Please could you do something that there's just one oui.txt file on a system,
and it can be shared between packages? And updated maybe like update-pciids?

It's used by the following packages:
http://packages.debian.org/search?searchon=contentskeywords=oui.txtmode=pathsuite=unstablearch=any

Yours,
Gürkan







--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481297: Please coordinate the oui.txt file at some common shared place

2008-05-15 Thread Gürkan Sengün

Package: ntop
Severity: wishlist

You use the oui.txt file from http://standards.ieee.org/regauth/oui/oui.txt

Please could you do something that there's just one oui.txt file on a system,
and it can be shared between packages? And updated maybe like update-pciids?

It's used by the following packages:
http://packages.debian.org/search?searchon=contentskeywords=oui.txtmode=pathsuite=unstablearch=any

Yours,
Gürkan





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#405773: Mysql auth how then?

2008-05-15 Thread Joey Schulze
Joey Schulze wrote:
 Peter Scott wrote:
  Can somebody please, please tell me HOW YOU DO auth with etch apache 2.2 
  mysql?
 
 Hi Peter,
 
 there was libapache2-mod-auth-mysql in sid which you can rebuild on etch.
 Since it has been removed from unstable you'll have to fetch the source
 code from http://snapshot.debian.net/libapache-mod-auth-mysql.

I've just seen that you've tried mod-auth-mysql 3.0.  Beware, that's
a totally different approach.  The one mentioned above has been included
in Debian once and works on Debian.  I use it on etch.

Regards,

Joey

-- 
Long noun chains don't automatically imply security.  -- Bruce Schneier

Please always Cc to me when replying to me on the lists.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#295526: libpam-unix2 only works as root

2008-05-15 Thread Christoph Pleger
Hello,

 I have Cc:'ed [EMAIL PROTECTED], the PAM maintainers:

Here are the .dsc and the .diff.gz file for my current version of 
libpam-unix2.

I have included unix2_chkpwd.c and unix2_chkpwd.8 in a separate subdirectory 
(which will appear when dpatching), wrote a Makefile, added the necessary 
steps in debian/rules to build and install unix2_chkpwd, and added Olaf Kirch 
as an upstream author.

Regards
  Christoph
  



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481296: Please coordinate the oui.txt file at some common shared place

2008-05-15 Thread Gürkan Sengün

Package: arp-scan
Severity: wishlist

You use the oui.txt file from http://standards.ieee.org/regauth/oui/oui.txt

Please could you do something that there's just one oui.txt file on a system,
and it can be shared between packages? And updated maybe like update-pciids?

Yours,
Gürkan




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#295526: libpam-unix2 only works as root

2008-05-15 Thread Christoph Pleger
Hello,

  - The patch needs to be updated to apply against the current package in
  unstable.

 Done. I have attached a patch for unix_auth.c

Here are the .diff.gz and the .dsc file for my current version of 
libpam-unix2.

I created a separate subdirectory for unix2_chkpwd (which will appear when 
dpatching), wrote a Makefile, added the necessary steps in debian/rules to 
build and install unix2_chkpwd, and added Olaf Kirch as an upstream author.

Regards
  Christoph 


libpam-unix2_2.1-5.diff.gz
Description: GNU Zip compressed data
Format: 1.0
Source: libpam-unix2
Binary: libpam-unix2
Architecture: any
Version: 2.1-5
Maintainer: Ivan Kohler [EMAIL PROTECTED]
Standards-Version: 3.6.0
Build-Depends: autoconf, debhelper (= 4.0.0), dpatch, libpam0g-dev (= 0.81), 
libtool, libxcrypt-dev
Files: 
 d185fca919a9244dedda5e1b16a5ef58 251846 libpam-unix2_2.1.orig.tar.gz
 18fe1fc13c18c35199e61b359ab5d2f7 24247 libpam-unix2_2.1-5.diff.gz


Bug#481086: [Pkg-xfce-devel] Bug#481086: xfce4-panel: plugins ignore multiscreen environment

2008-05-15 Thread David Mohr
On Thu, May 15, 2008 at 12:27 AM, Yves-Alexis Perez [EMAIL PROTECTED] wrote:
 On mar, 2008-05-13 at 09:41 -0600, David Mohr wrote:
 Some plugins ignore the screen they are on in a multiscreen (i.e. :0.0
 and :0.1) display, and always launch on the primary screen.

 Attached is a patch that fixes that problem. It is already in svn, see
 r26937 in the 4_4 branch.

 Does this patch fixes #408534/#470227 too?

Unfortunately, no. These fixes are just for the plugins, the appearing
on the wrong screen issue did not occur with the panel itself.

Hopefully later this summer I can have a look at these bugs though,
thanks for pointing them out. Since I'm using that multi-screen setup
maybe we can make some progress on them.

~David



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481301: Please coordinate the oui.txt file at some common shared place

2008-05-15 Thread Gürkan Sengün

Package: ocsinventory-reports
Severity: wishlist

You use the oui.txt file from http://standards.ieee.org/regauth/oui/oui.txt

Please could you do something that there's just one oui.txt file on a system,
and it can be shared between packages? And updated maybe like update-pciids?

It's used by the following packages:
http://packages.debian.org/search?searchon=contentskeywords=oui.txtmode=pathsuite=unstablearch=any

Yours,
Gürkan





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481300: netfilter-extensions-source: Fails to build against 2.6.25.3

2008-05-15 Thread Matthew Gabeler-Lee
Package: netfilter-extensions-source
Version: 20080326+debian-1
Severity: normal

When trying to build against stock linux 2.6.25.3 kernel (haven't tried any
other kernel versions), I get the following errors:

  CC [M]  /usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.o
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c: In 
function 'tarpit_tcp':
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c:168: 
warning: passing argument 1 of 'ip_route_output_key' from incompatible pointer 
type
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c:168: 
warning: passing argument 2 of 'ip_route_output_key' from incompatible pointer 
type
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c:168: 
error: too few arguments to function 'ip_route_output_key'
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c: In 
function 'tarpit':
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c:241: 
error: 'NF_IP_LOCAL_IN' undeclared (first use in this function)
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c:241: 
error: (Each undeclared identifier is reported only once
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c:241: 
error: for each function it appears in.)
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c: In 
function 'check':
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c:264: 
error: 'NF_IP_LOCAL_IN' undeclared (first use in this function)
/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.c:265: 
error: 'NF_IP_FORWARD' undeclared (first use in this function)
make[4]: *** 
[/usr/src/modules/netfilter-extensions/net/ipv4/netfilter/ipt_TARPIT.o] Error 1

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

Kernel: Linux 2.6.25-1 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages netfilter-extensions-source depends on:
ii  bzip2 1.0.5-0.1  high-quality block-sorting file co
ii  debhelper 6.0.11 helper programs for debian/rules
ii  make  3.81-4 The GNU version of the make util
ii  module-assistant  0.10.11.0  tool to make module package creati

netfilter-extensions-source recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#468236: Patch used in NMU of buildbot

2008-05-15 Thread Petter Reinholdtsen
[Petter Reinholdtsen]
 This is the patch used in my NMU.

Any hope of having this fix applied to buildbot?  It was not included
in the 0.7.7-1 upload.  buildbot is one of the 9 remaining packages in
unstable without init.d dependency information.

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481086: [Pkg-xfce-devel] Bug#481086: xfce4-panel: plugins ignore multiscreen environment

2008-05-15 Thread Yves-Alexis Perez
On jeu, 2008-05-15 at 00:42 -0600, David Mohr wrote:
 Hopefully later this summer I can have a look at these bugs though,
 thanks for pointing them out. Since I'm using that multi-screen setup
 maybe we can make some progress on them.

Yeah, that would be really nice. I don't have a working “zaphod mode”
setup, so I can't really check this. There's another bug on xfdesktop4
or xfwm4 about this, if you have time too.

You can idle on [EMAIL PROTECTED] if you want to reach us directly.

Cheers,
-- 
Yves-Alexis


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


Bug#481302: bubbros: two level files missing?

2008-05-15 Thread Gürkan Sengün

Package: bubbros
Version: 1.6-1
Severity: wishlist

Could you please add the AndyLands.bin and Dreamland.bin level sets to the 
package?

Find them here:
http://gnu.ethz.ch/bubbros-1.5/bubbob/levels/

Yours,
Gürkan




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#393837: Raising severity

2008-05-15 Thread Neil Williams
This bug now prevents the removal of known compromised key(s) involved
in the recent openssh problems.

http://lists.debian.org/debian-security-announce/2008/msg00152.html

-- 


Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/




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


Bug#474178: libnss-ldapd: getpwuid() sometimes fail for no apparent reason

2008-05-15 Thread Petter Reinholdtsen
[Arthur de Jong]
 For this to work some code has been reshuffled to make this
 possible.  This has been implemented in r733. Could you give it a
 try?

I've tested it, and it seem to work.  It seem to be slower than my
code, but this might also be because the LDAP server some times are
slower.  I saw reconnects taking 15 seconds with your code, while mine
would take less than a second.  Note that I have not yet concluded
that this is because of the code change.

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#457480: ITP status

2008-05-15 Thread Free Ekanayaka
Hi,

I'm interested in getting rubberband into Debian too. What's the status
of this ITP now? I can give a hand if needed.

Please consider also joining the Debian Multimedia Team for 
collaborative maintenance of this package:

http://wiki.debian.org/DebianMultimedia

Ciao!

Free





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481283: big blacklists belong in /var/lib?

2008-05-15 Thread Colin Watson
On Thu, May 15, 2008 at 09:30:32AM +0800, [EMAIL PROTECTED] wrote:
 Package: openssh-blacklist
 Version: 0.1.0
 Severity: wishlist
 X-debbugs-Cc: [EMAIL PROTECTED]
 
 Shouldn't those large lists go into /var/lib instead of /etc which is
 perhaps a tiny root partition, with backup and NFS sharing policies
 different than what those big files deserve?

Mm, possibly, or even /usr/share. I was conscious that, since I'd made
it a generic facility, it would be useful to allow sysadmins to add
extra keys to it (for example if you know one of your user's keys has
been compromised and want a quick way to lock it down). It's possible
that the right answer is to have two possible locations for the
blacklist file, though.

We didn't have a lot of time to consider proper file system locations.
:-(

-- 
Colin Watson   [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481295: Preconfiguring of openssh-servers fails due to mount option noexec on /tmp

2008-05-15 Thread Colin Watson
reassign 481295 debconf
forcemerge 223683 481295
thanks

On Thu, May 15, 2008 at 08:05:44AM +0200, Meinhard Schneider wrote:
 Package: openssh-server
 Version: 1:4.3p2-9etch1
 Severity: important
 
 Just updated openssh-* and got this message:
 [...]
 Preconfiguring packages ...
 Can't exec /tmp/openssh-server.config.35001: Permission denied at 
 /usr/share/perl/5.8/IPC/Open3.pm line 168.
 open2: exec of /tmp/openssh-server.config.35001 configure 1:4.3p2-9 failed at 
 /usr/share/perl5/Debconf/ConfModule.pm line 58
 openssh-server failed to preconfigure, with exit status 9
 [...]

This is a well-known and long-standing behaviour of debconf, and not
anything that openssh itself is doing specially. Note that the noexec
option is fairly useless for security purposes (except to slow people
down a little bit) as you could in principle just run the script
manually through an appropriate interpreter.

 I believe it is legal to mount /tmp without binary exec support for
 security improvement. Executing scripts from /tmp is IMHO a very bad
 idea.

If you want to do this, you need to remount it exec while installing
Debian packages.

Cheers,

-- 
Colin Watson   [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#339383: libapache-mod-auth-mysql: Errors break other authentication methods

2008-05-15 Thread Joey Schulze
Gene Black wrote:
 Package: libapache-mod-auth-mysql
 Version: 4.3.9-2
 Severity: important
 
 When the module encounters an error authenticating (such as an invalid
 database config, etc.) instead of failing silently and handing control
 to the other exisiting authentication modules, it breaks. In my
 situation, I want to use the module to authenticate a virtual host on
 the server, but not the entire server. Naturally the virtual host in
 question has a valid config, but the remaining virtual hosts do not.
 Some utilize other authentication methods for their sites. These methods
 are now broke because libapache-mod-auth-mysql attempts first and breaks
 due to the lack of a valid database config.

This description does not exactly make a lot sense.

You're using mod_auth_mysql in a Directory or Location block usually.

Could you provide enough configuration snippets to rebuild your
setup for verification and debugging?

Regards,

Joey

-- 
Long noun chains don't automatically imply security.  -- Bruce Schneier

Please always Cc to me when replying to me on the lists.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#475729: p3scan crash with nor a good viruscode, but 2

2008-05-15 Thread Guido Bozzetto
The simple working solution is to set the sticky bit for the group
to directory: /var/spool/p3scan/children

~# chmod g+s /var/spool/p3scan/children

My system:
~# id clamav
uid=101(clamav) gid=105(clamav) gruppi=105(clamav),106(p3scan)
~# dpkg -l clamav p3scan
clamav   0.92.1~dfsg2-1.1
p3scan   2:2.3.2-3

 Thanks, Guido Bozzetto.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481253: acpi-support: Many Thinkpad X60 keys stop working

2008-05-15 Thread Bart Samwel

Hi Apelete,

Thanks for reporting, will fix in the next update. It was removed in the 
upstream (Ubuntu) because they didn't need it with their current kernel. 
Since they use just about the same kernel version, I was hoping this was 
valid for Debian as well. And I had no way to check -- I don't have a 
Thinkpad available anywhere, so... anyway, my apologies for the breakage.


Cheers,
Bart

Apelete Seketeli wrote:

Package: acpi-support
Version: 0.109-1
Severity: important

Since the upgrade to 0.109, many previously working keys have stopped
working. Particularly all the volume keys, the thinkvantage key and
Fn+F2 (lock screen) combo.
However, the Fn+F4 (sleep), Fn+F5 (switch wireless) and Fn+F12
(hibernate) combos are still working.
Since the thinkpad_acpi.modprobe file have been deleted in the new
version, I assume some workarounds have been introcuded instead
(explaining why some key combos are still working), but I think the
file is still needed to restore the non working keys.
In fact I have extracted and restored the file from the previous
version, and everything went back to normal (except for the
Thinkvantage key that still doesn't trigger any acpi event).


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

Kernel: Linux 2.6.22-3-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages acpi-support depends on:
ii  acpi-support-base 0.109-1scripts for handling base ACPI eve
ii  acpid 1.0.6-5.1  Utilities for using ACPI power man
ii  dmidecode 2.9-1  Dump Desktop Management Interface
ii  finger0.17-12user information lookup program
ii  hdparm8.6-1  tune hard disk parameters for high
ii  laptop-detect 0.13.6 attempt to detect a laptop
ii  libc6 2.7-11 GNU C Library: Shared libraries
ii  lsb-base  3.2-12 Linux Standard Base 3.2 init scrip
ii  nvclock   0.8b3-1Allows you to overclock your nVidi
ii  powermgmt-base1.30   Common utils and configs for power
ii  toshset   1.73-2 Access much of the Toshiba laptop
ii  vbetool   1.0-3  run real-mode video BIOS code to a
ii  x11-xserver-utils 7.3+2  X server utilities

Versions of packages acpi-support recommends:
ii  radeontool1.5-5  utility to control ATI Radeon back

-- no debconf information

--
Apelete Seketeli [EMAIL PROTECTED]








--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#405773: Mysql auth how then?

2008-05-15 Thread Peter Scott
Thanks for your input. 


For my part i solved my problem, as you usually do asking various folk and 
trying this and that.

In short the documentation:
http://dev.e-taxonomy.eu/trac/wiki/ApacheMySQLAuthentication

is incorrect re pam-mysql, as it transpires, among other things. I have 
contacted the author, to little avail.

Half way down where it says:
auth sufficient pam_mysql.so verbose=1 user=webuser passwd=  host=160.45.63.30 
db=drupal5 table=drupal5._shared_users usercolumn=drupal5._shared_users.name 
passwdcolumn=drupal5._shared_users.pass crypt=3

you need to also put:
account sufficient pam_mysql.so verbose=1 user=webuser passwd=  
host=160.45.63.30 db=drupal5 table=drupal5._shared_users 
usercolumn=drupal5._shared_users.name passwdcolumn=drupal5._shared_users.pass 
crypt=3

Thats it, and it'll keep me happy, and by extention others I guess if it were 
better documented, until 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405773 is resolved. How long 
before mod_authn_dbd does  mysql ?


Regards

Peter Scott











Joey Schulze wrote:


Joey Schulze wrote:


Peter Scott wrote:


Can somebody please, please tell me HOW YOU DO auth with etch apache 2.2 mysql?


Hi Peter,

there was libapache2-mod-auth-mysql in sid which you can rebuild on etch.
Since it has been removed from unstable you'll have to fetch the source
code from http://snapshot.debian.net/libapache-mod-auth-mysql.



I've just seen that you've tried mod-auth-mysql 3.0.  Beware, that's
a totally different approach.  The one mentioned above has been included
in Debian once and works on Debian.  I use it on etch.

Regards,

Joey






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481307: perl-modules: Conflicts: liblocale-maketext-simple-perl ( 0.18-1)

2008-05-15 Thread Andreas Barth
Package: liblocale-maketext-simple-perl
Version: 0.16-1.1
Severity: serious

Hi,

this package is currently uninstallable in unstable and blocks also the
perl transition.


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#477231: Patch does not fix the build problem

2008-05-15 Thread Walter Franzini
Christian Perrier [EMAIL PROTECTED] writes:

[...]

 So, at least as a temporary solution, building without the testsuite
 seems to be the best way to get the package in Debian lenny...

As a *temporary* solution it's ok for me.

In the meantime I will look at a change-set in the development branch [1]
that should fix some debian related problem.

[1] http://aegis.sourceforge.net/cgi-bin/aeget/aegis.4.25.C1001/?menu

--
Walter Franzini
http://aegis.stepbuild.org/

PGP Public key ID: 1024D/CB3FEB43
Key fingerprint  : FA26 C33B CAFF 7848 EFEB  7327 96AA 2D57 CB3F EB43
Key server   : http://www.keyserver.net


pgp9HwRtdvzGK.pgp
Description: PGP signature


Bug#471631: Patch from SVN attached

2008-05-15 Thread Diego Escalante Urrelo
Should fix the issue.
--- trunk/src/PlaylistWindow.cs	2008/02/26 21:35:12	1176
+++ trunk/src/PlaylistWindow.cs	2008/02/26 21:37:01	1177
@@ -176,7 +176,7 @@
 		[Glade.Widget] private Button   add_song_button   ;
 		[Glade.Widget] private Button   add_album_button  ;		
 
-		private VolumeButton volume_button;
+		private Bacon.VolumeButton volume_button;
 
 		// Widgets :: Player
 		[Glade.Widget] private Label song_label;
@@ -869,7 +869,7 @@
 			add_album_button  .Clicked += OnAddAlbumButtonClicked;
 
 			// Volume
-			volume_button = new VolumeButton ();
+			volume_button = new Bacon.VolumeButton ();
 			volume_button_container.Add (volume_button);
 			volume_button.Visible = true;
 			volume_button.VolumeChanged += OnVolumeChanged;


Bug#464728: bootcd: Unable to connect via ssh with error

2008-05-15 Thread Yifang Dai
Hi,

I've encountered the same issue. I was able to track the problem down
to /dev/pts directory. My quick and dirty workaround is to rm -rf
/dev/pts, and ln -s /dev.ro/pts /dev/. After this is done, I can ssh
into the box, and run xterm.

Hope this helps.

Yifang



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481305: [INTL:eu] wu-ftpd debconf templates Basque translation update

2008-05-15 Thread Piarres Beobide
Package: wu-ftpd
Severity: wishlist
Tags: l10n patch

Hi

Atatched wu-ftpd debconf templates Basque translation upgrade, please commit it.

thx


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

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

Versions of packages wu-ftpd depends on:
ii  debconf [debconf-2.0] 1.5.21 Debian configuration management sy
ii  debianutils   2.28.6 Miscellaneous utilities specific t
ii  libc6 2.7-11 GNU C Library: Shared libraries
ii  libpam0g  0.99.7.1-6 Pluggable Authentication Modules l
ii  perl [perl5]  5.10.0-10  Larry Wall's Practical Extraction 
ii  update-inetd  4.30   inetd configuration file updater

wu-ftpd recommends no packages.
# translation of eu.po to Euskara
# translation of templates-wu-ftpd-eu.po to
# translation of templates.po to
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
#Developers do not need to manually edit POT or PO files.
#
# Piarres Beobide [EMAIL PROTECTED], 2007, 2008.
msgid 
msgstr 
Project-Id-Version: eu\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-07-21 12:21+0100\n
PO-Revision-Date: 2008-05-15 09:39+0200\n
Last-Translator: Piarres Beobide [EMAIL PROTECTED]\n
Language-Team: Euskara [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n

#. Type: select
#. Choices
#: ../templates:1001
msgid inetd, standalone
msgstr inetd, bakarka

#. Type: select
#. Description
#: ../templates:1002
msgid Mode of running wu-ftpd:
msgstr Wu-ftpd abiarazteko modua:

#. Type: select
#. Description
#: ../templates:1002
msgid 
wu-ftpd can now be run as a standalone daemon instead of being called from 
inetd. This means wu-ftpd can respond slightly faster to a new connection, 
especially under high load.
msgstr 
wu-ftpd orain bakarkako deabru bezala abiarazi daiteke inetd bidez gain. 
Honek wu-ftpd -ren konexio berrien erantzuna askoz azkarragoa izatea lortzen 
du bereiziki lan-zama handia dagoenean.

#. Type: text
#. Description
#: ../templates:2001
msgid Copying ${target} to make ${ftpusers} a regular file.
msgstr ${target} kopiatzen ${ftpusers} fitxategi arrunt bat bihurtzeko.

#. Type: text
#. Description
#: ../templates:2001
msgid 
Your ${ftpusers} file is currently a symbolic link. Due to new restrictions 
in the PAM package, this is no longer allowed.
msgstr 
Zure ${ftpusers} fitxategia momentu honetan esteka sinboliko bat da. PAM 
paketearen muga berriak direla eta hau ez da gehiago onartzen.

#. Type: boolean
#. Description
#: ../templates:3001
msgid Update out-of-date binaries in ${ftphome}?
msgstr ${ftphome}-eko zaharkituriko bitarrak eguneratu?

#. Type: boolean
#. Description
#: ../templates:3001
msgid 
Your binaries and libraries in ${ftphome} are out-of-date. This could break 
your anonymous FTP services.
msgstr 
${ftphome}-ko zure bitar eta liburutegiak zaharkiturik daude. Honek zure 
FTP zerbitzu anonimoa apur dezake.

#. Type: boolean
#. Description
#: ../templates:4001
msgid Do you want to allow anonymous ftp access?
msgstr Sarrera anonimoak onartu nahi al duzu?

#. Type: boolean
#. Description
#: ../templates:4001
msgid 
Anonymous FTP allows users to log in to the server using the username 
\anonymous\ and their e-mail address as a password. This is usually used 
to give people access to public files.
msgstr 
FTP anonimoak erabiltzaileak zerbitzarian \anonymous\ erabiltzailea eta 
pasahitza bezala beraien ePosta helbide erabiltzen sarrera gaitzen du. 
Normalean jendeari ftp publikoetara sarrera emateko.

#. Type: boolean
#. Description
#: ../templates:4001
msgid 
If you accept here, a user called 'ftp' will be created, along with a home 
directory (which will be the root of the anonymous FTP area). The home 
directory will be populated with the binaries, libraries and configuration 
files necessary for anonymous FTP to work.
msgstr 
Hau onartu ezkero 'ftp' izeneko erabiltzaile bat eta etxe direktorio bat 
(zein FTP anonimoaren sarrera erroa izango dena) sortuko dira. Etxe 
direktorioan FTP anonimoak funtzionatzeko behar diren fitxategi bitar eta 
liburutegiak ipiniko dira.

#. Type: string
#. Description
#: ../templates:5001
msgid Location of the FTP home directory:
msgstr FTP etxe direktorioaren kokapena:

#. Type: string

Bug#481306: logcheck-database: Request for new rule: syslog-ng : Configuration reload

2008-05-15 Thread Andrei Emeltchenko
Package: logcheck-database
Version: 1.2.63
Severity: wishlist


Hi,

Can you add rule to filter out following messages:

System Events
=-=-=-=-=-=-=
May 15 07:44:48 niko syslog-ng[21911]: Configuration reload request
received, reloading configuration;

Best regards 
Andrei Emeltchenko 

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

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- debconf information:
  logcheck-database/conffile-cleanup: false



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481303: Critical errors in debian-start script

2008-05-15 Thread Wouter Bolsterlee
Package: mysql-server-5.0

The debian-start script (that supposedly checks for table errors) has
critical errors if the database name contains a character that needs to be
quoted in SQL, e.g. somedb-dev doesn't work, while `somedb-dev` does.

The resulting errors look like this (one for *each* table in databases with
such names):

  /etc/mysql/debian-start[2715]: ERROR 1064 (42000) at line 1: You have an
  error in your SQL syntax; check the manual that corresponds to your MySQL
  server version for the right syntax to use near '-dev.news' at line 1

You may agree this is pretty critical for a server.

This is the version I'm using:

  $ dpkg -l mysql-server-5.0 |grep ^ii
  ii  mysql-server-5.0   5.0.51a-5 MySQL database server binaries

The fix would be to escape the name appropriately. The attached patch fixes
the issue.

  mvrgr, Wouter

-- 
:wq   mail [EMAIL PROTECTED]
  web http://uwstopia.nl
--- /usr/share/mysql/debian-start.inc.sh.orig	2008-05-13 10:26:59.0 +0200
+++ /usr/share/mysql/debian-start.inc.sh	2008-05-13 10:26:52.0 +0200
@@ -16,8 +16,8 @@
   # Checking for $? is unreliable so the size of the output is checked.
   # Some table handlers like HEAP do not support CHECK TABLE.
   tempfile=`tempfile`
-  LC_ALL=C $MYSQL -N -b -e 'select concat(select count(*) from ,TABLE_SCHEMA, 
-., TABLE_NAME) from information_schema.TABLES where ENGINE=MyISAM' | \
+  LC_ALL=C $MYSQL -N -b -e 'select concat(select count(*) from `,TABLE_SCHEMA, 
+`., TABLE_NAME) from information_schema.TABLES where ENGINE=MyISAM' | \
 xargs -i $MYSQL -N -q -e {} 21 \
 | perl -e '$_=join(, ); s/^[^\n]+\n(error|note)\s+: The (handler|storage engine) for the table doesn.t support check\n//smg;print;' \
  $tempfile


signature.asc
Description: Digital signature


Bug#405773: Mysql auth how then?

2008-05-15 Thread Joey Schulze
Peter Scott wrote:
 Thats it, and it'll keep me happy, and by extention others I guess if it were 
 better documented, until 
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405773 is resolved. How long 
 before mod_authn_dbd does  mysql ?

I don't know and it's outside my reach.  The bug report suggests technical
problems.  At least on the etch Apache 2.2 such a problem does not exist
for mod_auth_mysql.

Regards,

Joey

-- 
Long noun chains don't automatically imply security.  -- Bruce Schneier

Please always Cc to me when replying to me on the lists.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#480725: [dev-context] (fwd) Bug#480725: mptopdf does not work with beginfig(-1)

2008-05-15 Thread Taco Hoekwater


Hi Norbert,

Norbert Preining wrote:

forwarded 480725 [EMAIL PROTECTED]
thanks

Dear Hans, dear Taco,

on the Debian side we got the attached bug report together with a patch
for mptopdf.pl. Can you comment on it, or consider it for inclusion?


The patch would have to be a bit elaborated on before inclusion
can be considered, I believe. A random file named whatever.ps
is highly likely not to be metapost output at all. The extra
functionality would be cool to have, but mptopdf had better check
if the .ps really was created by metapost (by grepping for the
%%Creator comment).

Best wishes,
Taco



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481285: please add syntax checking for interfaces file

2008-05-15 Thread Marco d'Itri
reassign 481285 ifupdown
thanks

On May 15, Bartosz Fenski aka fEnIo [EMAIL PROTECTED] wrote:

 Would be great to have some check target launching
 /etc/init.d/networking.
I do not maintain ifupdown.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#481046: muine: could not open audio device for playback

2008-05-15 Thread Diego Escalante Urrelo
Can you reproduce this all the time? Maybe your audio device was locked
by other application...
I can open muine and use it without a problem. Actually I have banshee
paused right now and muine is playing.

Can you try again after just having logged in? Check that there are no
other applications using your sound device, or try using a sound daemon
like pulseaudio.






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481304: Wrong timezone calculation

2008-05-15 Thread Jan Luehr
package: korganizer
version: 3.5.9-2

a colleque of mine (timezone CEST) send me an invitation for 10:00 CEST by 
mail. The mail said:

DTSTART:20080515T08Z
DTEND:20080515T10Z
TRANSP:OPAQUE
SEQUENCE:0
UID:04008200E00074C5B7101A82E008B0D147F4EFB4C801100
 0E106562426AEBC4CB47D9350CF906B68
DTSTAMP:20080514T130919Zw

This is correct, 'cause 8:00 UTC is 10:00 CEST.
However,
the meeting was put at 9:00 CEST within my calendar.

Keep smiling
yanosz



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481308: linux-image-2.6.18-6-686: dma-mapping.h failure while using ide_tape with Bacula

2008-05-15 Thread Colin Alston
Package: linux-image-2.6.18-6-686
Version: 2.6.18.dfsg.1-18etch3
Severity: minor


Bacula using ide_tape causes major syslog spam due to some issue with
dma-mapping.h. Possible duplicate of #327355. 

Message from [EMAIL PROTECTED] at Thu May 15 10:02:09 2008 ...
and kernel: ] lock_timer_base+0x15/0x2f

May 15 09:56:09 and kernel: BUG: warning at
include/asm/dma-mapping.h:47/dma_map_sg()
May 15 09:56:09 and kernel:  [f88e2798] ide_build_sglist+0x73/0xb0
[ide_core]
May 15 09:56:09 and kernel:  [f88e2805] ide_build_dmatable+0x30/0x12b
[ide_core]
May 15 09:56:09 and kernel:  [f88e2923] ide_dma_setup+0x23/0x85
[ide_core]
May 15 09:56:09 and kernel:  [f8a9ef6d]
idetape_issue_packet_command+0x119/0x1f6 [ide_tape]
May 15 09:56:09 and kernel:  [f88dc668] ide_do_request+0x554/0x711
[ide_core]
May 15 09:56:09 and kernel:  [f8aa0b5c] idetape_pc_intr+0x123/0x400
[ide_tape]
May 15 09:56:09 and kernel:  [c012522e] do_timer+0x79f/0x8d2
May 15 09:56:09 and kernel:  [c0125380] lock_timer_base+0x15/0x2f
May 15 09:56:09 and kernel:  [f88dca8f] ide_intr+0x167/0x190
[ide_core]
May 15 09:56:09 and kernel:  [c013fb0b] handle_IRQ_event+0x23/0x49
May 15 09:56:09 and kernel:  [c013fbc4] __do_IRQ+0x93/0xe8
May 15 09:56:09 and kernel:  [c01050e5] do_IRQ+0x43/0x52
May 15 09:56:09 and kernel:  [c01036b6] common_interrupt+0x1a/0x20
May 15 09:56:09 and kernel:  [f8a95ef6] sky2_poll+0x242/0x8e8 [sky2]
May 15 09:56:09 and kernel:  [c013015e] hrtimer_run_queues+0xcf/0x157
May 15 09:56:09 and kernel:  [c022ab43] net_rx_action+0x92/0x17f
May 15 09:56:09 and kernel:  [c0121838] __do_softirq+0x5a/0xbb
May 15 09:56:09 and kernel:  [c01218cf] do_softirq+0x36/0x3a
May 15 09:56:09 and kernel:  [c01050ea] do_IRQ+0x48/0x52
May 15 09:56:09 and kernel:  [c01036b6] common_interrupt+0x1a/0x20
May 15 09:56:09 and kernel: BUG: warning at
include/asm/dma-mapping.h:47/dma_map_sg()
May 15 09:56:09 and kernel:  [f88e2798] ide_build_sglist+0x73/0xb0
[ide_core]
May 15 09:56:09 and kernel:  [f88e2805] ide_build_dmatable+0x30/0x12b
[ide_core]
May 15 09:56:09 and kernel:  [f88e2923] ide_dma_setup+0x23/0x85
[ide_core]
May 15 09:56:09 and kernel:  [f8a9ef6d]
idetape_issue_packet_command+0x119/0x1f6 [ide_tape]
May 15 09:56:09 and kernel:  [f88dc668] ide_do_request+0x554/0x711
[ide_core]
May 15 09:56:09 and kernel:  [f8aa0b5c] idetape_pc_intr+0x123/0x400
[ide_tape] 
May 15 09:56:09 and kernel:  [c0125380] lock_timer_base+0x15/0x2f
May 15 09:56:09 and kernel:  [f88dca8f] ide_intr+0x167/0x190
[ide_core]
May 15 09:56:09 and kernel:  [c013fb0b] handle_IRQ_event+0x23/0x49
May 15 09:56:09 and kernel:  [c013fbc4] __do_IRQ+0x93/0xe8
May 15 09:56:09 and kernel:  [c01050e5] do_IRQ+0x43/0x52
May 15 09:56:09 and kernel:  [c01036b6] common_interrupt+0x1a/0x20
May 15 09:56:09 and kernel:  [c0125535] run_timer_softirq+0x29/0x151
May 15 09:56:09 and kernel:  [f8d7f481] ipt_ulog_target+0x0/0x1b
[ipt_ULOG]
May 15 09:56:09 and kernel:  [c0121838] __do_softirq+0x5a/0xbb
May 15 09:56:09 and kernel:  [c01218cf] do_softirq+0x36/0x3a
May 15 09:56:09 and kernel:  [c0121a6e] local_bh_enable_ip+0x33/0x3e
May 15 09:56:09 and kernel:  [f8ca3756] ipt_do_table+0x2a1/0x2cb
[ip_tables]
May 15 09:56:09 and kernel:  [f8c89054] ipt_local_out_hook+0x54/0x5e
[iptable_filter]
May 15 09:56:09 and kernel:  [c023db9c] nf_iterate+0x30/0x61
May 15 09:56:09 and kernel:  [c0244c64] dst_output+0x0/0x7
May 15 09:56:09 and kernel:  [c023dcc2] nf_hook_slow+0x3a/0x90
May 15 09:56:09 and kernel:  [c0244c64] dst_output+0x0/0x7
May 15 09:56:09 and kernel:  [c0246e5c] ip_queue_xmit+0x35f/0x3b3
May 15 09:56:09 and kernel:  [c0244c64] dst_output+0x0/0x7
May 15 09:56:09 and kernel:  [c01454e0]
get_page_from_freelist+0x9b/0x36e
May 15 09:56:09 and kernel:  [c0254824] tcp_transmit_skb+0x604/0x632
May 15 09:56:09 and kernel:  [c0253f42] tcp_snd_test+0x17/0xcc
May 15 09:56:09 and kernel:  [c025627e] tcp_push_one+0xb5/0xd7
May 15 09:56:09 and kernel:  [c024c5db] tcp_sendmsg+0x76b/0x98a
May 15 09:56:09 and kernel:  [c022388a] sock_def_readable+0x31/0x5b
May 15 09:56:09 and kernel:  [c022245a] sk_reset_timer+0xc/0x16
May 15 09:56:09 and kernel:  [c0263517] inet_sendmsg+0x35/0x79


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-686
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.18-6-686 depends on:
ii  coreutils5.97-5.3The GNU core utilities
ii  debconf [debconf-2.0]1.5.11etch1 Debian configuration management sy
ii  initramfs-tools [linux-initr 0.85h   tools for generating an initramfs
ii  module-init-tools3.3-pre4-2  tools for managing Linux kernel mo

Versions of packages linux-image-2.6.18-6-686 recommends:
ii  libc6-i686 2.3.6.ds1-13etch5 GNU C Library: Shared libraries [i

-- debconf information:
  shared/kernel-image/really-run-bootloader: true
  

Bug#457510: xfce menu: deliberately empty

2008-05-15 Thread Xr

Hello,


The thing is, I'm not sure update-menus is really run in 
xfdesktop4.postinst, I have to investigate more on this.
I don't know much (hardly anything would be more accurate) about 
Debian's packaging system, but all xfdesktop4.postinst does is create 
/etc/xdg/xfce4/desktop/menudefs.hook and set its content to the notice 
that update-menus should be run, if the file doesn't exist already,


In other words, initial installations will yield an empty menu, but 
updates won't break anything.


Regards,
Xr



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#405773: Mysql auth how then?

2008-05-15 Thread Peter Scott

I don't know and it's outside my reach.  The bug report suggests technical
problems.  At least on the etch Apache 2.2 such a problem does not exist
for mod_auth_mysql.


OK, sounds like it could be a while, if it wont be in lenney.


there was libapache2-mod-auth-mysql in sid which
you can rebuild on etch. Since it has been removed 
from unstable you'll have to fetch the source

code from http://snapshot.debian.net/libapache-mod-auth-mysql.


Ill give it a go for the greater good you understand, if you are willing to give 
insert tab a into slot b instructions for those of us just used to debs.

Why http://snapshot.debian.net/libapache-mod-auth-mysql not 
libapache2-mod-auth-mysql?

P.






Joey Schulze wrote:


Peter Scott wrote:


Thats it, and it'll keep me happy, and by extention others I guess if it were 
better documented, until 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405773 is resolved. How long 
before mod_authn_dbd does  mysql ?







Regards,

Joey






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481309: RM: liblocale-maketext-simple-perl - RoM: included in perl

2008-05-15 Thread Bastian Blank
Package: ftp.debian.org
Version: N/A

Please remove liblocale-maketext-simple-perl from unstable.

Bastian

-- 
You're too beautiful to ignore.  Too much woman.
-- Kirk to Yeoman Rand, The Enemy Within, stardate unknown


signature.asc
Description: Digital signature


Bug#457510: [Pkg-xfce-devel] Bug#457510: xfce menu: deliberately empty

2008-05-15 Thread Yves-Alexis Perez
On Thu, May 15, 2008 at 08:10:23AM +, Xr wrote:
 Hello,
 
 
  The thing is, I'm not sure update-menus is really run in 
  xfdesktop4.postinst, I have to investigate more on this.

 I don't know much (hardly anything would be more accurate) about 
 Debian's packaging system, but all xfdesktop4.postinst does is create 
 /etc/xdg/xfce4/desktop/menudefs.hook and set its content to the notice 
 that update-menus should be run, if the file doesn't exist already,
 
 In other words, initial installations will yield an empty menu, but 
 updates won't break anything.

It runs update-menus too.
-- 
Yves-Alexis



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481262: Info received (Bug#481262: Info received (xorg: does not read control keys or numlock or capslock keys with nvidia driver))

2008-05-15 Thread Julien Cristau
On Wed, May 14, 2008 at 20:49:58 -0700, A.Lizard wrote:

 The keys have reappeared except for scroll-lock, and they work on both 
 vesa and nvidia drivers. Numlock still does not work on a VMware Server 
 Windows VM. However, I use scroll-lock so infrequently that I don't know 
 whether or not it this is normal. I'm totally confused about this.

Does this mean we can close this bug?

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481311: Please mark Done bugs with a line-through

2008-05-15 Thread Diego Escalante Urrelo
Package: bugs.debian.org

So they can be quickly ignored when reading a package description. 

Thanks for your work :).

Diego

PD: I can give a hand with this, if you say go I will happily hack
this and other UI aspects I -humbly- think can be improved in the BTS.




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481310: etckeeper: Etckeeper upgrade breaks bzr

2008-05-15 Thread Mikhail Gusarov
Package: etckeeper
Version: 0.15
Severity: critical
Justification: breaks unrelated software

Etckeeper upgrade removes (old) bzr, which is not even enabled in the etckeeper
config file. Etckeeper must detect incompatible bzr version in runtime, not
remove completely unrelated packages.

I had to upgrade bzr to unstable version, which is not even a release, but some
rc!

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (750, 'testing'), (700, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.24-ovz4 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages etckeeper depends on:
ii  bzr  1.5~rc1-1   easy to use distributed version co
ii  debconf [debconf-2.0]1.5.21  Debian configuration management sy
ii  git-core 1:1.5.5.1-1 fast, scalable, distributed revisi
ii  mercurial1.0-4   Scalable distributed version contr

etckeeper recommends no packages.

-- debconf information:
* etckeeper/unclean: true
  etckeeper/commit_failed:



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#477664: xtightvncviewer: fails to connect with UltraVNC SC

2008-05-15 Thread Ola Lundqvist
Hi

Ok, good to know. Thanks.

// Ola

On Wed, May 14, 2008 at 06:54:56PM +0200, Daniel wrote:
 Ola Lundqvist a écrit :
 Hi Daniel
 
 On Fri, Apr 25, 2008 at 04:42:14PM +0200, Daniel wrote:
   
 Ola Lundqvist a écrit :
 
 On Fri, Apr 25, 2008 at 03:32:22PM +0200, Daniel wrote:
  
   
 Ola Lundqvist a écrit :

 
 Hi Daniel
 
 Ok, good to know. I assume the same problem exist if you connect 
 directly
 without the vpn. When you do it with direct ip access, right?
 
  
   
 Didn't test but as I told before, the previous version is OK.

 
 Yes I understand , I just want to exclude the possibility of openvpn 
 problem. :)
  
   
 Clear, I understand. To make this test I have to modify firewalls and to 
 do some port redirection which is not so easy in production environment. 
 Will see if I can build a test setup.
 
 
 Oh I understand. Do not mess up the production environment. :)
 
 I thought you maybe could test the client locally?
   
 Hi Ola,
 
 i think the problem is RBF related. If RBF is 3.3 it's OK. If not, the 
 failure appears: connection is done but no screen open.
 
 -- 
 Daniel
 
 
 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED]  654 65 KARLSTAD  |
|  http://inguza.com/  +46 (0)70-332 1551   |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481314: nateon-data: the long description doesn't say much

2008-05-15 Thread Gerfried Fuchs
Package: nateon-data
Version: 1.0-20080131+svn142-3
Severity: normal

Hi!

 The long description of the package reads:
#v+
This package contains architecture independent data files required for
use with nateon.
#v-

 It doesn't say much - what is nateon anyway? Please notice that it
shouldn't be required to look around for other similarly named packages
to find out what it's all about - the package description should be able
to stand on its own.

 So long,
Rhonda



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481313: libpci3: the long description doesn't say anything at all

2008-05-15 Thread Gerfried Fuchs
Package: libpci3
Version: 1:3.0.0-4
Severity: normal

Hi!

 The long description of the package reads:
#v+
This package contains the shared library files.
#v-

 The shared library files for what? Even when having the short
description next to it (which shouldn't be expected) it doesn't say
much. Please expand it to be a bit more descriptive, propably containing
more than just a single sentence that would fit any package in the libs
section.

 So long,
Rhonda



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#427586: fixed in 1.7.2 upstream, possibly

2008-05-15 Thread Ola Lundqvist
Hi

Thanks a lot for the information.
I'll see if I can release this one for lenny.

Best regards,

// Ola

On Wed, May 14, 2008 at 04:55:19PM +1000, James Cameron wrote:
 G'day
 
 This bug looks very much like the result of our code flaw where the
 select call returns an error yet the file descriptor set is used
 regardless.  This was fixed in CVS some time ago and released in
 pptp-1.7.2 just now.
 
 -- 
 James Cameron http://quozl.netrek.org/
 HP Open Source, Volunteer http://opensource.hp.com/
 PPTP Client Project, Release Engineer http://pptpclient.sourceforge.net/
 
 
 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED]  654 65 KARLSTAD  |
|  http://inguza.com/  +46 (0)70-332 1551   |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481312: acpi-support-base: Installation Fails if /proc/acpi/event Not Present

2008-05-15 Thread Leo L. Schwab
Package: acpi-support-base
Version: 0.109-1
Severity: important

If /proc/acpi/event is not present, acpi-support-base
installation fails with the following message:


Setting up acpi-support-base (0.109-1) ...
acpid: can't open /proc/acpi/event: No such file or directory
invoke-rc.d: initscript acpid, action restart failed.
dpkg: error processing acpi-support-base (--configure):


Beginning with kernel 2.6.24, the config help text recommends
turning off CONFIG_ACPI_PROC_EVENT, as ACPI events, are now delivered
to user-space via either the input layer, or as netlink events.  With
this turned off, /proc/acpi/event is not created, which causes 'acpid'
to fail on launch.

So, either:
- acpi-support-base should tolerate the absence of
  /proc/acpi/event, since the scripts are leveraged by more than
  just acpid; or,
- acpi-support-base should fail more gracefully if
  /proc/acpi/event is not present; or,
- the package description should very clearly state that ACPI
  event support must be present.

Thank you for your attention to this matter.

Schwab

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

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
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 acpi-support-base depends on:
ii  acpid1.0.6-5.1   Utilities for using ACPI power man
ii  console-tools1:0.2.3dbs-65.1 Linux console and font utilities

acpi-support-base recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481297: Please coordinate the oui.txt file at some common shared place

2008-05-15 Thread Ola Lundqvist
Hi

Yes it should be suncronized. I'll see what I can do.

I got a similar requiest just before the etch release, but obviously
I have forgot about it. Good to have a bug report so I remember.

Thanks

// Ola

On Thu, May 15, 2008 at 08:37:00AM +0200, Gürkan Sengün wrote:
 Package: ntop
 Severity: wishlist
 
 You use the oui.txt file from http://standards.ieee.org/regauth/oui/oui.txt
 
 Please could you do something that there's just one oui.txt file on a 
 system,
 and it can be shared between packages? And updated maybe like update-pciids?
 
 It's used by the following packages:
 http://packages.debian.org/search?searchon=contentskeywords=oui.txtmode=pathsuite=unstablearch=any
 
 Yours,
 Gürkan
 
 
 
 
 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED]  654 65 KARLSTAD  |
|  http://inguza.com/  +46 (0)70-332 1551   |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481316: revelation: crash on save with bad password

2008-05-15 Thread Claire Boussard
Package: revelation
Version: 0.4.11-3+b1
Severity: normal


When I try to save the current file, a window open with
the invite to enter a password, I enter a password
with letters only (12 letters - I did'nt notice the icon changing
the first time), then I click on submit
(Enregistrer in french) and an error occur, a new window
open showing the error :

Traceback (most recent call last):
  File /usr/bin/revelation, line 208, in lambda
action.connect(activate,  lambda w: 
self.file_save(self.datafile.get_file(), self.datafile.get_password()))
  File /usr/bin/revelation, line 1499, in file_save
password = dialog.PasswordSave(self, file).run()
  File /usr/lib/python2.4/site-packages/revelation/dialog.py, line 819, in run
_('The password you entered is not secure; %s. Are you sure you want to use 
it?') % str(res).lower(),
TypeError: not all arguments converted during string formatting

I get the same message on the terminal.

Then I click on continue, the error window closes, I change the password, now 
the submit button does nothing,
I must close the window clicking on the corner. I don't get any message in the
terminal.

Now I try to save one more time, I give a password with 10 letters, a digit
and a dollar and it works.


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

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

Versions of packages revelation depends on:
ii  cracklib22.7-19.1pro-active password checker librar
ii  gconf2   2.22.0-1GNOME configuration database syste
ii  gnome-icon-theme 2.22.0-1GNOME Desktop icon theme
ii  libc62.7-10  GNU C Library: Shared libraries
ii  python   2.5.2-1 An interactive high-level object-o
ii  python-central   0.6.6   register and build utility for Pyt
ii  python-crypto2.0.1+dfsg1-2.1 cryptographic algorithms and proto
ii  python-gnome22.22.0-1Python bindings for the GNOME desk
ii  python-gnome2-extras 2.14.3-1+b1 Python bindings for the GNOME desk
ii  python-gtk2  2.12.1-1Python bindings for the GTK+ widge
ii  python-xml   0.8.4-10XML tools for Python
ii  python2.42.4.5-2 An interactive high-level object-o
ii  shared-mime-info 0.23-5  FreeDesktop.org shared MIME databa

revelation recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#326840: doesn't seem applicable anymore

2008-05-15 Thread Thijs Kinkhorst
tags 326840 moreinfo
thanks

Hi Jari,

The current version of apt-file, 2.1.1, doesn't display those messages anymore 
for me. If it does, it can be changed in /etc/apt/apt-file.conf. In both 
cases think it's safe to close this bug now, agreed?

cheers.
Thijs


pgpI0Oe1pPMIp.pgp
Description: PGP signature


Bug#381613: apt-file progress indicator

2008-05-15 Thread Thijs Kinkhorst
tags 381613 moreinfo
thanks

Hi,

You reported a bug about apt-file needing a progress indicator when 
downloading release files. Of course there are also people requesting that 
apt-file be silent except in case of errors :-)

The apt-file.conf allows to change the options with which curl and wget are 
called, so you can there easily change it to display a progress indicator if 
you want to. Would that be sufficient for your needs?


thanks,
Thijs


pgp6ncMhdN4FZ.pgp
Description: PGP signature


Bug#481312: acpi-support-base: Installation Fails if /proc/acpi/event Not Present

2008-05-15 Thread Bart Samwel

Hi Leo,

Thanks for the information. I will look into this. I actually think that 
a combination of the first and third solution would be appropriate: we 
should tolerate the absence, but we should put a very strong 
recommendation in the manual to keep it. I actually think that the real 
problem is in acpid -- if ACPI events are being delivered differently, 
it should be able to handle that, and it should not fail if the old 
mechanism is no longer present! Would you be so kind to report this as a 
bug for the acpid package?


Cheers,
Bart

Leo L. Schwab wrote:

Package: acpi-support-base
Version: 0.109-1
Severity: important

If /proc/acpi/event is not present, acpi-support-base
installation fails with the following message:


Setting up acpi-support-base (0.109-1) ...
acpid: can't open /proc/acpi/event: No such file or directory
invoke-rc.d: initscript acpid, action restart failed.
dpkg: error processing acpi-support-base (--configure):


Beginning with kernel 2.6.24, the config help text recommends
turning off CONFIG_ACPI_PROC_EVENT, as ACPI events, are now delivered
to user-space via either the input layer, or as netlink events.  With
this turned off, /proc/acpi/event is not created, which causes 'acpid'
to fail on launch.

So, either:
- acpi-support-base should tolerate the absence of
  /proc/acpi/event, since the scripts are leveraged by more than
  just acpid; or,
- acpi-support-base should fail more gracefully if
  /proc/acpi/event is not present; or,
- the package description should very clearly state that ACPI
  event support must be present.

Thank you for your attention to this matter.

Schwab

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

Kernel: Linux 2.6.24 (SMP w/2 CPU cores; PREEMPT)
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 acpi-support-base depends on:
ii  acpid1.0.6-5.1   Utilities for using ACPI power man
ii  console-tools1:0.2.3dbs-65.1 Linux console and font utilities

acpi-support-base recommends no packages.

-- no debconf information







--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#464210: reassign 464210 to bash-completion

2008-05-15 Thread Olivier Berger
On Sun, Mar 02, 2008 at 04:20:46PM +0100, Luk Claes wrote:
 # Automatically generated email from bts, devscripts version 2.10.18.1
 reassign 464210 bash-completion 
 
 

I think this one was reassigned to bash-completion whereas it lies in bash 
itself.

I was hit by that bug, purged the bash-completion package, and still experience 
the same aborts.

So my guess it that it's in bash, not bash-completion.

Hope this helps.

Best regards,



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#479892: fix for 479892

2008-05-15 Thread peter green

tags 479892 +patch
thanks

add libx11-dev to the build-depends to fix this bug




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481132: [Pkg-gnutls-maint] Bug#481132: libgnutls26: flags key usage error where OpenSSL does not

2008-05-15 Thread Simon Josefsson
forwarded 481132 http://trac.gnutls.org/cgi-bin/trac.cgi/ticket/39
severity 481132 wishlist
thanks

brian m. carlson [EMAIL PROTECTED] writes:

 retitle 481132 libgnutls26: should use EDH only if server cert supports it
 kthxbye

 On Wed, May 14, 2008 at 05:42:45PM +0200, Simon Josefsson wrote:
Hi!  Thanks for the report.  Unfortunately, I think your certificate is
incorrect, you'll need the digitalSignature Key Usage Bit as well.

RFC 2246 and 4346:

  DHE_RSA RSA public key that can be used for
  signing.
...
   All certificate profiles and key and cryptographic formats are
   defined by the IETF PKIX working group [PKIX].  When a key usage
   extension is present, the digitalSignature bit MUST be set for the
   key to be eligible for signing, as described above, and the
   keyEncipherment bit MUST be present to allow encryption, as described
   above.  The keyAgreement bit must be set on Diffie-Hellman
   certificates.

 I've figured out what the problem is.  If I don't disable kEDH in
 sendmail's config, it fails, but if I do disable it, it works.
 My IMAP server also has kEDH disabled, and so it also works.

 Apparently OpenSSL doesn't try to use kEDH, and so it doesn't fail.
 GnuTLS should implement the same behavior; if a certificate doesn't
 support digitalSignature, then GnuTLS shouldn't try to use it in that
 way.  RSA key exchange is fine for what I need.

I've created a gnutls bug to track this, and changed the severity to
wishlist since this is now a feature request.

There are some subtle issues here.  Some users may prefer an error
message rather than silently downgrading the ciphersuite.  However, I
think that if the user said that both EDH and non-EDH ciphers are OK,
that GnuTLS should automatically remove all EDH ciphers if the provided
server certificate does not include the digitalSignature bit.

Another subtlety is that if
gnutls_certificate_server_set_retrieve_function is used, gnutls doesn't
know the server certificate until later in the handshake, and then it
may be too late to disable the EDH ciphers.  In this case, the handshake
will fail with the same error, I don't think we can do anything about
it.  It is us to the application callback to select a suitable server
certificate in this case.

There are many things which needs to have a higher priority for me in
gnutls, so unfortunately I won't have time to create a patch for this.
Of course, if you or someone else creates patches I'll review them.

/Simon



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481274: xtightvncviewer: xtightvnc package should probably ship Vncviewer resources file

2008-05-15 Thread Ola Lundqvist
Hi

Thanks, it probably should, yes.

I'll upload a new version soon.

Best regards,

// Ola

On Wed, May 14, 2008 at 04:39:12PM -0700, Ian Wienand wrote:
 Package: xtightvncviewer
 Version: 1.3.9-1
 Severity: normal
 Tags: patch
 
 Hi,
 
 I think the resources file should be shipped in the xtightvncviewer
 package.
 
 Thanks,
 
 -i
 
 --- tightvnc-1.3.9/debian/rules   2008-05-14 15:51:02.0 -0700
 +++ tightvnc-1.3.9-new/debian/rules   2008-05-14 15:23:17.0 -0700
 @@ -148,6 +148,8 @@
  # xtightvncviewer
   install -o root -g root -m 755 vncviewer/vncviewer \
   $(CURDIR)/debian/xtightvncviewer/usr/bin/xtightvncviewer
 + install -o root -g root -m 644 vncviewer/Vncviewer \
 + $(CURDIR)/debian/xtightvncviewer/etc/X11/app-defaults/Vncviewer
   install -o root -g root -m 644 vncviewer/vncviewer.man \
   
 $(CURDIR)/debian/xtightvncviewer/usr/share/man/man1/xtightvncviewer.1
  
 --- tightvnc-1.3.9/debian/xtightvncviewer.dirs2008-05-14 
 15:51:02.0 -0700
 +++ tightvnc-1.3.9-new/debian/xtightvncviewer.dirs2008-05-14 
 15:34:47.0 -0700
 @@ -1,2 +1,3 @@
  usr/bin
  usr/share/man/man1
 +etc/X11/app-defaults
 \ No newline at end of file
 
 
 -- System Information:
 Debian Release: lenny/sid
   APT prefers unstable
   APT policy: (500, 'unstable'), (1, 'experimental')
 Architecture: i386 (i686)
 
 Kernel: Linux 2.6.25
 Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
 Shell: /bin/sh linked to /bin/bash
 
 Versions of packages xtightvncviewer depends on:
 ii  libc6  2.7-10GNU C Library: Shared libraries
 ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
 ii  libjpeg62  6b-14 The Independent JPEG Group's 
 JPEG 
 ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
 ii  libx11-6   2:1.0.3-7 X11 client-side library
 ii  libxaw72:1.0.4-1 X11 Athena Widget library
 ii  libxext6   2:1.0.4-1 X11 miscellaneous extension 
 librar
 ii  libxmu62:1.0.4-1 X11 miscellaneous utility library
 ii  libxpm41:3.5.7-1 X11 pixmap library
 ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
 ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
 
 Versions of packages xtightvncviewer recommends:
 ii  xfonts-base   1:1.0.0-5  standard fonts for X
 
 -- no debconf information
 
 
 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED]  654 65 KARLSTAD  |
|  http://inguza.com/  +46 (0)70-332 1551   |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#441873: Please apply patch

2008-05-15 Thread Moritz Both


I second applying the patch, it is correct. This should go into etch 
since amanda is more or less useless without it (if you use tar).


Moritz



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481315: PTS could avoid duplicate copies of messages

2008-05-15 Thread Loïc Minier
Package: qa.debian.org
Severity: wishlist

Hi,

 In the Debian GNOME Team, we're PTS subscribed to most of our packages,
 but for some of them the Maintainer: is set to the team's email
 address.  What regularly happens is that the packages with the team as
 Maintainer end up subscribed to the PTS as well (because we switched
 the Maintainer field and didn't update the PTS), or we forget to
 subscribe a package to the PTS after changing to a real maintainer.

 This often leads to duplicate messages on our list (bug reports,
 testing migrations notes) or -- worse -- we don't see messages for some
 of our packages.

 It would be easier if we could simply subscribe to the PTS of all
 packages all the time, but the PTS would exclude the Maintainer: from
 the subscribers when sending emails which are already sent to the
 Maintainer upstream (debbugs, dak etc.).

 However, some people might actually like receiving the duplicates, so
 perhaps a new duplicates keyword is needed so that people actually
 wanting to receive the dups can susbcribe to that keyword and receive
 them.

 What do you think?

Thanks,

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

Kernel: Linux 2.6.24-16-generic (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- 
Loïc Minier



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481021: iceweasel: cannot home page by drag and dropping

2008-05-15 Thread arno
Le mercredi 14 mai 2008, à 22:49:11 +0200, Mike a écrit : 

 Okay, I got the problem. Actually, mTargetDragData is not supposed
 to be a null terminated string, so what you see is not a real problem.
 *BUT* the code in nsDragService::GetData treats it as a null terminated
 string in some cases. Note that the patch I sent earlier changes this
 and the data is not treated as null terminated string anymore with the
 patch, which should fix the problem.

I rebuild xulrunner with patch applied, and that seems to have fixed the bug.


signature.asc
Description: Digital signature


Bug#478696: [libpciaccess-dev] unable to parse vendor/device information from pci.ids.gz

2008-05-15 Thread Julien Cristau
On Thu, May 15, 2008 at 09:25:07 +1000, Kel Modderman wrote:

 Please note that the pciutils Debian maintainer now decided to revert his
 change which cause unrelated fuckups to other software.
 ---
 pciutils (1:3.0.0-4) unstable; urgency=low
 
   * Uncompress pci.ids.gz in debian/rules. Closes: #479766
 ---
 
Anibal, can we rely on this for the future, or should libpciaccess be
modified to handle pci.ids.gz anyway?

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#167216: fixed in 1.7.2 upstream

2008-05-15 Thread Ola Lundqvist
Thanks!

// Ola

On Wed, May 14, 2008 at 04:54:11PM +1000, James Cameron wrote:
 G'day,
 
 pptp-1.7.2 includes pptpsetup, which replaces pptp-command.
 
 -- 
 James Cameron http://quozl.netrek.org/
 HP Open Source, Volunteer http://opensource.hp.com/
 PPTP Client Project, Release Engineer http://pptpclient.sourceforge.net/
 
 
 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED]  654 65 KARLSTAD  |
|  http://inguza.com/  +46 (0)70-332 1551   |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#480744: [gsynaptics] recent gsynaptics upgrade renders

2008-05-15 Thread Michal Čihař
Hello

On Wed, 14 May 2008 09:59:40 +0200
Jack Malmostoso [EMAIL PROTECTED] wrote:

 I have the same problem on my laptop.

Why the hell it does work for me and I can not reproduce it? :-)

 As Tim noted, disabling gsynaptics from the systems--preferences--sessions
 panel makes the touchpad work in Gnome.

Does touchpad also break if you start gsynaptics manually? Can you try
moving some controls and see whether one of them breaks it?

 Here are the outputs Michal asked for:
 
 [EMAIL PROTECTED]:~/Desktop$ gconftool --dump 
 /desktop/gnome/peripherals/touchpad
 gconfentryfile
   entrylist base=/desktop/gnome/peripherals/touchpad
 entry
   keymax_tap_time/key
   value
 int0/int
   /value
 /entry
 entry
   keyoff/key
   value
 boolfalse/bool
   /value
 /entry
 entry
   keysensitivity/key
   value
 int4/int
   /value
 /entry
 entry
   keyvert_scroll_delta/key
   value
 int60/int
   /value
 /entry
   /entrylist
 /gconfentryfile

Strange, it contains very few values, mine contains a lot more...

 When I start Gnome with gsynaptics enabled, in .xsession-errors I get:
 
 ** (gsynaptics-init:5726): WARNING **: Using synclient

This is okay (direct SHM backend has been dropped by upstream).

 And additionally, but I don't know if it's related, either with or without
 gsynaptics I have:
 
 ** (gnome-settings-daemon:5678): WARNING **: Error in setting vertical
 scroll
 
 ** (gnome-settings-daemon:5678): WARNING **: Error in setting horizontal
 scroll

This should not be related.

-- 
Michal Čihař | http://cihar.com | http://blog.cihar.com


signature.asc
Description: PGP signature


Bug#481318: [Fwd: [Debian Wiki] Update of DebianHistory by anwins]

2008-05-15 Thread Lars Wirzenius
Package: wiki.debian.org

The attached message, sent by the wiki, documents a change to the
DebianHistory wiki page, which only mentions the name of a company. This
smells like a spammer. Also, they made a change that page's Discussion
page.

I've removed the change from the DebianHistory page, but not from the
discussion page.

http://wiki.debian.org/DebianHistory
http://wiki.debian.org/DebianHistory/Discussion

---BeginMessage---
Dear Wiki user,

You have subscribed to a wiki page or wiki category on Debian Wiki for change 
notification.

The following page has been changed by anwins:
http://wiki.debian.org/DebianHistory

--
  [attachment:debconf4_history_roundtable.txt Debian history round table] that 
happened during debconf4.
  
  CategoryQuickIntroduction
+ Beijing anwins Network service Co.,Ltd
  

---End Message---


Bug#435255: Announce of the upcoming NMU for the wu-ftpd package

2008-05-15 Thread Chris Butler
On Thu, May 15, 2008 at 07:48:28AM +0200, Christian Perrier wrote:
 Some days ago, I sent a notice to the maintainer of the wu-ftpd Debian
 package, mentioning the status of at least one old po-debconf translation 
 update in the BTS.
[...]
 Otherwise the following will happen (or already has):
 
  Sunday, May 04, 2008   : send the first intent to NMU notice to
  the package maintainer.
  Thursday, May 15, 2008   : send this notice
  Thursday, May 22, 2008   : deadline for receiving translation updates
  Saturday, May 24, 2008   : build the package and upload it to 
 DELAYED/2-day
  send the NMU patch to the BTS
  Monday, May 26, 2008   : NMU uploaded to incoming

Sorry for not getting back to you sooner, paid work and real life took over
and I've had very little time available for Debian work.

I have a few other updates to the package that I was preparing to upload
along with the translation updates. I will wait a week until the deadline
for translation updates, and I will try to get an updated package uploaded
at some point on the 23rd.

If I end up being unable to upload anything on the 23rd, please feel free to
continue with your schedule and do the NMU.

-- 
Chris Butler [EMAIL PROTECTED]
  GnuPG Key ID: 1024D/D097A261



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481323: RFA: poppler

2008-05-15 Thread Ondřej Surý
Package: wnpp
Severity: normal

Hi,

since my time resources are limited and poppler is very demanding package
(all those sonames, etc., etc.), I want to orphan this package in near
future.  I would be great if somebody could step-up and adopt this cute
beast.

Ondrej



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481324: [INTL:eu] gnats debconf templates Basque translation

2008-05-15 Thread Piarres Beobide
Package: gnats
Severity: wishlist
Tags: l10n patch

Hi

Attached gnats debconf templates Basque translation update, please commit it.


thx


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

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

Versions of packages gnats depends on:
ii  adduser 3.107add and remove users and groups
ii  debianutils 2.28.6   Miscellaneous utilities specific t
pn  gnats-user  none   (no description available)
ii  libc6   2.7-11   GNU C Library: Shared libraries
ii  postfix [mail-transport 1:2.1.5-1warp.es A high-performance mail transport 
ii  update-inetd4.30 inetd configuration file updater

gnats recommends no packages.
# translation of gnats-eu.po to Euskara
#
#Translators, if you are not familiar with the PO format, gettext
#documentation is worth reading, especially sections dedicated to
#this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
#Some information specific to po-debconf are available at
#/usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans#
#Developers do not need to manually edit POT or PO files.
#
# Piarres Beobide [EMAIL PROTECTED], 2008.
msgid 
msgstr 
Project-Id-Version: gnats-eu\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2006-11-01 20:11+0100\n
PO-Revision-Date: 2008-05-15 11:31+0200\n
Last-Translator: Piarres Beobide [EMAIL PROTECTED]\n
Language-Team: Euskara [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Generator: KBabel 1.11.4\n

#. Type: string
#. Description
#: ../templates:1001
msgid What is the name of the GNATS site?
msgstr Zein da GNATS gunearen izena?

#. Type: string
#. Description
#: ../templates:1001
msgid 
This name should be a single word, it is used as a part of the e-mail alias 
for delivering problem reports.
msgstr 
Izen hau hitz bakarrekoa izan behar da, arazoei buruzko txostenak 
bidaltzeko eposta ezinezenaren zati bezala erabiliko da.

#. Type: note
#. Description
#: ../templates:2001
msgid Database moved to ${GNATSDBDIR}.
msgstr Datu-basea ${GNATSDBDIR}-ra mugitu da.

#. Type: note
#. Description
#: ../templates:2001
msgid 
A previous package version put the GNATS database under ${BADDIR}. It has 
now been moved to the right location.
msgstr 
Aurreko paketearen bertsio batek GNATS datu-basea ${BADDIR} barnean ipini 
zuen. 
Kokaleku zuzenera mugitua izan da.

#. Type: note
#. Description
#: ../templates:3001
msgid You must move the database to ${GNATSDBDIR}.
msgstr Datu-basea ${GNATSDBDIR}-ra mugitu behar duzu.

#. Type: note
#. Description
#: ../templates:3001
msgid 
A previous package version put the GNATS database under ${BADDIR}. I could 
not move it to the right location, so you have to do so manually.
msgstr 
Aurreko paketearen bertsio batek GNATS datu-basea ${BADDIR} barnean ipini 
zuen. 
Ezin da automatikoki kokaleku zuzenean ipini, beraz zure kabuz egin beharko 
duzu.

#. Type: note
#. Description
#. Type: note
#. Description
#: ../templates:4001 ../templates:5001
msgid You should enable scripts in the Exim configuration.
msgstr Exim konfigurazioan script-ak gaitu beharko zenituzke.

#. Type: note
#. Description
#: ../templates:4001
msgid 
It seems you have installed Exim, with script handling disabled in its 
configuration.  If this is so, GNATS will not be able to receive bug reports 
via e-mail.  I would suggest you to uncomment one of the lines
msgstr 
Dirudienez Exim bere konfigurazioan script kudeaketa desgaiturik duela 
instalaturik duzu.  Hau honela bada GNATS ez da programa-erroreak eposta 
bidez jasotzeko gai izango.  Hauetako lerro bat deskomentatzea 
gomendatzen dizugu

#. Type: note
#. Description
#: ../templates:4001
msgid in your file ${EXIMCONF}, in the section \system_aliases\.
msgstr zure ${EXIMCONF} fitxategiko, \system_aliases\ atalean.

#. Type: note
#. Description
#: ../templates:5001
msgid 
It seems you have installed Exim, with no script handling enabled in its 
configuration.  If this is so, GNATS will not be able to receive bug reports 
via e-mail.  I would suggest you to add the line
msgstr 
Dirudienez Exim bere konfigurazioan script kudeaketa desgaiturik duela 
instalaturik duzu.  Hau honela bada GNATS ez da programa-erroreak eposta 
bidez jasotzeko gai izango.  Lerro hau gehitzea gomendatzen dugu:

#. Type: note
#. Description
#: ../templates:5001
msgid to your file ${EXIMCONF}, in the section \system_aliases\.
msgstr zure ${EXIMCONF} fitxategiko, \system_aliases\ atalean.

#. Type: note
#. Description
#: ../templates:6001
msgid You should set up qmail aliases 

Bug#481325: RM: libodbc++ -- ROM; upstream dead, uploaded as dependency to package which never went to debian

2008-05-15 Thread Ondřej Surý
Package: ftp.debian.org
Severity: normal

This was uploaded as predependency to package which I never got to package and 
now I never will.

Ondrej.

-- System Information:
Debian Release: lenny/sid
  APT prefers hardy-updates
  APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 
'hardy-backports'), (500, 'hardy')
Architecture: i386 (i686)

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481326: RM: xmlrpc++ -- ROM; upstream dead; uploaded as dependency to package which never got packaged

2008-05-15 Thread Ondřej Surý
Package: ftp.debian.org
Severity: normal

Same as libodbc++, uploaded as predependency, but never got to package the real 
thing.

-- System Information:
Debian Release: lenny/sid
  APT prefers hardy-updates
  APT policy: (500, 'hardy-updates'), (500, 'hardy-security'), (500, 
'hardy-backports'), (500, 'hardy')
Architecture: i386 (i686)

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



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481100: [Pkg-virtualbox-devel] Bug#481100: module fails to build after today's kernel security update

2008-05-15 Thread Frank Mehnert
On Thursday 15 May 2008, Hilko Bengen wrote:
 Frank Mehnert [EMAIL PROTECTED] writes:
  I'm sorry if this is a stupid question but how can I see what changed
  between linux-2.6_2.6.18.dfsg.1-18etch3 and
  linux-2.6_2.6.18.dfsg.1-18etch4 without installing both kernel source
  trees? The diff between the two diffs contains more than 1 million lines.

 Use interdiff, part of patchutils.

Thank you very much for this hint! Actually I see only one new patch
which is different from the *etch3 kernel

  bugfix/fcntl_setlk-close-race.patch

and this patch cannot be responsible for your compile problems. Your
error message look more like you are trying to compile vboxdrv against
an x86_64 kernel but ARCH is set (for some reason) to i386. Which
should not happen if your kernel was configured on a x86_64 system.

Kind regards,

Frank
-- 
Dr.-Ing. Frank MehnertSun Microsystemshttp://www.sun.com/


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


Bug#457480: ITP status

2008-05-15 Thread SZÉKELYI Szabolcs

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi Free,

Free Ekanayaka wrote:
| I'm interested in getting rubberband into Debian too. What's the status
| of this ITP now? I can give a hand if needed.

Thanks, the packages are ready, I'm just waiting for Vamp Plugin SDK to
go through NEW, since it's a Build-Depends for Rubber Band.

Regards,
- --
cc

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.8 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgsAEoACgkQGJRwVVqzMkOWAgCglfGKB6HFt+8n1IElCrFnshU5
il4AoKZudvlWiZlZT/LuE3D5ntpsOmEe
=tFvp
-END PGP SIGNATURE-



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#478696: [libpciaccess-dev] unable to parse vendor/device information from pci.ids.gz

2008-05-15 Thread Aníbal Monsalve Salazar
On Thu, May 15, 2008 at 10:36:13AM +0200, Julien Cristau wrote:
On Thu, May 15, 2008 at 09:25:07 +1000, Kel Modderman wrote:
---
pciutils (1:3.0.0-4) unstable; urgency=low

  * Uncompress pci.ids.gz in debian/rules. Closes: #479766
---

Anibal, can we rely on this for the future, or should libpciaccess
be modified to handle pci.ids.gz anyway?

I'll recommend to do so. Once etch is released, I'll revert the
changes done in pciutils 1:3.0.0-4 to how it was in the previous
version.

There are two reasons for that.

1. lspci prefers pci.ids.gz (lspci tries to open it first).

2. The Debian Installer also prefers pci.ids.gz because of its
   size.

   ls -l /usr/share/misc/pci.ids*
   -rw-r--r-- 1 root root 298093 2008-05-14 01:05 /usr/share/misc/pci.ids
   -rw-r--r-- 1 root root  90355 2008-04-26 01:05 /usr/share/misc/pci.ids.old.gz

   It's a 70% size reduction.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#481322: lists.debian.org: debian-l10n-belarusian

2008-05-15 Thread Pavel Piatruk
Package: lists.debian.org
Version: N/A; reported 2008-05-15
Severity: wishlist

Suggestion to create debian-l10n-belarusian

Name: debian-l10n-belarusian

Rationale: For communicating about Debian belarusian localization.

Long description: Now we are have our own maillist located on
d-i.tanatos.org, but we want have general name for our list inside
domain debian.org. After such maillist has been created we'll transfer
our subscribers to the new list.

Subscription policy: open

Post policy: open

Web-archive: yes

Short description: Debian l10n in Belarusian



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481181: 481181: exploit details already revealed by 3rd party, so there doesn't seem to be any benefit in keeping generation method secret any more

2008-05-15 Thread Max Bowsher
Details, including tarballs of pregenerated keysets and painfully
detailed information on how to be a script kiddie, are now published by
the metasploit project (which is linked from wiki.debian.org/SSLkeys,
even) so I think the benefits of secrecy have been eroded by now.

The only missing piece of information that I've been unable to discover
from the publically available information is: what is the third
architecture, besides i386 and amd64, for which fingerprints are
included in the Debian official blacklists?

Max.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#479903: Digikam

2008-05-15 Thread Eeltje de Vries
I think the problem was caused by the NVidia driver. Now that I do net use 
that driver there is no longer a problem. I think the bug can be closed!
-- 
Eeltje de Vries




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481317: php5-cgi: REMOTE_ADDR contains IPv6-style with http and IPv4-style with https

2008-05-15 Thread Jeremy Lal
Package: php5-cgi
Version: 5.2.6-1
Severity: normal

Using php5-cgi with lighttpd(fastcgi) i get :
echo $_SERVER['REMOTE_ADDR'];
 :::127.0.0.1
and when accessing the page with https :
 127.0.0.1
I don't know wether it's related to lighttpd or php5,
but i guess it's not a normal behaviour ?



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

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

Versions of packages php5-cgi depends on:
ii  libbz2-1.0 1.0.5-0.1 high-quality block-sorting file co
ii  libc6  2.7-11GNU C Library: Shared libraries
ii  libcomerr2 1.40.8-2  common error description library
ii  libdb4.6   4.6.21-8  Berkeley v4.6 Database Libraries [
ii  libkrb53   1.6.dfsg.3-2  MIT Kerberos runtime libraries
ii  libmagic1  4.24-2File type determination library us
ii  libpcre3   7.6-2 Perl 5 Compatible Regular Expressi
ii  libssl0.9.80.9.8g-10 SSL shared libraries
ii  libxml22.6.32.dfsg-2 GNOME XML library
ii  mime-support   3.40-1.1  MIME files 'mime.types'  'mailcap
ii  php5-common5.2.6-1   Common files for packages built fr
ii  ucf3.006 Update Configuration File: preserv
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

php5-cgi recommends no packages.

-- no debconf information




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481319: bygfoot: new stable upstream version 2.2.1

2008-05-15 Thread Aïssi Dylan

Package: bygfoot
Version: 2.0.1-1.1
Severity: wishlist

3/3/2008: v2.2.1

* added new pictures (thanks to Michael Duecker)
* deleted old pictures
* added Italian hints (thanks to Basilio Silvio Greco)
* updated Italian translation (thanks to Basilio Silvio Greco)
* added definitions for Peru (thanks to Ivan Ramirez)
* added player names for Peru (thanks to Ivan Ramirez)
* updated French translation (thanks to Marc Schneider)
* updated French live game commentary file (thanks to Marc Schneider)
* added definitions for a FIFA league (thanks to Ivan Ramirez)
* added player names for Czech Republic (thanks to Pavel Pulpan)
* added flag for Czech Republic (thanks to Pavel Pulpan)
* added Czech Republic to the cups (thanks to Pavel Pulpan)
* added league of the Czech Republic (thanks to Pavel Pulpan)
* removed short league of the Czech Republic

5/18/2007: v2.2.0 (changes to 2.1.1)

* added updated definitions for Mexico (thanks to Christopher Hunter)
* added updated definitions for USA (thanks to Christopher Hunter)
* added updated definitions for Japan (thanks to Christopher Hunter)
* fixed some minor bugs

For the changes from the previous stable version 2.0.1 to 2.2.0 see the 
release announcement.

3/4/2007: v2.1.1

* added Polish translation for the training camp (thanks to Michal 
Rudolf)
* added French translation for the training camp (thanks to 
Alexandre Coutherez and Frederic Forjan)
* changes in gui to make bygfoot usable for blind users. Added 
possibility to swap players using the RETURN key. (thanks to Roberto 
Burceni for the input)

* added new definitions for USA (thanks to Christopher Hunter)
* added new definitions for Argentina (thanks to Christopher Hunter)
* added new definitions for Mexico (thanks to Christopher Hunter)
* added new definitions for Japan (thanks to Christopher Hunter)
* added definitions and names for Turkey (thanks to Onur Aydin)
* corrected a bug in training camp. The counting of the training 
points now works correct.

* changed the costs of the training camps
* added a couple of new tags to the XML definition system related 
to weeks with two matchdays of the same competition
* changed the ticket income of cup matches without a second leg. 
The ticket income is subdivided. 50% for each team.

* fixed some minor bugs

1/28/2007: v2.1.0

* added new feature training camp
* updated German definition
* added luck-feature to make long-lasting success even harder for 
the user

* added new definitions for USA (thanks to Christopher Hunter)
* added Dutch translation for the training camp (thanks to Tobe Deprez)
* added Romanian translation for the training camp (thanks to 
Cristian Spoiala)
* added Danish translation for the training camp (thanks to 
Kristian Poul Herkild)
* added Swedish translation for the training camp (thanks to Daniel 
Nylander)
* added Spanish translation for the training camp (thanks to Carlos 
Garces)

* added German translation for the training camp



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#477664: xtightvncviewer: fails to connect with UltraVNC SC

2008-05-15 Thread Daniel

Ola Lundqvist a écrit :

Hi

Ok, good to know. Thanks.
  


To know is good, to have it work is better ;-) Hope do you will correct it.

Regards


On Wed, May 14, 2008 at 06:54:56PM +0200, Daniel wrote:
  

Ola Lundqvist a écrit :


Hi Daniel

On Fri, Apr 25, 2008 at 04:42:14PM +0200, Daniel wrote:
 
  

Ola Lundqvist a écrit :
   


On Fri, Apr 25, 2008 at 03:32:22PM +0200, Daniel wrote:

 
  

Ola Lundqvist a écrit :
  
   


Hi Daniel

Ok, good to know. I assume the same problem exist if you connect 
directly

without the vpn. When you do it with direct ip access, right?


 
  

Didn't test but as I told before, the previous version is OK.
  
   

Yes I understand , I just want to exclude the possibility of openvpn 
problem. :)


 
  
Clear, I understand. To make this test I have to modify firewalls and to 
do some port redirection which is not so easy in production environment. 
Will see if I can build a test setup.
   


Oh I understand. Do not mess up the production environment. :)

I thought you maybe could test the client locally?
 
  

Hi Ola,

i think the problem is RBF related. If RBF is 3.3 it's OK. If not, the 
failure appears: connection is done but no screen open.





--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481312: acpi-support-base: Installation Fails if /proc/acpi/event Not Present

2008-05-15 Thread Raphael Hertzog
clone 481312 -1
reassign -1 acpid 1.0.6-5.1
retitle -1 invoke-rc.d acpid restart fails
severity -1 important
thanks

On Thu, 15 May 2008, Bart Samwel wrote:
 Hi Leo,

 Thanks for the information. I will look into this. I actually think that  
 a combination of the first and third solution would be appropriate: we  
 should tolerate the absence, but we should put a very strong  
 recommendation in the manual to keep it. I actually think that the real  
 problem is in acpid -- if ACPI events are being delivered differently,  
 it should be able to handle that, and it should not fail if the old  
 mechanism is no longer present! Would you be so kind to report this as a  
 bug for the acpid package?

Bart, the proper way is to clone the bug yourself and reassign it to acpid
(like I just did). The postinst is doing nothing more than:
invoke-rc.d acpid restart /dev/null

So the acpi init script shouldn't fail on restart really. This might be
somewhat related to #447339, not sure though. There might be a bigger
problem.

On the acpi-support-base side, I believe it's safe to ignore failures from
that script so we should add || true to our line.

But the BTS state of acpid is not very nice... looks like acpid needs a
better maintainer. :-(

Cheers,
-- 
Raphaël Hertzog

Le best-seller français mis à jour pour Debian Etch :
http://www.ouaza.com/livre/admin-debian/



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#296169: Problem still present in etch, bind9 9.3.4-2etch1

2008-05-15 Thread Ondřej Surý
It's not a fix, but have you tried compiling your zones into raw format
with named-compilezone ?  This will greatly speed up startup time of
bind.  (And of course using nsd/nsd3 on second node helps as well.)

Ondrej.
-- 
Ondřej Surý [EMAIL PROTECTED]  ***  http://blog.rfc1925.org/
Kulturní občasník  ***  http://www.obcasnik.cz/
Nehoupat, prosím   ***  http://nehoupat.blogspot.com/




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481332: mldonkey-server: why is --enable-directconnect not in debian/rules ?

2008-05-15 Thread Christian
Package: mldonkey-server
Version: 2.9.5-2
Severity: normal
Tags: patch


Hello, I just installed mlnet and I was wondering if the directconnect feature
is working... It turned out that it wasn't enabled ?!huh?!
so I added the following patch rebuild  tested. And it works!

Thanks,
Chr

PS: I uploaded the patch on 
http://www.file-upload.net/download-851882/mlnet-dc.patch.html
since I'm not sure if my mailer will post it unmangled

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

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

Versions of packages mldonkey-server depends on:
ii  adduser3.107 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.21Debian configuration management sy
ii  dpkg   1.14.19   package maintenance system for Deb
ii  libbz2-1.0 1.0.5-0.1 high-quality block-sorting file co
ii  libc6  2.7-11GNU C Library: Shared libraries
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3.0-4 GCC support library
ii  libgd2-noxpm   2.0.36~rc1~dfsg-2 GD Graphics Library version 2 (wit
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libstdc++6 4.3.0-4   The GNU Standard C++ Library v3
ii  mime-support   3.40-1.1  MIME files 'mime.types'  'mailcap
ii  ucf3.006 Update Configuration File: preserv
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

mldonkey-server recommends no packages.

-- debconf-show failed

*** /home/chuck/mlnet-dc.patch
--- mldonkey-2.9.5/debian/rules 2008-05-15 12:47:59.071974300 +0200
+++ mldonkey-2.9.5-p/debian/rules   2008-05-15 12:48:27.988061961 +0200
@@ -56,7 +56,8 @@ configure-stamp:
CFLAGS=$(CFLAGS) CXXFLAGS=$(CFLAGS) ./configure $(confflags) \
  --enable-gui \
   --disable-magic \
- --disable-fasttrack
+ --disable-fasttrack \
+ --enable-directconnect
touch configure-stamp
 
 build-arch: build-arch-stamp
--- mldonkey-2.9.5/debian/rules 2008-05-15 12:47:59.071974300 +0200
+++ mldonkey-2.9.5-p/debian/rules   2008-05-15 12:48:27.988061961 +0200
@@ -56,7 +56,8 @@ configure-stamp:
CFLAGS=$(CFLAGS) CXXFLAGS=$(CFLAGS) ./configure $(confflags) \
  --enable-gui \
   --disable-magic \
- --disable-fasttrack
+ --disable-fasttrack \
+ --enable-directconnect
touch configure-stamp
 
 build-arch: build-arch-stamp


Bug#481331: quilt: cannot mail only a partial patch series

2008-05-15 Thread Johannes Berg
Package: quilt
Version: 0.46-4
Severity: wishlist
Tags: patch

When you want to only send out part of a series, this is not
trivial with quilt. This patch adds a --select option to the
mail command to allow editing a copy of the series file before
sending mail so that only those patches you keep in that file
are sent.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.26-rc2-wl-dirty (PREEMPT)
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 quilt depends on:
ii  bzip2   1.0.5-0.1high-quality block-sorting file co
ii  diffstat1.45-2   produces graph of changes introduc
ii  gawk [awk]  1:3.1.5.dfsg-4.1 GNU awk, a pattern scanning and pr
ii  gettext 0.17-2   GNU Internationalization utilities
ii  mawk [awk]  1.3.3-11.1   a pattern scanning and text proces
ii  patch   2.5.9-5  Apply a diff file to an original

quilt recommends no packages.

-- no debconf information
Subject: add --select option to mail command

When you want to only send out part of a series, this is not
trivial with quilt. This patch adds a --select option to the
mail command to allow editing a copy of the series file before
sending mail so that only those patches you keep in that file
are sent.
---
 quilt/mail.in |   23 +++
 1 file changed, 19 insertions(+), 4 deletions(-)

--- quilt-0.46.orig/quilt/mail.in   2008-05-15 12:35:28.0 +0200
+++ quilt-0.46/quilt/mail.in2008-05-15 12:44:31.0 +0200
@@ -55,6 +55,9 @@ with a template for the introduction. Pl
 
 --to, --cc, --bcc
Append a recipient to the To, Cc, or Bcc header.
+
+--select
+   Edit a copy of the series file to select patches to send.
  @DOCSUBDIR@/README.MAIL
exit 0
else
@@ -94,7 +97,7 @@ process_mail()
 
 options=`getopt -o m:h --long from:,to:,cc:,bcc:,subject: \
   --long send,mbox:,charset:,sender: \
-  --long prefix: -- $@`
+  --long select,prefix: -- $@`
 
 if [ $? -ne 0 ]
 then
@@ -134,6 +137,9 @@ do
--send)
opt_send=1
shift ;;
+   --select)
+   opt_select=1
+   shift ;;
--mbox)
opt_mbox=$2
shift 2 ;;
@@ -282,12 +288,21 @@ if [ $(type -t quilt_mail_patch_filter 
}
 fi
 
-patches=( $(cat_series) )
[EMAIL PROTECTED]
-
 tmpdir=$(gen_tempfile -d)
 trap rm -rf $tmpdir EXIT
 
+if [ -n $opt_select ] ; then
+   nser=$tmpdir/series
+   cp $SERIES $nser
+   if ! $EDITOR $nser ; then
+   exit 1
+   fi
+   SERIES=$nser
+fi
+
+patches=( $(cat_series) )
[EMAIL PROTECTED]
+
 for patch in [EMAIL PROTECTED]
 do
mkdir -p $tmpdir/$(dirname $patch)


Bug#481181: 481181: exploit details already revealed by 3rd party, so there doesn't seem to be any benefit in keeping generation method secret any more

2008-05-15 Thread Colin Watson
On Thu, May 15, 2008 at 10:10:20AM +0100, Max Bowsher wrote:
 Details, including tarballs of pregenerated keysets and painfully
 detailed information on how to be a script kiddie, are now published by
 the metasploit project (which is linked from wiki.debian.org/SSLkeys,
 even) so I think the benefits of secrecy have been eroded by now.

It's possible, yes *sigh*. I'm going to be travelling for a little bit
so will update this when I'm next in a position to do so.

 The only missing piece of information that I've been unable to discover
 from the publically available information is: what is the third
 architecture, besides i386 and amd64, for which fingerprints are
 included in the Debian official blacklists?

32-bit big-endian; I believe the keys were generated on powerpc, though
sparc would do too.

Cheers,

-- 
Colin Watson   [EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#405773: Mysql auth how then?

2008-05-15 Thread Joey Schulze
Hi Peter!

Peter Scott wrote:
 I don't know and it's outside my reach.  The bug report suggests technical
 problems.  At least on the etch Apache 2.2 such a problem does not exist
 for mod_auth_mysql.

 OK, sounds like it could be a while, if it wont be in lenney.

 there was libapache2-mod-auth-mysql in sid which
 you can rebuild on etch. Since it has been removed from unstable you'll 
 have to fetch the source
 code from http://snapshot.debian.net/libapache-mod-auth-mysql.

 Ill give it a go for the greater good you understand, if you are willing to 
 give insert tab a into slot b instructions for those of us just used to 
 debs.

Which architecture do you use?  I have amd64 packages in use that I
could make public.

 Why http://snapshot.debian.net/libapache-mod-auth-mysql not 
 libapache2-mod-auth-mysql?

libapache-mod-auth-mysql is the old source package.
libapache2-mod-auth-mysql is the binary package.

I don't know if the binary package from unstable works fine on stable,
thus I proposed to rebuild it from source.

I'm currently working on that package to get it back into unstable
and hopefully testing as well.  You may also try the new package if
you like.  http://luonnotar.infodrom.org/~joey/mod_auth_mysql/
(Comments welcome)

Regards,

Joey

-- 
Long noun chains don't automatically imply security.  -- Bruce Schneier

Please always Cc to me when replying to me on the lists.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481312: acpi-support-base: Installation Fails if /proc/acpi/event Not Present

2008-05-15 Thread Bart Samwel

Raphael Hertzog wrote:

clone 481312 -1
reassign -1 acpid 1.0.6-5.1
retitle -1 invoke-rc.d acpid restart fails
severity -1 important
thanks

On Thu, 15 May 2008, Bart Samwel wrote:

Hi Leo,

Thanks for the information. I will look into this. I actually think that  
a combination of the first and third solution would be appropriate: we  
should tolerate the absence, but we should put a very strong  
recommendation in the manual to keep it. I actually think that the real  
problem is in acpid -- if ACPI events are being delivered differently,  
it should be able to handle that, and it should not fail if the old  
mechanism is no longer present! Would you be so kind to report this as a  
bug for the acpid package?


Bart, the proper way is to clone the bug yourself and reassign it to acpid
(like I just did). The postinst is doing nothing more than:
invoke-rc.d acpid restart /dev/null


ACK, thanks for the reminder.


So the acpi init script shouldn't fail on restart really. This might be
somewhat related to #447339, not sure though. There might be a bigger
problem.


Definitely. I'm thinking that it simply doesn't work without 
/proc/acpi/events, and that perhaps the newer mechanisms aren't 
supported. This is not a simple bug. Depending on how badly the kernel 
interfaces have been changed/broken, this threatens acpi-support as well.



On the acpi-support-base side, I believe it's safe to ignore failures from
that script so we should add || true to our line.


Will do.

Cheers,
Bart



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481026: fltk

2008-05-15 Thread Patrick Matthäi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Aaron M. Ucko schrieb:
 That really depends on what you mean by fine.  Debian's fltk build
 uses Xft, which for quite a while meant that fl_xfont, which flwm's
 rotated-text module needs, always yielded fixed rather than
 attempting to honor actual font selection requests.  Thanks to Ian
 MacArthur, it now does the latter; however, I see that depending on
 which fonts you have installed, it may end up choosing somewhat
 poorly.  I'll look into remedying that as time permits.
 
 Thanks for the report!
 

Hello Aaron,

thanks for your answer. I propably fixed it for flwm. I defined the
default font which should be used.

But netherless I think it's still a bug, that fltk has changed his
default font, because some other packages could be also effected.

I'll reassign this report back to flwm and will open an new one with a
reference to this report.

- --
Mit freundlichem Gruß / With kind regards,
Patrick Matthäi

E-Mail: [EMAIL PROTECTED]

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

iD8DBQFILApH2XA5inpabMcRAsPiAJ9nxvxwmx9NarLg71aQQ9W6HghZ5ACfReHY
pJH/nbHwgNTrqgV8MDpxPLk=
=lzne
-END PGP SIGNATURE-



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#481323: RFA: poppler

2008-05-15 Thread Loïc Minier
owner 481323 !
tag 481323 + pending
stop

On Thu, May 15, 2008, Ondřej Surý wrote:
 since my time resources are limited and poppler is very demanding package
 (all those sonames, etc., etc.), I want to orphan this package in near
 future.  I would be great if somebody could step-up and adopt this cute
 beast.

 I'll pick up the Maintainer field for now; I wish we move to a more
 official team status for poppler; perhaps a FreeDesktop team, but
 that's a bit vague as it includes dbus and xorg...

-- 
Loïc Minier



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



  1   2   3   4   5   >