| View previous topic :: View next topic |
| Author |
Message |
petercstevenson
|
Posted: Tue Aug 21, 2007 5:53 pm Post subject: Blag runs very slow |
|
|
Hi. I am running blag on an iMac, and it is agonizingly slow. It takes several minutes to start up, and maybe 30 seconds just to start the terminal. I read through the 'very slow' thread of a year ago, but I don't have a SATA hard drive. free gives me Mem: total=483228, used=477540, free=5688, and it says no swap is being used. top says that the biggest memory users are nautilus, 4.4%, and gnome-panel, 4.1%. The only thing that ever reaches above 0% CPU is Xorg, which varies from 0-2%. It seems to me that since installing, it has been getting progressively slower.
If it helps to know, it stalls for a minute or two booting cups, but I have disabled that and it is still slow. I have also cut the virtual desktops down to 1.
Let me know if there is any other information I should provide. It is bordering on unusable.
Peter
|
|
|
 |
ririkourou94
|
Posted: Tue Aug 21, 2007 8:25 pm Post subject: Re: Blag runs very slow |
|
|
| petercstevenson wrote: | Hi. I am running blag on an iMac, and it is agonizingly slow. It takes several minutes to start up, and maybe 30 seconds just to start the terminal. I read through the 'very slow' thread of a year ago, but I don't have a SATA hard drive. free gives me Mem: total=483228, used=477540, free=5688, and it says no swap is being used. top says that the biggest memory users are nautilus, 4.4%, and gnome-panel, 4.1%. The only thing that ever reaches above 0% CPU is Xorg, which varies from 0-2%. It seems to me that since installing, it has been getting progressively slower.
If it helps to know, it stalls for a minute or two booting cups, but I have disabled that and it is still slow. I have also cut the virtual desktops down to 1.
Let me know if there is any other information I should provide. It is bordering on unusable.
Peter |
well , I'm running Blag 60001 on a brandnew MacBookPro (2 GB of RAM, 4.6 GB of swap on sda6), and sometimes , opening an Xterm is not possible (it is in a boot-up phase for about 1 mns and then the process is killed. At the same time, you can't open any application successfully. BUt, 98% of the time, everything works as quickly as you would expect a laptop fitted with a 2.15 GHz Core2Duo processor). Does anyone knows why top sayas that I only have 200 MB of memory available, while at the same time, System Monitoring application says that I still have 1.7 GB of free RAM ? Eric.
|
|
|
 |
john maclean
|
Posted: Tue Aug 21, 2007 10:36 pm Post subject: |
|
|
My first guess would be to test your disk performance...
| Code: | /sbin/hdparm -t /dev/hda
/dev/hda:
Timing buffered disk reads: 106 MB in 3.05 seconds = 34.79 MB/sec |
Is what I get for this laptop (IBM). Dunno if that result is any good or not but the thing works OK.
When you use `gnome-system-monitor` to list your processes, does it include those owned by root or any daemons running? Failing that `apt-get install htop`. htop is a much nicer "top tool" very easy to list processes in the order that you want.
|
_________________ We need shells, lots of shells.
London, GMT +1 |
|
 |
petercstevenson
|
Posted: Wed Aug 22, 2007 2:05 pm Post subject: |
|
|
Thanks for the advice. hdparm gives me 210 MB in 3.02 seconds = 69.52 MB/sec. I also have the inconsistency with top and System Monitor. top and free say I'm using 263MB of memory, and htop and System Monitor say I'm using 132MB of memory. In terms of the processes, htop says the same as top. In case it helps, I am running a dual-boot system with OS X; I don't know if that could have an effect.
Thanks
Peter
|
|
|
 |
john maclean
|
Posted: Wed Aug 22, 2007 3:47 pm Post subject: |
|
|
I guess those speeds are better than mine? Chaps please advise. Don't run any more checks on the disk. i only wanted to eliminate the possibility of a dud disk or something. cat /proc/meminfo should give you the "true" value of your memory. You may want to ` cat /proc/meminfo | head -n 4` just to see the total, free, buffers and cached.
Have a look at the output from `dmesg`. any "warning", "cannot", or other problem?
|
_________________ We need shells, lots of shells.
London, GMT +1 |
|
 |
petercstevenson
|
Posted: Wed Aug 22, 2007 8:28 pm Post subject: |
|
|
/proc/meminfo gives me the same as top and free.
I'm afraid that I don't know enough to understand much of the dmesg output, but here are the things that look most like errors to me:
...
pnp: 00:01: iomem range 0xe0000000-0xefffffff could not be reserved
pnp: 00:01: iomem range 0xfed14000-0xfed17fff could not be reserved
pnp: 00:01: iomem range oxfed18000-0xfed18fff could not be reserved
pnp: 00:01: iomem range 0xfed19000-0xfed19fff could not be reserved
pnp: 00:05: iomem range 0xfed00000-0xfed03ff has been reserved
...
apm: BIOS not found.
...
isapnp: Scanning for PnP cards...
Marking TSC unstable due to: possible TSC halt in C2.
...
Is there anything else I should look for?
Peter
|
|
|
 |
john maclean
|
Posted: Wed Aug 22, 2007 10:26 pm Post subject: |
|
|
Just out of interest is your internet connection working ok with this machine? I ask 'cos I had a weired problem on a particular kernel that I was mucking about with... That iomem stuff can be gleaned with `cat /proc/iomem` and should say the same stuff as `dmesg`.
That pnp refers to plug and play devices. Dunno what you expect to plug into the machine though. If your net connection -is- OK why not update the system if you have not done so already.
Final question is how did you specify partitions during the installation? Went with the defaults or made your own? Just asking to make sure that you have enough disk space...
df -h will tell you that. My guess is that there is a conflict with your devices. Maybe bewteen USB and something. Perhaps your ports [1], interupts [2] or pci
Disclaimer:- jayeola is guessing!!
[1] cat /proc/ioports
[2] cat /proc/interrupts
[2] cat /proc/iomem | grep pnp
[3] /sbin/lspci
|
_________________ We need shells, lots of shells.
London, GMT +1 |
|
 |
petercstevenson
|
Posted: Thu Aug 23, 2007 4:46 am Post subject: |
|
|
The iomem lines that correspond to the dmesg are:
...
e0000000-efffffff : reserved
...
fed00000-fed003ff : pnp 00:05
fed14000-fed19fff : reserved
...
The system is updated, and the internet seems to be working fine, just slow.
df -h says I have 50G in /, 76M in /boot, and 236M is /dev/shm.
I tried the other suggestions you made, and I didn't see anything that said "ERROR!" or anything. I'm not really sure what to look for. Should I copy the output?
Thanks
Peter
|
|
|
 |
john maclean
|
Posted: Thu Aug 23, 2007 1:21 pm Post subject: |
|
|
Yeah. I'd say paste the results from `dmesg` unless you are worried about posting "sensitive info". Remove any lines that you are worried about. Also use `ps` to show use what the box is doing. `ps -e -orss=,args= | sort -b -k1,1n | pr -TW$COLUMNS` that should list processes by memory.
|
_________________ We need shells, lots of shells.
London, GMT +1 |
|
 |
petercstevenson
|
Posted: Thu Aug 23, 2007 11:18 pm Post subject: |
|
|
dmesg:
Linux version 2.6.22.2-42.fc6 (brewbuilder@hs20-bc2-4.build.redhat.com) (gcc version 4.1.2 20070626 (Red Hat 4.1.2-13)) #1 SMP Wed Aug 15 12:34:26 EDT 2007
BIOS-provided physical RAM map:
BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
BIOS-e820: 0000000000100000 - 000000001e0c3000 (usable)
BIOS-e820: 000000001e0c3000 - 000000001e2c4000 (ACPI NVS)
BIOS-e820: 000000001e2c4000 - 000000001eebe000 (ACPI data)
BIOS-e820: 000000001eebe000 - 000000001eeef000 (ACPI NVS)
BIOS-e820: 000000001eeef000 - 000000001ef00000 (ACPI data)
BIOS-e820: 000000001ef00000 - 0000000020000000 (reserved)
BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
480MB LOWMEM available.
Using x86 segment limits to approximate NX protection
Entering add_active_range(0, 0, 123075) 0 entries of 256 used
Zone PFN ranges:
DMA 0 -> 4096
Normal 4096 -> 123075
HighMem 123075 -> 123075
early_node_map[1] active PFN ranges
0: 0 -> 123075
On node 0 totalpages: 123075
DMA zone: 32 pages used for memmap
DMA zone: 0 pages reserved
DMA zone: 4064 pages, LIFO batch:0
Normal zone: 929 pages used for memmap
Normal zone: 118050 pages, LIFO batch:31
HighMem zone: 0 pages used for memmap
DMI 2.4 present.
Using APIC driver default
ACPI: RSDP 000FE020, 0024 (r2 APPLE )
ACPI: XSDT 1EEFD1C0, 0074 (r1 APPLE Apple00 90 1000013)
ACPI: FACP 1EEFB000, 00F4 (r3 APPLE Apple00 90 Loki 5F)
ACPI: DSDT 1EEF0000, 395D (r1 APPLE iMac5,2 10001 INTL 20050309)
ACPI: FACS 1EEC0000, 0040
ACPI: HPET 1EEFA000, 0038 (r1 APPLE Apple00 1 Loki 5F)
ACPI: APIC 1EEF9000, 0068 (r1 APPLE Apple00 1 Loki 5F)
ACPI: MCFG 1EEF8000, 003C (r1 APPLE Apple00 1 Loki 5F)
ACPI: ASF! 1EEF7000, 00A0 (r32 APPLE Apple00 1 Loki 5F)
ACPI: SBST 1EEF5000, 0030 (r1 APPLE Apple00 1 Loki 5F)
ACPI: ECDT 1EEF4000, 0053 (r1 APPLE Apple00 1 Loki 5F)
ACPI: SSDT 1EEBB000, 064F (r1 APPLE SataPri 1000 INTL 20050309)
ACPI: SSDT 1EEBA000, 069C (r1 APPLE SataSec 1000 INTL 20050309)
ACPI: SSDT 1EEEF000, 04DC (r1 APPLE CpuPm 3000 INTL 20050309)
ACPI: PM-Timer IO Port: 0x408
ACPI: Local APIC address 0xfee00000
ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
Processor #0 6:15 APIC version 20
ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
Processor #1 6:15 APIC version 20
ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
ACPI: IRQ0 used by override.
ACPI: IRQ2 used by override.
ACPI: IRQ9 used by override.
Enabling APIC mode: Flat. Using 1 I/O APICs
ACPI: HPET id: 0x8086a201 base: 0xfed00000
Using ACPI (MADT) for SMP configuration information
Allocating PCI resources starting at 30000000 (gap: 20000000:c0000000)
Built 1 zonelists. Total pages: 122114
Kernel command line: ro root=/dev/VolGroup00/LogVol00 rhgb quiet selinux=0
mapped APIC to ffffd000 (fee00000)
mapped IOAPIC to ffffc000 (fec00000)
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Initializing CPU#0
CPU 0 irqstacks, hard=c07cb000 soft=c07ab000
PID hash table entries: 2048 (order: 11, 8192 bytes)
Detected 1830.971 MHz processor.
Console: colour VGA+ 80x25
Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
Memory: 480468k/492300k available (2248k kernel code, 11264k reserved, 1200k data, 264k init, 0k highmem)
virtual kernel memory layout:
fixmap : 0xffc56000 - 0xfffff000 (3748 kB)
pkmap : 0xff800000 - 0xffc00000 (4096 kB)
vmalloc : 0xdf000000 - 0xff7fe000 ( 519 MB)
lowmem : 0xc0000000 - 0xde0c3000 ( 480 MB)
.init : 0xc0764000 - 0xc07a6000 ( 264 kB)
.data : 0xc0632186 - 0xc075e584 (1200 kB)
.text : 0xc0400000 - 0xc0632186 (2248 kB)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
SLUB: Genslabs=22, HWalign=64, Order=0-1, MinObjects=4, CPUs=2, Nodes=1
hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
hpet0: 3 64-bit timers, 14318180 Hz
Calibrating delay using timer specific routine.. 3665.03 BogoMIPS (lpj=1832519)
Security Framework v1.0.0 initialized
SELinux: Disabled at boot.
Capability LSM initialized
Mount-cache hash table entries: 512
CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e3bd 00000000 00000001
monitor/mwait feature present.
using mwait in idle threads.
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 2048K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 0
CPU: After all inits, caps: bfebf3ff 20100000 00000000 00003940 0000e3bd 00000000 00000001
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
Compat vDSO mapped to ffffe000.
Checking 'hlt' instruction... OK.
SMP alternatives: switching to UP code
ACPI: Core revision 20070126
CPU0: Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz stepping 06
SMP alternatives: switching to SMP code
Booting processor 1/1 eip 3000
CPU 1 irqstacks, hard=c07cc000 soft=c07ac000
Initializing CPU#1
Calibrating delay using timer specific routine.. 3661.77 BogoMIPS (lpj=1830888)
CPU: After generic identify, caps: bfebfbff 20100000 00000000 00000000 0000e3bd 00000000 00000001
monitor/mwait feature present.
CPU: L1 I cache: 32K, L1 D cache: 32K
CPU: L2 cache: 2048K
CPU: Physical Processor ID: 0
CPU: Processor Core ID: 1
CPU: After all inits, caps: bfebf3ff 20100000 00000000 00003940 0000e3bd 00000000 00000001
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#1.
CPU1: Intel(R) Core(TM)2 CPU T5600 @ 1.83GHz stepping 06
Total of 2 processors activated (7326.81 BogoMIPS).
ENABLING IO-APIC IRQs
..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
checking TSC synchronization [CPU#0 -> CPU#1]: passed.
Brought up 2 CPUs
sizeof(vma)=84 bytes
sizeof(page)=32 bytes
sizeof(inode)=336 bytes
sizeof(dentry)=132 bytes
sizeof(ext3inode)=488 bytes
sizeof(buffer_head)=56 bytes
sizeof(skbuff)=176 bytes
sizeof(task_struct)=1536 bytes
Time: 23:06:23 Date: 07/23/107
NET: Registered protocol family 16
ACPI: bus type pci registered
PCI: Using configuration type 1
Setting up standard PCI resources
ACPI: System BIOS is requesting _OSI(Linux)
ACPI: Please test with "acpi_osi=!Linux"
Please send dmidecode to linux-acpi@vger.kernel.org
ACPI: Interpreter enabled
ACPI: (supports S0 S3 S4 S5)
ACPI: Using IOAPIC for interrupt routing
ACPI: PCI Root Bridge [PCI0] (0000:00)
PCI: Probing PCI hardware (bus 00)
PCI quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO
PCI quirk: region 0500-053f claimed by ICH6 GPIO
PCI: Transparent bridge - 0000:00:1e.0
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 *10 12 14 15)
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *11 12 14 15)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
ACPI: bus type pnp registered
pnp: PnP ACPI: found 9 devices
ACPI: ACPI bus type pnp unregistered
usbcore: registered new interface driver usbfs
usbcore: registered new interface driver hub
usbcore: registered new device driver usb
PCI: Using ACPI for IRQ routing
PCI: If a device doesn't work, try "pci=routeirq". If it helps, post a report
NetLabel: Initializing
NetLabel: domain hash size = 128
NetLabel: protocols = UNLABELED CIPSOv4
NetLabel: unlabeled traffic allowed by default
ACPI: RTC can wake from S4
Time: tsc clocksource has been installed.
pnp: 00:01: iomem range 0xe0000000-0xefffffff could not be reserved
pnp: 00:01: iomem range 0xfed14000-0xfed17fff could not be reserved
pnp: 00:01: iomem range 0xfed18000-0xfed18fff could not be reserved
pnp: 00:01: iomem range 0xfed19000-0xfed19fff could not be reserved
pnp: 00:05: iomem range 0xfed00000-0xfed003ff has been reserved
PCI: Bridge: 0000:00:1c.0
IO window: disabled.
MEM window: 30200000-302fffff
PREFETCH window: disabled.
PCI: Bridge: 0000:00:1c.1
IO window: 1000-1fff
MEM window: 30100000-301fffff
PREFETCH window: 30500000-305fffff
PCI: Bridge: 0000:00:1e.0
IO window: disabled.
MEM window: 30000000-300fffff
PREFETCH window: disabled.
ACPI: PCI Interrupt 0000:00:1c.0[A] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:00:1c.0 to 64
ACPI: PCI Interrupt 0000:00:1c.1[B] -> GSI 16 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1c.1 to 64
PCI: Setting latency timer of device 0000:00:1e.0 to 64
NET: Registered protocol family 2
IP route cache hash table entries: 4096 (order: 2, 16384 bytes)
TCP established hash table entries: 16384 (order: 5, 196608 bytes)
TCP bind hash table entries: 16384 (order: 5, 131072 bytes)
TCP: Hash tables configured (established 16384 bind 16384)
TCP reno registered
checking if image is initramfs... it is
Freeing initrd memory: 2312k freed
apm: BIOS not found.
audit: initializing netlink socket (disabled)
audit(1187910384.896:1): initialized
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
ksign: Installing public key data
Loading keyring
- Added public key 80684EB72153E526
- User ID: Red Hat, Inc. (Kernel Module GPG key)
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
Boot video device is 0000:00:02.0
PCI: Setting latency timer of device 0000:00:1c.0 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.0:pcie00]
Allocate Port Service[0000:00:1c.0:pcie02]
PCI: Setting latency timer of device 0000:00:1c.1 to 64
assign_interrupt_mode Found MSI capability
Allocate Port Service[0000:00:1c.1:pcie00]
Allocate Port Service[0000:00:1c.1:pcie02]
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
ACPI: SSDT 1EEB8C90, 022A (r1 APPLE Cpu0Ist 3000 INTL 20050309)
ACPI: SSDT 1EEB8A10, 0232 (r1 APPLE Cpu0Cst 3001 INTL 20050309)
Monitor-Mwait will be used to enter C-1 state
Monitor-Mwait will be used to enter C-2 state
ACPI: CPU0 (power states: C1[C1] C2[C2])
ACPI: Processor [CPU0] (supports 8 throttling states)
ACPI: SSDT 1EEB8F10, 0087 (r1 APPLE Cpu1Ist 3000 INTL 20050309)
ACPI: SSDT 1EEB7F10, 0085 (r1 APPLE Cpu1Cst 3000 INTL 20050309)
ACPI: CPU1 (power states: C1[C1] C2[C2])
ACPI: Processor [CPU1] (supports 8 throttling states)
isapnp: Scanning for PnP cards...
Marking TSC unstable due to: possible TSC halt in C2.
Time: hpet clocksource has been installed.
isapnp: No Plug & Play device found
hpet_resources: 0xfed00000 is busy
Generic RTC Driver v1.07
Non-volatile memory driver v1.2
Linux agpgart interface v0.102 (c) Dave Jones
agpgart: Detected an Intel 945GM Chipset.
agpgart: Detected 16124K stolen memory.
agpgart: AGP aperture is 256M @ 0x20000000
Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
RAMDISK driver initialized: 16 RAM disks of 16384K size 4096 blocksize
input: Macintosh mouse button emulation as /class/input/input0
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH7: IDE controller at PCI slot 0000:00:1f.1
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 18
ICH7: chipset revision 2
ICH7: not 100% native mode: will probe irqs later
ide0: BM-DMA at 0x20c0-0x20c7, BIOS settings: hda:pio, hdb:pio
ide1: BM-DMA at 0x20c8-0x20cf, BIOS settings: hdc:pio, hdd:pio
Probing IDE interface ide0...
hda: MATSHITACD-RW CW-8124, ATAPI CD/DVD-ROM drive
hda: selected mode 0x42
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
Probing IDE interface ide1...
Probing IDE interface ide1...
ide-floppy driver 0.99.newide
PNP: No PS/2 controller found. Probing ports directly.
i8042.c: No controller found.
mice: PS/2 mouse device common for all mice
usbcore: registered new interface driver hiddev
usbcore: registered new interface driver usbhid
drivers/hid/usbhid/hid-core.c: v2.6:USB HID core driver
TCP cubic registered
Initializing XFRM netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
Using IPI No-Shortcut mode
Magic number: 3:247:151
drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
Freeing unused kernel memory: 264k freed
Write protecting the kernel read-only data: 921k
USB Universal Host Controller Interface driver v3.0
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 23 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.0 to 64
uhci_hcd 0000:00:1d.0: UHCI Host Controller
uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
uhci_hcd 0000:00:1d.0: irq 19, io base 0x000020a0
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:00:1d.1 to 64
uhci_hcd 0000:00:1d.1: UHCI Host Controller
uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
uhci_hcd 0000:00:1d.1: irq 20, io base 0x00002080
usb usb2: configuration #1 chosen from 1 choice
hub 2-0:1.0: USB hub found
hub 2-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 18
PCI: Setting latency timer of device 0000:00:1d.2 to 64
uhci_hcd 0000:00:1d.2: UHCI Host Controller
uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
uhci_hcd 0000:00:1d.2: irq 18, io base 0x00002060
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
ACPI: PCI Interrupt 0000:00:1d.3[D] -> GSI 16 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:00:1d.3 to 64
uhci_hcd 0000:00:1d.3: UHCI Host Controller
uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
uhci_hcd 0000:00:1d.3: irq 17, io base 0x00002040
usb usb4: configuration #1 chosen from 1 choice
hub 4-0:1.0: USB hub found
hub 4-0:1.0: 2 ports detected
usb 1-1: new full speed USB device using uhci_hcd and address 2
ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
ACPI: PCI Interrupt 0000:00:1d.7[A] -> GSI 23 (level, low) -> IRQ 19
PCI: Setting latency timer of device 0000:00:1d.7 to 64
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
ehci_hcd 0000:00:1d.7: debug port 1
PCI: cache line size of 32 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: irq 19, io mem 0x30445400
ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
usb usb5: configuration #1 chosen from 1 choice
hub 5-0:1.0: USB hub found
hub 5-0:1.0: 8 ports detected
usb 1-1: device descriptor read/all, error -71
SCSI subsystem initialized
libata version 2.21 loaded.
ata_piix 0000:00:1f.2: version 2.11
ata_piix 0000:00:1f.2: MAP [ P0 P2 XX XX ]
ata_piix 0000:00:1f.2: invalid MAP value 0
ACPI: PCI Interrupt 0000:00:1f.2[B] -> GSI 19 (level, low) -> IRQ 20
PCI: Setting latency timer of device 0000:00:1f.2 to 64
scsi0 : ata_piix
scsi1 : ata_piix
ata1: SATA max UDMA/133 cmd 0x000120d8 ctl 0x000120fe bmdma 0x00012020 irq 20
ata2: SATA max UDMA/133 cmd 0x000120d0 ctl 0x000120fa bmdma 0x00012028 irq 20
ata1.01: ATA-7: ST3160812AS Q, 3.BQH, max UDMA/133
ata1.01: 312581808 sectors, multi 16: LBA48 NCQ (depth 0/32)
ata1.01: configured for UDMA/133
scsi 0:0:1:0: Direct-Access ATA ST3160812AS Q 3.BQ PQ: 0 ANSI: 5
sd 0:0:1:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
sd 0:0:1:0: [sda] Write Protect is off
sd 0:0:1:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sd 0:0:1:0: [sda] 312581808 512-byte hardware sectors (160042 MB)
sd 0:0:1:0: [sda] Write Protect is off
sd 0:0:1:0: [sda] Mode Sense: 00 3a 00 00
sd 0:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
sda:<6>usb 5-3: new high speed USB device using ehci_hcd and address 3
sda1 sda2 sda3 sda4
sd 0:0:1:0: [sda] Attached SCSI disk
Initializing USB Mass Storage driver...
usb 5-3: configuration #1 chosen from 1 choice
usb 5-4: new high speed USB device using ehci_hcd and address 4
usb 5-4: configuration #1 chosen from 1 choice
scsi2 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
usbcore: registered new interface driver usb-storage
USB Mass Storage support registered.
usb 1-1: new full speed USB device using uhci_hcd and address 4
usb 1-1: configuration #1 chosen from 1 choice
hub 1-1:1.0: USB hub found
hub 1-1:1.0: 3 ports detected
usb 4-2: new full speed USB device using uhci_hcd and address 2
usb 4-2: configuration #1 chosen from 1 choice
usb 1-1.1: new low speed USB device using uhci_hcd and address 5
usb 1-1.1: configuration #1 chosen from 1 choice
input: Primax Electronics Apple Optical USB Mouse as /class/input/input1
input: USB HID v1.10 Mouse [Primax Electronics Apple Optical USB Mouse] on usb-0000:00:1d.0-1.1
usb 1-1.3: new full speed USB device using uhci_hcd and address 6
usb 1-1.3: configuration #1 chosen from 1 choice
input: Mitsumi Electric Apple Extended USB Keyboard as /class/input/input2
input: USB HID v1.10 Keyboard [Mitsumi Electric Apple Extended USB Keyboard] on usb-0000:00:1d.0-1.3
input: Mitsumi Electric Apple Extended USB Keyboard as /class/input/input3
input: USB HID v1.10 Device [Mitsumi Electric Apple Extended USB Keyboard] on usb-0000:00:1d.0-1.3
scsi 2:0:0:0: Direct-Access Canon MP460Storage 0103 PQ: 0 ANSI: 2
sd 2:0:0:0: [sdb] Attached SCSI removable disk
usb-storage: device scan complete
device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel@redhat.com
kjournald starting. Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
drivers/usb/class/usblp.c: usblp0: USB Bidirectional printer dev 3 if 1 alt 0 proto 2 vid 0x04A9 pid 0x1716
usbcore: registered new interface driver usblp
drivers/usb/class/usblp.c: v0.13: USB Printer Device Class driver
rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
rtc0: alarms up to one month, y3k
hda: ATAPI 24X DVD-ROM CD-R/RW drive, 2048kB Cache, UDMA(33)
Uniform CD-ROM driver Revision: 3.20
ACPI: PCI Interrupt 0000:03:03.0[A] -> GSI 19 (level, low) -> IRQ 20
ohci1394: fw-host0: OHCI-1394 1.0 (PCI): IRQ=[20] MMIO=[30000000-300007ff] Max Packet=[2048] IR/IT contexts=[8/8]
ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 19 (level, low) -> IRQ 20
intel_rng: FWH not detected
iTCO_vendor_support: vendor-support=0
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.01 (21-Jan-2007)
iTCO_wdt: Found a ICH7-M TCO device (Version=2, TCOBASE=0x0460)
iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
ACPI: PCI Interrupt 0000:01:00.0[A] -> GSI 16 (level, low) -> IRQ 17
PCI: Setting latency timer of device 0000:01:00.0 to 64
ssb: Core 0 found: ChipCommon (cc 0x800, rev 0x11, vendor 0x4243)
ssb: Core 1 found: IEEE 802.11 (cc 0x812, rev 0x0A, vendor 0x4243)
ssb: Core 2 found: USB 1.1 Host (cc 0x817, rev 0x03, vendor 0x4243)
ssb: Core 3 found: PCI-E (cc 0x820, rev 0x01, vendor 0x4243)
ssb: Switching to ChipCommon core, index 0
ssb: Switching to PCI-E core, index 3
ssb: Sonics Silicon Backplane found on PCI device 0000:01:00.0
bcm43xx_mac80211: Broadcom 4311 WLAN found
ssb: Switching to IEEE 802.11 core, index 1
bcm43xx_mac80211: Found PHY: Analog 4, Type 2, Revision 8
bcm43xx_mac80211: Found Radio: Manuf 0x17F, Version 0x2050, Revision 2
bcm43xx_mac80211: Radio turned off
sd 0:0:1:0: Attached scsi generic sg0 type 0
sd 2:0:0:0: Attached scsi generic sg1 type 0
wmaster0: Selected rate control algorithm 'simple'
ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 17 (level, low) -> IRQ 16
PCI: Setting latency timer of device 0000:02:00.0 to 64
sky2 0000:02:00.0: v1.14 addr 0x30100000 irq 16 Yukon-EC (0xb6) rev 2
sky2 eth0: addr 00:17:f2:c9:66:a1
ACPI: PCI Interrupt 0000:00:1b.0[A] -> GSI 22 (level, low) -> IRQ 21
PCI: Setting latency timer of device 0000:00:1b.0 to 64
hda_codec: STAC922x, Apple subsys_id=106b0f00
ieee1394: Host added: ID:BUS[0-00:1023] GUID[0017f2fffe75c20e]
floppy0: no floppy controllers found
lp: driver loaded but no devices found
sonypi: Sony Programmable I/O Controller Driver v1.26.
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
Mobile IPv6
No dock devices found.
input: Power Button (FF) as /class/input/input4
ACPI: Power Button (FF) [PWRF]
input: Power Button (CM) as /class/input/input5
ACPI: Power Button (CM) [PWRB]
ACPI: Video Device [GFX0] (multi-head: yes rom: no post: no)
md: Autodetecting RAID arrays.
md: autorun ...
md: ... autorun DONE.
EXT3 FS on dm-0, internal journal
kjournald starting. Commit interval 5 seconds
EXT3 FS on sda3, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
Adding 983032k swap on /dev/VolGroup00/LogVol01. Priority:-1 extents:1 across:983032k
ip6_tables: (C) 2000-2006 Netfilter Core Team
ip_tables: (C) 2000-2006 Netfilter Core Team
Netfilter messages via NETLINK v0.30.
nf_conntrack version 0.5.0 (3846 buckets, 30768 max)
sky2 eth0: enabling interface
sky2 eth0: ram buffer 48K
ADDRCONF(NETDEV_UP): eth0: link is not ready
sky2 eth0: Link is up at 100 Mbps, full duplex, flow control rx
ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
eth0: no IPv6 routers present
[drm] Initialized drm 1.1.0 20060810
ACPI: PCI Interrupt 0000:00:02.0[A] -> GSI 16 (level, low) -> IRQ 17
[drm] Initialized i915 1.6.0 20060119 on minor 0
ps -e -orss=,args= | sort -b -k1,1n | pr -TW$COLUMNS:
0 [aio/0]
0 [aio/1]
0 [ata/0]
0 [ata/1]
0 [ata_aux]
0 [bcm43xx_mac8021]
0 [cqueue/0]
0 [cqueue/1]
0 [events/0]
0 [events/1]
0 [kacpid]
0 [kacpi_notify]
0 [kauditd]
0 [kblockd/0]
0 [kblockd/1]
0 [khelper]
0 [khpsbpkt]
0 [khubd]
0 [kjournald]
0 [kjournald]
0 [knodemgrd_0]
0 [kondemand/0]
0 [kondemand/1]
0 [kpsmoused]
0 [kseriod]
0 [ksnapd]
0 [ksoftirqd/0]
0 [ksoftirqd/1]
0 [ksuspend_usbd]
0 [kswapd0]
0 [kthreadd]
0 [migration/0]
0 [migration/1]
0 [pdflush]
0 [pdflush]
0 [scsi_eh_0]
0 [scsi_eh_1]
0 [scsi_eh_2]
0 [usb-storage]
0 [watchdog/0]
0 [watchdog/1]
316 avahi-daemon: chroot helper
396 klogd -x
424 /usr/sbin/atd
432 /sbin/mingetty tty1
432 /sbin/mingetty tty2
432 /sbin/mingetty tty5
432 /sbin/mingetty tty6
436 /sbin/mingetty tty3
436 /sbin/mingetty tty4
468 nasd -b -local
500 /usr/bin/ssh-agent /usr/bin/dbus-launch --exit-with-session /etc/X11/xinit
508 /usr/bin/dbus-launch --exit-with-session /etc/X11/xinit/Xclients
528 /usr/bin/gnome-keyring-daemon
536 /usr/sbin/acpid
544 /sbin/dhclient -1 -q -lf /var/lib/dhclient/dhclient-eth0.leases -pf /var/r
552 portmap
552 rpc.idmapd
580 gnome-pty-helper
588 syslogd -m 0
604 hald-addon-storage: polling /dev/sdb
608 hald-addon-storage: polling /dev/hda
616 /sbin/pam_timestamp_check -d root
616 /sbin/udevd -d
636 init [5]
636 pr -TW80
640 anacron -s
640 sort -b -k1,1n
752 /usr/libexec/mapping-daemon
776 hald-addon-keyboard: listening on /dev/input/event3
780 hald-addon-acpi: listening on acpid socket /var/run/acpid.socket
780 hald-addon-keyboard: listening on /dev/input/event4
780 hald-addon-keyboard: listening on /dev/input/event5
780 ps -e -orss=,args=
784 hald-addon-keyboard: listening on /dev/input/event2
808 rpc.statd
828 /bin/dbus-daemon --fork --print-pid 4 --print-address 6 --session
832 dbus-daemon --system
864 /usr/libexec/hald-addon-cpufreq
912 hald-runner
936 /usr/sbin/sshd
1028 /usr/libexec/gam_server
1112 crond
1116 automount
1156 /bin/sh /etc/X11/prefdm -nodaemon
1344 avahi-daemon: running [desktop.local]
1388 bash
1532 xfs -droppriv -daemon
2060 gnome-screensaver
2496 /usr/libexec/bonobo-activation-server --ac-activate --ior-output-fd=16
2764 /usr/sbin/gdm-binary -nodaemon
2956 /usr/libexec/gnome-vfs-daemon
3492 /usr/sbin/gdm-binary -nodaemon
3572 /usr/libexec/gconfd-2 5
4312 pam-panel-icon --sm-client-id default0
4316 hald
4700 gnome-volume-manager --sm-client-id default5
5892 gnome-power-manager
6708 /usr/bin/gnome-session
7364 /usr/libexec/notification-area-applet --oaf-activate-iid=OAFIID:GNOME_Noti
7368 metacity --sm-client-id=default1
7848 eggcups --sm-client-id default4
7848 /usr/libexec/gnome-settings-daemon
9536 /usr/bin/Xorg :0 -br -audit 0 -auth /var/gdm/:0.Xauth -nolisten tcp vt7
9988 /usr/libexec/clock-applet --oaf-activate-iid=OAFIID:GNOME_ClockApplet_Fact
12920 /usr/bin/python -tt /usr/bin/puplet
13044 gnome-terminal
13940 nm-applet --sm-disable
14340 /usr/libexec/trashapplet --oaf-activate-iid=OAFIID:GNOME_Panel_TrashApplet
16808 /usr/libexec/wnck-applet --oaf-activate-iid=OAFIID:GNOME_Wncklet_Factory -
17028 /usr/libexec/mixer_applet2 --oaf-activate-iid=OAFIID:GNOME_MixerApplet_Fac
19004 gnome-panel --sm-client-id default2
21028 nautilus --no-default-window --sm-client-id default3
|
|
|
 |
jebba
|
Posted: Fri Aug 24, 2007 1:16 am Post subject: |
|
|
Wow. That's the longest `dmesg` i've read in a long time. ;)
You definitely have something else going on, but I dont see anything suspect in the info you posted here to pinpoint it. :( Perhaps try adding noacpi to the boot line in grub (?). It doesnt sound disk related. Do you have some device connected to USB which may be doing a bunch of polling or something?
Sorry I dont have a better answer for you.
-Jeff
|
|
|
 |
jebba
|
Posted: Fri Aug 24, 2007 5:34 am Post subject: |
|
|
Perhaps there's a ton of interrupts going on. Run:
| Code: | | cat /proc/interrupts |
Wait a few seconds, then run it again. It will show how many interrupts there have been in that interval. Then you can see if some device is going haywire and flooding the system.
|
|
|
 |
petercstevenson
|
Posted: Fri Aug 24, 2007 3:51 pm Post subject: |
|
|
Thanks for the suggestions. There have been two usb devices attached to the computer - a Canon printer/scanner and the keyboard. I have tried booting without the printer plugged in but it didn't seem to make a difference. I also tried booting with the noacpi option, assuming I did it right. I got to the grub menu, then pressed 'a' for append, and then added noacpi to the end. (I also tried acpi=off.) Is that right? However, it didn't seem to make any difference either way.
The numbers that change the most in /proc/interrupts are:
| Code: | 0: 372410 0 IO-APIC-edge timer
...
17: 19220 0 IO-APIC-fasteoi uhci_hcd:usb4, i915@pci:0000:00:02.0
...
LOC: 1754 373904
... |
timer gains about 1000 CPU0 per second, usb4 about 60 per second, and LOC about 1000 SPU1 per second.
Also, I noticed some error messages right at boot time, which may be important:
...
i8042.d: No controller found.
Red Hat nash version 5.1.19.0.3 starting
usb 1-1: device descriptor read/all error, -71
ata_piix 0000:00:1f.2 invalid MAP value 0
...
Thanks
Peter
|
|
|
 |
john maclean
|
Posted: Fri Aug 24, 2007 4:48 pm Post subject: |
|
|
From what I've been seeing on the net people have been having problems with interupts and or the cpu to get problems like yours. From Jebba's response, open a terminal and run `watch -d 'cat /proc/interupts'`.
This will allow you to "watch" this file as the system handles devices. Whenever you see any highlighting in the term then something has changed in the system.
I was actually scared by that dmesg ;-)
|
_________________ We need shells, lots of shells.
London, GMT +1 |
|
 |
petercstevenson
|
Posted: Fri Aug 24, 2007 5:17 pm Post subject: |
|
|
What am I supposed to see by watching the interrupts? There is constantly highlighting for timer, usb4, ide0, and LOC, and eth0 less commonly.
When I turn off acpi, there is only one cpu column, CPU0, where there used to be two. Also, all the usbs rows are together, as well as eth0, and some others.
The only thing I really did with blag since installing it is installing TurboPrint, which is a shareware program that supplies printer drivers (the only way for me to print on my Canon). Perhaps this is involved?
Peter
|
|
|
 |
|
|
|