From owner-freebsd-questions@FreeBSD.ORG Thu Jan 26 21:41:43 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4649C16A420 for ; Thu, 26 Jan 2006 21:41:43 +0000 (GMT) (envelope-from doug@polands.org) Received: from ms-smtp-01.rdc-kc.rr.com (ms-smtp-01.rdc-kc.rr.com [24.94.166.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55E4C43D73 for ; Thu, 26 Jan 2006 21:41:37 +0000 (GMT) (envelope-from doug@polands.org) Received: from [172.16.1.35] (CPE-72-129-222-120.new.res.rr.com [72.129.222.120]) by ms-smtp-01.rdc-kc.rr.com (8.12.10/8.12.7) with ESMTP id k0QLfYo9018977; Thu, 26 Jan 2006 15:41:34 -0600 (CST) Message-ID: <43D9420E.7030709@polands.org> Date: Thu, 26 Jan 2006 15:41:34 -0600 From: Doug Poland User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051202) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Grzegorz Danecki References: <41b95770601261225m2a575b19o@mail.gmail.com> In-Reply-To: <41b95770601261225m2a575b19o@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Cc: freebsd-questions@freebsd.org Subject: Re: "screen" alternative X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jan 2006 21:41:43 -0000 Grzegorz Danecki wrote: > Hi List! > > I'm running 5.4 Stable and I'm looking for something, that can let me detach > my session leaving my software running. First thought - "screen", but hey, > there is no screen package in ports collection :( Google says something that > it was removed due to high cpu utilization few releases ago. Is this true? > Are there any alternatives? Because as I can remember screen was frequently > used and highly appreciated application. > I use screen everyday on 6.0-STABLE with no issues. > Or should I rather look for some sources instead of package? Any problems > with that? > build it from ports... # cd /usr/ports/sysutils/screen # make install clean