Bug#438909: [debfile] DebControl.md5sums(): unsafe parsing of md5sums file

2007-08-20 Thread Romain Francoise
Package: python-debian Version: 0.1.5 Tags: patch The 'md5sums' method of the DebControl class assumes that the package's md5sums file has exactly two whitespace-separated columns: |md5_file = self.get_file(MD5_FILE) |sums = {} |for line in md5_file.readlines(): |

Bug#438876: Can't click inside selected text

2007-08-20 Thread Damián Viano
On Mon, Aug 20, 2007 at 02:44:56PM +0100, David wrote: If I have some text selected, and I want to make a new selection that starts inside the current selection, I first have to clear the selection by clicking outside it. Clicking inside the selection is not possible (as the mouse pointer

Bug#436939: OVERRIDE_FROM should override email address

2007-08-20 Thread Bernhard Kauer
On Thu, Aug 09, 2007 at 08:23:56PM -0700, Joey Hess wrote: Bernhard Kauer wrote: The ability to override the From: field of the mail via OVERRIDE_FROM is misleading. It just allows to override the From: name, but not the email address. The attached patch correct this. Additionally it is

Bug#438600: ITP: myspell-hy -- Myspell dictionary for Armenian

2007-08-20 Thread Alan Baghumian
Hi, There is no reason to reject it. It works and acts correctly. This dictionary supports both Western and Eastern Armenian words those are both used in Armenia and Armenian Diaspora. What do you mean correct? I think that situation is clear now. Alan Hi, Alan Baghumian wrote: * Package

Bug#438910: kmail: blocks when receiving mail

2007-08-20 Thread Felipe Sateler
Package: kmail Version: 4:3.5.7-2 Severity: important When fetching mail, kmail blocks. CPU usage does not increase, though. Blocking seems to occur after downloading one message, although I can't be sure. FWIW, I'm running kmail under Kontact. If you need any information, please ask. --

Bug#438800: hex-a-hop: Segfault reading save4.dat on 64 bit platforms

2007-08-20 Thread Yuri Kozlov
I think I found the reason for bug 438800: A too short fixed array size. Changing char optionSlotName[MAX_GAMESLOT][40] to char optionSlotName[MAX_GAMESLOT][400] in menus.h:387 should fix it. No, the same crash. Jens, I think it happens not from reading save4.dat. I dont have a dir .hex-a-hop at

Bug#370762: storebackup: Please could you fix this? Just change -rua to -ua in the synopsis of the man page

2007-08-20 Thread Arthur Korn
Hi Reuben Thomas schrieb: It's an uncontentious fix, and this minor problem bit me again today in that I was reading the man page, thought but doesn't -a imply -r?, and so I had to read the cp man page to check, and I remembered I had already filed a bug... redundancy isn't a bug, not even

Bug#438910: kmail: blocks when receiving mail

2007-08-20 Thread Felipe Sateler
On Monday 20 August 2007 13:23:20 you wrote: Package: kmail Version: 4:3.5.7-2 Severity: important When fetching mail, kmail blocks. CPU usage does not increase, though. Blocking seems to occur after downloading one message, although I can't be sure. FWIW, I'm running kmail under Kontact.

Bug#438600: ITP: myspell-hy -- Myspell dictionary for Armenian

2007-08-20 Thread Rene Engelhard
[ please don't post TOFU ] Alan Baghumian wrote: There is no reason to reject it. It works and acts correctly. This dictionary supports both Western and Eastern Armenian words those are both used in Armenia and Armenian Diaspora. Well, the issue says otherweise. I don't know who is right (I

Bug#438911: ext2resize: Fails block relocator should have moved 517

2007-08-20 Thread Helge Kreutzmann
Package: ext2resize Version: 1.1.19-9 Severity: normal I extended my LVM partition by another 5 G lvextend -L +5G /dev/system_vg/media_lv (as I've done extensions in the past) and (now multiple times) checked the file sytems: remaxp:~# e2fsck -f /dev/mapper/system_vg-media_lv e2fsck 1.40-WIP

Bug#438909: [debfile] DebControl.md5sums(): unsafe parsing of md5sums file

2007-08-20 Thread Stefano Zacchiroli
On Mon, Aug 20, 2007 at 07:15:40PM +0200, Romain Francoise wrote: for line in md5_file.readlines(): -md5, fname = line.split() +md5, fname = line.rstrip(\n).split(None, 1) sums[fname] = md5 I went for .rstrip('\r\n'), but thanks for the report and

Bug#370762: storebackup: Please could you fix this? Just change -rua to -ua in the synopsis of the man page

2007-08-20 Thread Reuben Thomas
On Mon, 20 Aug 2007, Arthur Korn wrote: Hi Reuben Thomas schrieb: It's an uncontentious fix, and this minor problem bit me again today in that I was reading the man page, thought but doesn't -a imply -r?, and so I had to read the cp man page to check, and I remembered I had already filed a

Bug#438912: gdb: unable to set breakpoint if path to source file contains parenthesis

2007-08-20 Thread Alexander Galanin
Package: gdb Version: 6.4.90.dfsg-1 Severity: normal unable to set breakpoint if path to source file contains parenthesis. I think that gdb is inproperly handles parenthesis in a file name. [EMAIL PROTECTED]:/tmp/dirname(comment)/integration/v1.0-integration$ gdb GNU gdb 6.4.90-debian Copyright

Bug#438800: Segfault reading save4.dat on 64 bit platforms

2007-08-20 Thread Yuri Kozlov
I just build hex-a-hop_0.0.20070315-4_amd64.deb $LC_ALL=C hex-a-hop Warning: unable to open file /home/yuray/.hex-a-hop/save4.dat for reading Warning: don't know window with for message: Warning: don't know window with for message: Start New Game Its worked! -- Regards, Yuri Kozlov --

Bug#438913: maradns: Remote DoS attack possible

2007-08-20 Thread Martin Nicholas
Package: maradns Version: 1.2.12.04-1etch1 Severity: normal From MaraDNS website: MaraDNS would leak about 300 bytes whenever a specially crafted DNS packet (either one with a non-0 Opcode, or a non-1 Class) was sent to the server. This leak would have allowed an attacker to cause MaraDNS to

Bug#438914: python2.5: FTBFS on hurd-i386

2007-08-20 Thread Samuel Thibault
Package: python2.5 Version: 2.5.1-3 Severity: important Tags: patch Hi, python2.5 currently FTBFS because python doesn't correctly work around poll() on systems on which it returns an error on invalid FDs, here is a patch. Samuel -- System Information: Debian Release: lenny/sid APT prefers

Bug#426766: geany disrespects .gtkrc-2.0

2007-08-20 Thread Enrico Tröger
On Wed, 30 May 2007 12:34:49 -0700, Brandon [EMAIL PROTECTED] wrote: Hi, Package: geany Version: 0.10.2-1 Geany does not respect .gtkrc-2.0. Here is the contents of my .gtkrc-2.0: [EMAIL PROTECTED]:~$ cat ~/.gtkrc-2.0 gtk-cursor-blink = 0 gtk-cursor-blink-time = 1 Here are the

Bug#332007: lilo: diff for NMU version 1:22.8-3.1

2007-08-20 Thread Amaya
tags 332007 + patch thanks Hi, In order to finish the cdebconf transition, see: http://lists.debian.org/debian-devel/2005/08/msg00136.html i intend to *lovingly* NMU, with this very small change. I will upload to DELAYED-7, so that you still have time to stop it if needed. Attached is the diff

Bug#438912: gdb: unable to set breakpoint if path to source file contains parenthesis

2007-08-20 Thread Daniel Jacobowitz
On Mon, Aug 20, 2007 at 09:42:47PM +0400, Alexander Galanin wrote: unable to set breakpoint if path to source file contains parenthesis. I think that gdb is inproperly handles parenthesis in a file name. Please try single or double quotes around the filename. -- Daniel Jacobowitz CodeSourcery

Bug#331883: lapack3: diff for NMU version 3.0.20000531a-6.1

2007-08-20 Thread Amaya
tags 331883 + patch thanks Hi, Attached is the diff for my lapack3 3.0.2531a-6.1 NMU. -- ·''`. If I can't dance to it, it's not my revolution : :' :-- Emma Goldman `. `' Proudly running Debian GNU/Linux (unstable) `-

Bug#438915: disable keyboard and mouse in fbcon

2007-08-20 Thread Bernhard Kauer
Package: libsdl1.2 Version: 1.2.11-9 Tags: patch Severity: wishlist The fbcon driver does not allow to disable the initialization of the keyboard. Only the initialization of the mouse could be disabled. The attached patch checks whether a SDL_NOKBD environment variable is present and does not

Bug#438918: mono-xsp2: Error on package installation

2007-08-20 Thread Sebastian P.R. Gingter
Package: mono-xsp2 Version: 1.2.4-1.1 Severity: grave Justification: renders package unusable Installation of package failes with the following error: Setting up mono-xsp2 (1.2.4-1.1) ... Using Mono XSP 2 port: 8082 sed: can't read /etc/default/mono-xsp2: No such file or directory dpkg: error

Bug#438919: gpart: Tag x11::terminal is wrong

2007-08-20 Thread Daniel Skorka
Package: gpart Version: 0.1h-4.1 Severity: minor gpart is not a terminal emulator for X11, hence the tag is wrong. -- System Information: Debian Release: 4.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/dash Kernel: Linux 2.6.20

Bug#438910: kmail: blocks when receiving mail

2007-08-20 Thread Felipe Sateler
On Monday 20 August 2007 13:40:32 Felipe Sateler wrote: Further investigation shows that the culprit was bogofilter. For some reason it was taking enormous amounts of time (but not CPU power) to process e-mails, which caused the block. I forgot to add that I'm using bogofilter with the bdb

Bug#438917: mirror submission for debian.dcc.fc.up.pt

2007-08-20 Thread LabCC
Package: mirrors Severity: wishlist Submission-Type: new Site: debian.dcc.fc.up.pt Type: leaf Archive-http: /debian/ CDImage-http: /debian-cd/ Security-http: /debian-security/ Mirrors-from: ftp.nl.debian.org Archive-architecture: amd64 i386 ia64 powerpc Maintainer: LabCC [EMAIL PROTECTED]

Bug#436986: sound-juicer: Profiles was not installed

2007-08-20 Thread Marcus Lundblad
I managed to fix this: The problem was that the following gconf-key was empty: /system/gstreamer/0.10/audio/global/profile_list So I inserted keys into this (list) for the profiles given by these keys: /system/gstreamer/0.10/audio/profiles/* The problem seems to be that this Gconf directory

Bug#429922: New upstream version available (0.6.1)

2007-08-20 Thread José Miguel Parrella Romero
tags 429922 + pending thank you proforg escribió: nginx 0.6.x is unstale / development branch and probably should not be used in production. Latest stable release is nginx 0.5.31 I don't think it's a good idea to use nginx 0.6 -- at least not now. I might upload 0.6 to experimental in the

Bug#332015: magyarispell: diff for NMU version 0.99.4-1.1

2007-08-20 Thread Amaya
tags 332015 + patch thanks Hi, In order to finish the cdebconf transition, see: http://lists.debian.org/debian-devel/2005/08/msg00136.html I intend to *lovingly* NMU, with this very small change. I will upload to DELAYED-7, so that you still have time to stop it if needed. Attached is the

Bug#435882: powertop-1.8 version bump

2007-08-20 Thread Tim Blechmann
Package: powertop Version: 1.7~svn-r227-2 Followup-For: Bug #435882 hi all, powertop 1.8 has been released, would be great to see a debian package -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (10,

Bug#438920: python-debian: [debfile] @staticmethod SyntaxError w/ python2.3

2007-08-20 Thread dann frazier
Package: python-debian Version: 0.1.5 Severity: normal I happened to have an old version of python installed and got this error. It doesn't seem to cause any harm - but perhaps there's a way to tell the package not to try compiling for = python2.3? [EMAIL PROTECTED]:~$ sudo aptitude install

Bug#438073: sudo: not handling nostrip build option (policy 10.1)

2007-08-20 Thread Bdale Garbee
tags 438073 +pending thanks On Wed, 2007-08-15 at 13:26 +0200, Julien Danjou wrote: There was a problem while autobuilding your package with DEB_BUILD_OPTIONS=nostrip. Final binaries are still stripped. Fixed in my CVS for the next upload. Bdale -- To UNSUBSCRIBE, email to [EMAIL

Bug#332040: multi-gnome-terminal: diff for NMU version 1.6.2-13.1

2007-08-20 Thread Amaya
tags 332040 + patch thanks Hi, In order to finish the cdebconf transition, see: http://lists.debian.org/debian-devel/2005/08/msg00136.html I intend to *lovingly* NMU, with this very small change. I will upload to DELAYED-7, so that you still have time to stop it if needed. Attached is the

Bug#438922: ITP: libdpfp -- Digital Persona fingerprint scanner driver for Linux

2007-08-20 Thread Dererk
Package: wnpp Owner: Dererk [EMAIL PROTECTED] Severity: wishlist * Package name: libdpfp Version : 0.2.1 Upstream Author : Daniel Drake [EMAIL PROTECTED] * URL : http://dpfp.berlios.de/ * License : GPL Programming Lang: C Description : Digital Persona

Bug#438921: bmpx: Currently uninstallable because of depending on non-exist boost version

2007-08-20 Thread manphiz
Package: bmpx Version: 0.40.0~rc3-1 Severity: grave Justification: renders package unusable Current bmpx version is built against boost 1.34.0, which is now superseded by boost 1.34.1. As it is depending on libboost-filesystem1.34.0, libboost-iostreams1.34.0, libboost-regex1.34.0, it is

Bug#63995: another plea and an idea for protection against spam

2007-08-20 Thread Eddy Petrișor
Hello, It has been more than 7 years since this bug was opened and it seems to me that this problem hasn't been addressed in any way in Debian. I would really like to see at least the trivial obfuscation that Adam M. Costello proposed in [1]. AFAICT there is no disadvantage to his proposal and

Bug#438915: Acknowledgement (disable keyboard and mouse in fbcon)

2007-08-20 Thread Bernhard Kauer
--- libsdl1.2-1.2.11.orig/src/video/fbcon/SDL_fbvideo.c +++ libsdl1.2-1.2.11/src/video/fbcon/SDL_fbvideo.c @@ -697,14 +697,19 @@ } } - /* Enable mouse and keyboard support */ - if ( FB_OpenKeyboard(this) 0 ) { - FB_VideoQuit(this); - return(-1); - } + if (!SDL_getenv(SDL_NOKBD)) + { +

Bug#438923: arm binaries are built with arm v6 optimisations

2007-08-20 Thread Joey Hess
Package: ffmpeg Version: 0.cvs20070307-6 Severity: normal Tags: patch For arm, ffmpeg does not currently contain code to detect the processor and switch on processor-specific optimisations, like it can do on x86. Instead, the optimisations it enables are determined at compile time. I recently

Bug#438924: sunclock: gzopen64() implicitly converted to pointer

2007-08-20 Thread dann frazier
Package: sunclock Version: 3.56-3 Severity: important Usertags: implicit-pointer-conversion Our automated buildd log filter[1] detected a problem that is likely to cause your package to segfault on architectures where the size of a pointer is greater than the size of an integer, such as ia64 and

Bug#332040: multi-gnome-terminal: diff for NMU version 1.6.2-13.1

2007-08-20 Thread Mohammed Sameer
On Mon, Aug 20, 2007 at 08:19:29PM +0200, Amaya wrote: tags 332040 + patch thanks Hi, In order to finish the cdebconf transition, see: http://lists.debian.org/debian-devel/2005/08/msg00136.html I intend to *lovingly* NMU, with this very small change. I will upload to DELAYED-7, so

Bug#438925: libxmmsclient++1: uninstallable due to depending on superseded boost version

2007-08-20 Thread manphiz
Package: libxmmsclient++1 Version: 0.2DrJekyll-4 Severity: grave Justification: renders package unusable Currently libxmmsclient++1 is uninstallable because it is depending on libboost-signals1.34.0, which is part of boost 1.34.0 and is superseded by boost 1.34.1, which causes the uninstallable

Bug#438911: ext2resize: Fails block relocator should have moved 517

2007-08-20 Thread Petter Reinholdtsen
[Helge Kreutzmann] (Reading other bug reports, I see that there is also a resize2fs, I always confuse those two tools, if I don't here something from you in the next days, I'll try it out) Please use resize2fs, it is better than ext2resize. The only asset in the ext2resize package is the

Bug#438788: Package maxdb-server doesn't install after Debian 4.0r0 update

2007-08-20 Thread Martin Kittel
Hi Donatas, have you installed the maxdb-server-7.5.00 package as well? If you actually want to run a database you will need this package. The maxdb-server package only contains a server that you need for remote communication (and that can be installed without the actual server). Best

Bug#438926: Kernel boot error on a SUN Netra T4 server

2007-08-20 Thread Mário Santiago Batista
Package: kernel-image sparc Version: 2.6.18 I downloaded the lastest net-install SPARC ISO CD (etch) and trying to boot from CD I get the error Illegal Instruction. Outputs ### {0} ok boot cdrom Boot device:

Bug#438037: splat: not handling nostrip build option (policy 10.1)

2007-08-20 Thread Bdale Garbee
tags 438037 +pending thanks On Wed, 2007-08-15 at 10:27 +0200, Julien Danjou wrote: There was a problem while autobuilding your package with DEB_BUILD_OPTIONS=nostrip. Final binaries are still stripped. Fixed in my CVS for the next upload. Bdale -- To UNSUBSCRIBE, email to [EMAIL

Bug#438904: xserver-xorg: Cursor at top of stacked monitor configuration shows up on both monitors

2007-08-20 Thread Brice Goglin
reassign 438904 xserver-xorg-video-ati found 438904 1:6.6.3-2 thank you Josh Triplett wrote: I have a two-monitor stacked configuration. I started a program, causing the busy cursor to appear. When I moved that cursor to the top of the upper screen, hanging over the top edge, it also

Bug#438353: xtrkcad: not handling nostrip build option (policy 10.1)

2007-08-20 Thread Bdale Garbee
tags 438353 +pending thanks On Thu, 2007-08-16 at 14:23 +0200, Julien Danjou wrote: There was a problem while autobuilding your package with DEB_BUILD_OPTIONS=nostrip. Final binaries are still stripped. Fixed in my CVS for the next upload. Bdale -- To UNSUBSCRIBE, email to [EMAIL

Bug#175987: pimppa: diff for NMU version 0.5.8-0.2

2007-08-20 Thread Amaya
tags 175987 + patch tags 277259 + patch tags 296086 + patch tags 332068 + patch thanks Hi, In order to finish the cdebconf transition, see: http://lists.debian.org/debian-devel/2005/08/msg00136.html I intend to *lovingly* NMU, with this very small change. I will upload to DELAYED-7, so that you

Bug#438850: xserver-xorg-video-nv: Unable to use native DFP resolution

2007-08-20 Thread Brice Goglin
Michael Hanke wrote: I just upgraded from etch to lenny and my screen does not show its native resolution anymore. As you can see from the logfile dump below the native resolution of my screen is 1680x1050. This is confirmed by ddcprobe and xresprobe: [...] The whole setup worked perfectly

Bug#438927: New upstream version 0.17 available

2007-08-20 Thread Dieter Hametner
Package: liblocale-po-perl Version: 0.15-2 Severity: minor In the CPAN archive a newer verion of this package can be found. Regards Dieter -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (600, 'unstable'), (100, 'experimental') Architecture: i386 (i686)

Bug#406335: Second Life new version

2007-08-20 Thread Marcos Marado
On Monday 20 August 2007 13:41, Rainer Dorsch wrote: Am Montag, 20. August 2007 13:25 schrieb Marcos Marado: On Saturday 18 August 2007 08:18, Paul TBBle Hampson wrote: I've uploaded 1.18.1.2 packages, however I have no idea if it will build on i386 or amd64, as I've got a patch in there

Bug#437342: nfs mounts no longer work in testing after upgrade

2007-08-20 Thread Justin Piszcz
On Mon, 20 Aug 2007, Steinar H. Gunderson wrote: On Mon, Aug 20, 2007 at 12:15:50PM -0400, Justin Piszcz wrote: Could you please remind me of the command? apt-get install -t unstable nfs-kernel-server nfs-common? Assuming you've got unstable in your sources.list, that should do fine. (You

Bug#438928: python-notify: Need to be rebuild for python 2.5

2007-08-20 Thread Christian Marillat
Package: python-notify Version: 0.1.1-1 Severity: normal Hi, This pakcage doesn't work with gtk 2.x or Gnome python bindings. A rebuild against python 2.5 is needed. Christian -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (900, 'unstable') Architecture:

Bug#41642: FWD: New Debhelper patch

2007-08-20 Thread Joey Hess
- Forwarded message from Matt T. Proud [EMAIL PROTECTED] - From: Matt T. Proud [EMAIL PROTECTED] Date: Sun, 27 Aug 2006 02:01:51 -0500 (CDT) To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: New Debhelper patch Reply-To: [EMAIL PROTECTED] User-Agent: SquirrelMail/1.4.5 Joey, Attached

Bug#438911: ext2resize: Fails block relocator should have moved 517

2007-08-20 Thread Helge Kreutzmann
Hello Petter, On Mon, Aug 20, 2007 at 08:43:29PM +0200, Petter Reinholdtsen wrote: [Helge Kreutzmann] (Reading other bug reports, I see that there is also a resize2fs, I always confuse those two tools, if I don't here something from you in the next days, I'll try it out) Please use

Bug#41642: FWD: Newer Debhelper Patch

2007-08-20 Thread Joey Hess
- Forwarded message from Matt T. Proud [EMAIL PROTECTED] - From: Matt T. Proud [EMAIL PROTECTED] Date: Sun, 27 Aug 2006 13:14:34 -0500 To: [EMAIL PROTECTED] Subject: Newer Debhelper Patch User-Agent: Thunderbird 1.5.0.5 (X11/20060728) Joey, I apologize for spamming the inbox, but here

Bug#41642: FWD: Re: Patch Submission for Debhelper

2007-08-20 Thread Joey Hess
- Forwarded message from Matt T. Proud [EMAIL PROTECTED] - From: Matt T. Proud [EMAIL PROTECTED] Date: Sat, 26 Aug 2006 21:22:23 -0500 (CDT) To: Joey Hess [EMAIL PROTECTED] Subject: Re: Patch Submission for Debhelper Reply-To: [EMAIL PROTECTED] User-Agent: SquirrelMail/1.4.5 Joey, I

Bug#332040: multi-gnome-terminal: diff for NMU version 1.6.2-13.1

2007-08-20 Thread Amaya
Mohammed Sameer wrote: I thought I fixed this!! No problem, this transition will be finished tonight ;) Amaya, thanks for the patch. Please feel free to upload directly to unstable. Thanks! I am now doing so. Happy hacking! -- ·''`. If I can't dance to it, it's not my

Bug#438929: FWD: vidir modifications

2007-08-20 Thread Joey Hess
Package: moreutils - Forwarded message from Moshe Kamensky [EMAIL PROTECTED] - From: Moshe Kamensky [EMAIL PROTECTED] Date: Mon, 1 Jan 2007 13:59:34 + To: Joey Hess [EMAIL PROTECTED] Subject: vidir modifications User-Agent: Mutt/1.5.11 Hi, I've been using your vidir script (part of

Bug#332105: ssmtp: diff for NMU version 2.61-12.1

2007-08-20 Thread Amaya
tags 332105 + patch tags 427737 + patch thanks Hi, In order to finish the cdebconf transition, see: http://lists.debian.org/debian-devel/2005/08/msg00136.html I intend to *lovingly* NMU, with this very small change. I will upload to DELAYED-7, so that you still have time to stop it if needed.

Bug#438930: FWD: Re: debhelper and install

2007-08-20 Thread Joey Hess
Package: debhelper This is a patch to rationallse how debhelper calls install, with the idea that OSes that need install to be called differently for programs, libs, etc, can change just one place in Dh_Lib. It also cleans up use of 755 = 0755 in chmod calls, etc. - Forwarded message from

Bug#438798: Deinstalling vzctl in VE crashes VE

2007-08-20 Thread Kir Kolyshkin
Joachim, I see two problems here -- first is vzctl not detecting it is running inside a VE, and second is crash. First problem is clear, we will fix it in vzctl. As for the second one -- can you please be more specific and describe what does crash means? Is that the deinstallation process that

Bug#438932: git-core: Inconsistency in README.Debian

2007-08-20 Thread Matthijs Kooijman
Package: git-core Version: 1:1.5.2.4-1 Severity: minor README.Debian says: 3. Configure a web server for git. This allows people to use a git:// URL to access your repositories. A bit further down, it says: Now git-clone rsync://git.example.org/git/repo will work. And if

Bug#438931: FWD: A suggestion for moreutils

2007-08-20 Thread Joey Hess
Package: moreutils - Forwarded message from Mark Crutch [EMAIL PROTECTED] - From: Mark Crutch [EMAIL PROTECTED] Date: Mon, 23 Apr 2007 14:47:00 +0100 To: [EMAIL PROTECTED] Subject: A suggestion for moreutils User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) Hi, I recently discovered

Bug#438933: s3cmd: New upstream version is available

2007-08-20 Thread Mikhail Gusarov
Package: s3cmd Version: 0.9.3-1 Severity: wishlist 0.9.4 version of s3cmd is available -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (800, 'testing'), (700, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.22 (SMP w/1 CPU core)

Bug#437342: nfs mounts no longer work in testing after upgrade

2007-08-20 Thread Steinar H. Gunderson
On Mon, Aug 20, 2007 at 03:08:00PM -0400, Justin Piszcz wrote: Very impressive! This solves the find problem, I will let you know if I have any other issues. Great to hear that it's probably the same problem. :-) Is it safe to keep that version installed until the new-fixed version is

Bug#422962: nbdswapd script leaves unused processes and swap files

2007-08-20 Thread Bryan Sutula
On Tue, 2007-07-03 at 13:04 -0700, [EMAIL PROTECTED] wrote: just wanted to ask if adding the following line to /etc/hosts.allow on the server improves things at all: nbdswapd: ALL: keepalive this should cause it to time out after a few hours, at least. Sorry I've been unable to test

Bug#433131: fix for etch?

2007-08-20 Thread Andrew Kieschnick
Is this going to be fixed for etch? It happens pretty routinely on our etch boxes, and makes OpenOffice essentially unusable. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#438932: Acknowledgement (git-core: Inconsistency in README.Debian)

2007-08-20 Thread Matthijs Kooijman
In the same file, in the apache configuration is: Alias /git /var/git Shouldn't that be /var/cache/git instead, when the repositories are in /var/cache/git ? Gr. Matthijs signature.asc Description: Digital signature

Bug#425057: please test sound support for ltsp

2007-08-20 Thread Bryan Sutula
On Sun, 2007-08-12 at 11:04 -0700, [EMAIL PROTECTED] wrote: as of ltsp 5.0.8debian2, sound support should be much easier to set for gnome, and with the instructions petter provided on this bug report (http://bugs.debian.org/425057) should be possile to configure for KDE apps as well. could

Bug#435983: mount by LABEL and lvm

2007-08-20 Thread Vincent Danjean
Hi, I just suffer from the same problem as 435983 after an upgrade of my system. In my case, I just use LVM2 (no raid with mdadm) on the hardisk of my laptop. /dev/disk/by-label/ always only showed plain partitions (ie BOOTFS - ../../sda6) but no 'lvm' partitions (ie no links HOMEFS -

Bug#438798: Deinstalling vzctl in VE crashes VE

2007-08-20 Thread Joachim Reichel
Hi, As for the second one -- can you please be more specific and describe what does crash means? Is that the deinstallation process that fails to deinstal vzctl? Or is that your VE that was like shot down? Or something else? crash means that the VE stops working. The deinstallation process

Bug#438934: thermal documentation confusing; doesn't seem to perform as described

2007-08-20 Thread Frederik Eaton
Package: powersaved Version: 0.14.0-7 Severity: normal I have been trying to understand this document: /usr/share/doc/powersaved/html/Thermal.html It seems out of date. For instance, it suggests ENABLE_THERMAL_MANAGEMENT=yes but in the comments in /etc/powersave/thermal, yes doesn't appear to

Bug#438918: [Pkg-mono-group] Bug#438918: mono-xsp2: Error on package installation

2007-08-20 Thread Mirco Bauer
severity 438918 important thanks On Mon, 2007-08-20 at 20:11 +0200, Sebastian P.R. Gingter wrote: Package: mono-xsp2 Version: 1.2.4-1.1 Severity: grave Justification: renders package unusable Installation of package failes with the following error: Setting up mono-xsp2 (1.2.4-1.1) ...

Bug#438800: Segfault reading save4.dat on 64 bit platforms

2007-08-20 Thread Jens Seidel
On Mon, Aug 20, 2007 at 09:44:52PM +0400, Yuri Kozlov wrote: I just build hex-a-hop_0.0.20070315-4_amd64.deb $LC_ALL=C hex-a-hop Warning: unable to open file /home/yuray/.hex-a-hop/save4.dat for reading Warning: don't know window with for message: Warning: don't know window with for

Bug#434650: mirror submission for esda.wu-wien.ac.at

2007-08-20 Thread Michael Alexander
try it again now (ftp service only) -- Michael Simon Paillard wrote: tags 434650 +moreinfo thanks Dear Michael, On Wed, Jul 25, 2007 at 03:12:09PM +, Michael Alexander wrote: Submission-Type: new Site: esda.wu-wien.ac.at Thanks for the submission of your mirror. There are some details

Bug#435983: mount by LABEL and lvm

2007-08-20 Thread Marco d'Itri
On Aug 20, Vincent Danjean [EMAIL PROTECTED] wrote: I'm not sure at all if this is the correct global solution. But comments *Totally wrong*, or I would have already done it. Please wait, because I want to rename the udev rules files first. -- ciao, Marco signature.asc Description:

Bug#422047: blam: diff for NMU version 1.8.4-2.1

2007-08-20 Thread Amaya
tags 422047 + patch thanks Hi, I intend to *lovingly* NMU, with this very small changes. I will upload to DELAYED-7, so that you still have time to stop it if needed. Attached is the diff for my blam 1.8.4-2.1 NMU. -- ·''`. If I can't dance to it, it's not my revolution : :' :

Bug#438935: mediawiki1.10: Config-webpage not reachable (fresh install, apache2)

2007-08-20 Thread Arnd M�ock
Package: mediawiki1.10 Version: 1.10.1-2 Severity: normal I have got problems to set my mediawiki installation up properly. I tried to follow the instructions from the README.Debian.gz of this package. Apache2 seems to work and is delivering the default webpage (It works) when http://localhost

Bug#435240: Fwd: Bug#435240: multi-pull is slow because it doesn't reuse connections

2007-08-20 Thread Loïc Minier
Hi, On Sun, Aug 19, 2007, Aaron Bentley wrote: There appears to be a bug in the connection-reuse code for bzrlib. Does this patch fix it for you? It seems to avoid reopening connections indeed, but I see: WARNING: the 'deb822' top-level module is *DEPRECATED*, please use

Bug#438504: gcc-4.1: [powerpc] ICE while compiling linux kernel : drivers/scsi/aic7xxx/aic79xx_core.c

2007-08-20 Thread Martin Michlmayr
* Sven Luther [EMAIL PROTECTED] [2007-08-20 17:16]: That said, another possibility would be that track has not the default toolchain installed, but something else installed by waldi. tbm can you check that ? It's a chroot with latest sid. Anyway, I still don't see this, even running with

Bug#438478: djbdns-installer should depend on libc6-dev

2007-08-20 Thread Michael Shuler
In a fresh etch debootstrap (with only locales package added to get rid of annoying LANG warnings..) I was unable to reproduce - simple install of djbdns-installer with both aptitude and apt-get indicate that libc6-dev will be installed. libc6-dev is a Recommends: in gcc package (this is where

Bug#438637: closing 438637

2007-08-20 Thread Adam D . Barratt
# Automatically generated email from bts, devscripts version 2.10.7 # Both unstable and experimental were removed, but only one of the bugs closed close 438637 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#438920: python-debian: [debfile] @staticmethod SyntaxError w/ python2.3

2007-08-20 Thread John Wright
On Mon, Aug 20, 2007 at 12:19:03PM -0600, dann frazier wrote: Package: python-debian Version: 0.1.5 Severity: normal I happened to have an old version of python installed and got this error. It doesn't seem to cause any harm - but perhaps there's a way to tell the package not to try

Bug#437342: nfs mounts no longer work in testing after upgrade

2007-08-20 Thread Justin Piszcz
On Mon, 20 Aug 2007, Steinar H. Gunderson wrote: On Mon, Aug 20, 2007 at 03:08:00PM -0400, Justin Piszcz wrote: Very impressive! This solves the find problem, I will let you know if I have any other issues. Great to hear that it's probably the same problem. :-) Is it safe to keep that

Bug#373390: tmda: diff for NMU version 1.0.3-1.1

2007-08-20 Thread Amaya
tags 332118 + patch tags 373390 + patch thanks Hi, In order to finish the cdebconf transition, see: http://lists.debian.org/debian-devel/2005/08/msg00136.html I intend to *lovingly* NMU, with this very small change. I will upload to DELAYED-7, so that you still have time to stop it if needed.

Bug#438936: newsbeuter: newsbueter should report an error, if an included file cannot be read

2007-08-20 Thread Christian Brabandt
Package: newsbeuter Version: newsbeuter should report an error, if it cannot read an included file Severity: minor Ok, in my config file I have this: , | # key-binding | include ~/.newsbeuter/colors | include keys ` It seems, the files given to include need to have an absolute path. I

Bug#332007: lilo: diff for NMU version 1:22.8-3.1

2007-08-20 Thread Andrés Roldán
Amaya, go ahead with the NMU. Thank you. Amaya wrote: tags 332007 + patch thanks Hi, In order to finish the cdebconf transition, see: http://lists.debian.org/debian-devel/2005/08/msg00136.html i intend to *lovingly* NMU, with this very small change. I will upload to DELAYED-7, so that you

Bug#332007: lilo: diff for NMU version 1:22.8-3.1

2007-08-20 Thread Amaya
Andrés Roldán wrote: Amaya, go ahead with the NMU. Thank you. Thanks! :* -- ·''`. If I can't dance to it, it's not my revolution : :' :-- Emma Goldman `. `' Proudly running Debian GNU/Linux (unstable) `-

Bug#435983: mount by LABEL and lvm

2007-08-20 Thread Vincent Danjean
Marco d'Itri wrote: On Aug 20, Vincent Danjean [EMAIL PROTECTED] wrote: I'm not sure at all if this is the correct global solution. But comments *Totally wrong*, or I would have already done it. Probably, but with it I can boot my system. Please wait, because I want to rename the udev

Bug#332136: Can this bug be finally closed?

2007-08-20 Thread Amaya
Hi there, Jonas! I hope all is fine. I am finishing up the cdebconf transition and I see #332136 has been fixed in experimental since Sep 2006. Can this version be uploaded to unstable so that this transition can be finished? Thanks! -- ·''`. If I can't dance to it, it's not my

Bug#438937: Can't connect to mms http streams

2007-08-20 Thread Luca Falavigna
From: Luca Falavigna [EMAIL PROTECTED] To: Debian Bug Tracking System [EMAIL PROTECTED] Subject: Can't connect to mms http streams Package: libmms Version: 0.3-5 Tags: patch libmms is unable to connect to http streams. See http://www.nasa.gov/55644main_NASATV_Windows.asx for instance. This bug

Bug#438179: [EMAIL PROTECTED]: Re: [PATCH] getaddrinfo(): option to not sort IPv4 addresses]

2007-08-20 Thread Aurelien Jarno
Please find attached the answer from upstream about this problem. -- .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73 : :' : Debian developer | Electrical Engineer `. `' [EMAIL PROTECTED] | [EMAIL PROTECTED] `-people.debian.org/~aurel32 | www.aurel32.net

Bug#438920: python-debian: [debfile] @staticmethod SyntaxError w/ python2.3

2007-08-20 Thread dann frazier
On Mon, Aug 20, 2007 at 02:51:45PM -0600, John Wright wrote: I don't have a machine handy that still has python2.3, so can you test with this deb: http://people.debian.org/~jsw/python-debian/python-debian_0.1.6_all.deb Done, error is gone. -- dann frazier -- To UNSUBSCRIBE, email to

Bug#437360: hotkey-setup: read the source

2007-08-20 Thread Mohammed Adnène Trojette
On Mon, Aug 20, 2007, Osamu Aoki wrote: I do not underrstand why this is marked as moreinfo. Because I needed more info to see whether the bug came from a missing dependency. I do not know how exactly the hardware problem exist with my hardware and this program but I should be given right to

Bug#309964: tagging 309964, tagging 321403

2007-08-20 Thread Touko Korpela
# Automatically generated email from bts, devscripts version 2.10.7 tags 309964 - fixed-upstream #removing bogus tags by confused bts-link tags 321403 - fixed-upstream -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#435983: mount by LABEL and lvm

2007-08-20 Thread Marco d'Itri
On Aug 20, Vincent Danjean [EMAIL PROTECTED] wrote: - why does my solution not work [1] ? Because the correct method is to react to change events. - does my solution work in my case (no mdadm, only lvm2 with no snapshot) or can my change trigger big problems for me ? It should continue to

Bug#438938: avahi: FTBFS on hurd-i386

2007-08-20 Thread Samuel Thibault
Package: avahi Version: 0.6.21-1 Severity: important Tags: patch Hi, Avahi currently FTBFS on hurd-i386 because the Hurd doesn't yet have a way to monitor network interfaces. Here is a patch that adds support for such system. Also a fix for unconditionnal of the optional PATH_MAX macro. Samuel

Bug#438939: udev: module does not get loaded with options from /etc/modprobe.d/

2007-08-20 Thread Matt Zagrabelny
Package: udev Version: 0.114-2 Severity: normal It seems that when udev loads (at boot) the modules for my TV/radio tuner card the options under /etc/modprobe.d/local do not get processed. After boot if I do: # rmmod cx8800; rmmod cx88xx # modprobe cx88xx; modprobe cx8800 everything works as

Bug#438939: udev: module does not get loaded with options from /etc/modprobe.d/

2007-08-20 Thread Marco d'Itri
On Aug 20, Matt Zagrabelny [EMAIL PROTECTED] wrote: It seems that when udev loads (at boot) the modules for my TV/radio tuner card the options under /etc/modprobe.d/local do not get processed. I can't see why, since udev just modprobes the relevant bus alias (see hotplug.rules). Looks like you

Bug#433732: me too

2007-08-20 Thread Joey Hess
I'm also seeing this bug, using courier 4.1.1.20060828-6. Very, very annoying. -- see shy jo signature.asc Description: Digital signature

<    1   2   3   4   >