Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2015 20:27:31 +0200 (CEST)
From:      =?ISO-8859-1?Q?Trond_Endrest=F8l?= <Trond.Endrestol@fagskolen.gjovik.no>
To:        FreeBSD questions <freebsd-questions@freebsd.org>
Subject:   .metadir missing?
Message-ID:  <alpine.BSF.2.20.1508252025360.52866@mail.fig.ol.no>

next in thread | raw e-mail | index | archive | help
Hi,

I see a lot of these messages while building packages using 
portupgrade. Are there any workarounds or even a permanent solution?

===>  Building package for tex-luatex-0.80.0_2
pkg-static: open(/usr/ports/workdirs/usr/ports/print/tex-luatex/work/.metadir): No such file or directory
*** Error code 1

-- 
+-------------------------------+------------------------------------+
| Vennlig hilsen,               | Best regards,                      |
| Trond Endrestøl,              | Trond Endrestøl,                   |
| IT-ansvarlig,                 | System administrator,              |
| Fagskolen Innlandet,          | Gjøvik Technical College, Norway,  |
| tlf. mob.   952 62 567,       | Cellular...: +47 952 62 567,       |
| sentralbord 61 14 54 00.      | Switchboard: +47 61 14 54 00.      |
+-------------------------------+------------------------------------+
From owner-freebsd-questions@freebsd.org  Tue Aug 25 20:26:14 2015
Return-Path: <owner-freebsd-questions@freebsd.org>
Delivered-To: freebsd-questions@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 366A89C3C41
 for <freebsd-questions@mailman.ysv.freebsd.org>;
 Tue, 25 Aug 2015 20:26:14 +0000 (UTC)
 (envelope-from jason@schwerberg.com)
Received: from junaos.com (unknown [IPv6:2607:5300:60:1e83::1001])
 by mx1.freebsd.org (Postfix) with ESMTP id 13E731AF8
 for <freebsd-questions@freebsd.org>; Tue, 25 Aug 2015 20:26:14 +0000 (UTC)
 (envelope-from jason@schwerberg.com)
Received: from localhost (localhost.localdomain [127.0.0.1])
 by localhost (Postfix) with ESMTP id B09FFDC022F
 for <freebsd-questions@freebsd.org>; Tue, 25 Aug 2015 16:26:56 -0400 (EDT)
X-Virus-Scanned: Debian amavisd-new at junaos.com
Received: from junaos.com ([127.0.0.1])
 by localhost (localhost.localdomain [127.0.0.1]) (amavisd-new, port 10024)
 with LMTP id il3XnFsZVOrp for <freebsd-questions@freebsd.org>;
 Tue, 25 Aug 2015 16:26:55 -0400 (EDT)
Received: from [127.0.0.1] (ip70-173-255-54.lv.lv.cox.net [70.173.255.54])
 (Authenticated sender: jason@schwerberg.com)
 by mail.schwerberg.com (Postfix) with ESMTPSA id 98BECDC021D
 for <freebsd-questions@freebsd.org>; Tue, 25 Aug 2015 16:26:54 -0400 (EDT)
To: FreeBSD questions <freebsd-questions@freebsd.org>
From: Jason Schwerberg <jason@schwerberg.com>
Subject: Disabling IPv6 in FreeBSD 10.2
Message-ID: <55DCCF61.9080301@schwerberg.com>
Date: Tue, 25 Aug 2015 13:26:09 -0700
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101
 Thunderbird/38.2.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 7bit
X-Antivirus: avast! (VPS 150825-1, 08/25/2015), Outbound message
X-Antivirus-Status: Clean
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.20
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions/>;
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
 <mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Tue, 25 Aug 2015 20:26:14 -0000

10.2-RELEASE
FreeBSD bsd.junaos.com 10.2-RELEASE FreeBSD 10.2-RELEASE #0 r286666: Wed 
Aug 12 15:26:37 UTC 2015

I've already added the following lines to my rc.conf:
ipv6_network_interfaces="none"
ipv6_activate_all_interfaces="NO"

but certain connections are still trying to use IPv6, namely 'jwhois':

$ truss jwhois google.com
...
__sysctl(0x7fffffffe740,0x4,0x0,0x7fffffffe7c0,0x0,0x0) = 0 (0x0)
__sysctl(0x7fffffffe740,0x4,0x80147b300,0x7fffffffe7c0,0x0,0x0) = 0 (0x0)
socket(PF_INET6,0x10000002,17)                   = 4 (0x4)
connect(4,{ AF_INET6 [2001:502:8c25:1000::74]:1 },28) ERR#65 'No route 
to host'
...

How can I disable ipv6 in FreeBSD 10.2?

---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.20.1508252025360.52866>