From: Kip Macy <kmacy@fsmware.com>
To: Ian Pratt <Ian.Pratt@cl.cam.ac.uk>
Cc: xen-devel@lists.sourceforge.net
Subject: Re: suspending a domain in the ngio world
Date: Fri, 14 May 2004 22:17:49 -0700 (PDT) [thread overview]
Message-ID: <20040514221639.O76459@demos.bsdclusters.com> (raw)
In-Reply-To: <20040514212210.L36160@demos.bsdclusters.com>
It looks like a change in the DOM0 interface:
>>> xc.domain_getinfo()
[{'cpu_time': 297676674252L, 'stopped': 0, 'name': 'Domain-0', 'mem_kb':
257112, 'dom': 0L, 'running': 1, 'maxmem_kb': 262144, 'cpu': 0},
{'cpu_time': 9552521165L, 'stopped': 0, 'name': 'This is VM 2',
'mem_kb': 65536, 'dom': 6L, 'running': 0, 'maxmem_kb': 65536, 'cpu': 0}]
but the domain is in fact stopped.
-Kip
On Fri, 14 May 2004, Kip Macy wrote:
> Does xc_linux_save.c need to change for ngio?
>
> The following command:
> ./xc_dom_control.py suspend 4 /tmp/xen-vm0.core
>
> never completes.
>
> This all I see in the output of strace (many times over)
>
> mlock(0xbffff170, 72) = 0
> ioctl(3, SNDCTL_DSP_RESET, 0xbffff130) = 0
> munlock(0xbffff170, 72) = 0
> select(0, NULL, NULL, NULL, {0, 100000}) = 0 (Timeout)
> mlock(0xbffff170, 72) = 0
> ioctl(3, SNDCTL_DSP_RESET, 0xbffff130) = 0
> munlock(0xbffff170, 72) = 0
> select(0, NULL, NULL, NULL, {0, 100000}) = 0 (Timeout)
> mlock(0xbffff170, 72) = 0
> ioctl(3, SNDCTL_DSP_RESET, 0xbffff130) = 0
>
>
>
> -Kip
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: SourceForge.net Broadband
> Sign-up now for SourceForge Broadband and get the fastest
> 6.0/768 connection for only $19.95/mo for the first 3 months!
> http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xen-devel
>
-------------------------------------------------------
This SF.Net email is sponsored by: SourceForge.net Broadband
Sign-up now for SourceForge Broadband and get the fastest
6.0/768 connection for only $19.95/mo for the first 3 months!
http://ads.osdn.com/?ad_id=2562&alloc_id=6184&op=click
next prev parent reply other threads:[~2004-05-15 5:17 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20040513221648.W77678@demos.bsdclusters.com>
2004-05-14 6:35 ` system lockup when starting secondary domains Keir Fraser
2004-05-14 20:56 ` Kip Macy
2004-05-14 21:02 ` never mind was " Kip Macy
2004-05-14 21:25 ` telnet xend Kip Macy
2004-05-14 21:33 ` Ian Pratt
2004-05-14 21:48 ` Kip Macy
2004-05-14 22:37 ` Kip Macy
2004-05-14 22:39 ` Kip Macy
2004-05-14 22:49 ` Ian Pratt
2004-05-14 23:14 ` Kip Macy
2004-05-15 4:26 ` suspending a domain in the ngio world Kip Macy
2004-05-15 5:17 ` Kip Macy [this message]
2004-05-15 8:16 ` Keir Fraser
2004-05-15 15:51 ` Kip Macy
2004-05-15 16:12 ` Keir Fraser
2004-05-15 17:02 ` Kip Macy
2004-05-15 17:43 ` Keir Fraser
2004-05-15 18:10 ` Kip Macy
2004-05-15 23:21 ` Keir Fraser
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=20040514221639.O76459@demos.bsdclusters.com \
--to=kmacy@fsmware.com \
--cc=Ian.Pratt@cl.cam.ac.uk \
--cc=xen-devel@lists.sourceforge.net \
/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.