Bug#435133: slurm-llnl package descriptions incorrect

2007-07-29 Thread Anton Blanchard
Package: slurm-llnl Version: 1.2.11-1 First up I'd like to thank you for packaging slurm! When installing I noticed a very small issue, some of the Package information isnt correct: slurm-llnl-basic-plugins SLURM docmentation This package contains development files for the SLURM basic plugins

Bug#431900: prctl now implemented on PowerPC

2007-07-05 Thread Anton Blanchard
Package: prctl Version: 1.5-1 The prctl get/set unalign calls are available on PowerPC as of 2.6.18. The following patch fixes the control file to match. diff -ru prctl-1.5.orig/debian/control prctl-1.5/debian/control --- prctl-1.5.orig/debian/control 2007-07-05 14:35:38.0 -0500

Bug#430389: Add rdma_cm infiniband dev to udev rules

2007-06-23 Thread Anton Blanchard
Package: udev Version: 0.105-4 The infiniband RDMA CM kernel module needs a udev rule. The following patch adds it below all the other infiniband rules. --- etc/udev/udev.rules.orig2007-06-24 00:23:29.0 -0500 +++ etc/udev/udev.rules 2007-06-24 00:24:41.0 -0500 @@ -62,6 +62,7

Bug#419054: numactl doesnt include migratepages

2007-04-13 Thread Anton Blanchard
Package: numactl Version: 0.9.11-2 I noticed that numactl doesnt package up migratepages. It looks like we just need to add it and the associated manpage to the build scripts. Patch attached. diff -ru numactl-0.9.11-old/debian/numactl.install numactl-0.9.11/debian/numactl.install ---

Bug#391244: gaim-meanwhile: 2.0 includes meanwhile support in gaim package

2006-10-18 Thread Anton Blanchard
Package: gaim-meanwhile Followup-For: Bug #391244 gaim 2.0 includes support for meanwhile in the base package. I just verified this by upgrading to it and was able to connect to my existing sametime server. -- System Information: Debian Release: testing/unstable APT prefers unstable APT

Bug#386742: firefox: backtrace

2006-09-11 Thread Anton Blanchard
Package: firefox Version: 1.5.dfsg+1.5.0.6-4 Followup-For: Bug #386742 Im seeing it too. After poking around with gdb, it seems to be dying while parsing: file:usr/lib/firefox/defaults/autoconfig/prefcalls.js Although Im not 100% sure. A backtrace looks like: #0 0x0f6a66ac in poll ()

Bug#370187: nscd restart fails with: option `--invalidate' requires an argument

2006-06-03 Thread Anton Blanchard
Package: nscd Version: 2.3.6-13 Severity: normal When trying to restart nscd I see the following error: # /etc/init.d/nscd restart Restarting Name Service Cache Daemon: nscd/usr/sbin/nscd: option `--invalidate' requires an argument Try `nscd --help' or `nscd --usage' for more information.

Bug#369751: waiting for NEW processing

2006-06-02 Thread Anton Blanchard
Hi Matthew, 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 ;-) Thanks! I figured it was already known, but I thought Id reportbug it just in case. Anton --

Bug#369751: pciutils doesnt support PCI domains, fix upstream

2006-05-31 Thread Anton Blanchard
Package: pciutils Version: 1:2.1.11-16 Severity: normal On a recent ppc64 kernel (2.6.17-rc5) I noticed lspci failed to work with PCI domains: # lspci --version lspci version 2.1.11 # lspci -vvxxx -s 0001:01:00 lspci: -f: Invalid bus number I compiled from upstream and confirmed it is fixed:

Bug#366654: nfs-common: /var/lib/nfs/state not created during package installation

2006-05-09 Thread Anton Blanchard
Package: nfs-common Version: 1.0.7-13 Severity: normal Installing nfs-common failed due to a missing /var/lib/nfs/state: Setting up nfs-common (1.0.7-13) ... chown: cannot access `/var/lib/nfs/state': No such file or directory dpkg: error processing nfs-common (--configure): subprocess

Bug#359349: lsscsi: Version 0.17 required for 2.6.16 kernels

2006-03-27 Thread Anton Blanchard
Package: lsscsi Version: 0.16-1 Severity: normal It seems that version 0.17 is required for kernel 2.6.16. Details can be found here: http://www.ussg.iu.edu/hypermail/linux/kernel/0602.2/1878.html -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy:

Bug#345400: libotr2: Stop sending malformed messahes

2005-12-30 Thread Anton Blanchard
Package: libotr2 Version: 3.0.0-1 Severity: minor Tags: patch Looks like a typo. Heres a patch. --- libotr-3.0.0/src/message.c~ 2005-12-31 14:26:16.0 +1100 +++ libotr-3.0.0/src/message.c 2005-12-31 14:26:19.0 +1100 @@ -830,7 +830,7 @@ break;

Bug#344353: gawk: hits glibc bad free() assert

2005-12-21 Thread Anton Blanchard
Package: gawk Version: 1:3.1.5-1 Severity: normal If the filename doesnt exist, gawk hits a glibc free() checker: # ls -l blah ls: blah: No such file or directory # gawk '{print}' blah *** glibc detected *** free(): invalid pointer: 0x10065980 *** Aborted That address appears to be in the BSS

Bug#344105: libc6: [powerpc] _dl_map_object_from_fd removes data segment execute permission

2005-12-19 Thread Anton Blanchard
Package: libc6 Version: 2.3.5-9 Severity: normal Tags: patch When using a kernel with a 64kB page size we noticed a glibc issue where execute permission can be removed from the GOT. Since the GOT needs to be executable we then die (it uses a trick with a blrl instruction in order to find the GOT

Bug#343571: libc6: FTBFS [powerpc] weak alias issues

2005-12-16 Thread Anton Blanchard
Package: libc6 Version: 2.3.5-8 Severity: serious Tags: patch Justification: no longer builds from source I was unable to build the latest version of glibc on an up to date powerpc unstable system. The following patch fixes it for me. The fixes come straight out of mainline glibc. ---

Bug#339415: libc6: Seen also on powerpc

2005-12-16 Thread Anton Blanchard
Package: libc6 Version: 2.3.5-8 Followup-For: Bug #339415 The following patch, taken from mainline glibc cvs fixes the problem for me. --- sysdeps/wordsize-32/Makefile~ 2002-09-19 01:47:56.0 -0500 +++ sysdeps/wordsize-32/Makefile2005-11-16 13:19:03.0 -0600 @@ -2,5

Bug#324250: udev: some infiniband rules missing

2005-08-21 Thread Anton Blanchard
Package: udev Version: 0.068-1 Severity: normal Tags: patch While udev.rules has some infiniband rules, it is missing the uverbs and ucb entries. The following patch adds them. --- udev.rules.bak 2005-08-21 09:50:20.656676000 + +++ udev.rules 2005-08-21 09:52:05.467668000 + @@

Bug#311053: libc6: sched_setaffinity broken on ppc

2005-05-28 Thread Anton Blanchard
Package: libc6 Version: 2.3.2.ds1-22 Severity: important Tags: patch I tested sched_setaffinity on a recent glibc (with the sched-update patch) and noticed some weird behaviour. A simple test that did a setaffinity and that worked on the previous glibc version failed: sched_setaffinity:

Bug#298892: new version of dirdiff available

2005-03-10 Thread Anton Blanchard
Package: dirdiff Version: 1.6-4 Severity: wishlist I see a new version of dirdiff at: http://samba.org/ftp/unpacked/dirdiff/ The best thing ever writtin in tcl has just got better... -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable')