All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Graf <agraf@suse.de>
To: Alec Joseph Rivera <eijhei@gmail.com>
Cc: kvm@vger.kernel.org, Meric Mara <mmara@8layertech.com>,
	Renan Mara <rmara@8layertech.com>
Subject: Re: 2.6.16 Guest Hangs on Boot
Date: Thu, 16 Sep 2010 12:27:29 +0200	[thread overview]
Message-ID: <4C91F111.9010508@suse.de> (raw)
In-Reply-To: <1284602138.7482.157.camel@nami.8liens.com>

Alec Joseph Rivera wrote:
> On Wed, 2010-09-15 at 20:15 +0200, Alexander Graf wrote:
>   
>> On 15.09.2010, at 20:07, Alec Joseph Rivera wrote:
>>
>>     
>>> On Wed, 2010-09-15 at 19:51 +0200, Alexander Graf wrote:
>>>       
>>>> On 15.09.2010, at 19:48, Alec Joseph Rivera wrote:
>>>>
>>>>         
>>>>> On Wed, 2010-09-15 at 19:28 +0200, Alexander Graf wrote:
>>>>>           
>>>>>> On 15.09.2010, at 18:53, Alec Joseph Rivera wrote:
>>>>>>
>>>>>>             
>>>>>>> Hi all:
>>>>>>>
>>>>>>> I'm Alec Joseph Rivera, from the Philippines and new on this list.
>>>>>>> Anyway, I'm trying to run Lotus Foundations on kvm and it just hangs on
>>>>>>> bootup. It stops right after:
>>>>>>>
>>>>>>> Checking if this processor honours the WP bit even in supervisor
>>>>>>> mode... Ok.
>>>>>>>
>>>>>>> There's no more output after that. My invocation line is:
>>>>>>>
>>>>>>> $ qemu-kvm -cpu host -m 1G -cdrom lfs.iso
>>>>>>>               
>>>>>> Your host is probably too new for this old guest. -cpu host directly passes through this host cpu's identifiers on which the guest might choke. Please try again without -cpu.
>>>>>>
>>>>>>
>>>>>>             
>>>>> Tried without -cpu, still hangs after the WP bit checking...
>>>>>
>>>>> $ qemu-kvm -m 1G -cdrom lfs.iso
>>>>>
>>>>> I was scanning the changelogs and read something about a
>>>>> -no-kernel-irqchip. The man page doesn't say anything about it but will
>>>>> try this one too..
>>>>>           
>>>> Please try:
>>>>
>>>> $ qemu-kvm -m 1G -cdrom lfs.iso -serial stdio
>>>>
>>>> Then when it shows the bootloader, add "console=ttyS0" to the kernel command line. That should give all the debugging output necessary.
>>>>
>>>>
>>>>         
>>> Already done this one too (I've read it from your conversations with a
>>> Peter guy if I'm not mistaken).
>>>
>>> It just stops with no panic messages right after the mentioned checking
>>> part, which made me dig after timers (bogomips calibration should be
>>> next I believe). But I've gotten nowhere so far...
>>>
>>> Also, there's no -no-kernel-irqchip parameter, must have been a typo for
>>> -no-kvm-irqchip.
>>>
>>> -- begin kernel messages
>>>       
>>>> Linux version 2.6.16.54-0.2.5-bigsmp (geeko@buildhost) (gcc version 4.1.2 20070115 (prerelease) (SUSE Linux)) #1 SMP Mon Jan 21 08:29:51 EST 2008
>>>>         

Took me quite a while to find that kernel in the graveyard :). It's a
SLES10 SP1 kernel from the update repo at one specific point in time
(more updates came after that one).

>>>> BIOS-provided physical RAM map:
>>>> BIOS-e820: 0000000000000000 - 000000000009f400 (usable)
>>>> BIOS-e820: 000000000009f400 - 00000000000a0000 (reserved)
>>>> BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
>>>> BIOS-e820: 0000000000100000 - 000000003fffd000 (usable)
>>>> BIOS-e820: 000000003fffd000 - 0000000040000000 (reserved)
>>>> BIOS-e820: 00000000fffbc000 - 0000000100000000 (reserved)
>>>> 127MB HIGHMEM available.
>>>> 895MB LOWMEM available.
>>>> found SMP MP-table at 000f8990
>>>> DMI 2.4 present.
>>>> Using APIC driver default
>>>> ACPI: PM-Timer IO Port: 0xb008
>>>> ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
>>>> Processor #0 15:11 APIC version 20
>>>> ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
>>>> Processor #1 15:11 APIC version 20
>>>> Overriding APIC driver with bigsmp
>>>> ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
>>>> IOAPIC[0]: apic_id 2, version 17, address 0xfec00000, GSI 0-23
>>>> ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
>>>> ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
>>>> ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
>>>> ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
>>>> ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
>>>> Enabling APIC mode:  Physflat.  Using 1 I/O APICs
>>>> ACPI: HPET id: 0x8086a201 base: 0xfed00000
>>>> Using ACPI (MADT) for SMP configuration information
>>>> Allocating PCI resources starting at 50000000 (gap: 40000000:bffbc000)
>>>> Built 1 zonelists
>>>> Kernel command line: ramdisk_size=32768 initrd=initrd root=/dev/ram BOOT_IMAGE=k12_1009 console=ttyS0
>>>> Enabling fast FPU save and restore... done.
>>>> Enabling unmasked SIMD FPU exception support... done.
>>>> Initializing CPU#0
>>>> PID hash table entries: 4096 (order: 12, 65536 bytes)
>>>> Console: colour VGA+ 80x25
>>>> Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
>>>> Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
>>>> Memory: 1022272k/1048564k available (1671k kernel code, 25488k reserved, 890k data, 200k init, 131064k highmem)
>>>> Checking if this processor honours the WP bit even in supervisor mode... Ok.
>>>>         
>> Interesting. Mind to check if you find a the vmlinux binary for that kernel on the cd? Maybe it's hidden inside an rpm. Then you can use:
>>
>> $ qemu-kvm -s -cdrom ...
>> $ gdb <vmlinux> -ex 'target remote localhost:1234'
>>
>> (gdb) bt
>>
>> That should give us a clue on what's going wrong.
>>
>>     
>
> I did the steps you mentioned. Here's the gdb transcript:
>
> $ gdb k12_1009 -ex 'target remote localhost:1234'
> GNU gdb (GDB) 7.2
> Copyright (C) 2010 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later
> <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.  Type "show
> copying"
> and "show warranty" for details.
> This GDB was configured as "i686-pc-linux-gnu".
> For bug reporting instructions, please see:
> <http://www.gnu.org/software/gdb/bugs/>...
> "/home/agi/k12_1009": not in executable format: File format not
> recognized
> Remote debugging using localhost:1234
> 0x0000dfe3 in ?? ()
> (gdb) bt
> #0  0x0000dfe3 in ?? ()
> (gdb) continue
> Continuing.
> ^C
> Program received signal SIGINT, Interrupt.
> 0xc015405f in ?? ()
> (gdb) bt
> #0  0xc015405f in ?? ()
>   

0xc015405a <__pte_alloc_kernel+82>:    mov    (%edi),%eax
0xc015405c <__pte_alloc_kernel+84>:    mov    0x4(%edi),%edx
0xc015405f <__pte_alloc_kernel+87>:    lock cmpxchg8b (%edi)
0xc0154063 <__pte_alloc_kernel+91>:    jne    0xc015405a
<__pte_alloc_kernel+82>


> Cannot access memory at address 0xfed00403
> (gdb) 
>
>
> There's no action, no messages after the WP bit part so I had to do ^C.
> I hope that doesn't taint the debug session.
>
> I tried running qemu-kvm without an -m parameter, the result is not that
> different:
>
> $ gdb k12_1009 -ex 'target remote localhost:1234'
> GNU gdb (GDB) 7.2
> Copyright (C) 2010 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later
> <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.  Type "show
> copying"
> and "show warranty" for details.
> This GDB was configured as "i686-pc-linux-gnu".
> For bug reporting instructions, please see:
> <http://www.gnu.org/software/gdb/bugs/>...
> "/home/agi/k12_1009": not in executable format: File format not
> recognized
> Remote debugging using localhost:1234
> 0x00009751 in ?? ()
> (gdb) bt
> #0  0x00009751 in ?? ()
>   

This looks odd. Why would anything be in non-kernel here?


Alex


  parent reply	other threads:[~2010-09-16 10:27 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-09-15 16:53 2.6.16 Guest Hangs on Boot Alec Joseph Rivera
2010-09-15 17:28 ` Alexander Graf
2010-09-15 17:48   ` Alec Joseph Rivera
2010-09-15 17:51     ` Alexander Graf
2010-09-15 18:07       ` Alec Joseph Rivera
2010-09-15 18:15         ` Alexander Graf
2010-09-15 18:26           ` Alec Joseph Rivera
2010-09-16  1:55           ` Alec Joseph Rivera
2010-09-16  6:39             ` Gleb Natapov
2010-09-16  7:52               ` Alec Joseph Rivera
2010-09-16  7:56                 ` Gleb Natapov
2010-09-16  8:03                   ` Alec Joseph Rivera
2010-09-16 10:11                     ` Alec Joseph Rivera
2010-09-16 10:14                       ` Gleb Natapov
2010-09-16 11:13                         ` Alec Joseph Rivera
2010-09-16 11:18                           ` Gleb Natapov
2010-09-16 10:27             ` Alexander Graf [this message]
2010-09-16 11:02               ` Joerg Roedel
2010-09-16 11:11                 ` Alec Joseph Rivera
2010-09-16 11:32                   ` Joerg Roedel
2010-09-16 11:35                     ` Michael Tokarev
2010-09-16 11:41                       ` Gleb Natapov
2010-09-16 11:43                       ` Joerg Roedel
2010-09-16 11:37                     ` Alec Joseph Rivera
2010-09-16 11:41                       ` Gleb Natapov
2010-09-16 11:51                         ` Alec Joseph Rivera
2010-09-15 18:37         ` Michael Tokarev
2010-09-16  8:17           ` Alec Joseph Rivera
2010-09-16  8:32             ` Dave Young
2010-09-16  9:56               ` Alec Joseph Rivera

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C91F111.9010508@suse.de \
    --to=agraf@suse.de \
    --cc=eijhei@gmail.com \
    --cc=kvm@vger.kernel.org \
    --cc=mmara@8layertech.com \
    --cc=rmara@8layertech.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.