From owner-freebsd-current@FreeBSD.ORG Sat Mar 3 04:48:38 2007 Return-Path: X-Original-To: current@FreeBSD.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4005816A402 for ; Sat, 3 Mar 2007 04:48:38 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from mail.asahi-net.or.jp (mail1.asahi-net.or.jp [202.224.39.197]) by mx1.freebsd.org (Postfix) with ESMTP id AE06313C471 for ; Sat, 3 Mar 2007 04:48:37 +0000 (UTC) (envelope-from ota@j.email.ne.jp) Received: from dynabook-freebsd.advok.com (pool-151-197-182-213.phil.east.verizon.net [151.197.182.213]) by mail.asahi-net.or.jp (Postfix) with ESMTP id EEEA131903; Sat, 3 Mar 2007 13:48:32 +0900 (JST) Date: Fri, 2 Mar 2007 23:47:50 -0500 From: Yoshihiro Ota To: Scott Robbins Message-Id: <20070302234750.7b57c23c.ota@j.email.ne.jp> In-Reply-To: <20070302132436.GB46154@mail.scottro.net> References: <20070226204916.C56223@fledge.watson.org> <45E5D589.3080202@FreeBSD.org> <20070228234754.Q13593@fledge.watson.org> <45E6178F.8040302@cisco.com> <20070301031907.GD94643@mail.scottro.net> <45E67908.9090707@cisco.com> <20070301090253.M13593@fledge.watson.org> <45E69EE3.9010407@cisco.com> <20070302005803.GC26188@mail.scottro.net> <45E82030.7000402@cisco.com> <20070302132436.GB46154@mail.scottro.net> X-Mailer: Sylpheed version 2.2.9 (GTK+ 2.10.9; i386-portbld-freebsd7.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: Randall Stewart , brooks@FreeBSD.org, Robert Watson , "Stephane E. Potvin" , current@FreeBSD.org Subject: Re: HEADS UP: UNIX domain socket locking changes merged to CVS HEAD X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2007 04:48:38 -0000 On Fri, 2 Mar 2007 08:24:36 -0500 Scott Robbins wrote: > On Fri, Mar 02, 2007 at 08:01:36AM -0500, Randall Stewart wrote: > > Scott Robbins wrote: > > >On Thu, Mar 01, 2007 at 04:37:39AM -0500, Randall Stewart wrote: > > >>Robert Watson wrote: > > >>>On Thu, 1 Mar 2007, Randall Stewart wrote: > > >>>>solved.. of course I still could lock up.. but only using X will tell :-0 > > > > Thanks so much for the patch.. and the commit.. See you at > > BSD Asia :-D > > Like Randall, I think I can report success. I tend to go in and out of > X, but last night, left it on for most of the night. No lock ups. > > Thank you again Robert. > My X runs fine but I think I am still seeing this problem with diffrent ports. They are japanese/Canna japanese/kinput2-canna. Canna uses "unix" domain socket to communicate and it still doesn't work. Before, Canna reproted some "unix" domain socket error. Now, it doesn't report such errors but "kinput2" stucks. Installing kinput2-cann will install Canna as well. You will need these 2 entries to run Canna. canna_enable="YES" canna_flags="-u bin inet" Then, you need the following to allow to use kinput from X terminals. setenv XMODIFIERS '@im=kinput Once you start canna, run "kinput2" in one of the X terminals. Then, kinput2 eats all CPU. Thanks, Hiro