Bug#438458: linux-image-2.6.18-5-686-bigmem: All freezes on boot after message agpgart:

2007-09-06 Thread dann frazier
On Thu, Sep 06, 2007 at 08:11:25AM +0300, Jari Jylh?? wrote:
 dann frazier kirjoitti:
 
   Would you mind testing this one?
 http://people.debian.org/~dannf/bugs/438458/linux-image-2.6.18-5-686-bigmem_2.6.18.dfsg.1-13etch2+agptest1_i386.deb
 
 It freezes too just like others.

Well, thanks for testing anyway. I've been assuming this bug is fixed
upstream, but I'm not seeing an obvious fix. Let's check that first,
and maybe it'll help narrow down the fix.

Can you test this:
  
http://snapshot.debian.net/2007/04/11/debian/pool/main/l/linux-2.6/linux-image-2.6.20-1-686-bigmem_2.6.20-1_i386.deb
and if that doesn't work:
  
http://snapshot.debian.net/2007/05/23/debian/pool/main/l/linux-2.6/linux-image-2.6.21-1-686-bigmem_2.6.21-2_i386.deb

 Package didn't make initrd.img. So I made it myself. Is this OK?

Yeah, that's fine.

-- 
dann frazier



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



Bug#428409: marked as done (lvm2: pvmove doesn't work)

2007-09-06 Thread Debian Bug Tracking System
Your message dated Thu, 6 Sep 2007 08:26:44 +0200
with message-id [EMAIL PROTECTED]
and subject line pvmove does not work
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: lvm2
Version: 2.02.24-6
Severity: normal

Over the weekend I added a second disk to my box, identical to the first
once. The plan was to create a RAID1 dataset by bringing up the new disk
as a degraded array, copying / over to it, creating a new swap partition
and then migrating the LVM volume group over (everything but / is
LVMed).

Bringing up the RAID1 degraded array was fine. I then did:

pvcreate /dev/md2

which seemed to work fine and showed the physical volume fine. So I did:

vgextend raidvg /dev/md2

which resulted in vgdisplay displaying as much free space as used in the
volume group, as I expected. So I did:

pvmove -v /dev/sda3

to move everything off the unraided disk and into the raid array. And
that's where it went wrong. pvmove bombed out complaining about being
unable to parse the progress or something similar - I'm sorry, I really
should have recorded the exact error. It seemed to be complaining about
core 1, which when I ran dmsetup status I could see on the first
line for the raidvg-pvmove0 device.

pvmove --abort

cleaned things up successfully, but I failed to figure out how to
correctly get pvmove to operate as expected so created a new volume
group on the RAID device and manually copied the filesystems over -
precisely the sort of thing LVM is designed to avoid I believe, but this
was my home box and I was more concerned about having it back up and
running properly than avoiding downtime due to shuffling filesystems.

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

Kernel: Linux 2.6.22-rc3 (PREEMPT)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lvm2 depends on:
ii  libc62.5-10  GNU C Library: Shared libraries
ii  libdevmapper1.02.1   2:1.02.18-1 The Linux Kernel Device Mapper use
ii  libncurses5  5.6-3   Shared libraries for terminal hand
ii  libreadline5 5.2-3   GNU readline and history libraries
ii  libselinux1  2.0.15-2SELinux shared libraries
ii  libsepol12.0.3-1 Security Enhanced Linux policy lib

lvm2 recommends no packages.

-- debconf information:
  lvm2/snapshots:

---End Message---
---BeginMessage---
linux-image-2.6.22-2 is now available in Debian.

On Saturday, September 01, 2007 at 10:19:54 +0200, Fredrik Olofsson wrote:
 reassign 428409 linux-2.6
 tags 428409 fixed-upstream
 thanks
 
 I have confirmed that upgrading to linux-image-2.6.22-2-686
 2.6.22-4~snapshot.9356 fixes this bug. So it is not a problem of lvm2
 but of linux-2.6.
 
 Thanks
 /Fredrik
---End Message---


Bug#355013: marked as done (initramfs-tools: device mapper device ordering breaks boot (sometimes))

2007-09-06 Thread Debian Bug Tracking System
Your message dated Thu, 6 Sep 2007 11:42:50 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#355013: initramfs-tools: device mapper device ordering 
breaks boot (sometimes)
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

---BeginMessage---
Package: initramfs-tools
Version: 0.53
Severity: important

I use LVM on all my disks. I swapped an old laptop disk into another laptop for 
testing and my laptop now fails to boot normally but rather drops into the 
busybox.

An analysis of this problem indicates that there are issues with LILO, the 
initramfs and/or the device mapper.

Here's what appears to be happening. I run lilo, and (after spinning the CPU 
for about 30-60 seconds!) it deduces that my LVM disk cweekslap/root has id 
FE00 (I am not sure this is correct, however). So it spits this onto the 
command line. With a single disk in the laptop we will now boot correctly. I 
add in the second disk and at boot time, for some reason, the secondary disk 
(helenlap/home!) is now device FE00. Of course helenlap/home is not a valid 
root disk (it never was) and the system drops to busybox when it can't find 
init. I have recovered the situation temporarily with one of three fixes:

1. Use a boot parameter root=/dev/mapper/cweekslap-root
2. remount /dev/mapper/cweekslap-root at the /root mountpoint in the initram 
disk
3. recreate the /dev/root with mknod /dev/root b 254 2

Nothing is able to work permanently though. I can't make a lilo root= option 
stick- it turns into numbers.

Note that versions are probably wrong- this report is being filed from another 
machine.

The actual machine setup is newly upgraded from sid yesterday, with stock 
2.6.15 686 kernel and mkinitramfs as the ramdisk generator.

Hope this helps,
Thanks,
Christian 

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-k8-1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages initramfs-tools depends on:
ii  busybox   1:1.01-4   Tiny utilities for small and embed
ii  cpio  2.6-10 GNU cpio -- a program to manage ar
ii  klibc-utils   1.2.2-3small statically-linked utilities 
ii  udev  0.085-1/dev/ and hotplug management daemo

initramfs-tools recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
On Sun, 16 Apr 2006, Christian Weeks wrote:

 I have not. I will look into this. Thank you.
 
 I have another tentative solution that I will investigate as well when
 time permits. It appears that LVM allows you to make the minor node of a
 partition persistent. I shall see if I can use that to force the minor
 node of the root partition to zero.
 
closing as no more feedback and no second reporter jump in.

best regards

-- 
maks
---End Message---


Bug#441039: linux-image-2.6-amd64: 3com NIC stops working after some time

2007-09-06 Thread Bozhan Boiadzhiev
Package: linux-image-2.6-amd64
Severity: normal


I've found the following in /var/log/syslog:

[ 2442.499383] NETDEV WATCHDOG: eth1: transmit timed out
[ 2442.499396] eth1: transmit timed out, tx_status 00 status 8601.
[ 2442.499405] diagnostics: net 0cc8 media 8880 dma 003a fifo 8800
[ 2442.499410] eth1: Interrupt posted but not delivered -- IRQ blocked by 
another device?
[ 2442.499517] Flags; bus-master 1, dirty 169764(4) current 169764(4)
[ 2442.499521] Transmit list  vs. dfa4e480.
[ 2442.499526] 0: @dfa4e200 length 802a status 0001002a
[ 2442.499529] 1: @dfa4e2a0 length 802a status 0001002a
[ 2442.499533] 2: @dfa4e340 length 802a status 8001002a
[ 2442.499536] 3: @dfa4e3e0 length 802a status 8001002a
[ 2442.499539] 4: @dfa4e480 length 8036 status 00010036
[ 2442.499543] 5: @dfa4e520 length 804a status 0001004a
[ 2442.499546] 6: @dfa4e5c0 length 804a status 0001004a
[ 2442.499549] 7: @dfa4e660 length 802a status 0001002a
[ 2442.499552] 8: @dfa4e700 length 802a status 0001002a
[ 2442.499555] 9: @dfa4e7a0 length 802a status 0001002a
[ 2442.499559] 10: @dfa4e840 length 802a status 0001002a
[ 2442.499562] 11: @dfa4e8e0 length 802a status 0001002a
[ 2442.499566] 12: @dfa4e980 length 802a status 0001002a
[ 2442.499569] 13: @dfa4ea20 length 802a status 0001002a
[ 2442.499572] 14: @dfa4eac0 length 802a status 0001002a
[ 2442.499576] 15: @dfa4eb60 length 802a status 0001002a
[ 2442.499580] eth1: Resetting the Tx ring pointer.

same as Ubuntu bug:
https://bugs.launchpad.net/ubuntu/+source/linux-source-2.6.20/+bug/109629


 Nekomancer wrote on 2007-08-21: (permalink)

2.6.23-rc3 fixed the issues for me. Several changes have been made to the 
genirq code, which I'm guessing is what fixed it.



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

Kernel: Linux 2.6.21-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages linux-image-2.6-amd64 depends on:
pn  linux-image-2.6.21-2-amd64none (no description available)

linux-image-2.6-amd64 recommends no packages.


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



Processed: Re: Bug#441039: linux-image-2.6-amd64: 3com NIC stops working after some time

2007-09-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 441039 moreinfo
Bug#441039: linux-image-2.6-amd64: 3com NIC stops working after some time
There were no tags set.
Tags added: moreinfo

 stop
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#441039: linux-image-2.6-amd64: 3com NIC stops working after some time

2007-09-06 Thread maximilian attems
tags 441039 moreinfo
stop

On Thu, Sep 06, 2007 at 01:16:30PM +0300, Bozhan Boiadzhiev wrote:
 Package: linux-image-2.6-amd64
 Severity: normal

people reporting on old kernels 2.6.21-2-686 get me mad.
sid has much newer.
 
 
  Nekomancer wrote on 2007-08-21: (permalink)
 
 2.6.23-rc3 fixed the issues for me. Several changes have been made to
 the genirq code, which I'm guessing is what fixed it.

see the trunk apt lines for 2.6.23-rc4 linux-images:
- http://wiki.debian.org/DebianKernel

try it out and report back.

-- 
maks


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



Processed: found 440144 in 2.6.21-6, severity of 440144 is important

2007-09-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Automatically generated email from bts, devscripts version 2.10.6
 found 440144 2.6.21-6
Bug#440144: linux-libc-dev: missing definition of rdtscl [linux-kernel-headers 
regression]
Bug marked as found in version 2.6.21-6.

 severity 440144 important
Bug#440144: linux-libc-dev: missing definition of rdtscl [linux-kernel-headers 
regression]
Severity set to `important' from `serious'


End of message, 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]



Processed: Re: Processed: Re: Bug#425592: grep segfaults and causes oops

2007-09-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 425592 kernel
Bug#425592: grep segfaults and causes oops
Bug reassigned from package `grep' to `kernel'.

 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]



Processing of linux-latest-2.6_10_powerpc.changes

2007-09-06 Thread Archive Administrator
linux-latest-2.6_10_powerpc.changes uploaded successfully to localhost
along with the files:
  linux-latest-2.6_10.dsc
  linux-latest-2.6_10.tar.gz
  linux-image-powerpc_2.6.22+10_powerpc.deb
  linux-image-2.6-powerpc_2.6.22+10_powerpc.deb
  linux-headers-2.6-powerpc_2.6.22+10_powerpc.deb
  linux-image-powerpc-smp_2.6.22+10_powerpc.deb
  linux-image-2.6-powerpc-smp_2.6.22+10_powerpc.deb
  linux-headers-2.6-powerpc-smp_2.6.22+10_powerpc.deb
  linux-image-powerpc-miboot_2.6.22+10_powerpc.deb
  linux-image-2.6-powerpc-miboot_2.6.22+10_powerpc.deb
  linux-headers-2.6-powerpc-miboot_2.6.22+10_powerpc.deb
  linux-image-powerpc64_2.6.22+10_powerpc.deb
  linux-image-2.6-powerpc64_2.6.22+10_powerpc.deb
  linux-headers-2.6-powerpc64_2.6.22+10_powerpc.deb
  linux-image-vserver-powerpc_2.6.22+10_powerpc.deb
  linux-image-2.6-vserver-powerpc_2.6.22+10_powerpc.deb
  linux-headers-2.6-vserver-powerpc_2.6.22+10_powerpc.deb
  linux-image-vserver-powerpc64_2.6.22+10_powerpc.deb
  linux-image-2.6-vserver-powerpc64_2.6.22+10_powerpc.deb
  linux-headers-2.6-vserver-powerpc64_2.6.22+10_powerpc.deb

Greetings,

Your Debian queue daemon


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



linux-latest-2.6_10_powerpc.changes ACCEPTED

2007-09-06 Thread Debian Installer

Accepted:
linux-headers-2.6-powerpc-miboot_2.6.22+10_powerpc.deb
  to 
pool/main/l/linux-latest-2.6/linux-headers-2.6-powerpc-miboot_2.6.22+10_powerpc.deb
linux-headers-2.6-powerpc-smp_2.6.22+10_powerpc.deb
  to 
pool/main/l/linux-latest-2.6/linux-headers-2.6-powerpc-smp_2.6.22+10_powerpc.deb
linux-headers-2.6-powerpc64_2.6.22+10_powerpc.deb
  to 
pool/main/l/linux-latest-2.6/linux-headers-2.6-powerpc64_2.6.22+10_powerpc.deb
linux-headers-2.6-powerpc_2.6.22+10_powerpc.deb
  to 
pool/main/l/linux-latest-2.6/linux-headers-2.6-powerpc_2.6.22+10_powerpc.deb
linux-headers-2.6-vserver-powerpc64_2.6.22+10_powerpc.deb
  to 
pool/main/l/linux-latest-2.6/linux-headers-2.6-vserver-powerpc64_2.6.22+10_powerpc.deb
linux-headers-2.6-vserver-powerpc_2.6.22+10_powerpc.deb
  to 
pool/main/l/linux-latest-2.6/linux-headers-2.6-vserver-powerpc_2.6.22+10_powerpc.deb
linux-image-2.6-powerpc-miboot_2.6.22+10_powerpc.deb
  to 
pool/main/l/linux-latest-2.6/linux-image-2.6-powerpc-miboot_2.6.22+10_powerpc.deb
linux-image-2.6-powerpc-smp_2.6.22+10_powerpc.deb
  to 
pool/main/l/linux-latest-2.6/linux-image-2.6-powerpc-smp_2.6.22+10_powerpc.deb
linux-image-2.6-powerpc64_2.6.22+10_powerpc.deb
  to 
pool/main/l/linux-latest-2.6/linux-image-2.6-powerpc64_2.6.22+10_powerpc.deb
linux-image-2.6-powerpc_2.6.22+10_powerpc.deb
  to pool/main/l/linux-latest-2.6/linux-image-2.6-powerpc_2.6.22+10_powerpc.deb
linux-image-2.6-vserver-powerpc64_2.6.22+10_powerpc.deb
  to 
pool/main/l/linux-latest-2.6/linux-image-2.6-vserver-powerpc64_2.6.22+10_powerpc.deb
linux-image-2.6-vserver-powerpc_2.6.22+10_powerpc.deb
  to 
pool/main/l/linux-latest-2.6/linux-image-2.6-vserver-powerpc_2.6.22+10_powerpc.deb
linux-image-powerpc-miboot_2.6.22+10_powerpc.deb
  to 
pool/main/l/linux-latest-2.6/linux-image-powerpc-miboot_2.6.22+10_powerpc.deb
linux-image-powerpc-smp_2.6.22+10_powerpc.deb
  to pool/main/l/linux-latest-2.6/linux-image-powerpc-smp_2.6.22+10_powerpc.deb
linux-image-powerpc64_2.6.22+10_powerpc.deb
  to pool/main/l/linux-latest-2.6/linux-image-powerpc64_2.6.22+10_powerpc.deb
linux-image-powerpc_2.6.22+10_powerpc.deb
  to pool/main/l/linux-latest-2.6/linux-image-powerpc_2.6.22+10_powerpc.deb
linux-image-vserver-powerpc64_2.6.22+10_powerpc.deb
  to 
pool/main/l/linux-latest-2.6/linux-image-vserver-powerpc64_2.6.22+10_powerpc.deb
linux-image-vserver-powerpc_2.6.22+10_powerpc.deb
  to 
pool/main/l/linux-latest-2.6/linux-image-vserver-powerpc_2.6.22+10_powerpc.deb
linux-latest-2.6_10.dsc
  to pool/main/l/linux-latest-2.6/linux-latest-2.6_10.dsc
linux-latest-2.6_10.tar.gz
  to pool/main/l/linux-latest-2.6/linux-latest-2.6_10.tar.gz


Override entries for your package:
linux-headers-2.6-powerpc-miboot_2.6.22+10_powerpc.deb - optional devel
linux-headers-2.6-powerpc-smp_2.6.22+10_powerpc.deb - optional devel
linux-headers-2.6-powerpc64_2.6.22+10_powerpc.deb - optional devel
linux-headers-2.6-powerpc_2.6.22+10_powerpc.deb - optional devel
linux-headers-2.6-vserver-powerpc64_2.6.22+10_powerpc.deb - optional devel
linux-headers-2.6-vserver-powerpc_2.6.22+10_powerpc.deb - optional devel
linux-image-2.6-powerpc-miboot_2.6.22+10_powerpc.deb - optional admin
linux-image-2.6-powerpc-smp_2.6.22+10_powerpc.deb - optional admin
linux-image-2.6-powerpc64_2.6.22+10_powerpc.deb - optional admin
linux-image-2.6-powerpc_2.6.22+10_powerpc.deb - optional admin
linux-image-2.6-vserver-powerpc64_2.6.22+10_powerpc.deb - optional admin
linux-image-2.6-vserver-powerpc_2.6.22+10_powerpc.deb - optional admin
linux-image-powerpc-miboot_2.6.22+10_powerpc.deb - optional admin
linux-image-powerpc-smp_2.6.22+10_powerpc.deb - optional admin
linux-image-powerpc64_2.6.22+10_powerpc.deb - optional admin
linux-image-powerpc_2.6.22+10_powerpc.deb - optional admin
linux-image-vserver-powerpc64_2.6.22+10_powerpc.deb - optional admin
linux-image-vserver-powerpc_2.6.22+10_powerpc.deb - optional admin
linux-latest-2.6_10.dsc - source admin

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.


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



Bug#441039: linux-image-2.6-amd64: 3com NIC stops working after some time

2007-09-06 Thread maximilian attems
[ don't drop bug report from cc, that is not _private_ conversation
  cool thanks ]

On Thu, Sep 06, 2007 at 04:47:54PM +0300, [EMAIL PROTECTED] wrote:
 ? ?? ? ?? maximilian attems [EMAIL PROTECTED]:
 
 
  On Thu, Sep 06, 2007 at 01:16:30PM +0300, Bozhan
  Boiadzhiev wrote:
   Package: linux-image-2.6-amd64
   Severity: normal
 
  people reporting on old kernels 2.6.21-2-686 get me mad.
  sid has much newer.
 wow!!!
 there isn't other version of kernel for testing. so what do
 you expect me to do?:)
 whatever

the sid kernel just installs fine in testing!
so reporting against an old version is useless.
i'd expect you to install the trunk and to report back if it works for
you :)
 
-- 
maks


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



Bug#433187: linux-2.6 - [sparc64-smp] produces unkillable processes

2007-09-06 Thread Josip Rodin
On Tue, Sep 04, 2007 at 10:46:47AM +0200, Fabio Massimo Di Nitto wrote:
  We (David Miller and I) are already working on this. We finally got some
  info dump from a debugging patched kernel and I expect we will have a fix
  within the next 3/4 weeks.
  From our first look it seems like a futex bug and some users have
  reported that the latest 2.6.23-rcX do not show this behavior. Clearly we
  also want to figure out a fix for .22.
 
  Fabio
  I should mention that lebrun.d.o is still dead since the last attempt
  (ssh unresponsive since 2007-08-30 ~21:25), when it was running a 2.6.22.5
  with one davem patch applied (one line in kernel/futex_compat.c). If you
  need something more done to lebrun, such as kicking it back to life,
  just tell me...
 
  If you have console access, it would be good to get a processor dump by 
  break + p.
  
  I can easily reproduce that with my Sparc Ultra60 here, which is running
  as buildd for experimental. The machines has the very same problem. I
  will try that tonight.
 
 It is also worth checking with .23-rcX since it has been reported to be 
 working.

lebrun.d.o exploded again after a few hours of building under 2.6.23-rc5. :(

-- 
 2. That which causes joy or happiness.


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



Bug#433187: linux-2.6 - [sparc64-smp] produces unkillable processes

2007-09-06 Thread Frank Lichtenheld
On Thu, Sep 06, 2007 at 08:41:35PM +0200, Josip Rodin wrote:
 On Tue, Sep 04, 2007 at 10:46:47AM +0200, Fabio Massimo Di Nitto wrote:
  It is also worth checking with .23-rcX since it has been reported to be 
  working.
 
 lebrun.d.o exploded again after a few hours of building under 2.6.23-rc5. :(

Same for an experimental buildd here.

Gruesse,
-- 
Frank Lichtenheld [EMAIL PROTECTED]
www: http://www.djpig.de/


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



Bug#441143: linux-image-2.6.21-2-vserver-sparc64: Vserver unaligned access regression

2007-09-06 Thread Nathaniel Filardo
Package: linux-image-2.6.21-2-vserver-sparc64
Version: 2.6.21-5
Severity: normal


Booting 2.6.21-2-vserver-sparc64 will not start vservers with dlimits in
place, complaining vdu: readdir(): Bad address (meaning a return of
EFAULT).  Further, vserver-stat produces its header but no servers,
despite that servers without dlimits were successfully started by the
init scripts.

Some stracing makes it look like the root cause is a getdents64() call
with its data pointer only aligned mod 4, not mod 8.  However, booting
2.6.18-4-vserver-sparc64 works but gives a host of dmesg output like

Kernel unaligned access at TPC[4b72d0] filldir64+0x54/0x134
Kernel unaligned access at TPC[4b72ec] filldir64+0x70/0x134
Kernel unaligned access at TPC[4b72b8] filldir64+0x3c/0x134

when starting vservers.  Despite these warnings it _works_, which is
key.  This bug may be inappropriately filed -- I have no idea if the
important package is the kernel, glibc, or util-vserver, though from a
bit of code groveling I'd bet against the latter.

Requesting the attention of some guru.  Thanks much.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: sparc (sparc64)

Kernel: Linux 2.6.18-4-vserver-sparc64 (SMP w/1 CPU core)
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 linux-image-2.6.21-2-vserver-sparc64 depends on:
ii  coreutils5.97-5.4The GNU core utilities
ii  debconf [debconf-2.0]1.5.14  Debian configuration management sy
ii  initramfs-tools [linux-initr 0.90a   tools for generating an initramfs
ii  module-init-tools3.3-pre11-4 tools for managing Linux kernel mo

Versions of packages linux-image-2.6.21-2-vserver-sparc64 recommends:
ii  libc6-sparc64 2.6.1-2GNU C Library: 64bit Shared librar
ii  util-vserver  0.30.213-1 user-space tools for Linux-VServer

-- debconf information excluded


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



Processed: Re: Bug#441146: linux-modules-extra-2.6: please add virtualbox-ose-source

2007-09-06 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tags 441146 +pending
Bug#441146: linux-modules-extra-2.6: please add virtualbox-ose-source
There were no tags set.
Tags added: pending

 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]