Bug#1064624: Hard to short-stroke an encrypted drive

2024-02-25 Thread Matthew Wilcox
On Mon, Feb 26, 2024 at 12:34:50AM +0100, Pascal Hambourg wrote: > Not if you do not write anything to them, or if you TRIM them. You can stop explaining to me how TRIM works. commit 0c659b82d11e Author: Matthew Wilcox Date: Thu Apr 2 10:37:25 2009 -0400 ata: Add TRIM infrastruct

Bug#1064624: Hard to short-stroke an encrypted drive

2024-02-25 Thread Matthew Wilcox
On Sun, Feb 25, 2024 at 11:42:37PM +0100, Pascal Hambourg wrote: > On 25/02/2024 at 05:40, Matthew Wilcox wrote: > > > > The partitioner "guided partitioning" offers me: > > > > - use the largest continuous free space > > - use entire disk > &g

Bug#1064791: No ethernet card in a laptop

2024-02-25 Thread Matthew Wilcox
Package: debian-installer On my new laptop, d-i prints "No Ethernet card was detected. If you know the name of the driver (etc)". This confused me, as I thought it _also_ couldn't find the wifi driver (since it's a new laptop, it's possible the d-i kernel doesn't know about the wifi device). I

Bug#1064624: Hard to short-stroke an encrypted drive

2024-02-24 Thread Matthew Wilcox
Package: debian-installer The partitioner "guided partitioning" offers me: - use the largest continuous free space - use entire disk - use entire disk and set up LVM - use entire disk and set up encrypted LVM I want "use largest contiguous space and set up encrypted LVM". That would let me

Bug#1064617: Passwords should not be changed frequently

2024-02-24 Thread Matthew Wilcox
Package: debian-installer I just did an installation with the 2024-02-24 debian-testing-amd64-netinst.iso image. I forget the exact wording used, but when setting up a user, d-i printed advice that user passwords should be changed frequently. This is no longer current good advice (since 2017):

Bug#976616: Abysmally slow writes to crypted partition

2020-12-05 Thread Matthew Wilcox
Package: partman-crypto This isn't really a bug in partman-crypto, but I'm reporting it here for tracking purposes as requested by Steve McIntyre. The symptom I first experienced was when doing an install on a Tiger Lake laptop with a 1TB SSD. The step where we run blockdev-wipe was going to

Bug#976112: Overwriting with random data message truncated

2020-11-29 Thread Matthew Wilcox
Package: debian-installer Version: 2020-11-23 When installing on an NVMe device, the message "The installer is now overwriting /dev/nvme0n1p3 with random data to prevent meta-information leaks from " is truncated in the graphical installer. I'd suggest just s/The installer is now o/O/ Also,

Bug#862884: Please upload

2018-07-10 Thread Matthew Wilcox
As a result of this patch not being applied, I couldn't connect my laptop to my employer's VPN (because I run testing, and this package isn't available in testing). Applying the patch and building it locally worked fine.

Bug#899308: date -d does not recognise git date format

2018-05-22 Thread Matthew Wilcox
Package: coreutils Version: 8.28-1 I am lazy and can't remember timezones. So I want to use 'date -d' to convert from the date in a git commit to local time. Date: Thu May 17 17:04:43 2018 +1000 $ date -d 'Thu May 17 17:04:43 2018 +1000' date: invalid date ‘Thu May 17 17:04:43 2018 +1000’ $

Bug#897426: Unix pathnames being misinterpreted as commands

2018-05-02 Thread Matthew Wilcox
e that check as well. Description: Don't interpret unix pathnames as commands Replace the list of common unix pathnames with a simpler heuristic; if there are two '/' characters before there is a ' ', this cannot be an IRC command, so just send it to the server as text instead of a command. Author

Bug#897387: xfslibs-dev needs to include .la files

2018-05-01 Thread Matthew Wilcox
Package: xfslibs-dev Version: 4.15.1-1 trying to build the latest from git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git [CC]t_truncate_self /bin/bash ../libtool --quiet --tag=CC --mode=link gcc t_truncate_self.c -o t_truncate_self -g -O2 -g -O2 -DDEBUG -I../include

Bug#887472: Please update to newer version

2018-01-16 Thread Matthew Wilcox
Package: x86info Version: 1.31~pre0.8052aabdd159bc9050e7dc264f33782c5acce05f-1+b1 This version doesn't recognise the Kaby Lake in my laptop. The version I just downloaded from git does.

Bug#854778: liburcu 32 bit and 64 bit versions cannot install simultaneously

2017-02-28 Thread Matthew Wilcox
I think you may need to rebuild them differently from this in order to have it work. I just installed zlib1g-dev:i386 and :amd64 to have an example to look at. Each of these packages contains the same files under /usr/share and /usr/include, and dpkg happily installed them both without special

Bug#642496: quadrapassel doesn't move the top line down when removing lines

2011-09-22 Thread Matthew Wilcox
); clutter_behaviour_remove_all (explode_scale_behaviour); - for (int y = MIN (posy + 4, LINES); y 0; --y) + for (int y = MIN (posy + 4, LINES); y = 0; --y) { if (checkFullLine (y)) { -- Matthew Wilcox Intel

Bug#625224: xhci-hcd has the wrong module name

2011-05-02 Thread Matthew Wilcox
Package: initramfs-tools Version: 0.98.8 In /usr/share/initramfs-tools/hook-functions, xhci-hcd is spelled simply xhci. It was renamed to xhci-hcd in 2.6.34-rc2. Please update this script. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of unsubscribe.

Bug#567555: [kerneloops] basename : command not found

2010-02-02 Thread Matthew Wilcox
. I think they mean to submit the kernel oops information printed to the screen, not to use the kerneloops package (which is a means for transmitting kernel oops information upstream automatically). Your system crashes too early for the kerneloops daemon to be able to help you. -- Matthew Wilcox

Bug#567555: [kerneloops] basename : command not found

2010-01-29 Thread Matthew Wilcox
it in the next upload. -- Matthew Wilcox Intel Open Source Technology Centre Bill, look, we understand that you're interested in selling us this operating system, but compare it to ours. We can't possibly take such a retrograde step. -- To UNSUBSCRIBE, email to debian-bugs

Bug#421386: can't install gnome-themes

2009-09-26 Thread Matthew Wilcox
if it will happena again. I guess you didn't understand the bug. If you had installed gnome-themes-common a long time ago, and now tried to upgrade to stable, it fails to work. There is a simple solution, which for some reason hasn't yet been implemented. -- Matthew Wilcox

Bug#421386: can't install gnome-themes

2009-09-26 Thread Matthew Wilcox
On Sun, Sep 27, 2009 at 12:05:29AM +0200, Emilio Pozuelo Monfort wrote: Matthew Wilcox wrote: I guess you didn't understand the bug. If you had installed gnome-themes-common a long time ago, and now tried to upgrade to stable, it fails to work. There is a simple solution, which for some

Bug#476328: Here's a patch to split the package

2009-08-07 Thread Matthew Wilcox
+ dh_installinit -pkerneloops -o #dh_installdebconf #dh_installman kerneloops.8 dh_link -- 1.6.3.3 -- Matthew Wilcox Intel Open Source Technology Centre Bill, look, we understand that you're interested in selling us this operating system

Bug#476328: Here's a patch to split the package

2009-08-07 Thread Matthew Wilcox
On Fri, Aug 07, 2009 at 04:03:32PM -0400, Tim Abbott wrote: On Fri, 7 Aug 2009, Matthew Wilcox wrote: On Fri, Aug 07, 2009 at 01:48:34PM -0400, Tim Abbott wrote: I've attached a patch to split the package into a kerneloops package and a kerneloops-applet package. The new

Bug#495562: Disc format changes

2008-08-20 Thread Matthew Wilcox
Actually, btrfs disc format changed in 0.16. It's really not appropriate to ship this in Lenny. It's not ready and will create pain for our users and for the upstream btrfs developers. It definitely is worth having this packaged -- but only shipping in lenny+1. -- Matthew Wilcox

Bug#486478: Where's the build log?

2008-06-23 Thread Matthew Wilcox
I went to buildd.debian.net and I don't see the build log for this package. And the [0] reference doesn't seem to have been filled in in the original mail. How very strange. -- Intel are signing my paycheques ... these opinions are still mine Bill, look, we understand that you're interested

Bug#486478: Where's the build log?

2008-06-23 Thread Matthew Wilcox
On Mon, Jun 23, 2008 at 09:33:14PM +0200, Daniel Baumann wrote: ...and sorry for having missed in the first mail. That's OK, I was just a bit perturbed at not being able to find the build logs in the system. It's a bit odd the way it's built. -- Intel are signing my paycheques ... these

Bug#486478: Where's the build log?

2008-06-23 Thread Matthew Wilcox
On Mon, Jun 23, 2008 at 09:28:53PM +0200, Daniel Baumann wrote: mips: http://buildd.debian.org/fetch.cgi?pkg=linux-modules-extra-2.6ver=2.6.25-2arch=mipsstamp=1213610531file=log Thanks! Here's the failing line: CC [M]

Bug#484493: kerneloops: Why not started at (the default) runlevel 2?

2008-06-04 Thread Matthew Wilcox
On Wed, Jun 04, 2008 at 01:31:20PM +0200, Frans Pop wrote: I have been wondering why I've never seen anything from kerneloops as I often run upstream RC kernels and have seen at least WARNON messages. I now find that the init script has: # Default-Start: 3 4 5 # Default-Stop: 0 1 2 6

Bug#482902: please provide libc6-hppa64 and libc6-hppa64-dev packages

2008-05-25 Thread Matthew Wilcox
On Sun, May 25, 2008 at 11:21:28PM +0200, Matthias Klose wrote: that's fine. in this case we should drop support for hppa for lenny. Probably a good idea. I don't think anyone's doing much work with hppa and Debian any more. -- Intel are signing my paycheques ... these opinions are still mine

Bug#482902: please provide libc6-hppa64 and libc6-hppa64-dev packages

2008-05-25 Thread Matthew Wilcox
On Mon, May 26, 2008 at 01:17:06AM +0200, Thibaut VARENE wrote: On Mon, May 26, 2008 at 12:14 AM, Matthew Wilcox [EMAIL PROTECTED] wrote: On Sun, May 25, 2008 at 11:21:28PM +0200, Matthias Klose wrote: that's fine. in this case we should drop support for hppa for lenny. Probably a good

Bug#476328: split package: desktop and server

2008-04-21 Thread Matthew Wilcox
On Tue, Apr 15, 2008 at 06:31:15PM -0400, Joey Hess wrote: I'd like to be able to install kerneloops on a server without needing to install desktop dependencies that will never be used. ie all the gnome stuff? Fair enough, I suppose. It would also be convenient if installation of kerneloops

Bug#365148: Taking over keyanalyze

2008-04-21 Thread Matthew Wilcox
On Mon, Apr 21, 2008 at 10:06:51PM +0200, Christoph Berg wrote: I would like to take over your keyanalyze package, and put it under the signing-party umbrella that already hosts a number of similar tools. The outstanding bugs all sound fixable, or already have a patch. Makes sense. Go ahead.

Bug#475398: tasksel: add kerneloops to standard task

2008-04-11 Thread Matthew Wilcox
On Fri, Apr 11, 2008 at 01:38:30PM +0200, Frans Pop wrote: I installed it without problems on my KDE desktop. It's dependencies look sane (did not pull in any new packages in my case) and the default configuration is to ask to be allowed to submit. Only remaining question is how it works

Bug#462412: kerneloops: Refuses to run, lacks documentation

2008-01-24 Thread Matthew Wilcox
On Thu, Jan 24, 2008 at 07:27:03PM +0100, Johan Walles wrote: Package: kerneloops Version: 0.7-1 Severity: grave Justification: renders package unusable Grave? Are you serious? Anyway, I have 0.10 prepared with an init script. I just need to upload it, which won't happen until I'm

Bug#460106: ia64 guile woes

2008-01-10 Thread Matthew Wilcox
X-Debbugs-CC: [EMAIL PROTECTED] Package: guile-1.8 Version: 1.8.3+1-1 It's a one-liner to fix the compile failure in gc.c: --- guile-1.8-1.8.3+1.orig/libguile/gc.c +++ guile-1.8-1.8.3+1/libguile/gc.c @@ -1058,7 +1058,7 @@ void * scm_ia64_ar_bsp (const void *opaque) { - ucontext_t *ctx =

Bug#453899: ether_line returns far too much

2007-12-02 Thread Matthew Wilcox
On Sun, Dec 02, 2007 at 10:15:16AM -0500, Clint Adams wrote: On Sat, Dec 01, 2007 at 09:49:23PM -0700, Matthew Wilcox wrote: const char *ethers = mmap(NULL, 10, PROT_READ, MAP_SHARED, fd, 0); ether_line(ethers, addr, hostname); Is there a reason to pass more than

Bug#453899: ether_line returns far too much

2007-12-01 Thread Matthew Wilcox
Package: libc6 Version: 2.6.1-1+b1 I'm convinced this is an upstream bug, but the glibc upstream bug reporting page is about as snarly as any I've ever seen, and insist I report it to you instead. Here's a test program: #include netinet/ether.h #include stdio.h #include sys/mman.h #include

Bug#439572: lwm: Package description should be neutral about the software

2007-08-25 Thread Matthew Wilcox
tag 439572 wontfix thanks On Sat, Aug 25, 2007 at 08:16:23AM +0200, Christian Perrier wrote: This package's description should be more neutral with regards of what the software can do and cannot do. There is no need to mention if you want this, use another software or talk about whatever Holy

Bug#433956: Allow customising goto label indentation

2007-07-20 Thread Matthew Wilcox
Package: indent Version: 2.2.9-9 Severity: wishlist I like my source code to have a one space indent before the goto label, like this: int foo(void) { bar(); quux: } The current code hardcodes an indentation of two columns less than the current indentation. This patch allows you to

Bug#423631: segfaulting gdb on ia64

2007-06-05 Thread Matthew Wilcox
On Tue, Jun 05, 2007 at 04:46:56PM +0200, Martin Michlmayr wrote: * Daniel Jacobowitz [EMAIL PROTECTED] [2007-05-22 10:21]: /home/willy/debian/gdb/gdb-6.6.dfsg/gdb/libunwind-frame.c:272: internal-error: libunwind_frame_prev_register: Assertion `regnum = 0' failed. IIRC

Bug#422722: gs has been broken since 2004

2007-05-25 Thread Matthew Wilcox
/changelog @@ -1,3 +1,10 @@ +gs-gpl (8.56.dfsg.1-1.1) unstable; urgency=low + + * Fix libpaper support on ia64 (and probably some other 64-bit architectures +too) + + -- Matthew Wilcox [EMAIL PROTECTED] Fri, 25 May 2007 17:23:01 -0400 + gs-gpl (8.56.dfsg.1-1) unstable; urgency=low * New upstream

Bug#423631: segfaulting gdb on ia64

2007-05-22 Thread Matthew Wilcox
I hit the same problem as the buildd and Kurt. Since I need something more recent than gdb 6.5 in order to handle current ia64 executables, I tried to run it anyway. It's not pretty: $ ./objdir/gdb/gdb gs GNU gdb 6.6-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free

Bug#423631: segfaulting gdb on ia64

2007-05-22 Thread Matthew Wilcox
On Tue, May 22, 2007 at 08:23:34AM -0400, Daniel Jacobowitz wrote: On Tue, May 22, 2007 at 06:00:20AM -0600, Matthew Wilcox wrote: I hit the same problem as the buildd and Kurt. Since I need something more recent than gdb 6.5 in order to handle current ia64 executables, I tried to run

Bug#419410: Also a problem for ps - jpeg

2007-05-22 Thread Matthew Wilcox
I'm also seeing this on i386: $ convert bsdcan2007/output/graph.ps bsdcan2007/output/graph.jpg convert: missing an image filename `bsdcan2007/output/graph.jpg'. $ convert -geometry 320x240 bsdcan2007/output/graph.ps bsdcan2007/output/graph-small.jpg convert: missing an image filename

Bug#421386: Happened to me too

2007-05-09 Thread Matthew Wilcox
reopen 421386 thanks I have the same problem on an ia64/unstable machine. Clearly at some point the gnome-themes-common package got installed and was never uninstalled. Why not fix this simply by Conflicts/Replaces: gnome-themes-common? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a

Bug#422713: [Pkg-pciutils-discuss] Bug#422713: lspci does not list anything (etch and dailies)

2007-05-08 Thread Matthew Wilcox
On Tue, May 08, 2007 at 12:43:26AM +0300, Eddy Petri??or wrote: On 08/05/07, Geert Stappers [EMAIL PROTECTED] wrote: reassign 422713 pciutils tags 422713 d-i Probably I would have assigned this to the kernel than to pciutils. (OTOH, taking into account that (probably) due to this bug

Bug#421149: Causes FTBFS with GCC 4.3: the meaning of inline changed in C99

2007-04-26 Thread Matthew Wilcox
On Thu, Apr 26, 2007 at 08:50:42PM +0200, Martin Michlmayr wrote: Package: apache-dev Version: 1.3.34-4.1 Usertags: ftbfs-gcc-4.3 Your package causes other packages to fail to build with GCC 4.3. Since Apache 1.3 is not intended to release with Lenny, I don't think it's worth fixing this

Bug#411314: compressed pci.ids issues

2007-02-23 Thread Matthew Wilcox
On Fri, Feb 23, 2007 at 04:17:46AM -0800, Matt Taggart wrote: Hi Martin, I am looking at Debian pciutils bug #411314, http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=411314 and it appears that there are a couple problems causing compressed pci.ids files to not work as expected. The

Bug#395941: Not pciutils' fault

2007-02-20 Thread Matthew Wilcox
This is clearly a corrupt filesystem, and pciutils is just an innocent bystander. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#403104: Doesn't remove renamed files

2006-12-14 Thread Matthew Wilcox
Package: git-core Version: 1:1.4.4.1-1 I just merged 2.6.20-rc1 into the 2.6.19 parisc tree as follows: git-pull origin refs/tags/v$VERS (some conflicts were created, so I edited the files to remove the conflicts) git-commit -a Now git-status shows me a lot of untracked files, eg: #

Bug#389415: [HELP] Bug#389415: wordnet_1:2.1-2(ia64/unstable): FTBFS: cast from pointer to int of diff size. (fwd)

2006-09-26 Thread Matthew Wilcox
On Tue, Sep 26, 2006 at 11:22:38AM +0200, Andreas Tille wrote: Probably it did not hit the mirrors, but now it should be there. (Debian verison number -2 is missleading because -1 was in experimental and than was overriden by another upload of a previous upstream version with colon

Bug#389415: [HELP] Bug#389415: wordnet_1:2.1-2(ia64/unstable): FTBFS: cast from pointer to int of diff size. (fwd)

2006-09-26 Thread Matthew Wilcox
On Tue, Sep 26, 2006 at 02:51:14PM +0200, Andreas Tille wrote: On Tue, 26 Sep 2006, Matthew Wilcox wrote: which is just garbage. static const char Id[] = ... would make sense. Well, this sounds very reasonable in dead. How does that build on any architecture? As expected fine on i386

Bug#389415: [HELP] Bug#389415: wordnet_1:2.1-2(ia64/unstable): FTBFS: cast from pointer to int of diff size. (fwd)

2006-09-25 Thread Matthew Wilcox
On Mon, Sep 25, 2006 at 07:36:11PM +0200, Andreas Tille wrote: is any kind soul out there that is able to send me a patch for this problem. I have no real idea what to do. Get:1 http://http.us.debian.org unstable/main wordnet 1:2.0g-14 (tar) [5464kB] Where's the source? cc -DHAVE_CONFIG_H

Bug#388805: RFP: please package mod_auth_xradius

2006-09-22 Thread Matthew Wilcox
reassign 388805 libapache-mod-auth-radius retitle 388805 Please build apache 2 version kthxbye On Fri, Sep 22, 2006 at 07:10:04PM +0200, Ond??ej Sur?? wrote: retitle 388805 RFP: please package mod_auth_xradius reassign 388805 wnpp severity 388805 wishlist thank you You have filled bug at

Bug#387563: Typo: lspci -X should be lspci -n

2006-09-15 Thread Matthew Wilcox
On Fri, Sep 15, 2006 at 03:07:01PM +0200, Michel D?nzer wrote: On Fri, 2006-09-15 at 08:27 +0300, Tapio Lehtonen wrote: My lspci command does not have option -X. I think it should be -n. The text shown to user is here: msgid You may wish to use the \lspci -X\ command to determine

Bug#386729: /etc/vim/vimrc is no longer used

2006-09-10 Thread Matthew Wilcox
reopen 386729 retitle 386729 setting foldmethod in vimrc has no effect thanks On Sun, Sep 10, 2006 at 10:18:43AM +0200, Stefano Zacchiroli wrote: It's rather disconcerting to be editing vimrc to turn off THE FUCKING ANNOYING AUTOMATIC FOLDING APPLIED TO DEBIAN CHANGELOG FILES You know,

Bug#386729: /etc/vim/vimrc is no longer used

2006-09-09 Thread Matthew Wilcox
Package: vim Version: 1:7.0-035+1 $ strace -e trace=file -o foo vi debian/changelog $ grep /etc.*vim foo stat64(/etc/vim/vimrc.local, 0xbfa9fe80) = -1 ENOENT (No such file or directory) open(/etc/vim/vimrc.local, O_RDONLY) = -1 ENOENT (No such file or directory) It's rather disconcerting to

Bug#386750: missing dependency on curl

2006-09-09 Thread Matthew Wilcox
Package: git-core Version: 1:1.4.1.1-1 git-clone with the http method will try to use curl. So we need a dependency on curl added, please. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]

Bug#386495: git-apply fails to apply some patches

2006-09-07 Thread Matthew Wilcox
Package: git-core Version: 1:1.4.1.1-1 Trying to apply a patch that was created with interdiff fails ... Here's the first patch (which works) --- pciutils-2.1.11.orig/debian/dirs +++ pciutils-2.1.11/debian/dirs @@ -0,0 +1,6 @@ +usr/share/misc +usr/share/man +usr/bin +usr/lib

Bug#385754: rwlocks can deadlock

2006-09-02 Thread Matthew Wilcox
Package: linux-image-2.6.17-2-parisc Version: 2.6.17-6 I found about 4 different ways to deadlock the current implementation of rwlocks on parisc. I've committed a patch to our git tree which should improve the situation, although it's obviously not had a lot of testing yet, and is subject to

Bug#385083: apache: Large files support in default installation doesn't work

2006-08-28 Thread Matthew Wilcox
severity 385083 wishlist merge 156972 385083 thanks Seems like you didn't read bug 156972. You can try the version of apache2 in experimental to get this problem fixed. On Tue, Aug 29, 2006 at 12:47:08AM +0200, Mr. Zdeeck wrote: Maybe I'm just misinformed, but large files support (2GB) doesn't

Bug#383219: index.aux generation

2006-08-24 Thread Matthew Wilcox
Alioth needs to generate an index.aux file. It'd be helpful if we had an example script for doing this. Here's the script used for git.infradead.org (MIT licence, says its author): --- cut --- #!/bin/sh cd /home for a in * ; do [ -r $a/public_git ] [ ! -d /home/git/users/$a ] ln -s

Bug#383219: Setup could be easier

2006-08-15 Thread Matthew Wilcox
Package: gitweb Version: 1.4.1.1-1 I just finished setting up git.parisc-linux.org and installation could have been easier. I offer you some suggestions: First, an init script is good to have to start the git daemon running automatically. Here's the one I'm using; I'm sure it can be improved.

Bug#280174: still occurring

2006-08-14 Thread Matthew Wilcox
We just had another data corruption with 1.12.13-3, prompting us to switch to git from CVS. We had been running with some pre-sarge version of cvs pinned, but decided to try the current etch version of CVS. Bad idea. Oh well. Sucks to be us. Probably worth leaving this bug report open

Bug#380032: [Pkg-pciutils-discuss] Bug#380032: FTBFS on hurd-i386: Unconditional use of MAXPATHLEN

2006-07-27 Thread Matthew Wilcox
On Thu, Jul 27, 2006 at 12:11:52PM +0200, Thomas Schwinge wrote: On Thu, Jul 27, 2006 at 11:56:59AM +0200, Martin Mares wrote: As briefly explained on the hurd-devel-debian page[1], unconditional use of PATH_MAX is a POSIX incompatibility. Err, is there any sense in trying to compile

Bug#379982: Misuse of alternatives

2006-07-26 Thread Matthew Wilcox
Package: git Version: 4.3.20-8 Severity: serious Justification: Policy 10.1 10.1 Binaries Two different packages must not install programs with different functionality but with the same filenames. (The case of two programs having the same functionality but different implementations is handled

Bug#379407: I/O access on GNU/Hurd

2006-07-23 Thread Matthew Wilcox
On Sun, Jul 23, 2006 at 01:36:46PM +0200, Thomas Schwinge wrote: Hello! Hi! Thanks for the patch. diff -ru pciutils-2.2.1.orig/lib/Makefile pciutils-2.2.1/lib/Makefile --- pciutils-2.2.1.orig/lib/Makefile 2004-08-13 22:29:06.0 +0200 +++ pciutils-2.2.1/lib/Makefile 2006-01-20

Bug#325650: debug output

2006-07-11 Thread Matthew Wilcox
On Tue, Jul 11, 2006 at 09:31:04AM +0200, Marco d'Itri wrote: On Jul 11, Matthew Wilcox [EMAIL PROTECTED] wrote: I don't know why Marco changed the location of MAKEDEV; it was right before: Because if makedev is not installed but udev is, /sbin/MAKEDEV will not exist. Most other packages

Bug#325650: debug output

2006-07-11 Thread Matthew Wilcox
On Tue, Jul 11, 2006 at 01:40:01PM +0200, Marco d'Itri wrote: On Jul 11, Matthew Wilcox [EMAIL PROTECTED] wrote: But ... makedev is Priority: required, even in sid. And Policy says that removing a package marked as required may cause your system to become totally broken and you may

Bug#325650: debug output

2006-07-10 Thread Matthew Wilcox
# This is actually a bad bug to be reopening, there's two bugs mixed in # together; the second reporter confused the symptoms. # However, Matt and Bob are already looking at this bug, so there's some # benefit. reopen 325650 reassign 325650 ppp thanks Looks like a bug in ppp's postinst to me:

Bug#335665: kudzu patch to not use PCI_FILL_CLASS

2006-06-27 Thread Matthew Wilcox
On Tue, Jun 27, 2006 at 03:24:23PM +0200, Martin Mares wrote: Hello! Martin, now that we have a reason, what do you think to this patch? Applied :) Thanks! (Available in the GIT repository and also as a -pre2.) About that -pre2 tarball ... - It adds lspci.c.orig and lib/pci.h.orig which

Bug#328318: [Pkg-pciutils-discuss] Re: Bug#328318: pciutils: why not centralize pci.ids?

2006-06-15 Thread Matthew Wilcox
On Thu, Jun 15, 2006 at 10:05:07AM +0200, Cristian Ionescu-Idbohrn wrote: On Wed, 14 Jun 2006, Matt Taggart wrote: Have you tried /usr/bin/update-pciids from the pciutils packages? :) No, I did't :( Another one I missed. Thanks for pointing that out. The drivers in the Linux kernel all

Bug#335665: kudzu patch to not use PCI_FILL_CLASS

2006-06-13 Thread Matthew Wilcox
PCI_FILL_CLASS is a RH specific patch to pciutils that upstream isn't interested in. This patch removes uses of that feature from kudzu which allows current CVS to compile on a system without RH patches to pciutils. By the way, the main kudzu page at http://rhlinux.redhat.com/kudzu/ has two

Bug#335665: kudzu patch to not use PCI_FILL_CLASS

2006-06-13 Thread Matthew Wilcox
On Tue, Jun 13, 2006 at 10:36:33AM -0600, Matthew Wilcox wrote: PCI_FILL_CLASS is a RH specific patch to pciutils that upstream isn't interested in. This patch removes uses of that feature from kudzu which allows current CVS to compile on a system without RH patches to pciutils. My apologies

Bug#335665: kudzu patch to not use PCI_FILL_CLASS

2006-06-13 Thread Matthew Wilcox
On Tue, Jun 13, 2006 at 07:03:18PM +0200, No?l K?the wrote: Am Dienstag, den 13.06.2006, 12:54 -0400 schrieb Bill Nottingham: Aside from that... what are you using kudzu for? You shouldn't. (it basically is sticking around in RH/Fedora until the installer can be ported away from it.)

Bug#335665: kudzu patch to not use PCI_FILL_CLASS

2006-06-13 Thread Matthew Wilcox
On Tue, Jun 13, 2006 at 12:54:37PM -0400, Bill Nottingham wrote: The reason we do this is because the class, vendor, and device ID fields in sysfs are correct with respect to applied PCI quirks. The config data (at least at the point we added the patch) is not. (Hooray for PPC.) Aha. That

Bug#268031: Upstream

2006-06-04 Thread Matthew Wilcox
tags 268031 + fixed-upstream thanks On Fri, Jun 02, 2006 at 11:40:32PM +0200, David N. Welton wrote: Looks good to me. Thankyou! Martin liked the idea, but not the implementation, so he redid it. It's upstream as version 2.2.4-pre1. I'm waiting on my co-maintainers to bless the current

Bug#369956: Radeon RC410 / Xpress 200 broken

2006-06-02 Thread Matthew Wilcox
Package: xserver-xorg Version: 6.9.0.dfsg.1-6 I just bought myself a new motherboard (lspci output below) and tried installing the 20060528 d-i snapshot on it. Unfortunately, X doesn't start correctly. The screen has thin horizontal lines on it and the mouse pointer is a block of gibberish a

Bug#369751: waiting for NEW processing

2006-06-02 Thread Matthew Wilcox
Anton, as soon as libpci2 gets out of NEW, we'll be uploading 2.2.1-1 which is actually pretty close to 2.2.3. I've been testing on a machine with domains, and I know it's working ;-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#268031: How about this?

2006-06-02 Thread Matthew Wilcox
How does this output look (from my laptop): $ ./lspci -nn 00:00.0 Host bridge [0600]: Intel Corporation 82855PM Processor to I/O Controller [8086:3340] (rev 03) 00:01.0 PCI bridge [0604]: Intel Corporation 82855PM Processor to AGP Controller [8086:3341] (rev 03) 00:1d.0 USB Controller [0c03]:

Bug#278479: reverted

2006-04-20 Thread Matthew Wilcox
Hi. I've reverted this change as I believe it's based on a flawed interpretation of the FHS. Please see http://sourceforge.net/mailarchive/forum.php?thread_id=10004256forum_id=3128 The comment about debsums indicating that the file has changed is entirely correct. That's called working as

Bug#363441: It's too easy to quit

2006-04-18 Thread Matthew Wilcox
Package: sgt-puzzles Version: 6526-1 Not psychologically, perhaps, but physically. If you're, say, playing Solo and in attempting to press '1', miss and press 'q' instead, the game you were in the middle of evaporates with no chance to confirm or save. This can be quite traumatising. I see

Bug#241223: apache2.2 is available...

2006-04-12 Thread Matthew Wilcox
On Tue, Apr 11, 2006 at 09:10:35PM -0700, [EMAIL PROTECTED] wrote: Apache 2.2 has been released since November 2005... O RLY? http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=344072 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble? Contact [EMAIL

Bug#347877: Reversion of lspci -m changes

2006-03-13 Thread Matthew Wilcox
I have to say I really, really wish remco hadn't accepted this patch. Changing the *machine readable* option of lspci makes Debian incompatible with every other distro. This one is definitely being reverted before we get to 2.2.1-1. Sorry, no discussion on this one. It actually makes it

Bug#355146: Help no longer works

2006-03-03 Thread Matthew Wilcox
Package: sgt-puzzles Version: 6526-1 The help menu options no longer work. Running loopy under strace shows: stat64(/usr/share/sgt-puzzles/gnome/help/Loopy/Loopy, 0xbfde686c) = -1 ENOENT (No such file or directory) stat64(/usr/share/gnome/help/Loopy, 0xbfde686c) = -1 ENOENT (No such file

Bug#353942: SATA CD-ROM drives unnecessarily hard to get working

2006-02-24 Thread Matthew Wilcox
On Wed, Feb 22, 2006 at 04:45:37PM +0100, Frans Pop wrote: On Wednesday 22 February 2006 04:54, Matthew Wilcox wrote: If this doesn't get fixed, the workaround needs to be documented. I expect Fujitsu won't be the only people shipping SATA CD-ROMs during the lifecycle of Etch. We expect

Bug#353983: eth* network interfaces change after install

2006-02-22 Thread Matthew Wilcox
Package: debian-installer Version: 21-Feb-2006 Hardware: Fujitsu P7120 Lifebook This model has an ieee1394 connector, so we autoload the eth1394 module during the first boot, and this is loaded before the 8139too module that drives the built-in ethernet connector. So eth1394 gets eth0 and

Bug#353942: sigh, udev..

2006-02-22 Thread Matthew Wilcox
On Wed, Feb 22, 2006 at 01:55:16PM -0500, Joey Hess wrote: Another way to do this might be to tag parameters on the command line with the module they apply to. Matthew Wilcox suggests in this bug report that libata.atapi_enabled=1 will send that parameter to the libata driver if it's compiled

Bug#353480: [parisc-linux] Re: Bug#353480: yaird: [hppa] /dev/sd* device nodes not created and eth0 not enabled

2006-02-21 Thread Matthew Wilcox
On Tue, Feb 21, 2006 at 06:00:43PM +0100, Joel Soete wrote: Just a small update to confirm that works fine: INIT: version 2.86 booting Starting the hotplug events dispatcher: udevd. Synthesizing the initial hotplug events...done. Waiting for /dev to be fully populated... done (timeout). How

Bug#353942: SATA CD-ROM drives unnecessarily hard to get working

2006-02-21 Thread Matthew Wilcox
Package: debian-installer Version: 21-Feb-2006 My wife just got a shiny new Fujitsu Lifebook P7120 (thanks to Joey Hess raving about it on Planet the other day). I downloaded the latest nightly build for Etch and tried to install it. This far too much fun, thanks to the SATA CD-ROM drive. You

Bug#344550: Irregular periods broken

2005-12-23 Thread Matthew Wilcox
Package: mencal Version: 2.3-5 Seems the patch I supplied before was rather buggy, so I've rewritten it. The patch below works much better. I'm a little confused why you created a new program rather than simply patch mencal? If someone's only using one 'start' (or even no start command), it

Bug#330282: [Pkg-db-devel] Bug#330282: libdb3++c102: Needs C++ transition

2005-09-27 Thread Matthew Wilcox
On Tue, Sep 27, 2005 at 10:36:30AM +0200, Daniel Schepler wrote: Package: libdb3++c102 Severity: important Version: 3.2.9-22 As the subject says, the C++ interface library to libdb3 still needs to be transitioned to the new C++ ABI. I think we should probably just stop building it.

Bug#329888: reassign

2005-09-25 Thread Matthew Wilcox
reassign 329888 linux-2.6 tags 329888 +patch thanks For the next release, please apply this patch: http://cvs.parisc-linux.org/linux-2.6/arch/parisc/kernel/pacache.S?r1=1.19r2=1.20makepatch=1diff_format=u It fixes a latent kernel bug that is now flagged by recent binutils changes. -- To

Bug#329888: [parisc-linux] binutils breaks hppa kernel build,

2005-09-24 Thread Matthew Wilcox
On Sat, Sep 24, 2005 at 09:27:22PM -0400, John David Anglin wrote: The last fic opcode entry is wrong. It's using the wrong instruction format, the mask is wrong, pa10 is wrong, etc. I don't think we realised this until now. I suspect we've been silently emitting bad code up until this point,

Bug#329888: [parisc-linux] binutils breaks hppa kernel build,

2005-09-24 Thread Matthew Wilcox
On Sat, Sep 24, 2005 at 11:24:31PM -0400, John David Anglin wrote: On Sat, Sep 24, 2005 at 09:27:22PM -0400, John David Anglin wrote: The last fic opcode entry is wrong. It's using the wrong instruction format, the mask is wrong, pa10 is wrong, etc. I don't think we realised this

Bug#329370: New upstream version 2.2.0 available

2005-09-21 Thread Matthew Wilcox
Package: pciutils Version: 2.1.11 Severity: wishlist Hi, just reporting this so you know about 2.2.0. I'd like to see this ASAP so I don't have to compile my own version of lspci any more ;-) - Forwarded message from Martin Mares [EMAIL PROTECTED] - From: Martin Mares [EMAIL

Bug#308271: still a problem with gnupg 1.4

2005-05-08 Thread Matthew Wilcox
Package: sig2dot Version: 0.34-3 sig2dot is still connfused when it finds keys with trust signatures on them (quite rare), eg: Using: sig X1 44CE7F46 1999-07-01 [User ID not found] The solution is to match up to one more character: --- /usr/bin/sig2dot2005-03-06 14:53:06.0

Bug#302584: Problems with the hppa installer-manual

2005-04-01 Thread Matthew Wilcox
Package: debian-installer-manual I just took a little time to review the sarge installation manual at http://www.debian.org/releases/testing/hppa/ . It's a big improvement over the woody one! I do have some nits I'd like fixed before release: 2.1.3 currently reads: The newer AGP video slots

Bug#301266: Always advertises 'Debian GNU/Linux'

2005-03-26 Thread Matthew Wilcox
On Sat, Mar 26, 2005 at 06:04:11PM +0100, Robert Millan wrote: - Someone proposed that it's easier to scrap it (ignoring the fact that I already provided a patch). Not just easier. More standards-compliant. I hereby propose to replace the constant string Debian GNU/Linux with a

Bug#301266: Always advertises Debian GNU/Linux

2005-03-25 Thread Matthew Wilcox
On Fri, Mar 25, 2005 at 05:51:50PM +0100, Robert Millan wrote: My apologise, but this patch produces FTBFS due to broken command-line options in gcc. I'm working on a fix and will send it RSN. I'm not sure it's worth it. I remember a bug against Apache 1.3 saying that we shouldn't include

Bug#241497: RFC and status report: Kernel upgrades for woody-sarge upgrades

2005-03-24 Thread Matthew Wilcox
On Thu, Mar 24, 2005 at 02:31:55PM +0100, Frank Lichtenheld wrote: As many of you may know on some machines users will need to install a current kernel before they will be able to upgrade woody to sarge (or better: glibc of woody to glibc of sarge). I've tried to use the available information

Bug#275836: lwm: Button 3 on root window does NOT bring up a menu

2005-02-27 Thread Matthew Wilcox
retitle 275836 Manual page is unclear about button 3 usage thanks On Sun, Oct 10, 2004 at 06:56:18PM +0300, Tapio Lehtonen wrote: It is not possible to exit lwm as it does not bring up a menu by pressing mouse button 3 on root window. Manua page claims Pressing button 3 on the root

  1   2   >