Bug#410372: suck failed to read per-host configuration when there is a number in the name

2007-02-10 Thread Remi Vanicat
Package: suck
Version: 4.3.2-5
Severity: normal

When a the name of the server one whant to read news from server whose
name contain a number (say news.example1.com), get-news fail to read
its config file: the regexp /^([a-z\-\_\.]+)\:\s+(.*)$/ at line 50
will not match the 
news.example1.com_userid: foo
line. Using /^([a-z0-9\-\_\.]+)\:\s+(.*)$/ seem to work.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (700, 'unstable'), (700, 'testing'), (500, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages suck depends on:
ii  libc6   2.3.6.ds1-11 GNU C Library: Shared libraries
ii  libssl0.9.8 0.9.8c-4 SSL shared libraries

Versions of packages suck recommends:
ii  perl  5.8.8-7Larry Wall's Practical Extraction 

-- no debconf information


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



Bug#333756: Taking Roundcube ITP

2007-02-10 Thread Vincent Bernat
package wnpp
owner 333756 !
owner 344949 !
thanks

Without any activity  on this ITP since more than one  year, I take it
over. Neil, if you finally do not agree, take the ITP back.
-- 
Make sure every module hides something.
- The Elements of Programming Style (Kernighan  Plauger)


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



Bug#410373: kde-style-polyester: Yellow window buttons

2007-02-10 Thread Brendon Higgins
Package: kde-style-polyester
Version: 1.0~beta1-1
Severity: normal


The buttons on the top of windows using the polyester style are bright yellow, 
except for the icons on 
the buttons themselves. Example attached. It happens on all windows.

Changing the button style in the polyester settings seems to affect the icons, 
but not the yellow 
surrounding.

This occurs on a PowerPC machine. I'm also running an AMD64 box with a similar 
setup, and the problem 
doesn't appear there. So my first guess would be an endianness issue.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-powerpc
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages kde-style-polyester depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-5 core libraries and binaries for al
ii  kwin   4:3.5.5a.dfsg.1-5 the KDE window manager
ii  libc6  2.3.6.ds1-10  GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3

kde-style-polyester recommends no packages.

-- no debconf information


yellow.png
Description: PNG image


Bug#407460: USB ethernet interface renamed after installation on NSLU2 which causes the system to be inaccessible

2007-02-10 Thread Gordon Farquharson

On 1/18/07, Martin Michlmayr [EMAIL PROTECTED] wrote:


Well, I still believe this is a problem with udev.  CCing Marco.


Marco, a while ago, you suggested that the problem could be due to

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=389250

but I still see the problem with 2.6.20 which includes the patch that
apparently fixes 389250. Do you any further ideas ?

Martin, in the meantime, what do you think about adding a script to
the installer to add the following rule to
/etc/udev/rules.d/z25_persistent-net.rules:

# Built-in Ethernet Adapter (NPE-B microcode not present)
SUBSYSTEM==net, DRIVERS==ixp4xx_mac, NAME=eth1

It is a hack, but adding this rule causes the USB Ethernet adapter to
be named eth0 as opposed to eth1_rename. The system would therefore be
accessible after an installation without the NPE-B microcode, which
means that we could downgrade the severity of the bug. I'm not sure
where to put such a script in the installer though.

Gordon

--
Gordon Farquharson


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



Bug#409898: settings.py needs to be a conffile

2007-02-10 Thread Sami Haahtinen
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thanks for the bugreport,

jacques Normand wrote:
 The version 0.8.7 introduced the new style reporting system in the
 package (no more brpt), and it also make setting possible through the 
 /usr/share/pycentral/bcfg2-server/site-packages/Bcfg2/Server/Reports/settings.py
 file. In particular it allows one to use a different backend db.

I'll look in to separating the configuration out of that file and in to
/etc somewhere. It wouldn't make any sense to edit the actual program to
change a setting :)

 Also, would it be possible to have a separate package for the reporting
 system? It would be very useful when one tries to decouple the server
 from the reporting...

That is on my todo list, I can't make any promises when i get around to
do it, but i will try and get it done once i get the time.

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

iD8DBQFFzYRKqbb3MLg9dhwRAplYAKCnsGQdobqvzZDBW65cg3FIqVyBggCfQJiu
BQRx18ggFO3ue6wnHlPXiU0=
=4lDu
-END PGP SIGNATURE-



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



Bug#410374: ecl: depends on MAXPATHLEN or PATH_MAX being defined

2007-02-10 Thread Pierre THIERRY
Package: ecl
Version: 0.9i-2
Severity: important
Tags: patch
Justification: fails to build from source

ECL throws an error during compilation if neither MAXPATHLEN nor
PATH_MAX are defined, though POSIX explicitely permits those constants
to be undefined. Applications should test for their definition and if
needed use sysconf() to get the actual value.

As neither constant is defined on Hurd, ECL wouldn't build at all.

Here is a preliminary (and rather unintrusive) patch that doesn't check
at runtime for the limit but enable building ECL:



diff -r 045b9347e44a src/c/pathname.d
--- a/src/c/pathname.d  Tue Feb 06 17:36:54 2007 +0100
+++ b/src/c/pathname.d  Sat Feb 10 06:27:50 2007 +0100
@@ -29,8 +29,8 @@
 #ifndef MAXPATHLEN
 # ifdef PATH_MAX
 #   define MAXPATHLEN PATH_MAX
-# else
-#   error Either MAXPATHLEN or PATH_MAX should be defined
+//# else
+//#   error Either MAXPATHLEN or PATH_MAX should be defined
 # endif
 #endif
 
@@ -754,8 +754,10 @@ si_coerce_to_filename(cl_object pathname
FEerror(Pathname ~A does not have a physical namestring,
1, pathname_orig);
}
+#ifdef MAXPATHLEN
if (namestring-base_string.fillp = MAXPATHLEN - 16)
FEerror(Too long filename: ~S., 1, namestring);
+#endif
return namestring;
 }
 
diff -r 045b9347e44a src/c/unixfsys.d
--- a/src/c/unixfsys.d  Tue Feb 06 17:36:54 2007 +0100
+++ b/src/c/unixfsys.d  Sat Feb 10 06:38:53 2007 +0100
@@ -49,8 +49,8 @@
 #ifndef MAXPATHLEN
 # ifdef PATH_MAX
 #   define MAXPATHLEN PATH_MAX
-# else
-#   error Either MAXPATHLEN or PATH_MAX should be defined
+//# else
+//#   error Either MAXPATHLEN or PATH_MAX should be defined
 # endif
 #endif
 
@@ -247,7 +247,15 @@ FILE *
 FILE *
 backup_fopen(const char *filename, const char *option)
 {
+#ifdef MAXPATHLEN
char backupfilename[MAXPATHLEN];
+#else
+   char *backupfilename = malloc(strlen(filename) + 5);
+   if (backupfilename == NULL) {
+   // not sure how allocation failure should be dealt with
+   FElibc_error(Cannot allocate memory for backup filename, 0);
+   }
+#endif
 
strcat(strcpy(backupfilename, filename), .BAK);
 #ifdef _MSC_VER
@@ -258,6 +266,9 @@ backup_fopen(const char *filename, const
if (rename(filename, backupfilename))
FElibc_error(Cannot rename the file ~S to ~S., 2,
 make_constant_base_string(filename), 
make_simple_base_string(backupfilename));
+#ifndef MAXPATHLEN
+   free(backupfilename);
+#endif
return fopen(filename, option);
 }
 



-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (501, 'stable'), (500, 'unstable'), (500, 
'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages ecl depends on:
ii  common-lisp-controller6.9This is a Common Lisp source and c
ii  gcc-4.1   4.1.1-21   The GNU C compiler
ii  libc6 2.3.6.ds1-10   GNU C Library: Shared libraries
ii  libgc-dev 1:6.8-1conservative garbage collector for
ii  libgc1c2  1:6.8-1conservative garbage collector for
ii  libgmp3-dev   2:4.2.1+dfsg-4 Multiprecision arithmetic library 
ii  libgmp3c2 2:4.2.1+dfsg-4 Multiprecision arithmetic library
ii  libncurses5-dev   5.5-5  Developer's libraries and docs for

ecl recommends no packages.

-- no debconf information

-- 
[EMAIL PROTECTED]
OpenPGP 0xD9D50D8A


signature.asc
Description: Digital signature


Bug#408491: insserv: Boot pauses until a key is pressed

2007-02-10 Thread John O'Hagan
On Wednesday 31 January 2007 17:11, you wrote:
 On Wednesday 31 January 2007 17:10, you wrote:
  On Friday 26 January 2007 19:51, you wrote:
   [John O'Hagan]
  
A small annoyance: for a few months now, my etch box stops booting
at a particular point, whereupon I must hit any key, and it then
completes. I am not entirely sure, but I think that the last change
I made was to install insserv.
  
   You only mention installing insserv.  Did you activate it too?  If
   not, it should not affect the boot at all.  Please send the output
   from ls /etc/rcS ; ls /etc/rc3 to allow me to guess what might be
   wrong with the boot.
 
  Hi Petter,
 
  I forgot to mention that I did run insserv.
 
  I must admit that I am only guessing that the issue is related to
  insserv, from the fact that it was activated shortly before the pausing
  began, and that it is a boot-related thing. Perhaps reasonable but
  certainly not conclusive.

[...]

Some progress:

At some point before installing insserv I had edited /etc/default/rcS to 
include the line:

CONCURRENCY=shell

to speed up boot time, which it did without problems until I encountered this 
pausing issue.

Changing it to startpar froze the boot very early and Alt+Shift+SysRq was 
needed. I have used startpar concurrency in the past without problems, too.

Changing the value to none meant that booting no longer paused. This was 
reproducible.

One possible explanation of this could be that these concurrency modes are 
incompatible with insserv, or with something else on my system which first 
occurred around the same time I installed insserv.

Whatever the deeper cause, my particular little problem is solved.

Thanks and regards,

John





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



Bug#410375: network interfaces not autoconfigured for ipv6 after reboot

2007-02-10 Thread Amos Jeffries


Package: linux-image-2.6.18-4-486
Version: 2.6.18-4

After upgrading to this package from linux-image-2.6.18-3-486
the network interfaces are auto-configured with IPv4 and link-local 
addresses.

But the config for the Scope:Global addresses is not done.
Router advertisements from the link router are also ignored.

Nothing appears to be logged anywhere to indicate what the problem is.

Booting in 2.6.18-3 after the upgrade shows the correct behavior, so it 
looks like it's a build-specific issue.


AYJ



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



Bug#409504: alpine: please do not conflicts: against nano

2007-02-10 Thread Asheesh Laroia

X-Debbugs-CC: [EMAIL PROTECTED], [EMAIL PROTECTED]

Thanks Fabian for the bug report.  I intend to apply this patch unless 
either of the two CC:d maintainers of nano object.


Also, I'm curious - what would you maintainers of nano think if I renamed 
the alpine-pico binary package to just pico?  That's really what the 
package is called, and the fact that it's part of the alpine source 
package is irrelevant to the user.


-- Asheesh.

--
The Moral Majority is neither.


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



Bug#409510: xpdf-utils: please be alternative with poppler-utils, rather than conflict

2007-02-10 Thread Reuben Thomas

On Tue, 6 Feb 2007, Hamish Moffatt wrote:


I don't see them as sufficiently different to warrant it. The intention
is that they are the same, I think (unless poppler-utils is adding
features not found in xpdf-utils). Probably the only difference then is
bugs, which should be reported.


If this is the only difference, there shouldn't be two packages!


That's not a common scenario,


If the only difference between these packages is bugs, then surely trying 
them alternately to work around a bug is exactly a common scenario!


I think apt-get install poppler-utils and apt-get install xpdf-utils 
is easier than driving update-alternatives.


It's not easier: if one is disconnected one has to ensure that both packages 
are cached, or downloaded manually; if one is connected one has to wait. In 
any case, it's a single command to change the alternatives, just as to 
install one package or the other.


In summary, I don't understand the present situation. It seems that either 
the two packages only differ by bugs, in which case having them both is 
somewhere between silly, odd and annoying, or they are different, in which 
case making them conflict is inconvenient. Have you discussed this with the 
poppler-utils maintainer?


--
http://rrt.sc3d.org/ | impeccable, a.  not liable to detection (Bierce)


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



Bug#410376: module-init-tools: blacklisting module pcspkr does not work

2007-02-10 Thread Andrei Popescu
Package: module-init-tools
Version: 3.3-pre4-1
Severity: normal


I created a file /etc/modprobe.d/00local with:

blacklist ipv6
blacklist pcspkr

This works for ipv6 but not for pcspkr.

Regards,
Andrei

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages module-init-tools depends on:
ii  libc6   2.3.6.ds1-11 GNU C Library: Shared libraries
ii  lsb-base3.1-23   Linux Standard Base 3.1 init scrip

module-init-tools recommends no packages.

-- no debconf information


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



Bug#410345: wammu: segfaults on startup

2007-02-10 Thread Michal Čihař
reassign 410345 python-gammu
tags 410345 fixed-upstream upstream
thanks

Hi

This problem is caused by your wrongly configured locales, which you
didn't generate (try dpkg-reconfigure locales). This exposes one bug in
python-gammu which leads this crash.

Anyway I just committed fix to upstream.

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


signature.asc
Description: PGP signature


Bug#410375: network interfaces not autoconfigured for ipv6 after reboot

2007-02-10 Thread Bastian Blank
tags 410375 confirmed
severity 410375 grave
thanks

On Sat, Feb 10, 2007 at 10:06:55PM +1300, Amos Jeffries wrote:
 Booting in 2.6.18-3 after the upgrade shows the correct behavior, so it 
 looks like it's a build-specific issue.

There slipped an incomplete patch in which disables the registration of
the all nodes multicast address.

Bastian

-- 
Get back to your stations!
We're beaming down to the planet, sir.
-- Kirk and Mr. Leslie, This Side of Paradise,
   stardate 3417.3


signature.asc
Description: Digital signature


Bug#389865: horde3: main panel fails to load when using weatherdotcom

2007-02-10 Thread Anthony Brock
 -Original Message-
 Try removing php-cache. If that doesn't work, please try to obtain a
 backtrace at time of the error.

This seems to have stopped the error! Thanks! Now we see the following in
the Weather Forecast section:

The weather.com block is not available.

What's the next stop to troubleshoot/resolve the issue? Also, how would I
acquire a backtrace at the time of error? Would this be found in the logs?

 You could weatherdotcom from the main page.

I apologize for such a slow response. However, I found your message
confusing at first. Unfortunately, I'm still not certain what you mean by
this last line. How do I weatherdotcom from the main page? Am I supposed
to click something, or type something in for a URL?

Thanks again! It's great that my customers can view the main webpage again.

Tony




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



Bug#389865: horde3: main panel fails to load when using weatherdotcom

2007-02-10 Thread Lionel Elie Mamane
On Thu, Nov 23, 2006 at 09:16:58AM -0800, Anthony Brock wrote:

 Have you had a chance to investigate this bug?

Try removing php-cache. If that doesn't work, please try to obtain a
backtrace at time of the error.

 Even a solution for removing the panel so my customers can still use
 the main page would be appreciated.

You could weatherdotcom from the main page.

-- 
Lionel


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



Bug#389865: horde3: main panel fails to load when using weatherdotcom

2007-02-10 Thread Lionel Elie Mamane
On Thu, Sep 28, 2006 at 12:01:40AM -0700, Anthony Brock wrote:

 I'm now encountering the following error in the main panel after I login:

 Fatal error: Cannot use object of type Cache_Error as array in 
 /usr/share/php/Cache/Container.php on line 345

 I was able to successfully recreate this with another users account
 by adding weather.com to the layout.

This seems to be similar to bug #342161 which is supposed to having
been fixed in 3.0.9-1. #342161 refers to a particular commit upstream,
but http://cvs.horde.org/ is unresponsive right now, so I can't
investigate this fully right now.

-- 
Lionel


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



Bug#400647: glpk: New upstream version available

2007-02-10 Thread Rafael Laboissiere
* Rafael Laboissiere [EMAIL PROTECTED] [2007-01-31 21:59]:

 Etch is now frozen and uploading version 4.13 to unstable will not cause
 problems.  Please, do it.  That way, I will be able to upload version 4.13
 of glkp-shlib (which is now in experimental) and build the next version of
 octave2.9 using those new packages.

JFTR, upstream released 4.14 last week.
 
-- 
Rafael


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



Bug#403533: removing the wontfix tag

2007-02-10 Thread Thomas Huriaux
tags 403533 -wontfix
thanks

As the fix for this bug is really easy, I assume the wontfix tag only
comes from the merge and can therefore be removed.

Cheers,

-- 
Thomas Huriaux


signature.asc
Description: Digital signature


Bug#402450: Upgrade

2007-02-10 Thread Philippe Cloutier

severity 402450 serious
thanks

Steve Langasek a écrit :


[...]

Actually, there was one, namely in the package maintainer's opinion, 
makes the package unsuitable for release.
   



You're not the maintainer.


Indeed. Marco is, though.


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



Bug#410377: gdebi: French translation update

2007-02-10 Thread Jean-Luc Coulon (f5ibh)
Package: gdebi
Version: 0.1.6-0.1
Severity: wishlist
Tags: patch l10n

Hi,

Please find attached the French translation update, proofread by the
debian-l10n-french mailing list contributors.

Regards

Jean-Luc

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (900, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20-k8-1
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages gdebi depends on:
ii  gksu  2.0.0-1graphical frontend to su
ii  gnome-icon-theme  2.14.2-2   GNOME Desktop icon theme
ii  python2.4.4-2An interactive high-level object-o
ii  python-apt0.6.20 Python interface to libapt-pkg
ii  python-glade2 2.8.6-8GTK+ bindings: Glade support
ii  python-gtk2   2.8.6-8Python bindings for the GTK+ widge
ii  python-support0.5.6  automated rebuilding support for p
ii  python-vte1:0.12.2-4 Python bindings for the VTE widget

gdebi recommends no packages.

-- no debconf information
# French translation of gdebi.
# Copyright (C) 2005
# This file is distributed under the same license as the gdebi package.
# Jean-Luc Coulon (f5ibh) [EMAIL PROTECTED], 2005.
#
msgid 
msgstr 
Project-Id-Version: gdebi\n
Report-Msgid-Bugs-To: [EMAIL PROTECTED]
POT-Creation-Date: 2007-01-28 21:40+\n
PO-Revision-Date: 2007-02-03 10:24+0100\n
Last-Translator: Jean-Luc Coulon (f5ibh) [EMAIL PROTECTED]\n
Language-Team: French debian-l10n-french@lists.debian.org\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=UTF-8\n
Content-Transfer-Encoding: 8bit\n
X-Poedit-Language: French\n
X-Poedit-Country: FRANCE\n

#: ../gdebi:20
#, c-format
msgid Usage: %s [package.deb]
msgstr Utilisation : %s [paquet.deb]

#: ../gdebi:22
msgid 
To use the graphical user interface, right-click\n
on a '.deb' software package in the file browser\n
and select: Open with 'GDebi Package Installer'.
msgstr 
Pour utiliser l'interface utilisateur graphique, faites un clic droit\n
sur un paquet « .deb » dans le navigateur de fichiers et choisissez :\n
Ouvrir avec « Installateur de paquets GDebi ».

#: ../gdebi:27
#, c-format
msgid gdebi error, file not found: %s
msgstr Erreur gdebi, fichier introuvable : %s

#: ../gdebi:33 ../GDebi/GDebiCli.py:70
msgid Do you want to install the software package? [y/N]:
msgstr Voulez-vous installer le paquet du logiciel ? [y/N]

#: ../gdebi-gtk:27
msgid Run non-interactive (dangerous!)
msgstr Lancer de manière non interactive (dangereux !) 

#: ../data/gdebi.glade.h:1
msgid   
msgstr   

#: ../data/gdebi.glade.h:2
msgid (c) 2005-2006 Canonical
msgstr (c) 2005-2006 Canonical

#: ../data/gdebi.glade.h:3
msgid bbig   /big/b
msgstr bbig   /big/b

#: ../data/gdebi.glade.h:4
msgid bMaintainer:/b
msgstr bResponsable :/b

#: ../data/gdebi.glade.h:5
msgid bPriority:/b
msgstr pPriorité :/b

#: ../data/gdebi.glade.h:6
msgid bSection:/b
msgstr bSection :/b

#: ../data/gdebi.glade.h:7
msgid bSize:/b
msgstr bTaille :/b

#: ../data/gdebi.glade.h:8
msgid bTo install the following changes are required:/b
msgstr 
bAfin d'effectuer l'installation, les modifications suivantes sont 
nécessaires :/b

#: ../data/gdebi.glade.h:9
msgid bVersion:/b
msgstr bVersion :/b

#: ../data/gdebi.glade.h:10
msgid Description
msgstr Description

#: ../data/gdebi.glade.h:11
msgid Description:
msgstr Description :

#: ../data/gdebi.glade.h:12
msgid Details
msgstr Détails

#: ../data/gdebi.glade.h:13
msgid GPL, see /usr/share/common-licenses/GPL
msgstr GPL, voir /usr/share/common-licences/GPL

#: ../data/gdebi.glade.h:14
msgid Included Files
msgstr Fichiers inclus

#: ../data/gdebi.glade.h:15 ../data/gdebi.desktop.in.h:2
msgid Install and view software packages
msgstr Installer et visualiser des paquets .deb

#: ../data/gdebi.glade.h:16 ../data/gdebi.desktop.in.h:3
msgid Package Installer
msgstr Installateur de paquets

#: ../data/gdebi.glade.h:17
msgid Package:
msgstr Paquet :

#: ../data/gdebi.glade.h:18
msgid Status:
msgstr État :

#: ../data/gdebi.glade.h:19
msgid Terminal
msgstr Terminal

#: ../data/gdebi.glade.h:20
msgid _Details
msgstr _Détails

#: ../data/gdebi.glade.h:21
msgid _File
msgstr _Fichier

#: ../data/gdebi.glade.h:22
msgid _Help
msgstr _Aide

#: ../data/gdebi.glade.h:23 ../GDebi/GDebi.py:214 ../GDebi/GDebi.py:282
msgid _Install Package
msgstr _Installer le paquet

#: ../data/gdebi.glade.h:24
msgid gdebi
msgstr gdebi

#. TRANSLATORS: Replace this string with your names, one name per line.
#: ../data/gdebi.glade.h:26
msgid translator-credits
msgstr 
Jean-Luc Coulon (f5ibh) [EMAIL PROTECTED]\n
et les membres de la liste debian-l10n-french@lists.debian.org

#: ../data/gdebi.xml.in.h:1
msgid Software package
msgstr Paquets .deb

#: ../data/gdebi.desktop.in.h:1
msgid GDebi Package Installer
msgstr Installateur de paquets GDebi

#: ../GDebi/GDebi.py:54
msgid Loading...
msgstr 

Bug#406465: [bind backend] TXT record parsing overflow with special characters

2007-02-10 Thread Jeroen van Wolffelaar
On Sat, Feb 10, 2007 at 01:09:19AM +0100, Moritz Muehlenhoff wrote:
 Jeroen van Wolffelaar wrote:
  Package: pdns-server
  Version: 2.9.20-7
  Severity: serious
  Tags: security
  
  (serious because what I see looks like a buffer overflow, however, I
  didn't look into the code yet, so I make no claims as to whether this is
  exploitable)
 
 Despite having a team in the maintainer field and being RC this bug log
 shows no visible reaction since a month. If it's unmaintained we shouldn't
 include it in Etch.

One note, for all the bugs that I reported, it seemed limited to the
bind backend, and one not-yet-reported bug about it is that it actually
often 'forgets' zones too (not reported yet because I wanted to try to
reproduce on etch instead of on sarge, I will report it this weekend).

Reportedly, the other backends work just fine, and also, those are the
backend configuration in which pdns sees wide deployment (the usecase
for pdns with bind backend is pretty limited).

An option, therefore, is to have a pdns uploaded without the bind
backend, and a NEWS.Debian stating that sorry, no bind backend
available, because it's not of release quality or something.

Since other than our brief attempt at using pdns-with-bind-backend, I'm
not having any experience with pdns, I don't feel comfortable making
this change (and decision) myself, it's also pretty invasive so not
typically something to do in a NMU.

--Jeroen

-- 
Jeroen van Wolffelaar
[EMAIL PROTECTED] (also for Jabber  MSN; ICQ: 33944357)
http://Jeroen.A-Eskwadraat.nl


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



Bug#410379: libmono-firebirdsql1.7-cil: Please consider linking to libfbclient instead of libfbembed

2007-02-10 Thread Damyan Ivanov
Package: libmono-firebirdsql1.7-cil
Version: 1.2.2.1-1
Severity: normal

Hi,

Please consider linking libmono-firebirdsql1.7-cil with libfbclient1,
not libfbembed1.

The reason for this request is that I am preparing new release of
firebird packages that include a change of installation path, causing
binaries linked with the old libfbembed1 to stop working when using
direct connection path (no server: in the connection string). There will
be no shlibs bump, nor package rename.

The problem can be easily solved also by rebuilding (bin-NMU too)
libmono-firebirdsql1.7-cil with the newer libfbembed1.

However, I believe that libfbclient1 is the better choice anyway, since
libfbclient is thread-safe (libfbembed1 is not).

libfbembed is actually for embedded applications, when the firebird
server needs to be built into the application itself.


Please tell me what your intention is
a) link with libfbclient (preferred) (could be made for etch)
b) rebuild with newer libfbembed (possible after etch release)

If you choose b), I'll notify you (or request all-arch bin-NMU if you
wish) when new libfbembed package is upploaded.


Thanks you for your time,
dam

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)


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



Bug#410378: tau_2.16-2(experimental/alpha/ds10): FTBFS: TauLinuxTimers.c:16: error: impossible constraint in 'asm'

2007-02-10 Thread Marc 'HE' Brockschmidt
Package: tau
Version: 2.16-2
Severity: serious
Tags: experimental

Automatic build of tau_2.16-2 on ds10 by sbuild/alpha 98-farm
Build started at 20070210-0022
[...]
gcc -c -fPIC-g -O2 TauLinuxTimers.c
TauLinuxTimers.c: In function 'getLinuxHighResolutionTscCounter':
TauLinuxTimers.c:16: error: impossible constraint in 'asm'
make[2]: *** [TauLinuxTimers.o] Error 1
make[2]: Leaving directory `/build/buildd/tau-2.16/src/Profile'
make[1]: *** [install] Error 2
make[1]: Leaving directory `/build/buildd/tau-2.16'
make: *** [stamps/build-arch] Error 2

[Full log on 
http://experimental.ftbfs.de/fetch.php?pkg=tauver=2.16-2arch=alphastamp=1171092341file=logas=raw]

Marc
-- 
Fachbegriffe der Informatik - Einfach erklärt
190: Cisco
   Protokolhure. (unbekannt)


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



Bug#410380: gnome-keyboard-properties: setting Compose key is ignored

2007-02-10 Thread Andreas Zwinkau
Package: gnome-control-center
Version: 1:2.14.2-6
Severity: normal

gnome-keyboard-properties gives various options to set the Compose key 
position, but setting any of them them has no effect.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages gnome-control-center depends on:
ii  capplets-data 1:2.14.2-6 configuration applets for GNOME 2 
ii  desktop-file-utils0.11-1 Utilities for .desktop files
ii  gnome-desktop-data2.14.3-1   Common files for GNOME 2 desktop a
ii  gnome-icon-theme  2.14.2-2   GNOME Desktop icon theme
ii  gnome-menus   2.16.1-2   an implementation of the freedeskt
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.12.4-1   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libavahi-client3  0.6.16-2   Avahi client library
ii  libavahi-common3  0.6.16-2   Avahi common library
ii  libavahi-glib10.6.16-2   Avahi glib integration library
ii  libbonobo2-0  2.14.0-3   Bonobo CORBA interfaces library
ii  libbonoboui2-02.14.0-5   The Bonobo UI library
ii  libc6 2.3.6.ds1-10   GNU C Library: Shared libraries
ii  libcairo2 1.2.4-4The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.0.2-1simple interprocess messaging syst
ii  libebook1.2-5 1.6.3-3Client library for evolution addre
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libfontconfig12.4.2-1generic font configuration library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared lib
ii  libgconf2-4   2.16.0-3   GNOME configuration database syste
ii  libgcrypt11   1.2.3-2LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.6.0-4  library to load .glade files at ru
ii  libglib2.0-0  2.12.4-2   The GLib library of C routines
ii  libgnome-desktop-22.14.3-1   Utility library for loading .deskt
ii  libgnome-keyring0 0.6.0-3GNOME keyring services library
ii  libgnome-menu22.16.1-2   an implementation of the freedeskt
ii  libgnome-window-settings1 1:2.14.2-6 Utility library for getting window
ii  libgnome2-0   2.16.0-2   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.14.0-2   A powerful object-oriented display
ii  libgnomeui-0  2.14.1-2   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.14.2-4   GNOME virtual file-system (runtime
ii  libgnutls13   1.4.4-3the GNU TLS library - runtime libr
ii  libgpg-error0 1.4-1  library for common error values an
ii  libgstreamer-plugins-base 0.10.10-4  GStreamer libraries from the base
ii  libgstreamer0.10-00.10.10-2  Core GStreamer libraries and eleme
ii  libgtk2.0-0   2.8.20-5   The GTK+ graphical user interface 
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libmetacity0  1:2.14.5-2 library of lightweight GTK2 based 
ii  libnautilus-extension12.14.3-7   libraries for nautilus components 
ii  liborbit2 1:2.14.3-0.1   libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.14.8-4   Layout and rendering of internatio
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libpopt0  1.10-3 lib for parsing cmdline parameters
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libstartup-notification0  0.8-2  library for program launch feedbac
ii  libtasn1-30.3.6-2Manage ASN.1 structures (runtime)
ii  libx11-6  2:1.0.3-5  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.1-5  X11 miscellaneous 'fixes' extensio
ii  libxft2   2.1.8.2-8  FreeType-based font drawing librar
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxklavier10 2.2-4  X Keyboard Extension high-level AP
ii  libxml2   2.6.27.dfsg-1  GNOME XML library
ii  libxrandr22:1.1.0.2-5X11 RandR extension library
ii  libxrender1  

Bug#410385: ERROR: Could not find Intel PRO/Wireless 3945ABG Network Connection

2007-02-10 Thread lars kaleschke

Package: ipw3945d
Version: 1.7.22-4
Severity: important

*** Please type your report below this line ***
System: Dell D520

ipw3945d
ipw3945d - regulatory daemon
Copyright (C) 2005-2006 Intel Corporation. All rights reserved.
version: 1.7.22
2007-02-10 12:33:11: ERROR: Could not find Intel PRO/Wireless 3945ABG 
Network Connection


lspci
0c:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG 
Network Connection (rev 02)


modprobe -l
/lib/modules/2.6.18-3-686/ipw3945.ko

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

Versions of packages ipw3945d depends on:
ii  adduser 3.102Add and remove users and groups
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  lsb-base3.1-22   Linux Standard Base 3.1 
init scrip


Versions of packages ipw3945d recommends:
ii  firmware-ipw3945  0.3Binary firmware for IPW3945

-- no debconf information



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



Bug#410382: swat: Please add Finnish translation for SWAT

2007-02-10 Thread Lauri Nurmi
Package: swat
Version: 3.0.23d-4
Severity: normal
Tags: patch l10n


A month ago SWAT was translated into Finnish.  It would be nice to have this 
translation included in Etch, if possible.  The translation (fi.msg) can be e.g.
grabbed from Samba's SVN repository.  (Path: trunk/source/po/fi.msg)


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

Versions of packages swat depends on:
ii  libc62.3.6.ds1-10GNU C Library: Shared libraries
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-1 common error description library
ii  libcupsy 1.2.7-4 Common UNIX Printing System(tm) - 
ii  libgnutl 1.4.4-3 the GNU TLS library - runtime libr
ii  libkrb53 1.4.4-6 MIT Kerberos runtime libraries
ii  libldap2 2.1.30-13.2 OpenLDAP libraries
ii  libpam0g 0.79-4  Pluggable Authentication Modules l
ii  libpopt0 1.10-3  lib for parsing cmdline parameters
ii  netbase  4.29Basic TCP/IP networking system
ii  samba3.0.23d-4   a LanManager-like file and printer
ii  samba-do 3.0.23d-4   Samba documentation
ii  zlib1g   1:1.2.3-13  compression library - runtime

swat recommends no packages.

-- no debconf information


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



Bug#344949: Bug#333756: Taking Roundcube ITP

2007-02-10 Thread Neil McGovern
On Sat, Feb 10, 2007 at 09:02:31AM +0100, Vincent Bernat wrote:
 Without any activity  on this ITP since more than one  year, I take it
 over. Neil, if you finally do not agree, take the ITP back.

Fine by me, it seems I *don't* actually have enough time to look at
this. Thanks for taking care of it :)

Neil
-- 
 weasel dpkg: shut up
 dpkg No, I won't, and you can't make me. :P
 weasel hah.  _I_ can


signature.asc
Description: Digital signature


Bug#410352: gstreamer0.8: Should not be released with Etch

2007-02-10 Thread Loïc Minier
# removal of GStreamer 0.8 vs removal of gst-ffmpeg
clone 410352 -1
retitle -1 Dropping the gstreamer0.8 stack
reassign 410352 gst-ffmpeg
block -1 with 410352
severity -1 important
clone -1 -2 -3 -4
retitle -2 teatime: Please switch to GStreamer 0.10 ASAP
reassign -2 teatime 2.6.0-4
close -2 2.6.0-5
retitle -3 goobox: Please switch to GStreamer 0.10 ASAP
reassign -3 goobox 0.9.93-7
retitle -4 muine: Please switch to GStreamer 0.10 ASAP
reassign -4 muine 0.8.5-1.1
block -1 with -2 -3 -4
stop

Hi,

 Per request of the security team (see below), gst-ffmpeg and its
 associated codecs support will be dropped for etch; this means your
 programs wont support some formats anymore.  I strongly suggest to move
 to GStreamer 0.10 in unstable right now, this might give a chance to
 your program to be reviewed by the release team and transition to Etch.


 For teatime, I'm going to ask for an unblock hint; for muine, I think
 it would be ok to upload the new upstream release.


 This is the request of the security team:

On Sat, Feb 10, 2007, Moritz Muehlenhoff wrote:
 gstreamer-0.8 embeds a full copy of the ffmpeg, which frequently
 has vulnerabilities. For mplayer and gstreamer0.10 exceptions
 were more or less justified, but for gstreamer0.8 this isn't
 the case. It has only three rev-deps: teatime and and muine have
 already easily been fixed in sid/experimental. goobox appears dead
 upstream (According to http://www.gnomefiles.org/app.php?soft_id=531
 the last release is from Nov 2005), has hardly any users in popcon
 and we have plenty of media players in Debian. So unless it's fixed
 to use gstreamer 0.10 it'll need to be removed from Etch along with
 gstreamer 0.8.

   Bye,
-- 
Loïc Minier [EMAIL PROTECTED]



Bug#410381: acidlab: Czech debconf translations in the wrong directory

2007-02-10 Thread Thomas Huriaux
Package: acidlab
Version: 0.9.6b20-18
Severity: minor
Tags: l10n

Hi,

There is a czech debconf templates translation in both the debian/ and
debian/po directories, but the correct one is the one at the wrong place
(i.e. debian/cs.po).

Cheers,

-- 
Thomas Huriaux


signature.asc
Description: Digital signature


Bug#410165: sorry

2007-02-10 Thread Joshua N Pritikin
I see you have provided instructions in bug 381910.


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



Bug#410383: stats unlinking - permission denied

2007-02-10 Thread Neil McGovern
Package: ntp
Version: 1:4.2.2.p4+dfsg-1
Severity: normal


Hi there,

ntp-server is producing lots of odd lines in the syslog:
Feb 10 06:59:35 cheddar ntpd[32025]: can't open 
/var/log/ntpstats/peerstats.20070210: Permission denied
Feb 10 07:00:39 cheddar ntpd[32025]: can't open 
/var/log/ntpstats/peerstats.20070210: Permission denied
Feb 10 07:01:03 cheddar ntpd[32025]: can't open 
/var/log/ntpstats/loopstats.20070210: Permission denied
Feb 10 07:01:03 cheddar ntpd[32025]: can't open 
/var/log/ntpstats/peerstats.20070210: Permission denied
Feb 10 07:01:42 cheddar ntpd[32025]: can't open 
/var/log/ntpstats/peerstats.20070210: Permission denied
Feb 10 07:01:44 cheddar ntpd[32025]: can't open 
/var/log/ntpstats/peerstats.20070210: Permission denied

However, these files are read/write by the user ntp, as is the
directory.

Regards,
Neil
-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages ntp depends on:
ii  adduser  3.101   Add and remove users and groups
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcap1  1:1.10-14   support for getting/setting POSIX.
ii  libreadline5 5.2-2   GNU readline and history libraries
ii  libssl0.9.8  0.9.8c-4SSL shared libraries
ii  lsb-base 3.1-22  Linux Standard Base 3.1 init scrip
ii  netbase  4.27Basic TCP/IP networking system
ii  perl 5.8.8-7 Larry Wall's Practical Extraction 

ntp recommends no packages.

-- debconf-show failed


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



Bug#410308: samba: Samba listing system files under backup share

2007-02-10 Thread Christian Perrier
tags 4410308 confirmed
thanks

Quoting Daniel Fernández ([EMAIL PROTECTED]):
 Package: samba
 Version: 3.0.23d-4
 Severity: normal
 
 Samba server list system files under backup share even whent backup
 share does not exist. However, the contents of the files cannot be
 readed. This bug has been found on etch and sarge systems, in amd64 and
 i386 architectures.
 
 For reproduce the bug:


Actually, I didn't want to believe this, but apparently you're true:

[EMAIL PROTECTED]:~ smbclient -U bubulle //localhost/backup
Password:
Domain=[CC-MYKERINOS] OS=[Unix] Server=[Samba 3.0.24]
smb: \ dir
  .   D0  Tue Feb  6 05:34:37 2007
  ..  D0  Tue Jun 20 13:40:52 2006
  infodir.bak   9494  Fri Feb  9 15:38:35 2007
  passwd.bak2193  Sat Feb  3 16:56:52 2007
  group.bak  947  Tue Jan 16 08:00:08 2007
  shadow.bak1401  Sat Feb  3 16:56:52 2007
  gshadow.bak783  Tue Jan 16 08:00:08 2007
  smbpasswd.bak  107  Wed Nov 22 07:54:20 2006


So, now we have to find out why...:)




signature.asc
Description: Digital signature


Bug#410272: wormux: Fixed

2007-02-10 Thread Benjamin Eikel
Package: wormux
Followup-For: Bug #410272

New version 0.7.9-2 fixes the problem for me. Thank you!


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



Bug#409504: alpine: please do not conflicts: against nano

2007-02-10 Thread Jordi Mallach
Hello,

On Sat, Feb 10, 2007 at 04:04:25AM -0500, Asheesh Laroia wrote:
 Thanks Fabian for the bug report.  I intend to apply this patch unless 
 either of the two CC:d maintainers of nano object.
 
 Also, I'm curious - what would you maintainers of nano think if I renamed 
 the alpine-pico binary package to just pico?  That's really what the 
 package is called, and the fact that it's part of the alpine source 
 package is irrelevant to the user.

I think diverting is probably not the correct solution to this problem.
We should use alternatives for the pico binary, with alpine providing a
higher priority than nano's.

Regarding the binary name, I think it shouldn't be renamed. I don't know
what you mean with the fact that it's part of the alpine source package
is irrelevant. There is a source package in Debian which builds a
pine package (not by default, due to licensing reasons). If you rename
alpine-pico to pico, there'll be two different pico binaries with
different version numbers and source, even if the real one isn't in
the binary archive.

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#410387: podebconf-display-po: error and entropy-text types

2007-02-10 Thread Thomas Huriaux
Package: po-debconf
Version: 1.0.8
Severity: minor
Tags: patch

Hi,

The error type is now perfectly supported by debconf,
podebconf-display-po should reflect that.
There is also a plugin for cdebconf, cdebconf-entropy, which allows one
to use the entropy-text type, which is invalid for debconf, and
therefore not supported by podebconf-display-po.

The attached patch should fix these two issues.

Cheers,

-- 
Thomas Huriaux
--- /usr/bin/podebconf-display-po	2006-12-12 00:25:07.0 +0100
+++ podebconf-display-po	2007-02-10 12:09:57.0 +0100
@@ -97,8 +97,8 @@
 if (s/^#\. Type:\s*(\S+)\n//) {
 $type = lc($1);
 }
-#  The error type is a cdebconf extension.
-$type = 'note' if $type eq 'error';
+#  The entropy-text type is a plugin
+$type = text if $type eq entropy-text;
 if (s/^#\. (\S+)\n//) {
 $field = $1;
 }


signature.asc
Description: Digital signature


Bug#389865: horde3: main panel fails to load when using weatherdotcom

2007-02-10 Thread Lionel Elie Mamane
tags 389865 +unreproducible
thanks

(Please keep [EMAIL PROTECTED] in the CC:)

Further investigation suggests this is different from bug #342161, as
the fix for it is still in (I was afraid it had been removed or
something like that).

On Sat, Feb 10, 2007 at 12:50:54AM -0800, Anthony Brock wrote:

 Try removing php-cache. If that doesn't work, please try to obtain a
 backtrace at time of the error.

 This seems to have stopped the error!

(It was a stopgap measure to stop the main page from not
loading. You'll need to reinstall it to get weather.com working.)

 Thanks! Now we see the following in the Weather Forecast section:

 The weather.com block is not available.

 What's the next stop to troubleshoot/resolve the issue?

The weather.com block works for me (with php-cache installed). I think
something is wrong in your php-cache configuration. Maybe the
temporary files directory it is trying to use does not exist or is not
writable by the user running Apache or PHP?

 Also, how would I acquire a backtrace at the time of error? Would
 this be found in the logs?

Add var_dump(debug_backtrace()); at the line in the file that the
error message refers to. E.g. if it says file FOO line 452, then put
var_dump(debug_backtrace()); (without the quotes) as line 452,
pushing the existing line 452 to 453.


 You could weatherdotcom from the main page.

 I apologize for such a slow response. However, I found your message
 confusing at first. Unfortunately, I'm still not certain what you
 mean by this last line.

I probably meant You could remove weatherdotcom from the main page,
but forgot to type the remove. To get your users a working system
(without weather forecast) until you figure it out.

-- 
Lionel


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



Bug#410373: kde-style-polyester: Yellow window buttons

2007-02-10 Thread Sune Vuorela
tag 410373 +upstream
thanks

 This occurs on a PowerPC machine. I'm also running an AMD64 box with a
 similar setup, and the problem doesn't appear there. So my first guess
 would be an endianness issue.

Thanks for your bug report. I have forwarded it to upstream developer.

/Sune
-- 
I'm not able to boot the cache on the prompt, how does it work?

From DOS XP you should never log in the mousepad, so that from the tools 
inside Netscape you neither must explore with a board over the UltraDMA89 
wordprocessor on the attachment, nor have to insert the program of a coaxial 
monitor to the level-9 directory in order to load a 3D jumper.


pgpi6QsJhi5uR.pgp
Description: PGP signature


Bug#410386: Xorg segfaults randomly

2007-02-10 Thread Shlomi Israel

Package: xorg
Version: 1:7.1.0-11

Hello,
In the past two weeks, Xorg seems to crash randomly on my Debian Etch
machine. It can work for an hour and up to 4 or 5 hours, and then
suddenly it crashes. It also seems to happen, when the screen changes.
When I am not working on this computer, it will not crash.

I asked this in mailing lists, forums and the debian IRC channel, and
finally was told all I can do is file this bug.

The hardware is, a Pentium 4 with a GeForce 6800 GS AGP video card.
I'm using this setup, for 4 months, without problems(*), it only
appeared recently, and I believe it was after upgrading some X related
packages (don't recall which).

This problem occurs with both the free nv driver and the proprietary
nvidia driver. I tried different kernels, tried downgrading to
previous version of Xorg (using snapshot.debian.net), but nothing
worked. It also should be noted, that running a live CD of Ubuntu
Dapper for a whole day, did not result in a crash.

(*) When I first upgraded to Xorg 7.1 from 7.0, I had the exact same
problem, because I didn't upgrade all packages to 7.1. Now however, it
does not seem to be this way, all packages are upgraded. The thread I
opened can be viewed in the following URL:
http://www.nvnews.net/vbulletin/showthread.php?t=78275

I get a back trace in the xorg logs:

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x84) [0x80c4354]
1: [0xb7f83420]
2: /usr/bin/X(Dispatch+0x81) [0x8086b91]
3: /usr/bin/X(main+0x489) [0x806e699]
4: /lib/tls/libc.so.6(__libc_start_main+0xc8) [0xb7d73ea8]
5: /usr/bin/X(FontFileCompleteXLFD+0xa9) [0x806d9d1]

Fatal server error:
Caught signal 11.  Server aborting

Other Info:
$ uname -r
2.6.18-3-686
$ ls -l /lib/libc.so.6
lrwxrwxrwx 1 root root 13 2007-02-09 13:46 /lib/libc.so.6 - libc-2.3.6.so
$ dpkg -s xorg|grep ^Version
Version: 1:7.1.0-11

If more info is needed, please mention that (Can I attach files here?
or do I have to copy their contents to the message body?).

Shlomi


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



Bug#410388: installation-report: Alpha Personal Workstation 500a

2007-02-10 Thread Peter Van Loock
Package: installation-reports
Version: 2.23
Severity: normal



-- Package-specific info:

Boot method: CD
Image version: Daily build netinst of 2007/02/06
Date: 2007/02/10 11h00

Machine: Digital Alpha Personal Workstation 500a
Partitions: 

Disk /dev/sda: 4290 MB, 4290600960 bytes

255 heads, 63 sectors/track, 521 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes


5 partitions:
#   start   end  size fstype   [fsize bsize   cpg]
  a:1*1*0*  ext2
  b:1*   10*9*  ext2
  c:   10*  496*  485*  ext2
  d:  496*  522*   26*  swap

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:

Just after installation, at the first reboot, the machine tried to boot from
its cdrom instead of the first harddisk. Since the cd was no longer present,
this failed. I switched the computer off and on again; this time it booted
from the first harddisk. This also happened on Sarge and at that time there 
was no solution for this (it is not really that much of an issue).

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report.

Once you have filled out this report, mail it to [EMAIL PROTECTED]

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=4.0 (installer build 20070204-23:46)
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
umame -a: Linux alpha500 2.6.18-4-alpha-generic #1 Fri Feb 2 14:27:37 UTC 2007 
alpha unknown
lspci -nn: 00:03.0 Ethernet controller [0200]: Digital Equipment Corporation 
DECchip 21142/43 [1011:0019] (rev 30)
lspci -nn: 00:07.0 ISA bridge [0601]: Contaq Microsystems 82c693 [1080:c693]
lspci -nn: 00:07.1 IDE interface [0101]: Contaq Microsystems 82c693 [1080:c693]
lspci -nn: 00:07.2 IDE interface [0101]: Contaq Microsystems 82c693 [1080:c693]
lspci -nn: 00:07.3 USB Controller [0c03]: Contaq Microsystems 82c693 [1080:c693]
lspci -nn: 00:0c.0 VGA compatible controller [0300]: Texas Instruments TVP4020 
[Permedia 2] [104c:3d07] (rev 01)
lspci -nn: 00:14.0 PCI bridge [0604]: Digital Equipment Corporation DECchip 
21152 [1011:0024] (rev 02)
lspci -nn: 01:04.0 SCSI storage controller [0100]: QLogic Corp. ISP1020 
Fast-wide SCSI [1077:1020] (rev 05)
lspci -vnn: 00:03.0 Ethernet controller [0200]: Digital Equipment Corporation 
DECchip 21142/43 [1011:0019] (rev 30)
lspci -vnn: Flags: bus master, medium devsel, latency 255, IRQ 24
lspci -vnn: I/O ports at 9000 [size=128]
lspci -vnn: Memory at 0a281000 (32-bit, non-prefetchable) [size=128]
lspci -vnn: Expansion ROM at 0a20 [disabled] [size=256K]
lspci -vnn: 
lspci -vnn: 00:07.0 ISA bridge [0601]: Contaq Microsystems 82c693 [1080:c693]
lspci -vnn: Flags: bus master, medium devsel, latency 0
lspci -vnn: 
lspci -vnn: 00:07.1 IDE interface [0101]: Contaq Microsystems 82c693 
[1080:c693] (prog-if 80 [Master])
lspci -vnn: Flags: bus master, medium devsel, latency 0
lspci -vnn: I/O ports at 01f0 [size=8]
lspci -vnn: I/O ports at 03f4 [size=4]
lspci -vnn: I/O ports at 9080 [size=16]
lspci -vnn: 
lspci -vnn: 00:07.2 IDE interface [0101]: Contaq Microsystems 82c693 
[1080:c693] (prog-if 00 [])
lspci -vnn: Flags: bus master, medium devsel, latency 0
lspci -vnn: I/O ports at 0170 [size=8]
lspci -vnn: I/O ports at 0374 [size=4]
lspci -vnn: Memory at 0a26 (32-bit, non-prefetchable) [disabled] 
[size=64K]
lspci -vnn: 
lspci -vnn: 00:07.3 USB Controller [0c03]: Contaq Microsystems 82c693 
[1080:c693] (prog-if 10)
lspci -vnn: Flags: bus master, medium devsel, latency 248, IRQ 10
lspci -vnn: Memory at 0a28 (32-bit, non-prefetchable) [size=4K]
lspci -vnn: 
lspci -vnn: 00:0c.0 VGA compatible controller [0300]: Texas Instruments TVP4020 
[Permedia 2] [104c:3d07] (rev 01)
lspci -vnn: Subsystem: Elsa AG Unknown device [1048:0a32]
lspci -vnn: Flags: bus master, medium devsel, latency 255, IRQ 32
lspci -vnn: Memory at 0a24 (32-bit, non-prefetchable) [size=128K]
lspci -vnn: Memory at 0900 (32-bit, non-prefetchable) [size=8M]
lspci -vnn: Memory at 0980 (32-bit, non-prefetchable) [size=8M]
lspci -vnn: Expansion ROM at 0a27 [disabled] [size=64K]
lspci -vnn: 
lspci -vnn: 00:14.0 PCI bridge [0604]: Digital Equipment 

Bug#410389: libghc6-gtk-dev: postinst requires over 500 MB (virtual) memory!

2007-02-10 Thread Antti-Juhani Kaijanaho
Package: libghc6-gtk-dev
Version: 0.9.10.5-1
Severity: important

The postinst script of this package runs ld which seems to be eating
over 500 MB of virtual memory.  This is excessive!  Why is not linking
done at package build time?

(Thanks for packaging Gtk2HS, BTW:)

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8)

Versions of packages libghc6-gtk-dev depends on:
ii  ghc6  6.6-3  GHC - the Glasgow Haskell Compilat
ii  libatk1.0-0   1.12.4-1   The ATK accessibility toolkit
ii  libc6 2.3.6.ds1-11   GNU C Library: Shared libraries
ii  libcairo2 1.2.4-4The Cairo 2D vector graphics libra
ii  libfontconfig12.4.2-1generic font configuration library
pn  libghc6-cairo-dev none (no description available)
ii  libglib2.0-0  2.12.6-2   The GLib library of C routines
ii  libgmp3c2 2:4.2.1+dfsg-4 Multiprecision arithmetic library
ii  libgtk2.0-0   2.8.20-5   The GTK+ graphical user interface 
ii  libgtk2.0-dev 2.8.20-5   Development files for the GTK+ lib
ii  libpango1.0-0 1.14.8-5   Layout and rendering of internatio
ii  libx11-6  2:1.0.3-5  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension librar
ii  libxfixes31:4.0.1-5  X11 miscellaneous 'fixes' extensio
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxrandr22:1.1.0.2-5X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client libra

libghc6-gtk-dev recommends no packages.

-- no debconf information


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



Bug#410390: cryptsetup: Error in crypttab(5)

2007-02-10 Thread Sebastian Holzmann
Package: cryptsetup
Version: 2:1.0.4+svn26-1
Severity: normal


crypttab(5) says:

CHECKSCRIPTS
(...)
ext3: Checks for a valid ext2/ext3 filesystem

while 'ls /lib/cryptsetup/checks/' lists:

ext2
swap
un_vol_id
vol_id
xfs

So, checking for ext3 will fail. It should read ext2 in the
manpage.


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

Versions of packages cryptsetup depends on:
ii  dmsetup  2:1.02.08-1 The Linux Kernel Device Mapper use
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libdevma 2:1.02.08-1 The Linux Kernel Device Mapper use
ii  libgcryp 1.2.3-2 LGPL Crypto library - runtime libr
ii  libgpg-e 1.4-1   library for common error values an
ii  libpopt0 1.10-3  lib for parsing cmdline parameters
ii  libuuid1 1.39+1.40-WIP-2006.11.14+dfsg-1 universally unique id library

cryptsetup recommends no packages.

-- no debconf information


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



Bug#410391: htop: New upstream version (0.6.5)

2007-02-10 Thread Steve Kowalik

Package: htop
Severity: wishlist

There is a new upstream version (0.6.5) available at htop.sf.net.

-- System Information:
Debian Release: testing/unstable
  APT prefers edgy-updates
  APT policy: (500, 'edgy-updates'), (500, 'edgy-security'), (500, 'edgy')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-10-generic
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

-- 
Steve
I'm a doctor, not a doorstop
 - EMH, USS Enterprise


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



Bug#410392: interactive/preseed=true doesn't work as expected

2007-02-10 Thread Robert Millan
Package: preseed
Severity: normal

Writing it down in a bug report so that it isn't forgotten.

16:00  nyu joeyh: your last change to interactive/preseed isn't working.  I 
believe it's due to the line in env2debconf that reads 'if [ $SEEN ]; then'
 instead of 'if [ $SEEN = 1 ]; then'.  I haven't tried, though, 
but that line is clearly wrong ('[' makes no distinction between 0 and 1)
16:15  nyu no, that wasn't enough..
16:16  nyu I observed that the order of my parameters (locale=xx 
interactive/preseed=true hostname=xx) is altered in /var/lib/preseed/log
16:16  nyu where the order is hostname, locale, then interactive/preseed
16:16  nyu could that be related?

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)


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



Bug#410393: Does not download full video after partial viewing within browser

2007-02-10 Thread Matt Kraai
Package: epiphany-browser
Version: 2.14.3-5

When I start watching a video within Epiphany, press the back button
before the video finishes playing, and right-click on the link to the
video and select Download Link, the Download window flashes
on-screen for less than a second and disappears.  When I watch the
downloaded file, it only contains the initial portion of the video.
Trying to download the video again has no effect until Epiphany is
restarted.  I think it should download the full video the first time.

You can see an example of this using the 90 megabyte divx link on

 http://kitenet.net/~joey/learnstofly.html

-- 
Matt   http://ftbfs.org/


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



Bug#410383: [pkg-ntp-maintainers] Bug#410383: stats unlinking - permission denied

2007-02-10 Thread Peter Eisentraut
Neil McGovern wrote:
 07:01:44 cheddar ntpd[32025]: can't open
 /var/log/ntpstats/peerstats.20070210: Permission denied

 However, these files are read/write by the user ntp, as is the
 directory.

selinux?


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



Bug#409504: alpine: please do not conflicts: against nano

2007-02-10 Thread Santiago Vila
On Sat, 10 Feb 2007, Jordi Mallach wrote:

 Regarding the binary name, I think it shouldn't be renamed. I don't know
 what you mean with the fact that it's part of the alpine source package
 is irrelevant. There is a source package in Debian which builds a
 pine package (not by default, due to licensing reasons). If you rename
 alpine-pico to pico, there'll be two different pico binaries with
 different version numbers and source, even if the real one isn't in
 the binary archive.

Hello Jordi. I don't understand the exact meaning of this last paragraph.

The pico package was dropped from the pine source package a long time
ago, so we can consider it completely deprecated by now, and I doubt a
lot of people have it installed, considering that nano is much better
than the old pico.


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



Bug#399992: [Adduser-devel] Bug#399992: adduser: misleading warning message

2007-02-10 Thread Stephen Gran
This one time, at band camp, Alexander Klauer said:
 Am Donnerstag 23 November 2006 11:48 schrieb Marc Haber:
  I'd prefer changing the error message to Warning: The home dir you
  specified cannot be accessed, with dir does not exist being a
  special case (a not existing directory is inaccessible).
 
 Fine. Thank you!

I have changed it in svn, but do not want to upload yet, so as not to
change strings during the freeze.  The new error message will say:
Warning: The home dir you specified cannot be accessed: 
followed by the reason (does not exist, not a directory, can't access,
etc).

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


signature.asc
Description: Digital signature


Bug#406728: [Tickets #4890] Re: preferences: use_trash disables delhide

2007-02-10 Thread bugs
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=4890
---
 Ticket | 4890
 Updated By | [EMAIL PROTECTED]
 Summary| preferences: use_trash disables delhide
 Queue  | IMP
 Version| 4.1.3
 Type   | Bug
 State  | Not A Bug
 Priority   | 1. Low
 Owners | 
---


[EMAIL PROTECTED] (2007-02-10 03:30) wrote:

I remain unvoncinced. Delete-but-not-expunged messages can be left by other
applications than IMP. The user may wish to hide those. I see no point in
removing that choice from the user. What is *achieved* by that?

I'm applying this patch to the version distributed by Debian:

--- orig/lib/Mailbox.php
+++ mod/lib/Mailbox.php
@@ -171,7 +171,6 @@
 $this-_delhide = !$GLOBALS['imp_search']-isVTrashFolder();
 } else {
 $this-_delhide = ($GLOBALS['prefs']-getValue('delhide') 
-   !$GLOBALS['prefs']-getValue('use_trash')

($GLOBALS['imp_search']-isSearchMbox()
||
($GLOBALS['prefs']-getValue('sortby') !=
SORTTHREAD)));
 }






Bug#410398: New Version of htop (0.6.5)

2007-02-10 Thread Sarah Hobbs
Package: htop
Version: 0.6.3-1
Severity: wishlist

There's a new version of htop at http://htop.sourceforge.net/.  0.6.3 is
currently in the archives.

Thanks!

Sarah

- -- System Information:
Debian Release: 4.0
  APT prefers feisty-updates
  APT policy: (500, 'feisty-updates'), (500, 'feisty-security'), (500,
'feisty'), (500, 'dapper')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.20-6-generic
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages htop depends on:
ii  libc6   2.5-0ubuntu9 GNU C Library: Shared libraries
ii  libncurses5 5.5-5ubuntu1 Shared libraries for
terminal hand

htop recommends no packages.

- -- no debconf information



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



Bug#410366: [Adduser-devel] Bug#410366: adduser: adduser --group --gid GID GROUP advertised but fails

2007-02-10 Thread Stephen Gran
severity 410366 wishlist
tags 410366 +wontfix
tags 410366 -patch
thanks
This one time, at band camp, Justin Pryzby said:
 /usr/sbin/adduser --group --gid 12345 foo
 adduser: The --group, --ingroup, and --gid options are mutually exclusive.

This is intended behavior.  If you want to add a group, run addgroup.
Many programs behave differently based on ARGV[0], and this is just
another of them.

 Included is a patch which Fixes the Glitch in an intuitive way.  I've
 not analyzed the consequencses or implications, however.

Thank you for the report and the patch.  I have made this bug severity
wishlist for now.  I actually would prefer to close it, as I don't
believe it's a bug.  I am leaving it open for now, and if you convince
me that I'm wrong, we can look into it.

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


signature.asc
Description: Digital signature


Bug#184103: [kernel-patch-debianlogo] are these bugs still present in the recent kernel release(s)?

2007-02-10 Thread martin f krafft
also sprach Stefano Melchior [EMAIL PROTECTED] [2007.02.09.1715 +]:
 I was wondering if you still find the bug #171526 and 3184103 present in
 the recent kernel release(s).

I don't know, and it will be a while before I could try it. Thus
I suggest you just close it.

-- 
 .''`.   martin f. krafft [EMAIL PROTECTED]
: :'  :  proud Debian developer, author, administrator, and user
`. `'`   http://people.debian.org/~madduck - http://debiansystem.info
  `-  Debian - when you have better things to do than fixing systems


signature.asc
Description: Digital signature (GPG/PGP)


Bug#410394: tig: cursor keys don't work well in split pane mode

2007-02-10 Thread Xavier Bestel
Package: tig
Version: 0.5-3
Severity: minor


Hi,

when you launch tig without arguments, you have a list of commits, one
per line. If you press ENTER, you are in split pane mode, with the
selected commit content displayed in the lower half of the terminal. But
then when you press UP or DOWN, some commits are imposible to select
(tig jumps above some lines). You have to press Q, select the commit,
then press ENTER again.

Thanks,
Xav

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=UTF-8)

Versions of packages tig depends on:
ii  git-core1:1.4.4.4-1  content addressable filesystem
ii  libc6   2.3.6.ds1-11 GNU C Library: Shared libraries
ii  libncurses5 5.5-5Shared libraries for terminal hand

tig recommends no packages.

-- no debconf information



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



Bug#410395: splashy: FTBFS: passing argument 3 of 'accept' from incompatible pointer type

2007-02-10 Thread Kurt Roeckx
Package: splashy
Version: 0.3.0
Severity: serious

Hi,

Your package is failing to build on 64 bit arches with the following
error:
cc1: warnings being treated as errors
splashy_functions.c: In function 'spl_read_socket':
splashy_functions.c:542: warning: passing argument 3 of 'accept' from 
incompatible pointer type
splashy_functions.c:547: warning: passing argument 5 of 'getsockopt' from 
incompatible pointer type
make[3]: *** [splashy-splashy_functions.o] Error 1


Kurt



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



Bug#410397: can't play rtsp streams

2007-02-10 Thread Stefan Strasser
Package: kaffeine
Version: 0.8.3-1
Severity: normal

*** Please type your report below this line ***

this may be a bug report for xine, but I have not tested it with another
player.
playing a locally saved real video works, but when I open a RTSP stream
kaffeine starts buffering up to about 5% and then a message box appears which
says(roughly translated from german): there's a problem with loading a
library or one of the decorders: cook.so
playing the same stream with mplayer works.




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

Versions of packages kaffeine depends on:
ii  hdparm6.9-1  tune hard disk parameters for 
high
ii  kdelibs4c2a   4:3.5.5a.dfsg.1-6  core libraries and binaries for 
al
ii  libacl1   2.2.41-1   Access control list shared 
library
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D 
graphi
ii  libattr1  2.4.32-1   Extended attribute shared library
ii  libaudio2 1.8-2  The Network Audio System (NAS). 
(s
ii  libc6 2.3.6.ds1-10   GNU C Library: Shared libraries
ii  libcdparanoia03.10+debian~pre0-4 audio extraction tool for 
sampling
ii  libfontconfig12.4.2-1generic font configuration 
library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared 
lib
ii  libgamin0 [libfam0]   0.1.8-1Client library for the gamin file 
ii  libgcc1   1:4.1.1-21 GCC support library
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libidn11  0.6.5-1GNU libidn library, 
implementation
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libogg0   1.1.3-2Ogg Bitstream Library
ii  libpcre3  6.7-1  Perl 5 Compatible Regular 
Expressi
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libqt3-mt 3:3.3.7-3  Qt GUI Library (Threaded runtime 
v
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libstdc++64.1.1-21   The GNU Standard C++ Library v3
ii  libvorbis0a   1.1.2.dfsg-1.2 The Vorbis General Audio 
Compressi
ii  libvorbisenc2 1.1.2.dfsg-1.2 The Vorbis General Audio 
Compressi
ii  libx11-6  2:1.0.3-5  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension 
librar
ii  libxft2   2.1.8.2-8  FreeType-based font drawing 
librar
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxine1  1.1.2+dfsg-2   the xine video/media player 
librar
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxrandr22:1.1.0.2-5X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client 
libra
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  zlib1g1:1.2.3-13 compression library - runtime

kaffeine recommends no packages.

-- no debconf information


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



Bug#410396: Can't resize playback to fit video

2007-02-10 Thread Matt Kraai
Package: totem-mozilla
Version: 2.16.5-2
Severity: wishlist

Some videos are grainy when I watch them because they're scaled to
match the size of the browser window.  I wish there was a way to scale
the video playback area to match the size of the video (like Totem's
0, 1, and 2 key bindings).

-- 
Matt   http://ftbfs.org/


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



Bug#410370: [Adduser-devel] Bug#410370: addgroup prints addgroup: in --quiet mode if group exists

2007-02-10 Thread Stephen Gran
tags 410370 +pending
thanks
This one time, at band camp, Joey Hess said:
 [EMAIL PROTECTED]:~addgroup --quiet --system ssl-cert
 addgroup: [EMAIL PROTECTED]:~

Fixed in svn.  Thanks for the report.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#410399: apt-file update is to quiet

2007-02-10 Thread Stephan Gitz
Package: apt-file
Version: 2.0.8.2
Severity: normal

apt-file update shows no progress while downloading the content-files. For
Beginners it looks like apt-file is broken.

regards
Stephan

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

Versions of packages apt-file depends on:
ii  gzip  1.3.5-15   The GNU compression utility
ii  libapt-pkg-perl   0.1.20 Perl interface to libapt-pkg
ii  libconfig-file-perl   1.4-2  Parses simple configuration files
ii  perl  5.8.8-7Larry Wall's Practical Extraction
ii  wget  1.10.2-2   retrieves files from the web





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



Bug#389958: deluser differs in output from delgroup

2007-02-10 Thread Stephen Gran
close 389958 3.102
# my clumsy attempt at making sure version tracking works
found 389958 3.97
notfound 389958 3.102
thanks
This one time, at band camp, Loïc Minier said:
  bee# LC_ALL=C deluser --quiet --system FOOBAR  /dev/null || true   
  bee# 
 
  bee# LC_ALL=C delgroup --quiet --system FOOBAR  /dev/null || true
  /usr/sbin/delgroup: The group `FOOBAR' does not exist.
 
  It would be nice if both command would output the warning or no
  warning.

Somehow this got missed out of the last upload's changelog entry.
-- 
 -
|   ,''`.Stephen Gran |
|  : :' :[EMAIL PROTECTED] |
|  `. `'Debian user, admin, and developer |
|`- http://www.debian.org |
 -


signature.asc
Description: Digital signature


Bug#410400: ldtp: FTBFS: make: dh_pysupport: Command not found

2007-02-10 Thread Kurt Roeckx
Package: ldtp
Version: 0.7.0-1
Severity: serious

Hi,

Your package is failing to build with the following error:
dh_pysupport -a
make: dh_pysupport: Command not found
make: *** [binary-arch] Error 127


Kurt



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



Bug#224301: adduser: Mixes German and French and gives an infinite loop...

2007-02-10 Thread Stephen Gran
close 224301 3.100
found 224301 3.51
notfound 224301 3.100
thanks

This appears to have been fixed in 3.100.  I am going to close the bug
for now, but feel free to reopen it if you disagree.

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


signature.asc
Description: Digital signature


Bug#410352: gstreamer0.8: Should not be released with Etch

2007-02-10 Thread Helge Kreutzmann
Hello,
On Sat, Feb 10, 2007 at 11:28:46AM +0100, Loïc Minier wrote:
 # removal of GStreamer 0.8 vs removal of gst-ffmpeg
 clone 410352 -1
 retitle -1 Dropping the gstreamer0.8 stack
 reassign 410352 gst-ffmpeg
 block -1 with 410352
 severity -1 important
 clone -1 -2 -3 -4
 retitle -3 goobox: Please switch to GStreamer 0.10 ASAP
 reassign -3 goobox 0.9.93-7

  Per request of the security team (see below), gst-ffmpeg and its
  associated codecs support will be dropped for etch; this means your
  programs wont support some formats anymore.  I strongly suggest to move
  to GStreamer 0.10 in unstable right now, this might give a chance to
  your program to be reviewed by the release team and transition to Etch.

I clearly lack the knowledge to port goobox to gstreamer 0.10.
Upstream has stated, that he has now time for the switch ATM, but will
try it later this year, clearly post Etch. 

I will stick to the timeline presented on debian-devel: I will see if
upstream updates goobox later this year, if not, goobox should be
completely removed. 

  This is the request of the security team:
 
 On Sat, Feb 10, 2007, Moritz Muehlenhoff wrote:
  already easily been fixed in sid/experimental. goobox appears dead
  upstream (According to http://www.gnomefiles.org/app.php?soft_id=531
  the last release is from Nov 2005), has hardly any users in popcon
  and we have plenty of media players in Debian. So unless it's fixed
  to use gstreamer 0.10 it'll need to be removed from Etch along with
  gstreamer 0.8.

Guess that decision has been taken already, hence no more to say.

 Helge
-- 
  Dr. Helge Kreutzmann [EMAIL PROTECTED]
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#410403: kismet: FTBFS on 64 it arches: gpsmap.cc:2249: error: cast from 'void*' to 'int' loses precision

2007-02-10 Thread Kurt Roeckx
Package: kismet
Version: 2007-01-R1b-1
Severity: serious

Hi,

Your package is failing to build on 64 bit arches.  It generates lots of
warnings, and in the middle it has an error:
gpsmap.cc:2249: error: cast from 'void*' to 'int' loses precision

You can't cast a pointer to an int, since it's not the same size.

About the warnings:
You have some warnings in this style:
finitestate.cc:228: warning: format '%llx' expects type 'long long unsigned int
', but argument 5 has type 'long unsigned int'

That should say %lx
finitestate.cc:228: warning: format '%llx' expects type 'long long unsigned int
', but argument 6 has type 'uint64_t'

For this you can include inttypes.h and then use PRIx64 which will
expand to %llx or %lx


gpsmap.cc:1029: warning: format '%d' expects type 'int', but argument 3 has 
type 'size_t'

That should be %zd

It also has warnings about redefining PACKAGE_*, but I wonder why
magick-config.h defines those.

Please look at the build log for all warnings:
http://buildd.debian.org/fetch.cgi?pkg=kismet;ver=2007-01-R1b-1;arch=amd64;stamp=1170885194


Kurt



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



Bug#410404: apticron: make depends on apt-listchanges and iputils recommends

2007-02-10 Thread Thijs Kinkhorst
Package: apticron
Version: 1.1.20
Tags: patch

Hi,

I've installed apticron on a couple of servers, and some of these do not
have iputils, or apt-listchanges. In some environments it's desirable to
not install packages that are not strictly needed.

Since apticron can perform its core functionality (notification that
updates are available) just fine without these two packages, I've
created this patch:

- If /sbin/ip is available list the IP-addresses, otherwise just the
  hostname;
- If /usr/bin/apt-listchanges is available, include the changes in the
  mail, otherwise just include a note that tells you to install
  apt-listchanges to see the changes.

I hope this can be included; it allows the admin to choose for
themselves whether they need the functionality or not.

Thanks!

Thijs
diff -Nru /tmp/wtYW9KX2AQ/apticron-1.1.20/apticron /tmp/VWhpF2wW3q/apticron-1.1.21/apticron
--- /tmp/wtYW9KX2AQ/apticron-1.1.20/apticron	2006-10-26 00:36:17.0 +0200
+++ /tmp/VWhpF2wW3q/apticron-1.1.21/apticron	2007-02-10 13:19:29.0 +0100
@@ -26,7 +26,7 @@
 [ -e /etc/apticron/apticron.conf ]  . /etc/apticron/apticron.conf
 
 
-if [ -z $IPADDRESSES ]; then
+if [ -z $IPADDRESSES ]  [ -x /sbin/ip ]; then
 	# Set the IPv4 addresses
 	IPADDRESSES=`(echo $( /bin/hostname -i ) ; 
 		 /sbin/ip -f inet addr show scope global | \
@@ -107,10 +107,15 @@
 
 EOF
 
-	if [ -z $LISTCHANGES_PROFILE ] ; then
-		/usr/bin/apt-listchanges --which=both --headers -f text $DEBS 
+	if [ -x /usr/bin/apt-listchanges ] ; then
+		if [ -z $LISTCHANGES_PROFILE ] ; then
+			/usr/bin/apt-listchanges --which=both --headers -f text $DEBS 
+		else
+			/usr/bin/apt-listchanges -f text --profile=$LISTCHANGES_PROFILE $DEBS
+		fi
 	else
-		/usr/bin/apt-listchanges -f text --profile=$LISTCHANGES_PROFILE $DEBS
+		echo Install 'apt-listchanges' to see what's new in these packages.
+		echo
 	fi
 
 	/bin/cat EOF
diff -Nru /tmp/wtYW9KX2AQ/apticron-1.1.20/debian/changelog /tmp/VWhpF2wW3q/apticron-1.1.21/debian/changelog
--- /tmp/wtYW9KX2AQ/apticron-1.1.20/debian/changelog	2007-01-02 01:40:10.0 +0100
+++ /tmp/VWhpF2wW3q/apticron-1.1.21/debian/changelog	2007-02-10 13:20:41.0 +0100
@@ -1,3 +1,10 @@
+apticron (1.1.21) unstable; urgency=low
+
+  * Downgrade iputils and apt-listchanges from depends to
+recommends; only use these tools when available.
+
+ -- Thijs Kinkhorst [EMAIL PROTECTED]  Sat, 10 Feb 2007 13:20:07 +0100
+
 apticron (1.1.20) unstable; urgency=low
 
   * Fix problem with debconf pt translation. Thanks to Christian Perrier.
diff -Nru /tmp/wtYW9KX2AQ/apticron-1.1.20/debian/control /tmp/VWhpF2wW3q/apticron-1.1.21/debian/control
--- /tmp/wtYW9KX2AQ/apticron-1.1.20/debian/control	2006-10-26 00:42:41.0 +0200
+++ /tmp/VWhpF2wW3q/apticron-1.1.21/debian/control	2007-02-10 13:21:57.0 +0100
@@ -8,7 +8,8 @@
 
 Package: apticron
 Architecture: all 
-Depends: apt-listchanges (= 2.59), mailx, debconf | debconf-2.0, iproute, apt (= 0.6.8)
+Depends: mailx, debconf | debconf-2.0, apt (= 0.6.8)
+Recommends: apt-listchanges, iproute
 Description: cron-script to mail impending apt updates
  apticron is a simple script to mail about impending apt updates such as
  security updates. If you need to schedule more complex APT tasks we recommend


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


Bug#410401: scheme48: Please package new upstream version

2007-02-10 Thread Lionel Elie Mamane
Package: scheme48
Version: 1.3-6
Severity: wishlist

I tried to upgrade the package to version 1.5 (in the same batch as
addressing bug #401855), but I see that you switched the package to
quilt, which means I don't know how to do the merge between
Debian-specific changes and upstream changes.

Jorgen, I'll let you the honour of upgrading the package to 1.5.

-- 
Lionel


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



Bug#410402: isAnyWirelessPoweredOn in static-functions broken

2007-02-10 Thread Nico Golde
Package: acpi-support
Version: 0.90-3
Severity: normal
Hi,
isAnyWirelessPoweredOn()
{
for DEVICE in /sys/class/net/* ; do
if [ -d $DEVICE/wireless -a -r $DEVICE/device/power/state ] ; then
# If any of the wireless devices are turned off then return failure
test `cat $DEVICE/device/power/state` -eq 0 || return
fi
done
# otherwise return success
return 0
}

This function returns success even if /wireless does not exists and switches my 
LED on.
Kind regards
Nico


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

Versions of packages acpi-support depends on:
ii  acpid   1.0.4-5  Utilities for using ACPI power man
ii  dmidecode   2.8-4Dump Desktop Management Interface 
ii  finger  0.17-10  user information lookup program
ii  hdparm  6.9-1tune hard disk parameters for high
ii  laptop-detect   0.12.1   attempt to detect a laptop
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  lsb-base3.1-22   Linux Standard Base 3.1 init scrip
ii  powermgmt-base  1.29 Common utils and configs for power
ii  radeontool  1.5-5utility to control ATI Radeon back
ii  toshset 1.72-2   Access much of the Toshiba laptop 
ii  vbetool 0.7-1.1  run real-mode video BIOS code to a
ii  xbase-clients   1:7.1.ds1-2  miscellaneous X clients

Versions of packages acpi-support recommends:
pn  laptop-mode-tools none (no description available)

-- no debconf information

-- 
Nico Golde - http://www.ngolde.de
JAB: [EMAIL PROTECTED] - GPG: 0x73647CFF
Forget about that mouse with 3/4/5 buttons,
gimme a keyboard with 103/104/105 keys!


signature.asc
Description: Digital signature


Bug#410383: [pkg-ntp-maintainers] Bug#410383: stats unlinking - permission denied

2007-02-10 Thread Neil McGovern
On Sat, Feb 10, 2007 at 12:59:18PM +0100, Peter Eisentraut wrote:
 Neil McGovern wrote:
  07:01:44 cheddar ntpd[32025]: can't open
  /var/log/ntpstats/peerstats.20070210: Permission denied
 
  However, these files are read/write by the user ntp, as is the
  directory.
 
 selinux?

Nope.

Neil
-- 
Tolimar Debian women - porting the most succesfull operating system to the
most unknown architecture


signature.asc
Description: Digital signature


Bug#410208: patch to support Ashtech chipsets

2007-02-10 Thread Steinar H. Gunderson
On Thu, Feb 08, 2007 at 04:23:39PM +0100, Steinar H. Gunderson wrote:
 Attached is a patch to support the Ashtech professional-grade chipsets.
 It has been tested with a G12.

I just forgot to add: This patch will trigger bug #410138, so the patch from
that bug should probably be applied together with this one.

/* Steinar */
-- 
Homepage: http://www.sesse.net/


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



Bug#410405: knutclient: FTBFS on 64 bit arches: ambiguous operator

2007-02-10 Thread Kurt Roeckx
Package: knutclient
Version: 0.9.2-1
Severity: serious

Hi,

Your package is failing to build on 64 bit arches with the following
error:
knutnet.cpp: In member function 'int KNutNet::getUpsData(QCString, QString, 
QCString)':
knutnet.cpp:895: error: ISO C++ says that these are ambiguous, even though the 
worst conversion for the first is better than the worst conversion for the 
second:
/usr/include/qt3/qmemarray.h:99: note: candidate 1: type 
QMemArraytype::operator[](int) const [with type = char]
knutnet.cpp:895: note: candidate 2: operator[](const char*, Q_LONG) built-in
make[3]: *** [knutnet.o] Error 1
make[3]: Leaving directory `/build/buildd/knutclient-0.9.2/src'


Kurt



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



Bug#410308: samba: Samba listing system files under backup share

2007-02-10 Thread Steve Langasek
On Sat, Feb 10, 2007 at 11:45:53AM +0100, Christian Perrier wrote:
 tags 4410308 confirmed
 thanks

 Quoting Daniel Fernández ([EMAIL PROTECTED]):
  Package: samba
  Version: 3.0.23d-4
  Severity: normal

  Samba server list system files under backup share even whent backup
  share does not exist. However, the contents of the files cannot be
  readed. This bug has been found on etch and sarge systems, in amd64 and
  i386 architectures.

  For reproduce the bug:

 Actually, I didn't want to believe this, but apparently you're true:

 [EMAIL PROTECTED]:~ smbclient -U bubulle //localhost/backup
 Password:
 Domain=[CC-MYKERINOS] OS=[Unix] Server=[Samba 3.0.24]
 smb: \ dir
   .   D0  Tue Feb  6 05:34:37 2007
   ..  D0  Tue Jun 20 13:40:52 2006
   infodir.bak   9494  Fri Feb  9 15:38:35 2007
   passwd.bak2193  Sat Feb  3 16:56:52 2007
   group.bak  947  Tue Jan 16 08:00:08 2007
   shadow.bak1401  Sat Feb  3 16:56:52 2007
   gshadow.bak783  Tue Jan 16 08:00:08 2007
   smbpasswd.bak  107  Wed Nov 22 07:54:20 2006

 So, now we have to find out why...:)

Because of the 'homes' share.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/



Bug#410407: coreutils: missing spaces in --help breaks manpages generated with help2man

2007-02-10 Thread Thomas Huriaux
Package: coreutils
Version: 5.97-5.3
Severity: minor

Hi,

Here is a list of issues when the --help output is not correctly
formatted to generate correct manpages with help2man.


=== missing spaces ===

chgrp.1
  --no-preserve-root do not treat ‘/’ specially (the default)
cp.1
  --strip-trailing-slashes remove any trailing slashes from each SOURCE
argument
csplit.1
  -b, --suffix-format=FORMAT use sprintf FORMAT instead of %02d
date.1
  - (hyphen) do not pad the field
  _ (underscore) pad with spaces
  0 (zero) pad with zeros
  ^ use upper case if possible
  # use opposite case if possible
dd.1
  fdatasync physically write output file data before finishing
df.1
  -B, --block-size=SIZE use SIZE-byte blocks
dir.1, ls.1, vdir.1
  --indicator-style=WORD append indicator with style WORD to entry names:
du.1
  --exclude=PATTERN Exclude files that match PATTERN.
  --time-style=STYLE show times using style STYLE:
install.1
  --backup[=CONTROL] make a backup of each existing destination file
  -S, --suffix=SUFFIX override the usual backup suffix
  -P, --preserve_context (SELinux) Preserve security context
join.1
  -i, --ignore-case ignore differences in case when comparing fields
mkdir.1
  -Z, --context=CONTEXT (SELinux) set security context to CONTEXT
pr.1
  -t, --omit-header omit page headers and trailers
unexpand.1
  --first-only convert only leading sequences of blanks (overrides -a)
uniq.1
  -D, --all-repeated[=delimit-method] print all duplicate lines
delimit-method={none(default),prepend,separate}
Delimiting is done with blank lines.



=== too many spaces ===

dd.1
  sync  pad every input block with NULs to ibs-size; when used
  with block or unblock, pad with spaces rather than NULs
nl.1
  pBRE  number only lines that contain a match for the basic regular
  expression, BRE
printf.1
  %b  ARGUMENT as a string with `\' escapes interpreted,
except that octal escapes are of the form \0 or \0NNN
rm.1
  -d, --directory   unlink FILE, even if it is a non-empty directory
  (super-user only; this works only if your system
   supports `unlink' for nonempty directories)
shred.1
  * log-structured or journaled file systems, such as those supplied with
AIX and Solaris (and JFS, ReiserFS, XFS, Ext3, etc.)

  * file systems that write redundant data and carry on even if some writes
fail, such as RAID-based file systems

  * file systems that cache in temporary locations, such as NFS
version 3 clients



=== various problems ===
ptx.1
  -t, --typeset-mode   - not implemented -
stat.1
  %C - Security context in SELinux

-- 
Thomas Huriaux


signature.asc
Description: Digital signature


Bug#410406: wormux: FTBFS: cp: cannot stat `debian/tmp//usr/share/pixmaps/': No such file or directory

2007-02-10 Thread Kurt Roeckx
Package: wormux
Version: 0.7.9-2
Severity: serious

Hi,

Your package is failing to build with the following error:
dh_install -pwormux --sourcedir=debian/tmp
cp: cannot stat `debian/tmp//usr/share/pixmaps/': No such file or directory
dh_install: command returned error code 256
make: *** [binary-install/wormux] Error 1


Kurt



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



Bug#410389: Acknowledgement (libghc6-gtk-dev: postinst requires over 500 MB (virtual) memory!)

2007-02-10 Thread Antti-Juhani Kaijanaho
severity 410389 serious
thanks

At 512 MB of RAM, the postinst ran for more than an hour before I
aborted it.

A single package install should not take ten minutes, and an hour is
just ridiculous. In my opinion the package is unusable in its current
state, hence this severity bump.



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



Bug#332229: raidutils: raideng Segmentation fault (solution ?)

2007-02-10 Thread Barak A. Pearlmutter
I think the patch you mention is included in the current Debian
version, 0.0.6-3.  It seems to works fine for me, but I'm not doing
anything fancy with it.  Could I trouble you to check for the problem
in this bug?

The package should compile fine under sarge, albeit with an newer
debhelper installed from sarge-backports.  If you'd like I can send
you a binary .deb built for your environment; just let me know.

Thanks,
--
Barak A. Pearlmutter [EMAIL PROTECTED]
 Hamilton Institute  Dept Comp Sci, NUI Maynooth, Co. Kildare, Ireland
 http://www.bcl.hamilton.ie/~barak/


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



Bug#365587: iceweasel keeps crashing over http://localhost/mediawiki/config/index.php

2007-02-10 Thread 韓達耐

Hi!

It seems even more bizarre now: I set the chmod of both fonts back to
0400, and Iceweasel doesn't crash anymore, even after I have deleted
the fontconfig cache (locally and in /var) and ~/.fonts.cache-1 file.

The bug will perhaps reappear when I restart my computer.  I'll let
you know when I do.

I think the bug has only appeared now because the MediaWiki page has a
huge dropdown list with all different languages in different scripts.
Iceweasel tries to use my SunExt fonts, but is unable to read them,
hence the crash.

I have filed the same problem with gedit (#410167), but it keeps
crashing after I set the chmod of both fonts back to 0400.  So it
could be a Pango problem altogether, I don't know.

Anyway, I have attached the XHTML page in question so you can test the
file offline.


Cheers!



Danai SAE-HAN
韓達耐

-- 
題目:《燭》
作者:穆修(969-1032)

一箔珠帘掩映垂,房櫳輕染麝香枝。
佳人盼影橫哀柱,狎客分光綴艷詩。
禁鎖翠明初唱漏,官窗紅短尚圍棋。
長宵且秉歡游去,無限風光見古辭。
Title: MediaWiki 1.7.1 Installation










MediaWiki 1.7.1 Installation



	
		Don't forget security updates! Keep an eye on the
		low-traffic
		release announcements mailing list.
	



Checking environment...
Please include all of the lines below when reporting installation problems.

PHP 5.2.0-8 installed
Found database drivers for:  MySQL
PHP server API is apache2handler; ok, using pretty URLs (index.php/Page_Title)
Have XML / Latin1-UTF-8 conversion support.
PHP's memory_limit is 16M. If this is too low, installation may fail! Attempting to raise limit to 20M... ok.
Have zlib support; enabling output compression.
Neither Turck MMCache nor eAccelerator nor APC are installed, can't use object caching functions
Found GNU diff3: /usr/bin/diff3.Found ImageMagick: /usr/bin/convert; image thumbnailing will be enabled if you enable uploads.
Installation directory: /var/lib/mediawiki1.7
Script URI path: /mediawiki
Environment checked. You can install MediaWiki.








Site config


	
Wiki name:
		
Must not be blank or "MediaWiki"
	
	
		Preferably a short word without punctuation, i.e. "Wikipedia".
		Will appear as the namespace name for "meta" pages, and throughout the interface.
	

	
Contact e-mail:
		
	
	
		Displayed to users in some error messages, used as the return address for password reminders, and used as the default sender address of e-mail notifications.
	

	
		Language:
		

ab - Аҧсуа
		af - Afrikaans
		an - Aragonés
		ar - العربية
		arc - ܕܥܒܪܸܝܛ
		as - অসমীয়া
		ast - Asturianu
		av - Авар
		ay - Aymar
		az - Azərbaycan
		ba - Башҡорт
		bat-smg - Žemaitėška
		be - Беларуская
		bg - Български
		bm - Bamanankan
		bn - বাংলা
		bo - བོད་ཡིག
		br - Brezhoneg
		bs - Bosanski
		ca - Català
		ce - Нохчийн
		converter
		cs - Česky
		csb - Kaszëbsczi
		cv - Чăвашла
		cy - Cymraeg
		da - Dansk
		de - Deutsch
		dv - ދިވެހިބަސް
		dz - ཇོང་ཁ
		el - Ελληνικά
		en - English
		eo - Esperanto
		es - Español
		et - Eesti
		eu - Euskara
		fa - فارسی
		fi - Suomi
		fo - Føroyskt
		fr - Français
		fur - Furlan
		fy - Frysk
		ga - Gaeilge
		gn - Avañe'ẽ
		gsw - Alemannisch
		gu - ગુજરાતી
		he - עברית
		hi - हिन्दी
		hr - Hrvatski
		hu - Magyar
		ia - Interlingua
		id - Bahasa Indonesia
		ii - ꆇꉙ
		is - Íslenska
		it - Italiano
		ja - 日本語
		jv - Basa Jawa
		ka - ქართული
		km - ភាសាខ្មែរ
		kn - ಕನ್ನಡ
		ko - 한국어
		ks - कश्मीरी - (كشميري)
		ku - Kurdî / كوردي
		kv - Коми
		la - Latina
		li - Limburgs
		lo - ລາວ
		lt - Lietuvių
		lv - Latviešu
		mk - Македонски
		ml - മലയാളം
		ms - Bahasa Melayu
		nah - Nahuatl
		nap - Nnapulitano
		nds - Plattdüütsch
		nds-nl - Nedersaksisch
		nl - Nederlands
		nn - Norsk (nynorsk)
		no - Norsk (bokmål)
		non - Norrǿna
		nv - Diné bizaad
		oc - Occitan
		or - ଓଡ଼ିଆ
		os - Иронау
		pa - ਪੰਜਾਬੀ
		pl - Polski
		pms - Piemontèis
		ps - پښتو
		pt - Português
		pt-br - Português do Brasil
		qu - Runa Simi
		rmy - Romani
		ro - Română
		ru - Русский
		sc - Sardu
		sd - سنڌي
		sk - Slovenčina
		sl - Slovenščina
		sq - Shqip
		sr - Српски / Srpski
		sr-ec - екавица
		sr-el - ekavica
		sr-jc - ијекавица
		sr-jl - ijekavica
		su - Basa Sunda
		sv - Svenska
		ta - தமிழ்
		te - తెలుగు
		th - ไทย
		tlh
		tr - Türkçe
		tt - Tatarça
		ty - Reo Mā`ohi
		tyv - Тыва дыл
		udm - Удмурт
		ug - Oyghurque
		uk - Українська
		ur - اردو
		vec - Vèneto
		vi - Tiếng Việt
		wa - Walon
		xal - Хальмг
		yi - ייִדיש
		za - (Cuengh)
		zh - 中文
		zh-cn - 中文(简体)
		zh-hk - 中文(繁體)
		zh-sg - 中文(简体)
		zh-tw - 中文(繁體)
		
	
	
		Select the language for your wiki's interface. Some localizations aren't fully complete. Unicode (UTF-8) used for all localizations.
	

	
		Copyright/license:

		
		
 No license metadata

		
 GNU Free Documentation License 1.2 (Wikipedia-compatible)

		
 A Creative Commons license - 
choose	
		
	
	
		A notice, icon, and machine-readable copyright metadata will be displayed for the license you pick.
	


	
Admin username:
		
	
	
Password:
		
Must not be blank
	
	
Password confirm:
		
	
	
		An admin can lock/delete pages, block users from editing, and other 

Bug#406126: I dont see the bug

2007-02-10 Thread Nico Golde
Hi,
No please no BTS ping pong :)
But I am sorry, I don't see any bug here. If you use 
resolvconf and it starts for sure it starts the shipped 
scripts. Whats the problem with removing the script then?
I will not reassign this bug to resolvconf, it does exactly 
what its supposed to do.
Kind regards
Nico

-- 
Nico Golde - http://www.ngolde.de
JAB: [EMAIL PROTECTED] - GPG: 0x73647CFF
Forget about that mouse with 3/4/5 buttons,
gimme a keyboard with 103/104/105 keys!


pgp7L62IkfAOj.pgp
Description: PGP signature


Bug#410389: Acknowledgement (libghc6-gtk-dev: postinst requires over 500 MB (virtual) memory!)

2007-02-10 Thread Antti-Juhani Kaijanaho
You should be able to build the GHCi library at package build time by
using ld in debian/rules; see
http://www.haskell.org/ghc/docs/latest/html/users_guide/packages.html#building-packages
for the details.



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



Bug#409504: alpine: please do not conflicts: against nano

2007-02-10 Thread Steve Langasek
Hi,

On Sat, Feb 10, 2007 at 04:04:25AM -0500, Asheesh Laroia wrote:
 X-Debbugs-CC: [EMAIL PROTECTED], [EMAIL PROTECTED]

 Thanks Fabian for the bug report.  I intend to apply this patch unless 
 either of the two CC:d maintainers of nano object.

 Also, I'm curious - what would you maintainers of nano think if I renamed 
 the alpine-pico binary package to just pico?  That's really what the 
 package is called, and the fact that it's part of the alpine source 
 package is irrelevant to the user.

I personally don't find the suggested use of a dpkg diversion here very
satisfying.  I wonder if it would be better to make /usr/bin/pico an
alternative.

Hmm, I see in the bug log that Jordi has already suggested this without
cc:ing me, ok. :)

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


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



Bug#410408: mozilla-firefox: fails to save state when using xsm

2007-02-10 Thread Daniel Skorka
Package: mozilla-firefox
Version: 1.0.4-2sarge15
Severity: normal


I'm using xsm to fulfill my session management needs. When I choose to
save a checkpoint or to shutdown with a checkpoint, firefox-bin always
reports that it did not successfully save its state. I realize that I am
running a backported Xorg server. However, libsm6 and xutils are still at
4.3.0.dfsg.1-14sarge3, so this shouldn't be a problem.

Daniel

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.19.2
Locale: LANG=en_US, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages mozilla-firefox depends on:
ii  debianutils2.8.4 Miscellaneous utilities specific t
ii  fontconfig 2.3.1-2   generic font configuration library
ii  libatk1.0-01.8.0-4   The ATK accessibility toolkit
ii  libc6  2.3.2.ds1-22sarge4GNU C Library: Shared libraries an
ii  libfontconfig1 2.3.1-2   generic font configuration library
ii  libfreetype6   2.1.7-6   FreeType 2 font engine, shared lib
ii  libgcc11:3.4.3-13sarge1  GCC support library
ii  libglib2.0-0   2.6.4-1   The GLib library of C routines
ii  libgtk2.0-02.6.4-3.2 The GTK+ graphical user interface 
ii  libidl00.8.5-1   library for parsing CORBA IDL file
ii  libjpeg62  6b-10 The Independent JPEG Group's JPEG 
ii  libkrb53   1.3.6-2sarge3 MIT Kerberos runtime libraries
ii  libpango1.0-0  1.8.1-1   Layout and rendering of internatio
ii  libpng12-0 1.2.8rel-1PNG library - runtime
ii  libstdc++5 1:3.3.5-13The GNU Standard C++ Library v3
ii  libx11-6   6.9.0.dfsg.1-6~bpo.4  X Window System protocol client li
ii  libxext6   4.3.0.dfsg.1-14sarge3 X Window System miscellaneous exte
ii  libxft22.1.7-1   FreeType-based font drawing librar
ii  libxp6 4.3.0.dfsg.1-14sarge3 X Window System printing extension
ii  libxt6 4.3.0.dfsg.1-14sarge3 X Toolkit Intrinsics
ii  psmisc 21.5-1Utilities that use the proc filesy
ii  xlibs  6.9.0.dfsg.1-6~bpo.4  X Window System client libraries m
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information


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



Bug#410350: libtorrent10: unneeded conflicts and replaces on libtorrent9

2007-02-10 Thread Jose Luis Rivas Contreras
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Guillem Jover escribió:
 Package: libtorrent10
 Version: 0.11.1-1
 Severity: important
 
 Hi,
 
 This package Conflicts and Replaces libtorrent9 for no reason, those
 have different sonames and thus package names so that they could be
 be co-installed at the same time. This makes transitions or partial
 upgrades harder. So please remove those dependencies.
 
 regards,
 guillem
 
 
But libtorrent9 become unnecessary with libtorrent10, this doesn't count?

Jose Luis,
- --

ghostbar @ linux/debian 'unstable' on i686 - Linux Counter# 382503
http://ghostbar.ath.cx/ - irc.freenode.net #talug #velug #debian-es
http://debianvenezuela.org.ve - irc.debian.org #debian-es #debian-ve
CHASLUG -- http://chaslug.org.ve - irc.unplug.org.ve #chaslug
San Cristobal - Venezuela. TALUG -- http://linuxtachira.org
Fingerprint = 3E7D 4267 AFD5 2407 2A37  20AC 38A0 AD5B CACA B118
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFFzco6OKCtW8rKsRgRAvgsAJ47h4peMoOnG2A5GFZtarHsQ1004ACg2BEE
c/3RAueFQBHJFnuS77jhLt8=
=NOG8
-END PGP SIGNATURE-


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



Bug#332229: raidutils: raideng Segmentation fault (solution ?)

2007-02-10 Thread Emmanuel DECAEN
Hello,

Barak A. Pearlmutter a écrit :
 I think the patch you mention is included in the current Debian
 version, 0.0.6-3.  It seems to works fine for me, but I'm not doing
 anything fancy with it.  Could I trouble you to check for the problem
 in this bug?
   

Yes, if I can help :-)

 The package should compile fine under sarge, albeit with an newer
 debhelper installed from sarge-backports.  If you'd like I can send
 you a binary .deb built for your environment; just let me know.
   

I'm running Etch, I got raidutils debian version 0.6.6-3.
If you want me to test another .deb binary, I will try it and tell you
the result.

Thanks.

-- 
Emmanuel DECAEN

XSALTO - www.xsalto.com - [EMAIL PROTECTED]
Tél : 0820 208 408 - Fax : 04 92 36 19 75







Bug#410409: extends Provides to older releases of providing package

2007-02-10 Thread Frank Lichtenheld
Package: apt
Version: 0.6.46.4
Severity: normal

(also tested with 0.7.0)
On a system with experimental and sid in the sources.list:

 demonstration of problem 
[EMAIL PROTECTED]:/# apt-cache show libnotify-dev
Package: libnotify-dev
[...]
Version: 0.4.3-2
Provides: libnotify-dev-gtk2.10
Depends: libnotify1 (= 0.4.3-2), libdbus-glib-1-dev (= 0.35), libgtk2.0-dev 
(= 2.10), libglib2.0-dev (= 2.6)
[...]

Package: libnotify-dev
[...]
Version: 0.4.3-1
Depends: libnotify1 (= 0.4.3-1), libdbus-glib-1-dev (= 0.35), libgtk2.0-dev 
(= 2.6), libglib2.0-dev (= 2.6)
[...]
[EMAIL PROTECTED]:/# apt-cache policy libnotify-dev
libnotify-dev:
  Installed: (none)
  Candidate: 0.4.3-1
  Version table:
 0.4.3-2 0
  1 http://ftp.de.debian.org experimental/main Packages
 0.4.3-1 0
500 http://ftp.de.debian.org sid/main Packages

[EMAIL PROTECTED]:/# apt-get install libnotify-dev-gtk2.10
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting libnotify-dev instead of libnotify-dev-gtk2.10
The following extra packages will be installed:
  libnotify-dev libnotify1
Recommended packages:
  notification-daemon
The following NEW packages will be installed:
  libnotify-dev libnotify1
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/50.4kB of archives.
After unpacking 209kB of additional disk space will be used.
Do you want to continue [Y/n]?
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously deselected package libnotify1.
(Reading database ... 13275 files and directories currently installed.)
Unpacking libnotify1 (from .../libnotify1_0.4.3-1_i386.deb) ...
Selecting previously deselected package libnotify-dev.
Unpacking libnotify-dev (from .../libnotify-dev_0.4.3-1_i386.deb) ...
Setting up libnotify1 (0.4.3-1) ...

Setting up libnotify-dev (0.4.3-1) ...
-- end --

So this installed libnotify-dev from unstable to satisfy my request,
but this version doesn't actually provide libnotify-dev-gtk2.10 and
therefor doesn't satisfy my request.

Gruesse,
Frank Lichtenheld

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages apt depends on:
ii  debian-archive-keyring  2006.11.22   GnuPG archive keys of the Debian a
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3

apt recommends no packages.

-- no debconf information


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



Bug#410411: wzdftpd: [INTL:de] initial German debconf translation

2007-02-10 Thread Helge Kreutzmann
Package: wzdftpd
Version: 0.8.1-1
Severity: wishlist
Tags: patch l10n

Please find the initial German debconf translation for wzdftpd
attached.

Please place this file in debian/po/ as de.po for your next upload.

If you update your template, please use 
'msgfmt --statistics pofile.po'
to check the po-files for fuzzy or untranslated strings.

If there are such strings, please contact me so I can update the 
German translation.

Greetings
Helge


wzdftpd_0.8.1-1_de.po.bz2
Description: Binary data


Bug#410410: bluez-gnome: add a quit or remove menu option in the systray menu

2007-02-10 Thread Ludovic Rousseau
Package: bluez-gnome
Version: 0.6-1
Severity: normal
Tags: upstream

Hello,

I only have Preferences and About menu entries. I would like to also
have a quit or remove menu option to be able to stop the execution
of bluetooth-applet

Thanks

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (90, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages bluez-gnome depends on:
ii  dbus1.0.2-1  simple interprocess messaging syst
ii  libatk1.0-0 1.12.4-1 The ATK accessibility toolkit
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libdbus-1-3 1.0.2-1  simple interprocess messaging syst
ii  libdbus-glib-1-20.71-3   simple interprocess messaging syst
ii  libfontconfig1  2.4.2-1  generic font configuration library
ii  libgconf2-4 2.16.0-3 GNOME configuration database syste
ii  libglib2.0-02.12.4-2 The GLib library of C routines
ii  libgtk2.0-0 2.10.7-1 The GTK+ graphical user interface 
ii  libnotify1  0.4.3-1  sends desktop notifications to a n
ii  liborbit2   1:2.14.3-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.14.8-4 Layout and rendering of internatio
ii  libx11-62:1.0.3-5X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.1-5X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-5  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra

bluez-gnome recommends no packages.

-- no debconf information


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



Bug#119471: libice6: want library to clean up stale lockfiles

2007-02-10 Thread Brice Goglin
Hi Jim,

About 5 years ago, you reported a bug to the Debian BTS
about libice not removing .ICEauthority lock files, causing
X to fail to start after a poweroff crash. Did you reproduce
this problem recently? If not, I will close this bug in the
next weeks.

Brice



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



Bug#410414: p7zip: Unable to extract rar files

2007-02-10 Thread Henry-Nicolas Tourneur
Package: p7zip
Version: Unable to extract rar files
Severity: wishlist

Actually, it isn't possible to extract rar files using p7zip or p7zip-full.
I tried and obtain the following error :

7-Zip 4.43 beta Copyright (c) 1999-2006 Igor Pavlov 2006-09-15 
 p7zip Version 4.43 ([EMAIL PROTECTED],Utf16=on,HugeFiles=on,2 CPUs) 
  
 Processing archive: exam.rar 
  
 Extracting Exams/C0102.doc Unsupported Method 
 Extracting Exams/C0105.doc Unsupported Method 
 Extracting Exams/C0106.txt Unsupported Method 
 Extracting Exams/C0906.txt Unsupported Method 
 Extracting Exams 
  
 Sub items Errors: 4 

So, is that possible to add a p7zip-rar package or something like that ?

Thank you.

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


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



Bug#410412: john_1.7-2(experimental/alpha/ds10): Doesn't build binary

2007-02-10 Thread Marc 'HE' Brockschmidt
Package: john
Version: 1.7-2
Severity: serious
Tags: experimental

Heya,

Building john failed here because the build system simply forgot to
actually build something:

Automatic build of john_1.7-2 on ds10 by sbuild/alpha 98-farm
Build started at 20070210-0644
**
[...]
dpkg-source: extracting john in john-1.7
dpkg-buildpackage: source package is john
dpkg-buildpackage: source version is 1.7-2
dpkg-buildpackage: host architecture alpha
dpkg-buildpackage: source version without epoch 1.7-2
 /usr/bin/fakeroot debian/rules clean
test -x debian/rules
test `id -u` = 0
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory `/build/buildd/john-1.7'
make[1]: Nothing to be done for `reverse-config'.
make[1]: Leaving directory `/build/buildd/john-1.7'
if [ reverse-patches = reverse-patches ]; then rm -f debian/stamp-patched; 
fi
patches: debian/patches/faq.diff debian/patches/system-wide.diff
Patch debian/patches/system-wide.diff is not applied.
Patch debian/patches/faq.diff is not applied.
if [ reverse-patches != reverse-patches ]; then touch debian/stamp-patched; 
fi
if [ reverse-patches != reverse-patches ] ; then \
/usr/bin/make -f debian/rules update-config ; \
fi
for dir in debian/patches ; do \
rm -f $dir/*.log ; \
done
dh_clean 
rm -f run/john-* run/john
cd /build/buildd/john-1.7/src  /usr/bin/make clean
make[1]: Entering directory `/build/buildd/john-1.7/src'
rm -f ../run/john ../run/unshadow ../run/unafs ../run/unique ../run/john.bin 
../run/john.com ../run/unshadow.com ../run/unafs.com ../run/unique.com 
../run/john.exe ../run/unshadow.exe ../run/unafs.exe ../run/unique.exe
rm -f ../run/john.exe *.o *.bak core
rm -f detect bench generic.h arch.h sparc.h tmp.s
rm -f DES_bs_s.c DES_bs_n.c DES_bs_a.c
cp /dev/null Makefile.dep
make[1]: Leaving directory `/build/buildd/john-1.7/src'
rm -f build-john-stamp
 debian/rules build
test -x debian/rules
mkdir -p .
/usr/bin/make -f debian/rules reverse-config
make[1]: Entering directory `/build/buildd/john-1.7'
make[1]: Nothing to be done for `reverse-config'.
make[1]: Leaving directory `/build/buildd/john-1.7'
if [ debian/stamp-patched = reverse-patches ]; then rm -f 
debian/stamp-patched; fi
patches: debian/patches/faq.diff debian/patches/system-wide.diff
Trying patch debian/patches/faq.diff at level 1 ... success.
Trying patch debian/patches/system-wide.diff at level 1 ... success.
if [ debian/stamp-patched != reverse-patches ]; then touch 
debian/stamp-patched; fi
if [ debian/stamp-patched != reverse-patches ] ; then \
/usr/bin/make -f debian/rules update-config ; \
fi
make[1]: Entering directory `/build/buildd/john-1.7'
make[1]: Nothing to be done for `update-config'.
make[1]: Leaving directory `/build/buildd/john-1.7'
touch build-john-stamp
 /usr/bin/fakeroot debian/rules binary-arch
test -x debian/rules
test `id -u` = 0
dh_clean -k 
dh_installdirs -A 
mkdir -p .
dh_installdirs -pjohn 
dh_installdocs -pjohn ./README  
dh_installexamples -pjohn 
dh_installman -pjohn  
dh_installinfo -pjohn  
dh_installmenu -pjohn 
dh_installcron -pjohn 
dh_installinit -pjohn   
dh_installdebconf -pjohn 
dh_installemacsen -pjohn   
dh_installcatalogs -pjohn 
dh_installpam -pjohn 
dh_installlogrotate -pjohn 
dh_installlogcheck -pjohn 
dh_installmime -pjohn 
dh_installchangelogs -pjohn   
dh_installudev -pjohn 
dh_install -pjohn  
dh_link -pjohn  
install -d /build/buildd/john-1.7/debian/john//var/run
install -d -m 0700 /build/buildd/john-1.7/debian/john//var/run/john
install -m 755 debian/extra/cronjob 
/build/buildd/john-1.7/debian/john//usr/share/john
install -m 644 debian/extra/cron.d-john 
/build/buildd/john-1.7/debian/john//etc/cron.d/john
install doc/CHANGES 
/build/buildd/john-1.7/debian/john//usr/share/doc/john/changelog
install -m 644 run/john.conf 
/build/buildd/john-1.7/debian/john//etc/john/john.conf
( cd /build/buildd/john-1.7/debian/john//usr/share/john  ln -s 
/etc/john/john.conf john.conf )
install -s run/john /build/buildd/john-1.7/debian/john//usr/sbin/john
install: cannot stat `run/john': No such file or directory
make: *** [binary-install/john] Error 1

Marc
-- 
BOFH #340:
Well fix that in the next (upgrade, update, patch release, service
pack).


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



Bug#79006: libxaw7: password text widget does not hide password

2007-02-10 Thread Brice Goglin
Hi,

About 6 years ago, you reported a bug to the Debian BTS regarding Xaw
password text widget not hiding passwords in xvncviewer.
Did you reproduce this problem recently? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#25367: libxaw7: menus freeze up

2007-02-10 Thread Brice Goglin
Hi,

About 8 years ago, you reported a bug to the Debian BTS regarding a
freeze of a Xaw menu widget.
Did you reproduce this problem recently? If not, I will close this bug
in the next weeks.

Thanks,
Brice



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



Bug#410308:

2007-02-10 Thread Daniel Fernández
Well, at least we have the filesystem privileges to protect the
sensitive data. But I dont like this bug, anyway.

Thanks for the answers,
Daniel.



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



Bug#19928: libxaw7: list widgets don't know how to scroll if they are too big for the screen

2007-02-10 Thread Brice Goglin
Hi,

About 9 years ago, you reported a bug to the Debian BTS regarding list
widgets not scrolling when too big for the screen. Did you reproduce
this problem recently? If not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#32205: libxaw7: popup menu widgets will draw themselves larger than the visible screen

2007-02-10 Thread Brice Goglin
Hi,

About 9 years ago, you reported a bug to the Debian BTS regarding Xaw
popup widget problems when larger than the screen. A workaround was
found by using nextawg. Did you reproduce this problem recently? If not,
I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#410360: liblua5.1-curl0: curl.OPT_INFILESIZE_LARGE is still limited to 32 bit ?

2007-02-10 Thread Enrico Tassi
On Sat, Feb 10, 2007 at 09:58:27AM +0800, gary ng wrote:
 Package: liblua5.1-curl0
 Version: 0.2.0-3
 Severity: normal
 
 I am not sure if this is a limitation of lua or curl. My assumption is it is
 intended for  32 bit number but I have tried suppling one and it effectively
 cuts the transfer(which I believe is that internally take the number as
 negative because of the overflow).
 
 lua seems to be able to handle  32 bit number.

this is the incriminated code:

/* curl_off_t */
case CURLOPT_RESUME_FROM_LARGE:
case CURLOPT_INFILESIZE_LARGE:
case CURLOPT_MAXFILESIZE_LARGE:{
curl_off_t o = (curl_off_t)luaL_checknumber(L,3);
rc = curl_easy_setopt(c,opt,o);
}break;

as you can see, these a cast from lua_Number to curl_off_t.

I'll investigate further, maybe using lua_checkint is better.

Cheers
-- 
Enrico Tassi


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



Bug#410410: [Pkg-bluetooth-maintainers] Bug#410410: bluez-gnome: add a quit or remove menu option in the systray menu

2007-02-10 Thread Marcel Holtmann
Hi Ludovic,

 I only have Preferences and About menu entries. I would like to also
 have a quit or remove menu option to be able to stop the execution
 of bluetooth-applet

use the session preferences for that.

Regards

Marcel




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



Bug#410413: Close bug

2007-02-10 Thread webmatt000
Ouch! I foold myself. I am sorry for bothering you.

-m mutliport
^^^

Please, close this bug! But: A better error handling would be nice, insead of 
spitting strange errors about non existing libaries to the user.


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



Bug#410413: Couldn't load match `mutliport':/lib/iptables/libipt_mutliport.so -- Typo

2007-02-10 Thread webmatt000
Package: iptables
Version: 1.2.11-10
Severity: Normal

This bug appears to be in the unstable version, too. I tested version 1.3.6 
form backports.org. They have the same bug.

Symptom:

iptables -t filter -A OUTPUT -o wan0 -p udp -m mutliport --destination-ports 
loc-srv,netbios-ns,netbios-dgm,netbios-ssn,microsoft-ds -j DROP

causes the error message

iptables v1.3.6: Couldn't load match 
`mutliport':/lib/iptables/libipt_mutliport.so: cannot open shared object 
file: No such file or directory

Reason  fix: 

Simple typo, big effect:
There is no library
/lib/iptables/libipt_mutliport.so, but 
/lib/iptables/libipt_multiport.so
= Exchange t and l
Use ...multi... insetad of ...mutli...!


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



Bug#399178: [Buildd-tools-devel] Bug#399178: noisy warnings: Unable to locate package...

2007-02-10 Thread Roger Leigh
Martin Michlmayr [EMAIL PROTECTED] writes:

 * Roger Leigh [EMAIL PROTECTED] [2007-02-04 23:00]:
 While it would be possible to send all stderr output to /dev/null, I
 don't feel that this is appropriate, because it will discard all error
 reporting when running apt-cache.  One solution I am now looking at is
 sending stderr to the package log (rather than the main log) for just
 apt-cache invokations.  Errors and warnings will still be logged, but
 they will then not get mailed to you separately.  Does that sound OK.

 Sounds good to me.

Please could you try the attached patch?

This should do the above, preventing apt-cache errors and warnings
From going to stderr; they go to the package log instead.


Thanks,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.
Index: sbuild
===
--- sbuild	(revision 1082)
+++ sbuild	(working copy)
@@ -29,6 +29,7 @@
 use POSIX;
 use File::Basename qw(basename dirname);
 use IO::Handle;
+use IPC::Open3;
 use FileHandle;
 use Sbuild qw(binNMU_version version_compare);
 
@@ -51,6 +52,10 @@
 # in case the terminal disappears, the build should continue
 $SIG{'HUP'} = 'IGNORE';
 
+if (!open(main::DEVNULL, '+', '/dev/null')) {
+	die Cannot open /dev/null: $!\n;;
+}
+
 umask(022);
 
 $main::distribution = unstable;
@@ -414,9 +419,10 @@
 
 		  retry:
 			print PLOG Checking available source versions...\n;
-			my $command = get_apt_command($conf::apt_cache, -q showsrc $pkg 21 /dev/null, $main::username, 0);
-			if (!open( PIPE, $command | )) {
-print PLOG Can't open pipe to apt-cache: $!\n;
+			my $command = get_apt_command($conf::apt_cache, -q showsrc $pkg, $main::username, 0);
+			my $pid = open3(\*main::DEVNULL, \*PIPE, 'PLOG', $command );
+			if (!$pid) {
+print PLOG Can't open pipe to $conf::apt_cache: $!\n;
 return (ERROR);
 			}
 			{ local($/) = ;
@@ -430,12 +436,13 @@
   @{$entries{$ver}} = map { (split( /\s+/, $_ ))[3] }
 	  split( \n, $tfile );
 			  } else {
-  print PLOG apt-cache returned no information about $pkg source\n;
+  print PLOG $conf::apt_cache returned no information about $pkg source\n;
   print PLOG Are there any deb-src lines in your /etc/apt/sources.list?\n;
   return (ERROR);
 			  }
 		  }
-			close( PIPE );
+			close(PIPE);
+			waitpid $pid, 0;
 			if ($?) {
 print PLOG $conf::apt_cache failed\n;
 return (ERROR);
@@ -1745,14 +1752,18 @@
 
 	my $command = get_apt_command($conf::apt_cache, policy @interest, $main::username, 0);
 
-	open(APTCACHE, $command | )
-		or die Cannot start $conf::apt_cache $!\n;
+	my $pid = open3(\*main::DEVNULL, \*APTCACHE, 'PLOG', $command );
+	if (!$pid) {
+		die Cannot start $conf::apt_cache $!\n;
+	}
 	while(APTCACHE) {
 		$package=$1 if /^([0-9a-z+.-]+):$/;
 		$packages{$package}-{curversion}=$1 if /^ {2}Installed: ([0-9a-zA-Z-.:~+]*)$/;
 		$packages{$package}-{defversion}=$1 if /^ {2}Candidate: ([0-9a-zA-Z-.:~+]*)$/;
 		push @{$packages{$package}-{versions}}, $2 if /^ (\*{3}| {3}) ([0-9a-zA-Z-.:~+]*) 0$/;
 	}
+	close(APTCACHE);
+	waitpid $pid, 0;
 	die $conf::apt_cache exit status $?\n if $?;
 
 	return %packages;
@@ -2252,9 +2263,11 @@
 	local(*PIPE);
 	my %deps;
 	
-	my $command = get_apt_command($conf::apt_cache, show @_ 21, $main::username, 0);
-	open( PIPE, $command | )
-		or die Cannot start $conf::apt_cache $!\n;
+	my $command = get_apt_command($conf::apt_cache, show @_, $main::username, 0);
+	my $pid = open3(\*main::DEVNULL, \*PIPE, 'PLOG', $command );
+	if (!$pid) {
+		die Cannot start $conf::apt_cache $!\n;
+	}
 	local($/) = ;
 	while( PIPE ) {
 		my ($name, $dep, $predep);
@@ -2267,6 +2280,7 @@
 		$deps{$name} = $dep;
 	}
 	close( PIPE );
+	waitpid $pid, 0;
 	die $conf::apt_cache exit status $?\n if $?;
 
 	return \%deps;
@@ -2275,9 +2289,11 @@
 sub get_virtuals {
 	local(*PIPE);
 
-	my $command = get_apt_command($conf::apt_cache, showpkg @_ 21, $main::username, 0);
-	open( PIPE, $command | )
-		or die Cannot start $conf::apt_cache: $!\n;
+	my $command = get_apt_command($conf::apt_cache, showpkg @_, $main::username, 0);
+	my $pid = open3(\*main::DEVNULL, \*PIPE, 'PLOG', $command );
+	if (!$pid) {
+		die Cannot start $conf::apt_cache $!\n;
+	}
 	my $name;
 	my $in_rprov = 0;
 	my %provided_by;
@@ -2296,6 +2312,7 @@
 		}
 	}
 	close( PIPE );
+	waitpid $pid, 0;
 	die $conf::apt_cache exit status $?\n if $?;
 
 	return \%provided_by;


pgp4Ej6ZX2ge5.pgp
Description: PGP signature


Bug#410421: wfo: Typos in package description

2007-02-10 Thread David F�rster
Package: wfo
Version: 0.1-1
Severity: minor

Shouldn't the description Offiline editing tool for Wiki pages adn blog rather
be Offline editing tool for Wiki pages and blogs? (Three typos)

Regards, David


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (600, 'testing'), (300, 'unstable'), (200, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ANSI_X3.4-1968) (ignored: 
LC_ALL set to C)


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



Bug#410135: slrn: Charset fallback causes regular segfaults when expunging

2007-02-10 Thread Bas Zoetekouw
Hi Moritz!

You wrote:

  I'm not sure what is happening, because the h-from is explicitly malloced
  in process_xover(), which is also the only place in the source (afaics)
  where any Slrn_Header_Type is malloced.
  So, the only thing I can think of is that slrn messes with the from field
  somewhere lese in the code.  I'll try looking into it later today...
 
 Turns out I was wrong with the double free idea:
[...] 
 I'll dig further on sunday.

Could you try if the attached replacement for
debian/patches/302_fallback_charset.diff fixes the problem?

Thanks!

-- 
Kind regards,
++
| Bas Zoetekouw  | GPG key: 0644fab7 |
|| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| [EMAIL PROTECTED] |  a2b1 2bae e41f 0644 fab7 |
++ 
#! /bin/sh -e
if [ $# -ne 1 ]; then
echo 2 `basename $0`: script expects -patch|-unpatch as argument
exit 1
fi
case $1 in
-patch) patch -f --no-backup-if-mismatch -p1  $0;;
-unpatch) patch -f --no-backup-if-mismatch -R -p1  $0;;
*)
echo 2 `basename $0`: script expects -patch|-unpatch as argument
exit 1;;
esac

exit 0

@DPATCH@
diff -Naur eerst/slrn-0.9.8.1pl1/src/art.c slrn-0.9.8.1pl1/src/art.c
--- art.c.eerst	2007-02-10 15:24:40.418301661 +0100
+++ slrn-0.9.8.1pl1/src/art.c	2007-02-10 15:29:38.486194048 +0100
@@ -473,6 +473,9 @@
remove_from_hash_table (h);
slrn_free (h-tree_ptr);
slrn_free (h-subject);
+#ifdef USE_ICONV /* we've copied this string */
+   if (h-from_malloced != NULL) slrn_free (h-from_malloced);
+#endif
slrn_free (h-date);
slrn_free (h-realname);
slrn_free_additional_headers (h-add_hdrs);
@@ -5519,7 +5522,7 @@
 static Slrn_Header_Type *process_xover (Slrn_XOver_Type *xov)
 {
Slrn_Header_Type *h;
-   unsigned char *c;
+   char *c;

h = (Slrn_Header_Type *) slrn_safe_malloc (sizeof (Slrn_Header_Type));

@@ -5527,9 +5530,33 @@
Number_Total++;

 #ifdef USE_ICONV
-   /* ok, some news client (Outlook Express *sigh*) just put unencoded
+
+   /* Annoyingly, h-from wasn't malloced separately, but is part of the same
+* buffer as h-subject (ie free()ing h-subject will also delete the memory
+* space used by h-from().  That sucks, so make a copy of from, to make
+* sure we can freely mess with the strings as we see fit.  
+* NOTE: h-from is free()ed in free_header()
+*/
+   h-from_malloced = slrn_safe_strmalloc( h-from );
+   h-from = h-from_malloced;
+
+   /* ok, some news clients (Outlook Express *sigh*) just put unencoded
 * latin1/9 chars in their headers.  As we don't know any charset at 
-* this time, replace those chars by '?' chars */
+* this time, try to translating them using the (user-specified) default 
+* charset, or if the user didn't specify any, replace all non-ASCII
+* chars by question marks
+*/
+
+   /* if the user specified a fallback charset */
+   if ( Slrn_Fallback_Input_Charset_Default == 0 )
+   {
+   slrn_chmap_translate_string(Slrn_Fallback_Input_Charset, 
+	   Slrn_Charset, (h-subject));
+   slrn_chmap_translate_string(Slrn_Fallback_Input_Charset, 
+	   Slrn_Charset, (h-from));
+   }
+   else /* no fallback charset specified, so replace all high chars by ? */
+   {
c = h-subject;
while (*c!='\0'  *c!=0x0a  *c!=0x0d) 
{ 
@@ -5540,6 +5567,8 @@
{ 
 	   if (*c=0x7f) *c = '?'; c++; 
}
+   }
+
 #endif /* USE_ICONV */
 
 #if SLRN_HAS_MIME
diff -Naur eerst/slrn-0.9.8.1pl1/src/art.h slrn-0.9.8.1pl1/src/art.h
--- art.h.eerst	2007-02-10 15:24:55.290425513 +0100
+++ slrn-0.9.8.1pl1/src/art.h	2007-02-10 15:26:54.530374227 +0100
@@ -84,6 +84,11 @@
 
 #endif   /* NOT SLRNPULL_CODE */
 
+#ifdef USE_ICONV
+extern char *Slrn_Fallback_Input_Charset;
+extern short int Slrn_Fallback_Input_Charset_Default;
+#endif
+
 typedef struct Slrn_Header_Line_Type
 {
char *name;
@@ -123,6 +128,9 @@
int bytes;
char *subject;		   /* malloced separately */
char *from;
+#ifdef USE_ICONV
+   char *from_malloced;			/* malloced */
+#endif
char *date;			   /* malloced */
char *msgid;			   /* pointers to above space */
char *refs;
diff -Naur eerst/slrn-0.9.8.1pl1/src/chmap.c slrn-0.9.8.1pl1/src/chmap.c
--- eerst/slrn-0.9.8.1pl1/src/chmap.c	2007-01-15 18:54:23.798361500 +0100
+++ slrn-0.9.8.1pl1/src/chmap.c	2007-01-15 19:01:51.939060247 +0100
@@ -75,6 +75,11 @@
 
 #ifdef USE_ICONV
 
+/* the user-specified fallback charset */
+char *Slrn_Fallback_Input_Charset = NULL;
+/* is set to a true value if the user didn't specify an override fallback */
+short int Slrn_Fallback_Input_Charset_Default = 0;
+
 const iconv_t ICONV_FAIL = (iconv_t) -1;
 
 /* translate the string *str_ptr from charset cs_from to charset cs_to */
@@ -92,7 +97,7 @@
 
 
 /* make sure the charsets are 

Bug#410423: installation-report: HP Workstation 712/60

2007-02-10 Thread Peter Van Loock
Package: installation-reports
Version: 2.23
Severity: normal



-- Package-specific info:

Boot method: Network
Image version: Daily build netboot of 2007/02/10
Date: 2007/02/10 12h30

Machine: HP Workstation 712/60
Partitions: 

Disk /dev/sda: 1050 MB, 1050347520 bytes
255 heads, 63 sectors/track, 127 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   1   4   32098+  f0  Linux/PA-RISC boot
/dev/sda2   5  14   80325   83  Linux
/dev/sda3  15 127  907672+   5  Extended
/dev/sda5   *  15 114  803218+  83  Linux
/dev/sda6 115 127  104391   82  Linux swap / Solaris


Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [E]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:

I did not get an error during setup, but after the first boot, the
date was somewhere in 2034. I manually installed ntpdate and ran it 
to correct the date/time.

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report.

Once you have filled out this report, mail it to [EMAIL PROTECTED]

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=4.0 (installer build 20070210-07:41)
X_INSTALLATION_MEDIUM=netboot

==
Installer hardware-summary:
==
umame -a: Linux parisc-712 2.6.18-4-parisc #1 Fri Feb 2 07:40:27 MST 2007 
parisc unknown
lsmod: Module  Size  Used by
lsmod: ext3  169032  1 
lsmod: jbd70664  1 ext3
lsmod: zalon7xx   36460  0 
lsmod: sd_mod 24112  4 
lsmod: lasi700 3840  3 
lsmod: 53c700 34696  1 lasi700
lsmod: scsi_transport_spi 32160  2 zalon7xx,53c700
lsmod: scsi_mod  161296  5 
zalon7xx,sd_mod,lasi700,53c700,scsi_transport_spi
lsmod: isofs  41624  0 
lsmod: ide_cd 48260  0 
lsmod: cdrom  43804  1 ide_cd
lsmod: ide_disk   20672  0 
lsmod: ide_generic 1216  0 [permanent]
lsmod: cmd64x 13404  0 [permanent]
lsmod: ns87415 5860  0 [permanent]
lsmod: ide_core  134028  5 
ide_cd,ide_disk,ide_generic,cmd64x,ns87415
lsmod: lasi_82596 27860  0 
df: Filesystem   1k-blocks  Used Available Use% Mounted on
df: tmpfs30824   412 30412   1% /dev
df: tmpfs30824   412 30412   1% /dev
df: tmpfs30824   412 30412   1% /.dev
df: /dev/scsi/host0/bus0/target6/lun0/part5790556440612309784  59% 
/target
df: /dev/scsi/host0/bus0/target6/lun0/part2 75272  9690 61566  14% 
/target/boot
free:   total used free   shared  buffers
free:   Mem:6164858024 36240 5812
free:  Swap:   104380 3576   100804
free: Total:   16602861600   104428
cardctl status: /usr/bin/report-hw: /usr/bin/report-hw: 48: pccardctl: not found
cardctl ident: /usr/bin/report-hw: /usr/bin/report-hw: 49: pccardctl: not found
cardctl status: /usr/bin/report-hw: /usr/bin/report-hw: 50: cardctl: not found
cardctl ident: /usr/bin/report-hw: /usr/bin/report-hw: 51: cardctl: not found
/proc/cpuinfo: processor: 0
/proc/cpuinfo: cpu family   : PA-RISC 1.1d
/proc/cpuinfo: cpu  : PA7100LC (PCX-L)
/proc/cpuinfo: cpu MHz  : 60.00
/proc/cpuinfo: model: 9000/712
/proc/cpuinfo: model name   : Gecko (712/60)
/proc/cpuinfo: hversion : 0x6000
/proc/cpuinfo: sversion : 0x0481
/proc/cpuinfo: I-cache  : 32 KB
/proc/cpuinfo: D-cache  : 32 KB (WB, direct mapped)
/proc/cpuinfo: ITLB entries : 64
/proc/cpuinfo: DTLB entries : 64 - shared with ITLB
/proc/cpuinfo: BTLB fixed   : max. 16384 pages, pagesize=4096 (64MB)
/proc/cpuinfo: BTLB fix-entr.   : 0 instruction, 0 data (8 combined)
/proc/cpuinfo: BTLB var-entr.   : 0 instruction, 0 data (0 combined)
/proc/cpuinfo: bogomips : 59.26
/proc/cpuinfo: software id  : 2004331096
/proc/cpuinfo: 
/proc/iomem: -03ff : System RAM
/proc/iomem:   -09ff : PDC data (Page Zero)
/proc/iomem:   0010

Bug#333674: #33367 MailScanner: Entity.pm, print_body chokes on undefined parts. Never processes message, jams queue processing.

2007-02-10 Thread Simon Walter

package mailscanner
tags 333674 +unreproducible
thanks

Hello,

I was unable to reproduce this bug in a clean sarge installation with
clamav and f-prot enabled.

MailScanner.conf:
Virus Scanners = clamav f-prot
Spam Action = attachment deliver

The provided queue-file is scanned, detected as spam and phishing and
placed in mqueue without any problems.

-- 
Regards
Simon Walter


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



  1   2   3   4   >