All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xavier Gnata <xavier.gnata@gmail.com>
To: John Rousseau <jrrousseau@gmail.com>
Cc: kvm@vger.kernel.org
Subject: Re: kvm-76 fails to boot kubuntu 64bits (ok with kvm-75)
Date: Sun, 12 Oct 2008 20:21:53 +0200	[thread overview]
Message-ID: <48F24041.6040407@gmail.com> (raw)
In-Reply-To: <48E82846.9060307@gmail.com>

John Rousseau wrote:
> My guess is it's this:
>
> https://sourceforge.net/tracker/?func=detail&atid=893831&aid=2138166&group_id=180599 
>
>
> -John
>
> Xavier Gnata wrote:
>> Hi,
>>
>> kubuntu 64bits 8.10 beta boots without problem with kvm-75 using this 
>> command line:
>> qemu-system-x86_64 -no-quit -serial file:serial.log -hda 
>> intrepid.img  -boot c -m 1024 -smb qemu -soundhw es1370
>>
>> It never boots with kvm-76.
>>
>> Here is the serial output:
>>
>> it always crashes at boot time with kvm-76:
>> [    0.000000] Initializing cgroup subsys cpuset
>> [    0.000000] Initializing cgroup subsys cpu
>> [    0.000000] Linux version 2.6.27-4-generic (buildd@yellow) (gcc 
>> version 4.3.2
>> (Ubuntu 4.3.2-1ubuntu7) ) #1 SMP Wed Sep 24 01:29:06 UTC 2008 (Ubuntu 
>> 2.6.27-4.
>> 6-generic)
>> [    0.000000] Command line: 
>> root=UUID=cab01a2d-f54f-4c16-be37-4555fd50a068 cons
>> ole=ttyS0,115200 earlyprintk=serial,ttyS0,115200 quiet splash
>> [    0.000000] KERNEL supported cpus:
>> [    0.000000]   Intel GenuineIntel
>> [    0.000000]   AMD AuthenticAMD
>> [    0.000000]   Centaur CentaurHauls
>> [    0.000000] BIOS-provided physical RAM map:
>> [    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
>> [    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 
>> (reserved)
>> [    0.000000]  BIOS-e820: 00000000000e8000 - 0000000000100000 
>> (reserved)
>> [    0.000000]  BIOS-e820: 0000000000100000 - 000000003fff0000 (usable)
>> [    0.000000]  BIOS-e820: 000000003fff0000 - 0000000040000000 (ACPI 
>> data)
>> [    0.000000]  BIOS-e820: 00000000fffbd000 - 0000000100000000 
>> (reserved)
>> [    0.000000] console [earlyser0] enabled
>> [    1.575835] pci 0000:00:01.0: PIIX3: Enabling Passive Release
>> Loading, please wait...
>> Couldnt get a file descriptor referring to the console
>> *** glibc detected *** modprobe: realloc(): invalid next size: 
>> 0x0000000000ef8c4
>> 0 ***
>> Aborted
>> *** glibc detected *** modprobe: realloc(): invalid next size: 
>> 0x00000000015ddc4
>> 0 ***
>> Aborted
>> usplash: libusplash.c:289: switch_console: Assertion `(saved_vt >= 0) 
>> && (saved_
>> vt < 10)' failed.
>> *** glibc detected *** modprobe: realloc(): invalid old size: 
>> 0x0000000000725160
>> ***
>> Aborted
>> *** glibc detected *** modprobe: realloc(): invalid old size: 
>> 0x0000000001b76160
>> ***
>> Aborted
>> *** glibc detected *** modprobe: realloc(): invalid old size: 
>> 0x0000000001f88160
>> ***
>> Aborted
>> *** glibc detected *** modprobe: realloc(): invalid old size: 
>> 0x0000000000db4160
>> ***
>> Aborted
>> *** glibc detected *** modprobe: realloc(): invalid old size: 
>> 0x0000000001d0d160
>> ***
>> Aborted
>> *** glibc detected *** modprobe: realloc(): invalid old size: 
>> 0x00000000008d5160
>> ***
>> Aborted
>> udevd[952]: parse_config_file: error parsing /etc/udev/udev.conf, 
>> line 1:0
>>
>> udevd[952]: add_to_rules: invalid rule 
>> '/etc/udev/rules.d/05-options.rules:1'
>>
>> udevd[952]: add_to_rules: invalid rule 
>> '/etc/udev/rules.d/05-options.rules:2'
>>
>> udevd[952]: parse_file: line too long, rule skipped 
>> '/etc/udev/rules.d/20-names.        rules:7'
>>
>> udevd[952]: add_to_rules: invalid rule 
>> '/etc/udev/rules.d/40-basic-permissions.r        ules:7'
>>
>> udevd[952]: parse_file: line too long, rule skipped 
>> '/etc/udev/rules.d/60-persis        tent-storage.rules:7'
>>
>> udevd[952]: add_to_rules: invalid rule 
>> '/etc/udev/rules.d/61-persistent-storage-        edd.rules:7'
>>
>> udevd[952]: parse_file: line too long, rule skipped 
>> '/etc/udev/rules.d/90-modpro        be.rules:13'
>>
>> udevtrigger[954]: parse_config_file: error parsing 
>> /etc/udev/udev.conf, line 1:0
>>
>> uname -a 2.6.26.5-1 #1 SMP
>>
>> processor       : 0 (and 1)
>> vendor_id       : GenuineIntel
>> cpu family      : 6
>> model           : 15
>> model name      : Intel(R) Core(TM)2 Duo CPU     T7500  @ 2.20GHz
>>
>> Any idea?
>>
>> Xavier
>> -- 
>> To unsubscribe from this list: send the line "unsubscribe kvm" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
It is the same with kvm-77. Same failure.
Any patch to be tested?

Xavier

      reply	other threads:[~2008-10-12 18:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-05  0:03 kvm-76 fails to boot kubuntu 64bits (ok with kvm-75) Xavier Gnata
2008-10-05  2:36 ` John Rousseau
2008-10-12 18:21   ` Xavier Gnata [this message]

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=48F24041.6040407@gmail.com \
    --to=xavier.gnata@gmail.com \
    --cc=jrrousseau@gmail.com \
    --cc=kvm@vger.kernel.org \
    /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.