Description of problem: Sinc some weeks I observed with the 'dmesg' command lots of pci_set_power_state(): 0000:05:05.0: state=3, current state=5 pci_set_power_state(): 0000:05:05.0: state=3, current state=5 pci_set_power_state(): 0000:05:05.0: state=3, current state=5 lines The Command "lspci |grep 05:05.0" shows 05:05.0 Ethernet controller: 3Com Corporation 3c905 100BaseTX [Boomerang] So this message may occur since I installed an additional network card on my computer. In /var/log/messages lot of lines like: Jun 27 09:59:18 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 09:59:49 hoya last message repeated 31 times Jun 27 10:00:50 hoya last message repeated 61 times Jun 27 10:01:40 hoya last message repeated 50 times Version-Release number of selected component (if applicable): [root@hoya ~]# modinfo 3c59x filename: /lib/modules/2.6.18-238.12.1.el5/kernel/drivers/net/3c59x.ko license: GPL description: 3Com 3c59x/3c9xx ethernet driver author: Donald Becker <becker> srcversion: 9C8EE01721159E5FC8758F5 How reproducible: happens always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: should be silent Additional info:
Hi Gabriellla, could you please provide the PCI ID of the NIC? I think the following should suffice: lspci -nn |grep 05:05.0
# lspci -nn |grep 05:05.0 05:05.0 Ethernet controller [0200]: 3Com Corporation 3c905 100BaseTX [Boomerang] [10b7:9050]
Does the problem occur directly after boot or did you use suspend?
The system is never suspended and happens during normal uptime. Here a grep pci_set_power_state of the current syslog Jun 27 11:19:01 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 11:48:49 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 11:49:21 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 11:49:22 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 11:51:06 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 11:52:06 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 11:55:54 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 11:55:55 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 11:59:22 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 12:10:55 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 12:11:35 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 12:16:03 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 12:16:47 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 12:17:01 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 12:25:56 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 12:26:04 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 12:26:17 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 12:36:03 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 12:40:57 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 12:46:03 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 12:48:52 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 12:49:08 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 12:51:21 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 12:51:24 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 12:51:33 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 12:55:37 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 27 14:48:53 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 29 11:43:30 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 30 09:12:55 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 30 09:13:33 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 30 09:15:31 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 Jun 30 11:47:19 hoya kernel: pci_set_power_state(): 0000:05:05.0: state=3, current state=5 I don't know which event triggers this message. I saw it, after a USB device is plugged in and wanted to see if it is recognized.
thanks for the information. The problem seems to be that the device is put into PCI power state D5, probably by ACPI power management functions and now tries to switch back to D3, but fails.
Does the NIC work at all? Could you please attach: - a full dmesg output after a restart - lspci -vvv as root
Created attachment 511135 [details] dmesg output after rebbot
Created attachment 511136 [details] Output of lspci -vvv
Created attachment 515476 [details] 0001-3c59x-fix-build-failure-on-CONFIG_PCI.patch The problem might be caused by VORTEX_PCI() evaluating to NULL in vortex_up().
Gabriellla, could you test the patch provided in comment #9? Let me know if you require a kernel rpm. If this doesn't work we might need to add some debug statements to the kernel to collect more information. Thanks!
I had this problem also sent to support (Case 00497150) and from there I got a kernel rpm [https://api.access.redhat.com/rs/cases/00497150/attachments/d2a7c4f4-1d8a-3b40-9c36-c66a73f4be2f] which solved the problem. But in the meantime the update to RHEL 5.7 installed e new kernel and the error is back again. But this official kernel with the kernel-devel package has the advantage that I can compile the NVIDIA kernel module for the graphics card. My own experiences with kernel compiling are long ago, I never did it for RHEL. and "find /usr/src/kernels/ -name 3c59x.c" did not find any file. I suppose kernel-devel is not sufficient. regards Gabriella
See if yumdownloader --source kernel gets the source installed. If that does not work I can provide test rpms as well, but that's going to be a bit slower.
Created attachment 516895 [details] 0001-pm-check-pm-support-before-looking-at-individual-pow.patch
Created attachment 516899 [details] 0001-pm-check-pm-support-before-looking-at-individual-pow.patch sorry, the last patch was bad.
Gabriella, please try kernel-2.6.18-277.el5.sassmann_bug716834_01 from http://people.redhat.com/sassmann/kernel/
I have installed the kernel and kernel-devel packages and it looks all OK: [admin@hoya ~]# rpm -q kernel kernel-devel kernel-2.6.18-238.19.1.el5.x86_64 kernel-2.6.18-274.el5.x86_64 kernel-2.6.18-277.el5.sassmann_bug716834_01.x86_64 kernel-devel-2.6.18-238.19.1.el5.x86_64 kernel-devel-2.6.18-274.el5.x86_64 kernel-devel-2.6.18-277.el5.sassmann_bug716834_01.x86_64 And the syslog output after reboot does not show any pci_set_power_state messages if eth1 is switched on with 'ifup' and no device is attached. Aug 9 12:02:13 hoya syslogd 1.4.1: restart. Aug 9 12:02:13 hoya kernel: klogd 1.4.1, log source = /proc/kmsg started. Aug 9 12:02:13 hoya kernel: Linux version 2.6.18-277.el5.sassmann_bug716834_01 (mockbuild.bos.redhat.com) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-51)) #1 SMP Fri Aug 5 12:55:25 EDT 2011 Aug 9 12:02:13 hoya kernel: Command line: ro root=LABEL=/ rhgb quiet Aug 9 12:02:13 hoya kernel: BIOS-provided physical RAM map: Aug 9 12:02:13 hoya kernel: BIOS-e820: 0000000000010000 - 0000000000099000 (usable) Aug 9 12:02:13 hoya kernel: BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved) Aug 9 12:02:13 hoya kernel: BIOS-e820: 0000000000100000 - 00000000bfe0ac00 (usable) Aug 9 12:02:13 hoya kernel: BIOS-e820: 00000000bfe0ac00 - 00000000bfe0cc00 (ACPI NVS) Aug 9 12:02:13 hoya kernel: BIOS-e820: 00000000bfe0ec00 - 00000000bfe5cc00 (reserved) Aug 9 12:02:13 hoya kernel: BIOS-e820: 00000000bfe5cc00 - 00000000bfe5ec00 (ACPI data) Aug 9 12:02:13 hoya kernel: BIOS-e820: 00000000bfe5ec00 - 00000000c0000000 (reserved) Aug 9 12:02:13 hoya kernel: BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved) Aug 9 12:02:13 hoya kernel: BIOS-e820: 00000000fec00000 - 00000000fed00400 (reserved) Aug 9 12:02:13 hoya kernel: BIOS-e820: 00000000fed20000 - 00000000feda0000 (reserved) Aug 9 12:02:13 hoya kernel: BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved) Aug 9 12:02:13 hoya kernel: BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved) Aug 9 12:02:13 hoya kernel: BIOS-e820: 0000000100000000 - 000000023c000000 (usable) Aug 9 12:02:13 hoya kernel: DMI 2.3 present. Aug 9 12:02:13 hoya kernel: >>> ERROR: Invalid checksum Aug 9 12:02:13 hoya kernel: No NUMA configuration found Aug 9 12:02:13 hoya kernel: Faking a node at 0000000000000000-000000023c000000 Aug 9 12:02:13 hoya kernel: Bootmem setup node 0 0000000000000000-000000023c000000 Aug 9 12:02:13 hoya kernel: Memory for crash kernel (0x0 to 0x0) notwithin permissible range Aug 9 12:02:13 hoya kernel: disabling kdump Aug 9 12:02:13 hoya kernel: ACPI: PM-Timer IO Port: 0x808 Aug 9 12:02:13 hoya kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) Aug 9 12:02:13 hoya kernel: Processor #0 6:15 APIC version 20 Aug 9 12:02:13 hoya kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) Aug 9 12:02:13 hoya kernel: Processor #1 6:15 APIC version 20 Aug 9 12:02:13 hoya kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x05] disabled) Aug 9 12:02:13 hoya kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x07] disabled) Aug 9 12:02:13 hoya kernel: ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled) Aug 9 12:02:13 hoya kernel: ACPI: LAPIC (acpi_id[0x06] lapic_id[0x01] disabled) Aug 9 12:02:13 hoya kernel: ACPI: LAPIC (acpi_id[0x07] lapic_id[0x02] disabled) Aug 9 12:02:13 hoya kernel: ACPI: LAPIC (acpi_id[0x08] lapic_id[0x03] disabled) Aug 9 12:02:13 hoya kernel: ACPI: LAPIC_NMI (acpi_id[0xff] high level lint[0x1]) Aug 9 12:02:13 hoya kernel: ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0]) Aug 9 12:02:13 hoya kernel: IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23 Aug 9 12:02:13 hoya kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) Aug 9 12:02:13 hoya kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) Aug 9 12:02:13 hoya kernel: Setting APIC routing to physical flat Aug 9 12:02:13 hoya kernel: ACPI: HPET id: 0x8086a201 base: 0xfed00000 Aug 9 12:02:13 hoya kernel: Using ACPI (MADT) for SMP configuration information Aug 9 12:02:13 hoya kernel: Nosave address range: 0000000000099000 - 00000000000f0000 Aug 9 12:02:13 hoya kernel: Nosave address range: 00000000000f0000 - 0000000000100000 Aug 9 12:02:13 hoya kernel: Nosave address range: 00000000bfe0a000 - 00000000bfe0b000 Aug 9 12:02:13 hoya kernel: Nosave address range: 00000000bfe0b000 - 00000000bfe0c000 Aug 9 12:02:13 hoya kernel: Nosave address range: 00000000bfe0c000 - 00000000bfe0f000 Aug 9 12:02:13 hoya kernel: Nosave address range: 00000000bfe0f000 - 00000000bfe5c000 Aug 9 12:02:13 hoya kernel: Nosave address range: 00000000bfe5c000 - 00000000bfe5d000 Aug 9 12:02:13 hoya kernel: Nosave address range: 00000000bfe5d000 - 00000000bfe5e000 Aug 9 12:02:13 hoya kernel: Nosave address range: 00000000bfe5e000 - 00000000bfe5f000 Aug 9 12:02:13 hoya kernel: Nosave address range: 00000000bfe5f000 - 00000000c0000000 Aug 9 12:02:13 hoya kernel: Nosave address range: 00000000c0000000 - 00000000f0000000 Aug 9 12:02:13 hoya kernel: Nosave address range: 00000000f0000000 - 00000000f4000000 Aug 9 12:02:13 hoya kernel: Nosave address range: 00000000f4000000 - 00000000fec00000 Aug 9 12:02:13 hoya kernel: Nosave address range: 00000000fec00000 - 00000000fed00000 Aug 9 12:02:13 hoya kernel: Nosave address range: 00000000fed00000 - 00000000fed20000 Aug 9 12:02:13 hoya kernel: Nosave address range: 00000000fed20000 - 00000000feda0000 Aug 9 12:02:13 hoya kernel: Nosave address range: 00000000feda0000 - 00000000fee00000 Aug 9 12:02:13 hoya kernel: Nosave address range: 00000000fee00000 - 00000000fef00000 Aug 9 12:02:13 hoya kernel: Nosave address range: 00000000fef00000 - 00000000ffb00000 Aug 9 12:02:13 hoya kernel: Nosave address range: 00000000ffb00000 - 0000000100000000 Aug 9 12:02:13 hoya kernel: Allocating PCI resources starting at c4000000 (gap: c0000000:30000000) Aug 9 12:02:13 hoya kernel: SMP: Allowing 8 CPUs, 6 hotplug CPUs Aug 9 12:02:13 hoya kernel: Built 1 zonelists. Total pages: 2046611 Aug 9 12:02:13 hoya kernel: Kernel command line: ro root=LABEL=/ rhgb quiet Aug 9 12:02:13 hoya kernel: Initializing CPU#0 Aug 9 12:02:13 hoya kernel: PID hash table entries: 4096 (order: 12, 32768 bytes) Aug 9 12:02:13 hoya kernel: Console: colour VGA+ 80x25 Aug 9 12:02:13 hoya kernel: Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes) Aug 9 12:02:13 hoya kernel: Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes) Aug 9 12:02:13 hoya kernel: Checking aperture... Aug 9 12:02:13 hoya kernel: ACPI: DMAR not present Aug 9 12:02:13 hoya kernel: PCI-DMA: Using software bounce buffering for IO (SWIOTLB) Aug 9 12:02:13 hoya kernel: Placing software IO TLB between 0x1c5e000 - 0x5c5e000 Aug 9 12:02:13 hoya kernel: Memory: 8103948k/9371648k available (2603k kernel code, 216640k reserved, 1660k data, 224k init) Aug 9 12:02:13 hoya kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 4256.11 BogoMIPS (lpj=2128056) Aug 9 12:02:13 hoya kernel: Security Framework v1.0.0 initialized Aug 9 12:02:13 hoya kernel: SELinux: Initializing. Aug 9 12:02:13 hoya kernel: selinux_register_security: Registering secondary module capability Aug 9 12:02:13 hoya kernel: Capability LSM initialized as secondary Aug 9 12:02:13 hoya kernel: Mount-cache hash table entries: 256 Aug 9 12:02:13 hoya kernel: CPU: L1 I cache: 32K, L1 D cache: 32K Aug 9 12:02:13 hoya kernel: CPU: L2 cache: 2048K Aug 9 12:02:13 hoya kernel: using mwait in idle threads. Aug 9 12:02:13 hoya kernel: CPU: Physical Processor ID: 0 Aug 9 12:02:13 hoya kernel: CPU: Processor Core ID: 0 Aug 9 12:02:13 hoya kernel: CPU0: Thermal monitoring enabled (TM2) Aug 9 12:02:13 hoya kernel: SMP alternatives: switching to UP code Aug 9 12:02:13 hoya kernel: ACPI: Core revision 20060707 Aug 9 12:02:13 hoya kernel: Using local APIC timer interrupts. Aug 9 12:02:13 hoya kernel: Detected 16.625 MHz APIC timer. Aug 9 12:02:13 hoya kernel: SMP alternatives: switching to SMP code Aug 9 12:02:13 hoya kernel: Booting processor 1/2 APIC 0x1 Aug 9 12:02:13 hoya kernel: Initializing CPU#1 Aug 9 12:02:13 hoya kernel: Calibrating delay using timer specific routine.. 4256.13 BogoMIPS (lpj=2128067) Aug 9 12:02:13 hoya kernel: CPU: L1 I cache: 32K, L1 D cache: 32K Aug 9 12:02:13 hoya kernel: CPU: L2 cache: 2048K Aug 9 12:02:13 hoya kernel: CPU: Physical Processor ID: 0 Aug 9 12:02:13 hoya kernel: CPU: Processor Core ID: 1 Aug 9 12:02:13 hoya kernel: CPU1: Thermal monitoring enabled (TM2) Aug 9 12:02:13 hoya kernel: Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz stepping 02 Aug 9 12:02:13 hoya kernel: Brought up 2 CPUs Aug 9 12:02:13 hoya kernel: NMI watchdog testing PASSED. Aug 9 12:02:13 hoya kernel: time.c: Using 14.318180 MHz WALL HPET GTOD HPET/TSC timer. Aug 9 12:02:13 hoya kernel: time.c: Detected 2128.056 MHz processor. Aug 9 12:02:13 hoya kernel: migration_cost=22 Aug 9 12:02:13 hoya kernel: checking if image is initramfs... it is Aug 9 12:02:13 hoya kernel: Freeing initrd memory: 2695k freed Aug 9 12:02:13 hoya kernel: NET: Registered protocol family 16 Aug 9 12:02:13 hoya kernel: ACPI: bus type pci registered Aug 9 12:02:13 hoya kernel: Warning: pci_mmcfg_init marking 256MB space uncacheable. Aug 9 12:02:13 hoya kernel: MCFG table requires 64MB uncacheable only. Try booting with acpi_mcfg_max_pci_bus_num=on Aug 9 12:02:13 hoya kernel: PCI: Using MMCONFIG at f0000000 Aug 9 12:02:13 hoya kernel: ACPI: Interpreter enabled Aug 9 12:02:13 hoya kernel: ACPI: Using IOAPIC for interrupt routing Aug 9 12:02:13 hoya kernel: ACPI: No dock devices found. Aug 9 12:02:13 hoya kernel: ACPI: PCI Root Bridge [PCI0] (0000:00) Aug 9 12:02:13 hoya kernel: PCI quirk: region 0800-087f claimed by ICH6 ACPI/GPIO/TCO Aug 9 12:02:13 hoya kernel: PCI quirk: region 0880-08bf claimed by ICH6 GPIO Aug 9 12:02:13 hoya kernel: PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1 Aug 9 12:02:13 hoya kernel: PCI: Transparent bridge - 0000:00:1e.0 Aug 9 12:02:13 hoya kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11 12 15) Aug 9 12:02:13 hoya kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 *10 11 12 15) Aug 9 12:02:13 hoya kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 7 9 10 11 12 15) Aug 9 12:02:13 hoya kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 12 15) *0, disabled. Aug 9 12:02:13 hoya kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 *5 6 7 9 10 11 12 15) Aug 9 12:02:13 hoya kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 *9 10 11 12 15) Aug 9 12:02:13 hoya kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 7 9 10 11 12 15) Aug 9 12:02:13 hoya kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11 12 15) Aug 9 12:02:13 hoya kernel: Linux Plug and Play Support v0.97 (c) Adam Belay Aug 9 12:02:13 hoya kernel: pnp: PnP ACPI init Aug 9 12:02:13 hoya kernel: pnp: PnP ACPI: found 11 devices Aug 9 12:02:13 hoya kernel: usbcore: registered new driver usbfs Aug 9 12:02:13 hoya kernel: usbcore: registered new driver hub Aug 9 12:02:13 hoya kernel: PCI: Using ACPI for IRQ routing Aug 9 12:02:13 hoya kernel: PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report Aug 9 12:02:13 hoya kernel: NetLabel: Initializing Aug 9 12:02:13 hoya kernel: NetLabel: domain hash size = 128 Aug 9 12:02:13 hoya kernel: NetLabel: protocols = UNLABELED CIPSOv4 Aug 9 12:02:13 hoya kernel: NetLabel: unlabeled traffic allowed by default Aug 9 12:02:13 hoya kernel: hpet0: at MMIO 0xfed00000 (virtual 0xffffffffff5fe000), IRQs 2, 8, 0 Aug 9 12:02:13 hoya kernel: hpet0: 3 64-bit timers, 14318180 Hz Aug 9 12:02:13 hoya kernel: ACPI: DMAR not present Aug 9 12:02:13 hoya kernel: PCI-GART: No AMD northbridge found. Aug 9 12:02:13 hoya kernel: pnp: 00:01: ioport range 0x800-0x85f could not be reserved Aug 9 12:02:13 hoya kernel: pnp: 00:01: ioport range 0xc00-0xc7f has been reserved Aug 9 12:02:13 hoya kernel: pnp: 00:01: ioport range 0x860-0x8ff could not be reserved Aug 9 12:02:13 hoya kernel: pnp: 00:08: iomem range 0x0-0x9ffff could not be reserved Aug 9 12:02:13 hoya kernel: pnp: 00:08: iomem range 0x100000-0xffffff could not be reserved Aug 9 12:02:13 hoya kernel: pnp: 00:08: iomem range 0x1000000-0xbfe0abff could not be reserved Aug 9 12:02:13 hoya kernel: pnp: 00:08: iomem range 0xf0000-0xfffff could not be reserved Aug 9 12:02:13 hoya kernel: pnp: 00:09: iomem range 0xf0000000-0xf3ffffff could not be reserved Aug 9 12:02:13 hoya kernel: pnp: 00:09: iomem range 0xfeda0000-0xfedacfff has been reserved Aug 9 12:02:13 hoya kernel: PCI: Bridge: 0000:00:01.0 Aug 9 12:02:13 hoya kernel: IO window: disabled. Aug 9 12:02:13 hoya kernel: MEM window: ed000000-efefffff Aug 9 12:02:13 hoya kernel: PREFETCH window 0x00000000d0000000-0x00000000dfffffff Aug 9 12:02:13 hoya kernel: PCI: Bridge: 0000:00:1c.0 Aug 9 12:02:13 hoya kernel: IO window: disabled. Aug 9 12:02:13 hoya kernel: MEM window: ecf00000-ecffffff Aug 9 12:02:13 hoya kernel: PREFETCH window: disabled. Aug 9 12:02:13 hoya kernel: PCI: Bridge: 0000:00:1c.4 Aug 9 12:02:13 hoya kernel: IO window: disabled. Aug 9 12:02:13 hoya kernel: MEM window: disabled. Aug 9 12:02:13 hoya kernel: PREFETCH window: disabled. Aug 9 12:02:13 hoya kernel: PCI: Bridge: 0000:00:1c.5 Aug 9 12:02:13 hoya kernel: IO window: disabled. Aug 9 12:02:13 hoya kernel: MEM window: ece00000-ecefffff Aug 9 12:02:13 hoya kernel: PREFETCH window: disabled. Aug 9 12:02:13 hoya kernel: PCI: Bridge: 0000:00:1e.0 Aug 9 12:02:13 hoya kernel: IO window: d000-dfff Aug 9 12:02:13 hoya kernel: MEM window: e8000000-ecdfffff Aug 9 12:02:13 hoya kernel: PREFETCH window 0x00000000c4000000-0x00000000c40fffff Aug 9 12:02:13 hoya kernel: GSI 16 sharing vector 0xA9 and IRQ 16 Aug 9 12:02:13 hoya kernel: ACPI: PCI Interrupt 0000:00:01.0[A] -> GSI 16 (level, low) -> IRQ 169 Aug 9 12:02:13 hoya kernel: ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 16 (level, low) -> IRQ 169 Aug 9 12:02:13 hoya kernel: ACPI: PCI Interrupt 0000:00:1c.4[A] -> GSI 16 (level, low) -> IRQ 169 Aug 9 12:02:13 hoya kernel: GSI 17 sharing vector 0xB1 and IRQ 17 Aug 9 12:02:13 hoya kernel: ACPI: PCI Interrupt 0000:00:1c.5[B] -> GSI 17 (level, low) -> IRQ 177 Aug 9 12:02:13 hoya kernel: NET: Registered protocol family 2 Aug 9 12:02:13 hoya kernel: IP route cache hash table entries: 262144 (order: 9, 2097152 bytes) Aug 9 12:02:13 hoya kernel: TCP established hash table entries: 262144 (order: 10, 4194304 bytes) Aug 9 12:02:13 hoya kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) Aug 9 12:02:13 hoya kernel: TCP: Hash tables configured (established 262144 bind 65536) Aug 9 12:02:13 hoya kernel: TCP reno registered Aug 9 12:02:13 hoya kernel: Simple Boot Flag at 0x7a set to 0x1 Aug 9 12:02:13 hoya kernel: audit: initializing netlink socket (disabled) Aug 9 12:02:13 hoya kernel: type=2000 audit(1312890882.863:1): initialized Aug 9 12:02:13 hoya kernel: Total HugeTLB memory allocated, 0 Aug 9 12:02:13 hoya kernel: VFS: Disk quotas dquot_6.5.1 Aug 9 12:02:13 hoya kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) Aug 9 12:02:13 hoya kernel: Initializing Cryptographic API Aug 9 12:02:13 hoya kernel: alg: No test for crc32c (crc32c-generic) Aug 9 12:02:13 hoya kernel: ksign: Installing public key data Aug 9 12:02:13 hoya kernel: Loading keyring Aug 9 12:02:13 hoya kernel: - Added public key 698FC79084ACA253 Aug 9 12:02:13 hoya kernel: - User ID: Red Hat, Inc. (Kernel Module GPG key) Aug 9 12:02:13 hoya kernel: io scheduler noop registered Aug 9 12:02:13 hoya kernel: io scheduler anticipatory registered Aug 9 12:02:13 hoya kernel: io scheduler deadline registered Aug 9 12:02:13 hoya kernel: io scheduler cfq registered (default) Aug 9 12:02:13 hoya kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5 Aug 9 12:02:13 hoya kernel: Real Time Clock Driver v1.12ac Aug 9 12:02:13 hoya kernel: Non-volatile memory driver v1.2 Aug 9 12:02:13 hoya kernel: Linux agpgart interface v0.101 (c) Dave Jones Aug 9 12:02:13 hoya kernel: Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled Aug 9 12:02:13 hoya kernel: serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A Aug 9 12:02:13 hoya kernel: 00:07: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A Aug 9 12:02:13 hoya kernel: brd: module loaded Aug 9 12:02:13 hoya kernel: Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2 Aug 9 12:02:13 hoya kernel: ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx Aug 9 12:02:13 hoya kernel: ICH7: IDE controller at PCI slot 0000:00:1f.1 Aug 9 12:02:13 hoya kernel: ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 16 (level, low) -> IRQ 169 Aug 9 12:02:13 hoya kernel: ICH7: chipset revision 1 Aug 9 12:02:13 hoya kernel: ICH7: not 100% native mode: will probe irqs later Aug 9 12:02:13 hoya kernel: ide0: BM-DMA at 0xffa0-0xffa7, BIOS settings: hda:DMA, hdb:pio Aug 9 12:02:13 hoya kernel: hda: PHILIPS DVD+/-RW DVD8801, ATAPI CD/DVD-ROM drive Aug 9 12:02:13 hoya kernel: ide0 at 0x1f0-0x1f7,0x3f6 on irq 14 Aug 9 12:02:13 hoya kernel: ide-floppy driver 0.99.newide Aug 9 12:02:13 hoya kernel: usbcore: registered new driver hiddev Aug 9 12:02:13 hoya kernel: usbcore: registered new driver usbhid Aug 9 12:02:13 hoya kernel: drivers/usb/input/hid-core.c: v2.6:USB HID core driver Aug 9 12:02:13 hoya kernel: PNP: No PS/2 controller found. Probing ports directly. Aug 9 12:02:13 hoya kernel: serio: i8042 KBD port at 0x60,0x64 irq 1 Aug 9 12:02:13 hoya kernel: serio: i8042 AUX port at 0x60,0x64 irq 12 Aug 9 12:02:13 hoya kernel: mice: PS/2 mouse device common for all mice Aug 9 12:02:13 hoya kernel: md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27 Aug 9 12:02:13 hoya kernel: md: bitmap version 4.39 Aug 9 12:02:13 hoya kernel: TCP bic registered Aug 9 12:02:13 hoya kernel: Initializing IPsec netlink socket Aug 9 12:02:13 hoya kernel: NET: Registered protocol family 1 Aug 9 12:02:13 hoya kernel: NET: Registered protocol family 17 Aug 9 12:02:13 hoya kernel: ACPI: (supports S0 S1 S3 S4 S5) Aug 9 12:02:13 hoya kernel: Initalizing network drop monitor service Aug 9 12:02:13 hoya kernel: Freeing unused kernel memory: 224k freed Aug 9 12:02:13 hoya kernel: Write protecting the kernel read-only data: 527k Aug 9 12:02:13 hoya kernel: GSI 18 sharing vector 0xE1 and IRQ 18 Aug 9 12:02:13 hoya kernel: ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 21 (level, low) -> IRQ 225 Aug 9 12:02:13 hoya kernel: ehci_hcd 0000:00:1d.7: EHCI Host Controller Aug 9 12:02:13 hoya kernel: ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1 Aug 9 12:02:13 hoya kernel: ehci_hcd 0000:00:1d.7: debug port 1 Aug 9 12:02:13 hoya kernel: ehci_hcd 0000:00:1d.7: irq 225, io mem 0xff980800 Aug 9 12:02:13 hoya kernel: ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004 Aug 9 12:02:13 hoya kernel: usb usb1: configuration #1 chosen from 1 choice Aug 9 12:02:13 hoya kernel: hub 1-0:1.0: USB hub found Aug 9 12:02:13 hoya kernel: hub 1-0:1.0: 8 ports detected Aug 9 12:02:13 hoya kernel: USB Universal Host Controller Interface driver v3.0 Aug 9 12:02:13 hoya kernel: ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 21 (level, low) -> IRQ 225 Aug 9 12:02:13 hoya kernel: uhci_hcd 0000:00:1d.0: UHCI Host Controller Aug 9 12:02:13 hoya kernel: uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2 Aug 9 12:02:13 hoya kernel: uhci_hcd 0000:00:1d.0: irq 225, io base 0x0000ff80 Aug 9 12:02:13 hoya kernel: usb usb2: configuration #1 chosen from 1 choice Aug 9 12:02:13 hoya kernel: hub 2-0:1.0: USB hub found Aug 9 12:02:13 hoya kernel: hub 2-0:1.0: 2 ports detected Aug 9 12:02:13 hoya kernel: GSI 19 sharing vector 0xE9 and IRQ 19 Aug 9 12:02:13 hoya kernel: ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 22 (level, low) -> IRQ 233 Aug 9 12:02:13 hoya kernel: uhci_hcd 0000:00:1d.1: UHCI Host Controller Aug 9 12:02:13 hoya kernel: uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3 Aug 9 12:02:13 hoya kernel: uhci_hcd 0000:00:1d.1: irq 233, io base 0x0000ff60 Aug 9 12:02:13 hoya kernel: usb usb3: configuration #1 chosen from 1 choice Aug 9 12:02:13 hoya kernel: hub 3-0:1.0: USB hub found Aug 9 12:02:13 hoya kernel: hub 3-0:1.0: 2 ports detected Aug 9 12:02:13 hoya kernel: GSI 20 sharing vector 0x32 and IRQ 20 Aug 9 12:02:13 hoya kernel: ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 50 Aug 9 12:02:13 hoya kernel: uhci_hcd 0000:00:1d.2: UHCI Host Controller Aug 9 12:02:13 hoya kernel: uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4 Aug 9 12:02:13 hoya kernel: uhci_hcd 0000:00:1d.2: irq 50, io base 0x0000ff40 Aug 9 12:02:13 hoya kernel: usb usb4: configuration #1 chosen from 1 choice Aug 9 12:02:13 hoya kernel: hub 4-0:1.0: USB hub found Aug 9 12:02:13 hoya kernel: hub 4-0:1.0: 2 ports detected Aug 9 12:02:13 hoya kernel: GSI 21 sharing vector 0x3A and IRQ 21 Aug 9 12:02:13 hoya kernel: ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 23 (level, low) -> IRQ 58 Aug 9 12:02:13 hoya kernel: uhci_hcd 0000:00:1d.3: UHCI Host Controller Aug 9 12:02:13 hoya kernel: uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5 Aug 9 12:02:13 hoya kernel: uhci_hcd 0000:00:1d.3: irq 58, io base 0x0000ff20 Aug 9 12:02:13 hoya kernel: usb usb5: configuration #1 chosen from 1 choice Aug 9 12:02:13 hoya kernel: hub 5-0:1.0: USB hub found Aug 9 12:02:13 hoya kernel: hub 5-0:1.0: 2 ports detected Aug 9 12:02:13 hoya kernel: usb 1-3: new high speed USB device using ehci_hcd and address 3 Aug 9 12:02:13 hoya kernel: SCSI subsystem initialized Aug 9 12:02:13 hoya kernel: GSI 22 sharing vector 0x42 and IRQ 22 Aug 9 12:02:13 hoya kernel: ACPI: PCI Interrupt 0000:00:1f.2[C] -> GSI 20 (level, low) -> IRQ 66 Aug 9 12:02:13 hoya kernel: usb 1-3: configuration #1 chosen from 1 choice Aug 9 12:02:13 hoya kernel: usb 1-4: new high speed USB device using ehci_hcd and address 4 Aug 9 12:02:13 hoya kernel: usb 1-4: configuration #1 chosen from 1 choice Aug 9 12:02:13 hoya kernel: hub 1-4:1.0: USB hub found Aug 9 12:02:13 hoya kernel: hub 1-4:1.0: 6 ports detected Aug 9 12:02:13 hoya kernel: usb 2-1: new low speed USB device using uhci_hcd and address 2 Aug 9 12:02:13 hoya kernel: usb 2-1: configuration #1 chosen from 1 choice Aug 9 12:02:13 hoya kernel: input: Contour Design ShuttleXpress as /class/input/input0 Aug 9 12:02:13 hoya kernel: input: USB HID v1.10 Device [Contour Design ShuttleXpress] on usb-0000:00:1d.0-1 Aug 9 12:02:13 hoya kernel: ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl RAID mode Aug 9 12:02:13 hoya kernel: ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part Aug 9 12:02:13 hoya kernel: scsi0 : ahci Aug 9 12:02:13 hoya kernel: scsi1 : ahci Aug 9 12:02:13 hoya kernel: scsi2 : ahci Aug 9 12:02:13 hoya kernel: scsi3 : ahci Aug 9 12:02:13 hoya kernel: ata1: SATA max UDMA/133 abar m1024@0xff970000 port 0xff970100 irq 74 Aug 9 12:02:13 hoya kernel: ata2: SATA max UDMA/133 abar m1024@0xff970000 port 0xff970180 irq 74 Aug 9 12:02:13 hoya kernel: ata3: SATA max UDMA/133 abar m1024@0xff970000 port 0xff970200 irq 74 Aug 9 12:02:13 hoya kernel: ata4: SATA max UDMA/133 abar m1024@0xff970000 port 0xff970280 irq 74 Aug 9 12:02:13 hoya kernel: usb 1-4.2: new full speed USB device using ehci_hcd and address 5 Aug 9 12:02:13 hoya kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Aug 9 12:02:13 hoya kernel: ata1.00: ATA-7: Hitachi HDS721616PLA380, P22OA92A, max UDMA/133 Aug 9 12:02:13 hoya kernel: ata1.00: 312500000 sectors, multi 0: LBA48 NCQ (depth 31/32) Aug 9 12:02:13 hoya kernel: ata1.00: configured for UDMA/133 Aug 9 12:02:13 hoya kernel: usb 1-4.2: configuration #1 chosen from 1 choice Aug 9 12:02:13 hoya kernel: hub 1-4.2:1.0: USB hub found Aug 9 12:02:13 hoya kernel: hub 1-4.2:1.0: 3 ports detected Aug 9 12:02:13 hoya kernel: ata2: SATA link down (SStatus 0 SControl 300) Aug 9 12:02:13 hoya kernel: usb 1-4.2.1: new full speed USB device using ehci_hcd and address 6 Aug 9 12:02:13 hoya kernel: usb 1-4.2.1: configuration #1 chosen from 1 choice Aug 9 12:02:13 hoya kernel: input: Dell Dell USB Keyboard as /class/input/input1 Aug 9 12:02:13 hoya kernel: input: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.7-4.2.1 Aug 9 12:02:13 hoya kernel: input: Dell Dell USB Keyboard as /class/input/input2 Aug 9 12:02:13 hoya kernel: input: USB HID v1.10 Device [Dell Dell USB Keyboard] on usb-0000:00:1d.7-4.2.1 Aug 9 12:02:13 hoya kernel: usb 1-4.2.3: new low speed USB device using ehci_hcd and address 7 Aug 9 12:02:13 hoya kernel: ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Aug 9 12:02:13 hoya kernel: ata3.00: ATA-8: WDC WD20EADS-00S2B0, 01.00A01, max UDMA/133 Aug 9 12:02:13 hoya kernel: ata3.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32) Aug 9 12:02:13 hoya kernel: ata3.00: configured for UDMA/133 Aug 9 12:02:13 hoya kernel: usb 1-4.2.3: configuration #1 chosen from 1 choice Aug 9 12:02:13 hoya kernel: input: Dell Premium USB Optical Mouse as /class/input/input3 Aug 9 12:02:13 hoya kernel: input: USB HID v1.11 Mouse [Dell Premium USB Optical Mouse] on usb-0000:00:1d.7-4.2.3 Aug 9 12:02:13 hoya kernel: ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Aug 9 12:02:13 hoya kernel: ata4.00: ATA-7: SAMSUNG HD502IJ, 1AA01113, max UDMA7 Aug 9 12:02:13 hoya kernel: ata4.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32) Aug 9 12:02:13 hoya kernel: ata4.00: configured for UDMA/133 Aug 9 12:02:13 hoya kernel: Vendor: ATA Model: Hitachi HDS72161 Rev: P22O Aug 9 12:02:13 hoya kernel: Type: Direct-Access ANSI SCSI revision: 05 Aug 9 12:02:13 hoya kernel: SCSI device sda: 312500000 512-byte hdwr sectors (160000 MB) Aug 9 12:02:13 hoya kernel: sda: Write Protect is off Aug 9 12:02:13 hoya kernel: SCSI device sda: drive cache: write back Aug 9 12:02:13 hoya kernel: SCSI device sda: 312500000 512-byte hdwr sectors (160000 MB) Aug 9 12:02:13 hoya kernel: sda: Write Protect is off Aug 9 12:02:14 hoya kernel: SCSI device sda: drive cache: write back Aug 9 12:02:14 hoya kernel: sda: sda1 sda2 sda3 sda4 < sda5 sda6 > Aug 9 12:02:14 hoya kernel: sd 0:0:0:0: Attached scsi disk sda Aug 9 12:02:14 hoya kernel: Vendor: ATA Model: WDC WD20EADS-00S Rev: 01.0 Aug 9 12:02:14 hoya kernel: Type: Direct-Access ANSI SCSI revision: 05 Aug 9 12:02:14 hoya kernel: SCSI device sdb: 3907029168 512-byte hdwr sectors (2000399 MB) Aug 9 12:02:14 hoya kernel: sdb: Write Protect is off Aug 9 12:02:14 hoya kernel: SCSI device sdb: drive cache: write back Aug 9 12:02:14 hoya rpc.statd[4033]: Version 1.0.9 Starting Aug 9 12:02:14 hoya kernel: SCSI device sdb: 3907029168 512-byte hdwr sectors (2000399 MB) Aug 9 12:02:14 hoya kernel: sdb: Write Protect is off Aug 9 12:02:14 hoya kernel: SCSI device sdb: drive cache: write back Aug 9 12:02:14 hoya kernel: sdb: sdb1 sdb2 Aug 9 12:02:14 hoya kernel: sd 2:0:0:0: Attached scsi disk sdb Aug 9 12:02:14 hoya kernel: Vendor: ATA Model: SAMSUNG HD502IJ Rev: 1AA0 Aug 9 12:02:14 hoya kernel: Type: Direct-Access ANSI SCSI revision: 05 Aug 9 12:02:14 hoya kernel: SCSI device sdc: 976773168 512-byte hdwr sectors (500108 MB) Aug 9 12:02:14 hoya kernel: sdc: Write Protect is off Aug 9 12:02:14 hoya kernel: SCSI device sdc: drive cache: write back Aug 9 12:02:14 hoya kernel: SCSI device sdc: 976773168 512-byte hdwr sectors (500108 MB) Aug 9 12:02:14 hoya kernel: sdc: Write Protect is off Aug 9 12:02:14 hoya kernel: SCSI device sdc: drive cache: write back Aug 9 12:02:14 hoya kernel: sdc: sdc1 sdc2 Aug 9 12:02:14 hoya kernel: sd 3:0:0:0: Attached scsi disk sdc Aug 9 12:02:14 hoya kernel: Initializing USB Mass Storage driver... Aug 9 12:02:14 hoya kernel: scsi4 : SCSI emulation for USB Mass Storage devices Aug 9 12:02:14 hoya kernel: usbcore: registered new driver usb-storage Aug 9 12:02:14 hoya kernel: USB Mass Storage support registered. Aug 9 12:02:14 hoya kernel: Vendor: TEAC Model: USB HS-CF Card Rev: 4.00 Aug 9 12:02:14 hoya kernel: Type: Direct-Access ANSI SCSI revision: 00 Aug 9 12:02:14 hoya kernel: sd 4:0:0:0: Attached scsi removable disk sdd Aug 9 12:02:14 hoya kernel: Vendor: TEAC Model: USB HS-xD/SM Rev: 4.00 Aug 9 12:02:14 hoya kernel: Type: Direct-Access ANSI SCSI revision: 00 Aug 9 12:02:14 hoya kernel: sd 4:0:0:1: Attached scsi removable disk sde Aug 9 12:02:14 hoya kernel: Vendor: TEAC Model: USB HS-MS Card Rev: 4.00 Aug 9 12:02:14 hoya kernel: Type: Direct-Access ANSI SCSI revision: 00 Aug 9 12:02:14 hoya kernel: sd 4:0:0:2: Attached scsi removable disk sdf Aug 9 12:02:14 hoya kernel: Vendor: TEAC Model: USB HS-SD Card Rev: 4.00 Aug 9 12:02:14 hoya kernel: Type: Direct-Access ANSI SCSI revision: 00 Aug 9 12:02:14 hoya kernel: SCSI device sdg: 3897344 512-byte hdwr sectors (1995 MB) Aug 9 12:02:14 hoya kernel: sdg: Write Protect is off Aug 9 12:02:14 hoya kernel: sdg: assuming drive cache: write through Aug 9 12:02:14 hoya kernel: SCSI device sdg: 3897344 512-byte hdwr sectors (1995 MB) Aug 9 12:02:14 hoya kernel: sdg: Write Protect is off Aug 9 12:02:14 hoya kernel: sdg: assuming drive cache: write through Aug 9 12:02:14 hoya kernel: sdg: sdg1 Aug 9 12:02:14 hoya kernel: sd 4:0:0:3: Attached scsi removable disk sdg Aug 9 12:02:14 hoya kernel: device-mapper: uevent: version 1.0.3 Aug 9 12:02:14 hoya kernel: device-mapper: ioctl: 4.11.6-ioctl (2011-02-18) initialised: dm-devel Aug 9 12:02:14 hoya kernel: device-mapper: dm-raid45: initialized v0.2594l Aug 9 12:02:14 hoya kernel: kjournald starting. Commit interval 5 seconds Aug 9 12:02:14 hoya kernel: EXT3-fs: mounted filesystem with ordered data mode. Aug 9 12:02:14 hoya kernel: SELinux: Disabled at runtime. Aug 9 12:02:14 hoya kernel: type=1404 audit(1312890916.691:2): selinux=0 auid=4294967295 ses=4294967295 Aug 9 12:02:14 hoya kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4 Aug 9 12:02:14 hoya kernel: intel_rng: Firmware space is locked read-only. If you can't or Aug 9 12:02:14 hoya kernel: intel_rng: don't want to disable this in firmware setup, and if Aug 9 12:02:14 hoya kernel: intel_rng: you are certain that your system has a functional Aug 9 12:02:14 hoya kernel: intel_rng: RNG, try using the 'no_fwh_detect' option. Aug 9 12:02:14 hoya kernel: input: PC Speaker as /class/input/input4 Aug 9 12:02:14 hoya kernel: tg3.c:v3.116 (December 3, 2010)<6>ACPI: PCI Interrupt 0000:04:00.0[A] -> GSI 17 (level, low) -> IRQ 177 Aug 9 12:02:14 hoya kernel: tg3 0000:04:00.0: eth0: eth0: Tigon3 [partno(BCM95754) rev b002 PHY(5787)] (PCI Express) 10/100/1000Base-T Ethernet 00:1a:a0:05:60:9b Aug 9 12:02:14 hoya kernel: tg3 0000:04:00.0: eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1] Aug 9 12:02:14 hoya kernel: tg3 0000:04:00.0: eth0: dma_rwctrl[76180000] dma_mask[64-bit] Aug 9 12:02:14 hoya kernel: parport: PnPBIOS parport detected. Aug 9 12:02:14 hoya kernel: parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE] Aug 9 12:02:14 hoya kernel: ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 17 (level, low) -> IRQ 177 Aug 9 12:02:14 hoya kernel: sd 0:0:0:0: Attached scsi generic sg0 type 0 Aug 9 12:02:14 hoya kernel: sd 2:0:0:0: Attached scsi generic sg1 type 0 Aug 9 12:02:14 hoya kernel: sd 3:0:0:0: Attached scsi generic sg2 type 0 Aug 9 12:02:14 hoya kernel: sd 4:0:0:0: Attached scsi generic sg3 type 0 Aug 9 12:02:14 hoya kernel: sd 4:0:0:1: Attached scsi generic sg4 type 0 Aug 9 12:02:14 hoya kernel: sd 4:0:0:2: Attached scsi generic sg5 type 0 Aug 9 12:02:14 hoya kernel: sd 4:0:0:3: Attached scsi generic sg6 type 0 Aug 9 12:02:14 hoya kernel: hda: ATAPI 48X DVD-ROM DVD-R CD-R/RW drive, 2048kB Cache, UDMA(33) Aug 9 12:02:14 hoya kernel: Uniform CD-ROM driver Revision: 3.20 Aug 9 12:02:14 hoya kernel: ACPI: PCI Interrupt 0000:05:05.0[A] -> GSI 17 (level, low) -> IRQ 177 Aug 9 12:02:14 hoya kernel: 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html Aug 9 12:02:14 hoya kernel: 0000:05:05.0: 3Com PCI 3c905 Boomerang 100baseTx at 000000000001dcc0. Aug 9 12:02:14 hoya kernel: ACPI: PCI Interrupt 0000:05:02.0[A] -> GSI 18 (level, low) -> IRQ 50 Aug 9 12:02:14 hoya kernel: ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 16 (level, low) -> IRQ 169 Aug 9 12:02:14 hoya kernel: hda_intel: position_fix set to 1 for device 1028:01de Aug 9 12:02:14 hoya kernel: floppy0: no floppy controllers found Aug 9 12:02:14 hoya kernel: work still pending Aug 9 12:02:14 hoya kernel: lp0: using parport0 (interrupt-driven). Aug 9 12:02:14 hoya kernel: lp0: console ready Aug 9 12:02:14 hoya kernel: NET: Registered protocol family 10 Aug 9 12:02:14 hoya kernel: lo: Disabled Privacy Extensions Aug 9 12:02:14 hoya kernel: IPv6 over IPv4 tunneling driver Aug 9 12:02:14 hoya kernel: ACPI: Power Button (FF) [PWRF] Aug 9 12:02:14 hoya kernel: ACPI: Power Button (CM) [VBTN] Aug 9 12:02:14 hoya kernel: ACPI: Mapper loaded Aug 9 12:02:14 hoya kernel: dell-wmi: No known WMI GUID found Aug 9 12:02:14 hoya kernel: md: Autodetecting RAID arrays. Aug 9 12:02:14 hoya kernel: md: autorun ... Aug 9 12:02:14 hoya kernel: md: ... autorun DONE. Aug 9 12:02:14 hoya kernel: device-mapper: multipath: version 1.0.6 loaded Aug 9 12:02:14 hoya kernel: EXT3 FS on sdc1, internal journal Aug 9 12:02:14 hoya kernel: kjournald starting. Commit interval 5 seconds Aug 9 12:02:14 hoya kernel: EXT3 FS on sdb1, internal journal Aug 9 12:02:14 hoya kernel: EXT3-fs: mounted filesystem with ordered data mode. Aug 9 12:02:14 hoya kernel: kjournald starting. Commit interval 5 seconds Aug 9 12:02:14 hoya kernel: EXT3 FS on dm-0, internal journal Aug 9 12:02:14 hoya kernel: EXT3-fs: mounted filesystem with ordered data mode. Aug 9 12:02:14 hoya kernel: fuse init (API version 7.10) Aug 9 12:02:14 hoya kernel: Adding 11663148k swap on /dev/sda6. Priority:-1 extents:1 across:11663148k Aug 9 12:02:14 hoya kernel: IA-32 Microcode Update Driver: v1.14a <tigran> Aug 9 12:02:14 hoya kernel: microcode: CPU1 updated from revision 0x51 to 0x5d, date = 10022010 Aug 9 12:02:14 hoya kernel: microcode: CPU0 updated from revision 0x51 to 0x5d, date = 10022010 Aug 9 12:02:14 hoya kernel: nvidia: module license 'NVIDIA' taints kernel. Aug 9 12:02:14 hoya kernel: ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 169 Aug 9 12:02:14 hoya kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 270.41.19 Mon May 16 23:32:08 PDT 2011 Aug 9 12:02:14 hoya kernel: ACPI: PCI interrupt for device 0000:01:00.0 disabled Aug 9 12:02:14 hoya kernel: Loading iSCSI transport class v2.0-871. Aug 9 12:02:14 hoya kernel: 802.1Q VLAN Support v1.8 Ben Greear <greearb> Aug 9 12:02:14 hoya kernel: All bugs added by David S. Miller <davem> Aug 9 12:02:14 hoya kernel: libcxgbi:libcxgbi_init_module: tag itt 0x1fff, 13 bits, age 0xf, 4 bits. Aug 9 12:02:14 hoya kernel: libcxgbi:ddp_setup_host_page_size: system PAGE 4096, ddp idx 0. Aug 9 12:02:14 hoya kernel: Chelsio T3 iSCSI Driver cxgb3i v2.0.0 (Jun. 2010) Aug 9 12:02:14 hoya kernel: iscsi: registered transport (cxgb3i) Aug 9 12:02:14 hoya kernel: cnic: Broadcom NetXtreme II CNIC Driver cnic v2.2.13 (Jan 31, 2011) Aug 9 12:02:14 hoya kernel: Broadcom NetXtreme II iSCSI Driver bnx2i v2.6.2.3 (Dec 31, 2010) Aug 9 12:02:14 hoya kernel: iscsi: registered transport (bnx2i) Aug 9 12:02:14 hoya kernel: iscsi: registered transport (tcp) Aug 9 12:02:14 hoya kernel: iscsi: registered transport (iser) Aug 9 12:02:14 hoya kernel: iscsi: registered transport (be2iscsi) Aug 9 12:02:14 hoya kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team Aug 9 12:02:14 hoya kernel: ieee80211: 802.11 data/management/control stack, git-1.1.13 Aug 9 12:02:14 hoya kernel: ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno.com> Aug 9 12:02:14 hoya kernel: ipw3945: Intel(R) PRO/Wireless 3945 Network Connection driver for Linux, 1.2.0d Aug 9 12:02:14 hoya kernel: ipw3945: Copyright(c) 2003-2006 Intel Corporation Aug 9 12:02:14 hoya kernel: ADDRCONF(NETDEV_UP): eth0: link is not ready Aug 9 12:02:14 hoya kernel: tg3 0000:04:00.0: eth0: Link is up at 1000 Mbps, full duplex Aug 9 12:02:14 hoya kernel: tg3 0000:04:00.0: eth0: Flow control is off for TX and off for RX Aug 9 12:02:14 hoya kernel: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Aug 9 12:02:14 hoya kernel: eth1: setting half-duplex. Aug 9 12:02:14 hoya kernel: ADDRCONF(NETDEV_UP): eth1: link is not ready Aug 9 12:02:16 hoya automount[4251]: lookup_read_master: lookup(nisplus): couldn't locate nis+ table auto.master Aug 9 12:02:17 hoya xinetd[4344]: xinetd Version 2.3.14 started with libwrap loadavg labeled-networking options compiled in. Aug 9 12:02:17 hoya xinetd[4344]: Started working: 1 available service Aug 9 12:02:21 hoya ntpdate[4362]: step time server 149.236.4.1 offset -0.489698 sec Aug 9 12:02:21 hoya ntpd[4364]: ntpd 4.2.2p1 Mon May 30 15:43:16 UTC 2011 (1) Aug 9 12:02:21 hoya ntpd[4365]: precision = 1.000 usec Aug 9 12:02:21 hoya ntpd[4365]: Listening on interface wildcard, 0.0.0.0#123 Disabled Aug 9 12:02:21 hoya ntpd[4365]: Listening on interface wildcard, ::#123 Disabled Aug 9 12:02:21 hoya ntpd[4365]: Listening on interface lo, ::1#123 Enabled Aug 9 12:02:21 hoya ntpd[4365]: Listening on interface eth0, fe80::21a:a0ff:fe05:609b#123 Enabled Aug 9 12:02:21 hoya ntpd[4365]: Listening on interface lo, 127.0.0.1#123 Enabled Aug 9 12:02:21 hoya ntpd[4365]: Listening on interface eth0, 149.236.14.162#123 Enabled Aug 9 12:02:21 hoya ntpd[4365]: kernel time sync status 0040 Aug 9 12:02:21 hoya ntpd[4365]: frequency initialized -5.782 PPM from /var/lib/ntp/drift Aug 9 12:02:21 hoya kernel: Installing knfsd (copyright (C) 1996 okir.de). Aug 9 12:02:21 hoya kernel: NFSD: Using /var/lib/nfs/v4recovery as the NFSv4 state recovery directory Aug 9 12:02:21 hoya kernel: NFSD: starting 90-second grace period Aug 9 12:02:22 hoya clamd[4487]: clamd daemon 0.97.1 (OS: linux-gnu, ARCH: x86_64, CPU: x86_64) Aug 9 12:02:22 hoya clamd[4487]: Running as user clamav (UID 100, GID 103) Aug 9 12:02:22 hoya clamd[4487]: Log file size limited to -1 bytes. Aug 9 12:02:22 hoya clamd[4487]: Reading databases from /var/clamav Aug 9 12:02:22 hoya clamd[4487]: Not loading PUA signatures. Aug 9 12:02:22 hoya clamd[4487]: Bytecode: Security mode set to "TrustSigned". Aug 9 12:02:26 hoya clamd[4487]: Loaded 1015724 signatures. Aug 9 12:02:26 hoya clamd[4487]: TCP: Bound to address 127.0.0.1 on port 3310 Aug 9 12:02:26 hoya clamd[4487]: TCP: Setting connection queue length to 30 Aug 9 12:02:26 hoya clamd[4487]: LOCAL: Unix socket file /var/run/clamav/clamd.sock Aug 9 12:02:26 hoya clamd[4487]: LOCAL: Setting connection queue length to 30 Aug 9 12:02:26 hoya clamd[4488]: Limits: Global size limit set to 104857600 bytes. Aug 9 12:02:26 hoya clamd[4488]: Limits: File size limit set to 26214400 bytes. Aug 9 12:02:26 hoya clamd[4488]: Limits: Recursion level limit set to 16. Aug 9 12:02:26 hoya clamd[4488]: Limits: Files limit set to 10000. Aug 9 12:02:26 hoya clamd[4488]: Archive support enabled. Aug 9 12:02:26 hoya clamd[4488]: Algorithmic detection enabled. Aug 9 12:02:26 hoya clamd[4488]: Portable Executable support enabled. Aug 9 12:02:26 hoya clamd[4488]: ELF support enabled. Aug 9 12:02:26 hoya clamd[4488]: Detection of broken executables enabled. Aug 9 12:02:26 hoya clamd[4488]: Mail files support enabled. Aug 9 12:02:26 hoya clamd[4488]: OLE2 support enabled. Aug 9 12:02:26 hoya clamd[4488]: PDF support enabled. Aug 9 12:02:26 hoya clamd[4488]: HTML support enabled. Aug 9 12:02:26 hoya clamd[4488]: Self checking every 600 seconds. Aug 9 12:02:28 hoya dhcpd: Internet Systems Consortium DHCP Server V3.0.5-RedHat Aug 9 12:02:28 hoya dhcpd: Copyright 2004-2006 Internet Systems Consortium. Aug 9 12:02:28 hoya dhcpd: All rights reserved. Aug 9 12:02:28 hoya dhcpd: For info, please visit http://www.isc.org/sw/dhcp/ Aug 9 12:02:28 hoya dhcpd: Internet Systems Consortium DHCP Server V3.0.5-RedHat Aug 9 12:02:28 hoya dhcpd: Copyright 2004-2006 Internet Systems Consortium. Aug 9 12:02:28 hoya dhcpd: All rights reserved. Aug 9 12:02:28 hoya dhcpd: For info, please visit http://www.isc.org/sw/dhcp/ Aug 9 12:02:28 hoya dhcpd: Wrote 2 leases to leases file. Aug 9 12:02:28 hoya dhcpd: Aug 9 12:02:28 hoya dhcpd: No subnet declaration for vmnet1 (0.0.0.0). Aug 9 12:02:28 hoya dhcpd: ** Ignoring requests on vmnet1. If this is not what Aug 9 12:02:28 hoya dhcpd: you want, please write a subnet declaration Aug 9 12:02:28 hoya dhcpd: in your dhcpd.conf file for the network segment Aug 9 12:02:28 hoya dhcpd: to which interface vmnet1 is attached. ** Aug 9 12:02:28 hoya dhcpd: Aug 9 12:02:28 hoya dhcpd: Aug 9 12:02:28 hoya dhcpd: Not configured to listen on any interfaces! Aug 9 12:02:28 hoya dhcpd: Aug 9 12:02:28 hoya dhcpd: If you did not get this software from ftp.isc.org, please Aug 9 12:02:28 hoya dhcpd: get the latest from ftp.isc.org and install that before Aug 9 12:02:28 hoya dhcpd: requesting help. Aug 9 12:02:28 hoya dhcpd: Aug 9 12:02:28 hoya dhcpd: If you did get this software from ftp.isc.org and have not Aug 9 12:02:28 hoya dhcpd: yet read the README, please read it before requesting help. Aug 9 12:02:28 hoya dhcpd: If you intend to request help from the dhcp-server Aug 9 12:02:28 hoya dhcpd: mailing list, please read the section on the README about Aug 9 12:02:28 hoya dhcpd: submitting bug reports and requests for help. Aug 9 12:02:28 hoya dhcpd: Aug 9 12:02:28 hoya dhcpd: Please do not under any circumstances send requests for Aug 9 12:02:28 hoya dhcpd: help directly to the authors of this software - please Aug 9 12:02:28 hoya dhcpd: send them to the appropriate mailing list as described in Aug 9 12:02:28 hoya dhcpd: the README file. Aug 9 12:02:28 hoya dhcpd: Aug 9 12:02:28 hoya dhcpd: exiting. Aug 9 12:02:28 hoya clamav-milter[4634]: +++ Started at Tue Aug 9 12:02:28 2011 Aug 9 12:02:38 hoya gpm[4715]: *** info [startup.c(95)]: Aug 9 12:02:38 hoya gpm[4715]: Started gpm successfully. Entered daemon mode. Aug 9 12:02:40 hoya rhnsd: Red Hat Network Services Daemon running with check_in interval set to 240 seconds. Aug 9 12:02:40 hoya rhnsd: Red Hat Network Services Daemon running with check_in interval set to 240 seconds. Aug 9 12:02:40 hoya rhnsd[4867]: Red Hat Network Services Daemon starting up. Aug 9 12:02:52 hoya smartd[5081]: smartd version 5.38 [x86_64-redhat-linux-gnu] Copyright (C) 2002-8 Bruce Allen Aug 9 12:02:52 hoya smartd[5081]: Home page is http://smartmontools.sourceforge.net/ Aug 9 12:02:52 hoya smartd[5081]: Opened configuration file /etc/smartd.conf Aug 9 12:02:52 hoya smartd[5081]: Configuration file /etc/smartd.conf parsed. Aug 9 12:02:52 hoya smartd[5081]: Device: /dev/sda, opened Aug 9 12:02:52 hoya smartd[5081]: Device: /dev/sda, found in smartd database. Aug 9 12:02:52 hoya smartd[5081]: Device: /dev/sda, is SMART capable. Adding to "monitor" list. Aug 9 12:02:52 hoya smartd[5081]: Device: /dev/sdb, opened Aug 9 12:02:52 hoya smartd[5081]: Device: /dev/sdb, not found in smartd database. Aug 9 12:02:52 hoya smartd[5081]: Device: /dev/sdb, is SMART capable. Adding to "monitor" list. Aug 9 12:02:52 hoya smartd[5081]: Device: /dev/sdc, opened Aug 9 12:02:52 hoya smartd[5081]: Device: /dev/sdc, found in smartd database. Aug 9 12:02:52 hoya smartd[5081]: Device: /dev/sdc, is SMART capable. Adding to "monitor" list. Aug 9 12:02:52 hoya smartd[5081]: Monitoring 3 ATA and 0 SCSI devices Aug 9 12:02:53 hoya smartd[5083]: smartd has fork()ed into background mode. New PID=5083. Aug 9 12:02:53 hoya kernel: ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 169 Aug 9 12:02:53 hoya kernel: NVRM: loading NVIDIA UNIX x86_64 Kernel Module 270.41.19 Mon May 16 23:32:08 PDT 2011 Aug 9 12:02:58 hoya gconfd (gsc-5263): starting (version 2.14.0), pid 5263 user 'gsc' Aug 9 12:02:59 hoya gconfd (gsc-5263): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration source at position 0 Aug 9 12:02:59 hoya gconfd (gsc-5263): Resolved address "xml:readwrite:/home/gsc/.gconf" to a writable configuration source at position 1 Aug 9 12:02:59 hoya gconfd (gsc-5263): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only configuration source at position 2 Aug 9 12:03:03 hoya hald: mounted /dev/sdg1 on behalf of uid 1014 Aug 9 12:03:03 hoya gconfd (gsc-5263): Resolved address "xml:readwrite:/home/gsc/.gconf" to a writable configuration source at position 0 Aug 9 12:05:40 hoya ntpd[4365]: synchronized to LOCAL(0), stratum 10 Aug 9 12:05:40 hoya ntpd[4365]: kernel time sync enabled 0001 Aug 9 12:06:44 hoya ntpd[4365]: synchronized to 149.236.4.1, stratum 2 Aug 9 12:11:35 hoya kernel: eth1: setting full-duplex. Aug 9 12:11:35 hoya kernel: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready Aug 9 12:12:28 hoya clamd[4488]: No stats for Database check - forcing reload Aug 9 12:12:28 hoya clamd[4488]: Reading databases from /var/clamav Aug 9 12:12:32 hoya clamd[4488]: Database correctly reloaded (1015724 signatures) Aug 9 12:12:42 hoya gconfd (admin-5615): starting (version 2.14.0), pid 5615 user 'admin' Aug 9 12:12:42 hoya gconfd (admin-5615): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration source at position 0 Aug 9 12:12:42 hoya gconfd (admin-5615): Resolved address "xml:readwrite:/home/admin/.gconf" to a writable configuration source at position 1 Aug 9 12:12:42 hoya gconfd (admin-5615): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only configuration source at position 2 Aug 9 12:13:52 hoya system-config-network[5601]: -+ //etc/modprobe.conf eth0 alias tg3 Aug 9 12:13:52 hoya system-config-network[5601]: -+ //etc/modprobe.conf eth1 alias 3c59x Aug 9 12:13:52 hoya system-config-network[5601]: chmod 0644 //etc/sysconfig/networking/devices/ifcfg-eth1 Aug 9 12:13:52 hoya system-config-network[5601]: chmod 0644 //etc/sysconfig/networking/devices/ifcfg-eth0 Aug 9 12:13:53 hoya NET[5738]: /sbin/dhclient-script : updated /etc/resolv.conf Aug 9 12:13:53 hoya ntpd[4365]: ntpd exiting on signal 15 Aug 9 12:13:58 hoya ntpdate[5758]: step time server 149.236.4.1 offset 0.009731 sec Aug 9 12:13:58 hoya ntpd[5760]: ntpd 4.2.2p1 Mon May 30 15:43:16 UTC 2011 (1) Aug 9 12:13:58 hoya ntpd[5761]: precision = 1.000 usec Aug 9 12:13:58 hoya ntpd[5761]: Listening on interface wildcard, 0.0.0.0#123 Disabled Aug 9 12:13:58 hoya ntpd[5761]: Listening on interface wildcard, ::#123 Disabled Aug 9 12:13:58 hoya ntpd[5761]: Listening on interface lo, ::1#123 Enabled Aug 9 12:13:58 hoya ntpd[5761]: Listening on interface eth0, fe80::21a:a0ff:fe05:609b#123 Enabled Aug 9 12:13:58 hoya ntpd[5761]: Listening on interface eth1, fe80::260:8ff:fe0f:2dde#123 Enabled Aug 9 12:13:58 hoya ntpd[5761]: Listening on interface lo, 127.0.0.1#123 Enabled Aug 9 12:13:58 hoya ntpd[5761]: Listening on interface eth0, 149.236.14.162#123 Enabled Aug 9 12:13:58 hoya ntpd[5761]: kernel time sync status 0040 Aug 9 12:13:58 hoya ntpd[5761]: frequency initialized -5.782 PPM from /var/lib/ntp/drift Aug 9 12:14:12 hoya gconfd (admin-5615): GConf server is not in use, shutting down. Aug 9 12:14:12 hoya gconfd (admin-5615): Exiting Aug 9 12:15:03 hoya ntpd[5761]: sendto(149.236.4.1) (fd=22): Invalid argument Aug 9 12:15:06 hoya ntpd[5761]: sendto(149.236.4.26) (fd=22): Invalid argument Aug 9 12:15:06 hoya gconfd (admin-5991): starting (version 2.14.0), pid 5991 user 'admin' Aug 9 12:15:06 hoya gconfd (admin-5991): Resolved address "xml:readonly:/etc/gconf/gconf.xml.mandatory" to a read-only configuration source at position 0 Aug 9 12:15:06 hoya gconfd (admin-5991): Resolved address "xml:readwrite:/home/admin/.gconf" to a writable configuration source at position 1 Aug 9 12:15:06 hoya gconfd (admin-5991): Resolved address "xml:readonly:/etc/gconf/gconf.xml.defaults" to a read-only configuration source at position 2 Aug 9 12:15:33 hoya system-config-network[5977]: -+ //etc/modprobe.conf eth0 alias tg3 Aug 9 12:15:33 hoya system-config-network[5977]: -+ //etc/modprobe.conf eth1 alias 3c59x Aug 9 12:15:33 hoya system-config-network[5977]: chmod 0644 //etc/sysconfig/networking/devices/ifcfg-eth1 Aug 9 12:15:33 hoya system-config-network[5977]: chmod 0644 //etc/sysconfig/networking/devices/ifcfg-eth0 Aug 9 12:15:36 hoya kernel: eth1: setting full-duplex. Aug 9 12:15:36 hoya dhclient: DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 7 (xid=0x1c839e50) Aug 9 12:15:40 hoya dhclient: DHCPOFFER from 149.236.14.1 Aug 9 12:15:40 hoya dhclient: DHCPREQUEST on eth1 to 255.255.255.255 port 67 (xid=0x1c839e50) Aug 9 12:15:40 hoya dhclient: DHCPACK from 149.236.14.1 (xid=0x1c839e50) Aug 9 12:15:40 hoya NET[6135]: /sbin/dhclient-script : updated /etc/resolv.conf Aug 9 12:15:40 hoya dhclient: bound to 149.236.14.186 -- renewal in 3239 seconds. Aug 9 12:15:58 hoya nmbd[4797]: [2011/08/09 12:15:58, 0] libsmb/nmblib.c:send_udp(793) Aug 9 12:15:58 hoya nmbd[4797]: Packet send failed to 149.236.14.255(138) ERRNO=Invalid argument Aug 9 12:16:09 hoya ntpd[5761]: sendto(149.236.4.1) (fd=22): Invalid argument Aug 9 12:16:11 hoya ntpd[5761]: sendto(149.236.4.26) (fd=22): Invalid argument Aug 9 12:16:42 hoya nmbd[4797]: [2011/08/09 12:16:42, 0] libsmb/nmblib.c:send_udp(793) Aug 9 12:16:42 hoya nmbd[4797]: Packet send failed to 149.236.14.255(138) ERRNO=Invalid argument Aug 9 12:16:44 hoya NET[6252]: /sbin/dhclient-script : updated /etc/resolv.conf Aug 9 12:16:44 hoya ntpd[5761]: ntpd exiting on signal 15 Aug 9 12:16:48 hoya ntpdate[6272]: step time server 149.236.4.1 offset -0.000385 sec Aug 9 12:16:48 hoya ntpd[6274]: ntpd 4.2.2p1 Mon May 30 15:43:16 UTC 2011 (1) Aug 9 12:16:48 hoya ntpd[6275]: precision = 1.000 usec Aug 9 12:16:48 hoya ntpd[6275]: Listening on interface wildcard, 0.0.0.0#123 Disabled Aug 9 12:16:48 hoya ntpd[6275]: Listening on interface wildcard, ::#123 Disabled Aug 9 12:16:48 hoya ntpd[6275]: Listening on interface eth1, fe80::260:8ff:fe0f:2dde#123 Enabled Aug 9 12:16:48 hoya ntpd[6275]: Listening on interface eth1, 149.236.14.186#123 Enabled Aug 9 12:16:48 hoya ntpd[6275]: kernel time sync status 0040 Aug 9 12:16:48 hoya ntpd[6275]: frequency initialized -5.782 PPM from /var/lib/ntp/drift Aug 9 12:16:48 hoya ntpd[6275]: missing loopback interface! Aug 9 12:18:02 hoya kernel: ADDRCONF(NETDEV_UP): eth0: link is not ready Aug 9 12:18:04 hoya kernel: tg3 0000:04:00.0: eth0: Link is up at 1000 Mbps, full duplex Aug 9 12:18:04 hoya kernel: tg3 0000:04:00.0: eth0: Flow control is off for TX and off for RX Aug 9 12:18:04 hoya kernel: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Aug 9 12:18:05 hoya dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x4a1e8630) Aug 9 12:18:07 hoya nmbd[4797]: [2011/08/09 12:18:07, 0] libsmb/nmblib.c:send_udp(793) Aug 9 12:18:07 hoya nmbd[4797]: Packet send failed to 149.236.14.255(138) ERRNO=Invalid argument Aug 9 12:18:07 hoya nmbd[4797]: [2011/08/09 12:18:07, 0] libsmb/nmblib.c:send_udp(793) Aug 9 12:18:07 hoya nmbd[4797]: Packet send failed to 149.236.14.255(137) ERRNO=Network is unreachable Aug 9 12:18:07 hoya nmbd[4797]: [2011/08/09 12:18:07, 0] nmbd/nmbd_packets.c:send_netbios_packet(163) Aug 9 12:18:07 hoya nmbd[4797]: send_netbios_packet: send_packet() to IP 149.236.14.255 port 137 failed Aug 9 12:18:07 hoya nmbd[4797]: [2011/08/09 12:18:07, 0] nmbd/nmbd_namequery.c:query_name(245) Aug 9 12:18:07 hoya nmbd[4797]: query_name: Failed to send packet trying to query name WORKGROUP<1d> Aug 9 12:18:08 hoya dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x4a1e8630) Aug 9 12:18:15 hoya last message repeated 2 times Aug 9 12:18:19 hoya dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 (xid=0x21eb2ab5) Aug 9 12:18:25 hoya dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 12 (xid=0x21eb2ab5) Aug 9 12:18:37 hoya dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 17 (xid=0x21eb2ab5) Aug 9 12:18:37 hoya dhclient: DHCPOFFER from 149.236.14.1 Aug 9 12:18:37 hoya dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x21eb2ab5) Aug 9 12:18:37 hoya dhclient: DHCPACK from 149.236.14.1 (xid=0x21eb2ab5) Aug 9 12:18:37 hoya NET[6459]: /sbin/dhclient-script : updated /etc/resolv.conf Aug 9 12:18:37 hoya dhclient: bound to 149.236.14.162 -- renewal in 2725 seconds. Aug 9 12:19:06 hoya gconfd (admin-5991): GConf server is not in use, shutting down. Aug 9 12:19:06 hoya gconfd (admin-5991): Exiting Aug 9 12:19:16 hoya NET[6568]: /sbin/dhclient-script : updated /etc/resolv.conf Aug 9 12:19:21 hoya ntpdate[6593]: step time server 149.236.4.1 offset 0.001116 sec Aug 9 12:19:21 hoya ntpd[6595]: ntpd 4.2.2p1 Mon May 30 15:43:16 UTC 2011 (1) Aug 9 12:19:21 hoya ntpd[6596]: precision = 1.000 usec Aug 9 12:19:21 hoya ntpd[6596]: Listening on interface wildcard, 0.0.0.0#123 Disabled Aug 9 12:19:21 hoya ntpd[6596]: Listening on interface wildcard, ::#123 Disabled Aug 9 12:19:21 hoya ntpd[6596]: Listening on interface eth0, fe80::21a:a0ff:fe05:609b#123 Enabled Aug 9 12:19:21 hoya ntpd[6596]: Listening on interface eth0, 149.236.14.162#123 Enabled Aug 9 12:19:21 hoya ntpd[6596]: kernel time sync status 0040 Aug 9 12:19:21 hoya ntpd[6596]: frequency initialized -5.782 PPM from /var/lib/ntp/drift Aug 9 12:19:21 hoya ntpd[6596]: missing loopback interface! Aug 9 12:19:21 hoya kernel: ADDRCONF(NETDEV_UP): eth0: link is not ready Aug 9 12:19:24 hoya kernel: tg3 0000:04:00.0: eth0: Link is up at 1000 Mbps, full duplex Aug 9 12:19:24 hoya kernel: tg3 0000:04:00.0: eth0: Flow control is off for TX and off for RX Aug 9 12:19:24 hoya kernel: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready Aug 9 12:19:25 hoya dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0xc4a99ee) Aug 9 12:19:35 hoya last message repeated 3 times Aug 9 12:19:46 hoya dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 6 (xid=0x7bcf578a) Aug 9 12:19:52 hoya dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 14 (xid=0x7bcf578a) Aug 9 12:20:06 hoya dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port 67 interval 11 (xid=0x7bcf578a) Aug 9 12:20:06 hoya dhclient: DHCPOFFER from 149.236.14.1 Aug 9 12:20:06 hoya dhclient: DHCPREQUEST on eth0 to 255.255.255.255 port 67 (xid=0x7bcf578a) Aug 9 12:20:06 hoya dhclient: DHCPACK from 149.236.14.1 (xid=0x7bcf578a) Aug 9 12:20:06 hoya NET[6964]: /sbin/dhclient-script : updated /etc/resolv.conf Aug 9 12:20:06 hoya dhclient: bound to 149.236.14.162 -- renewal in 3502 seconds. Aug 9 12:22:32 hoya clamd[4488]: SelfCheck: Database status OK.
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release.
Patch(es) available in kernel-2.6.18-285.el5 You can download this test kernel (or newer) from http://people.redhat.com/jwilson/el5 Detailed testing feedback is always welcomed.
Cannot reproduce it on dell-p420-01.rhts.eng.bos.redhat.com, [root@dell-p420-01 ~]# uname -a Linux dell-p420-01.rhts.eng.bos.redhat.com 2.6.18-238.12.1.el5 #1 SMP Sat May 7 20:19:10 EDT 2011 i686 i686 i386 GNU/Linux from dmesg : ACPI: PCI interrupt for device 0000:02:04.0 disabled PCI: Enabling device 0000:02:04.0 (0110 -> 0113) ACPI: PCI Interrupt 0000:02:04.0[A] -> GSI 16 (level, low) -> IRQ 193 3c59x: Donald Becker and others. www.scyld.com/network/vortex.html 0000:02:04.0: 3Com PCI 3c905C Tornado at e097cc00. eth0: setting full-duplex. Review the code and make sure the patch is included in kernel-2.6.18-300.el5, Set SanityOnly.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2012-0150.html