From owner-freebsd-questions@FreeBSD.ORG Thu Dec 23 00:50:23 2004 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 9D20616A4CE for ; Thu, 23 Dec 2004 00:50:23 +0000 (GMT) Received: from mx2.mail.ru (mx2.mail.ru [194.67.23.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F40543D45 for ; Thu, 23 Dec 2004 00:50:23 +0000 (GMT) (envelope-from infofarmer@mail.ru) Received: from [83.237.13.145] (port=1910 helo=[172.17.0.69]) by mx2.mail.ru with esmtp id 1ChHBL-0000OZ-00; Thu, 23 Dec 2004 03:50:19 +0300 Message-ID: <41CA1645.1050408@mail.ru> Date: Thu, 23 Dec 2004 03:50:13 +0300 From: "Andrew P." User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <41C9D01F.2020608@mail.ru> <20041222200552.GB53171@xor.obsecurity.org> In-Reply-To: <20041222200552.GB53171@xor.obsecurity.org> Content-Type: text/plain; charset=windows-1251; format=flowed Content-Transfer-Encoding: 7bit X-Spam: Not detected cc: questions@freebsd.org Subject: Re: rpc.lockd and statd fail to start X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: infofarmer@mail.ru List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Dec 2004 00:50:23 -0000 Kris Kennaway wrote: > On Wed, Dec 22, 2004 at 10:50:55PM +0300, Andrew P. wrote: > >>Hello! >> >>I got this: >> >>satsmb# rpc.statd >>rpc.statd: svc_tli_create: could not open connection for udp6 >>rpc.statd: svc_tp_create: Could not register prog 100024 vers 1 on udp >>rpc.statd: cannot create udp service >>satsmb# rpc.lockd >>rpc.lockd: unable to register (NLM_PROG, NLM_SM, udp) > > Are you running rpcbind? The udp6 warning is not by itself fatal, but > the fact that it can't register anything with rpcbind is. > Yep, rpcbind solved the problem. Thanks! Wishes, Andrew P.