Bug#333390: uupdate: --no-symlink failed using relative path with upstream source

2005-10-11 Thread Arnaud Fontaine
Package: devscripts
Version: 2.9.7
Severity: normal
Tags: patch

Hello,

I have a small problem using uupdate. Actually, when i specify in the
command line '--no-symlink' :

$ ls -l
drwxr-xr-x  [...] squashfs-2.1r2
-rw-r--r--  [...] squashfs_2.1r2-0.1.diff.gz
-rw-r--r--  [...] squashfs_2.1r2-0.1.dsc
-rw-r--r--  [...] squashfs_2.1r2.orig.tar.gz
-rw-r--r--  [...] squashfs2.2-r2.tar.gz
$ cd squashfs-2.1r2/
$ uupdate -u ../squashfs2.2-r2.tar.gz -v 2.2r2 --no-symlink
# Or also : $ uupdate -u squashfs2.2-r2.tar.gz -v 2.2r2 --no-symlink
New Release will be 1:2.2r2-1.
Copying pristine source to squashfs_2.2r2.orig.tar.gz...
cp: ne peut évaluer `squashfs2.2-r2.tar.gz': No such file or directory
-- Untarring the new sourcecode archive squashfs2.2-r2.tar.gz
[...]

Without '--no-simlink' argument, everything works like a charm. I have
traced the execution of the script using '-x' argument to Bash. It
appers that LINKARCHIVE variable remove relative path, so using
ARCHIVE_PATH instead of LINKARCHIVE only for cp command, it works fine.

I have attached a small patch which works well for me.

Greetings,
Arnaud Fontaine

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

Versions of packages devscripts depends on:
ii  debianutils   2.14.3 Miscellaneous utilities specific t
ii  dpkg-dev  1.13.11package building tools for Debian
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  perl  5.8.7-5Larry Wall's Practical Extraction
ii  sed   4.1.4-4The GNU sed stream editor

Versions of packages devscripts recommends:
ii  fakeroot  1.5.4  Gives a fake root
environment

-- no debconf information

-- 
Arnaud Fontaine [EMAIL PROTECTED] - http://www.andesi.org/ | GPG
Public Key available on pgp.mit.edu | Fingerprint: D792 B8A5 A567 B001
C342 2613 BDF2 A220 5E36 19D3

--- uupdate.orig	2005-10-11 19:05:57.0 +0200
+++ uupdate	2005-10-11 19:26:42.0 +0200
@@ -540,26 +540,27 @@
 	! -e ../${PACKAGE}_$SNEW_VERSION.orig.tar.bz2 ]; then
 	if [ $UUPDATE_SYMLINK_ORIG = yes ]; then
 	echo Symlinking to pristine source from ${PACKAGE}_$SNEW_VERSION.orig.tar.$TYPE...
+
+	case $ARCHIVE_PATH in
+		/*)   LINKARCHIVE=$ARCHIVE ;;
+		../*) LINKARCHIVE=${ARCHIVE#../} ;;
+	esac
 	else
 	echo Copying pristine source to ${PACKAGE}_$SNEW_VERSION.orig.tar.$TYPE...
 	fi
-	case $ARCHIVE_PATH in
-	/*)   LINKARCHIVE=$ARCHIVE ;;
-	../*) LINKARCHIVE=${ARCHIVE#../} ;;
-	esac
 	case $TYPE in
 	gz)
 		if [ $UUPDATE_SYMLINK_ORIG = yes ]; then
 		ln -s $LINKARCHIVE ../${PACKAGE}_$SNEW_VERSION.orig.tar.gz
 		else
-		cp $LINKARCHIVE ../${PACKAGE}_$SNEW_VERSION.orig.tar.gz
+		cp $ARCHIVE_PATH ../${PACKAGE}_$SNEW_VERSION.orig.tar.gz
 		fi
 		;;
 	bz2)
 		if [ $UUPDATE_SYMLINK_ORIG = yes ]; then
 		ln -s $LINKARCHIVE ../${PACKAGE}_$SNEW_VERSION.orig.tar.bz2
 		else
-		cp $LINKARCHIVE ../${PACKAGE}_$SNEW_VERSION.orig.tar.bz2
+		cp $ARCHIVE_PATH ../${PACKAGE}_$SNEW_VERSION.orig.tar.bz2
 		fi
 		;;
 	*)


pgpMsM4D57DE6.pgp
Description: PGP signature


Bug#325821: acknowledged by developer (Re: Bug#325821: emacs-snapshot-gtk: when 'vc-svn' works with 'tramp', it report an error)

2005-10-11 Thread LI Daobing
On 10/12/05, Debian Bug Tracking System [EMAIL PROTECTED] wrote:
 This is an automatic notification regarding your Bug report
 #325821: emacs-snapshot-gtk: when 'vc-svn' works with 'tramp', it report an 
 error,
 which was filed against the emacs-snapshot-gtk package.

 It has been closed by one of the developers, namely
 Romain Francoise [EMAIL PROTECTED].

 Their explanation is attached below.  If this explanation is
 unsatisfactory and you have not received a better one in a separate
 message then please contact the developer, by replying to this email.

 Debian bug tracking system administrator
 (administrator, Debian Bugs database)

 Received: (at 325821-done) by bugs.debian.org; 11 Oct 2005 17:06:55 +
 From [EMAIL PROTECTED] Tue Oct 11 10:06:55 2005
 Return-path: [EMAIL PROTECTED]
 Received: from yeast.orebokech.com [82.67.41.165] (romain)
 by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
 id 1EPNaY-0007Ch-00; Tue, 11 Oct 2005 10:06:54 -0700
 Received: from pacem.orebokech.com (pacem.orebokech.com [192.168.1.3])
 by yeast.orebokech.com (Postfix) with ESMTP id D39921321C;
 Tue, 11 Oct 2005 19:06:52 +0200 (CEST)
 Received: by pacem.orebokech.com (Postfix, from userid 1000)
 id C0182523ED; Tue, 11 Oct 2005 19:07:10 +0200 (CEST)
 From: Romain Francoise [EMAIL PROTECTED]
 To: LI Daobing [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: Bug#325821: emacs-snapshot-gtk: when 'vc-svn' works with 
 'tramp', it report an error
 Organization: The Debian Project
 References: [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 Date: Tue, 11 Oct 2005 19:07:10 +0200
 In-Reply-To: [EMAIL PROTECTED] (LI
 Daobing's message of Sun, 2 Oct 2005 15:06:54 +0800)
 Message-ID: [EMAIL PROTECTED]
 MIME-Version: 1.0
 Content-Type: text/plain; charset=us-ascii
 Delivered-To: [EMAIL PROTECTED]
 X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02
 (1.212-2003-09-23-exp) on spohr.debian.org
 X-Spam-Level:
 X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER
 autolearn=no version=2.60-bugs.debian.org_2005_01_02

 Thank you for the information you provided in your last message, I
 finally understood why I couldn't reproduce this bug.  I went all the
 way and set up a remote Subversion repo accessed via svn+ssh with a hop
 as in your setup, and finally realized that the backtrace you posted in
 your original message shows the problem:

 |  vc-svn-pop-up-error(Error running Subversion to check status of `%s' 
 onecolumn.py)
 |  vc-svn-run-status(/scp:[EMAIL 
 PROTECTED]:/home/user/lidaobing/itcc/src/Tools/onecolumn.py)

 These functions do not appear in vc-svn.el as shipped with Emacs.  They
 do, however, appear in vc-svn.el as distributed with the subversion
 package before 1.2.3a-1, my guess is that you still have this file
 somewhere, shadowing Emacs's vc-svn.el.  Please get rid of it, things
 should work fine afterwards.

yes, it works again after i delete the subversion's el. Thanks.

--
LI Daobing



Bug#331564: Please enable HBCI support in kmymoney2

2005-10-11 Thread Christoph Dwertmann
On Tue, Oct 11, 2005 at 06:05:30PM +0100, Mark Purcell wrote:
 no problems.  Did the kmymoney debs at people.debian.org work as expected.  I 
 can't test HBCI support without an account I presume.

It's working with your debs! I updated my accounts using my HBCI chipcard
in Kmymoney2.  BTW I was living in Australia for the past 7 months
and found out that Commonwealth Bank just uses a short number PIN to secure 
their
online banking, which is quite poor security. They don't bother to
provide a TAN list or even a chipcard... Maybe Australia moves to HBCI
soon (many phishing attacks later) so you can test it as well :-)

  A separate libkbanking deb is not necessary, as 
  the author of aqbanking decided to include all application bindings in
  the aqbanking package:
 
 That will make life easier in the future, although as I have already built 
 and 
 submitted hopefully that will also be a bit quicker..

Thomas said he will include libkbanking in his next upload of
libaqbanking0-dev, which will hopefully happen in a few days.
As his package already contains the aqbanking binding libs for Qt and Gnome,
this would be a better location than a separate libkbanking deb.

 I couldn't find kmymoney2-0.9, has it been released yet or is it still being 
 cooked in cvs?

Yes, sorry, I got that version from CVS. Official stable release is 0.8.

Christoph


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



Bug#333283: xjewel: remove score file in prerm, not postrm

2005-10-11 Thread Joey Hess
Lars Wirzenius wrote:
 xjewel removes its score file in postrm when the package is purged.
 dpkg, however, wants to remove the directory (/var/games) before postrm
 runs, so I guess the removal should happen in prerm instead, so that the
 directory is empty when dpkg wants to remove it.

prerms are not run with the purge parameter. The best I can do is rmdir
-p --ignore-fail-on-non-empty the score file directory in the postrm.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#232082: gopchop in debian?

2005-10-11 Thread Kees Cook
All the changes look fine to me.  John already has CVS access, so I 
think we're good to go.  :)

-- 
Kees Cook@outflux.net


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



Bug#333391: ARB crashing when trying to write files larger 2GB

2005-10-11 Thread Elmar Pruesse
Package: arb
Version: arb/0.0.20050506-2
Severity: normal

When exporting large amounts of sequence from ARB the export file
becomes larger than 2GB. ARB receives a SIGXFSZ and dumps its core.

Adding $(shell getconf LFS_CFLAGS) to the makefile made it work for me.

(You will need to have either large amounts of memory or large amounts
of swap and patience)

--- arb_debian/arb-0.0.2005052/Makefile 2005-10-11
19:17:53.428009137 +0200
+++ arb_debug/arb-0.0.20050526/Makefile 2005-09-26
11:42:00.866442000 +0200
@@ -164,7 +164,7 @@
 #* Linux and gcc enviroments *
 ifdef LINUX

-   LINUX_SPECIALS = -DNO_REGEXPR -DGNU $(shell getconf LFS_CFLAGS)
+   LINUX_SPECIALS = -DNO_REGEXPR -DGNU
SITE_DEPENDEND_TARGETS = perl
CPP := $(CPP) $(LINUX_SPECIALS) $(extended_warnings)
$(extended_cpp_warnings)
ACC := $(ACC) $(LINUX_SPECIALS) $(extended_warnings)


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



Bug#333138: [Pkg-shadow-devel] Bug#333138: chfn behaves bogusly when either fd 0, 1 or 2 is not a tty

2005-10-11 Thread Alexander Gattin
retitle 333138 chfn/chsh: no prompt when stdout is a tty while stdin isn't
severity 333138 wishlist
thanks

Hi!

On Tue, Oct 11, 2005 at 10:48:36AM +0200, Robert Millan wrote:
 No, there's a bug that needs fixing.

No, there's only 1 BTW very common issue which does not
need any fixing IMNSHO.

Interactive operation works, cmdline operation works.
What else? Nobody promised operating in semi- or
improperly emulated interactive modes (proper
emulation is achieved with expect, python-expect,
libexpect-perl or alike).

Citing `man expect`:
For example, here are some things Expect can do:
   ...
   *   Run fsck, and in response to its  questions,  answer  yes,
   no  or  give  control  back to you, based on predetermined
   criteria.
   ...
   *   Carry environment variables, current directory, or any  kind
   of information across rlogin, telnet, tip, su, chgrp, etc.
 
There  are  a  variety  of  reasons  why the shell cannot perform these
tasks.  (Try, you’ll see.)  All are possible with Expect.
please consider what's stated there.

 And as said before the fix is as simple as adding an fflush call.

Yes, it's my words.

 Did you see the patch I just sent?

I personally (we all?) didn't see any patch from you,
although, well, today _I_ am actually experimenting
with shadow hacked with my own patches which among
others include a workaround for this issue you suffer
from.

But this insertion of fflush() here and there without
any defined plan etc. is just chaotic patching/fixing,
it won't resolve the conceptual issues -- and even with
shadow patched to its furthest limits, you would
still require to use smth. expect-like for your
purposes, becaue there are still awk/grep/sed (*) and
other old good :/ Unix utils besides shadow suite...

(*) http://suxx.kak-sam.to/awkgrep.jpg

-- 
WBR,
xrgtn



Bug#333392: ITP: rkward -- A KDE frontend to the R statistics language

2005-10-11 Thread Thomas Friedrichsmeier
Package: wnpp
Severity: wishlist
Owner: Thomas Friedrichsmeier [EMAIL PROTECTED]


* Package name: rkward
  Version : 0.3.3
  Upstream Author : Thomas Friedrichsmeier [EMAIL PROTECTED]
* URL : http://www.example.org/
* License : GPL
  Description : A KDE frontend to the R statistics language

Description: A KDE frontend to the R statistics language
 RKWard is meant to become an easy to use, transparent frontend to the 
R-language, a very powerful, yet hard-to-get-into scripting-language with a 
strong focus on statistic functions. It will not only provide a convenient  
user-interface, however, but also take care of seamless integration with an  
office-suite. Practical statistics is not just about calculating, after all, 
but also about documenting and ultimately publishing the results.
 RKWard is still in early development status.

Homepage: http://rkward.sourceforge.net
Downloads: http://sourceforge.net/project/showfiles.php?group_id=50231
CVS instructions: http://sourceforge.net/cvs/?group_id=50231

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#333386: failed to build the second time, missing cleans?

2005-10-11 Thread Tommaso Moroni
Hi Steffen,

On Tue, Oct 11, 2005 at 07:21:28PM +0200, Steffen Joeris wrote:
[snip]
 The package failed to build the second time. I deleted the po/de.gmo file,
 but it still failed to build the second time. I attached you the whole 
 build-log, this issue is not fixed in the patch I sent you and now I am right 
 busy sorry.

Don't worry: I'm going to look at the problem as soon as possible.
Anyway, thank you for your bug report; your contribution is appreciated!



Regards,
-- 
Tommaso Moroni
[EMAIL PROTECTED]


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



Bug#257139: kdesktop: fixed

2005-10-11 Thread Mathijs Romans

Package: kdesktop
Version: 4:3.4.2-3
Followup-For: Bug #257139

This bug has been fixed in KDE 3.4




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



Bug#333393: maxima: FTBFS on powerpc

2005-10-11 Thread Thomas Bushnell BSG

Package: maxima
Version: 5.9.1-12
Severity: critical

Maxima FTBFS on powerpc.  This is currently holding back some C++
shared library transition work (in particular for libgmp3).

See
http://buildd.debian.org/fetch.php?pkg=maximaver=5.9.1-12arch=powerpcstamp=1128709716file=logas=raw.

Thomas


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



Bug#333138: [Pkg-shadow-devel] Bug#333138: chfn behaves bogusly when either fd 0, 1 or 2 is not a tty

2005-10-11 Thread Robert Millan
On Tue, Oct 11, 2005 at 08:47:08PM +0300, Alexander Gattin wrote:
 
 No, there's only 1 BTW very common issue which does not
 need any fixing IMNSHO.
 
 Interactive operation works, cmdline operation works.
 What else? Nobody promised operating in semi- or
 improperly emulated interactive modes (proper
 emulation is achieved with expect, python-expect,
 libexpect-perl or alike).

I don't understand why you mention expect.  This program is intended to solve
more complex problems than this one.

 I personally (we all?) didn't see any patch from you,

It's in the bug log.  But it's just a one-liner based on the code lines you
quoted, so it's not really worth searching for it..

 although, well, today _I_ am actually experimenting
 with shadow hacked with my own patches which among
 others include a workaround for this issue you suffer
 from.

That's nice to hear.

 But this insertion of fflush() here and there without
 any defined plan etc. is just chaotic patching/fixing,
 it won't resolve the conceptual issues -- and even with
 shadow patched to its furthest limits, you would
 still require to use smth. expect-like for your
 purposes, becaue there are still awk/grep/sed (*) and
 other old good :/ Unix utils besides shadow suite...

These utilities are general purpose and not specificaly intended to obtain
input from the user.  In case a script invokes them with this purpose, it is
the responsability of such script to ensure that question prompts are flushed
out before reading from stdin is attempted.

 (*) http://suxx.kak-sam.to/awkgrep.jpg

Heh, funny.

-- 
Robert Millan
--- shadow-4.0.12.old/libmisc/fields.c  2005-06-14 22:27:35.0 +0200
+++ shadow-4.0.12/libmisc/fields.c  2005-10-11 07:58:57.0 +0200
@@ -71,6 +71,7 @@
maxsize = sizeof (newf);

printf (\t%s [%s]: , prompt, buf);
+   fflush (stdout);
if (fgets (newf, maxsize, stdin) != newf)
return;


Bug#333246: during configuration of XFree86 for VMwareTools '(EE) xf86OpenSerial: Cannot open device /dev/input/mice' occured

2005-10-11 Thread Dieter Baier / e3




Hi Martin,

after I installed the kernel-header-files I could find something of
mousedev and psmous. But I don't know if I really load them. And if
not, how to load them. In fact I receive some error during booting
because of something might be wrong with 'mice'. On /dev/input I can se
a mice-entry. But it seems not to be a file nor a directory. The first
character (on a ls -l) shows me a c. What does this mean?

Yes, you are right: I'm trying to run debian (and XFree86) inside VMwar
5.

Thank you so far, Dieter

Martin Michlmayr wrote:

  * Dieter Baier [EMAIL PROTECTED] [2005-10-11 06:06]:
  
  
Package: VMwareTools
Version: 5.0.0-13124

  
  
You're basically running XFree86 inside VMware, right?

Anyway, are you loading the mousedev and psmouse modules?  I think one
of them creates /dev/input/mice

  





Bug#333394: konqueror: Open Folder in Tabs causes bookmarked tabs to be open in reverse order

2005-10-11 Thread Oleksandr Moskalenko
Package: konqueror
Version: 4:3.4.2-3
Severity: normal

When a set of tabs is bookmarked as a folder, konqueror is restarted, and
that folder is opened as tabs the original tab order is reversed. This is
quite unpleasant for me as I use a specific tab order for various web
applications I need to keep open all the time and is logically a bug since the
original order should be preserved in any case or an option should be given
for choosing the new order.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-20050829-mrb319
Locale: LANG=uk_UA.KOI8-U, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages konqueror depends on:
ii  kcontrol  4:3.4.2-3  control center for KDE
ii  kdebase-kio-plugins   4:3.4.2-3  core I/O slaves for KDE
ii  kdelibs4c24:3.4.2-4  core libraries for all KDE applica
ii  kdesktop  4:3.4.2-3  miscellaneous binaries and files f
ii  kfind 4:3.4.2-3  file-find utility for KDE
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libaudio2 1.7-3  The Network Audio System (NAS). (s
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libfam0c102 [libfam0] 2.7.0-7client library to control the FAM 
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.2-2  GCC support library
ii  libice6   6.8.2.dfsg.1-8 Inter-Client Exchange library
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libkonq4  4:3.4.2-3  core libraries for Konqueror
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libqt3-mt 3:3.3.5-1  Qt GUI Library (Threaded runtime v
ii  libsm66.8.2.dfsg.1-8 X Window System Session Management
ii  libstdc++64.0.2-2The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-8 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.8.2.dfsg.1-8 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxi66.8.2.dfsg.1-8 X Window System Input extension li
ii  libxinerama1  6.8.2.dfsg.1-8 X Window System multi-head display
ii  libxrandr26.8.2.dfsg.1-8 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  libxt66.8.2.dfsg.1-8 X Toolkit Intrinsics
ii  xlibs 6.8.2.dfsg.1-8 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

konqueror recommends no packages.

-- no debconf information


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



Bug#333395: request-tracker3.4: failed upgrade

2005-10-11 Thread Nicolas Bertrand
Package: request-tracker3.4 

I am have request tracker 3.0.11 (request-tracker3 debian package) on one 
server running Debian Sarge (stable branch). I have taken steps towards 
upgrading RT3 to version 3.4.

I have followed the recommendations in 
/usr/share/doc/request-tracker3.4/README.Debian:
for x in /etc/request-tracker3.4/upgrade/*; do \
 for y in schema acl insert; do \
/usr/sbin/rt-setup-database-3.4 --action $y --datadir $x \
  --dba rtuser --dba-password wibble; \
 done;\
  done;

I have now got an RT system that has tickets' information and emailing the 
queues result in some blank emails.

Thanks for your assistance,

Nicolas




Bug#333396: kcheckgmail: error in desktop file

2005-10-11 Thread Laurent Bonnaud
Package: kcheckgmail
Version: 0.5.4-1
Severity: normal


Hi,

here is the problem:

# update-desktop-database
Could not parse file '/usr/share/applications/kde/kcheckgmail.desktop': desktop 
entry contain unknown encoding 'UTF-8


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (100, 'unstable'), (99, 'experimental'), (98, 'breezy')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages kcheckgmail depends on:
ii  kdebase-bin  4:3.4.2-3   core binaries for the KDE base mod
ii  kdelibs4c2   4:3.4.2-4   core libraries for all KDE applica
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libaudio21.7-3   The Network Audio System (NAS). (s
ii  libc62.3.5-6 GNU C Library: Shared libraries an
ii  libfontconfig1   2.3.2-1 generic font configuration library
ii  libfreetype6 2.1.10-1FreeType 2 font engine, shared lib
ii  libgamin0 [libfa 0.1.5-2 Client library for the gamin file 
ii  libgcc1  1:4.0.2-2   GCC support library
ii  libice6  6.8.99.900.dfsg.1-0pre1 Inter-Client Exchange library
ii  libidn11 0.5.18-1GNU libidn library, implementation
ii  libjpeg626b-10   The Independent JPEG Group's JPEG 
ii  libpng12-0   1.2.8rel-5  PNG library - runtime
ii  libqt3-mt3:3.3.5-1   Qt GUI Library (Threaded runtime v
ii  libsm6   6.8.99.900.dfsg.1-0pre1 X Window System Session Management
ii  libstdc++6   4.0.2-2 The GNU Standard C++ Library v3
ii  libx11-6 6.8.99.900.dfsg.1-0pre1 X Window System protocol client li
ii  libxcursor1  1.1.3-1 X cursor management library
ii  libxext6 6.8.99.900.dfsg.1-0pre1 X Window System miscellaneous exte
ii  libxft2  2.1.7-1 FreeType-based font drawing librar
ii  libxi6   6.8.99.900.dfsg.1-0pre1 X Window System Input extension li
ii  libxinerama1 6.8.99.900.dfsg.1-0pre1 X Window System multi-head display
ii  libxrandr2   6.8.99.900.dfsg.1-0pre1 X Window System Resize, Rotate and
ii  libxrender1  1:0.9.0+CVS20050919-2   X Rendering Extension client libra
ii  libxt6   6.8.99.900.dfsg.1-0pre1 X Toolkit Intrinsics
ii  xlibs6.8.99.900.dfsg.1-0pre1 X Window System client libraries m
ii  zlib1g   1:1.2.3-4   compression library - runtime

kcheckgmail recommends no packages.

-- no debconf information


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



Bug#327087: D'oh

2005-10-11 Thread Christoffer Sawicki
Thanks Steve,

Sorry for not closing this bug myself. My SMTP server ate all mail during a 
period and I forgot to close this bug again after I'd noticed.

*/ Christoffer Sawicki [EMAIL PROTECTED]


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



Bug#329686: Processed: Re: Bug#329686: FTBFS: fails to detect libkrb5

2005-10-11 Thread Martin Pitt
Hi Sam!

Sam Hartman [2005-10-09 16:56 -0400]:
 Hi.  I cannot reproduce this.  My desktop is a powerpc machine and I
 build all my packages (including ones that depend on krb5) on it just
 fine.

Odd. Then why is postgresql-8.0 on powerpc building fine on Ubuntu,
but not on the Debian buildds? Do you happen to use a locally built
krb5 package on your desktop?

Thanks for investigating,

Martin

-- 
Martin Pitthttp://www.piware.de
Ubuntu Developer   http://www.ubuntu.com
Debian Developer   http://www.debian.org

In a world without walls and fences, who needs Windows and Gates?


signature.asc
Description: Digital signature


Bug#333058: Issue resolved, still an issue for the Debian installer

2005-10-11 Thread Jon Levin
This is embarrassing, yet I feel that the Debian installer needs some 
work. I created a /boot partition and labeled it /boot. Common sense 
would lead one to think that this would also trigger the boot flag on 
that partition. If not, then I would assume that using /dev/hda would 
install to the mbr and this would not be an issue. Installing to the mbr 
failed just the same as providing a /boot partition.


This makes the install quite user unfriendly. I am a 8 year veteran of 
Linux and have done at least a thousand installs. Admittedly, not with 
debian or ubuntu. This happened both with Debian and Ubuntu.


I have also done successful Debian Sarge installs recently, therefore 
even I at one time realized that the bootable flag needed to be 
triggered then. Just not now.


I do find this brain dead on my part, yet also not user friendly for the 
common noob as well.


I feel that this ticket should be sent back to debian installer group 
for further development.


Thank you to all volunteers for your great hard work!

Jon


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



Bug#333283: xjewel: remove score file in prerm, not postrm

2005-10-11 Thread Lars Wirzenius
ti, 2005-10-11 kello 13:36 -0400, Joey Hess kirjoitti:
 prerms are not run with the purge parameter. The best I can do is rmdir
 -p --ignore-fail-on-non-empty the score file directory in the postrm.

Er, yes, you're right, I'm wrong, and I should have known better.
Anyway, thanks for the quick fix!

-- 
The most difficult thing in programming is to be simple and
straightforward.


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



Bug#333324: mldonkey: several new upstream releases available

2005-10-11 Thread Sylvain LE GALL
Hello,

On Tue, Oct 11, 2005 at 01:22:17PM +0200, Florian Ernst wrote:
 Package: mldonkey
 Severity: wishlist
 
 Hello Sylvain,
 
 if I interpret http://savannah.nongnu.org/download/mldonkey/
 correctly then there are several new upstream releases available.
 
 As of the time of writing the 2.5 branch made it to 2.5.30.9
 (23-Apr-2005) and there's even a 2.6 branch. Your debian/watch doesn't
 get those version as uscan doesn't seem to care about multiple lines.

New upstream is already packaged, i send an RFS (request for sponsor)
yesterday. For now, you can find the .deb at:
http://sylvain.le-gall.net/debian-public/

The watch file has been updated to list the most recent versions...

Kind regard
Sylvain Le Gall


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



Bug#333395: request-tracker3.4: failed upgrade

2005-10-11 Thread Brett George
Nicolas Bertrand wrote:
 Package: request-tracker3.4 
 
 I am have request tracker 3.0.11 (request-tracker3 debian package) on one 
 server running Debian Sarge (stable branch). I have taken steps towards 
 upgrading RT3 to version 3.4.
 
 I have followed the recommendations in 
 /usr/share/doc/request-tracker3.4/README.Debian:
 for x in /etc/request-tracker3.4/upgrade/*; do \
  for y in schema acl insert; do \
 /usr/sbin/rt-setup-database-3.4 --action $y --datadir $x \
   --dba rtuser --dba-password wibble; \
  done;\
   done;
 
 I have now got an RT system that has tickets' information and emailing the 
 queues result in some blank emails.
 
 Thanks for your assistance,
 
 Nicolas

It sounds like the mailgateway hasn't been configured correctly. Have
you updated alternatives as well?

Brett


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



Bug#333182: debarchiver: Not able to sign Release with gpg-key without passphrase

2005-10-11 Thread Daniel Leidert
Am Dienstag, den 11.10.2005, 08:15 +0200 schrieb Ola Lundqvist: 
 On Mon, Oct 10, 2005 at 10:14:52PM +0200, Daniel Leidert wrote:

[..] 
  Then there is a bug in generateRelease(). The code is as follows
  
if ($gpgkey) {
  cmdaction($signcmd '$path/Release' '$path/Release.gpg' .
'$gpgkey' '$gpgpassfile',
Signing Release file for $path with key '$gpgkey',
3);
}
  
  But now the problem is, that if there is no gpgpassfile defined in
  /etc/debarchiver.conf (e.g. the variable is commented out and not set to
  ), gpgpassfile is set to null:
  
if ($gpgpassfile) {
  $gpgpassfile = 0 if (! -f $gpgpassfile);
}
[..] 
 Do you have a patch or do you want me to simply make the changes myself?

Pleaes check the attached patch. It works perfectly for me. It tries to
make a fallback if $gpgpassfile is NULL or if the value is a
non-existing file.

This should do.

Regards, Daniel
--- /home/dl/debarchiver.pl	2005-10-11 20:07:59.0 +0200
+++ /usr/bin/debarchiver	2005-10-11 20:05:46.0 +0200
@@ -74,9 +74,6 @@ $userconfigfile = $ENV{HOME}/.debarchiv
 $signcmd = /usr/lib/debarchiver/signhelper;
 $bzip = 0;
 $gpgpassfile = $ENV{HOME}/.gnupg/passphrase;
-if ($gpgpassfile) {
-	$gpgpassfile = 0 if (! -f $gpgpassfile);
-}
 
 ###
 ## DECLARATION 
@@ -226,6 +223,21 @@ if (-e $inputconfigfile) {
 }
 
 ###
+# CHECKS ##
+###
+# Changelog:
+#  2005-10-11 Daniel Leidert [EMAIL PROTECTED]
+#	Written
+
+if ($gpgpassfile) {
+	$gpgpassfile =  if (! -f $gpgpassfile);
+}
+else {
+	$gpgpassfile = ;
+}
+
+
+###
 # HELP 
 ###
 # Changelog:


Bug#333397: Package: installation-reports

2005-10-11 Thread Robert Wildenrath
Package: installation-reports

INSTALL REPORT

Debian-installer-version: Oct 6  http://cdimage.debian.org/pub/weekly/i386/
uname -a: Linux bb 2.4.27-2-386 #1 Thu Jan 20 10:55:08 JST 2005 i686 GNU/Linux
Date: Oct  8 12:43:19 
Method: I downloaded and burnt debian-testing-i386-binary-1.iso. Installation 
with only this one CD. 

Machine: self assembled PC. Mainbord K7S5A; 512 MB DDR-Ram; SCSSI-Controller 
ADAPTEC AHA-2940U/UW/D; 
one 80GB 
SCSI:
one CR-ROM: IBM CDRM00203 !K Rev: 1.02 
two HD: IBM DDRS-34560W Rev: S71D (4GB); IBM DRHS36D Rev: 0270 (18GB)
Debia testing ist installed on DDRS-34560W
Processor:Athlon 2GB
Memory: 512 MB DDR
Root Device: IDE?  SCSI?  Name of device?
Root Size/partition table:  Feel free to paste the full partition
  table, with notes on which partitions are mounted where.
Output of lspci and lspci -n:
:00:00.0 Host bridge: Silicon Integrated Systems [SiS] 735 Host (rev 01)
:00:01.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI 
bridge (AGP)
:00:02.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 (LPC 
Bridge)
:00:02.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 
Controller (rev 07)
:00:02.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 
Controller (rev 07)
:00:02.5 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev 
d0)
:00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] 
Sound Controller (rev a0)
:00:0b.0 Ethernet controller: Realtek Semiconductor Co., Ltd. 
RTL-8139/8139C/8139C+ (rev 10)
:00:0d.0 SCSI storage controller: Adaptec AHA-2940U/UW/D / AIC-7881U
:01:00.0 VGA compatible controller: nVidia Corporation: Unknown device 
0343 (rev a1)

:00:00.0 0600: 1039:0735 (rev 01)
:00:01.0 0604: 1039:0001
:00:02.0 0601: 1039:0008
:00:02.2 0c03: 1039:7001 (rev 07)
:00:02.3 0c03: 1039:7001 (rev 07)
:00:02.5 0101: 1039:5513 (rev d0)
:00:02.7 0401: 1039:7012 (rev a0)
:00:0b.0 0200: 10ec:8139 (rev 10)
:00:0d.0 0100: 9004:8178
:01:00.0 0300: 10de:0343 (rev a1)


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

Initial boot worked:[E]
Configure network HW:   [O]
Config network: [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Create file systems:[O]
Mount partitions:   [O]
Install base system:[O]
Install boot loader:[E]
Reboot: [O]

Comments/Problems: 
Installing with Kernel 2.6 failed. Installing the boot loader stopped with 
Suche nach weiteren Betriebssystemen. Installation with kernel 2.4 run 
without any problem. Up to now I tried only sarge. I probed Debian 
'testing' (etch) first time. I do not trust very well the used CD-drive. This 
drive starts the CD without the (red) Debian logo. May be that this does not 
work properly, but only kernel 2.6 causes the problems. 

The installation runs pretty well. I'm used to use fixed IP-adresses. I have 
to go back to fill in the numbers. Unfortunately sometimes the installation 
than changes into the expert mode. May be that is one failor of mine.  

cheers
Robert


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



Bug#323512: FTBFS: Unable to find libstdc++.a.2.10.0

2005-10-11 Thread Lennert Buytenhek
debian/rules.defs:
DEB_HOST_GNU_SYSTEM  := $(shell dpkg-architecture -qDEB_HOST_GNU_SYSTEM)

debian/rules2:
ifeq ($(DEB_HOST_GNU_SYSTEM),linux)
  lib_arlib = 
libstdc++-$(LIBSTDCXX_IF)$(LIBC_IF)$(CXX_IF)-$(lib_version).a
  lib_marlink   = libstdc++$(LIBC_IF)$(CXX_IF).a.$(LIBSTDCXX_IF)
  [...]
else
  lib_arlib = libstdc++.a.$(lib_version)
  lib_marlink   =
  [...]
endif

But:
# dpkg-architecture -qDEB_HOST_GNU_SYSTEM
linux-gnu
# 




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



Bug#333189: jpilot: please add the option to start the week with Monday

2005-10-11 Thread Ludovic Rousseau
Le Monday 10 October 2005 à 22:38:50, David Andel a écrit:
 It just happened to me the second time to miss an appointment just because
 jpilot starts the week with Sunday and so I was sure my app was on Tuesday!
 Damn!
 Could you include an option to start the week with Monday PLEASE!

No, I can't. It is a limitation of GTK2.
See Debian bug #265277 for more information.

The solution is to use a locale in which the first day of week is
monday. It is the case with the LANG=fr_FR for example.

Bye,

-- 
 Dr. Ludovic Rousseau[EMAIL PROTECTED]
 -- Normaliser Unix c'est comme pasteuriser le camembert, L.R. --



Bug#325644: keychain error 'ssh_askpass: exec(/usr/bin/ssh-askpass): No such file or directory'

2005-10-11 Thread Barry Hawkins
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Cesar Mendoza wrote:
 Hi,
 
 Can you please verify if after upgrading to openssh 1:4.1p1-7 keychain 
 now works as expected without the --nogui option.
[...]
Sorry for the delay; if I remove --nogui from the invocation of
keychain in my .bash_profile, a GUI dialog still pops up as before.  I
have the following versions of openssh-client and ssh-askpass installed:

$ dpkg -l openssh-client
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  openssh-client 4.2p1-5Secure shell client, an rlogin/rsh/rcp
repla

$ dpkg -l ssh-askpass
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err:
uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  ssh-askpass1.2.4.1-3  under X, asks user for a passphrase
for ssh-

I noticed there is an ssh-askpass-gnome with a matching version
number to openssh-client when looking at the Suggests list for
ssh-askpass in openssh-client.  I removed ssh-askpass and installed
ssh-askpass-gnome to test the behavior.  When I remove the --nogui
option in .bash_profile, a prettier GNOME GUI dialog pops up and has me
enter the password in a text box.  So, for me on unstable, removing
- --nogui still invokes the GUI dialog by default.
Let me know what further testing and/or information I can provide
you to help with this.  Also, thanks for your work in Debian.

Regards,
- --
Barry Hawkins
site: www.bytemason.org
weblog: www.yepthatsme.com

Registered Linux User #368650
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFDTAi1HuKcDICy0QoRAiirAJwOFH4nDUJfGzi/EzlTgHEIYvW6aACcCEFg
JXbhK73G83imNv5BPSL6OyM=
=V6O0
-END PGP SIGNATURE-


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



Bug#333308: tex-common: doesn't purge cleanly

2005-10-11 Thread Lars Wirzenius
ti, 2005-10-11 kello 14:37 +0200, Frank Küster kirjoitti:
 Lars Wirzenius [EMAIL PROTECTED] wrote:
 
  Package: tex-common
  Version: 0.7
 
  tex-common doesn't purge quite cleanly. It leaves an ls-R file
  in /usr/local/share/texmf, and calls ucf in postrm, which leads to ucf
  not purging cleanly either, when tex-common is installed. I suspect that
  calling ucf in prerm would work better, but haven't tested.
 
 Do you have a log of the piuparts run (or whatever tool you used)?  I
 don't understand the problems that calling ucf in postrm causes.  

postrm can't rely on non-essential packages when being called during
purge (policy 7.2). Specifically, dpkg gives no guarantee that any
packages being depended on exist anymore on the system, meaning that ucf
might not be there. This is what happens to happen with piuparts (well,
I tried to make piuparts cause it to happen). I've attached the log, in
case it clarifies things.

(I'd be happy to explain any parts of the log that may be unclear.)

 And calling it in prerm can't be a solution, since prerm is not called at
 all upon purge. 

Yes, I was wrong about that, sorry.

-- 
One does not see anything until one sees its beauty. -- O.W.
Start: 2005-10-10 22:26:38 UTC

Package: tex-common
Priority: optional
Section: tex
Installed-Size: 476
Maintainer: teTeX maintainers debian-tetex-maint@lists.debian.org
Architecture: all
Version: 0.7
Replaces: tetex-base (= 3.0-7)
Depends: ucf, debconf
Conflicts: tetex-bin (= 3.0-4), tetex-base (= 3.0-3)
Filename: pool/main/t/tex-common/tex-common_0.7_all.deb
Size: 54664
MD5sum: ac42b00cfbfece8668141a433d830ebe
Description: Common infrastructure for using and building TeX in Debian
 This package contains a number of scripts and common configuration
 files that are needed to install a TeX System, either teTeX or
 TeX-Live.
 .
 It also contains some files used when creating tetex packages from
 the Debian source packages, and which allow a synchronisation between
 the two source packages of teTeX (tetex-base and tetex-bin) and
 tex-live.

Executing: python piuparts.py -d etch -m http://liw.iki.fi/debian -b etch.tar.gz -a tex-common
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.11-in-development starting up.
0m0.0s INFO: Command line arguments: piuparts.py -d etch -m http://liw.iki.fi/debian -b etch.tar.gz -a tex-common
0m0.0s DEBUG: Created temporary directory /tmp/tmpTZbIYF
0m0.0s DEBUG: Unpacking etch.tar.gz into /tmp/tmpTZbIYF
0m0.0s DEBUG: Starting command: tar -C '/tmp/tmpTZbIYF' -zxf 'etch.tar.gz'
0m3.7s DEBUG: Command ok: tar -C '/tmp/tmpTZbIYF' -zxf 'etch.tar.gz'
0m3.7s DEBUG: Starting command: chroot /tmp/tmpTZbIYF apt-get update
0m3.7s DUMP:   Hit http://liw.iki.fi etch/main Packages
0m3.7s DUMP:   Hit http://liw.iki.fi etch/main Release
0m3.7s DUMP:   Reading Package Lists...
0m3.7s DEBUG: Command ok: 'chroot /tmp/tmpTZbIYF apt-get update'
0m3.7s DEBUG: Starting command: chroot /tmp/tmpTZbIYF apt-get clean
0m3.7s DEBUG: Command ok: 'chroot /tmp/tmpTZbIYF apt-get clean'
0m3.9s DEBUG: Starting command: chroot /tmp/tmpTZbIYF dpkg --get-selections '*'
0m3.9s DUMP:   adduser		install
0m3.9s DUMP:   apt		install
0m3.9s DUMP:   apt-utils	install
0m3.9s DUMP:   aptitude	install
0m3.9s DUMP:   base-config	install
0m3.9s DUMP:   base-files	install
0m3.9s DUMP:   base-passwd	install
0m3.9s DUMP:   bash		install
0m3.9s DUMP:   bsdmainutils	install
0m3.9s DUMP:   bsdutils	install
0m3.9s DUMP:   console-common	install
0m3.9s DUMP:   console-data	install
0m3.9s DUMP:   console-tools	install
0m3.9s DUMP:   coreutils	install
0m3.9s DUMP:   cpio		install
0m3.9s DUMP:   cron		install
0m3.9s DUMP:   debconf		install
0m3.9s DUMP:   debconf-i18n	install
0m3.9s DUMP:   debianutils	install
0m3.9s DUMP:   dhcp-client	install
0m3.9s DUMP:   diff		install
0m3.9s DUMP:   dmidecode	install
0m3.9s DUMP:   dpkg		install
0m3.9s DUMP:   dselect		install
0m3.9s DUMP:   e2fslibs	install
0m3.9s DUMP:   e2fsprogs	install
0m3.9s DUMP:   ed		install
0m3.9s DUMP:   fdutils		install
0m3.9s DUMP:   findutils	install
0m3.9s DUMP:   gcc-3.3-base	install
0m3.9s DUMP:   gcc-4.0-base	install
0m3.9s DUMP:   gettext-base	install
0m3.9s DUMP:   grep		install
0m3.9s DUMP:   groff-base	install
0m3.9s DUMP:   gzip		install
0m3.9s DUMP:   hostname	install
0m3.9s DUMP:   ifupdown	install
0m3.9s DUMP:   info		install
0m3.9s DUMP:   initscripts	install
0m3.9s DUMP:   iptables	install
0m3.9s DUMP:   iputils-ping	install
0m3.9s DUMP:   klogd		install
0m3.9s DUMP:   laptop-detect	install
0m3.9s DUMP:   libacl1		install
0m3.9s DUMP:   libattr1	install
0m3.9s DUMP:   libblkid1	install
0m3.9s DUMP:   libc6		install
0m3.9s DUMP:   libcap1		install
0m3.9s DUMP:   libcomerr2	install
0m3.9s DUMP:   libconsole	

Bug#333354: gpdf doesn't show pdf files but remains empty

2005-10-11 Thread Filip Van Raemdonck
severity 54 normal
thanks

On Tue, Oct 11, 2005 at 04:02:12PM +0200, CAiRO wrote:
 
 When I try to open a pdf file in gpdf, it fails with the following message on 
 console:
 
 (gpdf:8780): Bonobo-CRITICAL **: bonobo_control_frame_control_activate: 
 assertion `frame-priv-control != CORBA_OBJECT_NIL' failed
 
 ** (gpdf:8780): WARNING **: Property bag access exception 'Unknown CORBA 
 exception id: 'IDL:omg.org/CORBA/INV_OBJREF:1.0''
 
 (gpdf:8780): Bonobo-CRITICAL **: bonobo_control_frame_control_activate: 
 assertion `frame-priv-control != CORBA_OBJECT_NIL' failed
 
 The gpdf window stays empty after trying to open a pdf file. So this error 
 makes gpdf unusable as I can't open any pdf file! (xpdf works fine on the 
 same system.)

This is usually a problem with bonobo rather than gpdf, triggered by
updating.

Please try logging out from the graphical environment, killing all
bonobo/gconf/other possibly related processes, and logging in again (or
alternatively restarting the computer). See if it still happens then.

Regards,

Filip

-- 
Did you know that if you play a Windows 2000 cd backwards, you will hear
 the voice of Satan?
 That's nothing!  If you play it forward, it'll install Windows 2000.
-- Robert Guthrie


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



Bug#333317: Message belongs to README.Debian / debconf abuse

2005-10-11 Thread Alexander Sack
On Tue, Oct 11, 2005 at 01:14:21PM +0200, Gürkan Sengün wrote:
 Package: mozilla-browser
 Version: 1.7.8-1sarge2
 Severity: important
 
 Please can you put the following message into README.Debian?
 
 Debian mozilla will load /etc/mozilla/prefs.js after loading some default
 preference scripts.
 
 You can edit this file for system-wide settings. (i.e.: font settings)


ok, I see the point about the README.Debian, but why do you see a
debconf abuse in it?

-- 
 GPG messages preferred. |  .''`.  ** Debian GNU/Linux **
 Alexander Sack  | : :' :  The  universal
 [EMAIL PROTECTED] | `. `'  Operating System
 http://www.jwsdot.com/  |   `-http://www.debian.org/


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



Bug#333399: ITP: libapache2-mod-cband -- An Apache 2 module for bandwidth limiting the webserver

2005-10-11 Thread Jonas Genannt
Package: wnpp
Severity: wishlist
Owner: Jonas Genannt [EMAIL PROTECTED]


* Package name: libapache2-mod-cband
  Version : 0.9.5
  Upstream Author : Lukasz Dembinski [EMAIL PROTECTED],
Sergey V. Beduev [EMAIL PROTECTED],
Kyle Poulter [EMAIL PROTECTED]
* URL : http://cband.linux.pl
* License : GPL
 Description : An Apache 2 module for bandwidth limiting the webserver

This Apache 2 module provided to solve the problem of limiting users'  and
virtualhosts' bandwidth usage. When a configured virtualhost's transfer
limit is exceeded, mod_cband will redirect all further requests to a
location specified in the configuration file.

-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)


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



Bug#333398: gnome: Weird behaviour of keyboard

2005-10-11 Thread Benjamin Piwowarski
Package: gnome
Severity: important


Having a laptop with a french keyboard and an USB keyboard with a
spanish one connected to it, I am experiencing weird problems with
the latter.
Everything is working well, except when I use the control key... Here is
the output of xev when pressing control + a:

KeyPress event, serial 26, synthetic NO, window 0x381,
root 0x48, subw 0x0, time 18122034, (315,444), root:(317,536),
state 0x4, keycode 24 (keysym 0x61, a), same_screen YES,
XLookupString gives 1 bytes: (01) 
XmbLookupString gives 1 bytes: (01) 
XFilterEvent returns: False

KeyRelease event, serial 29, synthetic NO, window 0x381,
root 0x48, subw 0x0, time 18122154, (315,444), root:(317,536),
state 0x2004, keycode 24 (keysym 0x71, q), same_screen YES,
XKeysymToKeycode returns keycode: 38
XLookupString gives 1 bytes: (11) 

This happens either with the french keyboard or the USB spanish one (only when 
I am in spanish keyboard, otherwise this works fine for the spanish keyboard)

I also tried to run KDE, and I experienced no problem.


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


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



Bug#333400: clamav: [INTL:sv] Swedish debconf templates translation

2005-10-11 Thread Daniel Nylander
Package: clamav
Severity: wishlist
Tags: patch l10n



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=ISO-8859-1)
# Translators, if you are not familiar with the PO format, gettext
# documentation is worth reading, especially sections dedicated to
# this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
# Some information specific to po-debconf are available at
# /usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
# Developers do not need to manually edit POT or PO files.
# , fuzzy
# 
# 
msgid 
msgstr 
Project-Id-Version: clamav 0.87-1\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2005-05-21 15:46-0400\n
PO-Revision-Date: 2005-10-12 21:14+0200\n
Last-Translator: Daniel Nylander [EMAIL PROTECTED]\n
Language-Team: Swedish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-1\n
Content-Transfer-Encoding: 8bit

#. Type: note
#. Description
#: ../clamav-freshclam.templates.master:3
msgid The use of mirrors.txt is no longer supported
msgstr Användning av mirrors.txt stöds inte längre

#. Type: note
#. Description
#: ../clamav-freshclam.templates.master:3
msgid 
During the transition to handling its mirror database through DNS, the 
clamav team dropped support for the 'mirrors.txt' config file.
msgstr 
Under övergången till hantering av spegeldatabaser genom DNS har clamav-teamet 

kastat ut stödet för konfigurationsfilen 'mirrors.txt'.

#. Type: note
#. Description
#: ../clamav-freshclam.templates.master:3
msgid 
If you have entered additional mirrors there, your file will be backed up 
as /var/lib/clamav/mirrors.txt.BACKUP.
msgstr 
Om du har angivit ytterligare speglar där kommer din fil att säkerhetskopieras 
som /var/lib/clamav/mirrors.txt.BACKUP.

#. Type: note
#. Description
#: ../clamav-freshclam.templates.master:3
msgid 
If your file was modified, your old mirrors (which may be way too many) will 
be added to the new /etc/clamav/freshclam.conf configuration file, using the 
DatabaseMirror keyword. Please examine freshclam.conf carefully after the 
update is through.
msgstr 
Om din fil har modifierats kommer dina gamla speglar (som kan vara alldeles 
för många) att 
läggas till i den nya konfigurationsfilen /etc/clamav/freshclam.conf under 
nyckelordet DatabaseMirror. 
Kontrollera freshclam.conf noga efter uppdateringen så att allt stämmer.

#. Type: select
#. Choices
#: ../clamav-freshclam.templates.master:17
msgid daemon, ifup.d, cron, manual
msgstr daemon, ifup.d, cron, manuellt

#. Type: select
#. Description
#: ../clamav-freshclam.templates.master:19
msgid Virus database update method:
msgstr Metod för uppdatering av virusdatabasen:

#. Type: select
#. Description
#: ../clamav-freshclam.templates.master:19
msgid Please choose the method for virus database updates.
msgstr Välj en metod för uppdatering av virusdatabasen.

#. Type: select
#. Description
#: ../clamav-freshclam.templates.master:19
msgid 
 daemon : freshclam is running as a daemon all the time. You should choose\n
  this option if you have a permanent network connection.\n
 ifup.d : freshclam will be running as a daemon as long as your Internet\n
  connection is up. Choose this one if you have a dialup Internet\n
  connection and don't want freshclam to initiate new connections.\n
 cron   : freshclam is started from cron. Choose if you want full control\n
  of when the database is updated.\n
 manual : No automatic invocation of freshclam. This is not recommended,\n
  as clamav's database is constantly updated.
msgstr 
 daemon :   freshclam körs som en daemon hela tiden. Du bör välja\n
denna om du har en permanent nätverksuppkoppling.\n
 ifup.d :   freshclam kommer att köras som en daemon så längre som din\n
Internet förbindelse är igång. Välj denna om du har en uppringd\n
förbindelse och inte vill att freshclam ska skapa nya 
uppkopplingar.\n
 cron : freshclam startas från cron. Välj denna om du vill ha full 
kontroll\n
när databasen ska uppdateras.\n
 manuellt : Ingen automatiskt uppdatering av freshclam. Detta är inte\n
rekommanderat eftersom clamav's databas uppdateras ofta.

#. Type: select
#. Description
#: ../clamav-freshclam.templates.master:36
msgid Local database mirror site:
msgstr Lokal databas spegelsajt:

#. Type: select
#. Description
#: ../clamav-freshclam.templates.master:36
msgid Please select the closest local mirror site.
msgstr Välj den närmaste lokala spegelsajten.

#. Type: select
#. Description
#: ../clamav-freshclam.templates.master:36
msgid 
Freshclam updates its database from a world wide network of mirror sites.  
Please select the mirror closest to you.  If you leave it at the default 

Bug#286191: UAE build (Was: Bug#190258: please upload a new uae package with this patch applied, so it don't get removed from the archive.)

2005-10-11 Thread Martin Samuelsson
Sven Luther @ 2005-09-12 (Monday), 13:27 (+0200)
 [...]
 
 I will try to do a powerpc build in a week or two, maybe in oldenbourg.

A month has passed, did you find the time to do so?
--
/Martin


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



Bug#332727: [Pkg-mediawiki-devel] Bug#332727: mediawiki: cherokee not included in debconf, apache* dependency only

2005-10-11 Thread Jens Körner
Hi,

Am 08. Oct 2005 schrieb Romain Beauxis: 

 So if you installed cherokee from its package, you may not encounter this bug.
 Can you provide more informations on this bug, because as for now, it should 
 be closed.

I installed cherokee with apt-get from testing source and it serves my
homepage since more than 7 months. Recognising the installation problem 
with mediawiki I tried to find out more about this on the cherokee
mailing list.

Here is the part from aptitude log,
[INSTALL, DEPENDENCIES] apache-common
[INSTALL, DEPENDENCIES] apache2-utils
[INSTALL, DEPENDENCIES] libapache-mod-php4
[INSTALL, DEPENDENCIES] libdbd-mysql-perl
[INSTALL, DEPENDENCIES] mysql-client
[INSTALL, DEPENDENCIES] mysql-server
[INSTALL, DEPENDENCIES] php4
[INSTALL, DEPENDENCIES] php4-mysql
[INSTALL] mediawiki

Answer to my question why that happend,

Quote
Most packages declare their dependency on 'apache | httpd', which
means Any web server (but Apache is the first on the list). Why?
Because that's what the maintainers have tested it against.

If you find a Web-based application which depends on Apache and cannot
be installed with any other Web server (and doesn't have a reason for
that - i.e., if it's a mod_perl application, it _is_ bound to Apache,
like it or not), please file a bug, as it should not depend on that
specific package.

Greetings,

--
Gunnar Wolf - [EMAIL PROTECTED]
/Quote

I'm sorry to say that I cannot help further because I purged
mediawiki.deb and installed the beta version of mediawiki (no .deb) 
to /var/www and found a solution to make it work with cherokee.

-

1.create a file (asuming DocumentRoot is where mediawiki has its main
tree, usually in debiansystems /usr/lib/mediawiki/)

##
## Virtual server for mediawiki
##
Directory /mediawiki {
  Handler common
  DocumentRoot /usr/lib/mediawiki/
}

2.copy that file to /etc/cherokee/sites-available/mediawiki

3.create a symlink from this directory to
/etc/cherokee/sites-enabled/mediawiki

4. chmod 640, chown www-data:www-data

5.restart cherokee

-

I hope that this will help a little

Best Regards 
Jens


signature.asc
Description: Digital signature


Bug#333182: debarchiver: Not able to sign Release with gpg-key without passphrase

2005-10-11 Thread Ola Lundqvist
Hello

On Tue, Oct 11, 2005 at 08:28:54PM +0200, Daniel Leidert wrote:
 Am Dienstag, den 11.10.2005, 08:15 +0200 schrieb Ola Lundqvist: 
  On Mon, Oct 10, 2005 at 10:14:52PM +0200, Daniel Leidert wrote:
 
 [..] 
   Then there is a bug in generateRelease(). The code is as follows
   
 if ($gpgkey) {
   cmdaction($signcmd '$path/Release' '$path/Release.gpg' .
 '$gpgkey' '$gpgpassfile',
 Signing Release file for $path with key '$gpgkey',
 3);
 }
   
   But now the problem is, that if there is no gpgpassfile defined in
   /etc/debarchiver.conf (e.g. the variable is commented out and not set to
   ), gpgpassfile is set to null:
   
 if ($gpgpassfile) {
   $gpgpassfile = 0 if (! -f $gpgpassfile);
 }
 [..] 
  Do you have a patch or do you want me to simply make the changes myself?
 
 Pleaes check the attached patch. It works perfectly for me. It tries to
 make a fallback if $gpgpassfile is NULL or if the value is a
 non-existing file.
 
 This should do.

Ok, looks good. Applying now.

Thanks a lot.

Regards,

// Ola

 Regards, Daniel



-- 
 --- Ola Lundqvist systemkonsult --- M Sc in IT Engineering 
/  [EMAIL PROTECTED]   Annebergsslingan 37\
|  [EMAIL PROTECTED]   654 65 KARLSTAD|
|  http://www.opal.dhs.org   Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---


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



Bug#333402: rhythmbox: audio/x-wav not supported

2005-10-11 Thread Daniel
Package: rhythmbox
Version: 0.8.8-13
Severity: normal

Hi, i have a few songs encoded in what file says is:
(01) Depeche Mode - I feel you.mp3: RIFF (little-endian) data, WAVE audio, MPEG 
Layer 3, stereo 44100 Hz

Rhythmbox shows these messages showing that x-wav is not supported:

[0x80f8170] [rb_shell_corba_handle_file] rb-shell.c:865 (21:20:15): handling 
uri: 
file:///home/tritt/Desktop/(01)%20Depeche%20Mode%20-%20I%20feel%20you.mp3
[0x80f8170] [rb_shell_corba_handle_file] rb-shell.c:880 (21:20:15): async 
adding uri: 
file:///home/tritt/Desktop/(01)%20Depeche%20Mode%20-%20I%20feel%20you.mp3
[0x8215e80] [rb_metadata_load] rb-metadata-gst.c:477 (21:20:15): loading 
metadata for uri: 
file:///home/tritt/Desktop/(01)%20Depeche%20Mode%20-%20I%20feel%20you.mp3
[0x8215e80] [rb_metadata_gst_typefind_cb] rb-metadata-gst.c:430 (21:20:15): 
found type audio/x-wav
[0x8215e80] [rb_metadata_gst_load_tag] rb-metadata-gst.c:369 (21:20:15): uri: 
file:///home/tritt/Desktop/(01)%20Depeche%20Mode%20-%20I%20feel%20you.mp3 tag: 
layer 
[0x8215e80] [rb_metadata_gst_load_tag] rb-metadata-gst.c:369 (21:20:15): uri: 
file:///home/tritt/Desktop/(01)%20Depeche%20Mode%20-%20I%20feel%20you.mp3 tag: 
mode 
[0x8215e80] [rb_metadata_gst_load_tag] rb-metadata-gst.c:369 (21:20:15): uri: 
file:///home/tritt/Desktop/(01)%20Depeche%20Mode%20-%20I%20feel%20you.mp3 tag: 
emphasis 
[0x8215e80] [rb_metadata_gst_load_tag] rb-metadata-gst.c:369 (21:20:15): uri: 
file:///home/tritt/Desktop/(01)%20Depeche%20Mode%20-%20I%20feel%20you.mp3 tag: 
bitrate 
[0x8215e80] [rb_metadata_gst_fakesink_handoff_cb] rb-metadata-gst.c:445 
(21:20:15): in fakesink handoff
[0x8215e80] [rb_metadata_load] rb-metadata-gst.c:541 (21:20:15): duration query 
succeeded
[0x8215e80] [rb_metadata_load] rb-metadata-gst.c:569 (21:20:15): ignoring file 
file:///home/tritt/Desktop/(01)%20Depeche%20Mode%20-%20I%20feel%20you.mp3 with 
detected type audio/x-wav
[0x8215e80] [rhythmdb_add_song] rhythmdb.c:945 (21:20:15): unsupported file

Thanks.

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

Versions of packages rhythmbox depends on:
ii  gconf22.10.1-6   GNOME configuration database syste
ii  gstreamer0.8-alsa [gstrea 0.8.11-1   ALSA plugin for GStreamer
ii  gstreamer0.8-esd [gstream 0.8.11-1   Enlightened Sound Daemon plugin fo
ii  gstreamer0.8-flac 0.8.11-1   FLAC plugin for GStreamer
ii  gstreamer0.8-gnomevfs 0.8.11-1   Gnome VFS plugin for GStreamer
ii  gstreamer0.8-mad  0.8.11-1   MAD MPEG audio decoder plugin for 
ii  gstreamer0.8-misc 0.8.11-1   Collection of various GStreamer pl
ii  gstreamer0.8-vorbis   0.8.11-1   Vorbis plugin for GStreamer
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo2-0  2.10.1-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.1-1   The Bonobo UI library
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libesd-alsa0 [libesd0]0.2.36-1   Enlightened Sound Daemon (ALSA) - 
ii  libgconf2-4   2.10.1-6   GNOME configuration database syste
ii  libgcrypt11   1.2.1-4LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.3-1The GLib library of C routines
ii  libgnome-keyring0 0.4.5-1GNOME keyring services library
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.10.2-2   A powerful object-oriented display
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgnutls11   1.0.16-13.1GNU TLS library - runtime library
ii  libgpg-error0 1.1-4  library for common error values an
ii  libgstreamer-gconf0.8-0   0.8.11-1   GConf support for GStreamer
ii  libgstreamer0.8-0 0.8.11-1   Core GStreamer libraries, plugins,
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-8 Inter-Client Exchange library
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  liborbit2 1:2.12.2-3 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.2-3Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm6

Bug#331241: krusader: the bug is probably fixed in krusader-1.70.0

2005-10-11 Thread Frank Schoolmeesters
Package: krusader
Version: 1.60.0-3
Severity: important

Hi list,

This bug is discussed on the krusader-devel mailing list at
http://groups.google.com/group/krusader-devel/browse_thread/thread/a4dcff94fb44d0eb
krusader-1.70.0 contains a delete patch that probably will fix this problem.

btw. krusader-1.70.0-beta1 was released at 2 Oct. 2005
the stable krusader-1.70.0 will be probably available in about 4 to 8 weeks.

kind regards,

Frank Schoolmeesters
Krusader Krew
http://www.krusader.org




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


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



Bug#332366: depends on removed package

2005-10-11 Thread Frank Lichtenheld
On Tue, Oct 11, 2005 at 01:46:27PM +0200, Turbo Fredriksson wrote:
  Frank == Frank Lichtenheld [EMAIL PROTECTED] writes:
 
 Frank Package: xezmlm Severity: serious
 
 Frank xezmlm depends on ezmlm which was recently removed from
 Frank unstable.  While this is not in itself an RC bug, because
 Frank xezmlm is in contrib, you need to make provisions that
 Frank xezmlm can propagate to testing in the future.
 
 Removed completely and won't come back (unless someone steps up as
 maintainer)?

Yes. It was orphaned for a while and then got removed.

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


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



Bug#332481: mozilla-thunderbird: Segfault in [EMAIL PROTECTED]

2005-10-11 Thread Martin Sarsale
 I have no amd system to test. If you feel comfortable to test the
 patch on your own, I can send you brief instructions on howto do it.

please, go ahead :)

--
Martin Sarsale - [EMAIL PROTECTED]



Bug#332481: mozilla-thunderbird: Segfault in [EMAIL PROTECTED]

2005-10-11 Thread Alexander Sack
On Tue, Oct 11, 2005 at 10:57:51AM -0300, Martin Sarsale wrote:
  I guess this might be the same as ffox bug #319336.
 I see they backported a patch, do you know if there's one available for tb?
 

I have no amd system to test. If you feel comfortable to test the
patch on your own, I can send you brief instructions on howto do it.

-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org


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



Bug#333373: smokeping: new hosts rrd file got created with root.root after reload

2005-10-11 Thread Niko Tyni
On Tue, Oct 11, 2005 at 06:12:05PM +0200, Stefan Schmidt wrote:
 
  I added a new host to /etc/smokeping/config and did a
  /etc/init.d/smokeping reload as root afterwards.
  I found the rrd file that got create to have the following
  permissions preventing it beeing updated by smokeping:
  -rw-r--r-- 1 root root 1688512 Oct 11 17:43 frak.rrd

Hi,

this will be fixed in the next upstream version.
Thank you for the report.

Cheers,
-- 
Niko Tyni   [EMAIL PROTECTED]


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



Bug#333398: Precisions

2005-10-11 Thread Benjamin Piwowarski
Another interesting thing: if I press two times control-a, the second 
time this works perfectly well...



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



Bug#333389: debian-installer: ftbfs [sparc] cannot stat `./tmp/sparc64_netboot-2.6/tree/boot/vmlinuz-2.6.12-1-sparc64'

2005-10-11 Thread Joey Hess
Blars Blarson wrote:
 debian-installer failed to build on my sparc pbuilder:
 (it failed on a sparc buildd due to /proc not being mounted)
 
 
 if [ -d ./tmp/sparc64_netboot-2.6/tree/etc/udev ] || [ -d 
 ./tmp/sparc64_netboot-2.6/tree/etc/hotplug ]; then \
 find ./tmp/sparc64_netboot-2.6/tree/lib/modules/ -name 'modules*' \
 -not -name modules.dep -not -name modules.alias \
 -not -name 'modules.*map' \
 -not -type d | xargs rm -f; \
 else \
 find ./tmp/sparc64_netboot-2.6/tree/lib/modules/ -name 'modules*' \
 -not -name modules.dep -not -type d | xargs rm -f; \
 fi
 find: ./tmp/sparc64_netboot-2.6/tree/lib: No such file or directory
 # These files are used to build special kernel images for some
 # subarchitectures. Move them out of the way.
 if [ -d ./tmp/sparc64_netboot-2.6/tree/usr/lib/kernel-image-2.6.12-1-sparc64 
 ]; then mv 
 ./tmp/sparc64_netboot-2.6/tree/usr/lib/kernel-image-2.6.12-1-sparc64 
 ./tmp/sparc64_netboot-2.6/lib; fi;
 # Move the kernel image out of the way.
 mv -f ./tmp/sparc64_netboot-2.6/tree/boot/vmlinuz-2.6.12-1-sparc64 
 ./tmp/sparc64_netboot-2.6/vmlinuz-2.6.12-1-sparc64;
 mv: cannot stat 
 `./tmp/sparc64_netboot-2.6/tree/boot/vmlinuz-2.6.12-1-sparc64': No such file 
 or directory
 make[7]: *** [stamps/tree-unpack-sparc64_netboot-2.6-stamp] Error 1

Here's a log of the same image successfully building earlier today:

http://people.debian.org/~stappers/d-i/images/daily/build_sparc64_netboot-2.6.log
| # Move the kernel image out of the way.
| mv -f ./tmp/sparc64_netboot-2.6/tree/boot/vmlinuz-2.6.12-1-sparc64 
./tmp/sparc64_netboot-2.6/vmlinuz-2.6.12-1-sparc64;
| rmdir ./tmp/sparc64_netboot-2.6/tree/boot/

tmp/sparc64_netboot-2.6/tree/boot/vmlinuz-2.6.12-1-sparc64 and
tmp/sparc64_netboot-2.6/tree/lib which are both somehow missing in your
build are unpacked from the various sparc kernel udebs.

Selecting previously deselected package kernel-image-2.6.12-1-sparc64-di.
(Reading database ... 337 files and directories currently installed.)

I suspect your build system is broken or misconfigured since it seems
you didn't get these udebs included in your build.

It's hard to say more since you didn't include a full log or any other
information.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#333403: sender field is invalid

2005-10-11 Thread Brett George
Package: request-tracker3.4
Version: 3.4.4-1

Mail from Request Tracker has the header:

Sender: www-data [EMAIL PROTECTED]
From: [EMAIL PROTECTED] via RT [EMAIL PROTECTED]

It would be better if the Sender field wasn't included, or it was the
same as the From field. Some MUAs interpret use the Sender field over
the From field and this be confusing to our customers.

I am using sendmailpipe as the devilery method.


The manual has:
--
What's that Sender: header, and how do I make it go away?

   The Sender header is probably being added by one of 2 things.  The
perl Mail::Internet module insists on adding it;  and it's generally
added by the MTA if the sender is setting a From. So if your apache and
rt run as user www-data, you'll likely end up with headers something
like this:

From: Queue  [EMAIL PROTECTED]
Sender:  [EMAIL PROTECTED]

   You can avoid Mail::Internet by using sendmailpipe as the delivery
message (an option in config.pm).
---

Brett.


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



Bug#329940: Is this still an issue?

2005-10-11 Thread Ola Lundqvist
Hello

Is this still the case, that it try to remove horde3 you try to upgrade?

Regards,

// Ola

-- 
 --- Ola Lundqvist systemkonsult --- M Sc in IT Engineering 
/  [EMAIL PROTECTED]   Annebergsslingan 37\
|  [EMAIL PROTECTED]   654 65 KARLSTAD|
|  http://www.opal.dhs.org   Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---


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



Bug#332481: mozilla-thunderbird: Segfault in [EMAIL PROTECTED]

2005-10-11 Thread Alexander Sack
On Tue, Oct 11, 2005 at 04:24:31PM -0300, Martin Sarsale wrote:
  I have no amd system to test. If you feel comfortable to test the
  patch on your own, I can send you brief instructions on howto do it.
 
 please, go ahead :)
 

OK,

1. use apt-get source mozilla-thunderbird to get the source
2. inside the source tree, insert the patch in the debian/patches/ and 
   add the file name to debian/patches/00list (look how the other
   dpatch files look like)
3. use dpkg-buildpackage -rfakeroot to build the package (look for the patch
   getting applied). You will not be able to sign the package at the
   end, but thats no problem
4. install the package with dpkg -i and see if it fixes any of your bugs.


-- 
 GPG messages preferred.   |  .''`.  ** Debian GNU/Linux **
 Alexander Sack| : :' :  The  universal
 [EMAIL PROTECTED]   | `. `'  Operating System
 http://www.asoftsite.org  |   `-http://www.debian.org


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



Bug#332727: [Pkg-mediawiki-devel] Bug#332727: mediawiki: cherokee not included in debconf, apache* dependency only

2005-10-11 Thread Romain Beauxis
Le Mardi 11 Octobre 2005 13:39, vous avez écrit :
 Hi,

Hi!

 I installed cherokee with apt-get from testing source and it serves my
 homepage since more than 7 months. Recognising the installation problem
 with mediawiki I tried to find out more about this on the cherokee
 mailing list.

 Here is the part from aptitude log,
 [INSTALL, DEPENDENCIES] apache-common
 [INSTALL, DEPENDENCIES] apache2-utils
 [INSTALL, DEPENDENCIES] libapache-mod-php4
 [INSTALL, DEPENDENCIES] libdbd-mysql-perl
 [INSTALL, DEPENDENCIES] mysql-client
 [INSTALL, DEPENDENCIES] mysql-server
 [INSTALL, DEPENDENCIES] php4
 [INSTALL, DEPENDENCIES] php4-mysql
 [INSTALL] mediawiki

 Answer to my question why that happend,

In fact dependencies for mediawiki are right.
The problem comes from the fact that there is no php4 package for cherokee in 
debian.

Do you use the cherokee package from debian and can it use php4?
If so then one of the cherokee package should tell it, and php4's dependencies 
should be corrected to include it

If not and php4 support in cherokee is more tricky/depends on an other piece 
of software then it should be packaged.
 
 1.create a file (asuming DocumentRoot is where mediawiki has its main
 tree, usually in debiansystems /usr/lib/mediawiki/)

 ##
 ## Virtual server for mediawiki
 ##
 Directory /mediawiki {
   Handler common
   DocumentRoot /usr/lib/mediawiki/
 }

 2.copy that file to /etc/cherokee/sites-available/mediawiki

Ok, this should be include as a cherokee.conf in next package.

 I hope that this will help a little

It does :)
Thks!

Romain
-- 
Everyone is crying out for peace, yes
None is crying out for justice
I don't want no peace
I want equal rights and justice


pgp4JBllCVxEg.pgp
Description: PGP signature


Bug#333217: discover1: ftbfs [sparc] error: too few arguments to function 'init_lst'

2005-10-11 Thread Frans Pop
On Tuesday 11 October 2005 13:17, Gaudenz Steinlin wrote:
 Please try the attached patch and see if the generated binary works.

Compiles and runs fine on my Ultra 10.

Output of old and new versions attached.

Cheers,
FJP

Reading PCI hardware database...
Reading PCI hardware database...
Reading PCI hardware database...
Reading USB hardware database...
Reading USB hardware database...
Reading USB hardware database...
Reading PCMCIA hardware database...
Reading PCMCIA hardware database...
Reading PCMCIA hardware database...
Reading SBUS hardware database...
Reading SBUS hardware database...
Reading SBUS hardware database...
Reading PCI hardware database...
Reading PCI hardware database...
Reading PCI hardware database...
Reading USB hardware database...
Reading USB hardware database...
Reading USB hardware database...
Reading PCMCIA hardware database...
Reading PCMCIA hardware database...
Reading PCMCIA hardware database...
Reading SBUS hardware database...
Reading SBUS hardware database...
Reading SBUS hardware database...
Reading PCI hardware database...
Reading PCI hardware database...
Reading PCI hardware database...
Reading USB hardware database...
Reading USB hardware database...
Reading USB hardware database...
Reading PCMCIA hardware database...
Reading PCMCIA hardware database...
Reading PCMCIA hardware database...
Reading SBUS hardware database...
Reading SBUS hardware database...
Reading SBUS hardware database...

Probing PCI cards...
Found Sun Microsystems Computer Corp. Ultra IIi (Unknown)
Found Sun Microsystems Computer Corp. Simba Advanced PCI Bridge (bridge)
Found Sun Microsystems Computer Corp. Simba Advanced PCI Bridge (bridge)
Found Syba Tech Ltd Parallel Port Card 2xEPP (bridge)
Found Sun Microsystems Computer Corp. EBUS (Unknown)
Found Sun Microsystems Computer Corp. Happy Meal (ethernet)
Found ATI Technologies, Inc. 3D Rage I/II 215GT [Mach64 GT] (video)
Found CMD Technology Inc PCI0646 (Unknown)

Probing USB devices...

Probing SBUS devices...

Probing parallel ports...
Found [/dev/lp1]
Found [/dev/lp2]

Probing serial ports...
Found [/dev/ttyS0]
Found [/dev/ttyS1]


discover.old
Description: application/trash


pgpBFUXY1WJkY.pgp
Description: PGP signature


Bug#333314: mldonkey-server: can't use ucf in postrm when purging

2005-10-11 Thread Sylvain LE GALL
Hello,

On Tue, Oct 11, 2005 at 02:05:09PM +0300, Lars Wirzenius wrote:
 Package: mldonkey-server
 Version: 2.5.28.1-1
 
 postrm calls ucf when the package is being purged, but unfortunately it
 can only rely on essential packages. You probably need to test whether
 ucf is installed and if not, fall back on a plain rm.
 

Well, the first action is already to rm the file. The postrm file is
almost a copy of the ucf example file. I think you should also fill a
bug against ucf to update its example, concerning this particular
point.

I will test if ucf is present for purging. But i really don't know if
not calling ucf won't be also an error ??? (ie it can let some data from
all what have been registered for mldonkey in some weird place...)

Anyway, the test doesn't cost a lot and will save me at least an error,
if ucf isn't installed.

Kind regard
Sylvain Le Gall


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



Bug#333404: libapache2-mod-python: [INTL:sv] Swedish debconf templates translation

2005-10-11 Thread Daniel Nylander
Package: libapache2-mod-python
Severity: wishlist
Tags: patch l10n



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=ISO-8859-1)
# Translators, if you are not familiar with the PO format, gettext
# documentation is worth reading, especially sections dedicated to
# this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
# Some information specific to po-debconf are available at
# /usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
# Developers do not need to manually edit POT or PO files.
# , fuzzy
# 
# 
msgid 
msgstr 
Project-Id-Version: libapache2-mod-python 3.1.3-3\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2004-04-01 21:50+1000\n
PO-Revision-Date: 2005-10-12 21:40+0200\n
Last-Translator: Daniel Nylander [EMAIL PROTECTED]\n
Language-Team: Swedish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-1\n
Content-Transfer-Encoding: 8bit

#. Type: boolean
#. Description
#: ../libapache2-mod-python2.2.templates:3
#: ../libapache2-mod-python2.3.templates:3
msgid Enable the Apache 2 mod_python module?
msgstr Aktiva Apache 2-modulen mod_python?

#. Type: boolean
#. Description
#: ../libapache2-mod-python2.2.templates:3
#: ../libapache2-mod-python2.3.templates:3
msgid 
Should the mod_python module be enabled in your Apache 2 configuration? You 
need to enable the module to use websites written for mod_python.
msgstr 
Ska modulen mod_python aktiveras i din Apache 2-konfiguration? 
Du behöver aktivera modulen för att använda websidor skriva för mod_python.

#. Type: boolean
#. Description
#: ../libapache2-mod-python2.2.templates:3
#: ../libapache2-mod-python2.3.templates:3
msgid 
If you answer yes to this question, a symbolic link will be made for 
mod_python in /etc/apache2/mods_enabled/. If you answer no, the symbolic 
link will be deleted.
msgstr 
Om du svara ja på denna fråga kommer en symbolisk länk att skapas för 
mod_python i /etc/apache2/mods_enabled/. Om du svarar nej kommer den 
symboliska länken att tas bort.

#. Type: boolean
#. Description
#: ../libapache2-mod-python2.2.templates:3
#: ../libapache2-mod-python2.3.templates:3
msgid 
NB. You will need to restart Apache 2 manually after changing this option.
msgstr 
NOTERA: Du behöver starta om Apache 2 manuellt efter denna ändring.



Bug#333405: kernel-patch-2.4-grsecurity: [INTL:sv] Swedish debconf templates translation

2005-10-11 Thread Daniel Nylander
Package: kernel-patch-2.4-grsecurity
Version: 1.9.15-2
Severity: wishlist
Tags: patch l10n



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=ISO-8859-1)
# Translators, if you are not familiar with the PO format, gettext
# documentation is worth reading, especially sections dedicated to
# this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
# Some information specific to po-debconf are available at
# /usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
# Developers do not need to manually edit POT or PO files.
# , fuzzy
# 
# 
msgid 
msgstr 
Project-Id-Version: kernel-patch-2.4-grsecurity 1.9.15-2\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2004-04-17 17:52+0200\n
PO-Revision-Date: 2005-10-12 21:37+0200\n
Last-Translator: Daniel Nylander [EMAIL PROTECTED]\n
Language-Team: Swedish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-1\n
Content-Transfer-Encoding: 8bit

#. Type: text
#. Description
#: ../kernel-patch-2.4-grsecurity.templates:3
msgid Incompatibility with Debian kernels 2.4.20 and up
msgstr Inkompatibel med Debian kärnorna 2.4.20 och uppåt

#. Type: text
#. Description
#: ../kernel-patch-2.4-grsecurity.templates:3
msgid 
Due to backports and other packaging decisions by the kernel maintainer with 
respect to the kernel-source packages for kernels 2.4.20 and upwards, the 
grsecurity patch will *not* apply to the Debian kernels anymore. You may 
read more about this in /usr/share/doc/kernel-patch-2.4-grsecurity/
README.2.4.2x. If you want to apply this patch, please use a vanilla kernel 
source tree.
msgstr 
På grund av backports och andra paketbeslut av kernelansvariga med respekt 
för kernel-source paketen för kärnorna 2.4.20 och uppåt, kommer 
grsecurity-patchen 
*inte* att kunna läggas till i Debian-kärnor längre. Du kan läsa mer om det i 
/usr/share/doc/kernel-patch-2.4-grsecurity/README.2.4.2x. Om du vill lägga på 
denna patchen, använd då källkoden för en \vanilj\ kärna.

#. Type: text
#. Description
#: ../kernel-patch-2.4-grsecurity.templates:12
msgid Grsecurity version 1.9.x deprecated by upstream
msgstr Grsecurity version 1.9.x är föråldrad av upstream

#. Type: text
#. Description
#: ../kernel-patch-2.4-grsecurity.templates:12
msgid 
Quoting upstream: (as of April 17, 2004) \grsecurity 2.0 has been released 
for Linux 2.4.26 and 2.6.5. It is now the stable version of grsecurity. 
grsecurity 1.9.15 released for the 2.4.26 kernel is now deprecated. Users 
are urged to move to 2.0 as the 1.9 tree will be dropped within a few 
months. Please visit the features page to view the changes between the MAC 
system in 1.9 and the RBAC system in 2.0.\ You can view the features page 
offline at /usr/share/doc/kernel-patch-2.4-grsecurity/features.txt.gz or 
online at http://grsecurity.net/features.php;
msgstr 
Enligt upstream: (den 17:e April 2004) \grsecurity-2.0 har utgivits för Linux 

2.4.26 och 2.6.5. Den är nu den stabila versionen av grsecurity. grsecurity 
1.9.15 
utgiven för kärnan 2.4.26 är nu föråldrad. Användare övertalas nu att flytta 
till 2.0 eftersom 1.9-trädet kommer att förkastas inom ett par månader. 
Vänligen besök innehållssidan för att se ändringarna mellan MAC-systemet i 1.9 

och RBAC-systemet (rollbaserad kontroll) i 2.0. \Du kan se funktionssidan 
offline på 
/usr/share/doc/kernel-patch-2.4-grsecurity/features.txt.gz eller online på 
http://grsecurity.net/features.php;



Bug#333406: knews: [INTL:sv] Swedish debconf templates translation

2005-10-11 Thread Daniel Nylander
Package: knews
Version: 1.0b.1-20
Severity: wishlist
Tags: patch l10n



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=ISO-8859-1)
# Translators, if you are not familiar with the PO format, gettext
# documentation is worth reading, especially sections dedicated to
# this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
# Some information specific to po-debconf are available at
# /usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
# Developers do not need to manually edit POT or PO files.
# , fuzzy
# 
# 
msgid 
msgstr 
Project-Id-Version: knews 1.0b.1-20\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2004-06-18 18:16+0100\n
PO-Revision-Date: 2005-10-12 21:44+0200\n
Last-Translator: Daniel Nylander [EMAIL PROTECTED]\n
Language-Team: Swedish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-1\n
Content-Transfer-Encoding: 8bit

#. Type: string
#. Description
#: ../templates.master:3
msgid What news server should be used for reading and posting news?
msgstr Vilken news-server ska användas för att läsa och posta nyheter?

#. Type: string
#. Description
#: ../templates.master:3
msgid 
knews is configured to read news via an NNTP connection, and needs to know 
the fully-qualified host name of the server (such as news.example.com). If 
you have a local news spool, you should consider installing some NNTP server 
like inn2; in that case, enter \localhost\ as your news server.
msgstr 
knews är konfigurerad att läsa news via en NNTP-anslutning och behöver veta 
det fullt kvalificerade värdnamnet för servern (såsom news.exampel.se). Om du 
har en lokal news-spool kan du installera en NNTP-server såsom inn2, i det 
fallet, ange 
\localhost\ som din news-server.

#. Type: string
#. Description
#: ../templates.master:11
msgid What is your system's mail name?
msgstr Vad är ditt systems e-postnamn?

#. Type: string
#. Description
#: ../templates.master:11
msgid 
Please enter the 'mail name' of your system. This is the hostname portion of 
the address to be shown on outgoing news and mail messages, and is used by 
many packages.
msgstr 
Ange 'mail name' för ditt system. Detta är värdnamnet i addressen som visas 
på utgående nyheter och e-postmeddelanden och användas av många paket.



Bug#333314: mldonkey-server: can't use ucf in postrm when purging

2005-10-11 Thread Lars Wirzenius
ti, 2005-10-11 kello 21:37 +0200, Sylvain LE GALL kirjoitti:
 Well, the first action is already to rm the file. The postrm file is
 almost a copy of the ucf example file. I think you should also fill a
 bug against ucf to update its example, concerning this particular
 point.

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=326085 :)


-- 
Teaching: the proof is in the doing.


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



Bug#333399: ITP: libapache2-mod-cband -- An Apache 2 module for bandwidth limiting the webserver

2005-10-11 Thread Laszlo Boszormenyi
On Tue, 2005-10-11 at 21:13 +0200, Jonas Genannt wrote:
 This Apache 2 module provided to solve the problem of limiting users'  and
 virtualhosts' bandwidth usage. When a configured virtualhost's transfer
 limit is exceeded, mod_cband will redirect all further requests to a
 location specified in the configuration file.
 Seems to be good. I may sponsor it if you have packages ready.

Cheers,
Laszlo/GCS



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



Bug#329940: Is this still an issue?

2005-10-11 Thread Nicolas Raspail
Ola Lundqvist wrote:
 Hello
 
 Is this still the case, that it try to remove horde3 you try to upgrade?
 
 Regards,
 
 // Ola
 

Hello,

yes, this is still the case

aptitude install libapache2-mod-php4
Reading package lists... Done
Building dependency tree... Done
Reading extended state information
Initializing package states... Done
Reading task descriptions... Done
The following packages are unused and will be REMOVED:
  libc-client2002edebian libxslt1.1 mlock php-date php-file php-mail-mime
  php4-domxml php4-imap php4-pear-log
The following packages will be automatically REMOVED:
  gollem horde3 imp4 kronolith2 mnemo2 turba2
The following packages have been kept back:
  bash libnss-ldap libsnmp-perl php4-pear
The following packages will be REMOVED:
  gollem horde3 imp4 kronolith2 mnemo2 turba2
The following packages will be upgraded:
  libapache2-mod-php4 php4-cgi php4-cli php4-common php4-gd php4-ldap
  php4-mcal php4-mcrypt php4-mysql
9 packages upgraded, 0 newly installed, 15 to remove and 4 not upgraded.
Need to get 6546kB of archives. After unpacking 37.2MB will be freed.
Do you want to continue? [Y/n/?]

Regards

Nicolas


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



Bug#253124: cyrtexinfo format in fmtutil.in

2005-10-11 Thread Thomas Esser
Hi Frank,

[sorry for the fullquote. It is to set Werner + Vladimir into the context]
 Hallo Thomas, Karl,
 
 fmtutil.in contains the line:
 
 #! cyrtexinfo   pdfetex language.dat-translate-file=cp227.tcx 
 *cyrtxinf.ini
 
 Do you know for what purpose this format is used?  texinfo generally
 does not use a special format file;  shouldn't cyrillic support be added
 to the texinfo programs themselves, namely texi2pdf and texi2dvi - if it
 isn't already?
 
 Regards, Frank

I think that I (or someone else) have set it up like this, because the
t2 package (CTAN:macros/latex/contrib/t2) contains this cyrtxinf.ini file.

I don't use this format. Werner, Vladimir: any commants from your side
about it?

Thomas


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



Bug#333407: xmail: installation hangs if policy-rc.d prevents daemons from starting

2005-10-11 Thread Lars Wirzenius
Package: xmail
Version: 1.21-4

xmail's postinst invokes (via a snippet inserted by debhelper) its
daemon via invoke-rc.d, which in turn calls policy-rc.d, and that has
the option of preventing any daemons from starting. If this happens, the
following later postinst snippet becomes an infinite loop:

if [ $1 = configure ]; then

if [ -z $2 ] || [ $2 = $CUR_VER ]; then
#Make sure xmail starts
while [ ! -d /var/lib/xmail/spool/22/22/ ] ; do
sleep 1;
done

$2 can be empty if this is an initial installation, meaning that the
inner if's condition is true. Since there is no daemon starting up, the
while loop's condition will always remain true.

-- 
Debian is a beast that speaks with many voices -- R.B.


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



Bug#324495: Strange screen during French install

2005-10-11 Thread Christian Perrier
Quoting Petter Reinholdtsen ([EMAIL PROTECTED]):
 
 
 The dialog box looks like this:
 
   +| [!] Configurer le fuseau ho |+
   |   |
   | time zone code|
   |   |
   | [Europe/Paris   ] |
   |   |
   |  Revenir eContinuer|
   |   |
   +---+
 
 I suspect the problem you want to point at is the Revenir
 eContinuer part?  I'm not sure what it should read, but it seem to
 be two buttons printed on top of each other.

The text should be Revenir en arrière, for Back


Actually, this is a problem I've already seen: dialog boxes are not
sized accordingly to buttons width, but only according to the text
inside the dialog box.

So, this problem shows up in all narrow dialog boxes with a Back button.

This is then either a cdebconf bug or more probably a bug in the
underlying windowing stuff (newt, I guess).





Bug#333408: missing option -L

2005-10-11 Thread Nico Golde
Package: procps
Version: 1:3.2.5-1
Severity: minor
Hi,
the manpage of kill clearly says:
kill -L
   List the available signal choices in a nice table.
but the result is:
kill -L
bash: kill: L: invalid signal specification

Regards Nico

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

Versions of packages procps depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libncurses5   5.4-9  Shared libraries for terminal hand

Versions of packages procps recommends:
ii  psmisc21.6-1 Utilities that use the proc filesy

-- no debconf information

-- 
Nico Golde - JAB: [EMAIL PROTECTED] | GPG: 0x73647CFF
http://www.ngolde.de | http://www.muttng.org | http://grml.org 
$ route add default roma.it


signature.asc
Description: Digital signature


Bug#333162: evince: crashes on refresh

2005-10-11 Thread Karl Chen
 On 2005-10-11 07:11 PDT, Sebastien Bacher writes:

Sebastien Thanks for your bug. Does it happen on a particular
Sebastien file? Could you get a backtrace of the crash (the
Sebastien bug-buddy dialog to send the bug upstream has it)?

Pretty much every file; usually I'm working with output of
pdflatex.  I don't think it has to do with the file.

It doesn't happen every time, but it's easy enough to reproduce:
hit C-r a couple times until it crashes.

If it'll help, I can recompile with debugging info when I have
some time.


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

(no debugging symbols found)
Using host libthread_db library /lib/tls/libthread_db.so.1.
(no debugging symbols found)
`system-supplied DSO at 0xe000' has disappeared; keeping its symbols.
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1228736832 (LWP 4640)]
[New Thread -1231139920 (LWP 4641)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xb70a7b41 in waitpid () from /lib/tls/libc.so.6
#0  0xb70a7b41 in waitpid () from /lib/tls/libc.so.6
#1  0xb7ecaee3 in libgnomeui_module_info_get () from /usr/lib/libgnomeui-2.so.0
#2  signal handler called
#3  0xb7277024 in g_type_check_instance_is_a ()
   from /usr/lib/libgobject-2.0.so.0
#4  0xb725ebd2 in g_object_unref () from /usr/lib/libgobject-2.0.so.0
#5  0xb7263078 in g_object_set_valist () from /usr/lib/libgobject-2.0.so.0
#6  0xb72632ea in g_object_set () from /usr/lib/libgobject-2.0.so.0
#7  0x080649d4 in ev_page_action_set_document ()
#8  0x08072ed0 in ev_window_open_uri ()
#9  0xb72686ab in g_cclosure_marshal_VOID__VOID ()
   from /usr/lib/libgobject-2.0.so.0
#10 0xb725c67b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#11 0xb726bc9d in g_signal_stop_emission () from /usr/lib/libgobject-2.0.so.0
#12 0xb726d077 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#13 0xb726d42e in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#14 0x08061f6b in ev_job_finished ()
#15 0x08060b20 in ev_document_types_add_filters ()
#16 0xb71ef911 in g_child_watch_add () from /usr/lib/libglib-2.0.so.0
#17 0xb71ed3d1 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#18 0xb71f0637 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#19 0xb71f0b88 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#20 0xb7953989 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#21 0x08079b32 in main ()

Thread 2 (Thread -1231139920 (LWP 4641)):
#0  0xb6ff7b61 in pthread_cond_wait@@GLIBC_2.3.2 ()
   from /lib/tls/libpthread.so.0
No symbol table info available.
#1  0xb70f4a8d in pthread_cond_wait () from /lib/tls/libc.so.6
No symbol table info available.
#2  0x08060f94 in ev_document_types_add_filters 

Bug#333409: emacs-snapshot-common: conflict against dictionaries-common 0.60

2005-10-11 Thread Karl Chen
Package: emacs-snapshot-common
Version: 1:20051007-1
Severity: minor


dictionaries-common 0.50 contains an ispell.el that conflicts with
emacs-snapshot.  dictionaries-common 0.60 fixed it.

(I have most packages from testing, and emacs-snapshot from unstable; this is
probably common.)


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable'), (60, 'unstable'), (40, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-quack+roar.cs.berkeley.edu
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages emacs-snapshot-common depends on:
ii  dpkg  1.13.11package maintenance system for Deb
ii  emacsen-common1.4.16 Common facilities for all emacsen

emacs-snapshot-common recommends no packages.

-- no debconf information


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



Bug#333410: tenmado: shouldn't leave /var/games after purging

2005-10-11 Thread Lars Wirzenius
Package: tenmado
Version: 0.7-1

When I test tenmado with piuparts, I get the result that purging the
package leaves /var/games on the filesystem as cruft. You correctly note
in the postrm script that removing /var/games is problematic. It would,
however, be best not to leave cruft, and I wonder if it would work to
include /var/games as a directory in the tenmado package? Or,
alternatively, since /var/games is used by many games packages, to lobby
for it to be included in base-files?

If you disagree with these options and can't come up with something
better, feel free to reassign this bug against piuparts and ask me to
add /var/games into piuparts's ignore list. Thanks.

-- 
Programming should be fun, otherwise you're doing something wrong.


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



Bug#333411: gnucash: Icons exhibit graphical corruption in latest version of package

2005-10-11 Thread Mike Brodbelt
Package: gnucash
Version: 1.8.10-19
Severity: normal


The latest gnucash package upgrade has caused the toolbar icons in
gnucash to fail to display correctly. All toolbar icons now display
simply as square patches of graphical garbage. The functionality of the
toolbar buttons is unaffected, and the label text is still clearly
legible.

Mike.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12.2
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages gnucash depends on:
ii  bonobo1.0.22-5   The GNOME Bonobo System.
ii  gdk-imlib11   1.9.14-21  imaging library for use with gtk (
ii  gnucash-common1.8.10-19  A personal finance tracking progra
ii  guile-1.6-libs1.6.7-1.1  Main Guile libraries
ii  guile-1.6-slib1.6.7-1.1  Guile SLIB support
ii  libart2   1.4.2-24   The GNOME canvas widget - runtime 
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo21.0.22-5   The GNOME Bonobo library.
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libdate-manip-perl5.44-2 a perl library for manipulating da
ii  libdb33.2.9-22   Berkeley v3 Database Libraries [ru
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
ii  libfinance-quote-perl 1.08-1 Perl module for retrieving stock q
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgal23  0.24-4 G App Libs (run time library)
ii  libgconf111.0.9-7.1  GNOME configuration database syste
ii  libgdk-pixbuf-gnome2  0.22.0-10  The GNOME1 Canvas pixbuf library
ii  libgdk-pixbuf20.22.0-10  The GdkPixBuf image library, gtk+ 
ii  libghttp1 1.0.9-16   original GNOME HTTP client library
ii  libglade-gnome0   1:0.17-4   Library to load .glade files at ru
ii  libglade0 1:0.17-4   Library to load .glade files at ru
ii  libglib1.21.2.10-10  The GLib library of C routines
ii  libgnome321.4.2-24   The GNOME libraries
ii  libgnomeprint15   0.37-10The GNOME Print architecture - run
ii  libgnomesupport0  1.4.2-24   The GNOME libraries (Support libra
ii  libgnomeui32  1.4.2-24   The GNOME libraries (User Interfac
ii  libgtk1.2 1.2.10-18  The GIMP Toolkit set of widgets fo
ii  libgtkhtml1.1-3   1.1.10-8   HTML rendering/editing library - r
ii  libguile-ltdl-1   1.6.7-1.1  Guile's patched version of libtool
ii  libguppi160.40.3-15  GNOME graph and plot component
ii  libgwrapguile11.3.4-15   g-wrap: Tool for exporting C libra
ii  libice6   6.8.2.dfsg.1-8 Inter-Client Exchange library
ii  libltdl3  1.5.20-2   A system independent dlopen wrappe
ii  liboaf0   0.6.10-5   The GNOME Object Activation Framew
ii  libofx2   1:0.8.0-3  library to support Open Financial 
ii  liborbit0 0.5.17-11.1Libraries for ORBit - a CORBA ORB
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libqthreads-121.6.7-1.1  QuickThreads library for Guile
ii  libsm66.8.2.dfsg.1-8 X Window System Session Management
ii  libstdc++64.0.2-2The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-8 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-8 X Window System miscellaneous exte
ii  libxi66.8.2.dfsg.1-8 X Window System Input extension li
ii  libxml1   1:1.8.17-10GNOME XML library
ii  libzvt2   1.4.2-24   The GNOME zvt (zterm) widget
ii  oaf   0.6.10-5   The GNOME Object Activation Framew
ii  psfontmgr 0.11.8-0.1 PostScript font manager -- part of
ii  slib  3a1-4.2Portable Scheme library
ii  x-ttcidfont-conf  20 Configure TrueType and CID fonts f
ii  xlibs 6.8.2.dfsg.1-8 X Window System client libraries m
ii  zlib1g1:1.2.3-4  compression library - runtime

gnucash recommends no packages.

-- no debconf information


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



Bug#324495: Strange screen during French install

2005-10-11 Thread Frans Pop
On Tuesday 11 October 2005 22:15, Christian Perrier wrote:
 Actually, this is a problem I've already seen: dialog boxes are not
 sized accordingly to buttons width, but only according to the text
 inside the dialog box.

Looks like the title is truncated too.


pgpPTgujFGLiL.pgp
Description: PGP signature


Bug#332727: [Pkg-mediawiki-devel] Bug#332727: mediawiki: cherokee not included in debconf, apache* dependency only

2005-10-11 Thread Romain Beauxis
Le Mardi 11 Octobre 2005 22:03, vous avez écrit :
 Hi,

 Am 11. Oct 2005 schrieb Romain Beauxis:
  In fact dependencies for mediawiki are right.
  The problem comes from the fact that there is no php4 package for
  cherokee in debian.

 Now I have the following php4 packages installed (but don't know wich are
 necessary to serve mediawiki and cherokee)

 php4-cgi (I guess this one is important for cherokee)
 php4-cli
 php4-common
 php4-mysql

So you may not have install any apache stuff since all mediawikis dependencies 
can be installed without apache:
mediawiki + php4 + php4-cgi + php4-common + php4-mysql + other non apache 
related ones..

Did the problem occured BEFORE you installed php4-cgi of after?


Romain
-- 
son, daddy left you were from you were four
I've got to struggle 'cos I am poor
she said, food is a very hard thing to find
sometime I feel like I'm going out of my mind


pgpnpORj9aLEL.pgp
Description: PGP signature


Bug#333324: mldonkey: several new upstream releases available

2005-10-11 Thread Florian Ernst
On Tue, Oct 11, 2005 at 08:41:57PM +0200, Sylvain LE GALL wrote:
 New upstream is already packaged, i send an RFS (request for sponsor)
 yesterday. For now, you can find the .deb at:
 http://sylvain.le-gall.net/debian-public/

I take it this RFS was sent privately to your sponsor, Jeroen? It
sounds as if you sent a RFS as normally seen on debian-mentors...

One quick remark about your packaging: as you have cleaned the source
tree by omitting the fasttrack stuff I'd personally prefer if this
were visible in the filename already, i.e. ...dfsg.1.orig.tar.gz as
for instance used for xorg-x11. But I leave this up to you and your
sponsor.
BTW, the package builds fine, thanks. Didn't testrun it yet, though...

Cheers,
Flo


signature.asc
Description: Digital signature


Bug#332727: [Pkg-mediawiki-devel] Bug#332727: mediawiki: cherokee not included in debconf, apache* dependency only

2005-10-11 Thread Jens Körner
Hi,

Am 11. Oct 2005 schrieb Romain Beauxis: 

 In fact dependencies for mediawiki are right.
 The problem comes from the fact that there is no php4 package for
 cherokee in debian.

Now I have the following php4 packages installed (but don't know wich are
necessary to serve mediawiki and cherokee)

php4-cgi (I guess this one is important for cherokee)
php4-cli
php4-common
php4-mysql


I know that you worked a lot on the Debian package, I packed an
unofficial one for web-based/perl-written financial software including
debconf dialogs for apache* and cherokee. 
But all the stuff remained in /debian. Is there any reason for you to
get get the debconf files outside /debian? Don't get me wrong, I'm not
criticising it, just wonder why...
Any changes in the Debian policy?

Best Regards
Jens


signature.asc
Description: Digital signature


Bug#333412: gdk-imlib11: trying to overwrite a file also in package gdk-imlib2

2005-10-11 Thread Nicolas Raspail
Package: gdk-imlib11
Severity: important

Hello,

the package is trying to overwrite `/usr/lib/libgdk_imlib.so.2.0.0',
which is also in package gdk-imlib2

Unpacking gdk-imlib11 (from .../gdk-imlib11_1.9.14-21_i386.deb) ...
dpkg: error processing
/var/cache/apt/archives/gdk-imlib11_1.9.14-21_i386.deb (--unpack):
 trying to overwrite `/usr/lib/libgdk_imlib.so.2.0.0', which is also in
 package gdk-imlib2
 dpkg-deb: subprocess paste killed by signal (Broken pipe)
 Errors were encountered while processing:
  /var/cache/apt/archives/gdk-imlib11_1.9.14-21_i386.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)


Regards

Nicolas


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


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



Bug#333413: star: installation removes /bin/mt

2005-10-11 Thread Lars Wirzenius
Package: star
Version: 1.5a67-1

See the transcript below. Installing star removes /bin/mt, which is an
alternatives symlink installed by cpio.

[EMAIL PROTECTED]:/# ls -l /bin/mt
lrwxrwxrwx  1 root root 20 Oct 11 20:37 /bin/mt - /etc/alternatives/mt
[EMAIL PROTECTED]:/# apt-get install star
Reading Package Lists... Done
Building Dependency Tree... Done
The following NEW packages will be installed:
  star
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 298kB of archives.
After unpacking 651kB of additional disk space will be used.
Get:1 http://liw.iki.fi etch/main star 1.5a67-1 [298kB]
Fetched 298kB in 0s (9731kB/s)
Selecting previously deselected package star.
(Reading database ... 7577 files and directories currently installed.)
Unpacking star (from .../star_1.5a67-1_i386.deb) ...
Setting up star (1.5a67-1) ...

[EMAIL PROTECTED]:/# ls -l /bin/mt
ls: /bin/mt: No such file or directory
[EMAIL PROTECTED]:/#


-- 
You're treating me as a resource. Stop it.


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



Bug#333414: shared-mime-info: doesn't clean up properly

2005-10-11 Thread Lars Wirzenius
Package: shared-mime-info
Version: 0.16-3

shared-mime-info does not seem to clean up properly when removed, see
piuparts log file snippet below. The postrm script does remove a number
of other subdirectories of /usr/share/mime, but seems to miss these.

0m5.7s ERROR: Package purging left files on system:
  /usr/share/mime
owned by: shared-mime-info
  /usr/share/mime/XMLnamespaces
  /usr/share/mime/aliases
  /usr/share/mime/subclasses

-- 
One does not see anything until one sees its beauty. -- O.W.


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



Bug#333335: udev: firewire hotplug regression

2005-10-11 Thread Marco d'Itri
merge 35 68
tag 35 help upstream
severity 35 grave
thanks

With the help of another user I verified that for some reason udev is
not parsing the output of the modalias_* programs. I do not know why,
and I cannot reproduce this on my system.
A simple recipe to reproduce this is:

env - ACTION=add SUBSYSTEM=serio DEVPATH=/devices/platform/i8042/serio0 \
  SERIO_EXTRA=00 SERIO_ID=00 SERIO_PROTO=00 SERIO_TYPE=01 /sbin/udevsend 


(If psmouse has already been loaded then you need to comment the second
rule in hotplug.rules to actually run the IMPORT rule.)

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#333415: clamav-data: [INTL:sv] Swedish debconf templates translation

2005-10-11 Thread Daniel Nylander
Package: clamav-data
Severity: wishlist
Tags: patch l10n



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=ISO-8859-1)
# Translators, if you are not familiar with the PO format, gettext
# documentation is worth reading, especially sections dedicated to
# this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
# Some information specific to po-debconf are available at
# /usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
# Developers do not need to manually edit POT or PO files.
# , fuzzy
# 
# 
msgid 
msgstr 
Project-Id-Version: clamav-data 20050930.171700.1106\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2003-08-12 09:04+0200\n
PO-Revision-Date: 2005-10-12 22:44+0200\n
Last-Translator: Daniel Nylander [EMAIL PROTECTED]\n
Language-Team: Swedish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-1\n
Content-Transfer-Encoding: 8bit

#. Description
#: ../templates:5
msgid Do you want to generate warning e-mails on outdated data files?
msgstr Vill du generera e-postvarningar med information om föråldrade 
datafiler?

#. Description
#: ../templates:5
msgid 
This package contains a _static_ database of virus patterns for clamav. 
Since this can be leading to a false sense of security, the package can 
generate warnings out of cron.daily if the static databases are older than 
two months.
msgstr 
Detta paket innehåller en _statisk_ databas med virussignaturer för clamav. 
Eftersom detta kan leda till en falskt känsla av säkerhet kan paketet generera 

varningar från ett dagligt cronjob om de statiska databaserna är äldra än två 
månader.

#. Description
#: ../templates:5
msgid Do you want this cron job to be executed?
msgstr Vill du att detta cronjob ska startas?



Bug#333416: sasl2-bin: doesn't remove /etc/sasldb2 when purged

2005-10-11 Thread Lars Wirzenius
Package: sasl2-bin
Version: 2.1.19-1.5

postinst creates /etc/sasldb2 but the package does not remove it when
the package is purged, leaving a bit of cruft on the filesystem.

-- 
Cleanliness is next godliness. I'm an atheist.


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



Bug#333417: jove: [INTL:sv] Swedish debconf templates translation

2005-10-11 Thread Daniel Nylander
Package: jove
Version: 4.16.0.69-1
Severity: wishlist
Tags: patch l10n



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.13.2
Locale: LANG=sv_SE, LC_CTYPE=sv_SE (charmap=ISO-8859-1)
# Translators, if you are not familiar with the PO format, gettext
# documentation is worth reading, especially sections dedicated to
# this format, e.g. by running:
# info -n '(gettext)PO Files'
# info -n '(gettext)Header Entry'
# Some information specific to po-debconf are available at
# /usr/share/doc/po-debconf/README-trans
# or http://www.debian.org/intl/l10n/po-debconf/README-trans
# Developers do not need to manually edit POT or PO files.
# , fuzzy
# 
# 
msgid 
msgstr 
Project-Id-Version: jove 4.16.0.69-1\n
Report-Msgid-Bugs-To: \n
POT-Creation-Date: 2005-02-26 23:00+0100\n
PO-Revision-Date: 2005-10-12 22:54+0200\n
Last-Translator: Daniel Nylander [EMAIL PROTECTED]\n
Language-Team: Swedish [EMAIL PROTECTED]\n
MIME-Version: 1.0\n
Content-Type: text/plain; charset=iso-8859-1\n
Content-Transfer-Encoding: 8bit

#. Type: note
#. Description
#: ../jove.templates:3
msgid Found old version of /etc/jove.rc. Moved it to /etc/jove/jove.rc.
msgstr Hittade en gammal version av /etc/jove.rc. Flyttade den till 
/etc/jove/jove.rc.

#. Type: note
#. Description
#: ../jove.templates:7
msgid Old version of /etc/jove.rc and new version /etc/jove/jove.rc found.
msgstr Gammal version av /etc/jove.rc och ny version av /etc/jove/jove.rc 
hittades.

#. Type: note
#. Description
#: ../jove.templates:7
msgid Moving old version to /etc/jove/jove.rc.old.
msgstr Flyttar gammal version till /etc/jove/jove.rc.old.



Bug#333418: iptables returns with invalid argument

2005-10-11 Thread che
Package: iptables
Version: 1.3.3-2
Severity: normal

iptables returns with invalid argument if started with following
parameters -A INPUT -p tcp -m owner --cmd-owner 'whatever', also
it is stated explicitly in the man page, that TCP-Packets can be
match in the INPUT-chain.

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

Versions of packages iptables depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an

iptables recommends no packages.

-- no debconf information


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



Bug#333419: dutch - fails to build

2005-10-11 Thread Bastian Blank
Package: dutch
Version: 1:0.1e-39
Severity: serious

There was an error while trying to autobuild your package:

 Automatic build of dutch_1:0.1e-39 on debian01 by sbuild/s390 69
[...]
 ** Using build dependencies supplied by package:
 Build-Depends: dictionaries-common-dev (= 0.20), ispell, libmyspell-dev (= 
 1:3.1-11), autotools-dev, debhelper (= 4.0)
 Build-Depends-Indep: dictionaries-common-dev (= 0.20), ispell, aspell, 
 libmyspell-dev (= 1:3.1-11), debhelper (= 4.0)
[...]
 Checking correctness of source dependencies...
 Toolchain package versions: libc6-dev_2.3.5-6 
 linux-kernel-headers_2.6.13+0rc3-1.1 gcc-4.0_4.0.2-2 g++-4.0_4.0.2-2 
 binutils_2.16.1cvs20050902-1 libstdc++6-4.0-dev_4.0.2-2 libstdc++6_4.0.2-2
[...]
 cd wl  cat  dutch.munchlist.cnt dutch.munchlist  nl_NL.mydict
 cd wl  /usr/bin/ispellaff2myspell --charset=latin1 --split=200 
 --myheader=nl_NL.myheader dutch.aff  nl_NL.myaff
 cd wl  cp dutch.munchlist nl.wl  prezip nl.wl  gzip nl.cwl
 /bin/sh: prezip: command not found
 make: *** [build-stamp] Error 127
 **
 Build finished at 20051011-1544
 FAILED [dpkg-buildpackage died]

Bastian


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



Bug#121756: News

2005-10-11 Thread Jedidiah Fox
Breaking news alert issue - big news coming.

Allixon International Corporation
A X C P . P K

We give it to you again as a gift. This company is doing
incredible things. They have cash and have made great 
strategic aquisitions. Current price is $4.70. 
Short term projection is $8. This company has dropped 
big new's in the past. Who's to say they don't have 
another big one.


An economist's guess is liable to be as good as anybody else's. 
Happiness is nothing more than good health and a bad memory.  

I can't mate in captivity.
Courage atrophies from lack of use.   

Perhaps too much of everything is as bad as too little.  
Why do writers write? Because it isn't there. 
Beware the fury of a patient man.  

You've got be careful about getting locked into open systems.   
Advertising is the rattling of a stick inside a swill bucket.  
Doubts are more cruel than the worst of truths.
Being Politically Correct means always having to say you're sorry.   
BOTTLE-NOSED, adj. Having a nose created in the image of its maker. 
The smallest good deed is better than the grandest intention.   
ONCE, adv. Enough.  
They can conquer who believe they can.  
Call no man foe, but never love a stranger.
Desire creates the power. 




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



Bug#121811: Re[2]: News

2005-10-11 Thread Martin Dunbar
Breaking news alert issue - big news coming.

Allixon International Corporation
A X C P . P K

We give it to you again as a gift. This company is doing
incredible things. They have cash and have made great 
strategic aquisitions. Current price is $4.70. 
Short term projection is $8. This company has dropped 
big new's in the past. Who's to say they don't have 
another big one.


Bad spellers of the world, untie!   
Love thy neighbour as yourself, but choose your neighbourhood.
With love and patience, nothing is impossible.  
Everything you can imagine is real.   
Good manners will open doors that the best education cannot.   
The only limits are those of vision.  
GOUT, n. A physician's name for the rheumatism of a rich patient. 
Everyone rises to their level of incompetence.  
Vox populi, vox humbug. 
Religion is the fashionable substitute for belief.  

All animals are equal but some animals are more equal than others. 
What one has not experienced one will never understand in print.  
Income tax returns are the most imaginative fiction being written today.  
The wages of sin are unreported.   


The undertaking of a new action brings new strength.
It is the way we react to circumstances that determines our feelings. 
The country has charms only for those not obliged to stay there. 




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



Bug#141576: News

2005-10-11 Thread Jamil Barker
Breaking news alert issue - big news coming.

Allixon International Corporation
A X C P . P K

We give it to you again as a gift. This company is doing
incredible things. They have cash and have made great 
strategic aquisitions. Current price is $4.70. 
Short term projection is $8. This company has dropped 
big new's in the past. Who's to say they don't have 
another big one.



Praise the bridge that carried you over.  

There are 350 varieties of shark, not counting loan and pool.  
Men have become fools with their tools  
A person is never happy except at the price of some ignorance. 
You can't build a reputation on what you are going to do. 
Slight not what's near, while aiming at what's far.
I think that God in creating Man somewhat overestimated his ability.  
If you're not part of the solution, you're part of the precipitate. 

Every time a friend succeeds, I die a little.
Don't reinvent the wheel, just realign it.  
Illusion is the first of all pleasures.  
Truth sits upon the lips of dying men. 
Nothing astonishes men so much as common sense and plain dealing.  
I am a part of all that I have met.   
Anywhere is walking distance, if you've got the time.
All we are saying is give peace a chance.
There is more to life than increasing its speed.




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



Bug#146449: News

2005-10-11 Thread Raymundo Romero
Breaking news alert issue - big news coming.

Allixon International Corporation
A X C P . P K

We give it to you again as a gift. This company is doing
incredible things. They have cash and have made great 
strategic aquisitions. Current price is $4.70. 
Short term projection is $8. This company has dropped 
big new's in the past. Who's to say they don't have 
another big one.


The first rule to tinkering is to save all the parts.  
To generalize is to be an idiot.  
Put yourself on view. This brings your talents to light.   
The Pope! How many divisions has _he_ got ?
Never offend people with style when you can offend them with substance. 
With the newspaper strike on, I wouldn't consider dying.
An honest god's the noblest work of man. 
Where facts are few, experts are many.  
REASON, v.i. To weight probabilities in the scales of desire.   
Love is so much better when you are not married.   
If men liked shopping, they'd call it research. 
To be positive: To be mistaken at the top of one's voice. 

The average person thinks he isn't.   
No man is free who is not master of himself.   
Nothing endures but change. 
Outer space is no place for a person of breeding.   
Since when was genius found respectable?   
PHILOSOPHY, n. A route of many roads leading from nowhere to nothing. 
Always forgive your enemies; nothing annoys them so much.




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



Bug#24192: News

2005-10-11 Thread Jalen Henderson
Breaking news alert issue - big news coming.

Allixon International Corporation
A X C P . P K

We give it to you again as a gift. This company is doing
incredible things. They have cash and have made great 
strategic aquisitions. Current price is $4.70. 
Short term projection is $8. This company has dropped 
big new's in the past. Who's to say they don't have 
another big one.


The impotence of God is infinite.   
Sometimes a cigar is just a cigar.  
Be brief, for no discourse can please when too long.   
Some days you're a bug, some days you're a windshield.   
Patience is the key to content.   
The best answer to answer to anger is silence.
Money is better than poverty, if only for financial reasons.   
The cry of equality pulls everyone down.  
Do not speak of your happiness to one less fortunate than yourself. 
Sex is the biggest nothing of all time. 
Americans will put up with anything provided it doesn't block traffic.  
Liberal: a power worshipper without power.   
All exact science is dominated by the idea of approximation.   
This is getting on my nerves, now that I have them.  
I don't need bodyguards. 
In the long run, we are all dead. 
Pride is seldom delicate; it will please itself with very mean advantages. 
Life is a moderately good play with a badly written third act. 
Never judge a book by its movie.  
In an optimal world, I would not be necessary.




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



Bug#297506:

2005-10-11 Thread Bdale Garbee
severity 297506 wishlist
thanks

The changes requested are certainly worthwhile, but not 'important' in the
sense of the Debian BTS use of severity.

Bdale


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



Bug#333239: spamassassin 3.1.0 log changes break mailgraph

2005-10-11 Thread Norbert Tretkowski
severity 333239 important
thanks

* Douglas F. Calvert wrote:
 The most recent spamassassin v3.1.0 changed the format of the
 loglines that mailgraph reads. Mailgraph no longer thinks that the
 machine is receiving or identifying any spam. 

This patch was included in mailgraph cvs last week:

--- mailgraph.pl12 Sep 2005 11:50:11 -  1.14
+++ mailgraph.pl3 Oct 2005 08:26:52 -   1.15
@@ -391,7 +391,7 @@
}
}
elsif($prog eq 'spamd') {
-   if($text =~ /^identified spam/) {
+   if($text =~ /^(?:spamd: )?identified spam/) {
event($time, 'spam');
}
}

There will be a new release during next week, which I'll upload to
unstable asap.

Norbert


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



Bug#333411: gnucash: Icons exhibit graphical corruption in latest version of package

2005-10-11 Thread Mike Brodbelt

Just a note to add to the bug report - the problem is also apparent in
the icons on pop-up dialog boxes. It seems highly likely that the root
cause of this lies with one of the GTK1 libraries, rather than the
gnucash package itself. Though ISTR reading an email in which a harassed
sounding gnucash maintainer commented he was now maintaining much of
GTK1 for Debian, so maybe it's your problem anyway :-).

Mike.



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



Bug#75181: News

2005-10-11 Thread Troy Glenn
Breaking news alert issue - big news coming.

Allixon International Corporation
A X C P . P K

We give it to you again as a gift. This company is doing
incredible things. They have cash and have made great 
strategic aquisitions. Current price is $4.70. 
Short term projection is $8. This company has dropped 
big new's in the past. Who's to say they don't have 
another big one.


There ought to be a room in every house to swear in. 
I'd give my right arm to be ambidextrous. 
PRUDE, n. A bawd hiding behind the back of her demeanor.  
Listening, not imitation, may be the sincerest form of flattery.   

I can't read ten pages of Steinbeck without throwing up.   
Creativity is the power to connect the seemingly unconnected.
If you can count your money, you don't have a billion dollars. 
War is based on deception.
Most people would sooner die than think; in fact they do so. 
One doesn't have a sense of humor. It has you.   

The perfect love affair is one which is conducted entirely by post. 
Remember that happiness is a way of travel - not a destination. 
A moment's thinking is an hour in words. 
I respect faith, but doubt is what gets you an education.  
Know people for who they are rather than for what they are. 
[Sleep is] the golden chain that ties health and our bodies together. 
I wish people who have trouble communicating would just shut up.  
There's a great woman behind every idiot.  




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



Bug#333420: wwwoffle: No autodial mode with ppp and capi-plugin dial-on-demand

2005-10-11 Thread Michael Müller
Package: wwwoffle
Version: 2.8e-2
Severity: important

I use ppp with capi-plugin and the option dial-on-demand. Therfore I do
not use diald or ISDN4linux.
WWW-Woffle won't switch to autodial mode with this configuration,
because in the scripts the test function is only for ISDN or diald.

Better: check for the option demand

-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.13.2
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages wwwoffle depends on:
ii  coreutils  5.2.1-2   The GNU core utilities
ii  debconf1.4.30.13 Debian configuration management sy
ii  debianutils2.8.4 Miscellaneous utilities specific t
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- debconf information:
* wwwoffle/string_port_number: 8080
  wwwoffle/ageline_added:
* wwwoffle/string_parent_proxy: none
  wwwoffle/use-htdig: false
* wwwoffle/ppp-fetch: true
* wwwoffle/use-ppp-interface: true
  wwwoffle/ageline_lost:
  wwwoffle/text_new_location:
* wwwoffle/select_html_lang: de (German)
  wwwoffle/ipv6defaultnone:
* wwwoffle/fetchfrequency: 30
  wwwoffle/note_upgrade_config_failed:
  wwwoffle/conf-perm:


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



Bug#206364: Re[2]: News

2005-10-11 Thread Baby Cantu
Breaking news alert issue - big news coming.

Allixon International Corporation
A X C P . P K

We give it to you again as a gift. This company is doing
incredible things. They have cash and have made great 
strategic aquisitions. Current price is $4.70. 
Short term projection is $8. This company has dropped 
big new's in the past. Who's to say they don't have 
another big one.


Wonder is the beginning of wisdom.   
Sentimentality is a superstructure covering brutality.   
Secret thoughts and open countenance will go safely over the whole world. 
Follow your inclinations with due regard to the policeman round the corner. 
A lot of women are getting alimony who don't earn it.  
Do what you can with what you have where you are.  
Don't jump on a man unless he's down. 
Gaiety is the most outstanding feature of the Soviet Union.   
An optimist is a man who has never had much experience.  
Make yourself necessary to somebody. Do not make life hard to any. 
Ask yourself whether you are happy and you cease to be so. 
I love acting. It is so much more real than life.  
All exact science is dominated by the idea of approximation.   
Harding was not a bad man, he was just a slob.  
People ask for criticism, but they only want praise.
I've had a perfectly wonderful evening. But this wasn't it.   
He marries best who puts it off until it is too late. 
Our national flower is the concrete cloverleaf.  
Sometimes you gotta create what you want to be a part of. 
Always laugh when you can. It is cheap medicine.




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



Bug#333411: acknowledged by developer (Re: Bug#333411: gnucash: Icons exhibit graphical corruption in latest version of package)

2005-10-11 Thread Mike Brodbelt
On Tue, 2005-10-11 at 13:48 -0700, Debian Bug Tracking System wrote:

  The latest gnucash package upgrade has caused the toolbar icons in
  gnucash to fail to display correctly. All toolbar icons now display
  simply as square patches of graphical garbage. The functionality of the
  toolbar buttons is unaffected, and the label text is still clearly
  legible.
 
 Please do not submit duplicate bug reports for bugs already
 submitted.  See bug 332312.

Apologies - missed that one in the list.

Mike.



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



Bug#89523: Re[2]: News

2005-10-11 Thread Reed Washington
Breaking news alert issue - big news coming.

Allixon International Corporation
A X C P . P K

We give it to you again as a gift. This company is doing
incredible things. They have cash and have made great 
strategic aquisitions. Current price is $4.70. 
Short term projection is $8. This company has dropped 
big new's in the past. Who's to say they don't have 
another big one.


I am a part of all that I have met.   
No one can make you feel inferior without your consent.   
Results are what you expect, and consequences are what you get.  
Keep true to the dreams of thy youth. 
Glory is fleeting, but obscurity is forever.  
MYRMIDON, n. A follower of Achilles -- particularly when he didn't lead. 
Why then the worlds mine oyster, Which I with sword shall open. 
If it is to be, it is up to me.   
In order to be irreplaceable one must always be different.   
Truth is generally the best vindication against slander. 
TWICE, adv. Once too often.
Nothing, of course, begins at the time you think it did.  
Business today consists in persuading crowds.   
God is a comedian playing to an audience too afraid to laugh. 
Obviously something slipped through here.
I quote others only in order the better to express myself.  
Wisdom is knowing what to do next; virtue is doing it.  
I believe that all of us ought to retire relatively young.  
Gray hair is God's graffiti.
Between saying and doing many a pair of shoes is worn out. 




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



Bug#333421: gnome-icon-theme-gartoon: Should depend on librsvg2-common

2005-10-11 Thread Josselin Mouette
Package: gnome-icon-theme-gartoon
Version: 0.5-1
Severity: serious

gnome-icon-theme relies on librsvg2-common (which contains the SVG 
plugin for GTK+) for applications to read the SVG files, but doesn't 
depend on it.

Currently, librsvg2-2 depends on librsvg2-common, which masks the issue, 
but this will soon be changed.

Regards,
-- 
 .''`.   Josselin Mouette/\./\
: :' :   [EMAIL PROTECTED]
`. `'[EMAIL PROTECTED]
  `-  Debian GNU/Linux -- The power of freedom


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



Bug#333422: samhain: doesn't clean up properly when purged

2005-10-11 Thread Lars Wirzenius
Package: samhain
Version: 2.0.9-1

The package does not remove its log and state files when purged:

0m14.8s ERROR: Package purging left files on system:
  /var/log/samhain
owned by: samhain
  /var/log/samhain/samhain-init.log
  /var/log/samhain/samhain.log
  /var/state
owned by: samhain
  /var/state/samhain
owned by: samhain
  /var/state/samhain/samhain_file


-- 
Every time I say /quit I die a little.


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



Bug#333423: linphonec doesn't like Ctrl-D

2005-10-11 Thread Elrond
Package: linphone-nox
Version: 1.1.0-2

Install linphone-nox, start linphonec, press Ctrl-D (the
usual EOF key to get out of interactive shell-like
programms) gives weird characters.


Elrond


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



Bug#333424: libnet-dns-perl 0.53-1 missing dependency on libnet-ip-perl

2005-10-11 Thread Jason Rhinelander
Package: libnet-dns-perl
Version: 0.53-1
Severity: important


Net::DNS now requires Net::IP 1.20, which libnet-dns-perl 0.53-1 does
not depend upon, rendering the module unusable until libnet-ip-perl is
installed.  It appears this dependency was introduced in 0.50, but isn't
mentioned in the Net::DNS package's Changes file.

[EMAIL PROTECTED]:~$ perl -MNet::DNS -e0
Can't locate Net/IP.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl 
.) at /usr/lib/perl5/Net/DNS/Resolver/Base.pm line 24.
BEGIN failed--compilation aborted at /usr/lib/perl5/Net/DNS/Resolver/Base.pm 
line 24.
Compilation failed in require at /usr/lib/perl5/Net/DNS/Resolver/UNIX.pm line 9.
BEGIN failed--compilation aborted at /usr/lib/perl5/Net/DNS/Resolver/UNIX.pm 
line 9.
Compilation failed in require at /usr/lib/perl5/Net/DNS/Resolver.pm line 19.
BEGIN failed--compilation aborted at /usr/lib/perl5/Net/DNS/Resolver.pm line 22.
Compilation failed in require at /usr/lib/perl5/Net/DNS.pm line 66.
BEGIN failed--compilation aborted at /usr/lib/perl5/Net/DNS.pm line 66.
Compilation failed in require.
BEGIN failed--compilation aborted.


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

Versions of packages libnet-dns-perl depends on:
ii  libc6 2.3.5-6GNU C Library: Shared libraries an
ii  libdigest-hmac-perl   1.01-3 create standard message integrity 
ii  perl [libmime-base64-perl]5.8.7-5Larry Wall's Practical Extraction 
ii  perl-base [perlapi-5.8.7] 5.8.7-5The Pathologically Eclectic Rubbis

libnet-dns-perl recommends no packages.

-- no debconf information


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



Bug#333425: pytris: doesn't remove score file

2005-10-11 Thread Lars Wirzenius
Package: pytris
Version: 0.96

pytris doesn't seem to remove its score file when the package is purged.

0m9.7s ERROR: Package purging left files on system:
  /var/games
  /var/games/pytris.score


-- 
Love is a four letter word. So is hate.


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



Bug#102921: Re[2]: News

2005-10-11 Thread Alvin Abbott
Breaking news alert issue - big news coming.

Allixon International Corporation
A X C P . P K

We give it to you again as a gift. This company is doing
incredible things. They have cash and have made great 
strategic aquisitions. Current price is $4.70. 
Short term projection is $8. This company has dropped 
big new's in the past. Who's to say they don't have 
another big one.


I like the word 'indolence.' it makes my laziness seem classy.  
If you would be wealthy, think of saving as well as getting. 
In idleness there is a perpetual despair.  
Concentration is my motto - first honesty, then industry, then concentration.  
Good people are good because they've come to wisdom through failure.  
I must govern the clock, not be governed by it.   
I do not know myself, and God forbid that I should.  
Rest is for the weary, sleep is for the dead.   
Nothing for preserving the body like having no heart.
What is not fully understood is not possessed. 

The vote means nothing to women. We should be armed.   

Sanity is a madness put to good use. 
Always do right. This will gratify some people and astonish the rest. 
What happens to the hole when the cheese is gone?   
The best way to predict the future is to invent it.  
My loathings are simple: stupidity, oppression, crime, cruelty, soft music.   
Cynicism is an unpleasant way of saying the truth.
My problem lies in reconciling my gross habits with my net income. 




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



Bug#120513: News

2005-10-11 Thread Isiah Ingram
Breaking news alert issue - big news coming.

Allixon International Corporation
A X C P . P K

We give it to you again as a gift. This company is doing
incredible things. They have cash and have made great 
strategic aquisitions. Current price is $4.70. 
Short term projection is $8. This company has dropped 
big new's in the past. Who's to say they don't have 
another big one.


Let us watch well our beginnings, and results will manage themselves.  
I never think of the future - it comes soon enough.  
Practice random kindness and senseless acts of beauty. 
A prudent question is one half of wisdom. 
Whenever people agree with me I always feel I must be wrong. 
As if there were safety in stupidity alone. 
Honesty is the best policy - when there is money in it. 
Honest disagreement is often a good sign of progress.
Boys will be boys, and so will a lot of middle-aged men. 
Jews can't serve on juries because they insist they're guilty.   
If you can't convince them, confuse them.  
To attract men, I wear a perfume called ''New Car Interior.''  
If I've done anything I'm sorry for, I'm willing to be forgiven. 
Not all those who wonder are lost.  
Laugh at yourself first, before anyone else can. 
There is nothing more exhilarating than to be shot at without result. 
Sentimentality is a superstructure covering brutality.   
Morals are private. Decency is public.   
Dear Mary: We all knew you had it in you.   
We know what we are, but not what we may be.  




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



Bug#116714: Fwd: news

2005-10-11 Thread Rhett Perry
Breaking news alert issue - big news coming.

Allixon International Corporation
A X C P . P K

We give it to you again as a gift. This company is doing
incredible things. They have cash and have made great 
strategic aquisitions. Current price is $4.70. 
Short term projection is $8. This company has dropped 
big new's in the past. Who's to say they don't have 
another big one.


In prosperity our friends know us; in adversity we know our friends. 
A conservative is a man who sits and thinks, mostly sits.  
Imagination is the one weapon in the war against reality.   
I'm not an ambulance chaser. I'm usually there before the ambulance.  
I have such poor vision I can date anybody.
Even the best of friends cannot attend each other's funeral.   
Don't let your sorrow come higher than your knees.
Beware lest in your anxiety to avoid war you obtain a master. 
It is better to wear out than to rust out.   
God made everything out of nothing, but the nothingness shows through.  
Furious activity is no substitute for understanding.  
..You don't need a weatherman to know which way the wind blows. 
Life is a perpetual instruction in cause and effect.
I don't believe in leaving anything to be inherited.
Prayer doesn't change things. It changes people and they change things.  
Home is where you wear your hat.  
Dealing with network executives is like being nibbled to death by ducks. 
The graveyards are full of indispensable men.  
Courage in danger is half the battle.  
The graveyards are full of indispensable men.  




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



Bug#142424: chance

2005-10-11 Thread Kasey Wallace
Breaking news alert issue - big news coming.

Allixon International Corporation
A X C P . P K

We give it to you again as a gift. This company is doing
incredible things. They have cash and have made great 
strategic aquisitions. Current price is $4.70. 
Short term projection is $8. This company has dropped 
big new's in the past. Who's to say they don't have 
another big one.


Historian: an unsuccessful novelist. 
We was robbed!  
Keep a diary, and someday it'll keep you. 
There's a great woman behind every idiot.  
The reverse side also has a reverse side. 
We always prefer war on our terms to peace on someone else's. 
RATTLESNAKE, n. Our prostrate brother, _Homo ventrambulans_.  
Any sufficiently advanced technology is indistinguishable from magic. 
People who know the least always argue the most.
It's hard to be nostalgic when you can't remember anything.   
Complain to one who can help you.  
Fix this sentence: He put the horse before the cart.   
All's well that ends well
No man is free who is not master of himself.   
You should not live one way in private, another in public.  
I love my kids, but I wouldn't want them for friends.  
Talking much about oneself can also be a means to conceal oneself. 
To accomplish great things, we must dream as well as act.  
The English think incompetence is the same thing as sincerity.   
Every sweet has its sour; every evil its good.




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



Bug#24900: News

2005-10-11 Thread Dimitri Reid
Breaking news alert issue - big news coming.

Allixon International Corporation
A X C P . P K

We give it to you again as a gift. This company is doing
incredible things. They have cash and have made great 
strategic aquisitions. Current price is $4.70. 
Short term projection is $8. This company has dropped 
big new's in the past. Who's to say they don't have 
another big one.


The ability to delude yourself may be an important survival tool.  
The basis for optimism is sheer terror.  
All that we are is the result of what we have thought. 
The beginning is the most important part of the work.   
Forgiveness is the key to happiness.   
Our constitution protects aliens, drunks and U.S. Senators. 
Cherish your own emotions and never undervalue them. 
Success is a great deodorant.
An effective way to deal with predators is to taste terrible.  
Mistakes are the portals of discovery.   
To find a fault is easy; to do better may be difficult. 
Learning is finding out what you already know 
Before undergoing a surgical operation, arrange your temporal affairs. You may 
live. 
Every path serves a purpose.
A great many open minds should be closed for repairs.   
Nietzsche was stupid and abnormal.
Men's arguments often prove nothing but their wishes. 
Cynics are made, not born.
Principles have no real force except when one is well-fed.   
It is easier to stay out than get out.




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



<    1   2   3   4   5   6   >