From owner-freebsd-ports-bugs@freebsd.org Mon Jul 22 13:53:22 2019 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EBEA5B2623 for ; Mon, 22 Jul 2019 13:53:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id CB1BD702B9 for ; Mon, 22 Jul 2019 13:53:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id CA65EB2622; Mon, 22 Jul 2019 13:53:22 +0000 (UTC) Delivered-To: ports-bugs@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id CA2AEB2621 for ; Mon, 22 Jul 2019 13:53: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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id AC6FB702B8 for ; Mon, 22 Jul 2019 13:53:22 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7F9D4E020 for ; Mon, 22 Jul 2019 13:53: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 x6MDrMNP070030 for ; Mon, 22 Jul 2019 13:53:22 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x6MDrMex070029 for ports-bugs@FreeBSD.org; Mon, 22 Jul 2019 13:53: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: ports-bugs@FreeBSD.org Subject: [Bug 239144] Identify generic RC framework extensions to improve ports script debugging Date: Mon, 22 Jul 2019 13:53:22 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: dogfood, feature, needs-qa X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: tara@anne.cat X-Bugzilla-Status: Open X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-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 MIME-Version: 1.0 X-Rspamd-Queue-Id: CB1BD702B9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.971,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jul 2019 13:53:23 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239144 --- Comment #6 from Tara --- Baptiste: all it does is add the -x for you, but does nothing for getting t= he output from the service executable yourself, and it's a GLOBAL flag, so once you set it, you get output from *every* service from then on. I'm proposin= g a per-service debug, that works for figuring out why 1 particular service is being mean and not starting. (In reply to Pietro Cerutti from comment #5) 1) I'm new to FreeBSD changes, I'm happy to do whatever is best. 2) I only did 3 ports, to sort of show off the idea, without expending lots= of resources. If it's well accepted I'm happy to expend some more resources. 3) if we do it piecemeal, we get more chances at support across the ports t= ree and a better chance of finding where my idea will screw up long before it becomes default across the entire ports tree. i.e. More ports people will = see the commits against their particular port they maintain(or so I would think= .. please tell me if I'm wrong). Every port that uses daemon, doesn't necessarily do it the same way (these = 3 I picked don't all run daemon the same way for instance). A giant commit acr= oss the entire daemon using ports tree would be a lot of work all at once (since automating it would be difficult). So piecemeal I can just push commits as= I find a spare few minutes. Also for services that don't use daemon(of which there are many), every sin= gle port will require some special unique fix I'm sure. I haven't started look= ing at those yet. I'd love to be proven wrong :) --=20 You are receiving this mail because: You are the assignee for the bug.=