From nobody Mon Oct 21 17:45: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 4XXN4h5S1Lz5ZZ4s for ; Mon, 21 Oct 2024 17:45: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 4XXN4h1JVbz46Gn for ; Mon, 21 Oct 2024 17:45: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=1729532724; 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=9VPca3AAqzt6JA36MbcH07A5PRtLOlrRu97eD21BsrI=; b=KvXCBG13gTrb24oSxBOZhIPJXqlpjrDfQiC5RNuPECTMR2EkBCPwCHs+rM0ha95DtzONeq dfgY0x8FBXfLNCQFQ7X4K4QKUn1a5zwMKs/Pk/VgD16b+G4FWK7mmlCfjfgvU8q1+4PCLx MNxlX+rBMsetDGAG3zozxcKOZU0UMuTLRnxNDl9YIgdcAhtfveflXXw7TjtPPE47IKwVhL lmf44KceO/MNzhjadfrdcuz1wCtErxwV/F4e2HWvkEH+HGuaUtyd8d9we87ysrBQM3IQim aefjt6fQpWOTFD0El0WUbGsXRYugjQCMY4+yWbmHxo06VkdvUd19C+vqcfgvUw== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1729532724; a=rsa-sha256; cv=none; b=aEca2B4dsnZrCKyQZkNN2rFKUcoPAfwBhcYE43wUrBKidlL9kfMIiuM6BAFZAbCP1oZB8d HIX+ZBh1JO3U6m3GOADX6LWPW3U9vbB3qSLrB9bvoKelXVPEdplBjwgNY755DW+c4o5Rgb 9lteq+tCxUbLeX6JxbVElH7SsZXjNO798Tj/FAuZJWWYitxBV3Tw6tGoH1x3XUxFDFI2gP se7Nx4JXRu/J2ndkq0A5pueJYMkCjqaXL8nLU+exRmxpFYDJRwA/4BPJ8xkqbLZPvSVZjJ N1DK0Q5C7LW/e4Dq6h/xBqMnAFnudoh+FbtiwKZfcgFvluGyri+3EUo6Hhm0Sw== 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 4XXN4h0prKzgDc for ; Mon, 21 Oct 2024 17:45: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 49LHjOYv055695 for ; Mon, 21 Oct 2024 17:45:24 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 49LHjOWm055694 for bugs@FreeBSD.org; Mon, 21 Oct 2024 17:45: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 282255] rc: Is rc_fast_and_loose actually working? Date: Mon, 21 Oct 2024 17:45:24 +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: Unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: 0mp@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=3D282255 Bug ID: 282255 Summary: rc: Is rc_fast_and_loose actually working? Product: Base System Version: Unspecified Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: bin Assignee: bugs@FreeBSD.org Reporter: 0mp@FreeBSD.org The review of https://reviews.freebsd.org/D46862 prompted the question if rc_fast_and_loose is actually working at the moment. rc_fast_and_loose makes rc(8) execute rc scripts by sourcing them instead of running them in subshells. This is probably broken as many of rc services c= all exit for example (also with the exit code of 0). There were some discussions about rc_fast_and_loose in the past, questionin= g if it was properly supported or even working at all: https://lists.freebsd.org/pipermail/freebsd-current/2012-January/031167.html We should investigate if rc_fast_and_loose is working at all. --=20 You are receiving this mail because: You are the assignee for the bug.=