Hi, I am currently testing Xen on my laptop and was wondering if there was any way to enable ACPI sleep so that I can resume sessions when I''m on the go. Is this possible? If so, could you please highlight how to achieve this? Thank you. -- Mathew Brown mathewbrown@fastmail.fm -- http://www.fastmail.fm - Access all of your messages and folders wherever you are _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Hello all, Does anybody know how can I share character device over the network? I know how to share block devices: GNBD, AoE and so on. But have no clues about sharing character devices, like /dev/ttyS0 for example. I''m aware of http://www.faqs.org/docs/Linux-mini/Linux-Modem-Sharing.html but I want to find other possible solutions. This task is related to Xen U-domains live migration. Thank you for any ideas. -- WBR, i.m.chubin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On 4/10/07, Mathew Brown <mathewbrown@fastmail.fm> wrote:> Hi, > I am currently testing Xen on my laptop and was wondering if there was > any way to enable ACPI sleep so that I can resume sessions when I''m on > the go. Is this possible?AFAIK acpi and suspend/resume don''t work with xen. It seems it''s not so easy to make it working for the kernel and xen hackers. for the guests, you could use xen''s save and restore mechanisms. Henning _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nico Kadel-Garcia
2007-Apr-10 18:03 UTC
Re: [Xen-users] Sharing character devices over network
Igor Chubin wrote:> Hello all, > > Does anybody know how can I share character device over the network? > > I know how to share block devices: GNBD, AoE and so on. > But have no clues about sharing character devices, > like /dev/ttyS0 for example. > > I''m aware of > http://www.faqs.org/docs/Linux-mini/Linux-Modem-Sharing.html > but I want to find other possible solutions. > > This task is related to Xen U-domains live migration. > > Thank you for any ideas. > >Umm. Why would you *want* to, with Kermit and SSH available? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Di, Apr 10, 2007 at 07:03:48 +0100, Nico Kadel-Garcia wrote:> Igor Chubin wrote: > >Hello all, > > > >Does anybody know how can I share character device over the network? > > > >I know how to share block devices: GNBD, AoE and so on. > >But have no clues about sharing character devices, > >like /dev/ttyS0 for example. > > > >I''m aware of > >http://www.faqs.org/docs/Linux-mini/Linux-Modem-Sharing.html > >but I want to find other possible solutions. > > > >This task is related to Xen U-domains live migration. > > > >Thank you for any ideas. > > > > > Umm. Why would you *want* to, with Kermit and SSH available? >Nico, I can''t understand how can SSH help me in the situation? Please, clarify your idea for me.> _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users-- WBR, i.m.chubin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Thanks Henning. I had read over at http://lists.xensource.com/archives/html/xen-users/2007-02/msg00147.html that the Xen team has basic support for Xen S3 (x86-32/PAE) in house working but that the patch still needs a little work and was wondering if the situation has been updated yet or not. Here''s the exact wording: "We have basic support to Xen S3 (x86-32/PAE) in house, but patch still needs rebase and a bit cleanup. We''ll send out for review soon once ready. Thanks, Kevin" On Tue, 10 Apr 2007 17:46:53 +0200, "Henning Sprang" <henning_sprang@gmx.de> said:> On 4/10/07, Mathew Brown <mathewbrown@fastmail.fm> wrote: > > Hi, > > I am currently testing Xen on my laptop and was wondering if there was > > any way to enable ACPI sleep so that I can resume sessions when I''m on > > the go. Is this possible? > > AFAIK acpi and suspend/resume don''t work with xen. > It seems it''s not so easy to make it working for the kernel and xen > hackers. > > for the guests, you could use xen''s save and restore mechanisms. > > Henning-- Mathew Brown mathewbrown@fastmail.fm -- http://www.fastmail.fm - A fast, anti-spam email service. _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Nico Kadel-Garcia
2007-Apr-10 19:39 UTC
Re: [Xen-users] Sharing character devices over network
Igor Chubin wrote:> On Di, Apr 10, 2007 at 07:03:48 +0100, Nico Kadel-Garcia wrote: > >> Igor Chubin wrote: >> >>> Hello all, >>> >>> Does anybody know how can I share character device over the network? >>> >>> I know how to share block devices: GNBD, AoE and so on. >>> But have no clues about sharing character devices, >>> like /dev/ttyS0 for example. >>> >>> I''m aware of >>> http://www.faqs.org/docs/Linux-mini/Linux-Modem-Sharing.html >>> but I want to find other possible solutions. >>> >>> This task is related to Xen U-domains live migration. >>> >>> Thank you for any ideas. >>> >>> >>> >> Umm. Why would you *want* to, with Kermit and SSH available? >> >> > > > Nico, > I can''t understand how can SSH help me in the situation? > > Please, clarify your idea for me. >My apologies, I misunderstood your use. I thought you were simply trying to reach a serial port on the remote machine. If so, why can''t you SSH to the remote machine and use Kermit or a similar tool to access it from the remote machine? Or do you really need that serial port accessible directly over your local network, for some reason? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
...> > > >Nico, > >I can''t understand how can SSH help me in the situation? > > > >Please, clarify your idea for me. > > > My apologies, I misunderstood your use. I thought you were simply trying > to reach a serial port on the remote machine. If so, why can''t you SSH > to the remote machine and use Kermit or a similar tool to access it from > the remote machine? Or do you really need that serial port accessible > directly over your local network, for some reason?I have nothing against SSH using to access remote host with real character device but I want to have the character device on that side, that looks like real. In ideal, I''d like to have /dev/ttyXXX character device file, which maps to character device of another host, accessible via network. Like GNBD for character, not for block devices. May be I could map pseudoterminal device like /dev/pts/* to external character device? -- WBR, i.m.chubin _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Artur Linhart - Linux communication
2007-Apr-17 13:19 UTC
RE: [Xen-users] Xen and ACPI Sleep
Hello, As far I have heard from Mats, save and restore do not work yet for Windows HVM domains... Archie -----Original Message----- From: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of Henning Sprang Sent: Tuesday, April 10, 2007 5:47 PM To: Mathew Brown Cc: xen-users@lists.xensource.com Subject: Re: [Xen-users] Xen and ACPI Sleep On 4/10/07, Mathew Brown <mathewbrown@fastmail.fm> wrote:> Hi, > I am currently testing Xen on my laptop and was wondering if there was > any way to enable ACPI sleep so that I can resume sessions when I''m on > the go. Is this possible?AFAIK acpi and suspend/resume don''t work with xen. It seems it''s not so easy to make it working for the kernel and xen hackers. for the guests, you could use xen''s save and restore mechanisms. Henning _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users __________ Informace od NOD32 2176 (20070410) __________ Tato zprava byla proverena antivirovym systemem NOD32. http://www.nod32.cz _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
> -----Original Message----- > From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of > Artur Linhart - Linux communication > Sent: 17 April 2007 14:19 > To: ''Henning Sprang''; ''Mathew Brown'' > Cc: xen-users@lists.xensource.com > Subject: RE: [Xen-users] Xen and ACPI Sleep > > Hello, > > As far I have heard from Mats, save and restore do not > work yet for > Windows HVM domains...Well, they do (as long as no one has gone and broken something in the chain) in unstable, but not for currently available released versions. 3.0.5 should (we hope) have fully working save/restore functionality, but there are some interesting challenges when the guest is busy writing to the disk or networking at full pelt when it''s being saved (outstanding and incomplete IO requests is the worst part of that problem). I''m currently testing Save/Restore more or less daily, reporting whatever problems I see back to XenSource, as does some people at Intel. -- Mats> > Archie > > -----Original Message----- > From: xen-users-bounces@lists.xensource.com > [mailto:xen-users-bounces@lists.xensource.com] On Behalf Of > Henning Sprang > Sent: Tuesday, April 10, 2007 5:47 PM > To: Mathew Brown > Cc: xen-users@lists.xensource.com > Subject: Re: [Xen-users] Xen and ACPI Sleep > > On 4/10/07, Mathew Brown <mathewbrown@fastmail.fm> wrote: > > Hi, > > I am currently testing Xen on my laptop and was wondering > if there was > > any way to enable ACPI sleep so that I can resume > sessions when I''m on > > the go. Is this possible? > > AFAIK acpi and suspend/resume don''t work with xen. > It seems it''s not so easy to make it working for the kernel > and xen hackers. > > for the guests, you could use xen''s save and restore mechanisms. > > Henning > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > __________ Informace od NOD32 2176 (20070410) __________ > > Tato zprava byla proverena antivirovym systemem NOD32. > http://www.nod32.cz > > > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users > > >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users