Bug#366628: closed by Riccardo Setti [EMAIL PROTECTED] (Bug#366628: fixed in gnome-power-manager 2.14.3-3)

2006-09-25 Thread Mike Hommey
reopen 366628 thanks On Tue, Sep 05, 2006 at 03:35:03PM -0700, Debian Bug Tracking System [EMAIL PROTECTED] wrote: gnome-power-manager (2.14.3-3) unstable; urgency=low . * Gpm now can handle power button. (Closes: #366628) This is half true. There is a gconf key for that, but no UI.

Bug#389281: Line 90 of /etc/init.d/sysklogd

2006-09-25 Thread prosolutions
Looks like just a typo in which the space got left out between the two switches --quiet --signal -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#345931: If the problem is that the user doesn't know ...

2006-09-25 Thread Jason Thomas
If stage2 and stage1.5 are correct then most likely stage1 is correct as well. So would say just checking there version matches grub-shell would be enough. On Mon, Sep 25, 2006 at 09:01:02AM +0530, Kapil Hari Paranjape wrote: Solution 2: (Since stage1 does not change a lot) we can usually

Bug#389225: correction

2006-09-25 Thread David Miller
I think the reporter's interpreation of the assembler code is incorrect. If the branch to .LL9 is taken, the load which initializes %g3 is executed. The annulment of the load only occurs if the branch is not taken, and for this snippet of code when the branch is not taken the .LL9 label is

Bug#389335: xserver-xorg-video-via: unresolved symbol: 'assert'

2006-09-25 Thread Starling
Package: xserver-xorg-video-via Version: 1:0.2.1-4 Severity: grave Tags: patch Justification: renders package unusable Come on people. I know I've seen this error come up before. Assert is a macro, not a function. Please don't add packages, even to unstable, if they won't work under any

Bug#389334: libgalago1.0-cil: Package setup fails

2006-09-25 Thread Adam Porter
Package: libgalago1.0-cil Version: 0.5.0-1 Severity: grave Justification: renders package unusable -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I tried to upgrade to Beagle 0.2.10, which pulled this in, but I got this error, and now I can't even shutdown beagle with $(beagle-shutdown):

Bug#388835: subversion: (svn cp) svn: Unable to open an ra_local session to URL

2006-09-25 Thread sean finney
hi peter, On Sun, 2006-09-24 at 17:26 -0500, Peter Samuelson wrote: [Sean Finney] svn: Unable to open an ra_local session to URL svn: Unable to open repository 'file:///home/seanius/svn/cacti' svn: Berkeley DB error for filesystem '/home/seanius/svn/db' while opening environment:

Bug#375319: gnome-power-manager: Keeps wrong state information after suspend/hibernation

2006-09-25 Thread Mike Hommey
close 375319 2.16.0-1 thanks This seems to be fixed in the version in experimental. Mike On Sun, Jun 25, 2006 at 10:31:37AM +0200, Mike Hommey [EMAIL PROTECTED] wrote: Package: gnome-power-manager Version: 2.14.3-2 Severity: normal Most common usecase: - You set-up closing the lid when

Bug#388473: [Pkg-nagios-devel] Bug#388473: also strange log rotation

2006-09-25 Thread sean finney
hi craig, bruno, On Mon, 2006-09-25 at 11:20 +1000, Craig Small wrote: I concur that this double log rotation needs some sort of fix. Also, why is there no /var/log/nagios2/archives directory? okay, i've tentatively made this change in svn. so unless there are any objections it'll be in the

Bug#389337: am-utils: [INTL:fr] French debconf templates translation

2006-09-25 Thread Christian Perrier
Package: am-utils Version: N/A Severity: wishlist Tags: patch l10n Please find attached the french debconf templates update, proofread by the debian-l10n-french mailing list contributors. Thanks for taking care of warning translators before uploading a new version with string changes. It's

Bug#388952: qmail-src: [annoying_notes] Abuse of debconf note(s)

2006-09-25 Thread Christian Perrier
user debian-i18n@lists.debian.org usertag 388952 + no-cooperation thanks I could argue my case with you, but I see no point in it. If you have gone through all the trouble to do a massive bug posting against most likely countless hundreds of packages, you will stand your ground and refuse to

Bug#389336: avahi-daemon: Please modify the ssh.service example

2006-09-25 Thread Mike Hommey
Package: avahi-daemon Version: 0.6.13-3 Severity: wishlist The ssh.service file in /usr/share/doc/avahi-daemon/examples/ should be improved in 2 ways: - The name needn't contain Remote Terminal on , this is something that is typically dealt by the service type, and can be localized on the client

Bug#389338: openssh-server: Please add a service file for avahi

2006-09-25 Thread Mike Hommey
Package: openssh-server Version: 1:4.3p2-3 Severity: wishlist Please put the following content in /etc/avahi/services/ssh.service: ?xml version=1.0 standalone='no'? service-group name replace-wildcards=yes%h/name service type_sftp-ssh._tcp/type port22/port /service service

Bug#359054: Bug#357624: [Pkg-gnutls-maint] Bug#357624: bug is in libetpan

2006-09-25 Thread DINH Viêt Hoà
Ricardo Mones wrote: On Sun, 24 Sep 2006 22:17:54 +0400 Nikita V. Youshchenko [EMAIL PROTECTED] wrote: Hi. # On 2006-09-24 Colin Leroy [EMAIL PROTECTED] wrote: # This bug is in libetpan and should be solved by this commit: # #

Bug#388738: Renaming package

2006-09-25 Thread Romain Francoise
retitle 388738 ITP: bongo -- buffer-oriented media player for Emacs quit The package will be named `bongo', not `bongo-el'. -- ,''`. : :' :Romain Francoise [EMAIL PROTECTED] `. `' http://people.debian.org/~rfrancoise/ `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Bug#389126: gnome-session: strace

2006-09-25 Thread Loïc Minier
On Sun, Sep 24, 2006, Stephen Touset wrote: Also, stracing gnome-session seems like it may be a bit hard, since it would have to be done from within an x terminal, and X stops refreshing the screen when gnome-session is started. -o to write to a file? -- Loïc Minier [EMAIL PROTECTED]

Bug#389333: [patch] fix for the memory leak

2006-09-25 Thread Brian Warner
Tags: patch I found the problem.. it looks like the upstream change that started using sysfs in preference to usbfs (gnome-pilot/gpilotd/gpilot.d 1.151) neglected to free the memory it allocated by calling g_file_get_contents(). I've attached a patch below. If you would, please forward this

Bug#389298: coreutils: chown/chgrp man page dereference option is ambiguous

2006-09-25 Thread Jim Meyering
Jamie McClelland [EMAIL PROTECTED] wrote: The man page description of the --dereference option could more clearly state what behavior is the default. Rather than: --dereference affect the referent of each symbolic link, rather than the symbolic link itself (this is the

Bug#389126: gnome-session: ~/.gnome2/session

2006-09-25 Thread Loïc Minier
On Sun, Sep 24, 2006, Stephen Touset wrote: I have no ~/.gnome2/session file. Bah, I probably got the name wrong, as I don't have one (I don't save my session). -- Loïc Minier [EMAIL PROTECTED]

Bug#389109: Launching gnome-terminal with a profile opens two windows

2006-09-25 Thread Peter Karlsson
Please reopen bugs instead of filing new ones... I was under the impression that archived bugs couldn't be reopened, sorry. -- \\// Peter - http://www.softwolves.pp.se/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#388838: sysv-rc-bootsplash: modifies files belonging to other packages

2006-09-25 Thread Free Ekanayaka
|--== Steve Langasek writes: SL On Sat, Sep 23, 2006 at 11:28:45AM +0100, Pablo Chinea wrote: El Sábado, 23 de Septiembre de 2006 10:19, Steve Langasek escribió: It most certainly is a policy violation. A package is not allowed to edit a conffile, *ever*. I didn't know it :-S,

Bug#388289: [Pkg-zope-developers] Bug#388289: zope-cmfplone: Please deploy anti-link-spam patch as a matter of urgency

2006-09-25 Thread Fabio Tranchitella
Il giorno mar, 19/09/2006 alle 16.53 +0100, Matthew Vernon ha scritto: Package: zope-cmfplone Version: 2.0.4-3sarge1 Severity: important Tags: security [possibly this should be higher priority] A new version of plone has been released, which fixes link-spamming attacks in older

Bug#389189: Thanks

2006-09-25 Thread Alastair McKinstry
Thanks for this report. I am currently preparing an upload of the latest release (20060918) which will include a fix for this bug. As ltp is heavy on the buildd's please refrain from NMUs for this bug until at least 2006-09-27. Regards Alastair -- To UNSUBSCRIBE, email to [EMAIL

Bug#382907: Upgrade

2006-09-25 Thread Filipus Klutiero
Jeroen van Wolffelaar a écrit : On Wed, Sep 20, 2006 at 05:08:09PM -0400, Filipus Klutiero wrote: unblock 382907 with 370436 unblock 384179 with 370436 unblock 378751 with 370436 unblock 378752 with 370436 severity 382907 serious Removal bugs are not release-critical, and not

Bug#389249: patch

2006-09-25 Thread A Mennucc
hi this patch fixes the problem explanation of the patch: I tried this commands: $ EMACS_COMMAND=' (let ((start Emacs) (stop \n-- \n)) (TeX-submit-bug-report) (let ((a (search-forward start nil t)) (b (search-forward stop nil t))) (princ (concat

Bug#389289: libgl1-mesa-dri: R200 driver flips reflection cube maps

2006-09-25 Thread Michel Dänzer
tags 389289 upstream fixed-upstream kthxbye On Sun, 2006-09-24 at 18:53 -0400, Dan Torop wrote: Package: libgl1-mesa-dri Version: 6.5.0.cvs.20060524-1.1 Severity: normal When using GL_ARB_texture_cube_map with the R200 DRI driver and GL_REFLECTION_MAP_ARB, the generated texture coordinates

Bug#389343: evolution: Crashes on startup; vfolder problem

2006-09-25 Thread Yavor Doganov
Package: evolution Version: 2.6.3-1 Severity: important Very often evolution crashes on startup -- this happens to me since 2.6.3-1 entered testing. I'm sure that the problem is in the mail component and namely, the vfolders. I have several vfolders, but they scan all my local mail, which

Bug#389340: Redirecting standard output fails

2006-09-25 Thread Tristan Hill
Package: debpartial-mirror Version: 0.2.94 If standard output is redirected to a file the __clear_line function in DisplayStatus.py fails. Wrapping the commands in the function with a os.isatty() worked for me. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe.

Bug#389341: Dependancies not downloaded from resolve_deps_using mirror

2006-09-25 Thread Tristan Hill
Package: debpartial-mirror Version: 0.2.94 Debpartial-mirror appears to be trying to download the dependencies from the local repository rather than from the one defined in the resolve_deps_using parameter. e.g. Failed:

Bug#352576: and debdelta

2006-09-25 Thread A Mennucc
hi the fact that auctex deletes some of the files it ships in .deb is bad for 'debdelta', too explanation : lets say you upload a new auctex, and send it into the archives; then my server prepares a 'delta' (from the older versions to the newest), that is stored in

Bug#389316: stlport5.1_5.0.99rc2-4(hppa/unstable): FTBFS: links without arch-specific stdlibs

2006-09-25 Thread Thomas Girard
Hi, Selon [EMAIL PROTECTED]: Package: stlport5.1 Version: 5.0.99rc2-4 Severity: serious architectures are allowed to have specific standard libraries, and linking without them is fatal. There was an error while trying to autobuild your package: Automatic build of

Bug#389342: qc-usb-source: Fails to compile with mainline kernel 2.6.18

2006-09-25 Thread David Liontooth
Package: qc-usb-source Version: 0.6.4-4 Severity: normal This is with a straight mainline kernel 2.6.18 on amd64: mkdir -p /share/usr/src/modules/qc-usb-source/.tmp_versions rm -f /share/usr/src/modules/qc-usb-source/.tmp_versions/* make -f scripts/Makefile.build

Bug#389344: ITP: cmsmadesimple -- a simple CMS application

2006-09-25 Thread Mario Iseli
Package: wnpp Severity: wishlist Owner: Mario Iseli [EMAIL PROTECTED] * Package name: cmsmadesimple * URL: www.cmsmadesimple.org * License: GPL * Description: cmsmadesimple is an easy to use CMS, it's targets are: being simple to install, being small etc. Naturally it doesn't have so many

Bug#389203: [l10n] Updated Czech translation of backup-manager debconf messages

2006-09-25 Thread Alexis Sukrieh
Miroslav Kure wrote: Package: backup-manager Severity: wishlist Tags: l10n, patch Hi, in attachement there is updated Czech (cs.po) translation of backup-manager debconf messages. Please include it with the package. Looks like it's not complete: fakeroot debian/rules checkpo for i in

Bug#389345: dc: man page formatting bug

2006-09-25 Thread Alan Curry
Package: dc Version: 1.06-15 Severity: minor Tags: patch The -E option appears in dc(1) tacked on to the end of the preceding paragraph, instead of directly above its equivalent --initexpr where it should be. --- doc/dc.1.orig 2006-09-25 01:37:59.0 -0500 +++ doc/dc.12006-09-25

Bug#359058: fixed in 2.14

2006-09-25 Thread Andreas J. Guelzow
In gdm 2.14 one can disable a server by adding 0=inactive in the server section of /etc/gdm/gdm.conf This is documented in /etc/gdm/gdm.conf itself. Andreas -- Andreas J. Guelzow Pyrenean Shepherds -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact

Bug#370814: same problem

2006-09-25 Thread Michel Dänzer
tags 370814 upstream fixed-upstream kthxbye On Sun, 2006-09-24 at 12:15 -0400, Sean Proctor wrote: I'm having the same problem, which seems to have been resolved by using the framebuffer. Before trying that, I tried manually setting the amount of video ram on the card (read somewhere that

Bug#383006: jabref can use free java

2006-09-25 Thread gregor herrmann
On Sun, 24 Sep 2006 03:05:24 +0200, gregor herrmann wrote: tags 383006 + patch Thanks a lot for your patch - I applied it to my working copy and it compiles with gcj. Great! The patch is applied in 2.1-4 which has been uploaded some hours ago. I'm not closing this bug at the moment because

Bug#387446: Compatibility between Debian amd64 and other distributions

2006-09-25 Thread Andreas Jochens
Hello, On 06-Sep-23 02:50, Goswin von Brederlow wrote: FHS says that 64bit libraries on amd64 go to [/usr]/lib64. All non Debian distributions follow that line. Gentoo uses basically the same setup as Debian, i.e. it installs 64-bit libraries in /usr/lib and it has a symlink from /usr/lib64

Bug#314503: #314503: fixed in gworkspace, not in gnustep-gui

2006-09-25 Thread Anton Zinoviev
reassign 314503 gnustep-gui thanks GWorkspace provides workaround this bug, but it is not fixed the library. Anton Zinoviev -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#389282: linux-2.6: Make BSD secure levels depend on CONFIG_BROKEN

2006-09-25 Thread Bastian Blank
On Mon, Sep 25, 2006 at 12:24:33AM +0200, Moritz Muehlenhoff wrote: The LSM for BSD secure levels is broken by design and unmaintained. (CVE-2005-4351 and CVE-2005-4252). It's scheduled for removal upstream (http://lkml.org/lkml/2006/8/2/180), but hasn't been dropped yet in 2.6.18. You have

Bug#389007: Regression: Radeon 9200 powers off Apple Cinema Display connected via DVI

2006-09-25 Thread Michel Dänzer
On Sun, 2006-09-24 at 23:49 +0100, Roger Leigh wrote: On Sat, Sep 23, 2006 at 06:39:57PM +0100, Roger Leigh wrote: Michel Dänzer [EMAIL PROTECTED] writes: xf86-video-ati-6_5_8_0 to ati-6_6_2 ? Yes, although it might also make sense to try the current master and ati-1-0-branch

Bug#387258: Please update debconf PO translation for the package alsa-driver 1.0.12-1

2006-09-25 Thread Carlos Galisteo de Cabo
Here it is the updated file. I'm sorry for the delay. I was out for hollidays. On Thu, 14 Sep 2006 15:10:06 +0200, [EMAIL PROTECTED] wrote: Take your pardon, last mail was against alsa-driver 1.0.12-2, but should be alsa-driver 1.0.12-1, which is available in sid. Hi, You are noted as

Bug#342053: DirectFrameBuffer crashes on PPC systems if HW accelerated drivers are used

2006-09-25 Thread Eddy Petrişor
On 23/09/06, Attilio Fiandrotti [EMAIL PROTECTED] wrote: Eddy Petrişor wrote: snip/ A round of PPC tests would be useful, especially it happens to find owners of ATI or NVIDIA boards. Got one. Eddy, do you have the chance to test if forcing off DFB's HW acceleration makes g-i run on your

Bug#389346: FTBFS on arm

2006-09-25 Thread Aurelien Jarno
Package: ffmpeg Version: ffmpeg_0.cvs20060823-3.1 Severity: important Tags: patch Hi, ffmpeg fails to build from source because of broken assembly code. Please find attached a patch to workaround that by using the C code instead of the assembly code. Note also that this patch fixes the detection

Bug#389296: linux-2.6_2.6.18-1(hppa/unstable): FTBFS: Missing build-dep?

2006-09-25 Thread Bastian Blank
On Sun, Sep 24, 2006 at 08:38:36PM -0400, Kyle McMartin wrote: The hell? This should be trying to use ``hppa64-linux-gnu-gcc'' not ``hppa64-linux-gcc-4.1.'' Two bugs. - gcc-4.1-hppa64 was not in the build dependencies and therefor not installed. - The parrisc Makefile overwrite CROSS_COMPILE

Bug#389173: Uninstallable due to unmet dep on python2.4-dbus

2006-09-25 Thread Adriaan Peeters
tags 389173 + pending thanks Hi colleague, On Sun, 2006-09-24 at 15:50 +0200, Luk Claes wrote: Your package is not installable as it depends on python2.4-dbus which is not available in unstable anymore. You might want to update the dependency to python-dbus. I was waiting for this change of

Bug#388467: emacs-snapshot: org-mode takes almost 100% CPU

2006-09-25 Thread Eugen Dedu
Romain Francoise wrote: I cannot reproduce this with version 20060915-1. Just to avoid wasting time chasing a bug that might be already fixed, could you please check if it works with this version? The bug exists for 20060923-1 too. Maybe a powerpc problem?! -- Eugen -- To UNSUBSCRIBE,

Bug#315266: #315266: this bug is not fixed yet

2006-09-25 Thread Anton Zinoviev
This bug is not fixed yet. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#389347: New upstream release

2006-09-25 Thread Andres Salomon
Package: libpam-mysql Version: 0.6.2-1 Severity: wishlist Hi, Upstream has released new pre-release versions of 0.7 (as of Sept 25, it looks like 0.7~pre2 is the latest); this includes SHA1() authentication. It would be nice to see this in debian, so I can drop my self-built packages. For new

Bug#389078: openguides: Package doesn't install Search::InvertedIndex

2006-09-25 Thread Dominic Hargreaves
On Sat, Sep 23, 2006 at 12:07:12PM -0700, Adam Shand wrote: OpenGuide seems to require the Perl module Search::InvertedIndex, and the openguides package doesn't install it by default (in fact I couldn't even find a Debian package for it). I built a package for Search::InvertedIndex with

Bug#389241: uscan depends on libwww-perl, but devscripts only suggests libwww-perl

2006-09-25 Thread Julian Gilbey
On Mon, Sep 25, 2006 at 12:00:42AM +0200, Aurélien GÉRÔME wrote: The program does explicitly say what needs to be installed, so you do get a useful error message. That's the best I can do, without splitting devscripts into multiple tiny packages. Sure, I understand perfectly your

Bug#389348: rezound: Program unusable - only get an core dumped

2006-09-25 Thread Klaumi Klingsporn
Package: rezound Version: 0.12.2beta-6 Severity: important whenever I try to start rezound, I only get: [bash]~$ rezound using path '/usr/share/rezound' for share data directory Segmentation fault (core dumped) and an 10 MB core-file It's the same, when I start it with rezound

Bug#387438: dpkg -i fglrx-driver_8.28.8-0.1_amd64.deb fails

2006-09-25 Thread Josip Rodin
On Mon, Sep 25, 2006 at 03:31:43AM -0400, Ryan wrote: upgrading apt and dpkg fixed my problem and the package installs now. i haven't tried the new version yet. thx for response. Ryan. I guess we should close this bug report then, as it's more likely to have been a local issue, or a problem

Bug#329687: freemind: 0.9.0 beta7 works fine with recent sun java available from non-free

2006-09-25 Thread Eric Lavarde - Debian
Hi, Hi Eric, Thank you for packaging freemind and all attempts you've made to make it DFSG compliant to get into main. If there yet any reason remains (not available depends from main according to the wiki) why don't you just upgrade to beta 0.9 which seems to be working fine with current

Bug#389308: RM: hardinfo [alpha arm ia64 m68k s390] -- RoM

2006-09-25 Thread Adam D. Barratt
merge 385781 389308 thanks On Monday, September 25, 2006 1:12 AM, Agney Lopes Roth Ferraz [EMAIL PROTECTED] wrote: Package: ftp.debian.org Severity: normal On bug #385781 I forgot to ask to remove hardinfo from unstable too. I want to remove support to alpha, arm, ia64, m68k, s390 on

Bug#389352: xtel: purging the package fails (update-inetd unavailable)

2006-09-25 Thread Bill Allombert
Package: xtel Version: 3.3.0-5.3 Severity: serious Hello Eric, There is an error when attempting to purge xtel: Removing xtel ... Purging configuration files for xtel ... /var/lib/dpkg/info/xtel.postrm: line 24: update-inetd: command not found dpkg: error processing xtel (--purge):

Bug#315275: #315275: does not belong to gworkspace

2006-09-25 Thread Anton Zinoviev
reassign 315275 gnustep-gui retitle 315275 When no vertical scrollbar is present, the mouse roller should operate on the horizontal severity 315275 wishlist thanks This bug doesn't belong to gworkspace, so I am reassigning it. When some window has horizontal scroll bar, but has no vertical

Bug#387312: suggest change for showtee test

2006-09-25 Thread hungerburg
Package: chkrootkit Version: 0.46a-3 Followup-For: Bug #387312 hello, how about modifying the showtee test like that [ -f /usr/lib/libfl.so -a ! -x /usr/bin/flex ] so the warning gets only emitted when there is no flex executable. I am not up to date on the specifics of this rootkit, so this

Bug#380739: boost compiles differently, if ACE header is included first

2006-09-25 Thread Harling, Torsten
-Original Message- From: Thomas Girard [mailto:[EMAIL PROTECTED] Sent: Saturday, September 23, 2006 11:04 AM To: Harling, Torsten Cc: [EMAIL PROTECTED] Subject: Re: Bug#380739: boost compiles differently, if ACE header is included first Hello Torsten, On Mon, Aug 07, 2006

Bug#389332: Vim K command should work with Perl scripts

2006-09-25 Thread Stefano Zacchiroli
tags 389332 + pending help thanks On Mon, Sep 25, 2006 at 12:39:26AM -0400, Jason Spiro wrote: It would be great if, for Perl programs, the letter K started perldoc instead of man. And I don't know if Python or Ruby come with an equivalent of perldoc, but it would be great if the K command

Bug#375909: Untranslated strings in pkgsel

2006-09-25 Thread Kenshi Muto
At 24 Sep 06 21:20:04 GMT, Frans Pop wrote: On Sunday 24 September 2006 22:24, Frans Pop wrote: I have traced this bug to apt. I've filed a separate bug report so we keep this one on our radar. See http://bugs.debian.org/389261 for details. P.S. If anyone wants to have a shot at

Bug#389349: installation-report: ASUS A3FP

2006-09-25 Thread eM
Package: installation-reports INSTALL REPORT Debian-installer-version: debian-31r2-i386-netinst.iso downloaded on 04. Sept 2006 via http://www.debian.org/CD/netinst/ (oh shit! I see today there is debian-31r3-i386-netinst.iso available) uname -a: Linux Hiltja 2.4.27-2-386 #1 Wed Aug 17

Bug#389350: nut: purging the package fails (adduser unavailable)

2006-09-25 Thread Bill Allombert
Package: nut Version: 2.0.4-2 Severity: serious Hello Arnaud, There is an error when attempting to purge nut: Removing nut ... Purging configuration files for nut ... /var/lib/dpkg/info/nut.postrm: line 5: deluser: command not found dpkg: error processing nut (--purge): subprocess

Bug#388997: #388997 Missing fonts. Please do not write sentences into the subject line. It makes both the subject, and the sentence, very difficult to read.

2006-09-25 Thread Michel Dänzer
On Sat, 2006-09-23 at 20:51 +0200, Ivan Sergio Borgonovo wrote: On Sat, 23 Sep 2006 18:50:03 +1000 Drew Parsons [EMAIL PROTECTED] wrote: Ivan wrote: subject says it all. See subject. ii xserver-xorg-core 2:1.1.1-7X.Org X server -- core server *

Bug#315269: #315269: not fixed

2006-09-25 Thread Anton Zinoviev
Unfortunately this bug is not fixed yet. Anton Zinoviev -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#389030: xserver-xorg: does not start (after reboot) if no mouse is attached

2006-09-25 Thread Michel Dänzer
On Sat, 2006-09-23 at 15:43 +0200, Frans Pop wrote: On Saturday 23 September 2006 14:58, Eddy Petrișor wrote: I have found that if I plug out the USB mouse and restart the system the X server will not start unless th mouse is attached. Removing the mouse after the server has started has no

Bug#388315: Updated sparc-utils package

2006-09-25 Thread Jurij Smakov
On Mon, Sep 25, 2006 at 01:21:17AM +0200, Eric wrote: Hello Jurij, I seen your next message about aligned attribute. I guess it's better to use it in order to fix gcc4 alignement troubles. Feel free to upload a new release patched like that. I have prepared an updated package, only to

Bug#315276: #315276: is not fixed

2006-09-25 Thread Anton Zinoviev
Unfortunately this bug is not fixed. If I use Command-d in order to remove the file foo.txt it says Move one item from: /home/anton to the Recycler? With the more dangerous combination Command-r it is even worse: Delete the selected objects? Instead of these noninformative dialog I

Bug#388601: dba_open from php 5.1.6, testing fails with Driver initialization failed for handler: db4: Unknown, error 140682440

2006-09-25 Thread Mircea Negreanu
Hi, There is something strange with this bug. I instaled libdb4.2-dev (apt-get isntall libdb4.2-dev), then I tested the latest snapshot (php 5.2 cvs) as requested by php team and it worked. Then I downloaded php-5.1.6 from www.php.net, untared into my home directory and: ./configure

Bug#389351: console-log: purging the package fails (adduser unavailable)

2006-09-25 Thread Bill Allombert
Package: console-log Version: 1.0-12 Severity: serious Hello Marc, There is an error when attempting to purge console-log: Removing console-log ... Purging configuration files for console-log ... Removing system user /var/lib/dpkg/info/console-log.postrm: line 23: deluser: command not

Bug#388267: problem with subfig and beamer

2006-09-25 Thread Frank Küster
reassign 388267 latex-beamer thanks Dear Till, I think a Debian user has discovered a bug in beamer. I'm currently offline and only checked version 3.06 (and in the worst case, I won't be able to send this mail before Monday and will be about the third person to nag on you...). Anyway, here's

Bug#389291: dpkg FTBFS

2006-09-25 Thread Steve Langasek
On Mon, Sep 25, 2006 at 01:07:47AM +0200, Nicolas François wrote: In libselinux (1.30.28-1), -lpthread was added to the libselinux's pkg-config. dpkg is statically linked against the SELinux library, thus against the libpthread, which requires some symbols from libc. Adding -lc (e.g. in

Bug#381150: does not support partitionable RAID arrays

2006-09-25 Thread Robert Millan
On Sun, Sep 24, 2006 at 10:04:12PM +0200, Robert Millan wrote: Can you please send the output of grub-probefs -v / ? Oh, and the contents of your device.map, and (if different), the output of grub-mkdevicemap -m -. -- Robert Millan My spam trap is [EMAIL PROTECTED] Note: this address is

Bug#315271: #315271: was never reproducible

2006-09-25 Thread Anton Zinoviev
This bug was never reproducible. Perhaps it can be closed. Anton Zinoviev -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#389017: reopen 389017

2006-09-25 Thread Michel Dänzer
forcemerge 369167 389017 tags 369167 patch kthxbye On Sun, 2006-09-24 at 18:30 +0200, Wolfgang Pfeiffer wrote: reopen 389017 This bug was closed without solution. There's already your bug #369167 for this, Wolfgang. We're still waiting for someone to test my patch on IGP. -- Earthling

Bug#389357: RM: wmii2 on ia64

2006-09-25 Thread Daniel Baumann
Package: ftp.debian.org Severity: normal Hi, please remove the wmii2 from ia64. Thanks, Daniel -- Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist Email: [EMAIL PROTECTED] Internet: http://people.panthera-systems.net/~daniel-baumann/ -- To UNSUBSCRIBE,

Bug#315263: #315263: I agree with wontfix tag

2006-09-25 Thread Anton Zinoviev
This bug is tagged wontfix and I agree with this tag. So if you want you can close it. Anton Zinoviev -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#315279: #315279: half fixed

2006-09-25 Thread Anton Zinoviev
The first half of this bug is fixed (the OK button unshadows). The second part is not fixed (I can not use the dash, only tick and cross). Anton Zinoviev -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#389358: xkb-data: IBM ThinkPad geometry broken

2006-09-25 Thread Wouter Cloetens
Package: xkb-data Version: 0.8-13 Severity: important Tags: patch After an unstable update, I got an error dialogue box at Gnome startup regarding the keyboard. The root cause is the file /usr/share/X11/xkb/geometry/thinkpad which tries to include files from the ibm_vndr directory, which no

Bug#389348: rezound: Program unusable - only get an core dumped

2006-09-25 Thread geiger
On Mon, 25 Sep 2006, Klaumi Klingsporn wrote: whenever I try to start rezound, I only get: [bash]~$ rezound using path '/usr/share/rezound' for share data directory Segmentation fault (core dumped) and an 10 MB core-file It's the same, when I start it with rezound --audio-method=oss or

Bug#389101: gstreamer0.10-plugins-good: Depends on non-existant libraw1394-5, should depend on libraw1394-8?

2006-09-25 Thread Sjoerd Simons
On Sat, Sep 23, 2006 at 04:49:09PM -0700, Steve Langasek wrote: On Sat, Sep 23, 2006 at 02:54:55PM -0700, Garrett Patrick McLean wrote: Package: gstreamer0.10-plugins-good Version: 0.10.3-3 Severity: grave Justification: renders package unusable Can't install this package, same deal

Bug#389354: uucp: purging the package fails (update-inetd unavailable)

2006-09-25 Thread Bill Allombert
Package: uucp Version: 1.07-18 Severity: serious Hello Peter, There is an error when attempting to purge uucp: Removing uucp ... Purging configuration files for uucp ... /var/lib/dpkg/info/uucp.postrm: line 28: update-inetd: command not found dpkg: error processing uucp (--purge):

Bug#385109: why I have to change globals.py

2006-09-25 Thread Christian Motschke
I need to change time_seperator to something different to : (i.e. I use _), because I use a NAS with NTFS as Backupo-Server. I believe it is not possible to change it via command line, right? With kind regards. Christian Motschke

Bug#389356: vdrift: slow even if it says GPU is fast enough (DRI is present)

2006-09-25 Thread Eddy Petrişor
Subject: vdrift: slow even if it says GPU is fast enough (DRI is present) Package: vdrift Version: 0.0.2006.02.21-1 Severity: important Hello, I have a Radeon 9600 M10 card with the r300 driver. I have direct rendering enabled, but vdrift is slow in spite of this. The displayed FPS is around

Bug#389153: xserver-xorg: xorg 7.1 crashes/hangs with certain applications

2006-09-25 Thread Michel Dänzer
On Sun, 2006-09-24 at 13:47 +0200, Torsten Wolf wrote: Package: xserver-xorg Version: 1:7.1.0-1 Severity: important Hi! After upgrading from xorg 7.0 - 7.1 the xserver crashes when working with tecplot (commercial data visualisation package; OpenGL, not included in Debian). The server

Bug#389353: Problem with the libmal library which causes crash

2006-09-25 Thread peter
Package: libmal1 Version: 0.42-2_i386 Package file: libmal1_0.42-2_i386.deb When the synchronise gets to executing mal, it crashes. The backtrace is at the end of this email. The problem was solved by reverting to libmal1_0.40-3_i386.deb I am running Debian GNU/Linux sid using the following:

Bug#315268: #315268: not fixed

2006-09-25 Thread Anton Zinoviev
In my opinion this bug is not fixed bug upstream seams to disagree with me. All Viewers opened with View/Viewer show / in their title bars regardless of what I am using them for. In the Spatial mode everything is OK - the title bar contains the name of the displayed folder. I think GWorkspace

Bug#315282: #315282: is not fixed

2006-09-25 Thread Anton Zinoviev
Unfortunately this bug is not yet fixed. The dialog now is much more informative, however after I answer the dialogs with OK GWorkspace crashes. If I answer with Cancel Gworkspace doesn't crash, but I am still required to answer one dialog for each of the files and there can be hundreds of

Bug#389359: Sometimes the menu is missing

2006-09-25 Thread Anton Zinoviev
Package: textedit.app Version: 4.0-3 Severity: normal Suppose we have some text file foo.txt. Then: 1. Exit from TextEdit.app if it is active. 2. Open this file from GWorkspace 3. Close the window of foo.txt At this stage the menu of TextEdit is still visible 4. Select Hide from

Bug#357859: aspell-it: where did you get the 0.60-4 release?

2006-09-25 Thread Stefano Melchior
Package: aspell-it Version: 0.60-3.1 Followup-For: Bug #357859 Dear Cristian, I was wondering where you did find the 0.60-4 release and if this bug affects also the previous ones. I am about to update the svn repos with the 2005-12-11 upstream and then, if everything is ready to be uploaded I

Bug#359054: Bug#357624: [Pkg-gnutls-maint] Bug#357624: bug is in libetpan

2006-09-25 Thread Botond Botyanszki
On Mon, 25 Sep 2006 08:25:51 +0200 DINH Viêt Hoà [EMAIL PROTECTED] wrote: The segfault still happens when enabling certificate checks[1], so that version doesn't fix the problem. Could you compile with debugging symbols and show the stack trace of the crash ? Hi, The segfault

Bug#241972: GRUB Legacy is feature frozen

2006-09-25 Thread Robert Millan
This bug in particular is being worked on for GRUB 2 (by implementing the proper hooks in grub-probefs) and will be fixed soon. -- Robert Millan My spam trap is [EMAIL PROTECTED] Note: this address is only intended for spam harvesters. Writing to it will get you added to my black list. --

Bug#389030: xserver-xorg: does not start (after reboot) if no mouse is attached

2006-09-25 Thread Eddy Petrişor
# this closing was hasty reopen 389030 thanks În data de Sb, 23-09-2006 la 15:43 +0200, Frans Pop a scris: On Saturday 23 September 2006 14:58, Eddy Petrișor wrote: I have found that if I plug out the USB mouse and restart the system the X server will not start unless th mouse is attached.

Bug#284522: wontfix

2006-09-25 Thread Robert Millan
tags 284522 wontfix thanks This is in fact a bug, but it is due to an internal dessign issue in update-grub (memtest uses the same framework as linux), and fixing it might introduce more serious problems than the one it solves. Given that update-grub is going to be completely rewritten for GRUB

Bug#389324: xgalaga_2.0.34-39(hppa/unstable): FTBFS: compiler errors

2006-09-25 Thread Steve Langasek
On Sun, Sep 24, 2006 at 09:20:58PM -0600, [EMAIL PROTECTED] wrote: gcc -I. -O2 -g -DXF86VIDMODE -DHAVE_CONFIG_H -DXGALAGADIR=\/usr/share/games/xgalaga/\ -DSOUNDSERVER=\/usr/share/games/xgalaga/xgal.sndsrv.linux\ -DORIGINAL_XGALAGA -c pathfile.c -o pathfile.o gcc -I. -O2 -g

Bug#388467: emacs-snapshot: org-mode takes almost 100% CPU

2006-09-25 Thread Romain Francoise
Eugen Dedu [EMAIL PROTECTED] writes: The bug exists for 20060923-1 too. Maybe a powerpc problem?! Sorry, my bad, I can reproduce it now. For some reason, it doesn't happen on another machine I used last week to test... I'll look into this, thanks for testing again. -- ,''`. : :' :

Bug#389080: X becomes unresponsive to keyboard events

2006-09-25 Thread Michel Dänzer
On Sat, 2006-09-23 at 15:11 -0400, Carl Fink wrote: I'd be glad to send any further information that will help with diagnosis and fixing of this problem. Please provide full X config and log files. Does starting the X server with the -dumbSched command line option make a difference? --

Bug#388835: subversion: (svn cp) svn: Unable to open an ra_local session to URL

2006-09-25 Thread Martin von Oertzen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Sean, I think, the -m needs quotes around the comment. Otherwise Argument2 (Tagging) will be copied to Argument3 (cacti). Regards, Maletin. Sean Finney schrieb, Am 22.09.2006 21:25: svn -m [svn-buildpackage] Tagging cacti (0.8.6h-5) cp

Bug#376527: fwbuilder: new upstream version available

2006-09-25 Thread Emmanuel Lacour
Package: fwbuilder Version: 2.0.9-1.2 Followup-For: Bug #376527 Just another mail to wake up this bug. The way fwbuilder works makes that often we have to edit a configuration on different systems and mosts systems (windows, rh , ...) run 2.0.12. Those configurations cannot be run with 2.0.9 :(

  1   2   3   4   5   >