kexec fails (pretty often)

Natalie Protasevich protasnb at gmail.com
Tue Jul 10 01:55:18 EDT 2007


On 7/8/07, Natalie Protasevich <protasnb at gmail.com> wrote:
> > > > > > > I came across a report about panics on a IA64 system that happen when
> > > > > > > kexec is being executed. The FSB parity error gets generated:
> > > > > > >
> > > > > > > BRLD / UC to x8208208208,   A43:41 = x0,  FSB Parity Error detected
> > > on
> > > > > > > Processor Request
> > > > > > > BRLC / UC to xFFFF2000000,  A43:41 = x7,  FSB Parity Error detected
> > > on
> > > > > > > the Deferred Reply
> > > > > > > BRLD / WB to xFFFFFFF0028,  A43:41 = x7,  FSB Parity Error detected
> > > on
> > > > > > > the Deferred Reply
> > > > > > > BRLD / WB to xFFFFFFF0028,  A43:41 = x7,  FSB Parity Error detected
> > > on
> > > > > > > the Deferred Reply
> > > > > > > BRLC / UC to xFFFF2000000,  A43:41 = x7,  FSB Parity Error detected
> > > on
> > > > > > > the Deferred Reply
> > > > > > > BRLD / UC to x8208208208,   A43:41 = x0,  FSB Parity Error detected
> > > on
> > > > > > > Processor Request
> > > > > > >
> > > > > > >
> > > > > > > And the pattern of the address on the bus is actually coming from the
> > > > > > > piece of code in arch/ia64/kernel/gate.S, calculating ar.bpstore:
> > > > > > >
> > > > > > > ...
> > > > > > >        sub r14=r14,r17         // r14 <- -rse_num_regs(bspstore1,
> > > bsp1)
> > > > > > >        movl r17=0x8208208208208209
> > > > > > >        ;;
> > > > > > >        add r18=r18,r14         // r18 (delta) <- rse_slot_num(bsp0)
> > > -
> > > > > > > rse_num_regs(bspstore1,bsp1)
> > > > > > >        setf.sig f7=r17
> > > > > > >        cmp.lt p7,p0=r14,r0     // p7 <- (r14 < 0)?
> > > > > > >        ;;
> > > > > > > ...
> > > > > > >
> > > > >
> > > > >
> > > > > Hi,
> > > > >
> > > > > Is the problem reproducible? Is there any special configuration or kexec
> > > > > command line option to reproduce it?
> > > > > On which platform and which version of kernel did you see the issue?
> > > > >
> > > > > It looks like there may be something wrong with the memory map setting
> > > > > of the second kernel.
> > > > > Can you send me copies of /proc/iomem of the first kernel and the second
> > > > > kernel?
> > > > >
> > > >
> > > > Thanks! I will try to get as much information as I can.
> > > > It is 100 % reproducible, but intermittent - another words happens
> > > > with each run, but not predictably (I will get more precise scenario).
> > > > This is a large ES7000 server with up to 512 processors, I will find
> > > > out if this happens with large configuration or any.
> > > > Kernel is the SLES10 or RHEL4U5, they use both.
> > > > I will provide the iomem, not sure how soon - either tomorrow or after
> > > > the holiday...
> > > >
> > > Zou,
> > >
> > > I got this information. Actually the situation is even worse than I imagined.
> > >
> > > According to Ben who is working on this those are:
> > >
> > > --------------------
> > > "To sum up what happens, I do this using the default kernel command line
> > > (and also one with "debug console=uart,io,0x3f8,115200n8 console=tty0"
> > > added to it):
> > >
> > > # kexec -l /boot/efi/efi/redhat/vmlinuz-2.6.18-8.el5
> > > --append=`cat /proc/cmdline`
> > > --initrd=/boot/efi/efi/redhat/initrd-2.6.18-8.el5.img
> > >
> > > # kexec -e
> > >
> > > The old kernel shuts down and boots the new one successfully, but, the
> > > new kernel causes a fault during its boot. I can't positively identify
> > > the exact spot it crashes because the serial output stops. Going by the
> > > screen, it is either during or immediately after the ACPI system tries
> > > to detect all of the CPUs. On a couple occasions I've seen it spit out
> > > something along the lines of "EFI Time driver" before it blanks the
> > > screen out, but it does it very quickly and the Raritan doesn't update
> > > fast enough, even if I'm sitting at the cold floor display.
> > >
> > > The system is configured with a single CPU, as multiple CPUs cause a
> > > different error, something along the lines of "huh? CPU #0x200 is
> > > already present" - but this also happened on the system without the
> > > capacitor fix. Turning on and off hyperthreading doesn't seem to matter
> > > either.
> > >
> > > Here is entire log and a screen capture of the last things that
> > > show up on the video console. The /proc/iomem contents are at line 460
> > > in the log, and the kexec I used is at the very end. The second kernel
> > > doesn't get far enough to enter any commands, so I'm
> > > afraid I can't get you the /proc/iomem for that."
> > > --------------
> > >
> > > Please advise where he can look to analyse this.
> > > Thanks!
> > > --Natalie
> >
> >
> > From the log it is very hard to tell what is going wrong.
> > Is the "acpi=debug" in command line intend to be there?
> > Could you try latest base kernel?
> > Also could you test if "kexec -p" works?
> >
> I will ask them to run kexec -p, I think he intended to do apic=debug,
> will mention that either ...
> I see that they load the same kernel as the first one. It is a good
> idea - to test with latest vanilla (2.6.22 as of today) and see if the
> problem still there.
> Thanks, I will pass on information to you later on as it becomes available.
> Regards,
> --Natalie
>
Nanhai,
That was really great idea - everything worked with 2.6.22! They still
get SMP problem, I think this might be something with APIC mode it
gets into with the second kernel. Now they can take a trace at least.
Bad FSB transaction seems to be unrelated to kexec.
Thanks for your help! (I am attaching traces FYI)
Regards,
--Natalie
-------------- next part --------------
Linux version 2.6.18-8.el5 (brewbuilder at hitachi-1.build.redhat.com) (gcc version
 4.1.1 20070105 (Red Hat 4.1.1-52)) #1 SMP Fri Jan 26 14:16:09 EST 2007
EFI v1.10 by INTEL: SALsystab=0xfcb49560 ACPI=0xfcbd2008 ACPI 2.0=0xf7320 MPS=0x
fcba5f00 SMBIOS=0xf74a0
booting generic kernel on platform dig
Early serial console at I/O port 0x3f8 (options '115200n8')
Number of logical nodes in system = 1
Number of memory chunks in system = 2
rsvd_region[0]: [0xe000000001000000, 0xe000000001000120)
rsvd_region[1]: [0xe000000004000000, 0xe000000004d54c28)
rsvd_region[2]: [0xe000001006be0010, 0xe000001006be0060)
rsvd_region[3]: [0xe000001006be3f79, 0xe000001006be4010)
rsvd_region[4]: [0xe000001006be7000, 0xe000001006f95fa9)
rsvd_region[5]: [0xe000001006f9c010, 0xe000001006f9c970)
rsvd_region[6]: [0xffffffffffffffff, 0xffffffffffffffff)
Initial ramdisk at: 0xe000001006be7000 (3862441 bytes)
SAL 3.0: Phoenix Technologies SAL Product ID version 0.60
SAL Platform features:
SAL: AP wakeup using external interrupt vector 0xbf
cpu package is Multi-Core capable: number of cores=2
cpu package is Multi-Threading capable: number of siblings=2
iosapic_system_init: Disabling PC-AT compatible 8259 interrupts
ACPI: Local APIC address c0000000fee00000
1 CPUs available, 1 CPUs total
MCA related initialization done
SMP: Allowing 1 CPUs, 0 hotplug CPUs
Built 1 zonelists.  Total pages: 4189178
Kernel command line: BOOT_IMAGE=scsi0:\EFI\redhat\vmlinuz-2.6.18-8.el5 root=/dev
/VolGroup00/LogVol00 rhgb console=uart,io,0x3f8,115200n8 console=tty0 debug apic
=debug 3 ro
PID hash table entries: 4096 (order: 12, 32768 bytes)
CPU 0: base freq=200.025MHz, ITC ratio=8/4, ITC freq=400.050MHz
Console: colour VGA+ 80x25
Linux version 2.6.18-8.el5 (brewbuilder at hitachi-1.build.redhat.com) (gcc version
 4.1.1 20070105 (Red Hat 4.1.1-52)) #1 SMP Fri Jan 26 14:16:09 EST 2007
EFI v1.10 by INTEL: SALsystab=0xfcb49560 ACPI=0xfcbd2008 ACPI 2.0=0xf7320 MPS=0x
fcba5f00 SMBIOS=0xf74a0
booting generic kernel on platform dig
Early serial console at I/O port 0x3f8 (options '115200n8')
ACPI: RSDP (v002 PTLTD                                 ) @ 0x00000000000f7320
ACPI: XSDT (v001 PTLTD  	 XSDT   0x06040000  LTP 0x00000000) @ 0x00000000
fcb4aa16
ACPI: FADT (v003 UNISYS ZORRO    0x06040000 PTL  0x000f4240) @ 0x00000000fcba2cb
4
ACPI: OEM1 (v001 UNISYS   OEM1   0x06040000  LTP 0x00000000) @ 0x00000000fcba2da
8
ACPI: SRAT (v001 UNISYS   SRAT   0x06040000  LTP 0x00000000) @ 0x00000000fcba2dd
8
ACPI: IPPT (v001 UNISYS   IPPT   0x06040000  LTP 0x00000000) @ 0x00000000fcba2e6
8
ACPI: MADT (v001 PTLTD  	 APIC   0x06040000  LTP 0x00000000) @ 0x00000000
fcba2ea2
ACPI: BOOT (v001 PTLTD  $SBFTBL$ 0x06040000  LTP 0x00000001) @ 0x00000000fcba2f8
8
ACPI: SPCR (v001 PTLTD  $UCRTBL$ 0x06040000 PTL  0x00000001) @ 0x00000000fcba2fb
0
ACPI: DSDT (v001  Intel  870 SMP 0x06040000 MSFT 0x03000000) @ 0x000000000000000
0
Number of logical nodes in system = 1
Number of memory chunks in system = 2
rsvd_region[0]: [0xe000000001000000, 0xe000000001000120)
rsvd_region[1]: [0xe000000004000000, 0xe000000004d54c28)
rsvd_region[2]: [0xe000001006be0010, 0xe000001006be0060)
rsvd_region[3]: [0xe000001006be3f79, 0xe000001006be4010)
rsvd_region[4]: [0xe000001006be7000, 0xe000001006f95fa9)
rsvd_region[5]: [0xe000001006f9c010, 0xe000001006f9c970)
rsvd_region[6]: [0xffffffffffffffff, 0xffffffffffffffff)
Initial ramdisk at: 0xe000001006be7000 (3862441 bytes)
SAL 3.0: Phoenix Technologies SAL Product ID version 0.60
SAL Platform features:
SAL: AP wakeup using external interrupt vector 0xbf
cpu package is Multi-Core capable: number of cores=2
cpu package is Multi-Threading capable: number of siblings=2
iosapic_system_init: Disabling PC-AT compatible 8259 interrupts
ACPI: Local APIC address c0000000fee00000
1 CPUs available, 1 CPUs total
MCA related initialization done
On node 0 totalpages: 4189178
  DMA zone: 249133 pages, LIFO batch:7
  Normal zone: 3940045 pages, LIFO batch:7
SMP: Allowing 1 CPUs, 0 hotplug CPUs
Built 1 zonelists.  Total pages: 4189178
Kernel command line: BOOT_IMAGE=scsi0:\EFI\redhat\vmlinuz-2.6.18-8.el5 root=/dev
/VolGroup00/LogVol00 rhgb console=uart,io,0x3f8,115200n8 console=tty0 debug apic
=debug 3 ro
PID hash table entries: 4096 (order: 12, 32768 bytes)
CPU 0: base freq=200.025MHz, ITC ratio=8/4, ITC freq=400.050MHz
Console: colour VGA+ 80x25
Placing software IO TLB between 0x8eb8000 - 0xceb8000
Memory: 66595680k/67026848k available (6259k code, 448672k reserved, 4066k data,
 656k init)
McKinley Errata 9 workaround not needed; disabling it
Calibrating delay loop... 3194.88 BogoMIPS (lpj=1597440)
Security Framework v1.0.0 initialized
SELinux:  Initializing.
SELinux:  Starting in permissive mode
selinux_register_security:  Registering secondary module capability
Capability LSM initialized as secondary
Dentry cache hash table entries: 8388608 (order: 12, 67108864 bytes)
Inode-cache hash table entries: 4194304 (order: 11, 33554432 bytes)
Mount-cache hash table entries: 1024
ACPI: Core revision 20060707
Boot processor id 0x0/0x0
Brought up 1 CPUs
Total of 1 processors activated (3194.88 BogoMIPS).
sizeof(vma)=176 bytes
sizeof(page)=56 bytes
sizeof(inode)=568 bytes
sizeof(dentry)=216 bytes
sizeof(ext3inode)=776 bytes
sizeof(buffer_head)=96 bytes
sizeof(skbuff)=240 bytes
checking if image is initramfs... it is
Freeing initrd memory: 3760kB freed
DMI 2.3 present.
NET: Registered protocol family 16
ACPI: bus type pci registered
ACPI: Interpreter enabled
ACPI: Using IOSAPIC for interrupt routing
ACPI: Device [MBDV] status [00000008]: functional but not present; setting prese
nt
ACPI: PCI Root Bridge [MBDV] (0000:ff)
ACPI: Device [MEDV] status [00000008]: functional but not present; setting prese
nt
ACPI: PCI Root Bridge [MEDV] (0000:fe)
ACPI: PCI Root Bridge [S0H0] (0000:00)
PCI quirk: region 0d00-0d7f claimed by ICH4 ACPI/GPIO/TCO
PCI quirk: region 0d80-0dbf claimed by ICH4 GPIO
PCI: Ignoring BAR0-3 of IDE controller 0000:00:1f.1
ACPI: PCI Interrupt Routing Table [\_SB_.S0H0._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 10 *11 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *10 11 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 10 *11 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 10 *11 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 10 11 14 15) *12
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 10 11 14 15) *12
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 6 10 *11 14 15)
ACPI: PCI Interrupt Routing Table [\_SB_.S0H0.PCI1._PRT]
ACPI: PCI Root Bridge [S0H1] (0000:02)
PCI: Enable I/O Space to 1 KB Granularity
PCI: Enable I/O Space to 1 KB Granularity
ACPI: PCI Interrupt Routing Table [\_SB_.S0H1.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.S0H1.PCI1._PRT]
ACPI: PCI Root Bridge [S0H2] (0000:09)
PCI: Enable I/O Space to 1 KB Granularity
PCI: Enable I/O Space to 1 KB Granularity
ACPI: PCI Interrupt Routing Table [\_SB_.S0H2.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.S0H2.PCI1._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs *10)
Linux Plug and Play Support v0.97 (c) Adam Belay
pnp: PnP ACPI init
pnp: PnP ACPI: found 9 devices
usbcore: registered new driver usbfs
usbcore: registered new driver hub
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
NET: Registered protocol family 2
IP route cache hash table entries: 2097152 (order: 10, 16777216 bytes)
TCP established hash table entries: 8388608 (order: 13, 134217728 bytes)
TCP bind hash table entries: 65536 (order: 6, 1048576 bytes)
TCP: Hash tables configured (established 8388608 bind 65536)
TCP reno registered
perfmon: version 2.0 IRQ 238
perfmon: Montecito PMU detected, 27 PMCs, 35 PMDs, 12 counters (47 bits)
PAL Information Facility v0.5
perfmon: added sampling format default_format
perfmon_default_smpl: default_format v2.0 registered
audit: initializing netlink socket (disabled)
audit(1183988924.630:1): initialized
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 2048 (order 0, 16384 bytes)
SELinux:  Registering netfilter hooks
Initializing Cryptographic API
ksign: Installing public key data
Loading keyring
- Added public key 47634A68C1FD4634
- 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)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not pres
ent [20060707]
ACPI: Getting cpuindex for acpiid 0x1
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not pres
ent [20060707]
ACPI: Getting cpuindex for acpiid 0x2
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not pres
ent [20060707]
ACPI: Getting cpuindex for acpiid 0x3
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not pres
ent [20060707]
ACPI: Getting cpuindex for acpiid 0x4
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not pres
ent [20060707]
ACPI: Getting cpuindex for acpiid 0x5
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not pres
ent [20060707]
ACPI: Getting cpuindex for acpiid 0x6
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not pres
ent [20060707]
ACPI: Getting cpuindex for acpiid 0x7
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not pres
ent [20060707]
ACPI: Getting cpuindex for acpiid 0x8
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not pres
ent [20060707]
ACPI: Getting cpuindex for acpiid 0x9
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not pres
ent [20060707]
ACPI: Getting cpuindex for acpiid 0xa
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not pres
ent [20060707]
ACPI: Getting cpuindex for acpiid 0xb
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not pres
ent [20060707]
ACPI: Getting cpuindex for acpiid 0xc
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not pres
ent [20060707]
ACPI: Getting cpuindex for acpiid 0xd
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not pres
ent [20060707]
ACPI: Getting cpuindex for acpiid 0xe
ACPI Exception (acpi_processor-0681): AE_NOT_FOUND, Processor Device is not pres
ent [20060707]
ACPI: Getting cpuindex for acpiid 0xf
EFI Time Services Driver v0.4
Linux agpgart interface v0.101 (c) Dave Jones
Serial: 8250/16550 driver $Revision: 1.90 $ 16 ports, IRQ sharing enabled
00:06: ttyS0 at I/O 0x3f8 (irq = 44) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 16384K size 4096 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH4: IDE controller at PCI slot 0000:00:1f.1
PCI: Device 0000:00:1f.1 not available because of resource collisions
GSI 18 (level, low) -> CPU 0 (0x0000) vector 48
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 48
ICH4: BIOS configuration fixed.
ICH4: chipset revision 2
ICH4: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0x0880-0x0887, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0x0888-0x088f, BIOS settings: hdc:pio, hdd:pio
Probing IDE interface ide0...
hda: _NEC DVD_RW ND-6750A, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 34
Probing IDE interface ide1...
Probing IDE interface ide1...
Probing IDE interface ide2...
Probing IDE interface ide3...
ide-floppy driver 0.99.newide
usbcore: registered new driver hiddev
usbcore: registered new driver usbhid
drivers/usb/input/hid-core.c: v2.6:USB HID core driver
mice: PS/2 mouse device common for all mice
md: md driver 0.90.3 MAX_MD_DEVS=256, MD_SB_DISKS=27
md: bitmap version 4.39
EFI Variables Facility v0.08 2004-May-17
TCP bic registered
Initializing IPsec netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
Adding console on ttyS0 at I/O port 0x3f8 (options '115200n8')
Freeing unused kernel memory: 656kB freed
Red Hat nash version 5.1.19.6 starting
Mounting proc filesystem
Mounting sysfs filesystem
Creating /dev
Creating initial device nodes
Setting up hotplug.
Creating block device nodes.
Loading uhci-hcd.ko module
USB Universal Host Controller Interface driver v3.0
GSI 16 (level, low) -> CPU 0 (0x0000) vector 49
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 49
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 49, io base 0x00000800
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
GSI 19 (level, low) -> CPU 0 (0x0000) vector 50
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 50
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 50, io base 0x00000820
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 48
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 48, io base 0x00000840
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
Loading ohci-hcd.ko module
usb 2-1: new full speed USB device using uhci_hcd and address 2
ohci_hcd: 2005 April 22 USB 1.1 'Open' Host Controller (OHCI) Driver (PCI)
Loading ehci-hcd.ko module
GSI 23 (level, low) -> CPU 0 (0x0000) vector 51
ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 51
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4
ehci_hcd 0000:00:1d.7: debug port 1
PCI: slot 0000:00:1d.7 has incorrect PCI cache line size of 0 bytes, correcting 
to 128
ehci_hcd 0000:00:1d.7: irq 51, io mem 0xf7fffc00
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
Loading jbd.ko module
Loading ext3.ko module
Loading scsi_mod.ko module
SCSI subsystem initialized
Loading sd_mod.ko module
Loading scsi_transport_sas.ko module
Loading mptbase.ko module
Fusion MPT base driver 3.04.02
Copyright (c) 1999-2005 LSI Logic Corporation
usb 2-1: device not accepting address 2, error -71
Loading mptscsih.ko module
Loading mptsas.ko module
Fusion MPT SAS Host driver 3.04.02
GSI 48 (level, low) -> CPU 0 (0x0000) vector 52
ACPI: PCI Interrupt 0000:06:01.0[A] -> GSI 48 (level, low) -> IRQ 52
mptbase: Initiating ioc0 bringup
usb 2-1: new full speed USB device using uhci_hcd and address 4
usb 2-1: configuration #1 chosen from 1 choice
input: Unisys Corporation as /class/input/input0
input: USB HID v1.01 Keyboard [Unisys Corporation] on usb-0000:00:1d.1-1
input: Unisys Corporation as /class/input/input1
input: USB HID v1.01 Mouse [Unisys Corporation] on usb-0000:00:1d.1-1
usb 3-1: new low speed USB device using uhci_hcd and address 2
usb 3-1: configuration #1 chosen from 1 choice
input: Cypress Cypress USB Keyboard / PS2 Mouse as /class/input/input2
input: USB HID v1.00 Keyboard [Cypress Cypress USB Keyboard / PS2 Mouse] on usb-
0000:00:1d.2-1
input: Cypress Cypress USB Keyboard / PS2 Mouse as /class/input/input3
input: USB HID v1.00 Mouse [Cypress Cypress USB Keyboard / PS2 Mouse] on usb-000
0:00:1d.2-1
ioc0: SAS1068: Capabilities={Initiator}
scsi0 : ioc0: LSISAS1068, FwRev=010a0000h, Ports=1, MaxQ=511, IRQ=52
  Vendor: FUJITSU   Model: MAV2073RC         Rev: 0109
  Type:   Direct-Access                      ANSI SCSI revision: 03
SCSI device sda: 140625000 512-byte hdwr sectors (72000 MB)
sda: Write Protect is off
sda: Mode Sense: bf 00 00 08
SCSI device sda: drive cache: write back
SCSI device sda: 140625000 512-byte hdwr sectors (72000 MB)
sda: Write Protect is off
sda: Mode Sense: bf 00 00 08
SCSI device sda: drive cache: write back
 sda: sda1 sda2
sd 0:0:0:0: Attached scsi disk sda
Loading dm-mod.ko module
device-mapper: ioctl: 4.11.0-ioctl (2006-09-14) initialised: dm-devel at redhat.com
Loading dm-mirror.ko module
Loading dm-zero.ko module
Loading dm-snapshot.ko module
Waiting for driver initialization.
Making device-mapper control node
Scanning logical volumes
  Reading all physical volumes.  This may take a while...
  Found volume group "VolGroup00" using metadata type lvm2
Activating logical volumes
  2 logical volume(s) in volume group "VolGroup00" now active
Creating root device.
Mounting root filesystem.
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.
Setting up other filesystems.
Setting up new root fs
no fstab.sys, mounting internal defaults
Switching to new root and running init.
unmounting old /dev
unmounting old /proc
unmounting old /sys
SELinux:  Disabled at runtime.
SELinux:  Unregistering netfilter hooks
audit(1183988945.788:2): selinux=0 auid=4294967295
INIT: version 2.86 booting
		Welcome to Red Hat Enterprise Linux Server
		Press 'I' to enter interactive startup.
Setting clock  (utc): Mon Jul  9 09:49:08 EDT 2007 [  OK  ]
Starting udev: [  OK  ]
Loading default keymap (us): [  OK  ]
Setting hostname localhost.localdomain:  [  OK  ]
Setting up Logical Volume Management:   /dev/hda: open failed: No medium found
  2 logical volume(s) in volume group "VolGroup00" now active
[  OK  ]
Checking filesystems
Checking all file systems.
[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a /dev/VolGroup00/LogVol00 
/dev/VolGroup00/LogVol00: clean, 155150/17039360 files, 2071536/17039360 blocks
[  OK  ]
Remounting root filesystem in read-write mode:  [  OK  ]
Mounting local filesystems:  [  OK  ]
Enabling local filesystem quotas:  [  OK  ]
Enabling /etc/fstab swaps:  [  OK  ]
INIT: Entering runlevel: 3
Entering non-interactive startup
Starting background readahead: [  OK  ]
Checking for hardware changes [  OK  ]
Loading uscd driver...[  OK  ]
Starting uscm services...[  OK  ]
Starting uscr services...[  OK  ]
Bringing up loopback interface:  [  OK  ]
Bringing up interface eth0:  
Determining IP information for eth0... done.
[  OK  ]
Bringing up interface eth1:  
Determining IP information for eth1... failed; no link present.  Check cable?
[FAILED]
Starting auditd: [  OK  ]
Starting system logger: [  OK  ]
Starting kernel logger: [  OK  ]
Starting irqbalance: [  OK  ]
Starting portmap: [  OK  ]
Starting NFS statd: [  OK  ]
Starting RPC idmapd: [  OK  ]
Starting kdump:[FAILED]
Starting system message bus: [  OK  ]
Starting Bluetooth services:[  OK  ][  OK  ]
Mounting other filesystems:  [  OK  ]
Starting PC/SC smart card daemon (pcscd): [  OK  ]
Starting hidd: [  OK  ]
Starting autofs:  Loading autofs4: [  OK  ]
Starting automount: [  OK  ]
[  OK  ]
Starting acpi daemon: [  OK  ]
Starting hpiod: [  OK  ]
Starting hpssd: [  OK  ]
Starting cups: [  OK  ]
Starting sshd: [  OK  ]
Starting sendmail: [  OK  ]
Starting sm-client: [  OK  ]
Starting console mouse services: [  OK  ]
Starting crond: [  OK  ]
Starting xfs: [  OK  ]
Starting anacron: [  OK  ]
Starting atd: [  OK  ]
Starting salinfo_decode_all: [  OK  ]
Starting yum-updatesd: [  OK  ]
Starting Avahi daemon... [  OK  ]
Starting HAL daemon: [  OK  ]
Starting smartd: [  OK  ]

Red Hat Enterprise Linux Server release 5 (Tikanga)
Kernel 2.6.18-8.el5 on an ia64

localhost.localdomain login: root
Password: 
Last login: Fri Jul  6 10:07:27 on ttyS0
[root at localhost ~]# ech   cat /proc/iomem 
00000000-00000fff : System RAM
00001000-00089fff : System RAM
0008a000-0009ffff : System RAM
000a0000-000fffff : PCI Bus 0000:00
  000c0000-000fffff : reserved
00100000-03ffffff : System RAM
04000000-04d54fff : System RAM
  04000000-0461ce3f : Kernel code
  0461ce40-04d54c27 : Kernel data
04d55000-37dfffff : System RAM
37e00000-37efffff : reserved
37f00000-efffffff : System RAM
f2000000-f3ffffff : PCI Bus 0000:09
  f2e00000-f2ffffff : PCI Bus #0d
    f2effc00-f2effcff : 0000:0d:1f.0
  f3e00000-f3efffff : PCI Bus #0d
  f3f00000-f3ffffff : PCI Bus #0a
    f3fc0000-f3fdffff : 0000:0a:01.1
      f3fc0000-f3fdffff : e1000
    f3fe0000-f3ffffff : 0000:0a:01.0
      f3fe0000-f3ffffff : e1000
f4000000-f4ffffff : PCI Bus 0000:02
  f4f00000-f4ffffff : PCI Bus #06
    f4fec000-f4feffff : 0000:06:01.0
    f4ff0000-f4ffffff : 0000:06:01.0
f5000000-f7ffffff : PCI Bus 0000:00
  f6000000-f7efffff : PCI Bus #01
    f6000000-f6ffffff : 0000:01:01.0
    f7ef8000-f7efbfff : 0000:01:02.0
    f7efc000-f7efcfff : 0000:01:03.0
    f7efd000-f7efdfff : 0000:01:03.0
    f7efe800-f7efefff : 0000:01:02.0
    f7eff000-f7efffff : 0000:01:01.0
  f7fffc00-f7ffffff : 0000:00:1d.7
    f7fffc00-f7ffffff : ehci_hcd
f8000000-fc72bfff : System RAM
fc72c000-fcc65fff : reserved
fcc66000-fcca5fff : reserved
fcca6000-fcffffff : reserved
fd000000-fd2fffff : reserved
fd300000-fdec8fff : System RAM
fdec9000-fdedffff : System RAM
fdee0000-fdee7fff : reserved
fdee8000-fdeedfff : System RAM
fdeee000-fdffffff : reserved
fec02000-fec02fff : 0000:02:1c.0
fec03000-fec03fff : 0000:02:1e.0
fec04000-fec04fff : 0000:09:1c.0
fec05000-fec05fff : 0000:09:1e.0
ff000000-ff01ffff : reserved
ff42a000-ff469fff : reserved
ff800000-ffffffff : reserved
100000000-1006bdffff : System RAM
1006be0000-1006be5fff : System RAM
  1006be0010-1006be0060 : Boot parameter
1006be6000-1006be6fff : System RAM
1006be7000-1006f9ffff : System RAM
  1006f9c010-1006f9c970 : EFI Memory Map
1006fa0000-1006fa0fff : System RAM
1006fa1000-1006ffdfff : System RAM
1006ffe000-1007152fff : System RAM
1007153000-1007800fff : System RAM
1007801000-1007919fff : System RAM
100791a000-100791bfff : System RAM
100791c000-100791dfff : System RAM
100791e000-1007923fff : System RAM
1007924000-1007925fff : System RAM
1007926000-10079f9fff : System RAM
10079fa000-10079fafff : System RAM
10079fb000-10079fdfff : System RAM
10079fe000-1007cfbfff : System RAM
1007cfc000-1007d65fff : reserved
1007d66000-1007dcffff : System RAM
1007dd0000-1007dfdfff : System RAM
1007dfe000-1007e29fff : System RAM
1007e2a000-1007e2bfff : reserved
1007e2c000-1007e2dfff : System RAM
1007e2e000-1007e7dfff : reserved
1007e7e000-1007fb5fff : System RAM
1007fb6000-1007ffffff : reserved
ffffc000000-ffffc7fffff : PCI Bus 0000:00 I/O Ports 00000000-00001fff
ffffc800000-ffffc9ff7ff : PCI Bus 0000:02 I/O Ports 00002000-000027ff
ffffca00800-fffffffffff : PCI Bus 0000:09 I/O Ports 00002800-0000ffff
[root at localhost ~]# cat /proc/          ./  cat benkexec
#!/bin/bash
echo 15 > /proc/sys/kernel/printk
kexec -l /boot/efi/efi/redhat/vmlinuz-2.6.18-8.el5 --append="root=/dev/VolGroup0
0/LogVol00 rhgb console=uart,io,0x3f8,115200n8 console=tty0 debug apic=debug 3 r
o" --initrd=/boot/efi/efi/redhat/initrd-2.6.18-8.el5.img 
[root at localhost ~]# ./benkexec 
[root at localhost ~]# kexec -e
md: stopping all md devices.

Taking down system, will reboot
Synchronizing SCSI cache for disk sda: 
ACPI: PCI interrupt for device 0000:0a:01.1 disabled
GSI 73 (level, low) -> CPU 0 (0x0000) vector 54 unregistered
ACPI: PCI interrupt for device 0000:0a:01.0 disabled
GSI 72 (level, low) -> CPU 0 (0x0000) vector 53 unregistered
Starting new kernel
-------------- next part --------------
Linux version 2.6.22ben (root at localhost.localdomain) (gcc version 4.1.1 20070105
 (Red Hat 4.1.1-52)) #1 SMP Mon Jul 9 10:15:01 EDT 2007
EFI v1.10 by INTEL: SALsystab=0xfcb49560 ACPI=0xfcbd2008 ACPI 2.0=0xf7320 MPS=0x
fcba5f00 SMBIOS=0xf74a0
booting generic kernel on platform dig
Early serial console at I/O port 0x3f8 (options '115200n8')
ACPI: RSDP 000F7320, 0024 (r2 PTLTD )
ACPI: XSDT FCB4AA16, 005C (r1 PTLTD  	 XSDT    6040000  LTP        0)
ACPI: FACP FCBA2CB4, 00F4 (r3 UNISYS ZORRO     6040000 PTL     F4240)
ACPI: DSDT FCB4AA72, 58242 (r1  Intel  870 SMP  6040000 MSFT  3000000)
ACPI: FACS FCBA4F00, 0040
ACPI: OEM1 FCBA2DA8, 0030 (r1 UNISYS   OEM1    6040000  LTP        0)
ACPI: SRAT FCBA2DD8, 0090 (r1 UNISYS   SRAT    6040000  LTP        0)
ACPI: IPPT FCBA2E68, 003A (r1 UNISYS   IPPT    6040000  LTP        0)
ACPI: APIC FCBA2EA2, 00E6 (r1 PTLTD  	 APIC    6040000  LTP        0)
ACPI: BOOT FCBA2F88, 0028 (r1 PTLTD  $SBFTBL$  6040000  LTP        1)
ACPI: SPCR FCBA2FB0, 0050 (r1 PTLTD  $UCRTBL$  6040000 PTL         1)
Number of logical nodes in system = 1
Number of memory chunks in system = 2
Initial ramdisk at: 0xe000001006be3000 (3870554 bytes)
SAL 3.0: Phoenix Technologies SAL Product ID version 0.60
SAL Platform features:
SAL: AP wakeup using external interrupt vector 0xbf
cpu package is Multi-Core capable: number of cores=2
cpu package is Multi-Threading capable: number of siblings=2
iosapic_system_init: Disabling PC-AT compatible 8259 interrupts
ACPI: Local APIC address c0000000fee00000
1 CPUs available, 1 CPUs total
MCA related initialization done
Zone PFN ranges:
  DMA          1024 ->   262144
  Normal     262144 ->  4202496
early_node_map[8] active PFN ranges
    0:     1024 ->    57216
    0:    57280 ->   245760
    0:   253952 ->   258507
    0:   259264 ->   260024
    0:   260026 ->   260027
    0:   262144 ->  4202303
    0:  4202330 ->  4202378
    0:  4202400 ->  4202477
SMP: Allowing 1 CPUs, 0 hotplug CPUs
Built 1 zonelists.  Total pages: 4175913
Kernel command line: BOOT_IMAGE=scsi0:\EFI\redhat\vmlinuz-2.6.22ben root=/dev/Vo
lGroup00/LogVol00 rhgb console=uart,io,0x3f8,115200n8 console=tty0 debug apic=de
bug 3 ro
PID hash table entries: 4096 (order: 12, 32768 bytes)
CPU 0: base freq=200.025MHz, ITC ratio=8/4, ITC freq=400.050MHz
Console: colour VGA+ 80x25
Linux version 2.6.22ben (root at localhost.localdomain) (gcc version 4.1.1 20070105
 (Red Hat 4.1.1-52)) #1 SMP Mon Jul 9 10:15:01 EDT 2007
EFI v1.10 by INTEL: SALsystab=0xfcb49560 ACPI=0xfcbd2008 ACPI 2.0=0xf7320 MPS=0x
fcba5f00 SMBIOS=0xf74a0
booting generic kernel on platform dig
Early serial console at I/O port 0x3f8 (options '115200n8')
ACPI: RSDP 000F7320, 0024 (r2 PTLTD )
ACPI: XSDT FCB4AA16, 005C (r1 PTLTD  	 XSDT    6040000  LTP        0)
ACPI: FACP FCBA2CB4, 00F4 (r3 UNISYS ZORRO     6040000 PTL     F4240)
ACPI: DSDT FCB4AA72, 58242 (r1  Intel  870 SMP  6040000 MSFT  3000000)
ACPI: FACS FCBA4F00, 0040
ACPI: OEM1 FCBA2DA8, 0030 (r1 UNISYS   OEM1    6040000  LTP        0)
ACPI: SRAT FCBA2DD8, 0090 (r1 UNISYS   SRAT    6040000  LTP        0)
ACPI: IPPT FCBA2E68, 003A (r1 UNISYS   IPPT    6040000  LTP        0)
ACPI: APIC FCBA2EA2, 00E6 (r1 PTLTD  	 APIC    6040000  LTP        0)
ACPI: BOOT FCBA2F88, 0028 (r1 PTLTD  $SBFTBL$  6040000  LTP        1)
ACPI: SPCR FCBA2FB0, 0050 (r1 PTLTD  $UCRTBL$  6040000 PTL         1)
Number of logical nodes in system = 1
Number of memory chunks in system = 2
Entering add_active_range(0, 1024, 57216) 0 entries of 51200 used
Entering add_active_range(0, 57280, 245760) 1 entries of 51200 used
Entering add_active_range(0, 253952, 258507) 2 entries of 51200 used
Entering add_active_range(0, 259264, 260024) 3 entries of 51200 used
Entering add_active_range(0, 260026, 260027) 4 entries of 51200 used
Entering add_active_range(0, 262144, 4202303) 5 entries of 51200 used
Entering add_active_range(0, 4202330, 4202378) 6 entries of 51200 used
Entering add_active_range(0, 4202400, 4202477) 7 entries of 51200 used
Initial ramdisk at: 0xe000001006be3000 (3870554 bytes)
SAL 3.0: Phoenix Technologies SAL Product ID version 0.60
SAL Platform features:
SAL: AP wakeup using external interrupt vector 0xbf
cpu package is Multi-Core capable: number of cores=2
cpu package is Multi-Threading capable: number of siblings=2
iosapic_system_init: Disabling PC-AT compatible 8259 interrupts
ACPI: Local APIC address c0000000fee00000
1 CPUs available, 1 CPUs total
MCA related initialization done
Zone PFN ranges:
  DMA          1024 ->   262144
  Normal     262144 ->  4202496
early_node_map[8] active PFN ranges
    0:     1024 ->    57216
    0:    57280 ->   245760
    0:   253952 ->   258507
    0:   259264 ->   260024
    0:   260026 ->   260027
    0:   262144 ->  4202303
    0:  4202330 ->  4202378
    0:  4202400 ->  4202477
On node 0 totalpages: 4190272
  DMA zone: 892 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 249096 pages, LIFO batch:7
  Normal zone: 13467 pages used for memmap
  Normal zone: 3926817 pages, LIFO batch:7
SMP: Allowing 1 CPUs, 0 hotplug CPUs
Built 1 zonelists.  Total pages: 4175913
Kernel command line: BOOT_IMAGE=scsi0:\EFI\redhat\vmlinuz-2.6.22ben root=/dev/Vo
lGroup00/LogVol00 rhgb console=uart,io,0x3f8,115200n8 console=tty0 debug apic=de
bug 3 ro
PID hash table entries: 4096 (order: 12, 32768 bytes)
CPU 0: base freq=200.025MHz, ITC ratio=8/4, ITC freq=400.050MHz
Console: colour VGA+ 80x25
Placing software IO TLB between 0x8f98000 - 0xcf98000
Memory: 66594224k/67025264k available (6383k code, 450128k reserved, 4234k data,
 672k init)
McKinley Errata 9 workaround not needed; disabling it
Calibrating delay loop... 3194.88 BogoMIPS (lpj=1597440)
Security Framework v1.0.0 initialized
SELinux:  Initializing.
SELinux:  Starting in permissive mode
selinux_register_security:  Registering secondary module capability
Capability LSM initialized as secondary
Dentry cache hash table entries: 8388608 (order: 12, 67108864 bytes)
Inode-cache hash table entries: 4194304 (order: 11, 33554432 bytes)
Mount-cache hash table entries: 1024
ACPI: Core revision 20070126
Boot processor id 0x0/0x0
Brought up 1 CPUs
Total of 1 processors activated (3194.88 BogoMIPS).
DMI 2.3 present.
NET: Registered protocol family 16
ACPI: bus type pci registered
ACPI: Interpreter enabled
ACPI: Using IOSAPIC for interrupt routing
ACPI: Device [MBDV] status [00000008]: functional but not present; setting prese
nt
ACPI: Device [MEDV] status [00000008]: functional but not present; setting prese
nt
ACPI: PCI Root Bridge [MBDV] (0000:ff)
ACPI: PCI Root Bridge [MEDV] (0000:fe)
ACPI: PCI Root Bridge [S0H0] (0000:00)
PCI quirk: region 0d00-0d7f claimed by ICH4 ACPI/GPIO/TCO
PCI quirk: region 0d80-0dbf claimed by ICH4 GPIO
ACPI: PCI Interrupt Routing Table [\_SB_.S0H0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.S0H0.PCI1._PRT]
ACPI: PCI Root Bridge [S0H1] (0000:02)
PCI: Enable I/O Space to 1 KB Granularity
PCI: Enable I/O Space to 1 KB Granularity
ACPI: PCI Interrupt Routing Table [\_SB_.S0H1.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.S0H1.PCI1._PRT]
ACPI: PCI Root Bridge [S0H2] (0000:09)
PCI: Enable I/O Space to 1 KB Granularity
PCI: Enable I/O Space to 1 KB Granularity
ACPI: PCI Interrupt Routing Table [\_SB_.S0H2.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.S0H2.PCI1._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 10 *11 14 15)
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 *10 11 14 15)
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 10 *11 14 15)
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 10 *11 14 15)
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 10 11 14 15) *12
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 10 11 14 15) *12
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 6 10 *11 14 15)
ACPI: PCI Interrupt Link [LNKA] (IRQs *10)
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
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
NET: Registered protocol family 2
IP route cache hash table entries: 2097152 (order: 10, 16777216 bytes)
TCP established hash table entries: 8388608 (order: 13, 201326592 bytes)
TCP bind hash table entries: 65536 (order: 6, 1048576 bytes)
TCP: Hash tables configured (established 8388608 bind 65536)
TCP reno registered
checking if image is initramfs... it is
Freeing initrd memory: 3760kB freed
perfmon: version 2.0 IRQ 238
perfmon: Montecito PMU detected, 27 PMCs, 35 PMDs, 12 counters (47 bits)
PAL Information Facility v0.5
perfmon: added sampling format default_format
perfmon_default_smpl: default_format v2.0 registered
audit: initializing netlink socket (disabled)
audit(1183991173.730:1): initialized
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 2048 (order 0, 16384 bytes)
SELinux:  Registering netfilter hooks
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
EFI Time Services Driver v0.4
Linux agpgart interface v0.102 (c) Dave Jones
Serial: 8250/16550 driver $Revision: 1.90 $ 16 ports, IRQ sharing enabled
?00:06: ttyS0 at I/O 0x3f8 (irq = 44) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 16384K size 4096 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH4: IDE controller at PCI slot 0000:00:1f.1
PCI: Device 0000:00:1f.1 not available because of resource collisions
GSI 18 (level, low) -> CPU 0 (0x0000) vector 48
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 48
ICH4: BIOS configuration fixed.
ICH4: chipset revision 2
ICH4: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0x0880-0x0887, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0x0888-0x088f, BIOS settings: hdc:pio, hdd:pio
Probing IDE interface ide0...
hda: _NEC DVD_RW ND-6750A, ATAPI CD/DVD-ROM drive
hda: selected mode 0x42
ide0 at 0x1f0-0x1f7,0x3f6 on irq 34
Probing IDE interface ide1...
Probing IDE interface ide1...
Probing IDE interface ide2...
Probing IDE interface ide3...
ide-floppy driver 0.99.newide
mice: PS/2 mouse device common for all mice
EFI Variables Facility v0.08 2004-May-17
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 bic registered
Initializing XFRM netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
Adding console on ttyS0 at I/O port 0x3f8 (options '115200n8')
Freeing unused kernel memory: 672kB freed
Red Hat nash version 5.1.19.6 starting
Mounting proc filesystem
Mounting sysfs filesystem
Creating /dev
Creating initial device nodes
Setting up hotplug.
Creating block device nodes.
Loading uhci-hcd.ko module
USB Universal Host Controller Interface driver v3.0
GSI 16 (level, low) -> CPU 0 (0x0000) vector 49
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 49
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 49, io base 0x00000800
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
GSI 19 (level, low) -> CPU 0 (0x0000) vector 50
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 50
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 50, io base 0x00000820
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 48
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 48, io base 0x00000840
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
Loading ohci-hcd.ko module
usb 2-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
Loading ehci-hcd.ko module
GSI 23 (level, low) -> CPU 0 (0x0000) vector 51
ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 51
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4
ehci_hcd 0000:00:1d.7: debug port 1
PCI: cache line size of 128 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: irq 51, io mem 0xf7fffc00
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
Loading jbd.ko module
Loading ext3.ko module
Loading scsi_mod.ko module
SCSI subsystem initialized
Loading sd_mod.ko module
Loading scsi_transport_sas.ko module
Loading mptbase.ko module
Fusion MPT base driver 3.04.04
Copyright (c) 1999-2007 LSI Logic Corporation
Loading mptscsih.ko module
Loading mptsas.ko module
Fusion MPT SAS Host driver 3.04.04
GSI 48 (level, low) -> CPU 0 (0x0000) vector 52
ACPI: PCI Interrupt 0000:06:01.0[A] -> GSI 48 (level, low) -> IRQ 52
mptbase: Initiating ioc0 bringup
usb 2-1: device not accepting address 2, error -71
usb 2-1: new full speed USB device using uhci_hcd and address 4
usb 2-1: configuration #1 chosen from 1 choice
input: Unisys Corporation as /class/input/input0
input: USB HID v1.01 Keyboard [Unisys Corporation] on usb-0000:00:1d.1-1
input: Unisys Corporation as /class/input/input1
input: USB HID v1.01 Mouse [Unisys Corporation] on usb-0000:00:1d.1-1
usb 3-1: new low speed USB device using uhci_hcd and address 2
usb 3-1: configuration #1 chosen from 1 choice
input: Cypress Cypress USB Keyboard / PS2 Mouse as /class/input/input2
input: USB HID v1.00 Keyboard [Cypress Cypress USB Keyboard / PS2 Mouse] on usb-
0000:00:1d.2-1
input: Cypress Cypress USB Keyboard / PS2 Mouse as /class/input/input3
input: USB HID v1.00 Mouse [Cypress Cypress USB Keyboard / PS2 Mouse] on usb-000
0:00:1d.2-1
ioc0: SAS1068: Capabilities={Initiator}
scsi0 : ioc0: LSISAS1068, FwRev=010a0000h, Ports=1, MaxQ=511, IRQ=52
scsi 0:0:0:0: Direct-Access     FUJITSU  MAV2073RC        0109 PQ: 0 ANSI: 3
sd 0:0:0:0: [sda] 140625000 512-byte hardware sectors (72000 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: bf 00 00 08
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO
 or FUA
sd 0:0:0:0: [sda] 140625000 512-byte hardware sectors (72000 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: bf 00 00 08
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO
 or FUA
 sda: sda1 sda2
sd 0:0:0:0: [sda] Attached SCSI disk
Loading dm-mod.ko module
device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel at redhat.com
Loading dm-mirror.ko module
Loading dm-zero.ko module
Loading dm-snapshot.ko module
Waiting for driver initialization.
Making device-mapper control node
Scanning logical volumes
  Reading all physical volumes.  This may take a while...
  Found volume group "VolGroup00" using metadata type lvm2
Activating logical volumes
  2 logical volume(s) in volume group "VolGroup00" now active
Creating root device.
Mounting root filesystem.
kjournald starting.  Commit interval 5 seconds
EXT3-fs: mounted filesystem with ordered data mode.
Setting up other filesystems.
Setting up new root fs
no fstab.sys, mounting internal defaults
Switching to new root and running init.
unmounting old /dev
unmounting old /proc
unmounting old /sys
SELinux:  Disabled at runtime.
SELinux:  Unregistering netfilter hooks
audit(1183991194.200:2): selinux=0 auid=4294967295
INIT: version 2.86 booting
		Welcome to Red Hat Enterprise Linux Server
		Press 'I' to enter interactive startup.
Setting clock  (utc): Mon Jul  9 10:26:38 EDT 2007 [  OK  ]
Starting udev: [  OK  ]
Loading default keymap (us): [  OK  ]
Setting hostname localhost.localdomain:  [  OK  ]
Setting up Logical Volume Management:   /dev/hda: open failed: No medium found
  2 logical volume(s) in volume group "VolGroup00" now active
[  OK  ]
Checking filesystems
Checking all file systems.
[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a /dev/VolGroup00/LogVol00 
/dev/VolGroup00/LogVol00: clean, 194240/17039360 files, 2813726/17039360 blocks
[  OK  ]
Remounting root filesystem in read-write mode:  [  OK  ]
Mounting local filesystems:  [  OK  ]
Enabling local filesystem quotas:  [  OK  ]
Enabling /etc/fstab swaps:  [  OK  ]
INIT: Entering runlevel: 3
Entering non-interactive startup
Starting background readahead: [  OK  ]
Checking for hardware changes [  OK  ]
Loading uscd driver...
Rebuilding USCD module: [FAILED]
Starting uscm services.../sys/devices/system/uscd/uscd0/hmbox: No such file or d
irectory
Couldn't read /sys/devices/system/uscd/uscd0/hmbox, rv: -2
[FAILED]
Starting uscr services...[  OK  ]
Bringing up loopback interface:  [  OK  ]
Bringing up interface eth0:  
Determining IP information for eth0... done.
[  OK  ]
Bringing up interface eth1:  
Determining IP information for eth1... failed; no link present.  Check cable?
[FAILED]
Starting auditd: [  OK  ]
Starting system logger: [  OK  ]
Starting kernel logger: [  OK  ]
Starting irqbalance: [  OK  ]
Starting portmap: [  OK  ]
Starting NFS statd: [  OK  ]
Starting RPC idmapd: [  OK  ]
No kdump initial ramdisk found.[WARNING]
Rebuilding /boot/efi/efi/redhat/initrd-2.6.22benkdump.img
Starting kdump:[FAILED]
Starting system message bus: [  OK  ]
Starting Bluetooth services:[  OK  ][  OK  ]
Mounting other filesystems:  [  OK  ]
Starting PC/SC smart card daemon (pcscd): [  OK  ]
Starting hidd: [  OK  ]
Starting autofs:  Loading autofs4: [  OK  ]
Starting automount: [  OK  ]
[  OK  ]
Starting acpi daemon: [  OK  ]
Starting hpiod: [  OK  ]
Starting hpssd: [  OK  ]
Starting cups: [  OK  ]
Starting sshd: [  OK  ]
Starting sendmail: [  OK  ]
Starting sm-client: [  OK  ]
Starting console mouse services: [  OK  ]
Starting crond: [  OK  ]
Starting xfs: [  OK  ]
Starting anacron: [  OK  ]
Starting atd: [  OK  ]
Starting salinfo_decode_all: [  OK  ]
Starting yum-updatesd: [  OK  ]
Starting Avahi daemon... [  OK  ]
Starting HAL daemon: [  OK  ]
Starting smartd: [  OK  ]

Red Hat Enterprise Linux Server release 5 (Tikanga)
Kernel 2.6.22ben on an ia64

localhost.localdomain login: root
Password: 
Last login: Mon Jul  9 10:27:40 on tty1
[root at localhost ~]# cat /proc/iomem
00000000-00000fff : System RAM
00001000-00089fff : System RAM
0008a000-0009ffff : System RAM
000a0000-000fffff : PCI Bus 0000:00
  000c0000-000fffff : reserved
00100000-03ffffff : System RAM
04000000-04ee3fff : System RAM
  04000000-0463bcbf : Kernel code
  0463bcc0-04ee352f : Kernel data
04ee4000-37dfffff : System RAM
37e00000-37efffff : reserved
37f00000-efffffff : System RAM
f2000000-f3ffffff : PCI Bus 0000:09
  f2e00000-f2ffffff : PCI Bus #0d
    f2effc00-f2effcff : 0000:0d:1f.0
  f3e00000-f3efffff : PCI Bus #0d
  f3f00000-f3ffffff : PCI Bus #0a
    f3fc0000-f3fdffff : 0000:0a:01.1
      f3fc0000-f3fdffff : e1000
    f3fe0000-f3ffffff : 0000:0a:01.0
      f3fe0000-f3ffffff : e1000
f4000000-f4ffffff : PCI Bus 0000:02
  f4f00000-f4ffffff : PCI Bus #06
    f4fec000-f4feffff : 0000:06:01.0
    f4ff0000-f4ffffff : 0000:06:01.0
f5000000-f7ffffff : PCI Bus 0000:00
  f6000000-f7efffff : PCI Bus #01
    f6000000-f6ffffff : 0000:01:01.0
    f7ef8000-f7efbfff : 0000:01:02.0
    f7efc000-f7efcfff : 0000:01:03.0
    f7efd000-f7efdfff : 0000:01:03.0
    f7efe800-f7efefff : 0000:01:02.0
    f7eff000-f7efffff : 0000:01:01.0
  f7fffc00-f7ffffff : 0000:00:1d.7
    f7fffc00-f7ffffff : ehci_hcd
f8000000-fc72bfff : System RAM
fc72c000-fcc65fff : reserved
fcc66000-fcca5fff : reserved
fcca6000-fcffffff : reserved
fd000000-fd2fffff : reserved
fd300000-fdec8fff : System RAM
fdec9000-fdedffff : System RAM
fdee0000-fdee7fff : reserved
fdee8000-fdeedfff : System RAM
fdeee000-fdffffff : reserved
fec02000-fec02fff : 0000:02:1c.0
fec03000-fec03fff : 0000:02:1e.0
fec04000-fec04fff : 0000:09:1c.0
fec05000-fec05fff : 0000:09:1e.0
ff000000-ff01ffff : reserved
ff42a000-ff469fff : reserved
ff800000-ffffffff : reserved
100000000-1006bdbfff : System RAM
1006bdc000-1006be1fff : System RAM
  1006bdc010-1006bdc060 : Boot parameter
1006be2000-1006be2fff : System RAM
1006be3000-1006f9ffff : System RAM
  1006f9c010-1006f9c970 : EFI Memory Map
1006fa0000-1006fa0fff : System RAM
1006fa1000-1006ffdfff : System RAM
1006ffe000-1007152fff : System RAM
1007153000-1007800fff : System RAM
1007801000-1007919fff : System RAM
100791a000-100791bfff : System RAM
100791c000-100791dfff : System RAM
100791e000-1007923fff : System RAM
1007924000-1007925fff : System RAM
1007926000-10079f9fff : System RAM
10079fa000-10079fafff : System RAM
10079fb000-10079fdfff : System RAM
10079fe000-1007cfbfff : System RAM
1007cfc000-1007d65fff : reserved
1007d66000-1007dcffff : System RAM
1007dd0000-1007dfdfff : System RAM
1007dfe000-1007e29fff : System RAM
1007e2a000-1007e2bfff : reserved
1007e2c000-1007e2dfff : System RAM
1007e2e000-1007e7dfff : reserved
1007e7e000-1007fb5fff : System RAM
1007fb6000-1007ffffff : reserved
ffffc000000-ffffc7fffff : PCI Bus 0000:00 I/O Ports 00000000-00001fff
ffffc800000-ffffc9ff7ff : PCI Bus 0000:02 I/O Ports 00002000-000027ff
ffffca00800-fffffffffff : PCI Bus 0000:09 I/O Ports 00002800-0000ffff
[root at localhost ~]# ca  cat benkexec
#!/bin/bash
echo 15 > /proc/sys/kernel/printk
kexec -l /boot/efi/efi/redhat/vmlinuz-2.6.22ben --append="root=/dev/VolGroup00/L
ogVol00 rhgb console=uart,io,0x3f8,115200n8 console=tty0 debug apic=debug 3 ro" 
--initrd=/boot/efi/efi/redhat/initrd-2.6.22ben 
[root at localhost ~]# ,.  ./benkexec 
Cannot open `/boot/efi/efi/redhat/initrd-2.6.22ben': No such file or directory
[root at localhost ~]# ./benkexec cat benkexec
#!/bin/bash
echo 15 > /proc/sys/kernel/printk
kexec -l /boot/efi/efi/redhat/vmlinuz-2.6.22ben --append="root=/dev/VolGroup00/L
ogVol00 rhgb console=uart,io,0x3f8,115200n8 console=tty0 debug apic=debug 3 ro" 
--initrd=/boot/efi/efi/redhat/initrd-2.6.22ben.img
[root at localhost ~]# cat benkexec./benkexec  
[root at localhost ~]# kexec -e
md: stopping all md devices.
sd 0:0:0:0: [sda] Synchronizing SCSI cache
ACPI: PCI interrupt for device 0000:0a:01.1 disabled
GSI 73 (level, low) -> CPU 0 (0x0000) vector 54 unregistered
ACPI: PCI interrupt for device 0000:0a:01.0 disabled
GSI 72 (level, low) -> CPU 0 (0x0000) vector 53 unregistered
Starting new kernel
Linux version 2.6.22ben (root at localhost.localdomain) (gcc version 4.1.1 20070105
 (Red Hat 4.1.1-52)) #1 SMP Mon Jul 9 10:15:01 EDT 2007
EFI v1.10 by INTEL: SALsystab=0xfcb49560 ACPI=0xfcbd2008 ACPI 2.0=0xf7320 MPS=0x
fcba5f00 SMBIOS=0xf74a0
booting generic kernel on platform dig
Early serial console at I/O port 0x3f8 (options '115200n8')
ACPI: RSDP 000F7320, 0024 (r2 PTLTD )
ACPI: XSDT FCB4AA16, 005C (r1 PTLTD  	 XSDT    6040000  LTP        0)
ACPI: FACP FCBA2CB4, 00F4 (r3 UNISYS ZORRO     6040000 PTL     F4240)
ACPI: DSDT FCB4AA72, 58242 (r1  Intel  870 SMP  6040000 MSFT  3000000)
ACPI: FACS FCBA4F00, 0040
ACPI: OEM1 FCBA2DA8, 0030 (r1 UNISYS   OEM1    6040000  LTP        0)
ACPI: SRAT FCBA2DD8, 0090 (r1 UNISYS   SRAT    6040000  LTP        0)
ACPI: IPPT FCBA2E68, 003A (r1 UNISYS   IPPT    6040000  LTP        0)
ACPI: APIC FCBA2EA2, 00E6 (r1 PTLTD  	 APIC    6040000  LTP        0)
ACPI: BOOT FCBA2F88, 0028 (r1 PTLTD  $SBFTBL$  6040000  LTP        1)
ACPI: SPCR FCBA2FB0, 0050 (r1 PTLTD  $UCRTBL$  6040000 PTL         1)
Number of logical nodes in system = 1
Number of memory chunks in system = 2
Initial ramdisk at: 0xe000001007948000 (3870554 bytes)
SAL 3.0: Phoenix Technologies SAL Product ID version 0.60
SAL Platform features:
SAL: AP wakeup using external interrupt vector 0xbf
cpu package is Multi-Core capable: number of cores=2
cpu package is Multi-Threading capable: number of siblings=2
iosapic_system_init: Disabling PC-AT compatible 8259 interrupts
ACPI: Local APIC address c0000000fee00000
1 CPUs available, 1 CPUs total
MCA related initialization done
Zone PFN ranges:
  DMA          1024 ->   262144
  Normal     262144 ->  4202496
early_node_map[8] active PFN ranges
    0:     1024 ->    57216
    0:    57280 ->   245760
    0:   253952 ->   258507
    0:   259264 ->   260024
    0:   260026 ->   260027
    0:   262144 ->  4202303
    0:  4202330 ->  4202378
    0:  4202400 ->  4202477
SMP: Allowing 1 CPUs, 0 hotplug CPUs
Built 1 zonelists.  Total pages: 4175913
Kernel command line: root=/dev/VolGroup00/LogVol00 rhgb console=uart,io,0x3f8,11
5200n8 console=tty0 debug apic=debug 3 ro
PID hash table entries: 4096 (order: 12, 32768 bytes)
CPU 0: base freq=200.025MHz, ITC ratio=8/4, ITC freq=400.050MHz
Console: colour VGA+ 80x25
Linux version 2.6.22ben (root at localhost.localdomain) (gcc version 4.1.1 20070105
 (Red Hat 4.1.1-52)) #1 SMP Mon Jul 9 10:15:01 EDT 2007
EFI v1.10 by INTEL: SALsystab=0xfcb49560 ACPI=0xfcbd2008 ACPI 2.0=0xf7320 MPS=0x
fcba5f00 SMBIOS=0xf74a0
booting generic kernel on platform dig
Early serial console at I/O port 0x3f8 (options '115200n8')
ACPI: RSDP 000F7320, 0024 (r2 PTLTD )
ACPI: XSDT FCB4AA16, 005C (r1 PTLTD  	 XSDT    6040000  LTP        0)
ACPI: FACP FCBA2CB4, 00F4 (r3 UNISYS ZORRO     6040000 PTL     F4240)
ACPI: DSDT FCB4AA72, 58242 (r1  Intel  870 SMP  6040000 MSFT  3000000)
ACPI: FACS FCBA4F00, 0040
ACPI: OEM1 FCBA2DA8, 0030 (r1 UNISYS   OEM1    6040000  LTP        0)
ACPI: SRAT FCBA2DD8, 0090 (r1 UNISYS   SRAT    6040000  LTP        0)
ACPI: IPPT FCBA2E68, 003A (r1 UNISYS   IPPT    6040000  LTP        0)
ACPI: APIC FCBA2EA2, 00E6 (r1 PTLTD  	 APIC    6040000  LTP        0)
ACPI: BOOT FCBA2F88, 0028 (r1 PTLTD  $SBFTBL$  6040000  LTP        1)
ACPI: SPCR FCBA2FB0, 0050 (r1 PTLTD  $UCRTBL$  6040000 PTL         1)
Number of logical nodes in system = 1
Number of memory chunks in system = 2
Entering add_active_range(0, 1024, 57216) 0 entries of 51200 used
Entering add_active_range(0, 57280, 245760) 1 entries of 51200 used
Entering add_active_range(0, 253952, 258507) 2 entries of 51200 used
Entering add_active_range(0, 259264, 260024) 3 entries of 51200 used
Entering add_active_range(0, 260026, 260027) 4 entries of 51200 used
Entering add_active_range(0, 262144, 4202303) 5 entries of 51200 used
Entering add_active_range(0, 4202330, 4202378) 6 entries of 51200 used
Entering add_active_range(0, 4202400, 4202477) 7 entries of 51200 used
Initial ramdisk at: 0xe000001007948000 (3870554 bytes)
SAL 3.0: Phoenix Technologies SAL Product ID version 0.60
SAL Platform features:
SAL: AP wakeup using external interrupt vector 0xbf
cpu package is Multi-Core capable: number of cores=2
cpu package is Multi-Threading capable: number of siblings=2
iosapic_system_init: Disabling PC-AT compatible 8259 interrupts
ACPI: Local APIC address c0000000fee00000
1 CPUs available, 1 CPUs total
MCA related initialization done
Zone PFN ranges:
  DMA          1024 ->   262144
  Normal     262144 ->  4202496
early_node_map[8] active PFN ranges
    0:     1024 ->    57216
    0:    57280 ->   245760
    0:   253952 ->   258507
    0:   259264 ->   260024
    0:   260026 ->   260027
    0:   262144 ->  4202303
    0:  4202330 ->  4202378
    0:  4202400 ->  4202477
On node 0 totalpages: 4190272
  DMA zone: 892 pages used for memmap
  DMA zone: 0 pages reserved
  DMA zone: 249096 pages, LIFO batch:7
  Normal zone: 13467 pages used for memmap
  Normal zone: 3926817 pages, LIFO batch:7
SMP: Allowing 1 CPUs, 0 hotplug CPUs
Built 1 zonelists.  Total pages: 4175913
Kernel command line: root=/dev/VolGroup00/LogVol00 rhgb console=uart,io,0x3f8,11
5200n8 console=tty0 debug apic=debug 3 ro
PID hash table entries: 4096 (order: 12, 32768 bytes)
CPU 0: base freq=200.025MHz, ITC ratio=8/4, ITC freq=400.050MHz
Console: colour VGA+ 80x25
Placing software IO TLB between 0x8f98000 - 0xcf98000
Memory: 66594208k/67025248k available (6383k code, 450144k reserved, 4234k data,
 672k init)
McKinley Errata 9 workaround not needed; disabling it
Calibrating delay loop... 3194.88 BogoMIPS (lpj=1597440)
Security Framework v1.0.0 initialized
SELinux:  Initializing.
SELinux:  Starting in permissive mode
selinux_register_security:  Registering secondary module capability
Capability LSM initialized as secondary
Dentry cache hash table entries: 8388608 (order: 12, 67108864 bytes)
Inode-cache hash table entries: 4194304 (order: 11, 33554432 bytes)
Mount-cache hash table entries: 1024
ACPI: Core revision 20070126
Boot processor id 0x0/0x0
Brought up 1 CPUs
Total of 1 processors activated (3194.88 BogoMIPS).
DMI 2.3 present.
NET: Registered protocol family 16
ACPI: bus type pci registered
ACPI: Interpreter enabled
ACPI: Using IOSAPIC for interrupt routing
ACPI: Device [MBDV] status [00000008]: functional but not present; setting prese
nt
ACPI: Device [MEDV] status [00000008]: functional but not present; setting prese
nt
ACPI: PCI Root Bridge [MBDV] (0000:ff)
ACPI: PCI Root Bridge [MEDV] (0000:fe)
ACPI: PCI Root Bridge [S0H0] (0000:00)
PCI quirk: region 0d00-0d7f claimed by ICH4 ACPI/GPIO/TCO
PCI quirk: region 0d80-0dbf claimed by ICH4 GPIO
ACPI: PCI Interrupt Routing Table [\_SB_.S0H0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.S0H0.PCI1._PRT]
ACPI: PCI Root Bridge [S0H1] (0000:02)
PCI: Enable I/O Space to 1 KB Granularity
PCI: Enable I/O Space to 1 KB Granularity
ACPI: PCI Interrupt Routing Table [\_SB_.S0H1.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.S0H1.PCI1._PRT]
ACPI: PCI Root Bridge [S0H2] (0000:09)
PCI: Enable I/O Space to 1 KB Granularity
PCI: Enable I/O Space to 1 KB Granularity
ACPI: PCI Interrupt Routing Table [\_SB_.S0H2.PCI0._PRT]
ACPI: PCI Interrupt Routing Table [\_SB_.S0H2.PCI1._PRT]
ACPI: PCI Interrupt Link [LNKA] (IRQs 3 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKB] (IRQs 3 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKC] (IRQs 3 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKD] (IRQs 3 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKE] (IRQs 3 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKF] (IRQs 3 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKG] (IRQs 3 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKH] (IRQs 3 6 10 11 14 15) *0, disabled.
ACPI: PCI Interrupt Link [LNKA] (IRQs *10)
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
NetLabel: Initializing
NetLabel:  domain hash size = 128
NetLabel:  protocols = UNLABELED CIPSOv4
NetLabel:  unlabeled traffic allowed by default
NET: Registered protocol family 2
IP route cache hash table entries: 2097152 (order: 10, 16777216 bytes)
TCP established hash table entries: 8388608 (order: 13, 201326592 bytes)
TCP bind hash table entries: 65536 (order: 6, 1048576 bytes)
TCP: Hash tables configured (established 8388608 bind 65536)
TCP reno registered
checking if image is initramfs... it is
Freeing initrd memory: 3776kB freed
perfmon: version 2.0 IRQ 238
perfmon: Montecito PMU detected, 27 PMCs, 35 PMDs, 12 counters (47 bits)
PAL Information Facility v0.5
perfmon: added sampling format default_format
perfmon_default_smpl: default_format v2.0 registered
audit: initializing netlink socket (disabled)
audit(1183991371.661:1): initialized
Total HugeTLB memory allocated, 0
VFS: Disk quotas dquot_6.5.1
Dquot-cache hash table entries: 2048 (order 0, 16384 bytes)
SELinux:  Registering netfilter hooks
io scheduler noop registered
io scheduler anticipatory registered
io scheduler deadline registered
io scheduler cfq registered (default)
pci_hotplug: PCI Hot Plug PCI Core version: 0.5
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
ACPI Exception (processor_core-0781): AE_NOT_FOUND, Processor Device is not pres
ent [20070126]
EFI Time Services Driver v0.4
Linux agpgart interface v0.102 (c) Dave Jones
Serial: 8250/16550 driver $Revision: 1.90 $ 16 ports, IRQ sharing enabled
00:06: ttyS0 at I/O 0x3f8 (irq = 44) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 16384K size 4096 blocksize
Uniform Multi-Platform E-IDE driver Revision: 7.00alpha2
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
ICH4: IDE controller at PCI slot 0000:00:1f.1
PCI: Device 0000:00:1f.1 not available because of resource collisions
GSI 18 (level, low) -> CPU 0 (0x0000) vector 48
ACPI: PCI Interrupt 0000:00:1f.1[A] -> GSI 18 (level, low) -> IRQ 48
ICH4: BIOS configuration fixed.
ICH4: chipset revision 2
ICH4: not 100% native mode: will probe irqs later
    ide0: BM-DMA at 0x0880-0x0887, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0x0888-0x088f, BIOS settings: hdc:pio, hdd:pio
Probing IDE interface ide0...
hda: _NEC DVD_RW ND-6750A, ATAPI CD/DVD-ROM drive
hda: selected mode 0x42
ide0 at 0x1f0-0x1f7,0x3f6 on irq 34
Probing IDE interface ide1...
Probing IDE interface ide1...
Probing IDE interface ide2...
Probing IDE interface ide3...
ide-floppy driver 0.99.newide
mice: PS/2 mouse device common for all mice
EFI Variables Facility v0.08 2004-May-17
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 bic registered
Initializing XFRM netlink socket
NET: Registered protocol family 1
NET: Registered protocol family 17
Adding console on ttyS0 at I/O port 0x3f8 (options '115200n8')
Freeing unused kernel memory: 672kB freed
Red Hat nash version 5.1.19.6 starting
Mounting proc filesystem
Mounting sysfs filesystem
Creating /dev
Creating initial device nodes
Setting up hotplug.
Creating block device nodes.
Loading uhci-hcd.ko module
USB Universal Host Controller Interface driver v3.0
GSI 16 (level, low) -> CPU 0 (0x0000) vector 49
ACPI: PCI Interrupt 0000:00:1d.0[A] -> GSI 16 (level, low) -> IRQ 49
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 49, io base 0x00000800
usb usb1: configuration #1 chosen from 1 choice
hub 1-0:1.0: USB hub found
hub 1-0:1.0: 2 ports detected
GSI 19 (level, low) -> CPU 0 (0x0000) vector 50
ACPI: PCI Interrupt 0000:00:1d.1[B] -> GSI 19 (level, low) -> IRQ 50
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 50, io base 0x00000820
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 48
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 48, io base 0x00000840
usb usb3: configuration #1 chosen from 1 choice
hub 3-0:1.0: USB hub found
hub 3-0:1.0: 2 ports detected
Loading ohci-hcd.ko module
usb 2-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
Loading ehci-hcd.ko module
GSI 23 (level, low) -> CPU 0 (0x0000) vector 51
ACPI: PCI Interrupt 0000:00:1d.7[D] -> GSI 23 (level, low) -> IRQ 51
ehci_hcd 0000:00:1d.7: EHCI Host Controller
ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 4
ehci_hcd 0000:00:1d.7: debug port 1
PCI: cache line size of 128 is not supported by device 0000:00:1d.7
ehci_hcd 0000:00:1d.7: irq 51, io mem 0xf7fffc00
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
Loading jbd.ko module
Loading ext3.ko module
Loading scsi_mod.ko module
SCSI subsystem initialized
Loading sd_mod.ko module
Loading scsi_transport_sas.ko module
Loading mptbase.ko module
Fusion MPT base driver 3.04.04
Copyright (c) 1999-2007 LSI Logic Corporation
Loading mptscsih.ko module
Loading mptsas.ko module
Fusion MPT SAS Host driver 3.04.04
PCI: Enabling device 0000:06:01.0 (0156 -> 0157)
GSI 48 (level, low) -> CPU 0 (0x0000) vector 52
ACPI: PCI Interrupt 0000:06:01.0[A] -> GSI 48 (level, low) -> IRQ 52
mptbase: Initiating ioc0 bringup
usb 2-1: device not accepting address 2, error -71
usb 2-1: new full speed USB device using uhci_hcd and address 4
usb 2-1: configuration #1 chosen from 1 choice
input: Unisys Corporation as /class/input/input0
input: USB HID v1.01 Keyboard [Unisys Corporation] on usb-0000:00:1d.1-1
input: Unisys Corporation as /class/input/input1
input: USB HID v1.01 Mouse [Unisys Corporation] on usb-0000:00:1d.1-1
usb 3-1: new low speed USB device using uhci_hcd and address 2
usb 3-1: configuration #1 chosen from 1 choice
input: Cypress Cypress USB Keyboard / PS2 Mouse as /class/input/input2
input: USB HID v1.00 Keyboard [Cypress Cypress USB Keyboard / PS2 Mouse] on usb-
0000:00:1d.2-1
input: Cypress Cypress USB Keyboard / PS2 Mouse as /class/input/input3
input: USB HID v1.00 Mouse [Cypress Cypress USB Keyboard / PS2 Mouse] on usb-000
0:00:1d.2-1
ioc0: SAS1068: Capabilities={Initiator}
scsi0 : ioc0: LSISAS1068, FwRev=010a0000h, Ports=1, MaxQ=511, IRQ=52
scsi 0:0:0:0: Direct-Access     FUJITSU  MAV2073RC        0109 PQ: 0 ANSI: 3
sd 0:0:0:0: [sda] 140625000 512-byte hardware sectors (72000 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: bf 00 00 08
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO
 or FUA
sd 0:0:0:0: [sda] 140625000 512-byte hardware sectors (72000 MB)
sd 0:0:0:0: [sda] Write Protect is off
sd 0:0:0:0: [sda] Mode Sense: bf 00 00 08
sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO
 or FUA
 sda: sda1 sda2
sd 0:0:0:0: [sda] Attached SCSI disk
Loading dm-mod.ko module
device-mapper: ioctl: 4.11.0-ioctl (2006-10-12) initialised: dm-devel at redhat.com
Loading dm-mirror.ko module
Loading dm-zero.ko module
Loading dm-snapshot.ko module
Waiting for driver initialization.
Making device-mapper control node
Scanning logical volumes
  Reading all physical volumes.  This may take a while...
  Found volume group "VolGroup00" using metadata type lvm2
Activating logical volumes
  2 logical volume(s) in volume group "VolGroup00" now active
Creating root device.
Mounting root filesystem.
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.
Setting up other filesystems.
Setting up new root fs
no fstab.sys, mounting internal defaults
Switching to new root and running init.
unmounting old /dev
unmounting old /proc
unmounting old /sys
SELinux:  Disabled at runtime.
SELinux:  Unregistering netfilter hooks
audit(1183991412.080:2): selinux=0 auid=4294967295
INIT: version 2.86 booting
		Welcome to Red Hat Enterprise Linux Server
		Press 'I' to enter interactive startup.
Setting clock  (utc): Mon Jul  9 10:30:16 EDT 2007 [  OK  ]
Starting udev: [  OK  ]
Loading default keymap (us): [  OK  ]
Setting hostname localhost.localdomain:  [  OK  ]
Setting up Logical Volume Management:   /dev/hda: open failed: No medium found
  2 logical volume(s) in volume group "VolGroup00" now active
[  OK  ]
Checking filesystems
Checking all file systems.
[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a /dev/VolGroup00/LogVol00 
/dev/VolGroup00/LogVol00: clean, 194302/17039360 files, 2813817/17039360 blocks
[  OK  ]
Remounting root filesystem in read-write mode:  [  OK  ]
Mounting local filesystems:  [  OK  ]
Enabling local filesystem quotas:  [  OK  ]
Enabling /etc/fstab swaps:  [  OK  ]
INIT: Entering runlevel: 3
Entering non-interactive startup
Starting background readahead: [  OK  ]
Checking for hardware changes [  OK  ]
Loading uscd driver...
Rebuilding USCD module: [FAILED]
Starting uscm services.../sys/devices/system/uscd/uscd0/hmbox: No such file or d
irectory
Couldn't read /sys/devices/system/uscd/uscd0/hmbox, rv: -2
[FAILED]
Starting uscr services...[  OK  ]
Bringing up loopback interface:  [  OK  ]
Bringing up interface eth0:  
Determining IP information for eth0... done.
[  OK  ]
Bringing up interface eth1:  
Determining IP information for eth1... failed; no link present.  Check cable?
[FAILED]
Starting auditd: [  OK  ]
Starting system logger: [  OK  ]
Starting kernel logger: [  OK  ]
Starting irqbalance: [  OK  ]
Starting portmap: [  OK  ]
Starting NFS statd: [  OK  ]
Starting RPC idmapd: [  OK  ]
Starting kdump:[FAILED]
Starting system message bus: [  OK  ]
Starting Bluetooth services:[  OK  ][  OK  ]
Mounting other filesystems:  [  OK  ]
Starting PC/SC smart card daemon (pcscd): [  OK  ]
Starting hidd: [  OK  ]
Starting autofs:  Loading autofs4: [  OK  ]
Starting automount: [  OK  ]
[  OK  ]
Starting acpi daemon: [  OK  ]
Starting hpiod: [  OK  ]
Starting hpssd: [  OK  ]
Starting cups: [  OK  ]
Starting sshd: [  OK  ]
Starting sendmail: [  OK  ]
Starting sm-client: [  OK  ]
Starting console mouse services: [  OK  ]
Starting crond: [  OK  ]
Starting xfs: [  OK  ]
Starting anacron: [  OK  ]
Starting atd: [  OK  ]
Starting salinfo_decode_all: [  OK  ]
Starting yum-updatesd: [  OK  ]
Starting Avahi daemon... [  OK  ]
Starting HAL daemon: [  OK  ]
Starting smartd: [  OK  ]

Red Hat Enterprise Linux Server release 5 (Tikanga)
Kernel 2.6.22ben on an ia64

localhost.localdomain login: root
Password: 
Last login: Mon Jul  9 10:28:28 on ttyS0
[root at localhost ~]# cat /proc/iomem
00000000-00000fff : System RAM
00001000-00089fff : System RAM
0008a000-0009ffff : System RAM
000a0000-000fffff : PCI Bus 0000:00
  000c0000-000fffff : reserved
00100000-03ffffff : System RAM
04000000-048cffff : System RAM
  04000000-0463bcbf : Kernel code
048d0000-048dffff : System RAM
048e0000-04eeffff : System RAM
04ef0000-37dfffff : System RAM
37e00000-37efffff : reserved
37f00000-efffffff : System RAM
f2000000-f3ffffff : PCI Bus 0000:09
  f2e00000-f2ffffff : PCI Bus #0d
    f2effc00-f2effcff : 0000:0d:1f.0
  f3e00000-f3efffff : PCI Bus #0d
  f3f00000-f3ffffff : PCI Bus #0a
    f3fc0000-f3fdffff : 0000:0a:01.1
      f3fc0000-f3fdffff : e1000
    f3fe0000-f3ffffff : 0000:0a:01.0
      f3fe0000-f3ffffff : e1000
f4000000-f4ffffff : PCI Bus 0000:02
  f4f00000-f4ffffff : PCI Bus #06
    f4fec000-f4feffff : 0000:06:01.0
    f4ff0000-f4ffffff : 0000:06:01.0
f5000000-f7ffffff : PCI Bus 0000:00
  f6000000-f7efffff : PCI Bus #01
    f6000000-f6ffffff : 0000:01:01.0
    f7ef8000-f7efbfff : 0000:01:02.0
    f7efc000-f7efcfff : 0000:01:03.0
    f7efd000-f7efdfff : 0000:01:03.0
    f7efe800-f7efefff : 0000:01:02.0
    f7eff000-f7efffff : 0000:01:01.0
  f7fffc00-f7ffffff : 0000:00:1d.7
    f7fffc00-f7ffffff : ehci_hcd
f8000000-fc72bfff : System RAM
fc72c000-fcc65fff : reserved
fcc66000-fcca5fff : reserved
fcca6000-fcffffff : reserved
fd000000-fd2fffff : reserved
fd300000-fdec8fff : System RAM
fdec9000-fdedffff : System RAM
fdee0000-fdee7fff : reserved
fdee8000-fdeedfff : System RAM
fdeee000-fdffffff : reserved
fec02000-fec02fff : 0000:02:1c.0
fec03000-fec03fff : 0000:02:1e.0
fec04000-fec04fff : 0000:09:1c.0
fec05000-fec05fff : 0000:09:1e.0
ff000000-ff01ffff : reserved
ff42a000-ff469fff : reserved
ff800000-ffffffff : reserved
100000000-1006bdbfff : System RAM
1006bdc000-1006be1fff : System RAM
1006be2000-1006be2fff : System RAM
1006be3000-1006f9ffff : System RAM
1006fa0000-1006fa0fff : System RAM
1006fa1000-1006ffdfff : System RAM
1006ffe000-1007152fff : System RAM
1007153000-1007800fff : System RAM
1007801000-1007919fff : System RAM
100791a000-100791bfff : System RAM
100791c000-100791dfff : System RAM
100791e000-1007923fff : System RAM
1007924000-1007925fff : System RAM
1007926000-10079f9fff : System RAM
10079fa000-10079fafff : System RAM
10079fb000-10079fdfff : System RAM
10079fe000-1007cfbfff : System RAM
1007cfc000-1007d65fff : reserved
1007d66000-1007dcffff : System RAM
1007dd0000-1007dfdfff : System RAM
1007dfe000-1007e29fff : System RAM
1007e2a000-1007e2bfff : reserved
1007e2c000-1007e2dfff : System RAM
1007e2e000-1007e7dfff : reserved
1007e7e000-1007fb5fff : System RAM
  1007f88000-1007f889c0 : EFI Memory Map
  1007f90000-1007f90050 : Boot parameter
1007fb6000-1007ffffff : reserved
ffffc000000-ffffc7fffff : PCI Bus 0000:00 I/O Ports 00000000-00001fff
ffffc800000-ffffc9ff7ff : PCI Bus 0000:02 I/O Ports 00002000-000027ff
ffffca00800-fffffffffff : PCI Bus 0000:09 I/O Ports 00002800-0000ffff
[root at localhost ~]# shutdown          init 0
[root at localhost Shutting down smartd: [  OK  ]
Shutting down Avahi daemon: [  OK  ]
Stopping HAL daemon: [  OK  ]
Stopping yum-updatesd: [  OK  ]
Stopping anacron: [  OK  ]
Stopping atd: [  OK  ]
Stopping cups: [  OK  ]
Stopping hpiod: [  OK  ]
Stopping hpssd: [  OK  ]
Shutting down xfs: [  OK  ]
Shutting down console mouse services: [  OK  ]
Stopping sshd: [  OK  ]
Shutting down sm-client: [  OK  ]
Shutting down sendmail: [  OK  ]
Stopping acpi daemon: [  OK  ]
Stopping crond: [  OK  ]
Shutting down RPC idmapd: [  OK  ]
Stopping autofs:  Stopping automount: [  OK  ]
[  OK  ]
Stopping system message bus: [  OK  ]
Stopping NFS statd: [  OK  ]
Stopping portmap: [  OK  ]
Stopping auditd: audit(1183991776.391:14): audit_pid=0 old=2849 by auid=42949672
95
[  OK  ]
Stopping PC/SC smart card daemon (pcscd): [  OK  ]
Shutting down kernel logger: [  OK  ]
Shutting down system logger: [  OK  ]
Shutting down hidd: [  OK  ]
Stopping Bluetooth services:[  OK  ][  OK  ]
Shutting down interface eth0:  [  OK  ]
Shutting down loopback interface:  [  OK  ]
IPv6 over IPv4 tunneling driver
sit0: Disabled Privacy Extensions
Starting killall:  [  OK  ]
Sending all processes the TERM signal... 
Sending all processes the KILL signal... 
Saving random seed:  
Syncing hardware clock to system time audit(1183991785.999:15): user pid=4304 ui
d=0 auid=4294967295 msg='changing system time: exe="/sbin/hwclock" (hostname=?, 
addr=?, terminal=console res=success)'

Turning off swap:  
Turning off quotas:  
Unmounting pipe file systems:  
Unmounting file systems:  
Halting system...
md: stopping all md devices.
sd 0:0:0:0: [sda] Synchronizing SCSI cache
ACPI: PCI interrupt for device 0000:0a:01.1 disabled
GSI 73 (level, low) -> CPU 0 (0x0000) vector 54 unregistered
ACPI: PCI interrupt for device 0000:0a:01.0 disabled
GSI 72 (level, low) -> CPU 0 (0x0000) vector 53 unregistered
Power down.
acpi_power_off called


More information about the kexec mailing list