Processed: Re: Bug#562815: Bug in kernel audit code makes system crash

2009-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 562815 linux-2.6
Bug #562815 [linux-image-2.6] Bug in kernel audit code makes system crash
Warning: Unknown package 'linux-image-2.6'
Bug reassigned from package 'linux-image-2.6' 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 debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562815: Bug in kernel audit code makes system crash

2009-12-29 Thread Sergey Sireskin
Package: linux-image-2.6
Version: 2.6.26-2-686, 2.6.26-2-amd64, 2.6.26-2-openvz-amd64, 2.6.26-2-xen-amd64

My system crashes when I do auditctl -R audit.rules. I have figured out that 
the problem occurs after unloading and then loading some certain rules that 
include -F dir=/dev or -F dir=/lib, or some other directory watch. For 
example:

# auditctl -a exit,always -F arch=b64 -S creat -F dir=/lib
# auditctl -d exit,always -F arch=b64 -S creat -F dir=/lib
# auditctl -a exit,always -F arch=b64 -S creat -F dir=/lib

result in 

[  154.715581] [ cut here ]
[  154.715581] kernel BUG at fs/inode.c:1152!
[  154.715581] invalid opcode:  [1] SMP
[  154.715581] CPU 0
[  154.715581] Modules linked in: ipv6 evdev ext3 jbd mbcache dm_mirror dm_log 
dm_snapshot dm_mod thermal_sys
[  154.715581] Pid: 1256, comm: audit_prune_tre Not tainted 2.6.26-2-xen-amd64 
#1
[  154.715581] RIP: e030:[8029ceb0]  [8029ceb0] 
iput+0x13/0x60
[  154.715581] RSP: e02b:88007dd4fe80  EFLAGS: 00010246
[  154.715581] RAX: 88007da63701 RBX: 88007da63748 RCX: 0001
[  154.715581] RDX: 1414 RSI: 0001 RDI: 88007da63748
[  154.715581] RBP: 88007fd9e440 R08: 0003 R09: 88007e94f220
[  154.715581] R10: 88007e2c9840 R11: 80285a7a R12: 0002
[  154.715581] R13: 88007e94f180 R14: 88007e94f190 R15: 
[  154.715581] FS:  7f5a80f176e0() GS:8053a000() 
knlGS:
[  154.715581] CS:  e033 DS:  ES: 
[  154.715581] DR0:  DR1:  DR2: 
[  154.715581] DR3:  DR6: 0ff0 DR7: 0400
[  154.715581] Process audit_prune_tre (pid: 1256, threadinfo 88007dd4e000, 
task 88007fd39040)
[  154.715581] Stack:  88007e94f190 802b43ff 88007e94f190 
88007ddc4000
[  154.715581]  88007e94f220 802b4604 88007e2c9840 
8025d69c
[  154.715581]  0003 88007e2c9840 80255bdd 
88007eb898a8
[  154.715581] Call Trace:
[  154.715581]  [802b43ff] ? put_inotify_watch+0x21/0x4d
[  154.715581]  [802b4604] ? unpin_inotify_watch+0x11/0x1a
[  154.715581]  [8025d69c] ? untag_chunk+0x3e6/0x40a
[  154.715581]  [80255bdd] ? prune_tree_thread+0x0/0x26
[  154.715581]  [8025d6db] ? prune_one+0x1b/0x66
[  154.715581]  [8025d756] ? audit_prune_trees+0x30/0x59
[  154.715581]  [80255bf2] ? prune_tree_thread+0x15/0x26
[  154.715581]  [80255bdd] ? prune_tree_thread+0x0/0x26
[  154.715581]  [8023f593] ? kthread+0x47/0x74
[  154.715581]  [8020be28] ? child_rip+0xa/0x12
[  154.715581]  [8023f54c] ? kthread+0x0/0x74
[  154.715581]  [8020be1e] ? child_rip+0x0/0x12
[  154.715581]
[  154.715581]
[  154.715581] Code: 08 02 00 00 77 ff ff ff eb df 48 83 ec 08 e8 d5 76 19 00 
41 59 31 c0 c3 48 85 ff 53 48 89 fb 74 55 48 83 bf 08 02 00 00 40 75 04 0f 0b 
eb fe 48 8d 7f 48 48 c7 c6 20 41 5f 80 e8 a4 0f 07 00 85
[  154.715581] RIP  [8029ceb0] iput+0x13/0x60
[  154.715581]  RSP 88007dd4fe80
[  154.715581] ---[ end trace f46939304c84baf0 ]---

I run Debian 5.0.3 on HP Proliant DL180 G6 (Intel Xeon CPU). Audit package 
version is 1.7.4-1. The problem was first discovered in Xen domU 
(2.6.26-2-xen-amd64). Then I was able to reproduce it in dom0 and even in 
non-xen-enabled kernel 2.6.26-2-amd64 and 2.6.26-2-686, openvz version is also 
affected.

I wrote a letter to kernel audit code developers Steve Grubb, Miloslav Trmac 
and Alexander Viro. They asked me to try to reproduce this error with a more 
recent kernel to check if this crash was already fixed. So here follows what I 
did.

1. Installed linux-image-2.6.30-bpo.2-686 from Debian backports repository and 
booted it. Not using Xen for this time.
2. On one console I ran 
# while [ 1 == 1 ]; do /bin/ls /bin; done
to produce some system load.
3. On another console I ran 
# while [ 1 == 1 ]; do pidof auditctl || auditctl -R /etc/audit/audit.rules; 
done 
to reproduce the error. I use pidof auditctl to ensure that each next auditctl 
-R runs after the previous one has finished.

The test runs well until I add the following rule:
# auditctl -w /var/log -p a -k ACCESS_LOGS
After adding this rule system hangs.

Finally, Alexander Viro had found two bugs in kernel audit code. He suggests to 
apply these two patches: 
http://www.gossamer-threads.com/lists/linux/kernel/1169784
http://www.gossamer-threads.com/lists/linux/kernel/1169785
on top of the following patch commits:
def57543418a5f47debae28a0a9dea2effc11692
8f7b0ba1c853919b85b54774775f567f30006107

Without these patches Debian kernels are completely useless in cases when Linux 
auditing is enabled and audit rules are configured. Please, include the above 
patches into Debian stable packages.

Regards,
Sergey Sireskin


--
To UNSUBSCRIBE, email to 

linux-image-2.6.32-trunk-amd64 current version number

2009-12-29 Thread Dennis 123321
Maybe this is a slightly noob question, but why in the current
linux-image-2.6.32-trunk-amd64 package is there a 2.6.32-3 for i386
(on the amd64 page), and only 2.6.32-2 for _actual_ amd64?

I'm sure there is a simple answer, but I can't seem to find it!


Thanks.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: linux-image-2.6.32-trunk-amd64 current version number

2009-12-29 Thread Ben Hutchings
On Tue, 2009-12-29 at 10:58 +, Dennis 123321 wrote:
 Maybe this is a slightly noob question, but why in the current
 linux-image-2.6.32-trunk-amd64 package is there a 2.6.32-3 for i386
 (on the amd64 page), and only 2.6.32-2 for _actual_ amd64?
 
 I'm sure there is a simple answer, but I can't seem to find it!

linux-image-2.6.32-trunk-amd64 is built for both i386 and amd64 since a
64-bit kernel can support 32-bit userland.  I uploaded 2.6.32-3 for
i386, and it was automatically built for amd64 a little later.

Ben.

-- 
Ben Hutchings
Reality is just a crutch for people who can't handle science fiction.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Upgrade script for libata transition

2009-12-29 Thread Ben Hutchings
Linux kernel packages for squeeze will use libata-based drivers in
preference to old-style IDE drivers.  On some systems this will change
the names of PATA devices and will also change the names of SCSI devices
already present in those systems if they are enumerated after the PATA
devices.

On upgrade, we will recommend that users identify hard disk volumes in
configuration files by label or UUID (unique identifier) rather than by
device name, which will work with both old and new kernel versions.  I
think that in most cases it should be possible to update the system
configuration automatically, if the user agrees to this.  The following
script implements this.  Please review and verify that it does the right
thing for your package's configuration file(s).  (I would also welcome a
more general review of the code.)

For optical disc drives, it may be possible to update udev naming rules
in /etc/udev/rules.d/70-persistent-cd.rules; I have not tried to
implement this yet.

For tape drives, I have no suggestions (in fact I have little idea which
packages would use tape drive names) but hopefully the affected users
are competent to update the configuration themselves.

Ben.

#!/usr/bin/perl

# Copyright 2009 Ben Hutchings
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA

use strict;
use warnings;
use Debconf::Client::ConfModule ':all';
use FileHandle;
use POSIX ();

### utility

sub id_to_path {
my ($id) = @_;
$id =~ m|^/|
or $id =~ s{^(LABEL|UUID)=}{'/dev/disk/by-' . lc($1) . '/'}x
or die Could not map id $id to path;
return $id;
}

### /etc/fstab

sub fstab_next {
# Based on my_getmntent() in mount_mntent.c

my ($file) = @_;
my $text = $file;
unless (defined($text)) {
return ();
}

my $line = $text;
$line =~ s/\r?\n$//;
$line =~ s/^[ \t]*//;
if ($line =~ /^(#|$)/) {
return ($text);
} else {
return ($text,
map({ s/\\([0-7][0-7][0-7])/chr(oct($1)  0xff)/eg; $_; }
split(/[ \t]+/, $line)));
}
}

sub fstab_list {
my ($file) = @_;
my @bdevs;
while (1) {
my ($text, $bdev) = fstab_next($file);
last unless defined($text);
if (defined($bdev)) {
push @bdevs, $bdev;
}
}
return @bdevs;
}

sub fstab_update {
my ($old, $new, $map) = @_;
while (1) {
my ($text, $bdev) = fstab_next($old);
last unless defined($text);
if (defined($bdev)  defined(my $id = $map-{$bdev})) {
$text =~ s/^(\s*\S+)(.*)/# $1$2\n$id$2/;
}
$new-print($text);
}
}

### Kernel parameters

sub kernel_list {
my ($cmd_line) = @_;
return ($cmd_line =~ /\broot=(\S+)/) ? ($1) : ();
}

sub kernel_update {
my ($cmd_line, $map) = @_;
if ($cmd_line =~ /\broot=(\S+)/  defined(my $id = $map-{$1})) {
$cmd_line =~ s/\broot=(\S+)/root=$id/;
return $cmd_line;
} else {
return undef;
}
}

### shell script variable assignment

# Maintains enough context to find statement boundaries, and can parse
# variable definitions that do not include substitutions.  I think.

sub shellvars_next {
my ($file) = @_;
my $text = '';
my @context = ('');
my $first = 1;
my $in_value = 0;
my ($name, $value);
my $unhandled = 0;

  LINE:
while ($file) {
$text .= $_;

# variable assignment
if ($first  m/^\s*([A-Za-z_][A-Za-z0-9_]*)=/g) {
$name = $1;
$value = '';
$in_value = 1;
}

while (/\G(.*?)([#`'(){}\s]|\\.|\$[({]?)/gs) {
my $end_pos = pos;
my $special = $2;

if ($in_value) {
# add non-special characters to the value verbatim
$value .= $1;
}

if ($context[$#context] eq '') {
# space outside quotes or brackets ends the value
if ($special =~ /^\s/) {
$in_value = 0;
if ($special eq \n) {
last LINE;
}
}
# something else after the value means this is a command
# with an environment override, not a variable definition
elsif (defined($name)  !$in_value) {
$unhandled 

Re: Upgrade script for libata transition

2009-12-29 Thread Marco d'Itri
On Dec 29, Ben Hutchings b...@decadent.org.uk wrote:

 For optical disc drives, it may be possible to update udev naming rules
 in /etc/udev/rules.d/70-persistent-cd.rules; I have not tried to
 implement this yet.
It looks hard. Just deleting it on upgrades will solve the problem for
most users.

  The new Linux kernel version provides different drivers for some
  IDE/ATA disk controllers.  The names of some hard disk, CD-ROM and
  tape devices may change.
Maybe the text should be amended to clarify that this is about old
parallel ATA devices and not SATA devices.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Processed: tagging 508527

2009-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 # upstream change appears to have fixed a different bug
 tags 508527 - fixed-upstream
Bug #508527 [linux-2.6] 2.6.26-11 oops on initial NIC (via-velocity) setup
Bug #508923 [linux-2.6] [via-velocity] ifconfig eth0 up crash kernel hard
Removed tag(s) fixed-upstream.
Removed tag(s) fixed-upstream.

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 debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#500520: marked as done (claims AC is unplugged when my battery reached 100% charge)

2009-12-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Dec 2009 12:54:29 +
with message-id 20091229125429.gb2...@decadent.org.uk
and subject line Re: claims AC is unplugged when my battery reached 100% charge
has caused the Debian Bug report #500520,
regarding claims AC is unplugged when my battery reached 100% charge
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
500520: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500520
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gnome-power-manager
Version: 2.22.1-3
Severity: normal

When my battery reaches 100% charge, gnome-power-manager pops up a
notification claiming that the system has been unplugged. However, this
is clearly untrue:

j...@kodama:/sys/class/power_supply/ACcat online 
1

The same info about the AC being plugged in is available via HAL.

I think gnome-power-manager is getting confused, because the battery is no
longer charging, and indeed is reporting that it's discharging at a zero rate:

j...@kodama:/sys/class/power_supply/CMB1cat status 
Discharging
j...@kodama:/sys/class/power_supply/CMB1cat current_now
0
j...@kodama:~acpi
 Battery 0: Discharging, 100%, discharging at zero rate - will never fully 
discharge.

I think my battery is probably screwed up to report it's discharging like that,
but I think it's wrong for gnome-power-manager to assume that Discharging = AC
disconnected.

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

Kernel: Linux 2.6.26-1-686 (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/dash

Versions of packages gnome-power-manager depends on:
ii  dbus-x11   1.2.1-3   simple interprocess messaging syst
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  hal0.5.11-3  Hardware Abstraction Layer
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-13GNU C Library: Shared libraries
ii  libcairo2  1.6.4-6   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.1-3   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.76-1simple interprocess messaging syst
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-2   FreeType 2 font engine, shared lib
ii  libgconf2-42.22.0-1  GNOME configuration database syste
ii  libglade2-01:2.6.2-1 library to load .glade files at ru
ii  libglib2.0-0   2.16.6-1  The GLib library of C routines
ii  libgnome-keyring0  2.22.3-2  GNOME keyring services library
ii  libgnome2-02.20.1.1-1The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.20.1.1-1A powerful object-oriented display
ii  libgnomeui-0   2.20.1.1-2The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.22.0-5GNOME Virtual File System (runtime
ii  libgstreamer0.10-0 0.10.20-1 Core GStreamer libraries and eleme
ii  libgtk2.0-02.12.11-3 The GTK+ graphical user interface 
ii  libhal10.5.11-3  Hardware Abstraction Layer - share
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libnotify1 [libnotify1 0.4.4-3   sends desktop notifications to a n
ii  liborbit2  1:2.14.13-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0 2.20.3-5  library for GNOME Panel applets
ii  libpango1.0-0  1.20.5-2  Layout and rendering of internatio
ii  libpixman-1-0  0.10.0-2  pixel-manipulation library for X a
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libpopt0   1.14-4lib for parsing cmdline parameters
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libwnck22  2.22.3-1  Window Navigator Construction Kit 
ii  libx11-6   2:1.1.5-2 X11 client-side library
ii  libxcb-render-util00.2.1+git1-1  utility libraries for X C Binding 
ii  libxcb-render0 1.1-1.1   

Processed: tagging 541677

2009-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 541677 = moreinfo
Bug #541677 [linux-2.6] linux-image-2.6.30-1-amd64: sched_clock_cpu warning, 
then oops, then panic
Added tag(s) moreinfo; removed tag(s) fixed-upstream.

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 debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#541677: linux-image-2.6.30-1-amd64: sched_clock_cpu warning, then oops, then panic

2009-12-29 Thread Ben Hutchings
The upstream bug http://bugzilla.kernel.org/show_bug.cgi?id=14101 was
closed due to lack of response to a request for more information.  Please
respond and reopen it.  If you do not, we will have to close this bug too.

Ben.

-- 
Ben Hutchings
When you say `I wrote a program that crashed Windows', people just stare ...
and say `Hey, I got those with the system, *for free*'. - Linus Torvalds


signature.asc
Description: Digital signature


Bug#544169: closing 544169

2009-12-29 Thread Ben Hutchings
# Automatically generated email from bts, devscripts version 2.10.35lenny7
# submitter agreed bug could be closed upstream, so do the same here
close 544169 




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#508527: tagging 508527

2009-12-29 Thread Ben Hutchings
# Automatically generated email from bts, devscripts version 2.10.35lenny7
# upstream change appears to have fixed a different bug
tags 508527 - fixed-upstream




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: closing 544169

2009-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 # submitter agreed bug could be closed upstream, so do the same here
 close 544169
Bug#544169: linux-image-2.6.30-1-amd64: linux-kernel 2.6.30 regression to 
2.6.26 - re-suspend on wakeup.
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Alexander Myodov 
maa_pub...@sinn.ru


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 debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Upgrade script for libata transition

2009-12-29 Thread Daniel Baumann

Ben Hutchings wrote:

Please review and verify that it does the right
thing for your package's configuration file(s).


extlinux in experimental does not reflect the final location and layout 
of the configuration file:


/etc/default/extlinux
EXTLINUX_ROOT=${DEVICE}

Regards,
Daniel

--
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Upgrade script for libata transition

2009-12-29 Thread Ben Hutchings
On Tue, Dec 29, 2009 at 01:39:46PM +0100, Marco d'Itri wrote:
 On Dec 29, Ben Hutchings b...@decadent.org.uk wrote:
 
  For optical disc drives, it may be possible to update udev naming rules
  in /etc/udev/rules.d/70-persistent-cd.rules; I have not tried to
  implement this yet.
 It looks hard. Just deleting it on upgrades will solve the problem for
 most users.

I agree the enumeration order is not likely to change for most users.
However this will cause problems for people who switch back and forth
between different kernel versions (e.g. when testing whether a bug is
fixed in unstable).

   The new Linux kernel version provides different drivers for some
   IDE/ATA disk controllers.  The names of some hard disk, CD-ROM and
   tape devices may change.
 Maybe the text should be amended to clarify that this is about old
 parallel ATA devices and not SATA devices.

Good point; I'll do that.

Ben.

-- 
Ben Hutchings
When you say `I wrote a program that crashed Windows', people just stare ...
and say `Hey, I got those with the system, *for free*'. - Linus Torvalds


signature.asc
Description: Digital signature


Re: Re: linux-image-2.6.32-trunk-amd64 current version number

2009-12-29 Thread Dennis 123321
Thanks for the explanation :)
Is the amd64 version of 2.6.32-3 expected soon then?


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Upgrade script for libata transition

2009-12-29 Thread Marco d'Itri
On Dec 29, Ben Hutchings b...@decadent.org.uk wrote:

 I agree the enumeration order is not likely to change for most users.
 However this will cause problems for people who switch back and forth
 between different kernel versions (e.g. when testing whether a bug is
 fixed in unstable).
I can't see any solution for these people, and not having the device
change name for the others looks like a more important goal to me.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Re: Upgrade script for libata transition

2009-12-29 Thread Ben Hutchings
On Tue, Dec 29, 2009 at 02:23:10PM +0100, Marco d'Itri wrote:
 On Dec 29, Ben Hutchings b...@decadent.org.uk wrote:
 
  I agree the enumeration order is not likely to change for most users.
  However this will cause problems for people who switch back and forth
  between different kernel versions (e.g. when testing whether a bug is
  fixed in unstable).
 I can't see any solution for these people, and not having the device
 change name for the others looks like a more important goal to me.

Is it not possible to add corresponding rules, e.g.:

if ($text =~
/^ENV{ID_CDROM}==\?\*,\s*
  ENV{ID_PATH}==([^]*)-ide-(\d+):(\d+),\s*
  SYMLINK+=([^]+),\s*
  ENV{GENERATED}=1\n$/x) {
$text .= sprintf(ENV{ID_CDROM}==\?*\, 
 . ENV{ID_PATH}==\%s-scsi-%s:0:0:%s\, 
 . SYMLINK\+=\%s\, ENV{GENERATED}=1\n,
 $1, $2, $3, $4);
}

Ben.

-- 
Ben Hutchings
When you say `I wrote a program that crashed Windows', people just stare ...
and say `Hey, I got those with the system, *for free*'. - Linus Torvalds


signature.asc
Description: Digital signature


Re: Upgrade script for libata transition

2009-12-29 Thread Marco d'Itri
On Dec 29, Ben Hutchings b...@decadent.org.uk wrote:

 Is it not possible to add corresponding rules, e.g.:
Two issues: I am not sure that it is possible to determine the new
$ID_PATH value and I fear that multiple rules for the same link name
may confuse the scripts.

-- 
ciao,
Marco


signature.asc
Description: Digital signature


Bug#555673: tagging 555673

2009-12-29 Thread Ben Hutchings
# Automatically generated email from bts, devscripts version 2.10.35lenny7
# Patches do not apply to 2.6.32
tags 555673 - patch




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 496893

2009-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 # Not accepted upstream so not yet an acceptable batch
 tags 496893 - patch
Bug #496893 [linux-2.6] Please export dm_disk symbol
Removed tag(s) patch.

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 debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: closing 374792

2009-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 # Submitter acknowledged as wontfix in 2006!
 close 374792
Bug#374792: linux-2.6: Please add support for CERC ATA100/4ch to the new 
megaraid_mbox driver
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Janusz Krzysztofik 
jkrzy...@tis.icnet.pl


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 debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#374792: closing 374792

2009-12-29 Thread Ben Hutchings
# Automatically generated email from bts, devscripts version 2.10.35lenny7
# Submitter acknowledged as wontfix in 2006!
close 374792 




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#496893: tagging 496893

2009-12-29 Thread Ben Hutchings
# Automatically generated email from bts, devscripts version 2.10.35lenny7
# Not without upstream acceptance
tags 496893 + wontfix




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 555673

2009-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 # Patches do not apply to 2.6.32
 tags 555673 - patch
Bug #555673 [linux-2.6] /boot/vmlinuz-2.6.31-1-686: ipw* wireless driver does 
not support new rfkill framework
Removed tag(s) patch.

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 debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 558077

2009-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 558077 + pending
Bug #558077 [linux-2.6] dpkg --print-installation-architecture is deprecated
Added tag(s) pending.

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 debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#496893: tagging 496893

2009-12-29 Thread Ben Hutchings
# Automatically generated email from bts, devscripts version 2.10.35lenny7
# Not accepted upstream so not yet an acceptable batch
tags 496893 - patch




-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 496893

2009-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 # Not without upstream acceptance
 tags 496893 + wontfix
Bug #496893 [linux-2.6] Please export dm_disk symbol
Added tag(s) wontfix.

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 debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#292641: marked as done (kernel-image-2.6-686-smp: Do not run SMP, on IBM eServer xSeries 445, CPU ID to high on 2. CPU. (#18 16 cpu max))

2009-12-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Dec 2009 16:48:10 +0100
with message-id 20091229154809.ga5...@galadriel.inutil.org
and subject line Re: kernel-image-2.6-686-smp: Do not run SMP, on IBM eServer 
xSeries 445, CPU ID to high on 2. CPU. (#18  16 cpu max)
has caused the Debian Bug report #292641,
regarding kernel-image-2.6-686-smp: Do not run SMP, on IBM eServer xSeries 445, 
CPU ID to high on 2. CPU. (#18  16 cpu max)
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
292641: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=292641
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: kernel-image-2.6-686-smp
Version: 101
Severity: normal



-- System Information:
Debian Release: 3.1
 APT prefers testing
 APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages kernel-image-2.6-686-smp depends on:
ii  kernel-image-2.6.8-2-686-smp  2.6.8-12   Linux kernel image for 
version 2.6


-- no debconf information
We have 2 idenical servers, the one is Debian,
CPU: 2x Intel(R) Xeon(TM) CPU 3.00GHz

The 2 CPU have the ID's 0 and 18

With debian, the serverer runs on ONE CPU.

From log on debian:

Jan 28 11:06:13 eiao1 kernel: found SMP MP-table at 0009c540
Jan 28 11:06:13 eiao1 kernel: hm, page 0009c000 reserved twice.
Jan 28 11:06:13 eiao1 kernel: hm, page 0009d000 reserved twice.
Jan 28 11:06:13 eiao1 kernel: hm, page 0009d000 reserved twice.
Jan 28 11:06:13 eiao1 kernel: hm, page 0009e000 reserved twice.
Jan 28 11:06:13 eiao1 kernel: On node 0 totalpages: 524177
Jan 28 11:06:13 eiao1 kernel: zone(0): 4096 pages.
Jan 28 11:06:13 eiao1 kernel: zone(1): 225280 pages.
Jan 28 11:06:13 eiao1 kernel: zone(2): 294801 pages.
Jan 28 11:06:13 eiao1 kernel: IBM machine detected. Enabling interrupts 
during APM calls.
Jan 28 11:06:13 eiao1 kernel: ACPI: RSDP (v000 
IBM   ) @ 0x000fdfc0
Jan 28 11:06:13 eiao1 kernel: ACPI: RSDT (v001 IBMSERVIGIL 
0x1000 IBM  0x45444f43) @ 0x7ff9c2c0
Jan 28 11:06:13 eiao1 kernel: ACPI: FADT (v001 IBMSERVIGIL 
0x1000 IBM  0x45444f43) @ 0x7ff9c240
Jan 28 11:06:13 eiao1 kernel: ACPI: MADT (v001 IBMSERVIGIL 
0x1000 IBM  0x45444f43) @ 0x7ff9c1c0
Jan 28 11:06:13 eiao1 kernel: ACPI: SRAT (v001 IBMSERVIGIL 
0x1000 IBM  0x45444f43) @ 0x7ff9c140
Jan 28 11:06:13 eiao1 kernel: ACPI: DSDT (v001 IBMSERVIGIL 
0x1000 INTL 0x02002025) @ 0x

Jan 28 11:06:13 eiao1 kernel: ACPI: Local APIC address 0xfee0
Jan 28 11:06:13 eiao1 kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] 
enabled)
Jan 28 11:06:13 eiao1 kernel: Processor #0 Pentium 4(tm) XEON(tm) APIC 
version 20
Jan 28 11:06:13 eiao1 kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x12] 
enabled)

Jan 28 11:06:13 eiao1 kernel: Processor #18 invalid (max 16)
Jan 28 11:06:13 eiao1 kernel: ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl 
lint[0x1])
Jan 28 11:06:13 eiao1 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] dfl dfl 
lint[0x1])
Jan 28 11:06:13 eiao1 kernel: Using ACPI for processor (LAPIC) 
configuration information

Jan 28 11:06:13 eiao1 kernel: Intel MultiProcessor Specification v1.4
Jan 28 11:06:13 eiao1 kernel: Virtual Wire compatibility mode.

The other server runs 2 CPU, and runs CPU #18.
From Feudora Core 2 (idenical server)
kernel: cat /proc/version
Linux version 2.6.9-1.667smp (bhcomp...@tweety.build.redhat.com) (gcc 
version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)) #1 SMP Tue Nov 2 14:59:52 
EST 2004


From LOG:
Jan 26 10:25:32 serv2 kernel: found SMP MP-table at 0009c540
Jan 26 10:25:32 serv2 portmap: portmap oppstart succeeded
Jan 26 10:25:32 serv2 kernel: DMI 2.3 present.
Jan 26 10:25:32 serv2 kernel: Using APIC driver default
Jan 26 10:25:32 serv2 rpc.statd[1843]: Version 1.0.6 Starting
Jan 26 10:25:33 serv2 nfslock: rpc.statd oppstart succeeded
Jan 26 10:25:33 serv2 kernel: ACPI: PM-Timer IO Port: 0x508
Jan 26 10:25:33 serv2 kernel: Switched to APIC driver `summit'.
Jan 26 10:25:33 serv2 kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] 
enabled)

Jan 26 10:25:33 serv2 kernel: Processor #0 15:2 APIC version 20
Jan 26 10:25:33 serv2 kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x12] 
enabled)

Jan 26 10:25:33 serv2 kernel: Processor #18 15:2 APIC version 20
Jan 26 10:25:33 serv2 kernel: ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl 
lint[0x1])
Jan 26 10:25:33 serv2 kernel: ACPI: LAPIC_NMI (acpi_id[0x05] dfl dfl 
lint[0x1])


attachment: mike.vcf---End Message---
---BeginMessage---
On Wed, Aug 05, 2009 at 07:45:53PM +0200, Moritz Muehlenhoff wrote:
 On Fri, Jan 28, 2005 

Bug#542275: rtc-generic not working on Apple PowerBook G4

2009-12-29 Thread Moritz Muehlenhoff
On Tue, Sep 01, 2009 at 03:08:03AM +0100, Ben Hutchings wrote:
 On Tue, 2009-08-18 at 21:11 +0200, Jordi Mallach wrote:
  Package: linux-image-2.6.30-1-powerpc
  Version: 2.6.30-6
  Severity: important
  
  When I boot my G4-based laptop, the hw clock can't be accessed and the 
  system
  time ends up being the epoch for the platform Jan 1st, 1904.
  
  Switching back to 2.6.26 fixes the problem. Although CONFIG_RTC_DRV_GENERIC
  was compiled in in July, it seems the switch from rtc-ppc to rtc-generic
  doesn't work, at least on my system. Another Debian PPC user reports the
  same breakage in his G3.
  
  2.6.26 from lenny:
  [7.800992] platform ppc-rtc.0: rtc core: registered ppc_md as rtc0
  [7.864990] platform ppc-rtc.0: setting system clock to 2009-08-18 
  18:37:53 UTC (1250620673)
  
  Latest 2.6.30 from unstable:
  [6.473202] rtc-generic rtc-generic: rtc core: registered rtc-generic as 
  rtc0
  [6.533547] rtc-generic rtc-generic: hctosys: unable to read the 
  hardware clock
  
  Simon Raven, from #debianppc, has a working kernel which after config
  inspection seems to differ only in the CONFIG_RTC_INTF_DEV_UIE_EMUL=y 
  setting,
  which is not enabled in Debian.
 
 There's very little difference between rtc-ppc and rtc-generic, and this
 config option should not be required by hctosys.  Could you please apply
 this patch and report the error number?
 
 --- a/drivers/rtc/hctosys.c
 +++ b/drivers/rtc/hctosys.c
 @@ -59,7 +59,7 @@
   }
   else
   dev_err(rtc-dev.parent,
 - hctosys: unable to read the hardware clock\n);
 + hctosys: unable to read the hardware clock (%d)\n, 
 err);
  
   rtc_class_close(rtc);
  
 --- END ---

Jordi, did you test the patch? Do current unstable kernels work for you?

Cheers,
Moritz



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 520232

2009-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 520232 moreinfo
Bug #520232 [linux-2.6] linux-image-2.6.29-1-amd64: have to load pcspkr to 
disable the pc speaker
Added tag(s) moreinfo.

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 debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#539844: ath5k: ath5k and orinoco 802.11b/g pcmcia card works on i686 kernel but not bigmem version

2009-12-29 Thread Moritz Muehlenhoff
On Mon, Oct 05, 2009 at 03:41:57AM +0100, Ben Hutchings wrote:
 On Mon, 2009-08-03 at 20:19 -0400, Eric Sheesley wrote:
  Package: linux-image-2.6.26-2-686-bigmem
  Version: 2.6.26-17lenny1
  Severity: important
  File: ath5k
  
  Recently installed Debian 5 with latest i686 kernel(2.6.26-2-i686).
  My wireless card(orinoco 802.11b/g pcmcia card) worked great.
  Realized my 4gb of memory wasn't being fully utilized so installed the
  same version of the bigmem kernel(and headers, etc).  Rebooted into it
  and it gives the following error:
  Aug 2 18:38:42 skynet kernel: [ 12.609417] ath5k_pci :04:00.0:
  enabling device ( - 0002)
  Aug 2 18:38:42 skynet kernel: [ 12.609417] ath5k_pci :04:00.0:
  registered as 'phy0'
  Aug 2 18:38:42 skynet kernel: [ 12.912966] ath5k_pci: probe of
  :04:00.0 failed with error -110
 
 Please provide a longer section of the kernel log.  There should be a
 more specific error message somewhere...
 
 Also, are you using the ath5k driver or the madwifi driver under
 2.6.26-2-i686?  I can't see any reason why ath5k would work in only one
 of these configurations.
 
  Tried the backports 2.6.30-bigmem and failed, but with a different 
  error(radio not supported).
 [...]
 
 Again, please provide the kernel log.

Eric, please provide the requested information.

Cheers,
Moritz



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 520090

2009-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 520090 moreinfo
Bug #520090 [linux-image-2.6.26-1-686] linux-image-2.6.26-1-686: software clock 
runs much too fast
Added tag(s) moreinfo.

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 debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#520232: linux-image-2.6.28-1-amd64: have to load pcspkr to disable the pc speaker

2009-12-29 Thread Moritz Muehlenhoff
On Wed, Mar 18, 2009 at 08:31:49PM +1100, Felipe Sateler wrote:
 Package: linux-image-2.6.28-1-amd64
 Version: 2.6.28-1
 Severity: normal
 
 Upgrading from 2.6.26 to 2.6.28 the pc speaker started doing annoying
 beeps when eg, tab-completing. To avoid this I used to blacklist pcspkr,
 but now it seems I have to load it.
 In summary: pc speaker on when the pcspkr module unloaded, off when the
 module is loaded.

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#520090: linux-image-2.6.26-1-686: software clock runs much too fast

2009-12-29 Thread Moritz Muehlenhoff
On Tue, Mar 17, 2009 at 11:42:15AM +0100, Jörg Ludwig wrote:
 Package: linux-image-2.6.26-1-686
 Version: 2.6.26-13
 Severity: normal
 
 # ntpdate ptbtime1.ptb.de; while :; do sleep 100; ntpdate ptbtime1.ptb.de; 
 done
 17 Mar 10:52:18 ntpdate[29182]: step time server 192.53.103.108 offset 
 -17.468994 sec
 17 Mar 10:52:47 ntpdate[29185]: step time server 192.53.103.108 offset 
 -71.892205 sec
 17 Mar 10:53:16 ntpdate[29193]: step time server 192.53.103.108 offset 
 -71.886435 sec
 17 Mar 10:53:44 ntpdate[29195]: step time server 192.53.103.108 offset 
 -72.197753 sec
 17 Mar 10:54:14 ntpdate[29212]: step time server 192.53.103.108 offset 
 -71.779842 sec
 17 Mar 10:54:43 ntpdate[29312]: step time server 192.53.103.108 offset 
 -71.669792 sec
 17 Mar 10:55:11 ntpdate[29491]: step time server 192.53.103.108 offset 
 -72.096492 sec
 17 Mar 10:55:40 ntpdate[29592]: step time server 192.53.103.108 offset 
 -71.670617 sec
 17 Mar 10:56:09 ntpdate[29687]: step time server 192.53.103.108 offset 
 -71.891274 sec
 17 Mar 10:56:38 ntpdate[29691]: step time server 192.53.103.108 offset 
 -71.886683 sec
 17 Mar 10:57:07 ntpdate[29694]: step time server 192.53.103.108 offset 
 -71.885346 sec
 17 Mar 10:57:36 ntpdate[29703]: step time server 192.53.103.108 offset 
 -72.007444 sec
 17 Mar 10:58:04 ntpdate[29707]: step time server 192.53.103.108 offset 
 -71.806236 sec
 17 Mar 10:58:33 ntpdate[29716]: step time server 192.53.103.108 offset 
 -71.881047 sec
 17 Mar 10:59:02 ntpdate[29745]: step time server 192.53.103.108 offset 
 -71.877985 sec

Sorry for the late followup. According to your reportbug information you run the
Lenny kernel with a Etch userland. 

Did you upgrade to Lenny userland in the mean time? Does it still occur?

Cheers,
Moritz



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#559035: Random segfaults with 2.6.26 on amd64

2009-12-29 Thread Valentin Vidic
Further investigation showed that process address space randomization
in 2.6.26-2-xen-amd64 and 2.6.26-2-amd64 is causing random segfaults
in exim4 and python. Problem can be reproduced by starting exim4 in
a loop:

# ulimit -c unlimited
# for ((i = 0; i = 10; i++)); do exim4 -bV || break; done  /dev/null; 
echo $i
Segmentation fault
12652

The segfaults stop if address space randomization is disabled or stack
size increased:

# echo 0  /proc/sys/kernel/randomize_va_space
# for ((i = 0; i = 10; i++)); do exim4 -bV || break; done  /dev/null; 
echo $i
11

# echo 2  /proc/sys/kernel/randomize_va_space
# ulimit -s unlimited
# for ((i = 0; i = 10; i++)); do exim4 -bV || break; done  /dev/null; 
echo $i
11

Core file generated during segfault shows that the stack segment got
allocated in-between code segments and the application fails when it
tries to grow the stack, but instead accesses a read-only segment:

# gdb /usr/sbin/exim4 core
(gdb) p $rsp
$10 = (void *) 0x7fff249dd160

(gdb) maintenance info sections
Exec file:
`/usr/sbin/exim4', file type elf64-x86-64.
0x00400200-0x0040021c at 0x0200: .interp ALLOC LOAD 
READONLY DATA HAS_CONTENTS
0x0040021c-0x0040023c at 0x021c: .note.ABI-tag ALLOC 
LOAD READONLY DATA HAS_CONTENTS
0x00400240-0x00400b2c at 0x0240: .hash ALLOC LOAD 
READONLY DATA HAS_CONTENTS
0x00400b30-0x00400dc0 at 0x0b30: .gnu.hash ALLOC LOAD 
READONLY DATA HAS_CONTENTS
0x00400dc0-0x00402a70 at 0x0dc0: .dynsym ALLOC LOAD 
READONLY DATA HAS_CONTENTS
0x00402a70-0x004038e3 at 0x2a70: .dynstr ALLOC LOAD 
READONLY DATA HAS_CONTENTS
0x004038e4-0x00403b48 at 0x38e4: .gnu.version ALLOC 
LOAD READONLY DATA HAS_CONTENTS
0x00403b48-0x00403c58 at 0x3b48: .gnu.version_r ALLOC 
LOAD READONLY DATA HAS_CONTENTS
0x00403c58-0x00403d18 at 0x3c58: .rela.dyn ALLOC LOAD 
READONLY DATA HAS_CONTENTS
0x00403d18-0x00405248 at 0x3d18: .rela.plt ALLOC LOAD 
READONLY DATA HAS_CONTENTS
0x00405248-0x00405260 at 0x5248: .init ALLOC LOAD 
READONLY CODE HAS_CONTENTS
0x00405260-0x00406090 at 0x5260: .plt ALLOC LOAD 
READONLY CODE HAS_CONTENTS
0x00406090-0x00482cc8 at 0x6090: .text ALLOC LOAD 
READONLY CODE HAS_CONTENTS
0x00482cc8-0x00482cd6 at 0x00082cc8: .fini ALLOC LOAD 
READONLY CODE HAS_CONTENTS
0x00482ce0-0x004a5fd8 at 0x00082ce0: .rodata ALLOC LOAD 
READONLY DATA HAS_CONTENTS
0x004a5fd8-0x004a7244 at 0x000a5fd8: .eh_frame_hdr ALLOC 
LOAD READONLY DATA HAS_CONTENTS
0x004a7248-0x004acc94 at 0x000a7248: .eh_frame ALLOC LOAD 
READONLY DATA HAS_CONTENTS
0x006ad000-0x006ad010 at 0x000ad000: .ctors ALLOC LOAD 
DATA HAS_CONTENTS
0x006ad010-0x006ad020 at 0x000ad010: .dtors ALLOC LOAD 
DATA HAS_CONTENTS
0x006ad020-0x006ad028 at 0x000ad020: .jcr ALLOC LOAD DATA 
HAS_CONTENTS
0x006ad028-0x006ad248 at 0x000ad028: .dynamic ALLOC LOAD 
DATA HAS_CONTENTS
0x006ad248-0x006ad250 at 0x000ad248: .got ALLOC LOAD DATA 
HAS_CONTENTS
0x006ad250-0x006ad978 at 0x000ad250: .got.plt ALLOC LOAD 
DATA HAS_CONTENTS
0x006ad980-0x006b388c at 0x000ad980: .data ALLOC LOAD DATA 
HAS_CONTENTS
0x006b38a0-0x006b6f08 at 0x000b388c: .bss ALLOC
0x-0x000c at 0x000b388c: .gnu_debuglink 
READONLY HAS_CONTENTS
Core file:
`/root/core', file type elf64-x86-64.
0x-0x0324 at 0x0dd0: note0 READONLY 
HAS_CONTENTS
0x-0x00d8 at 0x0e54: .reg/19565 
HAS_CONTENTS
0x-0x00d8 at 0x0e54: .reg HAS_CONTENTS
0x-0x0110 at 0x0fe4: .auxv HAS_CONTENTS
0x0040-0x004ad000 at 0x2000: load1 ALLOC LOAD 
READONLY CODE HAS_CONTENTS
0x006ad000-0x006b4000 at 0x000af000: load2 ALLOC LOAD 
HAS_CONTENTS
0x006b4000-0x006b7000 at 0x000b6000: load3 ALLOC LOAD 
HAS_CONTENTS
0x00a46000-0x00a67000 at 0x000b9000: load4 ALLOC LOAD 
HAS_CONTENTS
0x7fff23a2c000-0x7fff23a91000 at 0x000da000: load5 ALLOC LOAD 
READONLY CODE HAS_CONTENTS
0x7fff23a91000-0x7fff23c9 at 0x0013f000: load6 ALLOC LOAD 
READONLY HAS_CONTENTS
0x7fff23c9-0x7fff23c93000 at 0x0033e000: load7 ALLOC LOAD 
HAS_CONTENTS
0x7fff23c93000-0x7fff23ca9000 at 0x00341000: load8 ALLOC LOAD 
READONLY CODE HAS_CONTENTS
0x7fff23ca9000-0x7fff23ea9000 at 0x00357000: load9 ALLOC LOAD 
READONLY HAS_CONTENTS
0x7fff23ea9000-0x7fff23eaa000 at 0x00557000: load10 

Re: Re: Upgrade script for libata transition

2009-12-29 Thread Dave Witbrodt
My apologies if I am interfering by posting to this thread.  I mostly 
run kernels that I have compiled myself, but keep a Debian stock kernel 
installed in case bad things happen to my custom kernels.


I try to keep up to date on the LKML happenings, and the writing is 
clearly on the wall that the developers there are favoring the new 
libata subsystem, and are all but deprecating the old IDE stuff.


For 2.6.32, I decided to switch my custom '.config' over to libata.  I 
hadn't done the proper amount of reading beforehand, and had a hell of a 
time getting a device name assigned for my optical drives in /dev.  Once 
I figure that out, I found that 'udev' was giving me non-optimal symlink 
names for those devices.


After some playing around with 'udevadm info ...', I was able to craft 
this (apologies for the line breaks, which are not present in the actual 
file):



$ cat /etc/udev/rules.d/70-persistent-cd.rules
# This file was automatically generated by the /lib/udev/write_cd_rules
# program, probably run by the cd-aliases-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single line
# and set the $GENERATED variable.

# ASUS DRW-1814BL (pci-:00:14.1-scsi-0:0:0:0)
SUBSYSTEM==block, ENV{ID_CDROM}==?*, \
ENV{ID_PATH}==pci-:00:14.1-scsi-0:0:0:0, SYMLINK+=cdrom1, \
ENV{GENERATED}=1

SUBSYSTEM==block, ENV{ID_CDROM}==?*, \
ENV{ID_PATH}==pci-:00:14.1-scsi-0:0:0:0, SYMLINK+=cdrw, \
ENV{GENERATED}=1

SUBSYSTEM==block, ENV{ID_CDROM}==?*, \
ENV{ID_PATH}==pci-:00:14.1-scsi-0:0:0:0, SYMLINK+=dvd1, \
ENV{GENERATED}=1

SUBSYSTEM==block, ENV{ID_CDROM}==?*, \
ENV{ID_PATH}==pci-:00:14.1-scsi-0:0:0:0, SYMLINK+=dvdrw, \
ENV{GENERATED}=1

# TSSTcorpDVD-ROM_SH-D162C (pci-:00:14.1-scsi-0:0:1:0)
SUBSYSTEM==block, ENV{ID_CDROM}==?*, \
ENV{ID_PATH}==pci-:00:14.1-scsi-0:0:1:0, SYMLINK+=cdrom, \
ENV{GENERATED}=1

SUBSYSTEM==block, ENV{ID_CDROM}==?*, \
ENV{ID_PATH}==pci-:00:14.1-scsi-0:0:1:0, SYMLINK+=dvd, \
ENV{GENERATED}=1

# TSSTcorpDVD-ROM_SH-D162C (pci-:00:14.1)
SUBSYSTEM==block, ENV{ID_MODEL}==TSSTcorpDVD-ROM_SH-D162C, \
ENV{ID_PATH}==pci-:00:14.1, SYMLINK+=cdrom, ENV{GENERATED}=1

SUBSYSTEM==block, ENV{ID_MODEL}==TSSTcorpDVD-ROM_SH-D162C, \
ENV{ID_PATH}==pci-:00:14.1, SYMLINK+=dvd, ENV{GENERATED}=1

# ASUS_DRW-1814BL (pci-:00:14.1)
SUBSYSTEM==block, ENV{ID_MODEL}==ASUS_DRW-1814BL, \
ENV{ID_PATH}==pci-:00:14.1, SYMLINK+=cdrom1, ENV{GENERATED}=1

SUBSYSTEM==block, ENV{ID_MODEL}==ASUS_DRW-1814BL, \
ENV{ID_PATH}==pci-:00:14.1, SYMLINK+=cdrw, ENV{GENERATED}=1

SUBSYSTEM==block, ENV{ID_MODEL}==ASUS_DRW-1814BL, \
ENV{ID_PATH}==pci-:00:14.1, SYMLINK+=dvd1, ENV{GENERATED}=1

SUBSYSTEM==block, ENV{ID_MODEL}==ASUS_DRW-1814BL, \
ENV{ID_PATH}==pci-:00:14.1, SYMLINK+=dvdrw, ENV{GENERATED}=1


Aside from the problem I had with the old IDE driver layer not 
distinguishing the two drives properly (both matching ID_PATH of 
0:0:14.1, forcing me to distinguish using ID_MODEL), my purposing in 
posting this is to show that -- on my machine, at least -- it is 
possible to have two different sets of rules that deliver the same symlinks.


(OTOH, a recent upgrade from udev 149-1 to 149-2 caused a complete 
disconnection of inputs, so I had to downgrade back to 149-1.  I doubt 
that confusion here had anything to do with it, but now I have something 
else to look into, at least.  The machine doesn't roll over and die, so 
I can still get in with 'ssh' and do the downgrade.  Just haven't had 
time to gather info and debug the issue yet.)



HTH,
Dave W.


--
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 559035

2009-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 559035 patch
Bug #559035 [linux-image-2.6.26-2-xen-amd64] linux-image-2.6.26-2-xen-amd64: 
Random segfaults with lenny amd64 kernel
Added tag(s) patch.

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 debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#520232: marked as done (linux-image-2.6.29-1-amd64: have to load pcspkr to disable the pc speaker)

2009-12-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Dec 2009 14:57:40 -0300
with message-id 8a0bda450912290957s4aad9961vd2ddcc22cd512...@mail.gmail.com
and subject line Re: linux-image-2.6.28-1-amd64: have to load pcspkr to disable 
the pc  speaker
has caused the Debian Bug report #520232,
regarding linux-image-2.6.29-1-amd64: have to load pcspkr to disable the pc 
speaker
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
520232: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=520232
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: linux-image-2.6.28-1-amd64
Version: 2.6.28-1
Severity: normal

Upgrading from 2.6.26 to 2.6.28 the pc speaker started doing annoying
beeps when eg, tab-completing. To avoid this I used to blacklist pcspkr,
but now it seems I have to load it.
In summary: pc speaker on when the pcspkr module unloaded, off when the
module is loaded.

-- Package-specific info:
** Version:
Linux version 2.6.28-1-amd64 (Debian 2.6.28-1) (m...@debian.org) (gcc version 
4.3.3 (Debian 4.3.3-4) ) #1 SMP Wed Feb 18 17:16:12 UTC 2009

** Command line:
BOOT_IMAGE=/boot/vmlinuz-2.6.28-1-amd64 
root=UUID=1a73bf6e-7db2-4013-b64d-0898a5a8d0d7 ro quiet

** Not tainted

** Kernel log:
[152778.128284] ahci :00:1f.2: restoring config space at offset 0x1 (was 
0x2b0, writing 0x2b00407)
[152778.128330] ahci :00:1f.2: setting latency timer to 64
[152778.128379] i801_smbus :00:1f.3: restoring config space at offset 0xf 
(was 0x200, writing 0x20a)
[152778.128412] i801_smbus :00:1f.3: restoring config space at offset 0x4 
(was 0x0, writing 0xfe9fb700)
[152778.128423] i801_smbus :00:1f.3: restoring config space at offset 0x1 
(was 0x281, writing 0x2800103)
[152778.144332] tg3 :09:00.0: restoring config space at offset 0xc (was 
0x0, writing 0xfffb)
[152778.144391] tg3 :09:00.0: restoring config space at offset 0x3 (was 
0x0, writing 0x10)
[152778.144408] tg3 :09:00.0: restoring config space at offset 0x1 (was 
0x10, writing 0x100106)
[152778.160242] firewire_ohci :03:01.0: restoring config space at offset 
0xf (was 0x4020100, writing 0x4020105)
[152778.160272] firewire_ohci :03:01.0: restoring config space at offset 
0x3 (was 0x80, writing 0x804010)
[152778.160281] firewire_ohci :03:01.0: restoring config space at offset 
0x1 (was 0x210, writing 0x2100106)
[152778.256241] sdhci-pci :03:01.1: restoring config space at offset 0xf 
(was 0x200, writing 0x204)
[152778.256269] sdhci-pci :03:01.1: restoring config space at offset 0x4 
(was 0x0, writing 0xfe4ff500)
[152778.256276] sdhci-pci :03:01.1: restoring config space at offset 0x3 
(was 0x80, writing 0x804010)
[152778.256285] sdhci-pci :03:01.1: restoring config space at offset 0x1 
(was 0x210, writing 0x2100106)
[152778.256304] sdhci-pci :03:01.1: PCI INT B - GSI 18 (level, low) - IRQ 
18
[152778.257325] pci :03:01.2: restoring config space at offset 0xf (was 
0x200, writing 0x204)
[152778.257346] pci :03:01.2: restoring config space at offset 0x4 (was 
0x0, writing 0xfe4ff600)
[152778.257351] pci :03:01.2: restoring config space at offset 0x3 (was 
0x80, writing 0x804010)
[152778.257358] pci :03:01.2: restoring config space at offset 0x1 (was 
0x210, writing 0x2100106)
[152778.257378] pci :03:01.3: restoring config space at offset 0xf (was 
0x200, writing 0x204)
[152778.257400] pci :03:01.3: restoring config space at offset 0x4 (was 
0x0, writing 0xfe4ff700)
[152778.257405] pci :03:01.3: restoring config space at offset 0x3 (was 
0x80, writing 0x804010)
[152778.257412] pci :03:01.3: restoring config space at offset 0x1 (was 
0x210, writing 0x2100106)
[152778.448250] ata3: SATA link down (SStatus 0 SControl 300)
[152778.568273] sd 0:0:0:0: [sda] Starting disk
[152779.009244] ata1: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[152779.042671] ata1.00: configured for UDMA/133
[152779.042865] sd 0:0:0:0: [sda] 234441648 512-byte hardware sectors: (120 
GB/111 GiB)
[152779.042890] sd 0:0:0:0: [sda] Write Protect is off
[152779.042894] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[152779.042929] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[152779.050687] hda: host max PIO4 wanted PIO255(auto-tune) selected PIO4
[152779.051647] hda: UDMA/33 mode selected
[152779.052713] pci :00:02.0: setting latency timer to 64
[152779.300250] pm_op(): usb_dev_resume+0x0/0x5 returns -19
[152779.300253] PM: Device 1-2 failed to resume: error -19
[152779.300261] pm_op(): usb_dev_resume+0x0/0x5 returns -19

Bug#562975: linux-2.6: patch for CVE-2009-3939

2009-12-29 Thread Michael Gilbert
package: linux-2.6
version: 2.6.32-3
severity: important
tags: patch , security

hi,

attached is a patch for the megaraid poll_mode_io permissions issue.

mike
diff -ur a/linux-2.6-2.6.32/drivers/scsi/megaraid/megaraid_sas.c b/linux-2.6-2.6.32/drivers/scsi/megaraid/megaraid_sas.c
--- a/linux-2.6-2.6.32/drivers/scsi/megaraid/megaraid_sas.c	2009-12-02 22:51:21.0 -0500
+++ b/linux-2.6-2.6.32/drivers/scsi/megaraid/megaraid_sas.c	2009-12-29 13:02:34.0 -0500
@@ -3451,7 +3451,7 @@
 	return retval;
 }
 
-static DRIVER_ATTR(poll_mode_io, S_IRUGO|S_IWUGO,
+static DRIVER_ATTR(poll_mode_io, S_IRUGO|S_IWUSR,
 		megasas_sysfs_show_poll_mode_io,
 		megasas_sysfs_set_poll_mode_io);
 


Processed: Re: [Debian-eeepc-devel] Bug#562981: rt2860-source: connection drops - debian kernel 2.6.32

2009-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 562981 linux-image-2.6.32-trunk-amd64
Bug #562981 [rt2860-source] rt2860-source: connection drops - debian kernel 
2.6.32
Bug reassigned from package 'rt2860-source' to 'linux-image-2.6.32-trunk-amd64'.

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 debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562981: rt2860-source: connection drops - debian kernel 2.6.32

2009-12-29 Thread Ben Hutchings
On Tue, 2009-12-29 at 12:02 -0600, Timothee Besset wrote:
 Package: rt2860-source
 Severity: important
 
 On latest sid kernel:
 Linux plageis 2.6.32-trunk-amd64 #1 SMP Thu Dec 17 06:29:18 UTC 2009
 x86_64 GNU/Linux
 
 My wireless connection suddenly drops after 20 to 30 minutes of usage,
 especially when I run the program synergy between my machines (if I am
 not running synergy it can take many hours between every drops).
 
 In the syslog I see:
 ERROR!!! RTMPCancelTimer failed, Timer hasn't been initialize!
 right as the connection drops
 
 at that point only solution is:
 ifdown wlan0 ; rmmod rt2860sta ; sleep 2 ; modprobe rt2860sta ; ifup wlan0
 
 I am not sure where else to report this, I found this package from
 http://wiki.debian.org/rt2860sta and the vendor's support page returns a
 404 (http://www.ralinktech.com/ralink/Home/Support/Linux.html)

rt2860sta is now included in kernel packages (among the 'staging'
drivers).  This bug has been reassigned accordingly.  Please follow up
to this bug report (#562981) using reportbug, which should automatically
include some useful information about your system.

Ben.

-- 
Ben Hutchings
Reality is just a crutch for people who can't handle science fiction.


signature.asc
Description: Digital signature


linux-2.6_2.6.31-2_i386.changes ACCEPTED

2009-12-29 Thread Archive Administrator


Accepted:
firmware-linux-free_2.6.31-2_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.31-2_all.deb
linux-2.6_2.6.31-2.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.31-2.diff.gz
linux-2.6_2.6.31-2.dsc
  to main/l/linux-2.6/linux-2.6_2.6.31-2.dsc
linux-doc-2.6.31_2.6.31-2_all.deb
  to main/l/linux-2.6/linux-doc-2.6.31_2.6.31-2_all.deb
linux-headers-2.6.31-1-486_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-486_2.6.31-2_i386.deb
linux-headers-2.6.31-1-686-bigmem_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-686-bigmem_2.6.31-2_i386.deb
linux-headers-2.6.31-1-686_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-686_2.6.31-2_i386.deb
linux-headers-2.6.31-1-all-i386_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-all-i386_2.6.31-2_i386.deb
linux-headers-2.6.31-1-all_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-all_2.6.31-2_i386.deb
linux-headers-2.6.31-1-amd64_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-amd64_2.6.31-2_i386.deb
linux-headers-2.6.31-1-common_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.31-1-common_2.6.31-2_i386.deb
linux-image-2.6.31-1-486_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-image-2.6.31-1-486_2.6.31-2_i386.deb
linux-image-2.6.31-1-686-bigmem_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-image-2.6.31-1-686-bigmem_2.6.31-2_i386.deb
linux-image-2.6.31-1-686_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-image-2.6.31-1-686_2.6.31-2_i386.deb
linux-image-2.6.31-1-amd64_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-image-2.6.31-1-amd64_2.6.31-2_i386.deb
linux-libc-dev_2.6.31-2_i386.deb
  to main/l/linux-2.6/linux-libc-dev_2.6.31-2_i386.deb
linux-manual-2.6.31_2.6.31-2_all.deb
  to main/l/linux-2.6/linux-manual-2.6.31_2.6.31-2_all.deb
linux-patch-debian-2.6.31_2.6.31-2_all.deb
  to main/l/linux-2.6/linux-patch-debian-2.6.31_2.6.31-2_all.deb
linux-source-2.6.31_2.6.31-2_all.deb
  to main/l/linux-2.6/linux-source-2.6.31_2.6.31-2_all.deb
linux-support-2.6.31-1_2.6.31-2_all.deb
  to main/l/linux-2.6/linux-support-2.6.31-1_2.6.31-2_all.deb
linux-tree-2.6.31_2.6.31-2_all.deb
  to main/l/linux-2.6/linux-tree-2.6.31_2.6.31-2_all.deb


Override entries for your package:
firmware-linux-free_2.6.31-2_all.deb - optional kernel
linux-2.6_2.6.31-2.dsc - source devel
linux-doc-2.6.31_2.6.31-2_all.deb - optional doc
linux-headers-2.6.31-1-486_2.6.31-2_i386.deb - optional kernel
linux-headers-2.6.31-1-686-bigmem_2.6.31-2_i386.deb - optional kernel
linux-headers-2.6.31-1-686_2.6.31-2_i386.deb - optional kernel
linux-headers-2.6.31-1-all-i386_2.6.31-2_i386.deb - optional kernel
linux-headers-2.6.31-1-all_2.6.31-2_i386.deb - optional kernel
linux-headers-2.6.31-1-amd64_2.6.31-2_i386.deb - optional kernel
linux-headers-2.6.31-1-common_2.6.31-2_i386.deb - optional kernel
linux-image-2.6.31-1-486_2.6.31-2_i386.deb - optional kernel
linux-image-2.6.31-1-686-bigmem_2.6.31-2_i386.deb - optional kernel
linux-image-2.6.31-1-686_2.6.31-2_i386.deb - optional kernel
linux-image-2.6.31-1-amd64_2.6.31-2_i386.deb - optional kernel
linux-libc-dev_2.6.31-2_i386.deb - optional devel
linux-manual-2.6.31_2.6.31-2_all.deb - optional doc
linux-patch-debian-2.6.31_2.6.31-2_all.deb - optional kernel
linux-source-2.6.31_2.6.31-2_all.deb - optional kernel
linux-support-2.6.31-1_2.6.31-2_all.deb - optional devel
linux-tree-2.6.31_2.6.31-2_all.deb - optional devel

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 552270 552422 552610 554120 554124 555093 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



linux-2.6_2.6.32~rc8-1~experimental.1_amd64.changes is NEW

2009-12-29 Thread Archive Administrator
firmware-linux-free_2.6.32~rc8-1~experimental.1_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.32~rc8-1~experimental.1_all.deb
linux-2.6_2.6.32~rc8-1~experimental.1.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.32~rc8-1~experimental.1.diff.gz
linux-2.6_2.6.32~rc8-1~experimental.1.dsc
  to main/l/linux-2.6/linux-2.6_2.6.32~rc8-1~experimental.1.dsc
linux-2.6_2.6.32~rc8.orig.tar.gz
  to main/l/linux-2.6/linux-2.6_2.6.32~rc8.orig.tar.gz
(new) linux-doc-2.6.32_2.6.32~rc8-1~experimental.1_all.deb optional doc
Linux kernel specific documentation for version 2.6.32
 This package provides the various README files and HTML documentation for
 the Linux kernel version 2.6.32.  Plenty of information, including the
 descriptions of various kernel subsystems, filesystems, driver-specific
 notes and the like.  Consult the file
 /usr/share/doc/linux-doc-2.6.32/Documentation/00-INDEX for the detailed
 description of the contents.
(new) linux-headers-2.6.32-rc8-all-amd64_2.6.32~rc8-1~experimental.1_amd64.deb 
optional kernel
All header files for Linux 2.6.32
 This package depends against all architecture-specific kernel header files
 for Linux kernel version 2.6.32-rc8, generally used for building
 out-of-tree kernel modules.
(new) linux-headers-2.6.32-rc8-all_2.6.32~rc8-1~experimental.1_amd64.deb 
optional kernel
All header files for Linux 2.6.32
 This package depends against all architecture-specific kernel header files
 for Linux kernel version 2.6.32-rc8, generally used for building
 out-of-tree kernel modules.
(new) linux-headers-2.6.32-rc8-amd64_2.6.32~rc8-1~experimental.1_amd64.deb 
optional kernel
Header files for Linux 2.6.32-rc8-amd64
 This package provides the architecture-specific kernel header files for
 Linux kernel 2.6.32-rc8-amd64, generally used for building out-of-tree
 kernel modules.  These files are going to be installed into
 /usr/src/linux-headers-2.6.32-rc8-amd64, and can be used for building
 modules that load into the kernel provided by the
 linux-image-2.6.32-rc8-amd64 package.
(new) linux-headers-2.6.32-rc8-common_2.6.32~rc8-1~experimental.1_amd64.deb 
optional kernel
Common header files for Linux 2.6.32-rc8
 This package provides the architecture-specific common kernel header files
 for Linux kernel version 2.6.32-rc8, generally used for building
 out-of-tree kernel modules.  To obtain a complete set of headers you also
 need to install the linux-headers-2.6.32-rc8-(flavour) package, matching
 the flavour of the kernel you intend the build for.
(new) linux-image-2.6.32-rc8-amd64_2.6.32~rc8-1~experimental.1_amd64.deb 
optional kernel
Linux 2.6.32-rc8 for 64-bit PCs
 The Linux kernel 2.6.32-rc8 and modules for use on PCs with AMD64 or Intel
 64 processors.
 .
 This kernel also runs on a Xen hypervisor.  It supports only unprivileged
 (domU) operation.
linux-libc-dev_2.6.32~rc8-1~experimental.1_amd64.deb
  to main/l/linux-2.6/linux-libc-dev_2.6.32~rc8-1~experimental.1_amd64.deb
(new) linux-manual-2.6.32_2.6.32~rc8-1~experimental.1_all.deb optional doc
Linux kernel API manual pages for version 2.6.32
 This package provides the Kernel Hacker's Guide in the form of manual
 pages, describing the kernel API functions.  They are installed into
 section 9 of the manual.
 .
 As the files containing manual pages for different kernel versions are
 installed in the same location, only one linux-manual package may be
 installed at a time.  The linux-doc package containing the documentation
 in other formats is free from such restriction.
(new) linux-patch-debian-2.6.32_2.6.32~rc8-1~experimental.1_all.deb optional 
kernel
Debian patches to version 2.6.32 of the Linux kernel
 This package includes the patches used to produce the prepackaged
 linux-source-2.6.32 package, as well as architecture-specific patches.
 .
 Note that these patches do NOT apply against a pristine Linux 2.6.32
 kernel but only against the kernel tarball
 linux-2.6_2.6.32~rc8.orig.tar.gz  from the Debian archive.
(new) linux-source-2.6.32_2.6.32~rc8-1~experimental.1_all.deb optional kernel
Linux kernel source for version 2.6.32 with Debian patches
 This package provides source code for the Linux kernel version 2.6.32.
 This source closely tracks official Linux kernel releases.  Debian's
 modifications to that source consist of security fixes, bug fixes, and
 features that have already been (or are believed to be) accepted by the
 upstream maintainers.
 .
 If you wish to use this package to create a custom Linux kernel, then it
 is suggested that you investigate the package kernel-package, which has
 been designed to ease the task of creating kernel image packages.
(new) linux-support-2.6.32-rc8_2.6.32~rc8-1~experimental.1_all.deb optional 
devel
Support files for Linux 2.6.32-rc8
 This package provides support files for the Linux kernel build, e.g.
 scripts to handle ABI information and for generation of build system meta
 data.
(new) linux-tree-2.6.32_2.6.32~rc8-1~experimental.1_all.deb optional devel
Linux kernel source tree for 

redhat-cluster_2.20081102-1.1_i386.changes REJECTED

2009-12-29 Thread Archive Administrator



Reject Reasons:
redhat-cluster_2.20081102-1.1_i386.changes file already known to dak

Notes:
Mapping stable-proposed-updates to proposed-updates.


===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



firmware-nonfree_0.22_multi.changes ACCEPTED

2009-12-29 Thread Archive Administrator



Accepted:
firmware-bnx2_0.22_all.deb
  to non-free/f/firmware-nonfree/firmware-bnx2_0.22_all.deb
firmware-bnx2x_0.22_all.deb
  to non-free/f/firmware-nonfree/firmware-bnx2x_0.22_all.deb
firmware-intelwimax_0.22_all.deb
  to non-free/f/firmware-nonfree/firmware-intelwimax_0.22_all.deb
firmware-ipw2x00_0.22_all.deb
  to non-free/f/firmware-nonfree/firmware-ipw2x00_0.22_all.deb
firmware-ivtv_0.22_all.deb
  to non-free/f/firmware-nonfree/firmware-ivtv_0.22_all.deb
firmware-iwlwifi_0.22_all.deb
  to non-free/f/firmware-nonfree/firmware-iwlwifi_0.22_all.deb
firmware-linux-nonfree_0.22_all.deb
  to non-free/f/firmware-nonfree/firmware-linux-nonfree_0.22_all.deb
firmware-linux_0.22_all.deb
  to non-free/f/firmware-nonfree/firmware-linux_0.22_all.deb
firmware-nonfree_0.22.dsc
  to non-free/f/firmware-nonfree/firmware-nonfree_0.22.dsc
firmware-nonfree_0.22.tar.gz
  to non-free/f/firmware-nonfree/firmware-nonfree_0.22.tar.gz
firmware-qlogic_0.22_all.deb
  to non-free/f/firmware-nonfree/firmware-qlogic_0.22_all.deb
firmware-ralink_0.22_all.deb
  to non-free/f/firmware-nonfree/firmware-ralink_0.22_all.deb


Override entries for your package:
firmware-bnx2_0.22_all.deb - optional non-free/kernel
firmware-bnx2x_0.22_all.deb - optional non-free/kernel
firmware-intelwimax_0.22_all.deb - optional non-free/kernel
firmware-ipw2x00_0.22_all.deb - optional non-free/kernel
firmware-ivtv_0.22_all.deb - optional non-free/kernel
firmware-iwlwifi_0.22_all.deb - optional non-free/kernel
firmware-linux-nonfree_0.22_all.deb - optional non-free/kernel
firmware-linux_0.22_all.deb - optional non-free/kernel
firmware-nonfree_0.22.dsc - source non-free/kernel
firmware-qlogic_0.22_all.deb - optional non-free/kernel
firmware-ralink_0.22_all.deb - optional non-free/kernel

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 553710 558023 558033 560065 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



linux-kbuild-2.6_2.6.32-1_amd64.changes is NEW

2009-12-29 Thread Archive Administrator
(new) linux-kbuild-2.6.32_2.6.32-1_amd64.deb optional devel
Kbuild infrastructure for Linux 2.6.32
 This package provides the kbuild infrastructure for the headers packages
 for Linux kernel version 2.6.32.
linux-kbuild-2.6_2.6.32-1.diff.gz
  to main/l/linux-kbuild-2.6/linux-kbuild-2.6_2.6.32-1.diff.gz
linux-kbuild-2.6_2.6.32-1.dsc
  to main/l/linux-kbuild-2.6/linux-kbuild-2.6_2.6.32-1.dsc
linux-kbuild-2.6_2.6.32.orig.tar.gz
  to main/l/linux-kbuild-2.6/linux-kbuild-2.6_2.6.32.orig.tar.gz
Changes: linux-kbuild-2.6 (2.6.32-1) unstable; urgency=low
 .
  [ Ben Hutchings ]
  * New upstream version. (closes: #560090)
  * Include new script module-common.lds, thanks to Zoran Dzelajlija.
 .
  [ Bastian Blank ]
  * Move contents of linux-kbuild package to /usr/lib.


Override entries for your package:
linux-kbuild-2.6_2.6.32-1.dsc - source devel

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 560090 


Your package contains new components which requires manual editing of
the override file.  It is ok otherwise, so please be patient.  New
packages are usually added to the override file about once a week.

You may have gotten the distribution wrong.  You'll get warnings above
if files already exist in other distributions.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



redhat-cluster_2.20081102-1+lenny1_i386.changes ACCEPTED

2009-12-29 Thread Archive Administrator


Notes:
Mapping stable-proposed-updates to proposed-updates.


Accepted:
cman_2.20081102-1+lenny1_i386.deb
  to main/r/redhat-cluster/cman_2.20081102-1+lenny1_i386.deb
gfs-tools_2.20081102-1+lenny1_i386.deb
  to main/r/redhat-cluster/gfs-tools_2.20081102-1+lenny1_i386.deb
gfs2-tools_2.20081102-1+lenny1_i386.deb
  to main/r/redhat-cluster/gfs2-tools_2.20081102-1+lenny1_i386.deb
gnbd-client_2.20081102-1+lenny1_i386.deb
  to main/r/redhat-cluster/gnbd-client_2.20081102-1+lenny1_i386.deb
gnbd-server_2.20081102-1+lenny1_i386.deb
  to main/r/redhat-cluster/gnbd-server_2.20081102-1+lenny1_i386.deb
libcman-dev_2.20081102-1+lenny1_i386.deb
  to main/r/redhat-cluster/libcman-dev_2.20081102-1+lenny1_i386.deb
libcman2_2.20081102-1+lenny1_i386.deb
  to main/r/redhat-cluster/libcman2_2.20081102-1+lenny1_i386.deb
libdlm-dev_2.20081102-1+lenny1_i386.deb
  to main/r/redhat-cluster/libdlm-dev_2.20081102-1+lenny1_i386.deb
libdlm2_2.20081102-1+lenny1_i386.deb
  to main/r/redhat-cluster/libdlm2_2.20081102-1+lenny1_i386.deb
redhat-cluster-source_2.20081102-1+lenny1_all.deb
  to main/r/redhat-cluster/redhat-cluster-source_2.20081102-1+lenny1_all.deb
redhat-cluster-suite_2.20081102-1+lenny1_all.deb
  to main/r/redhat-cluster/redhat-cluster-suite_2.20081102-1+lenny1_all.deb
redhat-cluster_2.20081102-1+lenny1.diff.gz
  to main/r/redhat-cluster/redhat-cluster_2.20081102-1+lenny1.diff.gz
redhat-cluster_2.20081102-1+lenny1.dsc
  to main/r/redhat-cluster/redhat-cluster_2.20081102-1+lenny1.dsc
rgmanager_2.20081102-1+lenny1_i386.deb
  to main/r/redhat-cluster/rgmanager_2.20081102-1+lenny1_i386.deb


Override entries for your package:
cman_2.20081102-1+lenny1_i386.deb - optional admin
gfs-tools_2.20081102-1+lenny1_i386.deb - optional admin
gfs2-tools_2.20081102-1+lenny1_i386.deb - optional admin
gnbd-client_2.20081102-1+lenny1_i386.deb - optional admin
gnbd-server_2.20081102-1+lenny1_i386.deb - optional admin
libcman-dev_2.20081102-1+lenny1_i386.deb - optional libdevel
libcman2_2.20081102-1+lenny1_i386.deb - optional libs
libdlm-dev_2.20081102-1+lenny1_i386.deb - optional libdevel
libdlm2_2.20081102-1+lenny1_i386.deb - optional libs
redhat-cluster-source_2.20081102-1+lenny1_all.deb - optional admin
redhat-cluster-suite_2.20081102-1+lenny1_all.deb - optional admin
redhat-cluster_2.20081102-1+lenny1.dsc - source admin
rgmanager_2.20081102-1+lenny1_i386.deb - optional admin

Announcing to debian-chan...@lists.debian.org
Closing bugs: 553166 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



tgt_0.9.11-1_amd64.changes ACCEPTED

2009-12-29 Thread Archive Administrator



Accepted:
tgt_0.9.11-1.debian.tar.gz
  to main/t/tgt/tgt_0.9.11-1.debian.tar.gz
tgt_0.9.11-1.dsc
  to main/t/tgt/tgt_0.9.11-1.dsc
tgt_0.9.11-1_amd64.deb
  to main/t/tgt/tgt_0.9.11-1_amd64.deb
tgt_0.9.11.orig.tar.gz
  to main/t/tgt/tgt_0.9.11.orig.tar.gz


Override entries for your package:
tgt_0.9.11-1.dsc - source net
tgt_0.9.11-1_amd64.deb - optional net

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 493375 501149 526562 556294 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



linux-2.6_2.6.32-1_amd64.changes is NEW

2009-12-29 Thread Archive Administrator
firmware-linux-free_2.6.32-1_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.32-1_all.deb
linux-2.6_2.6.32-1.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.32-1.diff.gz
linux-2.6_2.6.32-1.dsc
  to main/l/linux-2.6/linux-2.6_2.6.32-1.dsc
linux-2.6_2.6.32.orig.tar.gz
  to main/l/linux-2.6/linux-2.6_2.6.32.orig.tar.gz
linux-doc-2.6.32_2.6.32-1_all.deb
  to main/l/linux-2.6/linux-doc-2.6.32_2.6.32-1_all.deb
(new) linux-headers-2.6.32-trunk-all-amd64_2.6.32-1_amd64.deb optional kernel
All header files for Linux 2.6.32
 This package depends against all architecture-specific kernel header files
 for Linux kernel version 2.6.32, generally used for building out-of-tree
 kernel modules.
(new) linux-headers-2.6.32-trunk-all_2.6.32-1_amd64.deb optional kernel
All header files for Linux 2.6.32
 This package depends against all architecture-specific kernel header files
 for Linux kernel version 2.6.32, generally used for building out-of-tree
 kernel modules.
(new) linux-headers-2.6.32-trunk-amd64_2.6.32-1_amd64.deb optional kernel
Header files for Linux 2.6.32-trunk-amd64
 This package provides the architecture-specific kernel header files for
 Linux kernel 2.6.32-trunk-amd64, generally used for building out-of-tree
 kernel modules.  These files are going to be installed into
 /usr/src/linux-headers-2.6.32-trunk-amd64, and can be used for building
 modules that load into the kernel provided by the
 linux-image-2.6.32-trunk-amd64 package.
(new) linux-headers-2.6.32-trunk-common_2.6.32-1_amd64.deb optional kernel
Common header files for Linux 2.6.32-trunk
 This package provides the architecture-specific common kernel header files
 for Linux kernel version 2.6.32-trunk, generally used for building
 out-of-tree kernel modules.  To obtain a complete set of headers you also
 need to install the linux-headers-2.6.32-trunk-(flavour) package, matching
 the flavour of the kernel you intend the build for.
(new) linux-image-2.6.32-trunk-amd64_2.6.32-1_amd64.deb optional kernel
Linux 2.6.32 for 64-bit PCs
 The Linux kernel 2.6.32 and modules for use on PCs with AMD64 or Intel 64
 processors.
 .
 This kernel also runs on a Xen hypervisor.  It supports only unprivileged
 (domU) operation.
linux-libc-dev_2.6.32-1_amd64.deb
  to main/l/linux-2.6/linux-libc-dev_2.6.32-1_amd64.deb
linux-manual-2.6.32_2.6.32-1_all.deb
  to main/l/linux-2.6/linux-manual-2.6.32_2.6.32-1_all.deb
linux-patch-debian-2.6.32_2.6.32-1_all.deb
  to main/l/linux-2.6/linux-patch-debian-2.6.32_2.6.32-1_all.deb
linux-source-2.6.32_2.6.32-1_all.deb
  to main/l/linux-2.6/linux-source-2.6.32_2.6.32-1_all.deb
(new) linux-support-2.6.32-trunk_2.6.32-1_all.deb optional devel
Support files for Linux 2.6.32
 This package provides support files for the Linux kernel build, e.g.
 scripts to handle ABI information and for generation of build system meta
 data.
Changes: linux-2.6 (2.6.32-1) unstable; urgency=low
 .
  * New upstream release candidate:
  - Fixes wifi with rt73usb (Closes: #555640)
 .
  [ Martin Michlmayr ]
  * [armel/kirkwood] Turn on USB_SUSPEND (on the request of a SheevaPlug
user).
  * [mips/4kc-malta, mips/5kc-malta] Compile USB as a module rather than
into the kernel.
 .
  [ Bastian Blank ]
  * Enable PCI_MSI.
  * [powerpc] Properly enable Apple PMU battery.
  * [mips/mipsel] Drop remaining OSS drivers.
  * [powerpc] Enable PCIe support.
  * Move contents of linux-support package to /usr/share.
  * Make linux-patch package depend against python.
  * Use python-support instead of python-central.
  * Always enable software watchdog support.
  * Always enable complete USB mass storage support.
  * [amd64, powerpc, sparc] Build USB support as module.
  * [amd64] Build AGP support as module.
  * Always enable dummy net driver support.
  * Drop linux-tree package, it have no users left.
 .
  [ Ben Hutchings ]
  * Re-enable accidentally omitted drivers, thanks to Uwe Kleine-König
(Closes: #558011):
- Atheros wireless drivers (ar9170, ath5k, ath9k)
- TI wl12xx wireless drivers (wl1251_spi, wl1251_sdio and wl1271
  replace wl12xx)
- Silicon Labs Si470x FM Radio Receiver driver (radio-usb-si470x)
  * Add 'removable' option to the mmc module. Setting this to 0 causes
MMC/SD cards to be assumed non-removable, and filesystems on them
will remain mounted over a suspend/resume cycle. (Closes: #504391)
  * Add MODULE_FIRMWARE declarations to many drivers that lacked them, so
that missing firmware will be reported automatically during upgrades
  * atl1e: Remove broken implementation of TSO for TCP/IPv6
(Closes: #558426) and allow other hardware offloads to be disabled in
case they are also buggy
  * usbnet: Set link down initially for drivers that update link state
(Closes: #444043)
  * aufs2: Update to snapshot from 2009-11-29
  * i915: Enable auto-loading even though CONFIG_DRM_I915_KMS is not set
 .
  [ dann frazier ]
  * mac80211 (CVE-2009-4026, CVE-2009-4027):
- fix two remote exploits
- fix spurious delBA 

linux-2.6_2.6.32-1_amd64.changes ACCEPTED

2009-12-29 Thread Archive Administrator



Accepted:
firmware-linux-free_2.6.32-1_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.32-1_all.deb
linux-2.6_2.6.32-1.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.32-1.diff.gz
linux-2.6_2.6.32-1.dsc
  to main/l/linux-2.6/linux-2.6_2.6.32-1.dsc
linux-2.6_2.6.32.orig.tar.gz
  to main/l/linux-2.6/linux-2.6_2.6.32.orig.tar.gz
linux-doc-2.6.32_2.6.32-1_all.deb
  to main/l/linux-2.6/linux-doc-2.6.32_2.6.32-1_all.deb
linux-headers-2.6.32-trunk-all-amd64_2.6.32-1_amd64.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-all-amd64_2.6.32-1_amd64.deb
linux-headers-2.6.32-trunk-all_2.6.32-1_amd64.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-all_2.6.32-1_amd64.deb
linux-headers-2.6.32-trunk-amd64_2.6.32-1_amd64.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-amd64_2.6.32-1_amd64.deb
linux-headers-2.6.32-trunk-common_2.6.32-1_amd64.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-common_2.6.32-1_amd64.deb
linux-image-2.6.32-trunk-amd64_2.6.32-1_amd64.deb
  to main/l/linux-2.6/linux-image-2.6.32-trunk-amd64_2.6.32-1_amd64.deb
linux-libc-dev_2.6.32-1_amd64.deb
  to main/l/linux-2.6/linux-libc-dev_2.6.32-1_amd64.deb
linux-manual-2.6.32_2.6.32-1_all.deb
  to main/l/linux-2.6/linux-manual-2.6.32_2.6.32-1_all.deb
linux-patch-debian-2.6.32_2.6.32-1_all.deb
  to main/l/linux-2.6/linux-patch-debian-2.6.32_2.6.32-1_all.deb
linux-source-2.6.32_2.6.32-1_all.deb
  to main/l/linux-2.6/linux-source-2.6.32_2.6.32-1_all.deb
linux-support-2.6.32-trunk_2.6.32-1_all.deb
  to main/l/linux-2.6/linux-support-2.6.32-trunk_2.6.32-1_all.deb


Override entries for your package:
firmware-linux-free_2.6.32-1_all.deb - optional kernel
linux-2.6_2.6.32-1.dsc - source devel
linux-doc-2.6.32_2.6.32-1_all.deb - optional doc
linux-headers-2.6.32-trunk-all-amd64_2.6.32-1_amd64.deb - optional kernel
linux-headers-2.6.32-trunk-all_2.6.32-1_amd64.deb - optional kernel
linux-headers-2.6.32-trunk-amd64_2.6.32-1_amd64.deb - optional kernel
linux-headers-2.6.32-trunk-common_2.6.32-1_amd64.deb - optional kernel
linux-image-2.6.32-trunk-amd64_2.6.32-1_amd64.deb - optional kernel
linux-libc-dev_2.6.32-1_amd64.deb - optional devel
linux-manual-2.6.32_2.6.32-1_all.deb - optional doc
linux-patch-debian-2.6.32_2.6.32-1_all.deb - optional kernel
linux-source-2.6.32_2.6.32-1_all.deb - optional kernel
linux-support-2.6.32-trunk_2.6.32-1_all.deb - optional devel

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 444043 504391 555640 558011 558426 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



linux-2.6_2.6.18.dfsg.1-26etch1_amd64.changes ACCEPTED

2009-12-29 Thread Archive Administrator


Notes:
Mapping oldstable-security to oldstable-proposed-updates.


Accepted:
linux-2.6_2.6.18.dfsg.1-26etch1.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.18.dfsg.1-26etch1.diff.gz
linux-2.6_2.6.18.dfsg.1-26etch1.dsc
  to main/l/linux-2.6/linux-2.6_2.6.18.dfsg.1-26etch1.dsc
linux-doc-2.6.18_2.6.18.dfsg.1-26etch1_all.deb
  to main/l/linux-2.6/linux-doc-2.6.18_2.6.18.dfsg.1-26etch1_all.deb
linux-headers-2.6.18-6-all-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
  to 
main/l/linux-2.6/linux-headers-2.6.18-6-all-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
linux-headers-2.6.18-6-all_2.6.18.dfsg.1-26etch1_amd64.deb
  to main/l/linux-2.6/linux-headers-2.6.18-6-all_2.6.18.dfsg.1-26etch1_amd64.deb
linux-headers-2.6.18-6-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
  to 
main/l/linux-2.6/linux-headers-2.6.18-6-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
linux-headers-2.6.18-6-vserver-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
  to 
main/l/linux-2.6/linux-headers-2.6.18-6-vserver-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
linux-headers-2.6.18-6-vserver_2.6.18.dfsg.1-26etch1_amd64.deb
  to 
main/l/linux-2.6/linux-headers-2.6.18-6-vserver_2.6.18.dfsg.1-26etch1_amd64.deb
linux-headers-2.6.18-6-xen-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
  to 
main/l/linux-2.6/linux-headers-2.6.18-6-xen-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
linux-headers-2.6.18-6-xen-vserver-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
  to 
main/l/linux-2.6/linux-headers-2.6.18-6-xen-vserver-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
linux-headers-2.6.18-6-xen-vserver_2.6.18.dfsg.1-26etch1_amd64.deb
  to 
main/l/linux-2.6/linux-headers-2.6.18-6-xen-vserver_2.6.18.dfsg.1-26etch1_amd64.deb
linux-headers-2.6.18-6-xen_2.6.18.dfsg.1-26etch1_amd64.deb
  to main/l/linux-2.6/linux-headers-2.6.18-6-xen_2.6.18.dfsg.1-26etch1_amd64.deb
linux-headers-2.6.18-6_2.6.18.dfsg.1-26etch1_amd64.deb
  to main/l/linux-2.6/linux-headers-2.6.18-6_2.6.18.dfsg.1-26etch1_amd64.deb
linux-image-2.6.18-6-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
  to main/l/linux-2.6/linux-image-2.6.18-6-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
linux-image-2.6.18-6-vserver-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
  to 
main/l/linux-2.6/linux-image-2.6.18-6-vserver-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
linux-image-2.6.18-6-xen-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
  to 
main/l/linux-2.6/linux-image-2.6.18-6-xen-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
linux-image-2.6.18-6-xen-vserver-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
  to 
main/l/linux-2.6/linux-image-2.6.18-6-xen-vserver-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
linux-manual-2.6.18_2.6.18.dfsg.1-26etch1_all.deb
  to main/l/linux-2.6/linux-manual-2.6.18_2.6.18.dfsg.1-26etch1_all.deb
linux-modules-2.6.18-6-xen-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
  to 
main/l/linux-2.6/linux-modules-2.6.18-6-xen-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
linux-modules-2.6.18-6-xen-vserver-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
  to 
main/l/linux-2.6/linux-modules-2.6.18-6-xen-vserver-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
linux-patch-debian-2.6.18_2.6.18.dfsg.1-26etch1_all.deb
  to main/l/linux-2.6/linux-patch-debian-2.6.18_2.6.18.dfsg.1-26etch1_all.deb
linux-source-2.6.18_2.6.18.dfsg.1-26etch1_all.deb
  to main/l/linux-2.6/linux-source-2.6.18_2.6.18.dfsg.1-26etch1_all.deb
linux-support-2.6.18-6_2.6.18.dfsg.1-26etch1_all.deb
  to main/l/linux-2.6/linux-support-2.6.18-6_2.6.18.dfsg.1-26etch1_all.deb
linux-tree-2.6.18_2.6.18.dfsg.1-26etch1_all.deb
  to main/l/linux-2.6/linux-tree-2.6.18_2.6.18.dfsg.1-26etch1_all.deb
xen-linux-system-2.6.18-6-xen-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
  to 
main/l/linux-2.6/xen-linux-system-2.6.18-6-xen-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
xen-linux-system-2.6.18-6-xen-vserver-amd64_2.6.18.dfsg.1-26etch1_amd64.deb
  to 
main/l/linux-2.6/xen-linux-system-2.6.18-6-xen-vserver-amd64_2.6.18.dfsg.1-26etch1_amd64.deb


Override entries for your package:
linux-2.6_2.6.18.dfsg.1-26etch1.dsc - source devel
linux-doc-2.6.18_2.6.18.dfsg.1-26etch1_all.deb - optional doc
linux-headers-2.6.18-6-all-amd64_2.6.18.dfsg.1-26etch1_amd64.deb - optional 
devel
linux-headers-2.6.18-6-all_2.6.18.dfsg.1-26etch1_amd64.deb - optional devel
linux-headers-2.6.18-6-amd64_2.6.18.dfsg.1-26etch1_amd64.deb - optional devel
linux-headers-2.6.18-6-vserver-amd64_2.6.18.dfsg.1-26etch1_amd64.deb - optional 
devel
linux-headers-2.6.18-6-vserver_2.6.18.dfsg.1-26etch1_amd64.deb - optional devel
linux-headers-2.6.18-6-xen-amd64_2.6.18.dfsg.1-26etch1_amd64.deb - optional 
devel
linux-headers-2.6.18-6-xen-vserver-amd64_2.6.18.dfsg.1-26etch1_amd64.deb - 
optional devel
linux-headers-2.6.18-6-xen-vserver_2.6.18.dfsg.1-26etch1_amd64.deb - optional 
devel
linux-headers-2.6.18-6-xen_2.6.18.dfsg.1-26etch1_amd64.deb - optional devel
linux-headers-2.6.18-6_2.6.18.dfsg.1-26etch1_amd64.deb - optional devel
linux-image-2.6.18-6-amd64_2.6.18.dfsg.1-26etch1_amd64.deb - optional admin
linux-image-2.6.18-6-vserver-amd64_2.6.18.dfsg.1-26etch1_amd64.deb - optional 
admin
linux-image-2.6.18-6-xen-amd64_2.6.18.dfsg.1-26etch1_amd64.deb - optional admin

linux-2.6_2.6.30-8squeeze1_i386.changes ACCEPTED

2009-12-29 Thread Archive Administrator


Warnings:
Propogating upload to unstable
Propogating upload to unstable
Propogating upload to unstable
ignoring versionconflict: linux-2.6_2.6.30-8squeeze1.dsc: old version 
(2.6.30-8) in unstable = new version (2.6.30-8squeeze1) targeted at 
testing-proposed-updates.
ignoring linux-2.6_2.6.30.orig.tar.gz, since it's already in the archive.

Notes:
Mapping testing-security to testing-proposed-updates.


Accepted:
linux-2.6_2.6.30-8squeeze1.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.30-8squeeze1.diff.gz
linux-2.6_2.6.30-8squeeze1.dsc
  to main/l/linux-2.6/linux-2.6_2.6.30-8squeeze1.dsc
linux-doc-2.6.30_2.6.30-8squeeze1_all.deb
  to main/l/linux-2.6/linux-doc-2.6.30_2.6.30-8squeeze1_all.deb
linux-headers-2.6.30-2-486_2.6.30-8squeeze1_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.30-2-486_2.6.30-8squeeze1_i386.deb
linux-headers-2.6.30-2-686-bigmem_2.6.30-8squeeze1_i386.deb
  to 
main/l/linux-2.6/linux-headers-2.6.30-2-686-bigmem_2.6.30-8squeeze1_i386.deb
linux-headers-2.6.30-2-686_2.6.30-8squeeze1_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.30-2-686_2.6.30-8squeeze1_i386.deb
linux-headers-2.6.30-2-all-i386_2.6.30-8squeeze1_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.30-2-all-i386_2.6.30-8squeeze1_i386.deb
linux-headers-2.6.30-2-all_2.6.30-8squeeze1_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.30-2-all_2.6.30-8squeeze1_i386.deb
linux-headers-2.6.30-2-amd64_2.6.30-8squeeze1_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.30-2-amd64_2.6.30-8squeeze1_i386.deb
linux-headers-2.6.30-2-common_2.6.30-8squeeze1_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.30-2-common_2.6.30-8squeeze1_i386.deb
linux-image-2.6.30-2-486_2.6.30-8squeeze1_i386.deb
  to main/l/linux-2.6/linux-image-2.6.30-2-486_2.6.30-8squeeze1_i386.deb
linux-image-2.6.30-2-686-bigmem_2.6.30-8squeeze1_i386.deb
  to main/l/linux-2.6/linux-image-2.6.30-2-686-bigmem_2.6.30-8squeeze1_i386.deb
linux-image-2.6.30-2-686_2.6.30-8squeeze1_i386.deb
  to main/l/linux-2.6/linux-image-2.6.30-2-686_2.6.30-8squeeze1_i386.deb
linux-image-2.6.30-2-amd64_2.6.30-8squeeze1_i386.deb
  to main/l/linux-2.6/linux-image-2.6.30-2-amd64_2.6.30-8squeeze1_i386.deb
linux-libc-dev_2.6.30-8squeeze1_i386.deb
  to main/l/linux-2.6/linux-libc-dev_2.6.30-8squeeze1_i386.deb
linux-manual-2.6.30_2.6.30-8squeeze1_all.deb
  to main/l/linux-2.6/linux-manual-2.6.30_2.6.30-8squeeze1_all.deb
linux-patch-debian-2.6.30_2.6.30-8squeeze1_all.deb
  to main/l/linux-2.6/linux-patch-debian-2.6.30_2.6.30-8squeeze1_all.deb
linux-source-2.6.30_2.6.30-8squeeze1_all.deb
  to main/l/linux-2.6/linux-source-2.6.30_2.6.30-8squeeze1_all.deb
linux-support-2.6.30-2_2.6.30-8squeeze1_all.deb
  to main/l/linux-2.6/linux-support-2.6.30-2_2.6.30-8squeeze1_all.deb
linux-tree-2.6.30_2.6.30-8squeeze1_all.deb
  to main/l/linux-2.6/linux-tree-2.6.30_2.6.30-8squeeze1_all.deb


Override entries for your package:
linux-2.6_2.6.30-8squeeze1.dsc - source devel
linux-doc-2.6.30_2.6.30-8squeeze1_all.deb - optional doc
linux-headers-2.6.30-2-486_2.6.30-8squeeze1_i386.deb - optional kernel
linux-headers-2.6.30-2-686-bigmem_2.6.30-8squeeze1_i386.deb - optional kernel
linux-headers-2.6.30-2-686_2.6.30-8squeeze1_i386.deb - optional kernel
linux-headers-2.6.30-2-all-i386_2.6.30-8squeeze1_i386.deb - optional kernel
linux-headers-2.6.30-2-all_2.6.30-8squeeze1_i386.deb - optional kernel
linux-headers-2.6.30-2-amd64_2.6.30-8squeeze1_i386.deb - optional kernel
linux-headers-2.6.30-2-common_2.6.30-8squeeze1_i386.deb - optional kernel
linux-image-2.6.30-2-486_2.6.30-8squeeze1_i386.deb - optional kernel
linux-image-2.6.30-2-686-bigmem_2.6.30-8squeeze1_i386.deb - optional kernel
linux-image-2.6.30-2-686_2.6.30-8squeeze1_i386.deb - optional kernel
linux-image-2.6.30-2-amd64_2.6.30-8squeeze1_i386.deb - optional kernel
linux-libc-dev_2.6.30-8squeeze1_i386.deb - optional devel
linux-manual-2.6.30_2.6.30-8squeeze1_all.deb - optional doc
linux-patch-debian-2.6.30_2.6.30-8squeeze1_all.deb - optional kernel
linux-source-2.6.30_2.6.30-8squeeze1_all.deb - optional kernel
linux-support-2.6.30-2_2.6.30-8squeeze1_all.deb - optional devel
linux-tree-2.6.30_2.6.30-8squeeze1_all.deb - optional devel

Announcing to debian-testing-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



linux-2.6_2.6.26-19lenny2_i386.changes REJECTED

2009-12-29 Thread Archive Administrator



Reject Reasons:
linux-2.6_2.6.26-19lenny2.dsc: old version (2.6.26-20) in proposed-updates = 
new version (2.6.26-19lenny2) targeted at proposed-updates.

Notes:
Mapping stable-security to proposed-updates.


===

Please feel free to respond to this email if you don't understand why
your files were rejected, or if you upload new files which address our
concerns.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



linux-2.6_2.6.32~rc8-1~experimental.1_amd64.changes ACCEPTED

2009-12-29 Thread Archive Administrator


Accepted:
firmware-linux-free_2.6.32~rc8-1~experimental.1_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.32~rc8-1~experimental.1_all.deb
linux-2.6_2.6.32~rc8-1~experimental.1.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.32~rc8-1~experimental.1.diff.gz
linux-2.6_2.6.32~rc8-1~experimental.1.dsc
  to main/l/linux-2.6/linux-2.6_2.6.32~rc8-1~experimental.1.dsc
linux-2.6_2.6.32~rc8.orig.tar.gz
  to main/l/linux-2.6/linux-2.6_2.6.32~rc8.orig.tar.gz
linux-doc-2.6.32_2.6.32~rc8-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-doc-2.6.32_2.6.32~rc8-1~experimental.1_all.deb
linux-headers-2.6.32-rc8-all-amd64_2.6.32~rc8-1~experimental.1_amd64.deb
  to 
main/l/linux-2.6/linux-headers-2.6.32-rc8-all-amd64_2.6.32~rc8-1~experimental.1_amd64.deb
linux-headers-2.6.32-rc8-all_2.6.32~rc8-1~experimental.1_amd64.deb
  to 
main/l/linux-2.6/linux-headers-2.6.32-rc8-all_2.6.32~rc8-1~experimental.1_amd64.deb
linux-headers-2.6.32-rc8-amd64_2.6.32~rc8-1~experimental.1_amd64.deb
  to 
main/l/linux-2.6/linux-headers-2.6.32-rc8-amd64_2.6.32~rc8-1~experimental.1_amd64.deb
linux-headers-2.6.32-rc8-common_2.6.32~rc8-1~experimental.1_amd64.deb
  to 
main/l/linux-2.6/linux-headers-2.6.32-rc8-common_2.6.32~rc8-1~experimental.1_amd64.deb
linux-image-2.6.32-rc8-amd64_2.6.32~rc8-1~experimental.1_amd64.deb
  to 
main/l/linux-2.6/linux-image-2.6.32-rc8-amd64_2.6.32~rc8-1~experimental.1_amd64.deb
linux-libc-dev_2.6.32~rc8-1~experimental.1_amd64.deb
  to main/l/linux-2.6/linux-libc-dev_2.6.32~rc8-1~experimental.1_amd64.deb
linux-manual-2.6.32_2.6.32~rc8-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-manual-2.6.32_2.6.32~rc8-1~experimental.1_all.deb
linux-patch-debian-2.6.32_2.6.32~rc8-1~experimental.1_all.deb
  to 
main/l/linux-2.6/linux-patch-debian-2.6.32_2.6.32~rc8-1~experimental.1_all.deb
linux-source-2.6.32_2.6.32~rc8-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-source-2.6.32_2.6.32~rc8-1~experimental.1_all.deb
linux-support-2.6.32-rc8_2.6.32~rc8-1~experimental.1_all.deb
  to 
main/l/linux-2.6/linux-support-2.6.32-rc8_2.6.32~rc8-1~experimental.1_all.deb
linux-tree-2.6.32_2.6.32~rc8-1~experimental.1_all.deb
  to main/l/linux-2.6/linux-tree-2.6.32_2.6.32~rc8-1~experimental.1_all.deb


Override entries for your package:
firmware-linux-free_2.6.32~rc8-1~experimental.1_all.deb - optional kernel
linux-2.6_2.6.32~rc8-1~experimental.1.dsc - source devel
linux-doc-2.6.32_2.6.32~rc8-1~experimental.1_all.deb - optional doc
linux-headers-2.6.32-rc8-all-amd64_2.6.32~rc8-1~experimental.1_amd64.deb - 
optional kernel
linux-headers-2.6.32-rc8-all_2.6.32~rc8-1~experimental.1_amd64.deb - optional 
kernel
linux-headers-2.6.32-rc8-amd64_2.6.32~rc8-1~experimental.1_amd64.deb - optional 
kernel
linux-headers-2.6.32-rc8-common_2.6.32~rc8-1~experimental.1_amd64.deb - 
optional kernel
linux-image-2.6.32-rc8-amd64_2.6.32~rc8-1~experimental.1_amd64.deb - optional 
kernel
linux-libc-dev_2.6.32~rc8-1~experimental.1_amd64.deb - optional devel
linux-manual-2.6.32_2.6.32~rc8-1~experimental.1_all.deb - optional doc
linux-patch-debian-2.6.32_2.6.32~rc8-1~experimental.1_all.deb - optional kernel
linux-source-2.6.32_2.6.32~rc8-1~experimental.1_all.deb - optional kernel
linux-support-2.6.32-rc8_2.6.32~rc8-1~experimental.1_all.deb - optional devel
linux-tree-2.6.32_2.6.32~rc8-1~experimental.1_all.deb - optional devel

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 408635 544905 546182 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



linux-kbuild-2.6_2.6.32-1_amd64.changes ACCEPTED

2009-12-29 Thread Archive Administrator



Accepted:
linux-kbuild-2.6.32_2.6.32-1_amd64.deb
  to main/l/linux-kbuild-2.6/linux-kbuild-2.6.32_2.6.32-1_amd64.deb
linux-kbuild-2.6_2.6.32-1.diff.gz
  to main/l/linux-kbuild-2.6/linux-kbuild-2.6_2.6.32-1.diff.gz
linux-kbuild-2.6_2.6.32-1.dsc
  to main/l/linux-kbuild-2.6/linux-kbuild-2.6_2.6.32-1.dsc
linux-kbuild-2.6_2.6.32.orig.tar.gz
  to main/l/linux-kbuild-2.6/linux-kbuild-2.6_2.6.32.orig.tar.gz


Override entries for your package:
linux-kbuild-2.6.32_2.6.32-1_amd64.deb - optional devel
linux-kbuild-2.6_2.6.32-1.dsc - source devel

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 560090 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



linux-latest-2.6_23_multi.changes ACCEPTED

2009-12-29 Thread Archive Administrator



Accepted:
linux-headers-2.6-486_2.6.32+23_i386.deb
  to main/l/linux-latest-2.6/linux-headers-2.6-486_2.6.32+23_i386.deb
linux-headers-2.6-686-bigmem_2.6.32+23_i386.deb
  to main/l/linux-latest-2.6/linux-headers-2.6-686-bigmem_2.6.32+23_i386.deb
linux-headers-2.6-686_2.6.32+23_i386.deb
  to main/l/linux-latest-2.6/linux-headers-2.6-686_2.6.32+23_i386.deb
linux-headers-2.6-amd64_2.6.32+23_i386.deb
  to main/l/linux-latest-2.6/linux-headers-2.6-amd64_2.6.32+23_i386.deb
linux-image-2.6-486_2.6.32+23_i386.deb
  to main/l/linux-latest-2.6/linux-image-2.6-486_2.6.32+23_i386.deb
linux-image-2.6-686-bigmem_2.6.32+23_i386.deb
  to main/l/linux-latest-2.6/linux-image-2.6-686-bigmem_2.6.32+23_i386.deb
linux-image-2.6-686_2.6.32+23_i386.deb
  to main/l/linux-latest-2.6/linux-image-2.6-686_2.6.32+23_i386.deb
linux-image-2.6-amd64_2.6.32+23_i386.deb
  to main/l/linux-latest-2.6/linux-image-2.6-amd64_2.6.32+23_i386.deb
linux-image-486_2.6.32+23_i386.deb
  to main/l/linux-latest-2.6/linux-image-486_2.6.32+23_i386.deb
linux-image-686-bigmem_2.6.32+23_i386.deb
  to main/l/linux-latest-2.6/linux-image-686-bigmem_2.6.32+23_i386.deb
linux-image-686_2.6.32+23_i386.deb
  to main/l/linux-latest-2.6/linux-image-686_2.6.32+23_i386.deb
linux-image-amd64_2.6.32+23_i386.deb
  to main/l/linux-latest-2.6/linux-image-amd64_2.6.32+23_i386.deb
linux-latest-2.6_23.dsc
  to main/l/linux-latest-2.6/linux-latest-2.6_23.dsc
linux-latest-2.6_23.tar.gz
  to main/l/linux-latest-2.6/linux-latest-2.6_23.tar.gz


Override entries for your package:
linux-headers-2.6-486_2.6.32+23_i386.deb - optional kernel
linux-headers-2.6-686-bigmem_2.6.32+23_i386.deb - optional kernel
linux-headers-2.6-686_2.6.32+23_i386.deb - optional kernel
linux-headers-2.6-amd64_2.6.32+23_i386.deb - optional kernel
linux-image-2.6-486_2.6.32+23_i386.deb - optional kernel
linux-image-2.6-686-bigmem_2.6.32+23_i386.deb - optional kernel
linux-image-2.6-686_2.6.32+23_i386.deb - optional kernel
linux-image-2.6-amd64_2.6.32+23_i386.deb - optional kernel
linux-image-486_2.6.32+23_i386.deb - optional kernel
linux-image-686-bigmem_2.6.32+23_i386.deb - optional kernel
linux-image-686_2.6.32+23_i386.deb - optional kernel
linux-image-amd64_2.6.32+23_i386.deb - optional kernel
linux-latest-2.6_23.dsc - source admin

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



linux-2.6_2.6.32-2_multi.changes ACCEPTED

2009-12-29 Thread Archive Administrator



Accepted:
firmware-linux-free_2.6.32-2_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.32-2_all.deb
linux-2.6_2.6.32-2.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.32-2.diff.gz
linux-2.6_2.6.32-2.dsc
  to main/l/linux-2.6/linux-2.6_2.6.32-2.dsc
linux-doc-2.6.32_2.6.32-2_all.deb
  to main/l/linux-2.6/linux-doc-2.6.32_2.6.32-2_all.deb
linux-headers-2.6.32-trunk-486_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-486_2.6.32-2_i386.deb
linux-headers-2.6.32-trunk-686-bigmem_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-686-bigmem_2.6.32-2_i386.deb
linux-headers-2.6.32-trunk-686_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-686_2.6.32-2_i386.deb
linux-headers-2.6.32-trunk-all-i386_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-all-i386_2.6.32-2_i386.deb
linux-headers-2.6.32-trunk-all_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-all_2.6.32-2_i386.deb
linux-headers-2.6.32-trunk-amd64_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-amd64_2.6.32-2_i386.deb
linux-headers-2.6.32-trunk-common_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-common_2.6.32-2_i386.deb
linux-image-2.6.32-trunk-486_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-trunk-486_2.6.32-2_i386.deb
linux-image-2.6.32-trunk-686-bigmem_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-trunk-686-bigmem_2.6.32-2_i386.deb
linux-image-2.6.32-trunk-686_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-trunk-686_2.6.32-2_i386.deb
linux-image-2.6.32-trunk-amd64_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-trunk-amd64_2.6.32-2_i386.deb
linux-libc-dev_2.6.32-2_i386.deb
  to main/l/linux-2.6/linux-libc-dev_2.6.32-2_i386.deb
linux-manual-2.6.32_2.6.32-2_all.deb
  to main/l/linux-2.6/linux-manual-2.6.32_2.6.32-2_all.deb
linux-patch-debian-2.6.32_2.6.32-2_all.deb
  to main/l/linux-2.6/linux-patch-debian-2.6.32_2.6.32-2_all.deb
linux-source-2.6.32_2.6.32-2_all.deb
  to main/l/linux-2.6/linux-source-2.6.32_2.6.32-2_all.deb
linux-support-2.6.32-trunk_2.6.32-2_all.deb
  to main/l/linux-2.6/linux-support-2.6.32-trunk_2.6.32-2_all.deb


Override entries for your package:
firmware-linux-free_2.6.32-2_all.deb - optional kernel
linux-2.6_2.6.32-2.dsc - source devel
linux-doc-2.6.32_2.6.32-2_all.deb - optional doc
linux-headers-2.6.32-trunk-486_2.6.32-2_i386.deb - optional kernel
linux-headers-2.6.32-trunk-686-bigmem_2.6.32-2_i386.deb - optional kernel
linux-headers-2.6.32-trunk-686_2.6.32-2_i386.deb - optional kernel
linux-headers-2.6.32-trunk-all-i386_2.6.32-2_i386.deb - optional kernel
linux-headers-2.6.32-trunk-all_2.6.32-2_i386.deb - optional kernel
linux-headers-2.6.32-trunk-amd64_2.6.32-2_i386.deb - optional kernel
linux-headers-2.6.32-trunk-common_2.6.32-2_i386.deb - optional kernel
linux-image-2.6.32-trunk-486_2.6.32-2_i386.deb - optional kernel
linux-image-2.6.32-trunk-686-bigmem_2.6.32-2_i386.deb - optional kernel
linux-image-2.6.32-trunk-686_2.6.32-2_i386.deb - optional kernel
linux-image-2.6.32-trunk-amd64_2.6.32-2_i386.deb - optional kernel
linux-libc-dev_2.6.32-2_i386.deb - optional devel
linux-manual-2.6.32_2.6.32-2_all.deb - optional doc
linux-patch-debian-2.6.32_2.6.32-2_all.deb - optional kernel
linux-source-2.6.32_2.6.32-2_all.deb - optional kernel
linux-support-2.6.32-trunk_2.6.32-2_all.deb - optional devel

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 556587 558200 559577 559755 560263 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



linux-2.6_2.6.32-3_multi.changes is NEW

2009-12-29 Thread Archive Administrator
firmware-linux-free_2.6.32-3_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.32-3_all.deb
linux-2.6_2.6.32-3.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.32-3.diff.gz
linux-2.6_2.6.32-3.dsc
  to main/l/linux-2.6/linux-2.6_2.6.32-3.dsc
linux-doc-2.6.32_2.6.32-3_all.deb
  to main/l/linux-2.6/linux-doc-2.6.32_2.6.32-3_all.deb
linux-headers-2.6.32-trunk-486_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-486_2.6.32-3_i386.deb
linux-headers-2.6.32-trunk-686-bigmem_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-686-bigmem_2.6.32-3_i386.deb
linux-headers-2.6.32-trunk-686_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-686_2.6.32-3_i386.deb
linux-headers-2.6.32-trunk-all-i386_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-all-i386_2.6.32-3_i386.deb
linux-headers-2.6.32-trunk-all_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-all_2.6.32-3_i386.deb
linux-headers-2.6.32-trunk-amd64_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-amd64_2.6.32-3_i386.deb
(new) linux-headers-2.6.32-trunk-common-vserver_2.6.32-3_i386.deb optional 
kernel
Common header files for Linux 2.6.32-trunk-vserver
 This package provides the architecture-specific common kernel header files
 for Linux kernel version 2.6.32-trunk-vserver, generally used for building
 out-of-tree kernel modules.  To obtain a complete set of headers you also
 need to install the linux-headers-2.6.32-trunk-(flavour) package, matching
 the flavour of the kernel you intend the build for.
linux-headers-2.6.32-trunk-common_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-common_2.6.32-3_i386.deb
(new) linux-headers-2.6.32-trunk-vserver-686-bigmem_2.6.32-3_i386.deb optional 
kernel
Header files for Linux 2.6.32-trunk-vserver-686-bigmem
 This package provides the architecture-specific kernel header files for
 Linux kernel 2.6.32-trunk-vserver-686-bigmem, generally used for building
 out-of-tree kernel modules.  These files are going to be installed into
 /usr/src/linux-headers-2.6.32-trunk-vserver-686-bigmem, and can be used
 for building modules that load into the kernel provided by the
 linux-image-2.6.32-trunk-vserver-686-bigmem package.
(new) linux-headers-2.6.32-trunk-vserver-686_2.6.32-3_i386.deb optional kernel
Header files for Linux 2.6.32-trunk-vserver-686
 This package provides the architecture-specific kernel header files for
 Linux kernel 2.6.32-trunk-vserver-686, generally used for building
 out-of-tree kernel modules.  These files are going to be installed into
 /usr/src/linux-headers-2.6.32-trunk-vserver-686, and can be used for
 building modules that load into the kernel provided by the
 linux-image-2.6.32-trunk-vserver-686 package.
linux-image-2.6.32-trunk-486_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-trunk-486_2.6.32-3_i386.deb
linux-image-2.6.32-trunk-686-bigmem_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-trunk-686-bigmem_2.6.32-3_i386.deb
linux-image-2.6.32-trunk-686_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-trunk-686_2.6.32-3_i386.deb
linux-image-2.6.32-trunk-amd64_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-trunk-amd64_2.6.32-3_i386.deb
(new) linux-image-2.6.32-trunk-vserver-686-bigmem_2.6.32-3_i386.deb optional 
kernel
Linux 2.6.32 for PCs with 4GB+ RAM, Linux-VServer support
 The Linux kernel 2.6.32 and modules for use on PCs with 4-64GB RAM, using
 PAE (Physical Address Extension).
 .
 This kernel includes support for Linux-VServer virtualization.
 .
 This kernel also runs on a Xen hypervisor.  It supports only unprivileged
 (domU) operation.
(new) linux-image-2.6.32-trunk-vserver-686_2.6.32-3_i386.deb optional kernel
Linux 2.6.32 for modern PCs, Linux-VServer support
 The Linux kernel 2.6.32 and modules for use on PCs with Intel Pentium
 Pro/II/III/4/4M/D/M, Xeon, Celeron, Core or Atom; AMD K6, Geode LX/NX,
 Athlon (K7), Duron, Opteron, Sempron, Turion or Phenom; Transmeta
 Efficeon; VIA C3 Nehemiah or C7 processors.
 .
 This kernel includes support for Linux-VServer virtualization.
linux-libc-dev_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-libc-dev_2.6.32-3_i386.deb
linux-manual-2.6.32_2.6.32-3_all.deb
  to main/l/linux-2.6/linux-manual-2.6.32_2.6.32-3_all.deb
linux-patch-debian-2.6.32_2.6.32-3_all.deb
  to main/l/linux-2.6/linux-patch-debian-2.6.32_2.6.32-3_all.deb
linux-source-2.6.32_2.6.32-3_all.deb
  to main/l/linux-2.6/linux-source-2.6.32_2.6.32-3_all.deb
linux-support-2.6.32-trunk_2.6.32-3_all.deb
  to main/l/linux-2.6/linux-support-2.6.32-trunk_2.6.32-3_all.deb
Changes: linux-2.6 (2.6.32-3) unstable; urgency=high
 .
  * The Not a Suitable Christmas Present release
 .
  [ Martin Michlmayr ]
  * [armel/orion5x] Build MTD_CFI_AMDSTD into the kernel again since
it's needed on the D-Link DNS-323 (thanks Manuel Roeder).
(Closes: #562205)
 .
  [ dann frazier ]
  * Input: ALPS - add support for touchpads with 4-directional button
  * 

tgt_1.0.0-1_amd64.changes ACCEPTED

2009-12-29 Thread Archive Administrator



Accepted:
tgt_1.0.0-1.debian.tar.gz
  to main/t/tgt/tgt_1.0.0-1.debian.tar.gz
tgt_1.0.0-1.dsc
  to main/t/tgt/tgt_1.0.0-1.dsc
tgt_1.0.0-1_amd64.deb
  to main/t/tgt/tgt_1.0.0-1_amd64.deb
tgt_1.0.0.orig.tar.gz
  to main/t/tgt/tgt_1.0.0.orig.tar.gz


Override entries for your package:
tgt_1.0.0-1.dsc - source net
tgt_1.0.0-1_amd64.deb - optional net

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 560710 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



linux-2.6_2.6.32-3_multi.changes ACCEPTED

2009-12-29 Thread Archive Administrator



Accepted:
firmware-linux-free_2.6.32-3_all.deb
  to main/l/linux-2.6/firmware-linux-free_2.6.32-3_all.deb
linux-2.6_2.6.32-3.diff.gz
  to main/l/linux-2.6/linux-2.6_2.6.32-3.diff.gz
linux-2.6_2.6.32-3.dsc
  to main/l/linux-2.6/linux-2.6_2.6.32-3.dsc
linux-doc-2.6.32_2.6.32-3_all.deb
  to main/l/linux-2.6/linux-doc-2.6.32_2.6.32-3_all.deb
linux-headers-2.6.32-trunk-486_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-486_2.6.32-3_i386.deb
linux-headers-2.6.32-trunk-686-bigmem_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-686-bigmem_2.6.32-3_i386.deb
linux-headers-2.6.32-trunk-686_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-686_2.6.32-3_i386.deb
linux-headers-2.6.32-trunk-all-i386_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-all-i386_2.6.32-3_i386.deb
linux-headers-2.6.32-trunk-all_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-all_2.6.32-3_i386.deb
linux-headers-2.6.32-trunk-amd64_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-amd64_2.6.32-3_i386.deb
linux-headers-2.6.32-trunk-common-vserver_2.6.32-3_i386.deb
  to 
main/l/linux-2.6/linux-headers-2.6.32-trunk-common-vserver_2.6.32-3_i386.deb
linux-headers-2.6.32-trunk-common_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-common_2.6.32-3_i386.deb
linux-headers-2.6.32-trunk-vserver-686-bigmem_2.6.32-3_i386.deb
  to 
main/l/linux-2.6/linux-headers-2.6.32-trunk-vserver-686-bigmem_2.6.32-3_i386.deb
linux-headers-2.6.32-trunk-vserver-686_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-headers-2.6.32-trunk-vserver-686_2.6.32-3_i386.deb
linux-image-2.6.32-trunk-486_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-trunk-486_2.6.32-3_i386.deb
linux-image-2.6.32-trunk-686-bigmem_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-trunk-686-bigmem_2.6.32-3_i386.deb
linux-image-2.6.32-trunk-686_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-trunk-686_2.6.32-3_i386.deb
linux-image-2.6.32-trunk-amd64_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-trunk-amd64_2.6.32-3_i386.deb
linux-image-2.6.32-trunk-vserver-686-bigmem_2.6.32-3_i386.deb
  to 
main/l/linux-2.6/linux-image-2.6.32-trunk-vserver-686-bigmem_2.6.32-3_i386.deb
linux-image-2.6.32-trunk-vserver-686_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-image-2.6.32-trunk-vserver-686_2.6.32-3_i386.deb
linux-libc-dev_2.6.32-3_i386.deb
  to main/l/linux-2.6/linux-libc-dev_2.6.32-3_i386.deb
linux-manual-2.6.32_2.6.32-3_all.deb
  to main/l/linux-2.6/linux-manual-2.6.32_2.6.32-3_all.deb
linux-patch-debian-2.6.32_2.6.32-3_all.deb
  to main/l/linux-2.6/linux-patch-debian-2.6.32_2.6.32-3_all.deb
linux-source-2.6.32_2.6.32-3_all.deb
  to main/l/linux-2.6/linux-source-2.6.32_2.6.32-3_all.deb
linux-support-2.6.32-trunk_2.6.32-3_all.deb
  to main/l/linux-2.6/linux-support-2.6.32-trunk_2.6.32-3_all.deb


Override entries for your package:
firmware-linux-free_2.6.32-3_all.deb - optional kernel
linux-2.6_2.6.32-3.dsc - source devel
linux-doc-2.6.32_2.6.32-3_all.deb - optional doc
linux-headers-2.6.32-trunk-486_2.6.32-3_i386.deb - optional kernel
linux-headers-2.6.32-trunk-686-bigmem_2.6.32-3_i386.deb - optional kernel
linux-headers-2.6.32-trunk-686_2.6.32-3_i386.deb - optional kernel
linux-headers-2.6.32-trunk-all-i386_2.6.32-3_i386.deb - optional kernel
linux-headers-2.6.32-trunk-all_2.6.32-3_i386.deb - optional kernel
linux-headers-2.6.32-trunk-amd64_2.6.32-3_i386.deb - optional kernel
linux-headers-2.6.32-trunk-common-vserver_2.6.32-3_i386.deb - optional kernel
linux-headers-2.6.32-trunk-common_2.6.32-3_i386.deb - optional kernel
linux-headers-2.6.32-trunk-vserver-686-bigmem_2.6.32-3_i386.deb - optional 
kernel
linux-headers-2.6.32-trunk-vserver-686_2.6.32-3_i386.deb - optional kernel
linux-image-2.6.32-trunk-486_2.6.32-3_i386.deb - optional kernel
linux-image-2.6.32-trunk-686-bigmem_2.6.32-3_i386.deb - optional kernel
linux-image-2.6.32-trunk-686_2.6.32-3_i386.deb - optional kernel
linux-image-2.6.32-trunk-amd64_2.6.32-3_i386.deb - optional kernel
linux-image-2.6.32-trunk-vserver-686-bigmem_2.6.32-3_i386.deb - optional kernel
linux-image-2.6.32-trunk-vserver-686_2.6.32-3_i386.deb - optional kernel
linux-libc-dev_2.6.32-3_i386.deb - optional devel
linux-manual-2.6.32_2.6.32-3_all.deb - optional doc
linux-patch-debian-2.6.32_2.6.32-3_all.deb - optional kernel
linux-source-2.6.32_2.6.32-3_all.deb - optional kernel
linux-support-2.6.32-trunk_2.6.32-3_all.deb - optional devel

Announcing to debian-devel-chan...@lists.debian.org
Closing bugs: 561309 561589 562046 562205 


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: found 562975 in 2.6.26-21

2009-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 found 562975 2.6.26-21
Bug #562975 [linux-2.6] linux-2.6: patch for CVE-2009-3939
There is no source info for the package 'linux-2.6' at version '2.6.26-21' with 
architecture ''
Unable to make a source version for version '2.6.26-21'
Bug Marked as found in versions 2.6.26-21.

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 debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: found 562975 in 2.6.26-19

2009-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 found 562975 2.6.26-19
Bug #562975 [linux-2.6] linux-2.6: patch for CVE-2009-3939
There is no source info for the package 'linux-2.6' at version '2.6.26-19' with 
architecture ''
Unable to make a source version for version '2.6.26-19'
Bug Marked as found in versions 2.6.26-19.

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 debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#562975: linux-2.6: patch for CVE-2009-3939

2009-12-29 Thread Ben Hutchings
On Tue, Dec 29, 2009 at 09:57:25PM +, Ben Hutchings wrote:
 CVE-2009-3889 should be dealt with at the same time.  That covers the
 dbg_lvl parameter which is also world-writable.

Actually, no Debian release contains a kernel version affected by
CVE-2009-3889.

Ben.

-- 
Ben Hutchings
When you say `I wrote a program that crashed Windows', people just stare ...
and say `Hey, I got those with the system, *for free*'. - Linus Torvalds


signature.asc
Description: Digital signature


Bug#562525: linux-2.6: [s390] Etch proposed-updates kernel boot failure

2009-12-29 Thread Julien Cristau
On Tue, Dec 29, 2009 at 14:44:01 -0700, dann frazier wrote:

 Can you try booting
 24etch1 in an effort to bisect the failure? In case you can't find the
 deb (I couldn't) I've built one that you can find in my home directory
 on zelenka.debian.org.
 
http://stabile.debian.org:5001/package/linux-2.6/2.6.18.dfsg.1-24etch1/
seems to have those debs.

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#504502: marked as done (btrfs-source - BUG during bonnie)

2009-12-29 Thread Debian Bug Tracking System
Your message dated Wed, 30 Dec 2009 01:36:55 +0100
with message-id 20091230003655.ga5...@galadriel.inutil.org
and subject line Re: Bug#504502: btrfs-source - BUG during bonnie
has caused the Debian Bug report #504502,
regarding btrfs-source - BUG during bonnie
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
504502: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=504502
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: btrfs-source
Version: 0.16-1
Severity: grave

btrfs crashs during the first bonnie run on a -686-bigmem Debian kernel.

| Btrfs v0.16 loaded
| device fsid 5040f1716e8b0b41-88d8a2bd5feac9c devid 1 transid 12 /dev/xvdb
| space info full 1
| space info full 36
| allocation failed flags 36
| [ cut here ]
| kernel BUG at 
[...]/linux-modules-extra-2.6-2.6.26/debian/build/build_i386_none_686-bigmem_btrfs/extent-tree.c:2111!
| invalid opcode:  [#1] SMP
| Modules linked in: btrfs libcrc32c ipv6 evdev joydev xen_netfront pcspkr ext3 
jbd mbcache xen_blkfront thermal_sys
|   
| Pid: 8704, comm: bonnie Not tainted (2.6.26-1-686-bigmem #1)
| EIP: 0061:[d08985cd] EFLAGS: 00010292 CPU: 0
| EIP is at __btrfs_reserve_extent+0x267/0x2ab [btrfs]
| EAX: 002d EBX: c98e43e4 ECX:  EDX: 
| ESI: c98e43e4 EDI: 0024 EBP:  ESP: ce9a5c14
|  DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0069
| Process bonnie (pid: 8704, ti=ce9a4000 task=cef51a40 task.ti=ce9a4000)
| Stack: d08ba311 0024  ce9d609c c57a7e00 c98e43e4 ce9d6000 c57a7e00
|c98e43e4 ce9a5cdf c98e43e4 d089865d 1000  1000 
|      ce9a5cdf 
| Call Trace:
|  [d089865d] btrfs_alloc_extent+0x4c/0x99 [btrfs]
|  [d0898702] btrfs_alloc_free_block+0x58/0x83 [btrfs]
|  [d088dada] __btrfs_cow_block+0x20f/0x570 [btrfs]
|  [d088df9e] btrfs_cow_block+0x163/0x16c [btrfs]
|  [d08912dd] btrfs_search_slot+0x340/0xfab [btrfs]
|  [d088fd1c] btrfs_del_items+0x428/0x432 [btrfs]
|  [d08a9486] btrfs_inode_ref_index+0x9b/0xa9 [btrfs]
|  [d089973d] btrfs_lookup_dir_index_item+0x4e/0x79 [btrfs]
|  [d08a2ff4] btrfs_unlink_trans+0x133/0x204 [btrfs]
|  [d08a33b1] btrfs_unlink+0x68/0xa5 [btrfs]
|  [c0185453] vfs_unlink+0x8c/0xd7
|  [c0186b61] do_unlinkat+0xa2/0x136
|  [c022d766] xen_evtchn_do_upcall+0xc1/0xf1
|  [c01088ce] syscall_call+0x7/0xb
|  ===
| Code: 55 57 ff 74 24 34 ff 74 24 34 8b 44 24 1c e8 1e ca ff ff 83 c4 14 e9 50 
fe ff ff 85 c0 74 13 55 57 68 11 a3 8b d0 e8 22 14 89 ef 0f 0b 83 c4 0c eb fe 
8b 74 24 4c 8b 7c 24 04 8b 16 8b 87 e0 00
| EIP: [d08985cd] __btrfs_reserve_extent+0x267/0x2ab [btrfs] SS:ESP 
0069:ce9a5c14
| ---[ end trace 2d1c7656a4250c53 ]---

Bastian

-- 
Warp 7 -- It's a law we can live with.


---End Message---
---BeginMessage---
Version: 2.6.32-1

On Sat, Jul 25, 2009 at 03:33:11PM +0200, Daniel Baumann wrote:
 Moritz Muehlenhoff wrote:
  Daniel, did you reproduce this with the mainlined version of btrfs?
 
 i reproduced it once with the .29 mainline, which is why i've reassigned
 it. no idea about .30, you may want to ask the submitter to follow
 up/reproduce.

I can't reproduce with 2.6.32.

Cheers,
Moritz

---End Message---


Processed: tagging 512647

2009-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 512647 moreinfo
Bug #512647 [linux-2.6] oops in free_block called by dm_snapshot
Added tag(s) moreinfo.

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 debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 505107

2009-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 505107 moreinfo
Bug #505107 [linux-2.6] [SPAM] udev: e100 does not work in Compaq ML350 G2
Added tag(s) moreinfo.

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 debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#512647: linux-image-2.6-686: invalid opcode: 0000 [#1] SMP

2009-12-29 Thread Moritz Muehlenhoff
On Sun, Nov 01, 2009 at 02:08:57AM +, Ben Hutchings wrote:
 On Thu, 2009-01-22 at 15:12 +, Andrew Farr wrote: 
  Package: linux-image-2.6-686
  Version: 2.6.26+17
  Severity: important
 
 Sorry for the delay in answering your bug report.
 
  When system is stressed for memory by running rsync 3.0.3 to a remote mail
  server the kernel crashes and the system becomes unresponsive.
 
 This could be related to bug 545999, which should be fixed by Debian
 kernel version 2.6.26-20 which is scheduled to be included in the next
 stable update.  Please could you try installing that?
 
 You will need to add this line to your package sources
 (/etc/apt/sources.list):
 
 deb http://ftp.debian.org/debian/ stable-proposed-updates main
 
 and then run:
 
 apt-get install linux-image-2.6.26-2-686

Andrew, did you test this?

Cheers,
Moritz



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#505107: [SPAM] udev: e100 does not work in Compaq ML350 G2

2009-12-29 Thread Moritz Muehlenhoff
Moritz Muehlenhoff wrote:
 On Sun, Nov 09, 2008 at 04:04:26PM +0100, Jerome Warnier wrote:
  Package: udev
  Version: 0.125-7
  Severity: important
  
  Driver e100 does not work for default NIC in Compaq ML350 G2 while 
  eepro100 does.
  Sadly, eepro100 is blacklisted in udev, which renders network unusable.
  Commenting the blacklist (/etc/modprobe.d/blacklist) for eepro100 and 
  adding eepro100 to /etc/modules fixes the problem.
  
  Please do not hesitate to request more information about this problem.
  I'm not sure I should not have registered this bug againt kernel package 
  instead.
 
 Does this still occur with 2.6.30 from testing/unstable?

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#539140: marked as done (debconf: Add explicit (Y/n) question to kernel remove safeguard)

2009-12-29 Thread Debian Bug Tracking System
Your message dated Wed, 30 Dec 2009 02:12:59 +0100
with message-id 20091230011258.ga7...@galadriel.inutil.org
and subject line Re: debconf: Add explicit (Y/n) question to kernel remove 
safeguard
has caused the Debian Bug report #539140,
regarding debconf: Add explicit (Y/n) question to kernel remove safeguard
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
539140: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=539140
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: debconf
Version: 1.5.27
Severity: normal


Attempting a kernel remove:

Configuring linux-image-2.6.26-1-686


You are running a kernel (version 2.6.26-1-686) and attempting to remove 
the same version.

This can make the system unbootable as it will remove
/boot/vmlinuz-2.6.26-1-686 and all modules under the directory
/lib/modules/2.6.26-1-686.  This can only be fixed with a copy of
the kernel image and the corresponding modules.

It is highly recommended to abort the kernel removal unless you
are prepared to fix the system after removal.

Abort kernel removal?  

SUGGESTION

Please spell out the last question explicitly:

Abort kernel removal (Y/n)?

Reads:

Y = the default if return pressed.

Accept all key caps for an answer: Y, y

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

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

Versions of packages debconf depends on:
ii  debconf-i18n  1.5.27 full internationalization support 
ii  perl-base 5.10.0-24  minimal Perl system

Versions of packages debconf recommends:
ii  apt-utils 0.7.21 APT utility programs

Versions of packages debconf suggests:
ii  debconf-doc   1.5.27 debconf documentation
ii  debconf-utils 1.5.27 debconf utilities
ii  dialog1.1-20080819-1 Displays user-friendly dialog boxe
ii  gnome-utils   2.26.0-1   GNOME desktop utilities
ii  libgnome2-perl1.042-2Perl interface to the GNOME librar
pn  libnet-ldap-perl  none (no description available)
pn  libqt-perlnone (no description available)
ii  libterm-readline-gnu-perl 1.19-1 Perl extension for the GNU Readlin
ii  perl  5.10.0-24  Larry Wall's Practical Extraction 
ii  whiptail  0.52.10-4  Displays user-friendly dialog boxe

-- debconf information excluded


---End Message---
---BeginMessage---
On Wed, Jul 29, 2009 at 02:07:22PM +0300, Jari Aalto wrote:
 Package: debconf
 Version: 1.5.27
 Severity: normal

Closing, this is within the domain of the debconf frontend in use and
already implemented as outlined by Joey.

Cheers,
Moritz

---End Message---


Processed: tagging 540022

2009-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 540022 moreinfo
Bug #540022 [linux-2.6] linux-image-2.6.31-rc5-686: pcspkr no longer included, 
but snd-pcsp fails to load - no beeps
Added tag(s) moreinfo.

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 debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Processed: tagging 540923

2009-12-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 540923 moreinfo
Bug #540923 [linux-2.6] wireless card not working anymore after suspend-to-ram
Added tag(s) moreinfo.

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 debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540022: linux-image-2.6.31-rc5-686: pcspkr no longer included, but snd-pcsp fails to load - no beeps

2009-12-29 Thread Moritz Muehlenhoff
On Wed, Aug 05, 2009 at 05:59:25PM +0930, Arthur Marsh wrote:
 Package: linux-image-2.6.31-rc5-686
 Version: 2.6.31~rc5-1~experimental.1~snapshot.14082
 Severity: normal
 
 
 In recent kernel builds, pcspkr is not included as a compiled module.
 
 This made my pc silent when I wanted to retain the beeps.
 
 I tried using snd-pcsp with the following result:
 
 Aug  5 17:00:18 victoria kernel: [12610.011216] Platform driver 'pcspkr' 
 needs updating - please use dev_pm_ops
 Aug  5 17:00:19 victoria kernel: [12610.012153] input: PC Speaker as 
 /devices/platform/pcspkr/input/input3
 Aug  5 17:00:19 victoria kernel: [12610.012579] PCSP: Timer resolution is not 
 sufficient (4000250nS)
 Aug  5 17:00:19 victoria kernel: [12610.012604] PCSP: Make sure you have HPET 
 and ACPI enabled.
 Aug  5 17:00:19 victoria kernel: [12610.012652] PC-Speaker initialization 
 failed.
 Aug  5 17:00:19 victoria kernel: [12610.013267] pcspkr: probe of pcspkr 
 failed with error -5
 
 This machine has a 1998 BIOS (Intel 440BX chipset) and does not seem to 
 be compatible with snd-pcsp.

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540808: linux-image-2.6.30-1-amd64: hibernate fails on HP dv9750ed laptop

2009-12-29 Thread Moritz Muehlenhoff
On Mon, Aug 10, 2009 at 03:47:37PM +0300, Aioanei Rares wrote:
 Package: linux-image-2.6.30-1-amd64
 Version: 2.6.30-5
 Severity: normal
 
 
 When I select 'hibernate' from the kde menu, the laptop shuts down, but fails 
 to resume, eg
 I get a blank screen and the laptop freezes; only a button shutdown helps.

Hi,
The next release of Debian (6.0, code name Squeeze) will be based
on 2.6.32. Please test the current 2.6.32 from unstable and tell
us whether the problem persists. If so, we should report it upstream
to the kernel.org developers.

The 2.6.32 kernel is available from packages.debian.org and can
be installed in both Debian stable, testing and unstable
installations.

Thanks,
Moritz



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540923: after suspend to ram wicd cannot find any networks anymore

2009-12-29 Thread Moritz Muehlenhoff
On Thu, Sep 10, 2009 at 12:05:32AM +0200, Norbert Preining wrote:
 On Mo, 07 Sep 2009, Ben Hutchings wrote:
   After suspend to ram and wake up, which works fine, the wireless card
   does not work at all. I thought it is hal/dbus so I restarted the 
   dbus service (which in turn restarted hal, wicd, and several others),
   but to no effect. The wireless is gone, no network found.
 
 
  Which driver are you using?
 
 kernel included iwl3945

Hi,
The Squeeze will be based on 2.6.32. Please test the current 2.6.32 from
unstable and tell us whether the problem persists. If so, we should report
it upstream to the kernel.org developers.

Thanks,
Moritz



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#561309: Thecus n2100, d-i and #561309

2009-12-29 Thread Joey Hess

The Thecus n2100 uses r8169 for ethernet.
Per #561309, in 2.6.32, that module requests two firmware files
(that are not packaged and are nonfree anyway), even when they are not
needed by the actual hardware. (The n2100 doesn't need them.)

In d-i, check-missing-firmware is run by ethdetect and will notice the
kernel has requested these two files and failed to get them. It will
then display a debconf note about the problem. This note will block
d-i getting onto the network, which on this typically console-less
system, is the only way a user can see it and continue with the
installation. Oops!

I have not verified this since my thecus is too important a server to
take down to test it. Maybe tbm could?

If I've predicted this problem accuratly, I wonder if the r8169 module
should/could be changed to request the firmware files only on hardware
that needs them?

A few workarounds could be done on the d-i side. We could skip the
blocking note display if the only missing files are those two. Or the
note could be disabled from being shown before the network is configured 
(by preseeding or other method) on systems using network-console.

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#561309: Thecus n2100, d-i and #561309

2009-12-29 Thread Ben Hutchings
On Tue, 2009-12-29 at 23:02 -0500, Joey Hess wrote:
 The Thecus n2100 uses r8169 for ethernet.
 Per #561309, in 2.6.32, that module requests two firmware files
 (that are not packaged and are nonfree anyway), even when they are not
 needed by the actual hardware. (The n2100 doesn't need them.)

It does not.  However, the static information in the module lists all
firmware files that it might request.

[...]
 A few workarounds could be done on the d-i side. We could skip the
 blocking note display if the only missing files are those two. Or the
 note could be disabled from being shown before the network is configured 
 (by preseeding or other method) on systems using network-console.

This problem is not unique to r8169; you should fix it generically in
d-i.

Ben.

-- 
Ben Hutchings
The obvious mathematical breakthrough [to break modern encryption] would be
development of an easy way to factor large prime numbers. - Bill Gates


signature.asc
Description: Digital signature


Bug#540923: after suspend to ram wicd cannot find any networks anymore

2009-12-29 Thread Norbert Preining
On Mi, 30 Dez 2009, Moritz Muehlenhoff wrote:
 The Squeeze will be based on 2.6.32. Please test the current 2.6.32 from
 unstable and tell us whether the problem persists. If so, we should report
 it upstream to the kernel.org developers.

I am running 2.6.32.2 and can confirm that this very moment the same
happened again. Reactivating the wlan is:
stop wicd
rmmod iwlagn
modprobe iwlagn
start wicd

Best wishes

Norbert

Norbert Preiningprein...@{jaist.ac.jp, logic.at, debian.org}
JAIST, JapanTU Wien, Austria   Debian TeX Task Force
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

THURNBY (n.)
A rucked-up edge of carpet or linoleum which everyone says someone
will trip over and break a leg unless it gets fixed. After a year or
two someone trips over it and breaks a leg.
--- Douglas Adams, The Meaning of Liff



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#540923: after suspend to ram wicd cannot find any networks anymore

2009-12-29 Thread Norbert Preining
On Mi, 30 Dez 2009, preining wrote:
 On Mi, 30 Dez 2009, Moritz Muehlenhoff wrote:
  The Squeeze will be based on 2.6.32. Please test the current 2.6.32 from
  unstable and tell us whether the problem persists. If so, we should report
  it upstream to the kernel.org developers.
 
 I am running 2.6.32.2 and can confirm that this very moment the same
 happened again. Reactivating the wlan is:

I forgot: Should I create a bug report in bugzilla of the kernel and
link it to the bug?

If you do it, please put me into the Cc of the kernel bugzilla.

Best wishes

Norbert

Norbert Preiningprein...@{jaist.ac.jp, logic.at, debian.org}
JAIST, JapanTU Wien, Austria   Debian TeX Task Force
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

ARDSCALPSIE (n.)
Excuse made by rural Welsh hairdresser for completely massacring your
hair.
--- Douglas Adams, The Meaning of Liff



-- 
To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#563036: fails to boot on thecus n2100

2009-12-29 Thread Joey Hess
Package: linux-2.6
Version: 2.6.32-3
Severity: normal

Without a serial console, all I can tell is that the root disk is
accessed briefly and then the boot must fail as there is no further disk
activity.

I wonder if bug #561309 is really fixed.

-- Package-specific info:
** Kernel log: boot messages should be attached

** Model information
not available

** PCI devices:
00:01.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8169 
Gigabit Ethernet [10ec:8169] (rev 10)
Subsystem: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet 
[10ec:8169]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR+ INTx-
Latency: 64 (1000ns min, 250ns max), Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 27
Region 0: I/O ports at 9000 [size=256]
Region 1: Memory at 800a0200 (32-bit, non-prefetchable) [size=256]
Expansion ROM at 8008 [disabled] [size=64K]
Capabilities: access denied
Kernel driver in use: r8169

00:02.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8169 
Gigabit Ethernet [10ec:8169] (rev 10)
Subsystem: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet 
[10ec:8169]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR+ INTx-
Latency: 64 (1000ns min, 250ns max), Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 30
Region 0: I/O ports at 9400 [size=256]
Region 1: Memory at 800a0300 (32-bit, non-prefetchable) [size=256]
Expansion ROM at 8009 [disabled] [size=64K]
Capabilities: access denied
Kernel driver in use: r8169

00:03.0 Mass storage controller [0180]: Silicon Image, Inc. SiI 3512 
[SATALink/SATARaid] Serial ATA Controller [1095:3512] (rev 01)
Subsystem: Silicon Image, Inc. SiI 3512 SATALink Controller [1095:3512]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 0, Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 29
Region 0: I/O ports at 9850 [size=8]
Region 1: I/O ports at 9860 [size=4]
Region 2: I/O ports at 9858 [size=8]
Region 3: I/O ports at 9864 [size=4]
Region 4: I/O ports at 9840 [size=16]
Region 5: Memory at 800a (32-bit, non-prefetchable) [size=512]
[virtual] Expansion ROM at 8000 [disabled] [size=512K]
Capabilities: access denied
Kernel driver in use: sata_sil

00:04.0 USB Controller [0c03]: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller [1106:3038] (rev 62) (prog-if 00 [UHCI])
Subsystem: VIA Technologies, Inc. VT82x UHCI USB 1.1 Controller 
[1106:3038]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 22, Cache Line Size: 32 bytes
Interrupt: pin A routed to IRQ 28
Region 4: I/O ports at 9800 [size=32]
Capabilities: access denied
Kernel driver in use: uhci_hcd

00:04.1 USB Controller [0c03]: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller [1106:3038] (rev 62) (prog-if 00 [UHCI])
Subsystem: VIA Technologies, Inc. VT82x UHCI USB 1.1 Controller 
[1106:3038]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 22, Cache Line Size: 32 bytes
Interrupt: pin B routed to IRQ 27
Region 4: I/O ports at 9820 [size=32]
Capabilities: access denied
Kernel driver in use: uhci_hcd

00:04.2 USB Controller [0c03]: VIA Technologies, Inc. USB 2.0 [1106:3104] (rev 
65) (prog-if 20 [EHCI])
Subsystem: VIA Technologies, Inc. USB 2.0 [1106:3104]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr+ 
Stepping- SERR+ FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium TAbort- 
TAbort- MAbort- SERR- PERR- INTx-
Latency: 22, Cache Line Size: 32 bytes
Interrupt: pin C routed to IRQ 29
Region 0: Memory at 800a0400 (32-bit, non-prefetchable) [size=256]
Capabilities: access denied
Kernel driver in use: ehci_hcd


** USB devices:
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 002: ID 041e:3040 Creative 

Bug#561309: Thecus n2100, d-i and #561309

2009-12-29 Thread Joey Hess
Ben Hutchings wrote:
 On Tue, 2009-12-29 at 23:02 -0500, Joey Hess wrote:
  The Thecus n2100 uses r8169 for ethernet.
  Per #561309, in 2.6.32, that module requests two firmware files
  (that are not packaged and are nonfree anyway), even when they are not
  needed by the actual hardware. (The n2100 doesn't need them.)
 
 It does not.  However, the static information in the module lists all
 firmware files that it might request.

I thought the crash reported in #561309 was caused by the module trying
to load firmware on a machine that didn't have it (and didn't need it)?

Are you saying that the Thecus n2100 doesn't have the particular
chipset versions for which it requests firmware? (eg, rtl8168d)

-- 
see shy jo


signature.asc
Description: Digital signature