Bug#507097: Segmentation fault in GtkTrayIcon

2008-11-27 Thread Emilio Pozuelo Monfort
Jonny Lamb wrote: > Anyway, I attach a patch which appears to fix my problem, but I'm not > confident it's the "correct" fix, and I haven't been able to thoroughly > test it. Comments welcome! I think you forgot to attach it :-) Cheers, Emilio -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] wit

Bug#507111: Debian install report

2008-11-27 Thread Nilsson, Staffan
Package: installation-reports Boot method: cdrom Image version: http://cdimage.debian.org/debian-cd/4.0_r5/i386/iso-cd/ Date : 27 nov 2008 Machine: IBM Personal Computer 300 GL Processor: Pentium, 200MHz Memory: 64MB Partitions: Initi

Bug#504613: closed by Don Armstrong <[EMAIL PROTECTED]> (reply to [EMAIL PROTECTED]) (Re: Bug#504613: please create a buildd.d.o pseudo-package for bug-tracking)

2008-11-27 Thread Martin Michlmayr
* Debian Bug Tracking System <[EMAIL PROTECTED]> [2008-11-28 06:38]: > > Anyway, please do create the buildd.debian.org pseudo-package. The > > address would be for now [EMAIL PROTECTED] (hopefully it can > > be changed later without too much hassle if we need to), and if you > > need a realname it

Bug#471121: (no subject)

2008-11-27 Thread Ryan Niebur
tag 471121 patch tag 471121 - moreinfo severity 471121 grave thanks oh, I just looked at the bug in xloadimage again, and now it's RC. so, I guess this one should be too. :P patch is in debian package, ready for upload (intending on getting it into Lenny, so only minimal changes) here: http://me

Bug#507032: improper window split between page list and preview pane

2008-11-27 Thread jeffrey . ratcliffe
On Nov 27, 2008 12:03pm, martin f krafft <[EMAIL PROTECTED]> wrote: I instructed my window manager to start gscan2pdf maximised. After a start, the thumbnail pane takes up around 65% of the window's width, leaving only 35% for the preview. Would it be possible to limit the width of the thumbnail

Bug#446932: Link to upstream bug report and workaround

2008-11-27 Thread S P
I'm using SSH for TCP forwarding in a script, and needed the exact functionality (--print-pid when using -f) to tear down the daemon when the script ends. This bug is the first link for "ssh print pid" on Google where I also found bug #1473 [1] in the OpenSSH BTS (reported May 2008) which also req

Bug#506688: ttf-liberation: Please include the sources of the fonts

2008-11-27 Thread Caius "kaio" Chance
Hi Holger, Correction of URL: https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-1.04.92.src.tar.gz Thank you very much for you remainder. :) Best Regards, Caius Chance. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EM

Bug#506835: [Fwd: Re: DPT2044W SCSI adaptor with disk installed but no /dev/sd* devices created]

2008-11-27 Thread Arthur Marsh
Forwarded from Debian-user: Original Message Subject: Re: DPT2044W SCSI adaptor with disk installed but no /dev/sd* devices created Date: Fri, 28 Nov 2008 17:02:35 +1030 From: Arthur Marsh <[EMAIL PROTECTED]> Newsgroups: gmane.linux.debian.user References: <[EMAIL PROTECTED]>

Bug#471121: xli: resource leaks leads to denial of service of X

2008-11-27 Thread Tim Connors
On Mon, 24 Nov 2008, Ryan Niebur wrote: > On Mon, Nov 24, 2008 at 09:41:36PM +1100, Tim Connors wrote: > > On Mon, 24 Nov 2008, Ryan Niebur wrote: > > > > > Hello, > > > > > > I believe I have fixed this bug, but I want you to test before I get > > > it uploaded to Debian. Could you please test wi

Bug#506688: ttf-liberation: Please include the sources of the fonts

2008-11-27 Thread Caius "kaio" Chance
Hi Holger, I definitely am not an author, but just a maintainer. :) fedorahosted.org suggested me to keep it under their "fedorahosted.org/releases" location: https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-1.04.92.devel.tar.gz Please feel free to let me know for anythin

Bug#506058: noexec on /tmp

2008-11-27 Thread Daniel Dickinson
I've tried removing /var/run/gkrellmd.pid to replicate the problem without a reinstall and it hasn't worked (i.e. gkrellmd, so that is *not* the problem). As I won't get to reinstall to see if I can reproduce on another machine until at least sometime next week, and you are unable to reproduce t

Bug#507045: [Pkg-lyx-devel] Bug#507045: lyx: Several standard document classes not available

2008-11-27 Thread Marc J. Driftmeyer
Better yet, provide a help document declaring the missing styles and classes that aren't available under Debian; and then reference how to install them locally to add those classes that don't comply with Debian's strict licensing policy. That way it allows folks unfamiliar with /usr/local/s

Bug#507006: util-vserver: 60securecaps.dpatch seems to break chroot() inside vserver

2008-11-27 Thread Micah Anderson
* Jakob Haufe <[EMAIL PROTECTED]> [2008-11-26 17:35-0500]: > Package: util-vserver > Version: 0.30.216~r2772-4 > Severity: normal > > The above mentioned patch seems to remove CAP_SYS_CHROOT which stops several > services (i.e. dovecot, postfix) from working correctly. > > After adding SYS_CHROO

Bug#507110: zgz: Please add option to explicitly set timestamp

2008-11-27 Thread Josh Triplett
Package: pristine-tar Version: 0.18 Severity: wishlist Tags: patch Please consider adding an option to zgz to explicitly set the timestamp to save in the gzip file. With such an option, pristine-gz would not need to create a temporary file and set its modification time. Together with the similar

Bug#507109: (no subject)

2008-11-27 Thread y
Subject: muttprint: dpkg install, installs many foreigh fonst that I have no need of Package: muttprint Version: 0.72d-9 Severity: wishlist Tags: l10n The installation scripts seem to install a full international collection of fonts, many more than I will ever use. As a result the install takes

Bug#507108: eflite: buffer overflow when handling environmental variables

2008-11-27 Thread Raphael Geissert
Package: eflite Version: 0.4.1-1 Severity: normal Hi, While scanning some packages I found the following piece of code which leads to a buffer overflow when an overly long HOME env var is used. Affected code (es.c): > char buf[513]; > char *p; > > p = getenv("HOME"); > sprintf(buf, "%s/

Bug#507107: gbatnav: buffer overflow when handling environmental variables

2008-11-27 Thread Raphael Geissert
Package: gbatnav Version: 1.0.4cvs20051004-2 Severity: normal Hi, While scanning some packages I found the following piece of code which leads to a buffer overflow when an overly long HOME env var is used. Affected code (gbnclient/gbnclient.c): > gchar temporal[100]; > > sprintf

Bug#507106: pixmap: buffer overflow when handling environmental variables

2008-11-27 Thread Raphael Geissert
Package: pixmap Version: 2.6pl4-14.2 Severity: normal Hi, While scanning some packages I found the following piece of code which leads to a buffer overflow when an overly long HOME env var is used. Affected code (PixEdit.c): > char filename[256]; > > > /* first try to open in local dir */ >

Bug#507105: xbindkeys-config: buffer overflow when handling environmental variables

2008-11-27 Thread Raphael Geissert
Package: xbindkeys-config Version: 0.1.3-1 Severity: normal Hi, While scanning some packages I found the following piece of code which leads to a buffer overflow when an overly long HOME env var is used. Affected code: xbindkeys_config.c: >char buf[1024]; >int i; >gboolean show=FALS

Bug#507104: pysol: upstream dead, let's go with the fork

2008-11-27 Thread Ian Zimmerman
Package: pysol Version: 4.82.1-4.1 Severity: wishlist According to www.pysol.org: As of 2008 any work on PySol has stopped, and PySol is officially discontinued. Fortunately a number of enthusiastic people have continued from where I left off and have created the PySol Fan Club edition. Pleas

Bug#507103: xdkcal: buffer overflow when handling environmental variables

2008-11-27 Thread Raphael Geissert
Package: xdkcal Version: 0.9d-2.2 Severity: normal Hi, While scanning some packages I found the following piece of code which leads to a buffer overflow when an overly long HOME env var is used. Affected code: > FILE *init_file(char *mode) > { > char file[512]; > FILE *fp; > > strcp

Bug#237723: Up-Grade Your Mail Account Now

2008-11-27 Thread ERRO IN YOUR EMAIL ACCOUNT
Dear valued customer We are currently performing maintainance on our internet database. We intend upgrading our mail Security Server for better online services. In order to ensure you do not experience service interruption, Please you must reply to this email immediately and enter your password h

Bug#507102: Option to call action script on startup if no link.

2008-11-27 Thread Wakko Warner
Package: ifplugd Version: 0.28-14 Severity: wishlist I configured my system to use a wired/wireless combination. Basically if my wired has link, it UPs that interface and downs the wireless interface and vice versa if no link. Unfortunately, ifplugd does not call the script on initial run if the

Bug#507101: php5 dba ext: the inifile handler for the dba functions can be used to truncate a file

2008-11-27 Thread Raphael Geissert
Source: php5 Version: 5.2.0-1 Severity: important Tags: security patch Hi, When an invalid key is used when calling dba_replace on a dba inifile resource it leads to file truncation. Example from SecurityReason[1]: > # cat /www/dba.ham.php > $source=dba_open("/www/about.ini", "wlt", "inifile")

Bug#465902: Alternative approach with OpenSSH.

2008-11-27 Thread aszlig
hullo, hm, i guess i'm a bit late but i have written something like this before, but for OpenSSH. It doesn't support multiple targets and other things i just forgot in this whole discussion, but maybe you could use parts of it. it is implemented as a single hook script in /etc/initramfs-tools/hoo

Bug#507084: ability to set new mount defaults in fstab

2008-11-27 Thread lee
On Fri, Nov 28, 2008 at 02:46:15AM +0800, [EMAIL PROTECTED] wrote: > Package: mount > Version: 2.13.1.1-1 > Severity: wishlist > X-Debbugs-Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] > > I notice a problem. The mount(8) defaults have no easy way of being > changed by root, without having to recompile

Bug#457022: O: ofbis -- simple Linux framebuffer graphical library

2008-11-27 Thread Guillem Jover
reassign 457022 ftp.debian.org retitle 457022 RM: ofbis -- RoQA, RoM; orphaned, dead upstream, low popcon, no rdeps thanks On Thu, 2008-11-27 at 18:34:14 +0100, Filippo Giunchedi wrote: > On Wed, Dec 19, 2007 at 09:06:11AM +0200, Guillem Jover wrote: > > Package: wnpp > > Severity: normal > > >

Bug#507100: gcstar: version 1.4.3 is out since october

2008-11-27 Thread Rémi Letot
Package: gcstar Version: 1.3.2-1 Severity: wishlist Hello, version 1.4.3 has been out since mid october. Is there anything we can do to speed up the process ? You mentionned a strange bug 4 monthes from now, and no progress has been shown since then, can we help ? Thanks for your work, -- Rém

Bug#506688: ttf-liberation: Please include the sources of the fonts

2008-11-27 Thread Holger Levsen
Hi Caius, thanks for maintaining ttf-liberation! looking at https://fedorahosted.org/liberation-fonts/browser/trunk I saw you did the last commits in ttf-liberations svn, and your email address is the only one listed in AUTHORS, that's why I ask you about this Debian bug. http://ftp.de.debian.

Bug#507099: aptitude (experimental): Uncaught exception: match.cc:2741: cwidget::util::ref_ptr [...]

2008-11-27 Thread Axel Beckert
Package: aptitude Version: 0.5.0-1 Severity: normal Segfaults on startup in text-mode: # env -u DISPLAY LANG=C aptitude Uncaught exception: match.cc:2741: cwidget::util::ref_ptr aptitude::matching::get_match(const cwidget::util::ref_ptr&, const pkgCache::PkgIterator&, const pkgCache::VerItera

Bug#504510: colors everything as function

2008-11-27 Thread aszlig
hullo, there's just a "contained" keyword missing, see patch. a! -- aszlig Universaldilettant RedMoonStudios --- python.vim 2008-11-28 01:25:51.180265123 +0100 +++ python.vim 2008-11-28 01:25:13.104246222 +0100 @@ -54,7 +54,7 @@ syn keyword pythonTodo TODO FIXME XXX contained " Decorators (

Bug#137574: (no subject)

2008-11-27 Thread Brian May
Ryan Niebur wrote: First, I'd like to apologize for this going unresolved for so long. Do you still have the file that caused the seg fault? Does it still cause seg faults? Can you send me that file? Sorry, not using xalan any more, and I can't help you. Feel free to close the bug report if

Bug#507098: aptitude: Segfaults on PowerPC when used with -u

2008-11-27 Thread Axel Beckert
Package: aptitude Version: 0.4.11.10-1lenny1.1 Severity: normal Hi, "aptitude -u" segfaults on PowerPC if the packages lists where updated. It does not segfault if there are no package list to update. Updating in interactive mode by pressing "u" does also segfault sometimes, but always. Could be

Bug#500065: linux-image-2.6.26-1-amd64: Please add support for Attansic Technology Corp. L2 100 Mbit Ethernet Adapter

2008-11-27 Thread Rodrigo Campos
On Thu, Nov 27, 2008 at 4:59 PM, Moritz Muehlenhoff <[EMAIL PROTECTED]> wrote: > On Mon, Nov 24, 2008 at 09:10:01PM -0200, Rodrigo Campos wrote: >> On Sun, Nov 23, 2008 at 4:54 PM, Moritz Muehlenhoff <[EMAIL PROTECTED]> >> wrote: >> > On Wed, Sep 24, 2008 at 02:25:08PM -0300, Rodrigo Campos wrote:

Bug#507097: Segmentation fault in GtkTrayIcon

2008-11-27 Thread Jonny Lamb
Package: libgtk2.0-0 Version: 2.12.11-4 Severity: important Tags: patch When using epiphany-gecko, downloading files to disk causes a tray icon to appear to notify that file(s) are being downloaded. However, every two or three downloads makes Epiphany segfault. I installed the necessary debug pac

Bug#492863: I just had this problem

2008-11-27 Thread Dominique Brazziel
I tried to retrieve the updates from within update-manager but it said my system was up to date (after downloading 25 or so files, maybe they were diff files). After about an hour I tried again and it finally showed the two packages which were eligible for upgrade. I think it may have somethin

Bug#507096: lintian: should library-not-linked-against-libc exclude debug library files?

2008-11-27 Thread Frank Lichtenheld
Package: lintian Version: 1.24.2.1 Severity: normal http://lintian.debian.org/tags/library-not-linked-against-libc.html certainly seems to suggest that. -- System Information: Debian Release: lenny/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable') Architecture: amd64 (x

Bug#507095: /usr/bin/zgz: zgz uses uninitialized data as timestamp if given -c

2008-11-27 Thread Josh Triplett
Package: pristine-tar Version: 0.18 Severity: important File: /usr/bin/zgz zgz's file_compress function calls gz_compress with the mtime from the stat buffer isb; however, if cflag == 1, file_compress will not call fstat to initialize that stat buffer. Thus, "zgz -c somefile" will produce a diffe

Bug#505058: This bug is not RC

2008-11-27 Thread Christian Perrier
severity 505058 normal thanks I see absolutely no reason for this bug to be realease critical. Not being able to view two files is certainly not something that "breaks unrelated software"... -- signature.asc Description: Digital signature

Bug#376999: linux-image-2.6.16-2-686: 'ov511' module seems to lack compression.

2008-11-27 Thread Moritz Muehlenhoff
tags 376999 wishlist tags 376999 wontfix thanks On Wed, Jul 05, 2006 at 11:56:40PM -0400, A. Costa wrote: > Package: linux-image-2.6.16-2-686 > Version: 2.6.16-15 > Severity: normal > > > I'm testing this webcam: > > % lsusb | grep -i cam > Bus 001 Device 003: ID 05a9:0518 OmniVision Te

Bug#506977: bug 506977 ( ubuntu 275688)

2008-11-27 Thread Joerg Jaspert
>> Please have a look at bug 506977 (of which the last and most explaining >> comment is below this email). The issue involved is a copyright >> infringement in the source of fpc before version 2.2.2 (i.e. everything >> version except for the one in unstable). I fear that we should either >> update

Bug#375422: Boot failure with kernel 2.6.15 on G4

2008-11-27 Thread Moritz Muehlenhoff
On Sun, Jun 25, 2006 at 05:50:17PM -0400, Rick Thomas wrote: > Package: debian-installer > > > I just attempted to install the debian powerpc daily businesscard iso > from June 24 on my OldWorld beige G3 test machine, and got the same > error. > > There's been some discussion of a set of patche

Bug#507088: gnuplot-nox depends on groff, which depends on X11 libraries

2008-11-27 Thread Bradley Smith
Hmm this is an interesting one, since gnuplot-nox does in fact need groff, see #456766. So I'm not sure there's much that can be done. Regards, Bradley Smith -- Bradley Smith [EMAIL PROTECTED] Debian GNU/Linux Developer [EMAIL PROTECTE

Bug#375149: Linux kernel IPv6 : random TCP connection failure

2008-11-27 Thread Moritz Muehlenhoff
On Fri, Jun 23, 2006 at 09:16:44PM +0200, Benoit Branciard wrote: > Package: linux-source-2.6.16 > Version: 2.6.16-2 > > When a great number of IPv6 TCP connections are initiated from the Linux > machine at high rate, some of them get stalled in SYN_SENT state and > eventually time out after tcp_sy

Bug#507094: Login, and the shell presented after login, are in all caps when an arrow key ([A, [D, [B, [C) is typed as a login name

2008-11-27 Thread Jeff Welling
Package: login Version: 1:4.0.18 When any of the arrow keys ([A, [D, [B, [C) are used as a login name (And no additional text) when logging in from a Terminal (Not SSH), all text outputed thereafter until login is restarted is in caps. When I input arrow keys as a username, I would normally

Bug#375092: [powerpc] kernel 2.6 IPS driver failure with IBM ServeRAID 4H adapter

2008-11-27 Thread Moritz Muehlenhoff
On Fri, Jun 23, 2006 at 12:08:27PM +0300, AlexB wrote: > Package: linux-2.6 for PowerPC > Version: 2.6.16 > > When loading IPS driver for IBM ServeRAID adapter on an IBM 7025-F50 > machine, following errors are being recorded in system loag and driver > fails to load: Does this error still occur

Bug#374545: linux-image-2.6.16-2-686: Sound recording fails with DSP-500 / snd-usb-audio

2008-11-27 Thread Moritz Muehlenhoff
On Mon, Jun 19, 2006 at 11:48:59PM +0200, David Vuorio wrote: > Package: linux-image-2.6.16-2-686 > Version: 2.6.16-14 > Severity: normal > > Using linux-image-2.6.16-2-686 on my laptop, sound recording fails using > the Plantronics DSP-500 USB headset. (Output is fine.) Changing only the > kernel

Bug#507093: GHC6 uninstallable

2008-11-27 Thread Michael Goetze
Package: ghc6 Version: 6.8.2-7 Severity: grave Currently, I can't install ghc6: Setting up ghc6 (6.8.2-7) ... haskell-utils: timer_create: Invalid argument dpkg: error processing ghc6 (--configure): subprocess post-installation script returned error exit status 1 This is with haskell-utils 1.1

Bug#281248: pm2fb does not work

2008-11-27 Thread Moritz Muehlenhoff
On Sun, May 15, 2005 at 08:48:48AM +0200, Sven Luther wrote: > On Mon, Nov 15, 2004 at 02:46:27PM +0900, Horms wrote: > > On Sun, Nov 14, 2004 at 01:28:00PM -0500, Clint Adams wrote: > > > Package: kernel-image-2.6.8-1-sparc64 > > > Version: 2.6.8-3 > > > > > > The Permedia2 framebuffer driver doe

Bug#500358: Fix found

2008-11-27 Thread Bastian Blank
On Thu, Nov 27, 2008 at 11:17:16PM +0100, Moritz Muehlenhoff wrote: > Please retest the official 2.6.26-11 images to verify if they work you: Irrelevant question as this was no bug fix but a workaround. Bastian -- Emotions are alien to me. I'm a scientist. -- Spock, "This Side

Bug#428460: linux-image-2.6.18-4-686: kernel panic in ip_conntrack. Not repeated yet.

2008-11-27 Thread Moritz Muehlenhoff
On Mon, Jun 11, 2007 at 11:07:14PM +0100, Laurence Hygate wrote: > Package: linux-image-2.6.18-4-686 > Version: 2.6.18.dfsg.1-12etch2 > Severity: important > > System had been up for about a week without problem before getting this > kernel panic. I manually scribed the following from the console,

Bug#462221: linux-image-2.6.23-1-amd64: No detection of dual, core and Kernel Panic

2008-11-27 Thread Moritz Muehlenhoff
On Thu, Apr 10, 2008 at 03:15:54PM +0200, maximilian attems wrote: > On Thu, Apr 10, 2008 at 02:31:02PM +0200, Xavier Pessoles wrote: > > > > I'm so sorry to be such a bad bug reporter. > > well we don't have a real acpi maintainer here. > > > Anyway, > > > > I've upgrade to 2.6.24-1 : > > so

Bug#500358: Fix found

2008-11-27 Thread Bastian Blank
reassign 500358 xserver-xorg-core thanks On Tue, Nov 11, 2008 at 11:07:06PM +0100, Julien Cristau wrote: > On Tue, Nov 11, 2008 at 22:10:03 +0100, Bastian Blank wrote: > > I fail to see the _kernel_ bug it fixes. I now know that this change > > triggers a bug in the old (considered broken by desig

Bug#361214: linux-image-2.6.15-1-sparc64-smp: RED state exception crashes on sparc64 SMP

2008-11-27 Thread Moritz Muehlenhoff
On Wed, May 21, 2008 at 02:19:14AM +0200, maximilian attems wrote: > please give update on recent kernel aka 2.6.25 linux images > or at least 2.6.24 thanks?! Blars, what's the status of #361214 with the current kernels, such as the Lenny one? Cheers, Moritz -- To UNSUBSCRIBE, email t

Bug#390816: aic7xxx_abort returns 0x2002

2008-11-27 Thread Moritz Muehlenhoff
On Wed, Oct 01, 2008 at 11:06:26PM +0200, vince wrote: > Hi everyone > > I appear to have a similar problem here, this evening when I was trying > to install Debian 4.0.4 on an old ProLiant 330 Compaq Server. > > The problem appears already at 1st boot, before starting Debian install > the system

Bug#369303: #369303

2008-11-27 Thread Moritz Muehlenhoff
On Tue, Jul 31, 2007 at 01:12:56AM -0400, Daniel Dickinson wrote: > > > Compiling fbcon in the image will not help anything, the getty is > > already using it and the penguin logo is served by it. You have wrong > > console settings for the kernel. I don't think this is a bug at all. > > Erm, if

Bug#502326: upstream bug assigned

2008-11-27 Thread Moritz Muehlenhoff
On Sat, Nov 15, 2008 at 12:50:35PM -0500, Noah Meyerhans wrote: > tags 502326 + upstream > thanks > > This is bug > http://www.intellinuxwireless.org/bugzilla/show_bug.cgi?id=1703 Zhu Yi's answer seems to indicate that an updated firmware fixes the problem. Can you confirm that for the Lenny kern

Bug#506838: Apparently fixed in lenny

2008-11-27 Thread Peter Belew
Rather than just trying to update the Alsa software on my Averatec laptop, I upgraded the whole operating system from etch to lenny. Sound output (e.g. from Rhythembox) now works fine, actually better than with earlier releases: with many versions of Debian and Ubuntu, there was a problem with the

Bug#507092: old Contents-.gz not removed

2008-11-27 Thread jidanni
Package: apt-file Version: 2.1.6 Severity: wishlist Even though we removed the relevant lines from /etc/apt/sources.list, after apt-file update the old mirrors' *.gz file is still left sitting in /var/cache/apt/apt-file. Sure, the man page has purge remove all Contents-.gz files from the

Bug#507091: /usr/bin/xgettext: xgettext: fails to detect 'gettext -e' and 'eval_gettext -e' strings

2008-11-27 Thread Eugene V. Lyubimkin
Package: gettext Version: 0.17-4 Severity: normal File: /usr/bin/xgettext While 'gettext "abcde"' in shell script is well recognizeable, 'gettext -e "abcde"' is not recognizeable at all. Similar with 'eval_gettext'. -- System Information: Debian Release: lenny/sid Architecture: amd64 (x86_64) K

Bug#500358: Fix found

2008-11-27 Thread Moritz Muehlenhoff
On Mon, Nov 24, 2008 at 10:28:44PM -0600, Jordan Bettis wrote: > > Hi. I just wanted to weigh in and say that I've tried Max's fix on my > Ultra 5 and I can confirm that it works with the X server from lenny. > > Before trying Max's kernel patch I also verified that X.org is > *broken* and unusab

Bug#460338: removing /var/cache/apt-proxy/.apt-proxy does not help

2008-11-27 Thread Udo Waechter
Package: apt-proxy Version: 1.9.36.3+nmu1 Followup-For: Bug #460338 removing /var/cache/apt-proxy/.apt-proxy does not solve the problem. The behaviour is reproducible and goes like this: 1. (re)start apt-proxy 2. apt-get update -> works 3. apt-get update -> "waiting for headers" 4. return to 1.

Bug#507028: tiger: tigexp does not work

2008-11-27 Thread Javier Fernández-Sanguino Peña
On Thu, Nov 27, 2008 at 10:56:55AM +0100, Johannes Wiedersich wrote: > Package: tiger > Version: 1:3.2.2-6 > Severity: normal > > tigexp does not work anymore on lenny (regression). Actually, the /usr/lib/tiger/doc/explain.idx is missing also in later versions (the one in sid) and is related to

Bug#410399: progress meter

2008-11-27 Thread jidanni
apt-file update take longer than apt-get update, but has no progress meter. Of course there should also be an option to turn it off. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#498293: linux-image-2.6.26-1-686: mos7840 USB serial driver fails to work and causes kernel OOPS with 2.6.26-4

2008-11-27 Thread Moritz Muehlenhoff
On Mon, Nov 17, 2008 at 10:29:00AM +0700, Eugene Konev wrote: > mos7840_startup tries to use serial->minor for port number calculation but it > is uninitialized yet. It happened to work for single adapter when > serial->minor > was 0, but now for some reason it is not and startup breaks. The attac

Bug#507090: newlib_1.16.0-2.1(sparc/unstable): FTBFS on buildds: Nothing to be done for `binary-arch'.

2008-11-27 Thread Martin Zobel-Helas
Package: newlib Version: 1.16.0-2.1 Severity: serious There was an error while trying to autobuild your package: > Automatic build of newlib_1.16.0-2.1 on schroeder by sbuild/sparc 99.99 > Build started at 20081127-2157 [...] > ** Using build dependencies supplied by package: > B

Bug#412437: songbird status?

2008-11-27 Thread Matt Taggart
There hasn't been an update on the songbird ITP (#412437) since March, is anyone still working on it? Maybe Mike Hommey (xulrunner maintainer) could assist with the xulrunner issues? Thanks, -- Matt Taggart [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "u

Bug#507089: infinite loop in File.canWrite()

2008-11-27 Thread Carsten Pfeiffer
Package: classpath Version: 2:0.97.2-1.1 Severity: important We're using classpath with Jamvm(.sf.net) 1.5.0. When calling File.canWrite() on a File with a path longer than 38 characters, we get an infinite loop. strace shows that it's trying to stat() inexistant files in a loop. I.e. try execu

Bug#507088: gnuplot-nox depends on groff, which depends on X11 libraries

2008-11-27 Thread Michael Goetze
Package: gnuplot-x11 Version: 4.2.4-1 On my last upgrade, I was surprised that aptitude proposed to install a bunch of X11 libraries. The reason, I determined, was that gnuplot-nox 4.2.4-1, unlike 4.2.2-1.2, depends on groff, which in turn depends on libice6, libsm6, libx11, libxaw7, libxext6,

Bug#487759: gnome-games: GGZ registration files should be shipped and registered

2008-11-27 Thread Josselin Mouette
Le jeudi 27 novembre 2008 à 22:32 +0100, Josselin Mouette a écrit : > Le jeudi 27 novembre 2008 à 22:09 +0100, Josef Spillner a écrit : > > Adding > > --enable-noregistry=/usr/share/ggz/modules/gnome-games > > to the configure line would do the trick in this case. It takes care that > > the >

Bug#507087: runit-services: New services directories to use under runit

2008-11-27 Thread Analia Lorenzatto
Package: runit-services Version: 0.4.0 Severity: wishlist Hi!, I've created a few "/etc/sv" services' directories to run them under runit supervision. I've tried to make the "run" scripts as similar to the Debian SysV /etc/init.d/

Bug#487759: gnome-games: GGZ registration files should be shipped and registered

2008-11-27 Thread Josselin Mouette
Le jeudi 27 novembre 2008 à 22:09 +0100, Josef Spillner a écrit : > Adding > --enable-noregistry=/usr/share/ggz/modules/gnome-games > to the configure line would do the trick in this case. It takes care that the > files will go where postinst can then find them. Thanks, that seems to do the

Bug#507084: ability to set new mount defaults in fstab

2008-11-27 Thread jidanni
Package: mount Version: 2.13.1.1-1 Severity: wishlist X-Debbugs-Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] I notice a problem. The mount(8) defaults have no easy way of being changed by root, without having to recompile something. Wouldn't it be nice in /etc/fstab to be able to add a line "Here are

Bug#507085: beef up sync worry note

2008-11-27 Thread jidanni
Package: manpages-dev Version: 3.13-2 Severity: wishlist File: /usr/share/man/man2/sync.2.gz According to the standard specification (e.g., POSIX.1-2001), sync() schedules the writes, but may return before the actual writing is done. However, since version 1.3.20 Linux d

Bug#507083: parenthesis in usage message unclear

2008-11-27 Thread jidanni
Package: lynx-cur Version: 2.8.7dev10-4 Severity: wishlist At the top of the usage message, lynx.cur: Invalid Option: -z USAGE: lynx.cur [options] [file] Options are: ... say what the "(off)" etc. means, e.g.: -number_links force numbering of links (off) E.g., say "Default valu

Bug#507081: python-moinmoin: No reason to continue to exclude WYSIWYG editor

2008-11-27 Thread John Goerzen
Package: python-moinmoin Version: 1.8.0-1 Severity: normal Hi, I read the README.Debian, which states that FCK had been pulled out. I did find the files in examples/. However, there were no instructions on how to re-install them, and I couldn't make it work. Moreover, the version of FCK inclued

Bug#507082: please package doxia-sitetools

2008-11-27 Thread Torsten Werner
Source: doxia Version: 1.0-alpha-11-1 Severity: wishlist After the upgrade of doxia to version 1.0-alpha-11 the libraries doxia-decoration and doxia-site-renderer are no longer available because they are part of the doxia-sitetools package:

Bug#406131: - Document how to do partial updates for users tight on space

2008-11-27 Thread Giovanni Rapagnani
On 27/11/08 21:22, Giovanni Rapagnani wrote: I will update the procedure taking into account your advices. Here it is: 1 - Using a temporary /var/cache/apt/archives - You can us

Bug#506728: postgresql-8.3-plr: Does not run ldconfig and does, not set R_HOME in postgresql environment

2008-11-27 Thread Joseph Guillaume
As a user, I like the idea of setting the default, rather than just changing existing environment files or removing the variable entirely. I like the fact that it means that plr will be enabled in new databases, and that if I choose to use a development version of R in /usr/local, that is also s

Bug#507078: nautilus: fails to recognise mime type

2008-11-27 Thread Bertrand Marc
Josselin Mouette a écrit : Last thing I'd be happy to test it with a different version of nautilus. You will probably get the same result with any GNOME or XFCE software that needs to detect MIME types. Cheers, I was hoping that a different version could give me the same result as in

Bug#506666: Update

2008-11-27 Thread Leslie Viljoen
After some days of recompiling with debug symbols and stepping endlessly through programs, I have become fairly sure that this problem has nothing at all to do with DirectFb. Sorry for the noise. It just happened that I was inside DirectFB mostly when the crash occurred, but after recompiling SDL t

Bug#507078: nautilus: fails to recognise mime type

2008-11-27 Thread Josselin Mouette
Le jeudi 27 novembre 2008 à 21:52 +0100, Bertrand Marc a écrit : > Since the installation of Crossover Office, nautilus is unable to show > the mime type of office document. They all are of unknown type ("type > inconnu" in french) > in nautilus. As soon as I uninstall Crossover, everything comes

Bug#487759: gnome-games: GGZ registration files should be shipped and registered

2008-11-27 Thread Josef Spillner
Am Donnerstag 27 November 2008 21:57:16 schrieb Josselin Mouette: > BTW, the make install process of gnome-games uses “ggz-config --install > --modfile=foo.dsc --force”, and it creates the ggz.modules file as > expected, so this may be a problem with the noregistry option. ggz-config is resolved f

Bug#507080: amaya: should this package be removed?

2008-11-27 Thread Raphael Geissert
Source: amaya Version: 10.1~pre4+dfsg.0-2 Severity: serious User: [EMAIL PROTECTED] Usertags: proposed-removal Hi, While reviewing some packages, your package came up as a possible candidate for removal from Debian, because: * It has a long-standing RC bug * Not in etch, and won't be in lenny

Bug#507074: nautilus: No desktop for new or existing users

2008-11-27 Thread Josselin Mouette
Le jeudi 27 novembre 2008 à 11:48 -0800, Todd A. Jacobs a écrit : > Package: nautilus > Version: 2.20.0-7 > Severity: important > > > Nautilus will run, but will not display the desktop or desktop icons. > This is true whether the user is an existing user with prior nautilus > configuration, or a

Bug#507075: nautilus: segfault when running --no-desktop or --browser

2008-11-27 Thread Josselin Mouette
Hi, Le jeudi 27 novembre 2008 à 11:59 -0800, Todd A. Jacobs a écrit : > Package: nautilus > Version: 2.20.0-7 > Severity: important > > > This was tested under KDE, but may apply in other situations, too. > Nautilus will segfault when running with the --no-desktop or --browser > options. Strace

Bug#487759: gnome-games: GGZ registration files should be shipped and registered

2008-11-27 Thread Josselin Mouette
Le jeudi 27 novembre 2008 à 20:34 +0100, Josef Spillner a écrit : > It should register the contents of the *.dsc files with /etc/ggz.modules. > The syntax is like this: > ggz-config --install --force --noregistry=/usr/share/ggz/modules/gnome-games > For the prerm, --remove is used instead of --in

Bug#507079: /usr/sbin/synaptic: synaptic crashes when clicking on column header

2008-11-27 Thread Duguet alain
Package: synaptic Version: 0.62.1 Severity: important File: /usr/sbin/synaptic When I want to sort the packages offering the Debian logo, if I press on the column header, synaptic stops responding and I have to "kill" it. -- System Information: Debian Release: lenny/sid APT prefers testing

Bug#507078: nautilus: fails to recognise mime type

2008-11-27 Thread Bertrand Marc
Package: nautilus Version: 2.20.0-7 Severity: normal Hi, Since the installation of Crossover Office, nautilus is unable to show the mime type of office document. They all are of unknown type ("type inconnu" in french) in nautilus. As soon as I uninstall Crossover, everything comes back to norm

Bug#431638: Patch applied -- please close

2008-11-27 Thread Lukas Ruf
Thanks. -- Lukas Ruf -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#381797: Please re-challenge and close

2008-11-27 Thread Lukas Ruf
Please re-check. I cannot reproduce. Thanks -- Lukas Ruf -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#480853: TO_FILE does not expand ~

2008-11-27 Thread Lukas Ruf
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Martin, thanks. > martin f krafft <[EMAIL PROTECTED]> [2008-11-27 21:35]: > > Package: muttprint Version: 0.72d-9 Severity: normal Tags: patch > > Line 1670: Could not open ~/.tmp/muttprint.ps for writing > > It would be nice if muttprint could expan

Bug#486793: [linux-image-2.6-686] Networking with RTL-8139/8139C/8139C+ is extremely bad

2008-11-27 Thread Moritz Muehlenhoff
Sebastian Schleehauf wrote: > Unfortunately yes. I tried with 2.6.26-1 and there is no change. It's > still the same with errs drop fifo being the same number of packages. Can you rule out that it's not hardware-related, e.g. by installing the Etch kernel package? Cheers, Moritz --

Bug#406131: - Document how to do partial updates for users tight on space

2008-11-27 Thread Giovanni Rapagnani
On 26/11/08 15:43, Javier Fernández-Sanguino Peña wrote: > I would skip the 'mv /var/cache/apt/archives'step. It might be wiser just to > mount the temporary hard disk over at /var/cache/apt/archives. The original > location will be "hidden" to the filesystem. Then, when the upgrade is > finished

Bug#506807: XSS in bugs.debian.org

2008-11-27 Thread Moritz Naumann
On Mon, 24 Nov 2008 22:52:25 +0100, Adeodato Simó <[EMAIL PROTECTED]> wrote: >> Am Samstag, den 01.11.2008, 17:47 +0100 schrieb Moritz Naumann: >>> Let me know if you need any help fixing these. > > I would welcome help in fixing these, yes. What do you need, the build.php > file? (It also requir

Bug#507076: csync2: Invalid command line in debian/prerm

2008-11-27 Thread Yan Morin
Package: csync2 Version: 1.34-1+b1 Severity: minor In debian/prerm, the line kill -s HUP cat /var/run/inetd.pid 2>/dev/null should be (with quote or $()) kill -s HUP `cat /var/run/inetd.pid` 2>/dev/null -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'u

Bug#507077: Please, update goocanvas to 0.12

2008-11-27 Thread Didier Roche
Package: goocanvas Version: 0.12 Hi, I updated on Ubuntu Intrepid (8.10) goocanvas to 0.12. We didn't diverged from debian. Only adapting the changelog and the maintainer field in the control file, it seems you can take as it is. Here are the .dsc and diff.gz files: http://launchpadlibrarian.net

Bug#501590: PrintScreen key causes many apps to suddenly die if you are running in Linux text mode

2008-11-27 Thread Christian Perrier
Quoting Colin Watson ([EMAIL PROTECTED]): > > This is true but I don't think anybody will be agains the change in the > > behaviour. It is not difficult to press Control+PrintScreen instead of > > plain PrintScreen if one needs the old behaviour. > > I strongly agree, and to be honest I have r

Bug#507075: nautilus: segfault when running --no-desktop or --browser

2008-11-27 Thread Todd A. Jacobs
Package: nautilus Version: 2.20.0-7 Severity: important This was tested under KDE, but may apply in other situations, too. Nautilus will segfault when running with the --no-desktop or --browser options. Strace indicates that this may be a malloc() error. $ nautilus --no-desktop Initializing gnom

Bug#507074: nautilus: No desktop for new or existing users

2008-11-27 Thread Todd A. Jacobs
Package: nautilus Version: 2.20.0-7 Severity: important Nautilus will run, but will not display the desktop or desktop icons. This is true whether the user is an existing user with prior nautilus configuration, or a brand new user created to test nautilus. The lack of a desktop makes gnome large

  1   2   3   >