Bug#505357: [Pkg-samba-maint] Bug#505357: Samba upgrade from sarge-etch brokes ntprinters.tdb-file

2008-11-12 Thread Christian Perrier
found 505357 3.0.24-6etch10
notfound 505357 3.2.4-1
thanks

Quoting Juhani Puska ([EMAIL PROTECTED]):
 Package: samba
 Version: 3.0.24-6etch10
 
 While upgrading sarges last samba version 3.0.14a-3sarge11 to etch, it 
 somehow converts ntprinters.tdb-file and damages it is content.
 
 You can find after upgrade, that smbd does not start and you have in the 
 log file (log.smbd):
 
 [2008/11/11 21:41:34, 0] tdb/tdbutil.c:tdb_log(783)
tdb(/var/lib/samba/ntprinters.tdb): rec_read bad magic 0x0 at 
 offset=92124
 
 It could be restored by copying the original ntprinters.tdb file before 
 upgrade. In this case Company has 29 printers installed/drivers.
 
 If you need more exact information, please reply to me.


Tagging this issues as etch-only.

However, the package itself does nothing really specific to the TDB
files. That is maybe done by samba itself when opening them for the
first time but that does not explain why you can fix the problem by
copying the old file back.

IIRC, I had similar problems when updating my print servers at work
and it finally turned out that the TDB files were corrupted in some
vay *before* the upgrade




signature.asc
Description: Digital signature


Bug#501457: odt2txt fails to recognize legit .odt file

2008-11-12 Thread Aurelien Bompard
As I replied privately to the reporter, I've looked at this issue: I've 
fixed a few things in the ODT generation code, and now the wiki:syntax 
export passes the validator cited here. These changes are only in the git 
repo for now.
(use git clone http://aurelien.bompard.org/projects/dokuwiki/odt.git;)

However, odt2txt still fails to recognize it as a valid ODT file.
The strange thing is : if I unzip the odt file, and re-zip it without 
changing anything, odt2txt handles it just fine !

Therefore, I'm not sure the bug is in my ODT generation code. It's probably 
the zipping part, which is done in PHP by Dokuwiki, and is perfectly 
usable with unzip or OpenOffice. Maybe the kunzip library bundled with 
odt2txt lacks something to handle this uncommon archive. I'm no C expert, 
so that's where my investigation stops.

Thanks for the report.

By the way, the odfpy library 
(http://opendocumentfellowship.com/development/projects/odfpy) has some 
nice command line tools to convert ODT to other formats (like XHTML).
I don't think it's packaged in Debian yet, but you may find it interesting.

Aurélien
-- 
http://aurelien.bompard.org    Jabber : [EMAIL PROTECTED]
Computer Science is no more about computers than astronomy is about
telescopes. -- E. W. Dijkstra



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



Bug#505423: FTBFS with GCC 4.4: missing #include

2008-11-12 Thread Martin Michlmayr
Package: gpt
Version: 1.0.2-1
User: [EMAIL PROTECTED]
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with the upcoming GCC 4.4.  Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.

GCC 4.4 cleaned up some more C++ headers.  You always have to #include
headers directly and cannot rely for things to be included indirectly.

You can reproduce this problem with gcc-snapshot from unstable.

 Automatic build of gpt_1.0.2-1 on em64t by sbuild/amd64 0.53
...
  g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../. -I../../../src/parser 
 -I../../../src/modules -I../../../src/modules/parser -I/usr/include -O2 -c 
 MismatchedUnicodeCharException.cpp  -fPIC -DPIC -o 
 .libs/MismatchedUnicodeCharException.o
 In file included from MismatchedUnicodeCharException.cpp:9:
 UnicodeCharScanner.hpp:495: error: 'EOF' was not declared in this scope
 make[6]: *** [MismatchedUnicodeCharException.lo] Error 1
 make[6]: Leaving directory `/build/tbm/gpt-1.0.2/src/modules/parser'

--- src/modules/parser/UnicodeCharScanner.hpp~  2008-11-12 07:49:36.0 
+
+++ src/modules/parser/UnicodeCharScanner.hpp   2008-11-12 07:49:45.0 
+
@@ -1,6 +1,7 @@
 #ifndef INC_UnicodeCharScanner_hpp__
 #define INC_UnicodeCharScanner_hpp__
 
+#include cstdio
 #include map
 #include cctype
 
--- src/modules/parser/UnicodeCharBuffer.hpp~   2008-11-12 07:50:04.0 
+
+++ src/modules/parser/UnicodeCharBuffer.hpp2008-11-12 07:50:09.0 
+
@@ -1,6 +1,7 @@
 #ifndef INC_UnicodeCharBuffer_hpp__
 #define INC_UnicodeCharBuffer_hpp__
 
+#include cstdio
 #include istream
 #include cassert
 #include antlr/config.hpp

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#475199: w3m segfaults after searching in options

2008-11-12 Thread Gerfried Fuchs
* Tatsuya Kinoshita [EMAIL PROTECTED] [2008-11-10 13:10:27 CET]:
 On November 10, 2008 at 11:52AM +0100, rhonda (at deb.at) wrote:
   w3m https://nm.debian.org/nmlist.php
   /blub
   j
   segfault
 
   Erm, still someone around? This makes it absolutely annoying and quite
  unusable for https pages (like nagios setups) and searching in there.
 
   Pretty please, any response would be appreciated, I am here and willing
  to provide more informations if only one tells me what's further needed
  ...
 
 Hmm, on my system (sid i386, updated yesterday), the above problem
 doesn't occur, even though I remove ~/.w3m.  The search feature in
 https page with w3m 0.5.2-2+b1 works for me.

 Another way that worked relyable for me:

w3m 'https://db.debian.org/search.cgi?country=dedosearch=Search...'
/joey
(twice return)
segfault

 Again, others were able to reproduce it. I've w3m-img running, but I
purged that package, moved my .w3m directory aside to start off with a
clean environment, it didn't change much ...  :(

 Yes, 0.5.2-2+b1 also here, current up2date lenny.
Rhonda



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



Bug#504977: ffmpeg-debian: Several security issues

2008-11-12 Thread Reinhard Tartler
Reinhard Tartler [EMAIL PROTECTED] writes:

 CVE-2008-4869[0]:
 | FFmpeg 0.4.9, as used by MPlayer, allows context-dependent attackers
 | to cause a denial of service (memory consumption) via unknown vectors,
 | aka a Tcp/udp memory leak.

 you asked me later to ignore this. ok.

I'm sorry but I misread you. Investigating the issue further, it seems
to me that this issue is exactly the same as CVE-2008-4866. At least the
references seem to point to the same svn commits.

I take that CVE-2008-4866 and CVE-2008-4869 are actually dupes.

Summary: the only issue this bug is about is actually CVE-2008-4869,
where I have committed a patch, but would really need some help with
verifying the patch.

As for CVE-2008-4867, see bug #496612. Please raise the severity if you
think that should be fixed in lenny, but please not that I could really
need help with that bug as well.

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



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



Bug#504424: [Reportbug-maint] Bug#504424: Bug#504424: crashes when trying to report bugs of reportbug

2008-11-12 Thread Sandro Tosi
Hi Ryo,

On Wed, Nov 12, 2008 at 07:53, Ryo IGARASHI [EMAIL PROTECTED] wrote:
 On Wed, Nov 12, 2008 at 2:38 AM, Sandro Tosi [EMAIL PROTECTED] wrote:
 I prepared a preliminary version here[1]: may you please check if it
 fixes your bug? I tried to replicate it with reportbug and zsh on a
 LAND=de_DE env and it works.

 [1] http://people.debian.org/~morph/

 Thank you for your reply. Anyway, your new version solved the bug on
 both amd64 and ia32.

Great!

 FYI, the bug occurs from PuTTY from windows but not from Terminal from MacOSX.

Mh, but the bug still occurs or occurred? :) Just to be clear before
upload it.

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



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



Bug#498789: Pleas include dmraid=true in Special boot parameters help

2008-11-12 Thread Giuseppe Iuculano
Frans Pop ha scritto:

 Note that I'm working on a settings option for the installer that will 
 make it a lot easier for users to select options such as dmraid and 
 multipath (without requiring a boot parameter).

Hi,

is there any status update regarding dmraid=true boot parameters or your
settings option?


Giuseppe.



signature.asc
Description: OpenPGP digital signature


Bug#505425: Ships with a copy of antlr

2008-11-12 Thread Martin Michlmayr
Package: kdesdk
Version: 4:3.5.9-2

kdesdk ships with a copy of antlr instead of build-depending on it.

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#505426: hachoir-metadata-gtk: typo: Unknow file

2008-11-12 Thread Paul Wise
Package: python-hachoir-metadata
Version: 1.1-1
Severity: minor
File: /usr/bin/hachoir-metadata-gtk

When I open a file that hachoir cannot parse, I get Unknow file, which
should obviously be Unknown file.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#505427: hachoir-metadata-gtk: should open first command-line argument

2008-11-12 Thread Paul Wise
Package: python-hachoir-metadata
Version: 1.1-1
Severity: minor
File: /usr/bin/hachoir-metadata-gtk

It would be good if hachoir-metadata-gtk opened the first argument when
it starts. Currently it doesn't open any and says Select a file to view
metadata informations (which contains an obvious typo).

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

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

Versions of packages python-hachoir-metadata depends on:
ii  python2.5.2-2An interactive high-level object-o
ii  python-hachoir-parser 1.1-1  Package of Hachoir parsers used to
ii  python-support0.8.4  automated rebuilding support for P

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#505422: FTBFS with GCC 4.4: missing #include

2008-11-12 Thread Martin Michlmayr
Package: qpdf
Version: 2.0.2-1
User: [EMAIL PROTECTED]
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with the upcoming GCC 4.4.  Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.

GCC 4.4 cleaned up some more C++ headers.  You always have to #include
headers directly and cannot rely for things to be included indirectly.

You can reproduce this problem with gcc-snapshot from unstable.

 Automatic build of qpdf_2.0.2-1 on em64t by sbuild/amd64 0.53
...
 /bin/sh ./libtool --quiet --mode=compile g++  -g -O2 -g -Wall -O2 -Wall 
 -Werror -MD -MF libqpdf/build/QPDF_Name.tdep -MP -Iinclude -Ilibqpdf -c 
 libqpdf/QPDF_Name.cc -o libqpdf/build/QPDF_Name.o; sed -e 's/\.o:/.lo:/'  
 libqpdf/build/QPDF_Name.tdep  libqpdf/build/QPDF_Name.dep
 libqpdf/QPDF_Name.cc: In static member function 'static std::string 
 QPDF_Name::normalizeName(const std::string)':
 libqpdf/QPDF_Name.cc:27: error: 'sprintf' was not declared in this scope

--- qpdf-2.0.2/libqpdf/QPDF_Name.cc~2008-11-12 07:58:31.0 +
+++ qpdf-2.0.2/libqpdf/QPDF_Name.cc 2008-11-12 07:58:36.0 +
@@ -1,6 +1,7 @@
 
 #include qpdf/QPDF_Name.hh
 
+#include cstdio
 #include string.h
 
 QPDF_Name::QPDF_Name(std::string const name) :
--- qpdf-2.0.2/libtests/bits.cc~2008-11-12 08:00:38.0 +
+++ qpdf-2.0.2/libtests/bits.cc 2008-11-12 08:00:43.0 +
@@ -2,6 +2,7 @@
 #include qpdf/BitStream.hh
 #include qpdf/BitWriter.hh
 #include qpdf/Pl_Buffer.hh
+#include cstdio
 #include iostream
 
 // See comments in bits.cc
--- qpdf-2.0.2/libtests/md5.cc~ 2008-11-12 08:02:27.0 +
+++ qpdf-2.0.2/libtests/md5.cc  2008-11-12 08:02:32.0 +
@@ -2,6 +2,7 @@
 #include qpdf/MD5.hh
 #include qpdf/Pl_MD5.hh
 #include qpdf/Pl_Discard.hh
+#include cstdio
 #include iostream
 
 static void test_string(char const* str)

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#505419: FTBFS with GCC 4.4: missing #include

2008-11-12 Thread Martin Michlmayr
Package: qdacco
Version: 0.8-2
User: [EMAIL PROTECTED]
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with the upcoming GCC 4.4.  Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.

GCC 4.4 cleaned up some more C++ headers.  You always have to #include
headers directly and cannot rely for things to be included indirectly.

You can reproduce this problem with gcc-snapshot from unstable.

 Automatic build of qdacco_0.8-2 on em64t by sbuild/amd64 0.53
...
 [  1%] Building CXX object lib/CMakeFiles/qdaccolib.dir/auxiliar.o
 /build/tbm/qdacco-0.8/lib/auxiliar.cpp: In static member function 'static 
 void Auxiliar::debug(QString)':
 /build/tbm/qdacco-0.8/lib/auxiliar.cpp:78: error: 'printf' was not declared 
 in this scope
 make[3]: *** [lib/CMakeFiles/qdaccolib.dir/auxiliar.o] Error 1
 make[3]: Leaving directory `/build/tbm/qdacco-0.8'
 make[2]: *** [lib/CMakeFiles/qdaccolib.dir/all] Error 2

--- lib/auxiliar.cpp~   2008-11-12 07:43:26.0 +
+++ lib/auxiliar.cpp2008-11-12 07:43:40.0 +
@@ -25,6 +25,8 @@
 
 #include qdacco/auxiliar.h
 
+#include cstdio
+
 //Variables to adjust
 int Auxiliar::debugLevel=1;
 QString Auxiliar::version = 0.7.0;
--- lib/worddata.cpp~   2008-11-12 07:44:03.0 +
+++ lib/worddata.cpp2008-11-12 07:44:08.0 +
@@ -21,6 +21,8 @@
 
 #include qdacco/worddata.h
 
+#include cstdio
+
 WordData::WordData() {
num=0;
 }

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#505420: FTBFS with GCC 4.4: missing #include

2008-11-12 Thread Martin Michlmayr
Package: esteidutil
Version: 0.9.18-1
User: [EMAIL PROTECTED]
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with the upcoming GCC 4.4.  Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.

GCC 4.4 cleaned up some more C++ headers.  You always have to #include
headers directly and cannot rely for things to be included indirectly.

You can reproduce this problem with gcc-snapshot from unstable.

 Automatic build of esteidutil_0.9.18-1 on em64t by sbuild/amd64 0.53
...
 x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I.   
 -I/usr/lib/wx/include/gtk2-unicode-release-2.8 -I/usr/include/wx-2.8 
 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -D__WXGTK__ -pthread 
 -I/usr/include/PCSC  -g -O2 -I/usr/include/PCSC -MT MainDialog_Image.o -MD 
 -MP -MF .deps/MainDialog_Image.Tpo -c -o MainDialog_Image.o 
 MainDialog_Image.cpp
 In file included from utility/netObj.h:19,
  from MainDialog_Image.cpp:19:
 ./utility/opensslObj.h:84: error: 'uint32_t' does not name a type
 make[3]: *** [MainDialog_Image.o] Error 1
 make[3]: Leaving directory `/build/tbm/esteidutil-0.9.18/src'

--- src/utility/opensslObj.h~   2008-11-12 07:49:10.0 +
+++ src/utility/opensslObj.h2008-11-12 07:49:19.0 +
@@ -8,6 +8,7 @@
 #pragma once
 #include cardlib/DynamicLibrary.h //bad ..
 #include Setup.h
+#include stdint.h
 
 #if HAVE_OPENSSL
 #include openssl/ssl.h

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#505421: FTBFS with GCC 4.4: stricter preprocessor checks

2008-11-12 Thread Martin Michlmayr
Package: openldap
Version: 2.4.11-1
User: [EMAIL PROTECTED]
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with the upcoming GCC 4.4.  Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.

You can reproduce this problem with gcc-snapshot from unstable.

 Automatic build of openldap_2.4.11-1 on em64t by sbuild/amd64 0.53
...
 make[3]: Entering directory 
 `/build/tbm/openldap-2.4.11/debian/build/libraries/libldap'
 /build/tbm/openldap-2.4.11/build/mkdep -l -d 
 /build/tbm/openldap-2.4.11/libraries/libldap -c cc -m -M 
 -I../../include-I/build/tbm/openldap-2.4.11/include  bind.c 
 open.c result.c error.c compare.c search.c controls.c messages.c references.c 
 extended.c cyrus.c modify.c add.c modrdn.c delete.c abandon.c sasl.c sbind.c 
 unbind.c cancel.c filter.c free.c sort.c passwd.c whoami.c getdn.c getentry.c 
 getattr.c getvalues.c addentry.c request.c os-ip.c url.c pagectrl.c 
 sortctrl.c vlvctrl.c init.c options.c print.c string.c util-int.c schema.c 
 charray.c tls.c os-local.c dnssrv.c utf-8.c utf-8-conv.c turn.c ppolicy.c 
 dds.c txn.c ldap_sync.c stctrl.c ntlm.c assertion.c 
 /build/tbm/openldap-2.4.11/libraries/libldap/os-ip.c:693:30: error: missing 
 ')' after defined
 make[3]: Leaving directory 
 `/build/tbm/openldap-2.4.11/debian/build/libraries/libldap'
  
   Entering subdirectory libldap_r
 make[3]: Entering directory 
 `/build/tbm/openldap-2.4.11/debian/build/libraries/libldap_r'
 touch .links
 /build/tbm/openldap-2.4.11/build/mkdep -l -d 
 /build/tbm/openldap-2.4.11/libraries/libldap_r -c cc -m -M 
 -I../../include-I/build/tbm/openldap-2.4.11/include  -DLDAP_R_COMPILE 
 -I/build/tbm/openldap-2.4.11/libraries/libldap_r/../libldapthreads.c 
 rdwr.c rmutex.c tpool.c rq.c thr_posix.c thr_cthreads.c thr_thr.c thr_lwp.c 
 thr_nt.c thr_pth.c thr_stub.c thr_debug.c apitest.c test.c bind.c open.c 
 result.c error.c compare.c search.c controls.c messages.c references.c 
 extended.c cyrus.c modify.c add.c modrdn.c delete.c abandon.c sasl.c sbind.c 
 unbind.c cancel.c filter.c free.c sort.c passwd.c whoami.c getdn.c getentry.c 
 getattr.c getvalues.c addentry.c request.c os-ip.c url.c pagectrl.c 
 sortctrl.c vlvctrl.c init.c options.c print.c string.c util-int.c schema.c 
 charray.c tls.c os-local.c dnssrv.c utf-8.c utf-8-conv.c turn.c ppolicy.c 
 dds.c txn.c ldap_sync.c stctrl.c ntlm.c assertion.c
 In file included from 
 /build/tbm/openldap-2.4.11/libraries/libldap_r/threads.c:25:
 /build/tbm/openldap-2.4.11/include/ldap_pvt_thread.h:66:7: error: missing 
 binary operator before token (
 In file included from 
 /build/tbm/openldap-2.4.11/libraries/libldap_r/../libldap/ldap-int.h:30,
  from 
 /build/tbm/openldap-2.4.11/libraries/libldap_r/rdwr.c:42:
 /build/tbm/openldap-2.4.11/include/ldap_pvt_thread.h:66:7: error: missing 
 binary operator before token (
 In file included from 
 /build/tbm/openldap-2.4.11/libraries/libldap_r/../libldap/ldap-int.h:30,
  from 
 /build/tbm/openldap-2.4.11/libraries/libldap_r/rmutex.c:31:
 /build/tbm/openldap-2.4.11/include/ldap_pvt_thread.h:66:7: error: missing 
 binary operator before token (
 In file included from 
 /build/tbm/openldap-2.4.11/libraries/libldap_r/../libldap/ldap-int.h:30,
  from 
 /build/tbm/openldap-2.4.11/libraries/libldap_r/tpool.c:27:
 /build/tbm/openldap-2.4.11/include/ldap_pvt_thread.h:66:7: error: missing 
 binary operator before token (
 In file included from 
 /build/tbm/openldap-2.4.11/libraries/libldap_r/../libldap/ldap-int.h:30,
  from /build/tbm/openldap-2.4.11/libraries/libldap_r/rq.c:31:
 /build/tbm/openldap-2.4.11/include/ldap_pvt_thread.h:66:7: error: missing 
 binary operator before token (
 In file included from 
 /build/tbm/openldap-2.4.11/libraries/libldap_r/thr_posix.c:30:
 /build/tbm/openldap-2.4.11/include/ldap_pvt_thread.h:66:7: error: missing 
 binary operator before token (
 In file included from 
 /build/tbm/openldap-2.4.11/libraries/libldap_r/../libldap/ldap-int.h:30,
  from test.c:43:
 /build/tbm/openldap-2.4.11/include/ldap_pvt_thread.h:66:7: error: missing 
 binary operator before token (
 In file included from 
 /build/tbm/openldap-2.4.11/libraries/libldap_r/../libldap/ldap-int.h:30,
  from bind.c:30:
 /build/tbm/openldap-2.4.11/include/ldap_pvt_thread.h:66:7: error: missing 
 binary operator before token (
 In file included from 
 /build/tbm/openldap-2.4.11/libraries/libldap_r/../libldap/ldap-int.h:30,
  from open.c:35:
 /build/tbm/openldap-2.4.11/include/ldap_pvt_thread.h:66:7: error: missing 
 binary operator before token (
 In file included from 
 /build/tbm/openldap-2.4.11/libraries/libldap_r/../libldap/ldap-int.h:30,
  from result.c:65:
 /build/tbm/openldap-2.4.11/include/ldap_pvt_thread.h:66:7: error: missing 
 binary operator before token (
 In file included from 
 

Bug#505418: FTBFS with GCC 4.4: missing #include

2008-11-12 Thread Martin Michlmayr
Package: havp
Version: 0.89-1
User: [EMAIL PROTECTED]
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with the upcoming GCC 4.4.  Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.

GCC 4.4 cleaned up some more C++ headers.  You always have to #include
headers directly and cannot rely for things to be included indirectly.

You can reproduce this problem with gcc-snapshot from unstable.

 Automatic build of havp_0.89-1 on em64t by sbuild/amd64 0.53
...
 x86_64-linux-gnu-g++ -Wall -g -O2 -I/usr/include -Wall -g -O2 -DHAVE_CONFIG_H 
 -c -o logfile.o logfile.cpp
 logfile.cpp: In static member function 'static void 
 LogFile::AccessMessage(const char*, ...)':
 logfile.cpp:81: error: 'vsnprintf' was not declared in this scope
 logfile.cpp: In static member function 'static void 
 LogFile::ErrorMessage(const char*, ...)':
 logfile.cpp:111: error: 'vsnprintf' was not declared in this scope
 make[2]: *** [logfile.o] Error 1
 make[2]: Leaving directory `/build/tbm/havp-0.89/havp'

--- havp/scanners/f-protscanner.cpp~2008-11-12 07:45:34.0 +
+++ havp/scanners/f-protscanner.cpp 2008-11-12 07:45:41.0 +
@@ -17,6 +17,8 @@
 
 #include f-protscanner.h
 
+#include cstdio
+
 
 bool FProtScanner::InitDatabase()
 {
--- havp/scanners/drwebscanner.cpp~ 2008-11-12 07:46:02.0 +
+++ havp/scanners/drwebscanner.cpp  2008-11-12 07:46:07.0 +
@@ -17,6 +17,8 @@
 
 #include drwebscanner.h
 
+#include cstdio
+
 /* drweb-clients-4.33-sources */
 
 /* -- SCAN_COMMANDS -- */
--- havp/logfile.cpp~   2008-11-12 07:37:02.0 +
+++ havp/logfile.cpp2008-11-12 07:37:09.0 +
@@ -27,6 +27,7 @@
 #include fcntl.h
 #include syslog.h
 #include map
+#include cstdio
 #include cstdlib
 #include cstring
 
--- havp/connectiontobrowser.cpp~   2008-11-12 07:43:13.0 +
+++ havp/connectiontobrowser.cpp2008-11-12 07:43:20.0 +
@@ -20,6 +20,7 @@
 #include params.h
 #include utils.h
 
+#include cstdio
 #include arpa/inet.h
 
 //Prepare Header for Server
--- havp/httphandler.cpp~   2008-11-12 07:43:49.0 +
+++ havp/httphandler.cpp2008-11-12 07:43:56.0 +
@@ -20,6 +20,8 @@
 #include utils.h
 #include default.h
 
+#include cstdio
+
 //Read header
 bool HTTPHandler::ReadHeader( string headerT )
 {
--- havp/connectiontohttp.cpp~  2008-11-12 07:44:35.0 +
+++ havp/connectiontohttp.cpp   2008-11-12 07:44:41.0 +
@@ -19,6 +19,8 @@
 #include logfile.h
 #include utils.h
 
+#include cstdio
+
 extern int LL; //LogLevel
 
 //Prepare Header for Browser

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#505416: iceweasel-itsalltext: Should default to /usr/bin/sensible-editor

2008-11-12 Thread Sven Joachim
On 2008-11-12 08:47 +0100, Josh Triplett wrote:

 Package: iceweasel-itsalltext
 Version: 0.8.5-1
 Severity: normal

 On Debian, It's All Text should default to the editor
 /usr/bin/sensible-editor .  This will run the user's $VISUAL or $EDITOR
 if set, or the system editor alternative if not.

The problem is that this will not work if the editor needs to run in a
terminal.

Sven



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



Bug#505417: xserver-xorg-video-intel: Random horizontal lines on G45 output

2008-11-12 Thread Greg Inozemtsev

Package: xserver-xorg-video-intel
Version: 2:2.4.2-1
Severity: important

After updating the BIOS to the latest version on my ASUS P5Q-EM 
motherboard with
Intel G45 graphics, I am getting the same output corruption issue 
described here:

https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/258925

The changelog for the ASUS update says, Updated VBIOS.

According to the Ubuntu bug tracker, this issue is fixed in upstream git.




-- Package-specific info:
Contents of /var/lib/x11/X.roster:
xserver-xorg

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

X server symlink status:
lrwxrwxrwx 1 root root 13 2008-09-17 20:57 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1794608 2008-10-12 07:51 /usr/bin/Xorg

Contents of /var/lib/x11/xorg.conf.roster:
xserver-xorg

VGA-compatible devices on PCI bus:
00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset 
Integrated Graphics Controller (rev 03)


/etc/X11/xorg.conf does not match checksum in /var/lib/x11/xorg.conf.md5sum.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 1388 2008-11-12 01:45 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type man xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section InputDevice
   IdentifierGeneric Keyboard
   Driverkbd
   OptionXkbRulesxorg
   OptionXkbModellogidinovoedge
   OptionXkbLayoutus,ru
   OptionXkbOptionsgrp:ctrl_shift_toggle
EndSection

Section InputDevice
   IdentifierConfigured Mouse
   Drivermouse
EndSection

Section Device
   IdentifierConfigured Video Device
   Driverintel
   OptionAccelMethodEXA
   OptionTripleBuffertrue
   OptionXvMCtrue
   OptionXvMCSurfaces7
   OptionUseEventstrue
EndSection

Section Monitor
   IdentifierConfigured Monitor
EndSection

Section Screen
   IdentifierDefault Screen
   MonitorConfigured Monitor
EndSection

Section ServerFlags
   OptionDontVTSwitchtrue
   OptionDontZoomtrue
EndSection


Xorg X server log files on system:
-rw-r--r-- 1 root root 28719 2008-11-12 02:08 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file
/var/log/Xorg.0.log:

X.Org X Server 1.5.2
Release Date: 10 October 2008
X Protocol Version 11, Revision 0
Build Operating System: Linux 2.6.17.7 x86_64 Debian
Current Operating System: Linux hedgehog 2.6.26-1-amd64 #1 SMP Thu Oct 9 
14:16:53 UTC 2008 x86_64

Build Date: 12 October 2008  11:36:41AM
xorg-server 2:1.5.2-1 ([EMAIL PROTECTED])
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: /var/log/Xorg.0.log, Time: Wed Nov 12 02:04:45 2008
(==) Using config file: /etc/X11/xorg.conf
(==) No Layout section.  Using the first Screen section.
(**) |--Screen Default Screen (0)
(**) |   |--Monitor Configured Monitor
(==) No device specified for screen Default Screen.
   Using the first device section listed.
(**) |   |--Device Configured Video Device
(**) Option DontVTSwitch true
(**) Option DontZoom true
(==) Automatically adding devices
(==) Automatically enabling devices
(==) No FontPath specified.  Using compiled-in default.
(WW) The directory /usr/share/fonts/X11/cyrillic does not exist.
   Entry deleted from font path.
(==) FontPath set to:
   /usr/share/fonts/X11/misc,
   /usr/share/fonts/X11/100dpi/:unscaled,
   /usr/share/fonts/X11/75dpi/:unscaled,
   /usr/share/fonts/X11/Type1,
   /usr/share/fonts/X11/100dpi,
   /usr/share/fonts/X11/75dpi,
   /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
(==) ModulePath set to /usr/lib/xorg/modules
(==) |--Input Device Configured Mouse
(==) |--Input Device Generic Keyboard
(==) No Layout section. Using the first mouse device.
(==) No Layout section. Using the first keyboard device.
(II) Open ACPI successful (/var/run/acpid.socket)
(II) Loader magic: 0x7afc60
(II) Module ABI versions:
   X.Org ANSI C Emulation: 0.4
   X.Org Video Driver: 4.1
   X.Org XInput driver : 2.1
   X.Org Server Extension : 1.1
   X.Org Font Renderer : 0.6
(II) Loader running on linux
(++) using VT number 7

(--) PCI:*([EMAIL PROTECTED]:2:0) Intel Corporation 4 Series Chipset 

Bug#504167: Still Present in 2.6.26-10 (Re: Bug: #504167 linux-2.6 - regression: fails to unblank on resume)

2008-11-12 Thread Mark Purcell
Package: linux-image-2.6.26-1-686
Version: 2.6.26-10
Followup-For: Bug #504167

Reporting this issue is also confirmed with 2.6.26-10.

Mark

-- Package-specific info:

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

Kernel: Linux 2.6.26-1-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_AU, LC_CTYPE=en_AU (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-image-2.6.26-1-686 depends on:
ii  debconf [debconf-2.0] 1.5.24 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.92l  tools for generating an initramfs
ii  module-init-tools 3.4-1  tools for managing Linux kernel mo

Versions of packages linux-image-2.6.26-1-686 recommends:
ii  libc6-i6862.7-16 GNU C Library: Shared libraries [i

Versions of packages linux-image-2.6.26-1-686 suggests:
ii  grub   0.97-47lenny1 GRand Unified Bootloader (Legacy v
pn  linux-doc-2.6.26   none(no description available)



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



Bug#505428: FTBFS with GCC 4.4: missing #include

2008-11-12 Thread Martin Michlmayr
Package: kdesdk
Version: 4:3.5.9-2
User: [EMAIL PROTECTED]
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with the upcoming GCC 4.4.  Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.

GCC 4.4 cleaned up some more C++ headers.  You always have to #include
headers directly and cannot rely for things to be included indirectly.

You can reproduce this problem with gcc-snapshot from unstable.

 Automatic build of kdesdk_4:3.5.9-2 on em64t by sbuild/amd64 0.53
...
 mkdir .libs
  g++ -DHAVE_CONFIG_H -I. -I/build/tbm/kdesdk-3.5.9/./kbabel/common/libgettext 
 -I../../.. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long -Wundef -ansi 
 -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W 
 -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -O2 -g -Wall -O2 -Wformat-security 
 -Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions 
 -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST 
 -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -c pofiles.cc  -fPIC -DPIC -o 
 .libs/pofiles.o
 pofiles.cc: In member function 'int GettextBaseFlexLexer::yyinput()':
 pofiles.cc:1263: error: 'EOF' was not declared in this scope
 make[5]: *** [pofiles.lo] Error 1

--- poxml/antlr/antlr/CharScanner.hpp~  2008-11-12 08:35:50.0 +
+++ poxml/antlr/antlr/CharScanner.hpp   2008-11-12 08:35:57.0 +
@@ -41,6 +41,7 @@
 #include antlr/InputBuffer.hpp
 #include antlr/BitSet.hpp
 #include antlr/LexerSharedInputState.hpp
+#include cstdio
 #include map
 
 ANTLR_BEGIN_NAMESPACE(antlr)
--- kbabel/common/libgettext/pofiles.cc~2008-11-12 08:13:03.0 
+
+++ kbabel/common/libgettext/pofiles.cc 2008-11-12 08:13:26.0 +
@@ -95,6 +95,7 @@
 /* begin standard C++ headers. */
 #include iostream 
 #include errno.h
+#include cstdio
 #include cstdlib
 #include cstring
 /* end standard C++ headers. */

-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#505400: git-buildpackage: don't add UNRELEASED changelog entry

2008-11-12 Thread Guido Günther
On Wed, Nov 12, 2008 at 12:35:04AM -0300, Felipe Sateler wrote:
 When using git-dch, there is always an UNRELEASED change line. I think
 it is not useful, so the following patch omits it.
Thanks for the patch but having the UNRELEASED line is intended
behaviour. 

 Known issue: if the person using git-dch hasn't commited any changes,
 then there will be an empty line added for him/her. Previous behavior
 would have added an UNRELEASED instead of an empty one, so I don't
 consider it a problem.
The unreleased line is useful since  the package isn't released (this is
somehwat similar to what svn-buildpackage does) when using snapshots.
The bug is indeed that dch -R -a doesn't remove the unreleased line.
Cheers,
 -- Guido



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



Bug#503990: (no subject)

2008-11-12 Thread W. Martin Borgert
tags 503990 +patch
thanks

The text is still in issues.dbk, from the last release notes.



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



Bug#505429: /usr/lib/openoffice/basis3.0/program/kde-open-url: if which kde-open; typo

2008-11-12 Thread Noel Köthe
Package: openoffice.org-common
Version: 1:3.0.0-4
Severity: minor

Hello,

there is a typo which is already marked as typo.;)

/usr/lib/openoffice/basis3.0/program/kde-open-url
...
if echo $1 | grep '^mailto:'  /dev/null; then
  if which kde-open; typo
kde-open $1 
...

In the middle the last word.;)

thx.

Regards
Noèl

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

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

Versions of packages openoffice.org-common depends on:
ii  dictionaries-common [openoffi 0.98.13Common utilities for spelling dict
ii  openoffice.org-style-galaxy   1:3.0.0-4  Galaxy (Default) symbol style for 

Versions of packages openoffice.org-common recommends:
pn  openoffice.org-style-crystal  none (no description available)
ii  openoffice.org-style-tango1:3.0.0-4  Tango symbol style for OpenOffice.

Versions of packages openoffice.org-common suggests:
pn  openoffice.org-style-hicontra none (no description available)
pn  openoffice.org-style-industri none (no description available)

-- no debconf information



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



Bug#505405: [dsc] debianizationof the dollector

2008-11-12 Thread Andrew Ruthven
Hi Sascha,

I've packaged up DSC as a Debian package for our use, the work I've done
is in a git repository at:
  git://git.catalyst.net.nz/git/public/dsc.git
Or browseable at:
  http://git.catalyst.net.nz/gw?p=dsc.git;a=summary

To build it as a Debian package you need to do:
  git clone git://git.catalyst.net.nz/git/public/dsc.git
  cd dsc
  dpkg-buildpackage -uc -us -rfakeroot

It doesn't completely follow the correct approach for Debian packaging,
but it mostly works.  I'll see if I can get it into more complete shape
so it can be uploaded to Debian.

This is DSC version 200801301758, I know that there is a newer version,
it is on my list of things to do.

Cheers!

On Tue, 2008-11-11 at 23:05 -0800, Sascha Linden wrote:
 I need the collector, but not the presenter from dsc and would like to
 have a debian package to standardize on.  To that end, I've started the
 debainization of what I'm calling dsc-collector.  Since I'm not an
 experienced debian packager, I've appealed for help through the debian
 bug reporting system.  Here's a link to the work that I've done.
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505405
 
 Does anyone have any experience that they can apply here?
 
 -sascha
 
 --LQksG6bCIzRHxTLp--
 ___
 dsc mailing list
 [EMAIL PROTECTED]
 http://www.measurement-factory.com/mailman/listinfo/dsc
-- 
Andrew Ruthven, Wellington, New Zealand
Catalyst IT Limited -- http://www.catalyst.net.nz
At work: [EMAIL PROTECTED]
At home: [EMAIL PROTECTED]
GPG fpr: 34CA 12A3 C6F8 B156 72C2  D0D7 D286 CE0C 0C62 B791



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


Bug#505430: spampd: confusing output during startup

2008-11-12 Thread Michael Meskes
Package: spampd
Version: 2.30-21
Severity: normal

If VERBOSE is set to something for whatever reason, check_pid() gives confusing
warnings because it only set VERBOSE if asked to but does not unset VERBOSE if
not asked to be verbose. This means that on startup you will always get a
failure message because the pidfile doesn't exist.

BTW there's a typo in this message too. It should be ...for $1 doesn't exist. 

Anyway, the reason for VERBOSE being set might be the same as in
https://bugs.launchpad.net/initramfs-tools/+bug/291619. I will check whether
this is true on Debian as well and report it.

Michael

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

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages spampd depends on:
ii  adduser   3.110  add and remove users and groups
ii  dpkg  1.14.22Debian package management system
ii  libnet-server-perl0.97-1 An extensible, general perl server
ii  lsb-base  3.2-20 Linux Standard Base 3.2 init scrip
ii  perl  5.10.0-16  Larry Wall's Practical Extraction 
ii  spamassassin  3.2.5-1Perl-based spam filter using text 

spampd recommends no packages.

spampd suggests no packages.

-- no debconf information



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



Bug#505276: Additional info

2008-11-12 Thread Ben Whyte

Modestas Vainius wrote:

Hello,

antradienis 11 Lapkritis 2008, jūs rašėte:
  

The only piece of information that I can give is that I installed the
latest version of realplayer this morning.


Then remove it. Also reinstall everything what amarok depends on:

aptitude reinstall '~Ramarok|~Ramarok-engine-xine ~i'


  

Trying the reinstall produces

The following packages will be REINSTALLED:
amarok amarok-common amarok-engine-xine kdebase-runtime kdelibs4c2a 
kdelibs5 libc6 libcurl3-gnutls libdbus-1-3
libdbus-qt-1-1c2 libgcc1 libgcrypt11 libgl1-mesa-glx libglib2.0-0 
libgpod3-nogtk libgtk2.0-0 libifp4 libkarma0
libmtp7 libmysqlclient15off libnjb5 libphonon4 libpq5 libqt3-mt 
libqt4-dbus libqt4-network libqt4-opengl
libqt4-script libqt4-sql libqt4-svg libqt4-webkit libqt4-xml libqtcore4 
libqtgui4 libruby1.8 libsdl1.2debian
libsqlite3-0 libstdc++6 libstreamanalyzer0 libstreams0 libtag1c2a 
libtunepimp5 libusb-0.1-4 libvisual-0.4-0

libx11-6 libxine1 libxml2 phonon ruby unzip zlib1g
0 packages upgraded, 0 newly installed, 51 reinstalled, 0 to remove and 
2 not upgraded.

Need to get 0B/19.0MB of archives. After unpacking 0B will be used.
E: I wasn't able to locate file for the kdebase-runtime package. This 
might mean you need to manually fix this package.

Writing extended state information... Done
E: I wasn't able to locate file for the kdebase-runtime package. This 
might mean you need to manually fix this package.

E: Internal error: couldn't generate list of packages to download

I tried running amarok anyway having uninstalled realplayer.

Produced the following crash info


 DEBUG INFORMATION ===
Version: 1.4.10
Engine:
Build date: Aug 15 2008
CC version: 4.3.1
KDElibs: 3.5.9
Qt: 3.3.8b
TagLib: 1.5.0
CPU count: 2
NDEBUG: true
 file `which amarokapp` ===
/usr/bin/amarokapp: ELF 32-bit LSB executable, Intel 80386, version 1 
(SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.8, stripped



 (gdb) bt =
[Thread debugging using libthread_db enabled]
[New Thread 0xb53bf6d0 (LWP 25620)]
0xb7f79424 in __kernel_vsyscall ()
#0 0xb7f79424 in __kernel_vsyscall ()
#1 0xb75ae6bb in waitpid () from /lib/i686/cmov/libc.so.6
#2 0x0804d5a2 in Amarok::Crash::crashHandler ()
#3 signal handler called
#4 0xb735e94d in QGListIterator::QGListIterator () from 
/usr/lib/libqt-mt.so.3

#5 0xb70b3e76 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#6 0xb6bae021 in KDirLister::newItems () from /usr/lib/libkio.so.4
#7 0xb6bae44b in KDirLister::emitItems () from /usr/lib/libkio.so.4
#8 0xb6bed8e3 in KDirListerCache::slotEntries () from /usr/lib/libkio.so.4
#9 0xb6bf71e9 in KDirListerCache::qt_invoke () from /usr/lib/libkio.so.4
#10 0xb70b3f6d in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#11 0xb6b1953e in KIO::ListJob::entries () from /usr/lib/libkio.so.4
#12 0xb6b6719c in KIO::ListJob::slotListEntries () from /usr/lib/libkio.so.4
#13 0xb6b88512 in KIO::ListJob::qt_invoke () from /usr/lib/libkio.so.4
#14 0xb70b3f6d in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#15 0xb6b1aca1 in KIO::SlaveInterface::listEntries () from 
/usr/lib/libkio.so.4

#16 0xb6b7e334 in KIO::SlaveInterface::dispatch () from /usr/lib/libkio.so.4
#17 0xb6b3886a in KIO::SlaveInterface::dispatch () from /usr/lib/libkio.so.4
#18 0xb6b405fc in KIO::Slave::gotInput () from /usr/lib/libkio.so.4
#19 0xb6b407b8 in KIO::Slave::qt_invoke () from /usr/lib/libkio.so.4
#20 0xb70b3f6d in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#21 0xb70b49f0 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#22 0xb73dee50 in QSocketNotifier::activated () from /usr/lib/libqt-mt.so.3
#23 0xb70d1a00 in QSocketNotifier::event () from /usr/lib/libqt-mt.so.3
#24 0xb705618a in QApplication::internalNotify () from 
/usr/lib/libqt-mt.so.3

#25 0xb7056f76 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#26 0xb794cb82 in KApplication::notify () from /usr/lib/libkdecore.so.4
#27 0xb704aa47 in QEventLoop::activateSocketNotifiers () from 
/usr/lib/libqt-mt.so.3

#28 0xb70051d0 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#29 0xb706cb80 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#30 0xb7055c6f in QApplication::enter_loop () from /usr/lib/libqt-mt.so.3
#31 0xb72329c9 in QDialog::exec () from /usr/lib/libqt-mt.so.3
#32 0xb7b37673 in App::firstRunWizard () from /usr/lib/libamarok.so.0
#33 0xb7b395f8 in App::continueInit () from /usr/lib/libamarok.so.0
#34 0xb7b39aeb in App::qt_invoke () from /usr/lib/libamarok.so.0
#35 0xb70b3f6d in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#36 0xb73de05e in QSignal::signal () from /usr/lib/libqt-mt.so.3
#37 0xb70cf8c7 in QSignal::activate () from /usr/lib/libqt-mt.so.3
#38 0xb70d6993 in QSingleShotTimer::event () from /usr/lib/libqt-mt.so.3
#39 0xb705618a in QApplication::internalNotify () from 
/usr/lib/libqt-mt.so.3

#40 0xb7056f76 in QApplication::notify () from /usr/lib/libqt-mt.so.3
#41 0xb794cb82 

Bug#505276: Additional info

2008-11-12 Thread Modestas Vainius
Hello,

trečiadienis 12 Lapkritis 2008, jūs rašėte:
 E: I wasn't able to locate file for the kdebase-runtime package. This
 might mean you need to manually fix this package.
 Writing extended state information... Done
 E: I wasn't able to locate file for the kdebase-runtime package. This
 might mean you need to manually fix this package.
 E: Internal error: couldn't generate list of packages to download
Maybe brackets will help:

# aptitude reinstall '(~Ramarok|~Ramarok-engine-xine) ~i'

If the error persists, there must be something wrong with your sources.list

 NDEBUG: true
You didn't install kdelibs-dbg (i.e. amarok-dbg recommends), did you? This 
does not appear to be a problem in amarok. It is just a victim.

-- 
Modestas Vainius [EMAIL PROTECTED]




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


Bug#503441: Please check the translation status

2008-11-12 Thread W. Martin Borgert
Hi LI Daobing,

thanks for the translation. Could you please check against the
latest SVN revision? I have the impression, that at least
whats-new.po and installing.po are not current. E.g. the headers
change from Simplified Chinese translation of Lenny release
notes to the nonsense string SOME DESCRIPTIVE TITLE.

Thanks in advance!



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



Bug#406265: Creates improper slappasswd encoding : More info needed

2008-11-12 Thread Mathieu Parent
tag 406265 + moreinfo unreproducible
thanks

Hi,
Take a look at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=406265,
I need some feedback.

Regards

Mathieu Parent



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



Bug#497252: SVN

2008-11-12 Thread Martin Michlmayr
Please commit these changes to SVN.  Thanks.
-- 
Martin Michlmayr
http://www.cyrius.com/



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



Bug#494936: possible solution

2008-11-12 Thread Bjoern Metzdorf

Hi,

I've encountered the exact same bug, but I could circumvent the issue by 
removing the need to load bnx2 in the initrd:


remove bnx2 from /etc/initramfs-tools/modules
update-initramfs -u

Now it works, but loading bnx2 in the initrd still fails.

Regards,
Bjoern



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



Bug#498745: Acknowledgement (audacious: Suddenly puts songs on pause)

2008-11-12 Thread simon . walter
Package: audacious
Version: 1.5.1-4

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

Hello,

I have a similar problem with audacious.

Sometimes while compiling(java), starting jboss or redeploying cpu-usage
peaks and the hole system stops responding for a very short time ( 1sec).
Audacious stop playing and I have to move the slider or restart the song.

I suppose the problem has nothing to do with audacious or any other
programm but with the kernel.
I experince the described behaviour only with
linux-image-2.6.26-1-686-bigmem, if I use 2.6.25-2-686-bigmem instead the
problem is gone.

--
Regards
Simon

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

Kernel: Linux 2.6.25-2-686-bigmem (SMP w/4 CPU cores)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages audacious depends on:
ii  audacious-plugins 1.5.1-2Base plugins for audacious
ii  dbus  1.2.1-4simple interprocess messaging
syst
ii  gtk2-engines-pixbuf   2.12.11-4  Pixbuf-based theme for GTK+ 2.x





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



Bug#497252: SVN

2008-11-12 Thread W. Martin Borgert
Quoting Martin Michlmayr [EMAIL PROTECTED]:
 Please commit these changes to SVN.  Thanks.

Will do today or tomorrow.



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



Bug#501457: odt2txt fails to recognize legit .odt file

2008-11-12 Thread Nelson A. de Oliveira
Hi Aurélien!

On Wed, Nov 12, 2008 at 6:05 AM, Aurelien Bompard [EMAIL PROTECTED] wrote:
 As I replied privately to the reporter, I've looked at this issue: I've
 fixed a few things in the ODT generation code, and now the wiki:syntax
 export passes the validator cited here. These changes are only in the git
 repo for now.
 (use git clone http://aurelien.bompard.org/projects/dokuwiki/odt.git;)

Thank you for your work!

 However, odt2txt still fails to recognize it as a valid ODT file.
 The strange thing is : if I unzip the odt file, and re-zip it without
 changing anything, odt2txt handles it just fine !

Is it possible to you send me some .odt files generated by your new
code and that odt2txt fails to recognize, please?

Best regards,
Nelson



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



Bug#505433: [sgf2dg] Version outdated

2008-11-12 Thread Vincent Danjean
Przemyslaw Wesolek wrote:
 --- Please enter the report below this line. ---
 The version packaged is really old (3 years) comparing to what is
 available. Please consider upgrading to newer versions (4.221 at the
 moment).

Thank for noticing this. I will update the package when I will have
some free time.

 The problem might be debian/watch, which observes author's webpage;

Yes, it is : I did not use this software myself anymore and, as
the watch file does not see the new versions, I was not informed.
I will fix the watch file too.

  Thanks for for report
  Regards,
Vincent

-- 
Vincent Danjean   GPG key ID 0x9D025E87 [EMAIL PROTECTED]
GPG key fingerprint: FC95 08A6 854D DB48 4B9A  8A94 0BF7 7867 9D02 5E87
Unofficial pacakges: http://www-id.imag.fr/~danjean/deb.html#package
APT repo:  deb http://perso.debian.org/~vdanjean/debian unstable main




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



Bug#505413: FTBFS with GCC 4.4: missing #include; wrong #ifdef

2008-11-12 Thread Olly Betts
On 12/11/2008, Martin Michlmayr [EMAIL PROTECTED] wrote:
 Your package fails to build with the upcoming GCC 4.4.  Version 4.4
 has not been released yet but I'm building with a snapshot in order
 to find errors and give people an advance warning.

Thanks for your continuing work on this - it's good to get these
things fixed well
before end users compiling from source start hitting them!

 There are two problems:

 1) GCC 4.4 cleaned up some more C++ headers.  You always have to
 #include headers directly and cannot rely for things to be included
 indirectly.

I think some of these are fixed by more recent upstreams (lenny has 1.0.7 plus a
few critical fixes backported; upstream is now 1.0.9).

But I will check through these.

 2) GCC 4.4 will introduce better checks in the preprocessor.  The
 problem is pretty obvious: you're using a #elif without any condition
 when you really want a #else.

Wow, I'm amazed that compiles (and with several different compilers apparently).
Will fix.

Cheers,
Olly



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



Bug#497388: openldap: Please document that slurpd/replica will no longer work

2008-11-12 Thread Moritz Muehlenhoff
tag 497388 patch
thanks

Luk Claes wrote:

 Can you please provide a proposed text (license: GPL v2) regarding
 dropping support for slurpd/replica in openldap for inclusion in the
 release notes?

Here we go: (A native speaker should grammar-check this)

OpenLDAP has dropped support for LDAP replication via the slurpd service
in release 2.4.7. Existing configurations need to be reconfigured for
the LDAP Sync Replication engine (syncrepl). More verbose documentation
can be found at http://www.openldap.org/doc/admin24/replication.html 

Cheers,
Moritz



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



Bug#500158: linux-image-2.6.26-1-486: Upgrade from Debian Etch to Debian Lenny may cause a kernel halt

2008-11-12 Thread Moritz Muehlenhoff
On Thu, Sep 25, 2008 at 12:45:15PM -0600, dann frazier wrote:
 On Thu, Sep 25, 2008 at 05:34:07PM +0100, Mark Hobley wrote:
  Package: linux-image-2.6.26-1-486
  Version: 2.6.26-5
  Severity: important
  
  
  As Debian is upgraded from Debian Etch to Debian Lenny, the kernel may 
  halt with an error as the system is restarted:
  
  Booting the Kernel.
  
  BUG Int 6: CR2 
  EDI c0363f8c  ESI 4000  EBP c0363f88  ESP c036f44
  EBX   EDX 0006  ECX   EAX 4000
  err   EIP c0112b6f  CS c0370060   flg 00010092
  
  Stack: c0363f90 c0363f8c c0363f88 c0363f94 c0363f90 c0363f8c c0363f88 
  c037294f
 c0363f94 c0375293 03bef000  c03fea40 4000 005a29b7 
  
 c000 0009f000 03bef000  00d0 c03ba410  
  
  
  This was observed on an IBM compatible computer using a traditional Intel
  Pentium compatible processor.
 
 This is probably the same as #488022 - can you test that patch to
 verify? I've prepared a prebuilt image if you'd prefer to test that:
   http://people.debian.org/~dannf/bugs/500158

Mark, did you test the image provided by Dann?

Cheers,
Moritz



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



Bug#505432: logwatch: Doesn't recognise '(Command continued)' lines in 'Sudo (secure-log)'

2008-11-12 Thread Willi Mann
Daniel Watkins schrieb:
 Package: logwatch
 Version: 7.3.6.cvs20080702-1
 Severity: normal
 
 
 For example:
  **Unmatched Entries**
   daniel : (command continued) /var/log/apache2/munin.access.log.2.gz 
 /var/log/apache2/munin.access.log.3.gz /var/log/apache2/munin.access.log.4.gz 
 /var/log/apache2/munin.access.log.5.gz
 /var/log/apache2/munin.access.log.6.gz /var/log/apache2/munin.access.log.7.gz 
 /var/log/apache2/munin.access.log.8.gz /var/log/apache2/munin.access.log.9.gz 
  /var/log/apache2/munin.error.log 
 /var/log/apache2/munin.error.log.1 /var/log/apache2/munin.error.log.10.gz 
 /var/log/apache2/munin.error.log.11.gz /var/log/apache2/munin.error.log.12.gz 
 /var/log/apache2/munin.error.log.13.gz 
 /var/log/apache2/munin.error.log.14.gz /var/log/apache2/munin.error.log.2.gz 
 /var/log/apache2/munin.error.log.3.gz /var/log/apache2/munin.error.log.4.gz 
 /var/log/apache2/munin.error.log.5.gz 
 /var/log/apache2/munin.error.log.6.gz /var/log/apache2/munin.error.log.7.gz 
 /var/log/apache2/munin.error.log.8.gz /var/log/apache2/munin.error.log.9.gz 
 /var/log/apache2/necromunda.access.log: 1 
 Time(s)
 
 That should be concatenated with the line before.

Please attach an example of these lines as they appear in the relevant
logfile. Which syslog implementation do you use?

Willi



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



Bug#505448: fails to eject MO-disk

2008-11-12 Thread Peter Poeschl
Package: eject
Version: 2.1.5+deb1-4
Severity: important


For some time now, eject fails to eject a MO-disk from my Fujitsu MCM3130AP,
an IDE device connected to the motherboard via a SATA-IDE bridge.
Upon the eject command the drive spins down, but instead of ejecting the disk
it reregisteres with the system.
eject used to work with this hardware until about July. Since then several
updates have taken place (including kernel 2.6.25 - 2.6.26), but I cannot
say which broke eject, as I don't use the drive very often.

It does not matter if the command is issued as root or normal user.

The verbose output of eject is not very helpfull:

$ LANG=C eject -v /media/mo1
eject: device name is `/media/mo1'
eject: expanded name is `/media/mo1'
eject: `/dev/sdb1' is mounted at `/media/mo1'
eject: unmounting device `/dev/sdb1' from `/media/mo1'
eject: `/dev/sdb1' is a multipartition device
eject: trying to eject `/dev/sdb1' using CD-ROM eject command
eject: CD-ROM eject command failed
eject: trying to eject `/dev/sdb1' using SCSI commands
eject: SCSI eject succeeded


This might indicate a problem in the kernel instead of eject:

# egrep '(scsi|ata|s[dr])' /var/log/syslog|grep -v data
Nov 12 12:59:38 Gehenna kernel: [2.539917] libata version 3.00 loaded.
Nov 12 12:59:38 Gehenna kernel: [3.781487] sata_nv :00:07.0: version 3.5
Nov 12 12:59:38 Gehenna kernel: [3.791355] scsi0 : sata_nv
Nov 12 12:59:38 Gehenna kernel: [3.799965] scsi1 : sata_nv
Nov 12 12:59:38 Gehenna kernel: [3.804170] ata1: SATA max UDMA/133 cmd 
0x9f0 ctl 0xbf0 bmdma 0xcc00 irq 20
Nov 12 12:59:38 Gehenna kernel: [3.805316] ata2: SATA max UDMA/133 cmd 
0x970 ctl 0xb70 bmdma 0xcc08 irq 20
Nov 12 12:59:38 Gehenna kernel: [4.284917] ata1: SATA link up 3.0 Gbps 
(SStatus 123 SControl 300)
Nov 12 12:59:38 Gehenna kernel: [4.297087] ata1.00: ATA-7: SAMSUNG HD120IJ, 
WZ100-31, max UDMA7
Nov 12 12:59:38 Gehenna kernel: [4.301773] ata1.00: 234441648 sectors, 
multi 16: LBA48 NCQ (depth 0/32)
Nov 12 12:59:38 Gehenna kernel: [4.320907] ata1.00: configured for UDMA/133
Nov 12 12:59:38 Gehenna kernel: [4.800017] ata2: SATA link up 1.5 Gbps 
(SStatus 113 SControl 300)
Nov 12 12:59:38 Gehenna kernel: [4.812804] ata2.00: ATAPI: TSSTcorpCD/DVDW 
SH-S183A, SB01, max UDMA/33
Nov 12 12:59:38 Gehenna kernel: [4.817454] ata2.00: applying bridge limits
Nov 12 12:59:38 Gehenna kernel: [4.837470] ata2.00: configured for UDMA/33
Nov 12 12:59:38 Gehenna kernel: [4.846821] scsi 0:0:0:0: Direct-Access 
ATA  SAMSUNG HD120IJ  WZ10 PQ: 0 ANSI: 5
Nov 12 12:59:38 Gehenna kernel: [4.852431] scsi 1:0:0:0: CD-ROM
TSSTcorp CD/DVDW SH-S183A SB01 PQ: 0 ANSI: 5
Nov 12 12:59:38 Gehenna kernel: [4.866581] scsi2 : sata_nv
Nov 12 12:59:38 Gehenna kernel: [4.871549] scsi3 : sata_nv
Nov 12 12:59:38 Gehenna kernel: [4.879466] ata3: SATA max UDMA/133 cmd 
0x9e0 ctl 0xbe0 bmdma 0xb800 irq 23
Nov 12 12:59:38 Gehenna kernel: [4.881088] ata4: SATA max UDMA/133 cmd 
0x960 ctl 0xb60 bmdma 0xb808 irq 23
Nov 12 12:59:38 Gehenna kernel: [5.204008] ata3: SATA link down (SStatus 0 
SControl 300)
Nov 12 12:59:38 Gehenna kernel: [5.684011] ata4: SATA link up 1.5 Gbps 
(SStatus 113 SControl 300)
Nov 12 12:59:38 Gehenna kernel: [5.696742] ata4.00: ATAPI: FUJITSU 
MCM3130AP-S, 0070, max UDMA/33
Nov 12 12:59:38 Gehenna kernel: [5.701361] ata4.00: applying bridge limits
Nov 12 12:59:38 Gehenna kernel: [5.705946] ata4.00: Drive reports 
diagnostics failure. This may indicate a drive
Nov 12 12:59:38 Gehenna kernel: [5.709909] ata4.00: fault or invalid 
emulation. Contact drive vendor for information.
Nov 12 12:59:38 Gehenna kernel: [5.730664] ata4.00: configured for UDMA/33
Nov 12 12:59:38 Gehenna kernel: [5.736703] scsi 3:0:0:0: Optical Device
FUJITSU  MCM3130AP-S  0070 PQ: 0 ANSI: 5
Nov 12 12:59:38 Gehenna kernel: [5.775590] Driver 'sd' needs updating - 
please use bus_type methods
Nov 12 12:59:38 Gehenna kernel: [5.786830] Driver 'sr' needs updating - 
please use bus_type methods
Nov 12 12:59:38 Gehenna kernel: [5.803139] sd 0:0:0:0: [sda] 234441648 
512-byte hardware sectors (120034 MB)
Nov 12 12:59:38 Gehenna kernel: [5.807850] sd 0:0:0:0: [sda] Write Protect 
is off
Nov 12 12:59:38 Gehenna kernel: [5.812444] sd 0:0:0:0: [sda] Mode Sense: 00 
3a 00 00
Nov 12 12:59:38 Gehenna kernel: [5.813394] sd 0:0:0:0: [sda] Write cache: 
enabled, read cache: enabled, doesn't support DPO or FUA
Nov 12 12:59:38 Gehenna kernel: [5.817474] sd 0:0:0:0: [sda] 234441648 
512-byte hardware sectors (120034 MB)
Nov 12 12:59:38 Gehenna kernel: [5.824001] sd 0:0:0:0: [sda] Write Protect 
is off
Nov 12 12:59:38 Gehenna kernel: [5.828009] sd 0:0:0:0: [sda] Mode Sense: 00 
3a 00 00
Nov 12 12:59:38 Gehenna kernel: [5.832005] sd 0:0:0:0: [sda] Write cache: 
enabled, read cache: enabled, doesn't support DPO or FUA
Nov 12 12:59:38 Gehenna kernel: [5.836012]  

Bug#505447: ITP: sdl-ball -- brick-breaking game like DX-Ball/Arkanoid

2008-11-12 Thread Evgeni Golov
Package: wnpp
Severity: wishlist
Owner: Debian Games Team [EMAIL PROTECTED]

* Package name: sdl-ball
  Version : 0.13
  Upstream Author : Jimmy Christensen dusted at dusted dot dk
* URL : http://sdl-ball.sourceforge.net/
* License : GPL-3+
  Programming Lang: C++
  Description : brick-breaking game like DX-Ball/Arkanoid

 Your mission: To smash your way through a series of progressively harder
 and more tricky levels.
 Your tools: Ultrakinetic titanium balls and your trusty
 Gruntmazter-3000-Paddle edition.

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



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



Bug#504424: [Reportbug-maint] Bug#504424: Bug#504424: crashes when trying to report bugs of reportbug

2008-11-12 Thread Ryo IGARASHI
Hi Sandro,

On Wed, Nov 12, 2008 at 5:22 PM, Sandro Tosi [EMAIL PROTECTED] wrote:
 FYI, the bug occurs from PuTTY from windows but not from Terminal from 
 MacOSX.

 Mh, but the bug still occurs or occurred? :) Just to be clear before
 upload it.

 Thanks for your check,

Oh, sorry for my bad english. occurred is the right word.

With your new version, this bug has gone away both on amd64 and ia32.

Best regards,
-- 
Ryo IGARASHI
[EMAIL PROTECTED]



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



Bug#505279: libgnutls26: segfault in _gnutls_x509_crt_get_raw_dn2

2008-11-12 Thread Nikos Mavrogiannopoulos
On Wed, Nov 12, 2008 at 12:15 PM, Simon Josefsson [EMAIL PROTECTED] wrote:

 You mean just removing this code snippet instead of moving it?

   /* Check if the last certificate in the path is self signed.
* In that case ignore it (a certificate is trusted only if it
* leads to a trusted party by us, not the server's).
*/
   if (gnutls_x509_crt_check_issuer (certificate_list[clist_size - 1],
certificate_list[clist_size - 1])  0
clist_size  0)
 {
   clist_size--;
 }

 Yes.

 Yes, this works. However, I wonder whether this code has any use.
 Getting Nikos' comment on this would be useful.  I guess we have two
 choices:

 1) Remove the code.  Fixes both crash and vulnerability.

My suggestion is to remove the offending code.

regards,
Nikos



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



Bug#324948: Patch for redirection bug

2008-11-12 Thread Ilya Lebedev
Hello,

This patch fixes for following problems:
1) Proxy fails when see 301, 302 or 303 redirection codes
2) Proxy does not try other mirrors, if the first one fails
3) adding of the duplicate mirrors for the certain backend
4) Proxy skips of the query string, which is might be vital for http 
mirrors

Patch works as the following:
1) Caught 'Location' header http fetcher stores it in the http_location 
field
2) Caught 301, 302 or 303 code http fetcher fails by calling 
fetcher_redirected method on http client
3) Http client finishes connection and fails to the main fetcher by 
calling its' fetcher_redirected method
4) Fetcher adds new backend URI and goes to fail_over method
5) fail_over method either proceed to the next backend uri or fails, as 
usual

Patch is done against 1.9.35-03 stable release.




--
With the best regards,
Ilya Lebedev
developer
http://reksoft.com


apt-proxy.patch
Description: Binary data


Bug#505443: ubuntu package

2008-11-12 Thread Steven Knight
Gah--sorry, I should have submitted this to Ubuntu first, not started with
Debian.  Please close if appropriate (unless this is obviously an upstream
bug, e.g.) and apologies for the noise.


Bug#504726: pre-approving universalindentgui/0.8.1-1.1

2008-11-12 Thread Adeodato Simó
* Thomas Schweitzer [Wed, 12 Nov 2008 11:47:53 +0100]:

 Oh, I see.
 There are such evil people out there? ;-) Ok I never had such a way of
 abuse on my mind, so I didn't care about that.

 The next version 1.0.3 will have that fixed and I will send the
 package to Marcela Tiznado so she can upload it for being tested.

Note that at this stage of the release process, only targetted fixes are
allowed into testing. This means that, if you wat Lenny to release with
universalindentgui 0.8.x, you should prepare an upload that fixes only
its RC bugs, and for which the diff of it can be reasonably reviewed by
the release team.

HTH,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Listening to: Julio Bustamante - Canción de amor




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



Bug#505453: perl-tk: memory corruption, aborted

2008-11-12 Thread Floris Jan Sicking
Package: perl-tk
Version: 1:804.027-7
Severity: important



---
#!/usr/bin/perl

use Tk;
use strict;
use warnings;

my $mw = MainWindow-new;
my $f = $mw-Frame-pack;
my $ff = $f-Frame-pack;

$ff-Entry-pack;
$ff-Button-pack;

$mw-idletasks;
# $f-idletasks;
# $ff-idletasks;

MainLoop();


Program ends with:

*** glibc detected *** malloc(): memory corruption: 0x008edbf0 ***
Aborted

I know memory leaks in Tk are a known problem, but this program seems
so simple I thought it might help.

Kind regards,

Floris Jan Sicking

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-amd64
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15)

Versions of packages perl-tk depends on:
ii  libc6  2.3.6.ds1-13etch7 GNU C Library: Shared libraries
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  perl   5.8.8-7etch3  Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8 5.8.8-7etch3  The Pathologically Eclectic Rubbis
ii  zlib1g 1:1.2.3-13compression library - runtime

perl-tk recommends no packages.

-- no debconf information



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



Bug#505452: samba: Usernames lovercase not working

2008-11-12 Thread Martin Sin
Package: samba
Version: 2:3.2.4-1
Severity: normal

Hi,
I have problem with Windows 98 PC. Usernames are not lovercase every time.
Here part of of my log:

-
init_sam_from_ldap: Entry found for user: ucitel
  check_ntlm_password:  authentication for user [UCITEL] - [UCITEL] - 
[ucitel] succeeded
-

There it is ok, but another user:

-
init_sam_from_ldap: Entry found for user: g532007
  check_ntlm_password:  Authentication for user [G532007] - [G532007] FAILED 
with error NT_STATUS_WRONG_PASSWORD
-

It is interesting, there is problem with usernames XSomeNumber (a642008,e472006 
and so on).
If username looks like: ucitel, tobi, vokat, student, ... It is OK every time. 
LDAP usernames are in lovercase and login into Windows XP works ok.

In /etc/smb.conf I have:

.
lanman auth = yes
.

I have tried 
.
username level = 10
.

too, but it still not working.

Best regards for your help and sorry for my bad English,
Martin Sin.

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

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

Versions of packages samba depends on:
ii  adduser  3.110   add and remove users and groups
ii  debconf [debconf-2.0 1.5.22  Debian configuration management sy
ii  libacl1  2.2.47-2Access control list shared library
ii  libattr1 1:2.4.43-1  Extended attribute shared library
ii  libc62.7-15  GNU C Library: Shared libraries
ii  libcomerr2   1.41.2-1common error description library
ii  libcups2 1.3.8-1lenny2   Common UNIX Printing System(tm) - 
ii  libgnutls26  2.4.2-1 the GNU TLS library - runtime libr
ii  libkrb53 1.6.dfsg.4~beta1-4  MIT Kerberos runtime libraries
ii  libldap-2.4-22.4.11-1OpenLDAP libraries
ii  libpam-modules   1.0.1-4+b1  Pluggable Authentication Modules f
ii  libpam-runtime   1.0.1-4 Runtime support for the PAM librar
ii  libpam0g 1.0.1-4+b1  Pluggable Authentication Modules l
ii  libpopt0 1.14-4  lib for parsing cmdline parameters
ii  libtalloc1   1.2.0~git20080616-1 hierarchical pool based memory all
ii  libwbclient0 2:3.2.4-1   client library for interfacing wit
ii  logrotate3.7.1-5 Log rotation utility
ii  lsb-base 3.2-20  Linux Standard Base 3.2 init scrip
ii  procps   1:3.2.7-8   /proc file system utilities
ii  samba-common 2:3.2.4-1   Samba common files used by both th
ii  update-inetd 4.31inetd configuration file updater
ii  zlib1g   1:1.2.3.3.dfsg-12   compression library - runtime

samba recommends no packages.

Versions of packages samba suggests:
pn  ldb-tools   none   (no description available)
ii  openbsd-inetd [inet-superse 0.20080125-1 The OpenBSD Internet Superserver
ii  smbldap-tools   0.9.4-1  Scripts to manage Unix and Samba a

-- debconf information:
  samba/run_mode: daemons
  samba/tdbsam: false
  samba/generate_smbpasswd: true


-- part of smb.conf

[global]
dos charset = 852
workgroup = ZSHK
server string = Samba
passdb backend = ldapsam:ldap://127.0.0.1/
passwd program = /usr/sbin/smbldap-passwd  %u
passwd chat = Changing UNIX password for*\nNew password* %n\n 
*Retype new password* %n\n
username map = /etc/samba/smbusers
username level = 10
lanman auth = Yes
log level = 2
syslog = 2
log file = /var/log/samba/log.%m
max log size = 2000
time server = Yes
printcap name = cups
add user script = /usr/sbin/smbldap-useradd -m %u
delete user script = /usr/sbin/smbldap-userdel %u
add group script = /usr/sbin/smbldap-groupadd -p %g
delete group script = /usr/sbin/smbldap-groupdel %g
add user to group script = /usr/sbin/smbldap-groupmod -m %u %g
delete user from group script = /usr/sbin/smbldap-groupmod -x %u %g
set primary group script = /usr/sbin/smbldap-usermod -g '%g' '%u'
add machine script = /usr/sbin/smbldap-useradd -t 0 -w %u
logon script = %G.bat
logon path = \\%L\profiles\%U
logon drive = I:
logon home = \\%L\homes
domain logons = Yes
os level = 99
preferred master = Yes
domain master = Yes
wins support = Yes
ldap admin dn = cn=admin,dc=zshk,dc=cz
ldap group suffix = ou=group
ldap idmap suffix = ou=Idmap
ldap machine suffix = ou=machines
ldap passwd sync = Yes
ldap 

Bug#504424: [Reportbug-maint] Bug#504424: Bug#504424: crashes when trying to report bugs of reportbug

2008-11-12 Thread Sandro Tosi
Hi Ryo,

On Wed, Nov 12, 2008 at 14:37, Ryo IGARASHI [EMAIL PROTECTED] wrote:
 On Wed, Nov 12, 2008 at 5:22 PM, Sandro Tosi [EMAIL PROTECTED] wrote:
 FYI, the bug occurs from PuTTY from windows but not from Terminal from 
 MacOSX.

 Mh, but the bug still occurs or occurred? :) Just to be clear before
 upload it.

 Thanks for your check,

 Oh, sorry for my bad english. occurred is the right word.

eheh not a problem, just a check :)

 With your new version, this bug has gone away both on amd64 and ia32.

Great, upload is on its way.

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



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



Bug#505455: /bin/cat: cat: Don't write binary chars to terminal

2008-11-12 Thread Olaf van der Spek
Package: coreutils
Version: 6.10-6
Severity: normal
File: /bin/cat

Hi,

I've got MySQL log files with queries that contain binary parts. When I use cat 
or tail to view those, my terminal gets messed up.
Could cat not write binary chars ( 32) to the terminal? Replace them with 
another char that can be safely written.

Greetings,

Olaf

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

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

Versions of packages coreutils depends on:
ii  libacl1   2.2.47-2   Access control list shared library
ii  libc6 2.7-16 GNU C Library: Shared libraries
ii  libselinux1   2.0.65-5   SELinux shared libraries

coreutils recommends no packages.

coreutils suggests no packages.

-- no debconf information



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



Bug#505451: dput: Ignores configured SSH username

2008-11-12 Thread Thomas Viehmann

Hi Maximilian,

thanks for your interest in dput.

On 2008-11-12 15:52:18.00 Maximilian Gaß [EMAIL PROTECTED]  
wrote:

Suggested fix: Just don't set the username


Which part of the suggested method (dput.cf(5)) does not work for you?


A single asterisk * will cause the scp and rsync uploaders to
not use supply a login name when calling to ssh, scp, and rsync.


Kind regards

T.



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



Bug#250653: Reverse order printing

2008-11-12 Thread Markus Steinborn
Hi Julien,

I think you're looking for gtklp. It is invoked from ghostscript by
using gtklp as the printer command. It let's the user choose:

1) only even, odd or all pages
2) reverse order printing
3) Multiple pages on one sheet

and many more in a fine GUI.



As one tool for this purpose already exists (which is even more
flexible), GNU gv will not be enhanced to support reverse order printing
in the near future. The main advantage is that gtklp can be used with
many applications, not just with GNU gv.


Greetings from Germany

Markus Steinborn
GNU gv maintainer (upstream)





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



Bug#503417: tasksel: [PATCH] New te_IN translation

2008-11-12 Thread Y Giridhar Appaji Nag
On 08/10/26 07:52 +0100, Christian Perrier said ...
 Quoting Y Giridhar Appaji Nag ([EMAIL PROTECTED]):
  Attached patch for Telugu translation of tasksel.  The patch also adds
  tasks for setting up a Telugu environment and KDE/GNOME desktop variants.
 
 Hmmm, could you please split this in two patches? One for translations
 and another for new tasks?

Patch for translation attached.

Cheers,

Giridhar

-- 
Y Giridhar Appaji Nag | http://appaji.net/
From cf172027f342ffba3febd77cc2263ff46d8d8ef1 Mon Sep 17 00:00:00 2001
From: Y Giridhar Appaji Nag [EMAIL PROTECTED]
Date: Wed, 12 Nov 2008 21:19:45 +0530
Subject: [PATCH] New te_IN translation

Telugu translation of tasksel

Signed-off-by: Y Giridhar Appaji Nag [EMAIL PROTECTED]
---
 Makefile|4 +-
 debian/po/te.po |   53 ++
 po/te.po|   43 +++
 tasks/po/te.po  |  209 +++
 4 files changed, 307 insertions(+), 2 deletions(-)
 create mode 100644 debian/po/te.po
 create mode 100644 po/te.po
 create mode 100644 tasks/po/te.po

diff --git a/Makefile b/Makefile
index a1466b2..bdff344 100644
--- a/Makefile
+++ b/Makefile
@@ -4,8 +4,8 @@ TASKDIR=/usr/share/tasksel
 DESCDIR=tasks
 DESCPO=$(DESCDIR)/po
 VERSION=$(shell expr `dpkg-parsechangelog 2/dev/null |grep Version:` : '.*Version: \(.*\)' | cut -d - -f 1)
-LANGS=ar bg bn bs ca cs cy da de dz el eo es et eu fa fi fr gl gu he hi hr hu hy id it ja km ko lt lv mg mk nb ne nl nn pa pl pt_BR pt ro ru sk sl sq sv ta th tl tr uk vi wo zh_CN zh_TW
-LANGS_DESC=ar bg bn bs ca cs cy da de dz el eo es et et eu fi fr gl gu he hi hr hu id it ja km ko lt lv mg mk nb ne nl nn pa pl pt_BR pt ro ru sk sl sq sv th tl tr uk vi wo zh_CN zh_TW
+LANGS=ar bg bn bs ca cs cy da de dz el eo es et eu fa fi fr gl gu he hi hr hu hy id it ja km ko lt lv mg mk nb ne nl nn pa pl pt_BR pt ro ru sk sl sq sv ta te th tl tr uk vi wo zh_CN zh_TW
+LANGS_DESC=ar bg bn bs ca cs cy da de dz el eo es et et eu fi fr gl gu he hi hr hu id it ja km ko lt lv mg mk nb ne nl nn pa pl pt_BR pt ro ru sk sl sq sv te th tl tr uk vi wo zh_CN zh_TW
 LOCALEDIR=$(DESTDIR)/usr/share/locale
 
 all: $(TASKDESC) $(DESCPO)/build_stamp po/build_stamp override
diff --git a/debian/po/te.po b/debian/po/te.po
new file mode 100644
index 000..2dd03ac
--- /dev/null
+++ b/debian/po/te.po
@@ -0,0 +1,53 @@
+# translation of templates.pot to Telugu
+# Copyright (C) 2008, Y Giridhar Appaji Nag [EMAIL PROTECTED]
+# This file is distributed under the same license as the tasksel package.
+#
+# Y Giridhar Appaji Nag [EMAIL PROTECTED], 2008.
+msgid 
+msgstr 
+Project-Id-Version: te\n
+Report-Msgid-Bugs-To: [EMAIL PROTECTED]
+POT-Creation-Date: 2006-09-13 14:42-0400\n
+PO-Revision-Date: 2008-10-25 14:32+0530\n
+Last-Translator: Y Giridhar Appaji Nag [EMAIL PROTECTED]\n
+Language-Team: Telugu [EMAIL PROTECTED]\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+X-Generator: KBabel 1.11.4\n
+
+#. Type: multiselect
+#. Description
+#. Type: multiselect
+#. Description
+#: ../templates:1001 ../templates:2001
+msgid Choose software to install:
+msgstr ప్రతిష్టాపించుటకు సాఫ్ట్ వేర్ (software) ఎన్నుకోండి:
+
+#. Type: multiselect
+#. Description
+#: ../templates:1001
+msgid 
+At the moment, only the core of the system is installed. To tune the system 
+to your needs, you can choose to install one or more of the following 
+predefined collections of software.
+msgstr 
+ప్రస్తుతం వ్యవస్థ (సిస్టం [system]) పునాది (కోర్ [core]) మాత్రం ప్రతిష్టింపబడినది. వ్యవస్థను మీకు 
+అనుగుణంగా మార్చుకొనుటకు మీరు ఈ క్రింది సాఫ్ట్ వేర్ (software) ప్యాకేజీల (packages) సంగ్రహము 
+(collection) లో ఒకటి లేదా మరిన్ని ఎన్నుకొని ప్రతిష్టాపించుకొవచ్చు.
+
+#. Type: multiselect
+#. Description
+#: ../templates:2001
+msgid 
+You can choose to install one or more of the following predefined 
+collections of software.
+msgstr 
+ప్రతిష్టాపనకు మీరు ఈ క్రింది సాఫ్ట్ వేర్ (software) ప్యాకేజీల సంగ్రహము (కలెక్షన్ [collection]) లో 
+ఒకటి లేదా మరిన్ని ఎన్నుకోవచ్చు
+
+#. Type: title
+#. Description
+#: ../templates:3001
+msgid Software selection
+msgstr సాఫ్ట్ వేర్ (software) ఎంపిక
diff --git a/po/te.po b/po/te.po
new file mode 100644
index 000..ab33f4f
--- /dev/null
+++ b/po/te.po
@@ -0,0 +1,43 @@
+# translation of tasksel.po to Telugu
+# Copyright (C) 2008, Y Giridhar Appaji Nag [EMAIL PROTECTED]
+# This file is distributed under the same license as the tasksel package.
+#
+# Y Giridhar Appaji Nag [EMAIL PROTECTED], 2008.
+msgid 
+msgstr 
+Project-Id-Version: te\n
+Report-Msgid-Bugs-To: \n
+POT-Creation-Date: 2008-05-14 17:41-0400\n
+PO-Revision-Date: 2008-10-25 12:20+0530\n
+Last-Translator: Y Giridhar Appaji Nag [EMAIL PROTECTED]\n
+Language-Team: Telugu [EMAIL PROTECTED]\n
+MIME-Version: 1.0\n
+Content-Type: text/plain; charset=UTF-8\n
+Content-Transfer-Encoding: 8bit\n
+X-Generator: KBabel 1.11.4\n
+
+#: ../tasksel.pl:357
+msgid 
+Usage:\n
+tasksel install task\n
+tasksel remove task\n
+tasksel 

Bug#505454: tasksel: [PATCH] Add a few useful Telugu tasks

2008-11-12 Thread Y Giridhar Appaji Nag
On 08/10/26 07:52 +0100, Christian Perrier said ...
 Quoting Y Giridhar Appaji Nag ([EMAIL PROTECTED]):
  
  Attached patch for Telugu translation of tasksel.  The patch also adds
  tasks for setting up a Telugu environment and KDE/GNOME desktop variants.
 
 Hmmm, could you please split this in two patches? One for translations
 and another for new tasks?

Patch attached for new Telugu language tasks.

Cheers,

Giridhar

-- 
Y Giridhar Appaji Nag | http://appaji.net/
From be1173e68e0fc610bbba3bdab8507a6de2e8eba8 Mon Sep 17 00:00:00 2001
From: Y Giridhar Appaji Nag [EMAIL PROTECTED]
Date: Wed, 12 Nov 2008 21:20:40 +0530
Subject: [PATCH] Add a few useful Telugu tasks

Add Telugu installation tasks for normal and desktop (incl, Gnome and
KDE) installations.

Signed-off-by: Y Giridhar Appaji Nag [EMAIL PROTECTED]
---
 tasks/telugu   |   14 ++
 tasks/telugu-desktop   |   13 +
 tasks/telugu-gnome-desktop |   10 ++
 tasks/telugu-kde-desktop   |   11 +++
 4 files changed, 48 insertions(+), 0 deletions(-)
 create mode 100644 tasks/telugu
 create mode 100644 tasks/telugu-desktop
 create mode 100644 tasks/telugu-gnome-desktop
 create mode 100644 tasks/telugu-kde-desktop

diff --git a/tasks/telugu b/tasks/telugu
new file mode 100644
index 000..c74aa9b
--- /dev/null
+++ b/tasks/telugu
@@ -0,0 +1,14 @@
+Task: telugu
+Test-lang: te
+Section: l10n
+Maintainer: Y Giridhar Appaji Nag [EMAIL PROTECTED]
+Description: Telugu environment
+ This task installs programs, data files, fonts, and
+ documentation that makes it easier for Telugu speakers
+ to use Debian.
+Key:
+  language-env
+Packages: task-fields
+Packages-list:
+  ttf-telugu-fonts
+  aspell-te
diff --git a/tasks/telugu-desktop b/tasks/telugu-desktop
new file mode 100644
index 000..dbe746c
--- /dev/null
+++ b/tasks/telugu-desktop
@@ -0,0 +1,13 @@
+Task: telugu-desktop
+Enhances: desktop, telugu
+Section: l10n
+Maintainer: Y Giridhar Appaji Nag [EMAIL PROTECTED]
+Description: Telugu desktop
+ This task localises the desktop environment in Telugu.
+Key:
+Packages: task-fields
+Packages-list:
+  openoffice.org-l10n-te-in
+  ttf-telugu-fonts
+  scim-tables-additional
+  iiimf-le-unit
diff --git a/tasks/telugu-gnome-desktop b/tasks/telugu-gnome-desktop
new file mode 100644
index 000..ae63085
--- /dev/null
+++ b/tasks/telugu-gnome-desktop
@@ -0,0 +1,10 @@
+Task: telugu-gnome-desktop
+Enhances: gnome-desktop, telugu-desktop
+Section: l10n
+Maintainer: Y Giridhar Appaji Nag [EMAIL PROTECTED]
+Description: Telugu GNOME desktop environment
+ This task localises the GNOME desktop environment in Telugu.
+Key:
+Packages: task-fields
+Packages-list:
+  scim-gtk2-immodule
diff --git a/tasks/telugu-kde-desktop b/tasks/telugu-kde-desktop
new file mode 100644
index 000..2182ec1
--- /dev/null
+++ b/tasks/telugu-kde-desktop
@@ -0,0 +1,11 @@
+Task: telugu-kde-desktop
+Enhances: kde-desktop, telugu-desktop
+Section: l10n
+Maintainer: Y Giridhar Appaji Nag [EMAIL PROTECTED]
+Description: Telugu KDE desktop environment
+ This task localises the KDE desktop environment in Telugu.
+Key:
+Packages: task-fields
+Packages-list:
+  kde-i18n-te
+  scim-qtimm
-- 
1.5.6.5



signature.asc
Description: Digital signature


Bug#505457: grub-pc: GRUB manpage NAME fields should be more descriptive

2008-11-12 Thread Ralph Aichinger
Package: grub-pc
Version: 1.96+20080724-12
Severity: minor


Manpage NAME entries are helpful when using the apropos
command. Unfortunately apropos grub only produces:

[EMAIL PROTECTED]:~$ apropos grub
grub-editenv (1) - manual page for grub-editenv (GRUB) 1.96
grub-emu (8) - manual page for grub-emu (GRUB) 1.96
grub-install (1) [grub-mkrescue] - manual page for grub-mkrescue (GNU
GRUB 1.96)
grub-install (8) - manual page for grub-install (GNU GRUB 1.96)
grub-mkdevicemap (8) - manual page for grub-mkdevicemap (GRUB) 1.96
grub-mkimage (1) - manual page for grub-mkimage (GRUB) 1.96
grub-mkrescue (1)- manual page for grub-mkrescue (GNU GRUB 1.96)
grub-setup (8)   - manual page for grub-setup (GRUB) 1.96
update-grub (8)  - manual page for update-grub (GNU GRUB )

I already know these are man pages ;)

Contrast this with e.g. 

[EMAIL PROTECTED]:~$ apropos hal
gnome-eject (1)  - Mount drives and volumes using HAL and read
settings f...
gnome-mount (1)  - Mount drives and volumes using HAL and read
settings f...
gnome-umount (1) - Mount drives and volumes using HAL and read
settings f...
hal-disable-polling (1) - disable polling on drives with removable media
hal-find-by-capability (1) - find device objects by capability matching
hal-find-by-property (1) - find device objects by property matching
hal-get-property (1) - get a property from a device object
hal-is-caller-locked-out (1) - determine if a caller is locked out
hal-lock (1) - lock an interface

which is much more helpful.

Thanks for considering!

/ralph




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



Bug#505455: /bin/cat: cat: Don't write binary chars to terminal

2008-11-12 Thread Olaf van der Spek
On Wed, Nov 12, 2008 at 4:54 PM, Bob Proulx [EMAIL PROTECTED] wrote:
 Thanks for the report but what you are describing is not a bug in the
 'cat' program but a misuse of it.

Thanks for the explanation. I was afraid of that.
I assume the same applies to tail.
But what'd be a replacement for tail in my case?



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



Bug#505286: gnupg: gpg-agent manpage is wrong

2008-11-12 Thread Werner Koch
Hi!

The man pages are generated from Texinfo source and we could fix that in
the converter tool (yat2m).  I installed a far easier fix though by
using $(foo) instead of `foo`.

This is in the gnupg svn trunk rev 4871.  NOte that the man pages from
GnuPG-1 are source copied from GnuPG-2 rightbefore doing a release.


Shalom-Salam,

   Werner

-- 
Die Gedanken sind frei.  Auschnahme regelt ein Bundeschgesetz.




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



Bug#423748: Bug #423748 - apt-proxy-import, can you please send us more information?

2008-11-12 Thread Xavier Luthi
tags 423748 + moreinfo
thanks

Hi,

Can you please send us more information about this bug?  Can you please:

 * send us your /etc/apt-proxy/apt-proxy-v2.conf file
 * send us the ouptut of ls -lrt /var/cache/apt/archives
 * send us the output of the command 'apt-proxy-import --debug 
/var/cache/apt/archives'


Thanks for your help!

Cheers,
 Xavier



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



Bug#420602: kernel fails to boot on SunBlade 100

2008-11-12 Thread Kolargol double zero

 If you're running Etch, could you try to reproduce this bug
 with the 2.6.24 based kernel added in 4.0r4?

Thanks for your suggestion Moritz.

I've tried that by installing packages linux-image-2.6-sparc64-etchnhalf 
(version 2.6.24+13~etchnhalf.1) and linux-image-2.6.24-etchnhalf.1-sparc64 
(version 2.6.24-6~etchnhalf.6). My machine boots correctly with a nice console 
:) but the built-in Ethernet device doesn't work anymore... :( Could this be 
related to http://bugzilla.kernel.org/show_bug.cgi?id=10273 ?

Regards,
   Etienne


_
Connect to the next generation of MSN Messenger 
http://imagine-msn.com/messenger/launch80/default.aspx?locale=en-ussource=wlmailtagline


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



Bug#504380: [icecc-monitor] no host or scheduler found

2008-11-12 Thread Fathi BOUDRA
severity 504380 normal

thanks

Hi,

Until a proper fix is found, use:
$ USE_SCHEDULER=host icemon

Cheers,

Fathi




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



Bug#505455: /bin/cat: cat: Don't write binary chars to terminal

2008-11-12 Thread Olaf van der Spek
On Wed, Nov 12, 2008 at 5:02 PM, Sam Hocevar [EMAIL PROTECTED] wrote:
 On Wed, Nov 12, 2008, Olaf van der Spek wrote:
 Package: coreutils
 Version: 6.10-6
 Severity: normal
 File: /bin/cat

 Hi,

 I've got MySQL log files with queries that contain binary parts. When I use 
 cat or tail to view those, my terminal gets messed up.
 Could cat not write binary chars ( 32) to the terminal? Replace them with 
 another char that can be safely written.

   Use cat -v.

Ah, nice.
Wouldn't it be handy to enable that option automatically when the
output is a terminal?



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



Bug#505458: sqlitebrowser: improve package description

2008-11-12 Thread W. Martin Borgert
Package: sqlitebrowser
Version: 1.3-2.2
Severity: minor

Mentioning that a program is free or open source is redundant in Debian.
Technical details, such as the used GUI toolkit, are available in the
dependency list and the tags. Users are mentioned twice.

I propose the following wdiff:

 SQLite Database Browser is a [-freeware, public domain, open source-] visual
tool used to create, design and edit
 database files compatible with SQLite. Its interface is [-based on QT, and is-]
meant to be used for
 users and developers that want to create databases, edit and search data
 using a familiar spreadsheet-like interface, without the need to learn
 complicated SQL commands.
...
 SQLite Database Browser is not a visual shell for the sqlite command line
 tool. It does not require familiarity with SQL commands. [-It is a tool to be
 used both by developers and by end users, and it must remain as simple to use
 as possible in order to achieve its goals.-]



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



Bug#505439: kqemu-source: Fails to build under amd64

2008-11-12 Thread Chris Mortimore
Package: kqemu-source
Version: 1.3.0~pre9-12
Severity: grave
Tags: patch
Justification: renders package unusable


When running the following:

$ m-a -t build kqemu
SNIP
# Build the module
./configure --kernel-path=/lib/modules/2.6.24-etchnhalf.1-amd64/build
Source path   /usr/src/modules/kqemu
C compilergcc
Host C compiler   gcc
make  make
host CPU  x86_64

kernel sources/lib/modules/2.6.24-etchnhalf.1-amd64/build
kbuild type   2.6
/usr/bin/make
make[2]: Entering directory `/usr/src/modules/kqemu'
make -C /lib/modules/2.6.24-etchnhalf.1-amd64/build M=`pwd` modules
make[3]: Entering directory `/usr/src/linux-headers-2.6.24-etchnhalf.1-amd64'
CC [M]  /usr/src/modules/kqemu/kqemu-linux.o
make[4]: *** No rule to make target `/usr/src/modules/kqemu/kqemu-mod-x86.o', 
needed by `/usr/src/modules/kqemu/kqemu-mod.o'.  Stop.
make[3]: *** [_module_/usr/src/modules/kqemu] Error 2
make[3]: Leaving directory `/usr/src/linux-headers-2.6.24-etchnhalf.1-amd64'
make[2]: *** [kqemu.ko] Error 2
make[2]: Leaving directory `/usr/src/modules/kqemu'
make[1]: *** [binary-modules] Error 2
make[1]: Leaving directory `/usr/src/modules/kqemu'
make: *** [kdist_build] Error 2
BUILD FAILED!

If I don't use m-a and run the following:

$ cd /usr/src/modules/kqemu/
$ debian/rules build
$ debian/rules binary-modules
The same error as before

However, if I run the following:

$ cd /usr/src/modules/kqemu/
$ debian/rules build
$ debian/rules ARCH=x86_64 binary-modules
SNIP
# Build the module
./configure --kernel-path=/usr/src/linux
Source path   /usr/src/modules/kqemu
C compilergcc
Host C compiler   gcc
make  make
host CPU  x86_64

kernel sources/usr/src/linux
kbuild type   2.6
/usr/bin/make
make[1]: Entering directory `/usr/src/modules/kqemu'
make -C /usr/src/linux M=`pwd` modules
make[2]: Entering directory
`/usr/src/linux-headers-2.6.24-etchnhalf.1-amd64'
cp /usr/src/modules/kqemu/kqemu-mod-x86_64.o
/usr/src/modules/kqemu/kqemu-mod.o
  LD [M]  /usr/src/modules/kqemu/kqemu.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC  /usr/src/modules/kqemu/kqemu.mod.o
  LD [M]  /usr/src/modules/kqemu/kqemu.ko
make[2]: Leaving directory `/usr/src/linux-headers-2.6.24-etchnhalf.1-amd64'
make[1]: Leaving directory `/usr/src/modules/kqemu'
# Install the module
SNIP

So, I reckon debian/rules isn't setting ARCH properly.  This very humble patch
for debian/rules fixes this, but someone should probably make sure it does it
in a Debian-approved way, rather than my hackish way:

diff -Naur debian.old/rules debian/rules
--- debian.old/rules2008-11-12 11:04:05.0 +
+++ debian/rules2008-11-12 11:02:20.0 +
@@ -64,7 +64,7 @@
   
# Build the module
./configure --kernel-path=$(KSRC)
-   $(MAKE)
+   $(MAKE) ARCH=$(DEB_BUILD_GNU_CPU)
  
# Install the module
install -D -m 0644 kqemu.ko
debian/$(PACKAGE)-$(KVERS)/lib/modules/$(KVERS)/misc/kqemu.ko

The build log from m-a and patch are also attached.

Cheers,

Chris Mortimore

diff -Naur debian.old/rules debian/rules
--- debian.old/rules	2008-11-12 11:04:05.0 +
+++ debian/rules	2008-11-12 11:02:20.0 +
@@ -64,7 +64,7 @@
 
 	# Build the module
 	./configure --kernel-path=$(KSRC)
-	$(MAKE)
+	$(MAKE) ARCH=$(DEB_BUILD_GNU_CPU)
 
 	# Install the module
 	install -D -m 0644 kqemu.ko debian/$(PACKAGE)-$(KVERS)/lib/modules/$(KVERS)/misc/kqemu.ko


Bug#505437: tinyca: No way to create a private key without password

2008-11-12 Thread Stephane Bortzmeyer
Package: tinyca
Version: 0.7.5-2
Severity: wishlist


There is apparently no way to generate a private key without a
password? This is common for Internet servers, where you want the
server to be able to start without someone sitting at the console.

It works with OpenSSL but TinyCA always tell me I must provide a password :-(

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

Kernel: Linux 2.6.22-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages tinyca depends on:
ii  libgtk2-perl  1:1.190-1  Perl interface to the 2.x series o
ii  liblocale-gettext-perl1.05-4 Using libc functions for internati
ii  openssl   0.9.8g-13  Secure Socket Layer (SSL) binary a

Versions of packages tinyca recommends:
ii  zip   2.32-1 Archiver for .zip files

tinyca suggests no packages.

-- no debconf information



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



Bug#505459: sugar-hulahop: hulahop_get_view_for_window implicitly converted to pointer

2008-11-12 Thread dann frazier
Package: sugar-hulahop
Version: 0.4.7~dfsg-1
Severity: serious
Tags: patch
Usertags: implicit-pointer-conversion

Our automated buildd log filter[1] detected a problem that is likely to
cause your package to segfault on architectures where the size of a
pointer is greater than the size of an integer, such as ia64 and amd64.

  Function `hulahop_get_view_for_window' implicitly converted to pointer at 
hulahop.c:315
  Function `hulahop_get_view_for_window' implicitly converted to pointer at 
hulahop.c:315

This is often due to a missing function prototype definition.
For more information, see [2].

Though it is guaranteed that this codepath will cause a segfault on certain
architectures, it is not guaranteed that this codepath would ever be executed
(e.g., if the returned pointer is never dereferenced). However, this bug
does prevent the ia64 buildd from successfully building this package, resulting
in a practical FTBFS issue and warranting the serious severity.

The following patch appears to fix the problem for me - there
certainly maybe better ways to do it.

[1] http://people.debian.org/~dannf/check-implicit-pointer-functions
[2] http://wiki.debian.org/ImplicitPointerConversions

--- sugar-hulahop-0.4.7~dfsg/python/hulahop.override~   2008-10-08 
04:50:05.0 -0600
+++ sugar-hulahop-0.4.7~dfsg/python/hulahop.override2008-11-12 
09:02:25.0 -0700
@@ -4,6 +4,7 @@
 #include Python.h
 #include pygtk/pygtk.h
 
+#include hulahop.h
 #include hulahop-web-view.h
 
 %%



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



Bug#440870: Installation fails acpid: can't open /proc/acpi/event: No such file or directory

2008-11-12 Thread John Talbut
I have resolved my problem - I did not have /proc/acpi/event support 
(config ACPI_PROC_EVENT) compiled into my kernel (as suggested by the 
Debian supplied /usr/src/linux-source-2.6.26/drivers/acpi/Kconfig).


I was confused by these two bugs, hence I am sending this note to both. 
 Bug 440870 is supposedly just about the file being exclusively opened 
by hal and is marked fixed.


My problem seems to be to do with the retention by Debian of 
/proc/acpi/event and therefore to do with bug 462467.  However, the 
resolution to my problem is given under bug 440870.


John



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



Bug#505455: use a wrapper

2008-11-12 Thread martin f krafft
needs work:

cat() {
  test -t 1  exec sed -e 's,[[:cntrl:]],X,g' | exec cat $@
  exec cat $@
}

-- 
 .''`.   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


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


Bug#504726: pre-approving universalindentgui/0.8.1-1.1

2008-11-12 Thread Thomas Schweitzer

2008/11/11 Eddy Petrișor [EMAIL PROTECTED] wrote:

2008/11/10 Thomas Schweitzer [EMAIL PROTECTED]:

Concerning bug#504726 I am not sure what's the problem with that? Why is
there a risk to create a static (where static only means that the name will
never change) subdir for temporary data?


When a certain file in that directory is opened, let's say
universalindentguimain.cpp, at least one temp file with a
predetermined filename (e.g.:
/tmp/UniversalIndentGui/universalindentguimain.cpp) is created.

A malicious user could run the following commands:

mkdir /tmp/UniversalIndentGui
ln -s /home/thomas/some_precious_file_of_yours
/tmp/UniversalIndentGui/universalindentguimain.cpp


then it will wait for you to open that file for indentation and watch
you destroy your some_precious_file_of_yours[1].


Having a randomized name for the directory (mkdtemp - stdlib.h) makes
the problem go away. Also, having random names for the temporary files
could solve the problem, too.

[1]  If that file is the recording of your wedding, you can imagine the damage

Oh, I see.
There are such evil people out there? ;-) Ok I never had such a way of abuse on 
my mind, so I didn't care about that.

The next version 1.0.3 will have that fixed and I will send the package to 
Marcela Tiznado so she can upload it for being tested.



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



Bug#502760: claims of £1,350.000

2008-11-12 Thread SARAH
E-mail([EMAIL PROTECTED]) for the claims of £1,350.000 pounds in the 
Irish-Promo claims Requirement: Name, Occupation, Address, Tel:





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



Bug#436724: flashplugin-nonfree: content encoding incorrect for ascii signature file

2008-11-12 Thread Charles Schwieters
Package: flashplugin-nonfree
Version: 1:1.4~bpo40+1
Followup-For: Bug #436724


The signature of the -lastminute.gz file cannot be downloaded from
some locations.

The content encoding of 
http://people.debian.org/~bartm/flashplugin-nonfree/flashplugin-nonfree-lastminute.gz.asc
seems to be incorrect: It is reported to be encoded as
Content-Encoding: x-gzip
but it seems to actually be plaintext. Perhaps the .gz.asc suffix
confuses the web server, or a local .http... file.

This is not a problem for me at home, but at work I'm behind an http
filtering proxy, and this encoding mismatch causes wget to fail there.

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

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

Versions of packages flashplugin-nonfree depends on:
ii  debconf [debconf-2.0]  1.5.22Debian configuration management sy
ii  fontconfig 2.6.0-1   generic font configuration library
ii  gnupg  1.4.9-3   GNU privacy guard - a free PGP rep
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libc6  2.7-15GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6.1 The Cairo 2D vector graphics libra
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgtk2.0-02.12.11-4 The GTK+ graphical user interface 
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libpango1.0-0  1.20.5-3  Layout and rendering of internatio
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxau61:1.0.3-3 X11 authorisation library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxdmcp6  1:1.0.2-3 X11 Display Manager Control Protoc
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxrandr2 2:1.2.3-1 X11 RandR extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  wget   1.11.4-2  retrieves files from the web
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

flashplugin-nonfree recommends no packages.

Versions of packages flashplugin-nonfree suggests:
ii  iceweasel 3.0.3-3lightweight web browser based on M
pn  konqueror-nsplugins   none (no description available)
pn  msttcorefonts none (no description available)
ii  ttf-dejavu2.25-3 Metapackage to pull in ttf-dejavu-
pn  ttf-xfree86-nonfree   none (no description available)
pn  x-ttcidfont-conf  none (no description available)
pn  xfs   none (no description available)

-- debconf information:
  flashplugin-nonfree/httpget: false
  flashplugin-nonfree/not_exist:
  flashplugin-nonfree/local:



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



Bug#505298: now, upstream is at 79

2008-11-12 Thread Nico Prenzel
would be really nice to get KVM-79 into experimental. There are so many 
important fixes to me.

NicoP.

Bug#505462: aewan does not use sensible-editor to launch an external editor

2008-11-12 Thread Israel Herraiz
Package: aewan
Version: 1.0.01-2
Severity: normal

Hi,

when using awean, if you hit F1 - File - Edit Meta..., it opens an
external editor to write the metainformation of the drawing. The
external editor called is vi, unless the $EDITOR variable is set.

I think it should use sensible-editor.

Cheers,
Israel

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

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

Versions of packages aewan depends on:
ii  libc6  2.7-15GNU C Library: Shared libraries
ii  libncurses55.6+20080830-1shared libraries for terminal hand
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

aewan recommends no packages.

aewan suggests no packages.

-- no debconf information



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



Bug#505460: [slim] Unable to start a session with the user with an empty password

2008-11-12 Thread Marek Straka
Package: slim
Version: 1.3.0-1+lenny1
Severity: normal

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

I have made a user with an empty Password
usermod -p '' user
but it is unable to start a session with this user.

Where could be the problem?

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: lenny/sid
  500 wicdapt.wicd.net 
  500 testing gd.tuwien.ac.at 

--- Package information. ---
Depends (Version) | Installed
=-+-==
libc6  (= 2.7-1) | 2.7-15
libgcc1  (= 1:4.1.1) | 1:4.3.2-1
libjpeg62 | 6b-14
libpam0g(= 0.99.7.1) | 1.0.1-4+b1
libpng12-0  (= 1.2.13-4) | 1.2.27-2
libstdc++6 (= 4.1.1) | 4.3.2-1
libx11-6  | 2:1.1.5-2
libxft2( 2.1.1) | 2.1.12-3
libxmu6   | 2:1.0.4-1
debconf   (= 1.2.9)  | 1.5.22
 OR debconf-2.0   | 



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



Bug#505464: iceweasel crashes because cannot access directory .mozilla

2008-11-12 Thread Ian Schindler
Package: iceweasel
Version: 3.0.3-3

When iceweasel is run for the first time, it cannot access the directory
~/.mozilla/firefox (permisssion denied) which causes it to crash.  (I
installed Etch and immediately upgraded to Lenny before installing
iceweasel.)


I solved this problem by running
$sudo iceweasel
$sudo chown -R me:me .mozilla

I don't know if the first step was necessary.

I am including the tail of the output from
$strace iceweasel


read(14, 0x80983b4, 4096)   = -1 EAGAIN (Resource temporarily
unavailable)
select(15, [14], [14], NULL, NULL)  = 1 (out [14])
writev(14, [{\17\0\2\0\1\31 \1..., 8}], 1) = 8
select(15, [14], [], NULL, NULL)= 1 (in [14])
read(14, \1\274c\t\0\0\0\0|\0\0\0\377\30 \1\0\0\0\0J\25\10\374\325
\10\4\274\211\277..., 4096) = 32
read(14, 0x80983b4, 4096)   = -1 EAGAIN (Resource temporarily
unavailable)
select(15, [14], [14], NULL, NULL)  = 1 (out [14])
writev(14, [{\17\0\2\0\2\31 \1..., 8}], 1) = 8
select(15, [14], [], NULL, NULL)= 1 (in [14])
read(14, \1\274d\t\0\0\0\0|\0\0\0\377\30 \1\0\0\0\0J\25\10\374\325
\10\4\274\211\277..., 4096) = 32
read(14, 0x80983b4, 4096)   = -1 EAGAIN (Resource temporarily
unavailable)
select(15, [14], [14], NULL, NULL)  = 1 (out [14])
writev(14, [{\17\0\2\0\3\31 \1..., 8}], 1) = 8
select(15, [14], [], NULL, NULL)= 1 (in [14])
read(14, \1\274e\t\0\0\0\0|\0\0\0\377\30 \1\0\0\0\0J\25\10\374\325
\10\4\274\211\277..., 4096) = 32
read(14, 0x80983b4, 4096)   = -1 EAGAIN (Resource temporarily
unavailable)
select(15, [14], [14], NULL, NULL)  = 1 (out [14])
writev(14, [{\17\0\2\0\4\31 \1..., 8}], 1) = 8
select(15, [14], [], NULL, NULL)= 1 (in [14])
read(14, \1\274f\t\0\0\0\0|\0\0\0\377\30 \1\0\0\0\0J\25\10\374\325
\10\4\274\211\277..., 4096) = 32
read(14, 0x80983b4, 4096)   = -1 EAGAIN (Resource temporarily
unavailable)
select(15, [14], [14], NULL, NULL)  = 1 (out [14])
writev(14, [{\17\0\2\0\5\31 \1..., 8}], 1) = 8
select(15, [14], [], NULL, NULL)= 1 (in [14])
read(14, \1\274g\t\0\0\0\0|\0\0\0\377\30 \1\0\0\0\0J\25\10\374\325
\10\4\274\211\277..., 4096) = 32
read(14, 0x80983b4, 4096)   = -1 EAGAIN (Resource temporarily
unavailable)
select(15, [14], [14], NULL, NULL)  = 1 (out [14])
writev(14, [{\17\0\2\0\364\30 \1..., 8}], 1) = 8
select(15, [14], [], NULL, NULL)= 1 (in [14])
read(14, \1\274h\t\1\0\0\0|\0\0\0\363\30 \1\1\0\0\0J\25\10\374\325
\10\4\274\211\277\10..., 4096) = 36
read(14, 0x80983b4, 4096)   = -1 EAGAIN (Resource temporarily
unavailable)
select(15, [14], [14], NULL, NULL)  = 1 (out [14])
writev(14, [{\24\0\6\0\10\0\200\2\226\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0...,
24}], 1) = 24
select(15, [14], [], NULL, NULL)= 1 (in [14])
read(14, \1 i\t\0\0\0\0\226\0\0\0\10\0\0\0\0\0\0\0J\25\10\374\325
\10\4\274\211\277..., 4096) = 32
read(14, 0x80983b4, 4096)   = -1 EAGAIN (Resource temporarily
unavailable)
select(15, [14], [14], NULL, NULL)  = 1 (out [14])
writev(14, [{\24\0\6\0\10\0\200\2/[EMAIL PROTECTED]..., 24}],
1) = 24
select(15, [14], [], NULL, NULL)= 1 (in [14])
read(14, \1\0j\t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0J\25\10\374\325
\10\4\274\211\277..., 4096) = 32
read(14, 0x80983b4, 4096)   = -1 EAGAIN (Resource temporarily
unavailable)
select(15, [14], [14], NULL, NULL)  = 1 (out [14])
writev(14, [{\24\0\6\0006\0 \1\226\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 24}],
1) = 24
select(15, [14], [], NULL, NULL)= 1 (in [14])
read(14, \1\0k\t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0J\25\10\374\325
\10\4\274\211\277..., 4096) = 32
read(14, 0x80983b4, 4096)   = -1 EAGAIN (Resource temporarily
unavailable)
select(15, [14], [14], NULL, NULL)  = 1 (out [14])
writev(14, [{\17\0\2\0006\0 \1..., 8}], 1) = 8
select(15, [14], [], NULL, NULL)= 1 (in [14])
read(14, \1\274l\t\1\0\0\0|\0\0\0|\0\0\0\1\0\0\0J\25\10\374\325
\10\4\274\211\2777..., 4096) = 36
read(14, 0x80983b4, 4096)   = -1 EAGAIN (Resource temporarily
unavailable)
select(15, [14], [14], NULL, NULL)  = 1 (out [14])
writev(14, [{\24\0\6\0007\0 \1\226\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 24}],
1) = 24
select(15, [14], [], NULL, NULL)= 1 (in [14])
read(14, \1\0m\t\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0J\25\10\374\325
\10\4\274\211\277..., 4096) = 32
read(14, 0x80983b4, 4096)   = -1 EAGAIN (Resource temporarily
unavailable)
select(15, [14], [14], NULL, NULL)  = 1 (out [14])
writev(14, [{\17\0\2\0007\0 \1..., 8}], 1) = 8
select(15, [14], [], NULL, NULL)= 1 (in [14])
read(14, \1\274n\t\1\0\0\0|\0\0\0006\0 \1\1\0\0\0J\25\10\374\325
\10\4\274\211\277\17..., 4096) = 36
read(14, 0x80983b4, 4096)   = -1 EAGAIN (Resource temporarily
unavailable)
select(15, [14], [14], NULL, NULL)  = 1 (out [14])
writev(14, [{[EMAIL PROTECTED]..., 24}],
1) = 24
select(15, [14], [], NULL, NULL)= 1 (in [14])
read(14, \1 

Bug#497940: Augeas and Puppet

2008-11-12 Thread Bart Cortooms

Hi,

Op 12 nov 2008, om 17:44 heeft Micah Anderson het volgende geschreven:

Perhaps Bart could have a look at your packaging work and see about
integrating anything. I'm not sure if either of you are interested in
co-maintainership, or a team-maintainance strategy, but they might be
worth considering. Also, it seems like you are primarily focused  
around

Ubuntu, so it could be that you take on the Ubuntu packaging, and art
the Debian side?

In any case, I leave it to you two to decide, I'm simply sponsoring  
the

upload to Debian as a developer.


I'd be happy to work together with you on this Marc, if you're  
interested. Your package looks pretty similar to the one I made so it  
should be easy to merge the two.


You can get the source for my package with:

git clone git://git.kumina.nl/debian/libaugeas-ruby.git

--
Bart



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



Bug#505279: libgnutls26: segfault in _gnutls_x509_crt_get_raw_dn2

2008-11-12 Thread Simon Josefsson
Michael Meskes [EMAIL PROTECTED] writes:

 On Tue, Nov 11, 2008 at 04:55:57PM +0100, Simon Josefsson wrote:
 I think we have identified the problem, see:
 
 http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3216/focus=3230
 
 That patch at least solves the vulnerability and the crash, so possibly
 it could be uploaded to debian to avoid further troubles until we have
 released a 2.6.2 with a good fix.

 You mean just removing this code snippet instead of moving it?

   /* Check if the last certificate in the path is self signed.
* In that case ignore it (a certificate is trusted only if it
* leads to a trusted party by us, not the server's).
*/
   if (gnutls_x509_crt_check_issuer (certificate_list[clist_size - 1],
certificate_list[clist_size - 1])  0
clist_size  0)
 {
   clist_size--;
 }

Yes.

 Yes, this works. However, I wonder whether this code has any use.

Getting Nikos' comment on this would be useful.  I guess we have two
choices:

1) Remove the code.  Fixes both crash and vulnerability.
2) Change the test to clist_size1.  Fixes both crash and vulnerability.

 If so, wouldn't it help to just use clist_size  1 instead of
 clist_size  0? The  0 test is bogus if you access clist_size - 1
 afterwards, but with the  1 test it works for me as well, i.e. no
 segfault anymore.

Yes, that version of the patch works too.  I'm not sure what the
semantic differences are between the two patches.

/Simon



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



Bug#504624: [Pkg-puppet-devel] Bug#504624: Bug#504624: puppet: new version available - 0.24.6

2008-11-12 Thread Micah Anderson
* Andreas Unterkircher [EMAIL PROTECTED] [2008-11-11 23:56-0500]:
 Hi Micah,

 Well the puppet debian work is done in a team, based in Alioth. You
 would need to request to join that team, and then pull the git
 repository of the debian package, and update the package using the
 0.24.6 release using git-buildpackage mechanisms. 

 As puppet is very important for me - oh yes, how can I join?
 I'm not very familar with Alioth - just request an account via  
 http://alioth.debian.org?

Yes, and then request to join the pkg-puppet group.

 FYI - I built my own 0.24.6 deb package last week and enrolled it now on  
 almost 200. puppet  puppetmaster behave correct so far on etch. There  
 were no real modifications necessary when creating an official deb - I  
 just used the debian-directory from 0.24.5 and adapted changelog.

You will want to read up on how to use git-buildpackage.

Micah


signature.asc
Description: Digital signature


Bug#505409: Fix for Bug#505409 commited to version control

2008-11-12 Thread nijel
tags 505409 +pending
thanks
Hi,

The following change has been committed for this bug, and so the
fix will be in the next upload.
===

Changeset [236] by nijel, 2008-11-12 11:36:57 +0100 (Wed, 12 Nov 2008)

* New upstream testing version.
  - Fixes FTBFS with new gcc (Closes: #505409).

U   trunk/debian/changelog

http://viewsvn.cihar.com/debian-gammu?view=revrevision=236



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



Bug#505441: mcelog: error in package description

2008-11-12 Thread Leonardo Boselli
Package: mcelog
Severity: minor
Tags: l10n

in the package description there is userpace instead of userspace 

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-6-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)



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



Bug#505431: libsocket6-perl AF_INET6 and PF_INET6 check failed

2008-11-12 Thread Ulrich Schmid
Package: libsocket6-perl
Version: 0.20-1 
Severity: important

Using Net::SNMP with IPv6 I got the following error:

  ERROR: UDP/IPv6 support unavailable (PF_INET6 is not exported by the 
Socket6 module
Can't continue after import errors at 
/usr/share/perl5/Net/SNMP/Transport/UDP6.pm line 24
BEGIN failed--compilation aborted at 
/usr/share/perl5/Net/SNMP/Transport/UDP6.pm line 27.
Compilation failed in require at (eval 9) line 3.
)

This is a known bug and already fixed in the upstream source Socket6-0.22:
2008-08-18  Hajimu UMEMOTO  [EMAIL PROTECTED]
* Socket6.pm: Bump version number to 0.22.
* Socket6.pm: Make AF_INET6 check actually work.


--- /usr/lib/perl5/Socket6.pm   2008-02-16 04:51:35.0 +0100
+++ Socket6.pm  2008-11-12 10:11:07.0 +0100
@@ -1 +1 @@
-# Copyright (C) 2000-2005 Hajimu UMEMOTO [EMAIL PROTECTED].
+# Copyright (C) 2000-2008 Hajimu UMEMOTO [EMAIL PROTECTED].
@@ -34 +34 @@
-# $Id: Socket6.pm,v 1.39 2008/02/16 03:51:35 ume Exp $
+# $Id: Socket6.pm,v 1.42 2008/08/17 18:25:07 ume Exp $
@@ -39 +39 @@
-$VERSION = 0.20;
+$VERSION = 0.22;
@@ -270,2 +270,2 @@
-push @EXPORT, qw(AF_INET6) unless defined Socket::AF_INET6;
-push @EXPORT, qw(PF_INET6) unless defined Socket::PF_INET6;
+push @EXPORT, qw(AF_INET6) unless defined eval {Socket::AF_INET6()};
+push @EXPORT, qw(PF_INET6) unless defined eval {Socket::PF_INET6()};




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



Bug#504513: kopete: Kopete sometimes crash

2008-11-12 Thread Lebedev Roman
After a while, it was happend again.

After this: kopete(file-set status-offline) = hibernate = while = resume 
= kopete(file-set status-online) == crash
[Thread debugging using libthread_db enabled]
[New Thread 0xb60f56c0 (LWP 436)]
[KCrash handler]
#6  0xb75c64f9 in QString (this=0xbfbfbddc, [EMAIL PROTECTED]) at 
tools/qstring.cpp:1398
#7  0xb7eefbbc in Kopete::Group::displayName (this=0x97dd460)
at /tmp/buildd/kdenetwork-3.5.9/./kopete/libkopete/kopetegroup.cpp:238
#8  0xb55df318 in JabberBaseContact::updateContact (this=0x993be28, 
[EMAIL PROTECTED])
at 
/tmp/buildd/kdenetwork-3.5.9/./kopete/protocols/jabber/jabberbasecontact.cpp:167
#9  0xb55e1677 in JabberContactPool::addContact (this=0x993bf38, 
[EMAIL PROTECTED], metaContact=0x95daf98, dirty=false)
at 
/tmp/buildd/kdenetwork-3.5.9/./kopete/protocols/jabber/jabbercontactpool.cpp:75
#10 0xb55e4bfa in JabberAccount::slotContactUpdated (this=0x993c4e0, 
[EMAIL PROTECTED])
at 
/tmp/buildd/kdenetwork-3.5.9/./kopete/protocols/jabber/jabberaccount.cpp:1295
#11 0xb55ed772 in JabberAccount::qt_invoke (this=0x993c4e0, _id=48, 
_o=0xbfbfbfb4) at ./jabberaccount.moc:263
#12 0xb7302f6d in QObject::activate_signal (this=0x9981360, clist=0x9a01100, 
o=0xbfbfbfb4) at kernel/qobject.cpp:2359
#13 0xb56d7981 in JabberClient::newContact (this=0x9981360, [EMAIL PROTECTED])
at ./jabberclient.moc:353
#14 0xb56d79d4 in JabberClient::slotNewContact (this=0x9981360, 
[EMAIL PROTECTED])
at 
/tmp/buildd/kdenetwork-3.5.9/./kopete/protocols/jabber/jabberclient.cpp:1062
#15 0xb56db78a in JabberClient::qt_invoke (this=0x9981360, _id=12, 
_o=0xbfbfc0a4) at ./jabberclient.moc:511
#16 0xb7302f6d in QObject::activate_signal (this=0x9d2ae20, clist=0x9978568, 
o=0xbfbfc0a4) at kernel/qobject.cpp:2359
#17 0xb56282d1 in XMPP::Client::rosterItemAdded (this=0x9d2ae20, 
[EMAIL PROTECTED]) at im.moc.cpp:360
#18 0xb567d4fc in XMPP::Client::importRosterItem (this=0x9d2ae20, 
[EMAIL PROTECTED])
at 
/tmp/buildd/kdenetwork-3.5.9/./kopete/protocols/jabber/libiris/iris/xmpp-im/client.cpp:975
#19 0xb567d59a in XMPP::Client::importRoster (this=0x9d2ae20, [EMAIL PROTECTED])
at 
/tmp/buildd/kdenetwork-3.5.9/./kopete/protocols/jabber/libiris/iris/xmpp-im/client.cpp:924
#20 0xb567d605 in XMPP::Client::slotRosterRequestFinished (this=0x9d2ae20)
at 
/tmp/buildd/kdenetwork-3.5.9/./kopete/protocols/jabber/libiris/iris/xmpp-im/client.cpp:899
#21 0xb56280db in XMPP::Client::qt_invoke (this=0x9d2ae20, _id=6, 
_o=0xbfbfc404) at im.moc.cpp:545
#22 0xb7302f6d in QObject::activate_signal (this=0x9acadf0, clist=0x9b27760, 
o=0xbfbfc404) at kernel/qobject.cpp:2359
#23 0xb7303aed in QObject::activate_signal (this=0x9acadf0, signal=2)
at kernel/qobject.cpp:2328
#24 0xb5628459 in XMPP::Task::finished (this=0x9acadf0) at im.moc.cpp:88
#25 0xb5674b23 in XMPP::Task::done (this=0x9acadf0)
at 
/tmp/buildd/kdenetwork-3.5.9/./kopete/protocols/jabber/libiris/iris/xmpp-im/client.cpp:1326
#26 0xb5674c17 in XMPP::Task::setSuccess (this=0x9acadf0, code=0, 
[EMAIL PROTECTED])
at 
/tmp/buildd/kdenetwork-3.5.9/./kopete/protocols/jabber/libiris/iris/xmpp-im/client.cpp:1293
#27 0xb5699add in XMPP::JT_Roster::take (this=0x9acadf0, [EMAIL PROTECTED])
at 
/tmp/buildd/kdenetwork-3.5.9/./kopete/protocols/jabber/libiris/iris/xmpp-im/xmpp_tasks.cpp:421
#28 0xb5674d42 in XMPP::Task::take (this=0x9af5998, [EMAIL PROTECTED])
at 
/tmp/buildd/kdenetwork-3.5.9/./kopete/protocols/jabber/libiris/iris/xmpp-im/client.cpp:1249
#29 0xb56784a3 in XMPP::Client::distribute (this=0x9d2ae20, [EMAIL PROTECTED])
at 
/tmp/buildd/kdenetwork-3.5.9/./kopete/protocols/jabber/libiris/iris/xmpp-im/client.cpp:573
#30 0xb5678709 in XMPP::Client::streamReadyRead (this=0x9d2ae20)
at 
/tmp/buildd/kdenetwork-3.5.9/./kopete/protocols/jabber/libiris/iris/xmpp-im/client.cpp:520
#31 0xb5628083 in XMPP::Client::qt_invoke (this=0x9d2ae20, _id=3, 
_o=0xbfbfc6b4) at im.moc.cpp:542
#32 0xb7302f6d in QObject::activate_signal (this=0x9e68a50, clist=0x96f87a0, 
o=0xbfbfc6b4) at kernel/qobject.cpp:2359
#33 0xb7303aed in QObject::activate_signal (this=0x9e68a50, signal=4)
at kernel/qobject.cpp:2328
#34 0xb56285ec in XMPP::Stream::readyRead (this=0x9e68a50) at xmpp.moc.cpp:617
#35 0xb5660cdd in XMPP::ClientStream::doReadyRead (this=0x9e68a50)
at 
/tmp/buildd/kdenetwork-3.5.9/./kopete/protocols/jabber/libiris/iris/xmpp-core/stream.cpp:1280
#36 0xb5628e00 in XMPP::ClientStream::qt_invoke (this=0x9e68a50, _id=20, 
_o=0xbfbfc7b4) at xmpp.moc.cpp:888
#37 0xb7302f6d in QObject::activate_signal (this=0x95cf240, clist=0x9e507e0, 
o=0xbfbfc7b4) at kernel/qobject.cpp:2359
#38 0xb762d05e in QSignal::signal (this=0x95cf240, [EMAIL PROTECTED])
at .moc/release-shared-mt/moc_qsignal.cpp:100
#39 0xb731e8c7 in QSignal::activate (this=0x95cf240) at kernel/qsignal.cpp:215
#40 0xb7325993 in QSingleShotTimer::event (this=0x95cf218)
at kernel/qtimer.cpp:289
#41 

Bug#505445: cpio core dumps

2008-11-12 Thread Nigel Horne
Package: cpio
Version: 2.9-14
Severity: grave
Justification: renders package unusable


[EMAIL PROTECTED]:~/gateway$ find src/clamav-devel/trunk | cpio -pdu $HOME
Segmentation fault
[EMAIL PROTECTED]:~/gateway$


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

Kernel: GNU-Mach 1.3.99/Hurd-0.3
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages cpio depends on:
ii  libc0.3   2.7-16 GNU C Library: Shared libraries

cpio recommends no packages.

cpio suggests no packages.

-- no debconf information



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



Bug#505276: Additional info

2008-11-12 Thread Ben Whyte

Modestas Vainius wrote:

Hello,

trec(iadienis 12 Lapkritis 2008, Ben Whyte raše.:

Installed kdelibs-dbg, Amarok is the only kde based program that is broken.
It might be the only one broken because it uses some specific feature. Have 
you reinstalled amarok dependencies? Given amarok worked before, it wouldn't 
be the first time proprietary installers messed up systems. I can't help you 
much with that.



I did reinstall and it didnt work, so I went to experimental, and that works



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



Bug#464350: any progress on this?

2008-11-12 Thread L. Redrejo
This bug is killing me. 
Does anybody know if there is any progress or workaround for it ?(and
no, migrating to Ubuntu where they fixed it some months ago, is not an
option)


signature.asc
Description: Esta parte del mensaje está firmada	digitalmente


Bug#505466: rhythmbox: Fails to transfer albumm covers when adding songs to an iPod

2008-11-12 Thread Julien Valroff
Package: rhythmbox
Version: 0.11.6-1
Severity: normal

Hi,

When adding songs to an iPod (nano video 4Gb in my case), the album covers are 
not added.

I have managed to transfer some covers, without I have really understood how.

A similar bug exists on Lanchpad: 
https://bugs.launchpad.net/ubuntu/+source/rhythmbox/+bug/117583

A bug exists as well upstream: http://bugzilla.gnome.org/show_bug.cgi?id=529873
I have tried the proposed patch without success.

I'd be happy to test new patch proposals for testing or provide any required 
information.

Cheers,
Julien


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

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

Versions of packages rhythmbox depends on:
ii  dbus   1.2.1-4   simple interprocess messaging syst
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
ii  gstreamer0.10-alsa [gs 0.10.20-1 GStreamer plugin for ALSA
ii  gstreamer0.10-esd [gst 0.10.8-4  GStreamer plugin for ESD
ii  gstreamer0.10-gnomevfs 0.10.20-1 GStreamer plugin for GnomeVFS
ii  gstreamer0.10-plugins- 0.10.20-1 GStreamer plugins from the base 
ii  gstreamer0.10-plugins- 0.10.8-4  GStreamer plugins from the good 
ii  gstreamer0.10-x0.10.20-1 GStreamer plugins for X11 and Pang
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libavahi-client3   0.6.23-2  Avahi client library
ii  libavahi-common3   0.6.23-2  Avahi common library
ii  libavahi-glib1 0.6.23-2  Avahi glib integration library
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6.1 The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-4   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgnome-keyring0  2.22.3-2  GNOME keyring services library
ii  libgnome-media02.22.0-3  runtime libraries for the GNOME me
ii  libgnome2-02.20.1.1-2The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-2The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-5GNOME Virtual File System (runtime
ii  libgpod3   0.6.0-6   library to read and write songs an
ii  libgstreamer-plugins-b 0.10.20-1 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.20-1 Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.11-4 The GTK+ graphical user interface 
ii  libhal10.5.11-6  Hardware Abstraction Layer - share
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  liblircclient0 0.8.3-3   infra-red remote control support -
ii  libmtp70.2.6.1-3 Media Transfer Protocol (MTP) libr
ii  libmusicbrainz4c2a 2.1.5-2   Second generation incarnation of t
ii  libnautilus-burn4  2.22.1-2  Nautilus Burn Library - runtime ve
ii  libnotify1 [libnotify1 0.4.4-3   sends desktop notifications to a n
ii  libnspr4-0d4.7.1-4   NetScape Portable Runtime Library
ii  liborbit2  1:2.14.13-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.20.5-3  Layout and rendering of internatio
ii  libpixman-1-0  0.10.0-2  pixel-manipulation library for X a
ii  libpng12-0 1.2.27-2  PNG library - runtime
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libsexy2   0.1.11-2+b1   collection of additional GTK+ widg
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libsoup2.4-1   2.4.1-2   an HTTP library implementation in 
ii  libtotem-plparser102.22.3-1

Bug#503990: your mail

2008-11-12 Thread Moritz Muehlenhoff
On Wed, Nov 12, 2008 at 10:02:00AM +0100, W. Martin Borgert wrote:
 tags 503990 +patch
 thanks
 
 The text is still in issues.dbk, from the last release notes.

When you merge them, please also mention Iceape, the rebranded
version of Seamonkey.

Cheers,
Moritz



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



Bug#495567: gnucash: Please make HBCI support optional (for systems with little disk space)

2008-11-12 Thread Micha Lenk
Hi Thomas,

Thomas Bushnell BSG schrieb:
 On Tue, 2008-11-11 at 10:54 +0100, Micha Lenk wrote:
 This is an absolute no-go. If installed the AqBanking library *needs*
 those files in order to work properly. Hence I reassigned the bug back
 to Gnucash.
 
 I'm a little confused about one point here.  Why does the library need a
 list of all banks in the world in order to work properly?  Presumably an
 individual user only needs the bank ids for the banks they use.

I'll investigate the precise answer to this question. But please be
patient, I'm quite busy with real life this month...

Regards
  Micha



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



Bug#505436: graphviz: Segmentation fault in make_regular_edge() in dotsplines.c:1448

2008-11-12 Thread Josep M. Perez
Package: graphviz
Version: 2.20.2-3
Severity: important


Running the followinf command causes a segfault in dot:

dot -Tps -v -Gnslimit=0.1 patata5.dot

I've recompiled the Debian package without optimization and with
debugging turned on. Gdb gives the following backtrace:

#0  0xb7ce0c33 in make_regular_edge (sp=0xbfddc094, P=0x9777b30, 
edges=0x8c1f4c8, ind=3505, cnt=1, et=8) at dotsplines.c:1448
#1  0xb7cdcba2 in _dot_splines (g=0x88e68a8, normalize=1) at dotsplines.c:396
#2  0xb7cdcdac in dot_splines (g=0x88e68a8) at dotsplines.c:448
#3  0xb7cd25ce in dot_layout (g=0x88e68a8) at dotinit.c:212
#4  0xb7f366dd in gvLayoutJobs (gvc=0x88d97b0, g=0x88e68a8) at gvlayout.c:69
#5  0x08048a3f in main (argc=5, argv=0xbfddc384) at dot.c:180

Running the command inside valgrind causes a read error:

==9030== Invalid read of size 4
==9030==at 0x46D9C33: make_regular_edge (dotsplines.c:1448)
==9030==by 0x46D5BA1: _dot_splines (dotsplines.c:396)
==9030==by 0x46D5DAB: dot_splines (dotsplines.c:448)
==9030==by 0x46CB5CD: dot_layout (dotinit.c:212)
==9030==by 0x405D6DC: gvLayoutJobs (gvlayout.c:69)
==9030==by 0x8048A3E: main (dot.c:180)
==9030==  Address 0x36c is not stack'd, malloc'd or (recently) free'd

The relevant code lines are:

1447for (i = 0; i  pn; i++)
1448points[pointn++] = ps[i];

At the time it crashes ps=0x318, pointn=1153 and i=10. Looks like the
points array is not big enough and is overlapping the memory used for
storing the address of ps:

(gdb) print ps
$3 = (point **) 0xbeb06128
(gdb) print points[pointn-1]
$4 = (point *) 0xbeb06124

BTW, sizeof(point)=8, so the previous iteration actually overwrites the
ps variable.


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

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

Versions of packages graphviz depends on:
ii  libc6  2.7-16GNU C Library: Shared libraries
ii  libexpat1  2.0.1-4   XML parsing C library - runtime li
ii  libgd2-noxpm   2.0.36~rc1~dfsg-3 GD Graphics Library version 2 (wit
ii  libgraphviz4   2.20.2-3  rich set of graph drawing tools
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxaw72:1.0.4-2 X11 Athena Widget library
hi  libxmu62:1.0.4-1 X11 miscellaneous utility library
hi  libxt6 1:1.0.5-3 X11 toolkit intrinsics library

Versions of packages graphviz recommends:
ii  ttf-liberation1.04.92-1  Free fonts with the same metrics a

Versions of packages graphviz suggests:
ii  graphviz-doc  2.20.2-3   additional documentation for graph
ii  gsfonts   1:8.11+urwcyr1.0.7~pre44-3 Fonts for the Ghostscript interpre

-- no debconf information



patata5.dot.gz
Description: GNU Zip compressed data


Bug#505465: man-db: DWIM when executable specified as argument?

2008-11-12 Thread Colin Watson
Package: man-db
Version: 2.5.2-3
Severity: wishlist

It'd be nice if man would do the right thing when the user gives the
full path to an executable as the argument, e.g. 'man /usr/bin/time',
rather than trying to format the executable as a manual page. This
should actually be reasonably feasible since man already does some PATH
processing.

-- 
Colin Watson   [EMAIL PROTECTED]



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



Bug#505140: timelimit: Tries to interpret arguments to commands when they have '-'s

2008-11-12 Thread Peter Pentchev
On Tue, Nov 11, 2008 at 07:41:25PM -0600, John Hasler wrote:
 Peter writes:
  Well, this is actually bog-standard getopt(3) behavior...
 
 It is standard getopt() behavior to permute the arguments, whence comes the
 bug.  The '+' in the patch below stops it from doing so.

Oof!  Sorry - that's what comes out of my forgetting to drop you an
e-mail yesterday.  Yes, it is actually the normal behavior of *the GNU
version of getopt* to allow the user to mix options and non-option
arguments.  It is a GNU extension, though, which might explain why I
haven't noticed it while developing timelimit on other systems :)
This was even discussed a month ago in the Russian mailing list for
Debian, but I did not make the connection to timelimit then :)

Yesterday, I saw your previous message with the serious problem (grep -q),
took a long look at the Linux getopt(3) manual page, found the +
workaround, and actually applied it to the upstream repository of
timelimit - but forgot to drop you an e-mail!  Sorry for the additional
work that you had to duplicate :(

I've released timelimit-1.4 today, uploaded a Debian package to
mentors.d.n, and will now send a note to my usual sponsor.  Do you think
that this is important enough to warrant a timelimit-1.1-3+lenny1 upload
to testing-proposed-updates?  Of course, it would ultimately be for the
release engineers to decide :)

 I've also
 replaced 'EOF' with '-1' because the latter is what getopt() returns.
 'EOF' is a macro which is usually defined as '-1' but is not guaranteed to
 be.

Argh, true.  This is actually a longstanding bad habit of mine,
dating back to, lemme see, the beginning of 1997, when the FreeBSD
manual page for getopt(3) actually described it as returning EOF
at the end of processing.  A couple of months later, the FreeBSD manpage
was corrected, but my own habit remained.

Thanks for spotting this, I think it will be in timelimit-1.5 soon.

G'luck,
Peter

-- 
Peter Pentchev  [EMAIL PROTECTED][EMAIL PROTECTED][EMAIL PROTECTED]
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint FDBA FD79 C26F 3C51 C95E  DF9E ED18 B68D 1619 4553
This would easier understand fewer had omitted.


pgpSxjzPep2SW.pgp
Description: PGP signature


Bug#505455: /bin/cat: cat: Don't write binary chars to terminal

2008-11-12 Thread Michael Stone

On Wed, Nov 12, 2008 at 05:55:00PM +0100, Olaf van der Spek wrote:

Piping tail to less doesn't work as well as to cat -v...


Correct; you'd be better served by using the F function within less. 

Or, if you really really want to just pump data to the screen, try 
tr -c '[:print:][:blank:]' '?'
you can even easily change the list of things to delete that way. If cat 
suddenly started intermittently filtering output by default, I'd get a 
whole lot of complaints (heck, I'd be complaining myself). -v is one of 
those things which never should have gotten into cat in the first place.


Mike Stone



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



Bug#355523: tiny patch

2008-11-12 Thread Xavier Luthi
tags 355523 + patch
thanks

Hi,

Here is a simple patch for the apt-proxy-import man page.

Cheers,
  Xavier--- apt-proxy-import.8.orig	2008-11-12 12:08:46.0 +0100
+++ apt-proxy-import.8	2008-11-12 12:10:37.0 +0100
@@ -31,7 +31,8 @@
 \fB\-c\fR, \fB\-\-config\-file=\fR
 Configuration file
 .PP
-apt\-proxy\-import imports .deb files into the apt\-proxy cache.
+apt\-proxy\-import imports .deb files into the apt\-proxy cache. It
+does so by copying the .deb files into the apt\-proxy cache folder.
 .PP
 It uses the package lists to determine where each file should be
 placed, so you should run \fB'apt\-get update'\fP to allow apt\-proxy to 


Bug#505456: cvsutils - cvspurge does not work at all

2008-11-12 Thread Bastian Blank
Package: cvsutils
Version: 0.2.3-1
Severity: important

cvspurge does not purge anything:

| $ cvspurge --explain 
| cvspurge: cleaning up ...
| cvspurge: done
| $ cvs st config.status
| cvs status: use `cvs add' to create an entry for `config.status'
| ===
| File: config.status Status: Unknown

Bastian

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



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



Bug#454380: Workaround with symbolic links

2008-11-12 Thread Stephane Bortzmeyer
In the mean time, I worked around the bug by using a symbolic link
from ~/.TinyCA to the real location.



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



Bug#505429: /usr/lib/openoffice/basis3.0/program/kde-open-url: if which kde-open; typo

2008-11-12 Thread Rene Engelhard
tag 505429 + pending
thanks

Noel Köthe wrote:
 there is a typo which is already marked as typo.;)
 
 /usr/lib/openoffice/basis3.0/program/kde-open-url
 ...
 if echo $1 | grep '^mailto:'  /dev/null; then
   if which kde-open; typo
 kde-open $1 
 ...
 
 In the middle the last word.;)

WTF? :)

Grüße/Regards,

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




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



Bug#440944: Set ARCH variable

2008-11-12 Thread Jelmer Vernooij
Package: qemubuilder
Version: 0.48
Severity: normal

This seems to be caused by the ARCH environment variable not being set. 
It would be nice if qemubuilder could print a proper error message if
this variable is not set.

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

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

Versions of packages qemubuilder depends on:
ii  kvm  72+dfsg-2   Full virtualization on x86 hardwar
ii  libc62.8+20080809-3  GNU C Library: Shared libraries
ii  pbuilder 0.183   personal package builder for Debia
ii  qemu 0.9.1+svn20081101-1 fast processor emulator

qemubuilder recommends no packages.

qemubuilder suggests no packages.

-- no debconf information

-- 


signature.asc
Description: Digital signature


Bug#410210: Patch for the l10n upload of libpam-rsa

2008-11-12 Thread José Miguel Parrella Romero
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Christian Perrier escribió, en fecha 12/11/08 02:19:
 Quoting Christian Perrier ([EMAIL PROTECTED]):
 Dear maintainer of libpam-rsa,

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

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

 That time has come.
 
 
 Any news ?
 
 I'm now considering an NMU in 7 days in case nothing happens in the
 meantime.

Please go on. I have real life circumstances at the moment, and won't be
available until next week.

Thanks for your time and work for Debian,
Jose
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkkbEM8ACgkQUWAsjQBcO4IMfwCbBc7hrSznbCUquq1TSQc6Puo4
NLUAnjXihw5WwXLx5B3xytZM7igy434i
=aTWQ
-END PGP SIGNATURE-

-- 
José Miguel Parrella Romero   PGP Key 0x005C3B82
Debian Developer  www.bureado.com.ve



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



Bug#505467: aptitude is a text-based interface to the Debian GNU/Linux package system.

2008-11-12 Thread Alan Braslau
Package: aptitude
Version: 0.5.0-1
Severity: important


According to the manual page and to the package description
aptitude is a text-based interface to the Debian GNU/Linux package system.
Now, a spiffy new gtk interface fires-up. I did not ask for this.
I do not want this (if I had, I would probably have typed aptitude-gtk).
Quickly typing man aptitude or aptitude --help, I see no immediately
obvious way of recovering the expected, curses based application.
Nor did I find anything under /etc/alternatives.
What is going on here? Is this Debian?

Not to make any judgement on the qualities of the new gtk interface.
Maybe it will be a success. Maybe I will use it, or maybe not...
But something has gone wrong. I was not informed upon upgrade
(or on running aptitude) about this new behavior.
I still have not figured-out how to run aptitude
(other than switching to a non-X11 virtual terminal).

Thanks anyways, but please fix this!

Alan

-- Package-specific info:
aptitude 0.5.0 compiled at Nov 12 2008 06:14:17
Compiler: g++ 4.3.2
Compiled against:
  apt version 4.6.0
  NCurses version 5.6
  libsigc++ version: 2.0.18
  Ept support enabled.

Current library versions:
  NCurses version: ncurses 5.7.20081102
  cwidget version: 0.5.12
  Apt version: 4.6.0
linux-gate.so.1 =  (0xb7fd2000)
libapt-pkg-libc6.7-6.so.4.6 = /usr/lib/libapt-pkg-libc6.7-6.so.4.6 
(0xb7ef8000)
libncursesw.so.5 = /lib/libncursesw.so.5 (0xb7eba000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0xb7eb3000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0xb7def000)
libglibmm-2.4.so.1 = /usr/lib/libglibmm-2.4.so.1 (0xb7d98000)
libgobject-2.0.so.0 = /usr/lib/libgobject-2.0.so.0 (0xb7d5b000)
libglib-2.0.so.0 = /usr/lib/libglib-2.0.so.0 (0xb7ca6000)
libgthread-2.0.so.0 = /usr/lib/libgthread-2.0.so.0 (0xb7ca1000)
librt.so.1 = /lib/i686/cmov/librt.so.1 (0xb7c97000)
libgtkmm-2.4.so.1 = /usr/lib/libgtkmm-2.4.so.1 (0xb7967000)
libgdkmm-2.4.so.1 = /usr/lib/libgdkmm-2.4.so.1 (0xb791f000)
libatkmm-1.6.so.1 = /usr/lib/libatkmm-1.6.so.1 (0xb78da000)
libgtk-x11-2.0.so.0 = /usr/lib/libgtk-x11-2.0.so.0 (0xb753b000)
libpangomm-1.4.so.1 = /usr/lib/libpangomm-1.4.so.1 (0xb750c000)
libcairomm-1.0.so.1 = /usr/lib/libcairomm-1.0.so.1 (0xb74f2000)
libgdk-x11-2.0.so.0 = /usr/lib/libgdk-x11-2.0.so.0 (0xb7467000)
libatk-1.0.so.0 = /usr/lib/libatk-1.0.so.0 (0xb744c000)
libgdk_pixbuf-2.0.so.0 = /usr/lib/libgdk_pixbuf-2.0.so.0 (0xb7433000)
libpangocairo-1.0.so.0 = /usr/lib/libpangocairo-1.0.so.0 (0xb7429000)
libpango-1.0.so.0 = /usr/lib/libpango-1.0.so.0 (0xb73e5000)
libcairo.so.2 = /usr/lib/libcairo.so.2 (0xb736e000)
libgmodule-2.0.so.0 = /usr/lib/libgmodule-2.0.so.0 (0xb736a000)
libdl.so.2 = /lib/i686/cmov/libdl.so.2 (0xb7366000)
libglademm-2.4.so.1 = /usr/lib/libglademm-2.4.so.1 (0xb735c000)
libglade-2.0.so.0 = /usr/lib/libglade-2.0.so.0 (0xb7345000)
libxml2.so.2 = /usr/lib/libxml2.so.2 (0xb720b000)
libm.so.6 = /lib/i686/cmov/libm.so.6 (0xb71e5000)
libvte.so.9 = /usr/lib/libvte.so.9 (0xb712e000)
libpangoxft-1.0.so.0 = /usr/lib/libpangoxft-1.0.so.0 (0xb7127000)
libpangox-1.0.so.0 = /usr/lib/libpangox-1.0.so.0 (0xb711b000)
libX11.so.6 = /usr/lib/libX11.so.6 (0xb702c000)
libpangoft2-1.0.so.0 = /usr/lib/libpangoft2-1.0.so.0 (0xb7004000)
libXft.so.2 = /usr/lib/libXft.so.2 (0xb6ff1000)
libfreetype.so.6 = /usr/lib/libfreetype.so.6 (0xb6f7c000)
libz.so.1 = /usr/lib/libz.so.1 (0xb6f67000)
libfontconfig.so.1 = /usr/lib/libfontconfig.so.1 (0xb6f3d000)
libept.so.0 = /usr/lib/libept.so.0 (0xb6e79000)
libxapian.so.15 = /usr/lib/libxapian.so.15 (0xb6d22000)
libpthread.so.0 = /lib/i686/cmov/libpthread.so.0 (0xb6d09000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0xb6c1b000)
libgcc_s.so.1 = /lib/libgcc_s.so.1 (0xb6c0e000)
libc.so.6 = /lib/i686/cmov/libc.so.6 (0xb6ab)
libutil.so.1 = /lib/i686/cmov/libutil.so.1 (0xb6aac000)
libpcre.so.3 = /usr/lib/libpcre.so.3 (0xb6a7c000)
/lib/ld-linux.so.2 (0xb7fd3000)
libgiomm-2.4.so.1 = /usr/lib/libgiomm-2.4.so.1 (0xb6a17000)
libgio-2.0.so.0 = /usr/lib/libgio-2.0.so.0 (0xb69b)
libXcomposite.so.1 = /usr/lib/libXcomposite.so.1 (0xb69ad000)
libXdamage.so.1 = /usr/lib/libXdamage.so.1 (0xb69a9000)
libXfixes.so.3 = /usr/lib/libXfixes.so.3 (0xb69a4000)
libXext.so.6 = /usr/lib/libXext.so.6 (0xb6996000)
libXrender.so.1 = /usr/lib/libXrender.so.1 (0xb698d000)
libXinerama.so.1 = /usr/lib/libXinerama.so.1 (0xb698a000)
libXi.so.6 = /usr/lib/libXi.so.6 (0xb6981000)
libXrandr.so.2 = /usr/lib/libXrandr.so.2 (0xb697b000)
libXcursor.so.1 = /usr/lib/libXcursor.so.1 (0xb6972000)
libpixman-1.so.0 = 

Bug#505279: libgnutls26: segfault in _gnutls_x509_crt_get_raw_dn2

2008-11-12 Thread Simon Josefsson
Michael Meskes [EMAIL PROTECTED] writes:

 On Tue, Nov 11, 2008 at 04:55:57PM +0100, Simon Josefsson wrote:
 I think we have identified the problem, see:
 
 http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3216/focus=3230
 
 That patch at least solves the vulnerability and the crash, so possibly
 it could be uploaded to debian to avoid further troubles until we have
 released a 2.6.2 with a good fix.

 You mean just removing this code snippet instead of moving it?

   /* Check if the last certificate in the path is self signed.
* In that case ignore it (a certificate is trusted only if it
* leads to a trusted party by us, not the server's).
*/
   if (gnutls_x509_crt_check_issuer (certificate_list[clist_size - 1],
certificate_list[clist_size - 1])  0
clist_size  0)
 {
   clist_size--;
 }

Yes.

 Yes, this works. However, I wonder whether this code has any use.

Getting Nikos' comment on this would be useful.  I guess we have two
choices:

1) Remove the code.  Fixes both crash and vulnerability.
2) Change the test to clist_size1.  Fixes both crash and vulnerability.

 If so, wouldn't it help to just use clist_size  1 instead of
 clist_size  0? The  0 test is bogus if you access clist_size - 1
 afterwards, but with the  1 test it works for me as well, i.e. no
 segfault anymore.

Yes, that version of the patch works too.  I'm not sure what the
semantic differences are between the two patches.

/Simon



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



Bug#505279: libgnutls26: segfault in _gnutls_x509_crt_get_raw_dn2

2008-11-12 Thread Michael Meskes
On Tue, Nov 11, 2008 at 04:55:57PM +0100, Simon Josefsson wrote:
 I think we have identified the problem, see:
 
 http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3216/focus=3230
 
 That patch at least solves the vulnerability and the crash, so possibly
 it could be uploaded to debian to avoid further troubles until we have
 released a 2.6.2 with a good fix.

You mean just removing this code snippet instead of moving it?

  /* Check if the last certificate in the path is self signed.
   * In that case ignore it (a certificate is trusted only if it
   * leads to a trusted party by us, not the server's).
   */
  if (gnutls_x509_crt_check_issuer (certificate_list[clist_size - 1],
   certificate_list[clist_size - 1])  0
   clist_size  0)
{
  clist_size--;
}

Yes, this works. However, I wonder whether this code has any use. If so,
wouldn't it help to just use clist_size  1 instead of clist_size  0? The
 0 test is bogus if you access clist_size - 1 afterwards, but with the  1
test it works for me as well, i.e. no segfault anymore.

Michael
-- 
Michael Meskes
Michael at Fam-Meskes dot De, Michael at Meskes dot (De|Com|Net|Org)
Michael at BorussiaFan dot De, Meskes at (Debian|Postgresql) dot Org
ICQ: 179140304, AIM/Yahoo: michaelmeskes, Jabber: [EMAIL PROTECTED]
Go VfL Borussia! Go SF 49ers! Use Debian GNU/Linux! Use PostgreSQL!



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



Bug#319952: Bug#505086: man-db: man can emit invalid utf-8

2008-11-12 Thread Colin Watson
On Sun, Nov 09, 2008 at 04:48:33AM -0500, Matt Wozniski wrote:
 As you already know, man uses 'col -b -p -x' in its pipeline when piping
 the man page to a child process, unless $MAN_KEEP_FORMATTING is
 specified, and col doesn't handle UTF-8 properly.  Because of this, some
 man pages are invalid UTF-8 by the time they're done being handled, such
 as man xterm | iconv.  However, even if -b isn't passed to col, it
 reorders things so that each character is immediately followed by the
 backspace that erases it, if any - so, abc^H^H^Hxyz becomes
 a^Hxb^Hyc^Hz.  I'd like to suggest that we use this to fix the
 problem, by changing the ending of the pipeline from '| col -b -p -x' to
 '| col -p -x | sed -e s/^\x08*// -e s/.\x08//g'.  I don't think
 this would ever be likely to be accepted upstream, since it depends on
 (I think?) an implementation detail of 'col', but since we have a col
 that doesn't support multibyte, but rearranges the text to be easily
 postprocessed, and a sed that does support multibyte, this seems like
 a quick-and-dirty way to fix the problem.

Thanks for this suggestion and your patch.

With regard to acceptance upstream, since I am upstream obviously I am
looking for something acceptable to myself to some extent. :-)


I have to say that to some extent I wonder why we can't just get #319952
fixed rather than having to work around it further in man. Daniel, in
August 2007 you said:

  i'm currently working on porting all debian changes to proper patches
  against freebsd; however, this needs another weekend time.. but i'm
  definitely on it.

Have you had a chance to make any further progress on this? That said, I
can see that this workaround with sed would be a more plausible
candidate for late inclusion in lenny than full UTF-8 support in col
would be.


Given that we know that col is broken on some systems, I wonder if the
correct upstream solution wouldn't simply be to reimplement the part of
col that we need, and call it as an internal pipeline-processing
function. I'm not a huge fan of duplication in general, but it's not as
if col is hugely complex nor as if it changes much.

-- 
Colin Watson   [EMAIL PROTECTED]



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



  1   2   3   >