cannot ping any machines expect the local host in Hardy

Asked by aladpereira

hello friends, my issue is i cannot ping any of the systems connected to my LAN network in ubuntu. i have configured static ip addressing and when i m pinging the next system it tells me that "destination host unreachable". i m using windows xp as dual os. but no network issues in windows xp. but the problem is in unbuntu. please can you please help me out from this problem.

Question information

Language:
English Edit question
Status:
Needs information
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Nandan Vaidya (gotunandan) said :
#1

Which release of Ubuntu are you using ?
You can check by:

$ lsb_release -c

Also can you check the output of :

$ apt-cache policy network-manager | grep 'Installed'

Revision history for this message
DaveThacker (dthacker9) said :
#2

Please post the output to these commands as well:

$ sudo ifconfig

$ sudo netstat -rn

Are you pinging by ip address or name?

What is the address of your default gateway?

Dave Thacker, Ubuntu Nebraska LoCo Team

Revision history for this message
aladpereira (aladpereira) said :
#3

Here i am posting the output to the commands:

I am pinging using the ip address

root@macet17:~# lsb_release -c
Codename: hardy
root@macet17:~# apt-cache policy network-manager | grep 'Installed'
  Installed: 0.6.6-0ubuntu5
root@macet17:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:21:85:9a:14:7b
          inet addr:192.168.0.4 Bcast:192.168.0.255 Mask:255.255.255.0
          inet6 addr: fe80::221:85ff:fe9a:147b/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
          RX packets:0 errors:0 dropped:4294967280 overruns:0 frame:0
          TX packets:0 errors:0 dropped:138 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
          Interrupt:221 Base address:0x2000

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:1264 errors:0 dropped:0 overruns:0 frame:0
          TX packets:1264 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:70068 (68.4 KB) TX bytes:70068 (68.4 KB)

root@macet17:~# sudo netstat -rn
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0

root@macet17:~# mii-tool
  No MII transceiver present!.

root@macet17:~# lspci
00:00.0 Host bridge: Intel Corporation 82G33/G31/P35/P31 Express DRAM Controller (rev 10)
00:02.0 VGA compatible controller: Intel Corporation 82G33/G31 Express Integrated Graphics Controller (rev 10)
00:1b.0 Audio device: Intel Corporation 82801G (ICH7 Family) High Definition Audio Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 1 (rev 01)
00:1c.1 PCI bridge: Intel Corporation 82801G (ICH7 Family) PCI Express Port 2 (rev 01)
00:1d.0 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #3 (rev 01)
00:1d.3 USB Controller: Intel Corporation 82801G (ICH7 Family) USB UHCI Controller #4 (rev 01)
00:1d.7 USB Controller: Intel Corporation 82801G (ICH7 Family) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GB/GR (ICH7 Family) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corporation 82801G (ICH7 Family) IDE Controller (rev 01)
00:1f.2 IDE interface: Intel Corporation 82801GB/GR/GH (ICH7 Family) SATA IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corporation 82801G (ICH7 Family) SMBus Controller (rev 01)
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev ff)

Revision history for this message
Nandan Vaidya (gotunandan) said :
#4

You could try

$ sudo ifdown eth0; sudo ifup eth0

And then try to ping

Also make sure you have set your gateway address correctly (actually its not necessary if you only need to connect to other machines on the LAN)

Revision history for this message
aladpereira (aladpereira) said :
#5

root@macet17:~# ifdown eth0
root@macet17:~# ifup eth0
root@macet17:~# ping 192.168.0.38
PING 192.168.0.38 (192.168.0.38) 56(84) bytes of data.
From 192.168.0.4 icmp_seq=2 Destination Host Unreachable
From 192.168.0.4 icmp_seq=3 Destination Host Unreachable
From 192.168.0.4 icmp_seq=4 Destination Host Unreachable

--- 192.168.0.38 ping statistics ---
7 packets transmitted, 0 received, +3 errors, 100% packet loss, time 5999ms , pipe 3

Revision history for this message
Nandan Vaidya (gotunandan) said :
#6

Does the Network Manager applet in the top right show that you are connected to the network ?
Or does it show that device is unmanaged for your wired connection ?

And do your indicator LEDs where your network cable is connected blink or are they off ?

Revision history for this message
aladpereira (aladpereira) said :
#7

The LED indicator does not blink, but the network manager applet in the top right show that you are connected to the network

Revision history for this message
aladpereira (aladpereira) said :
#8

can anyone please help me out in this

Revision history for this message
Philip Muškovac (yofel) said :
#9

Are you able to ping anything other than localhost, you router maybe?

Can you find any driver errors in the output of the command 'dmesg' ?
Any network manager errors in your syslog? (the file /var/log/syslog)

Revision history for this message
aladpereira (aladpereira) said :
#10

i m am not able to ping other than my localhost. i am not having a router. i am using LAN by a unmanaged Switch.

output of \var\log\syslog

Jun 27 05:57:18 administrator-desktop syslogd 1.5.0#1ubuntu1: restart.
Jun 27 05:57:18 administrator-desktop anacron[5259]: Job `cron.daily' terminated
Jun 27 05:57:18 administrator-desktop anacron[5259]: Job `cron.weekly' started
Jun 27 05:57:18 administrator-desktop anacron[6276]: Updated timestamp for job `cron.weekly' to 2009-06-27
Jun 27 05:57:19 administrator-desktop syslogd 1.5.0#1ubuntu1: restart.
Jun 27 05:57:19 administrator-desktop anacron[5259]: Job `cron.weekly' terminated
Jun 27 05:57:19 administrator-desktop anacron[5259]: Normal exit (2 jobs run)
Jun 27 06:08:56 administrator-desktop kernel: [ 2311.319897] NETDEV WATCHDOG: eth0: transmit timed out
Jun 27 06:08:57 administrator-desktop kernel: [ 2312.134771] r8169: eth0: link up
Jun 27 06:09:44 administrator-desktop kernel: [ 2359.252913] NETDEV WATCHDOG: eth0: transmit timed out
Jun 27 06:09:45 administrator-desktop kernel: [ 2360.067787] r8169: eth0: link up
Jun 27 06:12:40 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 9: ignoring bad line starting with 'B'
Jun 27 06:12:40 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 10: ignoring bad line starting with 'B'
Jun 27 06:12:40 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 11: ignoring bad line starting with 'D'
Jun 27 06:13:09 administrator-desktop kernel: [ 2563.580351] set status page addr 0x00033000
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 9: ignoring bad line starting with 'B'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 10: ignoring bad line starting with 'B'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 11: ignoring bad line starting with 'D'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 9: ignoring bad line starting with 'B'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 10: ignoring bad line starting with 'B'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 11: ignoring bad line starting with 'D'
Jun 27 06:13:21 administrator-desktop pulseaudio[6692]: main.c: This program is not intended to be run as root (unless --system is specified).
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 9: ignoring bad line starting with 'B'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 10: ignoring bad line starting with 'B'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 11: ignoring bad line starting with 'D'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 9: ignoring bad line starting with 'B'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 10: ignoring bad line starting with 'B'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 11: ignoring bad line starting with 'D'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 9: ignoring bad line starting with 'B'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 10: ignoring bad line starting with 'B'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 11: ignoring bad line starting with 'D'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 9: ignoring bad line starting with 'B'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 10: ignoring bad line starting with 'B'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 11: ignoring bad line starting with 'D'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 9: ignoring bad line starting with 'B'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 10: ignoring bad line starting with 'B'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 11: ignoring bad line starting with 'D'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 9: ignoring bad line starting with 'B'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 10: ignoring bad line starting with 'B'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 11: ignoring bad line starting with 'D'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 9: ignoring bad line starting with 'B'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 10: ignoring bad line starting with 'B'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 11: ignoring bad line starting with 'D'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 9: ignoring bad line starting with 'B'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 10: ignoring bad line starting with 'B'
Jun 27 06:13:21 administrator-desktop modprobe: WARNING: /etc/modprobe.d/aliases line 11: ignoring bad line starting with 'D'
Jun 27 06:13:22 administrator-desktop hcid[5157]: Default passkey agent (:1.57, /org/bluez/passkey) registered
Jun 27 06:13:22 administrator-desktop hcid[5157]: Default authorization agent (:1.57, /org/bluez/auth) registered
Jun 27 06:13:25 administrator-desktop NetworkManager: <info> Updating allowed wireless network lists.
Jun 27 06:13:25 administrator-desktop NetworkManager: <WARN> nm_dbus_get_networks_cb(): error received: org.freedesktop.NetworkManagerInfo.NoNetworks - There are no wireless networks stored..

output of command dmesg

root@administrator-desktop:~# dmesg
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.24-19-generic (buildd@palmer) (gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7)) #1 SMP Wed Jun 18 14:43:41 UTC 2008 (Ubuntu 2.6.24-19.34-generic)
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000003f6a0000 (usable)
[ 0.000000] BIOS-e820: 000000003f6a0000 - 000000003f6ae000 (ACPI data)
[ 0.000000] BIOS-e820: 000000003f6ae000 - 000000003f6f0000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000003f6f0000 - 000000003f6fe000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fff80000 - 0000000100000000 (reserved)
[ 0.000000] 118MB HIGHMEM available.
[ 0.000000] 896MB LOWMEM available.
[ 0.000000] found SMP MP-table at 000ff780
[ 0.000000] Entering add_active_range(0, 0, 259744) 0 entries of 256 used
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0 -> 4096
[ 0.000000] Normal 4096 -> 229376
[ 0.000000] HighMem 229376 -> 259744
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[1] active PFN ranges
[ 0.000000] 0: 0 -> 259744
[ 0.000000] On node 0 totalpages: 259744
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 4064 pages, LIFO batch:0
[ 0.000000] Normal zone: 1760 pages used for memmap
[ 0.000000] Normal zone: 223520 pages, LIFO batch:31
[ 0.000000] HighMem zone: 237 pages used for memmap
[ 0.000000] HighMem zone: 30131 pages, LIFO batch:7
[ 0.000000] Movable zone: 0 pages used for memmap
[ 0.000000] DMI present.
[ 0.000000] ACPI: RSDP signature @ 0xC00F9670 checksum 0
[ 0.000000] ACPI: RSDP 000F9670, 0014 (r0 ACPIAM)
[ 0.000000] ACPI: RSDT 3F6A0000, 0040 (r1 7528H8 A7528200 20081105 MSFT 97)
[ 0.000000] ACPI: FACP 3F6A0200, 0084 (r1 7528H8 A7528200 20081105 MSFT 97)
[ 0.000000] ACPI: DSDT 3F6A05C0, 59EF (r1 A7528 A7528200 200 INTL 20051117)
[ 0.000000] ACPI: FACS 3F6AE000, 0040
[ 0.000000] ACPI: APIC 3F6A0390, 006C (r1 7528H8 A7528200 20081105 MSFT 97)
[ 0.000000] ACPI: MCFG 3F6A0400, 003C (r1 7528H8 OEMMCFG 20081105 MSFT 97)
[ 0.000000] ACPI: SLIC 3F6A0440, 0176 (r1 7528H8 A7528200 20081105 MSFT 97)
[ 0.000000] ACPI: OEMB 3F6AE040, 0071 (r1 7528H8 A7528200 20081105 MSFT 97)
[ 0.000000] ACPI: GSCI 3F6AE0C0, 2024 (r1 7528H8 GMCHSCI 20081105 MSFT 97)
[ 0.000000] ACPI: SSDT 3F6B0570, 0A7C (r1 DpgPmm CpuPm 12 INTL 20051117)
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] Processor #0 6:15 APIC version 20
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] Processor #1 6:15 APIC version 20
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] Allocating PCI resources starting at 40000000 (gap: 3f6fe000:bf702000)
[ 0.000000] swsusp: Registered nosave memory region: 000000000009f000 - 00000000000a0000
[ 0.000000] swsusp: Registered nosave memory region: 00000000000a0000 - 00000000000e0000
[ 0.000000] swsusp: Registered nosave memory region: 00000000000e0000 - 0000000000100000
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 257715
[ 0.000000] Kernel command line: root=UUID=BAF07943F0790743 loop=/ubuntu/disks/root.disk ro quiet splash
[ 0.000000] mapped APIC to ffffb000 (fee00000)
[ 0.000000] mapped IOAPIC to ffffa000 (fec00000)
[ 0.000000] Enabling fast FPU save and restore... done.
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
[ 0.000000] Initializing CPU#0
[ 0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[ 0.000000] Detected 2218.285 MHz processor.
[ 21.389623] Console: colour VGA+ 80x25
[ 21.389626] console [tty0] enabled
[ 21.389841] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 21.390056] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 21.407744] Memory: 1017200k/1038976k available (2177k kernel code, 21064k reserved, 1006k data, 368k init, 121472k highmem)
[ 21.407749] virtual kernel memory layout:
[ 21.407750] fixmap : 0xfff4b000 - 0xfffff000 ( 720 kB)
[ 21.407751] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 21.407752] vmalloc : 0xf8800000 - 0xff7fe000 ( 111 MB)
[ 21.407752] lowmem : 0xc0000000 - 0xf8000000 ( 896 MB)
[ 21.407753] .init : 0xc0421000 - 0xc047d000 ( 368 kB)
[ 21.407754] .data : 0xc0320434 - 0xc041bdc4 (1006 kB)
[ 21.407755] .text : 0xc0100000 - 0xc0320434 (2177 kB)
[ 21.407757] Checking if this processor honours the WP bit even in supervisor mode... Ok.
[ 21.407788] SLUB: Genslabs=11, HWalign=64, Order=0-1, MinObjects=4, CPUs=2, Nodes=1
[ 21.487701] Calibrating delay using timer specific routine.. 4440.00 BogoMIPS (lpj=8880005)
[ 21.487723] Security Framework initialized
[ 21.487728] SELinux: Disabled at boot.
[ 21.487739] AppArmor: AppArmor initialized
[ 21.487742] Failure registering capabilities with primary security module.
[ 21.487748] Mount-cache hash table entries: 512
[ 21.487851] Initializing cgroup subsys ns
[ 21.487856] Initializing cgroup subsys cpuacct
[ 21.487864] CPU: After generic identify, caps: bfebfbff 20000000 00000000 00000000 0000e39d 00000000 00000001 00000000
[ 21.487870] monitor/mwait feature present.
[ 21.487872] using mwait in idle threads.
[ 21.487875] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 21.487877] CPU: L2 cache: 1024K
[ 21.487878] CPU: Physical Processor ID: 0
[ 21.487880] CPU: Processor Core ID: 0
[ 21.487881] CPU: After all inits, caps: bfebfbff 20000000 00000000 00003940 0000e39d 00000000 00000001 00000000
[ 21.487888] Compat vDSO mapped to ffffe000.
[ 21.487898] Checking 'hlt' instruction... OK.
[ 21.504070] SMP alternatives: switching to UP code
[ 21.505393] Early unpacking initramfs... done
[ 21.789395] ACPI: Core revision 20070126
[ 21.789433] ACPI: Looking for DSDT in initramfs... error, file /DSDT.aml not found.
[ 21.802809] CPU0: Intel(R) Pentium(R) Dual CPU E2200 @ 2.20GHz stepping 0d
[ 21.802823] SMP alternatives: switching to SMP code
[ 21.803416] Booting processor 1/1 eip 3000
[ 21.813457] Initializing CPU#1
[ 21.891161] Calibrating delay using timer specific routine.. 4436.65 BogoMIPS (lpj=8873315)
[ 21.891166] CPU: After generic identify, caps: bfebfbff 20000000 00000000 00000000 0000e39d 00000000 00000001 00000000
[ 21.891170] monitor/mwait feature present.
[ 21.891173] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 21.891174] CPU: L2 cache: 1024K
[ 21.891176] CPU: Physical Processor ID: 0
[ 21.891176] CPU: Processor Core ID: 1
[ 21.891178] CPU: After all inits, caps: bfebfbff 20000000 00000000 00003940 0000e39d 00000000 00000001 00000000
[ 21.891560] CPU1: Intel(R) Pentium(R) Dual CPU E2200 @ 2.20GHz stepping 0d
[ 21.891577] Total of 2 processors activated (8876.66 BogoMIPS).
[ 21.891716] ENABLING IO-APIC IRQs
[ 21.891876] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 22.039061] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 22.059047] Brought up 2 CPUs
[ 22.059068] CPU0 attaching sched-domain:
[ 22.059070] domain 0: span 03
[ 22.059071] groups: 01 02
[ 22.059073] CPU1 attaching sched-domain:
[ 22.059075] domain 0: span 03
[ 22.059076] groups: 02 01
[ 22.059244] net_namespace: 64 bytes
[ 22.059253] Booting paravirtualized kernel on bare hardware
[ 22.059595] Time: 5:30:44 Date: 06/27/09
[ 22.059617] NET: Registered protocol family 16
[ 22.059756] EISA bus registered
[ 22.059760] ACPI: bus type pci registered
[ 22.059925] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=3
[ 22.059926] PCI: Using configuration type 1
[ 22.059943] Setting up standard PCI resources
[ 22.062559] ACPI: EC: Look up EC in DSDT
[ 22.066499] ACPI: Interpreter enabled
[ 22.066501] ACPI: (supports S0 S1 S3 S4 S5)
[ 22.066513] ACPI: Using IOAPIC for interrupt routing
[ 22.066666] Error attaching device data
[ 22.066698] Error attaching device data
[ 22.066729] Error attaching device data
[ 22.066759] Error attaching device data
[ 22.072673] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 22.073783] Force enabled HPET at base address 0xfed00000
[ 22.073788] PCI quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO
[ 22.073791] PCI quirk: region 0480-04bf claimed by ICH6 GPIO
[ 22.074172] PCI: Transparent bridge - 0000:00:1e.0
[ 22.074197] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 22.074309] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 22.074404] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[ 22.074472] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P5._PRT]
[ 22.081488] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 22.081589] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[ 22.081686] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[ 22.081783] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 *6 7 10 11 12 14 15)
[ 22.081880] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 22.081977] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 22.082074] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0, disabled.
[ 22.082171] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[ 22.082274] ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - 5F, should be 58 [20070126]
[ 22.082285] Linux Plug and Play Support v0.97 (c) Adam Belay
[ 22.082308] pnp: PnP ACPI init
[ 22.082314] ACPI: bus type pnp registered
[ 22.085844] pnp: PnP ACPI: found 17 devices
[ 22.085846] ACPI: ACPI bus type pnp unregistered
[ 22.085849] PnPBIOS: Disabled by ACPI PNP
[ 22.086018] PCI: Using ACPI for IRQ routing
[ 22.086020] PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
[ 22.118957] NET: Registered protocol family 8
[ 22.118960] NET: Registered protocol family 20
[ 22.119098] hpet clockevent registered
[ 22.119103] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 22.119113] hpet0: 3 64-bit timers, 14318180 Hz
[ 22.120141] AppArmor: AppArmor Filesystem Enabled
[ 22.122953] Time: tsc clocksource has been installed.
[ 22.139020] system 00:01: iomem range 0xfed14000-0xfed19fff has been reserved
[ 22.139035] system 00:07: ioport range 0x4d0-0x4d1 has been reserved
[ 22.139039] system 00:07: ioport range 0x800-0x87f has been reserved
[ 22.139042] system 00:07: ioport range 0x480-0x4bf has been reserved
[ 22.139046] system 00:07: iomem range 0xfed1c000-0xfed1ffff has been reserved
[ 22.139050] system 00:07: iomem range 0xfed20000-0xfed3ffff has been reserved
[ 22.139054] system 00:07: iomem range 0xfed45000-0xfed89fff has been reserved
[ 22.139062] system 00:09: iomem range 0xffc00000-0xfff7ffff has been reserved
[ 22.139071] system 00:0a: iomem range 0xfec00000-0xfec00fff has been reserved
[ 22.139075] system 00:0a: iomem range 0xfee00000-0xfee00fff could not be reserved
[ 22.139084] system 00:0c: ioport range 0xa00-0xadf has been reserved
[ 22.139088] system 00:0c: ioport range 0xae0-0xaef has been reserved
[ 22.139097] system 00:0f: iomem range 0xe0000000-0xefffffff has been reserved
[ 22.139108] system 00:10: iomem range 0x0-0x9ffff could not be reserved
[ 22.139112] system 00:10: iomem range 0xc0000-0xcffff could not be reserved
[ 22.139115] system 00:10: iomem range 0xe0000-0xfffff could not be reserved
[ 22.139119] system 00:10: iomem range 0x100000-0x3f6fffff could not be reserved
[ 22.139123] system 00:10: iomem range 0x0-0x0 could not be reserved
[ 22.169395] PCI: Bridge: 0000:00:1c.0
[ 22.169397] IO window: disabled.
[ 22.169401] MEM window: disabled.
[ 22.169403] PREFETCH window: disabled.
[ 22.169407] PCI: Bridge: 0000:00:1c.1
[ 22.169409] IO window: e000-efff
[ 22.169413] MEM window: feb00000-febfffff
[ 22.169416] PREFETCH window: fdf00000-fdffffff
[ 22.169420] PCI: Bridge: 0000:00:1e.0
[ 22.169421] IO window: disabled.
[ 22.169424] MEM window: disabled.
[ 22.169427] PREFETCH window: disabled.
[ 22.169450] ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 22.169455] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 22.169471] ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 17 (level, low) -> IRQ 17
[ 22.169474] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 22.169483] PCI: Setting latency timer of device 0000:00:1e.0 to 64
[ 22.169492] NET: Registered protocol family 2
[ 22.211067] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 22.211272] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 22.211699] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 22.212088] TCP: Hash tables configured (established 131072 bind 65536)
[ 22.212091] TCP reno registered
[ 22.223191] checking if image is initramfs... it is
[ 22.618574] Switched to high resolution mode on CPU 1
[ 22.622475] Switched to high resolution mode on CPU 0
[ 22.782253] Freeing initrd memory: 7957k freed
[ 22.782838] audit: initializing netlink socket (disabled)
[ 22.782850] audit(1246080644.248:1): initialized
[ 22.782988] highmem bounce pool size: 64 pages
[ 22.784431] VFS: Disk quotas dquot_6.5.1
[ 22.784488] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 22.784586] io scheduler noop registered
[ 22.784588] io scheduler anticipatory registered
[ 22.784589] io scheduler deadline registered
[ 22.784597] io scheduler cfq registered (default)
[ 22.784607] Boot video device is 0000:00:02.0
[ 22.784748] PCI: Setting latency timer of device 0000:00:1c.0 to 64
[ 22.784783] assign_interrupt_mode Found MSI capability
[ 22.784815] Allocate Port Service[0000:00:1c.0:pcie00]
[ 22.784841] Allocate Port Service[0000:00:1c.0:pcie02]
[ 22.784906] PCI: Setting latency timer of device 0000:00:1c.1 to 64
[ 22.784941] assign_interrupt_mode Found MSI capability
[ 22.784970] Allocate Port Service[0000:00:1c.1:pcie00]
[ 22.784994] Allocate Port Service[0000:00:1c.1:pcie02]
[ 22.785178] isapnp: Scanning for PnP cards...
[ 23.137809] isapnp: No Plug & Play device found
[ 23.156808] Real Time Clock Driver v1.12ac
[ 23.156891] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
[ 23.156993] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 23.157102] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 23.157545] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 23.157788] 00:0d: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[ 23.158339] RAMDISK driver initialized: 16 RAM disks of 65536K size 1024 blocksize
[ 23.158388] input: Macintosh mouse button emulation as /devices/virtual/input/input0
[ 23.158461] PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[ 23.158463] PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[ 23.159209] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 23.181765] mice: PS/2 mouse device common for all mice
[ 23.181852] EISA: Probing bus 0 at eisa.0
[ 23.181878] EISA: Detected 0 cards.
[ 23.181880] cpuidle: using governor ladder
[ 23.181881] cpuidle: using governor menu
[ 23.181947] NET: Registered protocol family 1
[ 23.181971] Using IPI No-Shortcut mode
[ 23.181994] registered taskstats version 1
[ 23.182067] Magic number: 13:35:518
[ 23.182131] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 23.182132] EDD information not available.
[ 23.182265] Freeing unused kernel memory: 368k freed
[ 23.200328] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 24.368098] fuse init (API version 7.9)
[ 24.383587] ACPI: SSDT 3F6B00F0, 0235 (r1 DpgPmm P001Ist 11 INTL 20051117)
[ 24.384016] ACPI: SSDT 3F6B0330, 0235 (r1 DpgPmm P002Ist 12 INTL 20051117)
[ 24.384213] ACPI Exception (processor_core-0816): AE_NOT_FOUND, Processor Device is not present [20070126]
[ 24.384221] ACPI Exception (processor_core-0816): AE_NOT_FOUND, Processor Device is not present [20070126]
[ 24.652289] usbcore: registered new interface driver usbfs
[ 24.652309] usbcore: registered new interface driver hub
[ 24.652546] r8169 Gigabit Ethernet driver 2.2LK loaded
[ 24.652565] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 17
[ 24.652580] PCI: Setting latency timer of device 0000:02:00.0 to 64
[ 24.652807] eth0: RTL8168c/8111c at 0xf8854000, 00:21:85:93:73:99, XID 3c4000c0 IRQ 221
[ 24.712760] usbcore: registered new device driver usb
[ 24.713854] SCSI subsystem initialized
[ 24.714324] USB Universal Host Controller Interface driver v3.0
[ 24.728150] libata version 3.00 loaded.
[ 25.503793] ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 18
[ 25.503808] PCI: Setting latency timer of device 0000:00:1d.0 to 64
[ 25.503812] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 25.504063] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[ 25.504092] uhci_hcd 0000:00:1d.0: irq 18, io base 0x0000d880
[ 25.504214] usb usb1: configuration #1 chosen from 1 choice
[ 25.504236] hub 1-0:1.0: USB hub found
[ 25.504240] hub 1-0:1.0: 2 ports detected
[ 25.606255] ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 19
[ 25.606269] PCI: Setting latency timer of device 0000:00:1d.1 to 64
[ 25.606274] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 25.606304] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[ 25.606329] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000d800
[ 25.606415] usb usb2: configuration #1 chosen from 1 choice
[ 25.606433] hub 2-0:1.0: USB hub found
[ 25.606437] hub 2-0:1.0: 2 ports detected
[ 25.710093] ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 20
[ 25.710105] PCI: Setting latency timer of device 0000:00:1d.2 to 64
[ 25.710110] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 25.710149] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[ 25.710173] uhci_hcd 0000:00:1d.2: irq 20, io base 0x0000d480
[ 25.710259] usb usb3: configuration #1 chosen from 1 choice
[ 25.710277] hub 3-0:1.0: USB hub found
[ 25.710281] hub 3-0:1.0: 2 ports detected
[ 25.813938] ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 16
[ 25.813949] PCI: Setting latency timer of device 0000:00:1d.3 to 64
[ 25.813955] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 25.813985] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
[ 25.814017] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000d400
[ 25.814107] usb usb4: configuration #1 chosen from 1 choice
[ 25.814125] hub 4-0:1.0: USB hub found
[ 25.814129] hub 4-0:1.0: 2 ports detected
[ 25.846775] usb 1-2: new low speed USB device using uhci_hcd and address 2
[ 25.917857] ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 18
[ 25.917868] PCI: Setting latency timer of device 0000:00:1d.7 to 64
[ 25.917871] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 25.917891] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
[ 25.921806] ehci_hcd 0000:00:1d.7: debug port 1
[ 25.921811] PCI: cache line size of 32 is not supported by device 0000:00:1d.7
[ 25.921817] ehci_hcd 0000:00:1d.7: irq 18, io mem 0xfea77c00
[ 25.974592] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[ 25.974748] usb usb5: configuration #1 chosen from 1 choice
[ 25.974768] hub 5-0:1.0: USB hub found
[ 25.974773] hub 5-0:1.0: 8 ports detected
[ 26.077679] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 20
[ 26.077710] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[ 26.077721] ACPI: PCI interrupt for device 0000:00:1f.1 disabled
[ 26.077743] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 19
[ 26.077758] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[ 26.077765] ACPI: PCI interrupt for device 0000:00:1f.2 disabled
[ 26.080774] ata_piix 0000:00:1f.1: version 2.12
[ 26.080787] ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 20
[ 26.080813] PCI: Setting latency timer of device 0000:00:1f.1 to 64
[ 26.081446] scsi0 : ata_piix
[ 26.081818] scsi1 : ata_piix
[ 26.082629] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xffa0 irq 14
[ 26.082632] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xffa8 irq 15
[ 26.369027] usb 1-2: device not accepting address 2, error -71
[ 26.403704] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 26.403722] ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 19
[ 26.403749] PCI: Setting latency timer of device 0000:00:1f.2 to 64
[ 26.403797] scsi2 : ata_piix
[ 26.403842] scsi3 : ata_piix
[ 26.404696] ata3: SATA max UDMA/133 cmd 0xd080 ctl 0xd000 bmdma 0xc800 irq 19
[ 26.404699] ata4: SATA max UDMA/133 cmd 0xcc00 ctl 0xc880 bmdma 0xc808 irq 19
[ 26.565966] ata3.00: ATA-8: WDC WD800AAJS-00B4A0, 01.03A01, max UDMA/133
[ 26.565972] ata3.00: 156301488 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 26.573996] ata3.00: configured for UDMA/133
[ 26.739230] scsi 2:0:0:0: Direct-Access ATA WDC WD800AAJS-00 01.0 PQ: 0 ANSI: 5
[ 26.745111] Driver 'sd' needs updating - please use bus_type methods
[ 26.745180] sd 2:0:0:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
[ 26.745189] sd 2:0:0:0: [sda] Write Protect is off
[ 26.745191] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 26.745204] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 26.745242] sd 2:0:0:0: [sda] 156301488 512-byte hardware sectors (80026 MB)
[ 26.745249] sd 2:0:0:0: [sda] Write Protect is off
[ 26.745251] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 26.745263] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 26.745266] sda: sda1 sda2 < sda5 sda6 sda7 >
[ 26.786969] sd 2:0:0:0: [sda] Attached SCSI disk
[ 26.791151] sd 2:0:0:0: Attached scsi generic sg0 type 0
[ 26.880329] usb 1-2: new low speed USB device using uhci_hcd and address 4
[ 27.057091] usb 1-2: configuration #1 chosen from 1 choice
[ 27.071684] usbcore: registered new interface driver hiddev
[ 27.084152] input: Logitech USB Optical Mouse as /devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.0/input/input2
[ 27.101087] input,hidraw0: USB HID v1.11 Mouse [Logitech USB Optical Mouse] on usb-0000:00:1d.0-2
[ 27.101109] usbcore: registered new interface driver usbhid
[ 27.101114] /build/buildd/linux-2.6.24/drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
[ 27.256680] loop: module loaded
[ 27.265960] EXT3-fs: INFO: recovery required on readonly filesystem.
[ 27.265964] EXT3-fs: write access will be enabled during recovery.
[ 27.343359] kjournald starting. Commit interval 5 seconds
[ 27.343370] EXT3-fs: loop0: orphan cleanup on readonly fs
[ 27.343376] ext3_orphan_cleanup: deleting unreferenced inode 455149
[ 27.343396] EXT3-fs: loop0: 1 orphan inode deleted
[ 27.343397] EXT3-fs: recovery complete.
[ 27.344258] EXT3-fs: mounted filesystem with ordered data mode.
[ 31.693685] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 31.842923] input: PC Speaker as /devices/platform/pcspkr/input/input3
[ 31.855335] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 31.890382] iTCO_vendor_support: vendor-support=0
[ 31.914344] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.02 (26-Jul-2007)
[ 31.914420] iTCO_wdt: Found a ICH7 or ICH7R TCO device (Version=2, TCOBASE=0x0860)
[ 31.914447] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 31.982250] Linux agpgart interface v0.102
[ 32.041085] intel_rng: FWH not detected
[ 32.054246] agpgart: Detected an Intel G33 Chipset.
[ 32.054681] agpgart: Detected 7164K stolen memory.
[ 32.068020] agpgart: AGP aperture is 256M @ 0xd0000000
[ 32.218603] parport_pc 00:0e: reported by Plug and Play ACPI
[ 32.218648] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
[ 32.264543] input: Power Button (FF) as /devices/virtual/input/input4
[ 32.285782] ACPI: Power Button (FF) [PWRF]
[ 32.285874] input: Power Button (CM) as /devices/virtual/input/input5
[ 32.317721] ACPI: Power Button (CM) [PWRB]
[ 32.869059] ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 32.869081] PCI: Setting latency timer of device 0000:00:1b.0 to 64
[ 32.902750] hda_codec: Unknown model for ALC883, trying auto-probe from BIOS...
[ 33.583947] r8169: eth0: link up
[ 33.757329] lp0: using parport0 (interrupt-driven).
[ 34.374779] EXT3 FS on loop0, internal journal
[ 43.444185] Adding 976552k swap on /host/ubuntu/disks/swap.disk. Priority:-1 extents:1 across:976552k
[ 43.683708] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 43.943525] No dock devices found.
[ 44.814694] apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)
[ 44.814698] apm: disabled - APM is not SMP safe.
[ 44.959669] ppdev: user-space parallel port driver
[ 45.072600] audit(1246095067.465:2): type=1503 operation="inode_permission" requested_mask="a::" denied_mask="a::" name="/dev/tty" pid=4946 profile="/usr/sbin/cupsd" namespace="default"
[ 45.860129] Bluetooth: Core ver 2.11
[ 45.860376] NET: Registered protocol family 31
[ 45.860380] Bluetooth: HCI device and connection manager initialized
[ 45.860385] Bluetooth: HCI socket layer initialized
[ 45.877903] Bluetooth: L2CAP ver 2.9
[ 45.877908] Bluetooth: L2CAP socket layer initialized
[ 45.949237] Bluetooth: RFCOMM socket layer initialized
[ 45.949251] Bluetooth: RFCOMM TTY layer initialized
[ 45.949254] Bluetooth: RFCOMM ver 1.8
[ 48.508875] [drm] Initialized drm 1.1.0 20060810
[ 48.510674] ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 16
[ 48.510682] PCI: Setting latency timer of device 0000:00:02.0 to 64
[ 48.510731] [drm] Initialized i915 1.6.0 20060119 on minor 0
[ 48.782079] set status page addr 0x00033000
[ 142.326983] usb 5-5: new high speed USB device using ehci_hcd and address 3
[ 142.461124] usb 5-5: configuration #1 chosen from 1 choice
[ 142.560385] usbcore: registered new interface driver libusual
[ 142.591030] Initializing USB Mass Storage driver...
[ 142.591866] scsi4 : SCSI emulation for USB Mass Storage devices
[ 142.592174] usbcore: registered new interface driver usb-storage
[ 142.592179] USB Mass Storage support registered.
[ 142.592497] usb-storage: device found at 3
[ 142.592500] usb-storage: waiting for device to settle before scanning
[ 147.584780] usb-storage: device scan complete
[ 147.585290] scsi 4:0:0:0: Direct-Access Kingston DataTraveler 2.0 PMAP PQ: 0 ANSI: 0 CCS
[ 150.370637] sd 4:0:0:0: [sdb] 7936000 512-byte hardware sectors (4063 MB)
[ 150.371383] sd 4:0:0:0: [sdb] Write Protect is off
[ 150.371388] sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 150.371392] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 150.374129] sd 4:0:0:0: [sdb] 7936000 512-byte hardware sectors (4063 MB)
[ 150.374877] sd 4:0:0:0: [sdb] Write Protect is off
[ 150.374882] sd 4:0:0:0: [sdb] Mode Sense: 23 00 00 00
[ 150.374885] sd 4:0:0:0: [sdb] Assuming drive cache: write through
[ 150.374890] sdb: sdb1
[ 150.422175] sd 4:0:0:0: [sdb] Attached SCSI removable disk
[ 150.422226] sd 4:0:0:0: Attached scsi generic sg1 type 0
[ 797.106640] evince[6014]: segfault at 00000000 eip b76e1c14 esp bfb69d80 error 4
[ 1210.009633] evince[6034]: segfault at 405b4008 eip b6e3035b esp b6a2bc40 error 4
[ 1312.351233] usb 5-5: USB disconnect, address 3
[ 2311.319897] NETDEV WATCHDOG: eth0: transmit timed out
[ 2312.134771] r8169: eth0: link up
[ 2359.252913] NETDEV WATCHDOG: eth0: transmit timed out
[ 2360.067787] r8169: eth0: link up
[ 2563.580351] set status page addr 0x00033000

Revision history for this message
aladpereira (aladpereira) said :
#11

any solutions.

Revision history for this message
aladpereira (aladpereira) said :
#12

can anyone help me out in this please

Revision history for this message
Jeruvy (jeruvy) said :
#13

There is a bug in hardy with regards to ping, traceroute and another tool the nm-applet uses that I can't remember off the top of my head. The bug is fixed in newer versions of ubuntu, but has not been backported. I'll track the bug and add this to it.

Revision history for this message
aladpereira (aladpereira) said :
#14

this problem is with some systems only... i have no issues with other pcs.... i dont know why? i have used the same installation cd for all the pcs. and all the pcs are of in same configuration. this is some thing like mystery for me.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#15

If you run:

echo "nameserver 8.8.8.8" | sudo tee /etc/resolv.conf > /dev/null

Do you get web access?

Can you help with this problem?

Provide an answer of your own, or ask aladpereira for more information if necessary.

To post a message you must log in.