From owner-freebsd-stable@FreeBSD.ORG Sat Nov 13 21:20:53 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 72DBD16A4CE for ; Sat, 13 Nov 2004 21:20:53 +0000 (GMT) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 394E843D4C for ; Sat, 13 Nov 2004 21:20:53 +0000 (GMT) (envelope-from dmp@bitfreak.org) Received: from spud (mail.bitfreak.org [65.75.198.146]) by mail.bitfreak.org (Postfix) with ESMTP id 0EC4919F2C; Sat, 13 Nov 2004 13:22:57 -0800 (PST) From: "Darren Pilgrim" To: "'Oren Baum'" , Date: Sat, 13 Nov 2004 13:20:42 -0800 Message-ID: <000201c4c9c6$a529e3b0$142a15ac@spud> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <001901c4c9b4$260aba30$6500a8c0@CIClaptop> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal Subject: RE: Grabbing hold of logged out but active tty X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Nov 2004 21:20:53 -0000 > From: Oren Baum > > I'm running 4.10 and was wondering if there's a trick to > regaining control of another tty session that is still > running (under ps) but I (the user) have been logged out. > This happens to me on occasion when I'm running some programs > in the background and am logged out by the shell. Kill the background processes in question. The tty will be returned to the pool automatically.