[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#546041: marked as done (linux-image-2.6.30-1-amd64: DHCP client started by "ifup -a" even though no Ethernet cable has been plugged in)



Your message dated Thu, 17 Sep 2009 17:10:28 +0000
with message-id <E1MoKV2-0007X9-7j@ries.debian.org>
and subject line Bug#546041: fixed in linux-2.6 2.6.30-7
has caused the Debian Bug report #546041,
regarding linux-image-2.6.30-1-amd64: DHCP client started by "ifup -a" even though no Ethernet cable has been plugged in
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 owner@bugs.debian.org
immediately.)


-- 
546041: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546041
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linux-image-2.6.30-1-amd64
Version: 2.6.30-6
Severity: normal

During the last boot, a DHCP server has been started even though there
is no Ethernet cable plugged in. This problem did not occur during the
previous boot, even though the conditions were (almost) the same. I've
attached the log files (dmesg and boot log) of the previous boot and
the last one, so that you can compare.

boot1: /var/log/boot.0
boot2: /var/log/boot
dmesg1: /var/log/dmesg.0
dmesg2: /var/log/dmesg

The first boot (dmesg1/boot1) and the second boot (dmesg2/boot2) have
been done under the same conditions: no Ethernet cable plugged in, no
package upgrade between the two boots, no manual change of the config
files except a "dpkg-reconfigure exim4" to use a smarthost.

The automatical changes:

/etc/resolv.conf changed to:
domain home
search home
nameserver 192.168.1.1
nameserver 192.168.1.1

and possibly:

--- etc/dhcp3/dhclient.conf     2009-06-19 01:48:02.000000000 +0200
+++ /etc/dhcp3/dhclient.conf    2009-09-10 22:18:04.000000000 +0200
@@ -17,7 +17,7 @@
 #send dhcp-client-identifier 1:0:a0:24:ab:fb:9c;
 #send dhcp-lease-time 3600;
 #supersede domain-name "fugue.com home.vix.com";
-prepend domain-name-servers 127.0.0.1;
+#prepend domain-name-servers 127.0.0.1;
 request subnet-mask, broadcast-address, time-offset, routers,
        domain-name, domain-name-servers, domain-search, host-name,
        netbios-name-servers, netbios-scope, interface-mtu,

This domain-name-servers change of /etc/dhcp3/dhclient.conf is done
by various scripts as a workaround to a broken DNS configuration of
Orange's SMTP servers smtp.wanadoo.fr (Orange's DNS servers must be
used instead of BIND) and to a bug in a Netopia ADSL modem-router
(BIND must be used instead of the modem-router's DNS server).

However these changes should have no effect at the time of network
configuration.

The interesting difference is the following:

1st boot:
Thu Sep 10 12:15:31 2009: Configuring network interfaces...done.

2nd boot:
Thu Sep 10 21:49:39 2009: Configuring network interfaces...Internet Systems Consortium DHCP Client V3.1.2p1

So, it seems that the problem occurs during "ifup -a" (run by
/etc/init.d/networking start). /etc/network/interfaces contains:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp

(it hadn't changed since 2009-06-25). So, it seems that during the
second boot, the system thought that an Ethernet cable was plugged
in.

Note: the main consequence of the bug is that the boot is much slower
due to all the timeouts.

-- Package-specific info:
** Version:
Linux version 2.6.30-1-amd64 (Debian 2.6.30-6) (waldi@debian.org) (gcc version 4.3.4 (Debian 4.3.4-1) ) #1 SMP Sat Aug 15 18:09:19 UTC 2009

** Command line:
root=/dev/mapper/xvii-root ro quiet

** Not tainted

** Kernel log:
[   12.235170] USB Video Class driver (v0.1.0)
[   12.347355] input: DualPoint Stick as /devices/platform/i8042/serio1/input/input14
[   12.364112] input: AlpsPS/2 ALPS DualPoint TouchPad as /devices/platform/i8042/serio1/input/input15
[   12.854388] usb 3-1.3: new full speed USB device using uhci_hcd and address 5
[   12.978383] usb 3-1.3: New USB device found, idVendor=413c, idProduct=8156
[   12.978518] usb 3-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   12.978638] usb 3-1.3: Product: Dell Wireless 370 Bluetooth Mini-card
[   12.978740] usb 3-1.3: Manufacturer: Dell Computer Corp
[   12.978920] usb 3-1.3: configuration #1 chosen from 1 choice
[   13.036579] Bluetooth: Core ver 2.15
[   13.036734] NET: Registered protocol family 31
[   13.036834] Bluetooth: HCI device and connection manager initialized
[   13.036930] Bluetooth: HCI socket layer initialized
[   13.169427] Bluetooth: Generic Bluetooth USB driver ver 0.5
[   13.169637] usbcore: registered new interface driver btusb
[   14.103144] EXT3 FS on dm-1, internal journal
[   14.923094] loop: module loaded
[   15.722384] Adding 9928696k swap on /dev/mapper/xvii-swap_1.  Priority:-1 extents:1 across:9928696k 
[   18.228308] e1000e 0000:00:19.0: irq 28 for MSI/MSI-X
[   18.284127] e1000e 0000:00:19.0: irq 28 for MSI/MSI-X
[   18.284689] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   19.826324] iwlagn 0000:0c:00.0: firmware: requesting iwlwifi-5000-2.ucode
[   19.866245] iwlagn 0000:0c:00.0: loaded firmware version 8.24.2.12
[   20.035725] Registered led device: iwl-phy0::radio
[   20.035841] Registered led device: iwl-phy0::assoc
[   20.035950] Registered led device: iwl-phy0::RX
[   20.036081] Registered led device: iwl-phy0::TX
[   20.049304] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[   93.001246] Clocksource tsc unstable (delta = -261905029 ns)
[   98.964235] Bluetooth: L2CAP ver 2.13
[   98.964356] Bluetooth: L2CAP socket layer initialized
[   99.024283] Bluetooth: RFCOMM socket layer initialized
[   99.024431] Bluetooth: RFCOMM TTY layer initialized
[   99.024542] Bluetooth: RFCOMM ver 1.11
[   99.568322] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   99.568440] Bluetooth: BNEP filters: protocol multicast
[   99.661364] Bridge firewalling registered
[   99.714478] Bluetooth: SCO (Voice Link) ver 0.6
[   99.714600] Bluetooth: SCO socket layer initialized
[  166.615706] lp: driver loaded but no devices found
[  166.643590] ppdev: user-space parallel port driver
[  866.464047] CE: hpet increasing min_delta_ns to 15000 nsec
[ 1450.140056] CE: hpet increasing min_delta_ns to 22500 nsec
[ 1721.881776] e1000e 0000:00:19.0: irq 28 for MSI/MSI-X
[ 1721.936390] e1000e 0000:00:19.0: irq 28 for MSI/MSI-X
[ 1721.938038] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 1722.226452] Registered led device: iwl-phy0::radio
[ 1722.226496] Registered led device: iwl-phy0::assoc
[ 1722.226534] Registered led device: iwl-phy0::RX
[ 1722.226572] Registered led device: iwl-phy0::TX
[ 1722.238976] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 1722.622491] wlan0: direct probe to AP 00:18:e7:3c:99:d9 try 1
[ 1722.622527] wlan0: privacy configuration mismatch and mixed-cell disabled - disassociate
[ 1722.625430] wlan0 direct probe responded
[ 1722.625437] wlan0: authenticate with AP 00:18:e7:3c:99:d9
[ 1722.626746] wlan0: authenticate with AP 00:18:e7:3c:99:d9
[ 1722.626770] wlan0: privacy configuration mismatch and mixed-cell disabled - disassociate
[ 1722.629825] wlan0: authenticated
[ 1722.629833] wlan0: associate with AP 00:18:e7:3c:99:d9
[ 1722.629840] wlan0: mismatch in privacy configuration and mixed-cell disabled - abort association
[ 1722.683587] wlan0: authenticate with AP 00:18:e7:3c:99:d9
[ 1722.686434] wlan0: authenticate with AP 00:18:e7:3c:99:d9
[ 1722.687269] wlan0: authenticated
[ 1722.687276] wlan0: associate with AP 00:18:e7:3c:99:d9
[ 1722.693053] wlan0: RX AssocResp from 00:18:e7:3c:99:d9 (capab=0x431 status=0 aid=1)
[ 1722.693061] wlan0: associated
[ 1722.696773] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 1732.924255] wlan0: no IPv6 routers present
[ 2050.805071] wlan0: deauthenticating by local choice (reason=3)
[ 2050.912527] Registered led device: iwl-phy0::radio
[ 2050.912571] Registered led device: iwl-phy0::assoc
[ 2050.912608] Registered led device: iwl-phy0::RX
[ 2050.912645] Registered led device: iwl-phy0::TX
[ 2050.923086] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 2050.968076] wlan0: deauthenticating by local choice (reason=3)
[ 3035.893806] e1000e 0000:00:19.0: irq 28 for MSI/MSI-X
[ 3035.948213] e1000e 0000:00:19.0: irq 28 for MSI/MSI-X
[ 3035.949996] ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 3036.148691] Registered led device: iwl-phy0::radio
[ 3036.148736] Registered led device: iwl-phy0::assoc
[ 3036.148775] Registered led device: iwl-phy0::RX
[ 3036.148813] Registered led device: iwl-phy0::TX
[ 3036.233938] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 3036.364740] wlan0: direct probe to AP 00:18:e7:3c:99:d9 try 1
[ 3036.364788] wlan0: privacy configuration mismatch and mixed-cell disabled - disassociate
[ 3036.367568] wlan0 direct probe responded
[ 3036.367573] wlan0: authenticate with AP 00:18:e7:3c:99:d9
[ 3036.370395] wlan0: authenticate with AP 00:18:e7:3c:99:d9
[ 3036.370421] wlan0: privacy configuration mismatch and mixed-cell disabled - disassociate
[ 3036.371850] wlan0: authenticated
[ 3036.371855] wlan0: associate with AP 00:18:e7:3c:99:d9
[ 3036.371860] wlan0: mismatch in privacy configuration and mixed-cell disabled - abort association
[ 3036.443498] wlan0: authenticate with AP 00:18:e7:3c:99:d9
[ 3036.444516] wlan0: authenticate with AP 00:18:e7:3c:99:d9
[ 3036.447295] wlan0: authenticated
[ 3036.447301] wlan0: associate with AP 00:18:e7:3c:99:d9
[ 3036.451192] wlan0: RX AssocResp from 00:18:e7:3c:99:d9 (capab=0x431 status=0 aid=1)
[ 3036.451199] wlan0: associated
[ 3036.454135] ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 3047.396256] wlan0: no IPv6 routers present

** Loaded modules:
Module                  Size  Used by
ppdev                   7784  0 
lp                     10612  0 
parport                38224  2 ppdev,lp
sco                    10996  2 
bridge                 48256  0 
stp                     2868  1 bridge
bnep                   13792  2 
rfcomm                 36016  4 
l2cap                  21152  16 bnep,rfcomm
acpi_cpufreq            8912  0 
cpufreq_powersave       1792  0 
cpufreq_stats           4660  0 
cpufreq_userspace       3652  0 
cpufreq_conservative     7928  0 
ext2                   62816  1 
firewire_sbp2          15424  0 
loop                   15980  0 
btusb                  12756  2 
bluetooth              55124  9 sco,bnep,rfcomm,l2cap,btusb
joydev                 10992  0 
uvcvideo               56700  0 
videodev               36768  1 uvcvideo
v4l1_compat            12932  2 uvcvideo,videodev
v4l2_compat_ioctl32     9312  1 videodev
arc4                    2048  2 
ecb                     3072  2 
snd_hda_codec_idt      62480  1 
iwlagn                 83492  0 
iwlcore               106784  1 iwlagn
snd_hda_intel          26680  0 
snd_hda_codec          75248  2 snd_hda_codec_idt,snd_hda_intel
snd_hwdep               8152  1 snd_hda_codec
snd_pcm                78504  2 snd_hda_intel,snd_hda_codec
mac80211              161328  2 iwlagn,iwlcore
snd_seq                51392  0 
snd_timer              21824  2 snd_pcm,snd_seq
snd_seq_device          7476  1 snd_seq
pcmcia                 27640  0 
snd                    63912  8 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_seq,snd_timer,snd_seq_device
i2c_i801               10464  0 
psmouse                42172  0 
dell_laptop             4056  0 
rfkill                 12116  3 iwlcore,dell_laptop
wmi                     7488  0 
soundcore               7984  1 snd
i2c_core               25456  1 i2c_i801
snd_page_alloc         10000  2 snd_hda_intel,snd_pcm
cfg80211               65448  3 iwlagn,iwlcore,mac80211
dcdbas                  8560  1 dell_laptop
yenta_socket           24940  1 
rsrc_nonstatic         10224  1 yenta_socket
evdev                  10448  23 
serio_raw               5844  0 
pcmcia_core            37124  3 pcmcia,yenta_socket,rsrc_nonstatic
processor              40160  3 acpi_cpufreq
battery                 7840  0 
button                  6512  0 
ac                      3872  0 
ext3                  122864  1 
jbd                    48168  1 ext3
mbcache                 8804  2 ext2,ext3
sha256_generic          9440  0 
aes_x86_64              8928  2 
aes_generic            27840  1 aes_x86_64
cbc                     3776  1 
dm_crypt               12984  1 
dm_mod                 59384  9 dm_crypt
sg                     24024  0 
sr_mod                 15908  0 
cdrom                  34344  1 sr_mod
sd_mod                 33720  3 
crc_t10dif              2096  1 sd_mod
usbhid                 37328  0 
hid                    41376  1 usbhid
sdhci_pci               8160  0 
sdhci                  17604  1 sdhci_pci
mmc_core               55504  1 sdhci
led_class               5048  2 iwlcore,sdhci
ricoh_mmc               4272  0 
firewire_ohci          22356  0 
firewire_core          44996  2 firewire_sbp2,firewire_ohci
crc_itu_t               2720  1 firewire_core
uhci_hcd               22208  0 
ahci                   36480  2 
libata                175500  1 ahci
intel_agp              28752  0 
e1000e                111728  0 
scsi_mod              158784  5 firewire_sbp2,sg,sr_mod,sd_mod,libata
ehci_hcd               33820  0 
video                  21884  0 
output                  3472  1 video
thermal                15936  0 
fan                     5240  0 
thermal_sys            16448  4 processor,video,thermal,fan

** PCI devices:
00:00.0 Host bridge [0600]: Intel Corporation Mobile 4 Series Chipset Memory Controller Hub [8086:2a40] (rev 07)
	Subsystem: Dell Device [1028:0233]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
	Latency: 0
	Capabilities: <access denied>

00:01.0 PCI bridge [0604]: Intel Corporation Mobile 4 Series Chipset PCI Express Graphics Port [8086:2a41] (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: f2000000-f6efffff
	Prefetchable memory behind bridge: 00000000e0000000-00000000efffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport-driver

00:19.0 Ethernet controller [0200]: Intel Corporation 82567LM Gigabit Network Connection [8086:10f5] (rev 03)
	Subsystem: Dell Device [1028:0233]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 28
	Region 0: Memory at f6fe0000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at f6fdb000 (32-bit, non-prefetchable) [size=4K]
	Region 2: I/O ports at efe0 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: e1000e

00:1a.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #4 [8086:2937] (rev 03) (prog-if 00 [UHCI])
	Subsystem: Dell Device [1028:0233]
	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
	Interrupt: pin A routed to IRQ 20
	Region 4: I/O ports at 6f60 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1a.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #5 [8086:2938] (rev 03) (prog-if 00 [UHCI])
	Subsystem: Dell Device [1028:0233]
	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
	Interrupt: pin B routed to IRQ 21
	Region 4: I/O ports at 6f80 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1a.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #6 [8086:2939] (rev 03) (prog-if 00 [UHCI])
	Subsystem: Dell Device [1028:0233]
	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
	Interrupt: pin C routed to IRQ 22
	Region 4: I/O ports at 6fa0 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1a.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #2 [8086:293c] (rev 03) (prog-if 20 [EHCI])
	Subsystem: Dell Device [1028:0233]
	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
	Interrupt: pin C routed to IRQ 22
	Region 0: Memory at fed1c400 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd

00:1b.0 Audio device [0403]: Intel Corporation 82801I (ICH9 Family) HD Audio Controller [8086:293e] (rev 03)
	Subsystem: Dell Device [1028:0233]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 21
	Region 0: Memory at f6fdc000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: HDA Intel

00:1c.0 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 1 [8086:2940] (rev 03) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport-driver

00:1c.1 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 2 [8086:2942] (rev 03) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
	Memory behind bridge: f1f00000-f1ffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport-driver

00:1c.2 PCI bridge [0604]: Intel Corporation 82801I (ICH9 Family) PCI Express Port 3 [8086:2944] (rev 03) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0d, subordinate=0d, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>
	Kernel driver in use: pcieport-driver

00:1d.0 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 [8086:2934] (rev 03) (prog-if 00 [UHCI])
	Subsystem: Dell Device [1028:0233]
	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
	Interrupt: pin A routed to IRQ 20
	Region 4: I/O ports at 6f00 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.1 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 [8086:2935] (rev 03) (prog-if 00 [UHCI])
	Subsystem: Dell Device [1028:0233]
	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
	Interrupt: pin B routed to IRQ 21
	Region 4: I/O ports at 6f20 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.2 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 [8086:2936] (rev 03) (prog-if 00 [UHCI])
	Subsystem: Dell Device [1028:0233]
	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
	Interrupt: pin C routed to IRQ 22
	Region 4: I/O ports at 6f40 [size=32]
	Capabilities: <access denied>
	Kernel driver in use: uhci_hcd

00:1d.7 USB Controller [0c03]: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 [8086:293a] (rev 03) (prog-if 20 [EHCI])
	Subsystem: Dell Device [1028:0233]
	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
	Interrupt: pin A routed to IRQ 20
	Region 0: Memory at fed1c000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd

00:1e.0 PCI bridge [0604]: Intel Corporation 82801 Mobile PCI Bridge [8086:2448] (rev 93) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Bus: primary=00, secondary=03, subordinate=07, sec-latency=32
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: f1e00000-f1efffff
	Prefetchable memory behind bridge: 0000000120000000-0000000123ffffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR+ NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: <access denied>

00:1f.0 ISA bridge [0601]: Intel Corporation ICH9M-E LPC Interface Controller [8086:2917] (rev 03)
	Subsystem: Dell Device [1028:0233]
	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
	Capabilities: <access denied>

00:1f.2 RAID bus controller [0104]: Intel Corporation Mobile 82801 SATA RAID Controller [8086:282a] (rev 03)
	Subsystem: Dell Device [1028:0233]
	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
	Interrupt: pin D routed to IRQ 29
	Region 0: I/O ports at 6e70 [size=8]
	Region 1: I/O ports at 6e78 [size=4]
	Region 2: I/O ports at 6e80 [size=8]
	Region 3: I/O ports at 6e88 [size=4]
	Region 4: I/O ports at 6ea0 [size=32]
	Region 5: Memory at fed1c800 (32-bit, non-prefetchable) [size=2K]
	Capabilities: <access denied>
	Kernel driver in use: ahci

00:1f.3 SMBus [0c05]: Intel Corporation 82801I (ICH9 Family) SMBus Controller [8086:2930] (rev 03)
	Subsystem: Dell Device [1028:0233]
	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-
	Interrupt: pin B routed to IRQ 19
	Region 0: Memory at f6fdaf00 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at 1100 [size=32]
	Kernel driver in use: i801_smbus

01:00.0 VGA compatible controller [0300]: nVidia Corporation G98M [Quadro NVS 160M] [10de:06eb] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: Dell Device [1028:0233]
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 3
	Region 0: Memory at f5000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Region 3: Memory at f2000000 (64-bit, non-prefetchable) [size=32M]
	Region 5: I/O ports at df00 [size=128]
	[virtual] Expansion ROM at f4000000 [disabled] [size=128K]
	Capabilities: <access denied>

03:01.0 CardBus bridge [0607]: Ricoh Co Ltd RL5c476 II [1180:0476] (rev ba)
	Subsystem: Dell Device [1028:0233]
	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: 168
	Interrupt: pin A routed to IRQ 19
	Region 0: Memory at f1e00000 (32-bit, non-prefetchable) [size=4K]
	Bus: primary=03, secondary=04, subordinate=07, sec-latency=176
	Memory window 0: 20000000-23fff000 (prefetchable)
	Memory window 1: 24000000-27fff000
	I/O window 0: 00002000-000020ff
	I/O window 1: 00002400-000024ff
	BridgeCtl: Parity- SERR- ISA- VGA- MAbort- >Reset- 16bInt+ PostWrite+
	16-bit legacy interface ports at 0001
	Kernel driver in use: yenta_cardbus

03:01.1 FireWire (IEEE 1394) [0c00]: Ricoh Co Ltd R5C832 IEEE 1394 Controller [1180:0832] (rev 04) (prog-if 10 [OHCI])
	Subsystem: Dell Device [1028:0233]
	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 (500ns min, 1000ns max), Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 17
	Region 0: Memory at f1eff800 (32-bit, non-prefetchable) [size=2K]
	Capabilities: <access denied>
	Kernel driver in use: firewire_ohci

03:01.2 SD Host controller [0805]: Ricoh Co Ltd R5C822 SD/SDIO/MMC/MS/MSPro Host Adapter [1180:0822] (rev 21) (prog-if 01)
	Subsystem: Dell Device [1028:0233]
	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, Cache Line Size: 64 bytes
	Interrupt: pin C routed to IRQ 18
	Region 0: Memory at f1eff600 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>
	Kernel driver in use: sdhci-pci

03:01.3 System peripheral [0880]: Ricoh Co Ltd R5C843 MMC Host Controller [1180:0843] (rev ff) (prog-if ff)
	!!! Unknown header type 7f
	Kernel driver in use: ricoh-mmc

0c:00.0 Network controller [0280]: Intel Corporation PRO/Wireless 5300 AGN [Shiloh] Network Connection [8086:4235]
	Subsystem: Intel Corporation Device [8086:1121]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 30
	Region 0: Memory at f1ffe000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: iwlagn



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

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6.30-1-amd64 depends on:
ii  debconf [debconf-2.0]         1.5.27     Debian configuration management sy
ii  initramfs-tools [linux-initra 0.93.4     tools for generating an initramfs
ii  module-init-tools             3.10-3     tools for managing Linux kernel mo

linux-image-2.6.30-1-amd64 recommends no packages.

Versions of packages linux-image-2.6.30-1-amd64 suggests:
ii  grub                          0.97-57    GRand Unified Bootloader (dummy pa
ii  grub-legacy [grub]            0.97-58    GRand Unified Bootloader (Legacy v
ii  linux-doc-2.6.30              2.6.30-6   Linux kernel specific documentatio

-- debconf information:
  linux-image-2.6.30-1-amd64/preinst/initrd-2.6.30-1-amd64:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.30-1-amd64/postinst/create-kimage-link-2.6.30-1-amd64: true
  linux-image-2.6.30-1-amd64/preinst/abort-overwrite-2.6.30-1-amd64:
  linux-image-2.6.30-1-amd64/postinst/bootloader-error-2.6.30-1-amd64:
  linux-image-2.6.30-1-amd64/preinst/lilo-has-ramdisk:
  linux-image-2.6.30-1-amd64/postinst/old-dir-initrd-link-2.6.30-1-amd64: true
  linux-image-2.6.30-1-amd64/postinst/old-initrd-link-2.6.30-1-amd64: true
  linux-image-2.6.30-1-amd64/postinst/kimage-is-a-directory:
  linux-image-2.6.30-1-amd64/preinst/lilo-initrd-2.6.30-1-amd64: true
  linux-image-2.6.30-1-amd64/prerm/removing-running-kernel-2.6.30-1-amd64: true
  linux-image-2.6.30-1-amd64/prerm/would-invalidate-boot-loader-2.6.30-1-amd64: true
  linux-image-2.6.30-1-amd64/preinst/elilo-initrd-2.6.30-1-amd64: true
  linux-image-2.6.30-1-amd64/preinst/bootloader-initrd-2.6.30-1-amd64: true
  linux-image-2.6.30-1-amd64/preinst/overwriting-modules-2.6.30-1-amd64: true
  linux-image-2.6.30-1-amd64/postinst/depmod-error-2.6.30-1-amd64: false
  linux-image-2.6.30-1-amd64/preinst/failed-to-move-modules-2.6.30-1-amd64:
  linux-image-2.6.30-1-amd64/postinst/depmod-error-initrd-2.6.30-1-amd64: false
  linux-image-2.6.30-1-amd64/preinst/abort-install-2.6.30-1-amd64:
  linux-image-2.6.30-1-amd64/postinst/bootloader-test-error-2.6.30-1-amd64:
  linux-image-2.6.30-1-amd64/postinst/old-system-map-link-2.6.30-1-amd64: true

Attachment: bootbug.tar.xz
Description: Binary data


--- End Message ---
--- Begin Message ---
Source: linux-2.6
Source-Version: 2.6.30-7

We believe that the bug you reported is fixed in the latest version of
linux-2.6, which is due to be installed in the Debian FTP archive:

linux-2.6_2.6.30-7.diff.gz
  to pool/main/l/linux-2.6/linux-2.6_2.6.30-7.diff.gz
linux-2.6_2.6.30-7.dsc
  to pool/main/l/linux-2.6/linux-2.6_2.6.30-7.dsc
linux-doc-2.6.30_2.6.30-7_all.deb
  to pool/main/l/linux-2.6/linux-doc-2.6.30_2.6.30-7_all.deb
linux-headers-2.6.30-2-all-amd64_2.6.30-7_amd64.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.30-2-all-amd64_2.6.30-7_amd64.deb
linux-headers-2.6.30-2-all_2.6.30-7_amd64.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.30-2-all_2.6.30-7_amd64.deb
linux-headers-2.6.30-2-amd64_2.6.30-7_amd64.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.30-2-amd64_2.6.30-7_amd64.deb
linux-headers-2.6.30-2-common_2.6.30-7_amd64.deb
  to pool/main/l/linux-2.6/linux-headers-2.6.30-2-common_2.6.30-7_amd64.deb
linux-image-2.6.30-2-amd64_2.6.30-7_amd64.deb
  to pool/main/l/linux-2.6/linux-image-2.6.30-2-amd64_2.6.30-7_amd64.deb
linux-libc-dev_2.6.30-7_amd64.deb
  to pool/main/l/linux-2.6/linux-libc-dev_2.6.30-7_amd64.deb
linux-manual-2.6.30_2.6.30-7_all.deb
  to pool/main/l/linux-2.6/linux-manual-2.6.30_2.6.30-7_all.deb
linux-patch-debian-2.6.30_2.6.30-7_all.deb
  to pool/main/l/linux-2.6/linux-patch-debian-2.6.30_2.6.30-7_all.deb
linux-source-2.6.30_2.6.30-7_all.deb
  to pool/main/l/linux-2.6/linux-source-2.6.30_2.6.30-7_all.deb
linux-support-2.6.30-2_2.6.30-7_all.deb
  to pool/main/l/linux-2.6/linux-support-2.6.30-2_2.6.30-7_all.deb
linux-tree-2.6.30_2.6.30-7_all.deb
  to pool/main/l/linux-2.6/linux-tree-2.6.30_2.6.30-7_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 546041@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Blank <waldi@debian.org> (supplier of updated linux-2.6 package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 16 Sep 2009 17:23:13 +0200
Source: linux-2.6
Binary: linux-source-2.6.30 linux-doc-2.6.30 linux-manual-2.6.30 linux-patch-debian-2.6.30 linux-tree-2.6.30 linux-support-2.6.30-2 linux-libc-dev linux-headers-2.6.30-2-all linux-headers-2.6.30-2-all-alpha linux-headers-2.6.30-2-common linux-image-2.6.30-2-alpha-generic linux-headers-2.6.30-2-alpha-generic linux-image-2.6.30-2-alpha-smp linux-headers-2.6.30-2-alpha-smp linux-image-2.6.30-2-alpha-legacy linux-headers-2.6.30-2-alpha-legacy linux-headers-2.6.30-2-all-amd64 linux-image-2.6.30-2-amd64 linux-headers-2.6.30-2-amd64 linux-headers-2.6.30-2-all-arm linux-image-2.6.30-2-footbridge linux-headers-2.6.30-2-footbridge linux-image-2.6.30-2-iop32x linux-headers-2.6.30-2-iop32x linux-image-2.6.30-2-ixp4xx linux-headers-2.6.30-2-ixp4xx linux-image-2.6.30-2-orion5x linux-headers-2.6.30-2-orion5x linux-headers-2.6.30-2-all-armel linux-image-2.6.30-2-kirkwood linux-headers-2.6.30-2-kirkwood linux-image-2.6.30-2-versatile linux-headers-2.6.30-2-versatile linux-headers-2.6.30-2-all
 -hppa linux-image-2.6.30-2-parisc linux-headers-2.6.30-2-parisc linux-image-2.6.30-2-parisc-smp linux-headers-2.6.30-2-parisc-smp linux-image-2.6.30-2-parisc64 linux-headers-2.6.30-2-parisc64 linux-image-2.6.30-2-parisc64-smp linux-headers-2.6.30-2-parisc64-smp linux-headers-2.6.30-2-all-i386 linux-image-2.6.30-2-486 linux-headers-2.6.30-2-486 linux-image-2.6.30-2-686 linux-headers-2.6.30-2-686 linux-image-2.6.30-2-686-bigmem linux-headers-2.6.30-2-686-bigmem linux-headers-2.6.30-2-all-ia64 linux-image-2.6.30-2-itanium linux-headers-2.6.30-2-itanium linux-image-2.6.30-2-mckinley linux-headers-2.6.30-2-mckinley linux-headers-2.6.30-2-all-m68k linux-image-2.6.30-2-amiga linux-headers-2.6.30-2-amiga linux-image-2.6.30-2-atari linux-headers-2.6.30-2-atari linux-image-2.6.30-2-bvme6000 linux-headers-2.6.30-2-bvme6000 linux-image-2.6.30-2-mac linux-headers-2.6.30-2-mac linux-image-2.6.30-2-mvme147 linux-headers-2.6.30-2-mvme147 linux-image-2.6.30-2-mvme16x linux-headers-2.6.30-2-m
 vme16x linux-headers-2.6.30-2-all-mips linux-image-2.6.30-2-r4k-ip22 linux-headers-2.6.30-2-r4k-ip22 linux-image-2.6.30-2-r5k-ip32 linux-headers-2.6.30-2-r5k-ip32 linux-image-2.6.30-2-sb1-bcm91250a linux-headers-2.6.30-2-sb1-bcm91250a linux-image-2.6.30-2-sb1a-bcm91480b linux-headers-2.6.30-2-sb1a-bcm91480b linux-image-2.6.30-2-4kc-malta linux-headers-2.6.30-2-4kc-malta linux-image-2.6.30-2-5kc-malta linux-headers-2.6.30-2-5kc-malta linux-headers-2.6.30-2-all-mipsel linux-image-2.6.30-2-r5k-cobalt linux-headers-2.6.30-2-r5k-cobalt linux-headers-2.6.30-2-all-powerpc linux-image-2.6.30-2-powerpc linux-headers-2.6.30-2-powerpc linux-image-2.6.30-2-powerpc-smp linux-headers-2.6.30-2-powerpc-smp linux-image-2.6.30-2-powerpc64 linux-headers-2.6.30-2-powerpc64 linux-headers-2.6.30-2-all-s390 linux-image-2.6.30-2-s390x linux-headers-2.6.30-2-s390x linux-image-2.6.30-2-s390x-tape linux-headers-2.6.30-2-all-sparc linux-image-2.6.30-2-sparc64 linux-headers-2.6.30-2-sparc64 linux-image-
 2.6.30-2-sparc64-smp linux-headers-2.6.30-2-sparc64-smp
Architecture: source all amd64
Version: 2.6.30-7
Distribution: unstable
Urgency: low
Maintainer: Debian Kernel Team <debian-kernel@lists.debian.org>
Changed-By: Bastian Blank <waldi@debian.org>
Description: 
 linux-doc-2.6.30 - Linux kernel specific documentation for version 2.6.30
 linux-headers-2.6.30-2-486 - Header files for Linux 2.6.30-2-486
 linux-headers-2.6.30-2-4kc-malta - Header files for Linux 2.6.30-2-4kc-malta
 linux-headers-2.6.30-2-5kc-malta - Header files for Linux 2.6.30-2-5kc-malta
 linux-headers-2.6.30-2-686 - Header files for Linux 2.6.30-2-686
 linux-headers-2.6.30-2-686-bigmem - Header files for Linux 2.6.30-2-686-bigmem
 linux-headers-2.6.30-2-all - All header files for Linux 2.6.30
 linux-headers-2.6.30-2-all-alpha - All header files for Linux 2.6.30
 linux-headers-2.6.30-2-all-amd64 - All header files for Linux 2.6.30
 linux-headers-2.6.30-2-all-arm - All header files for Linux 2.6.30
 linux-headers-2.6.30-2-all-armel - All header files for Linux 2.6.30
 linux-headers-2.6.30-2-all-hppa - All header files for Linux 2.6.30
 linux-headers-2.6.30-2-all-i386 - All header files for Linux 2.6.30
 linux-headers-2.6.30-2-all-ia64 - All header files for Linux 2.6.30
 linux-headers-2.6.30-2-all-m68k - All header files for Linux 2.6.30
 linux-headers-2.6.30-2-all-mips - All header files for Linux 2.6.30
 linux-headers-2.6.30-2-all-mipsel - All header files for Linux 2.6.30
 linux-headers-2.6.30-2-all-powerpc - All header files for Linux 2.6.30
 linux-headers-2.6.30-2-all-s390 - All header files for Linux 2.6.30
 linux-headers-2.6.30-2-all-sparc - All header files for Linux 2.6.30
 linux-headers-2.6.30-2-alpha-generic - Header files for Linux 2.6.30-2-alpha-generic
 linux-headers-2.6.30-2-alpha-legacy - Header files for Linux 2.6.30-2-alpha-legacy
 linux-headers-2.6.30-2-alpha-smp - Header files for Linux 2.6.30-2-alpha-smp
 linux-headers-2.6.30-2-amd64 - Header files for Linux 2.6.30-2-amd64
 linux-headers-2.6.30-2-amiga - Header files for Linux 2.6.30-2-amiga
 linux-headers-2.6.30-2-atari - Header files for Linux 2.6.30-2-atari
 linux-headers-2.6.30-2-bvme6000 - Header files for Linux 2.6.30-2-bvme6000
 linux-headers-2.6.30-2-common - Common header files for Linux 2.6.30-2
 linux-headers-2.6.30-2-footbridge - Header files for Linux 2.6.30-2-footbridge
 linux-headers-2.6.30-2-iop32x - Header files for Linux 2.6.30-2-iop32x
 linux-headers-2.6.30-2-itanium - Header files for Linux 2.6.30-2-itanium
 linux-headers-2.6.30-2-ixp4xx - Header files for Linux 2.6.30-2-ixp4xx
 linux-headers-2.6.30-2-kirkwood - Header files for Linux 2.6.30-2-kirkwood
 linux-headers-2.6.30-2-mac - Header files for Linux 2.6.30-2-mac
 linux-headers-2.6.30-2-mckinley - Header files for Linux 2.6.30-2-mckinley
 linux-headers-2.6.30-2-mvme147 - Header files for Linux 2.6.30-2-mvme147
 linux-headers-2.6.30-2-mvme16x - Header files for Linux 2.6.30-2-mvme16x
 linux-headers-2.6.30-2-orion5x - Header files for Linux 2.6.30-2-orion5x
 linux-headers-2.6.30-2-parisc - Header files for Linux 2.6.30-2-parisc
 linux-headers-2.6.30-2-parisc-smp - Header files for Linux 2.6.30-2-parisc-smp
 linux-headers-2.6.30-2-parisc64 - Header files for Linux 2.6.30-2-parisc64
 linux-headers-2.6.30-2-parisc64-smp - Header files for Linux 2.6.30-2-parisc64-smp
 linux-headers-2.6.30-2-powerpc - Header files for Linux 2.6.30-2-powerpc
 linux-headers-2.6.30-2-powerpc-smp - Header files for Linux 2.6.30-2-powerpc-smp
 linux-headers-2.6.30-2-powerpc64 - Header files for Linux 2.6.30-2-powerpc64
 linux-headers-2.6.30-2-r4k-ip22 - Header files for Linux 2.6.30-2-r4k-ip22
 linux-headers-2.6.30-2-r5k-cobalt - Header files for Linux 2.6.30-2-r5k-cobalt
 linux-headers-2.6.30-2-r5k-ip32 - Header files for Linux 2.6.30-2-r5k-ip32
 linux-headers-2.6.30-2-s390x - Header files for Linux 2.6.30-2-s390x
 linux-headers-2.6.30-2-sb1-bcm91250a - Header files for Linux 2.6.30-2-sb1-bcm91250a
 linux-headers-2.6.30-2-sb1a-bcm91480b - Header files for Linux 2.6.30-2-sb1a-bcm91480b
 linux-headers-2.6.30-2-sparc64 - Header files for Linux 2.6.30-2-sparc64
 linux-headers-2.6.30-2-sparc64-smp - Header files for Linux 2.6.30-2-sparc64-smp
 linux-headers-2.6.30-2-versatile - Header files for Linux 2.6.30-2-versatile
 linux-image-2.6.30-2-486 - Linux 2.6.30 image on x86
 linux-image-2.6.30-2-4kc-malta - Linux 2.6.30 image on MIPS Malta
 linux-image-2.6.30-2-5kc-malta - Linux 2.6.30 image on MIPS Malta (64-bit)
 linux-image-2.6.30-2-686 - Linux 2.6.30 image on PPro/Celeron/PII/PIII/P4
 linux-image-2.6.30-2-686-bigmem - Linux 2.6.30 image on PPro/Celeron/PII/PIII/P4
 linux-image-2.6.30-2-alpha-generic - Linux 2.6.30 image on Alpha
 linux-image-2.6.30-2-alpha-legacy - Linux 2.6.30 image on Alpha Legacy
 linux-image-2.6.30-2-alpha-smp - Linux 2.6.30 image on Alpha SMP
 linux-image-2.6.30-2-amd64 - Linux 2.6.30 image on AMD64
 linux-image-2.6.30-2-amiga - Linux 2.6.30 image on Amiga
 linux-image-2.6.30-2-atari - Linux 2.6.30 image on Atari
 linux-image-2.6.30-2-bvme6000 - Linux 2.6.30 image on BVM BVME4000 and BVME6000
 linux-image-2.6.30-2-footbridge - Linux 2.6.30 image on Footbridge
 linux-image-2.6.30-2-iop32x - Linux 2.6.30 image on IOP32x
 linux-image-2.6.30-2-itanium - Linux 2.6.30 image on Itanium
 linux-image-2.6.30-2-ixp4xx - Linux 2.6.30 image on IXP4xx
 linux-image-2.6.30-2-kirkwood - Linux 2.6.30 image on Marvell Kirkwood
 linux-image-2.6.30-2-mac - Linux 2.6.30 image on Macintosh
 linux-image-2.6.30-2-mckinley - Linux 2.6.30 image on Itanium II
 linux-image-2.6.30-2-mvme147 - Linux 2.6.30 image on Motorola MVME147
 linux-image-2.6.30-2-mvme16x - Linux 2.6.30 image on Motorola MVME162/6/7, MVME172/7
 linux-image-2.6.30-2-orion5x - Linux 2.6.30 image on Orion
 linux-image-2.6.30-2-parisc - Linux 2.6.30 image on 32-bit PA-RISC
 linux-image-2.6.30-2-parisc-smp - Linux 2.6.30 image on multiprocessor 32-bit PA-RISC
 linux-image-2.6.30-2-parisc64 - Linux 2.6.30 image on 64-bit PA-RISC
 linux-image-2.6.30-2-parisc64-smp - Linux 2.6.30 image on multiprocessor 64-bit PA-RISC
 linux-image-2.6.30-2-powerpc - Linux 2.6.30 image on uniprocessor 32-bit PowerPC
 linux-image-2.6.30-2-powerpc-smp - Linux 2.6.30 image on multiprocessor 32-bit PowerPC
 linux-image-2.6.30-2-powerpc64 - Linux 2.6.30 image on 64-bit PowerPC
 linux-image-2.6.30-2-r4k-ip22 - Linux 2.6.30 image on SGI IP22
 linux-image-2.6.30-2-r5k-cobalt - Linux 2.6.30 image on Cobalt
 linux-image-2.6.30-2-r5k-ip32 - Linux 2.6.30 image on SGI IP32
 linux-image-2.6.30-2-s390x - Linux 2.6.30 image on IBM zSeries
 linux-image-2.6.30-2-s390x-tape - Linux 2.6.30 image on IBM zSeries, IPL from tape
 linux-image-2.6.30-2-sb1-bcm91250a - Linux 2.6.30 image on BCM91250A
 linux-image-2.6.30-2-sb1a-bcm91480b - Linux 2.6.30 image on BCM91480B
 linux-image-2.6.30-2-sparc64 - Linux 2.6.30 image on uniprocessor 64-bit UltraSPARC
 linux-image-2.6.30-2-sparc64-smp - Linux 2.6.30 image on multiprocessor 64-bit UltraSPARC
 linux-image-2.6.30-2-versatile - Linux 2.6.30 image on Versatile
 linux-libc-dev - Linux support headers for userspace development
 linux-manual-2.6.30 - Linux kernel API manual pages for version 2.6.30
 linux-patch-debian-2.6.30 - Debian patches to version 2.6.30 of the Linux kernel
 linux-source-2.6.30 - Linux kernel source for version 2.6.30 with Debian patches
 linux-support-2.6.30-2 - Support files for Linux 2.6.30
 linux-tree-2.6.30 - Linux kernel source tree for building Debian kernel images
Closes: 515982 522358 525958 530554 538159 541307 541630 542551 543244 545981 546041
Changes: 
 linux-2.6 (2.6.30-7) unstable; urgency=low
 .
   [ Martin Michlmayr ]
   * [armel/kirkwood] Enable eSATA on QNAP TS-219P (John Holland).
   * [armel/kirkwood] Marvell OpenRD-Base board support (Dhaval Vasa).
   * [armel/kirkwood] Initialise SATA for OpenRD-Base (Ron Lee).
   * [armel/kirkwood] Enable SATA_AHCI.
 .
   [ Ben Hutchings ]
   * qla1280: Release spinlock when requesting firmware (closes: #543244)
   * r128: Add test for initialisation to all ioctls that require it
     (closes: #541630)
   * [i386] Fix crash in text_poke_early() on 486-class processors
     (Closes: #515982)
   * intel-agp: Fix cache flushing on i8xx chipsets, avoiding graphics
     corruption and GPU lock-ups (Closes: #541307)
   * [i386] Allow ISA memory range uncacheable mapping requests
     (Closes: #538159)
   * Fix idle time in /proc/uptime (Closes: #545981)
   * e1000, e1000e, igb, ixgb, ixgbe, sfc: Fix initial link state
     (Closes: #546041)
 .
   [ Bastian Blank ]
   * Add stable release 2.6.30.5.
     - drm/i915: Hook connector to encoder during load detection
       (fixes tv/vga detect) (Closes: #522358)
   * Add stable release 2.6.30.6.
     - x86: Fix lock-up on SMP Pentium Pro, Pentium 2, Pentium 3, and
       Athlon MP systems (Closes: #542551)
     - NET: Fix information leaks from getsockname() (CVE-2009-3001,
       CVE-2009-3002)
     - iwl3945/rfkill: Reenable radio when hardware switch turned back on
       (Closes: #530554)
   * Bump ABI to 2.
   * Apply missing fixes:
     - block: fix sg SG_DXFER_TO_FROM_DEV regression.
     - sched_rt: Fix overload bug on rt group scheduling.
   * Add stable release 2.6.30.7.
   * [sparc] Disable PROM console. (closes: #525958)
Checksums-Sha1: 
 1a62b9718dfc068a78feae6ebc1fe10969952c39 4525 linux-2.6_2.6.30-7.dsc
 3c773a9a68e4ef4be10b77d6df8aa8a29abf71f8 531933 linux-2.6_2.6.30-7.diff.gz
 5968d76cac203601f182fd818f651cccd3d172c0 112380 linux-tree-2.6.30_2.6.30-7_all.deb
 8a2b0914ddf792d1bc832a74511aced7234aa892 128312 linux-support-2.6.30-2_2.6.30-7_all.deb
 b5c80c1575ed5c111c2a287e9ce7f8f4d9e3bfe5 368246 linux-patch-debian-2.6.30_2.6.30-7_all.deb
 5a47e87eaa9c0398399d416a222829375ef6e8bb 427296 linux-headers-2.6.30-2-amd64_2.6.30-7_amd64.deb
 5a2020b68b8067f67404793b77009a9bee3481a0 58728616 linux-source-2.6.30_2.6.30-7_all.deb
 9c2ff1ed050671e88f8baec06ce2c77cc856911c 25077688 linux-image-2.6.30-2-amd64_2.6.30-7_amd64.deb
 fa0e090c6a246dfe23788a670b7a3a3433d07f17 3590464 linux-headers-2.6.30-2-common_2.6.30-7_amd64.deb
 d673635239ec1386857d17b4a12db1b6d80079d8 111988 linux-headers-2.6.30-2-all_2.6.30-7_amd64.deb
 717c27bd812343d2f2eea3786575946cd2ddc4e2 111996 linux-headers-2.6.30-2-all-amd64_2.6.30-7_amd64.deb
 7d6851f7b922f18b68fc76a04e8a877fef1acd4c 826716 linux-libc-dev_2.6.30-7_amd64.deb
 9be3eb83940b0ba22023f3f01ecf792e423a396b 5470282 linux-doc-2.6.30_2.6.30-7_all.deb
 b10513099300387d7865c072b0f85d48e59cd596 2300964 linux-manual-2.6.30_2.6.30-7_all.deb
Checksums-Sha256: 
 b4c2fc6b089bf10b036a8532a2e32c44426426bbcdf05a99b602b241d4b05b9b 4525 linux-2.6_2.6.30-7.dsc
 90833c4123f6fa4f08ccb55c906a437e3d6276a86849e13f98c8bb680a2fb11e 531933 linux-2.6_2.6.30-7.diff.gz
 a82706d0ede40871c815990cb0e4641ff6c06bff3b38a3b808c8780766b54c2c 112380 linux-tree-2.6.30_2.6.30-7_all.deb
 a85fa4fbe346460a0ddd7c4ce40cec56ace23f6ad39a2bd6bd16ae9a8648f257 128312 linux-support-2.6.30-2_2.6.30-7_all.deb
 ce56c17bd84586572f1ae75f30f874b8d7b07646f2cc84ca185f5566f74fd4e7 368246 linux-patch-debian-2.6.30_2.6.30-7_all.deb
 f9e68c9bf158617b925180b466b26245bf11fedbd2fe78b0a67c3fb031d57ac4 427296 linux-headers-2.6.30-2-amd64_2.6.30-7_amd64.deb
 4e22891e9a1d432399358b1915aa258394b315f8cac991d72c9553e3af4f43a3 58728616 linux-source-2.6.30_2.6.30-7_all.deb
 bff281f621f8fe90e18b14b82c4ad677c44ddaea2b340a6ad36f729e05a8233f 25077688 linux-image-2.6.30-2-amd64_2.6.30-7_amd64.deb
 10e68f6cb25097d6912225abf28f4d5fdac642da49027bc482f9ff95e1928949 3590464 linux-headers-2.6.30-2-common_2.6.30-7_amd64.deb
 fce7585be2ef59c03a7f85d073314b951c8fe7dcddaed0e43e7387f113ea3430 111988 linux-headers-2.6.30-2-all_2.6.30-7_amd64.deb
 1ee21b3ac9404614e33e1d0169bcf23e1f641c5be689760ba4140751fbcf37ea 111996 linux-headers-2.6.30-2-all-amd64_2.6.30-7_amd64.deb
 bf5461f8ce868226c5deb70fd938447a7e6723719302dbd6869e6d079602df75 826716 linux-libc-dev_2.6.30-7_amd64.deb
 333abeb138e02a7a857d849526756546fe8f87c02afa6e4201d75ecf1ac22ba0 5470282 linux-doc-2.6.30_2.6.30-7_all.deb
 42928ab05ac481a18da4524e5cb1214562350db23cd8f7c192f4e513755ed011 2300964 linux-manual-2.6.30_2.6.30-7_all.deb
Files: 
 eaea9457b02dbe764b4030d3d4687bc8 4525 kernel optional linux-2.6_2.6.30-7.dsc
 b8ca0756ec244157a7ee492058e818be 531933 kernel optional linux-2.6_2.6.30-7.diff.gz
 750cda07052294c503f17e3eedad8703 112380 devel optional linux-tree-2.6.30_2.6.30-7_all.deb
 cc19a15e3153c9211009a6baac960133 128312 devel optional linux-support-2.6.30-2_2.6.30-7_all.deb
 59f3a4c47e2fedafe96e5a756c43fc37 368246 kernel optional linux-patch-debian-2.6.30_2.6.30-7_all.deb
 a50665bc0e96b58bb2fad727efb1c4c9 427296 kernel optional linux-headers-2.6.30-2-amd64_2.6.30-7_amd64.deb
 38b2cfd0cccad25ba851263b1d9ba148 58728616 kernel optional linux-source-2.6.30_2.6.30-7_all.deb
 d1efc1f553e9e3931e1cafac3f35f056 25077688 kernel optional linux-image-2.6.30-2-amd64_2.6.30-7_amd64.deb
 00f6342e1129d944a4632a126670832d 3590464 kernel optional linux-headers-2.6.30-2-common_2.6.30-7_amd64.deb
 8384d597979122cea3c44b538fae6673 111988 kernel optional linux-headers-2.6.30-2-all_2.6.30-7_amd64.deb
 bfe0fc6c37e30da386b7530d8c753f1f 111996 kernel optional linux-headers-2.6.30-2-all-amd64_2.6.30-7_amd64.deb
 c1869eda4c64038a3374cc851ba6fbe0 826716 devel optional linux-libc-dev_2.6.30-7_amd64.deb
 e19b9aacd1794ee0ca3d532b022a201c 5470282 doc optional linux-doc-2.6.30_2.6.30-7_all.deb
 551d209f0b4c8e47b0f31f64c117691e 2300964 doc optional linux-manual-2.6.30_2.6.30-7_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkqx9dMACgkQLkAIIn9ODhF8HwCg9yvntGBKbXtpmz1EVDkayoU4
+p4An2z8l/OwfELjLIcWzZz2jQv6IEDN
=mkoA
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: