From owner-freebsd-current@FreeBSD.ORG Wed Feb 25 12:55:16 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4FBD9443 for ; Wed, 25 Feb 2015 12:55:16 +0000 (UTC) Received: from mx1.riseup.net (mx1.riseup.net [198.252.153.129]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 28F86262 for ; Wed, 25 Feb 2015 12:55:15 +0000 (UTC) Received: from plantcutter.riseup.net (plantcutter-pn.riseup.net [10.0.1.121]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id B30BE40A99 for ; Wed, 25 Feb 2015 12:46:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1424868387; bh=52Qrn6wrZMso2gJDCNQcoAdk4kl/klqyJWQ5O0ocFLs=; h=Date:From:To:Subject:References:In-Reply-To:From; b=F8N6okZsDPBTK9tosa1izuX5GKzhqcn3JXpSvTtduC9o6H0GryVvGJb+mUNgx6zg+ 0LXcLiqLl4YJaOyO5cCzV1mAKpCqZFhNnPM4s5OyevoEbBFDb4LYOjipAU0RIdSrdj ofWcCpbnwo72r9iZVBMkR1iazoVYONIc2qVrSins= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: pkubaj) with ESMTPSA id 0EB2B23266 Message-ID: <54EDC41F.1010506@riseup.net> Date: Wed, 25 Feb 2015 13:46:23 +0100 From: Piotr Kubaj User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: Re: Shared object "libsodium.so.13" not found, required by, "dnscrypt-proxy" References: In-Reply-To: X-Virus-Scanned: clamav-milter 0.98.5 at mx1 X-Virus-Status: Clean X-Mailman-Approved-At: Wed, 25 Feb 2015 13:27:01 +0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 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, 25 Feb 2015 12:55:16 -0000 Although I'm not on CURRENT, I can reproduce this problem on my PC's running 10.1-RELEASE. It started on 31st January on only 1 PC and then appeared on others after a few days. I update ports on a daily basis, so that may be a hint. Strangely, only 3 of 5 of my computers are affected. Once it appears during a reboot, it never goes away during other reboots, so manual start of dnscrypt-proxy is required. The same also happens with fuse on another computer, but that is a separate issue.