Bug#496362: The possibility of attack with the help of symlinks in some Debian packages

2008-08-26 Thread Thomas Goirand
Thijs Kinkhorst wrote:
 First, I think it's always a good idea not to enable DEBUG by default.

Sure, it's a mistake, I perfectly understand this.

 Second, I don't think that it requires a rewrite of the entire file to fix 
 it. Using PHP's tempnam() function to get the filenames instead of the 
 hardcoded path names with PID is a change of just a few lines.

Did you mean Perl mktemp()? It's not a PHP script!!! :) That makes me
think that I might have missed some Perl dependencies. The script uses
the following:

use strict;
use MIME::Tools;
use MIME::Parser;
use File::MkTemp;

does any of you knows what it corresponds in terms of Debian deps?

Last, would a patch like the attached one would do? I'm all but good in
Perl, so I might need help on that one.

Thank you all for your time on this issue,
Cheers,

Thomas

diff --git a/admin/sa-wrapper b/admin/sa-wrapper
index 76a2ddd..67ee4dc 100755
--- a/admin/sa-wrapper
+++ b/admin/sa-wrapper
@@ -15,8 +15,9 @@
 use strict;
 use MIME::Tools;
 use MIME::Parser;
+use File::MkTemp;
 
-my $DEBUG = 1;
+my $DEBUG = 0;
 my $UNPACK_DIR = '/var/lib/amavis/tmp';
 my $SA_LEARN = '/usr/bin/sa-learn';
 # my @DOMAINS = qw/example.com example.org/;
@@ -47,8 +48,8 @@ sub recurs
 
 	if ($ent-head-mime_type eq 'message/rfc822') {
 		if ($DEBUG) {
-			unlink /tmp/spam.log.$$ if -e /tmp/spam.log.$$;
-			open(OUT, |$SA_LEARN -D --$spamham --single /tmp/spam.log.$$ 21) or die Cannot pipe $SA_LEARN: $!;
+			$debug_file = mktemp(/tmp/sa-wrapper.XX.log);
+			open(OUT, |$SA_LEARN -D --$spamham --single $debug_file 21) or die Cannot pipe $SA_LEARN: $!;
 		} else {
 			open(OUT, |$SA_LEARN --$spamham --single) or die Cannot pipe $SA_LEARN: $!;
 		}
@@ -73,7 +74,8 @@ unless (grep { $_ eq $domain } @DOMAINS) {
 
 if ($DEBUG) {
 	MIME::Tools-debugging(1);
-	open(STDERR, /tmp/spam_err.log);
+	$debug_file2 = mktemp(/tmp/sa-wrapper.XX);
+	open(STDERR, $debug_file2);
 }
 my $parser = new MIME::Parser;
 $parser-extract_nested_messages(0);


Bug#496542: new qbittorrent bug [#496542]

2008-08-26 Thread Chris
Problem is confirmed here. I managed to reproduce it. This should be
easy to fix.

On Tue, Aug 26, 2008 at 9:27 AM, Chris [EMAIL PROTECTED] wrote:
 Thanks for the report.

 I will work on this tonight, when I get home.




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



Bug#496555: Bad spelling of noninteractive frontend in french version of debconf(7)

2008-08-26 Thread Christian Perrier
tags 496555 pending
thanks

Quoting Raphael Hertzog ([EMAIL PROTECTED]):
 Package: debconf
 Version: 1.5.23
 Severity: normal
 
 The noninterative frontend is named non-interactive instead of
 noninteractive in the french version of debconf(7). I filed this at
 normal instead of minor because that information is pretty important
 for scripts users... and if they write DEBCONF_FRONTEND=non-interactive I
 believe they will not have the desired result (though I haven't checked).
 Feel free to downgrade to minor if non-interactive works nevertheless.


I fixed the translation in SVN. Thanks for spotting that, Raphaël.



signature.asc
Description: Digital signature


Bug#496542: new qbittorrent bug [#496542]

2008-08-26 Thread Chris
Ok. This is fixed in svn (both stable branch and trunk). The ratio
simply was not saved for seeding torrents, it only remembered the last
saved ratio (the one when the torrent switched state from downloading
to seeding).

I should release a v1.1.3 containing this fix soon.

On Tue, Aug 26, 2008 at 2:28 PM, Chris [EMAIL PROTECTED] wrote:
 Problem is confirmed here. I managed to reproduce it. This should be
 easy to fix.

 On Tue, Aug 26, 2008 at 9:27 AM, Chris [EMAIL PROTECTED] wrote:
 Thanks for the report.

 I will work on this tonight, when I get home.





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



Bug#492629: unable to reproduce

2008-08-26 Thread dann frazier
fyi, I tried to reproduce this on a fresh lenny/i386 install but was
unable to duplicate - the gui started up fine for me.

-- 
dann frazier




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



Bug#496403: confirmed

2008-08-26 Thread Dmitry E. Oboukhov
TK Perhaps an own spool directory would be more appropriate
TK than working in /tmp?

use mktemp -t -d for create temporary directories :)

--

. ''`. Dmitry E. Oboukhov
: :’  : [EMAIL PROTECTED]
`. `~’ GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537


signature.asc
Description: Digital signature


Bug#496614: gnat-4.3: can not find definition of an ada variable with gdb

2008-08-26 Thread Timo Juhani Lindfors
Package: gnat-4.3
Version: 4.3.1-2
Severity: normal

Please see upstream bug tracker for detailed steps to reproduce this
bug at

http://sourceware.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-traildatabase=gdbpr=2512

As you can read from the comments, gnat-4.1, gnat-4.3 and gcc-snapshot
fail in different ways but gnat-4.2 works. Unfortunately, gnat-4.2 is
no longer in debian. Is there some way I could get an email when a
version that fixes this bug enters debian?  (If I report this bug
against gnat-4.3 I won't get email if gnat-4.4 enters debian and
fixes this bug.)



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



Bug#495653: [Pkg-samba-maint] Bug#495653: samba: libcfree()crash in smbd

2008-08-26 Thread Uwe Schindler
 I've tested using the smb.conf you provided, which enabled me to narrow
 this
 down to a reproducible test case.  The case where this breaks is when
 security = share is set, you're connecting to a [homes] autoshare, *and*
 valid users = %S is set.
 
 Strangely, even though 'valid users' shouldn't be required at all when
 using
 security=share, if I remove the 'valid users' setting from my config I'm
 able to connect to other users' home shares.  Otherwise, I would suggest
 this as a workaround.
 
 On the other hand, I'm not sure why you say that setting security=user is
 not the behavior you want.  What doesn't work the way you want it to?
 It's
 certainly far more secure than having to enable lanman auth when your
 clients are WinXP...
 
 In any case, I will try to isolate the fix for this bug and forward
 upstream.

Thank you. I removed the valid users line from the [homes] share, and I
can connect, too.

In my case, security is not the problem (home server), so security=share
is the problem. I need this as a workaround, because with security=user,
you always need a user/password when connecting to the server, even when
only displaying the shares (how can this be disabled)? I want to have some
shares, accessible readable for everyone without authentication (for
MP3-Players etc), but home directories read/writeable with user
authentication. Beyond this bug, do you have a hint for this? user=share
was the only solution I got from Google for my problem :-)

Uwe




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



Bug#470307: Patch for the l10n upload of lurker

2008-08-26 Thread Christian Perrier

Dear maintainer of lurker,

On Tuesday, August 19, 2008 I sent you a notice announcing my intent to upload a
NMU of your package to fix its pending l10n issues, after an initial
notice sent on Thursday, July 24, 2008.

We finally agreed that you would do the update yourself at the end of
the l10n update round.

That time has come.

To help you out, here's the patch which I would have used for an NMU.
Please feel free to use all of it...or only the l10n part of it.

The corresponding changelog is:


Source: lurker
Version: 2.1-12.1
Distribution: unstable
Urgency: low
Maintainer: Christian Perrier [EMAIL PROTECTED]
Date: Tue, 26 Aug 2008 07:02:25 +0200
Closes: 470307 495861 496064
Changes: 
 lurker (2.1-12.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * NMU to fix pending l10n issues
 - Spanish. Closes: #470307, #495861
 - Japanese. Closes: #496064

-- 


diff -Nru lurker-2.1.old/debian/changelog lurker-2.1/debian/changelog
--- lurker-2.1.old/debian/changelog	2008-08-18 15:10:00.790203666 +0200
+++ lurker-2.1/debian/changelog	2008-08-26 07:02:36.984387549 +0200
@@ -1,3 +1,12 @@
+lurker (2.1-12.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * NMU to fix pending l10n issues
+- Spanish. Closes: #470307, #495861
+- Japanese. Closes: #496064
+
+ -- Christian Perrier [EMAIL PROTECTED]  Tue, 26 Aug 2008 07:02:25 +0200
+
 lurker (2.1-12) unstable; urgency=low
 
   * add russian debconf translation, thanks to Yuri Kozlov (closes: #494451)
diff -Nru lurker-2.1.old/debian/po/es.po lurker-2.1/debian/po/es.po
--- lurker-2.1.old/debian/po/es.po	2008-08-18 15:10:00.790203666 +0200
+++ lurker-2.1/debian/po/es.po	2008-08-21 07:14:31.90350 +0200
@@ -25,9 +25,8 @@
 Project-Id-Version: lurker 2.1-9\n
 Report-Msgid-Bugs-To: [EMAIL PROTECTED]
 POT-Creation-Date: 2008-02-05 11:15+0100\n
-PO-Revision-Date: 2008-03-10 11:04-0430\n
-Last-Translator: Maria Germana Oliveira Blazetic [EMAIL PROTECTED]
-com\n
+PO-Revision-Date: 2008-08-20 12:50-0430\n
+Last-Translator: Maria Germana Oliveira Blazetic [EMAIL PROTECTED]\n
 Language-Team: Spanish [EMAIL PROTECTED]\n
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
@@ -37,18 +36,11 @@
 #. Description
 #: ../templates:1001
 msgid Configure apache2 automatically for lurker?
-msgstr 
+msgstr ¿Configurar automáticamente apache2 para lurker?
 
 #. Type: boolean
 #. Description
 #: ../templates:1001
-#, fuzzy
-#| msgid 
-#| It is possible to configure your apache webservers automatically in the 
-#| way that lurker archive pages are available. This requires the servers to 
-#| have an include dir in /etc/apache*/conf.d, like the debian apache 
-#| packages do. You should be able to access lurker at http://localhost/;
-#| lurker afterwards.
 msgid 
 It is possible to configure your apache2 webserver automatically in the way 
 that lurker archive pages are directly available at http://localhost/lurker. 
@@ -56,10 +48,9 @@
 the debian apache2 package does.
 msgstr 
 Es posible configurar automáticamente su servidor de manera que lurker 
-archive las páginas que están disponibles. Esto requiere que el servidor 
-tenga un directorio incluido en «/etc/apache*/conf.d», como lo hacen los 
-paquetes de apache en debian. Luego de esto, debería ser capaz de accesar a 
-lurker en «http://localhost/lurker».;
+archive las páginas que están disponibles en http://localhost/lurker. Esto 
+requiere que apache2 tenga un directorio incluido en /etc/apache2/conf.d, 
+como lo hacen los paquetes de apache2 en debian.
 
 #. Type: note
 #. Description
@@ -70,12 +61,6 @@
 #. Type: note
 #. Description
 #: ../templates:2001
-#, fuzzy
-#| msgid 
-#| It seems like you have not installed a supported webserver. The script 
-#| did not detect an apache include directory at /etc/apache*/conf.d. 
-#| Therefore, the script did not configure a webserver, and you have to 
-#| configure manually any webserver that you want to use with lurker.
 msgid 
 It seems like you have not installed a supported webserver. The script did 
 not detect an apache2 include directory at /etc/apache2/conf.d. Therefore, 
@@ -83,7 +68,7 @@
 any webserver that you want to use with lurker.
 msgstr 
 Al parecer no ha instalado un servidor web soportado. El script no detectó 
-un directorio apache incluido en «/etc/apache*/conf.d». Por lo tanto, el 
+un directorio apache2 incluido en /etc/apache2/conf.d. Por lo tanto, el 
 script no configuró un servidor web, y tendrá que configurar manualmente 
 cualquier servidor que quiera usar con lurker.
 
@@ -96,13 +81,8 @@
 #. Type: string
 #. Description
 #: ../templates:3001
-#, fuzzy
-#| msgid 
-#| What name should lurker use when referring to the machine it runs on?
 msgid The name that lurker uses to refer to the archive.
-msgstr 
-¿Qué nombre debería usar lurker al referirse a la máquina donde se está 
-ejecutando?
+msgstr Nombre que usará lurker para referirse al archivo.
 
 #. Type: string
 #. Description
@@ -113,16 +93,13 @@
 #. Type: string
 #. 

Bug#495653: [Pkg-samba-maint] Bug#495653: samba: libcfree()crash in smbd

2008-08-26 Thread Uwe Schindler
Sorry for the errors in my post, I stand up too early: :-)

 In my case, security is not the problem (home server), so
 security=share is the problem. I need this as a workaround, because with
 security=user, you always need a user/password when connecting to the
 server, even when only displaying the shares (how can this be disabled)? I
 want to have some shares, accessible readable for everyone without
 authentication (for MP3-Players etc), but home directories read/writeable
 with user authentication. Beyond this bug, do you have a hint for this?
 user=share was the only solution I got from Google for my problem :-)

I think you understand what I want to have with security=share: Some
shares open without any authentication, other with authentication.




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



Bug#496548: xmodmap in xdm Xsetup, empty modifier map, broken Shift

2008-08-26 Thread Peter Hutterer
On Mon, Aug 25, 2008 at 07:49:33PM +0200, Julien Cristau wrote:
 see the below report about issues running xmodmap on xserver startup.
 Do you know if this is fixed in 1.5 or master, or if the same thing
 still exists there?

This sounds like the evdev xkb issue. If so, it's not fixed in 1.5 or master,
but I have a patch in rawhide that avoids the issue.

http://cvs.fedoraproject.org/viewvc/rpms/xorg-x11-server/devel/xserver-1.5.0-force-SwitchCoreKeyboard-for-evdev.patch?revision=1.1view=markup
 

   * If I comment out the xmodmap call in Xsetup, everything works fine.
 After logging in I see the expected modifier map.  I can then do
 exactly the same xmodmap invocation and it works perfectly - the
 functionality of shift is not affected.

This paragraph is the big hint, but if you alread use the above patch than we
have to dig deeper. Admittedly, it sounds a bit different and more
complicated, but I'd like to rule out this possibility.

The upstream bugreport would be
http://bugs.freedesktop.org/show_bug.cgi?id=16364

Cheers,
  Peter




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



Bug#496615: $(wildcard x*/) returns non-directories?

2008-08-26 Thread Trent W. Buck
Package: make
Version: 3.81-5
Severity: minor

In the transcript below, I test globbing in both the shell and in GNU
Make's $(wildcard) function.  It seems to me that while * and */
behave correctly, but ?*/ should NOT list the file y.

$ with-temp-dir
with-temp-dir: entering directory `/tmp/with-temp-dir.bNzKiB'
This directory will be deleted when you exit.
$ mkdir x
$ touch y
$ echo *
x y
$ echo */
x/
$ echo ?*/
x/
$ printf 'z:\n\t#$(wildcard *)' | make -f -
#x y
$ printf 'z:\n\t#$(wildcard */)' | make -f -
#x/
$ printf 'z:\n\t#$(wildcard ?*/)' | make -f -
#x/ y
$ exit
with-temp-dir: leaving directory `/tmp/with-temp-dir.bNzKiB'
$ 

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

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

Versions of packages make depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries

make recommends no packages.

Versions of packages make suggests:
ii  make-doc  3.81-4 Documentation for the GNU version 

-- no debconf information



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



Bug#496616: libglib1.2ldbl: should Provides: libglib1.2

2008-08-26 Thread Ian Bruce
Package: libglib1.2ldbl
Version: 1.2.10-19
Severity: important


Package libglib1.2ldbl contains these headers:

Replaces: libglib1.2
Conflicts: libglib1.2

Shouldn't it then also contain a Provides: libglib1.2 header?
It can't really replace it otherwise.

For example, xmms is currently uninstallable.
It depends on both libglib1.2 and libgtk1.2 .

libgtk1.2 depends on libglib1.2ldbl ,
but this prevents libglib1.2 from being installed.

Is Replaces: supposed to be equivalent to Provides:?
It isn't working that way on this system (AMD64).

dpkg : v1.14.20

apt :  v0.7.14+b1

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.26-1-amd64
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)

Versions of packages libglib1.2ldbl depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries

libglib1.2ldbl recommends no packages.

-- no debconf information



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



Bug#487927: closed by Luis Rodrigo Gallardo Cruz [EMAIL PROTECTED] (Bug#487927: fixed in liferea 1.4.18-1)

2008-08-26 Thread Sven Hartge
Debian Bug Tracking System wrote:

 This is an automatic notification regarding your Bug report
 which was filed against the liferea package:
 
 #487927: liferea: uses 100% CPU, but stays usable
 
 It has been closed by Luis Rodrigo Gallardo Cruz [EMAIL PROTECTED].

I beg to differ.

1.4.18 fixes the 100%-CPU bug which has been introduced by the faulty
database handling in 1.4.16b, but I am still seeing a different 100% CPU
bug (i.e. this bug report here), which is related to xulrunner-1.9.

If you don't mind, I will reopen this bug.

Grüße,
Sven.



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



Bug#490010: Pasting text from Pidgin into itself produces gibberish

2008-08-26 Thread Gerfried Fuchs
* Gerfried Fuchs [EMAIL PROTECTED] [2008-08-25 10:20:47 CEST]:
 * Tim Allen [EMAIL PROTECTED] [2008-08-23 12:48:42 CEST]:
  This happens every time I paste text from a Pidgin chat window into the
  text-box at the bottom.
 
  It even happened with pastes to evolution, so it's not a pidgin problem
 but rather a gtkhtml widget thing, I guess.

 Sorry, misinterpretation on my end, evolution doesn't have this bug, no
idea why I haven't tried again before reassigning. It really only
happens with pidgin - and it seems only on big endian systems.

 Back to investigating.
Rhonda



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



Bug#495635: fixed already (-B switch causes -c switch to fail)

2008-08-26 Thread Per Olofsson
forcemerge 355153 495635
thanks

This bug is a duplicate and has already been fixed in pwgen 2.06-1.

-- 
Pelle



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



Bug#496617: starfighter-data: Contains non-free graphics contents

2008-08-26 Thread Miriam Ruiz
Package: starfighter-data
Severity: serious

According to Hans de Goede, from Fedora Games:

I've been in contact with upstream about this and I got the
following list from them of resources which they got from various
places and they thus cannot give any license guarantees about:

For Project: Starfighter
All Music
All Sound Effects
Character Portraits
Starfighter (and other spacecraft) images

See: http://lists.debian.org/debian-devel-games/2008/08/msg00018.html
See: https://www.redhat.com/archives/fedora-games-list/2008-August/msg00027.html
See: https://www.redhat.com/archives/fedora-games-list/2008-August/msg00030.html

(I'm reporting this bug to prevent the package from being released in
Lenny before this is fixed.)



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



Bug#496618: viruskiller: Contains non-free sound and music

2008-08-26 Thread Miriam Ruiz
Package: viruskiller
Severity: serious

According to Hans de Goede, from Fedora Games:

I've been in contact with upstream about this and I got the
following list from them of resources which they got from various
places and they thus cannot give any license guarantees about:

For Virus Killer:
All Music
All Sound Effects

Even though the music doesn't seem to be released in the binary package, it
is still included in the source:

sound/*.wav
music/*.mod

See: http://lists.debian.org/debian-devel-games/2008/08/msg00018.html
See: https://www.redhat.com/archives/fedora-games-list/2008-August/msg00027.htm
See: https://www.redhat.com/archives/fedora-games-list/2008-August/msg00030.htm



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



Bug#493667: nfs-common: nfs quite broken

2008-08-26 Thread Aníbal Monsalve Salazar
On Mon, Aug 04, 2008 at 12:37:19AM +1200, Paul Collins wrote:
I discovered today that I was no longer able to write to the v3 mount
on my 1.1.2 server.  I checked /proc/mounts and noticed sec=null on the
mount.  Either adding sec=sys to the client's mount options or
downgrading to nfs-common 1.1.2 on the client fixes the problem.

On Mon, Aug 04, 2008 at 12:18:58PM +0900, Miles Bader wrote:
After upgrading from nfs-common 1:1.1.2-6 to 1:1.1.3-1, some
nfs-mounted filesystems became almost unusable.

The basic symptom was that it acted as if I was a different user:  I
could not access my files unless they were world-readable.

Please try the workaround found by Paul Collins (add sec=sys to the
client's mount options) and tell us if it fixed this problem for you.

At least five other people have confirmed that this workaround fixed
this problem.


signature.asc
Description: Digital signature


Bug#496619: lists.debian.org: request for debian-list list

2008-08-26 Thread Daniel Baumann
Package: lists.debian.org
Severity: wishlist

Name: debian-live
Rationale: With the release of Lenny beta1, Debian Live is an official
subproject of Debian and as such we like to move our alioth mailinglist
([EMAIL PROTECTED] that is) to lists.debian.org.

Short description:
Discussion and maintenance of the Debian Live systems.

Long description:
Developing the live systems.

Category: Developers

Subscription Policy: open
Post Policy: open

Web Archive: yes

The mbox archives of [EMAIL PROTECTED] are
available at http://lists.alioth.debian.org/pipermail/debian-live-devel/

Additionally, please note that I'm filling this request before beta1
release (which will happen today or tomorrow), so that I can update the
information to the release announcement[0] in case someone of you is
very fast. If not, there's no problem, as long as it happens before
lenny release since we want to use the 'new' location in the
documentation for lenny.

Regards,
Daniel

[0] http://wiki.debian.org/DebianLive/Lenny/Beta1

-- 
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  [EMAIL PROTECTED]
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#496620: libpam-modules: unix_chkpwd creates error logs when unlocking screensavers

2008-08-26 Thread Svante Signell
Package: libpam-modules
Version: 1.0.1-3
Severity: normal

The following los are created when uncloking xscreensaver in unstable 
and gnome-screensaver in testing (on another box):
Aug 26 08:11:28 em2 unix_chkpwd[20714]: password check failed for user (me)

This problem is related to the resolved bug #496457. unix_ckkpwd is 
sgid shadow and shadow have the right permissions:
-rwxr-sr-x 1 root shadow 26372 Aug 20 21:24 /sbin/unix_chkpwd
-rw-r- 1 root shadow 1104 Jun 12 17:26 /etc/shadow

The screen unlocks, contrary to #496457, but the log entry remains.

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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=sv_SE.ISO-8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libpam-modules depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libdb4.6  4.6.21-10  Berkeley v4.6 Database Libraries [
ii  libpam0g  1.0.1-3Pluggable Authentication Modules l
ii  libselinux1   2.0.65-4   SELinux shared libraries

libpam-modules recommends no packages.

libpam-modules suggests no packages.

-- no debconf information



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



Bug#496525: irssi: yellow nick hilight has very low contrast on white background

2008-08-26 Thread David Pashley
On Aug 25, 2008 at 19:47, Bernhard Kuemel praised the llamas by saying:
 experience I suggest changing the color to %R (bold (in my case not)  
 red) to support both b/w and w/b settings. Or maybe the developers  
 should change irssi or the documentation so this gets easier.

 You can then close this bug.

I'm afraid I'm not going to change the default colour. What I will do is
to suggest that the documentation includes this tip. 

-- 
David Pashley
[EMAIL PROTECTED]
Nihil curo de ista tua stulta superstitione.



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



Bug#465365: #465365 grub-ieee1275: grub-mkdevicemap writes a device.map with No aliases found

2008-08-26 Thread Felix Zielcke
Hello,

please try if this is still a problem with current lenny version 1.96+20080724-8
and in case it is then please try out if Robert patch solves it.

http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=8;filename=ieee1275_mkdevicemap.diff;att=1;bug=465365

-- 
Felix Zielcke




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



Bug#491202: Bug#491057: linux-image-2.6.25-2-686: Dell Latitude D610 laptop doesn't resume with 2.6.25

2008-08-26 Thread Lucas Nussbaum
On 24/08/08 at 18:52 +0200, Michael Biebl wrote:
 tags 491202 moreinfo help
 thanks
 
 Lucas Nussbaum wrote:
  On 21/08/08 at 10:50 +0200, Michael Biebl wrote:
  If acpi-support is working for you, could you please post a list loaded
  modules right before the suspend (or better, the diff between pm-utils
  and acpi-support).
 
  Does your computer require any quirks (lshal | grep quirk)?
  Can you experiment with a different set of quirks [1]?
  
  After a lot more testing:
  acpi-support's legacy mode still fails sometimes (but rarely -- about
  once every 20 suspend/resumes cycles). It never failed with 2.6.24, so
  there's a kernel regression somewhere.
 
 What about the latest 2.6.26-3 kernel in unstable?

Same problem.

  But using pm-suspend, it fails a lot more frequently. Using pm-suspend
  --quirk-vbe-post --quirk-vbestate-restore (quirks suggested by lshal |
  grep quirks), it fails about one third of the times. I also tried with
  --quirk-vbemode-restore, with no improvement.
  
  I think that all of this might be related to the fact that my laptop
  (Dell Latitude D610) is shipped using either an intel video card, or an
  ATI one (my case). Maybe the work on this laptop was done by someone
  with an Intel video card.
 
 Which graphics card is it exactly, what driver do you use (open/closed
 source)? Do you use a framebuffer (radeonfb)?

01:00.0 VGA compatible controller: ATI Technologies Inc M22 [Mobility
Radeon X300]

I use the opensource driver, no framebuffer.

 With ATI cards and the opensource driver I had good experiences with
 using the s3_bios+s3_mode quirk.

Well it used to work very well for me as well ;)

 Looks very much like a kernel regression and I'm not sure if there is
 that much that can be done within pm-utils.
 Nonetheless it would be interesting what acpi-support (legacy mode) does
 differently so it doesn't fail that often.
 
 CCing Bart, maybe he can share his insight.
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


signature.asc
Description: Digital signature


Bug#496622: please package qt version of firefox (iceweasel) also

2008-08-26 Thread Patrick Winnertz
Package: iceweasel
Version: 3.0.1-1
Severity: wishlist

Hello Eric,

Would it be possible to package the qt version of firefox also? I know
that this version is still very experimental but it would rock to have
it in experimental for tests. 

Thanks in advance

Greetings
Winnie



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

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

Versions of packages iceweasel depends on:
ii  debianutils   2.30   Miscellaneous utilities specific t
ii  fontconfig2.6.0-1generic font configuration library
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.1-9  GCC support library
ii  libglib2.0-0  2.16.5-1   The GLib library of C routines
ii  libgtk2.0-0   2.12.11-3  The GTK+ graphical user interface 
ii  libnspr4-0d   4.7.1-3NetScape Portable Runtime Library
ii  libstdc++64.3.1-9The GNU Standard C++ Library v3
ii  procps1:3.2.7-9  /proc file system utilities
ii  psmisc22.6-1 Utilities that use the proc filesy
ii  xulrunner-1.9 1.9.0.1-1  XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
pn  latex-xft-fonts   none (no description available)
ii  libkrb53  1.6.dfsg.4~beta1-4 MIT Kerberos runtime libraries
pn  mozpluggernone (no description available)
pn  ttf-mathematica4.1none (no description available)
pn  xfonts-mathml none (no description available)
pn  xprintnone (no description available)
pn  xulrunner-1.9-gnome-s none (no description available)

-- no debconf information



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



Bug#496621: X11 displays garbage when using splashy

2008-08-26 Thread Marek Kubica
Package: splashy
Version: 0.3.10-2
Severity: normal

When using splashy I get strange stripes on my display which only go
away when I switch to the terminal and back to X11. It looks quite
strange and makes splashy quite unusable for me.

I'll attach a screenshot.

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

Kernel: Linux 2.6.25.13 (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 splashy depends on:
pn  initramfs-toolsnone(no description available)
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libdirectfb-1.0-0  1.0.1-9   direct frame buffer graphics - sha
ii  libgcc11:4.3.1-2 GCC support library
ii  libglib2.0-0   2.16.4-2  The GLib library of C routines
ii  libmagic1  4.25-1File type determination library us
pn  libsplashy1none(no description available)
ii  lsb-base   3.2-19Linux Standard Base 3.2 init scrip
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

splashy recommends no packages.

Versions of packages splashy suggests:
pn  splashy-themesnone (no description available)
pn  upstart   none (no description available)



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



Bug#468852: Please close this bug

2008-08-26 Thread Cyrille Bollu
Hi,

As I couldn't find the time to investigate this problem and, as I now have 
upgraded to Lenny (without Xen), you may happily close this bug.

Thanks for your support.

Cyrille Bollu

Bug#496623: After last +b2 update ntop suddently depends on unwanted X and gtk related packages

2008-08-26 Thread Ernest ter Kuile
Package: ntop
Version: 3:3.3-11+b2
Severity: important


Note: running bugreport on different system than (so info bellow in incompleet)

After latest update from +b1 to +b2 ntop requires unwanted X client and GTK
libs which are unwanted on a server and were apparently unneeded in previous +b1
version. Since update is minor nothing warrants these extra dependencies

The reason for this sudden dependency update is because ntop passed from
librrd2 to librrd4, which is a major rewrite.

ntop should not hide in such a minor update (+b1 to +b2) such a major and
disrupting change. Especially this late in the freeze.

Please turn this update back. 

Ernest ter Kuile

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

Kernel: Linux 2.6.24.3
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 ntop depends on:
ii  adduser3.108 add and remove users and groups
ii  debconf [debconf-2.0]  1.5.22Debian configuration management sy
pn  libart-2.0-2   none(no description available)
ii  libc6  2.7-13GNU C Library: Shared libraries
pn  libfreetype6   none(no description available)
ii  libgdbm3   1.8.3-3   GNU dbm database routines (runtime
ii  libpcap0.8 0.9.8-5   system interface for user-level pa
ii  libpng12-0 1.2.27-1  PNG library - runtime
pn  librrd2none(no description available)
ii  libssl0.9.80.9.8g-12 SSL shared libraries
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

ntop recommends no packages.

Versions of packages ntop suggests:
pn  graphviz  none (no description available)
pn  gsfonts   none (no description available)



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



Bug#496624: util-vserver: missing dependency : schedutils (for ionice)

2008-08-26 Thread kaouete
Package: util-vserver
Version: 0.30.216~r2772-1
Severity: serious
Justification: no longer builds from source

Hello,

It looks like the ionice binary is needed by the configure script.
It is included in the schedutils package which is not a dependency of
util-vserver.

Thanks you.



-- System Information:
Debian Release: 4.0
  APT prefers proposed-updates
  APT policy: (991, 'proposed-updates'), (990, 'stable'), (450, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.25-2-vserver-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages util-vserver depends on:
ii  debconf1.5.11etch2   Debian configuration management sy
ii  iproute20061002-3Professional tools to control the 
ii  libbeecrypt6   4.1.2-6   open source C library of cryptogra
ii  libc6  2.3.6.ds1-13etch7 GNU C Library: Shared libraries
ii  make   3.81-2The GNU version of the make util
ii  net-tools  1.60-17   The NET-3 networking toolkit

Versions of packages util-vserver recommends:
ii  binutils2.17-3   The GNU assembler, linker and bina
ii  debootstrap 0.3.3.2etch1 Bootstrap a basic Debian system

-- debconf information:
  util-vserver/prerm_stop_running_vservers: true
  util-vserver/postrm_remove_vserver_configs: false



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



Bug#496619: Agreeement

2008-08-26 Thread Marco Amadori
seconded
-- 
ESC:wq

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




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



Bug#496625: Problem with multicast communication (plus solution)

2008-08-26 Thread Piotr Meyer
Package: ucarp
Version: 1.5~snap080222-1
Severity: important

PROBLEM:
I have two boxes, at this moment configuration is simple:

1. Six ethernet interfaces. Active: eth0 (tg3) and eth2 (e1000) 
2. 802.1q vlans (eth0.2, eth0.9) on eth0 interface 
3. Communication between box1 and box2 on interface eth2

After start of daemons on both machines I don't saw any proper
communication - both ucarps entered into MASTER mode. I notice
that after putting interface in promisc mode (caused by tcpdump)
communication happened and one of ucarps enter in BACKUP mode.
After terminating tcpdump communication died and BACKUP change
mode to MASTER.

'netstat -g' shows, that 'VRRP.MCAST.NET' is bounded to incorrect
interface (vlan on eth0 - eth0.2 instead eth2). 

lb1(master):/usr/local/sbin# netstat -g
IPv6/IPv4 Group Memberships
Interface   RefCnt Group
--- -- -
lo  1  ALL-SYSTEMS.MCAST.NET
eth01  ALL-SYSTEMS.MCAST.NET
eth11  ALL-SYSTEMS.MCAST.NET
eth21  ALL-SYSTEMS.MCAST.NET
eth0.2  1  VRRP.MCAST.NET
eth0.2  1  ALL-SYSTEMS.MCAST.NET
eth0.9  1  ALL-SYSTEMS.MCAST.NET
lo  1  ip6-allnodes
eth01  ff02::1:ff6f:672a%lo
eth01  ip6-allnodes
eth11  ip6-allnodes
eth21  ff02::1:ffc5:b454%lo
eth21  ip6-allnodes
eth31  ip6-allnodes
eth41  ip6-allnodes
eth51  ip6-allnodes
eth0.2  1  ff02::1:ff6f:672a%lo
eth0.2  1  ip6-allnodes
eth0.9  1  ff02::1:ff6f:672a%lo
eth0.9  1  ip6-allnodes

SOLUTION:
After some tests (I test different interfaces in case problems with
hardware or driver) i try to compile latest release of ucarp
(version 1.5). After that problem gone away (communication occurs
and group is bounded to valid interface):

lb2(backup):~# netstat -g
IPv6/IPv4 Group Memberships
Interface   RefCnt Group
--- -- -
lo  1  ALL-SYSTEMS.MCAST.NET
eth01  ALL-SYSTEMS.MCAST.NET
eth21  VRRP.MCAST.NET
eth21  ALL-SYSTEMS.MCAST.NET
eth0.2  1  ALL-SYSTEMS.MCAST.NET
eth0.9  1  ALL-SYSTEMS.MCAST.NET
lo  1  ip6-allnodes
eth01  ff02::1:ff6f:d920%lo
eth01  ip6-allnodes
eth11  ip6-allnodes
eth21  ff02::1:ffc6:c100%lo
eth21  ip6-allnodes
eth31  ip6-allnodes
eth41  ip6-allnodes
eth51  ip6-allnodes
eth0.2  1  ff02::1:ff6f:d920%lo
eth0.2  1  ip6-allnodes
eth0.9  1  ff02::1:ff6f:d920%lo
eth0.9  1  ip6-allnodes

Changes between snapshot in Debian and official release are
relatively small, so I think that ucarp 1.5 can be incorporated
into distribution without any troubles.

I'm using actual (from 2008.08.25) Debian testing (lenny) with
kernel 2.6.25-2-686.

-- 
Piotr 'aniou' Meyer



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



Bug#496587: error while upgrading ca-certificates

2008-08-26 Thread Philipp Kern
peter,

am Mon, Aug 25, 2008 at 10:32:22PM +0100 hast du folgendes geschrieben:
 While doing regular updates using update-manager on my lenny system I  
 got the following error

 Setting up ca-certificates (20080809) ...
 Updating certificates in /etc/ssl/certsdone.
 Running hooks in /etc/ca-certificates/update.dCertificate already  
 exists in keystore under alias root
 Do you still want to add it? [no]:  keytool error:  
 java.lang.IllegalArgumentException
 dpkg: error processing ca-certificates (--configure):
 subprocess post-installation script returned error exit status 1
 Setting up fastjar (2:0.95-2) ...

 Despite the error dpkg seems to think the package was installed  
 succesfully and apt-get -f install reports nothing to do. Since nothing  
 actually seems broken I am only reporting this as normal feel free to up  
 severity if desired.

Please run the following:
 for i in /etc/ca-certificates/update.d/*; do dpkg -S $i; echo $i;
 cat $i; done

This looks like a bug in another package adding certificates from
ca-certificates into its own (Java-ish) truststore...

Kind regards,
Philipp Kern
-- 
 .''`.  Philipp Kern Debian Developer
: :' :  http://philkern.de   Debian Release Assistant
`. `'   xmpp:[EMAIL PROTECTED]
  `-finger pkern/[EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#496626: Please attach exec to a starting script

2008-08-26 Thread Jonny
Package: xulrunner-1.9
Version: 1.9.0.1-1
Severity: wishlist

--- browser/app/mozilla.in.orig
+++ browser/app/mozilla.in
@@ -135,7 +135,7 @@
 then
   echo $dist_bin/run-mozilla.sh $script_args $dist_bin/$MOZILLA_BIN $@
 fi
-$dist_bin/run-mozilla.sh $script_args $dist_bin/$MOZILLA_BIN $@
+exec $dist_bin/run-mozilla.sh $script_args $dist_bin/$MOZILLA_BIN $@
 exitcode=$?
 
 exit $exitcode
--- build/unix/run-mozilla.sh.orig
+++ build/unix/run-mozilla.sh
@@ -163,7 +163,7 @@
##
## Run the program
##
-   $prog ${1+$@}
+   exec $prog ${1+$@}
exitcode=$?
if [ $DEBUG_CORE_FILES ]
then



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



Bug#496621: [Splashy-devel] Bug#496621: The screenshot

2008-08-26 Thread Matthijs Kooijman
Hi Marek,

 I attached the screenshot where one can see the black stripes that are
 at the top of my display.
The image seems to be only 36 pixels high?

Gr.

Matthijs


signature.asc
Description: Digital signature


Bug#496601: coreutils: date manpage fix (optional '%' flag list formatting).

2008-08-26 Thread Jim Meyering
s. keeling [EMAIL PROTECTED] wrote:
 Package: coreutils
 Version: 5.97-5.3
 Severity: minor
 Tags: patch

 I apologise if this is already fixed.  It's tough to parse that RB
 bug list.

Thanks.  It's been fixed for a year an a half:

  
http://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=a09b04794795b79164b83276f6be82d48e733e73



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



Bug#494853: sound-icons_0.1-1.dsc: Can't check signature: unknown pubkey algorithm

2008-08-26 Thread Milan Zamazal
 CB == Christoph Berg [EMAIL PROTECTED] writes:

CB sound-icons's dsc file uses an obsolete pubkey algorithm:

[...]

CB Please consider re-uploading it.

OK, I'll reupload it once lenny is out.

Regards,

Milan Zamazal



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



Bug#496626: Please attach exec to a starting script

2008-08-26 Thread Mike Hommey
On Tue, Aug 26, 2008 at 05:45:08PM +0900, Jonny [EMAIL PROTECTED] wrote:
 Package: xulrunner-1.9
 Version: 1.9.0.1-1
 Severity: wishlist
 
 --- browser/app/mozilla.in.orig
 +++ browser/app/mozilla.in
 @@ -135,7 +135,7 @@
  then
echo $dist_bin/run-mozilla.sh $script_args $dist_bin/$MOZILLA_BIN $@
  fi
 -$dist_bin/run-mozilla.sh $script_args $dist_bin/$MOZILLA_BIN $@
 +exec $dist_bin/run-mozilla.sh $script_args $dist_bin/$MOZILLA_BIN $@
  exitcode=$?
  
  exit $exitcode

That seems ok

 --- build/unix/run-mozilla.sh.orig
 +++ build/unix/run-mozilla.sh
 @@ -163,7 +163,7 @@
 ##
 ## Run the program
 ##
 -   $prog ${1+$@}
 +   exec $prog ${1+$@}
 exitcode=$?
 if [ $DEBUG_CORE_FILES ]
 then

The whole point of not using exec here is the rest of the code, possibly
launching a debugger... Adding exec breaks this.

Mike



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



Bug#490584: Boot-delay (probably while loading png - graphic)

2008-08-26 Thread Felix Zielcke
Hello,

Bean from upstream made a buffered file read patch for the graphic
modules (png,tga,jpeg) [0]
Without it the pictures are read one byte at a time.
It has been commited upstream on 1st August, so it'll be only on our
next trunk upload and not in lenny.

Would be nice if you could try it out, if that solves your problem.

You can get upstream SVN [1] and then our Debian SVN trunk [2] to
compile a freshly new grub2 package.

[0] http://lists.gnu.org/archive/html/grub-devel/2008-07/msg00567.html
[1] svn co svn://svn.sv.gnu.org/grub/trunk/grub2
[2] svn co svn://svn.debian.org/svn/pkg-grub/grub2/trunk/debian

-- 
Felix Zielcke




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



Bug#496619: (no subject)

2008-08-26 Thread Ben Armstrong
seconded



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



Bug#496628: devscripts: please use a more friendly template for nmudiff

2008-08-26 Thread Lucas Nussbaum
Package: devscripts
Version: 2.10.35
Severity: wishlist
Tags: patch

Hi,

Attached is a patch, discussed in DEP1, that uses a more friendly
template than the current one for nmudiff. It also mentions the DELAYED
queue.

Thank you,
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
diff -Nru devscripts-2.10.35/debian/changelog devscripts-2.10.35+nmu1/debian/changelog
--- devscripts-2.10.35/debian/changelog	2008-07-26 22:57:49.0 +0200
+++ devscripts-2.10.35+nmu1/debian/changelog	2008-08-26 11:00:56.0 +0200
@@ -1,3 +1,10 @@
+devscripts (2.10.35+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Better wording of nmudiff's message.
+
+ -- Lucas Nussbaum [EMAIL PROTECTED]  Tue, 26 Aug 2008 11:00:47 +0200
+
 devscripts (2.10.35) unstable; urgency=low
 
   * checkbashisms: Only flag local x y and local foo=bar when --posix is
diff -Nru devscripts-2.10.35/scripts/nmudiff.sh devscripts-2.10.35+nmu1/scripts/nmudiff.sh
--- devscripts-2.10.35/scripts/nmudiff.sh	2008-06-15 12:44:16.0 +0200
+++ devscripts-2.10.35+nmu1/scripts/nmudiff.sh	2008-08-26 11:03:36.0 +0200
@@ -305,10 +305,13 @@
 
 $TAGS
 
-Hi,
+[Replace XX with correct value]
+Dear maintainer,
 
-The following is the diff for my $SOURCE $VERSION NMU.
+I prepared an NMU for $SOURCE (versioned as $VERSION).
 
+I uploaded it to DELAYED/XX. Please feel free to tell me if I should
+delay it longer.
 EOF
 
 cat ../${SOURCE}-${VERSION_NO_EPOCH}-nmu.diff  $TMPNAM
@@ -341,9 +344,13 @@
 cat EOF  $TMPNAM
 $TAGS
 
-Hi,
+[Replace XX with correct value]
+Dear maintainer,
 
-Attached is the diff for my $SOURCE $VERSION NMU.
+I prepared an NMU for $SOURCE (versioned as $VERSION).
+
+I uploaded it to DELAYED/XX. Please feel free to tell me if I should
+delay it longer.
 EOF
 
 mutt -s $SOURCE: diff for NMU version $VERSION -i $TMPNAM \


Bug#493199: ttf-mph-2b-damase: Coptic glyphs incorrectly mapped to code points

2008-08-26 Thread Vasiliy Faronov
 Is that font DFSG-free?

No, it is not.


 If not, perhaps you could convince upstream to switch to a more free
 license?

Which one would be optimal?  The font is freeware and developed by a
non-profit academic organization; maybe they wouldn’t mind switching. 
I’ll try approaching them about this.




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



Bug#457075: Status of Salomé packaging

2008-08-26 Thread Jordi Mallach
On Thu, Aug 21, 2008 at 08:02:40AM -0400, Adam C Powell IV wrote:
 I have resolved the compile problems, but at runtime, none of the
 modules load.  (As noted in this bug, you can get the latest at
 http://lyre.mit.edu/~powell/salome/ .)  I've solved this problem before,
 and could solve it again.
 
 But upstream practices are really frustrating me.  They released a new
 binary 3.2.9 Salomé-MECA back in -- forgot, March? -- but with no source
 code.  So any new effort I make is already obsolete.  Furthermore, they
 have never released the source of the MECA extensions, even though this
 is supposed to be an open source project.
 
 To add insult to injury, they have *never* replied to ANY of my emails
 or website inquiries.  (I even took the time to write to specific
 developers in French, but with no reply.)  I have put a *TON* of effort
 into this, on the order of 100 hours, as you can see from the nearly 50
 patches, and really feel blown off and disrespected by upstream.

I am very sorry to learn about this. Hopefully the situation can be
straightened with Christophe's mediation.

 At some point I'll give up on upstream and go ahead and fix the 3.2.6
 package, essentially maintaining a Debian fork until upstream releases
 more source.  But this is a very low priority for the above reasons.
 
 While ranting about upstream, I should thank Sylvestre Ledru for
 participating in the discussion with upstream, including using some of
 his contacts to try to move this along.  I hear there will be a meeting
 in September to try to resolve some of these issues, and will return to
 packaging work if something comes out of this process.

I am interested in having official Salomé Debian packages as it seems
we'll have to do an install for a client at work, and naturally I prefer
.debs for everything. From the threads I've read on the mailing list, it
looks like a .deb would really simplify the job.

I'll try to keep an eye on this bug report for new updates, if any.

Adam, it's evident you've invested lots of effort and patience into this
package and its dependencies. You have a big Thank You! from me for the
result so far. Let's hope things change for the better in the near
future!

Jordi
-- 
Jordi Mallach Pérez  --  Debian developer http://www.debian.org/
[EMAIL PROTECTED] [EMAIL PROTECTED] http://www.sindominio.net/
GnuPG public key information available at http://oskuro.net/


signature.asc
Description: Digital signature


Bug#496619: seconded

2008-08-26 Thread tomas
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

seconded.
- -- tomás
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFIs85gBcgs9XrR2kYRArjSAJ0YXV86S0WItuKSFxTXQOK8ctXdEQCfWyi0
IafPka8r/KuK2SFLExBIqD0=
=HEX4
-END PGP SIGNATURE-



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



Bug#496159: [Reportbug-maint] Bug#496159: reportbug: please strip the new status icons from the bug summary list

2008-08-26 Thread Sandro Tosi
user [EMAIL PROTECTED]
usertags 496159 bts
thanks

Hi Gregor,
Thanks for your report!

On Sat, Aug 23, 2008 at 03:18, gregor herrmann [EMAIL PROTECTED] wrote:
 when reportbug dowloads the open bugs of a package it displays the
 whole lines of the li, inlcuding the shiny new [sta|tus| |ICON]
 stuff Don has implemented last week.

 That's basically nice the only problem is that the result is rather
 nasty in a non-UTF-8 environment (and not beautiful in a UTF-8 xterm
 with the wrong fonts either).

 No big deal, but I'd appreciate it to see this part stripped (maybe
 as an option).

Well, our plan is to switch to SOAP BTS querying for lenny+1, so I
don't know it we will put some effort to prettify the output of BTS
with the current code base.

For sure, with SOAP, that will be fixed.

Kindly,
-- 
Sandro Tosi (aka morph, Morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



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



Bug#496627: ITP: hpl -- High performance computing linpack benchmark

2008-08-26 Thread Jean Parpaillon
Package: wnpp
Severity: wishlist
Owner: Jean Parpaillon [EMAIL PROTECTED]


* Package name: hpl
  Version : 1.0a
  Upstream Author : Antoine P. Petitet
* URL : http://www.netlib.org/benchmark/hpl/index.html
* License : 4-Clause BSD
  Programming Lang: C, Fortran
  Description : High performance computing linpack benchmark

 HPL is a software package that solves a (random) dense linear
 system  in   double  precision  (64   bits)   arithmetic   on
 distributed-memory  computers.   It can thus be regarded as a
 portable as well as  freely  available implementation  of the
 High Performance Computing Linpack Benchmark.
 .
 The  HPL  software  package requires the availibility on your
 system of an implementation of the  Message Passing Interface
 MPI  (1.1 compliant).  An  implementation of either the Basic
 Linear Algebra Subprograms  BLAS  or the  Vector Signal Image
 Processing Library VSIPL is also needed.  Machine-specific as
 well as generic implementations of MPI, the  BLAS  and  VSIPL
 are available for a large variety of systems.

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



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



Bug#496621: [Splashy-devel] Bug#496621: The screenshot

2008-08-26 Thread Marek Kubica
Hello Matthijs,

On Tue, 26 Aug 2008 10:50:31 +0200
Matthijs Kooijman [EMAIL PROTECTED] wrote:

  I attached the screenshot where one can see the black stripes that
  are at the top of my display.
 The image seems to be only 36 pixels high?

THis is by intention, as this is the only part of the screen which
shows these stripes. I could create a screenshot of my whole screen,
but there wouldn't be anything relevant.

In case you overlooked them:
At the far left there are 3 stripes, then another three between the
Iceweasel and the Claws-Mail icons, then three in the middle, another
three to the right and finally four at the far right.

regards,
Marek



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



Bug#496407: fixed in sng 1.0.2-6

2008-08-26 Thread Nico Golde
Hi,
why did you remove it instead of just fixing it? Now people 
who already installed this stay vulnerable which I don't 
really consider to be good.

Cheers
Nico

-- 
Nico Golde - http://www.ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpCtyzGcwoKR.pgp
Description: PGP signature


Bug#496629: schroot: Warns about SVN directory

2008-08-26 Thread Gábor Gombás
Package: schroot
Version: 1.2.1-1
Severity: normal


Hi,

On machines where /etc is managed with Subversion, every schroot
invocation produces this warning:

W: /etc/schroot/chroot.d/.svn: File is not a regular file

This is really annoying. IMHO schroot should behave as many other Debian
packages that handle *.d directories, namely it should silently ignore
dot-files (or even better, any filenames that does not match a
pre-defined regex).

Gabor

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

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

Versions of packages schroot depends on:
ii  libboost-filesystem1.34.1   1.34.1-11filesystem operations (portable pa
ii  libboost-program-options1.3 1.34.1-11program options library for C++
ii  libboost-regex1.34.11.34.1-11regular expression library for C++
ii  libc6   2.7-13   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.1-9GCC support library
ii  liblockdev1 1.0.3-1.2+b1 Run-time shared library for lockin
ii  libpam0g1.0.1-3  Pluggable Authentication Modules l
ii  libstdc++6  4.3.1-9  The GNU Standard C++ Library v3
ii  libuuid11.41.0-4 universally unique id library
ii  schroot-common  1.2.1-1  common files for schroot

schroot recommends no packages.

Versions of packages schroot suggests:
ii  debootstrap   1.0.10 Bootstrap a basic Debian system
ii  lvm2  2.02.39-2  The Linux Logical Volume Manager
ii  unzip 5.52-12De-archiver for .zip files

-- no debconf information



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



Bug#496346: openarena: contains lcc, which is not free software

2008-08-26 Thread MJ Ray
Peter De Wachter [EMAIL PROTECTED] wrote:
 OpenArena contains a copy of the lcc compiler in the code/tools/lcc
 directory, which does not seem free software as it does not allow
 commercial distribution.

I agree.  The early parts make it look like a BSD-style licence, but
the license part starting with this seems non-free:-

 You may not sell lcc or any product derived from it in which it is a
 significant part of the value of the product. [...]

lcc was mentioned on debian-legal back in August 2003 as an example of
a non-free compiler in a book.  See
http://lists.debian.org/debian-legal/2003/08/msg00552.html

Unless there's some other licence issued since, it seems pretty
clearly unsuitable for debian main.

Thanks,
-- 
MJR/slef
My Opinion Only: see http://people.debian.org/~mjr/
Please follow http://www.uk.debian.org/MailingLists/#codeofconduct




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



Bug#496630: please provide a quilt clean command

2008-08-26 Thread Gerfried Fuchs
Package: quilt
Version: 0.46-6
Severity: wishlist

Hi!

 It would be more convenient if quilt would be able to clean up after
itself. That is, removing the .pc directory again (and possibly other
autogenerated/cached files). Having to work around that with make file
magic or other means is IMHO the wrong approach and errorsome: If the
autogenerated files change or others are produced, the build system
should know, but external magic doesn't.

 So ... please give us a proper clean command. :)
Rhonda



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



Bug#496631: debconf-i18n: does not have en locale, breaking LANGUAGE=en:something

2008-08-26 Thread Alexandra N. Kossovsky
Package: debconf-i18n
Version: 1.5.22
Severity: normal
Tags: l10n

Hi, and thank you for the nice job.

I use LANGUAGE=en_GB:en:en_US:ru, i.e. I prefer to get messages in
English, with Russian as last resort.  However, it does not work with
debconf:
bash# LANGUAGE=en_GB:en:en_US:ru dpkg-reconfigure -freadline debconf
Configuring debconf
---

Пакеты, использующие debconf, обладают единым интерфейсом настройки. Вы можете 
выбрать наиболее подходящий.

(i.e. I see Russian interface instead of English one).
As far as I understand, the problem is that debconf-i18n does not
provide /usr/share/locale/en/LC_MESSAGES/debconf.mo, so that debconf
thinks that it is unable to provide English interface.

Regards,
Alexandra.

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

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

Versions of packages debconf-i18n depends on:
ii  debconf   1.5.22 Debian configuration management sy
ii  liblocale-gettext-perl1.05-4 Using libc functions for internati
ii  libtext-charwidth-perl0.04-5+b1  get display widths of characters o
ii  libtext-iconv-perl1.7-1+b1   converts between character sets in
ii  libtext-wrapi18n-perl 0.06-6 internationalized substitute of Te

debconf-i18n recommends no packages.

debconf-i18n suggests no packages.

-- debconf-show failed

-- 
Alexandra N. Kossovsky
OKTET Labs (http://www.oktetlabs.ru/)
Phones: +7(921)956-42-86(mobile) +7(812)783-21-91(office)
e-mail: [EMAIL PROTECTED]



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



Bug#493199: ttf-mph-2b-damase: Coptic glyphs incorrectly mapped to code points

2008-08-26 Thread Paul Wise
On Tue, 2008-08-26 at 13:22 +0400, Vasiliy Faronov wrote:

 Which one would be optimal?  The font is freeware and developed by a
 non-profit academic organization; maybe they wouldn’t mind switching. 
 I’ll try approaching them about this.

Personally I prefer these licenses for fonts in this order:

public domain
BSD/MIT/Expat/ISC
GNU GPL
SIL OFL

They might prefer the SIL OFL though. All are acceptable for Debian.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#496621: [Splashy-devel] Bug#496621: The screenshot

2008-08-26 Thread Matthijs Kooijman
Hi Marek,

 In case you overlooked them:
 At the far left there are 3 stripes, then another three between the
 Iceweasel and the Claws-Mail icons, then three in the middle, another
 three to the right and finally four at the far right.
Ah, I had indeed overlooked those, I was expecting screen-wide stripes.

What do you do exactly to get this effect? Is it after a normal boot, after
dehibernate, etc. Does it happen if you switch to a console, run 'splashy
test' and then switch back to X11 (with or without quitting splashy first)?

Also, could you provide some more details about your graphics hardware and
framebuffer setup?

Output of lspci -v, cat /proc/fb and cat /proc/cmdline would be a start,
I think.

If you have any other machines running the same or different hardware, can you
reproduce the issue there?

Gr.

Matthijs


signature.asc
Description: Digital signature


Bug#496632: iceweasel: Iceweasel keeps grabbing focus inappropriately

2008-08-26 Thread Toby Speight
Package: iceweasel
Version: 3.0.1-1
Severity: normal

Iceweasel rudely interrupts my session and switches the window
manager to it whenever it loads a URL or opens a dialog.  This means
I'm unable to minimise all its windows whilst loading a session
(usually about 100 tabs in 10 or so windows), like I could with
Iceweasel 2.  Even worse, if I'm entering the password manager's
master password, other Iceweasel windows steal the focus while I'm
trying to enter the password - not just rude, active dangerous!

Window manager is fvwm 2.5.26, if that matters.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (900, 'stable'), (400, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26 (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 iceweasel depends on:
ii  debianutils   2.30   Miscellaneous utilities specific t
ii  fontconfig2.6.0-1generic font configuration library
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libglib2.0-0  2.16.4-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.11-3  The GTK+ graphical user interface 
ii  libnspr4-0d   4.7.1-3NetScape Portable Runtime Library
ii  libstdc++64.3.1-2The GNU Standard C++ Library v3
ii  procps1:3.2.7-8  /proc file system utilities
ii  psmisc22.6-1 Utilities that use the proc filesy
ii  xulrunner-1.9 1.9.0.1-1  XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  latex-xft-fonts   0.1-8  Xft-compatible versions of some La
ii  libkrb53  1.6.dfsg.4~beta1-3 MIT Kerberos runtime libraries
pn  mozpluggernone (no description available)
ii  ttf-mathematica4.14  Installer of Mathematica TrueType 
ii  xfonts-mathml 2  Type1 Symbol font for MathML
ii  xprint2:1.4.2-3  X11 print system (binary)
pn  xulrunner-1.9-gnome-s none (no description available)

-- no debconf information



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



Bug#496633: fail2ban: Does not start

2008-08-26 Thread Stefan Carslöv
Package: fail2ban
Version: 0.8.3-1
Severity: important

fail2ban fails to start.
To do some testing I reinstalled it afther I had removed and purged the 
package. but it didn't help.
The log-file is completely empty. Log level 4 (debug) doesn't help either. It's 
still empty.

If I do /etc/init.d/fail2ban restart I get a message stating that 
/var/run/fail2ban/fail2ban.sock
is present, and a Failed. If I remove that file and then do 
/etc/init.d/fail2ban start the error
is gone, but fail2ban is still not in the process list, and there is no entries 
in the log file.

If I execute fail2ban-server -x I get:

2008-08-26 11:45:18,901 fail2ban.server : INFO   Starting Fail2ban v0.8.3
2008-08-26 11:45:18,909 fail2ban.server : INFO   Starting in daemon mode

And then fail2ban-server is present in the process list, but no enties in the 
log file.
After a reboot it's the same again. No log entries and no fail2ban in the 
process list.

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

Kernel: Linux 2.6.25-2-ixp4xx
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages fail2ban depends on:
ii  lsb-base  3.2-19 Linux Standard Base 3.2 init scrip
ii  python2.5.2-2An interactive high-level object-o
ii  python-central0.6.8  register and build utility for Pyt

Versions of packages fail2ban recommends:
ii  iptables  1.4.1.1-2  administration tools for packet fi
ii  whois 4.7.27 an intelligent whois client

Versions of packages fail2ban suggests:
ii  bsd-mailx [mailx]  8.1.2-0.20071201cvs-3 A simple mail user agent
ii  mailx  1:20071201-3  Transitional package for mailx ren
pn  python-gamin   none(no description available)

-- no debconf information



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



Bug#496415: The possibility of attack with the help of symlinks in some Debian packages

2008-08-26 Thread Javier Fernández-Sanguino Peña
severity 496415 important
thanks

On Sun, Aug 24, 2008 at 10:05:29PM +0400, Dmitry E. Oboukhov wrote:
 In some packages I've discovered scripts with errors which may be used
 by a user for damaging important system files or user's files.

I'm fully aware of what a symlink overrun is. As for tiger, the one you've
found in the 'genmsgidx' script exists but is not that important, that script
is actually used only when the package is built it not used when any of the
Tiger scripts are run as root.

I will fix the bug for the benefit of those who autobuild packages in
untrusted systems, but I'm lowering its severity.

Regards

Javier


signature.asc
Description: Digital signature


Bug#496627: Acknowledgement (ITP: hpl -- High performance computing linpack benchmark)

2008-08-26 Thread Jean Parpaillon
Package is available at 
http://mentors.debian.net/cgi-bin/sponsor-pkglist?action=details;package=hpl

Git repository available on ssh://alioth.debian.org/git/collab-maint/hpl.git


Any remarks are welcome.


-- 
Jean Parpaillon
Kerlabs - Software Engineer
Bâtiment Germanium
80, avenue des Buttes de Coësmes
35700 Rennes - France


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


Bug#496634: rkhunter: fails to install/upgrade

2008-08-26 Thread Artur M. Piwko
Package: rkhunter
Version: 1.3.2-6
Severity: important


rkhunter simply fails to install or upgrade.

Setting up rkhunter (1.3.2-6) ...
Updating the file properties database:
[ Rootkit Hunter version 1.3.2 ]
File updated: searched for 152 files, found 121, missing hashes 7
dpkg: error processing rkhunter (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 rkhunter
E: Sub-process /usr/bin/dpkg returned an error code (1)


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

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

Versions of packages rkhunter depends on:
ii  binutils2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  debconf [debconf-2. 1.5.23   Debian configuration management sy
ii  exim4   4.69-6   metapackage to ease Exim MTA (v4) 
ii  exim4-daemon-light  4.69-6   lightweight Exim MTA (v4) daemon
ii  file4.25-1   Determines file type using magic
ii  net-tools   1.60-19  The NET-3 networking toolkit
ii  perl5.10.0-13Larry Wall's Practical Extraction 

Versions of packages rkhunter recommends:
ii  iproute   20080725-2 networking and traffic control too
ii  libmd5-perl   2.03-1 backwards-compatible wrapper for D
ii  unhide20080519-2 Forensic tool to find hidden proce
ii  wget  1.11.4-1   retrieves files from the web

Versions of packages rkhunter suggests:
ii  bsd-mailx  8.1.2-0.20071201cvs-3 A simple mail user agent

-- debconf information:
  rkhunter/apt_autogen: false
  rkhunter/cron_daily_run:
  rkhunter/cron_db_update:



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



Bug#496542: new qbittorrent bug [#496542]

2008-08-26 Thread beatrice
On Tuesday 26 August 2008, at 14:42 +0800, You wrote:
 
 I should release a v1.1.3 containing this fix soon.

Thanks!

beatrice.



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



Bug#455728: wodim: OPC failed on CD as root

2008-08-26 Thread David Ayers
Package: wodim
Version: 9:1.1.8-1+b1
Followup-For: Bug #455728

Here is my failed log (I was able to burn cd's a few weeks ago):

[EMAIL PROTECTED]:~$ sudo wodim -vv dev='/dev/hdc' 
/tmp/gnewsense-livecd-deltah-2.1.iso
wodim: No write mode specified.
wodim: Asuming -tao mode.
wodim: Future versions of wodim may have different drive dependent defaults.
scsidev: '/dev/hdc'
devname: '/dev/hdc'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Wodim version: 1.1.8
Using libusal version 'Cdrkit-1.1.8'.
SCSI buffer size: 64512
Beginning DMA speed test. Set CDR_NODMATEST environment variable if device
communication breaks or freezes immediately after that.
 41 00 00 14 00 00 00 00
 41 01 00 10 00 00 00 00
 41 01 01 10 00 00 02 00
 41 AA 01 14 00 44 2C 1E
Speed set to 4234 KB/s
Errno: 0 (Success), send opc scsi sendcmd: no error
CDB:  54 01 00 00 00 00 00 00 00 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 03 00 00 00 00 0A 00 00 00 00 73 03 00 00
Sense Key: 0x3 Medium Error, Segment 0
Sense Code: 0x73 Qual 0x03 (power calibration area error) Fru 0x0
Sense flags: Blk 0 (not valid) 
cmd finished after 10.192s timeout 60s
wodim: OPC failed.
wodim: fifo had 192 puts and 0 gets.
wodim: fifo was 0 times empty and 0 times full, min fill was 100%.

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

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

Versions of packages wodim depends on:
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libcap2   2.11-2 support for getting/setting POSIX.

Versions of packages wodim recommends:
ii  genisoimage 9:1.1.8-1+b1 Creates ISO-9660 CD-ROM filesystem

Versions of packages wodim suggests:
pn  cdrkit-docnone (no description available)

-- no debconf information



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



Bug#496621: [Splashy-devel] Bug#496621: The screenshot

2008-08-26 Thread Marek Kubica
Hi Matthijs,

On Tue, 26 Aug 2008 11:51:39 +0200
Matthijs Kooijman [EMAIL PROTECTED] wrote:

 What do you do exactly to get this effect? Is it after a normal boot,
 after dehibernate, etc.
It is a normal boot.

 Does it happen if you switch to a console, run 'splashy test' and
 then switch back to X11 (with or without quitting splashy first)?
When I switch to the console, I don't see anything because it is
blanked out for some reason. When I run 'splashy test' from an X
terminal, I get colorful screen corruption that looks like a dump of
the video RAM on my whole screen. A cycle to console and back to X11
fixes this.

 Also, could you provide some more details about your graphics
 hardware and framebuffer setup?
ATI Radeon Xpress 1250 running on fglrx.

 Output of lspci -v, cat /proc/fb and cat /proc/cmdline would be
 a start, I think.

cat /proc/fb
0 VESA VGA

cat /proc/cmdline
root=LABEL=root ro quiet vga=791 splash

lspci is attached.
 
 If you have any other machines running the same or different
 hardware, can you reproduce the issue there?
No sorry, just this one.

Edit: I recreated the initrd and the issue seem to have fixed
themselves (both the stripes and the consoles). So maybe if you want to
try it yourself, you better purge splashy and reinstall it before
trying.

Uhm, now this is cool; I can just replace usplash with splashy which I
prefer anyway.

regards,
Marek

lspci.out
Description: Binary data


Bug#492999: gnucash: MT940 import does nothing

2008-08-26 Thread Micha Lenk
Hi Matijs,

thank you for your feedback on Gnucash.

On Wed, Jul 30, 2008 at 11:16:25PM +0800, Matijs van Zuijlen wrote:
 Package: gnucash
 Version: 2.2.4-2
 Severity: normal
 
 When using the MT940 Import option, after selecting a file and pressing
 import, the file dialog closes and then nothing else happens.

Can you please triage your bug again with the recently uploaded
Gnucash 2.2.6-1? Does it still exist?

If it still exists, what contents do you get in file /tmp/gnucash.trace
when trying to import a MT940 file?

Regards
  Micha

P.S.: Please keep [EMAIL PROTECTED] CCed to give the bug tracker a
chance to keep track of any news on this bug.


signature.asc
Description: Digital signature


Bug#496369: The possibility of attack with the help of symlinks in some Debian packages

2008-08-26 Thread Moritz Muehlenhoff
3Rseverity 496369 normal
tag 496369 confirmed

Dmitry E. Oboukhov wrote:
 Binary-package: ampache (3.4.1-1)
 file: /usr/share/ampache/www/locale/base/gather-messages.sh

Since this script is only used for translating ampache and not for
the general package usage, I'm lowering the severity to normal. 

A patch to fix the script by using mktemp is attached.

Cheers,
Moritz
diff -aur ampache-3.4.1.orig/locale/base/gather-messages.sh ampache-3.4.1/locale/base/gather-messages.sh
--- ampache-3.4.1.orig/locale/base/gather-messages.sh	2008-05-31 09:50:23.0 +0200
+++ ampache-3.4.1/locale/base/gather-messages.sh	2008-08-22 16:04:47.0 +0200
@@ -17,8 +17,11 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
 
+TMPFILE=`mktemp`
 
-find ../../ -name *.php  /tmp/filelist
-find ../../ -name *.inc  /tmp/filelist
+find ../../ -name *.php  $TMPFILE
+find ../../ -name *.inc  $TMPFILE
 
-xgettext -f /tmp/filelist -L PHP -o ./messages.po
+xgettext -f $TMPFILE -L PHP -o ./messages.po
+
+rm $TMPFILE
\ Kein Zeilenumbruch am Dateiende.


Bug#332782: Release Notes: license clarification

2008-08-26 Thread Josip Rodin
On Tue, Aug 26, 2008 at 05:42:12AM +0200, W. Martin Borgert wrote:
  Obviously the implicit copyright all rights reserved would apply by 
  default,
  but given that all contributions were explicitly published by all of the
  authors, I think that considering the work to be released into the public
  domain is a perfectly reasonable legal scenario, until decided otherwise.
 
 You try to apply logic and common sense - but we're talking
 about law - worse, copyright law.

Well, okay, but we've already screwed up in theoretical terms. Instead, we
have to think about the practical aspects of the law instead - will someone
abuse our work, or will someone abuse us in court. (Indeed, many a lawyer
will say that we should only ever consider practical aspects, and leave
the theory to them.)

I suppose copypaste can happen with the Release Notes, but it would not
detract from our cause (publishing information about Debian), so we don't
care if someone rips us off :)

I guess I could envision a case where some minor rogue contributor comes in
screaming how his commit was 'all rights reserved' and how they never
realized what was happening (shocking! :). But, in such an (unlikely) court
battle the onus would be on them to prove that the stuff they committed was
both copyrightable in the first place as well as not infringing on previous
work (which they apparently didn't have any license to modify). Only after
that would they have to explain the insignificant logical details such as
just how they managed to mistake the second most visible document in the
project -- with the public contact addresses and the public CVS repository
with read/write access for many people -- for private venues where their
work would be kept safe from copyright infringement.

So it's pretty much a non-issue :)

-- 
 2. That which causes joy or happiness.



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



Bug#496600: ifupdown-extra: 20static-routes script checks for /etc/network/routes but /etc/network/network-routes is installed

2008-08-26 Thread Javier Fernández-Sanguino Peña
On Mon, Aug 25, 2008 at 04:32:09PM -0800, James F Zuelow Jr wrote:
 The /etc/network/if-up.d/20static-routes script silently fails with the
 default installed setup.  It tests for a readable /etc/network/routes
 and exits with an exit code of 0 if the file is not found.

That is done on purpose, if-up.d scripts that abort with error will prevent
the interface from being properly configured. If the administrator removes
/etc/network/routes the script should not do anything.

 But the deb installs an /etc/network/network-routes.
 
 additionally, line 48 of the script reads 
 
 [ -z $VERBOSITY ]  VERBOSITY = 0
 
 which generates errors on my system.  Changing it to

I'll fix this and upload it again.

Regards

Javier


signature.asc
Description: Digital signature


Bug#496434: please fix this for lenny

2008-08-26 Thread Thijs Kinkhorst
On Tuesday 26 August 2008 03:34, Steve M. Robbins wrote:
  Smaller-scale attacks are still possible,
  plus, people are all to eager to copy pieces of code around so
  proliferation of bad examples like these is very undesirable.

 I accept your second point.  Could you expand on the first -- what do
 you mean by smaller-scale attack?

You can still trash the files owned by the user running the program, so it 
probably won't bring the system down but it does allow for vandalism. As 
said, that's considerably smaller scale but undesirable, still.


cheers,
Thijs


pgp5CaJ7GyNwb.pgp
Description: PGP signature


Bug#492827: [EMAIL PROTECTED]: Re: mount issue with Mac OSX and --manage-gids, client hangs]

2008-08-26 Thread Aníbal Monsalve Salazar
tags 492827 + patch
thanks

On Fri, Aug 01, 2008 at 07:04:36PM +1000, Alex Samad wrote:
Hi

This is the patch I got from the linux-nfs mailing list, I have
compiled with the patch ( had to munge it a bit) and it fixes the
problem

Thanks 

Thank you.


signature.asc
Description: Digital signature


Bug#496362: The possibility of attack with the help of symlinks in some Debian packages

2008-08-26 Thread Thijs Kinkhorst
Hi Thomas,

On Tuesday 26 August 2008 08:17, Thomas Goirand wrote:
 Thijs Kinkhorst wrote:
  First, I think it's always a good idea not to enable DEBUG by default.

 Sure, it's a mistake, I perfectly understand this.

  Second, I don't think that it requires a rewrite of the entire file to
  fix it. Using PHP's tempnam() function to get the filenames instead of
  the hardcoded path names with PID is a change of just a few lines.

 Did you mean Perl mktemp()? It's not a PHP script!!! :)

Sorry, I confused this bug with another one, there's so many of them all of a 
sudden :-)

 That makes me 
 think that I might have missed some Perl dependencies. The script uses
 the following:

 use strict;
 use MIME::Tools;
 use MIME::Parser;
 use File::MkTemp;

 does any of you knows what it corresponds in terms of Debian deps?

The file search on packages.debian.org is very helpful for this (search e.g. 
for Tools.pm or Parser.pm).

With respect to the File::MkTemp, I think you need to use File::Temp as the 
MkTemp one is not available in Debian. This module also provides a mktemp 
function.

 Last, would a patch like the attached one would do? I'm all but good in
 Perl, so I might need help on that one.

That would work indeed if you change the included module (and verify that that 
indeed also works, of course).


cheers,
Thijs


pgpao8PWUlmyF.pgp
Description: PGP signature


Bug#496406: here's a patch

2008-08-26 Thread Thijs Kinkhorst
On Monday 25 August 2008 22:48, Sylvestre Ledru wrote:
 Thank you very much for your patch.
 It has been added [1] but fwbuilder is currently in NEW (for a new
 package).
 Torsten or I are going to upload it in unstable when the version -4 will
 be processed.

Thanks, but please note that this fix should go into lenny. I'm not sure that 
that NEW package is going into lenny, so maybe you need to prepare a version 
for testing proposed updates?


cheers,
Thijs


pgpHDXILZiOZP.pgp
Description: PGP signature


Bug#496636: ITP: netams -- Network Traffic Accounting and Monitoring Software

2008-08-26 Thread Alexander Gerasiov
Package: wnpp
Severity: wishlist
Owner: Alexander Gerasiov [EMAIL PROTECTED]

* Package name: netams
  Version : 3.4.2~cvs
  Upstream Author : NeTAMS Development Team
* URL : http://www.netams.com
* License : GPL
  Programming Lang: C++, Perl
  Description : Network Traffic Accounting and Monitoring Software

 NeTAMS stands for Network Traffic Accounting and Monitoring Software.
 It is built for UNIX and works for networks with Cisco routers or PC Unix
 routers (Linux/FreeBSD/Solaris). Several methods of traffic gathering are
 supported (tee/divert/ip_queue/libpcap/ulog/netflow v5 and v9/netgraph),
 database storage (BerkleyDB/MySQL/PostgresSQL/Oracle/Radius), aggregation,
 visualization, notification etc. It is possible to block traffic based on
 quotas, web authorization, account balance (billing); manage bandwidth, MAC
 assignmant violations, RADIUS services, create a flexible accounting and
 filtering policies.


For now there are some license issues (gpl code links with openssl), so I
should also wait for upstream to fix this.

-- System Information:
Debian Release: 4.0
  APT prefers proposed-updates
  APT policy: (700, 'proposed-updates'), (700, 'stable'), (650, 
'testing-proposed-updates'), (650, 'testing'), (600, 'unstable'), (550, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.24-1-openvz-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)



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



Bug#496406: here's a patch

2008-08-26 Thread Sylvestre Ledru
Le mardi 26 août 2008 à 12:38 +0200, Thijs Kinkhorst a écrit :
 On Monday 25 August 2008 22:48, Sylvestre Ledru wrote:
  Thank you very much for your patch.
  It has been added [1] but fwbuilder is currently in NEW (for a new
  package).
  Torsten or I are going to upload it in unstable when the version -4 will
  be processed.
 
 Thanks, but please note that this fix should go into lenny. I'm not sure that 
 that NEW package is going into lenny, so maybe you need to prepare a version 
 for testing proposed updates?
Yep, I agree that should be fixed in Lenny too. I will ask for the
package to be unblocked.

Sylvestre





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



Bug#495246: Permission for xosd NMU?

2008-08-26 Thread Sven Hoexter
On Tue, Aug 26, 2008 at 07:41:39AM +0200, Luk Claes wrote:

 The below is fine, please upload.

[..]

Attached you can find the corresponding .diff.gz.

Sven
-- 
If God passed a mic to me to speak
I'd say stay in bed, world
Sleep in peace
   [The Cardigans - 03:45: No sleep]


xosd_2.2.14-1.6.diff.gz
Description: Binary data


Bug#496638: systemsettings: Empty window

2008-08-26 Thread Mathias Brodala
Package: systemsettings
Version: 4:4.1.0-2
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Just by installing this package from experimental I only get an empty
window except of the search control at the top of the window.

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

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

Versions of packages systemsettings depends on:
ii  kdebase-runtime   4:4.1.0-2  runtime components from the offici
ii  kdelibs5  4:4.1.0-2  core libraries for all KDE 4 appli
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libfontconfig12.6.0-1generic font configuration library
ii  libqt4-dbus   4.4.1-1Qt 4 D-Bus module
ii  libqt4-xml4.4.1-1Qt 4 XML module
ii  libqtcore44.4.1-1Qt 4 core module
ii  libqtgui4 4.4.1-1Qt 4 GUI module
ii  libstdc++64.3.1-9The GNU Standard C++ Library v3
ii  libx11-6  2:1.1.4-2  X11 client-side library

systemsettings recommends no packages.

systemsettings suggests no packages.

- -- no debconf information

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

iEYEARECAAYFAkiz4p4ACgkQYfUFJ3ewsJgzrQCfaW957+IdyBnbW5cEuaqIhjVq
0sYAn05PkEqeejMM4oHJCIOCXyNsvV4g
=x77G
-END PGP SIGNATURE-



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



Bug#496626: Please attach exec to a starting script

2008-08-26 Thread Jonny
Mike wrote:
 The whole point of not using exec here is the rest of the code, possibly
 launching a debugger... Adding exec breaks this.
 
 Mike

It consented. Thank you for checking.



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



Bug#491313: live-initramfs: support splashy

2008-08-26 Thread Michal Suchanek
On 16/08/2008, Chris Lamb [EMAIL PROTECTED] wrote:
 Michal Suchanek wrote:

   When splashy is installed in the root image it shows on boot and does
   nothing until the init from the root image is executed.

  Oh? Splashy currently works quite well within Debian Live. Running the image
  generated by:

   $ lh_config --bootappend-live quiet vga=791 splash --packages splashy
   $ lh_build

  .. just works for me under Lenny, including movement in the status bar
  before the rootfs's init is executed. You can also see splashy in action in
  Webconverger.


For me there is a long delay between start of splashy and the time the
progress bar starts to fill. I use httpfs so this cannot be attributed
to the time during which the image is downloaded. If I turn off
splashy just after the bar starts filling I see init running.

There are some calls to usplash for setting timeout and for the
remove CD prompt which would obviously fail with splashy. However,
most of the lack of support should be probably blamed on
initramfs-tools.

Also splashy now has a bug that prevents it from displaying the boot
messages, it can only display the progress bar or crash. Since the
progress is not known during initramfs it is unlikely that there could
be anything displayed at all except perhaps the indefinite progress
which typically keeps a filled bit moving from left to right and back
inside the progress bar.

Thanks

Michal



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



Bug#492970: (was: nfs-utils-1.1.3 released)

2008-08-26 Thread Aníbal Monsalve Salazar
On Fri, Aug 08, 2008 at 09:06:46PM -0400, Chuck Lever wrote:
Confirmed.  The kernel's mountd client doesn't even bother to
unmarshal the auth flavor list in the server's reply.

I'll work on a fix.

Please let me know when you have a patch to test it.


signature.asc
Description: Digital signature


Bug#496277: [Pkg-xfce-devel] Bug#496277: xfce4-menu-plugin segfaults, causing xfce-panel to exit on startup

2008-08-26 Thread Matsche

OK, this is my last try to replay to this bug... :/
the behavior of the groups is not understandable for me.


Yves-Alexis Perez wrote:

On dim, 2008-08-24 at 16:03 +1000, Ian MacKinnell wrote:

If I open the desktop menu by right-clicking on the desktop
background, the menu works OK unless I pass over Graphics or 
Games, at which point the menu instantly disappears instead of 
displaying the
submenu, and all my desktop icons disappear, and I have to press 
Alt-F2 to get
a prompt to run xfce-setting-show, go to Desktop Preferences and 
switch back on Allow XFCE to manage the desktop. In other words, 
the menu

is crashing AND causing a configuration change on the XFCE desktop.


The menu crashes and makes xfdesktop crashes. I guess you have dirty
menu entries, or something like that. Could you show us what entries you
have in this categories? 


I think it depends on some xml-svg-stuff.
In my case, the panel crashes with error message

(xfce4-menu-plugin:10967): Gdk-WARNING **: GdkWindow 0x403
unexpectedly destroyed
The program 'xfce4-menu-plugin' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
 (Details: serial 154 error_code 3 request_code 18 minor_code 0)
 (Note to programmers: normally, X errors are reported asynchronously;
  that is, you will receive the error a while after causing it.
  To debug your program, run it with the --sync command line
  option to change this behavior. You can then get a meaningful
  backtrace from your debugger if you break on the gdk_x_error()
function.)
.

After some timespending dumpstering i found an launcher entry with:

[Entry 0]
Name=ScummVM
Exec=/usr/games/scummvm
Terminal=false
StartupNotify=false
Comment=Interpreter for several adventure games
Icon=scummvm.svg

after commenting (#) the icon line it works.

All this happened as a result of a daily dist-upgrade on Friday night 
(22 Aug) AEST.


Could you show use what got upgraded?


The packages are:

libxml2_2.6.32.dfsg-2+lenny1_i386.deb
python2.5_2.5.2-6+lenny1_i386.deb
libxml2-dev_2.6.32.dfsg-2+lenny1_i386.deb
python2.5-minimal_2.5.2-6+lenny1_i386.deb
libxml2-utils_2.6.32.dfsg-2+lenny1_i386.deb
python-libxml2_2.6.32.dfsg-2+lenny1_i386.deb
openvpn_2.1~rc9-3_i386.deb


I hope it helps.

Cheers,
matsche




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



Bug#496639: /usr/share/debhelper/dh_make/debian/init.d.lsb.ex is broken a little

2008-08-26 Thread Alexander Gerasiov
Package: debhelper
Version: 7.0.15
Severity: normal

In /usr/share/debhelper/dh_make/debian/init.d.lsb.ex there is a string 

start_daemon -p $PIDFILE $DAEMON -- $DAEMON_OPTS

which would be processed into

/sbin/start-stop-daemon --start --nicelevel 0 --quiet --exec $DAEMON --oknodo 
--pidfile $PIDFILE -- -- $DAEMON_OPTS

I guess there should be no -- in original call, because lsb specifies
this call as
start_daemon [-f] [-n nicelevel] [-p pidfile] pathname [args...]

-- System Information:
Debian Release: 4.0
  APT prefers proposed-updates
  APT policy: (700, 'proposed-updates'), (700, 'stable'), (650, 
'testing-proposed-updates'), (650, 'testing'), (600, 'unstable'), (550, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.24-1-openvz-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)



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



Bug#496362: The possibility of attack with the help of symlinks in some Debian packages

2008-08-26 Thread Stephen Gran
This one time, at band camp, Thijs Kinkhorst said:
  Last, would a patch like the attached one would do? I'm all but good in
  Perl, so I might need help on that one.
 
 That would work indeed if you change the included module (and verify that 
 that 
 indeed also works, of course).

http://git.debian.org/?p=collab-maint/freeradius.git;a=commitdiff;h=e741df7ca28c2d139d30573ca5e7e80b9cdc59c3

is the fix for a very similar bug in freeradius.  It should at least get
you started on the way to fixing your bug.

Cheers,
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#496486: synce-kpm: Program does not do anything

2008-08-26 Thread Jonny Lamb
On Mon, Aug 25, 2008 at 08:15:01AM +0200, Alex Hermann wrote:
 After installing I started the program. It just sits around doing absolutely
 nothing. ActiveSync Status says: Make sure Sync-Engine is running (No
 hint as to how to make it running)

SyncEngine indeed needs to be running. You can do this by installing the
synce-synce-engine package and then running synce-sync-engine(1).

 Connecting the PDA and starting ActiveSync on it doesn't make a difference.
 The only available documentation in the form of a man-page doesn't provide
 any help except for a feature list.

The documentation is on the website: http://www.synce.org/

I agree that synce-kpm should have a dependency on synce-sync-engine and
some kind of D-Bus activation. Does installing and running it fix this
bug?

Thanks,

-- 
Jonny Lamb, UK   [EMAIL PROTECTED]
http://jonnylamb.com GPG: 0x2E039402


signature.asc
Description: Digital signature


Bug#491313: live-initramfs: support splashy - patch

2008-08-26 Thread Michal Suchanek

Attaching a patch that enables the remove CD prompt in splashy.



live-splashy.patch
Description: Binary data


Bug#496640: anon-proxy: fails to install if /etc/environment is empty

2008-08-26 Thread Johannes Wiedersich
Package: anon-proxy
Version: 00.05.38+20080710-1
Severity: serious
Justification: Policy 6.1.

If /etc/environment is empty, installation or removing/purging of anon-proxy 
fail. The reason is the grep call in 
line 50 of anon-proxy.postinst fails, if /etc/environment is empty. 

The same applies to line 29 of anon-proxy.prerm

As a result aptitude won't install/remove/upgrade any other package, making the 
system unusable/breaking security 
updates, etc. 

Workaround: create/remove/edit /etc/environment to be either a file with at 
least a 'space' in it or to be removed. 

Johannes

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

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

Versions of packages anon-proxy depends on:
ii  adduser   3.110  add and remove users and groups
ii  debconf [debconf-2.0] 1.5.22 Debian configuration management sy
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.1-2  GCC support library
ii  libssl0.9.8   0.9.8g-13  SSL shared libraries
ii  libstdc++64.3.1-2The GNU Standard C++ Library v3
ii  libxerces-c28 2.8.0-3validating XML parser library for 

anon-proxy recommends no packages.

Versions of packages anon-proxy suggests:
pn  mixmaster none (no description available)
pn  mixminion none (no description available)
ii  tor   0.2.0.30-2 anonymizing overlay network for TC

-- debconf information:
* anon-proxy/environment: true



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



Bug#496641: RM: libdb4.{2,3,4)-ruby -- ROM; superseded by libdb-ruby

2008-08-26 Thread Michael Schutte
Package: ftp.debian.org
Severity: normal

Hi,

Please remove libdb4.{2,3,4}-ruby from unstable.  It has already been
removed from testing; its reverse dependencies are handled by
libdb-ruby.

Cheers,
-- 
Michael Schutte [EMAIL PROTECTED]


signature.asc
Description: Digital signature


Bug#496556: gstreamer0.10-plugins-ugly: Description notes that the package might cause problem for distribution, but it's in main section

2008-08-26 Thread Loïc Minier
severity 496556 normal
retitle 496556 Should clarify or drop part of description which mention 
possible distribution problems
stop

On Mon, Aug 25, 2008, Carl Fürstenberg wrote:
 The description states at the end: This packages contains plugins from
 the ugly set, a set of good-quality plug-ins that might pose
 distribution problems.. If this is correct, then the package is in the
 wrong section, i.e. should be in non-free if I'm correct;
 
 Tf this is wrong, plese downgrade this bug to minor and retitle it so it
 points to that the description is wrong.

 Distributions might be an issue because of the libraries the package
 relies on, especially if you want to ship proprietary plugins for
 GStreamer.  GStreamer is mostly LGPL, but if you start mixing GPL bits
 or libraries with it, it becomes GPL; that's why it might be
 problematic.

 I think the description represents pretty well the upstream one; we
 have no problem distributing this package or the available build-deps
 in Debian main -- the ftpmasters gave the green light on inclusion
 obviously.  Perhaps we should make it clearer which distribution issues
 it might cause, or that this is an upstream description of this set of
 plugins in the description.

-- 
Loïc Minier



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



Bug#487623: #487623 confirmed and backtraced

2008-08-26 Thread Luca Bruno
tags 487623 + confirmed
thanks

Bug reproducible even on recent svn (0.46+devel, actually svn r19753).
I think the bug hasn't changed since 0.46, so I'm providing backtrace
from svn version.
Below a clean backtrace, attached a full backtrace.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6203700 (LWP 4030)]
font_instance::InitTheFace (this=0x0) at libnrtype/FontInstance.cpp:349
349 theFace=pango_ft2_font_get_face(pFont);
(gdb) bt
#0  font_instance::InitTheFace (this=0x0) at libnrtype/FontInstance.cpp:349
#1  0x083e9ed0 in font_factory::Face (this=0xa0370b0, descr=0xc3ca100, 
canFail=false) at libnrtype/FontFactory.cpp:824
#2  0x083ea132 in font_factory::Face (this=0xa0370b0, descr=0xc3ca100, 
canFail=true) at libnrtype/FontFactory.cpp:801
#3  0x083f806b in 
Inkscape::Text::Layout::Calculator::_buildPangoItemizationForPara 
(this=0xbf88affc, para=0xbf88af44)
at libnrtype/Layout-TNG-Compute.cpp:879
#4  0x083f990a in Inkscape::Text::Layout::Calculator::calculate 
(this=0xbf88affc) at libnrtype/Layout-TNG-Compute.cpp:1377
#5  0x083f9f2d in Inkscape::Text::Layout::calculateFlow (this=0xb1bd2d8) at 
libnrtype/Layout-TNG-Compute.cpp:1515
#6  0x080f5657 in SPText::rebuildLayout (this=0xb1bd1b8) at sp-text.cpp:573
#7  0x080f5936 in sp_text_update (object=0xb1bd1b8, ctx=0xbf88b1a8, 
flags=value optimized out) at sp-text.cpp:248
#8  0x080d8856 in SPObject::updateDisplay (this=0xb1bd1b8, ctx=0xbf88b1a8, 
flags=127) at sp-object.cpp:1298
#9  0x080c79df in CGroup::onUpdate (this=0xc414800, ctx=0xbf88b2e8, flags=92) 
at sp-item-group.cpp:668
#10 0x080d8856 in SPObject::updateDisplay (this=0xb1a0da0, ctx=0xbf88b2e8, 
flags=95) at sp-object.cpp:1298
#11 0x080c79df in CGroup::onUpdate (this=0xc414da8, ctx=0xbf88b42c, flags=28) 
at sp-item-group.cpp:668
#12 0x080e8ce1 in sp_root_update (object=0x9ac4410, ctx=0xbf88b648, flags=27) 
at sp-root.cpp:553
#13 0x080d8856 in SPObject::updateDisplay (this=0x9ac4410, ctx=0xbf88b648, 
flags=27) at sp-object.cpp:1298
#14 0x0808c038 in SPDocument::_updateDocument (this=0x965bea0) at 
document.cpp:826
#15 0x0808c132 in sp_document_idle_handler (data=0x965bea0) at document.cpp:872
#16 0xb73b9381 in ?? () from /usr/lib/libglib-2.0.so.0
#17 0x0965bea0 in ?? ()
#18 0x0c410bf0 in ?? ()
#19 0xbf88b718 in ?? ()
#20 0xb74364a8 in ?? () from /usr/lib/libglib-2.0.so.0
#21 0xb686a3f0 in ?? () from /lib/i686/cmov/libpthread.so.0
#22 0xb74364a8 in ?? () from /usr/lib/libglib-2.0.so.0
#23 0xbf88b768 in ?? ()
#24 0xb73bb2e1 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
Backtrace stopped: frame did not save the PC

-- 
 .''`.  ** Debian GNU/Linux **  | Luca Bruno (kaeso)
: :'  :   The Universal O.S.| lucab (AT) debian.org
`. `'`  | GPG Key ID: 3BFB9FB3
  `- http://www.debian.org  | Debian GNU/Linux Developer
GNU gdb 6.8-debian
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as i486-linux-gnu...
(gdb) run
Starting program: /usr/local/bin/inkscape 
[Thread debugging using libthread_db enabled]
[New Thread 0xb6204700 (LWP 4001)]
[New Thread 0xb5455b90 (LWP 4014)]
[New Thread 0xb4c54b90 (LWP 4015)]
[Thread 0xb5455b90 (LWP 4014) exited]
[Thread 0xb4c54b90 (LWP 4015) exited]
[New Thread 0xb4c54b90 (LWP 4016)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb6204700 (LWP 4001)]
font_instance::InitTheFace (this=0x0) at libnrtype/FontInstance.cpp:349
349 theFace=pango_ft2_font_get_face(pFont);
(gdb) bt full
#0  font_instance::InitTheFace (this=0x0) at libnrtype/FontInstance.cpp:349
No locals.
#1  0x083e9ed0 in font_factory::Face (this=0x9a860b0, descr=0xbe518c0, 
canFail=false) at libnrtype/FontFactory.cpp:824
res = (class font_instance *) 0x0
#2  0x083ea132 in font_factory::Face (this=0x9a860b0, descr=0xbe518c0, 
canFail=true) at libnrtype/FontFactory.cpp:801
tc = value optimized out
nFace = value optimized out
res = (class font_instance *) 0xbe5c208
#3  0x083f806b in 
Inkscape::Text::Layout::Calculator::_buildPangoItemizationForPara 
(this=0xbfb8aafc, para=0xbfb8aa44)
at libnrtype/Layout-TNG-Compute.cpp:879
new_item = {item = 0xbe41a28, font = 0x0}
font_description = (PangoFontDescription *) 0xbe518c0
current_pango_item = (GList *) 0xbdf9bd0
para_text = {static npos = 4294967295, string_ = {static npos = 
4294967295, 
_M_dataplus = {std::allocatorchar = {__gnu_cxx::new_allocatorchar = 
{No data fields}, No data fields}, 
  _M_p = 0xb9f8bc4 æ\227 é¢\204è§\210}}}
attributes_list = (PangoAttrList *) 0xbdf9830
input_index = value optimized out
pango_items_glist = (GList *) 0xbdf9bd0
#4  0x083f990a in 

Bug#496642: imp4: compose page error with token system

2008-08-26 Thread Marc Dequènes (Duck)

Package: imap4
Version: 4.2-1
Severity: important
Tags: patch


Coin,

If using the token system with the SQL driver, a bug in IMP prevent  
from sending any mail.


Details here :
  http://lists.horde.org/archives/imp/Week-of-Mon-20080526/049122.html
And i just found it is announced on the official page :
  http://www.delodder.be/content/horde-groupware-webmail-edition-1.1-released

A small patch is provided in this description. I tested it OK, so i  
guess it should really meet Lenny.


--
Marc Dequènes (Duck)


pgpdxUWeqBUx9.pgp
Description: PGP Digital Signature


Bug#496277: [Pkg-xfce-devel] Bug#496277: Bug#496277: xfce4-menu-plugin segfaults, causing xfce-panel to exit on startup

2008-08-26 Thread Alexander Toresson
On Tue, Aug 26, 2008 at 1:06 PM, Matsche [EMAIL PROTECTED] wrote:
 OK, this is my last try to replay to this bug... :/
 the behavior of the groups is not understandable for me.


 Yves-Alexis Perez wrote:
 On dim, 2008-08-24 at 16:03 +1000, Ian MacKinnell wrote:
 If I open the desktop menu by right-clicking on the desktop
 background, the menu works OK unless I pass over Graphics or
 Games, at which point the menu instantly disappears instead of
 displaying the
 submenu, and all my desktop icons disappear, and I have to press
 Alt-F2 to get
 a prompt to run xfce-setting-show, go to Desktop Preferences and
 switch back on Allow XFCE to manage the desktop. In other words,
 the menu
 is crashing AND causing a configuration change on the XFCE desktop.

 The menu crashes and makes xfdesktop crashes. I guess you have dirty
 menu entries, or something like that. Could you show us what entries you
 have in this categories?

 I think it depends on some xml-svg-stuff.
 In my case, the panel crashes with error message

 (xfce4-menu-plugin:10967): Gdk-WARNING **: GdkWindow 0x403
 unexpectedly destroyed
 The program 'xfce4-menu-plugin' received an X Window System error.
 This probably reflects a bug in the program.
 The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 154 error_code 3 request_code 18 minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error()
 function.)
 .

 After some timespending dumpstering i found an launcher entry with:

 [Entry 0]
 Name=ScummVM
 Exec=/usr/games/scummvm
 Terminal=false
 StartupNotify=false
 Comment=Interpreter for several adventure games
 Icon=scummvm.svg

 after commenting (#) the icon line it works.

 All this happened as a result of a daily dist-upgrade on Friday night
 (22 Aug) AEST.

 Could you show use what got upgraded?

 The packages are:

 libxml2_2.6.32.dfsg-2+lenny1_i386.deb
 python2.5_2.5.2-6+lenny1_i386.deb
 libxml2-dev_2.6.32.dfsg-2+lenny1_i386.deb
 python2.5-minimal_2.5.2-6+lenny1_i386.deb
 libxml2-utils_2.6.32.dfsg-2+lenny1_i386.deb
 python-libxml2_2.6.32.dfsg-2+lenny1_i386.deb
 openvpn_2.1~rc9-3_i386.deb


 I hope it helps.

 Cheers,
  matsche




 ___
 Pkg-xfce-devel mailing list
 [EMAIL PROTECTED]
 http://lists.alioth.debian.org/mailman/listinfo/pkg-xfce-devel


Could this be caused by http://bugs.debian.org/496125 , perhaps? You
could try downgrading libxml2 and libxml2-dev again, or upgrading to
the new -3 (which unfortunately doesn't seem to have reached lenny
yet).

// Alexander



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



Bug#496634: rkhunter: fails to install/upgrade

2008-08-26 Thread Julien Valroff
Hi Artur,

Le mardi 26 août 2008 à 12:02 +0200, Artur M. Piwko a écrit :
 Package: rkhunter
 Version: 1.3.2-6
 Severity: important
 
 
 rkhunter simply fails to install or upgrade.
 
 Setting up rkhunter (1.3.2-6) ...
 Updating the file properties database:
 [ Rootkit Hunter version 1.3.2 ]
 File updated: searched for 152 files, found 121, missing hashes 7
 dpkg: error processing rkhunter (--configure):
  subprocess post-installation script returned error exit status 1
 Errors were encountered while processing:
  rkhunter
 E: Sub-process /usr/bin/dpkg returned an error code (1)

Do you use prelinking?
Have you tried running 'rkhunter --propupd' by hand?

Chees,
Julien




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



Bug#486376: Bug#495756: ecl has rpath to insecure location (/tmp/buildd/ecl-0.9j-20080306/build/)

2008-08-26 Thread Bill Allombert
On Mon, Aug 25, 2008 at 11:54:26PM +0200, Luca Capello wrote:
 Hi Bill!
 
 For the ECL list: this is a 'serious' bug in the Debian BTS [1].  For
 the reason why rpath is considered harmful by Debian see [2] and [3].
 
 Please don't Cc: me, I read the list.  However, please keep the Debian
 bug cc:ed (no need to subscribe), I set the M-F-T and R-T to both the
 bug and the mailing list to facilitate the above :-)
 
 On Wed, 20 Aug 2008 10:55:51 +0200, Bill Allombert wrote:
  Hello Debian Common Lisp Team,
  ecl includes a ELF file /usr/lib/ecl/asdf.fas with a rpath pointing to
  /tmp/buildd/ecl-0.9j-20080306/build/.
 
 If I'm not wrong, this is a design decision, which seems to be
 officially documented at [4].  However, it's strange that the rpath is
 pointing to /tmp/... and not /usr/lib/ecl/.

This is why I reported the bug: A rpath of /usr/lib/ecl/ is not a
problem if it is intended. However a rpath of
/tmp/buildd/ecl-0.9j-20080306/build/ is a security hole since /tmp is
world-writable: an attacker can
just 'mkdir -p /tmp/buildd/ecl-0.9j-20080306/build/' and then add
trojaned shared library there, and wait for someone to load
/usr/lib/ecl/asdf.fas and compromise their account.

  This allows an attacker with write access to that directory to
  add modified libraries which will be loaded when someone
  else run ecl.
 
 I've added the ECL list to cc:.  While I can easily remove the rpath as
 explained at [3], I'll wait for upstream's voice :-)

Instead of removing it, if /usr/lib/ecl/ was the intended rpath, you can
just replace the rpath with /usr/lib/ecl/.

Cheers,
-- 
Bill. [EMAIL PROTECTED]

Imagine a large red swirl here. 



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



Bug#496644: kernel-wedge: please add it821x to ide-modules

2008-08-26 Thread Frederik Schueler
Package: kernel-wedge
Version: 2.49
Severity: wishlist

Hi,

plase add the it8213 module to ide-modules, it is required on some
intel-based mainboards, for example the Supermicro X7SBI.

I hope this still fits into the release plans.

As amd64 porter, I may commit the changes myself and upload the updated 
kenel-wedge and linux-di-2.6 packages for amd64 if I get the OK.

Best regards
Frederik Schüler

-- 
ENOSIG


signature.asc
Description: Digital signature


Bug#494031: [Pkg-scicomp-devel] Bug#494031: Bug#494031: Bug#494031: paraview_3.2.3-2(sparc/unstable): FTBFS on sparc, bus error

2008-08-26 Thread Ondrej Certik
On Mon, Aug 18, 2008 at 7:55 PM, Ondrej Certik [EMAIL PROTECTED] wrote:
 Hi,

 the problem on sparc is this:

 (sid)[EMAIL PROTECTED]:~/paraview-3.2.2/obj-sparc-linux-gnu/bin$ ./H5detect
 /* Generated automatically by H5detect -- do not edit */
[...]

 Bus error
 (sid)[EMAIL PROTECTED]:~/paraview-3.2.2/obj-sparc-linux-gnu/bin$



 So this should not happen. Now we need to debug this program to figure
 out what went wrong.

Ok, here is how to reproduce it on sparc with upstream hdf5-1.8.1:

$ wget ftp://ftp.hdfgroup.org/HDF5/current/src/hdf5-1.8.1.tar.gz
$ tar xzf hdf5-1.8.1.tar.gz
$ cd hdf5-1.8.1
$ ./configure
$ make
[wait a while, then it compiles H5detect and calls it and it fails]
$ cd src
$ ./H5detect
[...]
Bus error

So the problem is just getting hdf5 run on sparc. Looking at the
Debian package hdf5, it does't have any sparc specific patches.

Looking at the sparc buildlog for the hdf5 package, the H5detect works
just fine in it (search for it):

http://buildd.debian.org/fetch.cgi?pkg=hdf5;ver=1.6.6-4;arch=sparc;stamp=1207153381

So we just need to use this (older) hdf5 in Debian from paraview and
it would solve all problems, because we will leave the portability of
hdf5 to the hdf5 guys. :)

Any volunteers to try to compile paraview with Debian hdf5, instead of
the one in Utilities/hdf5?

That would help a lot, since I am very busy with my thesis now.

Thanks,
Ondrej



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



Bug#496645: Spanish po-debconf translation

2008-08-26 Thread Carlos Eduardo Sotelo Pinto
Package: phpbb2
Severity: wishlist
Tags: patch l10n

please find the attached spanish po-debconf translation

thanks
--
Carlos Eduardo Sotelo Pinto ( KrLoS )
Free and OpenSource Software Developer
GNULinux Registered User #379182
GNULinux Registered Machine #277661
GNULinux Arequipa Users Group||Debian Arequipa Users Group
--
pgp.rediris.es 0xF8554F6B
GPG FP:697E FAB8 8E83 1D60 BBFB 2264 9E3D 5761 F855 4F6B



-- 
Carlos Eduardo Sotelo Pinto ( KrLoS )
Free and OpenSource Software Developer
GNULinux Registered User #379182
GNULinux Registered Machine #277661
GNULinux Arequipa Users Group||Debian Arequipa Users Group
--
subkeys.pgp.net 0xF8554F6B
GPG FP:697E FAB8 8E83 1D60 BBFB 2264 9E3D 5761 F855 4F6B
# phpbb2 translation to spanish 
# Copyright (C) 2008 Software in the Public Interest, SPI Inc.
# This file is distributed under the same license as the phpbb2 package.
#
# Changes
# - Initial translation
# Carlos Eduardo Sotelo Pinto [EMAIL PROTECTED], 2008
#
# Traductores, si no estan familiarizados con el formato PO, merece la 
# pena leer la documentación de gettext, especialmente las secciones 
# dedicadas a este formato, por ejemplo ejecutando
# 
#   info -n '(gettext)PO Files'
#   info -n '(gettext)Header Entry'
#
# - El proyecto de traducción de Debian al español
#   http://www.debian.org/intl/spanish/
# especialmente las notas y normas de traducción en
#   http://www.debian.org/intl/spanish/notas
# 
# - La guía de traducción de po's de debconof
#   /usr/share/doc/po-debconf/README-trans
# o
#   http://www.debian.org/intl/l10n/po-debconf/README-trans
#
# Si tiene dudas o consultas sobre esta traducción consulte con el último
# traductor (campo Last-Translator) y ponga en copia a la lista de
# traducción de Debian al español ([EMAIL PROTECTED])
#
#
msgid 
msgstr 
Project-Id-Version: phpbb2 2.0.23+repack-1\n
Report-Msgid-Bugs-To: Jeroen van Wolffelaar [EMAIL PROTECTED]\n
POT-Creation-Date: 2007-05-31 17:59+0200\n
PO-Revision-Date: 2008-07-31 07:25:45-0500\n
Last-Translator: Carlos Eduardo Sotelo Pinto [EMAIL PROTECTED]\n
Language-Team: Spanish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-POFile-SpellExtra: debconf finalize mysql root MySQL utilize PHP dpkg\n
X-POFile-SpellExtra: conf phpBB phpbb php config localhost\n

#. Type: boolean
#. Description
#: ../phpbb2-conf-mysql.templates:1001
msgid Overwrite your current configuration?
msgstr ¿Sobreescribir la configuración actual?

#. Type: boolean
#. Description
#: ../phpbb2-conf-mysql.templates:1001
msgid 
An existing configuration file for the database has been found as /etc/
phpbb2/config.php
msgstr Se ha encontrado un archivo de configuración existente en /etc/
phpbb2/config.php

#. Type: boolean
#. Description
#: ../phpbb2-conf-mysql.templates:1001
msgid 
Select this if you want to redo this setup. No database will be destroyed, 
but any customization of /etc/phpbb2/config.php will be lost.
msgstr Seleccione esto si desea reescribir la configuración. Ninguna 
base de datos será destruida, pero cualquier configuración personalizada 
en /etc/phpbb2/config.php se perderá

#. Type: select
#. Choices
#: ../phpbb2-conf-mysql.templates:2001
msgid Create, Populate, None
msgstr Crear, Poblar, Ninguno

#. Type: select
#. Description
#: ../phpbb2-conf-mysql.templates:2002
msgid Database creation
msgstr Creación de base de datos

#. Type: select
#. Description
#: ../phpbb2-conf-mysql.templates:2002
msgid 
If you have not yet created a database and want to do so now, choose \Create
\.
msgstr Si aún no ha creado una base de datos y desea hacerlo ahora, 
escoja «Crear».

#. Type: select
#. Description
#: ../phpbb2-conf-mysql.templates:2002
msgid 
If you have created a database that currently has no tables and want to 
create the tables now, choose \Populate\.
msgstr Si usted cuenta con una base de datos que no tiene tablas 
actualmente y quiere crear tablas ahora, escoja «Poblar».

#. Type: select
#. Description
#: ../phpbb2-conf-mysql.templates:2002
msgid If none of the above options applies to you, choose \None\.
msgstr Si ninguna de las opciones se aplica a lo que desea, escoja 
«Ninguno».

#. Type: string
#. Description
#: ../phpbb2-conf-mysql.templates:3001
msgid What is the hostname of your database server?
msgstr ¿Cuál es el nombre de la maquina donde se encuentra el servidor 
de base de datos?

#. Type: string
#. Description
#: ../phpbb2-conf-mysql.templates:3001
msgid If your database is local, accept the default of 'localhost'.
msgstr Si la base de datos es local, acepte el valor por omisión 
«localhost»

#. Type: string
#. Description
#: ../phpbb2-conf-mysql.templates:3001
msgid 
If your database is on a separate computer, then you will need to enter the 
resolvable domain name for that computer.
msgstr Si la base de datos se encuentra en otro ordenador, entonces 
necesita ingresar el nombre de dominio para ese ordenador.

#. Type: string
#. Description

Bug#485769: [pkg-wpa-devel] Bug#485769: wpasupplicant crashes: not with 32bit kernel

2008-08-26 Thread Kel Modderman
severity 485769 important
thanks

On Sunday 24 August 2008 23:50:05 Stefan Fritsch wrote:
 Hrm. It works with linux-image-2.6.25-2-686.
 
 Maybe the severity is not grave after all. But wpasupplicant should not 
 crash.

I cannot reproduce the problem, neither can my peer. Also have little idea
of what can be wrong. Downgrading the severity as it seem to work for many
people.

Thanks, Kel.



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



Bug#496624: util-vserver: missing dependency : schedutils (for ionice)

2008-08-26 Thread Micah Anderson
Hi,

* kaouete [EMAIL PROTECTED] [2008-08-26 01:40-0400]:

 Justification: no longer builds from source

Can you provide a build log showing this?


 It looks like the ionice binary is needed by the configure script.
 It is included in the schedutils package which is not a dependency of
 util-vserver.

There is no such package called 'schedutils', ionice is included in
util-linux. 

micah


signature.asc
Description: Digital signature


Bug#496643: devscripts: [debcommit] Please automatically add the --fixes option when using bzr

2008-08-26 Thread James Westby
Package: devscripts
Version: 2.10.26
Severity: wishlist
Tags: patch
User: [EMAIL PROTECTED]
Usertags: origin-ubuntu intrepid ubuntu-patch

Hi,

bzr has an option to commit called --fixes which allows a revision
property to be set which associates the revision with a particular bug.
For a while now bzr has had built in support for the Debian BTS and
Launchpad.

When the message that is going to be used for the commit contains
Closes: statements it would be great to automatically pass the
--fixes argument, so that the user gets the association with no
effort.

The attached patch does this, please consider applying it.

It uses Dpkg::Changelog from dpkg-dev to find the bug numbers,
and then turns it in to the appropriate command line arguments
for bzr commit.

Thanks,

James

diff -Nru devscripts-2.10.26ubuntu10/scripts/debcommit.pl devscripts-2.10.26ubuntu11/scripts/debcommit.pl
--- devscripts-2.10.26ubuntu10/scripts/debcommit.pl	2008-04-30 09:20:28.0 +0100
+++ devscripts-2.10.26ubuntu11/scripts/debcommit.pl	2008-08-26 13:01:22.0 +0100
@@ -159,12 +159,18 @@
 summary. If multiple changes were detected then an editor will be spawned to
 allow the message to be fine-tuned.
 
+=item Bbzr
+
+If the changelog entry used for the commit message closes any bugs then --fixes
+options to bzr commit will be generated to associate the revision and the bugs.
+
 =cut
 
 use warnings;
 use strict;
 use Getopt::Long;
 use Cwd;
+use Dpkg::Changelog;
 use File::Basename;
 use File::Temp;
 my $progname = basename($0);
@@ -413,6 +419,18 @@
 return (system($prog, @_) != 0) ? 0 : 1;
 }
 
+sub bzr_find_fixes {
+my $message=shift;
+
+my $debian_closes = Dpkg::Changelog::find_closes($message);
+my $launchpad_closes = Dpkg::Changelog::find_launchpad_closes($message);
+
+my @fixes_arg = ();
+map { push(@fixes_arg, (--fixes, deb:.$_)) } @$debian_closes;
+map { push(@fixes_arg, (--fixes, lp:.$_)) } @$launchpad_closes;
+return @fixes_arg;
+}
+
 sub commit {
 my $message=shift;
 
@@ -420,7 +438,7 @@
 	if (@files_to_commit and $all);
 
 my $action_rc;  # return code of external command
-if ($prog =~ /^(cvs|svn|svk|bzr|hg)$/) {
+if ($prog =~ /^(cvs|svn|svk|hg)$/) {
 $action_rc = $diffmode
 	? action($prog, diff, @files_to_commit)
 	: action($prog, commit, -m, $message, @files_to_commit);
@@ -464,6 +482,15 @@
 ) if @files_to_commit;
 	$action_rc = action($prog, $diffmode ? diff : commit, @args);
 }
+elsif ($prog eq 'bzr') {
+if ($diffmode) {
+$action_rc = action($prog, diff, @files_to_commit);
+} else {
+my @fixes_arg = bzr_find_fixes($message);
+$action_rc = action($prog, commit, -m, $message,
+@fixes_arg, @files_to_commit);
+}
+}
 else {
 	die debcommit: unknown program $prog;
 }


Bug#496187: ruby: a comment makes code behave differently

2008-08-26 Thread Lucas Nussbaum
On 23/08/08 at 11:46 +0200, Michal Suchanek wrote:
 Package: ruby
 Version: 4.2
 Severity: normal
 
 
 The attached code fails after about 100 iterations of invoking popen.
 
 However, on this particular interpreter version inserting a comment into
 the code makes it not fail.
 
 On stable the code fails regardless of comment.

It's not a ruby-defaults problem, but a ruby1.8/ruby1.9 one (both are
affected).

It seems that there's a probably when several IO objects point to the
same fd.
Changing:
 t = Thread.new(  (IO::new analyzer.fileno),res){|fd,ary|
To:
 t = Thread.new(analyzer, res){|fd,ary|
makes the problem disappear.

Could someone raise this issue on ruby-dev?
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |



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



Bug#496647: netcfg: ethtool-lite incorrectly reports status of e1000e iface on HP 2510p

2008-08-26 Thread Frans Pop
Package: netcfg
Version: 1.44

On my HP 2510p netcfg offers the wireless interface as default even if the 
wired e1000e interface has a cable connected (and even though I did not 
load the firmware for the wireless).

Reason is that the changelog has:
INFO: eth0 is disconnected. (MII)

I compiled ethtool-lite.c with TEST set and the result when running that 
in the D-I environment was surprising.

CABLE IS CONNECTED
# modprobe -r e1000e
# modprobe e1000e
# ./ethtool-lite eth0
eth0 is connected.
# ip link set eth0 up
# ./ethtool-lite eth0
eth0 is disconnected. (MII)
# ./ethtool-lite eth0
eth0 is connected.
# ip link set eth0 down
# ./ethtool-lite eth0
eth0 is connected. (MII)
# ip link set eth0 up
# ./ethtool-lite eth0
eth0 is connected.
REMOVE THE NETWORK CABLE
# ./ethtool-lite eth0
eth0 is connected. (MII)
# ip link set eth0 down
# ./ethtool-lite eth0
eth0 is connected. (MII)

Note the randomly (?) appearing/disappearing (MII) and the fact that 
after the first link up the interface is first reported as disconnected 
while after pulling the cable the status remains connected.

After some more testing it looks like the first issue could be solved by a 
longer pause in netcfg.c after bringing the interface up and before 
calling ethtool-lite. Changing usleep(250) to sleep(2) resulted in 
correct selection of the default (a sleep of 1 was not enough).

Disadvantage is that that also results in a very long delay from a user 
PoV if other interfaces (in my case bluetooth and wireless) are tested 
first as each interface is brought up separately and has the sleep 
separately.


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


Bug#494031: [Pkg-scicomp-devel] Bug#494031: Bug#494031: Bug#494031: paraview_3.2.3-2(sparc/unstable): FTBFS on sparc, bus error

2008-08-26 Thread Christophe Prud'homme
Ondrej,

thank you for your investigations

I will give it a try this week or next week.

Best regards
C.

On Tue, Aug 26, 2008 at 2:31 PM, Ondrej Certik [EMAIL PROTECTED] wrote:
 On Mon, Aug 18, 2008 at 7:55 PM, Ondrej Certik [EMAIL PROTECTED] wrote:
 Hi,

 the problem on sparc is this:

 (sid)[EMAIL PROTECTED]:~/paraview-3.2.2/obj-sparc-linux-gnu/bin$ ./H5detect
 /* Generated automatically by H5detect -- do not edit */
 [...]

 Bus error
 (sid)[EMAIL PROTECTED]:~/paraview-3.2.2/obj-sparc-linux-gnu/bin$



 So this should not happen. Now we need to debug this program to figure
 out what went wrong.

 Ok, here is how to reproduce it on sparc with upstream hdf5-1.8.1:

 $ wget ftp://ftp.hdfgroup.org/HDF5/current/src/hdf5-1.8.1.tar.gz
 $ tar xzf hdf5-1.8.1.tar.gz
 $ cd hdf5-1.8.1
 $ ./configure
 $ make
 [wait a while, then it compiles H5detect and calls it and it fails]
 $ cd src
 $ ./H5detect
 [...]
 Bus error

 So the problem is just getting hdf5 run on sparc. Looking at the
 Debian package hdf5, it does't have any sparc specific patches.

 Looking at the sparc buildlog for the hdf5 package, the H5detect works
 just fine in it (search for it):

 http://buildd.debian.org/fetch.cgi?pkg=hdf5;ver=1.6.6-4;arch=sparc;stamp=1207153381

 So we just need to use this (older) hdf5 in Debian from paraview and
 it would solve all problems, because we will leave the portability of
 hdf5 to the hdf5 guys. :)

 Any volunteers to try to compile paraview with Debian hdf5, instead of
 the one in Utilities/hdf5?

 That would help a lot, since I am very busy with my thesis now.

 Thanks,
 Ondrej




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



Bug#494031: [Pkg-scicomp-devel] Bug#494031: Bug#494031: Bug#494031: paraview_3.2.3-2(sparc/unstable): FTBFS on sparc, bus error

2008-08-26 Thread Ondrej Certik
 Ok, here is how to reproduce it on sparc with upstream hdf5-1.8.1:

 $ wget ftp://ftp.hdfgroup.org/HDF5/current/src/hdf5-1.8.1.tar.gz
 $ tar xzf hdf5-1.8.1.tar.gz
 $ cd hdf5-1.8.1
 $ ./configure
 $ make
 [wait a while, then it compiles H5detect and calls it and it fails]
 $ cd src
 $ ./H5detect
 [...]
 Bus error

 So the problem is just getting hdf5 run on sparc. Looking at the
 Debian package hdf5, it does't have any sparc specific patches.

I just confirmed, that taking the source package of hdf5 in Debian and doing:

$ ./configure
$ make
$ cd src
$ ./H5detect

will not break, it works nicely. So we just need to take those sources
and be done with it.

Any volunteers?

Ondrej



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



Bug#496548: xmodmap in xdm Xsetup, empty modifier map, broken Shift

2008-08-26 Thread Julien Cristau
On Mon, Aug 25, 2008 at 17:00:08 +0100, Ian Jackson wrote:

  * When xmodmap -pm is run in Xsetup, it prints an empty modifier
map.  That is, there are no modifiers set.
 
14:08  daniels jcristau: getting an empty modmap is a symptom of running 
 without xkb

Does this also happen if xkb-data is installed on the machine running
the X server?

Cheers,
Julien



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



  1   2   3   4   >