From owner-freebsd-questions@FreeBSD.ORG Wed Dec 7 13:00:32 2005 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 1B5C116A41F for ; Wed, 7 Dec 2005 13:00:32 +0000 (GMT) (envelope-from espanop@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71D7C43D76 for ; Wed, 7 Dec 2005 13:00:31 +0000 (GMT) (envelope-from espanop@gmail.com) Received: by wproxy.gmail.com with SMTP id i7so78139wra for ; Wed, 07 Dec 2005 05:00:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:user-agent:x-accept-language:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=MET4samXrHaPEyczt0e4HMDoU0yrJbBqo/19CCaLXlqwHz+6PhWqQlFqlDB6cysr117iA67yACQD8tgT6gR4A4eQFIHoOXgzGo+3Xwnva4BtU7JyHMeZOThMRmmzGDU6ReDyceaOEe6RFm4xhSAvKDfCrqmKFzQVu0pljmWaXXk= Received: by 10.64.203.5 with SMTP id a5mr1707723qbg; Wed, 07 Dec 2005 05:00:30 -0800 (PST) Received: from ?193.111.103.107? ( [193.111.103.107]) by mx.gmail.com with ESMTP id e15sm831117qbe.2005.12.07.05.00.29; Wed, 07 Dec 2005 05:00:30 -0800 (PST) Message-ID: <4396DCFE.7040708@gmail.com> Date: Wed, 07 Dec 2005 15:00:46 +0200 From: spen User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: el, en-us, en MIME-Version: 1.0 To: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= References: <20051206162832.42345.qmail@web31114.mail.mud.yahoo.com> <4396C6ED.1080201@cs.tu-berlin.de> In-Reply-To: <4396C6ED.1080201@cs.tu-berlin.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: spen , freebsd-questions@freebsd.org Subject: Re: killing freezed tty's X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: espanop@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Dec 2005 13:00:32 -0000 thank you Björn that worked :-) > spen schrieb: > >> hello all, I am new to fbsd world and I have a question about how >> to kill a ttyv_ that has freezed. >> I tried to ps -aux and did not see any PID that could relate to >> ttyv1. When I am via ssh I can kill the proccess of ssh. >> thank you and sorry if the question seems stupid. > > > You get information about processes that use tty devices by using > fstat, e.g. 'fstat /dev/ttyv1'. > > Björn > _______________________________________________ > 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" >