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

Bug#582021: marked as done (linux-image-2.6.32-bpo.4-xen-amd64 misses networking booting domUs installed via xen-tools)



Your message dated Thu, 23 Dec 2010 11:54:43 +0000
with message-id <1293105283.22419.6.camel@zakaz.uk.xensource.com>
and subject line Re: Bug#582021: the .32 kernel
has caused the Debian Bug report #582021,
regarding linux-image-2.6.32-bpo.4-xen-amd64 misses networking booting domUs installed via xen-tools
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.)


-- 
582021: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582021
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: linux-2.6
Version: 2.6.32-11~bpo50+1
Severity: normal
Tags: squeeze

Using the provided kernel linux-image-2.6.32-bpo.4-xen-amd64 misses networking booting domU s.
I have run a number of passes, using three different xen kernels to compare and contrast their effectiveness.
This will be long.

The first is squeeze's supplied kernel, linux-image-2.6.32-bpo.4-xen-amd64,
the second, lenny's kernel, vmlinuz-2.6.26-2-xen-amd64,
the third, an ubuntu kernel that id a domU kernel, and
the fourth, a lightly modified x86_64 version of the third.

I used xen-tools, squeeze's version, and installed a lenny. 
The settings were quite standard, taken from a HowTo page for karmic xen installs.
The squeeze kernel managed to boot it, but was without networking.

The config file that creates the vm;

kernel      = '/boot/kernel-2.6-xen-amd64-domU'
ramdisk     = '/boot/initrd.img-2.6-xen-domU'
memory      = '256'
root        = '/dev/xvda2 ro'
disk        = [
                  'file:/mnt/xendomains/domains/lenny01/disk.img,xvda2,w',
                  'file:/mnt/xendomains/domains/lenny01/swap.img,xvda1,w',
                  'file:/mnt/images/xen/images/debian/Squeeze.img,xvdb,w',
                  'phy:sdb3,xvdc,w'         
name        = 'lenny01'
dhcp        = 'dhcp'
vif         = [ 'mac=00:16:3E:59:C4:6E,bridge=eth0' ]
_on_poweroff_ = 'destroy'
on_reboot   = 'restart'

creating the vm,           xm create -c lenny01.cfg

yields;

-------------------------------
--------------------------------
Activating swapfile swap...done.
Setting up networking....
Configuring network interfaces...Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
eth0: ERROR while getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up eth0.
done.
INIT: Entering runlevel: 2
Starting enhanced syslogd: rsyslogd.
Starting OpenBSD Secure Shell server: sshd.
Starting periodic command scheduler: crond.

Debian GNU/Linux 5.0 lenny01 hvc0

lenny01 login:

It reaches login, but has completely missed the netwoking.
Rather than paste the networking config files, instead,
replace the kernel used to boot;

Using

kernel      = '/boot/vmlinuz-2.6.26-2-xen-amd64'
ramdisk     = '/boot/initrd.img-2.6.26-2-xen-amd64'
 
lenny's kernel

-----------------------------------
----------------------------------
Activating swapfile swap...done.
Setting up networking....
Configuring network interfaces...Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/eth0/00:16:3e:59:c4:6e
Sending on   LPF/eth0/00:16:3e:59:c4:6e
Sending on   Socket/fallback
DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 4
DHCPOFFER from 192.168.0.1
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.0.1
bound to 192.168.0.68 -- renewal in 1683 seconds.
done.
INIT: Entering runlevel: 2
Starting enhanced syslogd: rsyslogd.
Starting OpenBSD Secure Shell server: sshd.
Starting periodic command scheduler: crond.

Debian GNU/Linux 5.0 lenny01 hvc0

lenny01 login:

-------------------------------------------

dhcp worked, and it has an address at eth0.

Ubuntu made a kernel for guest, domUs;  using
kernel      = '/boot/vmlinuz-2.6.31.6-xenU'
ramdisk     = '/boot/initramfs.img-2.6.31.6-xenU'
yields;

-------------------------------
---------------------------------

NBUS: Device with no driver: device/console/0
BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
EDD information not available.
Sending DHCP requests .., OK
IP-Config: Got DHCP answer from 192.168.0.1, my address is 192.168.0.68
IP-Config: Complete:
     device=eth0, addr=192.168.0.68, mask=255.255.255.0, gw=192.168.0.1,
     host=192.168.0.68, domain=, nis-domain=(none),
     bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
Freeing unused kernel memory: 316k freed
request_module: runaway loop modprobe binfmt-464c
request_module: runaway loop modprobe binfmt-464c
request_module: runaway loop modprobe binfmt-464c
request_module: runaway loop modprobe binfmt-464c
request_module: runaway loop modprobe binfmt-464c

---------------------------------------------

and almost freezes the system.  This outcome  I think may be due to the kernel
being made for i386.  This is a x86_64 system.  So, after several attempts,
I managed a 64 version of the Ubuntu kernel, just taking the config form Ubuntu's and running it through a 2.6.31 xen kernel.
A few attempts gave unsuccessful results, however;

Using

kernel      = '/boot/vmlinuz-2.6.31.6-xenU'
ramdisk     = '/boot/initramfs.img-2.6.31.6-xenU'

----------------------------
----------------------------
Activating swapfile swap...done.
Setting up networking....
Configuring network interfaces...Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/

Listening on LPF/eth0/00:16:3e:59:c4:6e
Sending on   LPF/eth0/00:16:3e:59:c4:6e
Sending on   Socket/fallback
DHCPREQUEST on eth0 to 255.255.255.255 port 67
DHCPACK from 192.168.0.1
bound to 192.168.0.68 -- renewal in 1650 seconds.
done.
INIT: Entering runlevel: 2
Starting enhanced syslogd: rsyslogd.
Starting OpenBSD Secure Shell server: sshd.
Starting periodic command scheduler: crond.

Debian GNU/Linux 5.0 lenny01 hvc0

lenny01 login:

--------------------------------------------------

representing an effective boot.

Was this a glitch, a one off?

I booted a vm of squeeze itself with them to compare.  It was installed via virt-manager.
This vm proved hard to boot up.  Pyrgub reported no boot loader data when grub wasindeed  installed into the images's virtual mbr.
I managed to boot it with hvm, but don't know what the problem was with pygrub.

Using

kernel      = '/boot/kernel-2.6-xen-amd64-domU'
ramdisk     = '/boot/initrd.img-2.6-xen-domU'
memory      = '300'
root        = 'xvda1 ro console=tty0'
disk        = [
                  'file:/mnt/images/xen/images/debian/Squeeze.img,xvda1,w',
                  'phy:sdb3,xvdb,w'         
              ]
name        = 'Squeeze'

yields

---------------------------------------
------------------------------------

[    0.102660] NET: Registered protocol family 17
[    0.103100] registered taskstats version 1
[    0.200054] XENBUS: Device with no driver: device/vbd/51713
[    0.200530] XENBUS: Device with no driver: device/vbd/51728
[    0.200974] XENBUS: Device with no driver: device/vif/0
[    0.201422] XENBUS: Device with no driver: device/console/0
[    0.201891] /tmp/buildd/linux-2.6-2.6.32/debian/build/source_amd64_xen/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    0.202974] Freeing unused kernel memory: 588k freed
[    0.203799] Write protecting the kernel read-only data: 4244k
[    0.437668] blkfront: xvda1: barriers enabled
[    0.444758] blkfront: xvdb: barriers enabled
[    0.445843]  xvdb:
[    0.706048] device-mapper: uevent: version 1.0.3
[    0.708048] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com

here the output stopped at the desktop console and switched to the vnc console.
See Screenshot-5.

------------------------------

This shows that it couldn't complete bootup.  To ensure it had its required software, I copied the xen kernel modules folder from /lib/modules/ into the squeeze vm.
This result puzzles me.  It's missing the devices that are in fact there.
This is demo'ed in the final run of squeeze, using the ubuntu kernel.

Using the ubuntu 32 kernel,

kernel      = '/boot/vmlinuz-2.6.31.6-xenU'
ramdisk     = '/boot/initramfs.img-2.6.31.6-xenU'

yields the same result as booting the lenny vm, falling just short of login.


The last, the modified ubuntu kernel,

kernel      = '/boot/vmlinuz-2.6.32-bpo.4-xen-amd64'
ramdisk     = '/boot/initrd.img-2.6.31-bpo.4-xen-amd64'

---------------
--------------
[    0.102660] NET: Registered protocol family 17
[    0.103100] registered taskstats version 1
[    0.200054] XENBUS: Device with no driver: device/vbd/51713
[    0.200530] XENBUS: Device with no driver: device/vbd/51728
[    0.200974] XENBUS: Device with no driver: device/vif/0
[    0.201422] XENBUS: Device with no driver: device/console/0
[    0.201891] /tmp/buildd/linux-2.6-2.6.32/debian/build/source_amd64_xen/drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    0.202974] Freeing unused kernel memory: 588k freed
[    0.203799] Write protecting the kernel read-only data: 4244k
[    0.437668] blkfront: xvda1: barriers enabled
[    0.444758] blkfront: xvdb: barriers enabled
[    0.445843]  xvdb:
[    0.706048] device-mapper: uevent: version 1.0.3
[    0.708048] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com

then switches to vnc, see Screenshots 6 & 7.

---------------------------------

 I can't tell whether this is an anomoly or a bug.  It's booting and creating devices. 
Screenshot 7 shows the devices it calaims are not there are in fact there.  So this requires some sort of adjustment, but I'm not a kernel guru to do it.  The developers can do that.

So the linux-image-2.6.32-bpo.4-xen-amd64 and the modified ubuntu kernel are seemingly close to an effective boot.

Now, back to linux-image-2.6.32-bpo.4-xen-amd64.

Booting another lenny, installed by a karmic install,  using

kernel      = '/boot/vmlinuz-2.6.32-bpo.4-xen-amd64'
ramdisk     = '/boot/initrd.img-2.6.31-bpo.4-xen-amd64'

yields

-----------------------
-----------------------
[    0.514618] blkfront: xvdc: barriers enabled
[    0.515704]  xvdc:
[    0.786894] device-mapper: uevent: version 1.0.3
[    0.788746] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[    0.822534] EXT3-fs: INFO: recovery required on readonly filesystem.
[    0.823351] EXT3-fs: write access will be enabled during recovery.
[    0.918080] kjournald starting.  Commit interval 5 seconds
[    0.918930] EXT3-fs: recovery complete.
[    0.919893] EXT3-fs: mounted filesystem with ordered data mode.
[    2.744338] udevd version 125 started
[    5.331835] Adding 262136k swap on /dev/xvda1.  Priority:-1 extents:1 across:262136k SS
[    5.795519] EXT3 FS on xvda2, internal journal

Debian GNU/Linux 5.0 Lenny.com hvc0

Lenny.com login: root
Password:
Last login: Mon May 17 14:09:16 UTC 2010 on hvc0
Linux Lenny.com 2.6.32-bpo.4-xen-amd64 #1 SMP Thu Apr 8 13:20:53 UTC 2010 x86_64

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Lenny:~# ifconfig
lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:20 errors:0 dropped:0 overruns:0 frame:0
          TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:1416 (1.3 KiB)  TX bytes:1416 (1.3 KiB)

Lenny:~#

   --------------------------------------------

Once again, no networking.

Using the orginal ubuntu kernel again almost freezes the system,
confirming my suspicion that it's an i386 kernel in a 64 system.
Using the 64 prepared version again results in an effective boot.

Using

kernel      = '/boot/kernel-2.6-xen-amd64-domU'
ramdisk     = '/boot/initrd.img-2.6-xen-domU'

yields

---------------------------
device=eth0, addr=192.168.0.68, mask=255.255.255.0, gw=192.168.0.1,
host=192.168.0.68, domain=, nis-domain=(none),
bootserver=192.168.0.1, rootserver=192.168.0.1, rootpath=
Freeing unused kernel memory: 432k freed
device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
EXT3-fs: INFO: recovery required on readonly filesystem.
EXT3-fs: write access will be enabled during recovery.
kjournald starting.  Commit interval 5 seconds
EXT3-fs: recovery complete.
EXT3-fs: mounted filesystem with writeback data mode.
udevd version 125 started
Adding 262136k swap on /dev/xvda1.  Priority:-1 extents:1 across:262136k SS
EXT3 FS on xvda2, internal journal

Debian GNU/Linux 5.0 Lenny.com hvc0

Lenny.com login: idella@squeeze:~$
----------------------- .

Booting etch using

kernel      = '/boot/vmlinuz-2.6.32-bpo.4-xen-amd64'
ramdisk     = '/boot/initrd.img-2.6.31-bpo.4-xen-amd64'

yields

-----------------------------
[    0.372862] Setting capacity to 16777216
[    0.373529] xvdb: detected capacity change from 0 to 8589934592
[    0.375186] blkfront: xvdc: barriers enabled
[    0.376353]  xvdc:
[    0.396083] Setting capacity to 83891430
[    0.396704] xvdc: detected capacity change from 0 to 42952412160
[    0.689045] device-mapper: uevent: version 1.0.3
[    0.690869] device-mapper: ioctl: 4.15.0-ioctl (2009-04-01) initialised: dm-devel@redhat.com
[    0.738415] kjournald starting.  Commit interval 5 seconds
[    0.739241] EXT3-fs: mounted filesystem with ordered data mode.
[    2.416320] Adding 262136k swap on /dev/xvda1.  Priority:-1 extents:1 across:262136k SS
[    2.621043] EXT3 FS on xvda2, internal journal

Debian GNU/Linux 4.0 etch.com hvc0

etch.com login:

idella@etch:~$ ifconfig
-bash: ifconfig: command not found
idella@etch:~$ /sbin/ifconfig
lo        Link encap:Local Loopback 
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

idella@etch:~$

--------------------------------------

Once again, no networking, which is the deficit in the kernel.

You ought be able to procure the config of the ububntu kernel easily enough,  but I may as well provide it here.
In conclusion, a long demo of how the squeeze kernel misses networking on booting guests.
Solution, ubuntu made it already.  Be good to procure the kernel source, however, I still can't figure
whether it's procurable.  Trying to download the kernel source, it skips over the xen kernel and
just like in lenny, selects the regular kernel source. 
If the regular kernel source can be used to adjust the config of a xen kernel, please tell me, and tell me how.

See attachment for the config.

See attachment for reportbug -q --template -T none -s none -S normal -b --list-cc none -q 2.6.32-bpo.4-xen-amd64






Find it at CarPoint.com.au New, Used, Demo, Dealer or Private?

Attachment: Screenshot-5.png
Description: PNG image

Attachment: Screenshot-6.png
Description: PNG image

Attachment: Screenshot-7.png
Description: PNG image

Attachment: config-domU
Description: Binary data

-- Package-specific info:
** Version:
Linux version 2.6.32-bpo.4-xen-amd64 (Debian 2.6.32-11~bpo50+1) (norbert@tretkowski.de) (gcc version 4.3.2 (Debian 4.3.2-1.1) ) #1 SMP Thu Apr 8 13:20:53 UTC 2010

** Command line:
root=UUID=2005c368-4f43-43e5-b76f-687d80209772 ro

** Not tainted

** Kernel log:
[ 4398.323219] xenbus_probe_devices failed xenbus_directory
[ 4398.323219] frontend_probe_and_watch devices probed ok
[ 4398.323219] frontend_probe_and_watch watch add ok ok
[ 4398.323219] frontend_probe_and_watch all done
[ 4398.323219] Bridge firewalling registered
[ 4398.323219] device peth0 entered promiscuous mode
[ 4398.323219] eth0: port 1(peth0) entering forwarding state
[ 4398.323219] Bluetooth: Core ver 2.15
[ 4398.323219] NET: Registered protocol family 31
[ 4398.323219] Bluetooth: HCI device and connection manager initialized
[ 4398.323219] Bluetooth: HCI socket layer initialized
[ 4398.323219] Bluetooth: L2CAP ver 2.14
[ 4398.323219] Bluetooth: L2CAP socket layer initialized
[ 4398.323219] Bluetooth: RFCOMM TTY layer initialized
[ 4398.323219] Bluetooth: RFCOMM socket layer initialized
[ 4398.323219] Bluetooth: RFCOMM ver 1.11
[ 4398.323219] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 4398.323219] Bluetooth: BNEP filters: protocol multicast
[ 4398.323219] Bluetooth: SCO (Voice Link) ver 0.6
[ 4398.323219] Bluetooth: SCO socket layer initialized
[ 4398.323219] peth0: no IPv6 routers present
[ 4398.323219] lp0: using parport0 (interrupt-driven).
[ 4398.323219] ppdev: user-space parallel port driver
[ 4398.323219] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 4398.323219] eth0: no IPv6 routers present
[ 4398.323219] virbr1: starting userspace STP failed, starting kernel STP
[ 4398.323219] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 4398.323219] lo: Disabled Privacy Extensions
[ 4398.323219] CPU0 attaching NULL sched-domain.
[ 4398.323219] CPU1 attaching NULL sched-domain.
[ 4398.323219] CPU0 attaching sched-domain:
[ 4398.323219]  domain 0: span 0-1 level CPU
[ 4398.323219]   groups: 0 1
[ 4398.323219] CPU1 attaching sched-domain:
[ 4398.323219]  domain 0: span 0-1 level CPU
[ 4398.323219]   groups: 1 0
[ 4398.323219] end_request: I/O error, dev fd0, sector 0
[ 4398.323219] end_request: I/O error, dev fd0, sector 0
[ 4398.323219] EXT2-fs warning: mounting unchecked fs, running e2fsck is recommended
[ 4398.323219]   alloc irq_desc for 748 on node 0
[ 4398.323219]   alloc kstat_irqs on node 0
[ 4398.323219] device vif1.0 entered promiscuous mode
[ 4398.323219] eth0: port 2(vif1.0) entering forwarding state
[ 4398.323219]   alloc irq_desc for 747 on node 0
[ 4398.323219]   alloc kstat_irqs on node 0
[ 4398.323219] nf_conntrack version 0.5.0 (5094 buckets, 20376 max)
[ 4398.323219] CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use
[ 4398.323219] nf_conntrack.acct=1 kernel parameter, acct=1 nf_conntrack module option or
[ 4398.323219] sysctl net.netfilter.nf_conntrack_acct=1 to enable it.
[ 4398.323219] loop: module loaded
[ 4398.323219] physdev match: using --physdev-out in the OUTPUT, FORWARD and POSTROUTING chains for non-bridged traffic is not supported anymore.
[ 4398.323219] eth0: port 2(vif1.0) entering disabled state
[ 4398.323219] eth0: port 2(vif1.0) entering disabled state
[ 4398.323219] physdev match: using --physdev-out in the OUTPUT, FORWARD and POSTROUTING chains for non-bridged traffic is not supported anymore.
[ 4398.323219] device vif2.0 entered promiscuous mode
[ 4398.323219] eth0: port 2(vif2.0) entering forwarding state
[ 4398.323219] physdev match: using --physdev-out in the OUTPUT, FORWARD and POSTROUTING chains for non-bridged traffic is not supported anymore.
[ 4398.323219]   alloc irq_desc for 746 on node 0
[ 4398.323219]   alloc kstat_irqs on node 0
[ 4398.323219]   alloc irq_desc for 745 on node 0
[ 4398.323219]   alloc kstat_irqs on node 0
[ 4398.323219] blkback: ring-ref 8, event-channel 10, protocol 1 (x86_64-abi)
[ 4398.323219]   alloc irq_desc for 744 on node 0
[ 4398.323219]   alloc kstat_irqs on node 0
[ 4398.323219] blkback: ring-ref 9, event-channel 11, protocol 1 (x86_64-abi)
[ 4398.323219]   alloc irq_desc for 743 on node 0
[ 4398.323219]   alloc kstat_irqs on node 0
[ 4398.323219] blkback: ring-ref 10, event-channel 12, protocol 1 (x86_64-abi)
[ 4398.323219]   alloc irq_desc for 742 on node 0
[ 4398.323219]   alloc kstat_irqs on node 0
[ 4398.323219] blkback: ring-ref 11, event-channel 13, protocol 1 (x86_64-abi)
[ 4398.323219]   alloc irq_desc for 741 on node 0
[ 4398.323219]   alloc kstat_irqs on node 0
[ 4398.323219] vif2.0: no IPv6 routers present
[ 4398.323219] hrtimer: interrupt took 130742143 ns
[ 4398.323219] usb 1-2: reset high speed USB device using ehci_hcd and address 3
[ 4398.323219] eth0: port 2(vif2.0) entering disabled state
[ 4398.323219] eth0: port 2(vif2.0) entering disabled state
[ 4398.323219] physdev match: using --physdev-out in the OUTPUT, FORWARD and POSTROUTING chains for non-bridged traffic is not supported anymore.
[ 4398.323219] device vif3.0 entered promiscuous mode
[ 4398.323219] eth0: port 2(vif3.0) entering forwarding state
[ 4398.323219] physdev match: using --physdev-out in the OUTPUT, FORWARD and POSTROUTING chains for non-bridged traffic is not supported anymore.
[ 4398.323219] blkback: ring-ref 8, event-channel 9, protocol 1 (x86_64-abi)
[ 4398.323219] blkback: ring-ref 9, event-channel 10, protocol 1 (x86_64-abi)
[ 4398.323219] blkback: ring-ref 10, event-channel 11, protocol 1 (x86_64-abi)
[ 4398.323219] blkback: ring-ref 11, event-channel 12, protocol 1 (x86_64-abi)
[ 4398.323219]   alloc irq_desc for 740 on node 0
[ 4398.323219]   alloc kstat_irqs on node 0
[ 4398.323219] vif3.0: no IPv6 routers present
[ 4398.323219] eth0: port 2(vif3.0) entering disabled state
[ 4398.323219] eth0: port 2(vif3.0) entering disabled state
[ 4398.323219] physdev match: using --physdev-out in the OUTPUT, FORWARD and POSTROUTING chains for non-bridged traffic is not supported anymore.
[ 4398.323219] device vif4.0 entered promiscuous mode
[ 4398.323219] eth0: port 2(vif4.0) entering forwarding state
[ 4398.323219] physdev match: using --physdev-out in the OUTPUT, FORWARD and POSTROUTING chains for non-bridged traffic is not supported anymore.
[ 4398.323219] blkback: ring-ref 8, event-channel 8, protocol 1 (x86_64-abi)
[ 4398.323219] blkback: ring-ref 9, event-channel 9, protocol 1 (x86_64-abi)
[ 4398.323219] blkback: ring-ref 10, event-channel 10, protocol 1 (x86_64-abi)
[ 4398.323219] blkback: ring-ref 11, event-channel 11, protocol 1 (x86_64-abi)
[ 4398.323219] vif4.0: no IPv6 routers present

** Model information
sys_vendor: System manufacturer
product_name: System Product Name
product_version: System Version
chassis_vendor: Chassis Manufacture
chassis_version: Chassis Version
bios_vendor: Phoenix Technologies, LTD
bios_version: ASUS P5N-MX ACPI BIOS Revision 0402
board_vendor: ASUSTeK Computer INC.
board_name: P5N-MX
board_version: 1.XX    

** Loaded modules:
Module                  Size  Used by
nf_conntrack_ipv4       9833  1 
nf_defrag_ipv4          1139  1 nf_conntrack_ipv4
xt_state                1303  1 
loop                   11735  6 
nf_conntrack           46247  2 nf_conntrack_ipv4,xt_state
xt_physdev              1508  2 
ext2                   52825  1 
ipt_REJECT              1953  2 
xt_tcpudp               2319  4 
iptable_filter          2258  1 
ip_tables              13899  1 iptable_filter
x_tables               12813  5 xt_state,xt_physdev,ipt_REJECT,xt_tcpudp,ip_tables
ppdev                   5030  0 
lp                      7462  0 
sco                     7209  2 
bnep                    9331  2 
rfcomm                 29485  0 
l2cap                  24688  6 bnep,rfcomm
bluetooth              41715  6 sco,bnep,rfcomm,l2cap
bridge                 39438  0 
stp                     1440  1 bridge
xen_evtchn              4227  4 
xenfs                   9392  1 
cpufreq_userspace       1960  0 
cpufreq_stats           2659  0 
cpufreq_conservative     5162  0 
cpufreq_powersave        902  0 
binfmt_misc             6399  1 
fuse                   49886  1 
ext4                  284587  5 
jbd2                   66567  1 ext4
crc16                   1319  2 l2cap,ext4
reiserfs              193514  3 
dm_crypt               10427  0 
arc4                    1274  2 
snd_hda_codec_realtek   235442  1 
ecb                     1841  2 
snd_hda_intel          19747  0 
snd_hda_codec          54212  2 snd_hda_codec_realtek,snd_hda_intel
ath5k                 112146  0 
mac80211              135628  1 ath5k
snd_hwdep               5364  1 snd_hda_codec
snd_pcm_oss            32591  0 
ath                     7974  1 ath5k
snd_mixer_oss          12606  1 snd_pcm_oss
snd_pcm                60503  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd_seq_midi            4400  0 
snd_rawmidi            15483  1 snd_seq_midi
snd_seq_midi_event      4628  1 snd_seq_midi
snd_seq                42657  2 snd_seq_midi,snd_seq_midi_event
ums_cypress             2381  0 
snd_timer              15470  2 snd_pcm,snd_seq
cfg80211              100664  3 ath5k,mac80211,ath
snd_seq_device          4477  3 snd_seq_midi,snd_rawmidi,snd_seq
snd                    46318  11 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
soundcore               4598  1 snd
snd_page_alloc          6137  2 snd_hda_intel,snd_pcm
rfkill                 12932  4 bluetooth,cfg80211
parport_pc             18855  1 
parport                27938  3 ppdev,lp,parport_pc
i2c_nforce2             5280  0 
asus_atk0110            7686  0 
led_class               2401  1 ath5k
i2c_core               15552  1 i2c_nforce2
evdev                   7336  8 
pcspkr                  1699  0 
processor              30119  0 
ext3                  106054  3 
jbd                    36813  1 ext3
mbcache                 4970  3 ext2,ext4,ext3
dm_mod                 53434  6 dm_crypt
usbhid                 33100  0 
hid                    62697  1 usbhid
usb_storage            39353  2 ums_cypress
sg                     18712  0 
sr_mod                 12602  0 
cdrom                  29399  1 sr_mod
sd_mod                 29609  19 
crc_t10dif              1276  1 sd_mod
ata_generic             2983  0 
ohci_hcd               19068  0 
pata_ali                8775  2 
sata_uli                2985  0 
pata_amd                9869  3 
button                  4634  0 
ahci                   32118  9 
floppy                 49087  0 
ehci_hcd               30546  0 
forcedeth              45400  0 
libata                131863  5 ata_generic,pata_ali,sata_uli,pata_amd,ahci
scsi_mod              121637  6 ums_cypress,usb_storage,sg,sr_mod,sd_mod,libata
usbcore               121591  6 ums_cypress,usbhid,usb_storage,ohci_hcd,ehci_hcd
nls_base                6377  1 usbcore
thermal                11674  0 
fan                     3346  0 
thermal_sys            11878  3 processor,thermal,fan

** Network interface configuration:

auto lo
iface lo inet loopback

allow-hotplug eth0 peth0
iface eth0 inet dhcp

** Network status:
*** IP interfaces and addresses:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: peth0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
    link/ether 00:1f:c6:1a:ac:bd brd ff:ff:ff:ff:ff:ff
    inet6 fe80::21f:c6ff:fe1a:acbd/64 scope link 
       valid_lft forever preferred_lft forever
3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN qlen 1000
    link/ether 00:11:95:e9:b2:b7 brd ff:ff:ff:ff:ff:ff
4: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN 
    link/ether 00:1f:c6:1a:ac:bd brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.57/24 brd 192.168.0.255 scope global eth0
    inet6 fe80::21f:c6ff:fe1a:acbd/64 scope link 
       valid_lft forever preferred_lft forever
5: pan0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN 
    link/ether 8e:79:51:08:33:69 brd ff:ff:ff:ff:ff:ff
6: virbr1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN 
    link/ether 76:20:a7:f6:62:81 brd ff:ff:ff:ff:ff:ff
    inet 192.168.100.1/24 brd 192.168.100.255 scope global virbr1
11: vif4.0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 32
    link/ether fe:ff:ff:ff:ff:ff brd ff:ff:ff:ff:ff:ff
    inet6 fe80::fcff:ffff:feff:ffff/64 scope link 
       valid_lft forever preferred_lft forever

*** Device statistics:
Inter-|   Receive                                                |  Transmit
 face |bytes    packets errs drop fifo frame compressed multicast|bytes    packets errs drop fifo colls carrier compressed
    lo: 1761599    9799    0    0    0     0          0         0  1761599    9799    0    0    0     0       0          0
 peth0: 5759302   15622    0    0    0     0          0         0  1523742   11805    0    0    0     0       0          0
 wlan0:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
  eth0: 5535974   15609    0    0    0     0          0      4387  1453960   11731    0    0    0     0       0          0
  pan0:       0       0    0    0    0     0          0         0        0       0    0    0    0     0       0          0
virbr1:       0       0    0    0    0     0          0         0     3840      23    0    0    0     0       0          0
vif4.0:    2108      22    0    0    0     0          0         0   599693    3418    0    1    0     0       0          0

*** Protocol statistics:
Ip:
    21486 total packets received
    4 with invalid addresses
    0 forwarded
    0 incoming packets discarded
    21308 incoming packets delivered
    21019 requests sent out
    1 dropped because of missing route
Icmp:
    0 ICMP messages received
    0 input ICMP message failed.
    ICMP input histogram:
    0 ICMP messages sent
    0 ICMP messages failed
    ICMP output histogram:
Tcp:
    415 active connections openings
    2 passive connection openings
    60 failed connection attempts
    44 connection resets received
    0 connections established
    20524 segments received
    19861 segments send out
    492 segments retransmited
    0 bad segments received.
    101 resets sent
Udp:
    554 packets received
    0 packets to unknown port received.
    0 packet receive errors
    672 packets sent
UdpLite:
TcpExt:
    61 TCP sockets finished time wait in fast timer
    1 time wait sockets recycled by time stamp
    489 delayed acks sent
    Quick ack mode was activated 21 times
    11138 packet headers predicted
    1147 acknowledgments not containing data payload received
    6207 predicted acknowledgments
    1 times recovered from packet loss by selective acknowledgements
    44 congestion windows recovered without slow start after partial ack
    1 fast retransmits
    170 other TCP timeouts
    16 DSACKs sent for old packets
    7 connections reset due to unexpected data
    37 connections reset due to early user close
    99 connections aborted due to timeout
    TCPSackShifted: 1
    TCPSackMerged: 1
    TCPSackShiftFallback: 49
IpExt:
    InMcastPkts: 83
    OutMcastPkts: 55
    InBcastPkts: 246
    InOctets: 6667714
    OutOctets: 3024337
    InMcastOctets: 11005
    OutMcastOctets: 8220
    InBcastOctets: 30333

*** Device features:
eth0: 0x1823
lo: 0x13865
pan0: 0xff3865
peth0: 0x20
vif4.0: 0x10803
virbr1: 0xff3865
wlan0: 0x2000

** PCI devices:
00:00.0 Host bridge [0600]: nVidia Corporation Device [10de:07c3] (rev a2)
	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

00:00.1 RAM memory [0500]: nVidia Corporation nForce 630i memory controller [10de:07cb] (rev a2)
	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

00:01.0 RAM memory [0500]: nVidia Corporation nForce 630i memory controller [10de:07cd] (rev a1)
	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-

00:01.1 RAM memory [0500]: nVidia Corporation nForce 630i memory controller [10de:07ce] (rev a1)
	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-

00:01.2 RAM memory [0500]: nVidia Corporation nForce 630i memory controller [10de:07cf] (rev a1)
	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-

00:01.3 RAM memory [0500]: nVidia Corporation nForce 630i memory controller [10de:07d0] (rev a1)
	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-

00:01.4 RAM memory [0500]: nVidia Corporation nForce 630i memory controller [10de:07d1] (rev a1)
	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-

00:01.5 RAM memory [0500]: nVidia Corporation nForce 630i memory controller [10de:07d2] (rev a1)
	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-

00:01.6 RAM memory [0500]: nVidia Corporation nForce 630i memory controller [10de:07d3] (rev a1)
	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-

00:02.0 RAM memory [0500]: nVidia Corporation nForce 630i memory controller [10de:07d6] (rev a1)
	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-

00:03.0 ISA bridge [0601]: nVidia Corporation MCP73 LPC Bridge [10de:07d7] (rev a2)
	Subsystem: ASUSTeK Computer Inc. Device [1043:82ae]
	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

00:03.1 SMBus [0c05]: nVidia Corporation MCP73 SMBus [10de:07d8] (rev a1)
	Subsystem: ASUSTeK Computer Inc. Device [1043:82ae]
	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-
	Interrupt: pin A routed to IRQ 5
	Region 0: I/O ports at fc00 [size=64]
	Region 4: I/O ports at 1c00 [size=64]
	Region 5: I/O ports at 1c80 [size=64]
	Capabilities: <access denied>
	Kernel driver in use: nForce2_smbus

00:03.2 RAM memory [0500]: nVidia Corporation MCP73 Memory Controller [10de:07d9] (rev a1)
	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-

00:03.4 RAM memory [0500]: nVidia Corporation MCP73 Memory Controller [10de:07c8] (rev a1)
	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-

00:04.0 USB Controller [0c03]: nVidia Corporation GeForce 7100/nForce 630i USB [10de:07fe] (rev a1) (prog-if 10 [OHCI])
	Subsystem: ASUSTeK Computer Inc. Device [1043:82ae]
	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 (750ns min, 250ns max)
	Interrupt: pin A routed to IRQ 20
	Region 0: Memory at effff000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: <access denied>
	Kernel driver in use: ohci_hcd

00:04.1 USB Controller [0c03]: nVidia Corporation MCP73 [nForce 630i] USB 2.0 Controller (EHCI) [10de:056a] (rev a1) (prog-if 20 [EHCI])
	Subsystem: ASUSTeK Computer Inc. Device [1043:82ae]
	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 (750ns min, 250ns max)
	Interrupt: pin B routed to IRQ 22
	Region 0: Memory at efffe000 (32-bit, non-prefetchable) [size=256]
	Capabilities: <access denied>
	Kernel driver in use: ehci_hcd

00:08.0 IDE interface [0101]: nVidia Corporation MCP73 IDE [10de:056c] (rev a1) (prog-if 8a [Master SecP PriP])
	Subsystem: ASUSTeK Computer Inc. Device [1043:82ae]
	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 (750ns min, 250ns max)
	Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
	Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1]
	Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
	Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1]
	Region 4: I/O ports at f000 [size=16]
	Capabilities: <access denied>
	Kernel driver in use: pata_amd

00:09.0 Audio device [0403]: nVidia Corporation MCP73 High Definition Audio [10de:07fc] (rev a1)
	Subsystem: ASUSTeK Computer Inc. Device [1043:8290]
	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 (500ns min, 1250ns max)
	Interrupt: pin A routed to IRQ 23
	Region 0: Memory at efff4000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: <access denied>
	Kernel driver in use: HDA Intel

00:0a.0 PCI bridge [0604]: nVidia Corporation MCP73 PCI Express bridge [10de:056d] (rev a1) (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=01, subordinate=01, sec-latency=32
	I/O behind bridge: 00008000-0000afff
	Memory behind bridge: efc00000-efcfffff
	Prefetchable memory behind bridge: efb00000-efbfffff
	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:0b.0 PCI bridge [0604]: nVidia Corporation MCP73 PCI Express bridge [10de:056e] (rev a1) (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: 32 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 00007000-00007fff
	Memory behind bridge: ea000000-edffffff
	Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
	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

00:0c.0 PCI bridge [0604]: nVidia Corporation MCP73 PCI Express bridge [10de:056f] (rev a1) (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: 32 bytes
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: efa00000-efafffff
	Prefetchable memory behind bridge: 00000000ef900000-00000000ef9fffff
	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

00:0d.0 PCI bridge [0604]: nVidia Corporation MCP73 PCI Express bridge [10de:056f] (rev a1) (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: 32 bytes
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: efe00000-efefffff
	Prefetchable memory behind bridge: 00000000efd00000-00000000efdfffff
	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

00:0e.0 RAID bus controller [0104]: nVidia Corporation MCP73 SATA RAID Controller [10de:07f8] (rev a2) (prog-if 85)
	Subsystem: ASUSTeK Computer Inc. Device [1043:82ae]
	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 (750ns min, 250ns max)
	Interrupt: pin A routed to IRQ 752
	Region 0: I/O ports at 09f0 [size=8]
	Region 1: I/O ports at 0bf0 [size=4]
	Region 2: I/O ports at 0970 [size=8]
	Region 3: I/O ports at 0b70 [size=4]
	Region 4: I/O ports at dc00 [size=16]
	Region 5: Memory at efff8000 (32-bit, non-prefetchable) [size=8K]
	Capabilities: <access denied>
	Kernel driver in use: ahci

00:0f.0 Ethernet controller [0200]: nVidia Corporation MCP73 Ethernet [10de:07dc] (rev a2)
	Subsystem: ASUSTeK Computer Inc. Device [1043:816a]
	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 (250ns min, 5000ns max)
	Interrupt: pin A routed to IRQ 751
	Region 0: Memory at efffd000 (32-bit, non-prefetchable) [size=4K]
	Region 1: I/O ports at d800 [size=8]
	Region 2: Memory at efffc000 (32-bit, non-prefetchable) [size=256]
	Region 3: Memory at efffb000 (32-bit, non-prefetchable) [size=16]
	Capabilities: <access denied>
	Kernel driver in use: forcedeth

01:06.0 Ethernet controller [0200]: Atheros Communications Inc. AR2413 802.11bg NIC [168c:001a] (rev 01)
	Subsystem: D-Link System Inc D-Link AirPlus G DWL-G510 Wireless PCI Adapter(rev.B) [1186:3a16]
	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 (2500ns min, 7000ns max), Cache Line Size: 32 bytes
	Interrupt: pin A routed to IRQ 18
	Region 0: Memory at efcf0000 (32-bit, non-prefetchable) [size=64K]
	Capabilities: <access denied>
	Kernel driver in use: ath5k

01:07.0 Mass storage controller [0180]: ALi Corporation ALi M5281 Serial ATA / RAID Host Controller [10b9:5281] (rev a4) (prog-if 85)
	Subsystem: ALi Corporation ALi M5281 Serial ATA / RAID Host Controller [10b9:5281]
	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: 128, Cache Line Size: 512 bytes
	Interrupt: pin A routed to IRQ 19
	Region 0: I/O ports at ac00 [size=8]
	Region 1: I/O ports at a800 [size=4]
	Region 2: I/O ports at a400 [size=8]
	Region 3: I/O ports at a000 [size=4]
	Region 4: I/O ports at 9c00 [size=16]
	Expansion ROM at efb00000 [disabled] [size=64K]
	Kernel driver in use: sata_uli

01:07.1 Mass storage controller [0180]: ALi Corporation M5228 ALi ATA/RAID Controller [10b9:5228] (rev c6) (prog-if 85)
	Subsystem: ALi Corporation Device [10b9:5281]
	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: 128
	Interrupt: pin A routed to IRQ 19
	Region 0: I/O ports at 9800 [size=8]
	Region 1: I/O ports at 9400 [size=4]
	Region 2: I/O ports at 9000 [size=8]
	Region 3: I/O ports at 8c00 [size=4]
	Region 4: I/O ports at 8800 [size=16]
	Kernel driver in use: pata_ali

02:00.0 VGA compatible controller [0300]: nVidia Corporation G98 [GeForce 8400 GS] [10de:06e4] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device [1043:8278]
	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: 32 bytes
	Interrupt: pin A routed to IRQ 10
	Region 0: Memory at ec000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
	Region 3: Memory at ea000000 (64-bit, non-prefetchable) [size=32M]
	Region 5: I/O ports at 7c00 [size=128]
	Expansion ROM at edfe0000 [disabled] [size=128K]
	Capabilities: <access denied>


** USB devices:
Bus 001 Device 003: ID 0781:5170 SanDisk Corp. 
Bus 001 Device 002: ID 04b4:6830 Cypress Semiconductor Corp. CY7C68300A EZ-USB AT2 USB 2.0 to ATA/ATAPI
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 002: ID 045e:00f6 Microsoft Corp. 
Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


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

Kernel: Linux 2.6.32-bpo.4-xen-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages linux-image-2.6.32-bpo.4-xen-amd64 depends on:
ii  debconf [debconf-2.0]  1.5.30            Debian configuration management sy
ii  initramfs-tools        0.93.4            tools for generating an initramfs
ii  linux-base             2.6.32-11~bpo50+1 Linux image base package
ii  module-init-tools      3.12~pre2-2       tools for managing Linux kernel mo

Versions of packages linux-image-2.6.32-bpo.4-xen-amd64 recommends:
ii  firmware-linux-free           2.6.32-9   Binary firmware for various driver

Versions of packages linux-image-2.6.32-bpo.4-xen-amd64 suggests:
ii  grub                          0.97-59    GRand Unified Bootloader (dummy pa
pn  linux-doc-2.6.32              <none>     (no description available)

Versions of packages linux-image-2.6.32-bpo.4-xen-amd64 is related to:
pn  firmware-bnx2                <none>      (no description available)
pn  firmware-bnx2x               <none>      (no description available)
pn  firmware-ipw2x00             <none>      (no description available)
pn  firmware-ivtv                <none>      (no description available)
pn  firmware-iwlwifi             <none>      (no description available)
pn  firmware-linux               <none>      (no description available)
pn  firmware-linux-nonfree       <none>      (no description available)
pn  firmware-qlogic              <none>      (no description available)
pn  firmware-ralink              <none>      (no description available)
ii  xen-hypervisor-3.4-amd64 [xe 3.4.3~rc3-2 The Xen Hypervisor on AMD64

-- debconf information:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.32-bpo.4-xen-amd64/postinst/depmod-error-initrd-2.6.32-bpo.4-xen-amd64: false
  linux-image-2.6.32-bpo.4-xen-amd64/prerm/removing-running-kernel-2.6.32-bpo.4-xen-amd64: true
  linux-image-2.6.32-bpo.4-xen-amd64/postinst/missing-firmware-2.6.32-bpo.4-xen-amd64:
  linux-image-2.6.32-bpo.4-xen-amd64/prerm/would-invalidate-boot-loader-2.6.32-bpo.4-xen-amd64: true
  linux-image-2.6.32-bpo.4-xen-amd64/postinst/bootloader-error-2.6.32-bpo.4-xen-amd64:
  linux-image-2.6.32-bpo.4-xen-amd64/postinst/bootloader-test-error-2.6.32-bpo.4-xen-amd64:


--- End Message ---
--- Begin Message ---
On Thu, 2010-12-23 at 19:30 +0800, Windows Live wrote:
> kernel      = '/boot/vmlinuz-2.6.32-bpo.4-xen-amd64'
> ramdisk     = '/boot/initrd.img-2.6.31-bpo.4-xen-amd64'
> 
> It took the one single digit to undermine all my efforts. The initrd I entered did not exist.
> 2.6.31-  was intended to be 2.6.32.  It seems you missed it too.  I copied and pasted the settings persistently.

Whoops!

> Apologies for absorbing your efforts when not required.  

Don't worry about it.

I am closing the bug with this email.

Thanks,
Ian.

-- 
Ian Campbell
Current Noise: Nuclear Assault - Vengence

  Our similarities are different. -Dale Berra, son of Yogi



--- End Message ---

Reply to: