Re: Looking for something similar to screen-command

2007-09-14 Thread Sunnz
Hey I checked out window(1)... doesn't seem like you can detach it,
logout, after 5 hours, log back in, retach, blah blah?

Or can you?

2007/9/13, Jeremy C. Reed [EMAIL PROTECTED]:
 On Wed, 12 Sep 2007, Jon Sjvstedt wrote:

  Ok, thanks! Please dont kill me any more!:)

 Well one more:

  window(1) is something similar to screen and is included with OpenBSD:

  http://www.openbsd.org/cgi-bin/man.cgi?query=window

   You use screen as well :-P



   Jeremy C. Reed




-- 
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0



Looking for something similar to screen-command

2007-09-12 Thread Jon Sjöstedt
Hello all!

I have installed BitTorrent-4.2.2 on my 3.9-box. With this i would like to
start file sharing on a console, logout, login later and reattach to the
console of the BitTorrent-4.2.2 session. AFAIK this is done in most
Linux-distros using the command screen, but how can I do it in BSD?

Any help appreciated


Jon Sjvstedt



Re: Looking for something similar to screen-command

2007-09-12 Thread Jake Conk
You use screen as well :-P

On 9/12/07, Jake Conk [EMAIL PROTECTED] wrote:
 You use screen as well :-P

 On 9/12/07, Jon SjC6stedt [EMAIL PROTECTED] wrote:
  Hello all!
 
  I have installed BitTorrent-4.2.2 on my 3.9-box. With this i would like to
  start file sharing on a console, logout, login later and reattach to the
  console of the BitTorrent-4.2.2 session. AFAIK this is done in most
  Linux-distros using the command screen, but how can I do it in BSD?
 
  Any help appreciated
 
  
  Jon Sjvstedt



Re: Looking for something similar to screen-command

2007-09-12 Thread Woodchuck
On Wed, 12 Sep 2007, Jon Sjvstedt wrote:

 Hello all!

 I have installed BitTorrent-4.2.2 on my 3.9-box. With this i would like to
 start file sharing on a console, logout, login later and reattach to the
 console of the BitTorrent-4.2.2 session. AFAIK this is done in most
 Linux-distros using the command screen, but how can I do it in BSD?

 Any help appreciated

 
 Jon Sjvstedt

Well, you could use screen ;-)

It's in the ports (/usr/ports/misc/screen) or you could add it
with pkg_add.

Dave



Re: Looking for something similar to screen-command

2007-09-12 Thread Cezary Morga
 I have installed BitTorrent-4.2.2 on my 3.9-box. With this i would like to
 start file sharing on a console, logout, login later and reattach to the
 console of the BitTorrent-4.2.2 session. AFAIK this is done in most
 Linux-distros using the command screen, but how can I do it in BSD?

Use screen as well:
pkg_add screen

-- 
Cezary Morga



Re: Looking for something similar to screen-command

2007-09-12 Thread Hannah Schroeter
Hi!

On Wed, Sep 12, 2007 at 01:50:00PM +0200, Jon Sjvstedt wrote:
Hello all!

I have installed BitTorrent-4.2.2 on my 3.9-box. With this i would like to
start file sharing on a console, logout, login later and reattach to the
console of the BitTorrent-4.2.2 session. AFAIK this is done in most
Linux-distros using the command screen, but how can I do it in BSD?

Any help appreciated

How about using screen?

Kind regards,

Hannah.



Re: Looking for something similar to screen-command

2007-09-12 Thread Paul de Weerd
On Wed, Sep 12, 2007 at 01:50:00PM +0200, Jon Sj?stedt wrote:
| Hello all!
|
| I have installed BitTorrent-4.2.2 on my 3.9-box. With this i would like to
| start file sharing on a console, logout, login later and reattach to the
| console of the BitTorrent-4.2.2 session. AFAIK this is done in most
| Linux-distros using the command screen, but how can I do it in BSD?

You've installed BitTorrent-4.2.2. Easiest way is to also install
screen and use that (since from your post it seems that you already
know it).

Might I suggest to upgrade your machine in the mean time ? You're
running 3.9 while 4.2 is on the brink of being released.

Cheers,

Paul 'WEiRD' de Weerd

--
[++-]+++.+++[---].+++[+
+++-].++[-]+.--.[-]
 http://www.weirdnet.nl/

[demime 1.01d removed an attachment of type application/pgp-signature]



Re: Looking for something similar to screen-command

2007-09-12 Thread Sunnz
Can't you just install screen?

pkg_add -iv screen

??

2007/9/12, Jon SjC6stedt [EMAIL PROTECTED]:
 Hello all!

 I have installed BitTorrent-4.2.2 on my 3.9-box. With this i would like to
 start file sharing on a console, logout, login later and reattach to the
 console of the BitTorrent-4.2.2 session. AFAIK this is done in most
 Linux-distros using the command screen, but how can I do it in BSD?

 Any help appreciated

 
 Jon Sjvstedt




-- 
Please avoid sending me Word or PowerPoint attachments.
See http://www.gnu.org/philosophy/no-word-attachments.html
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0



Re: Looking for something similar to screen-command

2007-09-12 Thread Nico Meijer
Hi Jon,

 I have installed BitTorrent-4.2.2 on my 3.9-box.

Eek. Upgrade. :-)

http://openbsd.alphix.se/faq/upgrade40.html
http://openbsd.alphix.se/faq/upgrade41.html

 With this i would like
 to start file sharing on a console, logout, login later and reattach to
 the console of the BitTorrent-4.2.2 session. AFAIK this is done in most
 Linux-distros using the command screen, but how can I do it in BSD?

With screen? ;-)

http://openbsd.alphix.se/faq/faq15.html

It could be as simple as `sudo pkg_add -i screen` if you've set the
PKG_PATH environment variable.

HTH and good luck... Nico



Re: Looking for something similar to screen-command

2007-09-12 Thread Jon Sjöstedt
Ok, thanks! Please dont kill me any more!:)
 You use screen as well :-P

 On 9/12/07, Jon Sjvstedt [EMAIL PROTECTED] wrote:
 Hello all!

 I have installed BitTorrent-4.2.2 on my 3.9-box. With this i would like to
 start file sharing on a console, logout, login later and reattach to
the console of the BitTorrent-4.2.2 session. AFAIK this is done in most
Linux-distros using the command screen, but how can I do it in BSD?

 Any help appreciated

 
 Jon Sjvstedt










Jon Sjvstedt   _O_
Godvddersgatan 52 /(|)\
418 38 GVTEBORG  |  H  |
-OOO-[-+X+-]-OOO-
Hem 075 - 242 80 04( )
Mobil 0735 - 029 557  _| |_

[EMAIL PROTECTED] [EMAIL PROTECTED]



Re: Looking for something similar to screen-command

2007-09-12 Thread Will Maier
On Wed, Sep 12, 2007 at 01:50:00PM +0200, Jon Sjostedt wrote:
 I have installed BitTorrent-4.2.2 on my 3.9-box. With this i would like to
 start file sharing on a console, logout, login later and reattach to the
 console of the BitTorrent-4.2.2 session. AFAIK this is done in most
 Linux-distros using the command screen, but how can I do it in BSD?

You can install the screen package?

-- 

o--{ Will Maier }--o
| web:...http://www.lfod.us/ | [EMAIL PROTECTED] |
*--[ BSD Unix: Live Free or Die ]--*



Re: Looking for something similar to screen-command

2007-09-12 Thread Jeremy C. Reed
On Wed, 12 Sep 2007, Jon Sjvstedt wrote:

 Ok, thanks! Please dont kill me any more!:)

Well one more:

 window(1) is something similar to screen and is included with OpenBSD:

 http://www.openbsd.org/cgi-bin/man.cgi?query=window

  You use screen as well :-P



  Jeremy C. Reed