From nobody Mon Mar 11 09:18:01 2024 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TtWQr6PRMz5CYwW for ; Mon, 11 Mar 2024 09:18:12 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (mailserver.netfence.it [78.134.96.152]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "mailserver.netfence.it", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TtWQr2qg9z4hp8 for ; Mon, 11 Mar 2024 09:18:12 +0000 (UTC) (envelope-from ml@netfence.it) Authentication-Results: mx1.freebsd.org; none Received: from [10.1.2.18] (alamar.local.netfence.it [10.1.2.18]) (authenticated bits=0) by soth.netfence.it (8.17.2/8.17.2) with ESMTPSA id 42B9I1FP085625 (version=TLSv1.3 cipher=TLS_AES_128_GCM_SHA256 bits=128 verify=NO); Mon, 11 Mar 2024 10:18:02 +0100 (CET) (envelope-from ml@netfence.it) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netfence.it; s=202401; t=1710148682; bh=piE9SKXRg7GDOfD5D9BcVL8qO8M7Tabma5DGbnokufw=; h=Date:Subject:To:References:From:In-Reply-To; b=yxvABraKQdRwRDbq08ojSVanC3ZloURJMwHnZdWWlKarquMwPNkdKdyJwwTDgv93r qYY+fOPtA9B3VHErMGwDz8cfoYpa6iWk03YD/CgxelMe7uUNu6Je3ItZHFESZABB8f uE5R8Bf2Tz+LwQBboDRyhjSJSam7kfNm4QFADXK8= X-Authentication-Warning: soth.netfence.it: Host alamar.local.netfence.it [10.1.2.18] claimed to be [10.1.2.18] Message-ID: <4ae1c9ee-9be9-4124-9f11-22eff19a88c6@netfence.it> Date: Mon, 11 Mar 2024 10:18:01 +0100 List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: ping acting strangely on 13.3 Content-Language: en-US To: Dewayne Geraghty , questions@freebsd.org References: <76081854-2b3f-47e5-8405-a5212f74a747@heuristicsystems.com.au> From: Andrea Venturoli In-Reply-To: <76081854-2b3f-47e5-8405-a5212f74a747@heuristicsystems.com.au> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:35612, ipnet:78.134.0.0/17, country:IT] X-Rspamd-Queue-Id: 4TtWQr2qg9z4hp8 On 3/10/24 22:42, Dewayne Geraghty wrote: > Andrea, you mentioned commenting "options INET6" from the kernel, but do > you also have WITHOUT_INET6 in /etc/src.conf, as this will take care of > userland?  It might help to review the ref below. If not, then you > probably need to add it and perform a "make world". > > Ref: man src.conf | col -b | grep -A3 -iE "INET6|IPV6" > > Regards, Dewayne. > Hello and thanks for answering. Is this officially needed? That would be a problem, since I build world on one single box, then install on different boxes which might have INET6 or not in the kernel. If it's compulsory, I'll see what I can do, but I find it strange, since I never used this before (and I still don't with 14.0). bye av.