From owner-freebsd-questions@freebsd.org Fri Oct 18 12:21:03 2019 Return-Path: Delivered-To: freebsd-questions@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 9717214F12C for ; Fri, 18 Oct 2019 12:21:03 +0000 (UTC) (envelope-from ml@netfence.it) Received: from soth.netfence.it (net-2-44-121-52.cust.vodafonedsl.it [2.44.121.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "mailserver.netfence.it", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46vlW22xsHz4VVF for ; Fri, 18 Oct 2019 12:21:01 +0000 (UTC) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.local.netfence.it [10.1.2.18]) (authenticated bits=0) by soth.netfence.it (8.15.2/8.15.2) with ESMTPSA id x9ICKt6c067374 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Fri, 18 Oct 2019 14:20:59 +0200 (CEST) (envelope-from ml@netfence.it) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netfence.it; s=201910; t=1571401259; bh=cxhYvQJ3pqN1saUftaZdo6TYhkzZRdAdinEZSPqChF4=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=dHyQbFZ1LTn6W0PPkKnfhzbqPHYGVG58OhBNmeX3hNeQDcfjqM05BxYS6QHDh236n LzzjYC1h8nZHmhwHYxzehMPaeibouCGa3PLnU4xMp0MAftMD5cusFJis3TDiQVfLnu dcEP2Emv+jG7yqlXoaxD1a/Zlv3ks9PjBGpEsf/w= X-Authentication-Warning: soth.netfence.it: Host alamar.local.netfence.it [10.1.2.18] claimed to be alamar.ventu Subject: Re: Avoiding LibreOffice DOS To: "Kevin P. Neal" Cc: freebsd-questions@freebsd.org References: <62d45c64-ac95-43a7-5e39-9a94d26d323c@netfence.it> <20191017144207.GC63640@neutralgood.org> From: Andrea Venturoli Message-ID: Date: Fri, 18 Oct 2019 14:20:55 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.1.2 MIME-Version: 1.0 In-Reply-To: <20191017144207.GC63640@neutralgood.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 46vlW22xsHz4VVF X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=netfence.it header.s=201910 header.b=dHyQbFZ1; dmarc=none; spf=pass (mx1.freebsd.org: domain of ml@netfence.it designates 2.44.121.52 as permitted sender) smtp.mailfrom=ml@netfence.it X-Spamd-Result: default: False [-4.36 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[netfence.it:s=201910]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+ip4:2.44.121.52:c]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; MIME_GOOD(-0.10)[text/plain]; HAS_XAW(0.00)[]; DMARC_NA(0.00)[netfence.it]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[netfence.it:+]; RCPT_COUNT_TWO(0.00)[2]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-1.86)[ip: (-6.02), ipnet: 2.44.0.0/16(-3.01), asn: 30722(-0.31), country: IT(0.03)]; ASN(0.00)[asn:30722, ipnet:2.44.0.0/16, country:IT]; MID_RHS_MATCH_FROM(0.00)[]; RCVD_TLS_ALL(0.00)[]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Oct 2019 12:21:03 -0000 On 2019-10-17 16:42, Kevin P. Neal wrote: > It's a shell builtin, so it should be documented in the man page for > the shell you are using. Which one is that? I just tried it with bash > 5.0.11 and the output of ulimit -a looked correct. The /bin/sh that > comes with FreeBSD 11.3 seems correct as well. Oh, but 11.3's csh > didn't change the limit. Are you using stock csh by any chance? Doh! Yes, I'm using stock csh, that's the reason. bye & Thanks av.