Bug#337751: missing timeout_value in config of kweather

2005-11-06 Thread Torbjorn . Wictorin
Package: kweather Version: 3.3.2-3 hi, I am missing timeout_value in the configuration dialogue. Was there before, I think. If you sit on a dialup connection, the 60 min default is a bit expensive. best regards, Torbjörn Wictorin, UU

Bug#336649: [Pkg-shadow-devel] Bug#336649: shadow: [INTL:tl] Updated Tagalog program translation

2005-11-06 Thread Christian Perrier
tags 336649 upstream fixed-ustream thanks Quoting Tomasz Kłoczko ([EMAIL PROTECTED]): On Tue, 1 Nov 2005, eric pareja wrote: Package: shadow Severity: wishlist Tags: patch l10n -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please find attached the updated Tagalog translation

Bug#337704: evms root on lvm/md [was Re: bug 336617]

2005-11-06 Thread Paul Traina
hurrah for opening an separate bug. Sesse is using plain EVMS root, you seem to use an heavier mix. Yes, as I mentioned, I use just about every little bit of EVMS on the way up. My root is a LVM2 volume inside a LVM2 container inside a RAID5 md array, all controlled by evms. your patch

Bug#337070: winbind: same malfunction here

2005-11-06 Thread Steve Langasek
On Sun, Nov 06, 2005 at 08:20:31AM +0100, Christian Perrier wrote: So does this mean that winbindd can't be started on systems that are members of workgroups, rather than domains? Should we be splitting libnss_wins into My knowledge of winbind would answer yes to the above question. How

Bug#337744: revised patch

2005-11-06 Thread Arthur Marsh
A minor correction to /etc/hotplug/usb/libgphoto2 is attached. Regards, Arthur. #!/bin/bash GROUP=camera if [ $ACTION = add ] [ -f $DEVICE ] then # check if $GROUP really exists if getent group $GROUP /dev/null; then chmod 660 $DEVICE chown root:$GROUP $DEVICE fi

Bug#337744: gThumb not finding camera under udev - patch to libgphoto2

2005-11-06 Thread Arthur Marsh
Hi, I modified /etc/hotplug/usb/libgphoto2 to enable gThumb to import images from my camera under udev (see attachment). This may not be an acceptable solution without the libgphoto2 program and libraries' maintainers also approving, but it helped me to get working again. Regards, Arthur.

Bug#337752: /usr/bin/xdrawchem: documentation browser point to the wrong location.

2005-11-06 Thread anoop aryal
Package: xdrawchem Version: 1.9.4-3 Severity: normal File: /usr/bin/xdrawchem when clicking 'Help' - 'Manual', the browser comes up with '/usr/share/xdrawchem/doc/index.html' in the location bar. it should be '/usr/share/doc/xdrawchem/html/index.html'. -- System Information: Debian Release: 3.1

Bug#337070: winbind: same malfunction here

2005-11-06 Thread Christian Perrier
How about adding this to the init script then?: if [ `testparm -s --parameter-name='domain logons' 2/dev/null` = No ] \ [ `testparm -s --parameter-name='security' 2/dev/null` != DOMAIN ] then exit 0 fi I'm not completely sure that using winbindd is limited to security=domain. I

Bug#322239: mozilla-firefox: [patch] incorrectly set LD_LIBRARY_PATH in /usr/bin/firefox wrapper

2005-11-06 Thread Vincent . McIntyre
And what about people that actually intend to use libraries from other locations instead of those in /lib, without breaking firefox ? Sorry, but I'm not following you. How would that come about? The library in question is libgcc_s.so.1. When would someone running a 'stable' system need to

Bug#323815: using gcc-3.4 it is gone

2005-11-06 Thread Harald Dunkel
PS: If I build the package using gcc-3.4, then the problem is gone. Regards Harri signature.asc Description: OpenPGP digital signature

Bug#336649: [Pkg-shadow-devel] Bug#336649: shadow: [INTL:tl] Updated Tagalog program translation

2005-11-06 Thread Christian Perrier
tags 336649 fixed-upstream thanks Stop doing typos, Christian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#337753: Unable to install digikam

2005-11-06 Thread Ronny Standtke
Package: digikam Severity: grave Justification: renders package unusable digikam can not be installed because of broken packages in 'testing'. Here comes the apt-get output: # apt-get install digikam Reading package lists... Done Building dependency tree... Done Some packages could not be

Bug#337754: Unable to install amarok

2005-11-06 Thread Ronny Standtke
Package: amarok Severity: grave Justification: renders package unusable amarok can not be installed because of broken packages in 'testing'. Here comes the apt-get output: # apt-get install amarok Reading package lists... Done Building dependency tree... Done Some packages could not be

Bug#337755: Unable to install k3b

2005-11-06 Thread Ronny Standtke
Package: k3b Severity: grave Justification: renders package unusable k3b can not be installed because of broken packages in 'testing'. Here comes the apt-get output: # apt-get install k3b Reading package lists... Done Building dependency tree... Done Some packages could not be installed. This

Bug#337756: Unable to install kig

2005-11-06 Thread Ronny Standtke
Package: kig Severity: grave Justification: renders package unusable kig can not be installed because of broken packages in 'testing'. Here comes the apt-get output: # apt-get install kig Reading package lists... Done Building dependency tree... Done Some packages could not be installed. This

Bug#336719: Can you reproduce this on 4.5.3-4?

2005-11-06 Thread Matthew A. Nicholson
Yeah. Looks like this bug is not in 4.5.3-4. I did not test it, but looking at the source it does not look like this version would be effected by this problem. Hilko Bengen wrote: notfound 336719 4.5.3-4 thank you Matthew A. Nicholson [EMAIL PROTECTED] writes: I don't use 4.5.3, I use

Bug#225469: the problem is because

2005-11-06 Thread Serge Gavrilov
My kernel is 2.4.22, and I also had this problem. This problem is because load.c from iqrbase sources references to cli(), saveflags(), restore_flags(), # define cli() local_irq_disable() # define save_flags(x) local_save_flags(x) # define restore_flags(x)

Bug#337757: gdeskcal: huge memory usage after few days

2005-11-06 Thread Janek Kozicki
Package: gdeskcal Version: 0.57.1-1 Severity: important Just after gdeskcal is launched it consumes around 7 MB of memory. After several days (less than one week) gdeskcal consumes around 300 MB of memory. I suspect that this is because my wallpaper changes every 5 minutes (with xplanet) to

Bug#337510: eclipse-ecj: ant code completion generates nullpointer exception

2005-11-06 Thread Michael Koch
tag 337510 pending thanks On Fri, Nov 04, 2005 at 07:22:38PM +0100, David N. Welton wrote: Package: eclipse-ecj Version: 3.1.1-3 Severity: normal To repeat this bug: 1) Open up an ant build file. 2) Hit the key combo for code completion, for instance M-/ in emacs keys mode.

Bug#330372: fixed in 1.4.6cvs and 1.5.1cvs

2005-11-06 Thread Tomas Kuliavas
Issue is fixed in 1.4.6cvs. Link to patch is already listed on this tracker. -- Tomas -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#337570: xprint: segfaults when printing from firefox

2005-11-06 Thread Drew Parsons
On Sat, 2005-11-05 at 20:56 +0100, Felix C. Stegerman wrote: When you say xprint segfaults, do you mean that Xprt is no longer running afterwards (no output from ps aux | grep [X]prt) ? Yes. OK. I tried to do a backtrace w/ gdb but as you said there were no symbols. I've attached the

Bug#337540: jabberd2*: provided transports not forward-compatible to jabberd2

2005-11-06 Thread Roland Stigge
Hi Jamin, Jamin W. Collins wrote: === === [...] With additional transports and/or services, Jabber supports connecting to AIM, ICQ, IRC, MSN and a lot of other chat networks. These transports and services are

Bug#289985: gnome-desktop-environment: GNOME can't resolve host name if internet connection is down

2005-11-06 Thread Boris Böhlen
Hi, After logging in from GDM GNOME complains that it can't look up my computer's hostname. Do you still get this bug with GNOME 2.10? Please attach your /etc/hosts. No. Seems to be fixed. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Bug#337758: /usr/share/doc/apt-doc/offline.pl.html/index.html: Stange encoding of offline.pl.* files

2005-11-06 Thread Robert Luberda
Package: apt-doc Version: 0.6.42.2 Severity: minor File: /usr/share/doc/apt-doc/offline.pl.html/index.html Tags: l10n Hi, The Polish offline translation has stange encoding, which makes it completely unreadable by the Polish people. It seems the source offline.pl.sgml file got broken by the

Bug#337759: xsmbrowser [INTL:l10n] Portuguese translation for xsmbrowser's debconf messages

2005-11-06 Thread Miguel Figueiredo
Package: xsmbrowser Version: 3.4.0-12 Tags: l10n, patch Severity: wishlist Portuguese translation for xsmbrowser's debconf messages by Luís Ferreira. Feel free to use it. For translation updates please contact Last Translator and/or thePortuguese Translation Team traduz _at_ debianpt.org --

Bug#337760: xscreensaver: New Login button useless when more than one Xserver configured or an empty one present.

2005-11-06 Thread Konstantin Seiler
Package: xscreensaver Version: 4.21-3 Severity: normal Tags: patch When gdmflexiserver opens a window, that window is opened behind the locked screen, so it is not accessible. Normally gdmflexiserver doen't so so, but in two cases it askes Questions: 1) There is already an empty Xserver (i.e.

Bug#334123: linux-image-2.6.13-1-k7: 2.6.12 works OK, 2.6.13 doesn't

2005-11-06 Thread Ralf Hildebrandt
* Ralf Hildebrandt [EMAIL PROTECTED]: Ah, That kernel does indeed work as expected without having to use irqpoll noapic lapic. Excellent. Ooops. No. I accidentially removed the options on the OLD kernel, instead of the the new one. The new kernel 2.6.14 also exposes the same behaviour. It's

Bug#337070: winbind: same malfunction here

2005-11-06 Thread Steve Langasek
On Sun, Nov 06, 2005 at 09:17:21AM +0100, Christian Perrier wrote: How about adding this to the init script then?: if [ `testparm -s --parameter-name='domain logons' 2/dev/null` = No ] \ [ `testparm -s --parameter-name='security' 2/dev/null` != DOMAIN ] then exit 0 fi I'm

Bug#336463: g++-4.0: FPE ICE on mipsen also affects fltk1.1

2005-11-06 Thread Thiemo Seufer
reassign 336463 gcc-4.0 4.0.2-3 severity 336463 grave merge 336463 336167 tags 336167 +fixed-upstream thanks Aaron M. Ucko wrote: Package: g++-4.0 Version: 4.0.2-3 Followup-For: Bug #336463 My latest upload of fltk1.1 (1.1.6-9) runs into identical lossage on mips and mipsel, on sources

Bug#337761: bashism in /etc/init.d/schroot

2005-11-06 Thread Robert Luberda
Package: schroot Version: 0.1.7-1 Severity: important Tags: patch Hi, [139]/home/robert dash /etc/init.d/schroot start /etc/init.d/schroot: 18: Syntax error: ( unexpected The `function' keyword is a basishm, please remove it: --- schroot.orig2005-11-03 23:15:31.0 +0100 +++

Bug#324912: gftp: Tons of segfaults

2005-11-06 Thread Nicolas
Package: gftp Version: 2.0.18-10 Followup-For: Bug #324912 gftp regularly crashes, it's almost unusable. Is someone trying to debug that ? -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Shell: /bin/sh

Bug#337640: [Pkg-cups-devel] Bug#337640: cupsys: Please add LSB formatted dependency info in init.d script

2005-11-06 Thread Martin-Éric Racine
la, 2005-11-05 kello 14:57 +0100, Petter Reinholdtsen kirjoitti: Package: cupsys Version: 1.1.23-12 Severity: wishlist To be able to check boot script order, and also to be able to start boot scripts in parallel, it is important to know the dependencies of the various boot scripts. The

Bug#337668: FTBFS: broken build-dependency on xlibmesa-dev

2005-11-06 Thread Jochen Voss
Hi Lawrence, On Sat, Nov 05, 2005 at 11:50:17PM -0330, Lawrence Williams wrote: This bug will be fixed in the next libsdl1.2 package release (currently available on mentors.debian.net) if i can ever get a sponser :) What is the current state of these lintian errors? If you have a package

Bug#337702: openoffice.org 2.0 won't start since upgrade, libc problem?

2005-11-06 Thread Steve Langasek
On Sat, Nov 05, 2005 at 05:47:33PM -0800, Jeff Davis wrote: # objdump -T /lib/tls/libpthread.so.0 |grep GLIBC_PRIVATE.*errno D *UND* 0004 GLIBC_PRIVATE errno D *UND* 0004 GLIBC_PRIVATE h_errno # objdump -T /lib/tls/libc.so.6 |grep GLIBC_PRIVATE.*errno

Bug#337762: penguin-command: Japanese man page installed into wrong directory

2005-11-06 Thread Robert Luberda
Package: penguin-command Version: 1.6.10-1 Severity: normal Hi, The /usr/share/man/man6/penguin-command.ja.6.gz file should be installed as penguin-command.6.gz (note lack of the `ja' part) in the /usr/share/man/man6/ja/ directory. Best Regards, robert -- To UNSUBSCRIBE,

Bug#337763: avrprog: French debconf templates translation update

2005-11-06 Thread Jean-Luc Coulon (f5ibh)
Package: avrprog Version: 0.2.1-12 Severity: wishlist Tags: l10n Hi, Please find attached the French debconf templates translation update, proofread by the debian-l10n-french mailing list contributors. Regards Jean-Luc -- System Information: Debian Release: testing/unstable APT prefers

Bug#337764: libqt4-debug: Building apps in debug mode breaks image loading

2005-11-06 Thread Andreas Pakulat
Package: libqt4-debug Version: 4.0.1-4 Severity: important Hi, Building QT4 apps using CONFIG += debug breaks the loading of any icons in the application. Remove debug and everythings fine. This not only happens to the icons created for that app, but also for the icons in standard dialog, like

Bug#337765: libgphoto2-2: Kodak EasyShare C330 supported but not listed in udev-rules

2005-11-06 Thread Bruno Kleinert
Package: libgphoto2-2 Version: 2.1.6-5.2 Severity: wishlist hi there, i recently bought a Kodak EasyShare C330 digital still camera, which works fine with libgphoto2-2 using PTP. The only thing to make the camera work out of the box is to add these lines to /etc/udev/libgphoto2.rules: # Kodak

Bug#337766: svk: missing dependency to libsvn-core-perl

2005-11-06 Thread Philipp Marek
X-Reportbug-Version: 3.17 Package: svk Version: 1.04-1 Severity: grave Justification: renders package unusable without libsvn-core-perl: $ svk help import Can't load '/usr/lib/perl5/auto/SVN/_Core/_Core.so' for module SVN::_Core: libsvn_swig_perl-1.so.0: Kann die

Bug#163093: xboard: refuses to start on a 8bit $DISPLAY

2005-11-06 Thread Eduard Bloch
#include hallo.h * Florian Ernst [Sat, Nov 05 2005, 02:14:53PM]: Hello Eduard, coming back to an old issue... On Wed, 02 Oct 2002 18:12:37 +0200, Eduard Bloch [RHRK] wrote: See subject. While other programs work with more or less sucess using 256 bit color, xboard breaks completely. It

Bug#322239: mozilla-firefox: [patch] incorrectly set LD_LIBRARY_PATH in /usr/bin/firefox wrapper

2005-11-06 Thread Mike Hommey
On Sun, Nov 06, 2005 at 07:25:08PM +1100, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: And what about people that actually intend to use libraries from other locations instead of those in /lib, without breaking firefox ? Sorry, but I'm not following you. How would that come about? The

Bug#337609: /usr/bin/gnome-keyboard-properties: french keyboard doesn't work anymore ?

2005-11-06 Thread Xavier Bestel
Le samedi 05 novembre 2005 à 15:44 +0100, Loic Minier a écrit : On Sat, Nov 05, 2005, Xavier Bestel wrote: OK, the problem comes from xlibs 6.8.99.901.dfsg.1-2. You can close that bug, sorry for the noise. Why not reassign it aginst xlibs? I have opened another one:

Bug#337609: /usr/bin/gnome-keyboard-properties: french keyboard doesn't work anymore ?

2005-11-06 Thread Loic Minier
reassign 337609 xlibs 6.8.99.901.dfsg.1-2 severity 337609 normal merge 337609 337637 thanks On Sun, Nov 06, 2005, Xavier Bestel wrote: maybe you could mark 337609 as a dup of 337637 ? Sure. -- Loïc Minier [EMAIL PROTECTED] What do we want? BRAINS!When do we want it? BRAINS!

Bug#337683: Incomprehensible error from replace.

2005-11-06 Thread Tommy Pettersson
On Sat, Nov 05, 2005 at 01:51:40PM -0500, Daniel Burrows wrote: Package: darcs Version: 1.0.3-2 Severity: normal I wanted to replace all the includes of assert.h with includes of generic/util/eassert.h. So, I did this: darcs replace 'assert.h' 'generic/util/eassert.h' --token-chars

Bug#337713: further info on the Oops

2005-11-06 Thread Török Edvin
I switched console fonts, so I can see more lines (consolechars -f iso01.f08), and so I copied the beginning of the Oops message: Unable to handle Kernel NULL pointer dereference at printing eip: c02b2516 *pde= Oops: [#1] Modules linked in: ipt_TCPMSS ipt_tcpmss

Bug#337767: pwc-source: prevents installation of versions for multiple kernels

2005-11-06 Thread Stephen Kitt
Package: pwc-source Version: 10.0.7a-10.0.9rc1-1 Severity: normal Hi, pwc-source generates packages containing /etc/modutils/pwc, which prevents installation of versions for multiple kernels. For example, if I have kernel 2.6.13 installed with the appropriate pwc module package, I have to

Bug#337768: blootbot: [INTL:sv] Swedish debconf templates translation

2005-11-06 Thread Daniel Nylander
Package: blootbot Version: 1.2.0-4 Severity: wishlist Tags: patch l10n Here is the swedish translation of the debconf template for blootbot. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686)

Bug#337769: hesiod: [INTL:sv] Swedish debconf templates translation

2005-11-06 Thread Daniel Nylander
Package: hesiod Version: 3.0.2-16 Severity: wishlist Tags: patch l10n Here is the swedish translation of the debconf template for hesoid. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686)

Bug#337770: ifd-gempc: [INTL:sv] Swedish debconf templates translation

2005-11-06 Thread Daniel Nylander
Package: ifd-gempc Severity: wishlist Tags: patch l10n Here is the swedish translation of the debconf template for ifd-gempc. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh

Bug#337771: isync: [INTL:sv] Swedish debconf templates translation

2005-11-06 Thread Daniel Nylander
Package: isync Version: 0.9.2-3 Severity: wishlist Tags: patch l10n Here is the swedish translation of the debconf template for isync -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell:

Bug#337772: mtink: [INTL:sv] Swedish debconf templates translation

2005-11-06 Thread Daniel Nylander
Package: mtink Severity: wishlist Tags: patch l10n Here is the swedish translation of the debconf template for mtink -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked

Bug#333052: 2.6.14, udev: unknown symbols for ehci_hcd

2005-11-06 Thread Marco d'Itri
On Nov 05, Pozsar Balazs [EMAIL PROTECTED] wrote: With my patch, modprobe waits until the needed modules come out of the Loading or Unloading state. Looks like it works, I will upload a new package today. -- ciao, Marco signature.asc Description: Digital signature

Bug#330895: blender: Arbitrary code execution when importing a .bvh file

2005-11-06 Thread Florian Ernst
tags 330895 patch thanks [EMAIL PROTECTED] BCCed On Fri, 30 Sep 2005 12:51:35 +0200, Joxean Koret wrote: The bvh_import.py script supplied with the current Debian Stable and (I think) unstable versions of Blender is vulnerable to arbitrary code execution. This time the patch is dpatch'yfied,

Bug#337359: slib: install fails: unbound variable with-load-pathname

2005-11-06 Thread Neil Williams
Package: slib Version: 3a2-1 Followup-For: Bug #337359 From a normal apt-get upgrade: Setting up slib (3a2-1) ... ERROR: Unbound variable: with-load-pathname dpkg: error processing slib (--configure): subprocess post-installation script returned error exit status 2 Errors were encountered while

Bug#337249: taskjuggler: TaskJuggler crashes when trying to create/open new .tjp file

2005-11-06 Thread Mark Purcell
tags 337249 unreproducable help severity 337249 normal thanks On Thursday 03 November 2005 19:38, Hanuš Adler wrote: I'm attaching both. I am afraid I can't tell when this started to happen -- last time I was using it sometimes in August, and then it did work okay. Thanks for the traces, not

Bug#337704: evms root on lvm/md [was Re: bug 336617]

2005-11-06 Thread Marco Amadori
Alle 08:39, domenica 6 novembre 2005, maximilian attems ha scritto: why is /etc/evms.conf needed? For the last bit in the file about PVs recognitions. If one have lvm2 compat volume it is needed on initrd or lvm2 support will be broken. -- ESC:wq -- To UNSUBSCRIBE, email to [EMAIL

Bug#221290: Bug #221290 still here: screen garbled after entering high-ascii characters at login prompt

2005-11-06 Thread Helge Kreutzmann
Hello Alexander, On Fri, Sep 30, 2005 at 06:04:37PM +0200, Helge Kreutzmann wrote: On Fri, Sep 30, 2005 at 12:24:12AM +0300, Alexander Gattin wrote: IMHO, getty could be patched easily, maybe some option may be added to suppress tty-bitness-autodetection feature and this would be done by

Bug#337773: localeconf: [INTL:sv] Swedish debconf templates translation

2005-11-06 Thread Daniel Nylander
Package: localeconf Version: 0.9.4.1 Severity: wishlist Tags: patch l10n Here is the swedish translation of the debconf template for localeconf. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable') Architecture: i386

Bug#337774: linux-2.6: Identd service currently broken by default

2005-11-06 Thread Roland Stigge
Package: linux-2.6 Severity: important Hi, I came across this problem by using ident identification with PostgreSQL in Debian. The default identd in Debian, pidentd, currently utilizes NETLINK (with a patch to upstream code[1]) for connection identification. Therefore, kernel support is needed.

Bug#337746: xsnow: Blank screen since todays upgrade

2005-11-06 Thread Cai Qian
Hi, From: Vincent Lönngren [EMAIL PROTECTED] Subject: Bug#337746: xsnow: Blank screen since todays upgrade Date: Sun, 06 Nov 2005 07:59:03 +0100 Package: xsnow Version: 1:1.42-1 Severity: normal Hi. Since todays upgrade, the screen just goes black when xscreensaver is supposed to start

Bug#337775: crontab gives error

2005-11-06 Thread Bas Zoetekouw
Package: efax Version: 1:0.9a-16 Severity: normal Recently, my crontab started sensing emails about efax: /etc/cron.weekly/efax: find: /var/log/fax: No such file or directory I guess it should just ignore the directory if it isn't found, and not bother the sysadmin with it. -- System

Bug#337776: bazaar: botched invariant with baz log

2005-11-06 Thread Anand Kumria
Package: bazaar Version: 1.4.2-1 Severity: normal Hi, Create an empty directory (mkdir ~/bar; cd ~/bar) and do 'baz log'. Bazaar reports that it hit an internal bug. eve:[~/bar]% ls -la total 16 drwxrwxr-x 2 anand anand 4096 2005-11-06 23:08 . drwxr-xr-x 96 anand anand 4096 2005-11-06 23:08

Bug#337777: RFP: libhtml-wikiconverter-perl -- An HTML to wiki markup converter

2005-11-06 Thread Joost van Baal
Package: wnpp Severity: wishlist * Package name: libhtml-wikiconverter-perl Version : 0.30 Upstream Author : David J. Iberri * URL : CPAN : HTML::WikiConverter * License : GPL or Artistic License, like Perl Description : An HTML to wiki markup converter

Bug#299706: Please add IPv6 support to squid

2005-11-06 Thread Steinar H. Gunderson
On Wed, Apr 20, 2005 at 12:02:01AM +0200, Luigi Gangitano wrote: there is now no official support for IPv6 in squid 2.5 (the only patch available is old and unmaintained). Rafael Martinez stepped up recently to enable IPv6 in squid and stated working on a patch. This will take a while,

Bug#324912: gftp: Tons of segfaults

2005-11-06 Thread Aurelien Jarno
Nicolas a écrit : Package: gftp Version: 2.0.18-10 Followup-For: Bug #324912 gftp regularly crashes, it's almost unusable. Is someone trying to debug that ? This bug report is pretty useless without a way to reproduce the craches you observed. Could you send me that? Thanks, Aurelien --

Bug#336732: /lib/modules/*/build symlink should be ignored when checking if kernel is installed

2005-11-06 Thread Martin Michlmayr
* Manoj Srivastava [EMAIL PROTECTED] [2005-11-05 23:51]: Why should a symlink be ignored? What other stuff would people want to have ignored if we start on a slippery slope like this? nividia-source, vmware, and scads of others would like to dump stuff in /lib/modules, and the book

Bug#319376: autoconf-archive: now it checks another wrong one

2005-11-06 Thread Christian von Kietzell
Package: autoconf-archive Version: 20050927-1 Followup-For: Bug #319376 Instead of $ax_cv_boost_filesystem it checks $ac_cv_boost_filesystem now. Christian -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686)

Bug#336732: /lib/modules/*/build symlink should be ignored when checking if kernel is installed

2005-11-06 Thread Sven Luther
On Sun, Nov 06, 2005 at 12:39:52PM +, Martin Michlmayr wrote: * Manoj Srivastava [EMAIL PROTECTED] [2005-11-05 23:51]: Why should a symlink be ignored? What other stuff would people want to have ignored if we start on a slippery slope like this? nividia-source, vmware, and

Bug#313189: acknowledged by developer (Bug#313189: fixed in wine 0.9-1)

2005-11-06 Thread J. Grant
Great, thanks. Kind regards JG -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#337778: aptitude: proceeds with upgrade even with Cancel after downloading files

2005-11-06 Thread Adeodato Simó
Package: aptitude Version: 0.4.0-2 Severity: normal Hello, for a while in the experimental 0.3.x series (in 0.3.4-1 for sure), and now in 0.4.0, the aptitude dialog to abort the upgrade after downloading the files does not work. I have configured in Options - UI options the Pause after

Bug#298152: #298152: checkinstall: incorrectly sets Arch:x86_64 for .deb under amd64

2005-11-06 Thread Martin Samuelsson
Kurt Roeckx @ 2005-06-12 (Sunday), 23:05 (+0200) You should be using something like dpkg --print-architecture or dpkg-architecture instead. Would this patch do the trick? -- /Martin diff -ur checkinstall-1.5.3/checkinstall checkinstall-patched-1.5.3/checkinstall ---

Bug#324912: gftp: Tons of segfaults

2005-11-06 Thread Nicolas
gftp crashes when downloading directories which contains other directories. In fact, since a month or two, I can't use gftp without a segfault each time I use it... On Sun, Nov 06, 2005 at 01:24:44PM +0100, Aurelien Jarno wrote: Nicolas a écrit : Package: gftp Version: 2.0.18-10 Followup-For:

Bug#270396: bins_edit generates wrong encoding in .xml

2005-11-06 Thread Martin Michlmayr
* Ludovic Rousseau [EMAIL PROTECTED] [2005-11-05 18:27]: Can you provide a sample file so I can reproduce the bug here? To reproduce this bug please please execute this command in ru_RU.KOI8-R locale: Ludovic, do you have some time to look at this? It was not easy to reproduce

Bug#337779: release-notes do not suggest re-running lilo

2005-11-06 Thread Simon Tatham
Package: release-notes Yesterday I upgraded a machine from woody to sarge, reading and carefully following the procedure given in the release notes. The upgrade went generally smoothly (in contrast to my experiences on my own machine, but that's another story). Then I read section 4.6, `Things

Bug#337780: debian-installer-manual: please rm section 8.5. Compiling a New Kernel

2005-11-06 Thread maximilian attems
Package: debian-installer-manual Severity: wishlist * the chapter is out of date (not referring to the new common package). * there are lots of other references on the topic: - the debian-reference has an chapter about howto compile a new kernel for your debian box - the Debian Linux Kernel

Bug#337587: bad behavior after Ctrl-C at wajig source continue prompt

2005-11-06 Thread John Belmonte
Graham, since you removed the implicit apt-get build-dep, this is likely no longer an issue for wajig source. However, it may be worth investigating if other commands such as wajig build have a similar issue. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Bug#337781: ktouch: spelling error in german lecture

2005-11-06 Thread Andreas Fester
Package: ktouch Version: 4:3.4.2-2.1 Severity: minor The german nine-part-lecture has a spelling error, see attached patch. -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')

Bug#337782: ripperx: Second instance in PATH is cumbersome

2005-11-06 Thread Thorsten Haude
Package: ripperx Version: 2.6.4-2 Severity: minor I have two ways to call RipperX in Sarge: ripperx and ripperX. The drawback is that command line completion does not help as much as is could to get the command. Since one of the two command is useless, please remove one. (I don't care much for

Bug#265577: #265577: One Debian bug that could be worth looking at

2005-11-06 Thread Gerald (Jerry) Carter
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christian Perrier wrote: | Jerry, | | In Debian BTS, we have numerous old bug reports about smbd/nmbd hangs | and most of the time they lead nowhere (this must be user error...:-)). | | However, http://bugs.debian.org/265577 seems to be of higher

Bug#337689: aptitude: no color when TERM=rxvt-unicode

2005-11-06 Thread Daniel Burrows
On Sat, Nov 05, 2005 at 02:51:07PM -0500, Jason Lunz [EMAIL PROTECTED] was heard to say: in rxvt-unicode, aptitude doesn't use color. I didn't realize how useful the colors were until I tried it without them. :) TERM=rxvt works as a workaround (see urxvt(7) for lots of useful info). The

Bug#337783: randomplay: To UTF-8 or not to UTF-8

2005-11-06 Thread gregor herrmann
Package: randomplay Version: 0.48 Severity: wishlist Tags: patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When randomplay plays MP3s that contain non-ASCII characters in their tags the output contains funny characters - probably UTF-8 encoded in my ISO-8859-15 xterm [0]. Taking a look at

Bug#337784: evince: missing mailcap entries for DVI and DjVu documents

2005-11-06 Thread Pierre THIERRY
Package: evince Version: 0.4.0-1 Severity: minor Tags: patch --- debian/evince.mime 2005-11-06 14:55:50.140783016 +0100 +++ debian/evince.mime.new 2005-11-06 15:21:11.051185416 +0100 @@ -1,2 +1,4 @@ application/pdf; evince %s; test=test -n $DISPLAY ; nametemplate=%s.pdf; priority=5

Bug#337785: module-build failes with ieee80211-1.1.6

2005-11-06 Thread Jens Mueller
Package: ipw2100-source Version: 1.1.2-3 ieee80211-source 1.1.6-2 ipw2100-source1.1.2-3 after upgrading ieee80211-source in etch to 1.1.6-2 the module-build of ipw2100-source failes with: mkdir -p /usr/src/modules/ipw2100/driver/tmp/.tmp_versions cp

Bug#275053: gdm: Problem gone

2005-11-06 Thread Vincent Lönngren
Package: gdm Version: 2.6.0.8-1 Followup-For: Bug #275053 I haven't seen this problem for a long time. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash

Bug#337786: Broken dependencies that don't allow installation of libnumerix-ocaml-dev

2005-11-06 Thread Florent
Package: libnumerix-ocaml Version: 0.19-5.1.1 Severity: grave Justification: renders package unusable This is what I obtain when trying to install libnumerix-ocaml # apt-get install libnumerix-ocaml The following packages have unmet dependencies: libnumerix-ocaml: Depends: libgmp3 but it

Bug#292601: kernel-source-2.6.8: Problem gone

2005-11-06 Thread Vincent Lönngren
Package: kernel-source-2.6.8 Followup-For: Bug #292601 I think this bug has been fixed for some time now. Maybe I'm wrong. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh

Bug#283580: w3mmee: Problem gone

2005-11-06 Thread Vincent Lönngren
Package: w3mmee Version: 0.3.p24.20-3 Followup-For: Bug #283580 Whatever this problem was, I don't see it anymore. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh linked to

Bug#337047: gobby segfaults while reading its own config

2005-11-06 Thread Philipp Kern
On Nov 2, 2005, at 12:53, Alexander Wirt wrote: if I start gobby, quits it segfaults the next if I try to start it. An strace looks like that it has problems while reading the xml config. I cannot trace this bug back to /anything/ useful, I am sorry. Currently I am hoping that the new

Bug#337787: .MTO produces email addresses with stray whitespace

2005-11-06 Thread Martin Michlmayr
Package: groff Version: 1.18.1.1-10 Severity: minor Using .MTO for email addresses (as seen in the groff man page) results in a stray space put before the closing bracket. Example: 1284:[EMAIL PROTECTED]: ~] cat t . .mso www.tmac . .MTO [EMAIL PROTECTED] Martin Michlmayr 1285:[EMAIL

Bug#337788: kmix volume splash screen stuck on Dell inspiron 8500

2005-11-06 Thread Jan Eringa
Package: kmix Version: 3.4.2-2 The problem is that the Volume splash screen never disappears Also if I hit the volume buttons on the laptop I can see the volume increasing but as I release the volume up button the volume status bar sinks back to zero It looks like the machine is constantly

Bug#337789: libqt3-mt: Crash in libc6 free() caused by a vtable function of QGList that kills KDevelop and others

2005-11-06 Thread Ferenczi Viktor
Package: libqt3-mt Version: 3:3.3.5-1 Severity: important Several operations in KDevelop induces crashes with similar tracebacks. Theses bugs are reported to bugs.kde.org, but they may have a common root in the libqt3-mt package used in Debian unstable. Common part (last lines) of these

Bug#337790: libnjb-hotplug doesnt take into account the new udev system without hotplug

2005-11-06 Thread kaouete
Package: libnjb-hotplug Version: 2.2.3-1 Severity: grave Justification: renders package unusable Hi, since udev 0.71-1 is into testing, hotplug has been removed and the configuration of libnjb-hotplug is not used anymore by udev. I dont really understand how it works but it doesnt :) thanks,

Bug#337791: librplay3-dev: should depend on libc6-dev

2005-11-06 Thread Branden Robinson
Package: librplay3-dev Version: 3.3.2-9 Severity: serious File: /usr/include/rplay.h Per Policy §3.5, librplay3-dev should depend on libc6-dev | libc6-dev. Its header file references C library headers, and if those are not installed, the compilation of source code which #includes rplay.h will

Bug#337792: Memory leak in Debbugs::MIME::parse

2005-11-06 Thread Martin Michlmayr
Package: debbugs Version: 2.4.1 Severity: normal There's a memory leak in Debbugs::MIME::parse() as you can see by running the attached script for a while. 6536 tbm 24 0 9344 6696 4056 R 46.8 1.7 0:26.79 test-mem-leak.p 6536 tbm 24 0 50116 46m 4056 R 42.6 12.3 10:20.87

Bug#337793: gkdebconf: [INTL:fr] French program translation

2005-11-06 Thread Thomas Huriaux
Package: gkdebconf Severity: wishlist Tags: patch l10n Please find attached the French translation of gkdebconf, proofread by the debian-l10n-french contributors. po-fr.po.gz should be put as fr.po in the po/ directory. This is a small update by myself. Christian Perrier, the initial translator,

Bug#294499: Bug fixed in SWIG-1.3.27

2005-11-06 Thread Torsten Landschoff
Hi William, On Sat, Nov 05, 2005 at 11:13:02PM +, William S Fulton wrote: SWIG-1.3.27 contains the swig-fix-for-threadsafe-ZTS.patch patch. Assumed fixed and closing corresponding swig bugtracker bug http://sourceforge.net/tracker/index.php?func=detailaid=653355group_id=1645atid=101645

Bug#332931: openoffice.org-l10n-sv: Problem gone

2005-11-06 Thread Vincent Lönngren
Package: openoffice.org-l10n-sv Version: 2.0.0-2 Followup-For: Bug #332931 This bug does not apply to openoffice.org = 2. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing') Architecture: i386 (i686) Shell: /bin/sh

Bug#333052: 2.6.14, udev: unknown symbols for ehci_hcd

2005-11-06 Thread Harald Dunkel
Harald Dunkel wrote: For testing I have added it to Debian's module-init-tools 3.2-pre9. Works for me. No, it doesn't. After the 3rd reboot the problem was back. Regards Harri signature.asc Description: OpenPGP digital signature

Bug#337746: xsnow: Probably local problem, then

2005-11-06 Thread Vincent Lönngren
Package: xsnow Version: 1:1.42-2 Followup-For: Bug #337746 The problem is still there. Since you can't reproduce it, it's probably the same problem as with xaos -root (bug #293279), which is very elusive and can't be reproduced by anyone, yet happens to me every time. I suppose it's something

Bug#337783: randomplay: To UTF-8 or not to UTF-8

2005-11-06 Thread Adam Kessel
Thanks for the patch. That looks good. I'll give it a try and assuming all is well will incorporate it shortly. On Sun, Nov 06, 2005 at 03:23:02PM +0100, gregor herrmann wrote: Package: randomplay Version: 0.48 Severity: wishlist Tags: patch -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

  1   2   3   4   >