From owner-freebsd-current@freebsd.org Thu Feb 9 15:06:05 2017 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E4B9BCD6EEB for ; Thu, 9 Feb 2017 15:06:05 +0000 (UTC) (envelope-from dchagin@chd.heemeyer.club) Received: from heemeyer.club (heemeyer.club [108.61.204.158]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "heemeyer.club", Issuer "heemeyer.club" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id BB1781B7A for ; Thu, 9 Feb 2017 15:06:05 +0000 (UTC) (envelope-from dchagin@chd.heemeyer.club) Received: from chd.heemeyer.club (dchagin.static.corbina.ru [78.107.232.239]) by heemeyer.club (8.15.2/8.15.1) with ESMTPS id v19F5t6v060801 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 9 Feb 2017 15:05:57 GMT (envelope-from dchagin@chd.heemeyer.club) X-Authentication-Warning: heemeyer.club: Host dchagin.static.corbina.ru [78.107.232.239] claimed to be chd.heemeyer.club Received: from chd.heemeyer.club (localhost [127.0.0.1]) by chd.heemeyer.club (8.15.2/8.15.1) with ESMTPS id v19F5rwx028994 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 9 Feb 2017 18:05:53 +0300 (MSK) (envelope-from dchagin@chd.heemeyer.club) Received: (from dchagin@localhost) by chd.heemeyer.club (8.15.2/8.15.2/Submit) id v19F5rMs028993; Thu, 9 Feb 2017 18:05:53 +0300 (MSK) (envelope-from dchagin) Date: Thu, 9 Feb 2017 18:05:53 +0300 From: Chagin Dmitry To: "Oleg V. Nauman" Cc: freebsd-current@freebsd.org Subject: Re: 'Protocol not supported' on linux socket call ( r313313 amd64 ) Message-ID: <20170209150553.GA28973@chd.heemeyer.club> References: <2628207.fWzAjJv2TV@asus.theweb.org.ua> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2628207.fWzAjJv2TV@asus.theweb.org.ua> User-Agent: Mutt/1.7.2 (2016-11-26) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Thu, 09 Feb 2017 15:06:06 -0000 On Wed, Feb 08, 2017 at 05:44:34PM +0200, Oleg V. Nauman wrote: > After upgrading of current on amd64 box to r313313 I noticed that skype has > stopped working. > Below is the end of 'truss' output for skype: > > 36723: linux_socketcall(1,{ LINUX_SOCKET, 0x0 }) ERR#-93 'Protocol not > supported' > 36723: write(6,"@",1) = 1 (0x1) > 36723: close(6) = 0 (0x0) > 36723: close(5) = 0 (0x0) > 36723: linux_rt_sigaction(0x11,0xffffbaf8,0xffffba6c,0x8) = 0 (0x0) > 36723: linux_exit_group(0x1) > 36723: process exit, rval = 1 > > My second current box ( r313090 i386 ) runs skype successfully. ok, I'll see, thank u for the report