Bug#487254: manpages-dev: *scanf may set errno to ERANGE

2008-06-23 Thread Michael Kerrisk
Right, here's another version. Could you please have another read through, Stephane NOTES The GNU C library supports a non-standard extension that causes the library to dynamically allocate a string of sufficient size for input strings for the %s and %a[range]

Bug#305846: disable-multiuser

2008-06-23 Thread Sergio G.G
This problem is solved by using consolekit and enabling multiuser support for gnome-volume-manager, changing: DEB_CONFIGURE_EXTRA_FLAGS := --disable-multiuser to: DEB_CONFIGURE_EXTRA_FLAGS := --enable-multiuser in debian/rules. Why are the multiuser checks disabled? Regards, Sergio -- To

Bug#486211: Squid3 crashed with Segfault

2008-06-23 Thread Armin ranjbar
On Mon, 16 Jun 2008 02:20:11 +0200 Luigi Gangitano [EMAIL PROTECTED] wrote: tags 486211 +moreinfo thanks Hi Armin, I'm sure you notice that your bug report is rather uninformative. I understand that squid3 segfaults under unknown condition (you attached no log file which could help

Bug#476451: [beagle] bug still exists pidgin + (package) information

2008-06-23 Thread Matthias Krüger
Package: beagle Version: 0.3.4-1 --- Please enter the report below this line. --- This bug still exists. Some dependencies changed. Pidgin information: Version: 2.4.2-2 Depends (Version) | Installed ===-+-===

Bug#486009: Package ready

2008-06-23 Thread Pietro Battiston
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The package is now ready in mentors.debian.org: http://mentors.debian.net/cgi-bin/maintainer-packages?action=details;package=gvb and waiting for sponsorship. Pietro Battiston -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.6 (GNU/Linux)

Bug#487254: manpages-dev: *scanf may set errno to ERANGE

2008-06-23 Thread Stephane Chazelas
On Mon, Jun 23, 2008 at 01:43:39PM +0200, Michael Kerrisk wrote: [...] errno = 0; n = scanf(..., p); if (n == 1) { printf(OK: %s\n, p); free(p); } else if (errno != 0) { perror(scanf); } else { fprintf(stderr, expected letters, not \%s\\n, ...); Well, that error message

Bug#206041: triaging my old bug submissions

2008-06-23 Thread Martin-Éric Racine
Greetings, I haven't used KDE in ages and this system is rather tight on hard-disk resources, so I'm unable to check whether this issue with the Farsi locale in KDE has been fixed. You are welcome to close this bug if you think that the issue has indeed been fixed. Best Regards, -- Martin-Éric

Bug#480883: dpkg-reconfigure xserver-xorg stops after keyboard definitions

2008-06-23 Thread Brice Goglin
Curt Howland wrote: On Friday 20 June 2008, Brice Goglin was heard to say: Curt Howland wrote: Package: xserver-xorg Version: 1:7.3+10 Severity: normal When I try dpkg-reconfigure xserver-xorg the configuration for various keyboard options is executed, then the reconfiguration

Bug#271269: resolving this GRUB issue

2008-06-23 Thread Martin-Éric Racine
Greetings, Triaging through my old bug submissions, I notice that this issue is still open. Has any consensus been reached on how to get GRUB to update its image list, without requiring the user to manually tell /etc/kernel-img.conf to run update-grub? If yes, you're welcome to close this bug.

Bug#352536: triaging my old bug submissions

2008-06-23 Thread Martin-Éric Racine
Greetings, While triaging my old bug submissions, I notice that this one against Screem never was tended to. Can you please respond to it? Cheers! -- Martin-Éric Racine http://q-funk.iki.fi

Bug#487655: mxallowd: Tarball does not create subdirectory

2008-06-23 Thread Helge Kreutzmann
Package: mxallowd Version: 1.5-2 Severity: important I downloaded your current tarball from the FTP mirror and ran tar xvf on it. Contrary to almost (?) all packages in the Debian archive, it does *not* create a subdirectory, which holds the entire source, but clutters the current directory. This

Bug#487452: installation-report: d-i lenny beta 2 nslu2 armel

2008-06-23 Thread Frans Pop
On Monday 23 June 2008, Frans Pop wrote: I don't know if this is a kernel or a hardware bug. I do wonder if d-i should trust the ID_TYPE at all. We don't, at least not entirely. See list-devices which has a few exceptions. Maybe another one should be added? OTOH, it should probably only be

Bug#487656: uswsusp: Whitelist entry for Dell Latitude D430

2008-06-23 Thread Romain Beauxis
Package: uswsusp Version: 0.8-0.1 Severity: wishlist Hi ! My machine is working like a charm using uswsusp 0.7 or 0.8 Could you add its entry to the whitelist before next upload ? Thanks ! Romain -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy:

Bug#312314: reassigning to glibc

2008-06-23 Thread Martin-Éric Racine
reassign 312314 glibc thanks While triaging through my old bug submissions, I cam across this one and found that the w3m issue I reported really is caused by glibc, so I'm hereby reassigning this bug. Meanwhile, if glibc has already been upgraded to do what the second comment on this bug

Bug#366168: triaging my old bug submissions

2008-06-23 Thread Martin-Éric Racine
Greetings, While triaging my old bug submissions, I noticed that this old one about lack of usbhid loading at installation was never closed. Presumably, the final Etch installer always loads usbhid if any USB device is found? If yes, you are welcome to close this bug. Cheers! -- Martin-Éric

Bug#487628: Package description contains small mistake

2008-06-23 Thread Brice Goglin
Anders Semb Hermansen wrote: Package: xserver-xorg-video-ati Version: 1:6.8.191-3 Description says: (...) It provides the 'ati' driver wrapper which loads one of the 'mach64', 'r128' or 'ati' sub-drivers depending on the hardware. (..) The last 'ati' should be 'radeon' Thanks, I fixed

Bug#487657: [rpm2html] doesn't start

2008-06-23 Thread Matthias Krüger
Package: rpm2html Version: 1.9.2-1+b1 Severity: grave --- Please enter the report below this line. --- When I try to launch rpm2html I only get the following output: error: Unable to open /usr/lib/rpm/rpmrc for reading: No such file or directory. Thank you for your fine work!Matthias

Bug#486847: sks - FTBFS: ocamlopt: Command not found

2008-06-23 Thread Christoph Martin
it seems ocamlopt is only availible on some architectures and ocamlc needs to be used on those without it. I'm not sure how much of a drop in replacement it is though. If I try to use ocamlc as a drop in for ocamopt I get errors: ocamlc -o ocextr ocextr.ml ./ocextr bdb_stubs.c bdb.ml ocamlc

Bug#487658: rt73-source: rt73-modules*.deb cannot be built

2008-06-23 Thread Sven Joachim
Package: rt73-source Version: 1:1.0.3.6-cvs20080623-dfsg1-1 Severity: serious Tags: patch Your package fails to build an rt73-modules*.deb: , | % LC_ALL=C m-a -t build rt73 | [...] | dh_installchangelogs CHANGELOG | install: cannot stat `CHANGELOG': No such file or directory |

Bug#487659: ITP: libwww-facebook-api-perl -- Facebook API implementation

2008-06-23 Thread Yves Agostini
Package: wnpp Severity: wishlist Owner: AGOSTINI Yves [EMAIL PROTECTED] * Package name : libwww-facebook-api-perl Version : 0.4.11 Upstream Author : David Romano [EMAIL PROTECTED] * URL : http://search.cpan.org/dist/WWW-Facebook-API/ * License : perl, GPL-1+ | Artistic Programming Lang: Perl

Bug#487656: uswsusp: Whitelist entry for Dell Latitude D430

2008-06-23 Thread Romain Beauxis
tags 487656 +patch thanks Le Monday 23 June 2008 14:12:44, vous avez écrit : My machine is working like a charm using uswsusp 0.7 or 0.8 Could you add its entry to the whitelist before next upload ? I forgot to mention that this information has already been submited upstream... Romain --

Bug#459844: uswsusp: Follow up...

2008-06-23 Thread Romain Beauxis
Package: uswsusp Followup-For: Bug #459844 Hi ! I would also like to see the latest release being part of lenny. I don't believe it's such a bug mess to upload a NMU for a new release if the maintainer agree. Besides, it could be a good idea to start team-maintaining this package,

Bug#448333: fixed, except for ogg chainloading

2008-06-23 Thread Martin-Éric Racine
The problem with chained ogg's aside, is there any improvement in version 0.11.5? Yes, things are back to normal. Ogg chainloading still fails, though. -- Martin-Éric Racine http://q-funk.iki.fi

Bug#463632: console-setup: failure to set the keymap

2008-06-23 Thread Martin-Éric Racine
Getting back to this old bug, the issue seems to come and go. Apparently, from one release to the next, console-setup stops shipping the startup scripts. -- Martin-Éric Racine http://q-funk.iki.fi

Bug#458986: Should check for EOF/EIO

2008-06-23 Thread Daniel Baumann
reassign 458986 procps thanks As Thomas said in [0], I'm reassigning back to procps. [0] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=458986#29 -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet:

Bug#487660: openvpn bugs in debian stable

2008-06-23 Thread psycheye
Package: openvpn Version: 2.0.9-4etch1 Severity: grave Tags: security Justification: user security hole In debian stable, openvpn is bugged: dpkg -l|grep openvpn ii openvpn 2.0.9-4etch1 Virtual Private Network daemon apt-listbugs list openvpn grave bugs of openvpn (2.0.9-4etch1 - ) done

Bug#251173: haven't used Straw in ages

2008-06-23 Thread Martin-Éric Racine
Greetings, I haven't used Straw in ages, so I'm unable to verify whether this issue has been fixed or not. If you feel that this issue is fixed, you're welcome to close this bug. -- Martin-Éric Racine http://q-funk.iki.fi

Bug#341952: ssmtp: UTF-8 issues

2008-06-23 Thread Martin-Éric Racine
Anibal, has any progress been made on this bug? -- Martin-Éric Racine http://q-funk.iki.fi

Bug#337814: pidgin: please forward to upstream

2008-06-23 Thread Martin-Éric Racine
reassign 337814 pidgin thanks Greetings, We're well into Pidgin 2.x series and I notice that this regression still hasn't been fixed. Could the bug report be forwarded to upstream, at least? -- Martin-Éric Racine http://q-funk.iki.fi

Bug#487654: More Detail

2008-06-23 Thread frederic.decou
I've omited to give details ! After upgrading from 2.8.4-1 to 2.8.5-1 the printers are nore more visible une hp-toolbox (all printer ere ethernet printers, i've no locale printers) After downgrading from 2.8.5-1 to 2.8.4-1 (dpkg -i from the .deb available une /var/cache/archive/) the printers

Bug#481778: lynx-cur-wrapper: Does not preserve local changes to configuration

2008-06-23 Thread Atsuhito Kohda
On Sat, 21 Jun 2008 19:07:51 +0200, Andreas Metzler wrote: Hello, Hi Andreas, afaict conffiles won't work since you build the configuration files in postinst using debconf inputs. You'd need to use some clever scripting, like ucf. I guess if I keep them as configuration files, it needs

Bug#344830: evo: remote IMAP copied regardless of settings

2008-06-23 Thread Martin-Éric Racine
Greetings, Triaging my old bug reports, I notice that this issue still hasn't been dealt with. What is the current status? Cheers! -- Martin-Éric Racine http://q-funk.iki.fi

Bug#384424: dh_makeshlibs: incorrect parsing of solibs with an hypen in their name

2008-06-23 Thread Martin-Éric Racine
Hello Joey, I notice that you never got around replying to this issue. Has any progress taken place? Cheers! -- Martin-Éric Racine http://q-funk.iki.fi

Bug#409904: apt: --ignore-missing doesn't work for source command

2008-06-23 Thread Martin-Éric Racine
I notice that this bug was never answered. What is the current status? -- Martin-Éric Racine http://q-funk.iki.fi

Bug#429510: debhelper: inconsistant dh_installdocs behavior with NEWS|README|TODO

2008-06-23 Thread Martin-Éric Racine
Hello Joey, I notice that we never reached a solution on this issue. What is the status? Cheers! -- Martin-Éric Racine http://q-funk.iki.fi

Bug#448215: was Rhythmbox ever ported to playbin2?

2008-06-23 Thread Martin-Éric Racine
...or is chain playing of Ogg still an issue? -- Martin-Éric Racine http://q-funk.iki.fi

Bug#463574: insserv: suspicious error against sudo and makedev scripts

2008-06-23 Thread Martin-Éric Racine
Hello Petter, Was this issue ever documented? If yes, let's close the bug. Cheers! -- Martin-Éric Racine http://q-funk.iki.fi

Bug#480883: dpkg-reconfigure xserver-xorg stops after keyboard definitions

2008-06-23 Thread Curt Howland
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 23 June 2008, Brice Goglin was heard to say: There's already bug #483821 about the nvidia driver having to ship a nvidia.ids file so that the server can autoload the driver when it sees the nvidia board. Got it, thanks. Simply adding

Bug#487663: indywiki: Does not start at all

2008-06-23 Thread Axel Beckert
Package: indywiki Version: 0.9.9.1-1 Severity: grave If I start indywiki, I always get the following error message: !4 Z4 ?0 L1 [EMAIL PROTECTED]:pts/1 (-zsh 4.3.6) 12:59:33 [~] indywiki Traceback (most recent call last): File /usr/bin/indywiki, line 8, in module

Bug#403411: notification-daemon: catching and displaying wall messages would be usefull

2008-06-23 Thread Martin-Éric Racine
I notice that this bug was never replied to. Has the suggestion at least been forwarded to upstream? Cheers! -- Martin-Éric Racine http://q-funk.iki.fi

Bug#443087: autossh: print error when it can't start up

2008-06-23 Thread Filippo Giunchedi
On Tue, Sep 18, 2007 at 05:22:14PM +0100, Reuben Thomas wrote: Package: autossh Version: 1.3-4 Severity: wishlist autossh currently exits without an error if the tunnel cannot be immediately opened. This is a bit confusing, since there's no obvious difference between that and an invocation

Bug#286154: msttcorefonts: please rename to ttf-mscorefonts

2008-06-23 Thread Thijs Kinkhorst
On Mon, June 23, 2008 14:57, Martin-Éric Racine wrote: I notice that several font packages were recently renamed to follow this convention. Can we please get around doing it for this one too? I'll discuss this with the fonts task force. Thijs -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Bug#351724: gdm: patch to enable NumLockx if found

2008-06-23 Thread Martin-Éric Racine
Greetings, I notice that this issue hasn't been dealt with since the GNOME team took the package over from Ryan. What is the current status? Cheers! -- Martin-Éric Racine http://q-funk.iki.fi

Bug#487662: opendchub should act like a real daemon

2008-06-23 Thread Chris Lamb
Package: opendchub Severity: wishlist Version: 0.7.15-1+b1 Hi, please: * Re-add the init script. * Create an opendchub user to run the daemon as * Ensure the daemon reads pre-generated global configuration files when run from the init script. This will mean that opendchub works like the

Bug#349506: gnome-office: unnecessarily Depends on gnome-core; could be Recommends

2008-06-23 Thread Martin-Éric Racine
Hello Jordi, Could this issue be taken care of? Cheers! -- Martin-Éric Racine http://q-funk.iki.fi

Bug#486921: xosview: Add guest time to linux cpumeter

2008-06-23 Thread Kartik Mistry
On Mon, Jun 23, 2008 at 6:26 PM, Samuel Thibault [EMAIL PROTECTED] wrote: Hello, Oops, actually the Guest time is already accounted in the User time, so we have to subtract it there... Here is an updated patch. Oops. I will prepare updated package soon tonight :) -- Cheers, Kartik Mistry

Bug#344559: gnome-screensaver: please compile with support for xscreensaver hacks

2008-06-23 Thread Martin-Éric Racine
Hello Jose Luis, You might wanna check the PTS for your package and see how Ubuntu resolved this issue. Their patches can probably be used as-is. Cheers! -- Martin-Éric Racine http://q-funk.iki.fi

Bug#344267: retitle and continue

2008-06-23 Thread Martin-Éric Racine
retitle 344267 nano: adding built-in support for enchant thanks Hello Jordi, There was a fairly thorough discussion of this issue at UDS recently and the consensus seems to be for Enchant as a generic spell checker back-end. Apparently, the whole KDE universe is already using Enchant and some

Bug#286154: msttcorefonts: please rename to ttf-mscorefonts

2008-06-23 Thread Martin-Éric Racine
Hello Thijs, I notice that several font packages were recently renamed to follow this convention. Can we please get around doing it for this one too? Cheers! -- Martin-Éric Racine http://q-funk.iki.fi

Bug#486921: xosview: Add guest time to linux cpumeter

2008-06-23 Thread Samuel Thibault
Hello, Oops, actually the Guest time is already accounted in the User time, so we have to subtract it there... Here is an updated patch. Samuel diff -ur xosview-1.8.3+debian/linux/cpumeter.cc xosview-1.8.3+debian-mine/linux/cpumeter.cc --- xosview-1.8.3+debian/linux/cpumeter.cc 2008-06-23

Bug#487254: manpages-dev: *scanf may set errno to ERANGE

2008-06-23 Thread Stephane Chazelas
On Mon, Jun 23, 2008 at 01:45:28PM +0200, Michael Kerrisk wrote: On Mon, Jun 23, 2008 at 1:43 PM, Stephane Chazelas [EMAIL PROTECTED] wrote: On Mon, Jun 23, 2008 at 01:34:04PM +0200, Michael Kerrisk wrote: On Mon, Jun 23, 2008 at 1:31 PM, Stephane Chazelas [EMAIL PROTECTED] wrote: On

Bug#487661: vim-latexsuite: overwrites all errorformats

2008-06-23 Thread Thomas Koch
Package: vim-latexsuite Version: 20060325-5 Severity: normal Tags: patch in /usr/share/vim/addons/compiler/tex.vim line 201: set efm= should rather be setlocal efm= This way it does not interfer with errorformats for other filetypes. By now, all my errorformats are deleted by the latex-suite.

Bug#240222: tidy: formatting of comments should always start with a newline

2008-06-23 Thread Martin-Éric Racine
Greetings, Has anything been done by upstream on this issue? -- Martin-Éric Racine http://q-funk.iki.fi

Bug#465711: grandr: missing XDG menu for GNOME/KDE

2008-06-23 Thread Martin-Éric Racine
Greetings, Is anybody tending to this issue? Cheers! -- Martin-Éric Racine http://q-funk.iki.fi

Bug#473180: what's the status of this bug?

2008-06-23 Thread Evgeni Golov
found 473180 2.6.25-5 found 473180 2.6.24-7 block 473176 by 473180 thanks Hi, I just wanted to hear if there is any progress on building Debian's kernels with CONFIG_FB_UVESA=m? Regards Evgeni -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Bug#431118: menu: transition to XDG *.desktop menu system

2008-06-23 Thread Martin-Éric Racine
Hello Bill, I notice that you never replied to this wishlist item. How about it? Cheers! -- Martin-Éric Racine http://q-funk.iki.fi

Bug#487254: manpages-dev: *scanf may set errno to ERANGE

2008-06-23 Thread Stephane Chazelas
On Mon, Jun 23, 2008 at 01:47:59PM +0200, Michael Kerrisk wrote: Right, here's another version. Could you please have another read through, Stephane Michael, it looks good to me. I suspect it wasn't your intention to leave printf(n=%d, errno=%d\n, n, errno); in though. That

Bug#405454: [new check] init script in level S must only use commands from /sbin:/bin

2008-06-23 Thread Martin-Éric Racine
Checking for the existence of a string /usr/ anywhere in the init script could already be a simple way to do this. -- Martin-Éric Racine http://q-funk.iki.fi

Bug#487658: rt73-source: rt73-modules*.deb cannot be built

2008-06-23 Thread Ben Hutchings
On Mon, 2008-06-23 at 14:18 +0200, Sven Joachim wrote: Package: rt73-source Version: 1:1.0.3.6-cvs20080623-dfsg1-1 Severity: serious Tags: patch Your package fails to build an rt73-modules*.deb: , | % LC_ALL=C m-a -t build rt73 | [...] | dh_installchangelogs CHANGELOG | install:

Bug#487254: manpages-dev: *scanf may set errno to ERANGE

2008-06-23 Thread Michael Kerrisk
On Mon, Jun 23, 2008 at 3:13 PM, Stephane Chazelas [EMAIL PROTECTED] wrote: On Mon, Jun 23, 2008 at 01:47:59PM +0200, Michael Kerrisk wrote: Right, here's another version. Could you please have another read through, Stephane Michael, it looks good to me. I suspect it wasn't your

Bug#487625: [EMAIL PROTECTED]: Bug#487625: xpdf: Depends: xpdf-reader (= 3.01-9.1+etch5) but it is not going to be installed]

2008-06-23 Thread Hamish Moffatt
On Mon, Jun 23, 2008 at 10:40:26AM +0200, Philipp Kern wrote: Hm, nice. xpdf is arch:all but depends on xpdf-reader strictly. Thus it is not binNMU-safe. That's already fixed in lenny. Hamish -- Hamish Moffatt VK3SB [EMAIL PROTECTED] [EMAIL PROTECTED] -- To UNSUBSCRIBE, email to

Bug#487254: manpages-dev: *scanf may set errno to ERANGE

2008-06-23 Thread Stephane Chazelas
On Mon, Jun 23, 2008 at 01:52:07PM +0100, Stephane Chazelas wrote: [...] So, %as is not available for instance with: cc -D__STDC_VERSION__=199901L (tcc does set that as a builtin macro http://hg.sharesource.org/mercurialtcc/rev/1e81d5b65878) [...] FYI, and I'm getting off-topic here, the

Bug#351724: gdm: patch to enable NumLockx if found

2008-06-23 Thread Josselin Mouette
Le lundi 23 juin 2008 à 16:06 +0300, =?UTF-8?Q? Martin-=C3=89ric?= Racine a écrit : Greetings, I notice that this issue hasn't been dealt with since the GNOME team took the package over from Ryan. What is the current status? It is absolutely out of question to enable numlock by default,

Bug#473180: what's the status of this bug?

2008-06-23 Thread maximilian attems
On Mon, Jun 23, 2008 at 03:08:47PM +0200, Evgeni Golov wrote: found 473180 2.6.25-5 found 473180 2.6.24-7 block 473176 by 473180 thanks Hi, I just wanted to hear if there is any progress on building Debian's kernels with CONFIG_FB_UVESA=m? not sure if we want that close to the

Bug#486044: status

2008-06-23 Thread Oleg Atamanenko
Is there any progress on the issue? Should I provide some extra information, etc? Can you provide some information on how to find what is the cause of the issue? Best Regards, Oleg Atamanenko. signature.asc Description: This is a digitally signed message part.

Bug#484121: setting package to tasksel tasksel-data, tagging 467324, tagging 484121

2008-06-23 Thread Joey Hess
# Automatically generated email from bts, devscripts version 2.10.30 # via tagpending # # tasksel (2.75) UNRELEASED; urgency=low # # * gnome-desktop: Make gnome the Key package for this task. Needs #meta-gnome2 2.22.2~2, which syncs gnome to the past contents of the task. #Thanks to

Bug#487655: mxallowd: Tarball does not create subdirectory

2008-06-23 Thread Michael Stapelberg
Hello Helge, Thanks for your bugreport. You are indeed right and I fixed the problem in 1.5-3 which will be uploaded later. Best regards, Michael pgprw7TssQAft.pgp Description: PGP signature

Bug#431118: menu: transition to XDG *.desktop menu system

2008-06-23 Thread Bill Allombert
On Mon, Jun 23, 2008 at 04:12:59PM +0300, Martin-Éric Racine wrote: Hello Bill, I notice that you never replied to this wishlist item. How about it? Sorry, it is outside the scope of menu. Certainly you deserve a better answer, but I get wary of saying the same thing again and again.

Bug#486340: debian/copyright needs updating

2008-06-23 Thread Julien Cristau
On Wed, Jun 18, 2008 at 08:43:54 +0200, Thomas Viehmann wrote: While having a few files without any license indication (as long as it's not all rights reserved. without further note, restricted property of...) in a agglomerate that is otherwise fairly homogeneous is suboptimal, it is not

Bug#251173: haven't used Straw in ages

2008-06-23 Thread Kumar Appaiah
On Mon, Jun 23, 2008 at 5:59 PM, Martin-Éric Racine wrote: I haven't used Straw in ages, so I'm unable to verify whether this issue has been fixed or not. If you feel that this issue is fixed, you're welcome to close this bug. Thanks for the response. I shall act accordingly. Kumar -- Kumar

Bug#483945: ez-ipupdate: No support for recent zoneedit protocol change

2008-06-23 Thread Laurent Bigonville
tags 483945 + patch thanks Here a debdiff for a NMU that fix this issue. Regards Laurent Bigonville diff -u ez-ipupdate-3.0.11b8/ez-ipupdate.c ez-ipupdate-3.0.11b8/ez-ipupdate.c --- ez-ipupdate-3.0.11b8/ez-ipupdate.c +++ ez-ipupdate-3.0.11b8/ez-ipupdate.c @@ -95,7 +95,7 @@ #define

Bug#313579: Bug#453331: intent to NMU

2008-06-23 Thread Robert Millan
On Mon, Jun 23, 2008 at 12:51:54PM +0200, Adeodato Simó wrote: Ok. Since I don't hear any objections about #313579 and #418273, I assume you're fine with the proposed fixes in these too. You can't *possibly* be serious. If I say I'm ok if you upload a NMU for *this* one, I'm saying

Bug#487585: Doesn't associate with wext driver, consider readding madwifi.

2008-06-23 Thread Maciek Kaliszewski
I have the same problem . So I fully agree with Santiago Garcia Mantinan that madwifi driver should be enabled in wpa_supplicant. Regards Maciek Kaliszewski -- Sprawdz, czy jestes lepszy, niz Leo! kliknij

Bug#229357: Build-Options

2008-06-23 Thread Felipe Sateler
El 23/06/08 02:37 Raphael Hertzog escribió: I don't know if we want to put both in the same module or if we need to come up with a different name (or a sub-module maybe). I can try doing this, although I couldn't find an appropriate name (perhaps Source::BuildOptions?). The idea would

Bug#412959: closed by Martin Michlmayr [EMAIL PROTECTED] (Kernel from Debian 3.1 no longer supported)

2008-06-23 Thread Robin Haunschild
Hi, since etch is stable, I run etch (4.0) with the debian kernel 2.6.18-5-k7 and this bug also occurs with etch. I observed that my system freezes not only under load after inserting the powernow-k8 kernel module. Anyway, as far as lenny is stable, I will test it and report if the bug still

Bug#487664: BPP: typo and wrong example

2008-06-23 Thread Theppitak Karoonboonyanan
Package: developers-reference Version: 3.4.0 Severity: normal Tags: patch In section 6.7.9 Best practices for debug packages [bpp-dbg]: Note that *the Debian package* should depend on the package that it provides debugging symbols for, and this dependency should be versioned. For example:

Bug#473180: what's the status of this bug?

2008-06-23 Thread Evgeni Golov
On Mon, Jun 23, 2008 at 03:26:59PM +0200, maximilian attems wrote: I just wanted to hear if there is any progress on building Debian's kernels with CONFIG_FB_UVESA=m? not sure if we want that close to the release, might give some bad fb regressions.. Thats should not give any

Bug#337814: pidgin: please forward to upstream

2008-06-23 Thread Ari Pollak
Did you find out what upstream requested, specifically whether the official client can do what you're asking? Martin-Éric Racine wrote: reassign 337814 pidgin thanks Greetings, We're well into Pidgin 2.x series and I notice that this regression still hasn't been fixed. Could the bug

Bug#487449: Still buggy

2008-06-23 Thread Hongzheng Wang
Hi, It's fixed in 20080617.3. Thanks. -- HZ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#337814: pidgin: please forward to upstream

2008-06-23 Thread Martin-Éric Racine
I never received such a request. On Mon, Jun 23, 2008 at 4:55 PM, Ari Pollak [EMAIL PROTECTED] wrote: Did you find out what upstream requested, specifically whether the official client can do what you're asking? Martin-Éric Racine wrote: reassign 337814 pidgin thanks Greetings, We're

Bug#143307: src/packages.c:221: process_queue: Assertion `dependtry = 4' failed

2008-06-23 Thread Michael Welsh Duggan
Raphael Hertzog [EMAIL PROTECTED] writes: Hi, On Mon, 09 Jun 2008, Guillaume Melquiond wrote: $ dpkg --configure -a Setting up xulrunner-1.9 (1.9~b5-4) ... /var/lib/dpkg/info/xulrunner-1.9.postinst: line 12: 4477 Segmentation fault ./regxpcom dpkg: error processing xulrunner-1.9

Bug#412959: closed by Martin Michlmayr [EMAIL PROTECTED] (Kernel from Debian 3.1 no longer supported)

2008-06-23 Thread Martin Michlmayr
* Robin Haunschild [EMAIL PROTECTED] [2008-06-23 15:46]: since etch is stable, I run etch (4.0) with the debian kernel 2.6.18-5-k7 and this bug also occurs with etch. I observed that my system freezes not only under load after inserting the powernow-k8 kernel module. Anyway, as far as lenny

Bug#487666: New upstream version 0.4.16

2008-06-23 Thread Marco Rodrigues
Package: clive Severity: wishlist Hi! Please update to the latest upstream version 0.4.16. http://dl.gna.org/clive/ChangeLog If you can't maintain the package, change maintainer field in repository to PAPT, so everyone in the team can touch it and eventually prepare it for uploading. Thanks

Bug#418106:

2008-06-23 Thread Thibaut Paumard
reassign 418106 software-properties-gtk thanks This doesn't belong to update-manager but to software-properties-gtk, as far as I can tell. It looks like software-properties-gtk now offers etch/security et al. instead of lenny. Regards, Thibaut. -- To UNSUBSCRIBE, email to [EMAIL

Bug#486847: severity of 486847 is important

2008-06-23 Thread Julien Cristau
# Automatically generated email from bts, devscripts version 2.10.30 # not a regression, so not RC severity 486847 important -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#432938: No longer limited to experimental; trying patch

2008-06-23 Thread Jeff Licquia
Cord Beermann wrote: First: thanks for taking over this package, i really don't have the time (and the skills) to handle bugs like this. No problem. Thanks for your previous efforts! I'm not sure if the problem i encounter now is the same problem this bug is about: The symptom:

Bug#473180: what's the status of this bug?

2008-06-23 Thread maximilian attems
On Mon, Jun 23, 2008 at 03:53:56PM +0200, Evgeni Golov wrote: On Mon, Jun 23, 2008 at 03:26:59PM +0200, maximilian attems wrote: I just wanted to hear if there is any progress on building Debian's kernels with CONFIG_FB_UVESA=m? not sure if we want that close to the release,

Bug#487667: xboard: Add .desktop file

2008-06-23 Thread Nathan Handler
Package: xboard Version: 4.2.7-7.1 Severity: normal Tags: patch User: [EMAIL PROTECTED] Usertags: origin-ubuntu intrepid ubuntu-patch In Ubuntu, we've applied the attached patch to achieve the following: * Added .desktop file We thought you might be interested in doing the same. diff -u

Bug#487668: [hal] Hal overrides/rewrites loading option for module iwl3945

2008-06-23 Thread Valerio Passini
Package: hal Version: 0.5.11-2 Severity: critical --- Please enter the report below this line. --- Dear Developers, first of all I'm sorry to have send a messy bug report before (all the bug report was contained in the mail object). Let's get to the point. I have a laptop (Acer 5920g) with an

Bug#483945: ez-ipupdate: No support for recent zoneedit protocol change

2008-06-23 Thread Laurent Bigonville
I've just tested and the patch works, I'm able to update my ip on zoneedit again. Laurent -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#486044: status

2008-06-23 Thread Daniel Burrows
On Mon, Jun 23, 2008 at 08:35:37PM +0700, Oleg Atamanenko [EMAIL PROTECTED] was heard to say: Is there any progress on the issue? Should I provide some extra information, etc? Can you provide some information on how to find what is the cause of the issue? Well, I meant to reassign this

Bug#487452: installation-report: d-i lenny beta 2 nslu2 armel

2008-06-23 Thread Martin Michlmayr
* root [EMAIL PROTECTED] [2008-06-21 19:15]: I always forget to select the usb-storage and ext3 modules when installing a slug, and this time was no exception; Yep, it's annoying. IMHO it would be nice if we could specify a list of modules for specific subarches that would be loaded even when

Bug#487669: [INTL:sv] Updated swedish translation of debconf templates

2008-06-23 Thread Martin Bagge / brother
package: krb5 severity: wishlist tags: patch l10n -- http://frakalendern.se # translation of sv.po to Swedish # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Martin Bagge [EMAIL PROTECTED], 2008. # Martin Bagge

Bug#487526: kwin-style-crystal: Version outdated - please update to 1.0.6

2008-06-23 Thread Sune Vuorela
You are most welcome to update the package to a newer version. How can I do it? - I'm not a debian maintainer. Prepare a new source package and point me to the location of it. If you want to take over the package completely, you are also welcome to do it. I don't mind sponsoring the uploads

Bug#487670: Nvidia GeForce 8200 chipset not recognised

2008-06-23 Thread Rob Quin
Package: installation-reports Boot method:Booted from CD. Image version: debian-40r3-amd64-netinst.iso Date: 23-6-2008 14.00BST Machine:Home build on Abit AN78GS motherboard. Processor: AMD AM2 Athlon 64 X2 6000+ Memory:

Bug#229357: Build-Options

2008-06-23 Thread Raphael Hertzog
On Mon, 23 Jun 2008, Felipe Sateler wrote: As such, it probably makes sense to add support for both in the same module but with different commands to allow checking one set or the other or both. I'm not really sure this is a good idea. The way I see it, Build-Options is most useful for

Bug#487452: installation-report: d-i lenny beta 2 nslu2 armel

2008-06-23 Thread Frans Pop
On Monday 23 June 2008, Martin Michlmayr wrote: * root [EMAIL PROTECTED] [2008-06-21 19:15]: I always forget to select the usb-storage and ext3 modules when installing a slug, and this time was no exception; Yep, it's annoying. IMHO it would be nice if we could specify a list of modules

Bug#487671: digikam: Timeline does not show any photos

2008-06-23 Thread Arnout Boelens
Package: digikam Version: 2:0.9.4~rc1-1 Severity: normal When clicking on the Timeline tab, no photos are shown at all. I would expect that when I click on one of the bars in the graph, the accompanying photos are shown. -- System Information: Debian Release: lenny/sid APT prefers unstable

Bug#487673: won't start: Error: could not find a distribution template

2008-06-23 Thread Thibaut Paumard
Package: software-properties-gtk Version: 0.60.debian-1.1 Severity: grave Justification: renders package unusable Hi, I just upgraded my system. Just before upgrading, software- properties-gtk used to work fine. Right after, clicking the menu item does nothing and launching it on the command

Bug#487674: reportbug: locks up on non 8-bit chars in subject line

2008-06-23 Thread Tim Connors
Package: reportbug Version: 3.41 Severity: normal When trying to list xine-ui, the last line below seems to cause the lockup of the displaying xterm until 'stty sane' is run: reportbug xine-ui *** Welcome to reportbug. Use ? for help at prompts. *** Detected character set: ISO-8859-1 Please

<    1   2   3   4   5   6   >