Processed: Re: Bug#502049: linux-source-2.6.27: image built with .config from image .deb needs zlib1g-dev

2008-10-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 502049 linux-2.6
Bug#502049: linux-source-2.6.27: image built with .config from image .deb needs 
zlib1g-dev
Warning: Unknown package 'linux-source-2.6.27'
Bug reassigned from package `linux-source-2.6.27' to `linux-2.6'.

 --
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#502049: linux-source-2.6.27: image built with .config from image .deb needs zlib1g-dev

2008-10-13 Thread Arthur Marsh
Package: linux-source-2.6.27
Version: 2.6.27~rc9-1~experimental.1~snapshot.12290
Severity: normal


I tried to build the above source using the .config from 
linux-image-2.6.27-rc9-686 but hit errors due to zlib1g-dev not being 
installed. 

zlib1g-dev isn't recommended or even suggested by the source package, 
but should be.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.27-rc7 (SMP w/1 CPU core; PREEMPT)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-source-2.6.27 depends on:
ii  binutils2.18.1~cvs20080103-7 The GNU assembler, linker and bina
ii  bzip2   1.0.5-1  high-quality block-sorting file co

Versions of packages linux-source-2.6.27 recommends:
ii  gcc   4:4.3.2-2  The GNU C compiler
ii  libc6-dev [libc-dev]  2.7-14 GNU C Library: Development Librari
ii  make  3.81-5 The GNU version of the make util

Versions of packages linux-source-2.6.27 suggests:
ii  kernel-package11.007 A utility for building Linux kerne
ii  libncurses5-dev [ncurses- 5.6+20081004-1 developer's libraries and docs for
ii  libqt3-mt-dev 3:3.3.8b-5 Qt development files (Threaded)

-- debconf-show failed


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#502056: Add support for uvesafb

2008-10-13 Thread Michal Pokrywka
Package: initramfs-tools
Version: 0.92j
Tags: patch

Uvesafb framebuffer driver needs v86d userspace program
but when fb driver is modprobed at init-top stage of initrd,
/dev/zero and /dev/mem are missing because udev have not
been run yet.

Attached patch fixes this issue.

Regards,
Michal Pokrywka
--- initramfs-tools/scripts/init-top/framebuffer.orig	2008-10-13 00:51:27.0 +0200
+++ initramfs-tools/scripts/init-top/framebuffer	2008-10-13 02:07:28.0 +0200
@@ -72,11 +72,16 @@
 	esac
 done
 
-# Map command line name to module name
+# Map command line name to module name and other tweaks
 case ${FB} in
 matroxfb)
 	FB=matroxfb_base
 	;;
+uvesafb)
+	# v86d requires /dev/zero and dev/mem, but udev haven't been started yet
+	[ -e /dev/zero ] || mknod -m 0666 /dev/zero c 1 5
+	[ -e /dev/mem ] || mknod -m 0640 /dev/mem c 1 1
+	;;
 *)
 	;;
 esac


Bug#502081: redhat-cluster-modules-2.6.26-1-amd64: GFS cannot create files over 3KB

2008-10-13 Thread Kees Hoekzema
Package: redhat-cluster-modules-2.6.26-1-amd64
Version: 2.6.26+2.20080801-4
Severity: critical
Justification: causes serious data loss



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.26-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages redhat-cluster-modules-2.6.26-1-amd64 depends on:
ii  linux-image-2.6.26-1-amd64 [l 2.6.26-5   Linux 2.6.26 image on AMD64

redhat-cluster-modules-2.6.26-1-amd64 recommends no packages.

redhat-cluster-modules-2.6.26-1-amd64 suggests no packages.

-- no debconf information

When upgrading from a 2.6.25 kernel to a 2.6.26 kernel, GFS is unable to create 
files over ~3KB in size and will crash the system if you try to create/delte 
files for a while. I upgraded to 2.6.26 and every file i copied to my gfs 
partition that was over 3kb got copied over with a filesize of 0. After doing 
several actions on those files (copy/delete) the system hangs and needs a 
powercycle to be able to access the gfs system again.

-kees



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



soft lockups with 2.6.24-etchnhalf.1-686-bigmem and JFS

2008-10-13 Thread Andreas Schröder

Hello Debian Kernel list,

I'm experiencing a lot of soft lockups with the 2.6.24-etchnhalf kernel 
and JFS on a Etch installation:



BUG: soft lockup - CPU#0 stuck for 11s! [jfsCommit:2122]

Pid: 2122, comm: jfsCommit Not tainted (2.6.24-etchnhalf.1-686-bigmem #1)
EIP: 0060:[c0163da7] EFLAGS: 0202 CPU: 0
EIP is at put_page+0x1a/0x9b
EAX: 487c EBX: c12a8320 ECX:  EDX: c12a8320
ESI: 000399d0 EDI: 2000 EBP: c7d07768 ESP: dff6fec0
 DS: 007b ES: 007b FS: 00d8 GS:  SS: 0068
CR0: 8005003b CR2: b6f59000 CR3: 234b9000 CR4: 06f0
DR0:  DR1:  DR2:  DR3: 
DR6: 0ff0 DR7: 0400
 [f8c85113] dbUpdatePMap+0x163/0x429 [jfs]
 [f8c8d4a5] __get_metapage+0x338/0x34d [jfs]
 [f8c8f854] txAllocPMap+0x109/0x119 [jfs]
 [f8c8fc3e] txUpdateMap+0x88/0x1ce [jfs]
 [c0120f29] __wake_up+0x32/0x42
 [f8c9117d] txEnd+0x123/0x12a [jfs]
 [f8c91ee5] jfs_lazycommit+0x82/0x1ff [jfs]
 [c01214be] default_wake_function+0x0/0x8
 [f8c91e63] jfs_lazycommit+0x0/0x1ff [jfs]
 [c0137650] kthread+0x38/0x60
 [c0137618] kthread+0x0/0x60
 [c0104b17] kernel_thread_helper+0x7/0x10
 ===



This is my 3ware RAID controller:

02:01.0 RAID bus controller: 3ware Inc 9xxx-series SATA-RAID
Subsystem: 3ware Inc 9xxx-series SATA-RAID
Flags: bus master, 66MHz, medium devsel, latency 72, IRQ 21
I/O ports at 7000 [size=256]
Memory at fb20 (64-bit, non-prefetchable) [size=256]
Memory at fd80 (64-bit, prefetchable) [size=8M]
[virtual] Expansion ROM at fb21 [disabled] [size=64K]
Capabilities: [48] Power Management version 2



This is my mountpoint with a JFS filesystem:

/dev/sda1 on /backup type jfs (rw,noatime,nodiratime)


/dev/sda1 9.1T  4.7T  4.5T  51% /backup


jfs_tune -l /dev/sda1
jfs_tune version 1.1.11, 05-Jun-2006

JFS filesystem superblock:

JFS magic number:   'JFS1'
JFS version:1
JFS state:  mounted
JFS flags:  JFS_LINUX  JFS_COMMIT  JFS_GROUPCOMMIT  JFS_INLINELOG
Aggregate block size:   4096 bytes
Aggregate size: 19530376664 blocks
Physical block size:512 bytes
Allocation group size:  33554432 aggregate blocks
Log device number:  0x801
Filesystem creation:Tue Mar 11 13:45:04 2008
Volume label:   ''



Could be JFS version 1 the problem?


All packages are updated.

Please CC me as I'm not in this mailing list.


Kind regards,
Andreas


--
Andreas Schröder | IT Administration

ART+COM Technologies GmbH
Kleiststr. 23-26 | 10787 Berlin | Germany
p: +49.30.21001-463 | f: +49.30.21001-556
w: http://tech.artcom.de/

Trade Register 107973B | County Court Charlottenburg
CEO: Pavel Mayer
VAT-IdNr.: DE254751981



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#501153: Tehuti driver and firmware distribution for Linux

2008-10-13 Thread Ben Hutchings
On Mon, Oct 13, 2008 at 10:52:31AM +0200, Pinchas wrote:
 Dear Ben
 
 This subject was discussed and clarified in the past and it was agreed that
 the firmware part of the Driver will be distributed in  Binary. This
 Firmware is actually an integral part of our H/W and should be viewed as
 such, thus it is supplied as a Binary code. 

I accept that you are treating this as a part of the hardware and I am
not asking you to release its source code.  I am asking for a licence
that clearly allows Debian and others to redistribute the firmware in
binary format.  The GPL does not do this, because it says we must also
distribute source code, and we cannot.

Ben.

-- 
Ben Hutchings
Life is what happens to you while you're busy making other plans.
   - John Lennon



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#502058: maybe_break fails if $break is undefined

2008-10-13 Thread martin f krafft
Package: initramfs-tools
Version: 0.92j
Severity: important
File: /usr/share/initramfs-tools/scripts/functions
X-Debbugs-Cc: [EMAIL PROTECTED]
Tags: patch

initramfs-tools breaks mdadm, which uses set -eu. So when it calls
maybe_break, the script dies:

Begin: Running /scripts/local-top ...
  /scripts/local-top/mdadm: 15: break: parameter not set

The patch is simply to use:

  if [ ${break:-} = $1 ]; then

instead of

  if [ ${break} = $1 ]; then

on line 58 of scripts/functions.

The problem should also happen with 0.92l, but I cannot reproduce
it.

The workaround for mdadm in this case is to pass break=top at the
kernel boot prompt, and then hit ^D (ctrl-d) when initramfs-tools
presents the shell.

Julien, can you please confirm that this works when you get home
tonight?

-- Package-specific info:
-- /proc/cmdline
root=/dev/disk/by-uuid/cbef70d0-231c-474e-9bd1-d74f874426ab ro nmi_watchdog=2 

-- /proc/filesystems
ext3
vfat
fuseblk

-- lsmod
Module  Size  Used by
fuse   53184  1 
nls_utf86272  0 
nls_cp437  11136  0 
vfat   14976  0 
fat51128  1 vfat
nls_base   12932  4 nls_utf8,nls_cp437,vfat,fat
ppp_deflate 9216  0 
zlib_deflate   23960  1 ppp_deflate
zlib_inflate   18944  1 ppp_deflate
bsd_comp9600  0 
ppp_async  13056  0 
crc_ccitt   6528  1 ppp_async
ppp_generic27816  3 ppp_deflate,bsd_comp,ppp_async
slhc   10112  1 ppp_generic
bnep   17024  2 
rfcomm 38176  5 
l2cap  23936  13 bnep,rfcomm
wacom  22144  0 
radeon133920  0 
drm91488  1 radeon
video  24084  0 
output  7808  1 video
ac  9352  0 
battery16904  0 
nfsd  248360  17 
auth_rpcgss47520  1 nfsd
exportfs8704  1 nfsd
nfs   251696  1 
lockd  68560  2 nfsd,nfs
nfs_acl 7552  2 nfsd,nfs
sunrpc197480  17 nfsd,auth_rpcgss,nfs,lockd,nfs_acl
bridge 53544  0 
tun14084  1 
ipv6  288328  42 
ipt_MASQUERADE  7296  2 
iptable_nat 9872  1 
nf_nat 23192  2 ipt_MASQUERADE,iptable_nat
ipt_REJECT  7552  1 
xt_tcpudp   7680  26 
ipt_LOG10116  1 
xt_limit7172  1 
nf_conntrack_ipv4  19352  9 iptable_nat,nf_nat
xt_conntrack8704  6 
ipt_addrtype6912  2 
iptable_filter  7424  1 
ip_tables  21520  2 iptable_nat,iptable_filter
x_tables   25224  9 
ipt_MASQUERADE,iptable_nat,ipt_REJECT,xt_tcpudp,ipt_LOG,xt_limit,xt_conntrack,ipt_addrtype,ip_tables
dm_crypt   17032  0 
crypto_blkcipher   21636  1 dm_crypt
nf_conntrack_ftp   12728  0 
nf_conntrack   71440  6 
ipt_MASQUERADE,iptable_nat,nf_nat,nf_conntrack_ipv4,xt_conntrack,nf_conntrack_ftp
snd_pcm_oss41760  0 
snd_mixer_oss  18816  1 snd_pcm_oss
usbhid 45792  0 
hci_usb18460  2 
hid41792  1 usbhid
bluetooth  57124  8 bnep,rfcomm,l2cap,hci_usb
ff_memless  9224  1 usbhid
usb_storage94400  0 
serio_raw   9860  0 
snd_via82xx28712  1 
gameport   17040  1 snd_via82xx
psmouse42268  0 
snd_mpu401_uart11776  1 snd_via82xx
snd_pcsp   14588  0 
snd_seq_midi   11072  0 
snd_rawmidi26784  2 snd_mpu401_uart,snd_seq_midi
snd_seq_dummy   7428  0 
snd_via82xx_modem  16396  0 
snd_ac97_codec115416  2 snd_via82xx,snd_via82xx_modem
k8temp  9216  0 
snd_seq_oss33152  0 
ac97_bus6272  1 snd_ac97_codec
snd_seq_midi_event 11904  2 snd_seq_midi,snd_seq_oss
snd_seq54304  6 
snd_seq_midi,snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 11668  5 
snd_seq_midi,snd_rawmidi,snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm81800  5 
snd_pcm_oss,snd_via82xx,snd_pcsp,snd_via82xx_modem,snd_ac97_codec
snd_timer  25744  2 snd_seq,snd_pcm
snd_page_alloc 13072  3 snd_via82xx,snd_via82xx_modem,snd_pcm
snd63688  15 
snd_pcm_oss,snd_mixer_oss,snd_via82xx,snd_mpu401_uart,snd_pcsp,snd_rawmidi,snd_via82xx_modem,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm,snd_timer
soundcore  12064  1 snd
i2c_viapro 12440  0 
i2c_core   27936  1 i2c_viapro
shpchp 34080  0 
pci_hotplug32056  1 shpchp
button 11680  0 
evdev  14208  4 
ext3  124688  7 
jbd51240  1 ext3
mbcache 

Processing of linux-2.6_2.6.18.dfsg.1-22etch3_i386.changes

2008-10-13 Thread Archive Administrator
linux-2.6_2.6.18.dfsg.1-22etch3_i386.changes uploaded successfully to localhost
along with the files:
  linux-2.6_2.6.18.dfsg.1-22etch3.dsc
  linux-2.6_2.6.18.dfsg.1-22etch3.diff.gz
  linux-doc-2.6.18_2.6.18.dfsg.1-22etch3_all.deb
  linux-manual-2.6.18_2.6.18.dfsg.1-22etch3_all.deb
  linux-patch-debian-2.6.18_2.6.18.dfsg.1-22etch3_all.deb
  linux-source-2.6.18_2.6.18.dfsg.1-22etch3_all.deb
  linux-support-2.6.18-6_2.6.18.dfsg.1-22etch3_all.deb
  linux-tree-2.6.18_2.6.18.dfsg.1-22etch3_all.deb
  linux-headers-2.6.18-6-all_2.6.18.dfsg.1-22etch3_i386.deb
  linux-headers-2.6.18-6-all-i386_2.6.18.dfsg.1-22etch3_i386.deb
  linux-headers-2.6.18-6_2.6.18.dfsg.1-22etch3_i386.deb
  linux-image-2.6.18-6-486_2.6.18.dfsg.1-22etch3_i386.deb
  linux-headers-2.6.18-6-486_2.6.18.dfsg.1-22etch3_i386.deb
  linux-image-2.6.18-6-686_2.6.18.dfsg.1-22etch3_i386.deb
  linux-headers-2.6.18-6-686_2.6.18.dfsg.1-22etch3_i386.deb
  linux-image-2.6.18-6-k7_2.6.18.dfsg.1-22etch3_i386.deb
  linux-headers-2.6.18-6-k7_2.6.18.dfsg.1-22etch3_i386.deb
  linux-image-2.6.18-6-686-bigmem_2.6.18.dfsg.1-22etch3_i386.deb
  linux-headers-2.6.18-6-686-bigmem_2.6.18.dfsg.1-22etch3_i386.deb
  linux-image-2.6.18-6-amd64_2.6.18.dfsg.1-22etch3_i386.deb
  linux-headers-2.6.18-6-amd64_2.6.18.dfsg.1-22etch3_i386.deb
  linux-headers-2.6.18-6-vserver_2.6.18.dfsg.1-22etch3_i386.deb
  linux-image-2.6.18-6-vserver-686_2.6.18.dfsg.1-22etch3_i386.deb
  linux-headers-2.6.18-6-vserver-686_2.6.18.dfsg.1-22etch3_i386.deb
  linux-image-2.6.18-6-vserver-k7_2.6.18.dfsg.1-22etch3_i386.deb
  linux-headers-2.6.18-6-vserver-k7_2.6.18.dfsg.1-22etch3_i386.deb
  linux-headers-2.6.18-6-xen_2.6.18.dfsg.1-22etch3_i386.deb
  linux-image-2.6.18-6-xen-686_2.6.18.dfsg.1-22etch3_i386.deb
  linux-modules-2.6.18-6-xen-686_2.6.18.dfsg.1-22etch3_i386.deb
  linux-headers-2.6.18-6-xen-686_2.6.18.dfsg.1-22etch3_i386.deb
  xen-linux-system-2.6.18-6-xen-686_2.6.18.dfsg.1-22etch3_i386.deb
  linux-headers-2.6.18-6-xen-vserver_2.6.18.dfsg.1-22etch3_i386.deb
  linux-image-2.6.18-6-xen-vserver-686_2.6.18.dfsg.1-22etch3_i386.deb
  linux-modules-2.6.18-6-xen-vserver-686_2.6.18.dfsg.1-22etch3_i386.deb
  linux-headers-2.6.18-6-xen-vserver-686_2.6.18.dfsg.1-22etch3_i386.deb
  xen-linux-system-2.6.18-6-xen-vserver-686_2.6.18.dfsg.1-22etch3_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Processed: your mail

2008-10-13 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 502081 redhat-cluster
Bug#502081: redhat-cluster-modules-2.6.26-1-amd64: GFS cannot create files over 
3KB
Bug reassigned from package `redhat-cluster-modules-2.6.26-1-amd64' to 
`redhat-cluster'.

 severity 502081 serious
Bug#502081: redhat-cluster-modules-2.6.26-1-amd64: GFS cannot create files over 
3KB
Severity set to `serious' from `critical'

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#500265: linux-image-2.6.26-1-686: Hangs after an apparently random uptime (minutes)

2008-10-13 Thread Salvo Isaja
Problem happened even with hpet=disable.
Syslog for the whole session attached.

The mouse cursor shape changed to a vertical dotted bar (like a rebar 
handle) a few moments before the freeze. (Actually, since 2.6.25 I 
experience random cursor shape changes fairly often, don't know if 
this may be related at all).

I must also add that when there is intense disk activity (e.g. 
searching for a file in a large directory tree in konqueror, or when 
after updating the package list in synaptic) the system is completely 
unresponsive (have not checked if this is due to hpet=disable).


syslog2.gz
Description: GNU Zip compressed data


Bug#498309: xfs filesystem corruption due to attr2 bug

2008-10-13 Thread dann frazier
On Fri, Sep 12, 2008 at 07:25:06PM +0200, Ralf Gross wrote:
 Thanks, this worked.
 
 So far, I couldn't reproduce the bug on the spare server. Neither
 with the old 2.6.18 nor with your new one.
 
 I haven't encountered other problems with the new kernel so far.

Ah - I *thought* you'd confirmed this, but didn't see it in the bug
report. I see now that it was just that the bug report wasn't cc'd -
doing so now.

-- 
dann frazier




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



preparing 2.6.18.dfsg.1-23

2008-10-13 Thread dann frazier
There's a push for a stable update this weekend, so I'm currently
preparing an upload to p-u with the two changes we have queued (on top
of today's DSA for 2.6.18.dfsg.1-22etch3):

  [ Ian Campbell ]
  * Fix DMA crash under Xen when no IOMMU is present (closes: #445987)

  [ dann frazier ]
  * [xfs] Fix attr2 corruption with btree data extents (closes: #498309)

If you have other changes you believe are ready for this update,
please let me know ASAP!

-- 
dann frazier


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]