From owner-freebsd-current@FreeBSD.ORG Thu Apr 30 15:28:10 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 73ECCC6B for ; Thu, 30 Apr 2015 15:28:10 +0000 (UTC) Received: from mail-qc0-x22d.google.com (mail-qc0-x22d.google.com [IPv6:2607:f8b0:400d:c01::22d]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 33F771821 for ; Thu, 30 Apr 2015 15:28:10 +0000 (UTC) Received: by qcpm10 with SMTP id m10so30619225qcp.3 for ; Thu, 30 Apr 2015 08:28:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=gAlXHrU4FLIvp/s2X/pXYWg/s3YbLZqpX/+/qfwVkz0=; b=djMB3gijS1PTwt1xXzwHX04tagvXbMmMOCxerAUlnpot6JP/quGKh4I1D7sNPEXjZS UzfkV6qC8qqi7UwJDGZbFo4z/v27ipVKLAiaj2itrXMrO7aWKDraMn7J+93if0Stn1Ce hG9bDMv2GVZBrYOQdNSUkUyX6XxJTAZH5iwzRFh8r7WcDweTRQKuI32aOpjmyUyyjlAp /eAiL/27HppsrpnpwcG6kFvFvUy/mJLm+0+Fj2Kl3W5qB9qyAOvV0JAW8NQf6MrK5GQK ZnjtNgM0Omm5pQwKMnD/CbXpTkaWScUyTO2SDUlYGF461rEVUaNYgrjJGsHmww1HQGf3 dDmg== MIME-Version: 1.0 X-Received: by 10.55.20.10 with SMTP id e10mr8663330qkh.36.1430407689270; Thu, 30 Apr 2015 08:28:09 -0700 (PDT) Received: by 10.229.65.7 with HTTP; Thu, 30 Apr 2015 08:28:09 -0700 (PDT) Date: Thu, 30 Apr 2015 17:28:09 +0200 Message-ID: Subject: ping not working after upgrading to -CURRENT From: Edvard Fagerholm To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 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, 30 Apr 2015 15:28:10 -0000 Hi, I just started looking into FreeBSD after a hiatus of some years. I did an upgrade to -CURRENT this morning following the instructions here: https://www.freebsd.org/doc/en/books/handbook/makeworld.html There seems to be a problem with system capabilities, since ping doesn't work anymore and gives me the following error message: ping: unable to limit access to system.dns service: File exists Any ideas? Best, Edvard