9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] detached/persistent sessions
@ 2007-11-24 16:00 Claudio Leite
  2007-11-24 17:41 ` roger peppe
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Claudio Leite @ 2007-11-24 16:00 UTC (permalink / raw)
  To: 9fans

Hello,

I recently set up a P9 cpu server on a Xen "colocation" service. My only wish at this point is to be able to drawterm into the server and leave my session running after I disconnect. Does any such feature currently exist?

If not, my understanding is it wouldn't be too terribly difficult to create some sort of middleman between the drawterm video/keyboard/mouse devices and rio that pretends to be connected while a session is detached a la GNU screen. Or, is there a good reason why this hasn't been done yet that I'm not aware of?


thanks.
-Claudio


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] detached/persistent sessions
  2007-11-24 16:00 [9fans] detached/persistent sessions Claudio Leite
@ 2007-11-24 17:41 ` roger peppe
  2007-11-24 18:51 ` Skip Tavakkolian
  2007-11-24 20:50 ` erik quanstrom
  2 siblings, 0 replies; 9+ messages in thread
From: roger peppe @ 2007-11-24 17:41 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> If not, my understanding is it wouldn't be too terribly difficult to create some sort of middleman between
> the drawterm video/keyboard/mouse devices and rio that pretends to be connected while a
> session is detached a la GNU screen. Or, is there a good reason why this hasn't been done yet
> that I'm not aware of?

indeed it shouldn't be too hard, and something similar's been done in
inferno, but i don't know about plan 9.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] detached/persistent sessions
  2007-11-24 16:00 [9fans] detached/persistent sessions Claudio Leite
  2007-11-24 17:41 ` roger peppe
@ 2007-11-24 18:51 ` Skip Tavakkolian
  2007-11-24 20:17   ` don bailey
  2007-11-25  0:41   ` Claudio Leite
  2007-11-24 20:50 ` erik quanstrom
  2 siblings, 2 replies; 9+ messages in thread
From: Skip Tavakkolian @ 2007-11-24 18:51 UTC (permalink / raw)
  To: 9fans

> I recently set up a P9 cpu server on a Xen "colocation" service. My only wish at this point is to be able to drawterm into the server and leave my session running after I disconnect. Does any such feature currently exist?
> 
> If not, my understanding is it wouldn't be too terribly difficult to create some sort of middleman between the drawterm video/keyboard/mouse devices and rio that pretends to be connected while a session is detached a la GNU screen. Or, is there a good reason why this hasn't been done yet that I'm not aware of?

check out Recover:
http://plan9.escet.urjc.es/iwp9/cready/recover.pdf
/n/sources/contrib/paurea/recover4e.tgz

back in 2003/2004, brucee added support for aan(8) to an experimental
version of dt2k and wrote an fs (aanfs) for the plan9 side of the
connection.  it is handy for intermittent outages in a wifi network
but obviously not for session migration, etc.  if this is what you
want i'll put them on sources.  you'll have to port them to the
lastest drawterm.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] detached/persistent sessions
  2007-11-24 18:51 ` Skip Tavakkolian
@ 2007-11-24 20:17   ` don bailey
  2007-11-24 20:35     ` Charles Forsyth
  2007-11-25  0:41   ` Claudio Leite
  1 sibling, 1 reply; 9+ messages in thread
From: don bailey @ 2007-11-24 20:17 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Didn't Forsythe write an implementation of Rocks?

D


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHSIbWyWX0NBMJYAcRApygAJ4ldhVnm8N5+oqRyFC5/X7weiK52ACgpvXa
QMWp8tS3tJsIUkbouBE6QNg=
=pIU8
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] detached/persistent sessions
  2007-11-24 20:17   ` don bailey
@ 2007-11-24 20:35     ` Charles Forsyth
  2007-11-24 22:14       ` Wes Kussmaul
  0 siblings, 1 reply; 9+ messages in thread
From: Charles Forsyth @ 2007-11-24 20:35 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 17 bytes --]

i don't think so.

[-- Attachment #2: Type: message/rfc822, Size: 3871 bytes --]

From: don bailey <don.bailey@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
Subject: Re: [9fans] detached/persistent sessions
Date: Sat, 24 Nov 2007 13:17:28 -0700
Message-ID: <474886D8.1070202@gmail.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Didn't Forsythe write an implementation of Rocks?

D


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFHSIbWyWX0NBMJYAcRApygAJ4ldhVnm8N5+oqRyFC5/X7weiK52ACgpvXa
QMWp8tS3tJsIUkbouBE6QNg=
=pIU8
-----END PGP SIGNATURE-----

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] detached/persistent sessions
  2007-11-24 16:00 [9fans] detached/persistent sessions Claudio Leite
  2007-11-24 17:41 ` roger peppe
  2007-11-24 18:51 ` Skip Tavakkolian
@ 2007-11-24 20:50 ` erik quanstrom
  2 siblings, 0 replies; 9+ messages in thread
From: erik quanstrom @ 2007-11-24 20:50 UTC (permalink / raw)
  To: 9fans

On Sat Nov 24 11:01:09 EST 2007, leitec@kelton.leitec.org wrote:
> Hello,
> 
> I recently set up a P9 cpu server on a Xen "colocation" service. My only wish at this point is to be able to drawterm into the server and leave my session running after I disconnect. Does any such feature currently exist?
> 
> If not, my understanding is it wouldn't be too terribly difficult to create some sort of middleman between the drawterm video/keyboard/mouse devices and rio that pretends to be connected while a session is detached a la GNU screen. Or, is there a good reason why this hasn't been done yet that I'm not aware of?

to my knowledge, there is no such software.  acme allows one to
save editing sessions with the Dump command.  rio allows one to
start the same set of windows when you login in with the -i flag.

- erik


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] detached/persistent sessions
  2007-11-24 20:35     ` Charles Forsyth
@ 2007-11-24 22:14       ` Wes Kussmaul
  0 siblings, 0 replies; 9+ messages in thread
From: Wes Kussmaul @ 2007-11-24 22:14 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs


That was the other guy, the one with the 'e'. He also wrote a saga.

Charles Forsyth wrote:
> i don't think so.
> 
> 
> ------------------------------------------------------------------------
> 
> Subject:
> Re: [9fans] detached/persistent sessions
> From:
> don bailey <don.bailey@gmail.com>
> Date:
> Sat, 24 Nov 2007 13:17:28 -0700
> To:
> Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
> 
> To:
> Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu>
> 
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Didn't Forsythe write an implementation of Rocks?
> 
> D
> 
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.6 (GNU/Linux)
> 
> iD8DBQFHSIbWyWX0NBMJYAcRApygAJ4ldhVnm8N5+oqRyFC5/X7weiK52ACgpvXa
> QMWp8tS3tJsIUkbouBE6QNg=
> =pIU8
> -----END PGP SIGNATURE-----


-- 
Wes Kussmaul
CIO
The Village Group
738 Main Street
Waltham, MA 02451

781-647-7178


The information contained in this electronic message and any attachments to this message are intended for the exclusive 
use of the addressee(s) and may contain confidential or privileged information. If you are not the intended recipient, 
please notify attorney Mort Hapless at Vulner, Exposed & Wideopen LLP immediately at either (781) 647-7178, or at 
ohoh@vulex.com, and destroy all copies of this message and any attachments. No, really. Really. Listen, we mean it! Hey, 
if you don’t stop reading that confidential stuff about our client you’re in big trouble. OK, we’re the ones in trouble 
but we’ll find a way to go after you, or at least we think we may be able to. Look, we’re begging you. Just click the 
delete button and move on to a message that concerns you, OK? Please?? We'll buy you lunch...

Identity is the Foundation of Security™. Let Authentrus (authentrus.com) ensure that only intended recipients receive 
your confidential messages.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] detached/persistent sessions
  2007-11-24 18:51 ` Skip Tavakkolian
  2007-11-24 20:17   ` don bailey
@ 2007-11-25  0:41   ` Claudio Leite
  2007-11-25  1:11     ` Federico G. Benavento
  1 sibling, 1 reply; 9+ messages in thread
From: Claudio Leite @ 2007-11-25  0:41 UTC (permalink / raw)
  To: 9fans

> check out Recover:
> http://plan9.escet.urjc.es/iwp9/cready/recover.pdf
> /n/sources/contrib/paurea/recover4e.tgz
> 
> back in 2003/2004, brucee added support for aan(8) to an experimental
> version of dt2k and wrote an fs (aanfs) for the plan9 side of the
> connection.  it is handy for intermittent outages in a wifi network
> but obviously not for session migration, etc.  if this is what you
> want i'll put them on sources.  you'll have to port them to the
> lastest drawterm.

This is definitely on the right track. Outages are one reason I'd like this feature, but really I suppose I'm more interested in being able to switch from, say, my laptop to my desktop at will without having to restart my programs. If you could post those sources I might be interested in updating them.

acme dumps and rio -i help for sure (already using those), but (I think) it'd be handy to have something where I can disconnect without interrupting, say, a long-running process or otherwise having to restart.

thanks.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [9fans] detached/persistent sessions
  2007-11-25  0:41   ` Claudio Leite
@ 2007-11-25  1:11     ` Federico G. Benavento
  0 siblings, 0 replies; 9+ messages in thread
From: Federico G. Benavento @ 2007-11-25  1:11 UTC (permalink / raw)
  To: 9fans

> acme dumps and rio -i help for sure (already using those), but (I think) it'd be handy to have something where I can disconnect without interrupting, say, a long-running process or otherwise having to restart.

I already said this in IRC, but for the ones that aren't
there, for long running process you can:

% cmd <[0=1] | echo 0 > /srv/name &

then:

% con -l /srv/name



Federico G. Benavento

---
/bin/fortune:
I don't think you can really know how heavy something is until it has fallen on you.  --LeMel Hebert-Williams


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-11-25  1:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-24 16:00 [9fans] detached/persistent sessions Claudio Leite
2007-11-24 17:41 ` roger peppe
2007-11-24 18:51 ` Skip Tavakkolian
2007-11-24 20:17   ` don bailey
2007-11-24 20:35     ` Charles Forsyth
2007-11-24 22:14       ` Wes Kussmaul
2007-11-25  0:41   ` Claudio Leite
2007-11-25  1:11     ` Federico G. Benavento
2007-11-24 20:50 ` erik quanstrom

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).