* RE: Invalid state record -- pfn count out of range:268435456
@ 2005-09-23 22:30 Ian Pratt
2005-09-23 23:12 ` David F Barrera
0 siblings, 1 reply; 6+ messages in thread
From: Ian Pratt @ 2005-09-23 22:30 UTC (permalink / raw)
To: Ewan Mellor, xen-devel List
> On Thu, Sep 22, 2005 at 09:55:50AM -0500, David F Barrera wrote:
>
> > http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=249
> >
> > Attempting to save an active guest domain fails, with
> 'Invalid state
> > record -- pfn count out of range: 268435456' error.
> >
> > Changeset: 6997
>
> This should be fixed in changeset 6999: eba5afe9aa37.
This report is for x86_64, right?
save/restore for x86_64/PAE isn't checked in yet as we wanted more
testing of the existing x86_32 code, so I doubt this changeset will
help.
Ian
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Invalid state record -- pfn count out of range:268435456
2005-09-23 22:30 Invalid state record -- pfn count out of range:268435456 Ian Pratt
@ 2005-09-23 23:12 ` David F Barrera
0 siblings, 0 replies; 6+ messages in thread
From: David F Barrera @ 2005-09-23 23:12 UTC (permalink / raw)
To: Ian Pratt; +Cc: xen-devel List, Ewan Mellor
Ian Pratt wrote:
> > On Thu, Sep 22, 2005 at 09:55:50AM -0500, David F Barrera wrote:
>
>
>>>http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=249
>>>
>>>Attempting to save an active guest domain fails, with
>>>
>>>
>>'Invalid state
>>
>>
>>>record -- pfn count out of range: 268435456' error.
>>>
>>>Changeset: 6997
>>>
>>>
>>This should be fixed in changeset 6999: eba5afe9aa37.
>>
>>
>
>This report is for x86_64, right?
>
>
Well, originally I reported it for x86_64. Later on, however, i saw it
on an x86_32 FC4 machine.
>save/restore for x86_64/PAE isn't checked in yet as we wanted more
>testing of the existing x86_32 code, so I doubt this changeset will
>help.
>
>Ian
>
>_______________________________________________
>Xen-devel mailing list
>Xen-devel@lists.xensource.com
>http://lists.xensource.com/xen-devel
>
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Invalid state record -- pfn count out of range: 268435456
@ 2005-09-22 14:55 David F Barrera
2005-09-22 15:02 ` David F Barrera
2005-09-22 15:21 ` Ewan Mellor
0 siblings, 2 replies; 6+ messages in thread
From: David F Barrera @ 2005-09-22 14:55 UTC (permalink / raw)
To: xen-devel List
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=249
Attempting to save an active guest domain fails, with 'Invalid state
record --
pfn count out of range: 268435456' error.
Changeset: 6997
Machine: IBM HS20 Blade, x86_64 (EMT64), SLES 9 SP2 distro.
[root@bl2-10 ~]# xm list
Name Id Mem(MB) CPU VCPU(s) State Time(s)
Domain-0 0 245 0 1 r---- 418.5
vm1 1 511 3 1 r---- 411.3
[root@bl2-10 ~]# xm save 1 /tmp/vm1-saved
Traceback (most recent call last):
File "/usr/sbin/xm", line 10, in ?
main.main(sys.argv)
File
"/tmp/xen-unstable.hg/dist/install/usr/lib64/python/xen/xm/main.py", line
729, in main
handle_xend_error(argv[1], args[0], ex)
File
"/tmp/xen-unstable.hg/dist/install/usr/lib64/python/xen/xm/main.py", line
163, in handle_xend_error
raise ex
xen.xend.XendProtocol.XendError: xc_save failed: Invalid state record -- pfn
count out of range: 268435456
--
Regards,
David F Barrera
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: Invalid state record -- pfn count out of range: 268435456
2005-09-22 14:55 Invalid state record -- pfn count out of range: 268435456 David F Barrera
@ 2005-09-22 15:02 ` David F Barrera
2005-09-22 15:14 ` Keir Fraser
2005-09-22 15:21 ` Ewan Mellor
1 sibling, 1 reply; 6+ messages in thread
From: David F Barrera @ 2005-09-22 15:02 UTC (permalink / raw)
To: xen-devel List
I am also seeing the problem on an x86_32 FC4 box.
David F Barrera wrote:
> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=249
>
> Attempting to save an active guest domain fails, with 'Invalid state
> record --
> pfn count out of range: 268435456' error.
>
> Changeset: 6997
>
> Machine: IBM HS20 Blade, x86_64 (EMT64), SLES 9 SP2 distro.
>
> [root@bl2-10 ~]# xm list
> Name Id Mem(MB) CPU VCPU(s) State Time(s)
> Domain-0 0 245 0 1 r---- 418.5
> vm1 1 511 3 1 r---- 411.3
>
> [root@bl2-10 ~]# xm save 1 /tmp/vm1-saved
> Traceback (most recent call last):
> File "/usr/sbin/xm", line 10, in ?
> main.main(sys.argv)
> File
> "/tmp/xen-unstable.hg/dist/install/usr/lib64/python/xen/xm/main.py", line
> 729, in main
> handle_xend_error(argv[1], args[0], ex)
> File
> "/tmp/xen-unstable.hg/dist/install/usr/lib64/python/xen/xm/main.py", line
> 163, in handle_xend_error
> raise ex
> xen.xend.XendProtocol.XendError: xc_save failed: Invalid state record
> -- pfn
> count out of range: 268435456
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Invalid state record -- pfn count out of range: 268435456
2005-09-22 14:55 Invalid state record -- pfn count out of range: 268435456 David F Barrera
2005-09-22 15:02 ` David F Barrera
@ 2005-09-22 15:21 ` Ewan Mellor
1 sibling, 0 replies; 6+ messages in thread
From: Ewan Mellor @ 2005-09-22 15:21 UTC (permalink / raw)
To: xen-devel List
On Thu, Sep 22, 2005 at 09:55:50AM -0500, David F Barrera wrote:
> http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=249
>
> Attempting to save an active guest domain fails, with 'Invalid state
> record --
> pfn count out of range: 268435456' error.
>
> Changeset: 6997
This should be fixed in changeset 6999: eba5afe9aa37.
Thanks for your report,
Ewan.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-09-23 23:12 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-23 22:30 Invalid state record -- pfn count out of range:268435456 Ian Pratt
2005-09-23 23:12 ` David F Barrera
-- strict thread matches above, loose matches on Subject: below --
2005-09-22 14:55 Invalid state record -- pfn count out of range: 268435456 David F Barrera
2005-09-22 15:02 ` David F Barrera
2005-09-22 15:14 ` Keir Fraser
2005-09-22 15:21 ` Ewan Mellor
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.