All of lore.kernel.org
 help / color / mirror / Atom feed
From: agya naila <agya.naila@gmail.com>
To: "Pasi Kärkkäinen" <pasik@iki.fi>
Cc: arrfab@centos.org, Jan Beulich <JBeulich@suse.com>,
	xen-devel@lists.xen.org
Subject: Re: IBM HS20 Xen 4.1 and 4.2 Critical Interrupt - Front panel NMI crash
Date: Wed, 6 Feb 2013 14:39:15 +0100	[thread overview]
Message-ID: <CAN-nQwhs9Vt+ttDeALYZEgFSQ_UH=08y0zfQ9aRBU4RydF+zTQ@mail.gmail.com> (raw)
In-Reply-To: <20130206132802.GU8912@reaktio.net>


[-- Attachment #1.1: Type: text/plain, Size: 4084 bytes --]

I configure it by added nmi=ignore to my /boot/grub/grub.cfg

### BEGIN /etc/grub.d/20_linux_xen ###
submenu "Xen 4.1-amd64" {
menuentry 'Ubuntu GNU/Linux, with Xen 4.1-amd64 and Linux 3.2.0-29-generic'
--class ubuntu --class gnu-linux --class gnu --c$
        insmod part_msdos
        insmod ext2
        set root='(hd0,msdos1)'
        search --no-floppy --fs-uuid --set=root
730a0f5f-4c35-4391-b760-0b6cf0cdd6a7
        echo    'Loading Xen 4.1-amd64 ...'
        multiboot       /boot/xen-4.1-amd64.gz placeholder noreboot
dom0_mem=1024M nmi=ignore
        echo    'Loading Linux 3.2.0-29-generic ...'
        module  /boot/vmlinuz-3.2.0-29-generic placeholder
root=UUID=730a0f5f-4c35-4391-b760-0b6cf0cdd6a7 ro rootdelay=180 q$
        echo    'Loading initial ramdisk ...'
        module  /boot/initrd.img-3.2.0-29-generic
}

And its doent work

Agya


On Wed, Feb 6, 2013 at 2:28 PM, Pasi Kärkkäinen <pasik@iki.fi> wrote:

> On Wed, Feb 06, 2013 at 12:48:50PM +0100, agya naila wrote:
> >    Thank you Pasi to forward this email for me too, it seem not only me
> >    facing this problem. I found this guy also found similar problem, its
> in
> >    french but we can translate it easily using
> >    google [1]
> http://debian.2.n7.nabble.com/Probleme-XEN-4-0-1-et-SQUEEZE-64bits-reboot-td1230690.html
> >    I found parameter nmi=ignore | dom0 | fatal
> >    nmi=reaction : Enables you to specify how the hypervisor reacts to a
> non -
> >    maskable interrupt
> >    (NMI) resulting from a parity or I/O error. Possible values for
> reaction
> >    are fatal (the hypervisor
> >    prints a diagnostic message and then hangs), dom0 (send a message to
> >    domain0 for logging
> >    purposes but continue), and ignore (ignore the error). If you do not
> >    specify this option, Xen
> >    uses the default value dom0 internally.
> >    But its still doesn't work on my machine.
> >
>
> So you tried adding "nmi=ignore" for xen.gz in grub settings and it didn't
> help?
> Did you try the other possible values?
>
> -- Pasi
>
> >    Agya
> >    On Wed, Feb 6, 2013 at 12:29 PM, Pasi Kärkkäinen <[2]pasik@iki.fi>
> wrote:
> >
> >      On Wed, Feb 06, 2013 at 07:58:56AM +0000, Jan Beulich wrote:
> >      > >>> On 05.02.13 at 21:08, Pasi Kärkkäinen<[3]pasik@iki.fi> wrote:
> >      > > Arrfab (CC'd) is actually seeing a similar problem on IBM HS20
> blade
> >      with
> >      > > Xen 4.2.1
> >      > > with Linux 3.4.28 dom0 kernel.
> >      > >
> >      > > Does this ring anyone's bells?
> >      > >
> >      > >
> >      > > serial console log of the crash
> >      >
> >      > Which doesn't even include the message in the subject afaics, so I
> >      > don't even know what you're talking about. And the other, earlier
> >      > report has no useful information either.
> >      >
> >      > From an abstract perspective, a front panel NMI to me would mean
> >      > someone pressed an NMI button on the system's front panel. You
> >      > don't think Xen can do anything about this, do you? And even if
> >      > the NMI has another origin, it's still a hardware generated event
> >      > that Xen has no control over.
> >      >
> >
> >      Arrfab said Xen crashes and reboots in the middle of the boot
> process,
> >      and the blade chassis management logs the NMI error. The user is not
> >      pressing (NMI) buttons.
> >
> >      The serial log included is everything he gets. No error visible in
> the
> >      serial log,
> >      only a crash/reboot without any errors.. No idea what could be
> causing
> >      that..
> >
> >      The same Dom0 kernel (pvops 3.4.28) boots OK on baremetal without
> Xen.
> >
> >      Do you have any Xen and/or dom0 kernel options to use to do further
> >      analysis?
> >      -- Pasi
> >
> > References
> >
> >    Visible links
> >    1.
> http://debian.2.n7.nabble.com/Probleme-XEN-4-0-1-et-SQUEEZE-64bits-reboot-td1230690.html
> >    2. mailto:pasik@iki.fi
> >    3. mailto:pasik@iki.fi
>

[-- Attachment #1.2: Type: text/html, Size: 5502 bytes --]

[-- Attachment #2: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

  reply	other threads:[~2013-02-06 13:39 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-05 15:49 XEN 4.1 error Critical Interrupt - Front panel NMI agya naila
2013-02-05 16:30 ` Pasi Kärkkäinen
2013-02-05 20:00   ` agya naila
2013-02-05 20:08   ` IBM HS20 Xen 4.1 and 4.2 Critical Interrupt - Front panel NMI crash Pasi Kärkkäinen
2013-02-06  7:58     ` Jan Beulich
2013-02-06 11:29       ` Pasi Kärkkäinen
2013-02-06 11:45         ` Jan Beulich
2013-02-06 11:48         ` agya naila
2013-02-06 12:01           ` agya naila
2013-02-06 13:28           ` Pasi Kärkkäinen
2013-02-06 13:39             ` agya naila [this message]
2013-02-07 20:51               ` Fabian Arrotin
2013-02-08 14:08                 ` agya naila
2013-02-08 14:13                   ` Pasi Kärkkäinen
2013-09-08 14:35 Trenta sis
2013-09-08 14:41 ` Trenta sis
2013-09-09 19:15   ` Konrad Rzeszutek Wilk
2013-09-12 12:47     ` Trenta sis
2013-09-23 14:02       ` Konrad Rzeszutek Wilk
2013-09-29 10:47         ` Trenta sis

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='CAN-nQwhs9Vt+ttDeALYZEgFSQ_UH=08y0zfQ9aRBU4RydF+zTQ@mail.gmail.com' \
    --to=agya.naila@gmail.com \
    --cc=JBeulich@suse.com \
    --cc=arrfab@centos.org \
    --cc=pasik@iki.fi \
    --cc=xen-devel@lists.xen.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.