From owner-freebsd-bluetooth@FreeBSD.ORG Wed May 14 16:55:53 2008 Return-Path: Delivered-To: freebsd-bluetooth@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFA37106564A for ; Wed, 14 May 2008 16:55:53 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 63D9B8FC14 for ; Wed, 14 May 2008 16:55:51 +0000 (UTC) (envelope-from maksim.yevmenkin@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so5107113fgb.35 for ; Wed, 14 May 2008 09:55:49 -0700 (PDT) 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=nsH+XzqAbH4HFMDdV8VTpJ+ETw5ppTnSMUDzF2UsWE0=; b=F1nUOEl3/mnoo96hqF4hsobIkzdMoDnQFPKJTiK7bsTheM9/RY8MYZarfPvbSPcSCb2O7mdkO8LnviQwvzKaVtz0XP3DC2v8Ci9vNB5xRt6nHgUDiCSgjClGkXloH7nAEA8blKtD+K79dvCBNqLP6lJN+Apg33fvrbHgL4HJ+/U= 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=tMfLfvyDk1Y/fCwEtI6gqPhkdN4xemOJhE74/PYeoDaG/9n3Mewy/P+oZEV+JthFaYNwi3eCxeSmTVb9PtcShKwKT3cZ7kYhF7uKfDzh3L7ZbOdL+q4jAcahW69fP1L4ys2TmIc5FXQlCBtd5BX6M/j7tjIp90aOQYCRP7+uH/4= Received: by 10.125.131.7 with SMTP id i7mr603907mkn.96.1210784149641; Wed, 14 May 2008 09:55:49 -0700 (PDT) Received: by 10.86.66.5 with HTTP; Wed, 14 May 2008 09:55:49 -0700 (PDT) Message-ID: Date: Wed, 14 May 2008 09:55:49 -0700 From: "Maksim Yevmenkin" To: "Helge Oldach" In-Reply-To: <200805131944.m4DJieQL002589@sep.oldach.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200805131944.m4DJieQL002589@sep.oldach.net> Cc: freebsd-bluetooth@freebsd.org, rizzo@iet.unipi.it Subject: Re: any reason to require -t dev in rfcomm_sppd -S ? X-BeenThere: freebsd-bluetooth@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Using Bluetooth in FreeBSD environments List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 16:55:54 -0000 [...] >> > Your patch applies cleanly, but I just get >> > >> > # rfcomm_sppd -S >> > rfcomm_sppd: Could not get socket name >> > # >> > >> > It seems that getsockbyname fails. What is the reason for that anyway? >> >> well, there is a problem with my previous patch. please try the >> attached updated patch. > > Oops, the case is pretty clear. I should have seen that myself. > > All is fine with this patch. i've just committed the patch. thanks for your help. max