Bug#608867: Bug#610388: Acknowledgement (game-data-packager: Please add support for Wolf3d game data files)

2011-01-17 Thread Fabian Greffrath
block 610388 by 608867 thanks -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#610389: syslinux: Please agree upon a common location for image files

2011-01-17 Thread Fabian Greffrath
Package: syslinux Version: 2:4.02+dfsg-7 Severity: minor Hi, according to Michael Prokop's blog entry [1] the newly introduced grub- imageboot package [2] (maintainer Alexander Wirt CC:ed) adds support for image files in /boot/images, whereas extlinux expects them in /boot. This will result in un

Bug#610388: game-data-packager: Please add support for Wolf3d gama data files

2011-01-17 Thread Fabian Greffrath
Package: game-data-packager Version: 22 Severity: wishlist Hi, similar to Rise of the Triad, shareware data files for Wolfenstein 3-D can be downloaded from the internet and used with compatible source ports, e.g. wolf4sdl. Support for these data files should be added to game-data-packager. To be

Bug#515653: uptimed: on "brutal" reboot, all records are lost

2011-01-17 Thread Laurent Bonnaud
Hi, I also experienced this bug several times on a laptop that sometimes fails to resume from suspend and with an ext4 filesystem. Here is a patch that should fix the problem: --- urec.c~ 2009-01-02 00:46:00.0 +0100 +++ urec.c 2011-01-18 08:07:28.886203152 +0100 @@ -263,6 +263,7

Bug#536823: uprecords: lost again the full db

2011-01-17 Thread Laurent Bonnaud
Hi, I also experienced this bug several times on a laptop that sometimes fails to resume from suspend and with an ext4 filesystem. Here is a patch that should fix the problem: --- urec.c~ 2009-01-02 00:46:00.0 +0100 +++ urec.c 2011-01-18 08:07:28.886203152 +0100 @@ -263,6 +263,7

Bug#610387: unblock: samba/2:3.5.6~dfsg-4

2011-01-17 Thread Christian Perrier
Package: release.debian.org Severity: normal User: release.debian@packages.debian.org Usertags: unblock Please unblock package samba This package fixes #606350 (file descriptor leak in pam_winbind). Even though upstream claims it to be fixed in samba 3.5.6, the bug submitter confirmed that th

Bug#606350: [Pkg-samba-maint] Bug#606350: sasl2-bin: "Too many open files" error with PAM - recovery with saslauthd restart

2011-01-17 Thread Christian PERRIER
Quoting D G Teed (donald.t...@gmail.com): > I installed these packages from sid this morning, onto > an otherwise squeeze based system: > > samba-common2:3.5.6~dfsg-4 > samba-common-bin2:3.5.6~dfsg-4 > libwbclient02:3.5.6~dfsg-4 >

Bug#610386: python-pyrex: the md5 module is deprecated; use hashlib instead import md5.

2011-01-17 Thread Victor Martinez
Package: python-pyrex Version: 0.9.8.5-2 Severity: wishlist Tags: patch When using python-pyrex with python2.6 it gives this warning: /usr/lib/python2.6/dist-packages/Pyrex/Compiler/Scanning.py:39: DeprecationWarni ng: the md5 module is deprecated; use hashlib instead import md5 Reading the Sc

Bug#609371: R_SPARC_13

2011-01-17 Thread David Miller
From: David Miller Date: Mon, 17 Jan 2011 16:37:09 -0800 (PST) > So we do end up seeing the R_SPARC_LO10 + R_SPARC_13 sequences in the > final module object. > > Therefore, we really should handle R_SPARC_13 in the sparc module loader. Ok, I now feel like I'm hallucinating. davem@sunset:~/src/

Bug#609371: linux-image-2.6.37-trunk-sparc64: module scsi_mod: Unknown relocation: 36

2011-01-17 Thread David Miller
From: Mathieu Desnoyers Date: Mon, 17 Jan 2011 14:35:25 -0500 > Steven, what were you trying to fix in the first place when you added the > aligned(4) to the definition ? It might have just been that the _ftrace_events > section needed to be aligned on at least 8 bytes in the linker scripts, but

Bug#609371: linux-image-2.6.37-trunk-sparc64: module scsi_mod: Unknown relocation: 36

2011-01-17 Thread David Miller
From: Steven Rostedt Date: Mon, 17 Jan 2011 09:15:41 -0500 > Again, this is to help the linker keep arrays in tacked. Tracepoints are > allocated into the tracepoint section, and then read like an array. If > the linker adds holes as it links sections into one big one, then the > reading of the a

Bug#531835: audacious 2.0.1: freezes after playing an Ogg or MP3 file

2011-01-17 Thread Stephen Marron
Hi I came across this while having a similar issue This is likely the same as this downstream bug https://bugs.launchpad.net/alsa-lib/+bug/567890 which affects the alsa plugin in audacious-plugins the problem is caused by a long standing upstream bug in alsa https://bugtrack.alsa-project.org/

Bug#609371: linux-image-2.6.37-trunk-sparc64: module scsi_mod: Unknown relocation: 36

2011-01-17 Thread David Miller
From: "Bernhard R. Link" Date: Mon, 17 Jan 2011 15:39:54 +0100 >> I think we want none of this, and I think we should elide the align >> directives entirely, or at least fix them so we don't get unaligned >> stuff on 64-bit. > > One fix might be to move the __attribute__ from include/trace/ftrac

Bug#610385: hello: just a test, please close/ignore etc

2011-01-17 Thread Scott Edwards
Package: hello Severity: wishlist My known working .reportbugrc is held hostage on a pc I don't have access to tonight. Sorry :) (and this is perhaps the forth attempt, with a real bug open in another xterm) Scott. -- System Information: Debian Release: squeeze/sid APT prefers testing APT

Bug#609371: linux-image-2.6.37-trunk-sparc64: module scsi_mod: Unknown relocation: 36

2011-01-17 Thread David Miller
From: David Miller Date: Mon, 17 Jan 2011 22:00:39 -0800 (PST) > ftrace: Remove unnecessary alignment tag from ftrace_event_call. > > It's completely unnecessary and causes problems on platforms > where this tag down-aligns the structure's alignment. > > Signed-off-by: David S. Miller ... Ok

Bug#609371: linux-image-2.6.37-trunk-sparc64: module scsi_mod: Unknown relocation: 36

2011-01-17 Thread David Miller
From: David Miller Date: Mon, 17 Jan 2011 21:34:48 -0800 (PST) > Where are these "holes" coming from? Reading the commit message for > the change that introduced this problem > (86c38a31aa7f2dd6e74a262710bf8ebf7455acc5), it seems like the issue is > coming from the compiler, and that fact that b

Bug#609168: pidgin-facebookchat: package is uninstallable; this ought be 'grave'

2011-01-17 Thread nick black
Package: pidgin-facebookchat Version: pidgin-facebookchat_1.67.1-1_amd64.deb Severity: normal The package is uninstallable, and has been for over a week: Unpacking pidgin-facebookchat (from .../pidgin-facebookchat_1.67.1-1_amd64.deb) dpkg: error processing /var/cache/apt/archives/pidgin- fac

Bug#609371: linux-image-2.6.37-trunk-sparc64: module scsi_mod: Unknown relocation: 36

2011-01-17 Thread David Miller
From: Steven Rostedt Date: Mon, 17 Jan 2011 09:11:26 -0500 > The problem comes when the linker puts these sections together. We read > all the sections as one big array. If the linker puts in holes, then > this breaks the array, and the kernel crashes while reading the section. Ummm, this sounds

Bug#574257: libpng: Libpng 1.4.1 production release

2011-01-17 Thread Nobuhiro Iwamatsu
Hi, > On Tue, Sep 07, 2010 at 12:43:56PM +0200, Cosme Domínguez Díaz wrote: >> Please, package it. > > Sure. > >> FreeImage need a 1.4.x release of libpng to work. > > http://ftp-master.debian.org/new.html > > I'll upload it to experimental (when I have some time) but it'll spend > some time

Bug#609371: linux-image-2.6.37-trunk-sparc64: module scsi_mod: Unknown relocation: 36

2011-01-17 Thread David Miller
From: "Bernhard R. Link" Date: Mon, 17 Jan 2011 15:39:54 +0100 > * David Miller [110117 07:07]: >> Ugh, and I just noticed that include/linux/klist.h does this fixed >> alignment of "4" too, where is this stuff coming from? It's >> wrong on 64-bit, at best. But I can't see the impetus behind d

Bug#610384: libparallel-forkmanager-perl: new upstream version

2011-01-17 Thread Matt Taggart
Package: libparallel-forkmanager-perl Version: 0.7.5-2 Severity: wishlist Parallel-ForkManager is up to version 0.7.9 in upstream. In particular I would like to be able to use the new data structure retrieval stuff that was added in 0.7.6. Could you please package the latest version? Thanks,

Bug#610383: boilerplate comment

2011-01-17 Thread Joey Hess
Package: unattended-upgrades Version: 0.62.2 Severity: minor File: /etc/pm/sleep.d/10_unattended-upgrades-hibernate # On suspend|hibernate, disconnect any wpa-roam managed interfaces, # reconnect it on resume. Comment seems to have been copied from some other script that does something else. --

Bug#610382: rhythmbox: causese immediate suspend upon unplugging from AC

2011-01-17 Thread Steven Sciame
Package: rhythmbox Version: 0.12.8-2 Severity: normal Rhythmbox seems to cause laptop to immediately suspend upon unplugging from AC power. When powering back up, everything seems to work correctly. If rhythmbox is not open, then this does not happen(immediate suspend) Compaq Presario 2210us -

Bug#503173: set correct PAX flags with paxctl as package default on i386 and amd64

2011-01-17 Thread Christoph Scheurer
Hello, I also regularly fix this problem (bugs 609602,503173) by setting the required PAX flags on the respective grub binaries from grub-common and grub-pc with paxctl: paxctl -cpsm /usr/sbin/grub-setup paxctl -cpsm /usr/sbin/grub-mkdevicemap paxctl -cpsm /usr/sbin/grub-probe It wou

Bug#610338: only checked testing/unstable

2011-01-17 Thread Mike O'Connor
found 610338 0.15~svn3447 thanks > Have you seen updated packages? No, I only looked at the version in testint/unstable. Marking the bug accordingly. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.de

Bug#591094: [hojia] Bug#591094: How to read Chinese with xpdf? Maybe I can alter the PDF files myself!

2011-01-17 Thread jidanni
反正就是無法用自由軟體讀中文 PDF on Debian 就是。 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Bug#610381: git-import-dsc: lies about commit date

2011-01-17 Thread Jonathan Nieder
Package: git-buildpackage Version: 0.5.17 Tags: patch Hi again, Currently git import-dsc sets the committer date on commits it writes to equal the author date. That means it is very easy to get out-of-order commit timestamps, which are a bad thing™. [1] But more important to me is the following

Bug#610380: pm-utils: pm-suspend-hybrid fails to resume after power loss

2011-01-17 Thread Daniel Kahn Gillmor
Package: pm-utils Version: 1.3.0-3 Severity: normal On this dell dimension 4500S, pm-suspend seems to work (the system can resume from sleep), and pm-hibernate seems to work (the system can resume after a power loss). But pm-suspend-hybrid doesn't work as expected: it can resume from sleep, bu

Bug#595767: xserver-xorg-video-radeon: direct rendering does not work

2011-01-17 Thread Mark Grieveson
Package: xserver-xorg-video-radeon Version: 1:6.9.0-1+lenny4 Followup-For: Bug #595767 When using linux-image-2.6.26-1-686, I can start x, but direct rendering does not work. When using linux-image-2.6.26-2-686, it is even worse in that the screen just goes black. At this point, I cannot even

Bug#248302: LESSOPEN variable and stdin

2011-01-17 Thread Aníbal Monsalve Salazar
reassign 248302 gzip stop On Fri, Apr 10, 2009 at 08:48:31PM -0400, Brian Szymanski wrote: > This bug has been resolved in upstream less version 429. Please bump > experimental/less to that version. Then all we need is a one line patch > for zless to close this bug: > > 52c52 > < LESSOPEN="|gzip

Bug#610379: git-import-dsc: copes poorly with missing 'upstream' branch

2011-01-17 Thread Jonathan Nieder
Package: git-buildpackage Version: 0.5.17 Trying to import history of a Debian package from a git clone of the upstream repo: $ git import-dsc ../source-libwpd/libwpd_0.7.2-1.dsc gbp:info: Tag upstream/0.7.2 not found, importing Upstream tarball fatal: Needed a single revision gbp:error: Git

Bug#602950: mirror submission for shadow.ind.ntou.edu.tw

2011-01-17 Thread Medical-Wei
There is no key for debian-cd in ftp.tw. ftp.tw uses jigdo for debian-cd. I think it is possible triggering push after assembling images. Could Andrew try to set up debian-cd triggers? 2011/1/18 Simon Paillard : > On Tue, Jan 18, 2011 at 04:45:48AM +0800, Andrew Lee wrote: >> On 2011年01月18日 00:3

Bug#610378: xul-ext-quickproxy: Homepage field in debian/control should not default to Russian version of Addons.Mozilla.org

2011-01-17 Thread Francois Marier
Package: xul-ext-quickproxy Version: 2009.07.19-3 Severity: normal Tags: patch It's a simple matter of removing "/ru/" from the URL :) Cheers, Francois commit a9509378c5d8f2d4d0634d03e5f3b214980a4b81 Author: Francois Marier Date: Tue Jan 18 16:05:42 2011 +1300 Don't default to the Russian

Bug#304570: Code::Blocks status?

2011-01-17 Thread Kartik Mistry
On Mon, Jan 17, 2011 at 4:26 PM, David Paleino wrote: > what's the status of Code::Blocks? > You wrote in August about packaging it :) Looks like I forgot to update. If you want, feel free to take ITP :) -- Kartik Mistry Debian GNU/Linux Developer IRC: kart_ | Identica: @kartikm -- To UNSUB

Bug#610377: partman-auto-lvm does not allow all filesystems to be LVM volumes, even with grub2 as default boot loader

2011-01-17 Thread Travis Groth
Package: partman-auto-lvm Severity: normal Tags: d-i squeeze With grub2 being installed by default in squeeze, it should be possible to instruct partman to create all partitions as LVM logical volumes, however an error is generated in this configuration. Working preseed configuration: d-i pa

Bug#610376: git-import-dscs --debsnap: does not cope with binnmus

2011-01-17 Thread Jonathan Nieder
Package: git-buildpackage Version: 0.5.17 Hi, Trying out this neat import-dscs --debsnap tool. $ git import-dscs --debsnap libwpd gbp:info: Downloading snapshots of 'libwpd' to '/tmp/tmpB42AOI'... debsnap: No source files found for libwpd version 0.8.4-2+b2 debsnap: No source files found for lib

Bug#546296: xserver-xorg-input-synaptics: syndaemon doesn't always disable touchpad

2011-01-17 Thread Cyril Brulebois
Hi, Luca Bruno (12/09/2009): > when I type something in emacs buffer or sometimes in the browser I > can see the mouse. Instead in a terminal or normal graphical text > entries it's disable as expected. I think you're mistaken. syndaemon disables the incoming events, so your pointer isn't suppos

Bug#610367: Acknowledgement ({Spam?})

2011-01-17 Thread David Hill
4.73-rc1 has the same issue ... lmtp deliveries to cyrus are broken procmail has the same -1 return code... - Original Message - From: "Debian Bug Tracking System" To: "David Hill" Sent: Monday, January 17, 2011 7:45 PM Subject: Bug#610367: Acknowledgement ({Spam?}) Thank you for

Bug#610367: Acknowledgement ({Spam?})

2011-01-17 Thread David Hill
Rollbacking to 4.69 (not 4.72-2) solves the issue. - Original Message - From: "Debian Bug Tracking System" To: "David Hill" Sent: Monday, January 17, 2011 7:45 PM Subject: Bug#610367: Acknowledgement ({Spam?}) Thank you for filing a new Bug report with Debian. This is an automatic

Bug#578148: xserver-xorg-input-synaptics: similar error

2011-01-17 Thread Cyril Brulebois
Vincent Lefevre (17/07/2010): > They indeed seem to be harmless, but this is very confusing for the > user who tries to configure things and thinks he has done something > wrong. Iterating over all /dev/input*, and checking which driver can handle each of them, that's all. KiBi. signature.asc

Bug#578148: synaptics-related errors in X log

2011-01-17 Thread Cyril Brulebois
Felipe Sateler (16/06/2010): > Julien stated before that these messages are harmless. However, my > touchpad experience is poor: I don't have horizontal scroll, and I > cannot configure circular scroll either (IOW, > gpointing-device-settings allows me to set only a few things). Right > after the

Bug#581587: xserver-xorg-input-synaptics: Option "Orientation" to 'rotate' touchpad along with screen (usually done with xrandr)

2011-01-17 Thread Cyril Brulebois
Hi, Yaroslav Halchenko (13/05/2010): > Hope you would adopt it for Debian package (let me know if you want > me to NMU it). no, I'd rather you submit it upstream for review. That'd be: http://bugs.freedesktop.org/ Component: xorg, product: Input/synaptics Feel free to mark this bug as forwa

Bug#604672: xserver-xorg-input-synaptics: Please add armhf support

2011-01-17 Thread Cyril Brulebois
tag 604672 pending thanks Konstantinos Margaritis (23/11/2010): > Please consider adding armhf support. :) Done this way, only in git for now: | commit d88444667fbf39767c503cde017f6f1c85f24d65 | Author: Cyril Brulebois | Date: Tue Jan 18 03:51:10 2011 +0100 | | Switch to Architecture: an

Bug#610375: remotenumber support

2011-01-17 Thread Igor A Tarasov
Package: pptpd Version: 1.3.4 When using RADIUS plugin in pppd, it send Caller-Station-ID attribuse to radius server. But pppd needs to know remote user IP. To send Caller-Station-ID information for radius server, pppd using information (if provided) from "remotenumber" command line option. Wit

Bug#428679: option to map taps separately from button

2011-01-17 Thread Cyril Brulebois
Bill Allombert (04/01/2010): > On Thu, Jun 14, 2007 at 08:56:15PM +0900, Mattia Dongili wrote: > > Hi, I forwarded your request upstream, in the meantime I can try > > preparing a full featured patch for it. > > Any progress on that ? If you want to make sure to have upstream's attention, I gues

Bug#610374: service-wrapper-java: new upstream version available

2011-01-17 Thread Ximin Luo
Package: service-wrapper-java Severity: normal Hi, a new version (3.5.7) of the package is available upstream. http://wrapper.tanukisoftware.com/doc/english/download.jsp http://wrapper.tanukisoftware.com/download/3.5.7/wrapper_3.5.7_src.tar.gz -- System Information: Debian Release: 6.0 APT pre

Bug#610371: I can reproduce the problem

2011-01-17 Thread Steven Sciame
I was able to reproduce the problem.  If rhythmbox is open when I unplug from AC, then the laptop immediately shuts down(suspends I believe) I am not sure now if this is really a bug with rhythmbox.

Bug#534940: lintian: inconsistent reporting of affected files

2011-01-17 Thread Russ Allbery
Niels Thykier writes: > I guess I am biting the bullet now. It turns out that with the > pre-sorting stuff, some of the checks (e.g. checks/binaries) now modify > the list when they add their "./" prefix, causing other checks (e.g. > checks/shared-libs) to fail. > I have made the following patc

Bug#478768: (no subject)

2011-01-17 Thread Cyril Brulebois
Hi, Xypron debian (30/04/2008): > Unfortunately the two cursors do not have the same x and y > position. The difference varies with pen movement. > > A work around is to map the generic mouse to /dev/input/mouse1 only > instead of /dev/input/mice. But this means that the tablet pen can > not be

Bug#610373: kbd: openvt -e fails with ioctl TIOCSCTTY: Operation not permitted

2011-01-17 Thread Daniel Kahn Gillmor
Package: kbd Version: 1.15.2-2 Severity: normal Running the following simple command fails (returns 1): openvt -e true And it prints the following message on the allocated vt: ioctl TIOCSCTTY: Operation not permitted Attached is an strace dump. Thanks for maintaining kbd in debian!

Bug#610372: chromium-browser: Failed to open debug file $HOME/tmp/mozdebug

2011-01-17 Thread Marc J. Driftmeyer
Package: chromium-browser Version: 9.0.597.45~r70550-1 Severity: normal chromium-browser is attempting to attach a debug session [mozdebug] to output all it's log information under a tmp direction from the user home directory. By creating $HOME/tmp/mozdebug under my username account the applica

Bug#555388: xserver-xorg-input-joystick: X segfaults when no joystick connected

2011-01-17 Thread Cyril Brulebois
Hi, ael (09/11/2009): > (**) Option "Device" "/dev/input/js0" > (**) Joystick: always reports core events > (**) Joystick (keys): always reports core events > (II) XINPUT: Adding extended input device "Joystick" (type: JOYSTICK) > (EE) Cannot open joystick '/dev/input/js0' (No such file or direct

Bug#601201: xserver-xorg-input-joystick: Reports bogus keycodes which lead to almost unusable DE

2011-01-17 Thread Cyril Brulebois
tag 601201 moreinfo thanks Julien Cristau (02/11/2010): > your xev log doesn't have a single keypress. it'd be really useful > to have the evtest output, it should work fine on the > /dev/input/eventX device. We need more info from the submitter, tagging as such. KiBi. signature.asc Descript

Bug#610371: gnome-power-manager: immediately suspends upon unplugging from AC

2011-01-17 Thread Steven Sciame
Package: gnome-power-manager Version: 2.32.0-2 Severity: important Upon unplugging from AC, gpm immediately suspends laptop(Compaq Presario 2210us. This just started happening and I am not sure why. I tried restoring the gnome-power-manager to defaults, under the "On battery" tab, but that did n

Bug#510980: xserver-xorg-input-vmmouse: vmmouse loads mouse even when it is not used

2011-01-17 Thread Cyril Brulebois
Hi, michal.sucha...@ruk.cuni.cz (06/01/2009): > However, the mouse driver is loaded regardless of the presence of > the vmware pointing device, and the driver fails to load when the > mouse driver is not persent even if it would not be used anyway. is that such a big problem? If so please report

Bug#610262: "on-topic, constructive, helpful" requirement for CoC

2011-01-17 Thread Justin B Rye
David Prévot wrote: > Philip Hands a écrit : >> In the sentence: >> >> The mailing lists have been created to promote the use and development of >> Debian. >> >> the "have been created" seems a little clumsy to me and should probably >> be replaced with "were created", although I'd actually ins

Bug#516210: xserver-xorg-video-radeonhd: "unsupported chipset" despite 1650

2011-01-17 Thread Cyril Brulebois
Jeff Abrahamson (24/11/2009): > The only remaining problem is that I am not able to turn on two-head > support. Trying from the gnome monitor thingy > (/usr/bin/gnome-display-properties), I'm told "required virtual size > does not fit available size: requested=(3840, 1200), minimum=(320, > 200),

Bug#500214: xorg: X freezes on high load (kernel seems to enter in deadlock)

2011-01-17 Thread Cyril Brulebois
BERTRAND Joel (05/02/2009): > I use for a long time a driver built from xorg CVS. I have > done some tests with and without X. Trouble come from VM kernel > subsystem. If I force overcommit_memory = 2, I cannot reproduce this > bug. Anyway, bug occurs _without_ any running xserver. Thus, I t

Bug#610370: python3.2-dev: trying to overwrite '/usr/bin/python3.2mu-config', which is also in package python3.2 3.2~b2-1

2011-01-17 Thread Jakub Wilk
Package: python3.2-dev Version: 3.2~rc1-1 Severity: serious There's a file conflict between python3.2-dev 3.2~rc1-1 and python3.2 3.2~b2-1: | Preparing to replace python3.2-dev 3.2~b2-1 (using .../python3.2-dev_3.2~rc1-1_i386.deb) ... | Unpacking replacement python3.2-dev ... | dpkg: error proc

Bug#525430: X crashes when using gdmchooser to initiate XDMCP connection.

2011-01-17 Thread Cyril Brulebois
Seb James (24/04/2009): > This bug occurs when using the radeonhd X.org driver on my Lenny > machine, dellbuntu. It does not occur when using the radeon X.org > driver. Great. :) -radeonhd is deprecated and will be removed, please keep using -radeon. KiBi. signature.asc Description: Digital si

Bug#550263: Kills XServer when switching to VT

2011-01-17 Thread Cyril Brulebois
Hi, Andreas Pakulat (09/10/2009): > The Xorg log is attached, I've already tried installing the -dbg > packages for radeonhd, ati and xorg-core but the backtrace doesn't > contain more details after that. > > Also I need to correct myself, X11 crashes when switching from the > TTY back to X11. I

Bug#561699: Bug#562490: xserver-xorg-core: Xorg -configure produces non-working config

2011-01-17 Thread Cyril Brulebois
Jeff Abrahamson (28/12/2009): > On Sat, Dec 26, 2009 at 11:34:49AM +0100, Julien Cristau wrote: > > It may still be a bug if the radeonhd driver gets chosen but doesn't > > work. Does X start when using the 'radeon' driver? > > Indeed, this is the case, so re-opening 561699. Just to keep you po

Bug#567106: xserver-xorg-video-radeonhd: radeonhd driver segfaults

2011-01-17 Thread Cyril Brulebois
Chris Jones (02/02/2010): > Booting with just one monitor plugged in also makes no difference to > either the radeon or radeonhd issue. Is your bug still reproducible, with radeon, with squeeze/sid? radeonhd is deprecated and no longer maintained. I'd suggest: - filing a bugreport upstream if y

Bug#610369: dnssec-tools: Patch applied for bug 588821 causes zonesigner to erroneously fail

2011-01-17 Thread Michael Vrable
Package: dnssec-tools Version: 1.7-2 Severity: important The patch applied for bug #588821 (588821_check_for_errors.patch) adds error checks to calls of the System function (a wrapper around Perl's system). Unfortunately these checks invert the test: System($cmd) or die "System($cmd) failed:

Bug#609371: R_SPARC_13

2011-01-17 Thread Richard Mortimer
On 18/01/2011 00:37, David Miller wrote: From: Richard Mortimer Date: Mon, 17 Jan 2011 23:34:03 + I guess that points towards the binutils linker not doing the correct thing. Ok, it is in fact doing the correct thing. I'm really surprised we never hit this before in all of these years

Bug#610368: git-import-dscs --debsnap: confusing usage

2011-01-17 Thread Jonathan Nieder
Package: git-buildpackage Version: 0.5.17 Severity: minor Tags: patch Was looking forward to trying git import-dscs. So: $ man git import-dscs | grep debsnap | head -1 git-import-dscs --debsnap [ git-import-dsc options ] Okay, let's try it. $ git import-dscs --debsnap Traceback (mos

Bug#610367: {Spam?}

2011-01-17 Thread David Hill
Subject: Since last exim4 update, all messages are frozen in a queueonly demon. Package: exim4 Version: 4.72-3 Severity: important -- Package-specific info: Exim version 4.72 #1 built 29-Dec-2010 19:22:37 Copyright (c) University of Cambridge, 1995 - 2007 Berkeley DB: Berkeley DB 4.8.30: (Apr

Bug#610366: cryptsetup luksAddKey returns 0 even though no key slot was allocated

2011-01-17 Thread Daniel Kahn Gillmor
Package: cryptsetup Version: 2:1.2.0-1 Severity: normal my prompt is prefixed with the return code of the previous command: 0 pip:~# cryptsetup --master-key-file y luksAddKey /dev/mapper/vg_pip0-testy Cannot read 32 bytes from keyfile y. 0 pip:~# Clearly, this command did not allocate a new ke

Bug#609371: R_SPARC_13

2011-01-17 Thread David Miller
From: Richard Mortimer Date: Mon, 17 Jan 2011 23:34:03 + > I guess that points towards the binutils linker not doing the correct > thing. Ok, it is in fact doing the correct thing. I'm really surprised we never hit this before in all of these years :-) I guess we've simply never hit this ki

Bug#610334: ssldump doesn't support TUN interfaces

2011-01-17 Thread Juan Angulo Moreno
Hi, This patch will be apply in the new ssldump package. Thanks you!. 2011/1/17 Roland Pallai : > Package: ssldump > Version: 0.9b3-4 > Severity: normal > Tags: patch > > > ssldump doesn't support TUN interfaces. I'm using the latest Squeeze version > on Lenny built from sources. -- Juan Angu

Bug#496676: arrayprobe

2011-01-17 Thread Szymon Janc
Hello All, Since upstream seams to be no longer active on this one I went ahead and did some maintenance work on arrayprobe. I don't use arrayprobe and looked at it because it is RC for Squeeze so please review (it's not one-liner) and (if brave enough:) test it. Instead of just fix reported i

Bug#609371: R_SPARC_13

2011-01-17 Thread David Miller
From: Richard Mortimer Date: Mon, 17 Jan 2011 23:34:03 + > However the same R_SPARC_13 also exists in scsi_mod.ko. It exists in the > original Debian 2.6.37-trunk-sparc64 version and in my current build of > the same with the 8 byte alignment for _trace_events. ... Thanks for the info Richa

Bug#610262: "on-topic, constructive, helpful" requirement for CoC

2011-01-17 Thread David Prévot
Le 17/01/2011 07:32, Philip Hands a écrit : > Hi, Hi, Thanks for your answer, kept verbatim for the bug log, and for debian-l10n-english interest too. > In the sentence: > > The mailing lists have been created to promote the use and development of > Debian. > > the "have been created" seems

Bug#500843: xserver-xorg-video-tdfx: Fixed in freedesktop.org -- actually belongs to libgl1-mesa-dri

2011-01-17 Thread Cyril Brulebois
Cyril Brulebois (18/01/2011): > Can we please have an update on this bug? Not from this user apparently: | csh...@brucetelecom.com | SMTP error from remote mail server after RCPT TO:: | host bmts.com.bmts.mail1.psmtp.com [64.18.4.10]: | 550 No such user - psmtp KiBi. signature.asc Descri

Bug#610102: [decibel-audio-player] Don't spawn multiple instances from the .desktop file

2011-01-17 Thread Emilio Pozuelo Monfort
forwarded 610102 https://bugs.launchpad.net/decibel-audio-player/+bug/704221 thanks Hi Adrien On 15/01/11 13:18, Adrien Clerc wrote: > I'm looking for a simple audio player, and Decibel hit the top of the list. > However, to be fully usable, I need a slight modification in the package. > When I

Bug#523610: xserver-xorg-video-radeonhd: exa and xaa acceleration cause unstable DVD playback

2011-01-17 Thread Cyril Brulebois
tag 523610 moreinfo thanks Cyril Brulebois (04/04/2010): > you might have better luck with current Xorg components from > unstable, like kernel, libdrm, mesa, -radeon? Ping? KiBi. signature.asc Description: Digital signature

Bug#610083: Remove requirement to document upstream source location in debian/copyright ?

2011-01-17 Thread Ben Finney
Charles Plessy writes: > Le Sun, Jan 16, 2011 at 09:38:51AM +0100, Thijs Kinkhorst a écrit : > > […] the proposal lacks the information about what cost is associated > > with the current sitiuation. Really, it's just a few keystrokes when > > first creating the package and hardly needs to be chan

Bug#500843: xserver-xorg-video-tdfx: Fixed in freedesktop.org -- actually belongs to libgl1-mesa-dri

2011-01-17 Thread Cyril Brulebois
Brice Goglin (25/01/2009): > > https://bugs.freedesktop.org/show_bug.cgi?id=7574 > > > > This page seems to have a fix for it. The bug is in package > > libgl1-mesa-dri, though. > > I wonder if this old bug is actually related. Which mesa did you try > with? Can we please have an update on this

Bug#386028: xserver-xorg-video-tdfx: Characters corrupted when switching to console.

2011-01-17 Thread Cyril Brulebois
Kurt Roeckx (05/05/2007): > This is still perfectly reproducible in etch. I've even tried without > drm enabled now. What about lenny or squeeze? KiBi. signature.asc Description: Digital signature

Bug#608817: Debian Bug #608817 - Please update your translation file gparted.desktop

2011-01-17 Thread Curtis Gedak
Hi Alexander, Thank you for your interest in improving GParted. The translations for GParted are handled by the GNOME Translation Project. You can learn more about the GNOME Translation Project at the following link: http://live.gnome.org/TranslationProject/ You can view the status of GParted

Bug#590321: vzctl: ip6tables does not work in VE

2011-01-17 Thread Steven Chamberlain
On 17/01/11 22:23, Christian Hofstädtler wrote: > Thanks for the suggestion. I've now rebuilt the kernel with the patch > applied, but it still doesn't work for me. > > Still seeing this in strace ip6tables -nL: > > socket(PF_INET6, SOCK_RAW, IPPROTO_RAW) = 3 > getsockopt(3, SOL_IPV6, 0x40 /* IPV

Bug#609371: R_SPARC_13

2011-01-17 Thread Richard Mortimer
On Mon, 2011-01-17 at 13:02 -0800, David Miller wrote: > From: Richard Mortimer > Date: Mon, 17 Jan 2011 19:46:21 + > > > As an example from drivers/scsi/scsi_error.c function scsi_eh_wakeup(). > > > > This has relocation records of > ... > > 2be4 R_SPARC_LO10 __tracepoint_

Bug#609886: libapache2-mod-jk: After upgrade from 1.2.26 to 1.2.30 mod_jk no longer connects to tomcats

2011-01-17 Thread Miguel Landaeta
On Mon, Jan 17, 2011 at 6:00 PM, Damien Raude-Morvan wrote: > I don't think it's properly documented in tomcat6 and/or libapache2-mod-jk > Debian packages. Maybe you could add a note inside README.Debian (although > it's not really specific to Debian). Sure. Good idea. I'll add that to my to-do l

Bug#610248: Assertion error on squeeze/i386

2011-01-17 Thread Adam D. Barratt
On Sun, 2011-01-16 at 18:34 +0100, Peter Palfrader wrote: > we're running arrayprobe on spohr.debian.org. After upgrading to > squeeze it no longer works at all: > > weasel@spohr:~$ sudo arrayprobe > arrayprobe: malloc.c:3097: sYSMALLOc: Assertion `(old_top == (((mbinptr) > (((char *) &((av)->bi

Bug#608394: [Debian-med-packaging] Bug#608394: insighttoolkit: superfluous build dependency on libpoppler-dev

2011-01-17 Thread Pino Toscano
Hi, Alle giovedì 30 dicembre 2010, Mathieu Malaterre ha scritto: > On Thu, Dec 30, 2010 at 10:21 PM, Steve M. Robbins wrote: > > On Thu, Dec 30, 2010 at 03:36:10PM +0100, Pino Toscano wrote: > >> Package: insighttoolkit > >> Version: 3.18.0-5 > >> Severity: minor > >> > >> Hi, > >> > >> insightt

Bug#610365: debian-installer: outdated warning about GRUB2 in expert mode

2011-01-17 Thread Tobias Bußmann
Package: debian-installer Version: squeeze RC1 Severity: normal Tags: d-i when installing squeeze with rc1 netboot image in expert mode, I get a warning about GRUB2 beeing experimental and should not be used on production systems. According to http://wiki.debian.org/NewInSqueeze GRUB2 is now the

Bug#609441: Pulseaudio

2011-01-17 Thread Debian
Hi, Am 17.01.2011 08:48, schrieb Kevin Krammer: All of these are developer level points of view of the system, which necessarily contains even parts no longer in use or even "academic" (exisiting but never been in widespread use) components. I hope so. Otherwise there would be no chance t

Bug#610364: catalog icon missing, makes ampache totally useless

2011-01-17 Thread Tino Keitel
Package: ampache Version: 3.5.4-9 Severity: normal Hi, when I log in to a fresh ampache installation using the admin user, I can not find a way to create a catalog. According to the documentation, ampache is pretty useless without catalogs. I saw a screenshot at http://blackmarketserver.com/blog

Bug#610344: Patch for 610344

2011-01-17 Thread brian m. carlson
forwarded 610344 https://issues.apache.org/bugzilla/show_bug.cgi?id=50605 tags 610344 + patch kthxbye Attached is a patch to solve this problem. The problem occurs because two different characters (U+002D and U+2212) are mapped onto the same byte (0x2D). Because the glyph sizes are different, th

Bug#599754: (no subject)

2011-01-17 Thread Modestas Vainius
Hello, On pirmadienis 17 Sausis 2011 15:23:14 Oleg G wrote: > >This has been fixed in 2.3.2. See related bug. Squeeze will ship with > >2.3.1 though. > > Sorry, have not seen this. > So, it will be with this bug in Squeeze release? Yes, it will. I plan to provide a squeeze-backport for 2.4.0 and

Bug#610363: please enable idmapd by default

2011-01-17 Thread Charles Samuels
Package: nfs-common Version: 1.2.2-4 Severity: minor The system admin here at my employer got pretty frustrated setting up NFSd. He observed that unlike any other OS he used (Centos, Solaris, Ubuntu, ...), Debian was the only one that required him to manually enable idmapd in /etc/default/nfs-c

Bug#608932: [Python-modules-team] Bug#608932: python-matplotlib-doc: "Exception occurred rendering plot"

2011-01-17 Thread Sandro Tosi
Hi, On Tue, Jan 4, 2011 at 19:11, Jakub Wilk wrote: > Package: python-matplotlib-doc > Version: 0.99.3-1 > Severity: minor > > There are several "Exception occurred rendering plot" warnings in the > generated documentation: > > $ cd /usr/share/doc/python-matplotlib-doc/html/ && grep -r 'Exception

Bug#600059: Almost duplicated

2011-01-17 Thread Kingsley G. Morse Jr.
On 01/18/11 00:13, Tshepang Lekhonkhobe wrote: > On Mon, Jan 17, 2011 at 23:51, Kingsley G. Morse Jr. > wrote: > > On 01/17/11 18:22, Tshepang Lekhonkhobe wrote: > >> On Sun, Jan 16, 2011 at 08:41, Kingsley G. Morse Jr. > >> wrote: > >> > Thanks for maintaining wajig. > >> > >> Thanks. > >> > >>

Bug#610337: live-boot: live-snapshot.exclude_list comment problem

2011-01-17 Thread Csaba Kormendy
There is something about the comments in /usr/share/doc/live-boot/examples/live-snapshot.exclude_list that cause a problem for live-snapshot. I end up with an empty live-sn.cpio.gz file if I use the example file verbatim. To reproduce: 1) Boot system using debian-sq-live-rc1-i386-gnome-deskto

Bug#610362: maint-guide mixes up LSB with FHS, at the description of init scripts

2011-01-17 Thread Christoph Anton Mitterer
Package: maint-guide Version: 1.2.25 Severity: normal Hi. In chapter 5.10, main-guide refers to the FHS with respect to the init-script headers. I guess you mean the LSB init-script headers however, and want therefore refer to it. Unfortunately there is not yet a package that contains the LSB i

Bug#607903: Fails to build kernel module: missing dependency on libc6-dev

2011-01-17 Thread Adam D. Barratt
On Mon, 2011-01-10 at 10:00 -0800, Russ Allbery wrote: > Julien Cristau writes: > > On Wed, Dec 29, 2010 at 17:54:47 -0800, Russ Allbery wrote: > > >> This is fixed in Git. I'm working with upstream to coordinate a security > >> release which should be out within the next week, so will upload th

Bug#479727: security-tracker: Show unimportant issues in some way on package overview

2011-01-17 Thread Michael Gilbert
On Mon, 17 Jan 2011 17:06:46 -0500 Michael Gilbert wrote: > On Sun, 16 Jan 2011 12:03:13 +0100 Florian Weimer wrote: > > > * Thijs Kinkhorst: > > > > > Currently, issues marked as unimportant disappear entirely off the > > > radar, which is not a big problem. I think for clarity however it > > >

Bug#610359: d-i rc1 fails on software raid system

2011-01-17 Thread Lennart Sorensen
On Mon, Jan 17, 2011 at 10:51:14PM +0100, Giuseppe Sacco wrote: > Package: installation-reports > > Boot method: DVD from external DVD reader with USB connection > Image version: > http://cdimage.debian.org/cdimage/squeeze_di_rc1/amd64/iso-cd/debian-sq-di-rc1-amd64-netinst.iso > Date: 17 January

Bug#610361: installation-reports: Successful Squeeze install on a Fujitsu-Siemens Amilo Pi 1505

2011-01-17 Thread Alberto Aparici
Package: installation-reports Severity: normal -- Package-specific info: Boot method: CD Image version: Debian GNU/Linux squeeze-di-beta1 "Squeeze" - Official Beta amd64 - NETINST Binary-1 20101027-12:38 Date: 29-December-2010, approx 17:00 CET Machine: Fujitsu-Siemens Amilo Pi 1505 Partiti

Bug#600059: Almost duplicated

2011-01-17 Thread Tshepang Lekhonkhobe
On Mon, Jan 17, 2011 at 23:51, Kingsley G. Morse Jr. wrote: > On 01/17/11 18:22, Tshepang Lekhonkhobe wrote: >> On Sun, Jan 16, 2011 at 08:41, Kingsley G. Morse Jr. >> wrote: >> > Thanks for maintaining wajig. >> >> Thanks. >> >> > I look forward to using it. >> > >> > Here's what I'm seeing with

  1   2   3   4   >