From owner-freebsd-ports@FreeBSD.ORG Thu Jan 31 16:42:44 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ED8B616A418 for ; Thu, 31 Jan 2008 16:42:44 +0000 (UTC) (envelope-from grafan@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.157]) by mx1.freebsd.org (Postfix) with ESMTP id 74E0213C46A for ; Thu, 31 Jan 2008 16:42:44 +0000 (UTC) (envelope-from grafan@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so743511fgg.35 for ; Thu, 31 Jan 2008 08:42:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=3/j0a5qpgPl9S48XD2wBeHsu8+nBzI7N2tTGLohZI0o=; b=qc/bid4CIFvu0jtyr4xw8T+luiVux1o4XW9aFsg6jTNIDZGwulMBggSnNf2o/XKkrnIDL//sb+7Ox9mIxRkScGkrTFm9O/mbTGFTfH0dqC1319F14JGWD4lCeiJ2JPaDREDdAym1UpV4uhsWJNcboayRhom2sCVjw4as2WoxfjY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PDvyxAu7pZ9F+Vi/TVbmIhsS/QlJtJS9gbthJEtMcZISQ8EnBJd0YK3sGs1YXjqbejmjGEuU3X/qgfS8Ey1MFvSDyePu6J1Y+4UM6YJQuxJuOafN9XPGmKL+24FKvmsyFW9jmolYo3xlgXcEf9mzXIFEVW0r447e11Xw7YEDCVE= Received: by 10.82.161.19 with SMTP id j19mr4084320bue.25.1201796268160; Thu, 31 Jan 2008 08:17:48 -0800 (PST) Received: by 10.82.115.11 with HTTP; Thu, 31 Jan 2008 08:17:48 -0800 (PST) Message-ID: <6eb82e0801310817s357065cmfc414870853403d9@mail.gmail.com> Date: Fri, 1 Feb 2008 00:17:48 +0800 From: "Rong-en Fan" To: "David Wolfskill" In-Reply-To: <20080129032111.GH40423@bunrab.catwhisker.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080129032111.GH40423@bunrab.catwhisker.org> Cc: ports@freebsd.org, danfe@freebsd.org, rafan@freebsd.org, cperciva@freebsd.org Subject: Re: Fix for FreeBSD-SA-08:01.pty appears to break net/omnitty? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Jan 2008 16:42:45 -0000 On Jan 29, 2008 11:21 AM, David Wolfskill wrote: > As a sysadmin, it's not unusual for me to have a desire to do similar > things on sets of systems; thus, when a colleague pointed out the > net/omnitty port to me, it didn't take long for me to find it useful. > > But I noticed on 21 January that omnitty(1) wasn't working: upon > accepting the name of a host to which to connect, it appeared to "hang." > [...] An interesting thing is that if I run omnitty inside screen, it appeared to 'hang'. Then it works if I detach then attach. Any one who has more knowledge in pty code can help us? thanks, Rong-En Fan