From owner-freebsd-questions@FreeBSD.ORG Fri Oct 31 09:01:45 2003 Return-Path: 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 C855016A4CE for ; Fri, 31 Oct 2003 09:01:45 -0800 (PST) Received: from ns2.uk.circle.com (ns0.uk.circle.com [213.249.210.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68CFC43FE1 for ; Fri, 31 Oct 2003 09:01:44 -0800 (PST) (envelope-from vince.hoffman@uk.circle.com) Received: from itlonkazlauskas ([172.16.15.133]) by ns2.uk.circle.com (8.12.9/8.12.9) with SMTP id h9VGxJC8085038; Fri, 31 Oct 2003 16:59:19 GMT (envelope-from vince.hoffman@uk.circle.com) Message-ID: <023c01c39fd0$a80ca200$850f10ac@uk.circle.com> From: "Vince Hoffman" To: "Charles Swiger" , "M.D. DeWar" References: <002a01c39cb4$11062e90$0501a8c0@canada><000a01c39da0$0cdb1b40$fb65a8c0@ocfl061> <3F9EE982.5040001@magidesign.com><000a01c39da1$bb981e70$fb65a8c0@ocfl061> <3F9EF09F.3070800@mindcore.net><01c501c39ef7$a536ab40$fb65a8c0@ocfl061><20031030182345.GD29685@rot13.obsecurity.org><017301c39fcf$9daa5ba0$fb65a8c0@ocfl061> <6BA6722D-0BC3-11D8-9CED-003065ABFD92@mac.com> Date: Fri, 31 Oct 2003 17:01:40 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4927.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 cc: freebsd Subject: Re: what happens when connection is lost ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2003 17:01:45 -0000 > On Oct 31, 2003, at 11:54 AM, M.D. DeWar wrote: > > Hello, > > If I am logged in on a FreeBSD machine with ssh. > > And doing say a ./configure or make and I lose connection does that > > stop > > what I was doing ? > > In general, yes-- what happens is that a broken connection results in a > hangup (HUP) signal being sent to the process group containing ssh, > your shell, and whatever commands might have been running. > > > data get corrupted etc ? > > Generally not. The point of the HUP signal is to allow processes to > shut down cleanly. See "man nohup", "man signal".... > Also consider installing screen from packages/ports. screen will keep running if youy lose your connections allowing you to reconnect to it when you reconnect. > -- > -Xhuxk > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >