From nobody Mon Oct 14 00:55:22 2024 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 4XRf0V2Bmnz5YrLF for ; Mon, 14 Oct 2024 00:55:22 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRf0V0s93z45cY for ; Mon, 14 Oct 2024 00:55:22 +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=1728867322; 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=VyDyQsL/fDTZN1ZmvBqEQIfB981zZTVrWOfjRr4Smxw=; b=XMue3GwEu99KKsJ5D8Uv2eWYTBLpiiPfxNY+4F+mEyFGxPivIMvJK2VJ5rFskI1aG5f9q8 M6tnr5ljr9QwBum9KDJ+EDWlvrYcoB2yEJ58zZCtTTeDJY9UPCBunZCkraJ5cC49+Qq0z2 RSN1S7MIt7sZW+9y6wwI1eEGtJ0YqJLZ4uZbZdoefwabYZzAgLwVvloT7NSsh01+KEly1F 7dXyE7TlwH8ve3rnbYz/r3xDIS8SqJeOLZ1Mr1xa58Q2jw/aus0Z9zX9vApxwiPhfrvDh3 RlTSTg5860k1APFr6ey+73faoO7Zi2Gs6i0nTI3toe8/nBwwtXncixdklugK5g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728867322; a=rsa-sha256; cv=none; b=DTNRiEMtJvC8bH2qnuM6197QVX03KAc9GbYostbI6gYuUA7TEOPpGl17TyorAgfs907kLs raXQYEmuBjtTyTgLNsZQW24rQn6cLwECI1QCdtNX5BC3+k+x+dNpdoLDDd1ONn0meVrLc1 dBCZckMu1UdFct87CK51u/Jvj8NpQGsiH0YfCcs4OpTgOvjtNrcK9W5yy/bYQViweOToJG gMtpZ3jxygoXRt/dy9cMP3NyRfHv/Dwm+vZIDXWiqavZ/h8p3bDmS/ZReGuq8Ve8YPZXWd BGSGRy4+htbOdEClYpPIoAIhJOLUZRQEeUg0Q2w30STynXTCCIEqwFkT5Ue4MA== 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 4XRf0V09dXzGJ9 for ; Mon, 14 Oct 2024 00:55:22 +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 49E0tLSw084393 for ; Mon, 14 Oct 2024 00:55:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E0tLXC084392 for bugs@FreeBSD.org; Mon, 14 Oct 2024 00:55:21 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 257960] mkimg: partition 1: No such file or directory when using a ":" in the file name Date: Mon, 14 Oct 2024 00:55:22 +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: 13.0-RELEASE X-Bugzilla-Keywords: regression, vendor X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@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: keywords 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257960 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |vendor --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 02:18:10 2024 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 4XRgr26v0Yz5Yx0y for ; Mon, 14 Oct 2024 02:18:10 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRgr24pdrz4F7Q for ; Mon, 14 Oct 2024 02:18:10 +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=1728872290; 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=+RH7nz6P536hFzspv88a/PupIeXqIo4+vit01Z4fEBA=; b=w/WpuTj27prv7rD3qkMQTEcojkdUuGO71PGlaKbd56UU0QKKe3d+NHHMf08Rt5lI26TNM9 jqVGrApip4XHQP82HCBztzl2c/sppYlur/ITmHwZgBka/HECxCWjH0Vj4W01FtMSBa/IxJ KTkA3P/WMjGSR8hnTRQbTW1MZCtNemUwc1GiMOJM4T8ipTQu6F5KoHbi3q+JwUR9mXqbc/ C3POMZ6FKrIHpfZnl6CYwZ7G6WFZvf/WNPg4rcnZ/kqFbvhQmMuTkYgEf5thPf4T9nVHTD M5zJ0NO1rcDc+tiZL16DfEITre0MiL8V2ha2yNwvjn8ZtTk8+aQOf9pzPGRaMQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728872290; a=rsa-sha256; cv=none; b=l95eNZ0vl3JyjIvY9Gglgz4nkG0R7IsAUVPzHP5G7yVCQ/2jTm3emuoZAtLksfgfl7AzSU V9AeAl3DJUF4U996VDOXmFaWRQ0zVH2UfmjEt2D+Mgezbj2CYsSgmuMqN2zTQ7fTxoRmAt kexn0uQPruVLW8C18LrriNud4XpWHZ/jsu3Vd9MGDykxEn6Vgbl1eY5WdAKLHolFYvQCwi QtU3eIJS78pBS+xy5I7e1NAUQI+mColdoa2jR/VDBdzGYaZy9SLV3t7kQuqJFGUNeqUvnF nAXT319Bzim/hyluBSI6RN837xbmxw8xgaKZQ/My4+rJsUkL+n0RB8qv31BaiQ== 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 4XRgr248mQzJD2 for ; Mon, 14 Oct 2024 02:18:10 +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 49E2IAOh016157 for ; Mon, 14 Oct 2024 02:18:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E2IATc016156 for bugs@FreeBSD.org; Mon, 14 Oct 2024 02:18:10 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 281617] wpa_suplicant man page includes non-existent option Date: Mon, 14 Oct 2024 02:18:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rkoberman@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281617 --- Comment #6 from rkoberman@gmail.com --- I believe that the man file should match the program as it i built by defau= lt in FreeBSD. I suspect that CONFIG_DEBUG_FILE makes sense as long as there i= s no down side. But, why i it not default? I've got to think that there must have been a reason. I can't see any obvious security issues, but I don't know ju= st what might be written to a file that might be too accessible. I'd be slight= ly concerned possible performance issues. I'll admit that this looks unlikely. There is also the 'G'. I have no idea what it is. Never run into the global ctrl_interface, let alone the global ctrl_interface group. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 05:32:28 2024 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 4XRm8G2MSxz5ZCDh for ; Mon, 14 Oct 2024 05:32:30 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRm8D1wfpz4fkB for ; Mon, 14 Oct 2024 05:32:28 +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=1728883948; 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=z+L8UQBiRPT/XNIvi4zvWcxUPTmxzMhHq4czwR9Jek0=; b=PoBbk1wb4bcPRGHzjl9dFJW5Hd4l7ENTVmDmZ/sM+E+3BGusmGKwOg5Ej7kyIyYu+JzGrD sKwUcWIaSNR2g7QvBJSfsk7ZOQbFgNLM5CnHPWbbe5r6gPQpMCDPJRxpzUfHHaI0Q5/ZFz 8HA3eD+bNFJx3Lo/LjyqFg0iEF6hXO/yXN20b17xlArLfL5PW1R4osF7rm4YEvNcEbuOUx vKw9v81TblTox+qYI/Rz5ewcLZKVNilcY7yCS07k1ATr6pRYUq75ibzauDvZNJMq2epgnx dmygUQzfWZ17kCzu0x2YU8e3xzBJfoof8+i2ts9exAw9WTLKLHr8P40orCyb/w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728883948; a=rsa-sha256; cv=none; b=HgsDFMqwLRqwZ0s2E/ClaZ4or2pF8oZq+qvbmqqYsvD5LcQF3Jjx9S4MXCwvcbs0KcxrDY Bm6hCI8JiJ8d7x649jBnIjM/d2coqUdwTJhhcipjSTpRDHeXs1RhiaTEa+FzmH7Si8vjO1 fGgTHe20d33ySeqrMIpkLDZQLgykukY0QSJNmj0/HLt2BUf6iFQIledYKjkVDDgEPpXJGw PAZUBkdjwoPxyW3zsVulFLz6sPfqqU7DhCZimB8CGfa+KnzFnnJY1KMmsLYWEwwLGaQcKh GzfVjUZYbH0dxMegENlgqs2bjWSU5LHIAHhnk0y0PuvwhRmXjXbDT5GMvxIZXg== 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 4XRm8D1MZYzQJk for ; Mon, 14 Oct 2024 05:32:28 +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 49E5WS0A015412 for ; Mon, 14 Oct 2024 05:32:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E5WSqj015411 for bugs@FreeBSD.org; Mon, 14 Oct 2024 05:32:28 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 246279] ciss device driver not allowing more than 48 drives to be detected by the CAM layer Date: Mon, 14 Oct 2024 05:32:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: imp@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246279 --- Comment #29 from Warner Losh --- OK. I've staged the rebased patch I broke it down into tiny bites in case there's problems. I've also noted my extreme reservations about making the cr =3D=3D NULL panic just a printf. There's some race that's causing it (I think with where we set the shutdown flag racing another thread that's setting it= w/o ciss_mtx held). Ideally, someone would chase that to ground who had the hardware and the time to do so, but I do not. This was reviewed, though by mav@ as well as myself (though a prior version= by him). Most of the change is otherwise uncontroversial. However, if there's problems, I'm going to be quick to back out if need be. If everything builds, I'll push the changes soon. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 05:41:51 2024 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 4XRmM50LJ6z5ZCxp for ; Mon, 14 Oct 2024 05:41:53 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRmM41xmlz42GQ for ; Mon, 14 Oct 2024 05:41:52 +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=1728884512; 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=wtNoryeAIo989O9lefKbzrNwX92tpYkdWSRZz5wdmwM=; b=IQADe0AGQx9lczMbEZf9mJliCyJrCoObPhGFtwrO3hsfdUH5pfG9NgSBNqJSWKqaZMLkpc i7+TM8SM56gqMSSYsELbIHBw7efbR8/uQmp5rhw4PzS0Po31tuaxgEFcI+kMwiOEWVqDta Ns0vrBngjENOuirOw1uLaLHMNSl9aE86tiO/CYHeQOe1Biaq9+Np4LMiWS83ouBj23IBMX fsMn5Enpu9/C7PRws+h3tm2gHiqx9kBv3oVgm0YvM7+rzsr6zBsJ8omAj4ARDFfTufwiwM vng0dW9WouOQUOO1gHWg2D7yYheJNpo0SznoaXeKO7WZo6+pPR6zJFAmXqxLuw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728884512; a=rsa-sha256; cv=none; b=iiTyb3FziYFHCFvxt2Ib3PZtmi2rpZ0MtdLwHLlprBisFkSo44J8Zixybc9vbevD2IdPDL p+WWNPOZdU8qWqisG4LA8204eEXvBnR5ieI8EgIwhwMsoD2g/q7M9XBRpiJIhUgrig1sPY YAXYl5+3+W5S4xxKXUDEb724JhJCNSzD5+0xKeBSqJgsg2Mj66I97tEmpo4C75ZYMqw8MQ QNGQW4VFteSUiXKHrjgyXOD2g6/K+FVOHfiRQ67dPaWfrzghvJMzRkcAIh1xmOMz70naWk azE/LhHiTCv88br+/UP/pQ8ctsOuICiOzU0v6U/JiVU1UivPUFYpbnJMxALMLg== 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 4XRmM41Xs9zQgx for ; Mon, 14 Oct 2024 05:41:52 +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 49E5fqCV022914 for ; Mon, 14 Oct 2024 05:41:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E5fq2D022913 for bugs@FreeBSD.org; Mon, 14 Oct 2024 05:41:52 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 246279] ciss device driver not allowing more than 48 drives to be detected by the CAM layer Date: Mon, 14 Oct 2024 05:41:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246279 --- Comment #30 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D45645518ea19ccb4761aee3a525aab2f3= 23d37d4 commit 45645518ea19ccb4761aee3a525aab2f323d37d4 Author: Peter Eriksson AuthorDate: 2024-10-14 04:01:33 +0000 Commit: Warner Losh CommitDate: 2024-10-14 05:24:15 +0000 ciss: Add max physical target Add support for tracking the maximum physical target and using that to override the maximum logical target. PR: 246279 Reviewed by: imp Tested by: Marek Zarychta Differential Revision: https://reviews.freebsd.org/D25155 sys/dev/ciss/ciss.c | 11 ++++++++++- sys/dev/ciss/cissvar.h | 1 + 2 files changed, 11 insertions(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 05:41:53 2024 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 4XRmM62Jj5z5ZCtD for ; Mon, 14 Oct 2024 05:41:54 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRmM575Ctz42Gm for ; Mon, 14 Oct 2024 05:41:53 +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=1728884514; 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=sXo16V0fphu4kw1xY7fBtW5W/WGSxhdxGfOytt14zDk=; b=evbk3vIEWNCbXU5mIrKsNNy76Ky+dBv1WWmH/7Y1J35C7WMguB0bsPNtIFwWrmQyqdfbb+ 0sFsnhp6Td1+4f7IDYGG63eaoKWWjufNEYoojtASO7El20a4mQGV5/ci+5JLbyvYGJKhzL 5zwJ7BVzUgXC+rvV/faA5jQON6yQ7pdyl6ybTKLbXiHN18hb6klC190rI7deADHfgRS5f+ aPht+7yJ85y9TXLa1cmhgSEomaOZGNzAAzFqDQmz+7IjYy4O7nAjQ4KTZZAU7Xab2RY+3Q OcvrBA7O37hvTg7p+KReeWv270TjtT7IaqxzlhpMF2p/x8WSojDE3mufGGgvww== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728884514; a=rsa-sha256; cv=none; b=GqylVYCA8Xx1p5M1MfKIVYPIyS8TSAKVdXXxJISXoJ+hE8X4AWNle4jMu5utmKyzMj2NEN JLC2nvHhUNlxNrF/ywRiOcuOQAdYAMueviWKtkORaRxZ+4AxNvYAcfrmlZtIPU5FzLzNO1 hzu8s50DMF+iwJDgwzPYM2Mx1GP99NiPzOmh/royE/ToFnJnO9wwduf3AbBHx8Rz/aKLY4 olH9ZbE1cqLe2O/izgmWMXxB301cQ8d6vV7VPot6ryvDEhzBhWkyIktqL2A8Ph/Dz7Mye6 TE368oZ6LW9OIXY9T2/Ow6YWWn0wSg2A33UQ4obyvQt27v618/nQirpXP1926Q== 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 4XRmM56bpPzQRk for ; Mon, 14 Oct 2024 05:41:53 +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 49E5frxG022956 for ; Mon, 14 Oct 2024 05:41:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E5frQW022955 for bugs@FreeBSD.org; Mon, 14 Oct 2024 05:41:53 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 246279] ciss device driver not allowing more than 48 drives to be detected by the CAM layer Date: Mon, 14 Oct 2024 05:41:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246279 --- Comment #31 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D7c74337e2c3d2269d1559f4e5541c0a3f= 402d814 commit 7c74337e2c3d2269d1559f4e5541c0a3f402d814 Author: Peter Eriksson AuthorDate: 2024-10-14 04:01:33 +0000 Commit: Warner Losh CommitDate: 2024-10-14 05:24:06 +0000 ciss: Expose tunable hw.ciss.force_interrupt as sysctl Expose the hw.ciss.force_interrupt tuneable as a sysctl and make it writeable at runtime. PR: 246279 Reviewed by: imp Tested by: Marek Zarychta Differential Revision: https://reviews.freebsd.org/D25155 sys/dev/ciss/ciss.c | 3 +++ 1 file changed, 3 insertions(+) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 05:41:54 2024 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 4XRmM66JRrz5ZD1D for ; Mon, 14 Oct 2024 05:41:54 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRmM64F7jz42TC for ; Mon, 14 Oct 2024 05:41:54 +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=1728884514; 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=toyGUZD+3FJo+eNXVzoOE0QWhqC01HmygjDBDsXAFi4=; b=oy7acPD3HPr430xwRvpHRcmLcUcKNyW0dzEV/ZzId5hKhz+gwbyvp8+1bvtWrMVcLtWMKS k2JGVxTj4OmtuhBKlM4hBEL8II1uuNP8ZmeUpqBUW1ShQEXttnyZPMB62Nqpsjke4c2rrv 5WtkAAIM0P9qO+vcfmu5oT6fgfxZJWh5AIF+BSsD8ii2Us/GWmtPpjC+uXMPCfA9KdFNAT 7JmIL8jQoUpTKLjNeXTwoGktzXAvRHQd7P2AVnicbC5BIC9+g7EIMPNTPZK0a6ahnwBxvG rhBZLs6Nd8kynB4s7iziqYG5PQk4qjI5LkbGWHVVt8eE+BEQhtKYJ+tmB7p0Gg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728884514; a=rsa-sha256; cv=none; b=CMnEC1rmV3HlmFyFADV8NlcgLtihScgONYMtTPwh3z/ox/oxwP3s2IBYOlejATUq+Vf0jT U0Lzmar3qGcqsSz5scClvyiy0zzfNwgdR6cKNNrRV1PB23BORQivGzI3pa970Rxed2og0m TY+6xlx4HDVRAO2S1WpTImKFXmCYaZnxb3O2NkcdMsXuuZ5x9FCPzoFKcgZ3WyQfesEhXE NDbMjtARXuiJ6CZ8MPElSWOSyWAzt3z4S6yAKilxHBkmz+0o87iAraYe7riSx14gCHUThQ FWddYHxoRjjexOQwqrvUHm0BAzAzjsYg9RM/UhYqZZxJSh++KAIRCZEFZa5GZA== 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 4XRmM63sQXzQmC for ; Mon, 14 Oct 2024 05:41:54 +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 49E5fslc022971 for ; Mon, 14 Oct 2024 05:41:54 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E5fs01022970 for bugs@FreeBSD.org; Mon, 14 Oct 2024 05:41:54 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 246279] ciss device driver not allowing more than 48 drives to be detected by the CAM layer Date: Mon, 14 Oct 2024 05:41:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246279 --- Comment #32 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dfd95966af50bab6229bc5e67fadc7ffd9= 15f77f5 commit fd95966af50bab6229bc5e67fadc7ffd915f77f5 Author: Peter Eriksson AuthorDate: 2024-10-14 04:01:33 +0000 Commit: Warner Losh CommitDate: 2024-10-14 05:37:46 +0000 ciss: hw.ciss.initator_id to set the initiator ID Add hw.ciss.inititor_id to set the initiator to something other than the default. PR: 246279 Reviewed by: imp Tested by: Marek Zarychta Differential Revision: https://reviews.freebsd.org/D25155 sys/dev/ciss/ciss.c | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 05:41:56 2024 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 4XRmM862lCz5ZCxq for ; Mon, 14 Oct 2024 05:41:56 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRmM83ZZZz42Tk for ; Mon, 14 Oct 2024 05:41:56 +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=1728884516; 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=7aj9psZF3t+ruOFnbWr0/Tq3GY+pgf9GzX72A6uyvMs=; b=xK1z/BTIXGjCrpJkQcM4wOu58tqh8y7GHILxymvdrsGxj2A2B3ixAHLXtBIa+tlHa1Z6Wy l/Es+r/bOFuUTHGKpsyA6uuoVjy5AnApANerPW2IFtRZDTNgtOtD/Y4mVmTPsklClvSUIh yt7ktK6JkfD2+cASHYn0fNIwTxfpzqVmp/g2hBxYXhzB1s7WE9JdHn3KOBaYZVCCWALoVb m/MVeC0Q3+5MzeB1wU2LpewmhKE+r2OTAtT0HOuKOFMGSBEarhoLzECC89MLI2v+awIQ27 Et+xtIxb1TeqaDDHnIaF2q9O5B/Yr35T/0WSDacvEHyjAk902ZjOACx3c2pcuw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728884516; a=rsa-sha256; cv=none; b=VFSiPDmXbZtWSUPxpfcRns2KMF/WJT0BaWQ+SydxIY6rhfMEmpDJRWv22iG4fMTcbfWO4P xkgbftyZ6fv0JSGRwSMKh6u2uVOdbJhEltCWsOb7jG+VES471AAJ6UaoxUavdRzAdeUtWR LugE855bA3YupcXGKNRb0rDgz++M8GouZboO0JpCkqAa9zc0ENSIg53jPQ5sSun1EVHygr mpU/t0mWwU6bYLQaWHz6C60VCn+FcKOzvOjMWInz+Lmi+IGXjkC2V1IPNlIPrZX2Z3wXYu 9DgJwkDNsIoAPFxvOLJKj+PhX0alJ0YEKR5VCBsuzB+CodsMDD6DAnsr6a4jsA== 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 4XRmM838QNzQXX for ; Mon, 14 Oct 2024 05:41:56 +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 49E5fuVk023041 for ; Mon, 14 Oct 2024 05:41:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E5fu5d023040 for bugs@FreeBSD.org; Mon, 14 Oct 2024 05:41:56 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 246279] ciss device driver not allowing more than 48 drives to be detected by the CAM layer Date: Mon, 14 Oct 2024 05:41:56 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246279 --- Comment #33 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Db339ab1491055d89415f85b6d1a034231= 93178f9 commit b339ab1491055d89415f85b6d1a03423193178f9 Author: Peter Eriksson AuthorDate: 2024-10-14 04:01:33 +0000 Commit: Warner Losh CommitDate: 2024-10-14 05:37:46 +0000 ciss: Don't panic on null CR ciss_dequeue_notify Apparently, sometimes on hot plug/unplug, a null cr comes back from ciss_dequeue_notify. This is clearly a bug, and by ignoring it we're papering over that bug. We only ever wake the thread after enqueing a notification or setting a bit about killing the thread, so once we check the bit isn't the cause, cr can't be NULL unless something else has dequeued it. Ideally, this would be fixed, rather than papered over, but this makes a very old card somewhat more useable for external enclosures. I suspect it's a race when we set CISS_THREAD_SHUT and another flag (the latter w/o ciss_mtx held), but I don't see it and w/o hardware to reproduce it would be hard to know for sure. PR: 246279 Reviewed by: imp Tested by: Marek Zarychta Differential Revision: https://reviews.freebsd.org/D25155 sys/dev/ciss/ciss.c | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 05:41:57 2024 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 4XRmMB5kq0z5ZClD for ; Mon, 14 Oct 2024 05:41:58 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRmMB2VYNz42Jq for ; Mon, 14 Oct 2024 05:41:58 +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=1728884518; 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=lg/OqQe8mZ5kK/muKC003YGpHfI+vvS9w/5p9G5qSfs=; b=VlM5Bp/XTVwemqrEgICHhG5AHQDRIwQdFYaP8vAfGvxaiuBD8BdU1fsm29wY7sSvAARWAY x0mpdTmxbngPq+AdDT9E5+cVpwOJvqLFa3Hi9qtpnN2ZGCiSajR7mJlB3P5czNZ4svu5Iv eT2X5zjERSdu9omglWmp6SVuAQoez/puR+rCQhT58KBrp8RrKPKWyhhozec4rTEawcHJ3R gQRsk/PeSg8dNCxw+MjdApQCt7JkBLs5Szyv43b5je97JP1PJAFCAiiY6mlM5LFnJgi4Ul Rb9xR/hzMDhI1LEjasQF2nKhyKaqev+iJ54tkE40dePx0R5EtGiJ4+1Nm22phg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728884518; a=rsa-sha256; cv=none; b=TwVo7eVY8uVURRWepbpQBUq++9A0rU76TlemimWl8loXXfQ6CrHjkGlzouLD/0d2rnbvuB DT9mVNZQIHRTFk8e8bE0pxseMOOF6wfn3L+2wJgbDiZLCebert3iYZ5ImqQ0wTP1+zbigo 9L2Mr7QAFuIbcT5t0B2XFkRxLPm0LrBD8aG+VR5/+ZAwQoxKIYN2zrvjjxQqpcKkwoItfQ 4mw44i+oNS1TDIpPyiRMjeXcLPu6iAgKnjHcyNPJbveTZcUUGWNwXE4DVxfeZPNfH9kn5F oNdS1cdnBrcpEO+fadSkyGLEzlnTeta2uANKCATeSOloT1JT22czntmHN4xS3Q== 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 4XRmMB1sxdzQTY for ; Mon, 14 Oct 2024 05:41:58 +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 49E5fwJa023099 for ; Mon, 14 Oct 2024 05:41:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E5fwoj023098 for bugs@FreeBSD.org; Mon, 14 Oct 2024 05:41:58 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 246279] ciss device driver not allowing more than 48 drives to be detected by the CAM layer Date: Mon, 14 Oct 2024 05:41:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246279 --- Comment #34 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dcec58bba6425d4b9cf19a9ede9ca0dc00= c1d48e3 commit cec58bba6425d4b9cf19a9ede9ca0dc00c1d48e3 Author: Peter Eriksson AuthorDate: 2024-10-14 04:01:33 +0000 Commit: Warner Losh CommitDate: 2024-10-14 05:23:45 +0000 ciss: Expose tunable hw.ciss.nop_message_heartbeat as sysctl Expose the hw.ciss.nop_message_heartbeat tuneable as a sysctl and make it writeable at runtime. PR: 246279 Reviewed by: imp Tested by: Marek Zarychta Differential Revision: https://reviews.freebsd.org/D25155 sys/dev/ciss/ciss.c | 3 +++ 1 file changed, 3 insertions(+) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 05:41:59 2024 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 4XRmMD3lKrz5ZCtL for ; Mon, 14 Oct 2024 05:42:00 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRmMC3bLFz42VL for ; Mon, 14 Oct 2024 05:41:59 +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=1728884519; 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=VupDjhQmOJLT7aCrCmDammRR9Op2jFMYr45Fzqy2QVQ=; b=JhpQPt41+X/T6Ngts0HjWeQvohqbsCal6U8mDz9VyYVbNTLUK48wHTdwp29aolCUPeP80u /H2u2DpPowFyNEcYRdv4qoT9Hc04w/CVF25twfPzaOJ+RMwiRTrcShuw9BX44PyIDAVkYI 7Rvd/UwLrnBuBk0zCMhXtGQ1X1Kr1sLYKzawhWaB7HwHLzeoFHuf2XD2VJ4qZQLwbjD2lg bfBM2chR1TNu0F7PF/drE8wb8NRdIscmcm5HO4SAFylpNgajan6RgCIanC/h6Ed3Rj6Z0B fr9ZPcQbf8hRR4oDErKmicsYpJ2Tqpc589qafOePpBSnAPHRF3oYOFSQPig20Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728884519; a=rsa-sha256; cv=none; b=BffW5bzfbBTEDVhw8+7hcdQZymjrx+HykPx/Mrtm+pTeFGFYul7j9/DkduA08nshNiKqSu kEj5qyPe6OO4bGIstaHxj6ixNOXICteEjfHCGiIKAzFBFD8Iy1mMUPULclTGpvlq0DLYPX RNd5A+OZI4J9HAD4ddNjgdJEvKrpOkJpAIhBFDEKENTjuWRxzQgQE21Ddh7DEMJL04cRfV /f3gFkZxuRTHqVJebvgYlBXhe3/GxNVsHpDZElD0n46WWDOCLup4Pu+pQQBkEKkB8aWexu NyceFPTnDjwZ1MlY9vNft3DSCg2bivX7iaR6sRuMyqA5khX3Rg9Ebjy0/yypbA== 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 4XRmMC2zPdzQmJ for ; Mon, 14 Oct 2024 05:41:59 +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 49E5fxR3023136 for ; Mon, 14 Oct 2024 05:41:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E5fx1r023135 for bugs@FreeBSD.org; Mon, 14 Oct 2024 05:41:59 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 246279] ciss device driver not allowing more than 48 drives to be detected by the CAM layer Date: Mon, 14 Oct 2024 05:41:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246279 --- Comment #35 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Da35564358ac442d5d7a5c9c2dd0544f07= b1963e7 commit a35564358ac442d5d7a5c9c2dd0544f07b1963e7 Author: Peter Eriksson AuthorDate: 2024-10-14 04:01:33 +0000 Commit: Warner Losh CommitDate: 2024-10-14 05:23:36 +0000 ciss: Expose tunable hw.ciss.expose_hidden_physical as sysctl Expose the hw.ciss.expose_hidden_physical tuneable as a sysctl and make it writeable at runtime. PR: 246279 Reviewed by: imp Tested by: Marek Zarychta Differential Revision: https://reviews.freebsd.org/D25155 sys/dev/ciss/ciss.c | 3 +++ 1 file changed, 3 insertions(+) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 05:42:00 2024 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 4XRmMF69Xfz5ZCg0 for ; Mon, 14 Oct 2024 05:42:01 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRmMF2vqXz42KP for ; Mon, 14 Oct 2024 05:42:01 +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=1728884521; 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=uNz3iJoui/DbuJM+Oiu6h/5t5OYRBS3akiHpJiLzP/U=; b=yuOVWxVTGXNDavbuUkqAdsh3Rre++8RKqu1/QGNOyQxdHk+IBqx7Y2/JkcBnEgE7mskL75 VMioY2kUjsW/K24uYesBONMNTDsq2Em17Cm/iTZRn75SsW6EWL7dihM9u4eVoUoCFR391n 8ml4HqfERN59zibP8nNa0/P1/Y+DzrrHzBFFa0cQRQ9jlNMpzAcC+EvVwW5JfL+AIaUgJq 1J2WpDOEHlCKgRQpVo+mvKdTvyh1oLCRh0Am7mzmb7pnpAMAGYta9bGYgNeZeJDCIBMLEP JQI+gqYD53Y7ioi78xnqJ3ElC9CMHV9auceZ1GkdZzLW/bKZqMn1czqWZL7PiA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728884521; a=rsa-sha256; cv=none; b=rPVBH7YN5dRbBYwb6iF6+LNP4LsMsSpsrt3tsHkSHIe5ZYxi6WWidjxQwCX/bqExI9lGCD ZH+/31xi4UHmxxkm6LC4hwydhdkcr6mSksxfs6rP/bdboUF7Ul1DJTKgAfhg0vK+Fuo4bv 3lMRC5yuHy2urYVlraxCugSGpgPWkUhiSH0iaMkg3aMjPWTiSsk/Z3u2sW9ReUFsHNKgqc yMXn/NAuavMGFMT/jK7eemf0T5VYN5CPAGGV8hs1eb/rP43yBoK4qWzom4kl3YJMZF7+6l TA4YiHLugNZl63/T3hTWPvaor6rVADcFWrcbPuMP3y/JiNnskPew9PO4NRugow== 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 4XRmMF2HkqzQmN for ; Mon, 14 Oct 2024 05:42:01 +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 49E5g17S023324 for ; Mon, 14 Oct 2024 05:42:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E5g1fh023323 for bugs@FreeBSD.org; Mon, 14 Oct 2024 05:42:01 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 246279] ciss device driver not allowing more than 48 drives to be detected by the CAM layer Date: Mon, 14 Oct 2024 05:42:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246279 --- Comment #36 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dd8b024673bbfb32259030db7e54f043f3= e471abe commit d8b024673bbfb32259030db7e54f043f3e471abe Author: Peter Eriksson AuthorDate: 2024-10-14 04:01:33 +0000 Commit: Warner Losh CommitDate: 2024-10-14 05:23:25 +0000 ciss: Report more errors at higher ciss_verbose levels Report more information on errors, including the the opcode. PR: 246279 Reviewed by: imp Tested by: Marek Zarychta Differential Revision: https://reviews.freebsd.org/D25155 sys/dev/ciss/ciss.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 05:42:02 2024 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 4XRmMH3MJ4z5ZCqs for ; Mon, 14 Oct 2024 05:42:03 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRmMH11JYz42PV for ; Mon, 14 Oct 2024 05:42:03 +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=1728884523; 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=9bruKJdsrAWtzcZRgYnQcKPnrEHDPZPoYZ11tiCn/Y4=; b=uJ9IqdcznX6w9wJERmPc2bNkqwZ3KucJ4dP2sP9N10VeU9OGPGbc+94VVPwwoGJGzseSE/ ySNhatFbcfD0TUYHGVv2DDueRXFk9MY/PlJiYEJok5H0voQ52+X55op06LousEk3YywdRs l0tFirLPGUDNdkxpeYENAQdTRMSQEwtT0u/88QSmbgcRMhPEzoQp0jNgtTECYUi9CMuyiR 0VB95VkXFgW+eADXLFFv7156L3Kh4xABnK3indQ71KV+jha5mB0T47HFX5aIeKNgvfJReo Cdc/t4t/udhhCmL9FtuEqgh8yaDJ1OCcV3OYiuoKZGhIJzirSQEgoS4opC++OQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728884523; a=rsa-sha256; cv=none; b=ZpNT3XRn30vOj++oouPGYpdDonDmKdpgp+nv3ImY2G35Cx1xqzJCgJh/eE1UDOhhzFWzPE +sesbsLpnyIuxGu5XzL5dcfVu4nf4bjTXylzlDotQV1pigqU9vKXl7lQcWF5CUfNP/uX4m RCpIOckGQSba/uX7juhuUqoN4atTy/mxF9SXayZywQrh+I7tEwR0ie+u9AEWlXgQ6mIMdp 9rEcvQP9QqclUU9RSk3erve0DdabFq4dy3tebBWVukY621RXQ+7mXJioHJHCAih/zmgsBw AB9TLMciun0/sEpGMfqICU1mm1ETQS19Rh+jk94PYR41Ukb5xMn3xSOD3qDgPQ== 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 4XRmMG524CzQmQ for ; Mon, 14 Oct 2024 05:42:02 +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 49E5g2iN023367 for ; Mon, 14 Oct 2024 05:42:02 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E5g2G5023366 for bugs@FreeBSD.org; Mon, 14 Oct 2024 05:42:02 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 246279] ciss device driver not allowing more than 48 drives to be detected by the CAM layer Date: Mon, 14 Oct 2024 05:42:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246279 --- Comment #37 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Df373e6b866b9efafc66ccc5355e1ea0ae= eedfb6a commit f373e6b866b9efafc66ccc5355e1ea0aeeedfb6a Author: Peter Eriksson AuthorDate: 2024-10-14 04:01:33 +0000 Commit: Warner Losh CommitDate: 2024-10-14 05:23:17 +0000 ciss: Add sysctl/tunable hw.ciss.verbose Add tuneable to turn on/off verbosity for debugging purposes. This is approximately the same as bootverbose, but will print even more information when > 1. PR: 246279 Reviewed by: imp Tested by: Marek Zarychta Differential Revision: https://reviews.freebsd.org/D25155 sys/dev/ciss/ciss.c | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 05:42:04 2024 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 4XRmMJ4fwSz5ZCmm for ; Mon, 14 Oct 2024 05:42:04 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRmMJ1KRwz42l0 for ; Mon, 14 Oct 2024 05:42:04 +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=1728884524; 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=7vhdQ3kwi/W1KrffxoiIwMZXIsOXwaVYhmTIwNHrrjg=; b=qYOY07ysXnVEezqqfoMpqm17gRYJ+OG4arejnYX8FCdIe8oWL39N2KhvqCFViefyjx8nzj Xg1K2zJuiDzgDLsa02GxEEcJsahmVDdA9Gdro61lxxBhNwLkhzGCZS2kjClaxk4gtleHRV xMAsIlX6oxALtZQHhCcX2jJKd6wvHHGAktQFP3L6WO1mfrHTZ0Epak0SDpmn5+4wVSd52N jZODdQ7uAE2Kq3PqC9A41lI6pY9XqoPXfSNvHNpshrYThbFlOaGf23dkpwIOHF3XBk+mdr wH+qfEFjMEpoIuG20k8vgmobVPHUdeu5ostYQt+aBe6LGruXMqdQ6oXyLimGyw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728884524; a=rsa-sha256; cv=none; b=wroyPZ1gs/YPEw3a2sKOHdx2lyec/Da68OQqUGqpduX8ttMNKS46VaCO39XGMwigmwAcad xqwdHBCWkQIGvXCzATEmrm6vx5pTWGJqt/rVvmQuhou92owHKjCkWlCUHC0lHyx23Hz7yL PTsQysagESWAo2nO8925svsovfjZQ+dJkf9zTHUhY/6aeSt5TJezPstqOSF3MewVI2L4tz IpDkpZXscL2gWWpflxfK6wGrnQXjZMR5DgltLh/PAMiXJpit1d/v04KZTqRg+nIh5kH11D bVbE/m9I7oYeFL+vacm9ApeidixWvL03l/fdVmBUFY+blLLLr8kETLbm87ggMw== 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 4XRmMJ0pJzzQTh for ; Mon, 14 Oct 2024 05:42:04 +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 49E5g3eM023422 for ; Mon, 14 Oct 2024 05:42:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E5g3JF023421 for bugs@FreeBSD.org; Mon, 14 Oct 2024 05:42:03 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 246279] ciss device driver not allowing more than 48 drives to be detected by the CAM layer Date: Mon, 14 Oct 2024 05:42:04 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246279 --- Comment #38 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D74575d14284fde2c7617ad14fd9a8bac8= 97b4427 commit 74575d14284fde2c7617ad14fd9a8bac897b4427 Author: Peter Eriksson AuthorDate: 2024-10-14 04:01:33 +0000 Commit: Warner Losh CommitDate: 2024-10-14 05:23:08 +0000 ciss: Add sysctl/tunable hw.ciss and hw.ciss.base_transfer_speed Add a sysctl/tuneable to report a different base transfer speed than the default of 132*1024. PR: 246279 Reviewed by: imp Tested by: Marek Zarychta Differential Revision: https://reviews.freebsd.org/D25155 sys/dev/ciss/ciss.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 05:42:05 2024 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 4XRmML6mwBz5ZCh8 for ; Mon, 14 Oct 2024 05:42: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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRmMK4zJ7z42Pp for ; Mon, 14 Oct 2024 05:42:05 +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=1728884525; 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=ZcMXI4TVHuZThVu7sCbj1BCn/rToUmfKBM/dSoxN1b4=; b=AuKYrskUDuN7Ul5MSsaZVyMx5fod4CaddJ9uXNPNZwBn/aMJiXq22qzzmab4GTx2b/2F9v cbry+cyGVnKYNsJRGmEwoN/IIGWTlxlxudesyCiF8rJmCbk0e4fAeonyW8OT4ELPrKe5TQ Iq6JTCcZ4hSJexYLoADNVYBEbXQe7ZTP8+QJQZoZqI5xaHvy+U7SHrqBIjfSTwR4x6wK0W ZP1wAtgLGqlZ0qWJBCUeRv+OXj7P8dxP2JlZdjGxf8iRkpiAmTWYFkKeVuPHHlcz8+JMTO VhBfbWpzy+uPkCCy6IV1wDfIzwbxXSDdxGi3+9/cYNarE/LVL4EPbmxhIHVP/w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728884525; a=rsa-sha256; cv=none; b=Hi5Ps8iQypNBsDSL6klIE21uG5oyKYmpNvxHSbe8P9ou5K65IfSh9MVrc79PEdKM2bIvin Qv7g2SdGk9eyjMlv4ic7dsXZhoVLj7xaMrj0hXxsSVpQel7+5WFI/aMCIVkqby6kcUZArV 5uEpjqDGSjEXj2WcACdawgA8K/VVoa2e/Zg0tjUs2BY564Q/TDax6kbM0w0hNfxBysX6M/ qA+pqHZCb25EmzuWwf0/+xD9t2swt382v5PcjXjEPxKqqn+ThcA2rSa+WkGGHZHxebbdTE /y2VXp6DBm6S+6l3dWEDJ0QYcNoF1x36+SDjWV0dUgaXVNVnrbt2M7n+kpYEDw== 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 4XRmMK4YwyzQc5 for ; Mon, 14 Oct 2024 05:42:05 +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 49E5g56j023474 for ; Mon, 14 Oct 2024 05:42:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E5g58o023473 for bugs@FreeBSD.org; Mon, 14 Oct 2024 05:42:05 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 246279] ciss device driver not allowing more than 48 drives to be detected by the CAM layer Date: Mon, 14 Oct 2024 05:42:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246279 --- Comment #39 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D77af8c6db25ff6154268eb17f54f082a7= eb61ea0 commit 77af8c6db25ff6154268eb17f54f082a7eb61ea0 Author: Peter Eriksson AuthorDate: 2024-10-14 04:01:33 +0000 Commit: Warner Losh CommitDate: 2024-10-14 05:23:54 +0000 ciss: Expose tunable hw.ciss.force_transport as sysctl Expose the hw.ciss.force_transport tuneable as a sysctl and make it writeable at runtime. PR: 246279 Reviewed by: imp Tested by: Marek Zarychta Differential Revision: https://reviews.freebsd.org/D25155 sys/dev/ciss/ciss.c | 3 +++ 1 file changed, 3 insertions(+) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 05:42:07 2024 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 4XRmMN3kN6z5ZCrj for ; Mon, 14 Oct 2024 05:42:08 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRmMM4kT6z42nD for ; Mon, 14 Oct 2024 05:42:07 +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=1728884527; 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=3+bLS1FFdJt6nbQvMr1Z+sLD//bPhG6l6cQdJQAaNbw=; b=aIBOAlFhaP52il9av9rhMpq0Ulo70raPEBzi0PfkK5WgL4oL96DZoQWUfx2+JlXqTKlL66 v8W+qcIYnQWkD1TeRexv4rGM/vp20ZpB3Ge1s2SW3sQsLCrf7+snW6tYr5oyZqwnjmffIa pFVGm4yNFs6wMj67gqOfkRb2AN4ISdN40UBGCCo9vwJK92xKOsfkcI1mZgBLfHw5o/nT+y xWCB8uVCHb0rJ0XOTsnlKgabwxoiBkNyvPDD/QCH6DPCQVluwIGhuUduVhgcg+ptFnVRsi uYOuo3q3GMld14YQPzqbUkiUvwBPDWJASqOZ4pOVDfzGxmOjFl/FDEYQ3SJinA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728884527; a=rsa-sha256; cv=none; b=f9t4VOJBnfiWUN7kWlwjPPGu8wMtw4Qi9DyKpcmaVH4UIiR9sbWgJqa9426rJqUCJQVVts 9IDmNFvLMjNeBwz/C/srxxXe7ZNsLoGkAJrxhL4JR4F0qCJja8pk30YWSbAtxzINWzwR0C o9YcEupBp1ao1Y1AB1jIX7r8PqP6sWt/MAqEWwGTlnetTMf+tLJOtJ52eOgVRtU5Dqwb87 343SHjQ8GhrboUS5bf6yD6PMk16Izg9dF2jGLse1xiD2DvhEQnSharG+aAZtiXqI+WQc8O CnbuF2XCVcgppO/syY5DNJPv3iqy0qeHHSvv8V8pFNB5Ofjvp0hSeu7B+oIRrA== 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 4XRmMM2qMfzQpj for ; Mon, 14 Oct 2024 05:42:07 +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 49E5g7rj023551 for ; Mon, 14 Oct 2024 05:42:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E5g7x6023550 for bugs@FreeBSD.org; Mon, 14 Oct 2024 05:42:07 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 246279] ciss device driver not allowing more than 48 drives to be detected by the CAM layer Date: Mon, 14 Oct 2024 05:42:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246279 --- Comment #40 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Df03e1a42e92eff76dcf474655b600db37= b04ae2b commit f03e1a42e92eff76dcf474655b600db37b04ae2b Author: Peter Eriksson AuthorDate: 2024-10-14 04:01:33 +0000 Commit: Warner Losh CommitDate: 2024-10-14 05:22:01 +0000 ciss: Minor formatting nit. PR: 246279 Reviewed by: imp Tested by: Marek Zarychta Differential Revision: https://reviews.freebsd.org/D25155 sys/dev/ciss/cissvar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 05:42:08 2024 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 4XRmMP3xtsz5ZCwv for ; Mon, 14 Oct 2024 05:42:09 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRmMN5Ycdz42qH for ; Mon, 14 Oct 2024 05:42:08 +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=1728884528; 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=vIFlNR+YQjobHjac1sWysQYwsBHtcfrG1VZDsiveo5s=; b=B3RvDwBx7PdfRd0r5Ej57LXopXlLt4SXZprGk2JNmfXaXlzEwFAYtIz0zlTTG5Rdw7OVmp rl8yJE6nK+ztgsinUgX49uwP6KwPK7pr+4DydvJIjZoY9O+37lXQ5yJjzQQjTXw/9igfJH haj598ArRgZ8gLlxe/a3HDK0TRjQjEYx2fZkitqca8e6RfR5S1QInuAknB4WFHfqNYHeO7 acystJdnWImbjlZQlvDx4tAlxcnTKPBEE4JhXaCQunq/49/qUnoZkjkZet5MhzxdQP7wWu eWHkJqNL0gx6aXlpqlcE9UbeWlroQn4sSOEE8CXHkF6lQTzRajr2I68Nwai+tg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728884528; a=rsa-sha256; cv=none; b=ZYc7f/N9UeGqiZO8j1n2SbDMQ8n0S2BEO4mW+hKi0zaMNjRsemJsFPujSMDTFZQ38/4+8X hOkl0QWgGiImXuew3i5E8wV38vPOyOSFw5K+c82MXjoFVdPy+rqQqzLUg7H+IEtLbYzrSs Q8kTwNZL6wlLwy2E2XuMttbzvxyFUBhcceeCv6qH+/MY8Rje/GvZX9sZmItUNF9t0Xn792 PaRsCqHNgdntZUqxVg8DCyH9PAtG22IdOWKJFeGdZme7d6lirTqS1QPwmYyZr3G8IGjb9j OGZhbG9WF2AtrR0zkJvJpQvJ6bZtchmfSFUKlfTGVux0xDd8Nbfda8omrMVo1g== 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 4XRmMN51YlzQhF for ; Mon, 14 Oct 2024 05:42:08 +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 49E5g8lR024150 for ; Mon, 14 Oct 2024 05:42:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E5g8lF024132 for bugs@FreeBSD.org; Mon, 14 Oct 2024 05:42:08 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 246279] ciss device driver not allowing more than 48 drives to be detected by the CAM layer Date: Mon, 14 Oct 2024 05:42:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246279 --- Comment #41 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dcafc839393db5c5d8000fd086118b3c7b= 47e95c2 commit cafc839393db5c5d8000fd086118b3c7b47e95c2 Author: Peter Eriksson AuthorDate: 2024-10-14 04:01:33 +0000 Commit: Warner Losh CommitDate: 2024-10-14 05:22:19 +0000 ciss: Ignore data over/under run on RECEIVE_DIAGNOSTIC This appears to be harmless, so ignore data over/under run on diagnostics. PR: 246279 Reviewed by: imp Tested by: Marek Zarychta Differential Revision: https://reviews.freebsd.org/D25155 sys/dev/ciss/ciss.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 07:25:36 2024 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 4XRpfm5n3Vz5ZM8h for ; Mon, 14 Oct 2024 07:25:36 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRpfm451qz4Tkr for ; Mon, 14 Oct 2024 07:25:36 +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=1728890736; 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=dIj5jJMnhI5x+7YlTFebv3T7hJQlmG2i7NZ3VCZidZY=; b=flgEOVdZdN7+Uzc4kWBUXsXppeUA5daGjLt1zK4PBfVvfC8Kt72JLOE6HvF3DrrF+J9D2W V/NlYkwq3TPMhabzBxDVBTv79fngM2wQcPN0UUQNiTEfaJL9sPgK9ptWkctVUhPZ1TLXjq Bt+kqVLVZW8kaIZLdPGNkw8fjscnqgLVM5T2KAlhc7+rhEJe77sb24OUaLmYRhd0d6kjlc RE9g0HQElSMqL/2X45xM8KFTMOIMHghmL9xPGFjRWd0yBUujys+g1Z28S5svvvaGnoAydx s1Sja4YdwbDkoiU7noXVmlnH1X9oJdJT2jizrXz6TrEHH3pVsyDwaQWgZz5VEw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728890736; a=rsa-sha256; cv=none; b=UD8tehVkR8Q0sdYNDX7QQxPa76Yu9EF8dHe60lXMwleBUY1592hs+PtjFOYkP7tifs02zO 4VZI5YPSpyaUYcrhe96OewZc2hpRe8fAKR1klitl1lxe/yblebyP7fd7tRWFKst2BtUYP/ AijvcNAvsI7CmGCzxeoxXZt/POKCWgd0zLH1g4Ol38n1f77nW3OV2c7b3ISQ5qWoGyITpe dZpKstRarb+kUbQh3OZYr0TjN/K5B/hwd6rK7j1pl0yzNB7+Tq3wYQSB732HGS9hyrFa+M loOnV+NqQD1CJm92xASWAd0L6drYe19obBkyzsZT2n+JFpM2k/acseff9lKoBQ== 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 4XRpfm3bQczTN7 for ; Mon, 14 Oct 2024 07:25:36 +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 49E7Pa4m081616 for ; Mon, 14 Oct 2024 07:25:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E7PaL1081615 for bugs@FreeBSD.org; Mon, 14 Oct 2024 07:25:36 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 256594] AMD Ryzen CPU stutter (responsiveness lag) Date: Mon, 14 Oct 2024 07:25:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.0-STABLE X-Bugzilla-Keywords: performance X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: xxjack12xx@gmail.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256594 --- Comment #14 from Jack --- It looks like the stuttering is gone with the hacks removed now. Will reply= if issue comes back, thanks! --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 07:43:12 2024 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 4XRq352bpwz5ZMjW for ; Mon, 14 Oct 2024 07:43:13 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRq351Txnz4Yvb for ; Mon, 14 Oct 2024 07:43:13 +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=1728891793; 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=kns+IfRDP9yz3OJERaU2qJISjvdlxsmxcgavKobOs8A=; b=YHdT2SIpJqqgdJ4BS+gWO3atZLvOiljTkKAh4h09Zx5ZzAYf2KEDBZ4nkzkfthBGJXzllR QOQZfavRbmYx0/X6AL9snFiZgt1nRBzXY21n2FIyGOgKoV5UxkISct13JwClsxytWYdMJT 8yyJ5Bg86T/CxkJApjDTOoiFOKrX2CAejqT8btu+hcjJ8sC9ds6WG6hratVuuO8XJBxVbP j7wm1tvbfQk1U2DsEIapyyVjin+gEXXHcliMZa+7mMqiD2cMxLnOlq4QRrJWQWD+j7yQUE GJ7uUiHQ05D7xEDGPhz9gf2zXjHF6BvX90k3kbNap4GlON7ODKbgI+QWC3KHwQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728891793; a=rsa-sha256; cv=none; b=xK8HoDZu9PW/mHXN/KBsCV/Cw7htlzehZx6sw+Ez99Uhz6+qrlzrKDI9qnfNZQZZtj/mY7 z7ThRiGVliQUuDGYT7kbUn6Tlragq/PYAKclcdd84nhxEltJTJE3cr8BPI5rr+RIBKC2Lx eW3G9TdNyL52UhJyVG8yR/yUQY9JkSbb6ziRt1YbFY+/pVC9/rcZGsKTNQteKaFSYi/Xnl +wTiXQksFia9J6jc90v3nc9+vrfjrMp84nyphj2ONsUwwH7xhRn6KivUyxwYXWB/g5Z8+D D1i1wDk171ObGcr5G8JUrZsFa4eKTnd54HijkrrnNm1+Fo1cc921WHFZ+cFnQQ== 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 4XRq3514kFzTlj for ; Mon, 14 Oct 2024 07:43:13 +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 49E7hDcH008490 for ; Mon, 14 Oct 2024 07:43:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E7hDwj008489 for bugs@FreeBSD.org; Mon, 14 Oct 2024 07:43:13 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 246514] w(1) truncates output before passing to libxo Date: Mon, 14 Oct 2024 07:43:12 +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: patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: bapt@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246514 Baptiste Daroussin changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |FIXED --- Comment #9 from Baptiste Daroussin --- This has been fixed since --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 08:04:20 2024 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 4XRqWS5CGvz5ZP2Z for ; Mon, 14 Oct 2024 08:04:20 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRqWS3qSWz4bYV for ; Mon, 14 Oct 2024 08:04:20 +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=1728893060; 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; bh=/RT6gTxZBlK7AuFZ+GJceN3LJJHLb/lbLDIxvxoR/Es=; b=kVfnn4vxl9mSL/NUEjWtpgqleaoGRA9OdX/3O6SR1w81IFv1dxjjgvDGLguuLds4LDKIXY B2ddC1hnfKd2UBkOSr8wAneNN/Yr1/Ug6KfchIDTY8RzYgyvQibNZIcoOvAk5fb0TNizCJ 0WeYT6TK9ZhZjquEJ7Kq0cfcrBCg5IIKVERWxTvT+pmXn9r+/WIytq+FWmgxCu/1yZ3tiI BjjA/6opBt/UZyEgyKbyRjUBPVmvHIvnMHpF56kmxFynMJyO+YAeuyj2lh40aSP9oibhss MeS9w17yJm82lAtMYgAZrmJjFb5PWoVP8ZMIdpul4w0HNbJh1nXk70Wj5A14Hw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728893060; a=rsa-sha256; cv=none; b=cV1tZ6Axhn803e0rarhK/SQ9PKPMKWohba4qbhpzrzh/nrLF5CC0EcC+Ovoe1LeY5IpQ7q AGMQ3FN3Hq62OMH9LX2PEa1ZouHLS022uEpJYCIYzfQMrOpWHmx/oOvaoUhd1X9SYgEMBS xQMpo+veaQVtw+vMuYqg48YjmxbZ/PCN6oG+lgIed++pwHQF61OOWruthKlGmcq8y6xlBq CoE7jX7+xp7aVkjaXY65SqRD161i8jFpVy6w3tIa8fc3pIwCzxIox8wJmGLUlKDxWZXhfj T0CcMYHPFEgE4ZNbYFPqANqPiuXPcmpGsKCUQrylTdTdHj81RCsguOkzohW21A== 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 4XRqWS3LcrzTQ3 for ; Mon, 14 Oct 2024 08:04:20 +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 49E84KsU039974 for ; Mon, 14 Oct 2024 08:04:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E84K7w039973 for bugs@FreeBSD.org; Mon, 14 Oct 2024 08:04:20 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 282073] newsyslog(8): options in /etc/defaults/rc.conf not consistent with /etc/crontab Date: Mon, 14 Oct 2024 08:04:20 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: 13.4-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: michaelo@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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282073 Bug ID: 282073 Summary: newsyslog(8): options in /etc/defaults/rc.conf not consistent with /etc/crontab Product: Base System Version: 13.4-STABLE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: conf Assignee: bugs@FreeBSD.org Reporter: michaelo@FreeBSD.org /etc/crontab says: > # Rotate log files every hour, if necessary. > 0 * * * * root newsyslog but /etc/defaults/rc.conf says: > newsyslog_enable=3D"YES" # Run newsyslog at startup. > newsyslog_flags=3D"-CN" # Newsyslog flags to create marked files This means that the behavior is different in the default setup and there is= no comment that the admin is supposed to sync them. There are several ways to solve that: * Add default flags to crontab and add comment that the admin needs to sync (ugly) * Run "service newsyslog onestart" (in case it has been disabled) from cron= tab to have it consistent with "> /dev/null" to omit the message hourly or remo= ve the message altogether --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 08:04:55 2024 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 4XRqX80NtGz5ZPPs for ; Mon, 14 Oct 2024 08:04:56 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRqX76TFbz4bkD for ; Mon, 14 Oct 2024 08:04:55 +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=1728893095; 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=EkEQWsgTuvux6Ho9hKo24810HaUpNHUfXYEAF8+abGg=; b=kI5SiNijSm9fQ0pLP4wD533nhjSM/fySm5dPV4b3Kde53TvoLBIK5lbMC9NJmY9KOv+aLR UeK95YXHVZRC1XGlEgODdLaa1sujky0ffpIqeJWKcUnULtXgBBWlZIdBvnIwnava7O6BAl hdwM6SVk+UJFY61oqgF1dKXhfGNurt/jmHAs2WClhVtHK01RtHnKeUuNT0wChugIske/W3 wU4FWn7OBbypADgnE9fGWQtzLZHJCdMeZ/F4r/p60Wi7m/nibhqWycnKyAJN//MKJOLK6S TEh3QNXLtBrSEr9gWBsHBSMdelIicv6/KKR3TJSZplG9Ohp2iydXimHDxBwq2Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728893095; a=rsa-sha256; cv=none; b=ly/vo9ur4dc0AY9UlDgTxfWsGZTj1Y3LIgqvK/i2rEd0Rds7T649jvuODvspaWKMRuosmb Gi9VXnZhfN4oLrK5aDacCiyW8idHuQqAzJNaSCpTGEj0SwjOFuyPp/eSDhbvQ1MFI7t+h8 uj1J0j1jecq1pzqAt0N9urSrkcgcABhC7FndmiQHI4bA8la4WD7V3woQJK8K03HhT2SP6i F1URNT6Cihcd7GpI+xu0PJKi+oGPQStgh3JRYNXTuKmwIL0LIwO7vPpoLYvFgEUkId5C5q boOdZ4w7740TosG+WVRS73KdLvocKYrvby/3J+g8Una4PEgSgchhewkTPHRoDQ== 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 4XRqX765CbzW4V for ; Mon, 14 Oct 2024 08:04:55 +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 49E84toI040214 for ; Mon, 14 Oct 2024 08:04:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E84ta1040213 for bugs@FreeBSD.org; Mon, 14 Oct 2024 08:04:55 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 282073] newsyslog(8): options in /etc/defaults/rc.conf not consistent with /etc/crontab Date: Mon, 14 Oct 2024 08:04:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: 13.4-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: michaelo@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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282073 Michael Osipov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jrm@freebsd.org, | |michaelo@FreeBSD.org --- Comment #1 from Michael Osipov --- jrm@, I'd like to work on this, but want to agree first which direction should we take here. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 08:45:38 2024 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 4XRrR66V1wz5ZRVp for ; Mon, 14 Oct 2024 08:45:38 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRrR65RPSz4hLZ for ; Mon, 14 Oct 2024 08:45:38 +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=1728895538; 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=EW8vWJamX8NANOmLRmZW5Flhe25uKFc79QpBUEgvEJ0=; b=ObkzlvleVhmAy/A+kiIEh2JIGpbLYeSYzhgLysJ+Hw2EJrYjsmtqngvRNzNw6bbn9rHkti UksBHHLF3cqlp0T7MPGfJowTpW5iA4JCTbVclR1u2FdRhU43c2SDuKQrpGNEREC0aPUaQ+ 9gT58Hw3Tzjz2l4jBQsErfZvAHYOl1umpQvbtCezpIwKH7Ny79vjIoDvNGlZ8Diaboocn5 czyuJvrbUyvkeH+pPzVyupD260SnDBfzVcWbibADronMPKZUyBGsESWh/0fSvEvaxUM/FV GIdo4wNYINieEuGmci8GI510PpSDxcIzgXDcIgr6YXNUaeZ6MknJTVFgjMBW7Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728895538; a=rsa-sha256; cv=none; b=C0sQsUQZWQmX9tQGljyhhdIxE2ab/1c3cNMmZY2TWF6FL8nydcOLk/TBSOY9+m4p6sGFUJ du3S/3MwCOhlPjt5fK9WmzSKzYVC+iF/t4XnZX22GOGaqd78wdmfaAB6grILBoHdgslfgO n1LsVT1n6hzoIBOgh285+1AHURjC0uOXNvQgsVr9DN2imDBv6+1bif+LkEdSgUa4Oe1z8I 0Idhuts7rlx3vRal2R4Kh7Gy1eGnsNJVi6cQ2L/jnz+3CGb2Z87xsNYlePB1S1cO6eYlFA PmRpcLjj/HkFzg7BxmEA7sQVcWJgTlMybW5qaRBI07UEBV2LU0N+UV+uBMpajw== 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 4XRrR652k1zXRP for ; Mon, 14 Oct 2024 08:45:38 +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 49E8jc0p005251 for ; Mon, 14 Oct 2024 08:45:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E8jcrF005249 for bugs@FreeBSD.org; Mon, 14 Oct 2024 08:45:38 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 276304] w(1) with --libxo=json produces invalid JSON output parameter on Croatian locale Date: Mon, 14 Oct 2024 08:45:38 +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: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@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: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D276304 --- Comment #7 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Dbd490be57438a82c22d1274bc58d51142= b63f4a0 commit bd490be57438a82c22d1274bc58d51142b63f4a0 Author: Baptiste Daroussin AuthorDate: 2024-10-14 07:37:46 +0000 Commit: Baptiste Daroussin CommitDate: 2024-10-14 08:43:38 +0000 w(1): fix libxo output being locale dependant by being locale dependant the json export is invalid in locales where the separator for float is a comma. The Json and the XML are invalid for login-time when days contains contains characters which are not unicode. Forcing locale to be C, makes this json and xml output valid and also identical accross locales, so reliable for parsers PR: 276304 Reported by: Vedran Miletic usr.bin/w/w.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 09:37:12 2024 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 4XRsZc366xz5ZVnY for ; Mon, 14 Oct 2024 09:37:12 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRsZc1shlz4p3r for ; Mon, 14 Oct 2024 09:37:12 +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=1728898632; 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; bh=fbVs5l0AQwtJ98ckvJOVPL7GqRpf9ayg6OHzfiNfmOY=; b=QWs8OlpdR1XeLcM2L8VCyLP3ujERM5TEADJhrV8d5VZU45YFWPIWDHMZ+83OU4BK8HxtH+ pqty9eanKgaKs9G7NpB61GzL5s4r1tUmG/bhT3u7RiamvY2kPF9TncmF4TJLj1BhzVU+e3 gXArZD5lHCxGY7ovvoOvQkskL7aFNZ6ghGOShftsZrqizjqE/xGfEkgZUUg+9CVK3OOPDg VIyj1mbeAVL+KnUWWPoxxplAejqigAPJNXag5vozOMGby+5sHNdqVeVmdMdx3eNLDl1GVt Twv8KL2KGmjfKSIc6uGkj+f/Hybdj4EEiJmn/1vbuPhRfm6HneBirRxpPzplXA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728898632; a=rsa-sha256; cv=none; b=q9J3INzgoP651rFMCcWZ53LQM0HkJulc0SRoR61EKInne0WP15Em4PQFH7WGEeHIzncdwH U6pfMNfT4W1abcBMj56fXWYJv8lo3MH7lWKkfmAeV4aESGvnl3MlI5QLvW0LDpP31NHdCY Q/etZx2d4nxNmXxbAbKkyQ9eKhrVTl9+xWILMqiLD24PgYbOEICEpvyfSA/5fx36IAClz4 UYoBv64PDfdi39uCO3waTkOgMvkYeqS705Aqqn75lcGrZAznuksbhCxK3yp1QI2YLDwgMb 91bKeb3QfwtX8kR99UDNWtvRzRHRM3xZp6Mo6H7u4K4aYMyNODvMpd4n7Ix4bw== 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 4XRsZc1QMNzYRZ for ; Mon, 14 Oct 2024 09:37:12 +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 49E9bCLv083522 for ; Mon, 14 Oct 2024 09:37:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49E9bCxx083521 for bugs@FreeBSD.org; Mon, 14 Oct 2024 09:37:12 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 282075] ipfw: -n switch is broken Date: Mon, 14 Oct 2024 09:37:12 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rx5670@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282075 Bug ID: 282075 Summary: ipfw: -n switch is broken Product: Base System Version: 14.1-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: rx5670@gmail.com Hello. I upgraded from 13.3 to 14.1-p5. [root@vt ~]# uname -a FreeBSD ven-t.todes.by 14.1-RELEASE-p5 FreeBSD 14.1-RELEASE-p5 GENERIC amd64 [root@vt ~]# [root@vt ~]# freebsd-version -kru 14.1-RELEASE-p5 14.1-RELEASE-p5 14.1-RELEASE-p5 [root@vt ~]# I try this: [root@vt ~]# ipfw table 19 destroy [root@vt ~]# ipfw -n table 19 create [root@vt ~]# ipfw table 19 create [root@vt ~]# ipfw -n table 19 add 10.10.10.10 ipfw: DEPRECATED: inserting data into non-existent table 19. (auto-created) ignored: 10.10.10.10/32 0 [root@vt ~]# ipfw -S list 65520-65535 65531 set 0 deny log ip from any to any 65535 set 31 deny ip from any to any [root@vt ~]# [root@vt ~]# ipfw -n add 65530 deny ip from any to any 65530 deny ip from any to any [root@vt ~]# [root@vt ~]# ipfw add 65530 deny ip from any to any 65530 deny ip from any to any [root@vt ~]# [root@vt ~]# ipfw -S list 65520-65535 65530 set 0 deny ip from any to any 65531 set 0 deny log ip from any to any 65535 set 31 deny ip from any to any [root@vt ~]# [root@vt ~]# ipfw -n delete 65530 ipfw: rule 65530 not found [root@vt ~]# [root@vt ~]# ipfw delete 65530 [root@vt ~]# [root@vt ~]# [root@vt ~]# ipfw -S list 65520-65535 65531 set 0 deny log ip from any to any 65535 set 31 deny ip from any to any [root@vt ~]# --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 13:44:13 2024 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 4XRz3g1LBbz5YbBs for ; Mon, 14 Oct 2024 13:44:15 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XRz3f6Ww8z4DHk for ; Mon, 14 Oct 2024 13:44:14 +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=1728913454; 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=++PEO6UM4xoz3gBju8y7unh2DkTxlN7jQ+1cqwr8Ffk=; b=lev/okEBZqPByX9j784oA1SnOgPFmTs7z30O/70VuQQmoby+ESqDxtvv0697+Yq0kFE41y Fiv2vU82sJGMSxF0kv7z8qfTQawRwaYEpyGs8xWkwomPOfLziX+OGhMfgh2orY0kfipnGi qJr4kzRctnQ4d96SGQqQadM9YZyYPO9E/jXf6v5YMsR+WLdwhMi1ca2lKuZ9BcdKMHNFxn ilSxMi1z0jna29XVlbsPhu6gCnp9YzM3l7RdCapP/B5j6rfEDyjjHfMRz4KSrGTiLNxsoD tnbbYnmG2BvG9ife8M1OwhFchXc/6cTRFRbDoJ2Lm1U3vIHNipQRun0lfgxmGw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728913454; a=rsa-sha256; cv=none; b=xa7cWvjjRqd/QUWtL8afSyU0exWzAZm/HEvlgpe85K5DTrZM00rNdd2IqUILtUJn5u+O3r FGVHJgQTolPBRbID43Vod24GS36LNbLRjARCEb9aOrA6b6H8e03lQegdI1/eRS1bArHIY7 FYnLSxopAmriNhK0gx7ORvt7IZIXicVEkIa84J4Xc3ndUUV8tqmdDT2ZMps4fxOnD8XzPR 76WCdLs1mxdsVZcKLvPBLElAajbVi24GXj2Qz8qE5jAMM7++/acfkpW0kCmA/CImQTbS98 NVkU34Xx0bnjCAbfyh1asstj60qix61muBEsEGjtkKUADnk0r26SkNKIGECV5g== 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 4XRz3f68m2zgpC for ; Mon, 14 Oct 2024 13:44:14 +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 49EDiEKU054319 for ; Mon, 14 Oct 2024 13:44:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49EDiEkd054318 for bugs@FreeBSD.org; Mon, 14 Oct 2024 13:44:14 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 280846] Low memory freezes / OOM: a thread waited too long to allocate a page Date: Mon, 14 Oct 2024 13:44:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.isobsolete attachments.created 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280846 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #253995|0 |1 is obsolete| | Attachment #254020|0 |1 is obsolete| | --- Comment #38 from Mark Johnston --- Created attachment 254221 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D254221&action= =3Dedit accounting patch The main symptom which made me suspect a kernel bug was the accounting prob= lem in top. Do you recall whether this problem occurred when swap was enabled?= If so, then we probably do indeed have a kernel bug. In any case, I attached a patch which fixes the accounting problem that occ= urs with swap disabled. It would be useful to test that on top of the existing patches. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 16:59:48 2024 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 4XS3PJ3wtnz5Yr7M for ; Mon, 14 Oct 2024 16:59:48 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XS3PJ12v0z4ZjG for ; Mon, 14 Oct 2024 16:59:48 +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=1728925188; 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=IExvesHw0jhneAyQwraRlED1IZczC052QUGMMGMV+ps=; b=EZNvywfS7jtctdnsg7hmhXbfzyf5wxb/81pFtsq/z2Kdpl+7TYMMumbqvAOFJgOpYQYSfQ FzQRX1a6wkJ+LhT/INl+Yt3Nlv93dCY8veBt6s8P6G62C+IvOLkW1fqygpukHx4v1FXdZ9 XBiwvUaDr1SgqBLVNFCThOgGFZ4XqSQ4ktAw92U+qpC2xvdL9F8dcpThjznfew5TYuBSxj bKRMOzUpxfP3y9CQwtu5PCwO9mAlhDtiOV66+CkoKCjtpMLqPbOg6+yOiD5cA0kUPm9uX2 7GUP77Pr/C3qdTeAqwQ635lf69l5K661k/L080nTLzSHmIOnn0u/SjGEApWI8g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728925188; a=rsa-sha256; cv=none; b=qKOIYWhVc+yZJpNfsChydzhzITMlCPB+VaRL9Rilp7jONj8BDBaXK/3MBr2z0jsVDdIOx7 izyrDGR0SBjMGUGnr0R68grUnpnfwqj2yGvlDey9GgNLz55ro3qNLbqiTtMg4NdT14xvpE 9rhYyptSebyTTIQkvju3T51TIjiO4EjHmUXiX22YhLXAeHNvzolc4UK1YIJrbDlj6Eoetf 0rJCLXuYUQ4ncqTb5chyCu2oV64GVymYsF6PfkdYLid1gPRZR24TYJvLQnACB5beDnHPBP PGUM1WAZbMgtWJ4vD1oXf+iQFg5g2w5DwWft2OIpc4ZUvUS0kZV/AfBQ1bxB5w== 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 4XS3PJ0fcRzm6J for ; Mon, 14 Oct 2024 16:59:48 +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 49EGxlrL055882 for ; Mon, 14 Oct 2024 16:59:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49EGxl3L055881 for bugs@FreeBSD.org; Mon, 14 Oct 2024 16:59:47 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 282075] ipfw: -n switch is broken Date: Mon, 14 Oct 2024 16:59:48 +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: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: ae@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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282075 Andrey V. Elsukov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ae@FreeBSD.org --- Comment #1 from Andrey V. Elsukov --- So what exactly is broken? I just tested all commands that you did with '-n' argument and all commands= did not modify firewall rules. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 17:53:36 2024 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 4XS4bP2PPvz5Yvg3 for ; Mon, 14 Oct 2024 17:53:37 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XS4bP1LFrz4jkJ for ; Mon, 14 Oct 2024 17:53:37 +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=1728928417; 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=xuMfQut6J6pZATM+6JJ2LhVt9hYSpsCO/CaJO1cw7wE=; b=hJ10cXhpx5UHgm6sWi6upH2S3xX3gY/N+hbcc4S4MsCed/zebxB1c1BEwp/CbABsVsMz4q 2+1fv5o5Gd+IH0eQWAh1bKcaTTLxZQeAKKC5swwbv6VpRW0yf/zUximfWn5tT554ptVhyT onFSPunOXNrA4n5McPLmXMUF2vA0X2Kbi9VgrYuuQGl1V9uR7UE1bmZhgMdHsodXpweHT2 w8SMnNTgbdliDULVeryB0ZDg+dJjUip8JnxxMsk+Z9IaZhWIKxlsY+5oEDZ1Vt4mHo6BvY XUcF6ziJz7zjHRcZ1OGEyN5Y9MIxGHJM4uNl2EyMCSuDrssXst3jKUdvY3qmpg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728928417; a=rsa-sha256; cv=none; b=KddziTCmMgcxwdse8FhkY9zIrsLJcFz/hetZabv+W2lBGaAmzrHw+4BwQT59tjbJA6XsNr E1ReAJ0eVNvVAw+MNpEHidZCPVcXNapflzPtD0rCUKoS2HuC/Fr7zyuN3NXpwRiv4u7yUt Tc94FJq6QAmku+k9TPJXSn3nDKiSjvExxW0rYTkedKzLrLuQgMmZS4Hg1JhaI0ezrG3y4z VKkm0slr7vvxNJLO+vQhnJ/+MUfsEiSCaF4BT7YQjysPZJdW7qzkELN70S4B0xjT6G1vT2 7BH+H2uI/D3p2OXDuKU2xidCPOVF4LKqEXe84ESTF+R0PIWZ3UHYf7I4xC5Heg== 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 4XS4bP0pTQznmK for ; Mon, 14 Oct 2024 17:53:37 +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 49EHrb9U041356 for ; Mon, 14 Oct 2024 17:53:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49EHrbIl041355 for bugs@FreeBSD.org; Mon, 14 Oct 2024 17:53:37 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 280846] Low memory freezes / OOM: a thread waited too long to allocate a page Date: Mon, 14 Oct 2024 17:53:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: henrichhartzer@tuta.io X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280846 --- Comment #39 from Henrich Hartzer --- (In reply to Mark Johnston from comment #38) I'm not certain about the accounting bug with swap, but the "a thread waited too long to allocate a page" behavior was happening with swap. The swap was setup in the default manner by the installer for a ZFS + geli + encrypted s= wap configuration. I'll give that patch a try. I consolidated all patches into one that applie= s on 14.1. Hopefully it looks correct. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 17:54:21 2024 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 4XS4cF6qG0z5YvTQ for ; Mon, 14 Oct 2024 17:54:21 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XS4cF4mhTz4kGF for ; Mon, 14 Oct 2024 17:54:21 +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=1728928461; 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=edGiAHzq5PQgSPb/tm5fA+kippQrZ/wMxEj4UNpWZUo=; b=yXcoYF0/e9I795Vu9rg+cEwR8XCoSC9U+eRTihXuNT61zx+C8T1kzgY3MDY+O6jHnjUTHR W9rwosKVHNE/lukhMLtyTEQ2TX+XPdlOs/GGzcmTWiMI5p5T24VotwqeVTszrU5WZU4S5Z bzOn84vQ7pUaN5qoASAK4EVHcFcuWIKEWH2DCxJs6JjFc+q+uz6dGPj7/PfXyjz+BT0ugB WKuIXYG8QLb+GyeW3ibC3+W5A1kAgndkCr7rRBCdla7lsJj2ZCx547+J1rTu6EEzoftgYn hnE+6caTBVzzK9AlyyfNBdHVxMiAWXN7bGOJJDfGeW1mjNkicSkPO2vuYPUCZQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728928461; a=rsa-sha256; cv=none; b=xH6U2bgb1ol4NV152gT04/rp7A7rlIFW+BgKOzdtiVWdtV8TZcwaRvWGAzdMQ61pmHyYkb /P4wSJhEJoQcWuvOd9NrXaxrxzvzKnmZNKqk4Fe6bX6Z2z8h96JVSS02gsz13+pI4XW3Dh ckPvHWxUnyV7wisOvillR32qj9/rwoOp6mUNgt/G7suJXujYjXzy9jGdVoyf9M4D7+Wjoi G140omtVe9KxbZQTMMpNuziob/AtqfBckjZiC/lOyQk4OW1UQK6/n2UaTzn0mXSazJ37V7 27OyM3JM6WvEc/0rBpo11pdp9A30jZV8T/mZk8QJTbbf12hgmcOEkkGMWA131A== 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 4XS4cF4N3HznmM for ; Mon, 14 Oct 2024 17:54:21 +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 49EHsLPp041749 for ; Mon, 14 Oct 2024 17:54:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49EHsLi4041748 for bugs@FreeBSD.org; Mon, 14 Oct 2024 17:54:21 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 280846] Low memory freezes / OOM: a thread waited too long to allocate a page Date: Mon, 14 Oct 2024 17:54:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: henrichhartzer@tuta.io X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280846 --- Comment #40 from Henrich Hartzer --- Created attachment 254227 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D254227&action= =3Dedit Three patches in one for 14.1-RELEASE --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 18:59:00 2024 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 4XS62s2gQvz5Z0fW for ; Mon, 14 Oct 2024 18:59:01 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XS62s1Z8Vz4pnp for ; Mon, 14 Oct 2024 18:59:01 +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=1728932341; 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=Hgjmqcb2bWNJtyvrr0TYqWuWf614JwbXADaBY7GeZJI=; b=BLadO5sD6dhk7MqCcTb5PxxO6Xi62sxwHN6eBLDNH0nW9k8CZCRRqTmEi1LwtgyXf3nBOb OpGZV1OdDsZdfCaX2Qkjs4TPF2iGZTkyVYLlL/qudTze6ASXCceZsfbgVqYZALNgrxaV3o KiK54jBu2Stu/jIEIam9PpPgYjKin7BU5OB/WcUVUGjtfqcrQeQMUC1D+AVQZlWLzHbRAw QqJ/1zisxL8lPtXFbY99lf1iQrqWeNVi1Ov4/PxzPqbX6fEI+b4C65THy3QpjLBnZJTiDw hepBkDroCMhB2hs9/K9Wy07NJUODyngFCry2cKa7ZUMVe06eqn1tCiTGhdTzWg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728932341; a=rsa-sha256; cv=none; b=PJ5MQ9AslsQzRz2ViazuMMIq2vzpzWaHT30abDMNe3Bvhh5xqN7vYnKoK7jxeTn5EIIm48 HnhR3rMPSlSviHSCO/Ha3hVWY4tnKK6vjYJ75nNCQshRDabr9ABJGCYXzR6t/hDQ06sfDa 6eYipR5bbWYBh6ncKNVKskHZWDCIivVlw0VYMCgppI2nCTZeFRnAwqmDJSpEhlO3GixT0N Wt7xWuorVAo4xuKG4UsJV4IMiTW2E8ODtCk2F9N2K0L3z4E947Mi3hG1RWzm1srD8nppBl OZ63ZK4apezu3OV87IToe/c6aM6TJRz+Oe91boFHHV90tQNkQitdA55FzAXmag== 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 4XS62s12n9zpmk for ; Mon, 14 Oct 2024 18:59:01 +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 49EIx1ws041368 for ; Mon, 14 Oct 2024 18:59:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49EIx10b041366 for bugs@FreeBSD.org; Mon, 14 Oct 2024 18:59:01 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 243177] open(2): Add O_CREATFIFO flag Date: Mon, 14 Oct 2024 18:59:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: feature, needs-patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: brooks@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Not A Bug X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243177 --- Comment #4 from Brooks Davis --- I've thought about this some more (and returned from last week's travel). Consider the following code: ------ char path[] =3D "/some/path"; int fd; mode_t =3D 0600; struct stat sb; assert(mkfifo(path, mode) =3D=3D 0); /* (1) A fifo was created at "/some/path". */ assert((fd =3D open(path, O_RDWR)) !=3D -1); /* * (2) Some file existed at "/some/path" and was opened. * It might or might not be a fifo. */ assert(fstat(fd, &sb) =3D=3D 0 && (sb.st_mode & S_IFMT) =3D=3D S_IFIFO); /* * (3) The file we opened in (2) was a fifo. * "/some/path" might still exist. * "/some/path" might be a fifo. * "/some/path" might even be the fifo we created. */ ------ With the proposed O_CREATFIFO flag, this would be equivalent to: ------ char path[] =3D "/some/path"; int fd; mode_t =3D 0600; assert((fd =3D open(path, O_RDWR|O_CREATFIFO|O_EXCL, mode)) !=3D -1); /* * A fifo was created at "/some/path" and we opened it. * "/some/path" might still exist. * "/some/path" might be a fifo. * "/some/path" might even be the fifo we created. */ ------ Closing the race between mkfifo(2) and open(2) saves one or two syscalls in= an uncommon path, but nothing more. At the end of either snippet, there's no assurance that some client who opens "/some/path" will open the other end of the file referred by `fd` because AFACT we can do nothing to guarantee that= . I can see a symmetry argument for the flag (or a dedicated syscall), but it w= ould take a real world example or three to convince me there's an interesting ra= ce to close. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 19:29:21 2024 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 4XS6js6dnyz5Z2bw for ; Mon, 14 Oct 2024 19:29:21 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XS6js5Npnz4rlN for ; Mon, 14 Oct 2024 19:29:21 +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=1728934161; 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=PV1SwnT8XgkHz8/OPcLDjz417ru8Wa3y9yJ5gf5peV4=; b=HO++gnUHfzpjRXdWWh52KmlmH3rkidaNzUh6TzcVDAB1amiPn7VL62w2oIfn1UVl3YRO5E ATGZePcNbGH9hf20u1jUftVJ7EqRxLXQRzgTlcyeeZrEwuk8R2+/F81gjevJWSrOXAPpz1 G+PjjZkTYWSNRNUv4bxiu5ONQMiutEacNr/yMZJ0DZU4jr4UobluFETy5LWGbtKyN31HvN 9l1yoW0agxjzXM4OnHCM3aqmBdEZWwiBri4/jY2dZV7jrYNvoasJY1pIfDdQ+ngPrF6Ba7 u9iTHNgQUV9Ja4S+N910ujYCu6Roi78NHu8++VsXqWAV0YOkpKcDHerSaoFHcQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728934161; a=rsa-sha256; cv=none; b=Pf3wHDzhBySX1jU/eHPUavfysw2pbDV3g5uuIyCmBj1mMGOw/+uudfYeJNtpJr0cSUaWgt z9kOZYEYHQHUXGmywcQjBWrCyrfhHSzFT5D61899z0QbzBlnICY90TdhA+/B009kFLGuE9 DfDwApqjlWwQzz9T5AWssgO8NkbZ5eQcaW4Rvy9vdZNjj61HLQkiDqHOCFRiDsilnoshvr keSDAuJaW0/4mAkK92cmLXurmVF53T78RowGxdQhBV4RuVvV562JND0U1mYDfsmg159JvI 1kntJiSRm9n+jrVGqRyTT2VLxP3LwkzuyGyMK7WaKXufYZeJZTiDSW5g88cWBQ== 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 4XS6js4tqLzrCs for ; Mon, 14 Oct 2024 19:29:21 +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 49EJTLaU088232 for ; Mon, 14 Oct 2024 19:29:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49EJTLs6088231 for bugs@FreeBSD.org; Mon, 14 Oct 2024 19:29:21 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 282073] newsyslog(8): options in /etc/defaults/rc.conf not consistent with /etc/crontab Date: Mon, 14 Oct 2024 19:29:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: 13.4-STABLE 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282073 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org --- Comment #2 from Ed Maste --- What is the actual issue here? This looks expected to me, and using the same flags in the crontab would be an error (newsyslog would be broken with -N in crontab). --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Mon Oct 14 19:49:14 2024 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 4XS78p462Sz5Z3lW for ; Mon, 14 Oct 2024 19:49:14 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XS78p1Dc2z4wKN for ; Mon, 14 Oct 2024 19:49:14 +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=1728935354; 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=DJlObXtE+abI551Wpy4ZmuzBUpnERhzdUGyRr+muNe4=; b=oZvw2C8kjmQmVesNqZlcnjjhFsSteJ3zCe9HVs9jngmWSTaM1z/RVQhe6W6ACb7K5UeiK5 LSQqOLpjwq1yyvDm+hCt3PqvNJyBZ3wNvu1pL0SAooOrysgfhP7EDp/xa1ANTw5qzv3Pdx ROngPR7/AcFBK1lK5SvBU/idiINp/z0CI0jQtLEVfeH0X778MijH6be95lu/4P4IaSQv7g UblJBGBvq9i4fa2quxypR3FkG4B11Qc/EtTOPOMEs80WAtfJI2T29x5ZxvTjTcqB4N/coq ZRdbSZVhF8Ti6Fe0plfPuiqHl64qkfO+Sg1bTC/LiMi87S/zpdSB/0XrT5kh6A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728935354; a=rsa-sha256; cv=none; b=fXPfdFw1bP2CVsBrCo9RuPSRWcXyEj06PH3wrhm3QDMSoETf0+14BKQclI5O1UOQUm5WGG uDhLCLO2zbaEiw83v8m/Glz1cbTCOhzcAdj1ThqF4YAip2NbwR3RCNuKBacUtXMptZZyIw nKyoR1QMzbM3LvVMm/QJybXLWl69LDF2UyveeoAFX3mpNINn5Hzx5Jx4wj2x+6a6zQ1sM9 a2gmktxgFrqwlK8WFL3cQJuJQ8jdmKQd0IUzmR6JBije6GErnYDzM+Dtshl+Bz8r8RQDdV RcQ2xfs5t7WLFPoLt8DcCIdoluV+W9TdUtLy1W26Wmb5gKFZmN2DDIBQjhPYAA== 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 4XS78p0rrNzrXZ for ; Mon, 14 Oct 2024 19:49:14 +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 49EJnDn5017210 for ; Mon, 14 Oct 2024 19:49:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49EJnD4H017209 for bugs@FreeBSD.org; Mon, 14 Oct 2024 19:49:13 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 282073] newsyslog(8): options in /etc/defaults/rc.conf not consistent with /etc/crontab Date: Mon, 14 Oct 2024 19:49:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: 13.4-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: michaelo@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: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282073 --- Comment #3 from Michael Osipov --- (In reply to Ed Maste from comment #2) Darn, I thnk you are totally right. I have missed that out. Both runs are logically decoupled. Only the cronjob performs actual rotations. I think we= can close this one out. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 15 00:47:21 2024 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 4XSFmp0t2Xz5ZQcq for ; Tue, 15 Oct 2024 00:47:22 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSFmn5vklz4FCS for ; Tue, 15 Oct 2024 00:47:21 +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=1728953241; 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; bh=MDi8MO/H7JsVNgQ7aHuI4S3ZxhVUi9n4nXCMewKnrz4=; b=enaQxOl/KfX2rSuvpHPq5Q7Qi23ZJ4NiCHFF+I/Zo2eUUr+ZUNJQPkDm33a/4hNrP8L1ZC ss9foH1Q6MwJvypzLDHVINnqdQ6Tcrd8JptJLv7J58mZVevqA//ko71B1/VgO/8+Sldzv1 EmS2z2QYJt983UfGUbADHCEV+5LaJBTOC9rF09FHURp4R9moa/IHQMc4dWaXb4y7yXHJJP hpbRmPLBBtgwU/dkyNHJh1h8enF5nbRteYxXY3RcUuzUG6QK0wvsjkkh9KASE8TY8zscwh RtE6gWqbM1SqC0LpbFfYxg9aMMBvQpmxqpryN3IuaK/Oa1R+lD3zcYnHkTpsvA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728953241; a=rsa-sha256; cv=none; b=vp/oimmwx1w6ayTcPEaXTGB0vY8SY3jbRtPJg4oJ5mb+ev37pOHnDhY9xQizGNSXdOkHug ayZE2P/c4OqXZ/SYqyrOnn4hD2Ggj5sYNNhfOaPNRAFujgQqy6uN0XU+sLFUCGF2/QHKj+ 5fje5nYat1yonnGdHG/OFXO1ItNFlIkLmmnb1W6hoY8co2Hp9dx+EXYFRT3cyriCQ+Z2ZU TGB1xXQcA5dGP1dtAvwZg69AfvkqHuqP/peVfY1doPHJoPGkfmzZdQNIQ9iIppt60q82JH mHUSu6N/sBc/H6+qPC5otcZ4t0aycQ9WpjGvf/3S8nR8vY1gZnxjlK5I3tgPgw== 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 4XSFmn52pzz111C for ; Tue, 15 Oct 2024 00:47:21 +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 49F0lLqP015657 for ; Tue, 15 Oct 2024 00:47:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49F0lL7X015656 for bugs@FreeBSD.org; Tue, 15 Oct 2024 00:47:21 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 282095] enic breaks when changing MTU on interfaces with fib other than 0 Date: Tue, 15 Oct 2024 00:47:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: freebsd-bugzilla@thismonkey.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282095 Bug ID: 282095 Summary: enic breaks when changing MTU on interfaces with fib other than 0 Product: Base System Version: 14.1-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: freebsd-bugzilla@thismonkey.com I'm running a Cisco UCS C220M4 with an MLOM card (2 x 10Gb). I wanted to t= est the enic driver for throughput, so I plugged a DAC cable between the ports, installed a fresh version of 14.1-RELEASE and ran the following: sysctl net.fibs=3D3 ifconfig enic0 inet 172.12.1.1/24 fib 1 ifconfig enic1 inet 172.12.2.1/24 fib 2 route add 172.12.2.0/24 -iface enic0 -fib 1 route add 172.12.1.0/24 -iface enic1 -fib 2 I could then ping/iper3 between the interfaces no problem (with setfib 1 ..= .) As soon as I alter the MTU of either interface to 9000 bytes, I can no long= er ping, all IP breaks. PS. The reason I wanted to bump the MTU was I could only get ~3.7Gb/s of UDP across the interfaces: [ 5] 0.00-10.00 sec 4.27 GBytes 3.67 Gbits/sec 0.001 ms 1142296/428= 0693 (27%) receiver You can see 27% from the sender's side was dropped. Packets were 1460 byte= s. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 15 03:00:26 2024 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 4XSJkL43kCz5NkNn for ; Tue, 15 Oct 2024 03:00:26 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSJkL1y0Rz4V3g for ; Tue, 15 Oct 2024 03:00:26 +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=1728961226; 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; bh=1+31awSN2aXddLEl/Wr8Of8XKRTdJgvqcs7yKhn0Ajw=; b=h+kpewJ6AUQkMh6yIGIPH/ymkWL0Wz7/QwfVrJt2xVMKBDr30EBhPYFjIGuv6Otf4KxpdW sT2xJVKQb9wV4bAILKWR8B/uNk5KpEZWxvOBp8JMfej7+AteYVdUL+2yqlK8g2Y+a/o/eL JuRghdaorHnBUuqWa3vJhSZNHpiw0Gwp7Pwf8cWHm+QVQ5wlrVttiXKq2oJb5BLv3psDOB BMZGel/AzQRSk6k1V+ZDk0RIBR9AdBabma6uxvMFl7cESt9WPMcsYnrD0xL+WplZKKGJPG XlSVuIvArx9kqAfkdozDw0baTmA+r2CNz0eV6eS9VErusKpyS7P++p6MUtVB3A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728961226; a=rsa-sha256; cv=none; b=sbmtZxqn9Q5wjpfUlUcouqkDcb+yEto3Ct08wi8SjbVf7gLF/5YnBBgGqqv68rug2smxoJ F26dSd2gA1kBhRLyOat43ZId/hMpa2jcHgDmdkBwiMTFq0941X8BZGH2RO1yzifxgrKZod aRlDvTiwkf9O/Zj7oire6NOtuMZxj9xuBqFqdVGDtl7ZtI7ZAtBo1350+oOz1Gs92eGWZT 9XCzDEncuG2Xpi237H2wMhhp//J+1bRF7Gs1ojibjrOo9a3hlv0Tcu0wrrxjN2kkqCk6tN KngOD1VO0AtyjqIDjx+911apfizQeLAEb0rYnNLdK3xpWIaPF/D5NUKnQU68HQ== 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 4XSJkL1R9Wz147k for ; Tue, 15 Oct 2024 03:00:26 +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 49F30QhD030627 for ; Tue, 15 Oct 2024 03:00:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49F30Qnt030626 for bugs@FreeBSD.org; Tue, 15 Oct 2024 03:00:26 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 282096] Makefile.inc1 never sets MK_CLEAN to "yes" Date: Tue, 15 Oct 2024 03:00:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: truckman@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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282096 Bug ID: 282096 Summary: Makefile.inc1 never sets MK_CLEAN to "yes" Product: Base System Version: Unspecified Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: truckman@FreeBSD.org CC: emaste@freebsd.org Makefile.inc1 sets MK_CLEAN to "no" under certain conditions when the clean step should be skipped, but it never sets MK_CLEAN to "yes". This causes t= he clean step to be skipped when it really should be executed. This seems to have been broken for >4 years, since git:75766799863334570acf7a65510361f470ce3b3e. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 15 04:38:37 2024 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 4XSLvf1WLQz5NsDH for ; Tue, 15 Oct 2024 04:38:38 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSLvd4Hsrz4dqT for ; Tue, 15 Oct 2024 04:38:37 +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=1728967117; 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=41LJimloWFCuqchpgobSE5S2O2oZYTDev1fIe2BhYXo=; b=oB3L1BoZTIyH7i+CWBFdQMpOp5TsY2LjIkXwDnCfZJEYK2EKXRiWRfhkC6giphG6BOlx+K FewfSzE/ohSwdUsFkF03Tz60HQ4sfefafOjpkyt84j6PI/zbPgDs2dskoUcqNtIax8U7jM qJmQ+By89FZIimwkg2eop4nx+sFAoZYt+IC5atOUCtg4H9YMZcwlxILwYXboprDoP3gEb9 IHEFqn+N0oSVzuD253UJptEqImad21F39Ep4fvjwd2ALuGdzgH9vQ5ZoXhYCTnwxYvZ/tl qM1vTvlWnUKhDc6Nu7Pv9fPVvLoOUR8ty2M0wFmrbMHJ8AAvmNHTyxy95bmxfQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728967117; a=rsa-sha256; cv=none; b=bP/Lz08EsjXOp+JauT2ipbVwBFWyNxZ5QvYNzIbnPaw0Oc2UR07NGmrFEgIf6e7VZtBeei wipW7mY0rRVWBQn6vSpC52C+CElCzXfEP66LfEAk4B9Y73OVYuDjKfkKx+Eyh75T+yeAv3 U2/scTcij3zmk7YYMYMihYFtPoTuU0bs54tKcfJdlsICEjq9IjF5xkoIyIIgPXV121AnCV ADgS3ql5lAJRF5Q4OWjZezUkVR8ZzSSRQX66Zb5X+qid9Na/TfqbLRHZbneuLDpntyutlp GI5LjGpMPkaZ+N8L7mG53j90TtUroyyXIS0uPwstKM7flXj4BfHFU44S6ig8mQ== 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 4XSLvd3kV6z176V for ; Tue, 15 Oct 2024 04:38:37 +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 49F4cbTc099573 for ; Tue, 15 Oct 2024 04:38:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49F4cb2C099572 for bugs@FreeBSD.org; Tue, 15 Oct 2024 04:38:37 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 282075] ipfw: -n switch is broken Date: Tue, 15 Oct 2024 04:38:37 +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: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ipfw@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282075 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |ipfw@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 15 04:40:15 2024 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 4XSLxX2dd1z5NslS for ; Tue, 15 Oct 2024 04:40:16 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSLxW69SXz4ffh for ; Tue, 15 Oct 2024 04:40:15 +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=1728967215; 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=I4KmYQuj/phsyLt3mdQ1k/xWIXiNdt7TdPi/qW6N7TY=; b=AF1m+XKz0zWsASGoYFdAkjg+BYBdvESgAUrNEcqGCz4ZTXB2kxhi7byo+B2nDAK0gKSiCD qznZRlcth7cwh1c/NSsCPVuw4ejOgCc+vEHt3b+RUvY9GlHE4G/7V9BmAbqkGCFpbKqHFR C/n/lQ0gvhzCdZAWFkD3c2emE5RH9/tUHVwxMwRJi99qb27CG5Om501/iby0uNUZvlqRQx jf0aY0B4HRYHz3oqKQCFTMHQ7xalXTTBt2oJHotG/uMBsiV4q/yvfCNqytFhjCY/J1C0zO RsuB7CxkifjiR9lVU/oLt6m81bbgcWnv9AeLMBi7S45I37V4x8HDTrsYT94PRQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728967215; a=rsa-sha256; cv=none; b=mj+aWth4BQjg13MTXYJwtcdz0hUBEN/IAtGgvEJCKEEaC1gaTr93qP0Ix2G0X52sowKmVz veQ6m7eZSaOpvJyW9tanX2X1cfN3q5PH1iOWeOZ0ARn/DKsuTFOOvnRGq9GbarLhXZIs/R 0hlOclg3wEfRKR3DPFmFkN9Z8bPNe9I2oDnsontu+BHucQoIl1Fnbu53DT/pfsM5hE277A wiB4G4cuDEO4nO7ydThge1PNMQvrfh+uBz/SCaN1GPuYZer+VtlwkHhTdTsfovZA6cohwz HNLODu3Zo6EUmiWn5CtMJ3exqeAPidJuTyYtbk78C+45950MJmJ79AyxLbVxhw== 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 4XSLxW5ngMz16v0 for ; Tue, 15 Oct 2024 04:40:15 +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 49F4eF90000770 for ; Tue, 15 Oct 2024 04:40:15 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49F4eFun000769 for bugs@FreeBSD.org; Tue, 15 Oct 2024 04:40:15 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 282095] enic breaks when changing MTU on interfaces with fib other than 0 Date: Tue, 15 Oct 2024 04:40:15 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282095 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |net@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 15 07:21:08 2024 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 4XSQW81YCFz5YTyQ for ; Tue, 15 Oct 2024 07:21:08 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSQW80L1dz427m for ; Tue, 15 Oct 2024 07:21:08 +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=1728976868; 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=OMuOVE0l2XpXFCk2GsnJznNcQwx3e+ygRHuJWf8Pgdc=; b=jj0WhMqBSOmYVVjKkXqEyJ6FpfpE3guw/FDxLfGEvhVtD1MAOsDTqa1hdu64oSlqpoqaB/ 1F2ywN+xn0/fQuxNXBIl9VSbUKniuRGZnulTxbmi/GOs/AQJF5hZRUufIZb74fVEysD2IO juaRk0qIz9jc/J/qlLUdz+xGpyRwAd3RV19gEnemzl11MGiGkGMLVdEeYVcE/HAHeuuHOA MyAph8rEP9RzgNqSobNKFPl5aEgx48y4EAt00TmXt79eH0qBBXQgfJmpNK+TGdJrpnlWLU pLwtvoleZ7sVIOlZzATw1S6ZlWGPiF1mmX5KSJkp/nKPRt/yYIvAHtQohO1BeA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728976868; a=rsa-sha256; cv=none; b=EV6y57rx9Y4HabBhT3eTdT+Qhu3Vjt4dtxRI37wUWdCtLtETQMBxFPUFmR3Cwsndzfe9dl o6LOEm29wyM8LOtFfMi7Qt66pjLizOoH4MJWd3tHhVfFsbJ97FXgaogXm0IVvOdLWH9CbH E3JwB+moUeLKdUuj3KyuSfo5LGKpnlHqpCfbyeJ7KEygDeoglCRg7OEjdSQ0DQqNPKVUvc ri9Q5JKEsPMePByLPhrmFsU26o/OVmD9I3XLVppJZY16fRvlepmBaB9jCx57lbQ1Jva4A9 vsQOznbx3GZu+lRpJrUUwTQ1IMNqLvJTwniwT5nOmmLBfeTck/ueoEdTCIrGdA== 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 4XSQW773ldz1ByY for ; Tue, 15 Oct 2024 07:21:07 +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 49F7L7gT057709 for ; Tue, 15 Oct 2024 07:21:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49F7L7Aa057708 for bugs@FreeBSD.org; Tue, 15 Oct 2024 07:21:07 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 282073] newsyslog(8): options in /etc/defaults/rc.conf not consistent with /etc/crontab Date: Tue, 15 Oct 2024 07:21:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: 13.4-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: michaelo@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Works As Intended X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282073 Michael Osipov changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Works As Intended Status|New |Closed --- Comment #4 from Michael Osipov --- Thank you Ed, you are right. Reviewing this again this isn't a problem. It = will be a problem if then default of "-CN" is changed, but that is out of scope here. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 15 08:29:29 2024 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 4XSS2145PFz5YZCF for ; Tue, 15 Oct 2024 08:29:29 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSS210RMJz476Z for ; Tue, 15 Oct 2024 08:29:29 +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=1728980969; 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=Tj/S99hPqZ6J0f/tZYtEQfDbsy8X6M5KG42CoMD8xBw=; b=pvAJd9beegEnhb1N9en6J0pHqHci+QSgOLMut1rGZtKuVdRxdnyRjPj0z6uY4u4w6NIwDH 8pJ0O33/QHURzc1uIBKyJQBSWv1Zp/R59/b7iMrZgX7C3enAa+6ef5ydl8LXG1z9a1HA3E mF9jEk9qVTrpoWhqh1qWiOXKf3ic3JTv9nXUS5g5GsScMTqxRpUkAo/aUXUmVttAbXhla3 v1ItlkWq2OguW5dsMUHJPeXQXs3zQQDT+v9rKxJBdNi/lBYAmrjPMmT4VLWMFvkJ2y/4eu omJXIoL20/O1fENah5RZIDmcksNVwvuj6kh/HSgkOuWJ1XK5IEnPmvZpJDv7LQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728980969; a=rsa-sha256; cv=none; b=DXQ5xNW3onX0JOvmNfc1igecYPQmkvO/I/Qoop2ECrg3+fEhRCB823HLTjNWIQ+4eFFLis 8767zlBKAeqvcqa8tIi79ppyOYlLEdrrKxVYUNfdc6pEP0X3JajPd4CXkEho3M02M3Jx4Z ZIMaUS+eVAW4IwBsTqkqfjKcP4Dq3yzIMVtqAI27dkNVx7t78lSPnOISTkhPeFAx+MtKK8 xuhi2N3JF+LJ5Ilrn+4spGiwgOL7Xd2MUafRjucuKibIWq0OhA086avAVniUhv4+RJF/pH dttomi7UNjx7M7qMdpcCxW/+LGopK4YYnbV34QZREnhBigAJhWaZ2caYWIhRCQ== 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 4XSS2073dnzFQd for ; Tue, 15 Oct 2024 08:29:28 +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 49F8TSDx067579 for ; Tue, 15 Oct 2024 08:29:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49F8TSDF067578 for bugs@FreeBSD.org; Tue, 15 Oct 2024 08:29:28 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 281218] Quectel LTE MODEM not working anymore Date: Tue, 15 Oct 2024 08:29:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: regression, vendor X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dean.homola@gmail.com 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281218 Dean changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dean.homola@gmail.com --- Comment #17 from Dean --- I'm also running into the same issue using a Sierra EM7455 (Dell DW5811e flashed to generic EM7455) with OPNsense 24.7 (FreeBSD 14.1). Re-installing OPNsense 24.1 (FreeBSD 13.2-RELEASE-p11) resolved the issue f= or me. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 15 09:45:13 2024 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 4XSTjP6RTJz5YgLx for ; Tue, 15 Oct 2024 09:45:13 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSTjP0lJJz4LvS for ; Tue, 15 Oct 2024 09:45:13 +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=1728985513; 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=/ySpWGzT39GZLpUd17cFVNUSFrnSLLn96GCmjWGw+qU=; b=Sdb2+JeqS0k9WZd0WdtLmG152wlSGicvumlsld4v61R9j74F057gLlQu/xDioc10tBHzfz bMZsCmrG6BiHwRgQXKbpKloR8+TFlk+vkJ4YRmhUYq11jLVMoCXkQWeqQ+R5Hbfvkkzud2 IoM2sBYhkvPeS20dzAY1p/2PjbNiriDIqnCSfStnFFzbGVXqAYBN7ar1oe4p3e01rB8BOV NvphbqCMT9D8wX5KksdumdkfyLqSSDrph6ckfhUlQ4tis8ezE7h6f1ER1j2rx7yptDcoaW IXqpifcvylkV5pxTSTaMtfmh/QhUvMPqog4ktc1Tw0s/ydOP+iIskidFUSos/A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728985513; a=rsa-sha256; cv=none; b=geCVuczZt0MNwww5GPm5CeKeh3IAPMLhnQVsyuMcyaeK4apyhmTdkJz5QkDvCBc6TsZVsf OpSBdGDXwjV/6I/e8zDXNQ8VX4OVd7DGBrD3VqdRxLqKAcycv4b4hFfGhTNaitIjuQYTC2 r2xHut/fmVS/OuZ1tKs/gED6Y8vw5t9SKMBUPobV2JyJm4nCxiyZe/uBPnroiEv0jItcz4 OzmZnEyGqo5woQNnvy0JuY3tkhIlR7PxL2Rjoj6v1zTzQHuI6vdgLDCiFhAhAwDYT0Vm/o l9npKwDgC3m+P+HGnljMt0RRa6sCapkpsfAjl5G1PmdKBKbR+OdgnqN5b9Cxqw== 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 4XSTjP0653zHR7 for ; Tue, 15 Oct 2024 09:45:13 +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 49F9jC9w091778 for ; Tue, 15 Oct 2024 09:45:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49F9jCuV091777 for bugs@FreeBSD.org; Tue, 15 Oct 2024 09:45:12 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 243177] open(2): Add O_CREATFIFO flag Date: Tue, 15 Oct 2024 09:45:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: feature, needs-patch X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: rfg-freebsd@tristatelogic.com X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Not A Bug X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243177 --- Comment #5 from Ronald F. Guilmette --- At this point, after waiting more than 4.75 years for anyone to even just l= ook at this PR, I'm not inclined to spend much time debating the merits of implementing something like the suggested O_CREATFIFO flag. I will just of= fer the (closing?) observation that the O_CREAT flag was created for a very good reason and that reason, it seems to me, must necessarily apply equally well= to both regular files AND fifos. I am not seeing a clear argument to the contrary. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 15 11:11:30 2024 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 4XSWd01ZBXz5YmJF for ; Tue, 15 Oct 2024 11:11:32 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSWd00Dxsz4YWB for ; Tue, 15 Oct 2024 11:11:32 +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=1728990692; 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=EyJm5qwcNrKVV8l7hkpk2kWfVfoyHLtwloKScCJS2qk=; b=wOLXAncIAVbFAt9D4v3a+HRLgm9SipNc5jq2QaKrXuhG5u2QejgkrC6rIyWvswpL2hvzB/ qDwvPFNUxkcx94O8iNpOMWKyowjKYuti/vzsau2ledcL/wKM8uTmKECd6XZ8pm/2gZhMPV yfr/J4iH6h0PLjBvf6OALHhmGbUIfpXfpz5msNpT+SpVE01hbTnxrgcHdHgFuhBTfByaEe nw2b/nOkOHJxP2DJNkvGZbtQVpaf25IZttaYtVi0IKRjjScyE5ytfzUpzgm97yI1sTyo+C /lCY0HoniZKY/CWxTdU+DYByFRFwk+42zz0JyTEibf/xA6pLMwCgN4HdFPW8SQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728990692; a=rsa-sha256; cv=none; b=IfnfLLmgqT9Ssqhr875D5TNZx0ylmnG2c82Zb8zOLdEEzgePbv8kZiQX/aZUgV+bfstTc9 yfrryKEWJqSzH6sMJBtN3Xy3kvjtGtF8IyC9yV4nfvX5dCeqstN6/8xyEKnQRWZuhvBJAM oCK88YTnlLP/+/qyZeDcL4jhUvRZIVL4JP58BTRIw6FsZI55ZPWdRiLbco3kBXeYGK9ytk vQgyAD/MeJ3RKwz/IQnM1d0+WjKv64gTcNQfGGeEnNmGabUjhdrCPu5RstGSy8M3deEkJd +eQ83Z+10WdZNT9wh9//lQFa1qXAGq8sPvordNtqY9affo86AC9W4oZDxa7t0w== 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 4XSWcz6zHjzKVh for ; Tue, 15 Oct 2024 11:11:31 +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 49FBBVZt028747 for ; Tue, 15 Oct 2024 11:11:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49FBBVAA028746 for bugs@FreeBSD.org; Tue, 15 Oct 2024 11:11:31 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 271607] 14.0-RELEASE metabug Date: Tue, 15 Oct 2024 11:11:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: tracking X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: crees@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271607 Bug 271607 depends on bug 273661, which changed state. Bug 273661 Summary: freebsd-update install: ///usr/include/c++/v1/__string = exists but is not a directory https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273661 What |Removed |Added ---------------------------------------------------------------------------- Status|Closed |Open Resolution|FIXED |--- --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 15 12:21:58 2024 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 4XSYBG5wTKz5YrjL for ; Tue, 15 Oct 2024 12:21:58 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSYBG3Kckz4kFF for ; Tue, 15 Oct 2024 12:21:58 +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=1728994918; 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=ImTZHTj27oQvJS8WBkNbPG0IQsOaQRyt1K7QS5Laq3M=; b=Ae1R7SobXN3I4d5gg7Ebhx4Gd5buzLjo40lp30qwW9Md64RL1yQOEWgHyWbIegXRgfxPEp ibe2E+WyZB0DHJcbmW1lTocYf1kgj08v4vrFw8LK5Y8nU18h0X3gPomwY36zd/jsjic+E0 e+Oqvpqvc8omOKilKv6wc6MLI9De8eMqThkvjInaJhpyMZYd4nLpssdfJU14Z4n9BgkSpg gj9y0I7PypHC07lrWYoAsOQ1EhYTPbHQGcVxs5LClO1/rZ9izH11y5sUML01clP8KU13Ny e47hTbPDlB1i1P4cWWBMTjnPCErMgTxr+q2KFAGYk5LVB8sibUb6H4WBk8S4hQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728994918; a=rsa-sha256; cv=none; b=PzGD9Abq5ryueIe0BlH7YzL0jhAj8TLru5SeaC3w5POIfk/Y3URrJimH6XhWgJZnIta2/Z H5NWhxJA86gXIBnaUpBwoeJ5n7K1VuwIVXjd2u7F2hBS5GbY+OnwfowK5rpWNM08g9tfLb ERV/Y9Qnb/sUSRO+HDKY/yCna+m7+OyR4J9VJdx3CSnioeW1DBE7mlnYGTVWZIkWCfdxP6 98eSiyyolcw9tduO4a2OF3VLSgTRGKQnAUkVF8bg+fgHKzw1gA+KMQuqLxPRraiz9QP5wV mOOg3EnUdkk5Bcd7mq5aQ+QMqUCeXAlaOtjJBMgh56GLnouABmydvyEw6Dm2DQ== 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 4XSYBG2xHhzMD5 for ; Tue, 15 Oct 2024 12:21:58 +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 49FCLwM1043717 for ; Tue, 15 Oct 2024 12:21:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49FCLw5e043716 for bugs@FreeBSD.org; Tue, 15 Oct 2024 12:21:58 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 271607] 14.0-RELEASE metabug Date: Tue, 15 Oct 2024 12:21:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: tracking X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: crees@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271607 Bug 271607 depends on bug 273661, which changed state. Bug 273661 Summary: freebsd-update install: ///usr/include/c++/v1/__string = exists but is not a directory https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273661 What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 15 13:34:31 2024 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 4XSZp06TpNz5YxZp for ; Tue, 15 Oct 2024 13:34:32 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSZp04V9bz4rX0 for ; Tue, 15 Oct 2024 13:34:32 +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=1728999272; 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=HVC9rdJ/jWLElK8BAQnzAwQIASUZTtrs5/QRb2yZgSs=; b=IFYEid5hOpLAAtIiUFlIEWGfwzaFWAhe1/7znhpC6xDfAcwCejd6fdONG+qH+OPNVPIcku YAFBfcdcL9hKlUH8Cn+QiqFlOnmiUtPC9iwnsiKLU64gr3e9na6fEIk0SHizeJeOlNWySC HGKoxnlRU5o5u0m4Iq7Yoei99JKvlFsds+VC/u3NShrt3arKrYy2T2vztgJeYTX/hDGKtZ //IspztV7Phc3+BnoPJSh+TcoYX43plZxcQ1d9eBYbC77iLuxMx5n9BejhqoeeQ2lDkUQe TYYbqvlxDfXEL7A01mgqLryl7O2aIJcEyvGvCwxV85kVCx0Wv0qfMzbtWR7CBw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728999272; a=rsa-sha256; cv=none; b=AwVfgiYkqQA9Kk5W5dCfE4gxqoTlv3Wxk5eURoQ2pN0d5+aKivRpozvxTdyVv1NUiBCSJa fjOVCuRU+gQIEr3T3h3BdlHE+obms4VAUCt2LLxfntoGj/f56hBMyLYh74/uVTSruXjwQI TrH+4MztBvLo0TFP77q6UraaaXBhb2TvIXIbf7qEpaPRLaRuNRs/ezuRBLt4DtSltqn4gx AOn6HQeXJ9GMaZGxQxosq9oq5rS9Ae3A0mL67WXCuKMnvU45QHSJWgtJOCMb4jlKyI3UdF SrXHir1kh9vDOBwhPpeztYszsOYCgPhhbEdNrZ2AENjF7IRJwar1BGTV8sPcLg== 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 4XSZp045rpzP9X for ; Tue, 15 Oct 2024 13:34:32 +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 49FDYWxA051369 for ; Tue, 15 Oct 2024 13:34:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49FDYW0R051368 for bugs@FreeBSD.org; Tue, 15 Oct 2024 13:34:32 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 274522] VM image's rc.conf has many repeated lines Date: Tue, 15 Oct 2024 13:34:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: 14.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: cperciva@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to bug_status resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274522 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |cperciva@FreeBSD.org Status|Open |Closed Resolution|--- |FIXED CC| |markj@FreeBSD.org --- Comment #3 from Mark Johnston --- This was fixed by commit 97bd53ef4d20b7d15e0b0976e885af9438f5637e. The rc.= conf in FreeBSD-14.1-RELEASE-arm64-aarch64-zfs.raw doesn't have any duplicated lines. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 15 13:34:33 2024 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 4XSZp14sd7z5YxgP for ; Tue, 15 Oct 2024 13:34:33 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSZp11dq3z4rc5 for ; Tue, 15 Oct 2024 13:34:33 +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=1728999273; 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=JuvdZLWgycGbRY2YLWi5IGDPaPiCWC1gjgZC6cBQNMU=; b=ttU2qCb7sKxgQa53oN5ZYbWrT7apxcqSEXPGhV7q3Kx78HKfIevHVyr4T0WQq0wjD3+Rc1 C54/M4MgHkmYAbLs0O8L8Rc3PQqglIE+OD1wsRiXCxecZbJT0m/Nq2iDVOKS64+pe+yjwO iGTQn8/7uX7b3NYaqLQJ22cfMM0X9qQOXNPMalYbdmzs74GYJp7znaxnHtnz8TwziaEUDY 3ZvnxpzBkDL56VJYkwUg6/6G+zLQtm4cHVZx6Cm9EpkylLTWJEMlTxs0uY/CGkVF1qMpuP MQQop5rxofMNfgkCDIQNspUlkoR1Rp/qMWGBCeiZD0fsrHbIqJ/WXnf/TqONCQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728999273; a=rsa-sha256; cv=none; b=OKvkimsVG19WeimGPtB8t6m7ydz+aCpTDsDejjVMSJEYSrsu0lgZme7Q55v6Wt5Z/TRxgn S4HsoYkiaGKhkR/w/TqDF7B6MfrCVzEI+8LC7gqQKEAFAsejVWKSf5B+wvVZ0LpEpvFf13 JtyFmV+u7JPEsO9QwrNb0N+1MAIB36LJl9ksCsr63ntywuHVbNoxagDRma/mhTCSlSHR97 +b3WdoMhL7/T5TVePHJxio6hCYdpqJ5krZA74I0l2UN1MR+0KTHceWczVh0+QCWKd4mBZy Yz0AnNIey8WJYbVO18t5TxOF6JgDNxt2RdUhsmDgAJAlx1V96ii4blm1goeIPA== 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 4XSZp11CmhzPC0 for ; Tue, 15 Oct 2024 13:34:33 +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 49FDYXj6051398 for ; Tue, 15 Oct 2024 13:34:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49FDYXqm051397 for bugs@FreeBSD.org; Tue, 15 Oct 2024 13:34:33 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 271607] 14.0-RELEASE metabug Date: Tue, 15 Oct 2024 13:34:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: tracking X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271607 Bug 271607 depends on bug 274522, which changed state. Bug 274522 Summary: VM image's rc.conf has many repeated lines https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D274522 What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 15 13:37:23 2024 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 4XSZsJ1bjRz5Yxk5 for ; Tue, 15 Oct 2024 13:37:24 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSZsH4znjz4sN3 for ; Tue, 15 Oct 2024 13:37:23 +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=1728999443; 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=CLknYP9FesULJrS1De1CLgKb87RBqC9jOX6C2i+3SDw=; b=ATjteXMelg+yjjwiAIOTCzZrh61kpg+F4mZqz3cL8CTkg8JhXWCAqjgI5Xm/D1zeiMtWzj THQStGR/B8FVYHsvYCCIWL1ylc9gcTXloF8RZeyxqzz6LWznCF5wRf0JVUoFcz9SFFFPSX D03lNVPaH3fOx4YZc03D5GawQKliAxw7nFajMfIByjz/9YJmzKGLG79UxxQGMBr8P/Z2sL kqfRrVZu6Z0AFIxtNmUVC+mDykR9KyY8kYe+/hSHRuxhonHd0qE8WIcIrKPVkaKp5dxK9K CwRVFupbrtpZV+G+JTNf6xGK675yRmkgxhjKPjZHHgYN+XuPH/CeKzB3Qfkbew== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1728999443; a=rsa-sha256; cv=none; b=peI6ul9ONawmG4RmQcmlLjybdzZxlYYmubtH3L8L0CJve3E43G4+Zs+CnPCgUoUkz2w1GF kbTo8w0pitmlAzI3Rl02n7J34t0KobMKRaQe3xrVYf6GG1HuoIcVXinHzy/vrH2Hc7NzAE 260yOufal3La77V+/KB4bUqG/8l10RN2NH3G5cd4HwmwDU3n75M+NGMFFLGcVYWnoMpVU1 zCALj1w/zX7BoLEXVulSRNn6oTa2DONhUMGvAL3wZXhfuhWs4xhTiB3AvKntsQmeUIl+Vp 2UZ4JOT4cciT+jFFBc3uzKoKRB58nPev+gO/Yb4u5YqhYhUqMAHisdXqq7s4Pw== 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 4XSZsH4SGFzPRM for ; Tue, 15 Oct 2024 13:37:23 +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 49FDbN1O053096 for ; Tue, 15 Oct 2024 13:37:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49FDbNOG053095 for bugs@FreeBSD.org; Tue, 15 Oct 2024 13:37:23 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 262655] [13.1-BETA2] cosmetic arm64 qcow2 image has duplicate lines in /etc/rc.conf Date: Tue, 15 Oct 2024 13:37:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 13.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D262655 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |DUPLICATE --- Comment #3 from Mark Johnston --- *** This bug has been marked as a duplicate of bug 274522 *** --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 15 15:18:17 2024 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 4XSd5k0fDKz5YYw1 for ; Tue, 15 Oct 2024 15:18:18 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSd5j4FRWz4GCv for ; Tue, 15 Oct 2024 15:18:17 +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=1729005497; 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=nL31ESZ6rkKyl+Xuq3nf2dbtXhjQmhVaVB3wMX4CIyc=; b=G/PgvFaqYldB9fFO19ElTHcpSPjHb8Dbvxn3Xy7x+8pg96XXTIkGKNQNFM9OrEKKQjBSy7 cfqf81DDPxjixN5OCeDBMLgPBBUvP5Mza+02T5QIJ8zM7gHkomSa2Cd6W6OAu62sryWA35 JH9jrMKLeEDY/+eP1UhPSz2gXpl2GVj+tK83YbypF5Evjn488ahm354pGFzVldjP6dgFs4 xO7375q1UEg41uczxIxud5/QxpXJehw6zmFDAOafNhaH+ElM0BeIZix7QdGqMREh9ljKyH SmBuiTrsGPLVPyL/9Uya1opmPw0QUCwuOqPosZS6kdxF3Qj9tr14TShkw503Pw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729005497; a=rsa-sha256; cv=none; b=bD2fvQp7aA56Kuz/2j6o9xWP0FH119V+xcPNwTk7uc5qedr1/nuqYVuw1tUfjx4QXiSy/B xsF5dBoLwfj6XG9bovrC+C0y+GDEQEEWYpalyOluksXcteBwkmb/tqPpoGi8N7BdqSms6u 5yEnHKOXRbv8yqlPcO4lR3PCBvfExBwAFnGCkdLXLLs0GscI1mnRVuHZed3XFLWzU1aTMu BOs89te74SYvVeOZr85vT2zrgrPq1kAfsZUcH6bgsvyH9hmRZf+VsnTOvub2FItror8GdB myVZx4zQY7OT4FnbFlpNVt6jk7BlPURMPoXDdX9FBifnkuevT4cqfzILS0NfJg== 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 4XSd5j3lCKzRv1 for ; Tue, 15 Oct 2024 15:18:17 +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 49FFIHQc017027 for ; Tue, 15 Oct 2024 15:18:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49FFIH0e017026 for bugs@FreeBSD.org; Tue, 15 Oct 2024 15:18:17 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 279381] FreeBSD 13.3-RELEASE breaks isp driver with Qlogic QLE2692 16Gb fibre channel cards Date: Tue, 15 Oct 2024 15:18:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.3-RELEASE X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: drkspc@mailbox.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279381 drkspc changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --- Comment #7 from drkspc --- We updated all of our servers to 13.4 by now and everything is running fine. I'll close the issue for now. Feel free to reopen in case of ongoing issues= in this context. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 15 15:35:08 2024 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 4XSdT83rW2z5YbWH for ; Tue, 15 Oct 2024 15:35:08 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSdT81XrGz4JYL for ; Tue, 15 Oct 2024 15:35:08 +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=1729006508; 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; bh=lvObza9wrovVlBW4iiXMi/VKVJMSr62eS31ellUhRHc=; b=wRq+mAZJf3hbvpqad8ygBgMMIGn17HZAZipsHYkjqOCVZMsmhlwbvo5D4MsnhvP1Xahpdu o3VtdVvH8HaB4TPwP2lO8BL993z6KnIkG4OuxWbE0s/I8HnXoLKgpBQuYFc9GneD3a1qVI faPcIfwc2nvlIvoS+OUwHI8rpS9ssRbE6pIa5lC57Lmh4OjeuZ2kyIEvDwrAJaqqJcMTr7 fI6YtZx19Y9CNNxAUoG+LtR2wh41Ws+O/qapM1glzKgN4YtFVfCOsuBtOIEEGMdaUG+Cbj yN64VJ4mUILy0CIW/7tk0E6jKybdVEhkMhxWpBOaZQ/YEyeJ6t788n+AecYJVg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729006508; a=rsa-sha256; cv=none; b=P8AfIB2CwwWjcFvnljK5QdY4IJ/VE2JCCwP71dIcT16TPnC6ePVCPGJ7+UX4TqkkUjwWB6 e96dEOM3nI4Mzr+1WUOpJ1P6qQcLJItHF2pIXOgHF4eIGQFQmnARBGutlrPuJSd2s/YEXL ujMMJmxRDCQwODvDuGYLheHMVa0hcvGOtEkD8F1ZCxYi8m+2vMYmCsKw0ZIkX/Gs4BF0NM NICtG+7D7Av69pC1oL9PjmsMQPkZnqC3zlGpOMFxyNLn2svWdqfnYm5yveNIoGXdiS1Is/ jJMUK+b85vQ9pnxFMRVGODLA3UYkwAL+E/tTeQ/Ho12GUAxUZ7SVM1JavHXUFg== 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 4XSdT811ydzSPT for ; Tue, 15 Oct 2024 15:35:08 +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 49FFZ8RP046313 for ; Tue, 15 Oct 2024 15:35:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49FFZ8rp046294 for bugs@FreeBSD.org; Tue, 15 Oct 2024 15:35:08 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 282112] release: latest GCE images do not work in Cirrus CI Date: Tue, 15 Oct 2024 15:35:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: asomers@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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282112 Bug ID: 282112 Summary: release: latest GCE images do not work in Cirrus CI Product: Base System Version: 15.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: asomers@FreeBSD.org Cirrus CI is a major user of our GCE images. But the latest 15.0-CURRENT images do not work. A summary of their error messages: freebsd-15-0-current-amd64-ufs-20240905: Agent is not responding! freebsd-15-0-current-amd64-ufs-20240912: ld-elf.so.1: Shared object "libmd.so.7" not found, required by "pkg" freebsd-15-0-current-amd64-ufs-20240919: ld-elf.so.1: Shared object "libmd.so.7" not found, required by "pkg" freebsd-15-0-current-amd64-ufs-20240926: ld-elf.so.1: Shared object "libmd.so.7" not found, required by "pkg" freebsd-15-0-current-amd64-ufs-20241003: Agent is not responding! freebsd-15-0-current-amd64-ufs-20241010: Agent is not responding! Note that images prior to 20241003 _used_ to work. So those errors are probably coming from newer packages. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 15 17:03:45 2024 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 4XSgRR2Qmzz5YhsJ for ; Tue, 15 Oct 2024 17:03:47 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSgRP6SCzz4Rqg for ; Tue, 15 Oct 2024 17:03:45 +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=1729011825; 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; bh=E8UCt786nS9FwEesxc+Lk7Lz+tzO2EDVmatdSb4yT5A=; b=EfuRaWXdvMezPI13sVhTVJGsBScPTFVY72fxfnolXPV0RrSrucMN6H9y3xBaZZj8etYJeC 207JIVeJXslG4vpGCM4UM+FGF3MA87/7DuSi05L4h1PwdsG3qWeIod2uKn4MSN7GQq+SM0 JXxc2GV5YVXOYurv0DE7eeGghmxK62tvbSyYS/CGpiN7toIYXsFk/nyeNNyXrDAXy4xV0k yXrCwi4RSJipTnoK95MTTdEkQDVtVWi+WdZcjVBhBXhXL7XZCjzmLkDGX+/8KT6flZ+P2K BRYZdy0OJrSn9D0GLy5FrtiuBKCrjx6nNDz7VpdHG5NOXYkktwNE/Jsa3i6f1Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729011825; a=rsa-sha256; cv=none; b=Wv+wTuPjyCDHqjTarKmPyrmTR1p05EiYXC7QYDnFM+ni4Jsws7xHv2C5Kv5Dd77jWkesTe HxHtHHs0VGfujklVryRH6QlR+9D1YqLJOz9Q9hHkVHJ1XyvBd/YzRXpHMj0XCoT9mSoZyu pu8sveiD9vtpjoXQSzAFPYbF9eR1Z/bSwJOadlhXCor5gm8Z66PYXPGTUQY6i4/vpuRaNP 4oWc3tm42qkZCOQ+6qHdXNnepZ6+IOnRZIgEALbbd3kYzIEdmPm59xo9naUeg8YgzoyxeO hWqVvrQamaAk0D8MJXv5Kcs6RrAC0kVvuZiTEZIxJLiaGOJRlT8IAI8hK4hmDA== 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 4XSgRP63gpzWM5 for ; Tue, 15 Oct 2024 17:03:45 +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 49FH3jc8095048 for ; Tue, 15 Oct 2024 17:03:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49FH3j7H095047 for bugs@FreeBSD.org; Tue, 15 Oct 2024 17:03:45 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 282115] GELI + QAT - 8955 performance is less than software encoding for block device acceleration Date: Tue, 15 Oct 2024 17:03:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: james@elstone.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282115 Bug ID: 282115 Summary: GELI + QAT - 8955 performance is less than software encoding for block device acceleration Product: Base System Version: 14.1-STABLE Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: james@elstone.net Created attachment 254268 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D254268&action= =3Dedit Memory Disk QAT + Geli Test Steps Having installed an Intel QAT 8955 card and tested performance, there is a significant decrease in speed with the QAT card enabled compared to software crypto.=20 The CPU used for these offline tests was an old Intel(R) Xeon(R) CPU E5-240= 3 0 @ 1.80GHz that has the AES-NI instruction set. Fresh install of FreeBSD 14.= 1-p5 was used for each test, that than a custom kernel with AES-NI removed. The disk used to test against in the results below is a WD BLACK SN750 SE i= n a PCI slot adapter. The DD speed to a mounted volume for this disk is 1532 MB= /s. The script to generate these results is attached for referencem but uses a memory disk for testing maximal throughput. The /boot/loader.conf is: dev.qat.0.cfg_services =3D "sym;asym" qat_dh895xcc_fw_load=3D"YES" qat_load=3D"YES" cryptodev_load=3D"YES" Parameters: A:HMAC/SHA256 E:AES-CBC L:256 Crypto: hardware irq85: qat0:b0 77310798 1368 irq86: qat0:b1 120404887 2130 DD - DISK_BLK_SIZE:4096 DD_BLK_SIZE:8388608 DD_COUNT:25 ** write speed: (66,475,964 bytes/sec) irq85: qat0:b0 77310798 1368 irq86: qat0:b1 120833699 2137 Parameters: A:HMAC/SHA256 E:AES-XTS L:256 BS:4096 Crypto: hardware irq85: qat0:b0 77310798 1367 irq86: qat0:b1 121389848 2147 DD - DISK_BLK_SIZE:4096 DD_BLK_SIZE:8388608 DD_COUNT:25 ** Write speed: (61,894,122 bytes/sec) irq85: qat0:b0 77310798 1367 irq86: qat0:b1 121841632 2155 Parameters: A:HMAC/SHA256 E:AES-CBC L:256 BS:4096 Crypto: software DD - DISK_BLK_SIZE:4096 DD_BLK_SIZE:8388608 DD_COUNT:25 ** write speed: (110,486,470 bytes/sec) Parameters: A:HMAC/SHA256 E:AES-XTS L:256 Crypto: software DD - DISK_BLK_SIZE:4096 DD_BLK_SIZE:8388608 DD_COUNT:25 ** write speed: (102,362,135 bytes/sec) The above shows a drop in performance of 40%. Additionally when using the attached memory disk example, the throughput of this system tops out at ~135Mbps when writing to a mounted encrypted ramdisk UFS volume, with the 4 cores operating at about 25% each. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 15 18:26:10 2024 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 4XSjGW1rMnz5YpDX for ; Tue, 15 Oct 2024 18:26:11 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSjGW0CDfz4kLS for ; Tue, 15 Oct 2024 18:26:11 +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=1729016771; 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=gQHYNqv6cBnLz73GkMqwesnroSVwbTTZh1395ZJul/I=; b=sSuBHw0X2m9pi0t/i8P0N8bvNYS+OcniuC+hAQUooKVOo9O6uXsQYknVdIQ+Jm986d0TaA gseabwfAiZHw9CFLH3rmhd1iRKpBFZlu/07Nhy7x8fq5TMhMb+1wmJEYgxcavwJ2oMtRWk Hkwm4KF8+GcAytsngPk07aCPfvPAM2Fvr95C2Ngxy7xO6BT8BCXE3kiKyKXx51sItJs5Vy T+4NMjEKLmXiRU8ZMK71bj1AvG/1X2e0Pt5lrPe9bdqF67KnT1uvi3JgP54O98FB5uHqDG Qym8dAy5/exLheeh+SYJjLeOraG+ri8y52esISJz95FbtPbaydZorkIYGXA5og== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729016771; a=rsa-sha256; cv=none; b=DcyATZtZzCyHCwiW5L64q6wdRgfDxUG/RQ4UbLL/Xc6pPm+HCnBEBsLnSlffCgPR2M3dcf hHRw6QhrBIqcvgJUPRbhg6QEYO+M9z1mJNUBBvYGgiJvTfYeLe4nt9kaBMvbzfifEXXwE9 VXR2GPltSVJgw4n95JQyNd4VbDudFKKDW8X5jDsf0tEc6wVVEzx8L18soc7EeHWu3/1cAx gfvNZ3EGU6S+Xtgwl49DttB98OIV7YZoz0jEenLRnI742g+LAHennRBaG+k/ZBxMmR/Tqj HQme+VqMbyXkGdjbG6XYoKaNmr9xmCjfep/zN8VR0PjYkE1dx+ULjogeExc49g== 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 4XSjGV6tRWzYCG for ; Tue, 15 Oct 2024 18:26:10 +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 49FIQARX029794 for ; Tue, 15 Oct 2024 18:26:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49FIQANN029793 for bugs@FreeBSD.org; Tue, 15 Oct 2024 18:26:10 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 282115] GELI + QAT - 8955 performance is less than software encoding for block device acceleration Date: Tue, 15 Oct 2024 18:26:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-STABLE X-Bugzilla-Keywords: performance X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@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: keywords 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282115 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |performance --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 15 18:30:43 2024 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 4XSjMm0ZSDz5YpHF for ; Tue, 15 Oct 2024 18:30:44 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSjMl6Xfcz4kxT for ; Tue, 15 Oct 2024 18:30:43 +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=1729017043; 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=22TQvTe3c8GMc+G18uloLbl72xQZTPGZtCdQ/XUg8K0=; b=ANcDlkt4qr66VELu3JSTNCot4Sw3VVBWuju3KJ0F7WnblG7/Iyc/qRoHI6/eVWqUeIQr0K AR3YxbWZzYv/qqfsQNVksZ+fcA0LIHfMmuP5mYHlfD++Z5NtsjZFPx3EWs8/9XAISty28O RnRN2SrbKx71jpR++k5UXR4BoSuLd+IxDzYGX0kXqjGAIJjmnG2WfMvxWsncgNctk5rcnQ ZWGrv//6Gm4FsW9eKXbu/kmb/T8vMcsAoZcjXsU+Gdzh+QjQhJSwl0whn3IguXQbcjxI7H oec77iHHEnZX4TZ9XpS397YY5N9SFPqNgaEvbEwTenvs83x2QJH8mdq43P9NmQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729017043; a=rsa-sha256; cv=none; b=pw8faOapGW2YxUldq4/1ykO/z9Dag+XaYmv/gGRx5/shuzl0NQfArJNqCghR02e8Xnlhrz k6HXUv/Bcp/bdz3HXfLsknb3GZMQDFWsTFDRsrDVC5ytPLLxDMCEVAWLQhIJIjdFGPy3Ex hI559BJR+k4wb4AD9OFbrdTHiqR1HC8hicu8TeC529SSzRS29aeu+VCO8PVyP6mxzRD3s6 kvzsdhBDqhlyavUk/Iv+0KhK41ACEDE1K7HRzroS5MCZ2mco8oEnCQIT3HXngf1x8Tq1vH QXr/m7lM3KXdOVkdT0nZSJ6HUOMM+WcJn4MFAwZbv4O9btUWECBI4qLWL3WhPw== 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 4XSjMl5tzzzYX5 for ; Tue, 15 Oct 2024 18:30:43 +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 49FIUhM0032697 for ; Tue, 15 Oct 2024 18:30:43 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49FIUhvA032696 for bugs@FreeBSD.org; Tue, 15 Oct 2024 18:30:43 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 282112] release: latest GCE images do not work in Cirrus CI Date: Tue, 15 Oct 2024 18:30:43 +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: 15.0-CURRENT X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: linimon@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: keywords 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282112 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |regression --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Tue Oct 15 21:06:13 2024 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 4XSmq95vWTz5Z0hB for ; Tue, 15 Oct 2024 21:06:13 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSmq94h5Cz52jT for ; Tue, 15 Oct 2024 21:06:13 +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=1729026373; 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=HS2aHJE9YVC7z4VZjA1SiHzLc0rpa9dWfj/g8kA4CSc=; b=evnoAXl2sCecLyqPW6ltNw6tEk/yEDXI/cKB1daMVczfpAzkeNSrhXS4GGgwTi87qSn/ts +gyZZoGB26rb3GAHYN6ckIkll9UaA06HDHmH1Zn32/KOS4J+nq40tsb3Cw5dxVCwLuqTRB 08WM3/nROCR98KGXWGT7jdCrm1WPrTCkpSwvO8ISF8UGTnTXAlSih4LUqQnO6IEZkhkcQO I46JFhad1Ov4ZSoTvfAFPhmAYYeg1pCWKYvFMUex2J+C632ziPUyKV1bN1h5H7qtMsBfVP NvMdInkpBCAzh9i+dDj9h4cUA+vfsoNideVp/GCoAPRk6hdic1/peNNilScroQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729026373; a=rsa-sha256; cv=none; b=DnEm1agOFa3Prk7L1NUTeOloDaYD/pbF7kpbrSdW+e9WmcyFKlTSlFurc1H2SJYV7YwoLf +UlwfwdLfAz9t2e/XXJRtFg5q5DS7HiH94xKQbfslOsQhoGvRDzqVSA3baAiUxeoOrk0X+ 6p34e48GcnJB9r5vnpbWujg+q7g04hmXyhkJlw0iYk3C9IQBiHIJOx5CfnfFGzDpXI9Q3A QQrOV//pZKE4wJSLOcPXxwba0l/aIFj460kWQNB0DSQ8GzugpkcEcyjSDx5xETcsa+pTqF 8IGpoWZHHzn+pF75zY/0MlCYlZna/Aq1PaGk8VVuxSFEOjhnpun/GXNGKoqC8w== 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 4XSmq94Fp5zdmq for ; Tue, 15 Oct 2024 21:06:13 +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 49FL6DIN065838 for ; Tue, 15 Oct 2024 21:06:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49FL6Dct065837 for bugs@FreeBSD.org; Tue, 15 Oct 2024 21:06:13 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 282115] GELI + QAT - 8955 performance is less than software encoding for block device acceleration Date: Tue, 15 Oct 2024 21:06:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-STABLE X-Bugzilla-Keywords: performance X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282115 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org Status|New |Open --- Comment #1 from Mark Johnston --- While a 40% hit is steep, it's not totally surprising that QAT is worse her= e.=20 The general tradeoff of using an offload engine is that crypto request late= ncy will go up, but you spend less CPU resources, and offload engines, QAT in particular, can service many requests in parallel. That is, if your benchm= ark is to dispatch one crypto request at a time, wait for it to complete, and measure how long that takes, handling requests on the CPU will probably win out. Here it looks like you're dd'ing to a GELI disk device, so each I/O is gett= ing executed serially, i.e., you're not getting any advantage from parallelism.= Is that right? What kinds of numbers do you get if there is a lot of concurre= nt background I/O load (e.g., from running dd loops in the background) or CPU = load (e.g., from running some CPU-intensive process, like a kernel build)? How much CPU usage do you get in your benchmark with and without QAT? Have you tried similar experiments using the QAT driver on Linux? More generally, what kinds of results were you expecting? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 00:39:47 2024 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 4XSsYb3kJ6z5ZDbD for ; Wed, 16 Oct 2024 00:39:47 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSsYb1GWNz48TS for ; Wed, 16 Oct 2024 00:39:47 +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=1729039187; 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=z8UKnqW3G8C6EAu8+oQtp9M30p81GD/YasWOu9zgGTo=; b=ZQAs/c1OEkWxVbMD2eDRt35mRgTh690BGePF4dY1RHume5NOHOc2s2qbtZLKm9M4gkMMSl w9wmHg1Ndx6P1o6udVskmKwW9BvpS8qLT2fz2tD8f2ccwW80cxJRTb1OqOErTn1F+c11kX w3YFBmOsGi2P8nwa2TYje15ZeiymMJVkg/6bDT5bXnp5LMlC1Hgb9AuwQkZXN6OfUP7PqL zVUmbRka61yMJwX6bCbQFfpOHrzEkunLlxJEtfUOLa5qUU0WvmFNFTEqcCLUbLB2z/1Q+t THsgeRG3LrIRidbNjccPw414smh6p74BxLWrXm4NnG3Ksc2zw1Rf13FkSKmtXg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729039187; a=rsa-sha256; cv=none; b=HaBumPdU05coyMV1uKKVpzoInLXTZF0EVJKgU+OXCOsArXyjexvlsWQ1cvZwtAK1p96BvH +chDX77fMQL7SOHwjRuzCbBUaE7xyFNGNKgUO7ATAx9Use0o2A5G6EVM12mrIkr/v956a3 euVlHRMLaQ1J8NKA6vLynAqcrUQQEmxb1SXxuEtxz6FY6sJn5yAa3Zr5aNJYS2dCseQXgR 1y2vlusYP5bXIPtGbpA7yJSlKkWxRSc8TIk/0xlZWyg7mXWHFC85xQ0Ir6wz/eEtC0SpK5 IerRtXPUSgbZXhirTKMk6+NuUVs+DU//8wA3qXZA3K+JjtggMfCv0CWJ5eT1ug== 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 4XSsYb0TvkzkLd for ; Wed, 16 Oct 2024 00:39:47 +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 49G0dkm8095544 for ; Wed, 16 Oct 2024 00:39:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49G0dkn5095543 for bugs@FreeBSD.org; Wed, 16 Oct 2024 00:39:46 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 282096] Makefile.inc1 never sets MK_CLEAN to "yes" Date: Wed, 16 Oct 2024 00:39:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc 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: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282096 --- Comment #1 from Ed Maste --- MK_CLEAN is set by share/mk/src.opts.mk and src.conf(5), and recently switc= hed to avoid doing clean builds by default. See the 20240729 entry in UPDATING: 20240729: The build now defaults to WITHOUT_CLEAN - i.e., no automatic clean is performed at the beginning of buildworld or buildkernel. The WITH_CLEAN src.conf(5) knob can be used to restore the previous behaviour. If you encounter incremental build issues, please report them to the freebsd-current mailing list so that a special-case dependency can = be added, if necessary. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 04:23:07 2024 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 4XSyWH2hZWz5ZS5c for ; Wed, 16 Oct 2024 04:23:07 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSyWH1fG1z4SRR for ; Wed, 16 Oct 2024 04:23:07 +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=1729052587; 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=4eRsiFci6QTE9v9IwmpNhVjD6ZPjBFmNEJI6WZkbb0Q=; b=geuhsGFqHeiEpf6S8zByiZqREZgmDeTZeJ63xGbEs6HcqTdKqkawu0GoxQhWB/+5ZunahG GkBaCLLAJVikCEDe5dhjfFPCnOnrPIXyM0CsjfBa3Z/DbBl5UB2t7NLZjGrTiskFOQ9kbh SRoTxvFtpCWKXjvb/hibYnsw13ddZ/86HIy9YgnION7jXgGhSftn8MrX3F7GWHCK3zbDfo CaI/JZSll6txislUA5jZuweR744T+PdCg1o1orlmwr5E7G/0XxyFP4YPiX337BWtCqssKA 5XkVD+m8XxX630eaFfluNAS6NSl2F7IH7MRdWyP4/rdVAYfPFupxzx43ZYUExA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729052587; a=rsa-sha256; cv=none; b=RRgMM5ZI2R7uu2r30tOGKgVcSUEDOCTuk+SmbdE9dKyocSSehJJYmax9I4ujFQ0ONlczMJ ZlmL/d7WWT1mgfl4FphgQqbpPYCVFW9290vCFS4Nga6SZWDuh0lUzwuCE01dEPpMsLewWD 9XGHLDWBTL1qXYFA+X3l4ikGDT8HDKtIXcipWl1UzBh+QvEbi9b0Ljy5MnNvym/aknLINK pZUu631ZPXdn5gmtleZbUhY7yTJoxIfHoNqt3HEi0C4pQF+u3BowbIZ3NQLm/MKWmbQQ9C yWNJsZSNBI4PtgvfmtDfaRfoVPwp+V5IXzpBM3w1keXdDUiH16z9yqF3tL3ubg== 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 4XSyWH1G40zr69 for ; Wed, 16 Oct 2024 04:23:07 +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 49G4N7oa055158 for ; Wed, 16 Oct 2024 04:23:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49G4N78k055157 for bugs@FreeBSD.org; Wed, 16 Oct 2024 04:23:07 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 264030] [tracking] 13.1-RELEASE issue reports Date: Wed, 16 Oct 2024 04:23:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 13.1-RELEASE X-Bugzilla-Keywords: tracking X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: cperciva@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Overcome By Events X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264030 Bug 264030 depends on bug 264032, which changed state. Bug 264032 Summary: riscv VM images are empty/blank https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D264032 What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 04:25:28 2024 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 4XSyZ06F0fz5ZS8M for ; Wed, 16 Oct 2024 04:25:28 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XSyZ04p3mz4T1v for ; Wed, 16 Oct 2024 04:25:28 +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=1729052728; 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=tl8dKTo3i5UHNKo2CiwXmiDdsBhw163//HxLcYd8IMI=; b=YMjU9x4b9U8//yeSV+zn13+jGhrCT5+xYc9lkdGOF8h56nwpPLMKDoAF18GYC3SSDM6SCk DH0QpZSjS/EPXZi8ZQHvjRJWVcS+051+ZR0DoS+/tScwxpg2fZBxqIfprEjccR46azscVY XMqFgmjwK9MBPAxhIvZB1pXKOKbdTWDzZ4R0uNrAgnTuqR4Y6MMwLq5XIOj0TSv/zey84l +ylq04K3S3UQuAYcIoE4bqvUzKJI4lHRuClXUq97aMa1Nr3ZJ/KUX6ROiptSjqrJ/tR+ZL Qmo938zbcc86xg8fsOnU73E4BWV/w+xryBKtqqk8Hu3Z3KsvIgnlPNQ+s+x3JA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729052728; a=rsa-sha256; cv=none; b=Ol/f2EX2KIABnWBng4g68YB66pBz4znujop22HVeX7MA7lgSpuJdAQZa6WxYfxIKkyrZNP rC6sxPq8ZkAxJkeIqHajfzDPjsvnrKHlRdL9SesrHLYzHvfl5Qyrq2UP84XXrIjHS1omqG HIbslaJqe7NWusFuMXofi8+ItVxuLszwHXrfycF+94ReV7gmIPW+qjpdxb94Eu1lOPxzsY VOlv86JjKw7iOhqGvunIenqI4AnJqZ03CcK2SoKM180gDTH+9h09esmLgNvppC9aBTl2nQ yLGLcHWk7iC9gvGr22agWikqJrjlntnOf9UP69yxOEThcIaciQRH1k5t0oHDhw== 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 4XSyZ04D3kzrRd for ; Wed, 16 Oct 2024 04:25:28 +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 49G4PS4H056577 for ; Wed, 16 Oct 2024 04:25:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49G4PSWx056576 for bugs@FreeBSD.org; Wed, 16 Oct 2024 04:25:28 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 282096] Makefile.inc1 never sets MK_CLEAN to "yes" Date: Wed, 16 Oct 2024 04:25:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: truckman@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: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282096 --- Comment #2 from Don Lewis --- OK, the make magic is why grepping the source tree didn't find MK_CLEAN get= ting set. Caution, contents under pressure, no user serviceable parts inside. The command line options section in Makefile.inc1 needs to be updated for t= he behavior change. I'm still puzzled why make -V doesn't show MK_CLEAN getting set: # pwd /usr/src # make -V MK_CLEAN # make -D WITH_CLEAN -V MK_CLEAN buildworld # make -D CLEAN -V MK_CLEAN buildworld # --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 07:15:28 2024 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 4XT2L838JWz5ZcTL for ; Wed, 16 Oct 2024 07:15:28 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XT2L81SvJz4hHT for ; Wed, 16 Oct 2024 07:15:28 +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=1729062928; 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=7kh0suJYABM0dft1i/upWPCpP8ySJdUeft1pgVjgckM=; b=ukmUx0tgwNdeAB+kvpmN/3oCkII42rv42nlEgWrH+wr0GYrBw4IyRBRBrUm8q7w74grUGJ zy6ULyAw3+cwEAmu9Ha1Zxs8TSTjy22MGAYd8PmFSh/uqoOPvrmOiQ0brmW52kgwCzMioL gKP0+wcVGhU4WPwHWgXntFuRkTjk/ygbaLtbvYByjGj49Mp8RCmfrk7ZI5t/OgVg/JGBbE BcWWw0C15FRPA17rbUcSJrFiq3yFl86aSbXcqLJ3QHCgueNjaJIq++6GBIafDe7TgfEwoo tUicU+qHXI5U/biA+2cAAE7Tv5i+pnCbF8PfpZncMhsL7kEM/zAyHCSBE3efew== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729062928; a=rsa-sha256; cv=none; b=wV/DxxdqpcUpnDfvUxzaslqiExyp3N/FfGXwzDBKh/kxWgSVdYqqMwZLVHgvCDc60fL4eq sv47lGwCnP8jZQQ8BoZv9CTdBPfB9woVjznx0kOwyyOUiRBjP9rFcVWIXNys34BYqjEpye cyuKlsrgCqbOGYu9hdJiCMAFp1bHv7+cssi9aLcxiQT7tRY4H54RqWxFe/om5yO+VqQaoG 6v7l+YWrpaWjVm9d0k2MOxJmp+NzjwyJy8qb8sUynwJQ7CrzHIN0uHhhxca8qisj8Igh3R D1aJNVZSzSgbG6MHMtXXaRxB5Rea3ilO8zFGPa6c93tXS6YZNLUW9swqwVjUag== 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 4XT2L814xKzwtW for ; Wed, 16 Oct 2024 07:15:28 +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 49G7FSXr026894 for ; Wed, 16 Oct 2024 07:15:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49G7FSvj026893 for bugs@FreeBSD.org; Wed, 16 Oct 2024 07:15:28 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 168473] [libc] nsswitch (nss_method_lookup) fails after upgrade [regression] Date: Wed, 16 Oct 2024 07:15:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 6.4-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: arrowd@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D168473 Gleb Popov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arrowd@FreeBSD.org --- Comment #3 from Gleb Popov --- Since the "ldap" NSS modules comes from packages, make sure it is updated a= fter the system's upgrade. Steve, let us know if the problem still persists, otherwise let's close this with "Overcome by events" --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 07:18:50 2024 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 4XT2Q259cvz5Zc1x for ; Wed, 16 Oct 2024 07:18:50 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XT2Q21XcWz4hRd for ; Wed, 16 Oct 2024 07:18:50 +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=1729063130; 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=HsUsK9J0ciECqFM0uAmkbutKsVd0gho54pkkzd5EsCQ=; b=tFZ8tnwKalubTajbREp21mJkH2EZM2qSAARzk6sRptG5St4l3UTNos+1d4m7iMQH333OLG 5gxKJa7s0BD0OTH4tmAUBA4oLw9unNGgWlGj0lLujPJOfefuWSGZzmHzj61OBEC3g4VKDB 0OMqekifDZjjGT8elYVl8qgmsUXmRuRI/ZievKFEScD2P0MOjt3vMuYbI/SBENotTHBw/k mqBcfsFq1GAxPdjZDGq3MvlLfyOUUb004DmAuVRx3p9lqfvfbhrkhOrBrq7MeBVUS5UlTr juURYTxQM8AbtuPn/rEhyDQK84aR7yn3deD+/qNEwRo4AXwDisdHdKyUAwmV3Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729063130; a=rsa-sha256; cv=none; b=CnVFITsufjR6dGDMABLxRe42SHZJkzkjJFsfli9zByyU0Nql9bUktsTBa304QfcZ8jLxnc IUEZW+rExqZEb6rW0QhUp8ENtCC7/zffJ5N1BKLj5Ax3hhgApibiBSnB1zHqoJ9A2ulRVB H3NM/Cp/RtKaFk/EXLfCffC+rgi8yLaI9TGGQCCTrpI6X5kUHsovlDwJdZg9CuEuCol2s6 iiyKXFflaEH5z6KdkrJycDno39KSDXUR81ESMlOqQMTTnw6vNPQX9MvTm0B4t6G6GHXX+/ wtsSiY8CNzA7vHRgqEql89FNC9MIKQGk9AZ7o9nm/W55oPfkGg5iTPwM1HuuYw== 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 4XT2Q212BfzwgR for ; Wed, 16 Oct 2024 07:18:50 +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 49G7IoEG028903 for ; Wed, 16 Oct 2024 07:18:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49G7IoV9028902 for bugs@FreeBSD.org; Wed, 16 Oct 2024 07:18:50 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 140009] configuration issue NIS in nsswitch.conf(5) Date: Wed, 16 Oct 2024 07:18:50 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: arrowd@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D140009 Gleb Popov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arrowd@FreeBSD.org --- Comment #2 from Gleb Popov --- Volker, did you also have "passwd_compat: nis" in your nsswitch.conf? Could you check if the problem still persists? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 07:47:17 2024 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 4XT32t18gBz5ZdRq for ; Wed, 16 Oct 2024 07:47:18 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XT32s4LDfz4kdr for ; Wed, 16 Oct 2024 07:47:17 +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=1729064837; 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; bh=h7EUTMfh9Y4rRNie7repx6fwLYi6SB83k/nb0vPf6zQ=; b=DJRfsrsNpI6UZmctLcCVWqlEKdJF2kxWk1YNcibDRY00B0Ub105x0iqgO64gJHjPOivQ2S AWWbtbY+5daycPNxeWCoZ1zcBNqg+xnIbnxR0bh1w/Bx/VAaqArj5H+3bEfUgqxNrpeefb sAL0tKrt5JDL3xNnRnNwkYF0IyUljPLz14aNLKFvNfz1qmnjL0SUihiAdVHSb+WKLqxZHz 2vZLxvn8hoaBW7mU/sNouqp8Yx3PnPf5SbyTxGCzJKnqoczfZy+zpug1FAETFI5La5m0Rm PfWN/b6P/8dT1wIrK9I61ZknwIXixAQfQvHGoZFSp51jr/pHWOOJlyI1c7HvAA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729064837; a=rsa-sha256; cv=none; b=PuQ3aI3SfOpj+PXCtIn8RN9nPN4/zpiApyj3YlJup1nx3gLm4sOzaaJFWPDDh9tFyAFuIy 8DGFgYzOuQARQky2rUF2Onf5igM+EdGDPkPwccLaq6P2vHXkF2kGiGuHq0WdkQuBCHUXWt NbJVeY+aeiHQoW43jAcjrF49Sm2y3ugWk2A0fCJX0zkOxjgo9TU4SfYfdZBPn2zfDhyWDE i0xg6T0/UeoEdu0y2BSv36hxN9hS0J9EfoU0OjHlQtqKV8KdpggjsrIdKqyPGiy4hk8DWO +/xofGtd+tOgnHHYdkpouh38Q1Hif5LRduWnxHKEpkahf7DuagN8JpH7LwrlPA== 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 4XT32s3qFVzwkY for ; Wed, 16 Oct 2024 07:47:17 +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 49G7lHOf073573 for ; Wed, 16 Oct 2024 07:47:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49G7lHpK073572 for bugs@FreeBSD.org; Wed, 16 Oct 2024 07:47:17 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 282134] [ext2fs] watchdogd fired (with one hour timeout) Date: Wed, 16 Oct 2024 07:47:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: pho@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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282134 Bug ID: 282134 Summary: [ext2fs] watchdogd fired (with one hour timeout) Product: Base System Version: 15.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: pho@FreeBSD.org 20241016 00:36:10 all (763/970): ext3fs.sh Oct 16 00:36:58 mercat1 kernel: pid 58404 (swap), jid 0, uid 2007, was kill= ed: failed to reclaim memory Oct 16 00:37:03 mercat1 kernel: pid 58389 (swap), jid 0, uid 2007, was kill= ed: failed to reclaim memory KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2b/frame 0xfffffe01d903d= 4e0 hardclock() at hardclock+0x103/frame 0xfffffe01d903d520 handleevents() at handleevents+0xaf/frame 0xfffffe01d903d560 timercb() at timercb+0x18e/frame 0xfffffe01d903d5b0 lapic_handle_timer() at lapic_handle_timer+0xab/frame 0xfffffe01d903d5d0 Xtimerint() at Xtimerint+0xb1/frame 0xfffffe01d903d5d0 --- interrupt, rip =3D 0xffffffff829c59b2, rsp =3D 0xfffffe01d903d6a0, rbp = =3D 0xfffffe01d903d710 --- ext2_htree_split_dirblock() at ext2_htree_split_dirblock+0xb2/frame 0xfffffe01d903d710 ext2_htree_add_entry() at ext2_htree_add_entry+0x233/frame 0xfffffe01d903d8= 90 ext2_direnter() at ext2_direnter+0xac/frame 0xfffffe01d903da50 ext2_makeinode() at ext2_makeinode+0x128/frame 0xfffffe01d903daa0 ext2_create() at ext2_create+0x2c/frame 0xfffffe01d903dac0 VOP_CREATE_APV() at VOP_CREATE_APV+0x5f/frame 0xfffffe01d903dae0 vn_open_cred() at vn_open_cred+0x3f9/frame 0xfffffe01d903dc60 openatfp() at openatfp+0x287/frame 0xfffffe01d903ddb0 sys_openat() at sys_openat+0x3d/frame 0xfffffe01d903dde0 filemon_wrapper_openat() at filemon_wrapper_openat+0x12/frame 0xfffffe01d903de00 amd64_syscall() at amd64_syscall+0x158/frame 0xfffffe01d903df30 fast_syscall_common() at fast_syscall_common+0xf8/frame 0xfffffe01d903df30 --- syscall (499, FreeBSD ELF64, openat), rip =3D 0xcb2e6d966fa, rsp =3D 0xcb2e5a793d8, rbp =3D 0xcb2e5a79490 --- KDB: enter: watchdog timeout https://people.freebsd.org/~pho/stress/log/log0554.txt Seems easy to reproduce: cd /usr/src/tools/test/stress2/misc ./all.sh ext3fs.sh --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 09:29:47 2024 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 4XT5K76BTHz5ZkT6 for ; Wed, 16 Oct 2024 09:29:47 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XT5K74gZDz4tkY for ; Wed, 16 Oct 2024 09:29:47 +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=1729070987; 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=mJSQhm0KW9xYe3gtmrMiYgFz/MOrbEO/+QWUOtzEj/o=; b=pMn4SHkpEZ4h2BZ3EYPNjPe5FHo0383gj9rc0uRyxH/PtwogL7BnWcRJJAExHpe6iXLsav peaAeBDBux5mLZl4yH11nUxdtWkGCXNEtuvNiBKg4easEuW52g3sUWhHn/6hWqOotrP7yN FJRwEalmi9moMuaG6ci+5r31vmhgnYjWdK4Shecr0dSu5SKO0mMuM+wMue2KR6iZ5Mc3ky gLyaTHwMgytVcpiMHB40+mYfpKp/RRC0DpjDUPDoHtfY7Bbolrl+UzTSzmLEttfIjdrIFK 57apj24zOls/un1bYavS7ERlPZ29Qpj/ImGxjUAKhWssZPdcmlV60vvvIW/CCA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729070987; a=rsa-sha256; cv=none; b=RV/DLrQqfIv16Og+nEPAZ05Q7hhwE5g5H/ggW+tTaBLU3tc0F8HOFpsmrhyE0zX4r5hXuL AEAzf8sV2D1nKmIgzzXDPbDh67h66unMUxlXM3si17Wsd1Y1wKQdtnfw1cjLuRMPq9SfQG DZLbm2CTuR6FRg/v/3ugjuntAL6jck/owPISOROLOn8Aecsv3TsNie5mwU6KEW3HSC8akV pPMs2/t+It9E8eADSM41GQFQ8859x+eYOxfhv0L1a+o7/lihkxXanxsqSAo2OYBeGjCRP9 xcx3D7YeCAs7E+yI7O1mN3RzC9w+24DzIEzlggMwvGS1oOZtL0vffgGI1tIq4A== 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 4XT5K74Gxcz10dW for ; Wed, 16 Oct 2024 09:29:47 +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 49G9Tl39046920 for ; Wed, 16 Oct 2024 09:29:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49G9TlA3046919 for bugs@FreeBSD.org; Wed, 16 Oct 2024 09:29:47 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 209718] -DNO_ROOT+WITHOUT_NIS results in an invalid nsswitch.conf Date: Wed, 16 Oct 2024 09:29:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: arrowd@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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209718 Gleb Popov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arrowd@FreeBSD.org --- Comment #2 from Gleb Popov --- nsswitch.conf is not generated anymore, so this can be closed, most likely. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 09:44:58 2024 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 4XT5ff6Yk2z5Zl8j for ; Wed, 16 Oct 2024 09:44:58 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XT5ff56mWz3yHN for ; Wed, 16 Oct 2024 09:44:58 +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=1729071898; 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=klJ3BV/hPm+vJZZWMV7f7CWNVHpnZElYyTiKDaWzeAw=; b=lYRZqUJf8gLyKzI7F1XxAnncIklZVWL4eyyTFl2Z4oj+acnO4ZZReUZCDJ0aiv8o60IVbm PPGQWQyACB40k5ivPqJOzVb4cjlam2XxXA0NJ3wfca2TqsKoHtj9pRxvln+9iVbM4KH51n JCDJ70VtEC79fGLAMiGQ6liLcNVe6vXoBOl18rLiYUJXYC8aJekKU+d5e/v/H18WLt+Vel 1sN0A4X0SRFmLLKj4r6U2WProt4n5bYNBroSXSPY2P3bM03dvARzOeiTVpYIUcKUDLcx13 acivRXLgkS5epWBllTnRrDq4w1tBPG3RAmBYk5xjCy/fIKWAlz5L20jh97xQug== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729071898; a=rsa-sha256; cv=none; b=PDjXb47+aXdjDwwTWxQUaFK7kJfoTrh5io16ekAgeiXCLTC626fK7AjwdhO/t09PPt96ud 9fQHNUqVNPnzrFT25WNLfap2d/7zExFjPWtNSRJdhzjUG13woqgg5DzcZFcJSq16pdyH5n ENzyfvJN6sJdapq4P4dyFwPhXP9DwfLC7ApxuhJLFEw7JnLb6A92GCqUpT3VYlqjx2BCKG QkOKuEsil8xcA+jYBxN6T1rfhwckDvWltNbqO5GFOQRQS6z/P3MU4mc6ySmEYqrvuCctL4 TfRgH+oILBCJN+wyZVT60H+Mu4pKANUEamnU7K6jxSQBRnyAMrA5PIH/0BqIaA== 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 4XT5ff4dP7z11gP for ; Wed, 16 Oct 2024 09:44:58 +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 49G9iwdn074974 for ; Wed, 16 Oct 2024 09:44:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49G9iwmR074973 for bugs@FreeBSD.org; Wed, 16 Oct 2024 09:44:58 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 282096] Makefile.inc1 never sets MK_CLEAN to "yes" Date: Wed, 16 Oct 2024 09:44:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: truckman@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: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282096 --- Comment #3 from Don Lewis --- I think -V isn't working because it isn't getting passed down into the sub-= make that handles Makefile.inc1. In that case, I don't see how KERNCONF=3Dblah = on the command line gets passed down, either. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 12:52:36 2024 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 4XT9q91v8xz5YTPT for ; Wed, 16 Oct 2024 12:52:37 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XT9q85b3yz4Gbq for ; Wed, 16 Oct 2024 12:52:36 +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=1729083156; 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=5H/JItt8zByUQyG/poxB+WpJgjlHxuvigGy1VcR8QJc=; b=ePcriXb6CWm805oVkZQuxE5crZVDa1oSCA5wYeYhJtTmh35eFc0LfqOGipkpuUpy4lc5Nr qtBNW5HW/VKik/9Q80RtqrSiwZ6SMTW008xSSbDVT19P7Q85uBfjzrPK7dhk8Bp2r5FVrV omqd/JHtmsRLYh9V9JKG2NT4Px6xAGbmnQD0jtD1cQRp8EhlS9lObnS6uRYNLGwZYzUxCd J3V9jAEh1M4NYrlXBZlTgBJYw/iKNOdSUTK5mHDf7pX8y18N84LFw6A2lce6pXFKNm00tx XUHCGnHnUpVhX+d4akh1B/b8bJ33JGnS/D1gOHdRqpAFdN312J1T1s83d+z4bw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729083156; a=rsa-sha256; cv=none; b=lUorJDZepgXhLtw/7IHbKJ1OCaTy0ykekU8ZMJE7ZFn/Ou1g7peEdbJkWuSRKQpvRuYpIz U4UQf0/6hSb7+IzpwokVNE98uhmW3p7Ot0iegW614BoCYDdGOhFIWzH+7cRAHQjvVO4zw6 JU8aa3rb7AvyqJJaZBNZUVMh6r6Y0LS+iCh6skPG5xKVOieTy1JjUc/1f9qGOHfw+lk+ed CfjwEmrlFszsaWDveoL0KYzHYjadhkA9rGq1f3TfV3F/xjcxDU3hXE+LRu67LfSNbdBAB6 IBw+Waiwng62ol9iKMXOwVeHiF051kstmkHO+/oeKM0gvm1ixxSVxgXGixwv4g== 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 4XT9q85CZ2z15cF for ; Wed, 16 Oct 2024 12:52:36 +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 49GCqaH0006949 for ; Wed, 16 Oct 2024 12:52:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49GCqaT6006948 for bugs@FreeBSD.org; Wed, 16 Oct 2024 12:52:36 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 282096] Makefile.inc1 never sets MK_CLEAN to "yes" Date: Wed, 16 Oct 2024 12:52:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc 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: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282096 --- Comment #4 from Ed Maste --- (In reply to Don Lewis from comment #3) I don't recall the exact details, but -V not working is indeed due to that = kind of issue. You can use `make showconfig` to show all of the MK_* settings though, and looking at that target ought to provide some insight on the -V issue. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 13:01:32 2024 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 4XTB1S3P0Dz5YTqs for ; Wed, 16 Oct 2024 13:01:32 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTB1S1SLmz4Gjm for ; Wed, 16 Oct 2024 13:01:32 +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=1729083692; 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=xxjO782lWBIIqYz45EpDf/yzwEf6KEaIPDXZqLNttMs=; b=eU5ZfdN++7s6cZWC/p8SIkdrrMnApeDtznQ3VMCRrxHYvVdf1dHwcWySFf1GFDjnGv47FN A2eaBhVmjbUHogZjcXC8+bs6fsEAkgozTzVU5B2jJdDseUimfkZ+K9O2EaOCNTL+aorB4q Ydm81CoaTbTdFXdtxJr8xafl7Uk04STiz1hQ/9nvpq74qa1eyUKSIdC5bnsZGH+mmlif0e zznojBGev4DnZlQ17GL+ogu/w+Pm3iyOTKeFV6KtL0ZMuExtmnb7v9VU9znFn40MrDWn3h Kwhr2cfnXbXznvZ7pBNIiAL822ICMznmKXe9/LfsLucp65G+yiz5Hmn1pdJzWA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729083692; a=rsa-sha256; cv=none; b=bAbmLv4PdBu6puG/EOG9IoohnqkaWKiGfWzuutraWg8/NVIPxdBcVpx0Y04YjMjlQ67MMq 9ucWWxkDvDyGL3M9GG6Vu1n85a1xYLzFzFXhfaDdDieRxG9Vd6VOJSwEze0AE0tHU5wOEJ o+AiNeQzmuerSHxSb4Q5iLyW7LsRAPwkhei9tfTCg2H8BRILCW+uZ+K1XGf0ahLp0SV55C sJESMr0OA74JJXv8xXEa4HwJlZoliYC1qpMXiv1f+8ygW57dXygd+Z5+/kCCOgl3cDhFXT 6OiY08lV7ckLAIVHq0ON+yoJfeDtCWjdQ4AiBvox6rhx5TOLT5XcBaa+ekOztQ== 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 4XTB1S14jNz15y2 for ; Wed, 16 Oct 2024 13:01:32 +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 49GD1WOq020708 for ; Wed, 16 Oct 2024 13:01:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49GD1WkT020706 for bugs@FreeBSD.org; Wed, 16 Oct 2024 13:01:32 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 209718] -DNO_ROOT+WITHOUT_NIS results in an invalid nsswitch.conf Date: Wed, 16 Oct 2024 13:01:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209718 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open --- Comment #3 from Mark Johnston --- (In reply to Gleb Popov from comment #2) The problem is still there. It's caused by this bit at the end of lib/libc/net/Makefile.inc: 179 afterinstallconfig: modify-nsswitch-conf=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20 180 modify-nsswitch-conf: .PHONY=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20 181 .if ${MK_NIS} =3D=3D "no"=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 182 sed -i "" -e 's/.*_compat:/# &/' -e 's/compat$$/files/' \=20=20= =20=20=20=20=20=20=20=20=20 183 ${DESTDIR}/etc/nsswitch.conf=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20 184 .endif Modifying installed files is a bad idea. It should be done before installation. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 14:13:49 2024 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 4XTCct4V4Gz5YZQL for ; Wed, 16 Oct 2024 14:13:50 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTCcs5lBHz4PyB for ; Wed, 16 Oct 2024 14:13:49 +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=1729088029; 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; bh=RFSg84XylAyM3Y28OrdARGtoSIpPE13yW2ynXtpC0gU=; b=Gg/Uabf9DBEzhSYevqLAVtVN0fqW+MwSkReGX945rwy/VorOet+PJ3PAJZyQtK8mYN9EcF 1IM/HUgCLPV1Bu5ct5Z+ar6tbKV0PiWgNiRkS6vyCgcnp4wW4QkwHMBo2DHM38Q42YSgTX imdXOsSPhy0hYErwt8HkThF1DCXw05RzgtiC59Grc9ER4oWh6vIUC2XK7P2pO1IkZ0jQrf 1xwqb0W+yQpRAQUJM8i4/F53Xs0sOHH+XrlnqznHWp1B4kvHgJ5/Pd0k5mIBIugOM5I9in tQute4dQSdZCNU33Oxrq/N3KN87aYK1FCe+a+8+8urN3Hk5Xt3hx3TClmKQupA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729088029; a=rsa-sha256; cv=none; b=uU/9hhbeAsa183EpmHl/MR41xoOfsLLoHs+JZsak3pQU26GEsaA2tqPO+YKivEUPGHQl0O RJcEESq0rs8VA5zztOwiWIy+rzyS6EFQvxGgixUAfh7zkful3dAW61Sp/GutEN2uUYdoij PGlIaZL69LCvLmQXe0NBUPi2ICj6R5fGvHyAO9h80z1I6jyoeoGWVPLpxzSo5trOHtP0cY HQrjUs7u7SlTmTxmLNffUZXPHa/4QtcVX6htSNp5R4ym8MEdWSDnh5251tbaOII50DWgOK xe9fO6mGg4bV3FxFLD0n4u/r0K+1f8gx20uO0oKgNsJTPAWj+T7Pntf2cW9jlA== 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 4XTCcs5KXcz17v9 for ; Wed, 16 Oct 2024 14:13:49 +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 49GEDnAq047253 for ; Wed, 16 Oct 2024 14:13:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49GEDnAu047252 for bugs@FreeBSD.org; Wed, 16 Oct 2024 14:13:49 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 282140] igc(4): Wake on LAN not working with Intel I226-V and GENERIC Kernel Date: Wed, 16 Oct 2024 14:13:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marioagustincarranza@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282140 Bug ID: 282140 Summary: igc(4): Wake on LAN not working with Intel I226-V and GENERIC Kernel Product: Base System Version: 14.1-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: marioagustincarranza@gmail.com Created attachment 254288 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D254288&action= =3Dedit if_igc_i226v_output This is my first PR for FreeBSD so please let me know any mistakes I might make.=20 SYSTEM INFO: uname -a: "FreeBSD cube 14.1-RELEASE-p5 FreeBSD 14.1-RELEASE-p5 GENERIC amd= 64" See attachment for "ifconfig", "pciconf -lv" and verbose boot lines relevan= t to IGC interfaces output.=20 If any more information about my system is required please let me know.=20 DESCRIPTION: My motherboard and BIOS support WOL. I have confirmed this by booting my sy= stem on a Linux ISO (KDE Neon - Ubuntu 22.04), setting WOL on (ethtool -s wol g", powering off and sending the WOL Magic packet. WOL also works as expected when powering off my system when it is still on the BIOS.=20 Whenever I power off my system when running FreeBSD 14.1-RELEASE, the netwo= rk interface is up and blinking but sending WOL Magic Packets doesnt power it = on.=20 STEPS TO REPRODUCE: - Make sure WOL is enabled on FreeBSD. In my case by default it was on, and "WOL_MAGIC" is seen on "ifconfig" - Power off the machine. I used the command "poweroff".=20 - After powering off, wait a bit for the network interface to come back up.= =20 - I have tried sending WOLs packets from Linux using the command "wakeonlan" and from FreeBSD using "wake". Neither worked.=20 Thanks! --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 14:32:37 2024 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 4XTD2Z6zlvz5YbCb for ; Wed, 16 Oct 2024 14:32:38 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTD2Z220Hz4SYT for ; Wed, 16 Oct 2024 14:32:38 +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=1729089158; 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=lXZ1n0ws2X/5HdArI9uZo4nVazcTIj1b5iXZdypUBhI=; b=O2CzK4ACOWxYuP/3XzXgPjCOIMp35hTMiBR0SFL5cl57NiAprX/LX+m4oIlGa+uRfbdHno sQnt7xkKa0BPL8SW6p8YRxQBNbJx/c3MnwpynpuRDo7bZTLeOEJbZd1wWbC/KVZzDxJmbw V8lmQH9D4tkpabGa7xhvdColrc6lGRZl4GUKZm0dBwGs9K15vCNVYprb8yF2tssKj0spUm Opoqhd4Hphx85eYh2s+hZ8WkKERFzHHz+Y0xQqU7jr0liELK63RvYB/Eqxm9WaDaVbYypN 1DCade35zWptxcAQ9lqpVZ5TJlfnp8gxTwAcPzyVfS9nJ2cHYvOd68SYYPPRKw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729089158; a=rsa-sha256; cv=none; b=R5q6R60l7IFQtza9ITkc7dGGI9VwQeQh78TyMOoyci2eD05ElouwTO/kIusrMl8vVRNf9O QfB4DJ7qa9q/zfhy9lsOkinaVGMCyza5iG/dZ3jHUOIWrZroQj4bbLv66iIVIug9GlwIX+ M90LCxcb9SVYkSSwfpxMg/60Uz51AxoqDiyLGy48GTHunMAvbdR0M0Pmz5sMfH6fGiN+V6 /JQIytwJY7FmeuwWbtakudQUaP4A6U4OvSfWvbWjbS9WHl6jofIh91M8ZrjOBd8HS7WHt3 rd2yHlBj1DO4dIYs6zwnZpxUbrJcIqzgW3Bx+rrXn6kMGlguRNbZItVFcf+G8g== 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 4XTD2Z0SBfz18wl for ; Wed, 16 Oct 2024 14:32:38 +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 49GEWb5A075846 for ; Wed, 16 Oct 2024 14:32:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49GEWbBr075845 for bugs@FreeBSD.org; Wed, 16 Oct 2024 14:32:37 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 212841] getting panic during mps reinitialization. Date: Wed, 16 Oct 2024 14:32:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 9.2-RELEASE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable14+ mfc-stable13+ X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212841 --- Comment #14 from commit-hook@FreeBSD.org --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Db57229a80465b390a31fb30b3127c4cb9= 3d8987f commit b57229a80465b390a31fb30b3127c4cb93d8987f Author: prateek sethi AuthorDate: 2024-10-13 18:38:54 +0000 Commit: Warner Losh CommitDate: 2024-10-16 14:19:21 +0000 mps/mpr: Add workaround for firmware not responding to IOC_FACTS or IOC_INIT Sometimes, especially with older firmware, mps(4) would have trouble initializing the card in one of these two steps. Add in a retry after a short delay. Sean Bruno and Stephen McConnell thought this was OK in the bug discussions, but never committed it. Steve indicated the delay might not be necessary, but the OP clearly needed to make it longer to make things work. I've kept the delay, and added the suggested comment. Ported the iocfacts part to mpr as well, since we see similar errors about once every month or two over a few thousand controllers at work. We've not seen it with IOC_INIT as far back as I can query the error log database, so I didn't port that forward. We'll see if this helps, but won't know for sure until next year (so I'm committing it now since it won't hurt and might help). We usually see this failure in connection with complicated recovery operations with a drive that's failing, though, at least in the last year's worth of failures. It's not clear this is the same as OP or not. PR: 212841 Sponsored by: Netflix Co-authored-by: imp (cherry picked from commit c0e0e530ced057502f51d7a6086857305e08fae0) sys/dev/mpr/mpr.c | 23 ++++++++++++++++++----- sys/dev/mps/mps.c | 38 ++++++++++++++++++++++++++++++-------- 2 files changed, 48 insertions(+), 13 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 14:44:39 2024 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 4XTDJS4FzRz5YbwH for ; Wed, 16 Oct 2024 14:44:40 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTDJS1FN2z4Vk4 for ; Wed, 16 Oct 2024 14:44:40 +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=1729089880; 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=LhxZS1khhihcXA36Bl5XUXqOrQlMqRvhxEqIip7/iVI=; b=Yxj8h9r6Ikk49MZ6FmdnhzhlRhXaP4RE99cXw1TjkXocjFhqto5n9ctGNlLF3Hm9KuAXPU JSLLlWjRgGU2LBEdZbSsGpvjqvqZZNct7c5tc/HMa+kwy+YgYlTGjPRnl1ly24WWXW7Us0 GgHS4huPLRI5mgulV7GapwC1WDNRge4efFG1X6A2r5gzAmjZ09OKbeew8SQH1Qh1MlVls2 6PyoTGSuZQj1SIUphNaM8FHrPLmYOjHc0g2dNwRUPoKQkwGmCWSjz95+YVrpCAtjD/YzM9 qpGDkh7Ies3daKIc13VhgFKxeYVzBOT6z2nZ9occYtd0IAQgP12p2XJLgJkhGw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729089880; a=rsa-sha256; cv=none; b=UTNWKQYt3JVcnXtY6ja/kF84jnZuOc0GtmCAKMzfR6kWjS8bQ/var0ZtufTwaWO3E5jhVF rjkmLv45Liti0Ou4MQqxiJrcgvob6+ae4rr10Py2kvJyij9iRlVxaYj++HdBaHyEnuYAkS /+Gx8wQjLXPzZKYXFg0AKLy3XStMarbWEoi4ewUUMjgtd4MKgFkOFZ99exFjRcxj9tHwWh W5t+SpI/XqjTrQPRMYMBl/CPX970CDyFrLzsqZ0D1MFQrsq7hcav2tbziLRhvfvO4qJD27 ybZtTEVIO8daLFAXeA3OEq1k/3mGJYGJ6dh+2Wr2zboe81THM/429f9IYjY4hA== 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 4XTDJS0Xgbz199g for ; Wed, 16 Oct 2024 14:44:40 +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 49GEiddP091716 for ; Wed, 16 Oct 2024 14:44:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49GEidWV091715 for bugs@FreeBSD.org; Wed, 16 Oct 2024 14:44:39 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 212841] getting panic during mps reinitialization. Date: Wed, 16 Oct 2024 14:44:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 9.2-RELEASE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable14+ mfc-stable13+ X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D212841 --- Comment #15 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3De360f8c8fecc78d8f2aa2aee46940ec5e= ca86c87 commit e360f8c8fecc78d8f2aa2aee46940ec5eca86c87 Author: prateek sethi AuthorDate: 2024-10-13 18:38:54 +0000 Commit: Warner Losh CommitDate: 2024-10-16 14:33:33 +0000 mps/mpr: Add workaround for firmware not responding to IOC_FACTS or IOC_INIT Sometimes, especially with older firmware, mps(4) would have trouble initializing the card in one of these two steps. Add in a retry after a short delay. Sean Bruno and Stephen McConnell thought this was OK in the bug discussions, but never committed it. Steve indicated the delay might not be necessary, but the OP clearly needed to make it longer to make things work. I've kept the delay, and added the suggested comment. Ported the iocfacts part to mpr as well, since we see similar errors about once every month or two over a few thousand controllers at work. We've not seen it with IOC_INIT as far back as I can query the error log database, so I didn't port that forward. We'll see if this helps, but won't know for sure until next year (so I'm committing it now since it won't hurt and might help). We usually see this failure in connection with complicated recovery operations with a drive that's failing, though, at least in the last year's worth of failures. It's not clear this is the same as OP or not. PR: 212841 Sponsored by: Netflix Co-authored-by: imp (cherry picked from commit c0e0e530ced057502f51d7a6086857305e08fae0) sys/dev/mpr/mpr.c | 23 ++++++++++++++++++----- sys/dev/mps/mps.c | 38 ++++++++++++++++++++++++++++++-------- 2 files changed, 48 insertions(+), 13 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 15:24:51 2024 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 4XTFBq6Xq5z5YfQ3 for ; Wed, 16 Oct 2024 15:24:51 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTFBq4cNKz4Z40 for ; Wed, 16 Oct 2024 15:24:51 +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=1729092291; 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=QbKs8q3nHp5ekLY2jD+4ceUqy5seJPvQoaNK9htFJX4=; b=fTG18j9KaytBQOYTW8no/ImgddyNzBGM+SpMk//ETFNOH+pShp7MXov0bQyqUJNQSAQRjP OcOwCg5nsxa1BUJHoq/TNfDeYhTTa66UOi/V+hUpg6clQmzEjqYNSDtGYWIyZNpRB0Xtrl EcUbvlewJ/KXcVE0+iXvVUwbtqGl/5Lx7GmU8ktTx7QQGhOp+HF1U10mu/e7fznKKvshwZ 7PJK5/M7f8ZArpStpkei/0KmR+rcVrp2eHUHxWBflgiNp/ON774Tu5NSVRH6NC0ZQS075E SjfDFA+6e7m5TWRnspIgGL4K5kJy1auMXGBdH5WQm9GC7a49W0LEwIrKg43hTg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729092291; a=rsa-sha256; cv=none; b=KLWn+74Iw1973rBqM1Z7m5z/ELzhruUDdsIJ1wM8SV8b84f841j5X+CKr8yTWDStFuziV3 6So7X077n6ctc6kdQYY9INWwwHNMid251WvtWSzQwYd0kpFw+1CyoUuRVs9+fRAFPy8xwX OVOQ0LlldPbDyr0i49B7B0PVdUYiFz1P7l39CTKZRnyodVMuL68WZf/HbW9WgQF7e2NzJp HDbNPyoEbsf6Zye3nZVzozxAKu85W9pxe93MxPEw+2USqBYE3dKwwzhwUUbQu0hkiSQC2G M6pmPA7XlMsebZwBEOtC5NIp/wkcWnveDqu3vP8LjMFWTq0B4flqtzLXcfBjGQ== 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 4XTFBq4D60z1B8j for ; Wed, 16 Oct 2024 15:24:51 +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 49GFOpU2060612 for ; Wed, 16 Oct 2024 15:24:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49GFOplp060611 for bugs@FreeBSD.org; Wed, 16 Oct 2024 15:24:51 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 281995] IDS errors after upgrading from 14.0 to 14.1-RELEASE amd64 Date: Wed, 16 Oct 2024 15:24:51 +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: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: zldrobit@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_severity 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281995 Jiacong Fang changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|Affects Only Me |Affects Some People --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 15:28:29 2024 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 4XTFH20pZmz5YfXm for ; Wed, 16 Oct 2024 15:28:30 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTFH16YZMz4Zbd for ; Wed, 16 Oct 2024 15:28:29 +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=1729092509; 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=OkO4Da3m+cdPvs8xx+d2mg9ivm/Gtpe3+jxl7drvkmk=; b=slRpPa0h4p7pg5/cbCqDyEhFZUXTMnwp/RYXiSumpheXqWD7Vb2ltAw1AaHPNuutVGL5+x BLpBXrP0U+OYOUejHIjbt3iaau21d5ZX9Uso9qOCGcSd/lH8ujdNJfo31MGBJz82c9lpcE jlsa6Q6Buzto4kC3O1TVFvPTynkH4+NUcfeAwPhRh/IF7HKUKKweHZ5g04JHD/yO9eydmo 8LFBq4CxoAQBRyvEzp+gR0paKdfY8cSLYLZ/uN1TdYAe4A/ufyF9Gb+DccbGw/tWRBfYu9 g9Su16/IEVV+JW/97cN35Ut54dE4j1+VPsqNb9AUbHwU7Xjuzcl4sEXynsNXnw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729092509; a=rsa-sha256; cv=none; b=mzQQ3Pgba6jE3OWCa8qcjz8mu8YpLK8kDumEzt4WiFoNRDLCgwuHzquRGNbLGg+jNSLVu+ bNqltG9H0euRWM2LIAu3zBQcjfSBRECF5kA3ntKozPoqaZ0hhhWAZF5YaR5EqUe9M+zrUC ZPGnunQX7G+CrptpukQ0kI1llxxiShCADfiFb4X3cvl0ubZ80EzjvJmf7d5/Wgo93ypGuY 2seeAXvHwV2NjafnIGGvBMxv8/d397/Am72sNrPPQr44+kQhwif4y6ZjQN/owZjBs064hC vwDm+/69+lJowNXRDjmEfUw54ySmf8FdbAwq1AV+2toAYN7/r7cE/7JzpaN3YQ== 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 4XTFH15xwhz19YX for ; Wed, 16 Oct 2024 15:28:29 +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 49GFSTNO063417 for ; Wed, 16 Oct 2024 15:28:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49GFSTkU063416 for bugs@FreeBSD.org; Wed, 16 Oct 2024 15:28:29 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 140009] configuration issue NIS in nsswitch.conf(5) Date: Wed, 16 Oct 2024 15:28:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: volker@thalreit.de X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D140009 --- Comment #3 from Volker Jahns --- - cannot comment on "passwd_compat: nis" in nsswitch.conf - problem does not persist=20 as server out of production since approx. 2010 Do you want me to reevaluate the behaviour? Which Version of FreeBSD then? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 15:31:54 2024 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 4XTFLy3FWHz5YfPC for ; Wed, 16 Oct 2024 15:31:54 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTFLy0p71z4bc5 for ; Wed, 16 Oct 2024 15:31:54 +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=1729092714; 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=CQEYfywhVM8BL2448aGHpp7hbArwhZhi2FGOO2fSPgo=; b=gM3zGC9SzX5+FzKt6GeMajliuKDXQ02A5we/XxGcpvKdDeaMQK9oDIk3GpiOO+Mvd+nPDU ZKSJPJ38gTmO/+tUvDRFHZc1MtthKp9OfXkMUy410zyRY0Z8oWt1kKBA/jP2k1QXZgA352 whR0N33TEXXIsrE+cqbtSNSHuZt/bPOVA6gHaTMz3Xv1pEYgIReXd+pfg8zzEsxj4fdRqF oiLtpm1wIwRsXnAzUrGtC8yADbbK/um9PAWllh+1goV7J9nZtHoYKiA1d7ueQ1tWp0P6GX VRVbZusQMMYKpYueLmr6Kp8Ru5svMcgCtP+s0++n3A/d3pnl1s5I8HRz+nGi8w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729092714; a=rsa-sha256; cv=none; b=kLercJL8XOcDSDW1BM/xpPWP54zQKQ0ARVsA55gbPV0N9I7daNH3wKdUp9NHRAosBKXKwZ dcd3BsRO8RzvYExirL5hasbiQyfuMb7mx2NNMIjBDkMHbunaCwspk+zLqm8YCd1i6ojwTj Vp7wH/IBm0C9jrw9w41fDt/lTggYlOp7U0/X2xrxL2LUI5JTAHhBJL4gd1JWRx7W1birA4 HBk8c/f7p2MQtuW+gDUiUTh0ktSiuVTX7KSNEiec09SV4p/glCPcmapdLRkM9enKnpzt4b QOKMiavmkBydI8kPVe14PRzq8irZHwSkobvLuBEkIAvAMnj5I6yqGCf9fvXwrw== 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 4XTFLx60ckz1BPD for ; Wed, 16 Oct 2024 15:31:53 +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 49GFVrkV073312 for ; Wed, 16 Oct 2024 15:31:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49GFVrOL073311 for bugs@FreeBSD.org; Wed, 16 Oct 2024 15:31:53 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 140009] configuration issue NIS in nsswitch.conf(5) Date: Wed, 16 Oct 2024 15:31:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: arrowd@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D140009 --- Comment #4 from Gleb Popov --- If you have time to recheck this issue on FreeBSD 14.1 that'd certainly be great. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 15:42:25 2024 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 4XTFb56wbdz5YgHp for ; Wed, 16 Oct 2024 15:42:25 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTFb55sxXz4cVK for ; Wed, 16 Oct 2024 15:42:25 +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=1729093345; 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=13VkRaUs+1sEIOUfempms1svofgjQxnb4Qd6Vxb9Qks=; b=UgbBFbfpmDaCS+Lj3WqnFJ/JyfhTqkySWNC0k6iqviXmRrIA9PuFaRbWwU8Ck+HRsJI72s jSliMV/rBSMrVSB1U/5hnh22nq6sq3GABAqnw6xRcBMRtT5q3rKJDcv06dV/I1QVuLb6eU O+JXflySPTDEp/7psClzFsQ4jNOwT5FOTosfiGK1OqDmQTMQhz3vyLPiXYPb9bfyErjl5F Vj7f3Q5fL7/LNKPH9p6cW4tVL3DMRASndWJra92MVuecKYr7sik1V2LsrHiZM3mX8saeRg mZdOHULeyVGAD6UkSDPJgw0O4PihcGn1VUflVZ4HCVYiIgieIurMPRPL8eo1sQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729093345; a=rsa-sha256; cv=none; b=G5gG/imC4gfx4pt7gAsZ2kFXdeXDnii87gXDlVCb9cJGUNOnalsDUzsdu1vH+5l6F1903n 96ExK7R+wXSekEXFUzvme2Ry7miatIf6OSSCiEQOvkQg2wwAnVnb9fo/4sfq65i9ljURuU bRUUXryYP+2NVUgDrfxXVcXvdSQ+P0i/DDgJWwhGKGcFU+VxE3ydw5zYZUQPaEL1oScUcr HJmdZgbK15AyLneNYC5tUh5dvIzIPSFB57tmhVNzZOHw3GvrijPa9h4XzhdhTbVBa5Ipdy 46X3M0OP2HUGEb6WEHTQjTozuRKdOS/nzYaDQ0Oc9+Y8l0zsRrhygGKAiXCdNw== 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 4XTFb55TvMz19x8 for ; Wed, 16 Oct 2024 15:42:25 +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 49GFgPx5092201 for ; Wed, 16 Oct 2024 15:42:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49GFgPX5092200 for bugs@FreeBSD.org; Wed, 16 Oct 2024 15:42:25 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 282005] security/gnome-keyring - the race between pam_gnome_keyring and pam_xdg or something else prevents it from loading keys on login Date: Wed, 16 Oct 2024 15:42:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zarychtam@plan-b.pwste.edu.pl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282005 --- Comment #3 from Marek Zarychta --- This port builds fine without the patch[1]. Removing this patch doesn't fix= the described issue though. The keyring pam module still expects the old directory[2] to create the trusted file. Maybe the FreeBSD Foundation can sponsor resolving this issue by making the pam_xdg path more configurable. It's strictly bound with the recently annou= nced expansion into the laptop user base.=20 1. https://cgit.freebsd.org/ports/tree/security/gnome-keyring/files/patch-pam_= gkr-pam-client.c 2. Oct 16 17:20:42 fomalhaut gnome-keyring-daemon[4885]: couldn't access control socket: /var/run/user/1001/keyring/control: No such file or directo= ry --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 15:47:32 2024 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 4XTFj04dVcz5YgVR for ; Wed, 16 Oct 2024 15:47:32 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTFj02v9Qz4clT for ; Wed, 16 Oct 2024 15:47:32 +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=1729093652; 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; bh=l5xg6gB99Wz1Qx5nkMbCBrnlcquwZ4hTZiB5TDX12+4=; b=L0BcUU32YpZ5iWUHtVzZxIMwBlhil9eCJN73CFTvF8eq+7SqdyzU/paBo0b2lo6cZB9R7t ZHrwh1LSs3SJTkj+7AznR5I0fP9un4AR3kK0TWSgEyKcH31BbowBLLJUTX5CR4ASoefCiu eVOL9XKPELixg8x+2+I6I1bkBrdrsVE0OHBbxj6pXxX0Ill017g92gSPAB/KOTfIWjt49e IehVLFOPWdjWUF/sulJJrVyEAs8Qng/4zv6G1Eirlpq1maI/tG7TivFDcEHOlFZoaEJZgy 5nt6CI9K0dnIfZYmN0omIsegy9ctwRJXNahOYtmNBvqpbpkXqCer1tD4x0K1yw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729093652; a=rsa-sha256; cv=none; b=VOF8LOn/OJWsOh5oLfdiWA8yONDywvMtwjwmVG/n58HFfBatTuICpCPulk30hioNq9JhNw c6pJjgI5TTPnjgWRY0ggglJtl0GlWpyeBHjxwAGs3eQIhArOJJNbrmVSE+F0jiXZW8am8K Nd6F+5fV0f929x4TnM79spOYdWpJ2JZbw++XB8BGXKuvg5tPU/jioDsr4mCban3phQ3ZYH yNQGVwTJj0cLWkvNkf9nb9HPNO+bMAr8uq+jJ7P35fi/6sft4zJBAfrYDNInSjUKh2UAYy +nO5pqXYSf9kmVOo6zPCANnjVMH/Nq2Gu9/dWV6bACplQ+kPn9DIAOJnR9HlAw== 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 4XTFj02BhBz1BSG for ; Wed, 16 Oct 2024 15:47:32 +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 49GFlWPj097338 for ; Wed, 16 Oct 2024 15:47:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49GFlWmi097336 for bugs@FreeBSD.org; Wed, 16 Oct 2024 15:47:32 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 282143] grep -v does nothing Date: Wed, 16 Oct 2024 15:47:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 13.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: c+freebsd@dahoffmann.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282143 Bug ID: 282143 Summary: grep -v does nothing Product: Base System Version: 13.4-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: c+freebsd@dahoffmann.de grep(1) mentions -v to print only non-matching lines, but this seems not to= be implemented (with a quick look ath the source) i.e: tail -F /var/log/maillog | grep manylines | grep -v without_this_patte= rn doesn't print anything at all. best regards Daniel --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 16:09:57 2024 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 4XTGBs5Pxkz5Yhqr for ; Wed, 16 Oct 2024 16:09:57 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTGBs2tk0z4f80 for ; Wed, 16 Oct 2024 16:09:57 +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=1729094997; 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=HQwyKuN56JFpgladr5g3qLlLs2WvXJx1qdB7RCA4u2E=; b=N0BIHidI2o7vuT7csA9Obbd6mFtTtd0gCiXgu2e7RquMkz0LZQ321P7Jg58MWROlklrToM Ma5lG6ApkBfy11PQlKMbxFwRgJ/r1AvTg8/+LojcE9bfh9BwoFfUofqg72sCxpZoE3we4O zHqFtJI560Bgr8zg952WnQJZLXQo9zWy8RHVMPrbbD62QPXFM7j4TvULKRHNZo4Yx/cvG7 GbJe3rpVgxTS6z0VHhOB7IpBkjQBBkmMhXngprwBzX3urynuvqpnH8vgnLDOYFQVR9Cqek 72tDtv16cgrop/bDcSuAjyvKB78MwS1tqMuIX9dofkOyXZ2YtFdK/NKOHRXUbQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729094997; a=rsa-sha256; cv=none; b=HDz7ZM/crfajN3J7WyTFGHp/WMXh2QLx/lMcUcy/c9WV78Kgi433koQmso10LRF8E4i2BH 3Txaub62nqt7oLOmcaP4uBN94s+0j3L3nWlcwetXqKAjiMmfoL262ELOCSXFBgQDxH6B4e IFbTgfsW60NG2/a5PSE8TQB/gLQyMNvaPNg9Ganz9qKyx0fw3xbuiZZHOpr7yaGtmh8Z7A ScqOMmJRybEAqit2fplKiO2cwhwyD5+AuOVXdBCyV/FV4FpOd54pRwzRkWCAp1t2uHyDeC QEXJKjp9pMuhWgQ5am2RIcckaKVhiqE7OvaOTef1y9AaFLim9aUjyfRWEDe+Pw== 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 4XTGBs2Blnz1C0Y for ; Wed, 16 Oct 2024 16:09:57 +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 49GG9vnx036185 for ; Wed, 16 Oct 2024 16:09:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49GG9vtO036184 for bugs@FreeBSD.org; Wed, 16 Oct 2024 16:09:57 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 282134] [ext2fs] watchdogd fired (with one hour timeout) Date: Wed, 16 Oct 2024 16:09:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282134 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |fsu@FreeBSD.org, | |markj@FreeBSD.org --- Comment #1 from Mark Johnston --- Presumably the problem is a directory entry with ep->e2d_reclen =3D=3D 0, s= o the first loop in ext2_htree_split_dirblock() never terminates. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 16:13:13 2024 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 4XTGGd6Y1lz5YjGP for ; Wed, 16 Oct 2024 16:13:13 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTGGd4YRdz4fpq for ; Wed, 16 Oct 2024 16:13:13 +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=1729095193; 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=KFbMGlQtuiAbtG0bvEy1XgDD9001U4lSLm4p+l2Zo08=; b=AzNzPhvqZk0GJx/8o47at4tZcEFlY3JbNgWpmfHIDvh+lH7xPLwJoKDgig1EzpAPlOCIt3 kN33EzCqvE1pyORx/09AJb2KpqhjY8401JkaPT7yvzSHicgEec6+rFBmIXFLdC+3rNsrwS 1cN824KSPi+Xy52EIro97MEjY+QiG3Qb2ENNgPsM3YnV7AXqxFc/urJ3Xv1mZ8Mul0SPDu 6eBpUscAeJQC9ln4XdD/FCEL2EVUj2VvuH831VR8zQzfZ981cISY86rLi6VoDAsV+VJOZW LEORMYWO8LEq50e4at2TGFKoEKB2cvdbBdU9l01Gn9ZeS7KMERsTJyY9MHo8YA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729095193; a=rsa-sha256; cv=none; b=PiOnNALYjn880gKnlDHkOOy0H5J13z8t6gLjs0kGkd5dcCzkpEPNJGP9jiJEYKHHXhDf8B m9Rg3kuY4OUjBQrJcRHq2IOsFSAhQd6SRSdq8kQUfS51a/P2DAcATHQzBRW9IXZJkorzML 14Ncrtfpfv/0bE85M1iCQu5t+pHy1emoE/oJu/4AWxHFre0yX8dCfVZAK1ytqbBj69q5IM DgRqXqe1UkPQcDzWv+h9RWtwm20YTXTI96IRfFH3QEGeeAQfEfHhL8Qi+wuPn7bQJp7Keu 74vgeFwDtIK9J38g6vbK0aWkwynl1cIkBsZdZHQ9x4ahYdFzkjA/+u4Cd3vymg== 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 4XTGGd47bdz1CNn for ; Wed, 16 Oct 2024 16:13:13 +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 49GGDD1X054602 for ; Wed, 16 Oct 2024 16:13:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49GGDDur054601 for bugs@FreeBSD.org; Wed, 16 Oct 2024 16:13:13 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 282140] igc(4): Wake on LAN not working with Intel I226-V and GENERIC Kernel Date: Wed, 16 Oct 2024 16:13:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marioagustincarranza@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282140 --- Comment #1 from Mario Agustin Carranza = --- I add a link to the FreeBSD Forums where I discussed this issue: https://forums.FreeBSD.org/threads/wake-on-lan-not-working-on-igc-driver-ni= c-intel-i226-v.94598/ --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 17:00:32 2024 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 4XTHKF5JQxz5YlrJ for ; Wed, 16 Oct 2024 17:00:33 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTHKF1W87z4lCF for ; Wed, 16 Oct 2024 17:00:33 +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=1729098033; 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=4HPkIz/5kdLiV/BsNW91+FXTA9BVTHo6L5Ctb8DQPQI=; b=UR4Tb28YE6hbGB2qYZfK/BG1SQh2wDg+J34tAaGe496uuxv0sCbpRPnkgpKOJioOxE874b xbGyr1mlSaAKtPqZ5Jta8azD4+TTGjEgnlE1rwIV7xlmhRiqtPbj1sCOlRXaGhdH3nZw04 1eDmLeUgdTByHoKQXVho8PGlRRnzVOsmIikAh+T16NmzSQWvG6GwxD5R/rWcvmCVQE9OVr DnBuAKNkqvL+eFXlU6xG056SfO3ZoD2Cuz0tB20KmHKaoDENslBSv8LcP3Ghfxeiff9GIZ kO2gd5/do4HfcMpohrn2rc07V84c0NK3UDt1eQ9spNH2LtvSUcSEmV2KaQ7W2A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729098033; a=rsa-sha256; cv=none; b=c5OAsdGqDUaHQiC4X3dt0L+h2p2qFNLN67Ie9xTeYp8ELiozRgplJkgdSzgBCB/bdfNY5A tk2DeEC80RB1kJC17LEiv2bPZ7iVeqEQAvWQoRtvQmkG2pWlI6crF21wvR8Bofud2mPgC2 EHwuXhvEJiKNmTMjf6r1bLeGW2U2QA6Ai4qedydPePHVWZwqKRTfdfOC0jjYsbzqnAuH7C bEofNhL8u/lBC72F6uhNetJFYx0k4ToBxcjVcoxla5JtkoCvnEy0sWAdRjuydMkatJRvar 84lgp/dL9tiM92ASZYCDL577DKBz6j2Uu3F0QHfD/d0bOgE5iYq/GUnBJvs2XQ== 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 4XTHKF11KCzDjl for ; Wed, 16 Oct 2024 17:00:33 +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 49GH0Xli032727 for ; Wed, 16 Oct 2024 17:00:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49GH0Xjn032726 for bugs@FreeBSD.org; Wed, 16 Oct 2024 17:00:33 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 282143] grep -v does nothing Date: Wed, 16 Oct 2024 17:00:32 +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: 13.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282143 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org --- Comment #1 from Ed Maste --- grep -v is indeed implemented, try e.g. $ jot 4 | grep -v 3 1 2 4 Please provide a self-contained example that demonstrates the issue you've encountered. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 17:26:42 2024 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 4XTHvR08fVz5YnBT for ; Wed, 16 Oct 2024 17:26:43 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTHvQ4k7Cz4mxs for ; Wed, 16 Oct 2024 17:26:42 +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=1729099602; 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=sc0gNL3JrKiSASPwTvzHeef2wiRbXJG+Q1HT2ZNB6VA=; b=BqCo82oicZ5lU8HiGO4/yHvI9Zd5ulSsX13zhmLuW7kesCvOEwoemoT2o+PiITOHQiQxG7 AMrijw6o0viwGkVcqaj7YtTCUYF6dlEzHkDbakSOO3Gr+aJXuBDO3Gj9CtQXouZP3hroAB 2xKgR911KlpLs6/eteHxiN4R6tC+kDD8M61+AlXQC8kw3qmlQCPvMkuvirOP392DA3CNu9 lwzCFfd8LQH0+P7B9SNFG3pZs8r5BDmaXVV8fmMfp30K/6MTPpyBv/mxnyu3RgyYfwe9Cm Kgz6HB1CFlGa/m9qNyOb5b0A69e5xQF+USM1EeuSPdaHgd1STolK9i+ny+7egA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729099602; a=rsa-sha256; cv=none; b=kmQiOOs8QhmscVwvsbR4TIo4UjV2psUf74ab6LtC64+3i+zi5uEJSIqlxnI8UN3ijA3pwo OPeXlVRBngXnf3Jotqa5FJSI6HdpQTxiCqNDSh4M28WsUpfM+HHAarcU8TWCu/xqGBbbP7 eOa5HURLHAYImhu0Pc3Htpk4egFb17iyqLOBngjtvW9eRUt2cfhvxhU4NYGIANwYjszgvv 2FPrnW+JwenALBPcQij3HcbaTZO+vPzerMMZOIAEFVo2dVmZGJfh/GZLyFYU4UdXPp6y2c vWyHAtBKlddh72GDgWejnj36xNhJ4I6rulJ8V6DhXS2QCMmKoc0h1aKpBE9kZQ== 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 4XTHvQ44SqzF5v for ; Wed, 16 Oct 2024 17:26:42 +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 49GHQg1M077183 for ; Wed, 16 Oct 2024 17:26:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49GHQgk6077182 for bugs@FreeBSD.org; Wed, 16 Oct 2024 17:26:42 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 282005] security/gnome-keyring - the race between pam_gnome_keyring and pam_xdg or something else prevents it from loading keys on login Date: Wed, 16 Oct 2024 17:26:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: zarychtam@plan-b.pwste.edu.pl X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282005 --- Comment #4 from Marek Zarychta --- Rebuilding the port with the most recent patch[1] implementing "add check f= or stash password" doesn't help either.=20 1. https://gitlab.gnome.org/GNOME/gnome-keyring/-/commit/805855a33ec38b822e81c= b9db9ea307e82ae842e --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 18:20:36 2024 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 4XTK5d1tqyz5YqVR for ; Wed, 16 Oct 2024 18:20:37 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTK5c6Vlfz4stq for ; Wed, 16 Oct 2024 18:20:36 +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=1729102836; 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=gunGrS0ANA7b1irElQh/mMnMPHC6ixeC9lbNOx9alYU=; b=pCf+tKNDnUcB4ZKfDUonNGnnR7J8QzWZuSteimDjxCIk7xE/Y7VAQynF4wQOM3EA9QKDhJ wvz3F7XRXDegNiUhQi/pSEjUflNifqwKD+ZmOyNvLV7Up2vPzl/dS2lVsjpHYFPzvl/zqa TkuZPd3c5F9cr0aJQ6ft0pFhjJ4su2U+ANT0KtVwwLD7mScBPcRHwUXgjndK2HlrF+X6iY 2sa6roj0bZg7CtsXC0jkvw8gbNE4SxSJXdOEd70V6k08YHqOaUTWWiaheoCEN9yx5VNWYW xOQ1tgv9KcDWDhWuDnmmD/klu9hgIiUlVZ4AHjHLVb5En8GH10ZEeFyT80bNgA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729102836; a=rsa-sha256; cv=none; b=Zb99NwPpunyLypq0OQoJVyrL1rm6/Pj7E8hw6qxOz33p1LpGtaSeDdKPg15oplbXGJutjB 0qY7aIkRdFs4WWA3G7MmqXp1tQmQDsYivu5W7U7WlToxpO/iSL0pYxdmk8iKHTKzwQm1yI 1+tllYy98lHt8WMV1rXb1CVB8BS4WBMIvTO+Vq7yXe5l+Bu2mjmG0SZBgXZ1iF5k5VazVd klqxrxlZV4d6QIY9rBaj3uata8N/KjlCpJIy1GkEPK4mY81dLmQfpMvGjJJlAxvoe2mAlD w/TfxK6zNxpZo46gJp3sWI5QRJe4Xl0b/A39qFqGhckggX0s0no3Fv3XQkuEPQ== 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 4XTK5c60dVzGYr for ; Wed, 16 Oct 2024 18:20:36 +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 49GIKaBY068242 for ; Wed, 16 Oct 2024 18:20:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49GIKa0F068241 for bugs@FreeBSD.org; Wed, 16 Oct 2024 18:20:36 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 282140] igc(4): Wake on LAN not working with Intel I226-V and GENERIC Kernel Date: Wed, 16 Oct 2024 18:20:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: IntelNetworking X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to keywords 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282140 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |net@FreeBSD.org Keywords| |IntelNetworking --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 18:22:39 2024 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 4XTK8008xKz5YrBh for ; Wed, 16 Oct 2024 18:22:40 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTK7z3zYrz4tx5 for ; Wed, 16 Oct 2024 18:22:39 +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=1729102959; 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=9Ywrhq37rvUAqbpMsf0UbfjdGUqT2UziWX9jgYbqihk=; b=bt2eRW0yEmuRzWuNph10LsA44839k/1nAoPeSdrQDPYeJ6d732FWfBGZlElkD3+fPCW3r+ nVJzRRzPiV8SIRrEa2MhjPU6TQXF4BgNyNWX3jOiYK1Oq34GJ1mARTwQru/U3FluF33tVD adZXfdlzvmzHRtPaeLUMv/o5Fm5P+yk3QW+xisEZQQNxssjdVkRAV+jqKpMLeFGdvsHsgU FvE7lV0Ex1ThiQT7fXBVawBdFhzL3zIkbVP7DH5P6mZmrd13RNw7nseOdwLoFtE0MhyHwl lKsZ3rd6IUDSf7v31xFqvvzz2V4jR4KKkXOzuqrFiMAIQ6s0dk1CYeM8F3NQEQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729102959; a=rsa-sha256; cv=none; b=ikjtOBiGAd3Z3Z+ut98QSfDs77/XR+cEVo7UedTbSfM5cWUIvNkx723olANDAQzbnZoxak 69BvPRIlUf2+diNmnZIFrAMCNJgroLh4kr9cZPvVz0ciTIbpTNTI5mGAK3Rn8oug57qid2 xw289aC/ewZxt812xcdZKyOFC42NKdcooFO0FjHw3b5K0wXo+6rwSMinrnkejUwfsn/ARe GL+OrkD1ZaEKXM4fysMM4uj8FpCKRx9Tk1IpqYbWxcnVOTzSNdtX+WhhQhWR+gNdIkzlDU Z/7H7McfrquCO1VKT0Il9zWpTJcg/7VXtWg9ToSk7Gt6ESKKCOQelO2QEJlB/Q== 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 4XTK7z301ZzGKy for ; Wed, 16 Oct 2024 18:22:39 +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 49GIMdbG078751 for ; Wed, 16 Oct 2024 18:22:39 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49GIMdIC078750 for bugs@FreeBSD.org; Wed, 16 Oct 2024 18:22:39 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 282134] [ext2fs] watchdogd fired (with one hour timeout) Date: Wed, 16 Oct 2024 18:22:39 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords assigned_to 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282134 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |crash Assignee|bugs@FreeBSD.org |fs@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 18:46:01 2024 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 4XTKfy1XLqz5YsD1 for ; Wed, 16 Oct 2024 18:46:02 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTKfx65jzz3xd8 for ; Wed, 16 Oct 2024 18:46:01 +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=1729104361; 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=xghN+YlG+2P6PUD201+rrQPGFCzLCXfYXxIiRGNmNRQ=; b=f73/k3lIrIY3XnVjWmjDBCCXwXMXAXogQPVKp6ff/NftLlb1o+T5Ws8cNhnwzM3meVfXKI oRf6xmslpjNGqG8KZlHj69AjeUrFyVa++FMoZe1NY2ySFKuDSudmbtxmnQiL6Q4umFwjWs wGdQ05wkmXWuSx9FmXFufVKW/nPRRlAvi4GO9FP41sto+haDovPaGNXoRMOzOJVn06u0zB VnOpI1nJNBKqrlKsMu5jDbXOzTR1Vi97FE28mRYIqOg7d0opOkWq233Hrye9Z1gNS0xPdd NXtm4Ye/w2jWSZVA+a2IVgDQuV/J5oyv4DLprQBOez5Pvhg0yWAhnRuuSdg4HA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729104361; a=rsa-sha256; cv=none; b=TcfVYyu8/e1A8kAJ74epiCnGOVzoKnbz5U9PsV8+comI0yAJ8jyxtdNNcK8xoU0w4jx6EI dCXf2BxLVPalEnw2BmfWqPh8YxJ7o33qv3jq+lHyneGc/6+sZfnPIM3vftK76WZqRU//+q IxGK0i6srU8scS1rrhJdeJsBZwCR3WRqepAwpV1ez2Zul4qftQ5JMUFpbZ19xIkSA9Ul7w jWCBZfx3DDZwmOJG/zj8VJksoyrKx9/+LzBadNwZ4aLL1aUCA1hnMyJd/bI3BbW3s6dMIB rdKqFpP7qxC/HdoiiFGHXTit6hPVulek3RiBsUnX7Tj/7D6VgCkgt9XCWiMfGA== 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 4XTKfx2vqkzH7Q for ; Wed, 16 Oct 2024 18:46:01 +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 49GIk1Uq016664 for ; Wed, 16 Oct 2024 18:46:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49GIk1Er016663 for bugs@FreeBSD.org; Wed, 16 Oct 2024 18:46:01 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 282143] grep -v does nothing Date: Wed, 16 Oct 2024 18:46:01 +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: 13.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: maxim@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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282143 Maxim Konovalov changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maxim@FreeBSD.org --- Comment #2 from Maxim Konovalov --- Hi Daniel, Does this work? tail -F /var/log/maillog | stdbuf -o 0 grep manylines | grep -v without_this_pattern --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Wed Oct 16 21:00:57 2024 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 4XTNfd1Xbnz5Z0Yk for ; Wed, 16 Oct 2024 21:00:57 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTNfd0QgSz49PP for ; Wed, 16 Oct 2024 21:00:57 +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=1729112457; 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=mezfpl064cR788gnnlkcaZS/gjQ3AtzyDAivLmkqw0I=; b=u38NWVzCCrEgFxr6Ga4xMsA8I3skNlD6pbqdjsdJTYesM6J5XUvxGanzMzgkJ1tTISfJsn f9LqHLzFOhAN6JbMUMV/C6hOy4Si6LHoIVcao/Vqsai0h4D9XdIFRY3LJmeAqiOESWzwO1 ASfylw6xI8iwEFFCZdOMZMl6A92yV/ehF2kSOZ2L1VgMoFwMi2Z84wWvfUXrjegTOR+3oL f2tRhnPseJ0zyLCofhAgNymsBpfJIVWD6JDhPrr8OYbMPHDGoMg9hvkrON/y5zVEmE9vkU rrEn9bM5JkcYk11oVlhhB/fsHUXgu7clh5mxpEuKS8eb3//ZLykp3BpxwNZ7zQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729112457; a=rsa-sha256; cv=none; b=Vaf3Cug3nQi0DYtOO1I/wSa/iSPUDFS28dZ/hp354Vfyhpr296+qiGbD3uXSUqXJv9d5Yt 5EuIf84GZW9fFqcsxD63Gf6dQ8V7m0fezz0CQvSmwxBGgjahLYQK7n/xL5WHp0GSjnlPM7 E2Zwt+yAwPnKietIuGJtf+uSox71c/1SDUNOP9UDsLZ5xQsZ4hY/qzt3AEkP1mt1S/Htn9 lXqmGekF9Z1Eo3pnLan3a1koPWoxZF4erH1ZldDg6aZIwgiZ8zRnietQ+Sk1YwZfnv5H0T zKQgSjiqFH4F1y4fR+Ew75m8gtc+vPu+EEt6bJ7UJEi2I7xd0b1wXKZz9JoeuQ== 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 4XTNfd02WnzM4w for ; Wed, 16 Oct 2024 21:00:57 +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 49GL0u1i050910 for ; Wed, 16 Oct 2024 21:00:56 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49GL0uD6050909 for bugs@FreeBSD.org; Wed, 16 Oct 2024 21:00:56 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 282005] security/gnome-keyring - the race between pam_gnome_keyring and pam_xdg or something else prevents it from loading keys on login Date: Wed, 16 Oct 2024 21:00:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kdeguchi@sz.tokoha-u.ac.jp 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282005 Ken DEGUCHI changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kdeguchi@sz.tokoha-u.ac.jp --- Comment #5 from Ken DEGUCHI --- I think this bug is releated on bug #279669. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 00:47:21 2024 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 4XTTgt1qYgz5ZDFQ for ; Thu, 17 Oct 2024 00:47:22 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTTgt0fK9z4RTV for ; Thu, 17 Oct 2024 00:47:22 +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=1729126042; 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=Q9sA8fikVjPppfOeNOakLDacgq1iSp/b/GVCShKNEio=; b=h9FeSFicjmaNyS2et8ERIMl+VSg3RbeCVDh2mbcJuoCci1h+FeJKvFY+bbLlq1SUU00+wa +AvTJ6HlmSFBTStBiVCPyqw80l2r+/uw9tDBFoeD8ANbNFAlNCJxgYXD1aTVFj+iXf/Cke MfdbdxA2LNHJk44HdXbl+0JktquTmO2HdohmP2F1B4+frR6hVD28SJWlIda6X+wYoR+Q+3 tv7i94qoSL/IYPcSBcD+nj5T5je6/nHX8GZLnQJO4FrsMhytjPYD8FqRQOp5UXI1090QmB L6pyI8Q6xuR8bTKk5E/yEGZ7eD7M8k9wJWl2uHvuPR6HS6RDLj/Np3+k5/Kflg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729126042; a=rsa-sha256; cv=none; b=BC+SkmRC/1dndIz4agT6+j1u6+823pqDni5nW9al1WxzV1PNcYR5e2r2zxOsaGgf8lGgnZ qPWDK5ZReiwo+ZYLUdq0FOzKWsdWC7j5b05iXkj7gvI6BJZW5qZqTgf4goH27Ehn0buoXJ sveIzR/BqAafwaKjFzsi8budslPue5LHlzKrRA7RmnvKZWSrB0uXhO7OMXGs9EK5+dwibE 1+t0JikzRziT9uoOZJ2MZnRdRjj2LOyluOMqRrEDwRuSouLraRRn5jnG9Jt+ZunyIamMsj QGL3BmJ5WwT0oxgN8CdgfWSu4IjKWBBT0Ysqf6s8aLy+ZTptwu/tFqtvdbjI7g== 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 4XTTgt0FjwzSh9 for ; Thu, 17 Oct 2024 00:47:22 +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 49H0lLsr035024 for ; Thu, 17 Oct 2024 00:47:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49H0lLGS035023 for bugs@FreeBSD.org; Thu, 17 Oct 2024 00:47:21 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 280846] Low memory freezes / OOM: a thread waited too long to allocate a page Date: Thu, 17 Oct 2024 00:47:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marklmi26-fbsd@yahoo.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280846 --- Comment #41 from Mark Millard --- (In reply to Mark Johnston from comment #38) Once this patch is in main, it may be worth trying to reproduce some of the behavior in: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D277389 to see if the accounting comes out any different for . . . There were contexts were ARC shrunk hugely but Wired stayed large --which is the aspect that I'm thinking of. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 01:02:36 2024 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 4XTV1V2F8kz5ZFFy for ; Thu, 17 Oct 2024 01:02:38 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTV1V0wbgz4Tfk for ; Thu, 17 Oct 2024 01:02:38 +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=1729126958; 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=suf/IfI/77p+C/cEB04Sjn4KEgyU8+1idWsHd+fVd2A=; b=mLWCdS/t0O+V3ReIFz8F/flCxDsXtUriX634x7Bn9gb16fywsLuIoI5k1e5GyJSjJIbXvK t0mGCpRbig26GkJLClH/Y1pWrx+aicKlCyLXHOb3Um0/GFL3mPWUWsgs3ToWIn6KpnQ54D +Z/aWNo2k15oP9hCkbDIB2GbyYWx5cNvPlo6wFMzatnvLexPI66muGJpKBSVeIbMbM0nVz bVDW+8eV8j/wLWKXl0+snjRVgAL0Pi8XX0FmvbLdmZjDYCpKPGizQggRV0NzaC4Ej8noEg r+5be2Aq1/xzQg+xkwR6mEIsw4Gr4fOEjOijITZ357IZGl0bB/76brWTkgT7+w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729126958; a=rsa-sha256; cv=none; b=M1zBVNvcQqb4IR3gTSlv302MBJO9nhVQ+FDEak7CeBY9cavZ/ZXOx3Fxyh/7CUR6SxxSGl ZHbP+9W9rcF1tH8I32fgeVCXB3a9ODrsPCi2vsBX/wQmVwGJUM5ND684Vidptqv2kvP5nu Kq9zh5CJfvzyENe99vj4AMXFperTb1bweZv2EvEdSelCZhUEZyFpm6QZvhZe1pqLpLzFTX FExu+QOoltdcb6gJ7riTsPR82qS0bMpTIRUsK7BSNNXP/FEJiRZre0/hIA9Fzk+sYpLcNh qveKe7JNYbYndt1ArcSci4fYEa34Ot221VC7Fagab/TjHXH4k47FHlw1fCa49w== 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 4XTV1V0WXlzTBK for ; Thu, 17 Oct 2024 01:02:38 +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 49H12bTr065229 for ; Thu, 17 Oct 2024 01:02:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49H12bRn065227 for bugs@FreeBSD.org; Thu, 17 Oct 2024 01:02:37 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 282005] security/gnome-keyring - the race between pam_gnome_keyring and pam_xdg or something else prevents it from loading keys on login Date: Thu, 17 Oct 2024 01:02:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@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: see_also 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282005 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.freebsd.org/bu | |gzilla/show_bug.cgi?id=3D2= 796 | |69 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 02:27:28 2024 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 4XTWvN339Qz5ZM6d for ; Thu, 17 Oct 2024 02:27:28 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTWvN17Q9z4gKG for ; Thu, 17 Oct 2024 02:27:28 +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=1729132048; 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=lYYhhgxr5R+ja72MynYU/SzIuU6EEkrOoB6T5IXI9pk=; b=jc3nm1DY79m30OUWAvrnrPl5ZTgIOZoVzN4uyGcP/dJE4JyguVRVLk07I4EujEmsbL8UIj lYI4o6TywIa3RpeL2mqxpZZm0RGHYMdKKgQdrD8OJYRDVemRiBlJylSFdkJj/Avb+zU44g 7nzOaXe2T3jge/IqC1V7XzikUeLi7Itku55DTsXQMjipK5n19GACGRMN6on37f7QeeXMi6 tjuPe3OL0Ao+5Ty5GW1SKbTuPivOdVkncVIUwSlVZWRoMYZTfPJi0b7GgD/VV/xEK/SJcm Wq0Cwpjp30QHfhNRDE9dyPdL9jyzlsIoezRvqDk5xVE4F+PDEhTKf/zHNNohBw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729132048; a=rsa-sha256; cv=none; b=bIIXQeUATc8/0JSAkqHtUq6aiqQTithTzZ5ooWDCmPM3aEpNDFrArk/tRNdahE2EjT9yqq Z9wFohWz4sopd2CCguLVHVYSuwv07QqpUjhaEVN+b+pJABh7XQYYzo40UXrKMrYeCwelUr tSoX0ADa8litvR3HcEo6ocUphDZMZLzxsq96AO7TJ4NvvVlE2N8CWKeV0g3HlrvrXorfHR 4P4c4xs9Y3OAwFV+eCQrDeEdhUoplKLkEIbT8rcxA+h9J1vjDAfccjIQ0dqijJQTwKdvqY IQm1nJHWcX2Pzrus9mTmLNZJzr+mnCKv8lFhGvFw+orqI+vZF1stWOGf8okaZA== 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 4XTWvN0cWkzWQj for ; Thu, 17 Oct 2024 02:27:28 +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 49H2RRWM003314 for ; Thu, 17 Oct 2024 02:27:27 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49H2RRiY003313 for bugs@FreeBSD.org; Thu, 17 Oct 2024 02:27:27 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 282143] grep -v does nothing Date: Thu, 17 Oct 2024 02:27:28 +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: 13.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: vvd@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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282143 Vladimir Druzenko changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |vvd@FreeBSD.org --- Comment #3 from Vladimir Druzenko --- Or even: cat /var/log/maillog | grep manylines | grep -v without_this_pattern --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 02:57:28 2024 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 4XTXZ04Lx9z5ZN5s for ; Thu, 17 Oct 2024 02:57:28 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTXZ00VRtz4jDR for ; Thu, 17 Oct 2024 02:57:28 +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=1729133848; 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=j3I9UpoIxRpnYrEW9+h3Hp0SR+g3lAhgsp1jgMOW5P0=; b=T0RP+CbuWpox2iKhQ7IeePY+ln1YBRRGdDsJlWUL2zkw9BAxmxEfXwGx+dtcm92GOJ3hur MKeADsnYDKhH2thZnSv7/nbYk4EgdePqv4KcTzgBYU0PLJq98hy5KYwWB4AVs74oUmaX5/ o5xh0UpykVORPbQt/CUWf9XgYLtsTcPZDTJMWcyuryZ/e/ZTztl17tIlmTYksMoS8jT6ez tXmZ4r1KXGwOlfkZCeWHLEwBVYUD/F9N929tCxsVcOwg4i+g2j/E8MjC4M6D1Jfe8QC52t kIeX/zZkjL6iOpsRYcfwZzf5PrX/cv3hypP0fzmbug2td7ThEzFS9fxtvd7BGA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729133848; a=rsa-sha256; cv=none; b=TOkaOPHCsz5+JRF5EQw8vcsnJLCpD3/3skFpTv0Y4TdN59UMF59E846mNinLl/lsXQcxYg nMkqQT5sunypRfuL8OIEWr/NSZ55z45AczdV0gpwPDM8wDSxCwbzJ0F30v9qxbQaEwhqN6 gsUE9hFClrhuiHZT4U7tojkazOojx7HVkJ97n4WUFjto4XznQbxT6aBOaf++NhBO72UYEY iz5flN5VpEymRUefYfY1dbmlwYE1II/6kZMmgxnDz0N54x1tgtrSdQ41yiYYLPrDG9seNo 0PdrDXIodSD2zSIbL7YYhJrZ7t2axI8IIphG+j372p8vTQePe0xnGeD8s+Vcgg== 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 4XTXYz75myzY0H for ; Thu, 17 Oct 2024 02:57:27 +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 49H2vRCZ052233 for ; Thu, 17 Oct 2024 02:57:27 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49H2vRR6052232 for bugs@FreeBSD.org; Thu, 17 Oct 2024 02:57:27 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 282096] Makefile.inc1 never sets MK_CLEAN to "yes" Date: Thu, 17 Oct 2024 02:57:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: truckman@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Not A Bug X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282096 Don Lewis changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed Resolution|--- |Not A Bug --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 04:29:18 2024 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 4XTZbz0kKZz5ZSdm for ; Thu, 17 Oct 2024 04:29:19 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTZby6h43z4pkY for ; Thu, 17 Oct 2024 04:29:18 +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=1729139358; 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=HiNQv1s2riEinMyyzlC/598c+tgk3E/VC+tvb/mf7f8=; b=UtkGzGkYTyTmv2XrmBojPK55Nzy4JTnkNBPuzvAnPYK98+iCuMYaG4xSSZdFHOMdJuSTMv lh5YNQZc4OmS1uxsCOqK8LBGQRDss4EavZI8Y4UwNgpV4HkM3YX1RZc2VPncMJOBd/bEBd WuCMMDyYq8vZWHGN/BJConHm1n0CkByK0GcJwPilgm9bFoy+s6Eufb+UrJ1o16EWZwlYQw RUw9I+XfHXyoKYvx/Bm5bb2gYqaLMRoGVnDdxpnShvtXy+pk4j+NfRgegcL9rmhV6kOEJW SDwgItWjcfAxBffmVQi8NFyuQJ64fbBO8ScZQDfxdlx6VlqN5qC5ZQkjgT9r8g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729139358; a=rsa-sha256; cv=none; b=mZH1mbC5UY90wTwe4rdFt64Kbj4uXYLjjsq2PqWFHuUcWWbZsKiMmRi7gVKOWF1gpKLEIc ODDXSFSJcD6vBH9fBZH+sssGGQTcQZD7MQveFdQuhnMbiKghOfsoc9KNfL7AfXYbEz99EB hnvRo1RIWNymimxGIz54v5bkvw+OVgMxB/XHrmAxQU3dPuxQFn0ptveycfBfJnCZbKDcyd +CS2Jb1lu8f9vYrmZjlvfzKZkaZ+p1jkA/zfW/2KZZ/EeF1iFr4fTZwhuRBj2IHYQ3Pg61 OFoLvn4cA6oP24JIoqhyfBl4FIhSSVrKI1e33MOTuqXtVgPdHPZ5yO44MdsmnA== 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 4XTZby6FR8zZn4 for ; Thu, 17 Oct 2024 04:29:18 +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 49H4TIHU003236 for ; Thu, 17 Oct 2024 04:29:18 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49H4TInQ003235 for bugs@FreeBSD.org; Thu, 17 Oct 2024 04:29:18 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 282143] grep -v does nothing Date: Thu, 17 Oct 2024 04:29:18 +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: 13.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: c+freebsd@dahoffmann.de X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282143 --- Comment #4 from Daniel Hoffmann --- With the use of stdbuf in comment #2 and cat in comment #3 grep works like a charm. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 08:27:21 2024 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 4XTgtg45vdz5YjTR for ; Thu, 17 Oct 2024 08:27:23 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTgtg0rqKz49ZJ for ; Thu, 17 Oct 2024 08:27:23 +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=1729153643; 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=CMehsvk0gr0PM+/RBwa4G+3rzB+8PGDtbG0K4kdnFEc=; b=TVHs6WIVB+jgDV7MQb2FQqHv13VjmNIjL4xEYoglaqLeXzZLC3RcX3PgdokylKJyWqyauK TY+C6P/H5g7uIE/zf7sEq1WFpVGPifr5V+0Aeodtk43eZAG3nZ3j3AwyYRx5nXNtnHY33X TIo1QaupHtresrfZhBojMBOdhIDdfJSWLeclG6uzrNjpbfKlNfdqgpaiQsO/yZwSEJbuby IEmCNGH6CcS8/oGQYbXBbEWpC8DnVciAYPfe3Ff/0PShv1Et8EZfGjKWkHR7rtOBBfJNra eZJhwqpLhpbDLqPNSDZpaOtyLYoOKJbKp+eltH2/3Kp6icqs5WSnD4dXdc/Gpg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729153643; a=rsa-sha256; cv=none; b=lpjtV+9rKVPeBOTGUHJeGVvNxpA0rvX9CJHKuiM7V0yw6LL0ar6D7dzmbWi3/Yx4LV62gU zwuWWd4NsvfDQ+FP8fWE5w4w9MdGEiboFbTKoJAcx9Bm59PG0S6bQGjVb5LhVxe1J7VigX FgdHujjDHOb0hU8usbNgUHJgCuOrU+L573sX/NEY3UOQX2wUKMQ0wQTOiJVFm8Rn+dIxFu PUQrc/BIknQwCPl+X0pYaqZVrJsm1maeWLspBcYC59ARwfv0SBYJNcfsfyO/m1+xeOhYbr 7anKNTgdQbR5n0TTxK0XI9JBYRWb04yF2wUtkJnCA+GgTc5O+lSbmhqhLzMUyg== 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 4XTgtf6HVZzhvk for ; Thu, 17 Oct 2024 08:27:22 +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 49H8RMAK094296 for ; Thu, 17 Oct 2024 08:27:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49H8RMXQ094295 for bugs@FreeBSD.org; Thu, 17 Oct 2024 08:27:22 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 246279] ciss device driver not allowing more than 48 drives to be detected by the CAM layer Date: Thu, 17 Oct 2024 08:27:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pen@lysator.liu.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D246279 --- Comment #42 from Peter Eriksson --- (In reply to commit-hook from comment #33) > I've also noted my extreme reservations about making the cr =3D=3D NULL > panic just a printf. There's some race that's causing it (I think > with where we set the shutdown flag racing another thread that's setting = it w/o=20 > ciss_mtx held). Ideally, someone would chase that to ground who had the h= ardware and > the time to do so, but I do not. Perhaps we should make that panic / printf fix selectable via a sysctl knob= ? I agree that there is a bug somewhere since with the change to printf() I sometimes see a never-ending loop with errors instead. However, that takes longer to "develop" than the panic-reboot so it still makes it a bit more usable... It typically occurs with bad disks though, so another fix is to remove the bad disks :-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 12:12:34 2024 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 4XTmtV5S7lz5YwX7 for ; Thu, 17 Oct 2024 12:12:34 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTmtV3fY4z4cDl for ; Thu, 17 Oct 2024 12:12:34 +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=1729167154; 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; bh=wRGI/se3I/5ZH/ahWDM1b5ZIA9PuQgkkCpXMCDr2efA=; b=JQqCVawUzC2IbhB9WpfD3i8ZHoug3TX9vHPh+ugNcJA+9mWulXb2Y8TNt5Ak/ogogX3+kI H7bjVL0fvyAmmS4wk6MB5F9SJinfDMPlFfnpxuw4mxDamLMaW0Z0/qrnk0ppLDGZpgXRio 6K4kcKB7kqbz27IwnheFD6NtO3P08/7EM12hhcY5sDMHLZSa1FNIS5PbLLpoRsSmKMsyCg WSh55BoKXjfQQEjsMsZBrxEqC/JWABB4dRkLk89oSK1Rm4jtPUhamOo3bc97+2GMD6cCN+ SDnrqGe2K9W1G4hjUu0+6GtoPIgQwNd1Sg098LRxSBunw8WoANNm+RTSfu/Crw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729167154; a=rsa-sha256; cv=none; b=jKPi3kH7Gn+sPMk4TGGL6D11SY1cC+OPK9gbNAyabgoiPZW94ASK9tB8t6+G0EPnj6aGA4 MavRTo+jhOtNZHyO9Oh2y/z/Vx5D+Nud/9IwVokUS4XCFo+gHCUDNY6wYdry7Pls6DFh46 Pa+RfFKzT2/fW5NrEKKcfRj7PYNqLMMhZRaWIykir4UUe+ytfqiSG59b6Al7omlP6Snxm6 kQxiK+KZLRejxZJtPIqOE6IXpBh3yKMQTa9nCGELjDLKAfDTNPm1ANkffzI77cpTY+1fnV a1BV49kepJmoSruiN9GWsBq0OCgNOlnsAmv3g6iU2MPoupH2WvMRm5UrBq/4Ig== 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 4XTmtV2xKFzpjr for ; Thu, 17 Oct 2024 12:12:34 +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 49HCCYYm052583 for ; Thu, 17 Oct 2024 12:12:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HCCYD4052582 for bugs@FreeBSD.org; Thu, 17 Oct 2024 12:12:34 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 282156] page fault while in kernel mode after 14.0-Release to 14.1-Release upgrade Date: Thu, 17 Oct 2024 12:12:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tfagart@brozs.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282156 Bug ID: 282156 Summary: page fault while in kernel mode after 14.0-Release to 14.1-Release upgrade Product: Base System Version: 14.1-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: tfagart@brozs.net Hello, After a classical upgrade using freebsd-update, my two Freebsd nodes begins= to get unstable. (unwanted reboot) I've downgrade one of them and this one is now ok in terms of stability. For the one which is still in 14.1, i'm able to reproduce the reboot by try= ing to copy small files over nfs. Here is the output : Hardware CPU: AMD GX-412TC SOC RAM : 4G Trace ############# Code: Fatal trap 12: page fault while in kernel mode cpuid =3D 2; apic id =3D 02 fault virtual address =3D 0xd0 fault code =3D supervisor read data, page not present instruction pointer =3D 0x20:0xffffffff80e1cd1b stack pointer =3D 0x28:0xfffffe0084b92a90 frame pointer =3D 0x28:0xfffffe0084b92bc0 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 1203 (nfscbd: master) rdi: 0000000000000000 rsi: fffff80045961828 rdx: 0000000000000001 rcx: fffffe0084b92b00 r8: 0000000000000090 r9: 0000000031302d34 rax: 0000000000000000 rbx: fffff80129262000 rbp: fffffe0084b92bc0 r10: 0000000000000000 r11: fffffe0008b28b20 r12: fffff80045961800 r13: fffff80045961880 r14: fffff80006036000 r15: fffff80006036100 trap number =3D 12 panic: page fault cpuid =3D 2 time =3D 1720334146 KDB: stack backtrace: #0 0xffffffff80b7fbfd at kdb_backtrace+0x5d #1 0xffffffff80b32961 at vpanic+0x131 #2 0xffffffff80b32823 at panic+0x43 #3 0xffffffff80fff91b at trap_fatal+0x40b #4 0xffffffff80fff966 at trap_pfault+0x46 #5 0xffffffff80fd6a48 at calltrap+0x8 #6 0xffffffff80e1c558 at svc_run+0x1a8 #7 0xffffffff809f3933 at nfscbd_nfsd+0x113 #8 0xffffffff80a1e8fd at nfssvc_nfscl+0x27d #9 0xffffffff80d83158 at sys_nfssvc+0x98 #10 0xffffffff810001c0 at amd64_syscall+0x100 #11 0xffffffff80fd735b at fast_syscall_common+0xf8 Uptime: 9h22m40s Dumping 947 out of 4036 MB:..2% Dump aborted ##### I can collect more information if needed. Thanks for your help Best Regards Thomas --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 13:12:24 2024 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 4XTpCY0wy8z5Z0qT for ; Thu, 17 Oct 2024 13:12:25 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTpCX6m0Bz4gwc for ; Thu, 17 Oct 2024 13:12:24 +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=1729170744; 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=lfw6Hg5wX5P9VPb9D/+mgRt1rD8hJLQFgG6MtW2kleE=; b=P7tRvY3Hw8MWo5yCNs6+Zqr/+5adxYh8mEGfUznYHfbWBtpHUAEPHSqn1QKbwHPOlwTpPu v9us/Gxnpz9BIOIqui7WcL5mHnsFWQZw7Jy5pLt6Fud0H2qk/meuW+2v8tpTzL8UeCE1bi dFMppAQulB2AzO4BnWAx2j+CZYVC1JxfXQIBF3FjUccZC2WYEti1/0gREK9HEWMtrp8INm KzVrVxJ3QWEPg49pnP/vbUjtGEL8Z9zNiIDP20xoAwVBufQBY9ayHbile7P4d2+7RQ+ro4 sEQGPyC6kISVVQMK/qGbzPdY6NxS40AAbHatSFH4QYDY76chK05oMwOsr3ZVpg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729170745; a=rsa-sha256; cv=none; b=XIdf6lJjQoTqEIGWsaH2cKaF5nsXMpaqlLg0VjSK+QO1GPCDtpzM3TLjEQSHSMSEWO8/64 7rItQbRiuT3J0K6W48OUbd3mutyt5QPq9zOwVOxlSNFP+CzFu8xpcYGzjCPUmb9nVBHqz5 qHbqF/V1GLZZ7in9+1QRwxdgsKiTgwcg0Hk35aNCDItMhyPojKtjr02c7U+a9fcHiMd9Uw E14TnQrzax+8GnJgIuwnM9WSB5JVG0J+S1kWmozye6qYal6fzIa6bvOc0navvzMaLjZ+ab hCtn4VfT3qj7Dh8lN7DD8iQUfhLFkyLWLRtQKl6ngVsZSj5K1PVGdK+oa0mHTg== 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 4XTpCX6Mq6zqvf for ; Thu, 17 Oct 2024 13:12:24 +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 49HDCO97044006 for ; Thu, 17 Oct 2024 13:12:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HDCOfD044005 for bugs@FreeBSD.org; Thu, 17 Oct 2024 13:12:24 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 282156] page fault while in kernel mode after 14.0-Release to 14.1-Release upgrade Date: Thu, 17 Oct 2024 13:12:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282156 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |markj@FreeBSD.org, | |rmacklem@FreeBSD.org --- Comment #1 from Mark Johnston --- Are you able to get a kernel dump, so that we can pinpoint where the crash = is happening? If so, there should be some files in /var/crash; core.txt in particular would be useful to see. The crash is happening in the NFS code, so some details on your configurati= on (relevant rc.conf variables and NFS exports) would also be useful. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 13:47:41 2024 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 4XTq0F5wfKz5Z1v6 for ; Thu, 17 Oct 2024 13:47:41 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTq0F4DgQz4lFk for ; Thu, 17 Oct 2024 13:47:41 +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=1729172861; 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=i1WDfdO+5IAlf301IJ5qBV9TKUeJeZWtyBkIhQ2AKvc=; b=FAYhzgV/Pyx1SzRFnAJNUvB+QeDrP/utfpvWBzLMJRWxFFw5mf3i221Y4+fT78Ji/sxT3R Or5/8nqbk9peZCKPt74j1uyfhd99YKd5xo2ovjPlHc7jFqC04tYjgng8Bq2qojNaZqPjFa dWCev43PYXWKv3T0d0MohZGHTTRGTeMLHVXX4GotsH48HPDbaJNI6cfNC6P8AfrDEL/kd6 TAeWswZOFCGKpzaYkcpNTGe42ZG/OkMY0f73c58OYbwQIXFuKOzdOSQZsQtMuOUQVz+FL5 n84r0WjxJGN06tfdE7Mk8l+ZI7gNCJKbS6n9E6s3rP2Y9o0VNxhgdoecUAvlNw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729172861; a=rsa-sha256; cv=none; b=h2oHQQycuy1EdllJeqkqRKyTTS+Shua3/esjS9hG//N3t1776QP+v36++NMThCroVfOwzc b/bAUQODIJHXvUuxxHa2bCwbCUfZ1tP9DOm+TZKsC87wXPaQ2bcbSUcPy+nmYmFkO6031x 8sD2L9wPSjkhdQ6z9mz6fUrO0RlTvQ3lXmUQyVlPYG+jb8lgf2sGCoTm0uArXuIRTWD9EY 8Pt8IGXSf6yfs/ReXM9qALGVT2uU4CozBe+YJoZ09LYUXCYEw9PzfR8TKAar2qumIzM+d0 ICwCtsMAMYRCHDgD5AncVaBN2RVLOkOiO+vHVj36ZnqPh22WDaoyaeaxiFBwKg== 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 4XTq0F3kS9zsJf for ; Thu, 17 Oct 2024 13:47:41 +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 49HDlfjY093445 for ; Thu, 17 Oct 2024 13:47:41 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HDlfaU093444 for bugs@FreeBSD.org; Thu, 17 Oct 2024 13:47:41 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 201102] Realtek 892 recognized but no sound? Date: Thu, 17 Oct 2024 13:47:41 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D201102 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christos@freebsd.org --- Comment #1 from Christos Margiolis --- Is this still an issue in current versions of FreeBSD? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:04:29 2024 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 4XTqMd5gddz5Z30R for ; Thu, 17 Oct 2024 14:04:29 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqMd4BSvz4q8H for ; Thu, 17 Oct 2024 14:04:29 +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=1729173869; 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=FaXgmn5laY9gLynNVR6Ej/XBqdB+gz2oSplOpdDSlcM=; b=VWhixfRyPfWSTdLj4TRP2mCf7o8LQCbCf2SOecnnSzZAYF1JeQoBomqJbeubPe7zhYD9NR 3Vt81YPTm8It+2q8KgFd3wIi5Ry/gFx+UaAJyCkD2iipn0rJdNzMaEl1K6fq9JRY1Zlblk +Pl4wJbpRvrTJp+ckUvUGxM3PWMFRGxY8KjEFPmoSzgs1fcDyvNx5hO3JFT9NnTPzjs+uG bhXbT5spSjPEQ9w4p2UuAirvolfInwzSTUXkmVzKkF2xiQLLLvUovzDDuUk33YcWakb1x6 zdk96vCe8m++ARZmYRu4GA51X4yRtW+xnZanrYzG8nkNjYwgIegu2ZIJlRcPAQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729173869; a=rsa-sha256; cv=none; b=C3QbabEIa3iYjy8tq0zOQoB7bDM75MTZMT7g2sQFzKwVU2zhKWAv31ZYGj7zuG7n01a4YN jDhHbiBHWFrU5hCUYuOMxneGWnyWVJN6eFBedyZQNCpEjgaaW8Dx2TLZIFlW/x3kVA5Kta eNHrzWVCIDYENMJMEY8VbJBW16OFJyCP8S1BYzY7ADDNVQR98c8sT+inLpCO4cZodmBrma RmTSimtaYhWXiH7nexd5O2ALJ6c4o5bIL6tujU2oUtg1Gzxba2NzeLeynXO5MW9rb1GSGI 97YICneylTjqjovO+Qbpg6KAEW6l1NvvfxsF6yGwMZaoHzZZIHV6jdOS5HKIJg== 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 4XTqMd3nG8zsZ8 for ; Thu, 17 Oct 2024 14:04:29 +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 49HE4TSU024968 for ; Thu, 17 Oct 2024 14:04:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HE4TNb024967 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:04:29 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 201102] Realtek 892 recognized but no sound? Date: Thu, 17 Oct 2024 14:04:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D201102 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:04:55 2024 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 4XTqN76SVXz5Z3Hs for ; Thu, 17 Oct 2024 14:04:55 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqN72PSWz4qmk for ; Thu, 17 Oct 2024 14:04:55 +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=1729173895; 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=zMxRdJk4pAm3ufyZszTxIEXuKj1QSVkP+1ofDPHjL8g=; b=FnLJdt0KEtvIgpzWPeEfAY9FslqKzDszQP4DP9uAK/r3YS6wa4eCgVVtUF5GjQKtI80i0O eUh4e3OZpmS+VX0aHpEW8jBjDwe2VHvGFPi+hjf6LQjz+kwnalocxd5DI+WKWelYTPSh3X HiTmD39xJCT/rSUHQksA8D2ISYFYrWQXxkM/pVDxwbkxFdyn2utyN3OtertjgnCtfjzHOg yz46R/AXH7I58hC+jehouUooS6kih7Ixvy8AeDgrrlL5F1gcWavBcDGE/zkAfb0Gj12Mfv 8mrU5iXIbnFU3uKZqAGSSZCshkGzbrrS4r7mpi5YRGqHPKt2b7Z3nB5Zlsbg6g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729173895; a=rsa-sha256; cv=none; b=gb5z4IAwQVDSQoz8KFwwPTOTUbXAskdyHy3ZhcKhRt2xjxm00HiJ2F6BSqqUZnwZTHXG31 n9ls/BLuFZPgJaSDqyIHejgyevCnwMnat9sYDRCQxBO/h5kZqeBfUX+I5GMhx9bdInm+Vs NwdcMh2tWl4Wou8hF7w5+juwJdz2qp4pcMkIn49Z8TnOdWzolhGndGbECJbM7gKMLUio66 NzOrMa1ppXIbciLpcPe5mQQUcCWu+mOXqBwQchz6ASGtgj0/f6PNush74NPFjKN+VDFM5W czdLVY/QTJkGCEbOUJde0hUREvIigJm/9aKihTi8v+AX5K/aEM1Jp+wXc6PUgQ== 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 4XTqN71c2Szsp4 for ; Thu, 17 Oct 2024 14:04:55 +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 49HE4t97025253 for ; Thu, 17 Oct 2024 14:04:55 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HE4tPk025252 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:04:55 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 201102] Realtek 892 recognized but no sound? Date: Thu, 17 Oct 2024 14:04:55 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D201102 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Open --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:08:26 2024 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 4XTqSB6DmCz5Z3Ny for ; Thu, 17 Oct 2024 14:08:26 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqSB4nNkz4rLJ for ; Thu, 17 Oct 2024 14:08:26 +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=1729174106; 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=5kxP5ugW+HdqyheNNFMr/YcIegQPLwb752NCSsDkwcI=; b=mSXKuvHcHJEJWTAPkw7slHn1sCGo8k9q1Bt03NIRBsZL9faUMb+GQP7rJZeJNOeUVcPIxQ 7u8LZGE9rwZgyyGPUrfG/niZZKASBp89r3Wso7J6i+ZxWfJR5DKtL4RMvsrfulCfVVXRkd l5xIwKIjUbS6rP/XW/jRnTbXAuGsquRSJWAas5d6+BEZTSJ6aAFV0ahs21C3gSQKa/UzoS aEeH9riJPCyQU+IUgX1rQ+EnDMDrCXGRvtf/l7wKeyseBMfh5HRann6ou2NgaOM6j1+RHX 16ofKa7OgS13wTZ2wvl3ELLE4b+0RUnCvTSPPgJz5Eo/eye2MG81rHW3LvKLvQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729174106; a=rsa-sha256; cv=none; b=BHQh+nA/dTGhKjOW6DILWbIcVs5klpxciriWWdyLs2N9OZ7W69//ucMaDC1FCny/zMTMej 2fMjWrlk6h2AlW8m5R8O8Z0FHQDrSDgidCFbQJZiRXj6R7rG5I+ACHiWbzoLahGJfcPmVM 9xqr41STDghnnuC0jbmX2l4THwBlDRfL2X5hlFm1s825R6hkm0RWAQe56k5nnJIhsatEUb 7VkfI1DJ1DoPefcKXneIhmzqDExa7huJIN/yJejd+55XCrrjs1u8d/Qr86noCIuvxPVQ0b JKVCGOtECpNX8L/cfyNRBTXJWCSQvTwpsvulAQZR9NhYFfo6pvh7Bz7PXtM8Zw== 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 4XTqSB4M2YzsHR for ; Thu, 17 Oct 2024 14:08:26 +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 49HE8QQn027689 for ; Thu, 17 Oct 2024 14:08:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HE8Q1j027688 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:08:26 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 72995] [sound] Intel ICH2 (82801BA) - sound nearly inaudible Date: Thu, 17 Oct 2024 14:08:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 6.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Unable to Reproduce X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D72995 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christos@freebsd.org Status|Open |Closed Resolution|--- |Unable to Reproduce --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:09:30 2024 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 4XTqTQ48Mxz5Z3P0 for ; Thu, 17 Oct 2024 14:09:30 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqTQ1msbz4rnv for ; Thu, 17 Oct 2024 14:09:30 +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=1729174170; 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=0OTVSKj5ls49UKLLcP/T9Sf6wk/osXpwtr3+GZggCzs=; b=qkANYDJQBqR67mULr9lViTLULr2NTAxJ58WLpn0MKogUfFoE+u/L0EohkkopXl8v1UqKCj 2WtdA7X0A/7t/kfh7Pjh+alq1TAqduyuDXjktMEqtEqIOoNa5kht7DLrTRgb1a6nC57UFs 57EiTyzWDLsgERz5b1Z5wQX4Q6SCevAg1eDoV68Flwo3TONzTpQ7Zpj9tcn5BmFZfdsspg WHmbAWOv3/+krSY4xaf4p2xjHKWRY8C1pcVIxkgBqWFuNFhtwyGp4LBeqd+G83jdPg2aXp dbw4fv2ebGpTtMkFa3qhoA0YdIVlJ2Xvqha/k/wh55pTXmm9H1Mt/j0Izzj03A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729174170; a=rsa-sha256; cv=none; b=txbRuDVn8SbtD9ZYHdCVJiqD5vbeDCTuRk5nPgpa3n8/UlZ59ZcWHOTVTq4/BiGktVzgl9 7yi7/V6LvjQiP8yCP8V0QGZKStVaKmJC6qikvt+pqIRSGKMuDSIuf4ZjqBTAHxfMZMeGAs AXibEUiX64whCJkpnKVP4eqoQp1SicnrhYyZf5CtSGlyO+AjceY8Mb7oj1PeS7lf8/P3A5 oPYU4/88Ygg+mQIHxPXsS8xQSDWtF1MJ+OEh0Fs3MzPlzQ6c6jcKv6HFzrZn4F+Uaxr68P SRY/nqF9KaAQZkyFNlfVU3BmzmKF7fkkDq3d4+Em5R2dNHNAlFKTsu78XPHsZg== 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 4XTqTQ1JdPzs65 for ; Thu, 17 Oct 2024 14:09:30 +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 49HE9USn028306 for ; Thu, 17 Oct 2024 14:09:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HE9UMI028305 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:09:30 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 87782] [sound] snd_t4dwave and pcm0:record:0: record interrupt timeout, channel dead Date: Thu, 17 Oct 2024 14:09:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D87782 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christos@freebsd.org --- Comment #6 from Christos Margiolis --- (In reply to gildororonar from comment #4) Is this still an issue in current versions of FreeBSD? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:10:52 2024 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 4XTqW03Y56z5Z3XN for ; Thu, 17 Oct 2024 14:10:52 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqW01hXbz4s3h for ; Thu, 17 Oct 2024 14:10:52 +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=1729174252; 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=Ht762w0j20H41WDMcaq4pYXcydNg9yL6ZiaLU8EAUJE=; b=hBDCC9qjRRrqnYJQ5h29eznI2KRT8vc+5FEaACFU+NOC1tpfXV9jN9EL4wu4c9o7PWN4HH mHUgLJhY3NT2eEgJxuKtSyE5il1JfbyjqWU0EI8AJ87HkibUgCp/Suq/wxq+cZareZLPrP +AvEAG2/EOYepz0vwjRwCxD+nelFXRvBipjZykpYLVigyE6GBoZkMrLmZUf78+iRZGvXNJ CIEfkomb6q0gjMmA5K3ne3CLr8mWWQHGa7UrgP6KIKxvm0Xuk49iew9UA37M9JbaBJjKb6 pETRgTnLexXWrEQhQnHEuj+oXke+qpPtWvKbP95ItLUE7T6n5fZh4fyP8UAsGQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729174252; a=rsa-sha256; cv=none; b=EKYlRtca8G7b6MqMEyDt+dxZRRotQn9rAh/KvYUkWfFu+tQ6hO/LrRG0LDmnXPcfSg+SQn 1LfxLBVOgmiIjfj95NMFCt1+Mz/eZ5lZHYSvr3P9HXC+zcBieH20iL72ZZsIoCiXVlkfsr KSDc3PVbm7XOGxANStPjmR4Fpd0WqveJVEPNpvj1+FruiIwG7nDp+wz98Q7K1fMlohYzgD mWpaf4ciEOqyVRZT/TmimY6M1I9LvivYXrsYLRCkK+UnyAjo5m0EBxUQjju8PmsX5+0Yr5 feG1kllWbK6dJULOmkwQDSr6LoTQh6+fVqq2wkBUAafRvHw3gZ5BHTWO/KhYbg== 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 4XTqW019MwzsHW for ; Thu, 17 Oct 2024 14:10:52 +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 49HEAqTf033012 for ; Thu, 17 Oct 2024 14:10:52 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HEAqnI033011 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:10:52 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 98496] [sound] [snd_ich] some functions don't work in my sound kernel module Date: Thu, 17 Oct 2024 14:10:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 6.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Feedback Timeout X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D98496 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed CC| |christos@freebsd.org Resolution|--- |Feedback Timeout --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:11:23 2024 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 4XTqWf6VFhz5Z3Jq for ; Thu, 17 Oct 2024 14:11:26 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqWf4lTwz4sDS for ; Thu, 17 Oct 2024 14:11:26 +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=1729174286; 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=6V3kFPyHR+xWQppDlYvqxBAj0uQAl82fqmd6ktLCj7s=; b=iPS3lCPCiVNrqTJsm6W6vhHvBt59gq86hrzfU41azaDWwk2jC5ex3IeK+DGHEWchKOWv0b 0jHTjH+N8yw627waQIwkLy6NjGZi2kHI060ZYarcyAFM6ElSE0JmtBJHEcqXqfAYbzVEO2 EqcAB7O1IAGM6pGrBCHBVXCVZHIm8I5Bj984GG+mb9jMRdN325cKL5VmwneEbfHCC/WEl/ NRGHeYC6I0+VroH0EcMH8XHFKtBlIjYPCtT6doKWiRpyC3PiZRQT40sF/Ei8UpktqVyIGT RGL55I+ugX1GiiW+AJ/wd2d2NXJU8cUpXM/1ggV+a58c6SF0OQydAmsgHVzsCw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729174286; a=rsa-sha256; cv=none; b=hfKdZovow9b++r0SMz0eQVKWDcucQbMN4bOmsgZ5pE2qzSIXKePaj2sk3HAL4Fnu0+G4ut N6aEKh3nR/rCMXxH4JthmuSMcv4061CatdOwHwtLbjWnZ178R7B3KJs6X9i93AbNc3ynFd vPQ5IeJuzEEKQVyxE1a9Q4/r5rMFqV2h6y7yZ77YcXUhzfveC5phi50HKW11oAsYKOjcxc fel7nAQu0AGzXd/kaDLQWZ1Nur8znOHOYCs5S0gmD9Aha1qXgsqK1vM0HC4D1HCVSUYL7y AtGhFcQgl1YWMGcR1g/rwTxwX78qi6ALXb7Oyd6K2zO61UAQwWmqRlmwkeFPBg== 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 4XTqWf4MMZzsHh for ; Thu, 17 Oct 2024 14:11:26 +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 49HEBQsm041857 for ; Thu, 17 Oct 2024 14:11:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HEBQ1W041855 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:11:26 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 100859] [sound] [snd_ich] snd_ich broken on GIGABYTE 915 system Date: Thu, 17 Oct 2024 14:11:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 6.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Feedback Timeout X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D100859 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Feedback Timeout Status|Open |Closed CC| |christos@freebsd.org --- Comment #3 from Christos Margiolis --- Thanks for taking the time to submit this bug for the issue you encountered, and we apologize that it was not addressed in a timely fashion. The FreeBSD sound subsystem has had a large number of bug fixes and improvements over t= he last year or two, and this issue may be fixed. In the absence of feedback confirming this is still a problem on contemporary FreeBSD versions we are closing this issue. Please open a new bug if this issue is reproducible on a supported FreeBSD release. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:11:35 2024 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 4XTqWr6FyWz5Z3Jr for ; Thu, 17 Oct 2024 14:11:36 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqWq58K8z4sl2 for ; Thu, 17 Oct 2024 14:11:35 +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=1729174295; 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=ZjFQihQPTaKurTShlztSDsrkJsjECSUWo8X76XNdO/A=; b=urIqYmgSpHcGWO95zE+1fpNmRkpIyOQhUI9+koLhRch9kS06yFqn/J+NQS2ByRHxcgi9oa S3nmVQvgmQgGEGKjx+1GzSONEAP49CMRHbJXS0Uafhe6iXFieCYG6Ie7FkZhV+G2Gc3QXG dUCJWOunLY61UyE6urTnW4Pw/Q1eydFbPvbZY160wYQHR+/cz2gD5QMLh2e+ghwWzBTAOj NH5WypM3DBJRpnzl6b+8rOWU2HbQc9boikwbD1ENso3tJhpq2pm85aR+7UvI14BMIeWOAY +SQVINqAALnpgdnFLOTPi5ysKhWqt4gfBVvxNrSeHmeUTYh1qpNSNX2jygjj8g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729174295; a=rsa-sha256; cv=none; b=yk3f4UgoPFcItruVAsLXx/M1iBXWnv+W6KC2A6xscGr3QL4c/mu+APPRtfBap0tylmVMPQ mfEGN6IKuyJ8ahCW4/o7rR+8Z/0i0fvNx+OfxWjDX+oseoCVlDiE57eC/QyfX4C5zzniXf l1jdYlDaG6rHECGzVLybliOuk22R4Y612MugzK+WZ7WdncYWogaqew+3w58LPs9h4tx1mN fr8+1Ri9S0n5cJEtXPdjHMEjqdomFjGEN7djHsxkwJmZ+/3xfocsoh9ftLtWA3ed62wmvY xLRdYrGebRa+TmP4mNGyx7JmwGz4ICNJ5WhZ7esrL2i1Y1X/j512qKWKwDychA== 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 4XTqWq4mG1zsHr for ; Thu, 17 Oct 2024 14:11:35 +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 49HEBZxT041963 for ; Thu, 17 Oct 2024 14:11:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HEBZYA041962 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:11:35 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 107516] [sound] [snd_emu10k1] - skips, clicks and lag after a day of heavy usage Date: Thu, 17 Oct 2024 14:11:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Feedback Timeout X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D107516 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed CC| |christos@freebsd.org Resolution|--- |Feedback Timeout --- Comment #4 from Christos Margiolis --- Thanks for taking the time to submit this bug for the issue you encountered, and we apologize that it was not addressed in a timely fashion. The FreeBSD sound subsystem has had a large number of bug fixes and improvements over t= he last year or two, and this issue may be fixed. In the absence of feedback confirming this is still a problem on contemporary FreeBSD versions we are closing this issue. Please open a new bug if this issue is reproducible on a supported FreeBSD release. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:12:34 2024 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 4XTqXz29Vwz5Z3hX for ; Thu, 17 Oct 2024 14:12:35 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqXy5nWvz4sy0 for ; Thu, 17 Oct 2024 14:12:34 +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=1729174354; 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=57XvrWLqsJABatIh0eqe+rP1gX9QE8K8vZUPTvHI6jQ=; b=SGjUczCfhDeZLXiRypiBlDlpC5dS0l6Rix1tV5ZrWNFCn+erXTBkdsXoy00F2nFbQmLHrq cV6ivRaQJp72X7WzgB+UKSK4sgt6SIgsnAzQapeQfjHws/3r9n8fTIsxuUP55HZmyg8abT 3A0rq9aoeCPMeXaXFma4O0/gYQz1ROqplaFpJ8zFA+BCWH52dhYHtqpDdc1pURzG60/HN9 xK5LyEMJDkqYPk3sXo6gdlZ2VzZmEjLQm2L5/xWjjKk3oV+py6QvmErwpMicWkcqczIUKH HSOYS6FhiiQb53Xm3fySCqPFUVAq1bvlrHCqBPcFuJz9LkFoQXG7+P/k+ut/7Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729174354; a=rsa-sha256; cv=none; b=LugSHCh+3BdceegwGHIJ6L+owkI834bvkNlgbbqfQbmkIakPgOYisZ530SBDuGScdYLiYv x2x3M1eS0ID0HlV3H9lme5Fpo9yb9+GvcY+ki82g79tkYz3yYHLVMrwXcF+SlbkjNHbkIf rjYmg9gELSHlDZsOPbmjITsL3Gxn4NhxXfqWInXm7Ny5ZKvFXbcObVCugJetn4ZJzMO0Gw 7vb+Fmr1ogEq3gp6CgcxE+vSwquIvczmb9xgdVpwGk9aEbTmAfg9Me76yhU0EopZidUpL+ Q2uzapNPdQ5KVt04TEmC/MW7ZhjVtl40WnfaySPRmo7hB1K6i/oC2D1vzWWYBQ== 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 4XTqXy5PD2zss8 for ; Thu, 17 Oct 2024 14:12:34 +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 49HECYPH045565 for ; Thu, 17 Oct 2024 14:12:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HECYsg045564 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:12:34 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 282156] page fault while in kernel mode after 14.0-Release to 14.1-Release upgrade Date: Thu, 17 Oct 2024 14:12:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: crash, regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282156 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |crash, regression --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:13:11 2024 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 4XTqYh2K4Hz5Z3lX for ; Thu, 17 Oct 2024 14:13:12 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqYh0RGQz4tG1 for ; Thu, 17 Oct 2024 14:13:12 +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=1729174392; 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=Ap1tqjnpef6AeC4ZAw2QSkGNYJecnocjZQDLJmYyqC4=; b=ZhPg1po5FnldJdVx7V8RJXv24TuG8V+Gnp+XZZh1wkEKh/v8qk/6mx0wPiUxFQDHHghCLp YJ15ZQphrY4zI08sFqXWyDqt5WeMRnHFsnyXdCgM15J080/Cum8LO2TlNbWQoECzfdtiFs +nc/ZWEhjxM80uDI+WL/N3+oZwa3qzj2zwSBDmgYQBCKf2gNO5bMr4l4X0Zz3yNKZCsAWT XV6R2JeXdxsHpS9FcbX/A/cw4d/0k/E/LCB9NHfVdkORD9hClmHzgLZd+4Wz0Ikr/UguWC 3zU6JTH9foxpwvWz5M5ij+5MV6Slg6JH2m7y91EaJGsx2OeHDRM/9dbJEQy4zw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729174392; a=rsa-sha256; cv=none; b=rtCa6vanemuiwQmza1dBon42qfsDZXaQGViRxffg1pV/NI2MBIzGv8SOCEECDlBDPsO8nx JCAOyftr9HV97IAG1XHwDH1/vC33lmooi2sxy+hdKDQ8HeBfRr0Q4JnTYnP4BrX4a1pTEu xJPx11EoiOqoKJJPJ5mXtwaGNLDbBjl5aQyKJY2qq3ZUl/f2cSc76sEWs+S1VG2AMhdGMp Rh8mlOuW7H7G05c3mZfyfKRWptqadb2zSw41bKkok1y8kV5PorGnJkeBiPhgyvjztJrUGX Ja5TeRsoVO8uf1wony8az2R+u/nfR8X8dtQ/Ldt2YLsJGWQvXQ9ExjGsKnXqJQ== 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 4XTqYg6M7Vzt3F for ; Thu, 17 Oct 2024 14:13:11 +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 49HEDBG6046016 for ; Thu, 17 Oct 2024 14:13:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HEDBJo046015 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:13:11 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 114760] [sound] [snd_cmi] snd_cmi driver causing sporadic system hangs Date: Thu, 17 Oct 2024 14:13:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 6.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Feedback Timeout X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D114760 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |Feedback Timeout CC| |christos@freebsd.org --- Comment #4 from Christos Margiolis --- Thanks for taking the time to submit this bug for the issue you encountered, and we apologize that it was not addressed in a timely fashion. The FreeBSD sound subsystem has had a large number of bug fixes and improvements over t= he last year or two, and this issue may be fixed. In the absence of feedback confirming this is still a problem on contemporary FreeBSD versions we are closing this issue. Please open a new bug if this issue is reproducible on a supported FreeBSD release. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:13:35 2024 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 4XTqZ80XxGz5Z3nr for ; Thu, 17 Oct 2024 14:13:36 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqZ75BDHz4tbm for ; Thu, 17 Oct 2024 14:13:35 +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=1729174415; 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=VZTLjJSz9H7HkWdYDvKeWgW3/kQfFCnnbox6FrjWUJQ=; b=ljMiQVuvwHnE5FEvZfXt5IY63eGBMhl73FzC3ByxkqeSuhErn4ereX+OMUnYamfmubsp6d b1JX2SrRoMTp+O/R6labJ3vtGY21FTqiij09BCDuoPxYIvKatsbkLSKSTrgLHjHFU0ojXr x0eAD0hGSMLUuP9YI5y+HuBftnBlEyRtyPp4Izf6aRrkQscBL/cstiO7LvtmMXXVaF0XJK jG1i7wBRRd33LYCgmwzCM4OXBu3YkM8U7rSBHsskT2hoSBQU2tXCKrI04rros17/lI3yVM psm/1NA47qVOPwGhV4c+R+JCv3nbIJ22u3zr1Px7eHMLAEZiB4NwnSy7z34YRw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729174415; a=rsa-sha256; cv=none; b=ubhS4kyDjld4EFT0R1GotKJNGCK09rVqYOyxL8sy5C+EvmBEPK2JhvIe7iIDyLADoPQTkP IVIoMsbXh6azhTWVMJZ2tYSM9wwL/RbxAY06KOAsDU5RMeQT2VgC808spSElVdNtWWl4CM +Dnp+pTxFxf4arOPT2Cvg4AdZxAcI8duOWAnmk7nk8Y90AHPUnHbAn+zdg1YLlA8FfgesC JWFLRJEuV61q3WO2ETB2DMEkMANtQeLaz9Te1CXqMVtKY8AQUC5sCetyT06UKajiJOL3aP yWFcc4RcqsmdRZA78oA+C/19p2+P9s7aD/2ppytPugubC2AB5M9uaYtQ2yd0AA== 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 4XTqZ74phlzt26 for ; Thu, 17 Oct 2024 14:13:35 +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 49HEDZOk046224 for ; Thu, 17 Oct 2024 14:13:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HEDZfE046223 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:13:35 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 120857] [sound] [snd_emu10k1] snd_emu10k1 driver issues a warning on unload Date: Thu, 17 Oct 2024 14:13:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 7.0-PRERELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Feedback Timeout X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D120857 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |Feedback Timeout CC| |christos@freebsd.org --- Comment #3 from Christos Margiolis --- Thanks for taking the time to submit this bug for the issue you encountered, and we apologize that it was not addressed in a timely fashion. The FreeBSD sound subsystem has had a large number of bug fixes and improvements over t= he last year or two, and this issue may be fixed. In the absence of feedback confirming this is still a problem on contemporary FreeBSD versions we are closing this issue. Please open a new bug if this issue is reproducible on a supported FreeBSD release. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:14:30 2024 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 4XTqbB2kLfz5Z3lq for ; Thu, 17 Oct 2024 14:14:30 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqb968ypz4v2m for ; Thu, 17 Oct 2024 14:14:29 +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=1729174469; 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=hGgJ1sDM+JWAsHdga2OQoiNpXzITAA+pVTl6k3qzWEo=; b=wX4JHT/jWka4ZZq2fXrVF0p1KY5mz/skw3biJ4XjhHga+QAuOe6x5jq2VTs0uogr9laLcy oHqfJ73RnxM5FBdukvezXhmw2a9zFWi7SRr9gB6PSY1uqCMnQwrr/7ou9SeEj2QoDIt9YR ZxZahFQy9od6zKy2R2vo0ICUn9sEDtrarH/9/V2BT1Fqm2F03SFE8JLEAUkcOcwYoaVRTn hbPGfeHSJQQkmSORL2d5tLH2maqx3/HCniS2JoiG6YP8GrdACC3yK94nWqV+G7v1Log3hF /YF03fPKNpmKj4joGeVhHOrbRR0PHTn6GrDpreh8apPRL/MNhEaK9HwDfcVpXQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729174469; a=rsa-sha256; cv=none; b=WpmoBvMBoiEZmOK0TvuT8wh8eQ7RtB9VbEOKD2CPMIuIuqCxO5ueuiYZ99pg2fWr1lTx3Q +onPgK6G3reAHY7TjPKY6kaPYZhs9qJxhDQqMBQ0QA3CxEf5TAakQNRUa1j58r7J49K1gW bIltlj5z/xoVqFBOq7Lu1iQpynYO9yPG7jFPTG73CBlW6F1kY9GgM+Ni6wVVtX2tb9rU56 YcMH/leUq1TUEwoxmf/O47f2R5g5HP95widpNZZUdQw0aE0PnMX0JLjd0Flw1nPhv2mRE/ 9FdTXcelUdATBAFHj2Za+7SSeCMCZvz+q6Usono2c7m6nmS8ESPPPTXHHSivjw== 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 4XTqb95gvPzsJ8 for ; Thu, 17 Oct 2024 14:14:29 +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 49HEETXU046838 for ; Thu, 17 Oct 2024 14:14:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HEETx2046837 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:14:29 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 129604] [sound] Sound stops with error: pcm0:virtual:dsp0.vp0: play interrupt timeout, channel dead Date: Thu, 17 Oct 2024 14:14:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 7.1-PRERELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D129604 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christos@freebsd.org --- Comment #9 from Christos Margiolis --- Is this bug reproducible with current versions of FreeBSD? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:15:48 2024 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 4XTqch59HYz5Z3j3 for ; Thu, 17 Oct 2024 14:15:48 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqch3YlKz4vJ2 for ; Thu, 17 Oct 2024 14:15:48 +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=1729174548; 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=yu4vIAHCQPsOGdplQHA5ayWN/DRDJm67ov/bcRkvfHQ=; b=NIjpXLKXGyAiN+C7VSxcQHtu+HNzKRVFyAHFZX1wmkmcCm3+QCScL/bE5P5aUmJrJOMbo1 9pbur51hAMHnRvNDtKXbOyDkJrQHP2pmcJEdei7V3NqzDXPVvX7Qe1dUuFgOKgCjulNWtY oXAI6xefhJ+aug3JEuz0zmyri/vndaLeK9FOwmAduWlt7cBCRcJYsit7wb7WwBTn67+wGg BhpWFgVKQ8yAxDhgI0hmg+I+puT7jmkLZ+QCXLQKYe8Xwg8HJSPuaLxEza5YEN4hTTtUmt PSbkTixlUB17Ydf0aSESnZ4/NoxhQeMe09yKLFBsFp+dg7z0uQF2TCpT0dBiLQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729174548; a=rsa-sha256; cv=none; b=XS/Ul+0iIRadVTWva/8uTFvNHGkQ0hVDH0QWof1KdLa16xsF89X/Oyu5rFJLDBINYMEiQ7 hQuMoVE/w9gACmHurY092EFMPG+4SpNGEKaz4V7xrByHFZ6M6WsaNMSlcuK4t6uDZ6lfbV BocnvhDElYnr6BO/NtV2gmR8e1diJMFluSAlyIQyAOoJhSrHQqVGYAyKS6D+HBGkkZ12hf DennrFig6ft5K7TZP5az4z5hAYOcL4WHpPSfZN/2jx/SGrJ0a7O22DauHlMbSyHQ3AXK4i ZEzrQn90nwW7eV581EiVYYZRvQhW5EU+pwDK5UKD0ooSY06u46ylHbJKUCuDxQ== 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 4XTqch39HSzt5m for ; Thu, 17 Oct 2024 14:15:48 +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 49HEFm7q047661 for ; Thu, 17 Oct 2024 14:15:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HEFmw1047660 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:15:48 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 132511] [sound] [snd_hda] Probing ALC888 codec on ASRock K10N78-1394 fails Date: Thu, 17 Oct 2024 14:15:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 7.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D132511 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christos@freebsd.org --- Comment #7 from Christos Margiolis --- Is this bug still reproducible with current versions of FreeBSD? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:16:38 2024 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 4XTqdf4lc7z5Z3jl for ; Thu, 17 Oct 2024 14:16:38 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqdf3Tk3z4vTh for ; Thu, 17 Oct 2024 14:16:38 +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=1729174598; 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=LBsMRCcS8YqE+3r7RlbZXWTTSBWDJoCbiIvDU35R9c8=; b=ZQ4F7OaQ2ZRl0BWF1zZSscPZlOkG8FdxXVGKTGnUbD56FrwLmt5qWMG0xATv3fdqesmgme 1CNoebcZ2baAREe613pPsnMYpLjh4VP+OQr4ed+31+zLQZvh0sNuqq2UDOhUh6y1dps+k7 G4gSpwxjzPileJ1Y5HldsS9ArnBm+8FR70RnigyA2ZBSun61yLIVuUwYZd26jxSoFgpNrL HLK6SXEFwZjGhVPbLKdu9jc4PEWD8e0kf9tEdaibqowxnDbbx62Nb5QAKtbDJFyYIpldGn Y6i7iQyaFtt2M/5dMat+Lu/qQ+PHk1QqGjDnDa5dBiHj94KQ1zTKrLZsJtZ/Pg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729174598; a=rsa-sha256; cv=none; b=oYebE/RfB1xGRzyNHsRy2654tm5I6PmRcCDOFCwmzimNOUp/9+EJi5prZeIlJ5ZmtnjrDW TJOG2GecaWIr/US3Dsj/Q/xDFi3PDkCZeC74g3bLx0clwP2x/dNK7aQMQXArjeKNPq7jlf ExG0Q1W0zo6h/IglBguXII+O/42Hk4MeQB2WKNBWwVom/YIm2B88lug+uli7DH/jKIEs3d vEU+8VD4dnrCtdUtnFUFyyaCVK8q/M2PDgFGDrBJWyQ9LQvPjoBEffwhKHiFpZDnwKGIO7 lLK0eO490Hc6CH4FDofePbIAQ844u4D5GbmkQxB00WdTijhfFfHotXxsMXWb3w== 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 4XTqdf2jnLzt29 for ; Thu, 17 Oct 2024 14:16:38 +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 49HEGcNP048257 for ; Thu, 17 Oct 2024 14:16:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HEGcGu048256 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:16:38 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 132848] [sound] [snd_emu10kx] driver problem with card init, snd_emu10k1 inits card correctly Date: Thu, 17 Oct 2024 14:16:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D132848 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christos@freebsd.org --- Comment #10 from Christos Margiolis --- Is this issue still reproducible with current versions of FreeBSD? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:17:13 2024 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 4XTqfK0m7rz5Z3tp for ; Thu, 17 Oct 2024 14:17:13 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqfJ5ls4z4vxt for ; Thu, 17 Oct 2024 14:17:12 +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=1729174632; 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=JvzUHUTUBbFXeS/J8V+ZGa7ZV3nmjoJm2VKxX6+hrKQ=; b=ToTuaC6n/sMZTU8mCscqjkaEIencNS43QsnvNRiySpY08nFdYQKBkCWgiXrPHbieI1wjSK fYYqZNZmO7wPzkwPEiGfOkni7G1hclUbeLxoYjW+wRm+vRwk9D7PX4FIPT8rHhQTJ56Xfz E13jeGybc4fzQM6SydxbRbcReVQI23tmyAhdRycFCU+KHPrZggKswVfKIFP9H/vGY443Y6 K8kJUpvbA5BDF1A3lmS1iARKjLY+939JcQ2L1qLSVOWBg4lMlirvODlUn9ZL9EQ+eE3qjc Q1qgkgys1VyhrGIY8BoUPTDikgrM4ZWn83a4gl3e7JWbPdIld/09xqqvRHel3Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729174632; a=rsa-sha256; cv=none; b=v3FUdtO/Uqj2s4PM4fAADRV4VjfuSLf+ZqD2MS4+LTtCCusxXpEOVfGMHoqCQ/jFcuRId6 tbHgwStj4fVQcVdHEqP6UPoI8gQ9X4CA5I7X3rYKBSelpoy1XAHPlQZ1dDufEroDlfDsZ3 lbL3n8DK7Cj9DNNikkVeYvQZo9JvSGkfWw3AUa/vDsjPuwawzSqMnOZmXerW6t5gUCovE5 RnppJyWcxZpY4mAW9HDWiqYX4MO3jM+ywSfVuCokyAVpeGkwOHbWvrULQKMG6H7wKyJ17T Y/8iaN5TFFOVmjEKOtoTL3WVbTA+iRtJ0aZ5EE/usxpJsPWioeGT26fElMQgtw== 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 4XTqfJ5MbVzt2B for ; Thu, 17 Oct 2024 14:17:12 +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 49HEHCgw048668 for ; Thu, 17 Oct 2024 14:17:12 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HEHCP7048667 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:17:12 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 140591] [PATCH][sound] No sound output on lineout/headphone jacks using AD1980 AC'97 codec chip (Fujitsu C610) Date: Thu, 17 Oct 2024 14:17:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 7.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Feedback Timeout X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D140591 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed CC| |christos@freebsd.org Resolution|--- |Feedback Timeout --- Comment #3 from Christos Margiolis --- Thanks for taking the time to submit this bug for the issue you encountered, and we apologize that it was not addressed in a timely fashion. The FreeBSD sound subsystem has had a large number of bug fixes and improvements over t= he last year or two, and this issue may be fixed. In the absence of feedback confirming this is still a problem on contemporary FreeBSD versions we are closing this issue. Please open a new bug if this issue is reproducible on a supported FreeBSD release. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:18:29 2024 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 4XTqgn2jXVz5Z45V for ; Thu, 17 Oct 2024 14:18:29 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqgn1QLPz4w7Z for ; Thu, 17 Oct 2024 14:18:29 +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=1729174709; 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=+9tsvFAQ2rAxRbfwyeoD82iTJVGwwM/mq96J/yPsmTM=; b=PD/URzh/AYt2zuln7A/NAu9xrvTnLhjGDi4ANdQN16wsZhx9+maCYbv6lGsoqqy6iSbJvJ de3sM2e1P6xyVPPnT65vSLWQb5mYcsjVpkCQnz/aLpS3Al32WIDRSFJOCIOVDxlCUUjIMO u5I3L76CZyUUFac26hlItTPgCLvWjb8+wm3cPdvFTFfpEQDvYpCeucVkNglk9kSaDD+Db9 aVjClnv06SwBxcMuWosmZO2hmsP7LhMaeNkvpgSsfcVk+JCMDXLv8u4PtPDR5Ah/lTPS3k DJzzdyPRGQZd9tQwH1X863sP6IKjs/G16YTAbKDen7+7oKr0e0FzqXUr63kChA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729174709; a=rsa-sha256; cv=none; b=KA8Z9fd1no9Y/kR1U+VFAczgR19LUfwqd4EYum05mcHAW17NwCNemW+r/o92ruSJyF+HuW NKYczdSr6NS1xU2F8t6NbPhKpKYiEVztSFK32lgt0qQYLVSMnTGkT/TjAdWF+IWQ2zxfaE KuQLBM8TP5+Xc4afY3DesZ9PYfdLcRiNOXBaqX5IVsRDG+8oCN2Tk64yeeBHPxoj3luDeR Ldhxg6e83T9o7+8yELWO914/pKZmqU3IWWynfLHupX8LEl6jX2KDhTB3Tx1oKWF/noncCl wHbWOGLkNDjYItSfpG+LZzBljeEZQfrheWbLaJhqA2P9zIP8j7QpoJu2GdCm0g== 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 4XTqgn127hzsph for ; Thu, 17 Oct 2024 14:18:29 +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 49HEITCu049574 for ; Thu, 17 Oct 2024 14:18:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HEITtp049573 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:18:29 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 143505] [pcm] FreeBSD 8.0-RELEASE (x64) won't make sound card work (Intel ICH5 (82801EB) [regression] Date: Thu, 17 Oct 2024 14:18:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 8.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Feedback Timeout X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D143505 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Feedback Timeout CC| |christos@freebsd.org Status|Open |Closed --- Comment #4 from Christos Margiolis --- Thanks for taking the time to submit this bug for the issue you encountered, and we apologize that it was not addressed in a timely fashion. The FreeBSD sound subsystem has had a large number of bug fixes and improvements over t= he last year or two, and this issue may be fixed. In the absence of feedback confirming this is still a problem on contemporary FreeBSD versions we are closing this issue. Please open a new bug if this issue is reproducible on a supported FreeBSD release. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:19:46 2024 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 4XTqjH1RFqz5Z45g for ; Thu, 17 Oct 2024 14:19:47 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqjH0Lf5z4wS6 for ; Thu, 17 Oct 2024 14:19:47 +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=1729174787; 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=hHA9LD7rAARbB8CHe9pXPOoiQT0WguTILdL/r0GRHdQ=; b=ANGJfdvzg5ELyLN0Y4CxMAAh9uKlR+A3ZvwaGBNe0MoEKKX8Tp3X6kSp8DUMOCDgX4KB2p R6M/w06wdLGUty1JLRsqv8+zeRkAGvT44vEk7QRXp+jgQYR69rT7Bcb7LjkNkhGT+NGIxl P39rPKXMrPF2qcImEix+RNIC1riXyxLLwqPKL3CvgIUwn4ntBxBwq9R3H+TMfdhvY/z9AB BbB8pNG7O1S3im4+pokWIvJTwvXwF45ToB4MbjzGTjSb7P5zYiuUuNwOUCMMGbhWXDTdGU qtdXmEwkLdNg1Svu7GIFJOVvAhIFVCHnk/hew0/0b1kQklBxrucExk4KBmd4HQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729174787; a=rsa-sha256; cv=none; b=VNxU5PNdCf9nhfwFDeunkwV9k0AVn4SxuKaBAXlqbze0zDlBP2yWQ1lqXIQhLNYvP+pbFI zeUm8WsTd+niLdPZa4JeSVk5nK9MxR3OPaxUh6ohk2bSHkI062cl9iFcfh1CO8pDqoPCy3 Ape2kSb0fG514x7C1Z/292sX5vsSUMbXCDfAbLTkZ3KtG3W+7XUC2L7fjr2ODdyZ4adcfh hMSIJeuuKEpqdlOp0ALoxqFVQE4B5p/omtWcxoM7NmsTYev4E30Mzbm1lhuH7Rx2H2vOvY zMnCOgJkxYZ72GzQze1xdTYXzV6qoaKKm6uq6LM11rO2l1iu/zLcRQvkD9AFVA== 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 4XTqjG71f4zssD for ; Thu, 17 Oct 2024 14:19:46 +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 49HEJkOH050549 for ; Thu, 17 Oct 2024 14:19:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HEJkHD050548 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:19:46 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 144659] [pcm] The distortion of the sound playback of music at high volume levels. Date: Thu, 17 Oct 2024 14:19:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 8.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D144659 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christos@freebsd.org --- Comment #7 from Christos Margiolis --- (In reply to Alexey from comment #3) Is this issue still reproducible with current versions of FreeBSD? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:20:44 2024 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 4XTqkN6F1Yz5Z41y for ; Thu, 17 Oct 2024 14:20:44 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqkN4wtJz4x5S for ; Thu, 17 Oct 2024 14:20:44 +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=1729174844; 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=JZVwYhKgHTaIJLEJQQnA0F33o39hN8IF3h3hmPYyGjQ=; b=wqexxTXpeioVi1jwMa1pezzPDDT9L19u2/QNcDr+KoYmhyi4MA7Wv6d5wkCu16QKxCOTpq hwQKyibBPYDac2GvVpb77ylN252DBJ/yh0Ae1F7grIJ9BEljHUzLHpB0HIFLmO3dEl9sPA FuYMN2j/xj4Jh34HiDABd1KwuFsWShfG2iiU73mRV4kOCJwNsgAZM9NmpL+rioG31Ga6cM cVgvVLyVrPcRgrnzagaVeXUy4nlziWn9mIzZJLOwpq3nDpfA5WNg07Ww/XeDVQndK9wITA t50JexNgad4bsmy3lh/bT3DFovkhBeEYEZsVOG0HS5qeSJJnz5PH6DHZos7Whw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729174844; a=rsa-sha256; cv=none; b=q/0lcG9x6O2ARkq/8IN7Flisnm05CTQ3ldzMwdebcJtAL/Qxam0N7g0/Bc+lMzRo5f5eJZ 9Tw0a7pez5RUhAtQrz6+AwcUCvnJTT62kd6GIR8Kte7PKAD761Y26GkN+OMYfAdREdeBjo 49IAakyWpufwmsmgsdsma3Cjlb+tCK4HoKcpgVbL/hgEG87uiA3t29PRghREs9KLn6BLvg Q4Bl/XWIsrIGErFKfSL249wqqCqa50jLu12MXVcppsemhHQ299JRwrM2cC0QH5l6m41SCt oHo8Rzkaj8nUyZyRlB79CvJmqHsOt5nwNwnra+uA0LPswS9BGPunEnaiGD/lAw== 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 4XTqkN4Y02zssK for ; Thu, 17 Oct 2024 14:20:44 +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 49HEKiWh051355 for ; Thu, 17 Oct 2024 14:20:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HEKivt051354 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:20:44 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 162181] [snd_emu10k1] [patch] The kernel sound driver module snd_emu10k1.ko hangs when loaded. Date: Thu, 17 Oct 2024 14:20:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D162181 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christos@freebsd.org --- Comment #4 from Christos Margiolis --- Is this issue still reproducible with current versions of FreeBSD? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:21:01 2024 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 4XTqkk32Gxz5Z3yH for ; Thu, 17 Oct 2024 14:21:02 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqkj3HJZz4xJ7 for ; Thu, 17 Oct 2024 14:21:01 +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=1729174861; 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=kyxqXhwvu0IXNPZ7g8ijb5pk7NMlm5UfIgcIHc/+YtY=; b=T8jzRJRj3nOIq2UxnAq7ybrEhsjXUVH2xxNQkJyZL0oAnOxtNQa5GINBg0QeBmxQa/usSw RJONqk8w9fz3+qBTo+f+3JogIJIiEyPeq7IRInGwZLR5y4C8P+ZZu38pWdw0fb5Ndu9ckp w53utzyJmkjRBnBHEYCkIQ2OY8Mrwz7C8Urr0VokWVrUAwjZ+SobMKRBFTuOIRKkkgN984 deyI02PD33NMaa6WvBT5eVuR1ifXuisyS4iQQg96jHWQn1EybElOjHFnLKXSfrOgQtECbS ZhUME6YEHYa5WfFgweQcDCJUZkhp87+1KJ/fKj/Hz1TgKMlTg+R9kLW5KgItnQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729174861; a=rsa-sha256; cv=none; b=EAFpG3SKKBUuJk4Q/jiEKZSUKDA7ZZSd+Qpl92DwlB6JFF02gnCo2M7gffN+X7Z84UaF6I jujP49ZsKbYDbnJpu3g7g1uxnVzPfw2Fk3jQi7oYM43FKB5S4o1rt46FMFqsKMXzNaS8yh hueXCqo51AsaDIty8kQHSSrs3RZsHqi4H7QLeb0Z/G+yW+iexUNhHC2w3zN6MhRAtFosHW I+GOtRNLj9upGBUd5vgLpRcp2TZDpjYlHTMGY+J1zz7pRns2sDcAR6lP7IZ7/bJnbG2wjI ImsvkoeQqIYENRZI31xHm6JseJQe/UEcuYpVIhG1v5adzaad28+cutRd+gMC4A== 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 4XTqkj1Dwpzt2R for ; Thu, 17 Oct 2024 14:21:01 +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 49HEL1dW052491 for ; Thu, 17 Oct 2024 14:21:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HEL1FQ052489 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:21:01 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 164220] sound preferences does not allow continuous adjustment of mic level Date: Thu, 17 Oct 2024 14:21:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Feedback Timeout X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D164220 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christos@freebsd.org Status|Open |Closed Resolution|--- |Feedback Timeout --- Comment #3 from Christos Margiolis --- Thanks for taking the time to submit this bug for the issue you encountered, and we apologize that it was not addressed in a timely fashion. The FreeBSD sound subsystem has had a large number of bug fixes and improvements over t= he last year or two, and this issue may be fixed. In the absence of feedback confirming this is still a problem on contemporary FreeBSD versions we are closing this issue. Please open a new bug if this issue is reproducible on a supported FreeBSD release. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:21:29 2024 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 4XTqlF2Rj3z5Z480 for ; Thu, 17 Oct 2024 14:21:29 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqlF1MHqz4xQ5 for ; Thu, 17 Oct 2024 14:21:29 +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=1729174889; 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=/ZTZx/kIETbDFz9GzQGxjE6KM7WDF47S8W5IOki/cRQ=; b=Bxyge5jPEiP+cgxGnx8GIRptaSjTLedheQIfPu8lBlycnD9cWaKo/ipMY9ngHZvqDDkvAj dCRzGI+ra09l3YzybcRG6vsOv0alaEyI+AMFMjaIX2SLbwnWngeHvILiyqGWfOJ5FeZ5uU LtMuFlv/7beFvGVx+IhLKAGrEwNySUm61Fx6Lpcg0kXY0wBh7cjiKfCYKmVCDYNAnUX8pK ghfoQse2p4RGt0qUaxKChvTjNZK5+TErxrJbIWfeEdRqdStCV9aYfjH3m0goOXj9d8NQ5u CXM2RzNGi2HH/h0P4Ma09A5FSScj6udQg8uLZmRhodotgvFNGftaqIazylqi8w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729174889; a=rsa-sha256; cv=none; b=EOv57JMsGZMTCvaKxyJFtbq3TtjkJgYV2huE2cmo/dxXZRULZTw2tttr9f7+qKsGWkm3hS iuTDt7/a1jqO4r2OHK67zoc//2BXsbnsPBC7S7WjynxG2uNOX05vRdTseJ4dUOKMw/PgYV 81DCF+yQ9speouDr1RZoapnbzC0YlzQ7cvI7qeLSorBzGbvBEHhf+wONzTttZfwqh91SqC bAKFpaUhwwwzQk70JiV9ZEQb58ayLTgyy82zCvUYaQrmjItd7bOdea5zT0Ppe5tyXCymHS Nsp2Fil94+VhZXKmvxc2WE/BzEnhRA87cB3x6e5XVEASzrBrWSwsqX2Zg0lPYQ== 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 4XTqlF0zWlztLH for ; Thu, 17 Oct 2024 14:21:29 +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 49HELTCg054607 for ; Thu, 17 Oct 2024 14:21:29 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HELT2M054606 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:21:29 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 171082] Nvidia GeForce GTX 560 no HDMI Sound Date: Thu, 17 Oct 2024 14:21:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D171082 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christos@freebsd.org --- Comment #5 from Christos Margiolis --- Is this issue still reproducible with current versions of FreeBSD? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:22:34 2024 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 4XTqmW0rRNz5Z464 for ; Thu, 17 Oct 2024 14:22:35 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqmV47sjz4xx2 for ; Thu, 17 Oct 2024 14:22:34 +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=1729174954; 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=TADVQQ/OMEPd8R+hgP25Va+XJMPmWxVLKbnPwGbj5Ws=; b=D0X5xboCUWUxKOg1RzpVJDYjfwiDhgHkf+23Ug3t+nsHYotwTVtdgj8D2TzgbiFBj4n1bD 0fmW27v7IsYiVWodNvsd12k3SapWMzEsHqp3IhHn+lkgUqF8wYprO+wN2/3LWjI8thMdIA nCQyzAssSzb9ywCs2MVmWVGfK+dyemErFRwg9ITbNGV+IQmQJGghw9a3cvS13remg6VYiy Uq7gfHYmWrGNi/o1M2k9DAtYD2SDt+p09iYB6geM0ko7oKvpVuO0zy1d3YFnsNgN/Iwgce cI/CVoamG4uOQbVWueBGz68nWHiMCuZhc2nQ6GYtFZhEmcBxMUMui6wxApq72A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729174954; a=rsa-sha256; cv=none; b=FZLKQJeCbx155UKd1DhfbmmcZpGR26vz4tzDRW1uByh9WWtjSZwOdSYE7o8P4OMCqbOYfU wvjqN/eyCdtU9taj1UKoESpBn3URqsKlbpoiqoaRX5w2eYM3IZ0oPTPaQnGZrkXQ/uIdRi sPnzXX451wNmFac7/WkBMTfFRISoWPcw/kyh4SO3xtWz1CobqzoAwSRNn3OslREcr9rtik SdgE20D0taxDKl0HVYbIFwELy0gMWpCIilIFQ/vjzUa8Mt4mG1jERuSZkCLJ7bjH8i/4Bw vgFkIN+cAFzhsV6/gi3wYbvZ+yjZYtboTL7pNp94jjK1AprgcNvCy1Edia+HvQ== 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 4XTqmV3lTwztP4 for ; Thu, 17 Oct 2024 14:22:34 +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 49HEMYPA060449 for ; Thu, 17 Oct 2024 14:22:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HEMYu3060448 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:22:34 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 171937] [pcm] Notebook Toshiba Satellite C850-B1K and problem with sound Date: Thu, 17 Oct 2024 14:22:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D171937 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christos@freebsd.org --- Comment #4 from Christos Margiolis --- Is this issue still reproducible with current versions of FreeBSD? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:23:05 2024 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 4XTqn5724Jz5Z4Sl for ; Thu, 17 Oct 2024 14:23:05 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqn54gPKz4yWm for ; Thu, 17 Oct 2024 14:23:05 +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=1729174985; 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=d7b7MKcKsBlEZSJcWXmDbLqxuRLrX5ypbsG2jazcqtU=; b=ndpMb0B5pWxw00X3v5m0ZaPtuTTTlS9Dw18PWXLo9pL3Bplo3WjcL7rUo2AaIDCurSEOvB Sku8CMxxiMWZ6WFhxE9wGYJulEOY73g2aA3tvoL4THx+afWYRZorLJRpqcBB7ok/6w5JbQ 8xHxjiH7jwdnNRmOCKdTI+O10XI0v/0kSTzauGbx/x0MMh0Q3teOZ/3tSqgKQevc6z7UD1 uKlbZXc0ECE11K7cTyhL7lNKj6uX3CJOcHIZXkCdoIfn9X4t/UfqBjuwYRW7s6toweW1bu N2zQCG8cFkP5GJc6UrsPLkZP+qU36nP3GGv2eP5FuV6AKh/uo1zqFUUnXkzP6w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729174985; a=rsa-sha256; cv=none; b=gRfBwdn48YTHuaY5vuqgyTumtW/7NP02Lwyk+thF9EuJtclV9GYNcNKvWZB6HZAYJfSAQ8 SyoE1nFYrWSOonJOR8azDMtyt7kJZ9WKVbRr+zuj8z5jQS5OZd8HVuLhLHK6BP1idM0btO nNQIL2aQuG0XF+W4+u8uK0sonwpvr3jwIjxC/wxvLIvZIrQGLs3eUMNCu9tB29nxaPq9tS E8qsvuYFDYLW+K+Q1KFysi9ZNUHSZA3psHjPGHFu65w8fmWxpsvWEY80Bu5tpGsTHU3XWg /E0MuHyhBGpbZjfyJzQ7IjqLKoMOshqyFM7NBWvWBGWml603/hpo2bqEu750kA== 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 4XTqn54HLdzt3p for ; Thu, 17 Oct 2024 14:23:05 +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 49HEN5LG060864 for ; Thu, 17 Oct 2024 14:23:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HEN5qd060863 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:23: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 174828] [sound] [snd_emu10kx]: "Creative SB PCI512 [CT4790]" is not working at FreeBSD-9.1 Date: Thu, 17 Oct 2024 14:23:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D174828 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christos@freebsd.org --- Comment #3 from Christos Margiolis --- Is this issue still reproducible with current versions of FreeBSD? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:23:25 2024 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 4XTqnV03jcz5Z4Sm for ; Thu, 17 Oct 2024 14:23:26 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqnT5qhRz4yrc for ; Thu, 17 Oct 2024 14:23:25 +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=1729175005; 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=I9ugF1Apqvh3xKhVy9vQzz3IhORXZ2wfwX1zwSpnNdc=; b=mjAltuPi9vzsScOcqIoSLNbOefrMSz80Z19TAbSQG1tcp1pW8khWyFX+AUFxtXgse8fM35 ggzLlmtFSgpMiOwdVc1quci6zdVxOv4rsjOE0aHHPqKxNFvqkDMMl1R7qHJGxjnfPi66I7 l06Q1HWflhfFolfOiAIwWd8AI5S1gQOiSPxjFzSdXTF7bPQxLOocm2T8L/57GkUlQ7XQd2 xEJVrYDYWGmwtjGHEZemY036HYEJNdlIvXQYh9UXItlytZNaxB7Hr7mRHWXhZeW1dgLHlb PWnGmhwcUuqoulL2SQvJlTaqGirvzfDLQBsHMORfA1Zcw6jeiHrAfT1GOdM0MA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729175005; a=rsa-sha256; cv=none; b=TLsmVSEHDMnRn8mFb0gL7hInaAdsp7TeIsaAtEoZcDyHMstjWP290tgG0EiBsJm1B44EeD F89uQ2RrmLxdeWgecSRWr4r6jftbxEJosK55DzSp75t6STA5cWKURJDALmHfAQZobJyBC3 U/+s1B/nuKpT2ygBHXbm1nxCPn4+/mUx+T2azEjJJU5bhwf95TabikZSTe2PEJFDV4wH4l dGpb4uOsRjYjBSIxBMFz7HK/W5LZnoncfQQxPPslVVzDBWC0lXzPSXP9tjgN/DVqQKlXqN hwnzWvK/Co9T1mNm5UEkK2T84AUSk6o4oLejNIwzFeYzd6LKoeO+5ywfql7a7w== 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 4XTqnT5RCMzt3r for ; Thu, 17 Oct 2024 14:23:25 +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 49HENPO1061049 for ; Thu, 17 Oct 2024 14:23:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HENP76061048 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:23:25 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 175306] [snd_hda] snd_hda does not produce 7.1 sound on ALC892 chip Date: Thu, 17 Oct 2024 14:23:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 9.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D175306 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christos@freebsd.org --- Comment #5 from Christos Margiolis --- Is this issue still reproducible with current versions of FreeBSD? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:23:57 2024 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 4XTqp63fX4z5Z4WY for ; Thu, 17 Oct 2024 14:23:58 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqp56VDYz5001 for ; Thu, 17 Oct 2024 14:23:57 +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=1729175037; 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=OZZf4xkNal3FWXeJcHQ7MzzoUlwGckFDgN7S04Jgh38=; b=MNiZj2Q2WC6zXkzJ8TUEIXpZdN1+4jBfFrRU70Rt9Whv1iFDds66a5/g8thj/u4FguWZ5m O/z0iLSRLovOl4Ski3aNUprNLzc85/NJvw4VMMktRgO8rwmCLIHOvZqe6lnE6G+OixWMRe mmtHshtnMKCoVv89FaQustF1SNnvbLlLKTKgOUCu+P2MnIpkCETpg6Q+sdwjcMlqDBGTro Upih7YCkWZbH7yUVB7zHWNtvYOqqPcg3/VOkoQBP/oiJw9wWYJQFv5rRYB3OiCh2OMUvi+ mzmwEFoFvO/DVIzBRsX8WuKgPaU+7nbChgTKMZUro84mPDjuXnDJ811dyVZVtg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729175037; a=rsa-sha256; cv=none; b=K0RmPJaQYVwWXY18MSbsSCOMxbHNC6VOUPoRLBWMidO/2PzQWIKa7YnHwOyTmSdRQvYCnw /B+GfG2qRO4zJgD65Lp3ETzVxnjp94o45Wrq4RXLDCzbJro46rT4cKqPSqoYpyPiAEgr+y G89jCWtwis+UbNXfS8BnVpmjcjCsx34PC3SHEKLF52bF0+x214oOwIXwsrKAZORJ3471bJ yzLNq2ICn5PSh9XhbLdulh4IFhEvhy6t/GfNjyrXXGK2AGpr/xX/LqNdGAKjmIVuzGDPt/ l5yZ7rWQSsTpx8kZnTAZ04kpaig4FeRXOQzKJlmPl5PhNlzy0h2Ny9ABePifxg== 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 4XTqp54vHSzt99 for ; Thu, 17 Oct 2024 14:23:57 +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 49HENvYB061336 for ; Thu, 17 Oct 2024 14:23:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HENvSn061335 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:23:57 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 182365] [ppc] Sound Blaster (ISA) support is broken Date: Thu, 17 Oct 2024 14:23:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Overcome By Events X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D182365 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Overcome By Events CC| |christos@freebsd.org Status|Open |Closed --- Comment #3 from Christos Margiolis --- ISA sound driver support is retired in current versions of FreeBSD. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:24:47 2024 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 4XTqq31N0bz5Z44Q for ; Thu, 17 Oct 2024 14:24:47 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqq269Fhz50Ns for ; Thu, 17 Oct 2024 14:24:46 +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=1729175086; 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=472HEHiMOWxWP1vRU6akZXCRwfTh9oqWyIoSgwiCbW0=; b=q2Bg8FhNfj9NIn7XnCwW2JnlL4NVeH/xQsGfrBbFknxu5qoxfuKwnR6HD2KgQKz+EC942v Kvq9x2FwzXh2z1Tqod3x451k0erGjXVjSQSGQIbDpTxb+vTNsJGU6CzNooKBDRN3VX7qyn 3e73sC67Od2UQeVkwmb2Vhl0gwDpUlIWStXBb7GAG8vZHBPcEV+HFQ93AG54MHWnsYs5w8 y1HYTRDmokqAVQSQBcDrzgXwGPuCIEDHWgvatHnGH/v25ImYbfdy/IEdg/nG2FTneM2vND fs6tyl15Dz33iVcjY1JCPTsjzNyCPxgjnXV7x8qaL8+A9bktenFFFLUOhdjAhw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729175086; a=rsa-sha256; cv=none; b=CedVbuMxr422z8lk5u5E6Du9lYDqV0LmmNcAzVaFDLnVdU+00hb5aGmyusCEPfIfhvMeqw lhdjgfEnAxMoQfkJBiDrZxKe5fzf4OUCy/ziUNopq09yX1JEaQInb4Eugk2MkBfrSTuQvr PydSVfjOdzpz+uuCvDX0QiQDOwNJsqN6StT1rZPEltIS+5TMFVd+RAYA5Ji4tFK38eAwmA axY39Ig0vhPNQnZ9v/BJUnn6FSDPj/JQRPmYgTtKD0yhFHRdaaRhj6K4WVJXOIYYoNNfxy ZEzW4WyuTYBmrNdxxG1AR/jZfVYN3DacIxs3B1rePLdSXJpcG+6s4qc7xcPjwA== 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 4XTqq25mf8zt9C for ; Thu, 17 Oct 2024 14:24:46 +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 49HEOkjb061838 for ; Thu, 17 Oct 2024 14:24:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HEOkxT061837 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:24:46 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 192057] Sound doesn't work, fan on high, Wi-Fi Broadcom BCM43224 doesn't work Date: Thu, 17 Oct 2024 14:24:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Feedback Timeout X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D192057 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed CC| |christos@freebsd.org Resolution|--- |Feedback Timeout --- Comment #3 from Christos Margiolis --- Thanks for taking the time to submit this bug for the issue you encountered, and we apologize that it was not addressed in a timely fashion. The FreeBSD sound subsystem has had a large number of bug fixes and improvements over t= he last year or two, and this issue may be fixed. In the absence of feedback confirming this is still a problem on contemporary FreeBSD versions we are closing this issue. Please open a new bug if this issue is reproducible on a supported FreeBSD release. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:25:06 2024 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 4XTqqQ6YWKz5Z44S for ; Thu, 17 Oct 2024 14:25: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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTqqQ4myJz50LH for ; Thu, 17 Oct 2024 14:25: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=1729175106; 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=2myOE03lvPkDg6NQHBqNO+MUwyfbfx2qdi93sfWhuyM=; b=jH5iGTQM0iqDZirDGaaueylV9C50LJr+9E33gUx0gEgjOUI50THN320jHdBBgLBRC838W2 ++X1+JsELwbQ1VXxPc+R76mOiqjd057U/IDiLx+eULxZXMQEf2wMdGaz7hIfo+pv/D6EAq U+spz5U8VIrwBxiiU+8rhXf9XJT1b758IhxOn3pnb5mmaJVYHPPlZ+jiXzC4N5fmqObeSM A+VxECmZJqJBGUsVWQyUEshGxELOUZdy1Q0IVKHFcn7YKMhltIpvPS5SeomgmGsOB58WDn LQLa1oS+NJkTu3QScoCj+s+2twD93eRisVQLJTovSy3G7pJu6zvjopDUI8NsRw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729175106; a=rsa-sha256; cv=none; b=jGyW5wlI6xA3DLG7klBNogmdYR1iJZG6JKY+7zz8RV/61D7hOOS7Zf9KiLciHCy0UMQYZB HkB7W46i23bKd9ZF8COmubYs3I8ykLqXyLLGyjtH9i6tN20kfPcLKYIutw9T4bmkZQmek2 hlFqpfHrwYm/6qdOiz1/dxA9KIJZkghNIcxtEwrWx9u2ozK/9iMQeZxq4rrGdMGtz1zbVG 65gDvz42Ax+tG5adWtvi0ZoPlxmv2yAZTxdVbYpcKwcnViihEc2cojhd0PyHsKAQVeToLS q2cliI984i4xXYCBALPUIkZzSfX8WuQnsfBTp72+RFxC4NoOu9+B97ASmK+8LQ== 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 4XTqqQ4Jf4zsqH for ; Thu, 17 Oct 2024 14:25: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 49HEP6wY062141 for ; Thu, 17 Oct 2024 14:25:06 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HEP649062140 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:25:06 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 201102] Realtek 892 recognized but no sound? Date: Thu, 17 Oct 2024 14:25:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Feedback Timeout X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D201102 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |Feedback Timeout --- Comment #2 from Christos Margiolis --- Thanks for taking the time to submit this bug for the issue you encountered, and we apologize that it was not addressed in a timely fashion. The FreeBSD sound subsystem has had a large number of bug fixes and improvements over t= he last year or two, and this issue may be fixed. In the absence of feedback confirming this is still a problem on contemporary FreeBSD versions we are closing this issue. Please open a new bug if this issue is reproducible on a supported FreeBSD release. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:55:53 2024 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 4XTrVy0WkPz5Z5qb for ; Thu, 17 Oct 2024 14:55:54 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTrVx5WzKz54QH for ; Thu, 17 Oct 2024 14:55:53 +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=1729176953; 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=hLCp1z4/exLu27IQb6hh1rfqg1j8auQcXlATp6DmVRk=; b=dtrabyyakGE6/pys465mBfc1TEY9iYIxy3bRVwf8dzEqKka6+h4lmV7q59LOk5KdbIAq47 Etef2C1CoIT5N6BQp771QjZ5rFl6DvmErwN+4Qg9dUQMfTikRMkj2WblpRkPbT8xyYCIJx SucyhI6EJdcm2ajzKEeovmgvxpIGRBwPVwsZ/PU4ZtcqDl91B9lYXy1TkDmKfHghszNtnK Wlaw7gGEhqnEgBLRo/B4Ea9wt4zhPktGy3y5aSZgI3q8ng9KAzI4idPqS41xVaW885waM3 ddwpLioj4csKBJGyGi3H0h3NsWIbm4Vkj86WzLMiWdAcnhkn2RTtQIC290vpDQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729176953; a=rsa-sha256; cv=none; b=l1xzuLDg5U38jY4E3XUmE6/T8a1jvmqsJrRR3HpHxE/kTJ9dhkkGfqOoklk4LZS3adlEsj R26GI2JnnlvtmekSQS82yAlY2lMx7oExwa1HZoLQ4znl4DkFWXHFl9NPgiHnr5SbvTyC7H kYR9vB9qJdpXQbWxZDGDKeh9oSy5GBVC/ilEPlWUmB+wAsvKhpy/rMLVoZrBbPp46RQtwr uqKHArK3BJlebnl5VksbXfwowDAyUjPKnqt5pTNzIJ/41WnMeV+cI+8tlSdl46Y1MNBd01 ZdIsT/uNcBS+j4S/gkiIdFZYTgCYVXD7nQ1Qsq9UaLVlGD/rDklsF0OLb/7GXw== 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 4XTrVx57lyztnj for ; Thu, 17 Oct 2024 14:55:53 +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 49HEtrLj010683 for ; Thu, 17 Oct 2024 14:55:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HEtrRs010682 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:55:53 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 236495] sysctl won't set dev.pcm.3.rec.vchanformat=s16le:1.0 Date: Thu, 17 Oct 2024 14:55:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236495 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christos@freebsd.org Status|New |Open --- Comment #1 from Christos Margiolis --- Is this issue still reproducible with current versions of FreeBSD? And if y= es, can you show exactly the steps to reproduce it, as well as the setup you ha= ve? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:56:40 2024 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 4XTrWs07tcz5Z5f7 for ; Thu, 17 Oct 2024 14:56:41 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTrWr4N8Qz54Wg for ; Thu, 17 Oct 2024 14:56:40 +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=1729177000; 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=wJxXGdeWcoIEnYeYJ5lqp1G5zWwPf4Mzwt+FQjAi6+o=; b=MLiSuPs0ohrGSxKaAoqH3M+bcbdiL8kpFcaQn9LD4hVM8/8PXQWxDJiQuy9sta2UIyI7Ur qPFeY8iKtPeKOlsGwEGFWDkG/jG8YEN9P9LVbMFeNQL/9R0gE8NaldljUS2EC+sBfM21TJ Y3/nZZgBZB0tvWSwxGyaOm6BzoZ0iBjoStugGPX3O/ci+ulSk9+1tgQ3uxNrAHKLeiUDr1 leU0+xTmPEqxTSSKzoRPPh7LwHaKZpA2LJz8NVihNTgCU1lu78ynKjXP3V1hR9NEHrhFkk WoNGI3W+uhCY9xT/mGMEfEYBTBom5CWP60qFw1KcN6zIbf9dI4IbDDBiKcUqPg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729177000; a=rsa-sha256; cv=none; b=l+i/3FF3Hp/iou2jsXgBV0ghGjmxSRiCRTdwxIVrgvj4wNKaIpwquy5NfhtKtBSQMSlS8u MC5YIlp5fsdsLe79aZ0YILthn8PMmX0yG4LRwLVIiLe04LErxYxEptQXvVFBZwcfSwpd8+ ozM72tORl4J/xsI4t6X83sbT5DFNHSMFzKggAW8MyztImpWg6a96bBUbHkcfbBycRSiALh NtXOPHW2XFLgFL1r5/t5ey/7gYdHIhCRahKqBcuGzpANaPmACsruSmLctbgnUpS63fga3g OKXdPLrZa1li9YShkSmFXuxn7D8StbIZ/X615LQDFECsnk6tepcklCLPFx8Dag== 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 4XTrWr3srJzv7f for ; Thu, 17 Oct 2024 14:56:40 +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 49HEueTc011250 for ; Thu, 17 Oct 2024 14:56:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HEue09011248 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:56:40 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 128870] [pccbb] Interrupt Storm when plugging in PCMCIA Card (HP NC8000 Notebook) Date: Thu, 17 Oct 2024 14:56:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D128870 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christos@freebsd.org --- Comment #6 from Christos Margiolis --- Is this issue still reproducible with current versions of FreeBSD? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 14:57:48 2024 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 4XTrY81Ks3z5Z5t9 for ; Thu, 17 Oct 2024 14:57:48 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTrY76Kfgz55Q2 for ; Thu, 17 Oct 2024 14:57:47 +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=1729177067; 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=d1M9NqHJ9rTUl3Cpn6gW5GgP2rvjdgT/Pgu6WdQb6AE=; b=r3LgavfGBxyYoYYf/d9r2o19SIdqF4wN2PqTLcCuHfCvIulqmO0kwkQ8i/FmYyuUv5eNm2 a71mSKAo9gNnwFHrUtOtFEqoKLXlDuF9t0SroVizt7hBeiLs4Qug9fDj0hNJPG3/SuOgxT 9EPlB9fNzWTHpSAbQ6m+JoEZWtuRO1JWPW635rXsffvCI3rLmjpCH9uXTqN7gOn1CJJtmN 7/EeUADHNtDPyQq3Kppfab+m7vzZSZbH/HLQfxqOzShwVIizOmVEse83UZyXOaz//Il+g4 goetwaX0d9LVHhzcKgndc5zMOEKF+jAVXXowt2c9yJ5DVds8c5S9UKFUlx0FOw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729177067; a=rsa-sha256; cv=none; b=w1BVQ5284MXQ7hFxjNLnxJs/huoqElXvcRaSy1Nt+nIYCzoqq/Pu8kdymJ4je+KB6hf0D9 wOTdhw2TWU/s+uOkjWK7Vqxy+C1VVbu2gYXrEVkYGhMEMKPW0yF/g/5TNpXIanyUNwM81e 3LL7/2btU59Oe3hPj1gYTIpSbF5YBxFUvTWpXY9SakycNXnpLbiuXJaftyO9+2PhDrawfy mATpGIcoLkj/XLr4eC3dTKYVW7hhvx9bNlAPmboauNWJt0W1JdaTqIwJ+fRo7ACKt0a1W4 wJs+Clpe3ppUbZgSOwFEgJhhAfavqNmfk/nh6xWG3TsvhM5EOy/rAh/xNrqxiQ== 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 4XTrY75pYlztZL for ; Thu, 17 Oct 2024 14:57:47 +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 49HEvlib011879 for ; Thu, 17 Oct 2024 14:57:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HEvl56011878 for bugs@FreeBSD.org; Thu, 17 Oct 2024 14:57:47 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 149943] [pcm]: CS4236 audio problem Date: Thu, 17 Oct 2024 14:57:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Overcome By Events X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D149943 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |Overcome By Events CC| |christos@freebsd.org --- Comment #3 from Christos Margiolis --- ISA drivers are no longer supported. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 15:00:07 2024 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 4XTrbr02scz5Z6C0 for ; Thu, 17 Oct 2024 15:00:08 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTrbq4wh8z5617 for ; Thu, 17 Oct 2024 15:00:07 +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=1729177207; 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=/cG2jSv7EzetKF31P87u4Lkxd3wwvNkoDS/S5aYCFII=; b=isbid3uHQuXTo+OGpaB2b8b584zrk75qs9rPlIr/ezJ+L96ohGz8LZ4KZ1+CYv80DB2TuM 44ZCMvXPUFyE7/kDWaiJ3VEIAbOZzO5Z0DlTXBdji/J4REZIIBLvIUS9muSOpgGvuf/mIa D6y4kl+woPB7aj2TYY/3xJw37Lj3pY1+9/FC1+xCeoR5ugRuawRqLYSFsOOGX44GqrcMPh goO2BFBYPJGeLiWB6R9KMG/cnhvrsFhwmw+thbo8/xruWEVi+MZQWujdxAUj+kEkyGZnNv TKLcqrWHiZGeJ8m5BfyJprr31PeVhnYlPEpiiZYQJJU2SSB8q6e29eVfiHY9FA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729177207; a=rsa-sha256; cv=none; b=e8Ad7s4Hh38pGeDvV9t5698XKpKPoS0pfxqvLgfWe4M9d7+rg29/6UL5zzQgFhxHVzjYw+ sU3Roex1SxUGWncFcnxwXyLkh1/9ygjOGuk/1+Qgzg9CC5+yOLPCd7lnfrCr99LhA7kQb3 eU7wDButitoXRHLtTeCxyFQpqbcvcVJqEb5D2PeM4OzoubhlHN9/FRHRFY4tYOg88DC9Nt ZvzF6l3jnuT62qSY17HZoi5afaRM/5vgjZK0iDyrAVOWA3BlEpRbJnDq30yD3mVtG7VW8j 4AWzErXbmXYDhuwyH4ojNzaeBn1kNTdJfYxUJo55QmqI2T/9XWkW+sP8r/MfHw== 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 4XTrbq4Wx3ztwj for ; Thu, 17 Oct 2024 15:00:07 +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 49HF07cQ015269 for ; Thu, 17 Oct 2024 15:00:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HF07vX015268 for bugs@FreeBSD.org; Thu, 17 Oct 2024 15:00:07 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 120406] [devd] [patch] Handle newly attached pcm devices (eg. via uaudio) Date: Thu, 17 Oct 2024 15:00:07 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: conf X-Bugzilla-Version: Unspecified X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Not Accepted X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution cc bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D120406 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Not Accepted CC| |christos@freebsd.org Status|Open |Closed --- Comment #7 from Christos Margiolis --- (In reply to patfbsd from comment #4) I agree with this. I think it's better to close this as there is no point in integrating this behavior in the base system. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 15:03:48 2024 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 4XTrh502FDz5Z60P for ; Thu, 17 Oct 2024 15:03:49 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTrh4657Zz56L9 for ; Thu, 17 Oct 2024 15:03:48 +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=1729177428; 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=fTRNFju3CYTVkjrGueokYx9UCkYci4h4ea2CVlG7c5M=; b=JiuYNSd+drilo/t+hsUfJvRwQb5/d9Tj4ultKAexPree49VdCBJgzZH16sVMOm9SHjKMnN 9Z7+JHN3gXvFJtrINDb7eC1VreW501NFXQJiu2PE+fGs/gTs+IwPws4h6P7FF787m7mgTT lpjypDPB50aPqm6A4CCCJnIr/y9+lP2ZX5BaiIqaLxwahCEXxmXY92Pkpp6JHbORndGIm2 1B/aoSlBwBqPEtcufgf5T/vmNEin9J/81cL5ZiHZKg7k0L7Vt6bYWk7m4JClpTrwx6q6sa OF2syHqOKVGfBtlyokP5pdRZkXf7cjZM23B6LfNOgotwLbiOf7gx5IFDHWzSpA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729177428; a=rsa-sha256; cv=none; b=Kxbdtw3uK6MdcS56MpnRB7aVg8z4vTI3vW3czEHS92oET1Jjg4yrSqDLLwS6XgjnYXbB4W SE3bKgZ4nEGpHXRVXfmfEmtrkK6pfMzUXLHaufhY57KXjeQNBn74OeZ76TdG4wRxIdfkyl kneQ04cvvugp1smhtI8lu+Bwr/n3YCqy29U6W0pX9ftPRKW6atWk9iOuxpOIgbU0N/VrTp bcb00uSiOyQgfq30016BdcvLQp09GzgkhB0PGMXtgOuyvFIuseN7yrOd/ZXSsJIQ4LJ1rv +39nyXgFKWB0lsjP43JWIq0WLrMpjgIJmf9HHToqhU93m9ckVbesohRx/anQVg== 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 4XTrh45cFNztsN for ; Thu, 17 Oct 2024 15:03:48 +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 49HF3mK5027094 for ; Thu, 17 Oct 2024 15:03:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HF3mb8027093 for bugs@FreeBSD.org; Thu, 17 Oct 2024 15:03:48 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 282156] page fault while in kernel mode after 14.0-Release to 14.1-Release upgrade Date: Thu, 17 Oct 2024 15:03:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: crash, regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: rmacklem@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282156 --- Comment #2 from Rick Macklem --- (In reply to Mark Johnston from comment #1) And the output of "nfsstat -m" could be useful. The crash appears to be in the client side when a server->client callback occurs. Do you have delegations enabled on your NFS server? (vfs.nfsd.issue_delegations set non-zero on the server, if it is a FreeBSD one.) To avoid the crashes, you could try running without the nfscbd running. (Just change the line in your /etc/rc.conf.) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 15:21:00 2024 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 4XTs3x0KDwz5Z765 for ; Thu, 17 Oct 2024 15:21:01 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTs3w6HVmz59GG for ; Thu, 17 Oct 2024 15:21:00 +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=1729178460; 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=vnPV+aGTfKtAZtJqMVRO9zdjSOxVDdrLE68RZZWBuzw=; b=EIeJLLhBXu87oFfgOnqsLDcu3QLLivkxvve3V0oOjQ4/O9W1wZv4qoxz12EVS1XW0RTyON lY+67rY5dYUyRovT4zuZKx+XZm0zjmRjatpEOHsp84k1cmPuJL0wNypWSi3fQPCSXwjnyD YEkLfeVj6WnyZNUjnKHVJZXhhk8UrJdDF5oqbcZMm2ueC7za/ZMCVE8Qn4BKNWW5/v0T13 AYpTQRbqe7HWRL0chrnviMtpSaZzEsK34d5zTC9w89lICofJmZDT+4bm2US7gjgVoJPUOI T9mpBV58DOooCE2oVtvUMoEPeFIvWeQYnlz4p570jmDlNf3Cc6IORA/Lx2Mggw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729178460; a=rsa-sha256; cv=none; b=s+QCuaBRm/yuzNgQjxp4ftEccu2jvWjyJ35sjAAUvTdhesx9NVSQz4LVXiJYsqMaDjTptZ yaaV7rNEOTp76Sntd1s7fzjxT4XfGTZcGPi86zb8x09/yV2dXO33DkmPylOwB45GfLF55E oHOpaxMIdF1pJLaUx3siDXKP4jdP8DDgL930w3sXcepShHCkB5H/ziBh3f960Yxof2vcRU 9D+bYQ+kRZYHYxR0D03Rus97o2diBebMdaIMdQza8Ul5JjuNjLQaVWzaUnyDNZlg73ks4u e2YqGJUK8XLOmbeeVw1/zLICIt0bTSjTP3TVbyAbNe/a9SOsFzyr8z0uZ6yDTg== 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 4XTs3w5v2zzvLg for ; Thu, 17 Oct 2024 15:21:00 +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 49HFL0bH049938 for ; Thu, 17 Oct 2024 15:21:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HFL04F049937 for bugs@FreeBSD.org; Thu, 17 Oct 2024 15:21:00 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 282064] 15-current libpfctl.o fails to compile and stops buildworld Date: Thu, 17 Oct 2024 15:21:00 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Not Enough Information X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc resolution bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282064 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org Resolution|--- |Not Enough Information Status|New |Closed --- Comment #3 from Mark Johnston --- If the issue persists with a checkout of "main", please: - show the revision you're building - report the exact command you used to build world - attach a log of the build output --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 15:21:40 2024 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 4XTs4h5BY6z5Z6sP for ; Thu, 17 Oct 2024 15:21:40 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTs4h3mcpz3wZN for ; Thu, 17 Oct 2024 15:21:40 +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=1729178500; 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=BRomR/jfjC1cRug5FoXOE/9krEkeilczOfm5wOnweWw=; b=BfFaxvrLwA4RhTAHISVc9lrulEzbmznxx8oPdF1wTutgtHk6tJjnGxofaHH6q3SJFANoqH oCNnBtacsVfw3rkgiE1PzH/Eseg4T8tRDx6E0DKwixGAx2f0GQF3zTudodj43pqChBd9Ik /pHQD2fjmEio8wCsCmir2k6JAhbVGquWy2gDFTBWFXUMG8N96Sr0FaSCC8ZC9NRTBEF4oD R9ik69eNsNuy8413g3b8zOj84UdkFJbl7k8T2ixgMTF6lMRqC4EkMRjAmLW3JS5FCiuLFU hy0XY+oDcxWaYBF4YNDNi0+psmswDBr7LLadH99Y90N8+oEvfzT4hb4lNHphvw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729178500; a=rsa-sha256; cv=none; b=OuAOVIIMhyACOB7YZ56DFSQ5BsYQ31RfxGP7rUmbR10BlQIYhqIzOyWXwOIUhxz2TOqJAj 1DOIwdP8BXrD/y7dU3DdaP6AejrKirg5cfv3lKqg01cFIjtiKd3VUxTRgOVN5xgjsn1MSa u4XsFjq3B5TdEAl5CK/9qD/oiRKMeM0arB6OW4In3uWOkd1g30XjkZuqP+x8dbOperTt/J UYcxU1vzQliretgJML42F6n4AOEfsJHn1jZFQgo36ogNBMAoBbXVxG/vVXKqWcCLuiAFYG 28aJgr5roJ/CSUST6tsq2P/joK0rtTsM1dPIqTt14ugez2d630FprmVqsUJFQQ== 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 4XTs4h3NBrztyL for ; Thu, 17 Oct 2024 15:21:40 +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 49HFLeLf053005 for ; Thu, 17 Oct 2024 15:21:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HFLe0m052988 for bugs@FreeBSD.org; Thu, 17 Oct 2024 15:21:40 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 282057] newsyslog(8): add option to pass flags by default or at least those which make sense Date: Thu, 17 Oct 2024 15:21:40 +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: 13.4-STABLE X-Bugzilla-Keywords: feature X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status keywords 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282057 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org Status|New |Open Keywords| |feature --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 15:25:49 2024 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 4XTs9T4t44z5Z7Wn for ; Thu, 17 Oct 2024 15:25:49 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTs9T2HLtz3x01 for ; Thu, 17 Oct 2024 15:25:49 +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=1729178749; 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=6rvb48IbLQ9Kc9OLDrPeqJ/fIMYjvzfxwZe7vYhrvmA=; b=xbOw6psH/PACi4vyfLvC1Sa64R7GSAEhIISnTYVCuVSAysNCz0DJWY6wZkdzoEjMetgVcW hi85Skae/F098XjA7mH81MAwBftjlKhjvTV7jalxRDG+Fa1QUyHF1MiXCVoLB5FnulHSev HF8woeNTbWBBArMEXFF78rg/gD0NMvP4Aw7/0zKq2raFlqhFB+eEBa9trCgSagPtCOFO62 bjRxJNeQiqvM8ZUQYcDAgSRSzbn9kjlaa1II0zCA2/VN5UeQGM2xjywnZC7EH8vDg4X93j jxNqoF73pcNmzYKoMqD8tKCYv7YelYgg015/A7chfsiAKZhbUh28liWN1oVnXg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729178749; a=rsa-sha256; cv=none; b=xOsbFh8G2EIqxsfZSU6B1BbYS6l2n35yBRfjGBTKv/aICB9iq31oNRaQnJWxynEHAP4uVi ow3BV1WcXxHod6OfuGQGkMSJLBL6yU3uIJf+cj6IT9k9M1HSLN0oPtfzmNZzyfirAndsqY nLR+Gihb1uQpArMt04UBgIlA7XtmmNWM3MxlHscoa2kxDzZVETPbf525DAu/SKt9zKeo4w BqPh9qTrX/TIKxEwRRZFNzaRQImio6WbUQ06l3GIb6tlU+xZ2ITG2IjJllBHyfJEjcul7y VgbtdeVyukbQ+4FYekK3AnFZA2k6woHZm5QBwsfyDIWDzy0wEbvQaeoWvKlTLw== 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 4XTs9T1l35ztq2 for ; Thu, 17 Oct 2024 15:25:49 +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 49HFPnxK060288 for ; Thu, 17 Oct 2024 15:25:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HFPn6c060286 for bugs@FreeBSD.org; Thu, 17 Oct 2024 15:25:49 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 282001] Inappropriate "BOOT LOADER IS TOO OLD" / missing initialization of bootprog_rev in lutils.c Date: Thu, 17 Oct 2024 15:25:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.4-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282001 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org, | |stevek@freebsd.org Status|New |Open --- Comment #1 from Mark Johnston --- It looks like commit a50d73d5782a3 was merged to stable/14 but not 13. The= re is a minor conflict, but I think it applies generally. Steve, Warner, can we merge this? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 15:26:37 2024 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 4XTsBQ6cvFz5Z7Rb for ; Thu, 17 Oct 2024 15:26:38 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTsBQ3d1vz3xVD for ; Thu, 17 Oct 2024 15:26:38 +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=1729178798; 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=m7yPNvVaPQ6rRPODh1lz96cPPzwWDitJ1CxJ4sEeLXI=; b=fqdbjuCaG7Z2SPwHB2YMbG/SCSeKjT7FCWpJwSVMbc5x2+rc1uMkNhSJTz8M1ahn8H4OBw 6GHr+SKpH7Nz5SD5CSMaB78DcEugptaLiTutlda9GkUrt58CtjSQ/MRBxzNXEwPNkNQ2+W r8vY2uQBBYqqTRy+zSz+XmnR2nv+4rLqKghELP/WC0DbYfLCxRQqXFBqvMlXigx59gRLuA 5FF7AW0PiL/NBg5/sQpeAGZdCNWwFtXYX+vZ1Yt+aZeQwi+I5v3EquIwjvwmDyENLI3Nnq Im/7DXc0msYkfA67QK5PZ+LLy/MXIyFgNNaW7CfvENFJeQjxOQetdzfra1Sx1Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729178798; a=rsa-sha256; cv=none; b=mIIBgBROLwW+aZEEdSqJRz0Ut37P/qJefEhrmi8aUnrn7PYqkgzWuSWHzGDjtAR+TCoSfR 49punqX0ArUmpRsfGB74aNL2msrYf4hUvCwcyv80rBMgF/IcQTcSBvxOY3T+nRIfyPbh7E 5+ETlldWJPUzLTe6Xr1wFrUUGaIg/bMi7EsgByUiONa9fqVuKRqxG1wDivbqYA1Q8uLtT+ OwveeuAmWldQys3gEJdadlup8b6UVrVoZisP5k3d1D3WaAnT2TOGLlttpGE2lenDNnfl9x H/VqgSbC7WWGZ7F0RfmTaqjuWt835GsU6wsmGH4s9sUECehN1csSOaJnMibDpA== 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 4XTsBQ3D6Bztq5 for ; Thu, 17 Oct 2024 15:26:38 +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 49HFQcjP060935 for ; Thu, 17 Oct 2024 15:26:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HFQcOT060934 for bugs@FreeBSD.org; Thu, 17 Oct 2024 15:26:38 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 282001] Inappropriate "BOOT LOADER IS TOO OLD" / missing initialization of bootprog_rev in lutils.c Date: Thu, 17 Oct 2024 15:26:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.4-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282001 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dirkx@webweaving.org --- Comment #2 from Mark Johnston --- *** Bug 281921 has been marked as a duplicate of this bug. *** --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 15:26:37 2024 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 4XTsBQ0Tdqz5Z7CR for ; Thu, 17 Oct 2024 15:26:38 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTsBP4prSz3xHT for ; Thu, 17 Oct 2024 15:26:37 +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=1729178797; 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=FNBHNatiGZmTIRr1382RR5rPQjR2vpxpmNL1D4XTFj0=; b=vZMAj7BwZT7tWOiJ9cGHd6Bfuc1YhwZVHIBr8CKa+8klrnNvzc3KJS1SAWxxk3PF0ndKCo 2BpvB/xP9PADtBKmRiO62S5FlqNocESl+ARe2yzt5znLXQw/PrEoDeH13wMmy7Au9eAeBk t+fni7o0n7BkKPawly0ZXnAZUNWYgINk7ca3FsDDpALuXpOS9yIQ8tQLceWbPt1y8e1iN/ fGV/IrBlmZMFWjEP80Ee1o/Z/ymaiN3APdqllYD83KhY76p9yK1QzXytR22mOB6PQV5nSa d8E9Ivjr+7+HGUJlYGg3TG/uV79SGN+4z2j5qYSt8TTL0qPtgQmmtkVz4YWwGQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729178797; a=rsa-sha256; cv=none; b=H00aDT+zUQdXlxvwHZMjd9vue0SwiWo/4ur/o/NujOmwjA6KeQ2IEiMNyyTjZBEBeGpQyi a7eM37nOe9m63B5aXmbPS/nT4FjomapW3tTztQgbYohbG2UYnpfeusfajF+wp8Jzd56awn 3TPZIgxrNXSCN64c6p22zxFgNM2UikgHWgXvQG3bCsngjJVV8CXlzc6GXmBZERk2z2vC4n e31bvewfWTH0ymFMnLzBHIuSaFooSDD4qD4XRv68fY/kM27e4MvAtCGSsxOcgAOlQShfGE zBfXrFqBQbXwvwaWrMOOmDexiLEPX5/QD4zNA8qqEvNcHcFax+SWD4HTp+LeTw== 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 4XTsBP2mBNzvgg for ; Thu, 17 Oct 2024 15:26:37 +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 49HFQbNd060908 for ; Thu, 17 Oct 2024 15:26:37 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HFQbgP060907 for bugs@FreeBSD.org; Thu, 17 Oct 2024 15:26:37 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 281921] 13.4R - erroneous boot loader warning ? Date: Thu, 17 Oct 2024 15:26:37 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: DUPLICATE X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281921 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |DUPLICATE Status|New |Closed CC| |markj@FreeBSD.org --- Comment #1 from Mark Johnston --- I think this is a duplicate of 282001, please re-open if I'm incorrect. *** This bug has been marked as a duplicate of bug 282001 *** --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 15:28:17 2024 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 4XTsDL28xNz5Z7Vg for ; Thu, 17 Oct 2024 15:28:18 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTsDL13zfz3y8C for ; Thu, 17 Oct 2024 15:28:18 +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=1729178898; 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=h9HpvWCkpiKZlJ8AFL9KkiJEjk8tt7n4R8D37ypM6Tg=; b=na/+PxC+UFJeV63DPFm5T+/sbir/p0dIedk2BmZxR+KnC2/rJXCQKby5w1tprss0ZjQTtb Fu0pgxYcb6nVoZWn49uhFeQyMs38XY5877uPPM7dzg/iZ5v75Hj4KaBBUIyTn+J349VdHz NM+IVTjnDUd5sEXcbZqnGoSp/ZTMc0sF8sD1RDn4IehJHkE2EvtmM/py9ISyYuWVICPNSw J0lzy2mpYYf56n4kQE/RX/gvPbQDzOkJ5FfWn6gwcU+wIjezmGntBYNn0iqR6bGAaqbjXp H+ZHD/VEBLDpESZ79BbLZYw5SEg1hc87MxhmBiAj25uT4XDQ/olcWBji9/BR4w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729178898; a=rsa-sha256; cv=none; b=Nz/c+SEjdaDlcAhPB9R0GnHXYA8W1s72qa430waYb/WDsPKDJXfGksV8U4y9QrD0enX2RQ HYsROzFOwI8FXZikIHRkrHNx158j2OMx7wDRaoqReue2RRY1My9RI4Wl3FMTwWCtEP6Mme ab945OOJGTFJRv2oXWlLiC6Fa/zgLDoO/Mmdx7km+GaIvxGjqt6C/1jBX+d8EMt0jYav4B shYFqOEoLMOcHWv/NgCrNZWoIt6Mu1d5Hzeny43LKlt/Nt5C7N8ObRle8zmjw3mZm5P3WL txIlJSuTxtC3WCkkUC53GDkjnVZF4JQ14GzImefPzXMx9eU0P1NESh8fy1gjhQ== 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 4XTsDK68nfzvd9 for ; Thu, 17 Oct 2024 15:28:17 +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 49HFSHsG062230 for ; Thu, 17 Oct 2024 15:28:17 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HFSHxE062229 for bugs@FreeBSD.org; Thu, 17 Oct 2024 15:28:17 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 282001] Inappropriate "BOOT LOADER IS TOO OLD" / missing initialization of bootprog_rev in lutils.c Date: Thu, 17 Oct 2024 15:28:17 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.4-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dirkx@webweaving.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282001 --- Comment #3 from dirkx@webweaving.org --- In the meantime - may be good to mention this in the errata of 13.X Dw. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 15:34:53 2024 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 4XTsMx6Sr2z5Z7ct for ; Thu, 17 Oct 2024 15:34:53 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTsMx2slXz401Z for ; Thu, 17 Oct 2024 15:34:53 +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=1729179293; 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=WfxghsM7vnld3+q89dCOFJRZ0mgMjb9mCF1gpvsNOck=; b=NjnpfL+GwiBi66AzfsDRiySUKTox8PwKIFMiXDGms1ZTV2+Ta0IDRwi1sw348LaGly3yTa iDaMXnnV/RANbYUHKFeIqwDOrB/7nERYOuX1IGQSa9f8NzJfvbNz8FVK/zbd+vfYtiqPwS VMQobUj9xE8Zp7+vT/bpjlf8/FMgHX0QqH6dhTVdU5rZ0+GewFPJXaeeAEdvGapbMlotc8 8NoPeNN6KCYMiBoNORN0zT2ayJhoadMG6gKshzJrYgiFopRCkKHZ3gg77t+sNMddOYZtI0 5hYSDNra5JrglTar8kkOscs2O/vG0yk7uWj6Ps3NpH0S1cJx9LbphD1gIGV/cQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729179293; a=rsa-sha256; cv=none; b=ccNESsrwBIuUWdI9Qkl9Z87DWFe/Wg0Q7kCLbb8Az3uiPzxJJLR+wGVPXCGo3Sy9lSwUgq g2m/euSxC9I/AEgg0vzpj+DPrm/tE2S8HM8+P4hfoArzlWZf/hnD+W1pHDLrpWJMdzxT4a 9uiltcQgGGSrZVNSrl5Tsih+aUykMY+AttgAnODg9RmtWlaYpuDcH3khu534t+xD68sc/M TqUqXYj8DYAIchaGgiE1jPI7exk2dQi5ErgzWStm2zCZqK5b3rnmTaLXMI9rfSk+t0FUTv QVM4JPr9QL3IgD5Ux7EG2fjZEgcy8JVjZwT2eM5svYnIzP5zMx2LieIUhx8gIw== 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 4XTsMx2TRVzvcN for ; Thu, 17 Oct 2024 15:34:53 +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 49HFYrR3074137 for ; Thu, 17 Oct 2024 15:34:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HFYroV074136 for bugs@FreeBSD.org; Thu, 17 Oct 2024 15:34:53 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 281638] vi editor ( command -go to the previous sentence- stops at period + 1 space when shouldn't Date: Thu, 17 Oct 2024 15:34:53 +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: 14.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281638 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org --- Comment #1 from Mark Johnston --- Sorry for the delay in following up. Our vi implementation comes from https://github.com/lichray/nvi2, so issues against it should be reported th= ere. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 16:35:31 2024 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 4XTtjw1Mp4z5ZCBG for ; Thu, 17 Oct 2024 16:35:32 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTtjw0CD7z4696 for ; Thu, 17 Oct 2024 16:35:32 +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=1729182932; 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=8B+w5w/fZa0d65OVnibus98A9SftJiPlVzUahu6UjTQ=; b=otRxtCOB8ppajuwVhLdHpoPm9qlXtGSF5Qvjztz26vCC7E7zlaWpldtR6vTal4ha6cHXWl G53iVch0NkAWGMI9p7jARP8wWjKeGv+Kff5IhBBBMWp3DBjUcvgJhcq+m32BkXmaU26RxH c2OJHZdtVPz9C1caRSo+km98/hHe7DX8E2TTm26h32X11hAIoVZffvsOhSPUhF5hf1DF1d VfdM0ONmarBd4iztaX4UYlSOUWESqGUjZzheBEvAu6hrOA/Fj2mhSowyd6j7FEa45Iz/R5 PPd4oQyigUfQXzxqKo83uKe8rS420osNbWXngEn4tiIpUvYWT4rpftTkkGBJ1g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729182932; a=rsa-sha256; cv=none; b=WJtkS0rGIZFg7WR0Y0xSGPSJQVt542Zv26Qa4TznZWZ1oijDrqnJ/T1TWFJPTIsSlLnvlZ HpS19Jxq3yGOIJBN3MJN6jpcjapl4byxdydaYSY8r5fSEBmlFSXN1D7ortOVLPzChIxfK4 cSKhtNbr7bkE9zK789yQiUhXpfGsxKWJXeTwFWOIU5RnS45s3T0++2tR1oUfi9sfWSbF4d aMJcsOuqsDH1kd0dXNH9fvIp2fyuPIQe0tL1urYOrjKq0L5u89ZZXTG2a+Jupw+3Xlmsws GvM1hrYH35Jxjlxc4C7FhxLIPO9ONS0ha1dW/3h1gXTHb8Hkaxu69oHG9Uxmfg== 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 4XTtjv6wx7zxLG for ; Thu, 17 Oct 2024 16:35:31 +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 49HGZVLS075447 for ; Thu, 17 Oct 2024 16:35:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HGZVFT075446 for bugs@FreeBSD.org; Thu, 17 Oct 2024 16:35:31 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 231027] [META] FreeBSD-Foundation sponsored issues for FreeBSD-CURRENT Date: Thu, 17 Oct 2024 16:35:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: dep_changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: tracking X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231027 Bug 231027 depends on bug 201052, which changed state. Bug 201052 Summary: [sctp] capsicum: propagate rights on sctp_peeloff https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D201052 What |Removed |Added ---------------------------------------------------------------------------- Status|In Progress |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 17:05:42 2024 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 4XTvNl0JSNz5ZDkG for ; Thu, 17 Oct 2024 17:05:43 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTvNk5B2yz49xF for ; Thu, 17 Oct 2024 17:05:42 +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=1729184742; 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=K42l2jlykKfwcfld23TQgkT8IFb7YzOur8kmmLAYIC0=; b=XdQ1dyluUV+vtRuE0qKhcofQWYtpgkclHPnlqASIOAFmaU+bFKvxnFQFTVKogpvxAh+tI+ yQ8Mu+wYBiK8kMXux7uq/0wm5A5VFlDRAsZKsBofJHX+o7ZGPhk7U7IO220IzHUZfR5yBv j02ZILnvjuT9Aq/dN2KA/9wzdsPFs6FW2cioz027XMGBSoyT1UkWHRtx7ZxWprKRoNj1aE fRbj6PVaPJrWOFbsttDIdYw/hHfweFIMzjTmzbKLG7sv3cj0HJ48A/lZmgTzulo5se4B+q nuaxPLTuZu4ajYi7rIELa80fKn2Uexm7JDwhTTncFc92M2ib/5ZGTLzzioq6ow== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729184742; a=rsa-sha256; cv=none; b=asOMOzR9tWk+tUeJvGTjF8FgcOS8snFH2NsTHnp4j5iLhRTCmK+vRMecxsPBknhLP2LKvO rdsw6AnS3lJiA2gTu7u7ONLSbpnjOTKxiUG8QwC1tOa5hBzpyOltvNc1w4FEbijFeFtXu5 thUzNnyuBXSP9Mp46NSQ+0Y8hj9nU/wHncUH98+QkfPZgrumw7Dh4SO4RZ9w/66xjJvX23 B9aBZKL949rh8qu5LaQY+SScW/M9jeKiqo6DZdyelrAjVQZe3kBvZwcEfhHTLqgbT1fYCZ XmoK0QGlhrwjEab4Zl2eRtxUITGqeasoB/1qqJ4SWylU6a/nZ82cYDZZBNGS/Q== 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 4XTvNk4nyGzxvF for ; Thu, 17 Oct 2024 17:05:42 +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 49HH5gMP023411 for ; Thu, 17 Oct 2024 17:05:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HH5g5n023410 for bugs@FreeBSD.org; Thu, 17 Oct 2024 17:05:42 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 282156] page fault while in kernel mode after 14.0-Release to 14.1-Release upgrade Date: Thu, 17 Oct 2024 17:05:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: crash, regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tfagart@brozs.net X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282156 --- Comment #3 from tfagart@brozs.net --- (In reply to Rick Macklem from comment #2) More input The node where the crash occur is a NFS client. NFS Server rely on TruenasScale (Debian) release Dragonfish-24.04.1.1 root@www1:~ # cat /etc/rc.conf | grep nfs nfs_client_enable=3D"YES" nfsuserd_enable=3D"YES" nfscbd_enable=3D"YES" root@www1:~ # nfsstat -m (on a working node in 14.0-RELEASE) nas-gel64-01:/mnt/big/nfs0 on /net/nas-gel64-01/mnt/big/nfs0 nfsv4,minorversion=3D2,tcp,resvport,nconnect=3D1,hard,intr,cto,sec=3Dsys,ac= dirmin=3D3,acdirmax=3D60,acregmin=3D5,acregmax=3D60,nametimeo=3D60,negnamet= imeo=3D60,rsize=3D65536,wsize=3D65536,readdirsize=3D65536,readahead=3D1,wco= mmitsize=3D8388608,timeout=3D120,retrans=3D2147483647 nas-gel64-01:/mnt/vol1/nfs1 on /net/nas-gel64-01/mnt/vol1/nfs1 nfsv4,minorversion=3D2,tcp,resvport,nconnect=3D1,hard,intr,cto,sec=3Dsys,ac= dirmin=3D3,acdirmax=3D60,acregmin=3D5,acregmax=3D60,nametimeo=3D60,negnamet= imeo=3D60,rsize=3D65536,wsize=3D65536,readdirsize=3D65536,readahead=3D1,wco= mmitsize=3D8388608,timeout=3D120,retrans=3D2147483647 For now I've downgraded the non working node in 14.0-RELEASE, but I can upg= rade again. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 18:42:49 2024 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 4XTxXn6C9Tz5ZLLj for ; Thu, 17 Oct 2024 18:42:49 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTxXn4s4lz4N8f for ; Thu, 17 Oct 2024 18:42:49 +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=1729190569; 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=YIjdtuybxXFCTgXmgOgOJ3h2AoToHEulZ3RYHuzk9nc=; b=SnKUfRfECVM4LSf+li/NghTfjdz0k+NJJd8Cg6VgeHmh3+u/Du/BOvVFXhfIr/ijYvOqCv vhbmm/BZn+PE1Myczn10xwzSaUJlIgXX+yHFzHPb+A4oxZGYjLojigFVSs2veWMCJrSonW HWP4GAmUZFHOR4wK+MRepe/aPQACAXZajXchUm+Cgb/hdGlDCC1f1KF0ueHxH8t3hFbkLT t67ErUEOkHI8PBRFVf/cDyM24vZwcFj1+67H21sKL9XKjXVeRtyZpTVprcdJ6GqGt7N240 fu8/4RgDR3x9PyxzmmAasVKrIvArUD9CVNemNTuMrTNY7cqoU6KwrOMWzxggGw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729190569; a=rsa-sha256; cv=none; b=H+p1Bl6/+FgiKPLCT0FvDS813f2RoTMdZ9J5A+vx7XLfQrmg1Jokwp2S+e+CUT3lHwBMC5 8ECR5wAMWciRUJFckmTYmL77zGdEaY7dc8m9QbSe5sTWNnEuKd+HMUCCxeBzZdqcy1gGrP WB3y0W8GNA8Q04ESucpGwq/TValf4b+wLtHDd+5eLqPo5O0+HdHX0zUEHiwu1qS6arbUxy sfLmYbog4u9yKo4xz3Tey9vINSv3ogSpBlnzkQBohUbrcDJxU+bRdgIZrh1Yrfs5f7UkCl ZvXPAMTBaewKPfZ4qxz0rbnb459uUkmUX1ePhDtOM4mi0wvsSQUx4r9/RBdPug== 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 4XTxXn4SS1z1216 for ; Thu, 17 Oct 2024 18:42:49 +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 49HIgnXo075515 for ; Thu, 17 Oct 2024 18:42:49 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HIgn0B075514 for bugs@FreeBSD.org; Thu, 17 Oct 2024 18:42:49 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 236495] sysctl won't set dev.pcm.3.rec.vchanformat=s16le:1.0 Date: Thu, 17 Oct 2024 18:42:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: per@kaffe.mustafejen.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236495 --- Comment #2 from Per Gunnarsson --- Created attachment 254311 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D254311&action= =3Dedit dmesg dmesg from last boot --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 18:44:33 2024 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 4XTxZp02ncz5ZLBQ for ; Thu, 17 Oct 2024 18:44:34 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTxZn5dj0z4NGj for ; Thu, 17 Oct 2024 18:44:33 +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=1729190673; 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=gzWiPR1pn0GYn9i+qDIBFWhvlN3GxlCxyHspGIOF/Bw=; b=PiTgZKXyFhZpyY+ByA7fHO8BzlUzvDMp+hV4TlFC8KjTGccUuu0nhx4dQpx320wWyFekty n+RkJBb32r86jah/gMR6e7JuDX3UKdgQTZrBRey2GnPCSF02ENOFQ1GZEzYsFBhLgGlSSC tSRO9y51MOhN5muXnIOzYrzZqXWmf8tKIGKqJkEMaRefgdUfI30NeeQoK6se0vweT/R9Rc BXDfpHrIkl5XX71dGYTFq/OXzf7hF3VTTSr56gt7BUAOizEluduAtqbqFBh7ZaXueTw497 ZKgf5lzup4wG0Bj5yfJbDYNifRV7UgqND5RI8XzizuEtDALwad3sjb7Cp9bi6Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729190673; a=rsa-sha256; cv=none; b=Eqtw0Sk9rGlN8Jew1K2zFzipk23woSms953jSvB8fAPKaBM1zry/NrMd0VTt8Bl/b0nIl6 ddu3CSHSoPHf9RRmaZBS5uv2PJhNahF4LEzYZG9dsl6HpOQWb2pWu31Xp6EJ3nzh5rpJp6 llmpg3K9p3fcpToXW8knHdQCDYeP9xEx17Fj/H+7un5v/HueZL8iNDVbJ2Y/0h2ZASX6L9 5A9w0AZ+OMAeEzhS0Lz0b2B8QXSpThP+rtnT0ehoPl1bBPsK70gXEkjdQBTisKwmdKTqLP RA7P7Y+FZt8SNG8MS0bozDza5JjoPcxalx9BEmJDxIDwqWxctJEa8r7mVdTCHw== 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 4XTxZn5F6xz1134 for ; Thu, 17 Oct 2024 18:44:33 +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 49HIiXIE076619 for ; Thu, 17 Oct 2024 18:44:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HIiXKB076616 for bugs@FreeBSD.org; Thu, 17 Oct 2024 18:44:33 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 236495] sysctl won't set dev.pcm.3.rec.vchanformat=s16le:1.0 Date: Thu, 17 Oct 2024 18:44:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: per@kaffe.mustafejen.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc attachments.created 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236495 Per Gunnarsson changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |per@kaffe.mustafejen.se --- Comment #3 from Per Gunnarsson --- Created attachment 254312 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D254312&action= =3Dedit sysctls pcm sysctls --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 18:48:36 2024 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 4XTxgS54Lbz5ZL8Y for ; Thu, 17 Oct 2024 18:48:36 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTxgS3Cgjz4Nj7 for ; Thu, 17 Oct 2024 18:48:36 +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=1729190916; 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=+H6KxFpwJ+NwdS43Zu0scS2/hBYHlIza9OrAlV+82T8=; b=K57HKyS6TR9TH/P/M7/i3V2hajqtAODIeJD4fuTNrTZyiZRwFIwXq3zkClQmDsS3/Acu4C jK7Qm3mCMUmaBNGZX5UQLnuPW6tWzWK+oqQMDDlmpa0LI9S37rqgOcRq2N6y3ee1H8/xeV YiDcYmRLQT9bQoeoZrQBHOJYtH3ukODZ3wrLZZq7774INvQrFS0akXcV0qGsbLL5ZbvBp/ /LI7q0ZETyz2SGe5zBxhKYVahhHtKPLKg1PbISLnbjHn7THQDNGSXZwSrxjFJtY3bVwBpe 8cI8qyzqeCuLlkNPIdUS73QFWsbq+5CFE2wrEjCdNJFNE3rgmCEPj5/PGwKoKg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729190916; a=rsa-sha256; cv=none; b=UHTNaQNKLDW3mqNIjumyDH97199CpB0C1Ywf/7ulvN3jVEFYciHtqsb0d1lJiW9H8Egf9M OuOmvUNiFv2aixYduEL70MVoHDxy3QO71TBTaxarFZ8DTOUv73ww9s0hAoFnealpUiIsdt N23lr1BPYKTpFBe9l1BvW0AWf++l7zBQzxdAFFfxnv6vnrssJDgp6oSuEs4aXU+vxJlpam NAmzVUGUtJnSGBSKQJ9+81W1V8tCFM2Grt9eNBxqIKV6t+Hv+kUe5Cqf+C7Bu4T70ckn3b JOc/NedtqVNCUCq5AmQzJLhltbKizE9tzJyFIzrr0joFUy7xEjSVeO+sVOOjyg== 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 4XTxgS2qJmz121B for ; Thu, 17 Oct 2024 18:48:36 +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 49HImaBw079034 for ; Thu, 17 Oct 2024 18:48:36 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HImakS079033 for bugs@FreeBSD.org; Thu, 17 Oct 2024 18:48:36 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 236495] sysctl won't set dev.pcm.3.rec.vchanformat=s16le:1.0 Date: Thu, 17 Oct 2024 18:48:36 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: per@kaffe.mustafejen.se X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236495 --- Comment #4 from Per Gunnarsson --- I just tried with FreeBSD konjak 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 and now (after turning off pulseaudio) I can set the value, turn on pulseaudio again and adjust the recording volume with Pulseaudio Volume Control :-) Thanks a lot! I used to have to remap the USB microphone to a mono source in pulseaudio Now I tried adding the sysctl in /etc/sysctl.conf, rebooted and after this I got the right volume at 100% (0dB) in pulseaudio. Thanks a lot whoever fixed this :-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 19:13:01 2024 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 4XTyCf0hGJz5ZN1L for ; Thu, 17 Oct 2024 19:13:02 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTyCd6f7kz4XwH for ; Thu, 17 Oct 2024 19:13:01 +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=1729192381; 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=4vDRipKQO7aKl8qk6f/BlyAujiJeAYwRg0hbOQA/x9s=; b=FbzD+yrJ30gQ3JKwusw5TfcCHOKjtYZ7rZBZp4hPMRrimAdxCToL/fpFCotJps/iIXQIjj Yt+Phefv6M3fq7IRFA09TVmPi6s2WupmGVKCH1VQXUBw/GPt2PW3NTWXAVtWB8S1pBcMs7 tIRm1bBhJ7yUfab2l2tGYs9r4Zz94Jl9hYAHpigOOeL7Xk8rVmFmxUuHNJe9uF5vUXQypn KWC+Z+eg+DBedoxC4mcAOfKT49KslQA+PoqF/lei2WhqAmvMjP0XAnlUDq0zAUF+tJEwo2 /tIKf/oiNqaDaUokLqsi4tmSHW1Yk7QfC+Juzg6B6ygJxcdD7y7GYq/OX3MFqA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729192381; a=rsa-sha256; cv=none; b=LZso9+02k+KFD/KzPWsQofv4ikfb8XDAGR93D35OfxmMHxw8ScIbssvhLgyiYlZjKXCdW2 d423D95jT8ClELr8omtAaJkeze9GlvAGIFfYpfIiPNCo16v82HZ7Nl9DuEi7iNmjqTsy2y hxmaMsywBMqhe1TVY9N7eHgJOtusCrycOrUxJ+lWDxNQ8aVotRyc53lWe2VyoJLL2awpYa BPL3CFox1loOXmlmFuBGCRAHZpSlfRAZBW0Or75OZHMiIIeIk+yYu9E9fbloEK75hmEnMK OSTZblxKLeNcbMxfUb6Fd/aXGEpzlHwPjQzTG9+g6qU1eU6ESi4aMdvfOQpPyQ== 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 4XTyCd6GqGz12V7 for ; Thu, 17 Oct 2024 19:13:01 +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 49HJD1AM022858 for ; Thu, 17 Oct 2024 19:13:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HJD1Ni022856 for bugs@FreeBSD.org; Thu, 17 Oct 2024 19:13:01 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 282001] Inappropriate "BOOT LOADER IS TOO OLD" / missing initialization of bootprog_rev in lutils.c Date: Thu, 17 Oct 2024 19:13:01 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.4-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: imp@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282001 --- Comment #4 from Warner Losh --- a50d73d5782a3 does not cleanly apply to the target branches, so I'd punted until now... Now that I look at it, it's easy enough to fix, which I'm testing now. The merge conflict is git being too conservative around context, which normally= is fine, but made me thing it was going to be a hassle to resolve. Turns out n= o, and I'll push once I confirm. releng/13.4 shipped like this, and that's too bad. The warning is harmless there, though admittedly scary. We should add it as an erratum to the release note= s, if it's not too late. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 19:28:33 2024 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 4XTyYZ367fz5ZNtj for ; Thu, 17 Oct 2024 19:28:34 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTyYZ22rBz4ckY for ; Thu, 17 Oct 2024 19:28:34 +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=1729193314; 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=cS0pVHVqY7sQtNDphjela6oMkUWFuTPYYpBVrbQ7ny4=; b=i2aboXXoGis8iRm4VMvwdn27DAnbYBORZ8znsA/AkCzJrlJMWGO8DLjxVGBy1V+ofeNITB RfEQD2fdfWyd7uRXXr4esmXA7NHIMNv2+LS1HKpfG9TW84u09PwHSzRihTS+kxi5P3JnKo 5aJIY5PXaGPBaxJb4eAS9NUwM1r5/wg0uTQOUGO9tGIBD0lgv2TQ3xKZJIlnYop/r4UlhX eSWHLgRdSX42MY8OpyPPDieFVH+cy4moQIh5ey3ROpxC/b9M0iynoKdHCsgg1g+uIZcqyE hMJNdhHemBrIwPJO9VCyDLClfKL4Fxc4sVJURq7aEKP8AHwwy9FdwJq4o9XBNw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729193314; a=rsa-sha256; cv=none; b=U+JrXLd6gNaP1eRPLzhglDz1f82Y6N6UKM+XtBPzj4jzK9ONUUqzkbUKPjpG20Mru5mnzs JVGlSiUzXo2LVfnC3XV+ITucvzJcthk0pKegM5ajKVBPGF6aK90VkoKGo6bR5xDYynG9/F wRghg2Mj5REY2YQwCdtVsiQIdx2KozZ53/me70YaCMsgEZMPQhBG8NGpSl8iM4MgKJGp7c xEuI7E0+GRTqPdXd/Kbmhc2D4UkPTIOPwsb11Ghi028VhfAvzHSM2yPi4ZoAgBZEMGEHWl uIqPJR2K+g082hBN4QF1Xd3NFoQ1FHX8St6JgVb7A8Lc9tjWPmL1i96Fbn/3wQ== 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 4XTyYZ1TtDz12SS for ; Thu, 17 Oct 2024 19:28:34 +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 49HJSYbG039902 for ; Thu, 17 Oct 2024 19:28:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HJSYXl039901 for bugs@FreeBSD.org; Thu, 17 Oct 2024 19:28:34 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 281541] rpcinfo: format of argument to -a flag is undocumented Date: Thu, 17 Oct 2024 19:28:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jpb@jimby.name 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 attachments.created 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281541 Jim B. changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jpb@jimby.name --- Comment #2 from Jim B. --- Created attachment 254317 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D254317&action= =3Dedit Proposed change incorporating text from RFC 5665 I took a stab at incorporating the text from RFC5665 into the man page for rpcinfo(8). Check the attachment. If acceptable, I'll generate a diff and push to Phabricator. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 19:50:24 2024 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 4XTz2n0SRcz5ZQ1l for ; Thu, 17 Oct 2024 19:50:25 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTz2m6VJCz4h31 for ; Thu, 17 Oct 2024 19:50:24 +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=1729194624; 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=pRjhPFoaGF3Oay+zoAbqbacIi+uJWZ5O+AM5hj8QDBI=; b=oW+pWDdUsUg/1Va9QUgpaYubbl8Ix47XWhnDdcP2K3T897kcjQA7TNSxakSBN7/Mc8+lZ7 sf8SVBVepLUInhfNns3ItDrbmQcrot177wH3hNFw5JZJ2Z5tqQi1iNkd80ioo/qn7Ag7pc z8HZxFvo3glQ7JZPOTv26v+T7tVtJY3YfbG8DQiTk+cLf5QZjiF+z+9Hhu1OLiXIaGaHCa Mtkl5WbTHmR9hMg5bgCxCB+eelh4+/B7hXA/TCXi3DW0uqEcw9pZohPKfFiHL+1kffxmW3 PpOvbMAmV7GNgDMeyjIfJZvu11TB+4Mu3ZATqktLIgIOlhyRrUKXJpdKgCc1lw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729194624; a=rsa-sha256; cv=none; b=LOhShLAiQehs0affvbqibb8wRMcmLUOSEbu4MR5XixidqBOxLQMWJuZORQcVpHDzbbRjXh cxZuFDdjEHo5N3t5vjTajC09SpwVAFKOZ9l2i+IVNB12y9EuQiM1ieZSjCNA9lagCHLm2w ApjtBAZzMGauD8a4h63mPQXh3/hPupAyW/FZgafcgwM+ZoVj4PG0u4I1IkUnSYT6puQAZO fPtUsSUNiMls6VU2+dvs7x3PosO3Mr1NvGEJ0r+iPCl7CklZKgPxd+VoiHaqPTcvCKc6JV IWlyqTO/Rp0vk8RJRS+TSSTDRJN9ncjzCyX04tF0vrlzUSw2fOBnH9onnD5kyQ== 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 4XTz2m2MrFz13Hh for ; Thu, 17 Oct 2024 19:50:24 +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 49HJoOFO070127 for ; Thu, 17 Oct 2024 19:50:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HJoORj070126 for bugs@FreeBSD.org; Thu, 17 Oct 2024 19:50:24 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 282001] Inappropriate "BOOT LOADER IS TOO OLD" / missing initialization of bootprog_rev in lutils.c Date: Thu, 17 Oct 2024 19:50:24 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.4-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282001 --- Comment #5 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Ddac5a2024bc8bed379d3db861580056d0= c670fdc commit dac5a2024bc8bed379d3db861580056d0c670fdc Author: Stephen J. Kiernan AuthorDate: 2023-04-17 23:27:54 +0000 Commit: Warner Losh CommitDate: 2024-10-17 19:08:21 +0000 loader: Change version calculation to be more consistent. Use 1000 * major + minor when calculating the version number that gets set in the Ficl environment or lua loader property. This allows for more room if the minor number needs to go above 9. Add loader.version property to lua loader. PR: 282001 Reviewed by: imp Obtained from: Juniper Networks, Inc. Differential Revision: https://reviews.freebsd.org/D39631 (cherry picked from commit a50d73d5782a351ad83e8d1f84d11720a12e70d3) stand/common/bootstrap.h | 1 + stand/common/interp_forth.c | 1 - stand/common/newvers.sh | 2 +- stand/liblua/lutils.c | 2 ++ 4 files changed, 4 insertions(+), 2 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 20:19:42 2024 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 4XTzhZ6bNpz5ZRQN for ; Thu, 17 Oct 2024 20:19:42 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTzhZ3dNmz4k9p for ; Thu, 17 Oct 2024 20:19:42 +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=1729196382; 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; bh=qLuvNXRXpqsrrA2DL3LlQMJfDTLrm5q1Z0LNknC2s4Q=; b=gvDGG/rwG94cz2TJXNk4Gc/5Hf/4Vyxs3tLNwEuOJnbmjQ/4CeHzJ7ebul61aLIPDLLZVY leE334CjgyNTTqS3qUXk7+kxzNM13ZEER7tcVXhJezC5HHV9jLtMeUa3GWYDH61FNxscpM lv3EDHTuZm2Oq7C6+0Iii4izAqOTePRCTBrGF9WRkCLgCLDwDXnINDiB0IsRLNm4j5KhY0 zc5Sh5WbA46kFhBaFtvHI68mQpF4bsFiqSqD9woGjiA1Rp3mozYAry598F8OhL4c7idAx8 jPQEc7rbvg84R2/6UIKZgidxHUBhBqm1IuikWF8Ee4GZgmHw6g9xyo7yHKKjDA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729196382; a=rsa-sha256; cv=none; b=m+qDbCo3FDM3Cemk19T/fX8MQwIRi2TtcX9PYZKhgQlVHZ4cNtQW3vCqmQL80HJ6QziQBz iokfFdGETi6yOh0CWYllq2ahrBPaNaLhWqKOOmSC83eaNF+3L3FefyzWUH601n4i2vAivx +av8QX7ZnTDh19oJMloKlYqiT8dtHUr2zb8kmji5zNa1rCRiGYl375r8Db14BUZLr4jgfY ggoRYfiGT/THqx23y81JdxfJEh1xtp/Um8kW3I2ft4Tyq7cgg5BpyTvVbSlLppBrCwakDy qEaZKPEPxaAK+e4ajW4vFjZ6kOldT47H8SHZiit5gYux5OcQA8oSA7cUJRYbQQ== 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 4XTzhZ378Rz14J2 for ; Thu, 17 Oct 2024 20:19:42 +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 49HKJgla022495 for ; Thu, 17 Oct 2024 20:19:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HKJgDo022494 for bugs@FreeBSD.org; Thu, 17 Oct 2024 20:19:42 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 282168] vtnet(4): panic in if_attach_internal() when kldloading Date: Thu, 17 Oct 2024 20:19:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: lexi.freebsd@le-fay.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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282168 Bug ID: 282168 Summary: vtnet(4): panic in if_attach_internal() when kldloading Product: Base System Version: 15.0-CURRENT Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: lexi.freebsd@le-fay.org bhyve guest: FreeBSD 15.0-CURRENT #0 lf/main-n269061-b4479cf2b3b9: Wed Sep = 18 20:43:02 BST 2024=20=20=20=20 srcmastr@daphne.eden.le-fay.org:/src/obj/src/freebsd/lf/main/amd64.amd64/sy= s/LFV6 bhyve host: FreeBSD 15.0-CURRENT #43 lf/main-n269060-ffd494371643: Tue Sep = 17 05:59:59 BST 2024=20=20=20=20 srcmastr@daphne.eden.le-fay.org:/src/obj/src/freebsd/lf/main/amd64.amd64/sy= s/LF 'kldloat virtio_pci' causes a kernel panic when vtnet is loaded. stack trace (i have a vmcore if needed): root@lily:~ # kldload virtio_pci virtio_pci0: port 0x2000-0x203f mem 0xc0000000-0xc0001fff irq 18 at device 5.0 on pci0 root@lily:~ # vtnet0: on virtio_pci0 Fatal trap 12: page fault while in kernel mode cpuid =3D 1; apic id =3D 01 fault virtual address =3D 0x28 fault code =3D supervisor read data, page not present instruction pointer =3D 0x20:0xffffffff8051deb8 stack pointer =3D 0x28:0xfffffe004b379810 frame pointer =3D 0x28:0xfffffe004b379850 code segment =3D base 0x0, limit 0xfffff, type 0x1b =3D DPL 0, pres 1, long 1, def32 0, gran 1 processor eflags =3D interrupt enabled, resume, IOPL =3D 0 current process =3D 701 (devctl) rdi: fffff80001021300 rsi: fffff80001021300 rdx: 0000000000000001 rcx: 0000000000000001 r8: 0000000000000010 r9: fffffe0001e0a040 rax: 0000000000000000 rbx: fffff80001f02000 rbp: fffffe004b379850 r10: fffff800011b9800 r11: 9e99ff93939e0000 r12: fffff8000186a800 r13: fffff800018c0b30 r14: ffffffff8070e492 r15: 0000000000000000 trap number =3D 12 panic: page fault cpuid =3D 1 time =3D 1729195870 KDB: stack backtrace: #0 0xffffffff8045ed4d at kdb_backtrace+0x5d #1 0xffffffff80414bdf at vpanic+0x13f #2 0xffffffff80414a93 at panic+0x43 #3 0xffffffff8069d39b at trap_fatal+0x40b #4 0xffffffff8069d3e6 at trap_pfault+0x46 #5 0xffffffff806747d8 at calltrap+0x8 #6 0xffffffff8051cd8e at if_attach_internal+0x4e #7 0xffffffff80527f6c at ether_ifattach+0x2c #8 0xffffffff8181d6d1 at vtnet_setup_interface+0x391 #9 0xffffffff8181cb53 at vtnet_attach+0x1a63 #10 0xffffffff8044e96c at device_attach+0x3ac #11 0xffffffff81812497 at vtpci_legacy_probe_and_attach_child+0x77 #12 0xffffffff8044c029 at devclass_driver_added+0x29 #13 0xffffffff8045453b at device_do_deferred_actions+0x3b #14 0xffffffff80453e3f at devctl2_ioctl+0x20f #15 0xffffffff803811ab at devfs_ioctl+0xcb #16 0xffffffff804fb30e at vn_ioctl+0xce #17 0xffffffff8038180e at devfs_ioctl_f+0x1e Uptime: 14s Dumping 113 out of 1002 MB:..15%..29%..43%..57%..71%..85%..99% Dump complete Automatic reboot in 15 seconds - press a key on the console to abort --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 20:20:35 2024 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 4XTzjb6ZvMz5ZRQl for ; Thu, 17 Oct 2024 20:20:35 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTzjb4CsTz4kSc for ; Thu, 17 Oct 2024 20:20:35 +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=1729196435; 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=6TeNlimdo8FtHDegygnqXvtu2RgyXQiJi5D4cFxj6Xc=; b=YddqLWf6UJrcik8POL1pvIkB/qAeyRyIaDvg36gLTQk+GfyGfGRz6f7bHHtUQ18A/PlTPc s088I7D1dWhUdz1M4s5aAWgwCm2c/z7mXzJ9aK1daEgWE9RX7U4iDbGeC7ej/78AT8sDlv 9GfYIS05qfXogILNDHNRYTrmw4KFGNfiy/PQ6QJtzvGHpwVSfzyfRYbrVHuV3Y8UFtGwZk NQnXVuN8o1atF6bqmkN5LkOoozhEYhUw5agg5hnnjtiVRM+54oVCMYD93CtmpgMZsUD7fk a7prXxVpfSmxkCqQSDXPosQcANIVZir77iBd4Xcbw9TciGnUQAxg4wJEUWjeHg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729196435; a=rsa-sha256; cv=none; b=Mgzk0/aDU5yNt1zrj0doiTAt6qYqAIJ9JLk7pnpLAa1Oyab5n3/rykbGXkn6YxtObJaj5b S0P3OhOb9tOP9CHIxqkvjELK6/xhelC0IRUyAAOuQN6EAHjZ3ILU+pTVuAnnKsYxGoet5O 5q3GRD/LUjdPiJjhdGwI579dkmXAxHJk6esbWJDTl113tbCd7Qcd/zm9lVeGgQmzjf4Gq3 shq2oqyyQ1CDnXlwjIRXgDxF9QMJgUuNL8O2HeN/wG9KCViXC5W2mnVoux/gQeLlegywZY ImQC0obNY3Z++tQz6sDOxiJOcWU+nt0EQBVHk2iW3b0VVMxrnkAraUDCfdjCrg== 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 4XTzjb3qjzz141S for ; Thu, 17 Oct 2024 20:20:35 +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 49HKKZWg023100 for ; Thu, 17 Oct 2024 20:20:35 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HKKZIZ023099 for bugs@FreeBSD.org; Thu, 17 Oct 2024 20:20:35 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 282168] vtnet(4): panic in if_attach_internal() when kldloading Date: Thu, 17 Oct 2024 20:20:35 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: lexi.freebsd@le-fay.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: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282168 --- Comment #1 from Lexi Winter --- forgot to mention, this works fine if virtio_pci.ko and if_vtnet.ko are loa= ded prior to boot in loader.conf. it's only kldload that triggers the problem. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 20:23:05 2024 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 4XTzmV0l6tz5ZRC9 for ; Thu, 17 Oct 2024 20:23: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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTzmT5Bxmz4l1S for ; Thu, 17 Oct 2024 20:23:05 +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=1729196585; 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=Qr0wH+WcF1HhqHKV1UrX20zfoKTEob2oTnZ6KTl3taA=; b=GrRLgbSsKmki/3m7QiSuGzLO6m34ahGb6Mt8C/L9f8Dje3H1NtI24pUlfSHlmlpuRG6gy8 V4DxN9nAu/w2hm7yfbXcYVyz2usRk095d66eDK2AW6EXBRpCm4zYb4uzRSMlL+mDunUyVf 2bOWkPXERhXzf9ubl7e6PSN5gX6BxNyBMY7ZOvfF9mdHJcWMW/l7BuLZEFok1fHYaEjg7x AM1JeKI87hGQpspJnLTXDfTpmuPd7trk5/l+qXwzyVfVG9+xiSDlH+/kmAgN2PTdbDh/zj apQm3CPd8Yv65ZpQKxJ4u62nVyfcF/R0YTyQgrcM3aDrImzDUuf72C8IrlyXBQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729196585; a=rsa-sha256; cv=none; b=gulZRUq4LFUmelhAh4RpQL+6eLOoVqUpSXunMwuBloQBKwP3xarD7Uq+E6hjV2NsmZIOWQ +jlf5z74sN5dV5D8rxSaEiXXatFaNOQ5XM0qdYpR6RIoxodU7FWIVsJMdlWBINHUldReYG GfgjbKTrQNwYjPwGpsQodaSujN04acb2wswSnTPuT6sFn8iHNnOwLT1oaGGhSd7GSrwxH4 36TaazPalmYEivTtIWHAeEbu0VigdB5iwZB7uegONxki4kFsfQGz07MdzJIjjoJELhhLEN uZXYhdemhTf0NF6NK6+jgiB4QUBw/Rcv0vbFye/MacfeuMp69F+DCfKBmy1eMQ== 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 4XTzmT4p8xz140D for ; Thu, 17 Oct 2024 20:23:05 +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 49HKN5Be034011 for ; Thu, 17 Oct 2024 20:23:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HKN5TY034008 for bugs@FreeBSD.org; Thu, 17 Oct 2024 20:23: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 282112] release: latest GCE images do not work in Cirrus CI Date: Thu, 17 Oct 2024 20:23:05 +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: 15.0-CURRENT X-Bugzilla-Keywords: regression X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: asomers@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282112 Alan Somers changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --- Comment #1 from Alan Somers --- Fixed in the freebsd-15-0-current-amd64-ufs-20241017 image. The problem was the libmd.so version bump. After it got bumped the 20241003 and 20241010 images were broken because they installed old binary packages = that required the libmd.so.6 library, which was not present. Then after the pac= kage building cluster built new versions, older images containing libmd.so.6 wou= ld work initially but they were (and still are) unable to install new any packages. The newest image finally contains both the libmd.so.7 library and the packages that expect it. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 20:28:34 2024 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 4XTztq2cSwz5ZRsF for ; Thu, 17 Oct 2024 20:28:35 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XTztq0bmsz4lMB for ; Thu, 17 Oct 2024 20:28:35 +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=1729196915; 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=maWHPME5XGDUZXh+45GnlsqP3qGj344sdS/Esb4+qfg=; b=ppOmHPoCmNZ/Wwp6cLEOYqnb9ceYJX5KdMf3b9y/uKISO+yx50gqMoW0BzFcTpRCGLLFsr 4lpF1XNIpTHwoYaP4N64oF6ZmONSPIsnkxAz2muD52ajZh44C54rQpoPLNW2zQLX0YVdFY ILrwWkJTqK3NIGPwbPjY+MmrpVzy85ZxM+0GeHyv+rw54ZlM47eYZpOc+43lzH+M9O5WX6 IHCvp2D8e+wqwConJILBCH+XOYw+z+pUYfgKe7dZvInIfbbbr/xRxt4z8ir7GNxA3IusxI Od/VqjcxRfHCJj1x/uvv12e2msYH740A6qVmu6x+LJx8C/57m80Ww1ekBYMO9A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729196915; a=rsa-sha256; cv=none; b=RTI0X6bStvfbVYRhDMYgz+TrL+JJEETowSVY3vx/GpKZFYJXvXBBeBEX0OsmPPxl6HKL4E 4zrIqfTO+6SQgBTKLX/JVwl7UgzbQjFJDqe2eirUqozoT9C8fWV1U+GPAQyCiIskkc0Eo6 c997nI2clCM/4wo4LiHoxVT7Z1pRZ4yfz36LxWvWj9+flU4lWOdgMNSZkDbXoydHnnYdwH gb8ymeAOw5igxHwdlRIoQH2L85gdbaf38xYgNOAD8EydqciHD8F3JLHFfB9XN2CqeImJc9 xaDT9bO0Q+b/m/9TpaIJXDhadjMLh9sYX9L9TdUxk+QiXNChl4makZ1z7db9Hw== 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 4XTztp6XbQz14V6 for ; Thu, 17 Oct 2024 20:28:34 +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 49HKSYXr037073 for ; Thu, 17 Oct 2024 20:28:34 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HKSYl2037072 for bugs@FreeBSD.org; Thu, 17 Oct 2024 20:28:34 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 282001] Inappropriate "BOOT LOADER IS TOO OLD" / missing initialization of bootprog_rev in lutils.c Date: Thu, 17 Oct 2024 20:28:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.4-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282001 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |In Progress --- Comment #6 from Mark Johnston --- (In reply to Warner Losh from comment #4) Can the problem be fixed without updating boot media? That is, is it just a matter of updating /boot/loader_lua? If so, we can issue an EN with a bina= ry patch to fix the problem for 13.4 users. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 21:06:08 2024 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 4XV0k82gHHz5ZTZK for ; Thu, 17 Oct 2024 21:06:08 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XV0k80GBcz4n87 for ; Thu, 17 Oct 2024 21:06:08 +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=1729199168; 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=jpZ2UGU0n9k/wf0SU0NglLeG5mPKB8M8mMIt9ijM7cw=; b=BrTdvA/Duc78l9ytFudgcN4gMyKrJZ94mNCNuA4G9Sd20GjmmTZvyXztEzxLONybB9osFG YkcEOpEwKthye9SwDtBwVIawC2OSl6D4HmO6vqlMK6VEpCfjEdaggeg0c9VOatzowmbwpj 6owFI4FmrHeiRdB46hwB1DcIwBy7fHSWUL5Le3nkfYjyftpQJy6CQEuc/6fr4NXQnUvEWq ob7tn9P2o48PONL4yS89quSYvAjw4ajzyDtX5WfVmCy6F6wXnQ/flKqTEcS2xyrSv52w7h TsS0X5zRRQ+0gsc7ckuhJsG8Wdcbvjf+5K0jYiKJmkg+vFdgasOO5FktZFrrUQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729199168; a=rsa-sha256; cv=none; b=SluxmpOmEl22wu5n0H5KMj4BHquuS3ZHdZSrnRdFriiGuAY6eMMGEbBUn9YnlfAYVeIvEO Gw5sCxRlv5+LPR4zcZoDGawAWUw58+MsV3ajkb9w5rCLVrPy3IVg4WHmgVObo8Ej+p2whY cGYFWvSln9rA/im7Pd7Q1EUoVf0qfXqrc1wZPOiCBBQ8qbFGMgYXLuMnzIP2jfoPPm4pLb wi/eAc3pY4uoEtPQZgTzExqw8/m7Q8SzUxagDEUFE8S1PDNpcY0EdSvyp54jktY9nGgDXe FV7RXjFsYnApazaKtSu0TMFaqkkpzJPdUT3F+RUrV00eSC4FwKjJkPD54+dCfQ== 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 4XV0k76z9Qz15Qq for ; Thu, 17 Oct 2024 21:06:07 +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 49HL67B2094531 for ; Thu, 17 Oct 2024 21:06:07 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HL67mg094530 for bugs@FreeBSD.org; Thu, 17 Oct 2024 21:06:07 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 236495] sysctl won't set dev.pcm.3.rec.vchanformat=s16le:1.0 Date: Thu, 17 Oct 2024 21:06:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D236495 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |FIXED --- Comment #5 from Christos Margiolis --- Nice. :) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 21:21:33 2024 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 4XV13x3r8Sz5ZVs0 for ; Thu, 17 Oct 2024 21:21:33 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XV13x1tkYz4pYM for ; Thu, 17 Oct 2024 21:21:33 +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=1729200093; 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=DFAp0ymtWKPG/3sdr1cLyXDVAKWvQiLQ00XCGvzvQP4=; b=C4cHq/jyZQNt7u9AeULRUXxmOuOQHRLNAYaXHv6gTzPM+hqc5leB7vychD25LTs0vS/zm3 4OI7hL/ZLk5+T7spwLiCXQ2PFs7LyuvHZFnzCGy9N9m4xgbgg1dmNdhQENN58Pa4D3DL3C 5dKnFmoH/5x7iNv7H4l3QRQd+hDCE2gGT0DzDm2e6aFBUYpaSN6rc7Wzf2RKVyZBpwy0Vh CO9RBPLjAiB9Cb05Rx2fKRSCNpsGP8pANmGcdHYjmYFQZFh1ti+7rsX2dEoT4J66ohCXHl Gaa5kXuPuEtTZenBwSBtccI3a8Z+nLloRk2eOS37HOGX7oZEit2OmZJO7fEcKQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729200093; a=rsa-sha256; cv=none; b=tUslxa1tdPtAi6cZyBtpfgNx4LL/UZgAbpG6ATQGCrXBEgpjsUXEQF7ypI82Smt5xGtf96 1YPuveMoW2eF8brCqBC4ZYRIuYBzWFFJJVx3SrtaqLccV/5S/Hgy5QDxqerIXntOs95+ON V+yVz+PxxnbzKbV4EsPs0hTcwM70QCeHH73J+dRmoIisMsU9TqthcHyUWl8/nwZg6jQRgH OebTgOGBQPgnxEBh9JVRsN8xXWR1aPioLks1e+uqJNNJBUChYOFu7btmTjlL8bUm71mfF7 mqqXYQQgb76Cb/Be6PNSsvF8jWopQWsOCcuuJMTltWe3e3y1MLLKBF553HtmTg== 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 4XV13x05jQz15CV for ; Thu, 17 Oct 2024 21:21:33 +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 49HLLWZL019507 for ; Thu, 17 Oct 2024 21:21:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HLLWXU019506 for bugs@FreeBSD.org; Thu, 17 Oct 2024 21:21:32 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 258049] vm_reserv_depopulate panic. Date: Thu, 17 Oct 2024 21:21:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258049 --- Comment #13 from Mark Johnston --- Is this PR still relevant? The riscv pmap has gotten a number of bug fixes which may have addressed this particular panic. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 21:39:34 2024 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 4XV1Sk5DJjz5ZW5p for ; Thu, 17 Oct 2024 21:39:34 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XV1Sk1G8xz4qnC for ; Thu, 17 Oct 2024 21:39:34 +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=1729201174; 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=VvYtvnWX2dWE0eyD6VWP2Tj84ggUXUMzekBzbsMTF34=; b=gtW6BCvIgvdItNM2mbR6+bxiM8IchIiV0tGKRx/9SQOSGrdZgLK0LlVAOqhiZOPm0rBPir aGEcI74tYemNflm1ItsING3Ke2ISfl+HD7t0C3vfHs8znv7TBRzwfGNvSzbuPOg8Hw/Azy SZjGfn2H5QpUPqtbj5BI/9B/S1PHi3d1hqGS2xhbBHQfLfr1/XsqWhG4BcTKr2tn/5zk8P HmYD7R8PBefApFMugnb2oEmO0PrYXwuMNVYehDdqTZ67QrA/JbfXGTKEqucLxfJWgeyWj5 NXL601vyGqGRdrMgjYbu+5Fz29OTELV47YvA6uTUfaS42s+oM6FVhHXrp0mhUg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729201174; a=rsa-sha256; cv=none; b=agNN3IvHiq+T3TeAbJZu7AS5eL5e56+mNm1cVKZVjdj2W1cus0BiwVSPzeKbSwZFz6BQff GdeKF6gVe+5tLil6CPrxk1i5emID81lyI71v+HtJj2hDbEpcHeQrtcBKJV642G066ZPkTg ii8FNXwNSgO7hhOCjTde1bHdhlPk307xxX13ay4udj3sdiTyrGkYvhY/fvc4t3JiZxuFkC 9zVsiFggz1lWJPZB3GxPVD2CI6IMXQIzLFxjR+gUcuNUYWmu+h0Ib2r7vmmoyZvZxJFNBo h1bg6w9PI9VL6Sd5xmQ03bWtLDk1PIo6OAAaD9AYxxpfUD7XGJYDb1RqeONGhw== 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 4XV1Sk0kblz15xX for ; Thu, 17 Oct 2024 21:39:34 +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 49HLdX8U040230 for ; Thu, 17 Oct 2024 21:39:33 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HLdXgi040229 for bugs@FreeBSD.org; Thu, 17 Oct 2024 21:39:33 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 258049] vm_reserv_depopulate panic. Date: Thu, 17 Oct 2024 21:39:34 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: dgilbert@eicat.ca X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258049 --- Comment #14 from dgilbert@eicat.ca --- I am still doing poudriere on a regular basis on RISC-V hardware. I also regularly recompile -CURRENT to update. Neither has caused this recently, = but I cannot truly verify that it's fixed. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 22:05:25 2024 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 4XV22Y2mh2z5ZXVk for ; Thu, 17 Oct 2024 22:05:25 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XV22Y1QFJz4sYD for ; Thu, 17 Oct 2024 22:05:25 +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=1729202725; 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=xDy4DijtX4lHFG9LGZR37W4IkuSf9ze4ITf8ceaUC+E=; b=DaFRfwpjEzytlLD338TEixX08EP3nsRqZFsXNc8Zq5RDutaAyw2tIvyqwwbTGf+VCKhH0d 8AZeM6D1X1Y1KRaZ07wxViZcwAHZnwUApGFThy9e0Urs5fn1+rWl9GCZtKhWIt4ZUGvNRF 0yMHxqeyG841qsDVX/BvNMm07F9eWqSByqxvpCEdNY1aSOAmrzatSPl5iwAU2THFK/y6TB jFmW1h8ihGdxYdfZFw5Y9gb6x+jDAvSwX8G1F2JPxvXXE33SfspvHYnzOZIRu5cdTOoEa5 yJ1tzgmXpVskIwXp89ejNIDtNZ27hoUcd+WX+qOXMb6oYFau0YsvbdDV64WRRw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729202725; a=rsa-sha256; cv=none; b=if0u3zBP37ZYGfJAQpa4PEzSg7qVyTHPVE55JmIufsr9TaG1dzyMtIqgW5V6xlsySb7HDh jh0+18E5Xuz21Vi/veDR/gQ3erZUpOaT98d1OZ0kcK5EWaRuIULizNGsblj+TqIyvSn3NR +z8zb2Mgx6uBQLNzrg+z2D8psHWfAzw6yjTtiTrLwv86nBkGyvZPM7k2tWTUFFrWw14nhT hI/23HGXJoW/2BaH1QVWZU++WGZjnUMYbBw4mvcI+s+rBhA+Nsnz8N3lNj++QE3cJ2Ehqd 15IQKi9i4OHV5bpCxuvJXA54uFHDTDkqDJTAH4yYG+QgLO0SmAZVHcUgImL+qA== 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 4XV22Y0wxRz16pd for ; Thu, 17 Oct 2024 22:05:25 +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 49HM5O7t083077 for ; Thu, 17 Oct 2024 22:05:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HM5OAF083076 for bugs@FreeBSD.org; Thu, 17 Oct 2024 22:05:24 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 281541] rpcinfo: format of argument to -a flag is undocumented Date: Thu, 17 Oct 2024 22:05:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wollman@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: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281541 --- Comment #3 from Garrett Wollman --- Comment on attachment 254317 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D254317 Proposed change incorporating text from RFC 5665 Well, that at least makes it clear what the weird format is. I suspect a .Bd/.Ed block should be used instead of quotation marks here to clearly call out the quotation, as it's longer than a single sentence. Similarly .Rs/Re = with the appropriate macros for the source citation. The bit about `-T` should be moved to the second paragraph. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 22:06:53 2024 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 4XV24F6ZhZz5ZXT0 for ; Thu, 17 Oct 2024 22:06:53 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XV24F3bRjz4t0s for ; Thu, 17 Oct 2024 22:06:53 +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=1729202813; 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=tb9RJ6P7Q3klW9ESKNi9+G62GqdVfzB6Wdqw6owuE08=; b=kWMl+8RomObYAmxXcri2q5+GVmMIQIrzJ0GnnU1JUQQ5Q8c1vILH+9KcX65Uumju3uFm2W DQnbDE77d2TZd5dId1BgyMml7fzPeUv/sn5NqfY81StMr/CZrBCG5H1CYjl0TOfgru/fDq /l8DqvCVylThSJUmFWuxYx4WkdKjQ8v1z6+P9++HuWUprv6hd9Sm8rqIRxKfL01W/O9isP ZOktCJ20MoDvhpAfVJMYirPDnzaAK1eS2UJktK7oBAs95UWxw1uYTtHTFWi+4PxWbuuV3b PfrppfonJnNqzwdfK7AsxGsI4tiebiQ0/EzU1TeV9aDsK78ZsPoPgEmpOsGi0Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729202813; a=rsa-sha256; cv=none; b=Mhsm9Nrzb6dcL14EJrfq7zmVvMOyXuZS9EAxov85EzLGMeiiBeLGDMxnohS6vqzHiVetr4 F9jbYF7yMD4/sp78mOyD1VogbF4aYdgFWa1DYvriYn/0AM5BCaym00NUfsGTi8boJ0+X5F /tGcCP+7H1MXoHlWNJLaKtMQpUjaIf22PWgUmJdjZ+pxHlrEKDc9g+xKlnJ8yf2OZi86VV tkr7zVqcbycIx+7HrV66Xob5Syng/mhzZ8kfhf504A+KeVQzW76Wq2bXqoCM6iQdHlFP32 M2I2ugnlZ6IetBKMc6r/CiRmZePwMcHC3SMuIzLfopxP1XnIgLwOFycX7TUoWQ== 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 4XV24F3CBMz16yD for ; Thu, 17 Oct 2024 22:06:53 +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 49HM6r25083768 for ; Thu, 17 Oct 2024 22:06:53 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HM6r5t083767 for bugs@FreeBSD.org; Thu, 17 Oct 2024 22:06:53 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 258049] vm_reserv_depopulate panic. Date: Thu, 17 Oct 2024 22:06:53 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Overcome By Events X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D258049 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |Overcome By Events --- Comment #15 from Mark Johnston --- If the problem isn't reproduced by poudriere runs, then I think it's reason= able to assume that the underlying problem was fixed by one of the myriad riscv = pmap changes that have landed since this PR was submitted. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 22:10:40 2024 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 4XV28d182Zz5ZXvY for ; Thu, 17 Oct 2024 22:10:41 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XV28c62R6z4tCp for ; Thu, 17 Oct 2024 22:10:40 +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=1729203040; 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=BTDlFvc+tRyadwxvmtD3xE7uTHdoXIJJy45BvNDDjfM=; b=TqH/8+EVTuMxYrchNulbO9GeUZcUlK3WiL1yCLbJml5TIqObtvAC5C48YzyMfYjW+MFr3d DmEyBvSX3VAzXnLZUeI8CUrKCxuW1K73c/kpjbFnaNTqPbxWCoRUoCryezZPrc1m8PAhZD kNa5T2HqA3ox6jrpvqx/+sTQHFZ3PXuXGw1ukcqxeUpC5H7aw6m220ky27lhn30ynlv4d+ 9nqesCALzAtYNod/vO/MbF5UB8fe54w4a35tWv5NpDXeTHjb6qLofAMmBWgp3n+37nWB4X WUCDb1HZyY3P/rJcaSTe+yMjoXTh8kbeCeKmTwEabUwz0aSfbaHoVu4/4wGFIA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729203040; a=rsa-sha256; cv=none; b=t2K3s4QICz8d07Ymt/vC/LZ3R/ybAw4OlyYkzv1PaEhWRo7Ks/h2TrM45c6NTzB1LoZ2e+ fBcKrn8G5CbDz2xe9iyJr26bPG6k0Kyi1Hyabp62X2Ce7n7+uKmIzok9lX1P2FDsaQ7Tay 4iSiSN/un4lHawbjX7/798FjV/D6U74e1aDDuyDixWQ40UNCN7L9fZuSkD0oJbHCd3TkqQ x3jfdzUD8MT6UqzgxXe4EcE2YhynMhRRAfdCdPhX99M/6hax2omIQqLwr5Zg+gPnhRQufI 1pNIJPKABDoqs3wVMdGB34FkeNo3db1F9qxYhzlRCUhNjip6k/qIySebPJcZow== 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 4XV28c5Wl8z16yH for ; Thu, 17 Oct 2024 22:10:40 +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 49HMAe9f086619 for ; Thu, 17 Oct 2024 22:10:40 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HMAedj086618 for bugs@FreeBSD.org; Thu, 17 Oct 2024 22:10:40 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 282168] vtnet(4): panic in if_attach_internal() when kldloading Date: Thu, 17 Oct 2024 22:10:40 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282168 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |markj@FreeBSD.org --- Comment #2 from Mark Johnston --- What is in your kernel config? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 22:15:44 2024 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 4XV2GS6YZTz5ZXxd for ; Thu, 17 Oct 2024 22:15:44 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XV2GS44psz4tvL for ; Thu, 17 Oct 2024 22:15:44 +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=1729203344; 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=OuPN5tpQaraZuMrfLXgxcinQizytIFyo1FR3OOisZOw=; b=i9/zVRNm8mC/yJem1fBYlh+a+76AwSWDqJl5tbDOYLCZE7Mq0ZTNjiz+JuHHYURzvYKjIA T3N3H06j+leq2LajSDO5OD+cAoKKd1fcK+EMb3nPeduUon7re0FlOOb4NfWyyab15m6amU sPB4FJKT38LoBNh6NhyuDQFd/snhfaUwyDDKbZIGZ15DYxciBscnlyTP0c7HpLKrOHrBq7 OcFWGiXXTHStl30NaPvT/3PqumPRa0czOOHChw07qB1qR1azo2nSwaUBCva1oNbkK/gSSc bLT0Nm7wV7GfMr2YrN8rKd/bUbfwh3+INx1wQgF2tJUUbKyRek2zTk//WVgp4A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729203344; a=rsa-sha256; cv=none; b=wLsxeSDoIRO8bTKtpFYjWg9ZJh74rzuvkGMYijIabdl6YuvqVNYgTg/5mvffQ4lXW0VObh tjkSr1FXuPGYsbUOqmfaV6rHTSssMf2mRoqUJYcltv25hWYAnByu3d1VPyJHSv3v2tSR3V eK42nb9mFE1icL2xetDpd1mVb+jP+n9MTaTyM94Lm1qYnXhEzp2bwYp9XSh6LrIr7WO0NK VzqhO6JQKjdbPxuAIqCmqfFi3OY6geO+pSDHQLax5vn01W554Dq+w4V5UuAjgKBGz0Fsyg 0cmoy2ccrh0l01FDf6I7aTNbPSn3W7xN77LhAm9jcwGA5u6dMw1BtsApaxIqvQ== 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 4XV2GS3Xwkz16yt for ; Thu, 17 Oct 2024 22:15:44 +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 49HMFi4Q003193 for ; Thu, 17 Oct 2024 22:15:44 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HMFish003192 for bugs@FreeBSD.org; Thu, 17 Oct 2024 22:15:44 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 282168] vtnet(4): panic in if_attach_internal() when kldloading Date: Thu, 17 Oct 2024 22:15:44 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: lexi.freebsd@le-fay.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282168 --- Comment #3 from Lexi Winter --- Created attachment 254318 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D254318&action= =3Dedit kernel config --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 22:16:03 2024 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 4XV2Gr17MPz5ZXxk for ; Thu, 17 Oct 2024 22:16:04 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XV2Gq6h58z4v8t for ; Thu, 17 Oct 2024 22:16:03 +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=1729203363; 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=yWBHMK9HTU0DTL3d5iHYg9K1YC9ggEVmJSHdDXQNCqA=; b=ZD+ocF++eVNTqqZNwVSr7XJNDm1UL7J2jEVLCHRdpyE+McFicRuysjrcurcGYl7OSczgVw LOhwMgtqeQXTG2OlhIAHlBy5WZDE0hbYWEPWnpsMFFcWRlQ+J3MXM8PslbbqjDaFi7wo5k DmPNlLMFETj3ymsR9YSH9tCdcj2lWh7807GiGzxDLHNxWkg/PrQKe+UqDLofNuZAF3q9Lc TpiQjWXnByd32I0SjySr+MAo5EzD2MSdMylcXuov0zUGMJyvh/gEvwYO+E5ALMmvgYiJ1P /uuesYu3YYbDensoKvYfCJ02X0LuOLhc+m2z9EA/U6tQXxuUUtnqpqkjq65Ctg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729203363; a=rsa-sha256; cv=none; b=AzEZJ9c2inrtZTrlaCODa4zSqOgqzdQ+DPf7pzgvYWnR6GJXMxygTRXhQ/NfK9SOdgRg8h h//Ag6cL9206cw8bsdg460USCEQTMb3wDJs0UHSs0qjkl9++W5WDe+7bnRJ79uJjkGjy3P 3Jr4V+LxO3h8WY6Zl3QYmAWfxAptZ42PaoT/wkXbBvUppafMEnCN5bSPbmyydeyzXVyyau Cv+YhmkMNN89zDGH55LepIPxCnrJu5Ert4ih3T+MbyMfXd+60KMvjLQ6I4dDbymPK6uEzS WSFWSWmjHelEFzeZj/Kp02zhYZvio/f99oiZDnow3pmO4n1lytdKAPsyZM9U2g== 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 4XV2Gq64hgz166b for ; Thu, 17 Oct 2024 22:16:03 +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 49HMG3aK003434 for ; Thu, 17 Oct 2024 22:16:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HMG3Ax003433 for bugs@FreeBSD.org; Thu, 17 Oct 2024 22:16:03 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 282168] vtnet(4): panic in if_attach_internal() when kldloading Date: Thu, 17 Oct 2024 22:16:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: lexi.freebsd@le-fay.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282168 --- Comment #4 from Lexi Winter --- Created attachment 254319 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D254319&action= =3Dedit kernel config --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 22:16:08 2024 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 4XV2Gw6JB7z5ZXxp for ; Thu, 17 Oct 2024 22:16:08 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XV2Gw3jWbz4vX6 for ; Thu, 17 Oct 2024 22:16:08 +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=1729203368; 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=20GFndi/JtFcinxfc+cFWSv1qQt0+ip5C3czilGr8kg=; b=HdZzx2wFa2xx57w2hGEUFBWk1cooEtIQ218ilEQwDfD+t/nN+tX7mkT8VcyjMRlKKFLNc/ KALNsS1LPcPjOki/PnZ39GxxrlvEY64Dw9kpD8gDtEtOGsbbhmWOG6laBB/bHyuY1Hlzt9 TGvGSOiFKLA4jFbWwjQ2Gh6vm6SbcaAv2NaohY/JTAkmD/mPlK0QY5ys6ms6N7ysVVQatE m13B//aCUry8uCm2PXeqTHaNzhqTFMJMSE7HFRXZKsLVTJS/lyjm70xk/smFuGC4lpy2xf 4Pn3Zsgc5LKEgWKraFmAmgvtZKxtzxijw7g3TcbHibMfYYhMB5wjpIaBeEoyJw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729203368; a=rsa-sha256; cv=none; b=pHncpx26NmmtMGEC6SaGHBbsFlTAJYmifHpR5tnXGdscO8OGDCcctMNgcjmKawboNRNQeF Jlkczb+QXvwrUOsivNNxAts+JJyRUuSmtGLb34NVRM2qcD73WCiRZvDwxyqxrr5kU7jJNw FxWnLs+0ISzXfL3gjivIQfefWLNQdmn2tF1+8xHP90PCGhjh1riTRRH4FvpdgBY3echMOE LafsAlNQznaZOjp8d+n+cpnRHKVzU+S5i+y2nsWzdYmSWryq6NJ1p7omFVxH47wvin/kDw Z+zJ7uXAEujml9uA9Q9Eo+1cu/gYH3Yz3p4dLT8PJNxwwB6Jq3aPcFZvFk6qsg== 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 4XV2Gw34W9z175H for ; Thu, 17 Oct 2024 22:16:08 +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 49HMG8Q9003478 for ; Thu, 17 Oct 2024 22:16:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HMG8YT003477 for bugs@FreeBSD.org; Thu, 17 Oct 2024 22:16:08 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 281541] rpcinfo: format of argument to -a flag is undocumented Date: Thu, 17 Oct 2024 22:16:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: gperciva@tarsnap.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281541 --- Comment #4 from Graham Percival --- Thanks for your interest! At first glance, it looks as though you included more than a whole paragraph verbatim from RFC 5665. Is that common practice in FreeBSD? RFC 5665 states that code components are under the Simplified BSD License (which is 2-clause); however, the the latest legal provisions [1] say that = the previous version erroneously referred to "simplified BSD license" instead of "revised BSD license" (which is 3-clause). [1] https://trustee.ietf.org/documents/trust-legal-provisions/tlp-5/ Also, those are for "code components". I haven't yet found a definitive statement about the copyright and licensing for text itself; given that they carefully define "code components", I suspect that the text is not under so permissive a license. ... Also, I don't think this needs such a verbose answer. My guess is that 2 o= r 3 sentences, along with a reminder that it's defined in RFC 5665 (with a link= in the SEE ALSO section), would be sufficient. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Thu Oct 17 22:16:29 2024 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 4XV2HK56cLz5ZYHM for ; Thu, 17 Oct 2024 22:16:29 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XV2HK1NRFz3wcN for ; Thu, 17 Oct 2024 22:16:29 +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=1729203389; 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=hE5GTGsHLlxmb3vg9ojxHfaCF6bVdKvjdNFCYLrJf1c=; b=gRx9RSjVQ2fVDC4em3TVFdK3V8GOY0mLh8RQOv2TnbhavQ7tvhi7xsgompTIAoSOaJJNnH QPW2LaPzK5dRNPGDXMfKmxww47Ej07rqGDvVkusG3WwMpCFG5w1AesWxnOcqU/EJCFEDL8 eFuwCQAkrSl6BAA50zdsL7Kf3vaRsaP1ivgvORC/19GV/6UjI3fNCvrKnoY4RmYy2FQKdM T1kZTP82Dz2Qd2NLs0RhuKX9nbJWLuzq3BlJuVEX6FvziGovveo2b3g58DCqgTto8jZAOO Hn/Kv/E1IHQFCZJF4g5yiRj5Nefvec2fsVkPq8bhOj9FPkReVtuDyVIGyaFdLQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729203389; a=rsa-sha256; cv=none; b=qiSkxtA+5fRIao08xc5pseFGv7t4uMPl+c6b9XVrybY7bg/qVN332OB5SCjFpB6YKQweS2 /8/PDCjliEkMYrP/DpK4iaI3wqF9yyl7yeLAOxTXbL7LvOiVHfVZsTn7KfOJj8j7O7sffM AHsO4Y+QTc28R/6AteVE6r+gkJcdG0Mrfr7StN1xI3j9ufPiR8qd3LPJRLF5gRMdOaq4W7 eoqD3aiyxwuLE77mdXx42rYtStUsPRL9RM1rII1hacaYjw3mB/mCg3PhgzdueI5XvQlM9D dL6aXAoOWYOhBYse/Jq9tDHIsMub27i5m55rUaWQ/PCYHvwVMpwFslVuKpBbcQ== 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 4XV2HJ6BS1z175J for ; Thu, 17 Oct 2024 22:16:28 +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 49HMGSY6003685 for ; Thu, 17 Oct 2024 22:16:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49HMGSAq003684 for bugs@FreeBSD.org; Thu, 17 Oct 2024 22:16:28 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 282168] vtnet(4): panic in if_attach_internal() when kldloading Date: Thu, 17 Oct 2024 22:16:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: lexi.freebsd@le-fay.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282168 --- Comment #5 from Lexi Winter --- kernel config attached, note it's two files since "LFV6" includes "LF". "L= FV6" is the running kernel on this system. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 01:06:18 2024 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 4XV63H5N5Nz5ZhF7 for ; Fri, 18 Oct 2024 01:06:19 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XV63H4Fhsz47Zc for ; Fri, 18 Oct 2024 01:06:19 +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=1729213579; 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=RVO1h9Xg9Pt5n2G4YFWY0YrHx8pXyLBRNqvQWmUQ1DE=; b=u7YoBZXjA0ZUOF0Tl3olX8mY/iBytst/nG58Q7yK+v/estAVHDNV8zCFU9FBxi9yan06MT TDfGkU72g39qNOg0KrsoIYebSPBdQAEPdr6jctcW3XFQh2gzZbSTAoaRfrpNfvK8IjTpya OlykR7NT7LIn9x8+KbjZMQu2CRFENvdjNphCDm/eV0eqalYV5MaeKaFU0LegQCXHE9iUOU RB/NUuFBz0hBIhvS9UZg6Mad+KSZevGgqBGlzIDn0a++avR6F4SL/wWVgvXu+x6AHr0wBv 8T6miVZ2R9/W6frfkKvHcJONIO1dcEqJZXFWohWWDnMoO7EYt40OOQnuJv1XfA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729213579; a=rsa-sha256; cv=none; b=Wo1C2qvzel5YuUCAdD5vwJ3eGEybfcPXwAy3tUH7diz2Zu4fJLSDumq6+ajNJIE/nA1Tta 9ZZf+aq4G+/WNxWMjtUB5N1XF8iQwfV6T52jI1EIDMq7rK1+TYlyegE/5iFsYUT05UXu9k 34rUHq1ONqNisXKWg89Hs+2ck3ZHWUHQoHwu7A2h+pORi1gD22DeC5iCIWc/09kbvRu6i2 KPY6TzWMigd5XKIP9PARWP+D4EMcCzEWo0rVfZzWnZg6ZKahnxvh7H7X7HvIPQQha7BEld x/MMT5KZ/rInsjRDyEzmEbgU/e/RDd12yBvEdEKDpiC7hSgxhG8hlsVcROVAwQ== 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 4XV63H3spFz1CJ0 for ; Fri, 18 Oct 2024 01:06:19 +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 49I16JAk059454 for ; Fri, 18 Oct 2024 01:06:19 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49I16Jau059453 for bugs@FreeBSD.org; Fri, 18 Oct 2024 01:06:19 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 282168] vtnet(4): panic in if_attach_internal() when kldloading Date: Fri, 18 Oct 2024 01:06:18 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: net@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to keywords 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282168 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |net@FreeBSD.org Keywords| |crash --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 02:20:08 2024 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 4XV7hT307Kz5Zlbm for ; Fri, 18 Oct 2024 02:20:09 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XV7hT13Z6z4FmV for ; Fri, 18 Oct 2024 02:20:09 +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=1729218009; 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=mGLmpKFFEu69zZoF+oJaApQ35jc4b66ZCBeiu5QT/xA=; b=YoQFexWfHdJUEh/5azX2S6A0KvUrkhKeNWo18mgorQYJRVw3ATnvkLk4wPXhgbBUIoETZF 4qSkzQh6Oj6HvYcFfkgx0rhcbaIGgSwwcWpf7u9e8fpPZ2Lkwu87N4CJeb1/6aH2n+N+wz qoUGB7wMw3SGLOSp+bGBEu2sPxWq/UGrbL6EwyfWeiqk3HihKS95bH0i05aIYVy8mzY8ho 1U064k2VV5zzcg4oAxXVQ7PyC7QC0hSYdC1wY5a+aKwt/XafTKnZ0PszU9ZSA9ZaOnFDfT 2ql98V7mFdUAhqy0NPpewWtZYqH08aERjVClEtmReaEXmVJKu3XZ3s3RBMBZ9Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729218009; a=rsa-sha256; cv=none; b=d/1mkIjip3+IKTUroyQD9P2loZl76k3JuflOvxXasCAS/XCbL6ScFUwXZXGJO8w+XvnuLb 5RrgJgEuUZQVTqf7+gg1ZFJFIZd78OITuwpHtF84F3jyLkmgL42ODvLDHEtxb2K/s2hvKe 47PHISORwluNM5/jyEDzHfLi/wMsmihJi8BujTugAqEZCyfs/rLKatEoRdlMTwqfqm8xWz 8SOKKmN0BgLH1bPdd6R2gz976c7aIqqfuvTXX7x4+JT2rV1/iyL8kzq+Eo/YDtbk0fd3uO NNXz/39ozUjiCLmj40HtSr2+y2DF2lBRNT1iM0s6FIX6alCGXzH9T2v80Lo8wQ== 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 4XV7hT0fcxzFd0 for ; Fri, 18 Oct 2024 02:20:09 +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 49I2K8SV066884 for ; Fri, 18 Oct 2024 02:20:08 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49I2K84r066883 for bugs@FreeBSD.org; Fri, 18 Oct 2024 02:20:08 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 281541] rpcinfo: format of argument to -a flag is undocumented Date: Fri, 18 Oct 2024 02:20:08 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jpb@jimby.name X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281541 --- Comment #5 from Jim B. --- Created attachment 254321 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D254321&action= =3Dedit Revised description of address format (reply to comments 3 and 4) Update to the address format in response to comments 3 and 4. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 02:22:47 2024 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 4XV7lW6pYVz5ZmSS for ; Fri, 18 Oct 2024 02:22:47 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XV7lW5DQZz4GWL for ; Fri, 18 Oct 2024 02:22:47 +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=1729218167; 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=+YqsSfLWohDlz4h5EEROjwo9u/sMadHBmJ0hk705q5s=; b=RHWs8XWwZaQzpNSjstMLDiD8h7++HK9VmE2Orj3IfsBh4vjI6o21c3Ij8F3wS5dDaIcz7G mPwOLVHanp8ezTEw8SptstlRaq1vr2YqJRKVZG5CWTAeqejdBOBjFpqdb/GyTawDxJdyUE W3ypXkoaUNUNuvJ3oJvXoP87/Xv59w8pdb+G0ITKva0uORjhSwfbB/x/th9DeAaBzaB14u uz7DxdmKuwe3hFK0fZfSm7fKxAomnzil3+YVYbipE33o+gFhtnnd9Y0qEygXsS2pPbtl7j XTAO9LGBsrtGiGASMS+NkMIt/C5uUoOZaFulAE5GlJ8hokVwzeR69YKBNszlLQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729218167; a=rsa-sha256; cv=none; b=xGSA/k2T2uU82wIIcyYxP8BWpjcnC3aRLg0HtqRaAD1ISnSjDO9ni37kwOXGYTC9NJA2l7 78IJD8pMdMRDpx+6JszZqv8NK11n1S8p4J03usvKDsSTqqZaTIjOEWQtNnuuOjorI8pkdl rnkI1vG2wAWVc8FR7B11DPjszeEFg0M+hnYPKtynlZ6LiuBRG+5dVvqSIDKC8LNPbGGhZd o8HYDTcPwdx1BdWMq9vdm7CcWjb3gTIEtC7VHZSy444wG3uHzEnodPuldDWXrS89M0jFZ9 zbImvyBXVcHzJOXMRs4PQ6whpjymeMieTKqKT/CqPTDzfWDRxMhNBosTw2JfUA== 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 4XV7lW4rCjzFhB for ; Fri, 18 Oct 2024 02:22:47 +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 49I2Ml18079215 for ; Fri, 18 Oct 2024 02:22:47 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49I2MlnN079214 for bugs@FreeBSD.org; Fri, 18 Oct 2024 02:22:47 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 281541] rpcinfo: format of argument to -a flag is undocumented Date: Fri, 18 Oct 2024 02:22:47 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jpb@jimby.name X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281541 --- Comment #6 from Jim B. --- Created attachment 254322 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D254322&action= =3Dedit Update to SEE ALSO section to reference RFC 5665. Update to SEE ALSO to include reference to RFC 5665. My mandoc/groff is a = bit rusty so please let me know if this is how it should look. Thanks, Jim B. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 02:46:03 2024 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 4XV8GN46VYz5Zmvd for ; Fri, 18 Oct 2024 02:46:04 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XV8GN32l5z4JBl for ; Fri, 18 Oct 2024 02:46:04 +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=1729219564; 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=TMwwRqEgZn0NMaP2FUaJNRbOamr1NuzTGTk0xHqVE2I=; b=Oho5mRspPACk2ljXx7aWhdMrgo39dij8DnH2reqsNyUZewPMVXctFQ7thMoiU+JR1KPnKb akMGCUXRiTasO1AwqjmK6XkKcb9QeJfXyI2iZOOxIYPcXhjquOqlsqNlMiBrZ+xDx5WsH2 GV2keUL86zdjOsBOG1CIZvpe8EnBsaUotfyPmQqV8S/PGQFSBgENfBMFrTSk+AzPr9AGfI z2PWL3bktyCZWNvmckNimCKmHxOhoWDV+VAF85b8tEAHh9a7fmlmvjhiUxeOdom90cm3zi jR7J7K4X0Ar2WrEOVBEhHwtqYnZz6yczo2J00uMg1wPlixoCjiopc0CRn61J0w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729219564; a=rsa-sha256; cv=none; b=ew/QtzkocF/kcYquPcDdbA44GM5/kCa3uo8WytFLXkFVUvuGmmOqIWHddqKY1Jsu+dTT/S CUDKDpRe/MaGIWvBCQZSjp4ii2NPClntU826KarewsnFypB4ElglmPjhuoOzO/T7MmHWsC DIGacYOU+eVRBZsudS01mzg1/c/gsrdxSD9B9dAd3E1ew0Qle0D00/UQ9WgxGDlr+2ma5V Ko18B5IU+r2efOlUwxuxOh5lQkG3fs5AiW1znKfc5sksCyDDkfii+Z0NTOlAxyfolt5Bw4 hI88+nvfo0Vjj4UWsHUTYeSyGXzGiR/hIXBKZnRlSRvZRdHOS0+pYvChUTm2cg== 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 4XV8GN2ft1zGYC for ; Fri, 18 Oct 2024 02:46:04 +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 49I2k40O009056 for ; Fri, 18 Oct 2024 02:46:04 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49I2k4cK009055 for bugs@FreeBSD.org; Fri, 18 Oct 2024 02:46:04 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 282001] Inappropriate "BOOT LOADER IS TOO OLD" / missing initialization of bootprog_rev in lutils.c Date: Fri, 18 Oct 2024 02:46:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.4-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: needs_errata+ X-Bugzilla-Changed-Fields: flagtypes.name 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282001 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Flags| |needs_errata+ --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 02:55:10 2024 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 4XV8St30Ccz5YYtD for ; Fri, 18 Oct 2024 02:55:10 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XV8St1CyHz4Jq3 for ; Fri, 18 Oct 2024 02:55:10 +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=1729220110; 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=TtRRqtxFuHilLPgwBjbw6/192JVmdNH97ZamqlYz+g0=; b=lL+q/flbTWjYVqK2SzV+2qW4jJA9Ie2eZlen0aQ24Wlt0cvaImmHl2Aa3STlEGHHsfHTaN uKCuxLUG9EbNcFBZtOFntzj+8dd1QkwWDGmim3JurmQ7Sbht8n/BcccqJjQN9p3RxZW4ga h2ZM5E59TctYBn6n+uYGUac2Fpv/CfJ94tIIrarSyGy6m6h8BtNEv8IPMnog9af+VNNOdO 9dYaCYHKoy4aGU4FJhrTC1TGY3Rud4fTreANuM+sJ2hHFCq06XDFTWcjhBYNjwkxeYrCfg 3i00SHRAtoomHujsHrGOzjhKznKaAwzXR0NscUnBbZzoQZtmtHw+8McAEtwabQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729220110; a=rsa-sha256; cv=none; b=u0iFRgvXk6ma5Mxns45Lhe9IHkom5BOCTDD9oUbdZsmC2JrhKg4OpgVA8furxAwf7DRQUp /GvnA6oS+85CVn4uXmZaWDRNoZK97+pqyheU5GojPN/7x/zNx9ntGDPEZoXQLo8FsJSHhV aYWrx2j6lEzPpMSmZ55ysatf3r1TSHrbNCMyQi0/G65OjWh66cbKEi/1KCOwFl7dm8NL9Y 3xCrq/PgDjZT6FcjtyFP5ipBwabdDzBV53VFsL5M63iB1K0uMUYM/2dp47fim19xA31DSA sBx86yIRkBT75dIwzWYSg5MR3v2D8A4XzeJ30RYgcLLCE0tcCmG0vLAEMLu+TQ== 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 4XV8St0YJbzFld for ; Fri, 18 Oct 2024 02:55:10 +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 49I2t9mx023303 for ; Fri, 18 Oct 2024 02:55:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49I2t9Sn023302 for bugs@FreeBSD.org; Fri, 18 Oct 2024 02:55:09 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 282001] Inappropriate "BOOT LOADER IS TOO OLD" / missing initialization of bootprog_rev in lutils.c Date: Fri, 18 Oct 2024 02:55:10 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.4-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: imp@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: needs_errata+ X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282001 --- Comment #7 from Warner Losh --- For bios, just /boot/loader and loader_lua. For UEFI we have to uodate the = ESP. I'd seriously not do an EN and just issue an errata. An EN would cause more problems than it would fix. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 02:59:03 2024 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 4XV8YM5j3nz5YYrg for ; Fri, 18 Oct 2024 02:59:03 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XV8YM4VCVz4K0P for ; Fri, 18 Oct 2024 02:59:03 +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=1729220343; 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=oJUtZ7wYb9Th6K+STrReT/yWjlDaltJuqmIYmH/eW/Q=; b=drV/+k3EZNf8kHsk/tp1/63qLcl2zzqLe9nHLTfcYP8niHtvS3b6GoMWxMBGuDzwcfAMP1 fRifhuzP0nYHM4+y9jCX2gDp2VgWbxhTDngYbWuW2at51y0/w2rlOeoOek8iwCcAvmM7vx 3LWHoOkFa2yt6kjdP8tS7c387/LlKWNxQeqJ9OMIJUjjPGbFFJBDE7tmAHHG/Vk416jxDP Fuyidez7O6zwvXX2OJodCeR5aV8OxvxDar66nTsfJwPynyAiL6F1K0IWsjUanN6EdvUbGn pvdq0KwkuVkpvjzU6RprzqOe1snQYddEDMFEhZCzjsTnCVtZIgPU5UU4Cjg+jw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729220343; a=rsa-sha256; cv=none; b=jFOmFb2xYvJUv+DVyPutZMUUunBZIRtfE46r+ihbzDupC7sW33WcxgUjrZ7Abdldv5Zrxr ao4SeAM0Q9dqtcbmp2pyME6FS13/Ef+hYBrVtMJTtVce7Cw2AVJOXDNFKRj/2E/19PRF53 9l+kCCTPpTYHiTEl09toSNOgsSZEjDjO+5il6QWNwLNqtnC8ZwXhoH42iNjZBbFDlZuvgv oH3Kz+KeMfYy9gBEG+cXdihGXA1uVazfmYMciNoL/DudmmW890oEqCbHP/S/AhvJj8SDNE HlX/hpp0PceOSt8zvqf7IuieA5m/Zv4eyJFZf9Z43zJLCHZzjcnt5kWDuRfQSw== 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 4XV8YM3xpMzGYt for ; Fri, 18 Oct 2024 02:59:03 +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 49I2x3Wl025490 for ; Fri, 18 Oct 2024 02:59:03 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49I2x3MT025489 for bugs@FreeBSD.org; Fri, 18 Oct 2024 02:59:03 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 282001] Inappropriate "BOOT LOADER IS TOO OLD" / missing initialization of bootprog_rev in lutils.c Date: Fri, 18 Oct 2024 02:59:03 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.4-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: flagtypes.name 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282001 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needs_errata+ | --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 04:08:25 2024 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 4XVB5Q13xyz5YdYd for ; Fri, 18 Oct 2024 04:08:26 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVB5P5qDYz4Pwy for ; Fri, 18 Oct 2024 04:08:25 +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=1729224505; 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=t/DLlQi2eDEtdbea7sD8dI0GbF31IE77KXIk1elrRvI=; b=vCrzOeDmglMggvMIzgaK1xaEpKLsWZcGVYhQ7mpjgrE7nOy1ZZ1dJ/Sk820m5UeiO/XUAu DDJpdFHeqYgvRnu4X2AzSm9Y5dQDVzhwHh/NYVRf+WDHICseREwUo+lXOqf2cIEiZDW5dU 7/uYC5HMjTQ96ZWKS/5RP2BYTaIdPZz+WsGqdZLcq0dxM6l2N29abLd1msLOBF5nf1w3hs RPiMk2oljijt+E1cFGOMRjq8R4mtEp1tXOmeBGWcrnhucuZsChbpcq02Y9MT4XmpnERGIx 7N3XuOF8VrAXH40Z+9L/mqRdMkejNrAU/25HLptLGr6aRV5rqA8mKE4WtdwWhQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729224505; a=rsa-sha256; cv=none; b=DgKvROxVVD/tCEba2CG7GGu5iEWz1r08CGO10mTpkNy3Y+V2kyysun/VlHr/I7KL1yH8N2 lP3pmdNPrKIH/5E6KsYz800slM6+oldhdSgK2dMcAglWViH6Rq/v9ZMozC6EhyKTVgBOL7 mOJI7IAJZUADCBoCt54z15mKyTRnBbER1bNZGQiwFHf3x4ede3OkNUBQy27zuKCrmxBNox VGNws9lfFFYZhLHjWCxQC4Aib/vSCeYSdyzWclN6esSzUtwEf6M7qziCk5p5l9uQWg4N+R I2xo3NiVWYGGGbI5H0SVuFRANZQ7W+og8NvtT8RxWapElqkkYnapHQQz+eVPag== 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 4XVB5P5PvSzJJZ for ; Fri, 18 Oct 2024 04:08:25 +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 49I48PAI034510 for ; Fri, 18 Oct 2024 04:08:25 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49I48PM5034509 for bugs@FreeBSD.org; Fri, 18 Oct 2024 04:08:25 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 281541] rpcinfo: format of argument to -a flag is undocumented Date: Fri, 18 Oct 2024 04:08:25 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: gperciva@tarsnap.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281541 --- Comment #7 from Graham Percival --- Thanks! SEE ALSO looks good. For the -a part, I'd be tempted to leave the first paragraph unchanged -- t= hat is, keep the mention of -T in there. In the proposed version, the -T is wa= y at the bottom and thus easier to overlook. I think we can omit the "assuming big-endian ordering" -- as per comment 1,= the implementation of rpcinfo in FreeBSD already assumes big-endian. Also, I'd be tempted to remove the mention of the hex address. I think that everybody is familiar with the form 192.168.1.125. As a more general note, I think this is ready for Phabricator. (That said,= I'm not a FreeBSD committer or maintainer, so take my opinions with a grain of salt!) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 06:25:09 2024 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 4XVF795j0bz5Yn6m for ; Fri, 18 Oct 2024 06:25:09 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVF793zBlz4ZKh for ; Fri, 18 Oct 2024 06:25:09 +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=1729232709; 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; bh=yK5chxTeGxTKBPA1VO14UQpsgUs1D0Svia5vnd7z5j8=; b=gP1N4bYqoshzzSFyENQg/ML81tBHGcLdzgQKhK9/pDMTGY7Rx2i4ovqJehedK5n4ccX588 SNzCw5U/qnYy2gZDq3WLlqOAKZodsKFmXMzR4hNDsTgH6YELXH8zhZxMF9kVf1tvW4lakE Rj6qdd7xXBeqLp1oDKva3U5+MhoClgSFrg3kflKfpmeTyQ3u/fDtDxHznDbgQCouBt2Fjg 4dNUA/IpwsV2MWugJ8U42WG1IZcVXAWDHZNDG6Rw0C6tP+Q+SU9iTIeoAITai25B+cP4pc gQ6LLmkIi1QbH0wsGS0pptYKr3967hQpoAs3x8Tu2v6TIn4Svap/MxfihLiF6w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729232709; a=rsa-sha256; cv=none; b=Z5i7OnKedh9Dx/Rs/S6BV32rK7pFcosl43XRkS0kh9P2341h1tG9FZ6ql4V2W6mTEiZ9jI duOkaWFtuUsEvVc2H+IuZ5xuYnZsxZbZIz8f76LkmEpE2zLda5Wq+nN4Yp8o0FYrOC9v22 CqhDJAc//w1Ltqn3eOJmylfmI0u970BrTJLsM1LHBG6IO2Q7KKXCoapEJQKUC8F7bn53HP 66gJnvYaWW5W7t2KM8lK90MqwhEJkNY3h4Gzs5HOS1itTDhFuMQVcbn1HYTLEmwT19xBh3 hNRdANqpjgdqmMNDRGNWaZHXa44PUzNonnJ+m/qunMLKVN8W0oNCnNw2lDL+qA== 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 4XVF793ZsYzNKW for ; Fri, 18 Oct 2024 06:25:09 +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 49I6P9mH044326 for ; Fri, 18 Oct 2024 06:25:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49I6P9CJ044325 for bugs@FreeBSD.org; Fri, 18 Oct 2024 06:25:09 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 282169] zfs rename deadlock with mountd, df & fstat (and possibly others) Date: Fri, 18 Oct 2024 06:25:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: pen@lysator.liu.se X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter attachments.created Message-ID: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282169 Bug ID: 282169 Summary: zfs rename deadlock with mountd, df & fstat (and possibly others) Product: Base System Version: 13.4-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: pen@lysator.liu.se Created attachment 254323 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D254323&action= =3Dedit Output from "procstat -kk -a" at the time of the deadlock Ran into a deadlock involving doing "zfs rename" on a large number of filesystems on one of our production servers a couple of days ago.=20 I was renaming them from DATA/{staff,students}/ to DATA/archive/{staff,students}/. While running that script the first 167 (out of about 20000) filesystems wo= rked fine, and then it deadlocked - mountd stopped servicing new requests, a "df= -it zfs" never finished and same with an "fuser" command. (I run another script from cron every minute that logs how the system looks= by saving the output from "df -it zfs", "fuser", "procstat -kk -a" and a bunch= of other commands, that script also stopped working at the time of the deadloc= k). Looking at the output from "procstat -kk -a" (included) it seems the hanging processes were blocked with some ZFS locks.=20 I found an old bug report from around 2016 (209158) where something similar= is discussed, but that was with the old FreeBSD-ZFS code. I eventually had to hard-reset the server since it never recovered (atleast= not in the 5 hours I waited). --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 11:18:11 2024 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 4XVMdJ1HsMz5Z5Gw for ; Fri, 18 Oct 2024 11:18:12 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVMdH6n6Xz479v for ; Fri, 18 Oct 2024 11:18:11 +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=1729250292; 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; bh=j2x+IPpLeAS4nLGOBAP2cq+ToZTvhzO4Pz8lQzJJjhc=; b=YcXsJR6G34BPLo1rYHMDlw5FoUN3RaFW+Fqdkpz9Do/lHp6l5w/ucfolk9gib2keb1Mnld q/B/gG6Mu7wjLKmrjm57Cz5Dnpqh4SK/SuxiRaFXw8UUSdDdWTJpQWEYGcEieFsvb9TO41 fO8vMkDAycxzMJqm6cmyoKq29L+KiVsG+oX1jnLA1UGzW9nNvsapzkfybFkGHtmwwWpfF8 N1J9y5IqyCC3Qe0hrVFmMZkTb+bfO7b25Pkx3TvMHVliVJiL4axjw3RE7A2XV5fit/hAs1 rwZJsvwNmgehfLRdHKn4gyjWOvI0ls3i6gvfGGj9oor4xdbTNYgRu6XzOPSevw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729250292; a=rsa-sha256; cv=none; b=Jay5yvg6+QLD5kfMyKybCerErzGgZqxiE6xmBTucIr1IhtwYS5Y9+xHGaIAYUQDRwDdwpM Th3Gd2LRWtUX/NHs+3h6LdgfIySltgfl9FItgSFKUFB9BaemsB3zwV9WneVsyRBzyLxMpT 6i9U1cTNcpd7AJM6WTrQwXetGilrsMx1LMl2FwlouO2HIWef0LZMimuEri5+MWkynPqhGb 1nq6L2b5jzcZ6kYGGmvw0KoPd5i4xZy7shLn9dQ+1HS9AO5v2aGZ9WIzpxS7Mk0k2Aa904 q1GngMD/cMQfl2/Ff0l26a21iJ50qtgw9ztmyZ6kp7I1td+HRIPvgRrodSfbxw== 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 4XVMdH67TxzXR5 for ; Fri, 18 Oct 2024 11:18:11 +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 49IBIBiX086022 for ; Fri, 18 Oct 2024 11:18:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49IBIBSU086020 for bugs@FreeBSD.org; Fri, 18 Oct 2024 11:18:11 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 282171] ftime(3) library typo Date: Fri, 18 Oct 2024 11:18:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kwhite.uottawa@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc attachments.created Message-ID: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282171 Bug ID: 282171 Summary: ftime(3) library typo Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Manual Pages Assignee: bugs@FreeBSD.org Reporter: kwhite.uottawa@gmail.com CC: doc@FreeBSD.org Created attachment 254328 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D254328&action= =3Dedit simple patch for lib/libutil/ftime.3 ftime(3) specifies library "libuitl" rather than "libutil" --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 12:29:52 2024 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 4XVPD03f7Bz5Z8bK for ; Fri, 18 Oct 2024 12:29:52 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVPD00XCmz4G9x for ; Fri, 18 Oct 2024 12:29:52 +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=1729254592; 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=2HD9XUivYMDBAxHRvf1SGlfWXHsrjCrrAO06ybFSCsc=; b=DzVg29HbCxFXmxLJHmePiHmuamzccnxQG5VRnZg/Yuyc/s8uGjews6GwbwYrpuP+QA3UZ5 VMv7rn1F4j2REzjZvu5v3cYh5Hk/nzkV0r+quSJItc9B5b615zTYpY/cvY4QznH2N9yZhz 4hhpptBHFpPsCW2dxz9C5IRb06oDFzCv4VdT/HCOKCCSnHSSCkFMCaItq3AR3s3cQZ7Kl4 6KHb2zR8DfUqmdM6sn6qv9T6fJOY6bSGA+NhE828V064NnFusA2OBdlIV/Sqg9eSFDLzTR nuUK9iKo3d+AL7JEMQaY1JttTc3O2lcqZqrAV32ryIxq71pXezjlc7rOfOjlwA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729254592; a=rsa-sha256; cv=none; b=ZJM3obQz660FkYOOaChxtTdAaN0EYGkW7PPngiOk/BcgLHlVtwkQH9Oo3OCF7LAFnNUIq1 pyhB8QP0MNXMoC8GbcDtkoLefH4Dmc38tmqZlKrKBTsG10PCsknjoIxmCKV60Or/jBQwE3 8qqfsnoSi3fRXZorCixibHTum5omKK2c/pq2FDFsArqoNkEks2Bptjhuf4xpTk1BRyGkv2 /YUGJ1GlyE8fDNoUr+M8PtD1z7Ws2UXe9Na0yyk5neB0VkGbLSeMBg6uk3gzIdQO74Wa9d FKLeO5Z3XBoFZFkbPK/KEkm/8wz7H8j+o/fQXqRyhvyRpqlk8vRey/H/xOOSvQ== 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 4XVPD001bNzZPF for ; Fri, 18 Oct 2024 12:29:51 +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 49ICTp1h093536 for ; Fri, 18 Oct 2024 12:29:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49ICTpUX093535 for bugs@FreeBSD.org; Fri, 18 Oct 2024 12:29:51 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 282001] Inappropriate "BOOT LOADER IS TOO OLD" / missing initialization of bootprog_rev in lutils.c Date: Fri, 18 Oct 2024 12:29:52 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.4-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282001 --- Comment #8 from Mark Johnston --- (In reply to Warner Losh from comment #7) Ok. I'm not sure what our process is for issuing an erratum without a patc= h, so not sure how to push that forward. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 12:51:43 2024 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 4XVPjC22FBz5Z9mj for ; Fri, 18 Oct 2024 12:51:43 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVPjC0Pmcz4JJ1 for ; Fri, 18 Oct 2024 12:51:43 +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=1729255903; 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=g7kTMOKo0ygrz57BHcaA5ATM3z9Q81pQAtSTbp42NGo=; b=b8fIO/HWKZfEp2LQzMw5SssNLLmfhmeszRQ2vLi6Gj4/f/Fmq3VeTDwYtTIWrrsgeBzcO3 GEbMAgW1JVRCaTgsicRyvzkEZGJoSFeQjBFJ/XW3MHJEctT5djdbch8KgF21bntrQCj3qJ ZBlh2za1+GEjwjPszlDGfl/F2YEUca7YET8uppZzAImZAliTMGV5yDcZ0R1Li+BVvI/eOM /GTiRXQNKrDXbaQRt4T18oSfnBuwXWRdUkVlfAXFrS1yZhnKSaqDHI7fkvm9F0sRH2YSag 5pdEa5sraGdIbX28Tgveqp5509pJvxiMZ1FmMU96U8fRZw169tjNtFjIfcw/Iw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729255903; a=rsa-sha256; cv=none; b=dyyLN2t5h4dBgfVLomNCvZMpVkzqcOA6H1N9+U38FaRN5gznj2SyuA3P4ZCSpX3EFrpfcO OeprmRYUKoAUkzi7akxviAcZEoDMwFkhIulnB7DcM974Rsdy3tuwVFz6LRZYmKOvBCYDvv gw+ySmBw3j+UaCcu+RUqIcI6ZdePdk9kv8gSXWouGLMzMVT9gAmL4E6/mgPjECF5hJ0WFw a/xssMg0chFRxTkWGYy4RqIjOu31xiqRAZfuEV71UDwQ+nhk2EvUbwabTmrFpq2RBzlWiE vuAdFqjsuuiGpPm/PugghitOsx22A/x7YHWaNZQBgW7zZUqez7Z4WqwG91sgUw== 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 4XVPjC01KBzZtf for ; Fri, 18 Oct 2024 12:51:43 +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 49ICpglF027656 for ; Fri, 18 Oct 2024 12:51:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49ICpgPm027655 for bugs@FreeBSD.org; Fri, 18 Oct 2024 12:51:42 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 282171] ftime(3) library typo Date: Fri, 18 Oct 2024 12:51:43 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@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: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282171 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D167bfde7057f38894c8fbd790a65136f0= 174368e commit 167bfde7057f38894c8fbd790a65136f0174368e Author: Keith White AuthorDate: 2024-10-18 12:49:30 +0000 Commit: Konstantin Belousov CommitDate: 2024-10-18 12:50:24 +0000 ftime.3: fix typo in spelling of libutil PR: 282171 MFC after: 3 days lib/libutil/ftime.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 12:52:16 2024 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 4XVPjs114Rz5Z9gZ for ; Fri, 18 Oct 2024 12:52:17 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVPjr62nyz4KFF for ; Fri, 18 Oct 2024 12:52:16 +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=1729255936; 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=+4Qy6D8LZXYVM5S31pyC5ZGgqjn94r8UpvmIK/R+30Y=; b=Jwox8Kcyj6GvcRC5QR3q8nr0/uNitODqT5QUhgEgW84OHWD7azm78MZUn1KZHXgSw3M38W /xzOMBKlaiua6lD0ZF50+x6efeX/N8fYDm8GYPYhlvlNC1NHeUhpjF+xDlzJXUEiSzs7ce dmNHnraAydlpb/Yc02dsy7QxyIiajiapSy3+/QnBvIiLiH7jJn4wPz1kysU9G72O1j7E95 yASZ77nQR4Qkso1q8+Rq6fKc3KtPfgFlnW1mD0Wppof4RvmZBOqFFwxSYWyqw7UsTvKAEZ s6xcjYAZN5VMf5K5RyRAiiiuyQ1YqWoYoMfdbOjgUI3Kc5NlJDN67mwitYdh0Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729255936; a=rsa-sha256; cv=none; b=HW2NE8FfaXm9alviniGwC2FxMGbiMPrvfH/5les8rhYOdioAshqxnfiCR1h9P+GvhpbBVB TiMF9O3byL0LaNLgh+m5KJm7RoB+5OZAc77eQZA6buuhT/uRZn7Vrn4UivvCfhrJ7WqAbB MblRxlD9TONk2CR265C/7yWClFU6qImmOlERe44u7idx6UHLaCvGuJzlus8o/Qu4rIitNf fdJ8QIctBLVx4C8k5p/CgiSC6TAprih4iykNVDGyd9xdz8Vi8NRPuo0y2iJo4Gva33FmL2 k9iXa6MCOHnWBtVwH+FLWhsgtd5BcESfuQfRdt0vZrVlEmw3C6glONztPD95lQ== 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 4XVPjr5g0PzZYv for ; Fri, 18 Oct 2024 12:52:16 +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 49ICqGjo032820 for ; Fri, 18 Oct 2024 12:52:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49ICqGC9032819 for bugs@FreeBSD.org; Fri, 18 Oct 2024 12:52:16 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 282171] ftime(3) library typo Date: Fri, 18 Oct 2024 12:52:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kib@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282171 Konstantin Belousov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |In Progress CC| |kib@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 15:12:06 2024 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 4XVSqC0HCQz5ZLJf for ; Fri, 18 Oct 2024 15:12:07 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVSqB6LZ6z4cbd for ; Fri, 18 Oct 2024 15:12: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=1729264326; 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=4WE+naNGZr2MxI4tcDQGLoiXFWWG1kJfKNvqPyTV6Qo=; b=l4p10DYPuUoZNy0GoWsWJ1ZyIVM/vcfuLpqMExXp4aV0BrtALYbUbNee5GkOd0jG/pNwVB TJRinXofAlAt0+0ZCfzlO0ijbwmscqDlDgPaIbc7w6MWbzaeewZHPsFObaASfen/4m5d6+ SqhbftbFe5smiQ/Cqn4Afyiz0CUed2hr/YJJvLbjGzXRz+menENFI8AL2OChNAqH01KOVt 3ZhT2klUS6MdFdR1DHsvWb2BV9rEwXbShb+VFyLS0CALcwE2JlppEqpl31UqmXoUTxiS3M 1IJWBjyTFH2qvXhLu0WrfGgml2v7vALz2KgZYoeyfnTpsU/s81fC47M/KPKHOg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729264326; a=rsa-sha256; cv=none; b=dcohpcLJ8JAKW3uX0PsFh9uUzDBM2fZ0+cBwNc9TixEmCcwbDjF5njZViglgcmdCd04lcU Ih5pVw3L1lfJiecCyOA9FCzaTS5Wzx+KH+mGYnn3GsviMIEJ5LKkVvs2okdd9DN9YayJXd BpoI/jPJQE7S7xkpsDCqMBAhWgh98GIExx8z/9q4cX6GUEstWp+qoYHQl9C9uqybFQYTVO AAGySEqemsmSlxswL2GpVlPPVeiCEfs2/Kk/WZWwRs+zmv7gjbKJShJQDVhX0YJq3uouBR pD1Ia74UMn0lVS4FHOOBPmc2rfLsVmm1Y37RnSVIsSqZgrA92hiMdkKcQY/7hA== 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 4XVSqB5y8RzfNx for ; Fri, 18 Oct 2024 15:12: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 49IFC6cS039715 for ; Fri, 18 Oct 2024 15:12:06 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49IFC6ce039714 for bugs@FreeBSD.org; Fri, 18 Oct 2024 15:12:06 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 282001] Inappropriate "BOOT LOADER IS TOO OLD" / missing initialization of bootprog_rev in lutils.c Date: Fri, 18 Oct 2024 15:12:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.4-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: crahman@gmail.com X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282001 --- Comment #9 from crahman@gmail.com --- You could patch core.lua to remove the warning. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 15:18:26 2024 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 4XVSyW2TXXz5ZLX7 for ; Fri, 18 Oct 2024 15:18:27 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVSyW1JX0z4d6R for ; Fri, 18 Oct 2024 15:18:27 +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=1729264707; 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=hiAdJKInTj/tJxbAphsjO/2wJ1THck/RpEhUqBUavIc=; b=u/Xr0PudifdWkLx0bFh9IJNDPnvYEWIRqiqMfokOZ+ZMZp6C4qXskbD4IlDUnSFT4pRdRz UMPoW9Me3B3ZJmQQvLFxCyXeTURmp977U9Fcr3z/68ur9/Y9Ew10IBqmrWyVY5HzQUt7j/ lb7xqz1jmzaQTawVGB0QF47JjgHNTs5QH9TmpjMRPUxLYeoMGnSjFTZRAGTcSLwSPVLgTp NvzzGxGCin4VhQaz9jtn+L2/8y6SqGhHdUfXDk6QhPmdE7jUKgcWdpQ2LCK5lkT2yCnVJl wuAIdmQussDUhG/fY3wmhaDraMebT3t5lPgvoz8Ee8hZjMT8Wh7uVcMSkrBWVA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729264707; a=rsa-sha256; cv=none; b=wUpa5vVi5gbFWyGNp3EIOmgexh6D7ElQ6OvrTUGctDb51llW3PhphPwpskhNgAcAlyCP3R vOidEyuUoMhIJ2HOdAEXaPk6+liW3cmFG6uI4v9YjrAQ2ubQigGbEdqiDSNhjWxGstiA2Z nDba3DTHpucD0jYN86QDbb/NszwzghHU9Y+eXo2FVWt4ajddIABW8F12pHu2sBZIlPoIV4 Tuu/RSpRn/iN+V4ClJq3nJahVvulv9q07f7RYYJVTj8Z4giAHKN6/Md/l67h0TwA0z9Hc6 0KBnJMzhamqCHXaRYYQmVAvftphm7Jwpl6nO4vm+ebWyzH4vpsgOE6PAY/V8Dw== 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 4XVSyW0tjKzdXb for ; Fri, 18 Oct 2024 15:18:27 +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 49IFIQFQ044625 for ; Fri, 18 Oct 2024 15:18:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49IFIQ0k044623 for bugs@FreeBSD.org; Fri, 18 Oct 2024 15:18:26 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 282001] Inappropriate "BOOT LOADER IS TOO OLD" / missing initialization of bootprog_rev in lutils.c Date: Fri, 18 Oct 2024 15:18:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.4-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: imp@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282001 --- Comment #10 from Warner Losh --- (In reply to crahman from comment #9) > You could patch core.lua to remove the warning. That's a lot of work to remove a harmless warning that could be handled as = an errata. It's not relevant to stable/13, stable/14, nor main. A direct commit is easy, but then we have to write the EN, and do the administrative work to get it pushed out in a lot of places. All for removi= ng a warning that doesn't matter. That's the wrong approach. It's a lot of energy that the project should instead put towards making the actual updating of t= he ESP robust. There have been actual bugs, with actual hardware that cause pa= nics that haven't been ENs, so it seems like this is "jumping the line" in a big way. ENs should be simple and easy (and if they were I'd say go for it). But they aren't: they are difficult and have way too much overhead. Just my HO. We should just close this and move on. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 15:37:30 2024 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 4XVTNW2LQhz5ZMdY for ; Fri, 18 Oct 2024 15:37:31 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVTNW03yKz4f5D for ; Fri, 18 Oct 2024 15:37:31 +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=1729265851; 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=AfsA8taC0rZIIQTbUiTWygwsZVl5mRFk60GoHaXGisM=; b=ghv2epVz9tHYbfU+SGsC7505HicQN6fTIjA+UYOIGvy1V96MMJuDwAc/pihz892n+kgd7B 8MBQ5oK4Q0QRPCtE7t3WUZ1X5kuJ6YQM/vGTUhWojzRCS3+X9R+2IZIBMN8YbwnEOCgbIY 0Krmqd6ZyQO0t6k+etfMHCD+oyhIeUNdWY+IbtQFnfuJDLLVIwrhV6A8BmkVK0GuveaUBx br1nowjOhnG2fSd8dcuHMjT/hZyWX+FUxQ+rdgZDmLQSYuhYsEEvpKMO7utU8+c6vwl+1u 7E0k5yfO8o8kMu29ENuep2Pa84PUY4aTEGHwOOelTAN+DwarVEybRjbU2dJltg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729265851; a=rsa-sha256; cv=none; b=N9Fjb6ma9BTgSg3yuCV6xrU1oUTffaa9QiNslJuzrDj8I/1rdYhYz1fvKUR+4uc198Cbke OXC9BWAFCw/+rNs4X6i8iTS45mOe1u/5xP0LnprcxKMzVeeymNZt+e1W1RFz55nKfNdwgy WTxUmL30Be3bbJqBz447lfthy/FYuY7MGAtdL1LhkLPjBMGHRyY/wrG06m8BIC50ZmI+kJ SyhreH7p4LQIbDVjOg5ZKZE35sqnROAYBOnO5BROBWr1K1IYesn4ij6aE7s8lyXVGdFWgw OhFmcXhsvHLA5Ou90oAkdhwVUa3M0lkWrLvIqM1GUbbXuFTmbQogmArn3Zt+tg== 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 4XVTNV6ZGbzfnM for ; Fri, 18 Oct 2024 15:37:30 +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 49IFbU6Y076724 for ; Fri, 18 Oct 2024 15:37:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49IFbUIY076723 for bugs@FreeBSD.org; Fri, 18 Oct 2024 15:37:30 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 282001] Inappropriate "BOOT LOADER IS TOO OLD" / missing initialization of bootprog_rev in lutils.c Date: Fri, 18 Oct 2024 15:37:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.4-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282001 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|In Progress |Closed --- Comment #11 from Mark Johnston --- With 13.5 coming soon, I'm ok with simply closing this. > so it seems like this is "jumping the line" in a big way I don't really agree - we (secteam) release ENs for issues which generate a= lot of bug reports, or if a bug is particularly severe somehow. It's mostly contingent on someone filling out the EN template and submitting it to sect= eam. We rarely reject ENs unless they truly seem trivial or the associated patc= h is too risky. In this case, there are some technical reasons for not releasing an EN, but= if not for that, based on past experience I think we would go ahead with it. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 15:53:06 2024 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 4XVTkW2vW8z5ZNRJ for ; Fri, 18 Oct 2024 15:53:07 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVTkV5Rtwz4gC1 for ; Fri, 18 Oct 2024 15:53: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=1729266786; 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=RPXyyS9zsr6t9cwJPLJQ0Wx0/luxUpj80pdXTcGPYeg=; b=aiFI7R8JyiBshuw59lYFaymzbw/q8hRiSAKY+TadN6Mp0ZT6B6CnbM1GdMUs4bEDts2Cnz KWVOREtoNLM5PkLEwN139uZybcQtL3ruZl52K5YSqTgKwN3cWKw1NuwD6ROdz80DCQWMHd PThkQoZSTgCffyg8Ob36OvIe8lA1jqA+y6+ji8BPpsMKoq2NNT5B3b8Bq6fdZZ4h+0k0hQ QXRSmCuw2+KeIvAFk6QrdGqjG+bJ05X7/h1d1130HjokB2GvFicBTW/6H0/Q5f94JrYNDT FpnufIE88XE6qVByy/IubD/8CRoAwDGSzcNULSBMo+DxN42UheBXtKt7nUYT9Q== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729266786; a=rsa-sha256; cv=none; b=sf+2jRRw1UxiQRNo4ZyrtE0gOBLYFk0UWrPZgYXan/JtqGfo7d6ipw9knCeLieFcrjtJc6 BRJ5YAhNKzQbGSOVuYOYRjFRG89ZZafFuVrW3rg1HOKdKNBahD8GEfQKzk4hiB7oqm4Xu7 9SIx2CEWWQCF3dzguF50Y8rTmt3YHiV9m8/vglrjyRsqiZ1gUX61ZDDS7G8cgJ1i5rYTz1 c94ah7Ftf6ytGPP25gd9I5CxloSto3yDfHBVHlwz+pjEBsFP6JANcvEhG8hGYV1ixz/Dhc P4E/oGasz4lHLrS2bkNYAcbHvavxo2xhx5ZljgVOpAk4ShOlSQGXFh4bciK3Iw== 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 4XVTkV4zn2zgVc for ; Fri, 18 Oct 2024 15:53: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 49IFr65o002525 for ; Fri, 18 Oct 2024 15:53:06 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49IFr6tE002523 for bugs@FreeBSD.org; Fri, 18 Oct 2024 15:53:06 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 281541] rpcinfo: format of argument to -a flag is undocumented Date: Fri, 18 Oct 2024 15:53:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jpb@jimby.name X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281541 --- Comment #8 from Jim B. --- Created attachment 254337 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D254337&action= =3Dedit git diff for rpcinfo.8 Here is a git diff usr.bin/rpcinfo/rpcinfo.8 I decided to leave the text about the hexadecimal address in because without it, it is not at all obvious how the discussion of host 192.168.1.125 port = 5665 gets turned into uaddr 192.168.1.125.22.33. I'll get this up to Phabricator for everyone else to review. Jim B. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 16:09:49 2024 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 4XVV5p55Ggz5ZNtp for ; Fri, 18 Oct 2024 16:09:50 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVV5p33ZHz4hvy for ; Fri, 18 Oct 2024 16:09:50 +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=1729267790; 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=querULah6QdUCkVQn4wUB7z8sSfPRph80SmshHpoTPM=; b=VkXoYsa4oqsB8KoAO0IoNMLxX9X8luy0D14npbXiKMAhwF2uTcLUm/I2eeR9QL+qr83MAe iOlG8IsakZrmTi8oKUvs+j1i7KWefkvvZqKUWJfBZUU2DUtM74hrGd7QfEoffslyyHx/mX mvumc6u1YLWoVH50k9nouEa5Bei5xM2HpIeclx3qj1xnSvMgRfW28Iovtqh3hpmOvCmWR4 h12jqRd17//MjQJryJy/LJuNp0k8Qam+YbZerck6XMl/1JFd3fb8er9vOm8iAC45aiGF7l tqVYKqNBogySoMZx/BHuZTBaCBmyQfibL5lpiS3NU9UudaK38N5J9R2cenny0g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729267790; a=rsa-sha256; cv=none; b=igU+wtDHaCPsrQyLknkglSdl4fMLkSBILgB1KXvguoLwvkQAL9kLPDYWSTh6Gb+w2MEWDl CbXs0rcJ2FoV/Pt+xVm7TRZMNg3MFYMK/aCQmJ112zBWM1R3Gq4vnQY6MGtBBe2pIHjauG pDvYqWdQaGwGoDgSo0ngSwZrc9qbZvzhKNJ35fDTWw7/EdNpWCgEgdL/N3hdwzZGbao4bR Rol87veg+5E77ms911LByoK8HUo9hZP+pE/ngdg3j8eM8pFLfZaac9pTuKY9QD9JrTQ42I Okxk+ZlUYfXigw3mk8a8XkqlYA5cf/A93bbH2OLwz0B8Y3rosS4ExF/NovfLlg== 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 4XVV5p2gRbzgZX for ; Fri, 18 Oct 2024 16:09:50 +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 49IG9oeA024705 for ; Fri, 18 Oct 2024 16:09:50 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49IG9oQ2024704 for bugs@FreeBSD.org; Fri, 18 Oct 2024 16:09:50 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 271768] panic: _sx_xlock_hard: recursed on non-recursive sx iflib ctx lock @ /usr/src/sys/net/iflib.c:2582 Date: Fri, 18 Oct 2024 16:09:49 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: crash, iflib X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D271768 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |asomers@FreeBSD.org --- Comment #9 from Mark Johnston --- *** Bug 271270 has been marked as a duplicate of this bug. *** --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 16:20:59 2024 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 4XVVLg5Mzjz5ZPZB for ; Fri, 18 Oct 2024 16:20:59 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVVLg3Wgkz4k0h for ; Fri, 18 Oct 2024 16:20:59 +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=1729268459; 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; bh=rnL8lfIUoMTTF4lzVvhOxc+oJqMBZvJgbDStQS1X9PU=; b=xDynmykiGFZXbt9q85esPksZQ8p9P9MZUA861R3yh2Kq/IL//bJVD2kD2qA0pC9zUg6qVC esaoGQXqtq6lQ02M72FES/3QZ7CgQflzsKtccbZeXf8QRaZMvg66cqP4wMkFPR2NzTUrfX mm1AGnG+bjp//K+koqfuWAQsp38wVrkbkpQmvAK9p+tD6U1bjQ3nEONsYqrUSItTqMN/kN Hw3IddoiWFacBHGgIF8qAR6mj9OuHg9FtvxysENwVdTVzC/mpjjV+LCQqFrCH+b4itLz5E h/6Ht2W+LPNUZnJnLRSXToAT4zOeQ6JgmxImhFnmKj5IYlR2WkLbcvroJr6IuA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729268459; a=rsa-sha256; cv=none; b=h3wx/QZcKZ2xDFJOnSZpxkQ1ytbY3Ryl7RieZdNdcYEIhLjNq3MD5lZSSh8BjMZGYUjj6h mme6G+2UYrF+UAHzb1lw4b50DG0Vsmot5IPZJaJNhibQ4VXrrACcEQ6iNseM3flLK5b/B1 0yvGeFKCztSJ3iWnXU9iFdOKFKPhdcfFjCQptpLhKBTBPyk9KZT+iwlqHeRH7M9nJ4A4+/ 3dAh4eIOBzxPiD67kvxqhl94g+9Vv1vhR63OyKD6qH+F6ieKQy/FrmILxJlN4NpMBaVtFj Z8/3q7HXSREFgPB325UkJ+o5wEM8fBMsHvDTrsgVEhtzoDvUK7lMYbZcvLp3Tg== 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 4XVVLg30k8zgst for ; Fri, 18 Oct 2024 16:20:59 +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 49IGKxJC048480 for ; Fri, 18 Oct 2024 16:20:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49IGKxcA048479 for bugs@FreeBSD.org; Fri, 18 Oct 2024 16:20:59 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 282180] '... | ... configuration_file: No such file or directory | ...' Date: Fri, 18 Oct 2024 16:20:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tzxzan+cqw8r63qtfb5g@sharklasers.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc Message-ID: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282180 Bug ID: 282180 Summary: '... | ... configuration_file: No such file or directory | ...' Product: Documentation Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Manual Pages Assignee: bugs@FreeBSD.org Reporter: tzxzan+cqw8r63qtfb5g@sharklasers.com CC: doc@FreeBSD.org root@:/media # make nfs_tftp_servers usr/sbin/inetd configuration_file ... Sep 30 09:57:18 inetd[650]: configuration_file: No such file or directory ... --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 16:21:16 2024 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 4XVVM05HfMz5ZQ0K for ; Fri, 18 Oct 2024 16:21:16 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVVM02Xvyz4kkL for ; Fri, 18 Oct 2024 16:21:16 +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=1729268476; 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=nB9OkIN+2Dxc+EUoacqI2JLIKDDX/IfwO4TxSofFzdo=; b=wSeNUAW/yXy8w71v3BGZMjb4CJP/Q9L2VMJTSTsVAqXlJhcWfE27EIhxCUB/VQwbMEJ1mY Vgzq4TsmxzOOTs4nyZrzJ8wkJXeUzJfaW88QG+4rYu9GXdcCrQaogNwYfowPsudJew9xi/ 8M/2k7IYCo8Xis37+f51w7grmXyONoMYcFgpyT/MGvqsCw/pLFl9QtGObkW/YZezls7T5K 3D/TGIsSkQ0nAfKCHLa8a9/ow2ELwleXVCp1SvJgy3lhZ2cg6tkedSkldNtwvhJ5k+iWc8 6bZfkTQh+DpM42X9R7A2VA+BJktwqqpyEtUgvtBtLdRx8Tv3uzK7nc3AB1MoBQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729268476; a=rsa-sha256; cv=none; b=sZJs2PTrlLIu3LKi4x3hOOtKND2VGzBHI+npvp1cRwRyHx53vlRFibZ8EhLtSYuBXFh9L4 FyjMRyPxv0i/f5UJ5g0z7Q4Hm9unSzLD4fsG9Dz7IMjjhsFg6sgB4AIigc7lgxRLpkpgg6 bRv1wumA7RHHFwMQxQX/DskfQ8+/WLAQq6jUHrrCxkFGhViKmQz7uxLrI8WmFDl86K8+ui 54nAkYgfLCZKScIUjZNaNmoT8WXXfIH1wSCq0IjVMjgMH9026ej84GE2JF3+unm235R20K yudeayfB+hCPGS8KqaMTO81s3GylWDrLvKUN0EY07bTnoOaUKjFfJ0N4PxIBfA== 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 4XVVM028n6zgmr for ; Fri, 18 Oct 2024 16:21:16 +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 49IGLGP2051333 for ; Fri, 18 Oct 2024 16:21:16 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49IGLG3Y051332 for bugs@FreeBSD.org; Fri, 18 Oct 2024 16:21:16 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 282180] '... | ... configuration_file: No such file or directory | ...' Date: Fri, 18 Oct 2024 16:21:16 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tzxzan+cqw8r63qtfb5g@sharklasers.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282180 --- Comment #1 from tzxzan+cqw8r63qtfb5g@sharklasers.com --- https://man.netbsd.org/inetd.8 --- ... Upon execution, inetd reads its configuration information from a confi= gu- ration file which, by default, is /etc/inetd.conf. The path given for this configuration file must be absolute, unless the -d option is also given on the command line. ... --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 16:22:58 2024 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 4XVVNz06c4z5ZPVm for ; Fri, 18 Oct 2024 16:22:59 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVVNy4Zz7z4m68 for ; Fri, 18 Oct 2024 16:22:58 +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=1729268578; 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=eUSz1BN45689UnKtN1PqRYRrBG8L8FbOn/Zif65ClCo=; b=NrWvwBgW+6f+/Bx1LH5s3bjVktRbDdDG3mG+nUtaRuJeV73BlAS38YLDRAPiLr4ZUJPZCZ yeKj30eJ3cjK6LR6VhrnXmDldcWbd7oGavzMN1CGM6jxsk6D6zuu7uG6pZWNp4D9L8P2Tf O33zjCtKACv4ArAsLf11O1g74hoeU7p0/wgvp42FOFL2Kb4jmGWGddxvMuo3ny42zKp5Qd hmPDL9oSrlby+OC03HcCdk/IU+JsF4qO3G/iADvriZXeeatdH7/bWrml8TjQwhItwcryCR //Su8aKO/NYjKtv2s8wdFlYzc4+TBYqKGHN4E0qqb2az3kEdqVuYsAVIDb1/CA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729268578; a=rsa-sha256; cv=none; b=PLbkKwbX4Y/HQpKU1MrRVBgtKzMovfVwe1cTO/ywFjaJyIGiXqEQ4Si1ykvBI79+7KxZyx 9FaeCPe0ICuB5kmiN0dBHNzic1c/xi4kBNxc33cauKJYFgBVfAwKWYXR4Ia4LtDIjlwz4H MwrA0JkddwtCW+rVK+HMEeB/Lv1E2O6teWcR7+zEpECpLybGt0EOf1YOYH6FDEhTVHhpiz mwTWK5F+sVa/T/5zGHFNID/tAbu/YSznGl6/MFG/Hdkma+2FfDWHfM1CIqB5airoLQB8X2 yLDJt96wIFmnd4ajqW+FZuo/JnzXkBwlT845huFck3WXtOyZB1oq/dkfvkZHWA== 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 4XVVNy4B6fzh3K for ; Fri, 18 Oct 2024 16:22:58 +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 49IGMw1D056408 for ; Fri, 18 Oct 2024 16:22:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49IGMwQC056407 for bugs@FreeBSD.org; Fri, 18 Oct 2024 16:22:58 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 282180] '... | ... configuration_file: No such file or directory | ...' Date: Fri, 18 Oct 2024 16:22:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tzxzan+cqw8r63qtfb5g@sharklasers.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282180 --- Comment #2 from tzxzan+cqw8r63qtfb5g@sharklasers.com --- One could mention also in the FreeBSD manual page that the configuration fi= le for 'inetd' must be given on the command line with absolute path, like it is explicitly mentioned in the NetBSD manual page. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 18:21:09 2024 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 4XVY1K6nq1z5ZX6r for ; Fri, 18 Oct 2024 18:21:09 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVY1K2r8Xz41sr for ; Fri, 18 Oct 2024 18:21:09 +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=1729275669; 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=aWX7Fm1oRvDZA3C7KPnByYm/GxW2zJ38/g4A11uB7Zc=; b=VXzeVrKhkSBu7lry62ilKGbzSzCxojgD+PXDnOQDQf/qF+3jcwpa9rhczXXi0SPNsVbs7l egVkO6HQNG6b/rJ9VFw2xQRuIPvCKElWSUp6+k2GRXbB8L6c9boBzB2dYuhs5KR01w6cvG Ikz2WJuGM1qhI49sUH7p6RnB0IhS7U6I/lWh9yTLW/roIAdTgFB8wx4CRHxli7dSH6gaXi kyt0qxKJf1zuBUy/Ip2eI8L05z1CONkhaDo3Httq34FyyZm/eCnJHaU5MFTGEm5xSQ2tNG wue2c4N6DiKgqEq9xBJYwcqBgQ8/Ph61XkdSAaz2I41vrJqE6/W1rkKteVeDCA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729275669; a=rsa-sha256; cv=none; b=r8B9aAr5e4x+t2pn2nPmIW8dDPysy4QVUPy+pX+odky201yg+A1gpXzvMvVm+hDSXCtxmu KGjDZZ8b2FdBjmPEt02d2/S7T3w8NRX57pMPLSiYKf3stVnHWY4tu3ZeS1EwbFg4JXIaUs D7Wd0k08dbx9Xb1Inq4V5h/kwT1bAZWfY86AOKSkkumAJX2iyQSP/Nyv2VbFko2t3ULAVm w+rKkXfpDIhT1I3fFaT7lAKYpXrjghchH1ZtlklSuD2TmofCRoKDhlBmUCU6IlPUI6d2ew 4pgtaZB6QcZCQOD04M4WvXtk5iTBdY21V2lkaTM5gEPJuXgiP6OlrnnimN/MWQ== 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 4XVY1K2Sgyzkvn for ; Fri, 18 Oct 2024 18:21:09 +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 49IIL9xr033515 for ; Fri, 18 Oct 2024 18:21:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49IIL9g2033514 for bugs@FreeBSD.org; Fri, 18 Oct 2024 18:21:09 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 282180] '... | ... configuration_file: No such file or directory | ...' Date: Fri, 18 Oct 2024 18:21:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: jpb@jimby.name 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282180 Jim B. changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jpb@jimby.name --- Comment #3 from Jim B. --- (In reply to tzxzan+cqw8r63qtfb5g from comment #0) It's not clear to me exactly what change in what file you are trying fix. Is there a document reference you can provide? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 18:23:38 2024 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 4XVY4C1hZSz5ZXK8 for ; Fri, 18 Oct 2024 18:23:39 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVY4B59Cyz42KM for ; Fri, 18 Oct 2024 18:23:38 +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=1729275818; 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=gPHP7w6z51kz4w9zor+twFIC/63pHdk0f5SZ8riz1aQ=; b=wcmgBwwh8SQM5kdbmZc6MO55zlnfm530n+vT2M66DaiyeWnQESATYx3YBrLqkSnOBG7/nF xkO793pZFIVwRQPunbnUCggvc8jSND0fSy/G4ChtC2QXJE/w2udAkTY8kdV3fueSIQieUq FQKr2f2UaU9VjXv5C6RYlQ0ZDOJvfmrSZPeR8/GFHjLI6/gR5kHYZAxcLu7KZfo3JI8FeB WEU4hp4ac5dkl1OFAOVVs1CkfXQd1lvNcZ5OkKWVKebnJCwBj9O9hdX2xTlaluD4luG89C jzIhd4DD0ijhhPyo6R0f1dUNLTWRbkNJmhxyh438kjUv1D5A0/8b5nNMBFLiPA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729275818; a=rsa-sha256; cv=none; b=qHNI8y2P2MwzD9nHvJkUFkWNw/x9XJUbgUz8OBccjV2jF0VVi6cZDLKJvKTrcKWMZYMhQz SIx8Rv+n/Dwy5l5ZxQ7fRNy3OSZy3Vgf6L1iLybH9ycDKapnigiA5bakh5xGOYU68S7NoG PS4RunrEa9teIH6d+3tqxn3a5GDoq+Z4hsVH+UDhctbm5qFVw62U8784qq50K6BoJLykk7 48257QrDDAEx0evQh3ZvCy5fkDvFfaW6q5Jc87aojMUAEKgOyY0Axj3bQw3k4FSaZy/Jh1 Liyu0/D+WyWydLGb3LHZesRnhcqBUnWgjIHoD+Alc8oxvk5FOvaanlDuwzOsyg== 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 4XVY4B4nCszlK1 for ; Fri, 18 Oct 2024 18:23:38 +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 49IINcpR041013 for ; Fri, 18 Oct 2024 18:23:38 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49IINcLb041012 for bugs@FreeBSD.org; Fri, 18 Oct 2024 18:23:38 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 279203] killpg(): Forking fast leads to livelock Date: Fri, 18 Oct 2024 18:23:38 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.3-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kib@FreeBSD.org X-Bugzilla-Flags: mfc-stable13? needs_errata? X-Bugzilla-Changed-Fields: cc bug_status assigned_to resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D279203 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |markj@FreeBSD.org Status|New |Closed Assignee|bugs@FreeBSD.org |kib@FreeBSD.org Resolution|--- |FIXED --- Comment #3 from Mark Johnston --- I believe this is addressed on all branches after FreeBSD-EN-24:12.killpg. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 18:56:29 2024 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 4XVYp52TCfz5YpnR for ; Fri, 18 Oct 2024 18:56:29 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVYp51Dz5z450L for ; Fri, 18 Oct 2024 18:56:29 +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=1729277789; 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=TTbxZzEHS8plojULvjZeP7Q6Pzx+7AUwB7qnWlNUJzQ=; b=dHQJ8r92+DpKaOcK7MzABMsUx/lJzfx/6U8jm17wkZA1V3cTthXJacaif13eJQaWocOXgi QrvFbgetTFvdWeDq9s8NWYYWCPH2YKuOmX9LxklbZtEahJZ5ksx6/zfPTC925OmqcfopYF RIOQFHwjpymIzuWlaAioZqrhJywNWDR2OD55M61K5g/bzUSD5aPL7F34WZMJtfgM2H4Kml UfP4ACuX4b5QZ6NbVbXN9l2pdetl27+cDMotZYsDjS0ps945XO89oSvc8K+yxrcaPzn8Os 7na9GFL3Hb7m8uQ7/JwR1MNce/Vr3UCLSSLqicW36kvGtNCg7+fNTO9C2QwaYA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729277789; a=rsa-sha256; cv=none; b=f/Hn3aUWPYcVy6lR2qLW5LCQcPCg4ldSN8GS2pe4iYAFmfXYEj/Z0DFBRiCxTCPyBEFdZj z8oiTNeF83Sh+DYFTZSopjB9JBli/Gnt1Aadinv06+xD5prPPW4vh4/HnPd9zYmdQHiMfu VdLVaps+g9c9m2wxM2N/ei5LiNzYR0G4zgS2EqBRJYhqnyyAmDiOj4fgrDAOXpZm0xyp+q 6gqn6qNSmAIu8t9KFOumB4ctvmHuKY2gysz1ckIVlabBxRg65zFR5BPCekG3QLcFLWyHG+ 8RCUhAsg+gyFqjK8LPzOtBQK9T6DzswoasnUFRYF7c97NE5fAMnNNBhDMOTQEQ== 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 4XVYp50YqnzlmB for ; Fri, 18 Oct 2024 18:56:29 +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 49IIuSbY085875 for ; Fri, 18 Oct 2024 18:56:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49IIuSA9085874 for bugs@FreeBSD.org; Fri, 18 Oct 2024 18:56:28 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 282180] '... | ... configuration_file: No such file or directory | ...' Date: Fri, 18 Oct 2024 18:56:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tzxzan+cqw8r63qtfb5g@sharklasers.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282180 --- Comment #4 from tzxzan+cqw8r63qtfb5g@sharklasers.com --- https://man.freebsd.org/cgi/man.cgi?query=3Dinetd&apropos=3D0&sektion=3D0&m= anpath=3DFreeBSD+14.1-RELEASE+and+Ports&arch=3Ddefault&format=3Dhtml --- ... Upon execution, inetd reads its configuration information from a c= on- figuration file which, by default, is /etc/inetd.conf. There must = be an entry for each field of the configuration file, with entries = for each field separated by a tab or a space. Comments are denoted by= a "#" at the beginning of a line. There must be an entry for each fie= ld. The fields of the configuration file are as follows: ... --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 18:56:58 2024 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 4XVYpg16VFz5Yphp for ; Fri, 18 Oct 2024 18:56:59 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVYpf5wDWz45Ly for ; Fri, 18 Oct 2024 18:56:58 +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=1729277818; 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=lOixlCTkTvehLqYqFppI3PDhW6SHdPxPf2YvQSmsa8Q=; b=Qg8RQOc+vdd098wx8Qj4XWgLqzKmanfpMhIc+Qpug8RPtJtFQYQhMKIbU6f6oSs6ppO7Y7 egpOYfsWWIEtlfgY9kukRCBj1nEob6oQ+3wFfgPLzsR+/0eu/nd5i3beL3s6OQ3/c0g4mS 6revi+LTz+uSaCngiXT2bQo9OOS67P4u+iy5hkbyZFP9NkC3UUJSsGLjxCr2wq3MutrMkr fOp+sKjH8LQr/TURu4YZAOSHYqfvmZaLBT3qngl6ve+d8JOlY+POIzvG8ZXioD7PtUCGBV qUKOFTj1P7d9ex2iZTz+ZUP6bju+tj5prvwEUsyVqb6NtkGE/tXUAvXtXG+Zfg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729277818; a=rsa-sha256; cv=none; b=KNNH48mK7tDwBHcE26a97ua8MZOBovvDSy4GYtqE0m20K9IOj5C66b3+FcZB7FIH5IGZPo H6ow14ofMrxiuB4ubkyvILjpL0IZthNQ0+G1fVOepiAqzO6vLBL95LepzUNhS8V+1oBQ/1 W/0Peo3eaALI0G5ekV3eFev5yeUaLw1XKVatDfOsxdTSt6WjRhDUxN81oUE/hwug54kLNU 0K+PEgip5rNVewiagJVvd48wKAWicuDjrsQguc/Ca0kmiKSd+Cqrc56QYMNbZm2rnuy7oo MwDXanBzrX346KnigyUTEEIMloEnHY0B6u/lcJ/6KGKWkh6DBTZS+doCcZ9gWg== 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 4XVYpf4VWHzlmC for ; Fri, 18 Oct 2024 18:56:58 +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 49IIuwGM086112 for ; Fri, 18 Oct 2024 18:56:58 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49IIuwnL086111 for bugs@FreeBSD.org; Fri, 18 Oct 2024 18:56:58 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 282169] zfs rename deadlock with mountd, df & fstat (and possibly others) Date: Fri, 18 Oct 2024 18:56:58 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 13.4-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: fs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: assigned_to 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282169 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |fs@FreeBSD.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 18:59:22 2024 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 4XVYsQ6T8Sz5Yq9p for ; Fri, 18 Oct 2024 18:59:22 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVYsQ3DTFz46Yq for ; Fri, 18 Oct 2024 18:59:22 +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=1729277962; 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=/kd/35swMxHJyEIp/OEVxLSziK7Vw1EVlSBVwdzher0=; b=KE1YWEupgWCCjThhFofBQL/ClBhhzC9tqVUF8wyYx6VRuN5DnmzrH8oYB0zZE25U2636os qsJUPSWbxCl3oa24Q2Z0FhWkf+fg5525sfxTv6UsU3THP8juN+pO2Toi0p54eXaxyko1/N QwrJ6aoFxcK3IoKonll6azMKr9MNt9ryzY3cgaA94/uNyDaYQuQ0+irQUlnzssS17idBq5 c6H5ckXiQ6oNJhdcUxkjbebzVyRtGwyUfYNA76hcwREVU/XWA8hKeClZvPeX10JczA3m1d M++SOp3nsJGXC0e3VkCFsah8/I6p1iQAzjjJdkkP+OzwZIUK4ZEqRLTrr2rhjQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729277962; a=rsa-sha256; cv=none; b=QxZ3HFEvHxmYftoOL2VNtIczdQcETqltbVLVmdBazR9WZIDfWvV9GM98fBg8Cpd9BQGKbh O66PhY/+G2l7xc78wfKWtHMrkmKWTLCqyWx8w7XlbH+qfGkRfFN8RFOWRyukjt3BD32Dkv hGVjlzGAlEgE0I7phNqqmLHwpvnJc+wmjWmz/wjlSXP3LPUPUJCslzpryXd73o8msV8gr+ yyIubEg//hnuX+twMj0VEnFFIlrwhimGV9x5CDyGuwbvcXZcvhfgxSiGT1hmQqkGQ27hXK hafgNEY/b1oI5YzsXZBoohDF+XWfIAp5HYcbprE69R/appHWfgJ0L06y23jbCQ== 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 4XVYsQ2d37zlrd for ; Fri, 18 Oct 2024 18:59:22 +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 49IIxMpK087412 for ; Fri, 18 Oct 2024 18:59:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49IIxMFZ087411 for bugs@FreeBSD.org; Fri, 18 Oct 2024 18:59:22 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 282180] '... | ... configuration_file: No such file or directory | ...' Date: Fri, 18 Oct 2024 18:59:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: tzxzan+cqw8r63qtfb5g@sharklasers.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282180 --- Comment #5 from tzxzan+cqw8r63qtfb5g@sharklasers.com --- The sentence from NetBSD manual page apparently applies also to FreeBSD: 'The path given for this configuration file must be absolute, unless the -d option is also given on the command line.' I was getting an error giving a file name in the current directory (relative path) when started 'inetd' from the command line, hence I looked up the different manual pages and spot this difference. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 19:05:30 2024 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 4XVZ0W0HBBz5Yq8n for ; Fri, 18 Oct 2024 19:05:31 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVZ0V3Db3z47qx for ; Fri, 18 Oct 2024 19:05:30 +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=1729278330; 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=DrpeGyHef3mr9PwXBf4+B18eootJgR38OKqyUXJKys0=; b=nVZMHUum5/SS7UsTf9KbLcwhuQQMvsXsqHUtSsPA5nsb08UVOMuxzjbPlUAJGU5mKG6bPA 3ivqMcXNMC4/Qo11IvAGjAShb9oLCOHuZUwkkOScsXxrho8TSFo/pTWHoshwMNJRdqZwAX JNsbTUGgPIbtLb7ULRo+ALaFdUx7PPQ2peV4XMFyYgMnEdx17FSPa1Cth28jSu6IEwJgdV n193tWVJn7lD3PUVDZMv4dYrt/X8s4ZiSwK3CnAX4E5SfOHEsWvoPrm9bw38eslzsLYte4 mt/nkcRlODxImQ8MmS5a/MMjRwgw/Fczwn9nLve0QCuj++zqvIF/UT2itzYxBQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729278330; a=rsa-sha256; cv=none; b=Bz/Ph4NWZJ0aaz9bvhC2ed4lqNZxfKBEdhCLNOsG7NhVYHHUPPs9z4NB76UaCAvnKTcacd BlXo0vXpYwSp3BNSJJk45+qAfE65iYHDSmps9ahChaaCZQXWkgqdhVIugLdr4aITA/C7Sp 8u/W83fblCbeY1bCd6VSVdUcA03Usqjb5Talzmu35E50hcWVfDCIGdeU6KNIKzG0gEgIQT iFJU8pEhTVt/RUmAzTR5wcKMt1KSDtIqos6L23FT+MtEDJ56SBKHBUOQFEAmIJwI5x43rj mVpQgwppsLwpGXsPDFzOsGQmNTIhVu7eChMj75ddsbxgP8ebimru8aq0m66Nkw== 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 4XVZ0V2cHNzm4q for ; Fri, 18 Oct 2024 19:05:30 +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 49IJ5UV9001452 for ; Fri, 18 Oct 2024 19:05:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49IJ5UjD001451 for bugs@FreeBSD.org; Fri, 18 Oct 2024 19:05:30 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 282180] inetd: configuration_file: No such file or directory Date: Fri, 18 Oct 2024 19:05:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@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: short_desc 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282180 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|'... | ... |inetd: configuration_file: |configuration_file: No such |No such file or directory |file or directory | ...' | --- Comment #6 from Mark Linimon --- ^Triage: fix up Summary. In the future please just give us the text of the error message without the markup. With the markup it makes lists of PRs confusing. Thanks. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 20:17:21 2024 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 4XVbbP5Q7Rz5Ythd for ; Fri, 18 Oct 2024 20:17:21 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVbbP3Pkdz4Fwv for ; Fri, 18 Oct 2024 20:17:21 +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=1729282641; 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; bh=FDsK1v7iRqtpoOU/orWr6s/OjTvw/6GzkV4qNcxsoXM=; b=YuzwosAE2PSYfbHCJPuBl/izYFJ4XXUL0PNEv2C8miZfrdY3nWuxz1r7q1/tT4tOB5GZnr 3Tc9SwAbkfL1CKLuG4Qoarm/QIDPYlch76xrTt6jVbp8+y5scq6w9F/ZYVUCnmzx+lFLAb +mYBIeU77Y5835hg8G3GaOG6BrZynWRQHccYqQacDKZT/JBp2LDYDvGEvVRfFP3rVkbCdq wWHtF9rUbKv9X57J9SHcoPAz5kSf1n1yE7h8rB3AuUY0hHkgErgv6jNVHdJGLKKn0r+Nzb /dtudmqzGtYD1IK9CrX7+rja/bd7DOFUBzXahBWKWaUDG3zsJ/3l1P+tlqL09g== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729282641; a=rsa-sha256; cv=none; b=qgT2tc9QEIRNcSrAvQA/W+LUq4nvTQF2MCvbJioZ83pj/+h1sPZWtoEN2ZK7d74sntc8kz nDW3noAkJYvkTWsTx5vCo9CrjEaTV67tcM6h4gzzlBfS/xHT9zPpFvjxkhzMWpf2z4uvFX 2xT9QqjOM9G/P3OENdE7AJNp/gkbto66wPLH9NxLxp4l1TLS7Sd1uSyx9zLSlqLbCM5l2Z jOeVj0evuHKlx+FwbjR77hyZqyvWCh8Gy0Lx0wLlbNtHPApFgggLks3j6mFkYMU2JjKAOb qP0EFAMs+YZLYHyOksMWw6MXx5s1A7Q009w5dsGUSFR2yNuS6AhzSf6HCRtsrw== 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 4XVbbP2vMNzp1y for ; Fri, 18 Oct 2024 20:17:21 +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 49IKHL6H018007 for ; Fri, 18 Oct 2024 20:17:21 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49IKHLp9018006 for bugs@FreeBSD.org; Fri, 18 Oct 2024 20:17:21 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 282184] Installer fails to create bootable system Date: Fri, 18 Oct 2024 20:17:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: net@arrishq.net X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282184 Bug ID: 282184 Summary: Installer fails to create bootable system Product: Base System Version: 14.1-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Some People Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: net@arrishq.net First maybe the data. Given is a random amd64 system that uses MBR as parti= tion layout. FreeBSD 14 and 14.1 get installed into a BSD slice, e.g. /dev/ada0s2 and on partition /dev/ada0s1 another system is installed, e.g. Windows / OpenBSD ... Running the installer and choosing /dev/ada0s2 to create a "BSD" partition, then s2a, s2b and so on for storing data, the installation runs through. Once done and rebooting, the system hangs and doesn't boot the fresh instal= led FreeBSD. Switching to use the loader of the other installed system, e.g. Windows ... and adding FreeBSD by create a single MBR file (created by dd if=3D/dev/ada0s2 of=3Dfreebsd.mbr bs=3D512 count=3D1 or dd if=3D/dev/ada0s2a of=3Dfreebsd.mbr bs=3D512 count=3D1) doesn't work either. Booting from installation media, escaping to loader prompt and setting "vfs.root.mountfrom=3Dufs:/dev/ada0s2a" the system boots. Out of fun trying to grab an old FreeBSD 10 installation doing the exact sa= me process, the boot process works fine without any problems. $USER is aware everyone moves along with gpart and GPT partitions, recommen= ding to reinstall everything and choose GPT doesn't solve the problem. The whole process has been reproduced on 2 different (physical) systems. Basically MBR partition layout, install into a BSD partition, no booting possible. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 20:23:06 2024 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 4XVbk263ysz5Yv82 for ; Fri, 18 Oct 2024 20:23: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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVbk251SJz4HFt for ; Fri, 18 Oct 2024 20:23: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=1729282986; 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=Rwosl2G+tUxg0rdVHgAuT2Et6V9v63RvR26xk0dZKJI=; b=CqqepkCzYm/tyeKtHTmGq7irFOQpWwjsWhhVGJevXW+0wDwI1R1S6kc1U2xJOgVT6vwsRJ Hm9bcudX7Hd9K7hHGBAgC/Lrblpta+ViqpmT6xdKr97v+L1FDhHb5DV+llMxdYmzl00mQM oWDisEeL4xULLBQlP7ep4eBAudvz+R6+g9W7Eb2fqnidWxfBRmb+ph46rqsgRGiIy5/iVw zbs+LnbY9R0AUduzLo0wWl6YH8JpEOPYixi3YP5JeVlNOhjd/HHaviZZL2xORspJF4oTVG JJgtAlYlA8onTjrsT5CRMqAeywz9liHNZUMvVpUK07lG9U/aTB3lFeRk6K5Atw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729282986; a=rsa-sha256; cv=none; b=BWM9U4KfOGu+E8guCJD+O9Fue3KC1+q9qfbVj20Wc4Pq2Y0oXVeA7OdHHn2mo2uvV5n8kS W0YjJt5XxHX97PZnaCXSPecCfQg4RKZ8ZnWNnx4EkxemnCGKi50G3fQqqPAGlckzvOHMey o9Qsvlj4ZRHURc9k0ffIswmG4ArmZ9/1t5WoAUK7gwD2N9uEblX8uwYBQ33vY5JQBYcjSk vRLHlpf4+GJ3VHDw0vY/KzjIlZqMQy94r5FeCArjymp7R260lX6hP5pkQD5gkBRotc2pmV L3Bs+XImE0znhRsYnxCfqknwaHY0A7jDTu9Ts+hYsJEQwObsSMT1BGKhCq8ijA== 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 4XVbk24RMHzpD2 for ; Fri, 18 Oct 2024 20:23: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 49IKN6ew029430 for ; Fri, 18 Oct 2024 20:23:06 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49IKN6sP029429 for bugs@FreeBSD.org; Fri, 18 Oct 2024 20:23:06 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 280846] Low memory freezes / OOM: a thread waited too long to allocate a page Date: Fri, 18 Oct 2024 20:23:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: henrichhartzer@tuta.io X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280846 --- Comment #42 from Henrich Hartzer --- I think the accounting bug may be fixed with these patches! I opened a Google Street View tab in Firefox and really noticed it chew thr= ough the memory. But at least it appears to all be accounted for. Mem: 10M Active, 27M Inact, 5964M Laundry, 1572M Wired, 774M Buf, 241M Free And if you're curious, here's after closing the Google Street View tab in Firefox: Mem: 27M Active, 95M Inact, 5185M Laundry, 1554M Wired, 774M Buf, 945M Free That's a lot of laundry. I don't understand why there's so much. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Fri Oct 18 20:55:26 2024 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 4XVcRM0DMvz5Yx4v for ; Fri, 18 Oct 2024 20:55:26 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVcRL5FsCz4LQ5 for ; Fri, 18 Oct 2024 20:55:26 +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=1729284926; 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=G6f0CIQHL/MM0F+yR96Pk3Xg7iA/5N1eALgG360vsHc=; b=GdHZMHDZeWamp44tDXhts4cxiZJSYk6XJm6IbsufKhUO3ly3DeSuCugQrx0zh3Uu49aP4A L5dLx5gxUWx0pE7SwwC4sOfEPxxpRdgRJvjdiqqHVmSd+y5F4XIC7i9adhDGyDs3ieudS4 dh7jieFBmRgV1cZhmKX6kES71aLKFa4P53hkkMKhZuoGxFj6RPRTF7o+8P/nuQJ9iu+jql /wofi0MMfrL4I4dlSvxevCo8yHiVCEPhWy5M1h0DL29zJDGxffgG8tKivUN7rWd11WvMIy qUUTH8+4t4I/FwP7UJ0pYdRicXTVKu68QdMvFexyvQLqjKuwIaLd3F9KZ05zFg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729284926; a=rsa-sha256; cv=none; b=DE8QO+4dZS8kacMcUI971Kb3Je6wFXIqVyt2Ifz8f/R2mOLKDTAMQPXvz4tbw9jy2SPLvM Aoucl9YqLbpzRCdUR55ZpVr67ZtSkf8McTBbtGSjtZ0m469wSpN6aqmUS4GV2f4m5TGU+0 /45WeosesfnZi2FkRGxHXuXM9X0MKYCDjHsnIQ2ZNzcOkan6yQE4pBjeyKLa6ullqqFzEd GwSSBnquNEEry8wb5cErOhDwAu7x97l+sP+roYb6t9AIzjqhWhEoA3883BPjpI/q9B9jM/ VWYoGtHNqtLsU9M2VdPEWfivUTNEY2DJXfmdf5Dbj8nMjKd1ICYj9O8HHk8gZw== 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 4XVcRL4gFxzppT for ; Fri, 18 Oct 2024 20:55:26 +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 49IKtQGI076409 for ; Fri, 18 Oct 2024 20:55:26 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49IKtQbN076408 for bugs@FreeBSD.org; Fri, 18 Oct 2024 20:55:26 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 280846] Low memory freezes / OOM: a thread waited too long to allocate a page Date: Fri, 18 Oct 2024 20:55:26 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: marklmi26-fbsd@yahoo.com X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D280846 --- Comment #43 from Mark Millard --- (In reply to Henrich Hartzer from comment #42) Mem: 10M Active, 27M Inact, 5964M Laundry, 1572M Wired, 774M Buf, 241M Free 10+27+5964+1572+241 =3D=3D 7814 (ignoring Buf's double counting) Mem: 27M Active, 95M Inact, 5185M Laundry, 1554M Wired, 774M Buf, 945M Free 27+95+5185+1554+945 =3D=3D 7806 (ignoring Buf's double counting) 7814-7806 =3D=3D 8 So: only a small relative delta on the "M" scale. The displayed figures are approximations of what likely involve fractions on the "M" scale. So requiring zero need not be reasonable and the details are dependent on top's implementation. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Oct 19 05:12:51 2024 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 4XVqTJ08bmz5ZfyD for ; Sat, 19 Oct 2024 05:12:52 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVqTH5SGMz4ySG for ; Sat, 19 Oct 2024 05:12:51 +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=1729314771; 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; bh=OMf+yolbJWy3KDN6rFUhMw8hhlUsPSjCmhFzE3SFLpw=; b=RViRtmefB9GxqRp4n3PCs1enlmg61wiNDBQe9wK91fWwoKby2fjMamY0g5FcEXa8aZozlN TwpeUNg5N5pNNSFEWS1164baR4bcC4K1h2M3Z/2jrgZL8vBs0kP+TdiuZKZw/nZ812cZkT GiACJd7+SqU7Z3y6AzQiFrWJEcaUIP3Kua29SVr77VMLfnzzje6CVa819rK/TX0LfMRxuo 0vZO/jXwJf5sbq+4NGmMND4QKKjciWx78SkrDfZdweIViXZUsjPI7mAy5YKIAtS3jYADg2 cfntfaNh0rm1c+aUocQdkshhMXflaiPDJYALsBf5E8TKNJL1N5rb1gT9K3NT9A== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729314771; a=rsa-sha256; cv=none; b=JXkS5n5KPFduywGAYm4bporAgwz08U7X4VBfXInCpQ9tJMJ5RUz0H+A60jxyGsR8czoI3D twVfLr5dmR5FxTXAaFMn0ST/y5DkBmEUrDNKfCQWtzrJn2f2+AduppPC3lbOv458OGd9ov 1GoVGSRfh5h9XtnQkQc9ghvN8kX3+6QCNOqi829jzaB5covipT72h/ubBWf2TZXliicf8y qdpnxiHDeE4kz4kbcKFOrWxqXvubL700WFAmnwI4iip2rsWY4qA+VBlXXqYS3hCkFQ2Zet X8qhSJxU3RyyYQUTdg5tnBR5slnmFtZO+VUGuMUG+CTdEtialGT8LYGcykLoZg== 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 4XVqTH50xDz14DM for ; Sat, 19 Oct 2024 05:12:51 +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 49J5CpEO088031 for ; Sat, 19 Oct 2024 05:12:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49J5Cp5w088030 for bugs@FreeBSD.org; Sat, 19 Oct 2024 05:12:51 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 282189] dumped core panic: handle_disk_io_initiation: Unexpected type jnewblk Date: Sat, 19 Oct 2024 05:12:51 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: lbfoo@disroot.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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282189 Bug ID: 282189 Summary: dumped core panic: handle_disk_io_initiation: Unexpected type jnewblk Product: Base System Version: 14.1-RELEASE Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: kern Assignee: bugs@FreeBSD.org Reporter: lbfoo@disroot.org fbsd.lbiqc.one dumped core - see /var/crash/vmcore.0 Sat Oct 19 12:55:14 CST 2024 FreeBSD fbsd.lbiqc.one 14.1-RELEASE-p5 FreeBSD 14.1-RELEASE-p5 releng/14.1-n267718-524a425d30fc GENERIC amd64 panic: handle_disk_io_initiation: Unexpected type jnewblk __curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:57 57 __asm("movq %%gs:%P1,%0" : "=3Dr" (td) : "n" (offsetof(stru= ct pcpu, (kgdb) #0 __curthread () at /usr/src/sys/amd64/include/pcpu_aux.h:57 td =3D #1 doadump (textdump=3D) at /usr/src/sys/kern/kern_shutdown= .c:405 error =3D 0 coredump =3D #2 0xffffffff80b41497 in kern_reboot (howto=3D260) at /usr/src/sys/kern/kern_shutdown.c:523 once =3D 0 #3 0xffffffff80b4196c in vpanic ( fmt=3D0xffffffff81178e9d "handle_disk_io_initiation: Unexpected type %s= ",=20 ap=3Dap@entry=3D0xfffffe014f27c630) at /usr/src/sys/kern/kern_shutdown.= c:967 buf =3D "handle_disk_io_initiation: Unexpected type jnewblk", '\000' __pc =3D 0x0 __pc =3D 0x0 __pc =3D 0x0 other_cpus =3D {__bits =3D {47, 0 }} td =3D 0xfffff805785fe740 bootopt =3D newpanic =3D #4 0xffffffff80b417c3 in panic (fmt=3D) at /usr/src/sys/kern/kern_shutdown.c:891 ap =3D {{gp_offset =3D 16, fp_offset =3D 48,=20 overflow_arg_area =3D 0xfffffe014f27c660,=20 reg_save_area =3D 0xfffffe014f27c600}} #5 0xffffffff80e71879 in softdep_disk_io_initiation (bp=3D0xfffffe00397cb8= 20,=20 bp@entry=3D) at /usr/src/sys/ufs/ffs/ffs_softdep.c:10314 marker =3D {wk_list =3D {le_next =3D 0xfffff805775ec200,=20 le_prev =3D 0xfffff805752f3800}, wk_mp =3D 0x200000000, wk_type= =3D 29,=20 wk_state =3D 0, wk_all =3D { le_next =3D 0xffffffff81bd2288 ,=20 le_prev =3D 0x80000000ffffffff}} ump =3D 0xfffff8001f70f000 wk =3D 0xfffff805752f3800 newblk =3D freeblks =3D jblkdep =3D inodedep =3D #6 0xffffffff80e95f74 in buf_start (bp=3D0xfffffe00397cb820,=20 bp@entry=3D) at /usr/src/sys/sys/buf.h:449 No locals. #7 ffs_geom_strategy (bo=3D0xfffff800067102a0,=20 bo@entry=3D,=20 bp=3D0xfffffe00397cb820,=20 bp@entry=3D) at /usr/src/sys/ufs/ffs/ffs_vfsops.c:2545 vp =3D error =3D tbp =3D nocopy =3D #8 0xffffffff80ea8c53 in ufs_strategy (ap=3D,=20 ap@entry=3D) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2590 blkno =3D 0 vp =3D 0xfffff8001fb78540 bp =3D 0xfffffe00397cb820 error =3D #9 0xffffffff80bfe216 in VOP_STRATEGY (vp=3D, bp=3D) at ./vnode_if.h:1216 a =3D {a_gen =3D {a_desc =3D 0xffffffff8195b1d8 = },=20 a_vp =3D 0xfffff8001fb78540, a_bp =3D 0xfffffe00397cb820} #10 bufstrategy (bo=3D, bp=3D,=20 bp@entry=3D) at /usr/src/sys/kern/vfs_bio.c:5147 vp =3D i =3D #11 0xffffffff80bfe0da in bstrategy (bp=3D0xfffffe00397cb820) at /usr/src/sys/sys/buf.h:439 No locals. #12 bufwrite (bp=3D0xfffffe00397cb820) at /usr/src/sys/kern/vfs_bio.c:2367 oldflags =3D -2147479388 vp =3D vp_md =3D 0 space =3D 0 #13 0xffffffff80e98105 in ffs_syncvnode (vp=3Dvp@entry=3D0xfffff8001fb78540= ,=20 waitfor=3Dwaitfor@entry=3D1, flags=3Dflags@entry=3D1) at /usr/src/sys/ufs/ffs/ffs_vnops.c:393 ip =3D 0xfffff80006c227d0 bo =3D 0xfffff8001fb78620 ump =3D 0xfffff8001f70f000 wflag =3D 0 error =3D passes =3D 1 wait =3D unlocked =3D false lbn =3D 3276801 bp =3D 0xfffffe00397cb820 nbp =3D still_dirty =3D #14 0xffffffff80e6f1b6 in ffs_copyonwrite ( devvp=3Ddevvp@entry=3D0xfffff800067101c0, bp=3Dbp@entry=3D0xfffffe00398= 2f2d0) at /usr/src/sys/ufs/ffs/ffs_snapshot.c:2430 ibp =3D 0xfffffe0039844cc0 cbp =3D 0xfffffe0039844b10 savedcbp =3D 0xfffffe0039845020 td =3D 0xfffff805785fe740 vp =3D 0xfffff8001fb78540 error =3D sn =3D ip =3D 0xfffff80006c227d0 fs =3D 0xfffffe0133d5c000 lbn =3D 1880665 snapblklist =3D upper =3D lower =3D mid =3D launched_async_io =3D 0 prev_norunningbuf =3D 0 saved_runningbufspace =3D 32768 indiroff =3D blkno =3D #15 0xffffffff80e95ec7 in ffs_geom_strategy (bo=3D0xfffff800067102a0,=20 bo@entry=3D,=20 bp=3D0xfffffe003982f2d0,=20 bp@entry=3D) at /usr/src/sys/ufs/ffs/ffs_vfsops.c:2526 vp =3D 0xfffff800067101c0 error =3D tbp =3D nocopy =3D #16 0xffffffff80bfe0da in bstrategy (bp=3D0xfffffe003982f2d0) at /usr/src/sys/sys/buf.h:439 No locals. #17 bufwrite (bp=3D0xfffffe003982f2d0) at /usr/src/sys/kern/vfs_bio.c:2367 oldflags =3D 536887300 vp =3D vp_md =3D 0 space =3D 3964928 #18 0xffffffff80e612a1 in ffs_nodealloccg (ip=3Dip@entry=3D0xfffff8057839be= 10,=20 cg=3Dcg@entry=3D94, ipref=3D129, mode=3Dmode@entry=3D16877, unused=3D) at /usr/src/sys/ufs/ffs/ffs_alloc.c:2209 cgp =3D 0xfffffe0045b7c000 bp =3D 0xfffffe0037cb3250 ump =3D 0xfffff8001f70f000 fs =3D 0xfffffe0133d5c000 error =3D inosused =3D start =3D len =3D loc =3D ibp =3D 0xfffffe003982f2d0 dp2 =3D i =3D old_initediblk =3D #19 0xffffffff80e60acf in ffs_hashalloc (ip=3D0xfffff8057839be10,=20 ip@entry=3D, cg=3D94,=20 pref=3D, size=3D16877,=20 size@entry=3D, rsize=3D= 0,=20 allocator=3D) at /usr/src/sys/ufs/ffs/ffs_alloc.c:1659 icg =3D 94 fs =3D 0xfffffe0133d5c000 result =3D i =3D #20 ffs_valloc (pvp=3D,=20 pvp@entry=3D, mode=3D16= 877,=20 mode@entry=3D,=20 cred=3D0xfffff803c439b700,=20 cred@entry=3D,=20 vpp=3D0xfffffe014f27cab0,=20 vpp@entry=3D) at /usr/src/sys/ufs/ffs/ffs_alloc.c:1155 ts =3D {tv_sec =3D -2132151055, tv_nsec =3D -8772488589872} pip =3D 0xfffff8057839be10 ump =3D 0xfffff8001f70f000 fs =3D 0xfffffe0133d5c000 reclaimed =3D ipref =3D cg =3D ino =3D error =3D ip =3D #21 0xffffffff80ea8216 in ufs_mkdir (ap=3D0xfffffe014f27cda8) at /usr/src/sys/ufs/ufs/ufs_vnops.c:2042 tvp =3D 0x0 bp =3D 0xfffffe014f27cae8 newdir =3D {d_ino =3D 3292116736, d_reclen =3D 63491, d_type =3D 25= 5 '\377',=20 d_namlen =3D 255 '\377',=20 d_name =3D "\000@\357~\005\370\377\377\000\2679\304\003\370\377\377\320\313'O\001\376\= 377\377\350E\025\203\377\377\377\377\bl\225\201\377\377\377\377\002@\355\00= 1\005\370\377\377\351\003\000\000\351\003\000\000\004\000\000\000\000\000\0= 00\000\277\000\000\000\000\000\000\000{\356r\000\000\000\000\000\000\002\00= 0\000\000\000\000\000\000\200\000\000\000\000\000\000&)\023g\000\000\000\00= 0P\344g\"\000\000\000\000&)\023g\000\000\000\000\240\334\361\"\000\000\000\= 000&)\023g\000\000\000\000\240\334\361\"\000\000\000\000&)\023g\000\000\000= \000\310\320g\"\000\000\000\000\2160\343\264", '\000' , "7\303\345\000\000\000\000\000\000\020\000\000\000\000\000\000\b\000\000\00= 0\000\000\000\000"...} dvp =3D 0xfffff8057eef4000 cnp =3D 0xfffffe014f27cd50 vap =3D dp =3D 0xfffff8057839be10 error =3D 0 dmode =3D 16877 ip =3D dirtemplate =3D blkoff =3D dtp =3D out =3D #22 0xffffffff810f1cb8 in VOP_MKDIR_APV ( vop=3D0xffffffff8192e2e0 , a=3Da@entry=3D0xfffffe014f27c= da8) at vnode_if.c:1731 rc =3D #23 0xffffffff80c39c57 in VOP_MKDIR (dvp=3D,=20 cnp=3D0xfffffe014f27cd50, vap=3D0xfffffe014f27cc20, vpp=3D) at ./vnode_if.h:879 a =3D {a_gen =3D {a_desc =3D 0xffffffff81959c88 },= =20 a_dvp =3D 0xfffff8057eef4000, a_vpp =3D 0xfffffe014f27cd28,=20 a_cnp =3D 0xfffffe014f27cd50, a_vap =3D 0xfffffe014f27cc20} #24 kern_mkdirat (td=3D0xfffff805785fe740, fd=3D-100,=20 path=3D0x110a584080 ,=20 segflg=3DUIO_USERSPACE, mode=3D) at /usr/src/sys/kern/vfs_syscalls.c:3866 mp =3D 0xfffffe01330d8600 vattr =3D {va_type =3D VDIR, va_mode =3D 493, va_padding0 =3D 0,=20 va_uid =3D 4294967295, va_gid =3D 4294967295,=20 va_nlink =3D 18446744073709551615, va_fsid =3D 184467440737095516= 15,=20 va_fileid =3D 18446744073709551615, va_size =3D 18446744073709551= 615,=20 va_blocksize =3D -1, va_atime =3D {tv_sec =3D -1, tv_nsec =3D -1}= ,=20 va_mtime =3D {tv_sec =3D -1, tv_nsec =3D -1}, va_ctime =3D {tv_se= c =3D -1,=20 tv_nsec =3D -1}, va_birthtime =3D {tv_sec =3D -1, tv_nsec =3D -= 1},=20 va_gen =3D 18446744073709551615, va_flags =3D 1844674407370955161= 5,=20 va_rdev =3D 18446744073709551615, va_bytes =3D 184467440737095516= 15,=20 va_filerev =3D 0, va_vaflags =3D 0, va_spare =3D 0} nd =3D { ni_dirp =3D 0x110a584080 , ni_segflg =3D UIO_USERSPACE,=20 ni_rightsneeded =3D 0xffffffff818006b0 , ni_startdir =3D 0x0, ni_rootdir =3D 0xfffff800050241c0, ni_topdir= =3D 0x0,=20 ni_dirfd =3D -100, ni_lcf =3D 0, ni_filecaps =3D {fc_rights =3D { cr_rights =3D {0, 0}}, fc_ioctls =3D 0x0, fc_nioctls =3D -1,= =20 fc_fcntls =3D 0}, ni_vp =3D 0x0, ni_dvp =3D 0xfffff8057eef4000,= =20 ni_resflags =3D 1, ni_debugflags =3D 0, ni_loopcnt =3D 0, ni_path= len =3D 1,=20 ni_next =3D 0xfffff80006ca2454 "", ni_cnd =3D {cn_flags =3D 26871= 4027,=20 cn_cred =3D 0xfffff803c439b700, cn_nameiop =3D CREATE,=20 cn_lkflags =3D 2097152,=20 cn_pnbuf =3D 0xfffff80006ca2400 "/usr/home/shifeng/quicklisp/dists/quicklisp/software/binding-arrows-202410= 12-git/doc",=20 cn_nameptr =3D 0xfffff80006ca2451 "doc", cn_namelen =3D 3},=20 ni_cap_tracker =3D {tqh_first =3D 0x0, tqh_last =3D 0xfffffe014f2= 7cd80},=20 ni_dvp_seqc =3D 1, ni_vp_seqc =3D 1} error =3D 0 #25 0xffffffff81019810 in syscallenter (td=3D0xfffff805785fe740) at /usr/src/sys/amd64/amd64/../../kern/subr_syscall.c:188 se =3D 0xffffffff818bed40 p =3D 0xfffffe013e2b8b00 sa =3D error =3D sy_thr_static =3D true traced =3D _tid =3D _v =3D _v =3D _audit_entered =3D _tid =3D _v =3D _v =3D _tid =3D _v =3D _v =3D #26 amd64_syscall (td=3D0xfffff805785fe740, traced=3D0) at /usr/src/sys/amd64/amd64/trap.c:1194 ksi =3D {ksi_link =3D {tqe_next =3D 0xffffffff81018a09 ,= =20 tqe_prev =3D 0x0}, ksi_info =3D {si_signo =3D 1, si_errno =3D 0= ,=20 si_code =3D 2019551040, si_pid =3D -2043, si_uid =3D 1546359497= ,=20 si_status =3D 7469, si_addr =3D 0xfffffe014f27ce80, si_value = =3D { sival_int =3D -2136157644,=20 sival_ptr =3D 0xffffffff80acd234 ,=20 sigval_int =3D -2136157644,=20 sigval_ptr =3D 0xffffffff80acd234 }, _reason = =3D { _fault =3D {_trapno =3D 207765504}, _timer =3D {_timerid =3D = 207765504,=20 _overrun =3D 8}, _mesgq =3D {_mqd =3D 207765504}, _poll =3D= { _band =3D 34567503872}, _capsicum =3D {_syscall =3D 2077655= 04},=20 __spare__ =3D {__spare1__ =3D 34567503872, __spare2__ =3D {97= 7163328,=20 -512, 171379728, 17, 70, 0, 0}}}}, ksi_flags =3D 7,=20 ksi_sigq =3D 0xfffffe014f27cec0} #27 No locals. #28 0x000000080051f41a in ?? () No symbol table info available. Backtrace stopped: Cannot access memory at address 0x80ca3e938 (kgdb) (kgdb) Tracing command "idle\000l", '\000' pid 11= tid 100003 (CPU 0) #0 cpustop_handler () at /usr/src/sys/x86/x86/mp_x86.c:1527 #1 0xffffffff80fe782a in ipi_nmi_handler () at /usr/src/sys/x86/x86/mp_x86.c:1484 #2 0xffffffff810182ef in trap (frame=3D0xffffffff81c2c5c0 ) at /usr/src/sys/amd64/amd64/trap.c:237 #3 #4 acpi_cpu_idle_mwait (mwait_hint=3D0) at /usr/src/sys/x86/x86/cpu_machdep.c:294 #5 0xffffffff804b2f28 in acpi_cpu_idle (sbt=3D) at /usr/src/sys/dev/acpica/acpi_cpu.c:1155 #6 0xffffffff80fdd056 in cpu_idle_acpi (sbt=3D244543863) at /usr/src/sys/x86/x86/cpu_machdep.c:590 #7 0xffffffff80fdd10d in cpu_idle (busy=3D0) at /usr/src/sys/x86/x86/cpu_machdep.c:679 #8 0xffffffff80b76e06 in sched_idletd (dummy=3Ddummy@entry=3D0x0) at /usr/src/sys/kern/sched_ule.c:3061 #9 0xffffffff80afb78f in fork_exit ( callout=3D0xffffffff80b76890 , arg=3D0x0,=20 frame=3D0xfffffe003777ff40) at /usr/src/sys/kern/kern_fork.c:1164 #10 #11 0xf5aaf5aaf5aaf5aa in ?? () Backtrace stopped: Cannot access memory at address 0xe78ee78ee78ee78e Tracing command "idle\000l", '\000' pid 11 tid 100004 (C= PU 1) #0 cpustop_handler () at /usr/src/sys/x86/x86/mp_x86.c:1527 #1 0xffffffff80fe782a in ipi_nmi_handler () at /usr/src/sys/x86/x86/mp_x86.c:1484 #2 0xffffffff810182ef in trap (frame=3D0xfffffe003a3c5f30) at /usr/src/sys/amd64/amd64/trap.c:237 #3 #4 acpi_cpu_idle_mwait (mwait_hint=3D0) at /usr/src/sys/x86/x86/cpu_machdep.c:294 #5 0xffffffff804b2f28 in acpi_cpu_idle (sbt=3D) at /usr/src/sys/dev/acpica/acpi_cpu.c:1155 #6 0xffffffff80fdd056 in cpu_idle_acpi (sbt=3D137070228) at /usr/src/sys/x86/x86/cpu_machdep.c:590 #7 0xffffffff80fdd10d in cpu_idle (busy=3D0) at /usr/src/sys/x86/x86/cpu_machdep.c:679 #8 0xffffffff80b76e06 in sched_idletd (dummy=3Ddummy@entry=3D0x0) at /usr/src/sys/kern/sched_ule.c:3061 #9 0xffffffff80afb78f in fork_exit ( callout=3D0xffffffff80b76890 , arg=3D0x0,=20 frame=3D0xfffffe003777af40) at /usr/src/sys/kern/kern_fork.c:1164 #10 #11 0x9df609532019728d in ?? () Backtrace stopped: Cannot access memory at address 0xcfff5b5a72102084 Tracing command "idle\000l", '\000' pid 11 tid 100005 (C= PU 2) #0 cpustop_handler () at /usr/src/sys/x86/x86/mp_x86.c:1527 #1 0xffffffff80fe782a in ipi_nmi_handler () at /usr/src/sys/x86/x86/mp_x86.c:1484 #2 0xffffffff810182ef in trap (frame=3D0xfffffe003a3d4f30) at /usr/src/sys/amd64/amd64/trap.c:237 #3 #4 acpi_cpu_idle_mwait (mwait_hint=3D0) at /usr/src/sys/x86/x86/cpu_machdep.c:294 #5 0xffffffff804b2f28 in acpi_cpu_idle (sbt=3D) at /usr/src/sys/dev/acpica/acpi_cpu.c:1155 #6 0xffffffff80fdd056 in cpu_idle_acpi (sbt=3D117084625) at /usr/src/sys/x86/x86/cpu_machdep.c:590 #7 0xffffffff80fdd10d in cpu_idle (busy=3D0) at /usr/src/sys/x86/x86/cpu_machdep.c:679 #8 0xffffffff80b76e06 in sched_idletd (dummy=3Ddummy@entry=3D0x0) at /usr/src/sys/kern/sched_ule.c:3061 #9 0xffffffff80afb78f in fork_exit ( callout=3D0xffffffff80b76890 , arg=3D0x0,=20 frame=3D0xfffffe0037775f40) at /usr/src/sys/kern/kern_fork.c:1164 #10 #11 0xb2da267f0f355da1 in ?? () Backtrace stopped: Cannot access memory at address 0xaace3e6b172145b5 Tracing command "idle\000l", '\000' pid 11 tid 100006 (C= PU 3) #0 cpustop_handler () at /usr/src/sys/x86/x86/mp_x86.c:1527 #1 0xffffffff80fe782a in ipi_nmi_handler () at /usr/src/sys/x86/x86/mp_x86.c:1484 #2 0xffffffff810182ef in trap (frame=3D0xfffffe003a3e3f30) at /usr/src/sys/amd64/amd64/trap.c:237 #3 #4 acpi_cpu_idle_mwait (mwait_hint=3D0) at /usr/src/sys/x86/x86/cpu_machdep.c:294 #5 0xffffffff804b2f28 in acpi_cpu_idle (sbt=3D) at /usr/src/sys/dev/acpica/acpi_cpu.c:1155 #6 0xffffffff80fdd056 in cpu_idle_acpi (sbt=3D630280477) at /usr/src/sys/x86/x86/cpu_machdep.c:590 #7 0xffffffff80fdd10d in cpu_idle (busy=3D0) at /usr/src/sys/x86/x86/cpu_machdep.c:679 #8 0xffffffff80b76e06 in sched_idletd (dummy=3Ddummy@entry=3D0x0) at /usr/src/sys/kern/sched_ule.c:3061 #9 0xffffffff80afb78f in fork_exit ( callout=3D0xffffffff80b76890 , arg=3D0x0,=20 frame=3D0xfffffe00377a2f40) at /usr/src/sys/kern/kern_fork.c:1164 #10 #11 0x7e123440a0e589af in ?? () Backtrace stopped: Cannot access memory at address 0x761b3c49a8ec81a6 ps -axlww UID PID PPID C PRI NI VSZ RSS MWCHAN STAT TT TIME COMMA= ND 0 0 0 5 -16 0 0 0 swapin DLs - 0:30.16 [kern= el] 0 1 0 0 21 0 11752 1196 wait DLs - 0:00.01 [init] 0 2 0 1 -60 0 0 0 - WL - 0:09.07 [cloc= k] 0 3 0 3 -16 0 0 0 crypto_w DL - 0:00.00 [cryp= to] 0 4 0 4 -16 0 0 0 - DL - 0:00.88 [cam] 0 5 0 1 -60 0 0 0 - DL - 0:00.00 [busd= ma] 0 6 0 0 -16 0 0 0 - DL - 0:00.40 [rand_harvestq] 0 7 0 4 -16 0 0 0 psleep DL - 0:01.96 [pagedaemon] 0 8 0 4 -16 0 0 0 psleep DL - 0:01.21 [vmdaemon] 0 9 0 4 20 0 0 0 psleep DL - 0:01.08 [bufdaemon] 0 10 0 2 -16 0 0 0 audit_wo DL - 0:00.00 [audi= t] 0 11 0 0 187 0 0 0 - RL - 737:11.70 [idle] 0 12 0 3 -60 0 0 0 - WL - 0:02.56 [intr] 0 13 0 4 -8 0 0 0 - DL - 0:01.22 [geom] 0 14 0 4 -16 0 0 0 seqstate DL - 0:00.00 [sequencer 00] 0 15 0 1 -60 0 0 0 - DL - 0:00.12 [usb] 0 16 0 2 -16 0 0 0 tzpoll DL - 0:00.10 [acpi_thermal] 0 17 0 0 -16 0 0 0 vlruwt DL - 0:00.02 [vnlr= u] 0 19 0 3 -16 0 0 0 - DL - 0:02.39 [racc= td] 0 20 0 5 -16 0 0 0 idle DL - 0:00.01 [enc_daemon0] 0 21 0 2 -8 0 0 0 m:w1 DL - 0:00.82 [g_mi= rror gm0] 0 22 0 3 -16 0 0 0 idle DL - 0:00.01 [enc_daemon1] 0 56 0 1 20 0 0 0 t->zthr_ DL - 0:01.10 [zfsk= ern] 0 220 1 3 68 0 12764 2116 pause Ds - 0:00.00 [adjkerntz] 389 644 1 4 68 0 2830864 791664 uwait Ds - 0:00.31 [slap= d] 0 650 1 4 20 0 13060 2576 kqread DCs - 0:00.02 [rtso= ld] 0 654 1 0 68 0 13060 2540 select Ds - 0:00.00 [rtso= ld] 0 656 1 3 26 0 13060 2540 select Ds - 0:00.01 [rtso= ld] 0 657 1 5 68 0 13060 2532 select Ds - 0:00.00 [rtso= ld] 0 658 1 3 20 0 13060 2544 select Ds - 0:00.02 [rtso= ld] 0 1168 1 5 20 0 14444 4016 select Ds - 0:00.05 [devd] 0 1323 1 5 68 0 21668 7380 select D - 0:00.02 [kadm= ind] 0 1325 1 0 68 0 21596 7416 select D - 0:00.02 [kpasswdd] 0 1340 1 2 20 0 12992 2836 select Ds - 0:00.07 [sysl= ogd] 0 1369 1 1 20 0 12880 2288 kqread Ds - 0:00.01 [daem= on] 978 1370 1369 4 68 0 1272916 22488 uwait D - 0:03.44 [dnscrypt-proxy] 0 1736 1 4 20 0 14816 4708 piperd D - 0:00.76 [bash] 0 1741 1736 3 20 0 12844 2356 sbwait D - 0:00.33 [rout= e] 0 1785 1 4 20 0 14816 4724 piperd D - 0:00.79 [bash] 0 1791 1785 1 20 0 12844 2348 sbwait D - 0:00.32 [rout= e] 0 1861 1 0 68 0 13228 2520 pause Ds - 0:00.00 [nfsuserd] 0 1862 1861 0 20 0 13228 2524 select D - 0:00.01 [nfsus= erd] 0 1863 1861 5 20 0 13228 2524 sbwait D - 0:00.00 [nfsuserd] 0 1864 1861 5 20 0 13228 2524 select D - 0:00.01 [nfsuserd] 0 1865 1861 1 20 0 13228 2524 select D - 0:00.01 [nfsuserd] 0 1871 1 0 20 0 21708 7956 select Ds - 0:00.06 [kdc] 0 1885 1 3 20 0 18660 7148 select Ds - 0:00.41 [rpc.tlsservd] 0 1892 1 2 20 0 12916 2684 select Ds - 0:00.01 [rpcb= ind] 0 1934 1 0 20 0 274980 2580 select Ds - 0:00.01 [rpc.statd] 0 1940 1 2 68 0 12888 2576 rpcsvc Ds - 0:00.01 [rpc.lockd] 0 1967 1 4 68 0 18792 7264 accept Ds - 0:00.00 [vsft= pd] 983 1979 1 2 28 0 12880 2368 kqread Ds - 0:00.00 [daem= on] 983 1980 1979 1 55 0 1276480 19024 uwait D - 0:00.15 [syncthing] 0 2010 1 4 68 0 55904 4144 uwait Ds - 0:00.13 [nscd] 556 2032 1 4 20 0 14560 3940 select Ds - 0:00.00 [dbus-daemon] 983 2036 1980 4 20 0 1302160 39664 uwait D - 0:01.71 [syncthing] 0 2060 1 2 42 0 12880 2360 kqread Ds - 0:00.00 [daem= on] 0 2061 2060 5 20 0 1268124 20080 uwait D - 0:02.79 [frpc] 558 2086 1 4 20 0 14916 4496 select D - 0:00.35 [avahi-daemon] 770 2094 1 5 20 0 184812 26240 select Ds - 0:00.04 [postgres] 770 2095 2094 2 20 0 184812 26420 kqread Ds - 0:00.01 [postgres] 770 2096 2094 2 20 0 184812 26300 kqread Ds - 0:00.03 [postgres] 770 2098 2094 1 20 0 184812 26312 kqread Ds - 0:00.03 [postgres] 770 2099 2094 2 20 0 188396 26984 kqread Ds - 0:00.01 [postgres] 770 2100 2094 1 20 0 185836 26872 kqread Ds - 0:00.01 [postgres] 0 2108 1 3 20 0 12976 2752 pause Ds - 0:00.00 [mount= d] 0 2115 1 1 20 0 12844 2448 select Ds - 0:00.01 [nfsd] 0 2117 2115 2 -60 0 12780 2312 rpcsvc D - 0:00.69 [nfsd] 0 2135 1 4 20 0 43924 19028 select Ds - 0:00.10 [nmbd] 0 2139 1 1 20 0 337000 578312 select Ds - 0:00.71 [smbd] 535 2150 1 2 20 0 47392 16516 kqread Ds - 0:03.57 [redis-server] 0 2154 2139 2 20 0 255284 419624 select D - 0:00.01 [smbd] 0 2155 2139 0 20 0 255276 419584 select D - 0:00.01 [smbd] 0 2162 1 5 20 0 14740 3956 kqread Ds - 0:00.02 [dove= cot] 143 2167 2162 2 20 0 14608 3536 kqread D - 0:00.00 [anvi= l] 0 2168 2162 4 20 0 14612 3640 kqread D - 0:00.01 [log] 0 2179 2162 5 20 0 17668 5888 kqread D - 0:00.03 [conf= ig] 0 2180 1 0 20 0 13032 2816 nanslp Ds - 0:00.02 [cron] 106 2187 1 0 20 0 1447816 1349028 select Ds - 0:13.61 [clam= d] 0 2204 1 5 20 0 23008 10540 select Ds - 0:00.00 [sshd] 0 2314 1 4 20 0 12876 2772 select Ds - 0:00.02 [sysl= ogd] 0 2345 1 1 20 0 92992 24836 nanslp D - 0:00.09 [kiwix-serve] 0 2358 1 3 20 0 12916 2528 nanslp Ds - 0:00.03 [cron] 0 2487 1 3 20 0 12876 2768 select Ds - 0:00.02 [sysl= ogd] 0 2526 1 3 20 0 12916 2524 nanslp Ds - 0:00.04 [cron] 0 2553 1 0 20 0 196768 30164 kqread Ds - 0:00.13 [php-= fpm] 80 2554 2553 2 29 0 196764 30164 accept D - 0:00.00 [php-= fpm] 80 2555 2553 5 31 0 196764 30164 accept D - 0:00.00 [php-= fpm] 0 2658 1 0 20 0 12876 2768 select Ds - 0:00.02 [sysl= ogd] 0 2689 1 2 20 0 12828 2252 kqread Ds - 0:00.00 [daem= on] 0 2690 2689 5 68 0 720392 16908 uwait D - 0:00.20 [ddns= -go] 0 2703 1 1 20 0 12916 2536 nanslp Ds - 0:00.04 [cron] 106 2716 1 5 20 0 41616 14456 select Ds - 0:00.03 [clamav-milter] 0 2731 1 1 20 0 32228 16148 select Ds - 0:00.18 [http= d] 80 2733 2731 4 68 0 31392 15724 accept D - 0:00.00 [http= d] 80 2735 2731 5 68 0 49608 21144 piperd D - 0:00.00 [http= d] 80 2736 2731 1 68 0 49608 21144 piperd D - 0:00.00 [http= d] 80 2737 2731 0 68 0 49608 21144 piperd D - 0:00.00 [http= d] 0 2738 1 1 20 0 139448 55236 kqread Ds - 0:00.10 [rspamd-3.9.1] 236 2739 2738 0 20 0 140792 56288 kqread D - 0:01.07 [rspamd-3.9.1] 236 2740 2738 1 20 0 143928 64256 kqread D - 0:01.16 [rspamd-3.9.1] 236 2741 2738 5 20 0 140792 56284 kqread D - 0:01.07 [rspamd-3.9.1] 236 2742 2738 3 20 0 142456 62932 kqread D - 0:01.12 [rspamd-3.9.1] 236 2743 2738 1 20 0 151044 66448 kqread D - 0:01.18 [rspamd-3.9.1] 0 2824 1 3 20 0 26956 12188 kqread Ds - 0:00.05 [mast= er] 125 2826 2824 4 20 0 27036 12272 kqread D - 0:00.02 [qmgr] 124 2842 1 1 20 0 23884 11412 select Ds - 0:00.76 [fetchmail] 0 2846 1 3 20 0 15364 5312 nanslp D - 0:00.19 [smar= td] 0 2848 1 3 68 0 12896 2404 ttyin Ds+ - 0:00.00 [gett= y] 0 2849 1 4 68 0 12896 2404 ttyin Ds+ - 0:00.00 [gett= y] 0 2850 1 1 68 0 12896 2408 ttyin Ds+ - 0:00.00 [gett= y] 0 2851 1 3 68 0 12896 2404 ttyin Ds+ - 0:00.00 [gett= y] 0 2852 1 1 68 0 12896 2404 ttyin Ds+ - 0:00.00 [gett= y] 0 2853 1 4 68 0 12896 2404 ttyin Ds+ - 0:00.00 [gett= y] 0 2854 1 5 68 0 12896 2408 ttyin Ds+ - 0:00.00 [gett= y] 0 2855 1 2 68 0 12896 2404 ttyin Ds+ - 0:00.00 [gett= y] 143 2964 2162 1 20 0 14884 3856 kqread D - 0:00.01 [stat= s] 0 3193 2204 1 21 0 23196 11696 select Ds - 0:00.04 [sshd] 1001 3195 3193 3 20 0 23196 11960 select D - 0:02.67 [sshd] 1001 3196 3195 4 23 0 15480 3484 wait Ds - 0:00.02 [sh] 1001 3202 3196 1 31 0 14828 4616 select D+ - 0:00.01 [tmux] 1001 3204 1 0 20 0 17584 6684 select Ds - 0:01.73 [tmux] 1001 3205 3204 2 26 0 15480 3476 wait Ds - 0:00.00 [sh] 0 3209 3205 3 20 0 24336 11172 select D+ - 0:00.35 [sudo] 0 3210 3209 5 23 0 24336 11168 select Ds - 0:00.00 [sudo] 0 3211 3210 5 20 0 15480 3476 wait D - 0:00.04 [sh] 1001 3215 3204 3 23 0 15480 3488 wait Ds - 0:00.01 [sh] 1001 3219 3215 0 20 0 266424 191928 select D+ - 0:31.44 [emacs-29.4] 1001 3231 3204 1 20 0 15480 3476 ttyin Ds+ - 0:00.01 [sh] 125 5965 2824 0 20 0 26984 13772 kqread D - 0:00.01 [pick= up] 125 61492 2824 4 20 0 27320 14176 kqread D - 0:00.01 [tlsm= gr] 0 61594 3211 0 21 0 24784 11852 wait D+ - 0:00.01 [pkg] 0 61595 61594 5 24 0 155584 85084 biord D+ - 0:03.58 [pkg] 1001 61604 3219 1 20 0 2264772 216544 select DLs - 0:06.20 [sbcl] --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Oct 19 05:48:42 2024 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 4XVrGf6XvWz5ZhLQ for ; Sat, 19 Oct 2024 05:48:42 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVrGf39Llz51Bd for ; Sat, 19 Oct 2024 05:48:42 +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=1729316922; 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=9XaBE7gS1ZWv+H1x5MZ1Ow4QkM2Xbndmp5SIOy9z0QE=; b=eA9xYFsY53UwUyVBRhr6/2cEmE3DTL8cvlFJvOfthyNfY2sajm/MKcoL71+Tw4e+geYMtY m4aHfPV1qlie+z9/oGlI4w1IfXgeydQ8ZcfhLawuHSrKNKSfHG0U9jfXDk19KKdbum0tKc ge9Gd7vexYLuh423MFwcvjyKjbZj1n0eZWmWFDOR5rzrC89phjq6S0Qc+Gv5z5TrXO3oFk vtBlGgeFD3SC1WDZ4h5Qof3H/kUbqlwkYHtZ9tOLA+1ozQvf5IoZGdJgs4qJypwp+eSdwo u6KaaYu3liODqqqtrSRmzBRAlO7IY9B0NShWCrWpIOWHh8G4LJkdHGqi+d+l8w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729316922; a=rsa-sha256; cv=none; b=tieaUEJxDbc+tIv0ee9+TQP8kGWn72hG9IRIbcdGoJ0joHRdi89jnyYW41a2W2XVpfDtIu N0eGIVSSCUu/otCVkB0yZ0NtfKqI2BwbvH/OLOlCj3a5UoUAIlAllVziiye1G3upADTzaO vD8k97tW65JYKM5gnggC+iLXr8t3IHzzpz2/EbZJrxQ9J6aqj8XGzV8KPpadldPxhvlJWf sAbZtMF6Xj3y5B/JXDBoG0vdbHIglkFptds16rS6rizAvLErwXSun2JhFPjF4ITNJwM1jo Mn9+MK4xRfsfQyH/pepSJsvYmobXkEiD9AVWMH5l7b0IVjdrBDnq3c7TbzI3EQ== 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 4XVrGf2Y2Tz14v1 for ; Sat, 19 Oct 2024 05:48:42 +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 49J5mgbW042566 for ; Sat, 19 Oct 2024 05:48:42 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49J5mgJe042565 for bugs@FreeBSD.org; Sat, 19 Oct 2024 05:48:42 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 282189] dumped core panic: handle_disk_io_initiation: Unexpected type jnewblk Date: Sat, 19 Oct 2024 05:48:42 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@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: keywords 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282189 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |crash --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Oct 19 10:03:32 2024 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 4XVxwj252Fz5ZvSn for ; Sat, 19 Oct 2024 10:03:33 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVxwj0Q6Kz44Pl for ; Sat, 19 Oct 2024 10:03:33 +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=1729332213; 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=o5bIzGaSc04WWAajOtuUzfeBygZhm+15fAVYz1kY+eg=; b=Kz8gFhFIpzbDPZT2NvxlkEO+frSooxgco3BqHqIuS8uPmVjOMxCtifG31T0Wn3zDnvzK8h 2eojZQn8/yfccVqBixQi1bqTXXr2rQvq7W7JZbdxMLdPSE4q8KTTSOmzQn5J8UlkLzqI9m kXaDyuHJ0G+dhl9EhCvTmISCoOI7tCL6y3BjvbV566nB7Es1HIlv0Tx3UzogoKtfZhosj3 b5L1AkmctmlSYP9PUbY1dURzHDmU8fYlqF3CvWiGEKRhAoW2eO9cYGr6V7LxfXbNg4sh+s MVh32WyjIPRbx8EnWDpmTnYbhRMxEWcxKpP9XAYmSPSiUCxIejqbr3eM4DkUSQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729332213; a=rsa-sha256; cv=none; b=drNI09NKZtMVI+5HM/U0zDjbrE1vE7pzqdPi65BK2rCcIEBnqPsGq2IJUR9h0K5Uwu3TMv qQ8ifknqysm8boMkSvVSXi5/KjrvSCnAURC4IWvJyr/Av8Wp0eIA6W2i6RVAY+3U+kfIBw SjJvqyCcA7VgdaXADnUpbnVZzgeo8E8q20xqcUKZcIpdieFzi8i/Gn158PZUxM19S1vtNA nF0G0QbH4BKEJDbRD3CBIQt2xpJqToFSVhO1l9+szrmbeZgbOOvp7xrgHbZAXya63O18zc cLa2elbZKUmvkIkfjQZQ9IWcx/tq9M4kmfRPMJV4JI5KtJxv22aBtfE/BOPkcA== 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 4XVxwh5XPwz1Cnn for ; Sat, 19 Oct 2024 10:03:32 +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 49JA3WuI087664 for ; Sat, 19 Oct 2024 10:03:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49JA3WJq087663 for bugs@FreeBSD.org; Sat, 19 Oct 2024 10:03:32 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 281045] cd /usr/src && make packages creates stale symlinks Date: Sat, 19 Oct 2024 10:03:32 +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: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: wosch@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D281045 Wolfram Schneider changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |In Progress CC| |ngie@FreeBSD.org, | |rgrimes@FreeBSD.org --- Comment #2 from Wolfram Schneider --- I think the problem with 2) is that the symlink test.enc points to an absol= ute path outside of the worldstage directory: cd worldstage/usr/lib/libxo/encoder test.enc -> /usr/tests/lib/libxo/libenc_test.so it should be a relative link to: ../../../tests/lib/libxo/libenc_test.so see lib/libxo/tests/encoder/Makefile:SYMLINKS+=3D =C2=A0 =C2=A0 ${LIBDIR}/${SHL= IB_NAME} /usr/lib/libxo/encoder/test.enc commit 6dcfd4368f5b320c8aa023a8b7a2b41c6b0a1f94 Author: Rodney W. Grimes Date: =C2=A0 Tue Mar 7 06:11:36 2017 +0000 =C2=A0 =C2=A0 The relative symlink fix causes downstream issues for =C2=A0 =C2=A0 EMC DELL Isilon so revert the relative symlink fix =C2=A0 =C2=A0 pending a better solution. =C2=A0 =C2=A0 Reported by: =C2=A0 =C2=A0ngie =C2=A0 =C2=A0 Approved by: =C2=A0 =C2=A0greham (mentor) Implicit as reverti= ng =C2=A0 =C2=A0 MFC after: =C2=A0 =C2=A0 =C2=A01 week --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Oct 19 10:18:32 2024 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 4XVyG11v4Pz5ZwT2 for ; Sat, 19 Oct 2024 10:18:33 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVyG06LQhz45Bq for ; Sat, 19 Oct 2024 10:18:32 +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=1729333112; 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; bh=/FryqdwOcl3XKTrd1QQpvOBOg5H+c074GptbfLLhE2s=; b=VyUxw0+1y3NwOAPauNUJlBr2Em3d1qTFahQdlm2FxRkSb62dO1gFtUDgj5GnHJTcFCkVox Mgu2z1LkZDzEbyGYheggltMmEOa2pNtjdR1scAvCUW+0REZ77VGADhh/1kXIPCldQbODvt M/nDkcvWcGjbEONk8eTqSYFyHRLdfLfonJPF9lfb2PrciAU4taVzWF63I6lgN0hSsUYJBE OfaBx6eNUhDGJCrBCsptxCqqgi6tZ6N7K5QmFQWY2NyC3Y36F5xpg9Y0c/DEZOZr1xjOBD 4ztlsPQ9o/5480Gy1XUJCST0IMixyZJaQpt4gDByp6qDDQtuTld3ZSlX6t1OEg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729333112; a=rsa-sha256; cv=none; b=XA0tDwmteeZBNsCg2XW+i1StesZBBHq/68mZPh7cT3UdLc7afAu+/ckUFojTyAKLj+kcwm 4VEq/Ld0mTH3zmgT2JLaze1STV4/jpdSL70yfzXWylmHd30cEeUF2puYEHaRERa2gGa9G3 G2gvct21QxuWORowIDtdqdZMZuaKefQangLiE9OLq/dsSaqSgAmhf+R8KQ6/EyApTCHtlJ jfoLTZewGok/oEmQy9iu//Nl7H/CKlWugTDyc2kkN4xg2qbAEsr2HBygIAByBudoZszgzY ZNbPgBg/d3bigUX3IzuaBVTf5jSJQZnSDHAcHMgl34iXSt5zc+RVq5o7fH/6sw== 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 4XVyG05lkwz1CqQ for ; Sat, 19 Oct 2024 10:18:32 +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 49JAIWb4013057 for ; Sat, 19 Oct 2024 10:18:32 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49JAIWCd013056 for bugs@FreeBSD.org; Sat, 19 Oct 2024 10:18:32 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 282192] absolute symlink in /usr/bin Date: Sat, 19 Oct 2024 10:18:32 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wosch@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: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282192 Bug ID: 282192 Summary: absolute symlink in /usr/bin Product: Base System Version: 15.0-CURRENT Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: wosch@FreeBSD.org There are some relative symbolic links in /usr/bin, and a single one with an absolute symbolic link. find /usr/bin/ -type l -ls | egrep -- ' -> /' 21538 1 lrwxr-xr-x 1 root wheel=20= =20=20=20=20=20=20=20=20 16 Dec 9 2023 /usr/bin/zstreamdump -> /usr/bin/zstream I think that "zstreamdump" should point to "zstream" and not to "/usr/bin/zstream" see cddl/usr.bin/zstream/Makefile:SYMLINKS=3D ${BINDIR}/zstream ${BINDIR}/zstre= amdump --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Oct 19 10:19:14 2024 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 4XVyGq1vm6z5ZwNm for ; Sat, 19 Oct 2024 10:19:15 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVyGp6bVFz45DW for ; Sat, 19 Oct 2024 10:19:14 +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=1729333154; 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=mGj8XK4ak7FY3OOP/kzF5O5+SoPK8qmpsDOURgGYmdc=; b=CD5xBNa/ibJUT9LLiGvyH7Jmza16TmpxVJ+MIe/fkcHGPSsmoeC3DRg84lH8PtPGfCsO/d sgWWL5T5Fg5ajxZRmHw+omHD5zjH7Hpp72+uRuPHUOGxE9HMb4nX7fGuwxM4Q19mT5+3R5 +VRy3b8hbhcvFTw3S3CTsybVM/ZMHHXTR4TRz9RMbzbC1Jh1uPPR445PLoMgASV9PRX2xB Cua7sjoUywVRGkHSMe9gI4IyzLlWcsvi/lNnDyDeudVLteQ1naD6qjpk0Uc+C+U6tuSxqN Iw6+z9MpoVGNQ0Yn7jZLVLTZMamgVhyydo73mGaxgucmqIdNFg1Ks1LCsgjgfA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729333154; a=rsa-sha256; cv=none; b=Ek4LHn2Q5qUpd/stLZJxmIFjNUCkED2782geR+7h/f1UMd2OXP/Vp+zAcTBHUjdcLxLsqa UV1y8UGZ06L3PAQoCx4/8fQHDH8kNQJ4H4CnSs4wnADoYUdQSB8nlhD5jI8BqE6xkJ8oMB Oxaf3jxCLiYApUCQ5xsB2+TWwRoN2epEQGNRyv3fIxu7nmSRI9ItLyoyoDlno0+2Fc/ODd Gk8hTKvae3mwMbmX+cLiyEF4Xfk1yL1s4PX38bDHFYXXbdmbGF4h22QYqtWxYUYDduDRML 0AgxlQAgzowx7GanQTSXavjNMA9XvRXvgSS4XBwD38xdd5kKpW+59lZStNuxpw== 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 4XVyGp2VyHz1CcB for ; Sat, 19 Oct 2024 10:19:14 +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 49JAJEqj013678 for ; Sat, 19 Oct 2024 10:19:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49JAJEcN013677 for bugs@FreeBSD.org; Sat, 19 Oct 2024 10:19:14 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 282192] absolute symlink in /usr/bin Date: Sat, 19 Oct 2024 10:19:14 +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: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wosch@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282192 Wolfram Schneider changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mm@FreeBSD.org Status|New |Open --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Oct 19 10:42:23 2024 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 4XVynW36BGz5ZxMv for ; Sat, 19 Oct 2024 10:42:23 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XVynW1vr7z470G for ; Sat, 19 Oct 2024 10:42:23 +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=1729334543; 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=cd4F+U8kSMrvjcZKM/pOavPSTtbV2kI0shYjXExdeKo=; b=YmSm9dAZy+h/HCraqJT8SNEqlsc3nEr23zMxNr+fywIcpbL+J0aEYZRiYYKvv5FqcTUqDd Npk0cto06mlNt10wY/Mheg8VoPowa8CdwQAcZAoq3Ra4SGIp7hohFsBtjFzMZdkAJub8SJ gNN7/IzwBTOB+zqB+yMhkWbH4fjB4XkaaVCQ+SdohuGKOlrVNEAlAhVSiLuE/OiGGvI7n4 n0Mvc+0MnIIfze6HomLzxHB7c2RN585NWR0mP5R3IszS/ZtFoVVA7Nmxx6s9hyAcESwAeW KSAOp42u+PGwI/iSFtQE3EENkV65kgh7+IBtAKRmKX7lhXfUhDXnQ6+/KZ3JMQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729334543; a=rsa-sha256; cv=none; b=uIQNY2UpbNXgFLD9pmcBiBgt2PWz6DoMYAjktVCtAe3NlQ5wG/yiAezZ4Qzaecug/sJg4f 9zXBFK02H9EZTfD8UxSYRWmUooFnKh3vwNONhOaEB7IYSMiH25by5tIWaLcXrsINnr9uO8 Vr7oCRqXtgyttD9I5GbHJ54+qyl9b24V9fB8PlEQw92ChxOcpEb5QlIWLU5m3GeQaWODXg lWGV5LJJjosQjZTALWjMa+DqITa2qGSqdywCVTugi9anc1PAUsizZlPMrPgHt9D/yYKq+t zWD+jibxE2LChLRZsdcN6VuiXw2M59rk3OQAPZSHNXo+Yge3jtYFAxOCI+Oiag== 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 4XVynW1Wxdz1Cs8 for ; Sat, 19 Oct 2024 10:42:23 +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 49JAgNfU058404 for ; Sat, 19 Oct 2024 10:42:23 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49JAgNkZ058402 for bugs@FreeBSD.org; Sat, 19 Oct 2024 10:42:23 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 269994] build options have different kernel and userland defaults Date: Sat, 19 Oct 2024 10:42:23 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: linimon@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: emaste@freebsd.org X-Bugzilla-Flags: mfc-stable14? mfc-stable13? X-Bugzilla-Changed-Fields: assigned_to 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269994 Mark Linimon changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|bugs@FreeBSD.org |emaste@freebsd.org --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Oct 19 12:57:02 2024 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 4XW1mv0ptkz5b4cd for ; Sat, 19 Oct 2024 12:57:03 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XW1mt6jKdz4PTm for ; Sat, 19 Oct 2024 12:57:02 +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=1729342622; 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=pHkygWQHw3nA9PrRTDl6BpW4ADOy/15mwshJvoh53o8=; b=Gr7z0PFcbZCZBtgnDvRz0e9VH2EMDXM7rZzQaRsBIKqKJ1zJchDpewO2oYtUi+/o0aU5x0 kOx7f7iYXT3do6gskjVoucWz/PowJuwKO5TIH6S/TA8fPBl32IeArJf8LJvker8RUYjG/z EKNoFkf64fuYUKtv5sKusXWlgeZTJwTQ2bHo0bglHcA5rOZ28+XV3WyuE/3jmItLGK2jOd mXP0NTvSw3wpvch08kWHVXU23ElkLAOqJUECBL1Y8HcAl8AXDWlvQ40t4iQkyY3isMPnT3 U7ugqEZDPhBnCjsTRA3f69KdeO83MIMefDq6Y3F9SM9lbvRNCVfyBQOrxuDGPQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729342622; a=rsa-sha256; cv=none; b=fs72wJP/33hdUipD8SEG5Pi5Sqq9lj/Crssbw312FIZOEXPhn7Mu/hftF1qX1pX8DO2LcN k8n3RJ36PI4yMVJLjOsU+H4qKPg1siTBqKyRtdTnfL/xsfPEZdpC4okJcxwDxo8CNV4oYc 9IPpJ1AaItg292aw/Kz+WEoB5rIXDeGjQWYphY4tssJ+xj1QLHJrqD3NL8lxTZ8P1oZaGb L7bC/sZBAOM8da2L94+N+IrAxxFWRfQlx6YHPFZj9z3cRuVO2emxtLqMp3NWj8/lcPXFcJ MI/Adgbx9i5bQ0Ml45jB7Z48DqM0VMTJeIiWbgPTyVpw+2Z54ozgFfVj6id/iA== 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 4XW1mt6JhhzJYj for ; Sat, 19 Oct 2024 12:57:02 +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 49JCv2Bj081952 for ; Sat, 19 Oct 2024 12:57:02 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49JCv20w081951 for bugs@FreeBSD.org; Sat, 19 Oct 2024 12:57:02 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 238006] syslogd not starting because of missing /var/run/log Date: Sat, 19 Oct 2024 12:57:02 +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: 12.0-RELEASE X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238006 --- Comment #15 from commit-hook@FreeBSD.org --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D9c0455e4c43a8123bd7965125d34273c5= b3d9eaf commit 9c0455e4c43a8123bd7965125d34273c5b3d9eaf Author: Mark Johnston AuthorDate: 2024-09-19 10:00:33 +0000 Commit: Mark Johnston CommitDate: 2024-10-19 12:55:03 +0000 syslogd: Ignore getaddrinfo() errors if -ss is specified This can arise if the jail doesn't have networking configured, and if -ss is specified, syslogd won't listen on port 514 anyway. Add a regression test case for this as well. PR: 238006 MFC after: 1 month (cherry picked from commit 5d045d556b1cfeb1487d49017b536afb3df105d3) usr.sbin/syslogd/syslogd.c | 8 ++++++++ usr.sbin/syslogd/tests/syslogd_test.sh | 34 ++++++++++++++++++++++++++++++= +++- 2 files changed, 41 insertions(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Oct 19 13:18:09 2024 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 4XW2FF61bgz5b5Sp for ; Sat, 19 Oct 2024 13:18:09 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XW2FF4ZG3z4Rxp for ; Sat, 19 Oct 2024 13:18:09 +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=1729343889; 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=zFTJJPDRKlvepIryMiY6vc7FmKaxoCj+hzz66Il3p2s=; b=D+0kUrArMhT0rVDvJd8WORAczOcNF6JPwByZ7DEJ7IV54gnR65845JJVOF1TacOvHXzvqi FMPb7mk9iGEK5xHLgR9HdF8v5fzEmQv0A9Ngyji8IyfXtxb1bxWdQbn+bvJSdNdhthwNZP dy6s37vaAhlmXEMxwudCnC1WKHd9C6GpAqzWQtMA3zBPJpDzGE4iUYnrnlCidxyh/8u4kF gmGHlS3bucDmQGfP9SxP3TPE5t3opnmlQ2bYODRpYmcByZ2yhRXJn4hhHS5yIO9Jptd0Y9 16hYKjRsBVthbASo79bvfNGgCnMahP9UTNufqEiGV5zpKLLA26tYA+LLmREojw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729343889; a=rsa-sha256; cv=none; b=F2GV5rnmjX8Z7KoFttx+OUO9OPHfR2cyzS5rB6WDx6LZ89BvPbr3htNSyIsdERs39TpGu0 ScPjQlgi4ktSJOyiAoku5xpu1le9oPQ1SUrd8A/ZdDzeQxx7bM1r7ZbH3G01up3lVhwfXa EBuRJV8lTBbxq/XMSlJaECmNJAx54suaJCRt5CzKAC1fgtyag60lHG19ck55Fk0lLZz6nc ynuYIrTL6n9WEaMRU71mZn35xn1uxmBBh4rx2rWgnDZjjNbrliD7G5KRgnBpeVWOs8T16l /vklanwWNdcLL3aguD40HLdGpIWb0Z8glxCkOeyMdHzlUP6eTX60GhbDAU3+Kg== 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 4XW2FF43ZBzJmt for ; Sat, 19 Oct 2024 13:18:09 +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 49JDI9vw018608 for ; Sat, 19 Oct 2024 13:18:09 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49JDI9rD018606 for bugs@FreeBSD.org; Sat, 19 Oct 2024 13:18:09 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 238006] syslogd not starting because of missing /var/run/log Date: Sat, 19 Oct 2024 13:18:09 +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: 12.0-RELEASE X-Bugzilla-Keywords: needs-qa X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238006 --- Comment #16 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D9ecbda844643f19aba4c1652b2f9db7c8= 427d336 commit 9ecbda844643f19aba4c1652b2f9db7c8427d336 Author: Mark Johnston AuthorDate: 2024-09-19 10:00:33 +0000 Commit: Mark Johnston CommitDate: 2024-10-19 13:17:51 +0000 syslogd: Ignore getaddrinfo() errors if -ss is specified This can arise if the jail doesn't have networking configured, and if -ss is specified, syslogd won't listen on port 514 anyway. Add a regression test case for this as well. PR: 238006 MFC after: 1 month (cherry picked from commit 5d045d556b1cfeb1487d49017b536afb3df105d3) usr.sbin/syslogd/syslogd.c | 8 ++++++++ usr.sbin/syslogd/tests/syslogd_test.sh | 34 ++++++++++++++++++++++++++++++= +++- 2 files changed, 41 insertions(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Oct 19 13:18:52 2024 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 4XW2G41KWWz5b5Yy for ; Sat, 19 Oct 2024 13:18:52 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XW2G3739pz4SBv for ; Sat, 19 Oct 2024 13:18:51 +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=1729343932; 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=EFoW6AIcUCOVWInPTiOKn+toXFzaZYA5ord4qDPclmc=; b=MVhlG/m8NUurV69Na+6DZorrfwNfs2PeuHODUIz/dbf0+sCB9RKQXjCQ2VR8/pahw6cY0z fvvsblEBz1kEXuzCxQf45QJu1Rfq8dUZEXftOj8/6lzp27M98I5Riq5bIUgIslcP4zW60B M4eY9SCPJCSVBW7SGtVCZ9YON0fGpVt1WoMYSEJ7DC1ti0VSOY68NSEDmWiha2NZRVrva4 C9Yrgda+MyfWJ1isS/1efFrTXcoxMndxJ3I0IG3s/rK0mqR2CxpQzbrmu156WR0KnD2eEq iCxEf1jIPzQMDyrwibn6MqeeF5HkPRLGNcLbBMFYQFZ7RVZRpmwh542gZkPKZw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729343932; a=rsa-sha256; cv=none; b=RKt4INvIBs9/xzpCF+NlI/kzuqnthgv3gGhYZQ3sUjrJXHTiByA3VyUadRsQARV9SgjVAK ZPU8DFnFuFkQl3Hf0iVj+RYSaMkGOjRa9qvgfcpAb7yEUQGxyiPh6P2+RgrQwvNwzyQ7WW VMwLvpkgADTJ1o1Dbks42eBH07cMkvAlq/gwTQNGE9yqKAB7Z4y5ggluucvCKaXSNAHtP1 o2xjeC+wNaSslLhzImW1moqms36nDliUish0k+eq6E3jHUkaTMp7biIOxuoLWhzujUdEQ3 6Z1DW1QfljH8Vy3/J8E/Mazy2ejftp1Ix+49J8vc8IZwkuto9IVd1/cCWPc7lQ== 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 4XW2G36fmMzK7D for ; Sat, 19 Oct 2024 13:18:51 +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 49JDIp74018968 for ; Sat, 19 Oct 2024 13:18:51 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49JDIps2018965 for bugs@FreeBSD.org; Sat, 19 Oct 2024 13:18:51 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 238006] syslogd not starting because of missing /var/run/log Date: Sat, 19 Oct 2024 13:18:52 +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: 12.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: markj@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: keywords assigned_to bug_status resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238006 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords|needs-qa | Assignee|bugs@FreeBSD.org |markj@FreeBSD.org Status|Open |Closed Resolution|--- |FIXED --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Oct 19 13:48:48 2024 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 4XW2wc65rSz5b6xH for ; Sat, 19 Oct 2024 13:48:48 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XW2wc4BbWz4V63 for ; Sat, 19 Oct 2024 13:48:48 +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=1729345728; 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=uYg+0tvJaH800JOMIAsZ42cI5hf/oTF7S5tw9xDm99E=; b=jJ5MylPmPXyQpVtH4uuyJI9s9EKJFymfyIN/xuw2VSs43dPiMLULJMw613Zlw0bg0mb92w v72g0CWJzU+ZsDdvxIbLcGeJuZwJsTSWSNKRlZZLK6tDtNBYdZEvfoouQCIwFruRXYz4Gw jKpA4HZap+77MyiiaWmbgcSb6K1HqAqax35/4cDXZYL/6po5xHZY/mhoblvIUOHKpuv4Je FkEalctVyDi+lLjxe4mkN/Ha9tr/IYyzkJ1KLOuxOI3WKqOszygDJ0LFZt1MDY42foFojW 0pQDHIOYlZBdMKvaLAYWU3yci8AusenBrAbQ7qJM0zTsxwJfKEK+GzxNwN2EtQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729345728; a=rsa-sha256; cv=none; b=knTcFAGPqr2/PgaCLQBwOr5rDpPlOIqHSjVFgT1SiCX3pVtpmcO8BPlB3nRRfo2wmDuuQG 6ViQxmifKR7ecj+Ds9ao+Sy4unUJR5b/Lzo6YAIy72/Gk8EpWJmQCAAGdtAgXl2xmSgGX/ 3T2k7nEKsSAwoqnPgNbJcXzpclXCnyE+oJ+rme988y1zYN6gYO9MsOS0Zr14x8MNntr8jp xkiQBfLha0jebr5P1U/t6AEG1fr2TPud9EjNHw95HVhEr2PrsGRt/e7+2/jL6fIvdIp4wG Id76JAkgTiBLbHiiZn05Ri6adpJNpJ5zm6EOrws/L2gDdzwNu4ItE3mo8IhlfA== 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 4XW2wc3NdpzKsc for ; Sat, 19 Oct 2024 13:48:48 +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 49JDmmTm067240 for ; Sat, 19 Oct 2024 13:48:48 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49JDmmUY067239 for bugs@FreeBSD.org; Sat, 19 Oct 2024 13:48:48 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 282189] dumped core panic: handle_disk_io_initiation: Unexpected type jnewblk Date: Sat, 19 Oct 2024 13:48:48 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: lbfoo@disroot.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: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282189 --- Comment #1 from lbfoo@disroot.org --- it seems something goes wrong with the disk: smartctl -ax /dev/ada2 |less SMART Extended Comprehensive Error Log Version: 1 (6 sectors) Device Error Count: 10 CR =3D Command Register FEATR =3D Features Register COUNT =3D Count (was: Sector Count) Register LBA_48 =3D Upper bytes of LBA High/Mid/Low Registers ] ATA-8 LH =3D LBA High (was: Cylinder High) Register ] LBA LM =3D LBA Mid (was: Cylinder Low) Register ] Register LL =3D LBA Low (was: Sector Number) Register ] DV =3D Device (was: Device/Head) Register DC =3D Device Control Register ER =3D Error register ST =3D Status register Powered_Up_Time is measured from power on, and printed as DDd+hh:mm:SS.sss where DD=3Ddays, hh=3Dhours, mm=3Dminutes, SS=3Dsec, and sss=3Dmillisec. It "wraps" after 49.710 days. Error 10 [9] occurred at disk power-on lifetime: 19 hours (0 days + 19 hour= s) When the command that caused the error occurred, the device was active or idle. After command completion occurred, registers were: ER -- ST COUNT LBA_48 LH LM LL DV DC -- -- -- =3D=3D -- =3D=3D =3D=3D =3D=3D -- -- -- -- -- 40 -- 51 00 00 00 00 61 c7 e8 68 40 00 Error: UNC at LBA =3D 0x61c7e868 = =3D 1640491112 Commands leading to the command that caused the error were: CR FEATR COUNT LBA_48 LH LM LL DV DC Powered_Up_Time Command/Feature_= Name -- =3D=3D -- =3D=3D -- =3D=3D =3D=3D =3D=3D -- -- -- -- -- -------------= -- -------------------- 60 01 00 00 88 00 00 61 c7 e7 78 40 08 02:16:57.129 READ FPDMA QUEUED 2f 00 00 00 01 00 00 00 00 00 10 40 08 02:16:57.125 READ LOG EXT 60 01 00 00 78 00 00 61 c7 e7 78 40 08 02:16:51.632 READ FPDMA QUEUED 2f 00 00 00 01 00 00 00 00 00 10 40 08 02:16:51.631 READ LOG EXT 60 01 00 00 68 00 00 61 c7 e7 78 40 08 02:16:46.138 READ FPDMA QUEUED --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Oct 19 14:50:57 2024 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 4XW4JL0dpTz5b9kH for ; Sat, 19 Oct 2024 14:50:58 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XW4JK5Lptz4cGT for ; Sat, 19 Oct 2024 14:50:57 +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=1729349457; 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=IyaOIFSIrzk+T6m08MxH3ylPYt4LYBHJonm6YflXtOo=; b=Uk2WUMXQDGRBClmWRcmihXkMQ+mv2mJ8Tr7teZWHvtNJu/IAtZVRsNXnMjDP1qd3cbMbkh JyNC3tJF0z3VPg1i+popDBDy6Qwhsl2OSsP211DOLH1DGbB9iFT7YVeiyL67xQOZQJ64Ju pwO7NNL+ir+rxJ9/7A9RqXQx+dU0/jGca26jb9ezEahTdnsvhQyHjoH8KFicOL3ED9JK1R VJCQRE/roLeJ5zPCuwo9uZ5N5pU+ci7X/DrwnruAqMHvELQ30S45QeLfSGTBO3cEBLqM42 K66bfEH3Il43RErPzbfXg+oMrXmsXnbU2UEPoewFItxCm14xJY0ycwlgsnnAdQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729349457; a=rsa-sha256; cv=none; b=Fe1E9l41hDUu7rn4/2wp3BIpnoMJZhbAKzvnmi/xM4CJ2hYXB3RIuq4Sm5OAtr4GmxDnih f2nXTU7/YFrXMoBeBQYZLe9x2AOGGeyrJWNnYloPlWKdrriB0SLrE8wMxNpA0u9u/TNAR9 Do29uY4hYs6IaMUINcpMlm1XmX1UoY/3yUkMWf0sNTMJee2N9VQMNbseDN7YC32emK6xdT /RWzkesRjKgz3u1G2DnKCFA6grHIefi2sbTHHpceRlUNUCx9HPMNYgaNz959SbyZjZfrQm 4j9WKUaLkHDaxJanYeAX0ZvMnCksnGMDpP5LlILCxAI8EuM3zV7lDAxOPtJS0A== 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 4XW4JK4sjFzLm5 for ; Sat, 19 Oct 2024 14:50:57 +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 49JEovCh075153 for ; Sat, 19 Oct 2024 14:50:57 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49JEov8f075152 for bugs@FreeBSD.org; Sat, 19 Oct 2024 14:50:57 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 196743] make set_rootvnode() a externally visible Date: Sat, 19 Oct 2024 14:50:57 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Not Accepted X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D196743 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |Not Accepted Status|New |Closed CC| |markj@FreeBSD.org --- Comment #1 from Mark Johnston --- I don't think we'll take this. It's not clear how set_rootvnode() should be used externally, and at least the name needs to be changed to belong to some mount or vfs namespace. Sorry it took a long time to get any feedback. If you still want this patc= h, please re-open and explain what your custom code is doing that requires this subroutine. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Oct 19 14:56:46 2024 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 4XW4R23zX1z5b9xJ for ; Sat, 19 Oct 2024 14:56:46 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XW4R22C3Vz4cXC for ; Sat, 19 Oct 2024 14:56:46 +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=1729349806; 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=agChgCermbVQ7N7G8z5BjigRidqDi5cPzUZkgtQDP4U=; b=xCgL7i/AOrEBW150AaiG/jX5rodOzAQdDxId0Hnq7wQEAlSdlb+4MZHpJ2B9ayd+UAbJxZ hyph1IRxc7hXwZB3FYpz0jgnfW9ayArEN3IHefmG4B/A606Tt1s08pS+SrOYmGd/1inq1K kA4kZhys1BuMl1TkgPT4qo7VhiNG4PTuG7vHfiAw2Y4YN9nLP0OSGyYiATcdAt+t35E0yL hE08Sm7jG7kF2WfYyVkP282lS4AA85c6kCYLDPOn4H9LNqw4M1RhY1duyRHc6vLa9Oy9Gc pdwPybcCEBhmLF1hiYnrdlZXxNHFlU9UOW8Lem4izFcYbn2qiWLAHT4QAxqrtA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729349806; a=rsa-sha256; cv=none; b=Bj0CwXZY6l1TTlMZ5LyJQaGYR7FNql8MtijzgUkXsw8LJ2UzmI1Ee3IOERg2biGEJ8W+mY 811fVwVapQRmep85eBHldfQZ37joD5cK54coOpzQ3vL52B8nOeouRhzI1gLGl4GA/WaVc5 KEjK3AgDs5zyiDs6XaVoUmIR+gPYaPPjfdVqxdFplnPO41p2ZGSJWYjDywXevMNpq2oHob BrcJREukKsA4SYP8Y/Vlm38Z+Uuob249TDYMHePUP+NdX3jcx+Zb8xWWaNg+K05qsq16Zj xYIeL+9oHtbGsvu3oXzlY/Jbcmp/ZA6gr9deTD3htRJfRYJVMDNGFWPss5DK+Q== 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 4XW4R21Yl9zLyP for ; Sat, 19 Oct 2024 14:56:46 +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 49JEuknh089353 for ; Sat, 19 Oct 2024 14:56:46 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49JEukRV089352 for bugs@FreeBSD.org; Sat, 19 Oct 2024 14:56:46 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 208196] Forward declaration of 'struct ifaddr' in /usr/include/net/if_var.h Date: Sat, 19 Oct 2024 14:56:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: markj@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: Overcome By Events X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D208196 Mark Johnston changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed CC| |markj@FreeBSD.org Resolution|--- |Overcome By Events --- Comment #2 from Mark Johnston --- net-snmp doesn't require this patch anymore. Sorry that this didn't get attention sooner. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Oct 19 15:43:21 2024 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 4XW5Sn3XtSz5bDCv for ; Sat, 19 Oct 2024 15:43:21 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XW5Sm6lJGz4jHC for ; Sat, 19 Oct 2024 15:43:20 +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=1729352600; 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=RWlFfx/Yns3lig2m64oLwYLL1czSW7qREJPwj8F0p4E=; b=OxsoWRZY6s+cWUHjKOzRufTmOeQytyW+zmjYtZTBJADgM0M0ZvuxkH/z4yEShcYotarhPN EAScE2B+d4/+oqx8j80g5fsXSLVJW6zNjADW2ULyTeWRyNRSLuYfK0wS/+b5d59Oni9R4w 2GOa3gxDOKR1P0mIezpGNQbaNtqNBrwYXCRHOQhq7QbHwcEvRkVjXIuVxCsQrhTanyDSiF 5Y1TP6ToGQdzwAi26GbTGV7wJ77XXmjrQJIl8/BYzsyTBBnFcL9o1MQOvYf6ORgpR/O+tk /8Y1teY9OeT2qN4VAZ0JYcy93V+YNYNShzv1EJZvjp3Q0HQ8Pd94g86tt9Q4Vw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729352600; a=rsa-sha256; cv=none; b=kmo+hZVz3EXoCQ8Nlij3yDVPsOgPmf4eJNU858454Q0cBYpINJ6glBXNOFvqMFpG4ftPI2 6oatowaosxHsncRM66aEwash3ZwHN9ERFwoHElcpiBt/N1ShJgH+jyJDhKQUlBNN2TmQJs brEqjRLYNPcDk2YElX8Bgx32j9MdPTxikCau6MbcEZ/MgxGMbUfJe19VROMuRIpPOMpzoT xz63NYCw6ZKSgMD87GCsL2CeYtFNHYVDiyvl8/q4w7hO1AVAW3I5WKayWZ7IYb679diQHs iEVZ4OKjlV7LOSIys4uilwLzrBpJNpP7Bp4+jqLgi5nMCXbxYFuZS3rcu9BmlQ== 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 4XW5Sm6N3fzNwq for ; Sat, 19 Oct 2024 15:43:20 +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 49JFhKnd068294 for ; Sat, 19 Oct 2024 15:43:20 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49JFhK18068293 for bugs@FreeBSD.org; Sat, 19 Oct 2024 15:43:20 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 282189] dumped core panic: handle_disk_io_initiation: Unexpected type jnewblk Date: Sat, 19 Oct 2024 15:43:21 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: lbfoo@disroot.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282189 lbfoo@disroot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|New |Closed --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Oct 19 22:07:14 2024 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 4XWFzl2NjJz5ZN2K for ; Sat, 19 Oct 2024 22:07:15 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XWFzl0hgpz4NQn for ; Sat, 19 Oct 2024 22:07:15 +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=1729375635; 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=sICrvE6fkEYirvEhZJJ8mdIkLUmP4OlyWnLWKsLiEV8=; b=MCQq/iINjkL8hn3up1Nmovm5bGj7SrrNINX0BOaOng4Mt0fheMODEY6idxNb1w0TMkUXj+ aVNO6hTt5QqIEZupbK7TU6qM7BAfCYHApn6RYDsOXAUi8b9t0h1B7WpG4u809IGDLZSSfA HIHyw7AnLL7FB2dN+CXQzJTnHYQA5UYnIeOt76/4Cc6zvknJBTwnpSvQMwHNadT7sXdfQv NJoYIHV335i6d0p943CFZh9dYzLqDYKXdIGKSYElj3CYjOpQESwdxvmD9f//Vad4ipKyJG jsMCmYnUiayJB+MwVxFEEruL+rKhUPYAISceUT0nKcKzxPJh4nPfTbbXjc8Nug== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729375635; a=rsa-sha256; cv=none; b=M7tXxdTLWxNvxj2V3AncXD1ybiOQ7qlT3vS1CmJO47U9o1HunSHiKB9mIKVNWn9SWxF5Vv mTTH3OgeUKNUHWTIn6MmnXoWCKi7UqXuosyQVHiQ+fSLU0Atc9kQCQe0xkDV+crp2bme/y JTerIZFib0Pf2biOJ8QfpV5rUPyyGSvZELraOPufjpeApC1bzo96EMHQmu8zVEYYXd/O6E vwFBvKdhWdao+idOb4mFXmNsZeNTvd+D5vzl15yeNWprS8mIFhrAygOyd+cip/UHpJa6e7 JWiRVaXbD42DkRrGYM/P2yMFTtkRuZoQfTSjtFZdVsOgrQkM1b9l7/6/bDY6rQ== 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 4XWFzl0JNRzbHr for ; Sat, 19 Oct 2024 22:07:15 +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 49JM7Ehg095169 for ; Sat, 19 Oct 2024 22:07:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49JM7EHe095168 for bugs@FreeBSD.org; Sat, 19 Oct 2024 22:07:14 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 282156] page fault while in kernel mode after 14.0-Release to 14.1-Release upgrade Date: Sat, 19 Oct 2024 22:07:14 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: crash, regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: rmacklem@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282156 --- Comment #4 from Rick Macklem --- Well, if you can capture packets leading up to the crash, that would be useful. # tcpdump -s 0 -w out.pcap host would do it, if the Linux server has tcpdump on it. Then do whatever causes the to crash. If you can do this, you can email me the out.pcap as an attachment, to rmacklem@uoguelph.ca. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Oct 19 22:16:11 2024 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 4XWGB32S4dz5ZNCj for ; Sat, 19 Oct 2024 22:16:11 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XWGB31QFDz4PVG for ; Sat, 19 Oct 2024 22:16:11 +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=1729376171; 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=uomx6M/lPhNHwywXJV7e7k1PWffstfjwoH+6WlBJggA=; b=ANxfXpRzbwSMctvABj38cqbBYfiyUzR9LQ0vh9hLTLjVBQgRG4ziUogemFf1JHRL4yUoZJ TBv+M8bYoYk8EJIw2VtOKyi4xlUFSGNEOUPeBbDl2hh0/dzNL2bkQvT9yOsxQI6bxY1q6+ Kf/cina8VPHBL8xh4p3pUkFUh0dDBZCOuCfKOkJCEwNyxnRRVC/SX/oocRdoI4oyyaL5cC Ui222eV14Ggj3ioMWxU/fTFXQxv8TFFvIFrScuIRahO2qNMHO1lBEXSmRT5gBwiK1qNdYp 88EEJ71meZehFNwutiqH850Hf297JgyJSq1chdNWavE/3Sms2CGxTarA383YqQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729376171; a=rsa-sha256; cv=none; b=t4Cp91ggyhk2lm3try4CSeogEOJ6eYQTr1GVPrKCEPKyK1oU0XGlbsmmDlNKm5RweHW+kK 2r6TQyIwbt3siGSvJQXXva/D2dc4p4nKUR4mrAQvr74GgaylIwoA20EtClawwmnUxOTLNU mJphuTHAsfjjOFfmNhWm/+3Yz3hYM0b/MuXCw4e6nvbFD0NBCh9u+vHlmubgDHPd8dDLWd a9d0SNk3whY4N+kgwrN4SPRwqM27xUJRHP/BUO00GE0msdqKcTdMhhdeHgyZ0wCLMS62ZX nQn3COf5VXzC3HOZmkWzKemsKfIAMNUifqh74ngNalZzGotz6u3OcjhTruMTsw== 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 4XWGB30wPSzZLW for ; Sat, 19 Oct 2024 22:16:11 +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 49JMGBlm018378 for ; Sat, 19 Oct 2024 22:16:11 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49JMGBCH018377 for bugs@FreeBSD.org; Sat, 19 Oct 2024 22:16:11 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 282156] page fault while in kernel mode after 14.0-Release to 14.1-Release upgrade Date: Sat, 19 Oct 2024 22:16:11 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.1-RELEASE X-Bugzilla-Keywords: crash, regression X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: rmacklem@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282156 --- Comment #5 from Rick Macklem --- Oh, one more question. Do you run a GENERIC kernel or a custom one? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sat Oct 19 23:51:14 2024 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 4XWJHk5Y0qz5ZT8d for ; Sat, 19 Oct 2024 23:51:14 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XWJHk3bvhz4VcN for ; Sat, 19 Oct 2024 23:51:14 +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=1729381874; 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=NUXYz2nSoz3K+wMAVAmblXR8ZDeL3ggvOfY07K/eW2w=; b=bNCURjEaJmGOtedslhZRUEPwcphShUjtOdOq0q9AiBufpbTEnmUQ8vnknrndhZDL4SfznZ 7NP59y9wKuHzSzot38ck2lyDOyagnNitqUhXIGJjqChmmb/rT0kQDmPws1R7miTvmMO1Vq nu9Gi8X6TLnJa0a1bRRNA+hmPpdA9z5A4KZbjwoV6jAio0v/0r33rNgXc2U6KD+/162kDG fs+NfoDZGfHKrWPpdRAtZcnKWzKFu4Zrcafd1SRTGFehQW5xpQ4REeCKJHvP44th/c+EkD kY55ir1XAdVMD2LJBrjtZtTyuvnacCXRsBIxfYxy3wnVf7RpCwhK2Dx50y3AjQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729381874; a=rsa-sha256; cv=none; b=wOHJncqYu6alcJbu4kdK3xXIDuvGBPes/yCRprJrLEWXE6jUQG2pXnn+QF2L4hJxoOnTke 85vi6caywcFvqPS6GnJOmeDrIumcHvYAmeTIChpn9oXECNTuBOVa6vprCi7mx7vubQBaSD lBn3VxUW/2EgntY+pkFfDQGp2pxi1jBOKiLzrB3tphQxvvQPxop1y3HWq5aahMJwjQHKg0 yfqoqj2vdb0y9njOm8vA9ONsqn69kMLi4LwYhFRTNvLCkFz/TK+tmZkGDFJLTWzeCbfBKA vc+ys1JIiogkE14p3B5Q3MqcwxgHAiRE73r8+ze7XM90CH3zGgIzXA+sUfkY5Q== 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 4XWJHk3CrSzf0c for ; Sat, 19 Oct 2024 23:51:14 +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 49JNpEvq061949 for ; Sat, 19 Oct 2024 23:51:14 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49JNpE2Z061948 for bugs@FreeBSD.org; Sat, 19 Oct 2024 23:51:14 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 282192] absolute symlink in /usr/bin Date: Sat, 19 Oct 2024 23:51:14 +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: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: emaste@freebsd.org X-Bugzilla-Status: Open 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282192 Ed Maste changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |emaste@freebsd.org --- Comment #1 from Ed Maste --- Yes, I agree. Will you update it? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 20 00:35:28 2024 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 4XWKGn09HBz5ZWfN for ; Sun, 20 Oct 2024 00:35:29 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XWKGm58BZz4c04 for ; Sun, 20 Oct 2024 00:35:28 +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=1729384528; 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=cagQBcaEFCzelHojtGEBv7iEZYcHkABFCplt1DEgQeQ=; b=jZp49LQtxldwJXi+MoWN8nN5ic3EbbPDzGI+6UVq0LGZsGU9MtBdYLT4CFfaHeMRQQWrGY qusRE6KpQfSYkZIfqK0vPRBjm9FgKXUkGYOYus62++xpsXuMIpsNnu87biR1EDu1N0ZhYI +s7G8Q7E32D8w+asyIZ5731werGuQ5hsgpdhQ4yPtV8e22z7w17lBf43mxKLVLkB4GQcjZ pQwmlE7yJS9FPpaC6zj0EA3d+/1hFwEZvZuXPk1Eq6CoH6mHblfLeKH2W20zEcpBQ65BEF h+4aytpwHNj/MGOT8ehj2dPJ9mX8iJbp3zfjxKkjKlSwp5TKAubBLjPpxHZubg== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729384528; a=rsa-sha256; cv=none; b=uxPcFjRcNBsoNtYNm3fQLIqOSyH3EBhPgJW7AwaEKfeoZun8KSNOg8Bducbiq1JU8pTcmL LqRAPEpo008S+U13HgMeSia4ONzcFNOzRD7zwr5IS8nwjt/H0tCS+TRxEOVWXmNFxScqPo WQe60Sit5DT2WuSfWORbM+uf8BORslH8bOB80TmBBY+NwOa8mGV7rzBeMFBNJtQiQaiId5 Ns42sdkqKAL5jVA0ahqLdedtaf60bdtnD2whrhEE//hHg76alzdy8wEQ+YeXyVFLOm5MYr qh1Lu4rOszB2GqujVm6ILnDYqY58e9ly4RCUBBaGu2hvazdoXtN2EkgfINWuqg== 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 4XWKGm4lq0zgBN for ; Sun, 20 Oct 2024 00:35:28 +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 49K0ZSbf044680 for ; Sun, 20 Oct 2024 00:35:28 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from bugzilla@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49K0ZSSl044676 for bugs@FreeBSD.org; Sun, 20 Oct 2024 00:35:28 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: bugzilla set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 282171] ftime(3) library typo Date: Sun, 20 Oct 2024 00:35:28 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Documentation X-Bugzilla-Component: Manual Pages X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: commit-hook@FreeBSD.org X-Bugzilla-Status: In Progress X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282171 --- Comment #2 from commit-hook@FreeBSD.org --- A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3Ddef4322f9632fddc1953df0210f278bd0= 4026f9c commit def4322f9632fddc1953df0210f278bd04026f9c Author: Keith White AuthorDate: 2024-10-18 12:49:30 +0000 Commit: Konstantin Belousov CommitDate: 2024-10-20 00:33:44 +0000 ftime.3: fix typo in spelling of libutil PR: 282171 (cherry picked from commit 167bfde7057f38894c8fbd790a65136f0174368e) lib/libutil/ftime.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 20 09:04:31 2024 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 4XWXZ80Zv6z5b0vS for ; Sun, 20 Oct 2024 09:04:32 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XWXZ75jZ9z4K0c for ; Sun, 20 Oct 2024 09:04:31 +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=1729415071; 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=aXB7kw6l4x/GmQ/Ihf50AX4ON6cjgjIW2fuG86Nl8Y8=; b=NNsh6r+ZsKOVHGUy/xG5k3CowbWfUjMeWsXtIGnL9v+EwTCqzYfkIb1guqwOGY4A/63nK3 hzWJrLqioqu5VSJp/3Hlwibozgjk8JKDNigyYZ1p7dX1Nz3r7c2tTLsGOq/8UpUfUDRqVR mxnEgsScEBJzyeii6QkwdCl6xkhlz6G+toLbZIBCilCqKlZGi5acay3iRr09v7XerFQuXt 5AnLYD2NBtGrRA/YWrvroazwDm6OcQVTXJiRAR4rDTAzXEZ4KmeGWb+tTxKXErprRiZ9lO e1s99A8FLPdoPWB9vcMmcUBQjnT2AAXtJ5iPPTQzhMKKi6uTH5WP5tSfN3je1w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729415071; a=rsa-sha256; cv=none; b=AAOQh65nCP8hu7Hf5RTlFNaNsuy2S1f+agsEi3n62ccyEJNQVgrAWD2Pe7Wb66KGBR3tZB HQnuwCfV50HJGvqx9aNbkoqZD3KWA2PYnKzd6z5RuahFUgnstiy+eHMTraholdEmIBKYNi 2HIeYnd8+2u9fBvWabzsH+VtO7+Cy/D+g+hIhP87LJoGftnlWRLt9UCiZ9wIIn+y4GlRG6 LbP+Ck2ueUssZnDjc6F09Ormvr2LjZbuPGbwhIwJCO+t6KCoe0E1wqcuCwjrdlFjgItRdO 5HEiIfhTlRAup05PoCAcpWbeV/E+iyQczI38baNDj0nZDJ5C2aHOxJ0tcG+z3w== 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 4XWXZ75CptzvlX for ; Sun, 20 Oct 2024 09:04:31 +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 49K94V37022874 for ; Sun, 20 Oct 2024 09:04:31 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49K94Vhd022872 for bugs@FreeBSD.org; Sun, 20 Oct 2024 09:04:31 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 282192] absolute symlink in /usr/bin Date: Sun, 20 Oct 2024 09:04:31 +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: 15.0-CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: wosch@FreeBSD.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282192 --- Comment #2 from Wolfram Schneider --- (In reply to Ed Maste from comment #1) zfs is an external software. I am not familiar with maintaining external software in the FreeBSD src tree, I would prefer someone else to fix the problem. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 20 11:50:05 2024 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 4XWcFB1FfVz5YxHV for ; Sun, 20 Oct 2024 11:50: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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XWcFB08qXz4fkJ for ; Sun, 20 Oct 2024 11:50: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=1729425006; 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=lW8y9algwEZLW1ExeihS4IuSecc4RaCOve5CwrknO/M=; b=MC5kPF1s5ho1EYAYvqehFkcFlfjCCY+sdjTFC9UuBa0oc1O24MZ7SKWZuX0adAxt7cRTER iFYPn1mDIhXbxr7OHIrzQ9JjVliVAitR35iKVbgbYeTKooEUevpE2zc3g5m/UMlNHBaL4M AgC58CNWibFAqm6zousjzu2nUOgmQlNNBQqpfmnrPpz5LBuA8g+ZEiu9cF4ZbJXmr3d/VG wBhGydlxX06QZPlPga/ZMFAI8N7vuWBTLw9fQWliOry7xa29xcqQgA3FtP6VkS7MmCNdHH hqKDlwZvkRhg+ao9r8/z1ptozKW14eRGyOEAxT+znaMwKINS4covNHsV721T4w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729425006; a=rsa-sha256; cv=none; b=mB4ilCzx3R9WGE9B0V67kNmPmS62v2wlzcHlVgsL4KFqXZxSu5a2ndB+AhvqfDrKg4RYbA Bt3c+CEQlvm6WSUiHSC1TdBli4F/54cViRXQ0QD4gbIT3Wrgt9ksuoEYV4lc4ybMEOvuPv CZuE98luQstaj/FPilOhHIFirpBu3yz9j77PTs2H7DChxXBfE8OTesyczikPcZZDug7HEo TcnkrYvGKmjlIieaXHOHfT3l40l0l/rIkNgppCF0mu+mMqphRRb00geZApKDo0M2E0OMbP 1ULcao+XxBHMbhr6duM2NRnIAqeI3xi/1INV3zxT2BSzkmRu4w15sKG0TOxrGw== 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 4XWcF96t71z10xx for ; Sun, 20 Oct 2024 11:50:05 +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 49KBo5uC076257 for ; Sun, 20 Oct 2024 11:50:05 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49KBo5Uf076256 for bugs@FreeBSD.org; Sun, 20 Oct 2024 11:50: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 194651] FreeBSD 10.1-RC3 audio hiss with powerd options on Elitebook 2530p Date: Sun, 20 Oct 2024 11:50:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 10.1-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D194651 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |christos@freebsd.org --- Comment #2 from Christos Margiolis --- Is this issue still reproducible with current versions of FreeBSD? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 20 11:51:13 2024 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 4XWcGT5J6Kz5Yx44 for ; Sun, 20 Oct 2024 11:51:13 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XWcGT40hKz4fx2 for ; Sun, 20 Oct 2024 11:51:13 +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=1729425073; 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=M0C2LI7uaU++2SBUjzoif3BH2h6SeuOrvxYIbKc97JE=; b=CWbINakU1NYlOylC/m8HyBNrpRjVF3hf5G1tRbn3YtSWZEnbZTwNWu7NZxYxQC8+FTzEw2 BCYAgu6uzKOtD62HpxjYqQ/nvwx9p1V6tc5RIY2E7zFcxKK+rzE363+c+dyCScjK8z+b2K dPj2of5PvLWnQGZpjyAgX05vIHv1EroMOoym5NXtLqv9IUqMtjz24CUhcd6XYcyAs6r7V8 mxOh87kiHuQ3p0LymctDsQ5wBqDebiqnCDESUw04FgxczKFAAvfCdfQDygN8rQCp2kFG46 1RBQ6+InAEC1YcrGl7uie1uKe0LCanhyI6PfuRWTaMYtnW+2+PnIfGfJgRFssA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729425073; a=rsa-sha256; cv=none; b=oQiKueKokk165QmrdQb8/a7ElI/Pv4vFv8gsnxBDRVdn+FheGbsTaV7MtQ2XcfilBlgMQn n+T35GueTJ70dCeP0EOF/bAJ50VVWRPmk4rdt2J2aLL6Q3Otf3UReSYDm/haVamk6jO0py 1eeNOYzG8P6/szaCFOODb5nqq7mRo3PIbuaA6kPCIGAqJCY1Ld3Tb6eWuzNHiaKLkMaxcW Oh5BWX5VAsBnq5JUCy+EyY8QQam7KlMWvldzg5JjO/1E6KZoI9Y14pGV5ctCzLtwmh9lHu B8iRFDSajFsQpscppbQiyeMzwjmWbk4KtlMeavC0f4RlqB4tid45f3y+3NMjrg== 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 4XWcGT3ctyz10vm for ; Sun, 20 Oct 2024 11:51:13 +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 49KBpDRD078656 for ; Sun, 20 Oct 2024 11:51:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49KBpDVp078655 for bugs@FreeBSD.org; Sun, 20 Oct 2024 11:51:13 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 275913] Dell rear audio port is in or out and fails to work for playback, the front audio is out only and plays audio Date: Sun, 20 Oct 2024 11:51:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275913 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Open CC| |christos@freebsd.org --- Comment #1 from Christos Margiolis --- Can you post the dmesg output after you run: # sysctl dev.hdac.0.pindump=3D1 --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 20 11:53:02 2024 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 4XWcJZ15Jgz5YxCw for ; Sun, 20 Oct 2024 11:53:02 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XWcJY7171z4gT6 for ; Sun, 20 Oct 2024 11:53:01 +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=1729425182; 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=EjTCAyhLtwIT8mrzqqgsmvlI08ThXo6z3C39+WbDwAY=; b=YEVXypK2tl4PXDa80mskjD33gJCaPu0k9YCzXTIBZvbGw30T8lX/Ui5QaqrVYNWCd9IEbE LRihFVdq2uBrcwlJqhoB8lFOqJnGKEIzW0aEg0+0m+Og0N0uvYORYn2Q0hX+OZyJzdaf2c pxhs33phRU9WFUKCdEZW7ld9sGV3hK3jDDJpbbUSHAYauP1rPA9x+ufBAYU5arFRJ3pBIR lFXg6v2CAS/nGHjctSecrKzG6H2chLQt9f/bEVOhguAfpgh/MSCgzH9yGKqvOOhzRT6YZm 1yGHmEBmmEBPzlhyio3VwgNKsAjygjrSY73TciXo1OsU79hxNc7oSkcZevIsvQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729425182; a=rsa-sha256; cv=none; b=lh0FONCfLbfwXFUOS/qADSyGyL9ekxYudYZ9qhAWUj2FBkcuZQTMVXZGEtMU8ghq5tAZ+X sTKH/s06bKS4SzVcNuzBtxt/VIF2RvURG6v+CDnBDVBf0gLFvIgo7xZS0TxJ7dWUophct6 uhDS11hPRL/PyNd3rOyd60P8hCc3+HEhdtk6i0+/GCNJvazMiUulSJWFoIHzYPPY2Ij7SP /S53SzTlqYvO/fRc1LdAAhDjMRVsxZVrWdiasVgZ3q5M8+N77kU9tqMWCnyIdPN24tNXIB l4wpOUm/WwifH6QGIiQ9M2RmNzKTZlndC67svleAl7Gsv9mIOKM1dKEL6pK2aQ== 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 4XWcJY6cSRz10vy for ; Sun, 20 Oct 2024 11:53:01 +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 49KBr1nH087399 for ; Sun, 20 Oct 2024 11:53:01 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49KBr1Lw087398 for bugs@FreeBSD.org; Sun, 20 Oct 2024 11:53:01 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 275913] Dell rear audio port is in or out and fails to work for playback, the front audio is out only and plays audio Date: Sun, 20 Oct 2024 11:53:02 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 14.0-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D275913 --- Comment #2 from Christos Margiolis --- (In reply to Christos Margiolis from comment #1) Also please send the output of: # sysctl hw.snd.verbose=3D2 # cat /dev/sndstat As well as the following sysctls: # sysctl hw.snd dev.pcm dev.hdaa --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 20 12:15:46 2024 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 4XWcpp4DRdz5YyHY for ; Sun, 20 Oct 2024 12:15:46 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XWcpp2ZDMz4kX6 for ; Sun, 20 Oct 2024 12:15:46 +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=1729426546; 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=AizwJ9s03DM8oVc3Klauh24mZJNeR7HZathGo0YOVzo=; b=vccyL+/WGh0p1U2vI7TDg0xQ7TYgpgF9Mm8/o4LvVzi2sFqIkwGzBfyPMpE8qNKOgx4N8x XQuVJuPure55ooXuXSBkdDQVAGXO4RjRwqYv2aOLgvR5rE9kdVsWboLeeXFswd44jGhshS hGhXctbxW8HGbOFhwG9+8SE2eCPRhM+KOAQZCwYEDZQE7AimFh/AE+CkByb0cb7Sr8i/QL kcQDr/2u3RO1aemyDJVeni5kqtIECUi03WwI3ZqSJ12/hG9qzRDxP2WqHWNuy8Lpwi6nnt B+Rld3LH3c8imOu94gS7PSJXWRXIiM+1jrF3Pn1DwCTFjB4ZORhrsrvgg+UshA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729426546; a=rsa-sha256; cv=none; b=lor9dlcYARErUP/ZxcjcGMOgr/md4Ql/ubrP5l5nT0alL01SfAcUo+pFwBMKeXUQB/Rs2U uq0hqZcK91AZZhSKFuEq656fJHWRAREMXAAaolvezAsDjCchhL74kK+KWFrY1F6UU6vFjt wYdkEq3adbn827jnHdiMP2xo0yrAH64BzKBdCJ7SeWql1LIZ4pXCDJ4KIY7p2Bm3pey328 6msDBLi7sjs1knc6UqrnP78usSF1m6S4Hm9IzStz0bEMdBj5P6ozoUmVh2AAYAOseFmSgX m6gLn7SGoX455G1BXWjfFxHbHVympMtzt0C9T7bHW1x65BABqcVCTY2zxf80ug== 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 4XWcpp1hkYz120G for ; Sun, 20 Oct 2024 12:15:46 +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 49KCFjoZ026778 for ; Sun, 20 Oct 2024 12:15:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49KCFjCs026777 for bugs@FreeBSD.org; Sun, 20 Oct 2024 12:15:45 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 156165] [hdac] Missing card definition for hdac audio device, no attach by kernel 8.2 release Date: Sun, 20 Oct 2024 12:15:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 8.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D156165 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christos@freebsd.org --- Comment #3 from Christos Margiolis --- If this bug is still reproducible in current versions of FreeBSD, could you please send the output of `pciconf -lv` for this device? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 20 12:32:46 2024 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 4XWdBQ2MBPz5Z0f8 for ; Sun, 20 Oct 2024 12:32:46 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XWdBP62zbz4n4v for ; Sun, 20 Oct 2024 12:32:45 +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=1729427565; 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=XZHoweu5AUrwEQxrnLc5tnflF48GZcYQ4q4ZX3GiylM=; b=yXssnHLW0ywGqhHr+eQDc2lGoYCz3AoltOfdJAn1UNqLL6YkO827jqYABVRyuEkwbwQlvc 2HS8avQ0cINLY/TCSWRPK4vCt5xEKc6DW9+9EBZQiSc1QcklfTfhu2aVQH/h7bR7rnQfYJ STVrWbbmDzcwMdVS5JEnPRAH3Hm5zOgUfH/afZnt7tg4+EQWPlqrVPGEVHRVIGkSnFooe3 1da6Fxv6HUB6ECAu304hr5oLsp3vIroS3mYrXS7yiGbsv4cGn5aa/jhWSB62GB5dtkbv5n 756lQTRgWkyBV7a3iEUlieMsd0fFR3zAGfK+VJg7W6lB9tRwj9Ohxh6wsPbEEA== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729427565; a=rsa-sha256; cv=none; b=CQROhG36Pg1T3RTSwN3YjfBX60b8SJZJA74jTMG0jHtoKNZSTZzlAJ08Iy3Cr4yu8mzyDY UVuxUdNUuht0cKwIBOvkACGpMsqXSwU5z9aAdyQ7l7eaoiolle1ICyl2JK9uriZCi3hffa 3/Gav6n3vio9M8gXev6VelLLYwLIPdKRyeLLkjkQS63v2PeUgF/kfXmmNU1ktfwRmVaRdz JJXIaxqwHBjp3OiGPqSF+jL6RVUYRFj/725hX1kLr5Jqqt3A2HZDoOLUZKV5o8fTJ4Y7np YLEB5hZdZQ/ks92bPm7HndLa617r8+fX8WL7oERcAikI2wH6t16iF29tl4F4TQ== 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 4XWdBP5fZ0z121p for ; Sun, 20 Oct 2024 12:32:45 +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 49KCWjjm054749 for ; Sun, 20 Oct 2024 12:32:45 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49KCWjI5054748 for bugs@FreeBSD.org; Sun, 20 Oct 2024 12:32:45 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 121962] [sound] [snd_emu10k1] [panic] Kernel panics with device polling and snd_emu10k1.ko enabled and network load Date: Sun, 20 Oct 2024 12:32:46 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 7.0-RELEASE X-Bugzilla-Keywords: crash X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: christos@freebsd.org X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: Normal 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D121962 Christos Margiolis changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |christos@freebsd.org --- Comment #12 from Christos Margiolis --- Is this issue still reproducible with current versions of FreeBSD? --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 20 16:54:30 2024 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 4XWl0Q6J0zz5ZWxq for ; Sun, 20 Oct 2024 16:54:30 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XWl0Q5B5Hz4F9f for ; Sun, 20 Oct 2024 16:54:30 +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=1729443270; 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=hoCCioP/V4W/R8hCtyl5hEjAb1ik4/z4XF7FhFTvTMI=; b=vh5v7wWvxqN1FpRYSjHMKwFPH9Uqs+XcpvDHBd3Tro+SgTQjKFDevm3DyM8E5fD1r8GdJE tpg8NWmVbutb9SZvcnNezyicqomNA7FOA0dTNZj5jYIdznYUB6ND5tzkQtB3m3+w3bWG5P un1sqiccd/Sgzfd8AvKORcnr0X5SsuhpevRo3Go21Rf7xWteywF/BdhCn4X2JxrlC/HL4i dJzh8gJqew5B08Yh9d8rOQSxk96hfC+n7HOzkUusRNpHt7x1s0/0LSVTS9JL21mjqWt5ka MtPKoLKkrv6xp2j5896amnjz+0FBffwsUx1nNV4Zka3Bb2mKoV73cuJ3QVNbcw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729443270; a=rsa-sha256; cv=none; b=cVt3PgWlqdxi3cwg3YVXXrks49Qccwlonb5jLrqOrod128iERPX7jAR2baG8ey5n6U13gx ZsGaYTcGLnZ8GabeuJ6HtQ8AUhdBYvtdVINtxXL3kki5Z6CSR5AfmT1JEYIx1yu+Akfyi7 Jygx0rxiBavkrn5kBYgNW3axy/IsZ8e6cDAi7srbqckLZQb5y5lSPw+ClB8Zh0I6PMPpEy OatWWLqzo9fbYv6DLV/Ohk+Z+6tDAt9EG/rDVW7U7czY5JFoAKYhqOhmfTuJ22MZ6iW8hl OVbpxSVjdxbZDw0zShhDhE7ZgaBexVj6VQJoYJHfvg/jqiftfcGUytwrWzU+GQ== 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 4XWl0Q4p0Zz18DM for ; Sun, 20 Oct 2024 16:54:30 +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 49KGsUwx069248 for ; Sun, 20 Oct 2024 16:54:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49KGsUN7069247 for bugs@FreeBSD.org; Sun, 20 Oct 2024 16:54:30 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 230875] Revisit decision to not block read_random(9) on being seeded Date: Sun, 20 Oct 2024 16:54:30 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markm@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status resolution 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230875 Mark Murray changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Open |Closed Resolution|--- |FIXED --- Comment #13 from Mark Murray --- In the general case - there will always be need for early unblocked randomn= ess, while generating this will be more difficult the earlier it is required. I think this PR can be closed as it has run its course. If any new improvem= ents come to light, then a new PR can/should be opened with the specifics. --=20 You are receiving this mail because: You are the assignee for the bug.= From nobody Sun Oct 20 16:55:29 2024 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 4XWl1b68L6z5ZWww for ; Sun, 20 Oct 2024 16:55:31 +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 "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4XWl1b259Zz4FKl for ; Sun, 20 Oct 2024 16:55:31 +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=1729443331; 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=jMOX4Lfu2D7DUJ8OsbazM0dcFJTiBzjSSEKDzxovfsU=; b=E+MsrJUFdVckgpBug+UQt1EhpgNbMRfMW1v38zkL+/wCVOb3+4wNu+5t597zV6sNKs2lHc 0Qu89Rio5+Vnfe0oOYYwwjyehYXqNL7xc/EBkujG7HShY4/2XwrSI/DJ07q8g2h+/IdHOQ QpcmseGmoyX4EoL6u5hA6aFyH2cpbHdMURELaqeo6ZrAF2HjBMY2nxNN/R7khfOQXSm+2c d2lpsXOybGrTxOs+kru97K9E6KSbMKLf3jFKIeNT4Jvkb8Ib7sQmcIVMe/rWCsrDcKL2rz lOGs4+iBTqktkub8WZuLMTBkb5474qtOZaDwQ+rgsE2Hx87lzF+yHxqrg3po6w== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729443331; a=rsa-sha256; cv=none; b=cu28O0d5xr0mAj4oMEw3eyIanqmlOpdgvbhOQz38J//HpuBhqq54rwJeAFZ1F/kBokAC/E RORbf5XE+rlGmksFFRSjnFjsPu5Pvcj0j54wiaEVlRP98hKrzXClV/adUHPbrvYkV7iT6Q fBCeg55GC4LLxMt94vVEsQOSDjbiSd7LFJhd11EG+EJ6amKHBpfEr/wQLwtzJYTVdyvwCM tLFijgv6a8CmAACEBaP1E4Y68RZOjzm9h6uXDLykqBG/p7dMt6slpPxVujXZWiYoSdU3U6 MvAotHVYE46m9U65S5PWmNN42kpocaFGLddtCCWpygEgSwjv1UNV8O3wx69+Bw== 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 4XWl1Z1W2zz18wG for ; Sun, 20 Oct 2024 16:55:30 +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 49KGtUmi069835 for ; Sun, 20 Oct 2024 16:55:30 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49KGtUBg069834 for bugs@FreeBSD.org; Sun, 20 Oct 2024 16:55:30 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 230875] Revisit decision to not block read_random(9) on being seeded Date: Sun, 20 Oct 2024 16:55:29 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: markm@FreeBSD.org X-Bugzilla-Status: Closed X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: 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 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230875 --- Comment #14 from Mark Murray --- In the general case - there will always be need for early unblocked randomn= ess, while generating this will be more difficult the earlier it is required. I think this PR can be closed as it has run its course. If any new improvem= ents come to light, then a new PR can/should be opened with the specifics. --=20 You are receiving this mail because: You are the assignee for the bug.=