Strange Wildfire server''s Linux OS behaviour

So i’'m using Arch Linux (0.8 Beta2 install constantly upgrading to date) for my Wildfire server. Now it has 256MB of RAM, so Wildifre is rapdly fast (previous server has only 64MB and it was not very slow). I mean messaging is fast, Admin Console is fast. Everything seems to be ok. But anything i try to do in operating system is taking ages to react (basicly 1-2 minutes). I try to login with SSH and every step is taking very long. Every program launch (e.g. mc) is taking very long and sometimes it stops to respond completely, while Wildfire is ok. If MC is running i then can browse smoothly and do anything. Very strange issue to me.

Well, i’'m not good in linux debugging, so maybe someone could help and guide me, where should i look for errors, etc.

This problem is occuring after server is running for some time. Cant say exactly. Maybe after one day. Before that, or just after restart it’'s all fine.

When you log into Linux either console or remote ssh, wha do your system resources look like? Run ‘‘top’’ and see what your mem usage looks like, your processor, and system cache to swap. How much memory did you allocate to Wildfire?

Jeff

Hi Oleg,

“vmstat 1” should produce some nice performance lines which should help to indicate problems, “swap” is evil and “io” may cause trouble if there is too much. “cpu” user, system, idle, wait should look like “5 0 95 0”. You may want to open two ssh sessions and use one to run “vmstat 1” - this is usually much better than “top”. “man vmstat” will explain the columns further but I hope this helps. “top” is fine if you have 100% user time and want to identify the responsible process.

Wildfire’'s Xmx value specifies the max java heap, the native java heap may allocate additional 16-64 MB.

Are you running X on this server?

LG

I sould post that thread before i went to holidays So, i’'ll be able to try anything only after a week. Anyway, thanks for your advices.

Before posting the thread i was observing this issue and have tried to run top command. But it never launched. Server is almost unresponsive. But as i said, Openfire is working rapidly fast…

i will try vmstat.

As i’‘ve mentioned, my previous server had only 64MB RAM, and i havent tweaked java settings. And it was working fine, not very fast, but ok. So i havent tweaked anything with newer machine either. I thought it should be ok anyway. We have only 160 users (not all online at a time, and not everyone is active), embedded-db. As this macine’‘s only task is Openfire server, so it’'s ok if it uses all the resources. But with older machine there was no such slow responding.

No, there is no X server. This is the arch-base install (cmd + basic tools), i have added only sshd, jre, iptables, openfire.

Seems to me like a not-enough-memory problem or in the case of ssh, MAYBE an ssl problem.

I’'m going to throw a wild guess out here, and say that your hard drive the bottleneck, and might be dying.

Wildfire is responding fine because it is already in memory, so there is no “seek time”. I’'ve seen this happen before, and things will load fine after they have already been loaded off of disk and cached by the kernel.

You can usually identify this; If you reboot, and then go to run “lynx” or something, it will probably take an abnormal time to load… then, ctrl-C out of it, and run it again. Does it load fast? Probably because its already cached in memory. If the same thing is repeatable with other binaries, as well, I’'d suggest you check out the health of your storage.

Regards,

Matt

This is one of the possibilities. Though it doesnt explain everything to me. I dont remember exactly, but i think i have checked this hard drive for bad sectors. These weird story has began a bit earlier.

So, there was the old machine with only 64MB of RAM, 500MHz PIII and ~10 GB HDD. It was slow, and as our userbase was growing the server was getting slower. E.g. Exporting of ~160 users in ~20 shared groups was taking 2-5 minutes. Now it takes 10 seconds maybe. But it wasnt very horrible. It were only couple times in a week, when i had to add or delete some users, upgrade OS or like that. Uptime record was about 25 days. But, one day it started to freeze more and more. So i’‘ve decided to find another machine for this server. At first it was a Celeron 2.6 Ghz 256MB RAM (was a desktop before). But while and after installing linux it started to freeze too. And after few reboots it wount started anymore (errors with the partition). I’‘ve tried ext2, ext3, wiping the disk totally and making fresh installs, and at some point it was crashing still. I thought that this is HDD fault. But i never found any bad sector, and this PC was working fine with Windows XP as a desktop before. So i’’ took another desktop. A bit older (IBM Vista) this time, but with P4 instead. And as i remember i had similar problem while installing linux. Maybe that’'s Arch Linux fault? But it was working fine for me for years. So i took Arch Linux 0.8 Beta and made clean install with auto-partition selection. This time everything went smoothly, though after a number of reboots checkdisk was fixing something in the partition. Though with old server i was seeing such errors all the time and nothing has happend for two years. I dont really know what these errors mean, and why does they always appear on a boot after a clean install and with probably healthy HDD.

So it would be just a weird coincidence that in all three cases it was a HDD fault. And i still dont understand why Wildfire is working ok in this case. I know about caching. But Wildfire seems so much heavier than say ssh to load to memory. So there would be more chances that Wildfire would be corrupted and wount launch. So i think, that there should be some system resources hogging involved (cpu or memory), that i will try to investigate. But i can check HDD again next week. Just to be sure.

Hi,

so you may want to check /var/log/messages - there you may find some disk errors if they really occur. I guess that you can manage to sit in front of the computer, there you should see the hard disk busy if this is really the case.

Is it possible that arch linux has a problem with your hardware?

LG

it2000 wrote:

so you may want to check /var/log/messages - there you may find some disk errors if they really occur.

ok, that’'s one more thing i could try next week.

I guess that you can manage to sit in front of the computer, there you should see the hard disk busy if this is really the case.

yes, it’‘s in the same room where i’'m working. havent noticed hdd led to flash constantly. one more thing. The last time it became slow i have tried to login and reboot it directly. Login took few mnutes, but reboot command never worked, and after some time system speaker started to beep constantly (1 long beep until you turn computer off).

Is it possible that arch linux has a problem with your hardware?

Well. Hard to say. I dont know is there some list of supported hardware. It’'s only for i686 platform, but all machines i have tried are modern enough. And then i just install, and it installs and works (for some time), so if there is some incompatibility, maybe it shouldnt work at all, or start to crash just after install.

That makes me lean even more toward the HDD. The absence of bad sectors isn’'t a sure-fire sign that the drive is OK – warping of the platter can cause seek errors and degraded performance, and it could be something as low-level as the servo that runs the drive is slowing up as it reaches the end of its lifespan. There are a lot more moving parts to fail than just the magnetic media itself.

I’'d recommend running it through some sort of SMART diagnostics, but even those can only be helpful once it is approaching the point of “too late” – it all depends on the hardware and SMART implementation.

Aside from that, how about Ghosting / imaging the machine onto another drive temporarily, and then booting from that?

I wouldn’‘t rule out an issue with the IDE (or whatever type) controller, either – if multiple drives seem to be acting up, then that would be the next most probable point of failure. In that case, given the old hardware, it might just be a bit tempermental, and you may be able to work around this by turning off Bus Mastering or Delayed Transactions in the BIOS, or something like that. I’'ve seen it happen…

Let me know how it goes, I’'m curious now

BTW, you’'ll probably also want to check out /var/logs/kern.log (or /var/logs/kernel), as well as the output of “dmesg”.

You’'ll probably find more low-level hardware related messages there, depending on how your syslogd is set up.

Ok. I will try to do more tests with HDD and will check all logs and dmesg. And surly i will update this thread if i find out something new.

On Monday server started to behave slow, so i just powered it off and back on. Strange, but since Monday it’'s working fine so far.

So, now top and vmstat wount show useful info, but i will put output here anyway:

top:

top - 14:36:49 up 2 days, 3:23, 1 user, load average: 0.01, 0.01, 0.00

Tasks: 40 total, 2 running, 38 sleeping, 0 stopped, 0 zombie

Cpu(s): 0.0%us, 0.3%sy, 0.0%ni, 99.7%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st

Mem: 254472k total, 248744k used, 5728k free, 107536k buffers

Swap: 1028152k total, 0k used, 1028152k free, 27172k cached

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND

4119 jive 22 0 240m 98m 6812 S 0.3 39.5 9:05.93 java

12616 jive 15 0 6492 1568 1168 R 0.3 0.6 0:00.74 sshd

1 root 15 0 1572 548 476 S 0.0 0.2 0:01.02 init

2 root RT 0 0 0 0 S 0.0 0.0 0:00.00 migration/0

3 root 34 19 0 0 0 S 0.0 0.0 0:00.02 ksoftirqd/0

4 root RT 0 0 0 0 S 0.0 0.0 0:00.00 watchdog/0

5 root 10 -5 0 0 0 S 0.0 0.0 0:00.00 events/0

vmstat 1:

vmstat 1

procs -


memory----


-swap -


io---- -system-- -


cpu----

r b swpd free buff cache si so bi bo in cs us sy id wa

0 0 0 5728 107572 27184 0 0 1 6 34 76 0 0 100 0

0 0 0 5728 107572 27184 0 0 0 0 273 73 0 1 99 0

0 0 0 5728 107572 27184 0 0 0 0 262 55 0 0 100 0

0 0 0 5728 107572 27184 0 0 0 0 270 52 0 0 100 0

0 0 0 5728 107572 27184 0 0 0 0 272 66 0 0 100 0

0 0 0 5728 107572 27184 0 0 0 12 426 103 2 1 97 0

0 0 0 5728 107576 27184 0 0 0 32 264 68 0 0 100 0

Seems ok.

/var/log/messages.log is huge, so i will put Apr 2 part, when it was acting slow last time. Though there are some big gaps in March, and March 6 part is very long comparing to other:

Apr 2 11:13:13 jiveserver Linux version 2.6.20-ARCH (root@Laptop) (gcc version 4.1.2) #1 SMP PREEMPT Thu Mar 22 01:26:40 CET 2007

Apr 2 11:13:13 jiveserver BIOS-provided physical RAM map:

Apr 2 11:13:13 jiveserver sanitize start

Apr 2 11:13:13 jiveserver sanitize end

Apr 2 11:13:13 jiveserver copy_e820_map() start: 0000000000000000 size: 000000000009f800 end: 000000000009f800 type: 1

Apr 2 11:13:13 jiveserver copy_e820_map() type is E820_RAM

Apr 2 11:13:13 jiveserver copy_e820_map() start: 000000000009f800 size: 0000000000000800 end: 00000000000a0000 type: 2

Apr 2 11:13:13 jiveserver copy_e820_map() start: 00000000000e0000 size: 0000000000020000 end: 0000000000100000 type: 2

Apr 2 11:13:13 jiveserver copy_e820_map() start: 0000000000100000 size: 000000000fbf0000 end: 000000000fcf0000 type: 1

Apr 2 11:13:13 jiveserver copy_e820_map() type is E820_RAM

Apr 2 11:13:13 jiveserver copy_e820_map() start: 000000000fcf0000 size: 000000000000b000 end: 000000000fcfb000 type: 3

Apr 2 11:13:13 jiveserver copy_e820_map() start: 000000000fcfb000 size: 0000000000005000 end: 000000000fd00000 type: 4

Apr 2 11:13:13 jiveserver copy_e820_map() start: 000000000fd00000 size: 0000000000180000 end: 000000000fe80000 type: 1

Apr 2 11:13:13 jiveserver copy_e820_map() type is E820_RAM

Apr 2 11:13:13 jiveserver copy_e820_map() start: 000000000fe80000 size: 0000000000180000 end: 0000000010000000 type: 2

Apr 2 11:13:13 jiveserver copy_e820_map() start: 00000000fec00000 size: 0000000000010000 end: 00000000fec10000 type: 2

Apr 2 11:13:13 jiveserver copy_e820_map() start: 00000000fee00000 size: 0000000000001000 end: 00000000fee01000 type: 2

Apr 2 11:13:13 jiveserver copy_e820_map() start: 00000000ff800000 size: 0000000000400000 end: 00000000ffc00000 type: 2

Apr 2 11:13:13 jiveserver copy_e820_map() start: 00000000fffffc00 size: 0000000000000400 end: 0000000100000000 type: 2

Apr 2 11:13:13 jiveserver BIOS-e820: 0000000000000000 - 000000000009f800 (usable)

Apr 2 11:13:13 jiveserver BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)

Apr 2 11:13:13 jiveserver BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)

Apr 2 11:13:13 jiveserver BIOS-e820: 0000000000100000 - 000000000fcf0000 (usable)

Apr 2 11:13:13 jiveserver BIOS-e820: 000000000fcf0000 - 000000000fcfb000 (ACPI data)

Apr 2 11:13:13 jiveserver BIOS-e820: 000000000fcfb000 - 000000000fd00000 (ACPI NVS)

Apr 2 11:13:13 jiveserver BIOS-e820: 000000000fd00000 - 000000000fe80000 (usable)

Apr 2 11:13:13 jiveserver BIOS-e820: 000000000fe80000 - 0000000010000000 (reserved)

Apr 2 11:13:13 jiveserver BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)

Apr 2 11:13:13 jiveserver BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)

Apr 2 11:13:13 jiveserver BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)

Apr 2 11:13:13 jiveserver BIOS-e820: 00000000fffffc00 - 0000000100000000 (reserved)

Apr 2 11:13:13 jiveserver 0MB HIGHMEM available.

Apr 2 11:13:13 jiveserver 254MB LOWMEM available.

Apr 2 11:13:13 jiveserver found SMP MP-table at 000f62d0

Apr 2 11:13:13 jiveserver Zone PFN ranges:

Apr 2 11:13:13 jiveserver DMA 0 -> 4096

Apr 2 11:13:13 jiveserver Normal 4096 -> 65152

Apr 2 11:13:13 jiveserver HighMem 65152 -> 65152

Apr 2 11:13:13 jiveserver early_node_map[1] active PFN ranges

Apr 2 11:13:13 jiveserver 0: 0 -> 65152

Apr 2 11:13:13 jiveserver DMI present.

Apr 2 11:13:13 jiveserver ACPI: PM-Timer IO Port: 0x1008

Apr 2 11:13:13 jiveserver ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)

Apr 2 11:13:13 jiveserver Processor #0 15:2 APIC version 20

Apr 2 11:13:13 jiveserver ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])

Apr 2 11:13:13 jiveserver ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])

Apr 2 11:13:13 jiveserver IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23

Apr 2 11:13:13 jiveserver ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)

Apr 2 11:13:13 jiveserver Enabling APIC mode: Flat. Using 1 I/O APICs

Apr 2 11:13:13 jiveserver Using ACPI (MADT) for SMP configuration information

Apr 2 11:13:13 jiveserver Allocating PCI resources starting at 20000000 (gap: 10000000:eec00000)

Apr 2 11:13:13 jiveserver Detected 1794.275 MHz processor.

Apr 2 11:13:13 jiveserver Built 1 zonelists. Total pages: 64643

Apr 2 11:13:13 jiveserver Kernel command line: auto BOOT_IMAGE=arch ro root=803

Apr 2 11:13:13 jiveserver Enabling fast FPU save and restore… done.

Apr 2 11:13:13 jiveserver Enabling unmasked SIMD FPU exception support… done.

Apr 2 11:13:13 jiveserver Initializing CPU#0

Apr 2 11:13:13 jiveserver PID hash table entries: 1024 (order: 10, 4096 bytes)

Apr 2 11:13:13 jiveserver Console: colour VGA+ 80x25

Apr 2 11:13:13 jiveserver Dentry cache hash table entries: 32768 (order: 5, 131072 bytes)

Apr 2 11:13:13 jiveserver Inode-cache hash table entries: 16384 (order: 4, 65536 bytes)

Apr 2 11:13:13 jiveserver Memory: 252564k/260608k available (2311k kernel code, 7520k reserved, 761k data, 256k init, 0k highmem)

Apr 2 11:13:13 jiveserver virtual kernel memory layout:

Apr 2 11:13:13 jiveserver fixmap : 0xfff83000 - 0xfffff000 ( 496 kB)

Apr 2 11:13:13 jiveserver pkmap : 0xff800000 - 0xffc00000 (4096 kB)

Apr 2 11:13:13 jiveserver vmalloc : 0xd0800000 - 0xff7fe000 ( 751 MB)

Apr 2 11:13:13 jiveserver lowmem : 0xc0000000 - 0xcfe80000 ( 254 MB)

Apr 2 11:13:13 jiveserver .init : 0xc0407000 - 0xc0447000 ( 256 kB)

Apr 2 11:13:13 jiveserver .data : 0xc0341db1 - 0xc040024c ( 761 kB)

Apr 2 11:13:13 jiveserver .text : 0xc0100000 - 0xc0341db1 (2311 kB)

Apr 2 11:13:13 jiveserver Checking if this processor honours the WP bit even in supervisor mode… Ok.

Apr 2 11:13:13 jiveserver Calibrating delay using timer specific routine… 3592.23 BogoMIPS (lpj=7184468)

Apr 2 11:13:13 jiveserver Security Framework v1.0.0 initialized

Apr 2 11:13:13 jiveserver Mount-cache hash table entries: 512

Apr 2 11:13:13 jiveserver CPU: Trace cache: 12K uops, L1 D cache: 8K

Apr 2 11:13:13 jiveserver CPU: L2 cache: 512K

Apr 2 11:13:13 jiveserver CPU: Hyper-Threading is disabled

Apr 2 11:13:13 jiveserver Intel machine check architecture supported.

Apr 2 11:13:13 jiveserver Intel machine check reporting enabled on CPU#0.

Apr 2 11:13:13 jiveserver CPU0: Intel P4/Xeon Extended MCE MSRs (12) available

Apr 2 11:13:13 jiveserver CPU0: Thermal monitoring enabled

Apr 2 11:13:13 jiveserver Checking ‘‘hlt’’ instruction… OK.

Apr 2 11:13:13 jiveserver SMP alternatives: switching to UP code

Apr 2 11:13:13 jiveserver Freeing SMP alternatives: 11k freed

Apr 2 11:13:13 jiveserver Early unpacking initramfs… done

Apr 2 11:13:13 jiveserver ACPI: Core revision 20060707

Apr 2 11:13:13 jiveserver ACPI: Looking for DSDT in initramfs… error, file /DSDT.aml not found.

Apr 2 11:13:13 jiveserver CPU0: Intel® Pentium® 4 CPU 1.80GHz stepping 04

Apr 2 11:13:13 jiveserver Total of 1 processors activated (3592.23 BogoMIPS).

Apr 2 11:13:13 jiveserver ENABLING IO-APIC IRQs

Apr 2 11:13:13 jiveserver …TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1

Apr 2 11:13:13 jiveserver Brought up 1 CPUs

Apr 2 11:13:13 jiveserver NET: Registered protocol family 16

Apr 2 11:13:13 jiveserver ACPI: bus type pci registered

Apr 2 11:13:13 jiveserver PCI: PCI BIOS revision 2.10 entry at 0xfd98d, last bus=2

Apr 2 11:13:13 jiveserver PCI: Using configuration type 1

Apr 2 11:13:13 jiveserver Setting up standard PCI resources

Apr 2 11:13:13 jiveserver ACPI: Interpreter enabled

Apr 2 11:13:13 jiveserver ACPI: Using IOAPIC for interrupt routing

Apr 2 11:13:13 jiveserver ACPI: PCI Root Bridge (0000:00)

Apr 2 11:13:13 jiveserver * The chipset may have PM-Timer Bug. Due to workarounds for a bug,

Apr 2 11:13:13 jiveserver * this clock source is slow. If you are sure your timer does not have

Apr 2 11:13:13 jiveserver * this bug, please use “acpi_pm_good” to disable the workaround

Apr 2 11:13:13 jiveserver PCI quirk: region 1000-107f claimed by ICH4 ACPI/GPIO/TCO

Apr 2 11:13:13 jiveserver PCI quirk: region 1180-11bf claimed by ICH4 GPIO

Apr 2 11:13:13 jiveserver PCI: Firmware left 0000:02:08.0 e100 interrupts enabled, disabling

Apr 2 11:13:13 jiveserver PCI: Transparent bridge - 0000:00:1e.0

Apr 2 11:13:13 jiveserver ACPI: PCI Interrupt Link (IRQs 3 4 5 7 9 10 *11 12 14 15)

Apr 2 11:13:13 jiveserver ACPI: PCI Interrupt Link (IRQs 3 4 5 7 *9 10 11 12 14 15)

Apr 2 11:13:13 jiveserver ACPI: PCI Interrupt Link (IRQs 3 4 *5 7 9 10 11 12 14 15)

Apr 2 11:13:13 jiveserver ACPI: PCI Interrupt Link (IRQs 3 4 5 7 9 *10 11 12 14 15)

Apr 2 11:13:13 jiveserver ACPI: PCI Interrupt Link (IRQs 3 4 5 7 9 10 *11 12 14 15)

Apr 2 11:13:13 jiveserver ACPI: PCI Interrupt Link (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.

Apr 2 11:13:13 jiveserver ACPI: PCI Interrupt Link (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.

Apr 2 11:13:13 jiveserver ACPI: PCI Interrupt Link (IRQs 3 4 5 7 *9 10 11 12 14 15)

Apr 2 11:13:13 jiveserver Linux Plug and Play Support v0.97 © Adam Belay

Apr 2 11:13:13 jiveserver pnp: PnP ACPI init

Apr 2 11:13:13 jiveserver pnp: PnP ACPI: found 15 devices

Apr 2 11:13:13 jiveserver SCSI subsystem initialized

Apr 2 11:13:13 jiveserver PCI: Using ACPI for IRQ routing

Apr 2 11:13:13 jiveserver PCI: If a device doesn’'t work, try “pci=routeirq”. If it helps, post a report

Apr 2 11:13:13 jiveserver NetLabel: Initializing

Apr 2 11:13:13 jiveserver NetLabel: domain hash size = 128

Apr 2 11:13:13 jiveserver NetLabel: protocols = UNLABELED CIPSOv4

Apr 2 11:13:13 jiveserver NetLabel: unlabeled traffic allowed by default

Apr 2 11:13:13 jiveserver PCI: Ignore bogus resource 6 of 0000:00:02.0

Apr 2 11:13:13 jiveserver PCI: Bridge: 0000:00:1e.0

Apr 2 11:13:13 jiveserver IO window: 2000-2fff

Apr 2 11:13:13 jiveserver MEM window: c0100000-c01fffff

Apr 2 11:13:13 jiveserver PREFETCH window: disabled.

Apr 2 11:13:13 jiveserver NET: Registered protocol family 2

Apr 2 11:13:13 jiveserver IP route cache hash table entries: 2048 (order: 1, 8192 bytes)

Apr 2 11:13:13 jiveserver TCP established hash table entries: 8192 (order: 4, 98304 bytes)

Apr 2 11:13:13 jiveserver TCP bind hash table entries: 4096 (order: 3, 49152 bytes)

Apr 2 11:13:13 jiveserver TCP: Hash tables configured (established 8192 bind 4096)

Apr 2 11:13:13 jiveserver TCP reno registered

Apr 2 11:13:13 jiveserver checking if image is initramfs… it is

Apr 2 11:13:13 jiveserver Freeing initrd memory: 1564k freed

Apr 2 11:13:13 jiveserver Simple Boot Flag at 0x6c set to 0x1

Apr 2 11:13:13 jiveserver IBM machine detected. Enabling interrupts during APM calls.

Apr 2 11:13:13 jiveserver apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)

Apr 2 11:13:13 jiveserver apm: overridden by ACPI.

Apr 2 11:13:13 jiveserver VFS: Disk quotas dquot_6.5.1

Apr 2 11:13:13 jiveserver Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

Apr 2 11:13:13 jiveserver Installing knfsd (copyright © 1996 okir@monad.swb.de).

Apr 2 11:13:13 jiveserver io scheduler noop registered

Apr 2 11:13:13 jiveserver io scheduler anticipatory registered

Apr 2 11:13:13 jiveserver io scheduler deadline registered

Apr 2 11:13:13 jiveserver io scheduler cfq registered (default)

Apr 2 11:13:13 jiveserver input: Power Button (FF) as /class/input/input0

Apr 2 11:13:13 jiveserver ACPI: Power Button (FF)

Apr 2 11:13:13 jiveserver input: Power Button (CM) as /class/input/input1

Apr 2 11:13:13 jiveserver ACPI: Power Button (CM)

Apr 2 11:13:13 jiveserver ACPI: Processor (supports 8 throttling states)

Apr 2 11:13:13 jiveserver ACPI: Thermal Zone (44 C)

Apr 2 11:13:13 jiveserver isapnp: Scanning for PnP cards…

Apr 2 11:13:13 jiveserver isapnp: No Plug & Play device found

Apr 2 11:13:13 jiveserver Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled

Apr 2 11:13:13 jiveserver serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

Apr 2 11:13:13 jiveserver serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A

Apr 2 11:13:13 jiveserver 00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

Apr 2 11:13:13 jiveserver 00:0d: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A

Apr 2 11:13:13 jiveserver RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize

Apr 2 11:13:13 jiveserver loop: loaded (max 8 devices)

Apr 2 11:13:13 jiveserver input: Macintosh mouse button emulation as /class/input/input2

Apr 2 11:13:13 jiveserver PNP: PS/2 Controller at 0x60,0x64 irq 1,12

Apr 2 11:13:13 jiveserver serio: i8042 KBD port at 0x60,0x64 irq 1

Apr 2 11:13:13 jiveserver serio: i8042 AUX port at 0x60,0x64 irq 12

Apr 2 11:13:13 jiveserver mice: PS/2 mouse device common for all mice

Apr 2 11:13:13 jiveserver input: AT Translated Set 2 keyboard as /class/input/input3

Apr 2 11:13:13 jiveserver TCP cubic registered

Apr 2 11:13:13 jiveserver NET: Registered protocol family 1

Apr 2 11:13:13 jiveserver NET: Registered protocol family 17

Apr 2 11:13:13 jiveserver Using IPI No-Shortcut mode

Apr 2 11:13:13 jiveserver ACPI: (supports S0 S1 S3 S4 S5)

Apr 2 11:13:13 jiveserver Freeing unused kernel memory: 256k freed

Apr 2 11:13:13 jiveserver Time: tsc clocksource has been installed.

Apr 2 11:13:13 jiveserver PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)

Apr 2 11:13:13 jiveserver ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 16

Apr 2 11:13:13 jiveserver ata1: PATA max UDMA/100 cmd 0x1F0 ctl 0x3F6 bmdma 0x1860 irq 14

Apr 2 11:13:13 jiveserver ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1868 irq 15

Apr 2 11:13:13 jiveserver scsi0 : ata_piix

Apr 2 11:13:13 jiveserver ata1.00: ATA-5, max UDMA/100, 78156288 sectors: LBA

Apr 2 11:13:13 jiveserver ata1.00: ata1: dev 0 multi count 16

Apr 2 11:13:13 jiveserver ata1.00: configured for UDMA/100

Apr 2 11:13:13 jiveserver scsi1 : ata_piix

Apr 2 11:13:13 jiveserver ata2.00: ATAPI, max UDMA/33

Apr 2 11:13:13 jiveserver ata2.00: configured for UDMA/33

Apr 2 11:13:13 jiveserver scsi 0:0:0:0: Direct-Access ATA ST340016A 3.19 PQ: 0 ANSI: 5

Apr 2 11:13:13 jiveserver scsi 1:0:0:0: CD-ROM HL-DT-ST CD-ROM GCR-8480B 1.02 PQ: 0 ANSI: 5

Apr 2 11:13:13 jiveserver usbcore: registered new interface driver usbfs

Apr 2 11:13:13 jiveserver usbcore: registered new interface driver hub

Apr 2 11:13:13 jiveserver usbcore: registered new device driver usb

Apr 2 11:13:13 jiveserver USB Universal Host Controller Interface driver v3.0

Apr 2 11:13:13 jiveserver ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 17

Apr 2 11:13:13 jiveserver uhci_hcd 0000:00:1d.0: UHCI Host Controller

Apr 2 11:13:13 jiveserver uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1

Apr 2 11:13:13 jiveserver uhci_hcd 0000:00:1d.0: irq 17, io base 0x00001800

Apr 2 11:13:13 jiveserver usb usb1: configuration #1 chosen from 1 choice

Apr 2 11:13:13 jiveserver hub 1-0:1.0: USB hub found

Apr 2 11:13:13 jiveserver hub 1-0:1.0: 2 ports detected

Apr 2 11:13:13 jiveserver ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 18

Apr 2 11:13:13 jiveserver uhci_hcd 0000:00:1d.1: UHCI Host Controller

Apr 2 11:13:13 jiveserver uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2

Apr 2 11:13:13 jiveserver uhci_hcd 0000:00:1d.1: irq 18, io base 0x00001820

Apr 2 11:13:13 jiveserver usb usb2: configuration #1 chosen from 1 choice

Apr 2 11:13:13 jiveserver hub 2-0:1.0: USB hub found

Apr 2 11:13:13 jiveserver hub 2-0:1.0: 2 ports detected

Apr 2 11:13:13 jiveserver ACPI: PCI Interrupt 0000:00:1d.2[C] -> GSI 18 (level, low) -> IRQ 16

Apr 2 11:13:13 jiveserver uhci_hcd 0000:00:1d.2: UHCI Host Controller

Apr 2 11:13:13 jiveserver uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3

Apr 2 11:13:13 jiveserver uhci_hcd 0000:00:1d.2: irq 16, io base 0x00001840

Apr 2 11:13:13 jiveserver usb usb3: configuration #1 chosen from 1 choice

Apr 2 11:13:13 jiveserver hub 3-0:1.0: USB hub found

Apr 2 11:13:13 jiveserver hub 3-0:1.0: 2 ports detected

Apr 2 11:13:13 jiveserver SCSI device sda: 78156288 512-byte hdwr sectors (40016 MB)

Apr 2 11:13:13 jiveserver sda: Write Protect is off

Apr 2 11:13:13 jiveserver SCSI device sda: write cache: enabled, read cache: enabled, doesn’'t support DPO or FUA

Apr 2 11:13:13 jiveserver SCSI device sda: 78156288 512-byte hdwr sectors (40016 MB)

Apr 2 11:13:13 jiveserver sda: Write Protect is off

Apr 2 11:13:13 jiveserver SCSI device sda: write cache: enabled, read cache: enabled, doesn’'t support DPO or FUA

Apr 2 11:13:13 jiveserver sda: sda1 sda2 sda3 sda4

Apr 2 11:13:13 jiveserver sd 0:0:0:0: Attached scsi disk sda

Apr 2 11:13:13 jiveserver ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 19

Apr 2 11:13:13 jiveserver ehci_hcd 0000:00:1d.7: EHCI Host Controller

Apr 2 11:13:13 jiveserver ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4

Apr 2 11:13:13 jiveserver ehci_hcd 0000:00:1d.7: irq 19, io mem 0xc0080000

Apr 2 11:13:13 jiveserver ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004

Apr 2 11:13:13 jiveserver usb usb4: configuration #1 chosen from 1 choice

Apr 2 11:13:13 jiveserver hub 4-0:1.0: USB hub found

Apr 2 11:13:13 jiveserver hub 4-0:1.0: 6 ports detected

Apr 2 11:13:13 jiveserver sr0: scsi3-mmc drive: 48x/48x cd/rw xa/form2 cdda tray

Apr 2 11:13:13 jiveserver Uniform CD-ROM driver Revision: 3.20

Apr 2 11:13:13 jiveserver EXT3-fs: INFO: recovery required on readonly filesystem.

Apr 2 11:13:13 jiveserver EXT3-fs: write access will be enabled during recovery.

Apr 2 11:13:13 jiveserver kjournald starting. Commit interval 5 seconds

Apr 2 11:13:13 jiveserver EXT3-fs: recovery complete.

Apr 2 11:13:13 jiveserver EXT3-fs: mounted filesystem with ordered data mode.

Apr 2 11:13:13 jiveserver e100: Intel® PRO/100 Network Driver, 3.5.17-k2-NAPI

Apr 2 11:13:13 jiveserver e100: Copyright© 1999-2006 Intel Corporation

Apr 2 11:13:13 jiveserver ACPI: PCI Interrupt 0000:02:08.0[A] -> GSI 20 (level, low) -> IRQ 20

Apr 2 11:13:13 jiveserver e100: eth0: e100_probe: addr 0xc0100000, irq 20, MAC addr 00:09:6B:26:54:A4

Apr 2 11:13:13 jiveserver eepro100.c:v1.09j-t 9/29/99 Donald Becker http://www.scyld.com/network/eepro100.html

Apr 2 11:13:13 jiveserver eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin saw@saw.sw.com.sg and others

Apr 2 11:13:13 jiveserver input: PC Speaker as /class/input/input4

Apr 2 11:13:13 jiveserver intel_rng: Firmware space is locked read-only. If you can’'t or

Apr 2 11:13:13 jiveserver intel_rng: don’'t want to disable this in firmware setup, and if

Apr 2 11:13:13 jiveserver intel_rng: you are certain that your system has a functional

Apr 2 11:13:13 jiveserver intel_rng: RNG, try using the ‘‘no_fwh_detect’’ option.

Apr 2 11:13:13 jiveserver pci_hotplug: PCI Hot Plug PCI Core version: 0.5

Apr 2 11:13:13 jiveserver shpchp: Standard Hot Plug PCI Controller Driver version: 0.4

Apr 2 11:13:13 jiveserver Linux agpgart interface v0.101 © Dave Jones

Apr 2 11:13:13 jiveserver agpgart: Detected an Intel 845G Chipset.

Apr 2 11:13:13 jiveserver agpgart: Detected 892K stolen memory.

Apr 2 11:13:13 jiveserver agpgart: AGP aperture is 128M @ 0x88000000

Apr 2 11:13:13 jiveserver sd 0:0:0:0: Attached scsi generic sg0 type 0

Apr 2 11:13:13 jiveserver sr 1:0:0:0: Attached scsi generic sg1 type 5

Apr 2 11:13:13 jiveserver ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 17 (level, low) -> IRQ 21

Apr 2 11:13:13 jiveserver ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 17 (level, low) -> IRQ 21

Apr 2 11:13:13 jiveserver PPP generic driver version 2.4.2

Apr 2 11:13:13 jiveserver AC’'97 0 analog subsections not ready

Apr 2 11:13:13 jiveserver intel8x0_measure_ac97_clock: measured 153108 usecs

Apr 2 11:13:13 jiveserver intel8x0: clocking to 48000

Apr 2 11:13:13 jiveserver input: ImPS/2 Logitech Wheel Mouse as /class/input/input5

Apr 2 11:13:13 jiveserver parport: PnPBIOS parport detected.

Apr 2 11:13:13 jiveserver parport0: PC-style at 0x378 (0x778), irq 7, dma 3

Apr 2 11:13:13 jiveserver Real Time Clock Driver v1.12ac

Apr 2 11:13:13 jiveserver lp0: using parport0 (interrupt-driven).

Apr 2 11:13:13 jiveserver ppdev: user-space parallel port driver

Apr 2 11:13:13 jiveserver EXT3 FS on sda3, internal journal

Apr 2 11:13:13 jiveserver kjournald starting. Commit interval 5 seconds

Apr 2 11:13:13 jiveserver EXT3 FS on sda4, internal journal

Apr 2 11:13:13 jiveserver EXT3-fs: mounted filesystem with ordered data mode.

Apr 2 11:13:13 jiveserver Adding 1028152k swap on /dev/sda2. Priority:-1 extents:1 across:1028152k

Apr 2 11:13:13 jiveserver ip_tables: © 2000-2006 Netfilter Core Team

Apr 2 11:13:14 jiveserver Netfilter messages via NETLINK v0.30.

Apr 2 11:13:14 jiveserver nf_conntrack version 0.5.0 (2036 buckets, 16288 max)

Apr 2 11:13:14 jiveserver e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex

Apr 2 11:13:18 jiveserver NET: Registered protocol family 10

Apr 2 11:13:18 jiveserver lo: Disabled Privacy Extensions

Apr 2 11:13:18 jiveserver Mobile IPv6

But it seems that Apr 2 log starts after i have rebooted the computer. And there are no Apr 3 or 4 so far. Biggest part of the log seems similary. Except Mar 30:

Mar 30 12:10:41 jiveserver – MARK –

Mar 30 12:10:41 jiveserver swapper: page allocation failure. order:0, mode:0x20

Mar 30 12:10:41 jiveserver [] e100_rx_alloc_skb+0x24/0xa0

Mar 30 12:10:41 jiveserver [] e100_poll+0x1c0/0x310

Mar 30 12:10:41 jiveserver [] unknown_bootoption+0x0/0x250

Mar 30 12:10:41 jiveserver =======================

Mar 30 12:10:41 jiveserver Mem-info:

Mar 30 12:10:41 jiveserver DMA per-cpu:

Mar 30 12:10:41 jiveserver CPU 0: Hot: hi: 0, btch: 1 usd: 0 Cold: hi: 0, btch: 1 usd: 0

Mar 30 12:10:41 jiveserver Normal per-cpu:

Mar 30 12:10:41 jiveserver CPU 0: Hot: hi: 90, btch: 15 usd: 14 Cold: hi: 30, btch: 7 usd: 27

Mar 30 12:10:41 jiveserver Active:40920 inactive:18494 dirty:1 writeback:0 unstable:0 free:419 slab:2902 mapped:1732 pagetables:64

Mar 30 12:10:41 jiveserver DMA free:992kB min:124kB low:152kB high:184kB active:2712kB inactive:7828kB present:16256kB pages_scanned:5 all_unreclaimable? no

Mar 30 12:10:41 jiveserver lowmem_reserve[]: 0 236 236

Mar 30 12:10:41 jiveserver Normal free:684kB min:1904kB low:2380kB high:2856kB active:160968kB inactive:66148kB present:242316kB pages_scanned:15 all_unreclaimable? no

Mar 30 12:10:41 jiveserver lowmem_reserve[]: 0 0 0

Mar 30 12:10:41 jiveserver DMA: 04kB 08kB 016kB 132kB 164kB 1128kB 1256kB 1512kB 01024kB 02048kB 0*4096kB = 992kB

Mar 30 12:10:41 jiveserver Normal: 14kB 18kB 016kB 132kB 064kB 1128kB 0256kB 1512kB 01024kB 02048kB 0*4096kB = 684kB

Mar 30 12:10:41 jiveserver Swap cache: add 0, delete 0, find 0/0, race 0+0

Mar 30 12:10:41 jiveserver Free swap = 1028152kB

Mar 30 12:10:41 jiveserver Total swap = 1028152kB

Mar 30 12:10:41 jiveserver Free swap: 1028152kB

Mar 30 12:10:41 jiveserver 65152 pages of RAM

Mar 30 12:10:41 jiveserver 0 pages of HIGHMEM

Mar 30 12:10:41 jiveserver 1534 reserved pages

Mar 30 12:10:41 jiveserver 33283 pages shared

Mar 30 12:10:41 jiveserver 0 pages swap cached

Mar 30 12:10:41 jiveserver 1 pages dirty

Mar 30 12:10:41 jiveserver 0 pages writeback

Mar 30 12:10:41 jiveserver 1732 pages mapped

Mar 30 12:10:41 jiveserver 2902 pages slab

Mar 30 12:10:41 jiveserver 64 pages pagetables

Mar 30 12:10:41 jiveserver swapper: page allocation failure. order:0, mode:0x20

Mar 30 12:10:41 jiveserver [] e100_rx_alloc_skb+0x24/0xa0

Mar 30 12:10:41 jiveserver [] e100_poll+0x1c0/0x310

Mar 30 12:10:41 jiveserver [] unknown_bootoption+0x0/0x250

Mar 30 12:10:41 jiveserver =======================

Mar 30 12:10:41 jiveserver Mem-info:

Mar 30 12:10:41 jiveserver DMA per-cpu:

Mar 30 12:10:41 jiveserver CPU 0: Hot: hi: 0, btch: 1 usd: 0 Cold: hi: 0, btch: 1 usd: 0

Mar 30 12:10:41 jiveserver Normal per-cpu:

Mar 30 12:10:41 jiveserver CPU 0: Hot: hi: 90, btch: 15 usd: 14 Cold: hi: 30, btch: 7 usd: 27

Mar 30 12:10:41 jiveserver Active:40920 inactive:18494 dirty:1 writeback:0 unstable:0 free:419 slab:2902 mapped:1732 pagetables:64

Mar 30 12:10:41 jiveserver DMA free:992kB min:124kB low:152kB high:184kB active:2712kB inactive:7828kB present:16256kB pages_scanned:5 all_unreclaimable? no

Mar 30 12:10:41 jiveserver lowmem_reserve[]: 0 236 236

Mar 30 12:10:41 jiveserver Normal free:684kB min:1904kB low:2380kB high:2856kB active:160968kB inactive:66148kB present:242316kB pages_scanned:15 all_unreclaimable? no

Mar 30 12:10:41 jiveserver lowmem_reserve[]: 0 0 0

Mar 30 12:10:41 jiveserver DMA: 04kB 08kB 016kB 132kB 164kB 1128kB 1256kB 1512kB 01024kB 02048kB 0*4096kB = 992kB

Mar 30 12:10:41 jiveserver Normal: 14kB 18kB 016kB 132kB 064kB 1128kB 0256kB 1512kB 01024kB 02048kB 0*4096kB = 684kB

Mar 30 12:10:41 jiveserver Swap cache: add 0, delete 0, find 0/0, race 0+0

Mar 30 12:10:41 jiveserver Free swap = 1028152kB

Mar 30 12:10:41 jiveserver Total swap = 1028152kB

Mar 30 12:10:41 jiveserver Free swap: 1028152kB

Mar 30 12:10:41 jiveserver 65152 pages of RAM

Mar 30 12:10:41 jiveserver 0 pages of HIGHMEM

Mar 30 12:10:41 jiveserver 1534 reserved pages

Mar 30 12:10:41 jiveserver 33283 pages shared

Mar 30 12:10:41 jiveserver 0 pages swap cached

Mar 30 12:10:41 jiveserver 1 pages dirty

Mar 30 12:10:41 jiveserver 0 pages writeback

Mar 30 12:10:41 jiveserver 1732 pages mapped

Mar 30 12:10:41 jiveserver 2902 pages slab

Mar 30 12:10:41 jiveserver 64 pages pagetables

Mar 30 12:10:41 jiveserver swapper: page allocation failure. order:0, mode:0x20

Mar 30 12:10:41 jiveserver [] e100_rx_alloc_skb+0x24/0xa0

Mar 30 12:10:41 jiveserver [] e100_poll+0x1c0/0x310

Mar 30 12:10:41 jiveserver [] unknown_bootoption+0x0/0x250

Mar 30 12:10:41 jiveserver =======================

Mar 30 12:10:41 jiveserver Mem-info:

Mar 30 12:10:41 jiveserver DMA per-cpu:

Mar 30 12:10:41 jiveserver CPU 0: Hot: hi: 0, btch: 1 usd: 0 Cold: hi: 0, btch: 1 usd: 0

Mar 30 12:10:41 jiveserver Normal per-cpu:

Mar 30 12:10:41 jiveserver CPU 0: Hot: hi: 90, btch: 15 usd: 14 Cold: hi: 30, btch: 7 usd: 27

Mar 30 12:10:41 jiveserver Active:40920 inactive:18494 dirty:1 writeback:0 unstable:0 free:419 slab:2902 mapped:1732 pagetables:64

Mar 30 12:10:41 jiveserver DMA free:992kB min:124kB low:152kB high:184kB active:2712kB inactive:7828kB present:16256kB pages_scanned:5 all_unreclaimable? no

Mar 30 12:10:41 jiveserver lowmem_reserve[]: 0 236 236

Mar 30 12:10:41 jiveserver Normal free:684kB min:1904kB low:2380kB high:2856kB active:160968kB inactive:66148kB present:242316kB pages_scanned:15 all_unreclaimable? no

Mar 30 12:10:41 jiveserver lowmem_reserve[]: 0 0 0

Mar 30 12:10:41 jiveserver DMA: 04kB 08kB 016kB 132kB 164kB 1128kB 1256kB 1512kB 01024kB 02048kB 0*4096kB = 992kB

Mar 30 12:10:41 jiveserver Normal: 14kB 18kB 016kB 132kB 064kB 1128kB 0256kB 1512kB 01024kB 02048kB 0*4096kB = 684kB

Mar 30 12:10:41 jiveserver Swap cache: add 0, delete 0, find 0/0, race 0+0

Mar 30 12:10:41 jiveserver Free swap = 1028152kB

Mar 30 12:10:41 jiveserver Total swap = 1028152kB

Mar 30 12:10:41 jiveserver Free swap: 1028152kB

Mar 30 12:10:41 jiveserver 65152 pages of RAM

Mar 30 12:10:41 jiveserver 0 pages of HIGHMEM

Mar 30 12:10:41 jiveserver 1534 reserved pages

Mar 30 12:10:41 jiveserver 33283 pages shared

Mar 30 12:10:41 jiveserver 0 pages swap cached

Mar 30 12:10:41 jiveserver 1 pages dirty

Mar 30 12:10:41 jiveserver 0 pages writeback

Mar 30 12:10:41 jiveserver 1732 pages mapped

Mar 30 12:10:41 jiveserver 2902 pages slab

Mar 30 12:10:41 jiveserver 64 pages pagetables

/var/log/kernel.log looks very similar to messages.log

otput of dmesg:

Checking ‘‘hlt’’ instruction… OK.

SMP alternatives: switching to UP code

Freeing SMP alternatives: 11k freed

Early unpacking initramfs… done

ACPI: Core revision 20060707

ACPI: Looking for DSDT in initramfs… error, file /DSDT.aml not found.

CPU0: Intel® Pentium® 4 CPU 1.80GHz stepping 04

Total of 1 processors activated (3592.23 BogoMIPS).

ENABLING IO-APIC IRQs

…TIMER: vector=0x31 apic1=0 pin1=0 apic2=-1 pin2=-1

Brought up 1 CPUs

NET: Registered protocol family 16

ACPI: bus type pci registered

PCI: PCI BIOS revision 2.10 entry at 0xfd98d, last bus=2

PCI: Using configuration type 1

Setting up standard PCI resources

ACPI: Interpreter enabled

ACPI: Using IOAPIC for interrupt routing

ACPI: PCI Root Bridge (0000:00)

PCI: Probing PCI hardware (bus 00)

Boot video device is 0000:00:02.0

  • The chipset may have PM-Timer Bug. Due to workarounds for a bug,

  • this clock source is slow. If you are sure your timer does not have

  • this bug, please use “acpi_pm_good” to disable the workaround

PCI quirk: region 1000-107f claimed by ICH4 ACPI/GPIO/TCO

PCI quirk: region 1180-11bf claimed by ICH4 GPIO

PCI: Firmware left 0000:02:08.0 e100 interrupts enabled, disabling

PCI: Transparent bridge - 0000:00:1e.0

ACPI: PCI Interrupt Routing Table

ACPI: PCI Interrupt Routing Table

ACPI: PCI Interrupt Link (IRQs 3 4 5 7 9 10 *11 12 14 15)

ACPI: PCI Interrupt Link (IRQs 3 4 5 7 *9 10 11 12 14 15)

ACPI: PCI Interrupt Link (IRQs 3 4 *5 7 9 10 11 12 14 15)

ACPI: PCI Interrupt Link (IRQs 3 4 5 7 9 *10 11 12 14 15)

ACPI: PCI Interrupt Link (IRQs 3 4 5 7 9 10 *11 12 14 15)

ACPI: PCI Interrupt Link (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.

ACPI: PCI Interrupt Link (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.

ACPI: PCI Interrupt Link (IRQs 3 4 5 7 *9 10 11 12 14 15)

Linux Plug and Play Support v0.97 © Adam Belay

pnp: PnP ACPI init

pnp: PnP ACPI: found 15 devices

SCSI subsystem initialized

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

PCI: Ignore bogus resource 6 of 0000:00:02.0

PCI: Bridge: 0000:00:1e.0

IO window: 2000-2fff

MEM window: c0100000-c01fffff

PREFETCH window: disabled.

PCI: Setting latency timer of device 0000:00:1e.0 to 64

NET: Registered protocol family 2

IP route cache hash table entries: 2048 (order: 1, 8192 bytes)

TCP established hash table entries: 8192 (order: 4, 98304 bytes)

TCP bind hash table entries: 4096 (order: 3, 49152 bytes)

TCP: Hash tables configured (established 8192 bind 4096)

TCP reno registered

checking if image is initramfs… it is

Freeing initrd memory: 1564k freed

Simple Boot Flag at 0x6c set to 0x1

IBM machine detected. Enabling interrupts during APM calls.

apm: BIOS version 1.2 Flags 0x03 (Driver version 1.16ac)

apm: overridden by ACPI.

VFS: Disk quotas dquot_6.5.1

Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)

Installing knfsd (copyright © 1996 okir@monad.swb.de).

io scheduler noop registered

io scheduler anticipatory registered

io scheduler deadline registered

io scheduler cfq registered (default)

input: Power Button (FF) as /class/input/input0

ACPI: Power Button (FF)

input: Power Button (CM) as /class/input/input1

ACPI: Power Button (CM)

ACPI: Processor (supports 8 throttling states)

ACPI: Thermal Zone (44 C)

isapnp: Scanning for PnP cards…

isapnp: No Plug & Play device found

Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled

serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A

00:0c: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A

00:0d: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A

RAMDISK driver initialized: 16 RAM disks of 16384K size 1024 blocksize

loop: loaded (max 8 devices)

input: Macintosh mouse button emulation as /class/input/input2

PNP: PS/2 Controller at 0x60,0x64 irq 1,12

serio: i8042 KBD port at 0x60,0x64 irq 1

serio: i8042 AUX port at 0x60,0x64 irq 12

mice: PS/2 mouse device common for all mice

input: AT Translated Set 2 keyboard as /class/input/input3

TCP cubic registered

NET: Registered protocol family 1

NET: Registered protocol family 17

Using IPI No-Shortcut mode

ACPI: (supports S0 S1 S3 S4 S5)

Freeing unused kernel memory: 256k freed

Time: tsc clocksource has been installed.

libata version 2.00 loaded.

ata_piix 0000:00:1f.1: version 2.00ac7

PCI: Enabling device 0000:00:1f.1 (0005 -> 0007)

ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 16

PCI: Setting latency timer of device 0000:00:1f.1 to 64

ata1: PATA max UDMA/100 cmd 0x1F0 ctl 0x3F6 bmdma 0x1860 irq 14

ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1868 irq 15

scsi0 : ata_piix

ata1.00: ATA-5, max UDMA/100, 78156288 sectors: LBA

ata1.00: ata1: dev 0 multi count 16

ata1.00: configured for UDMA/100

scsi1 : ata_piix

ata2.00: ATAPI, max UDMA/33

ata2.00: configured for UDMA/33

scsi 0:0:0:0: Direct-Access ATA ST340016A 3.19 PQ: 0 ANSI: 5

scsi 1:0:0:0: CD-ROM HL-DT-ST CD-ROM GCR-8480B 1.02 PQ: 0 ANSI: 5

usbcore: registered new interface driver usbfs

usbcore: registered new interface driver hub

usbcore: registered new device driver usb

USB Universal Host Controller Interface driver v3.0

ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 17

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 17, io base 0x00001800

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 18

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 18, io base 0x00001820

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 16

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 16, io base 0x00001840

usb usb3: configuration #1 chosen from 1 choice

hub 3-0:1.0: USB hub found

hub 3-0:1.0: 2 ports detected

SCSI device sda: 78156288 512-byte hdwr sectors (40016 MB)

sda: Write Protect is off

sda: Mode Sense: 00 3a 00 00

SCSI device sda: write cache: enabled, read cache: enabled, doesn’'t support DPO or FUA

SCSI device sda: 78156288 512-byte hdwr sectors (40016 MB)

sda: Write Protect is off

sda: Mode Sense: 00 3a 00 00

SCSI device sda: write cache: enabled, read cache: enabled, doesn’'t support DPO or FUA

sda: sda1 sda2 sda3 sda4

sd 0:0:0:0: Attached scsi disk sda

ACPI: PCI Interrupt 0000:00:1d.7[D] -> 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 4

PCI: cache line size of 128 is not supported by device 0000:00:1d.7

ehci_hcd 0000:00:1d.7: irq 19, io mem 0xc0080000

ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004

usb usb4: configuration #1 chosen from 1 choice

hub 4-0:1.0: USB hub found

hub 4-0:1.0: 6 ports detected

sr0: scsi3-mmc drive: 48x/48x cd/rw xa/form2 cdda tray

Uniform CD-ROM driver Revision: 3.20

sr 1:0:0:0: Attached scsi CD-ROM sr0

EXT3-fs: INFO: recovery required on readonly filesystem.

EXT3-fs: write access will be enabled during recovery.

kjournald starting. Commit interval 5 seconds

EXT3-fs: recovery complete.

EXT3-fs: mounted filesystem with ordered data mode.

e100: Intel® PRO/100 Network Driver, 3.5.17-k2-NAPI

e100: Copyright© 1999-2006 Intel Corporation

ACPI: PCI Interrupt 0000:02:08.0[A] -> GSI 20 (level, low) -> IRQ 20

e100: eth0: e100_probe: addr 0xc0100000, irq 20, MAC addr 00:09:6B:26:54:A4

eepro100.c:v1.09j-t 9/29/99 Donald Becker http://www.scyld.com/network/eepro100.html

eepro100.c: $Revision: 1.36 $ 2000/11/17 Modified by Andrey V. Savochkin saw@saw.sw.com.sg and others

input: PC Speaker as /class/input/input4

intel_rng: Firmware space is locked read-only. If you can’'t or

intel_rng: don’'t want to disable this in firmware setup, and if

intel_rng: you are certain that your system has a functional

intel_rng: RNG, try using the ‘‘no_fwh_detect’’ option.

pci_hotplug: PCI Hot Plug PCI Core version: 0.5

shpchp: Standard Hot Plug PCI Controller Driver version: 0.4

Linux agpgart interface v0.101 © Dave Jones

agpgart: Detected an Intel 845G Chipset.

agpgart: Detected 892K stolen memory.

agpgart: AGP aperture is 128M @ 0x88000000

sd 0:0:0:0: Attached scsi generic sg0 type 0

sr 1:0:0:0: Attached scsi generic sg1 type 5

ACPI: PCI Interrupt 0000:00:1f.3[B] -> GSI 17 (level, low) -> IRQ 21

ACPI: PCI Interrupt 0000:00:1f.5[B] -> GSI 17 (level, low) -> IRQ 21

PCI: Setting latency timer of device 0000:00:1f.5 to 64

PPP generic driver version 2.4.2

AC’'97 0 analog subsections not ready

intel8x0_measure_ac97_clock: measured 153108 usecs

intel8x0: clocking to 48000

input: ImPS/2 Logitech Wheel Mouse as /class/input/input5

parport: PnPBIOS parport detected.

parport0: PC-style at 0x378 (0x778), irq 7, dma 3

Real Time Clock Driver v1.12ac

lp0: using parport0 (interrupt-driven).

ppdev: user-space parallel port driver

EXT3 FS on sda3, internal journal

kjournald starting. Commit interval 5 seconds

EXT3 FS on sda4, internal journal

EXT3-fs: mounted filesystem with ordered data mode.

Adding 1028152k swap on /dev/sda2. Priority:-1 extents:1 across:1028152k

ip_tables: © 2000-2006 Netfilter Core Team

Netfilter messages via NETLINK v0.30.

nf_conntrack version 0.5.0 (2036 buckets, 16288 max)

e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex

NET: Registered protocol family 10

lo: Disabled Privacy Extensions

Mobile IPv6

eth0: no IPv6 routers present

I havent tried to check HDD so far, because it runs ok for two days and there was no need to turn it off. Will try if it would start to behave the same again.

Hi Oleg,

I just wonder if you have a problem writing to your swap space or a kernel bug but I’'ve never seen “swapper: page allocation failure” before.

You could try to start Wildfire with -Xms400m -Xmx400m to make sure that you allocate 400 MB memory - if your server fails to swap it may either crash or terminate Wildfire during startup.

LG

random thought…

do the same setup on a decent box with vmware - see if its that distro / config or some localised machine problem?

I.

Thanks for your replies. As long as it works i wount do anything, but i will have to restart soon (e.g. after moving to Openfire, Os updates) so will see if this happens again.

vmware is a good advice, just dont have much time for this but i’'m planning to test newer version and some other emulators, so maybe will try this too.