From owner-freebsd-current@freebsd.org Wed Feb 8 21:39:06 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 ADB5CCD689D for ; Wed, 8 Feb 2017 21:39:06 +0000 (UTC) (envelope-from oleg@opentransfer.com) Received: from oleg.opentransfer.com (oleg.opentransfer.com [91.217.144.197]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "oleg-10.opentransfer.com", Issuer "oleg-10.opentransfer.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 3BCBD126E; Wed, 8 Feb 2017 21:39:05 +0000 (UTC) (envelope-from oleg@opentransfer.com) Received: from asus.theweb.org.ua ([10.0.8.4]) by oleg.opentransfer.com (8.15.2/8.15.2) with ESMTPS id v18LiE57048584 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 8 Feb 2017 23:44:17 +0200 (EET) (envelope-from oleg@opentransfer.com) Received: from asus.theweb.org.ua (localhost [127.0.0.1]) by asus.theweb.org.ua (8.15.2/8.15.2) with ESMTPS id v18Ld0Hu002087 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 8 Feb 2017 23:39:00 +0200 (EET) (envelope-from oleg@opentransfer.com) Received: (from oleg@localhost) by asus.theweb.org.ua (8.15.2/8.15.2/Submit) id v18Ld0J6002086; Wed, 8 Feb 2017 23:39:00 +0200 (EET) (envelope-from oleg@opentransfer.com) X-Authentication-Warning: asus.theweb.org.ua: oleg set sender to oleg@opentransfer.com using -f From: "Oleg V. Nauman" To: cem@freebsd.org Cc: freebsd-current , dchagin@freebsd.org Subject: Re: 'Protocol not supported' on linux socket call ( r313313 amd64 ) Date: Wed, 08 Feb 2017 23:38:59 +0200 Message-ID: <1905409.YfjzorCZB4@asus.theweb.org.ua> Organization: Ecommerce LLC User-Agent: KMail/4.14.10 (FreeBSD/12.0-CURRENT; KDE/4.14.10; amd64; ; ) In-Reply-To: References: <2628207.fWzAjJv2TV@asus.theweb.org.ua> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" 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: Wed, 08 Feb 2017 21:39:06 -0000 On Wednesday 08 February 2017 09:06:43 Conrad Meyer wrote: > Hi Oleg, Hello Conrad, > > It seems likely it is related to r313284. I have reverted both r313285 and r313284, it makes linux socket happy. skype is working now. Thank you! > > Best, > Conrad > > On Wed, Feb 8, 2017 at 7:44 AM, 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. > > > > _______________________________________________ > > freebsd-current@freebsd.org mailing list > > https://lists.freebsd.org/mailman/listinfo/freebsd-current > > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"