From nobody Tue Nov 29 17:39:06 2022 X-Original-To: bugs@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 4NM8hp4DQpz4jMXs for ; Tue, 29 Nov 2022 17:39:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4NM8hp1NnMz4b95 for ; Tue, 29 Nov 2022 17:39:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1669743546; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TkHG744RSx5TdLmAu2R6CoKhik2dNn+n1ipVGdzOS+s=; b=O4emOQqsTsc3Ondjh9s2Ns+6uhnzRw3csO/fZH7G+0lTQriM6SNu9ml1xA3vPqC5WzrAWV GIzRfUd4dn46XPrfYO3AzdnRZzJQPes8W/96InzTQQ6+kY+/WcStCZegFZlBiIpL9IrFab MTo2gKnsk9zRwXYQbwuU0oNn5VXTupE9pIeZDFmVs9EvrVLHIGlym6rcYvyS0OnDPIb9D3 VkDpOaquleR5dyJKCjjm1NbEcC0N5g/mh15M2QYGwl22+iW45U6+OeAm/p8AcnaKJaa4ha hHNDHSbJO1BYPQ4QWtWDaRLv5tkaRabLEOXZBjlzfeivEc/HQi6M19JGVkaPSQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1669743546; a=rsa-sha256; cv=none; b=YuzIcykMb2MJ8cXD2N79sLMCib4V0CPvUYLheHMpOCmVgIZxJxLRqqNXmFNTm1oYmq2mOK QRr3G6KYQGiHdenELf3GMlqg0S6tlsRdBlfI0HKozcxlhJFP9dQaqaiWw6rlvlqmddag9X NSV/JFku0e+Q+WgPfRjfQDLgCgxT6ghXSlwaSoHm6AZ3x4WkqRTJicGzekDtHIyUxVXOhw K5HZuT9S9LHAi1sAZm36bbtx1JZZPb1+reD92pfO6ZSzcLRwpEOefzKQukGhuWUfTH4ANs RxSfpyPCHq93sKOGU3uyRuYf5tAfcFC4ur3VuAXOQUiviMU7TAc+0MSEhWA35w== Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (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 did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4NM8hp0RpFzQW0 for ; Tue, 29 Nov 2022 17:39:06 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 2ATHd5Q7095482 for ; Tue, 29 Nov 2022 17:39:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 2ATHd5u0095481 for bugs@FreeBSD.org; Tue, 29 Nov 2022 17:39:05 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 268020] newsyslog(8) size condition fails on large files Date: Tue, 29 Nov 2022 17:39:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 X-ThisMailContainsUnwantedMimeParts: N https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D268020 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org --- Comment #1 from Ed Maste --- I'm not sure what happened in your case, but 1.3TB isn't that far from overflowing an int when converted to kb, so it seems sensible to address th= at either way. I suspect this has not been reported before just because it's unusual to ha= ve such a large log file. --=20 You are receiving this mail because: You are the assignee for the bug.=