From owner-freebsd-current@freebsd.org Wed Nov 4 17:19:25 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id E7BFE462491 for ; Wed, 4 Nov 2020 17:19:25 +0000 (UTC) (envelope-from oleg@theweb.org.ua) Received: from sigill.theweb.org.ua (noc.quadranet.com [66.63.164.214]) (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 "sigill.theweb.org.ua", Issuer "sigill.theweb.org.ua" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CRD0X2jhXz42Tn; Wed, 4 Nov 2020 17:19:22 +0000 (UTC) (envelope-from oleg@theweb.org.ua) Received: from sigill.theweb.org.ua (localhost [127.0.0.1]) by sigill.theweb.org.ua (8.16.1/8.16.1) with ESMTPS id 0A4HJEor033294 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Wed, 4 Nov 2020 19:19:14 +0200 (EET) (envelope-from oleg@theweb.org.ua) Received: (from oleg@localhost) by sigill.theweb.org.ua (8.16.1/8.16.1/Submit) id 0A4HJE9B033293; Wed, 4 Nov 2020 19:19:14 +0200 (EET) (envelope-from oleg@theweb.org.ua) X-Authentication-Warning: sigill.theweb.org.ua: oleg set sender to oleg@theweb.org.ua using -f From: "Oleg V. Nauman" To: Ed Maste Cc: FreeBSD Current Subject: Re: kernel: linux: pid 2867 (java): cannot fill /proc/self/maps; consider bumping PFS_MAXBUFSIZ Date: Wed, 04 Nov 2020 19:19:13 +0200 Message-ID: <7599622.bYQgcRI8ro@sigill.theweb.org.ua> Organization: Private persom In-Reply-To: References: <2790785.hHqAuc6tWs@sigill.theweb.org.ua> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Rspamd-Queue-Id: 4CRD0X2jhXz42Tn X-Spamd-Bar: +++ X-Spamd-Result: default: False [3.31 / 15.00]; RCVD_TLS_ALL(0.00)[]; ARC_NA(0.00)[]; FREEFALL_USER(0.00)[oleg]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; NEURAL_HAM_LONG(-0.36)[-0.356]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; HFILTER_HELO_IP_A(1.00)[sigill.theweb.org.ua]; AUTH_NA(1.00)[]; DMARC_NA(0.00)[theweb.org.ua]; HAS_ORG_HEADER(0.00)[]; NEURAL_SPAM_MEDIUM(0.52)[0.525]; HFILTER_HELO_NORES_A_OR_MX(0.30)[sigill.theweb.org.ua]; TO_DN_ALL(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_SHORT(0.44)[0.440]; R_SPF_NA(0.00)[no SPF record]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; CTE_CASE(0.50)[]; RCVD_COUNT_TWO(0.00)[2]; MIME_TRACE(0.00)[0:+]; MAILMAN_DEST(0.00)[freebsd-current]; ASN(0.00)[asn:8100, ipnet:66.63.164.0/23, country:US] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 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, 04 Nov 2020 17:19:26 -0000 Hello, On 2020 M11 4, Wed 17:27:46 EET Ed Maste wrote: > On Sun, 1 Nov 2020 at 11:15, Oleg V. Nauman wrote: > > It is davmail ( mail/davmail from ports collection ) application that > > executed by linux java interpreter ( java/linux-oracle-jdk18 from ports ) > > If you're set up to test a patch you can give > https://reviews.freebsd.org/D27047 a try. There's some small detail to > work out but this should be solved soon. Kernel error message disappeared, thank you