From owner-freebsd-current@freebsd.org Wed Feb 8 19:53:24 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 8090ACD692A for ; Wed, 8 Feb 2017 19:53:24 +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 B09841659; Wed, 8 Feb 2017 19:53:23 +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 v18JwVAq047164 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 8 Feb 2017 21:58:33 +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 v18JrHdR002049 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 8 Feb 2017 21:53:17 +0200 (EET) (envelope-from oleg@opentransfer.com) Received: (from oleg@localhost) by asus.theweb.org.ua (8.15.2/8.15.2/Submit) id v18JrGHE002048; Wed, 8 Feb 2017 21:53:16 +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: Ngie Cooper Cc: freebsd-current@freebsd.org, trasz@freebsd.org Subject: Re: 'Protocol not supported' on linux socket call ( r313313 amd64 ) Date: Wed, 08 Feb 2017 21:53:16 +0200 Message-ID: <1639154.lovTE8snb3@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 19:53:24 -0000 On Wednesday 08 February 2017 08:39:50 Ngie Cooper wrote: > > On Feb 8, 2017, at 07:44, 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. > > Hi, > Please try reverting r312988. skype still fails, unfortunately. 2024: linux_socketcall(1,{ LINUX_SOCKET, 0x0 }) ERR#-93 'Protocol not supported' 2024: write(6,"@",1) = 1 (0x1) 2024: close(6) = 0 (0x0) 2024: close(5) = 0 (0x0) 2024: linux_rt_sigaction(0x11,0xffffbaf8,0xffffba6c,0x8) = 0 (0x0) 2024: linux_exit_group(0x1) 2024: process exit, rval = 1 > Thanks! > -Ngie