public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Robin Roevens <robin.roevens@disroot.org>
To: development@lists.ipfire.org
Subject: [PATCH v3 0/5] Fix Bug#12935 + cosmetic changes/enhancements
Date: Wed, 12 Oct 2022 00:01:52 +0200	[thread overview]
Message-ID: <20221011220157.17385-1-robin.roevens@disroot.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2332 bytes --]

Hi all

After carefully reviewing and adopting all comments Michael had about
the code in previous patchset, here is again a new version of it.

Only PATCH 1 was changed since v2:
- propper initialization of variables where required preventing possible
  undefined behaviour
- more reliable error checking: all functions now return a meaningfull
  integer one way or another to indicate if and what kind of error
  happend. No need anymore to set errno to 0 manually as it no longer
  depended on.
- No more checking against NULL making many comparisions easier for the
  eye
- fix some possible memory leaks
- fix a possible unallocation of not yet allocated memory
- in case of a system error, a descriptive error is shown instead of
  the number, using the %m directive.

Hoping to pass the required strict evaluation this time :-).

For reference, the content of the summary mail that was sent with v1 of
the patch:
---
This patchset fixes Bug#12935
(https://bugzilla.ipfire.org/show_bug.cgi?id=12935)

Summary:
Addons where the initscript does not match the addon-name and addons with
multiple initscripts are now listed on services.cgi since CU170.
But addonctrl still expected addon name to be equal to
initscript name; Hence starting/stopping/enabling/disabling of such
addons was not possible.
This has always been like that, but that problem was hidden as
services.cgi also did not display those addon services.

After discussing this with Adolf on the Bug report, we concluded that we
should adapt addonctrl to work with the new addon metadata
Services-field instead.

I basically rewrote addonctrl to not only use the new services metadata
but also to have better errorchecking and added the posibility to check
if a service is currently enabled or disabled.
As a result services.cgi no longer has to go checking the precense of
runlevel initscripts, but can just ask addonctrl.
I also added a warning to services.cgi if a runlevel initscript does not
exists, to prevent the user from wondering why he can't enable a
specific service. (Adolf pointed out some services don't install
runlevel initscripts by default)

More details in the bugreport and in the commit-messages of the patches.

Regards
Robin



-- 
Dit bericht is gescanned op virussen en andere gevaarlijke
inhoud door MailScanner en lijkt schoon te zijn.


             reply	other threads:[~2022-10-11 22:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-11 22:01 Robin Roevens [this message]
2022-10-11 22:01 ` [PATCH v3 1/5] misc-progs: addonctrl: Add support for 'Services' metadata Robin Roevens
2022-10-26 14:37   ` Michael Tremer
2022-10-11 22:01 ` [PATCH v3 2/5] services.cgi: Fix status/actions on services with name != addon name Robin Roevens
2022-10-26 14:37   ` Michael Tremer
2022-10-11 22:01 ` [PATCH v3 3/5] services.cgi: minor cosmetics Robin Roevens
2022-10-26 14:37   ` Michael Tremer
2022-10-11 22:01 ` [PATCH v3 4/5] services.cgi: add restart action and restrict action usage Robin Roevens
2022-10-26 14:37   ` Michael Tremer
2022-10-11 22:01 ` [PATCH v3 5/5] services.cgi: add link to addon config if ui exists for it Robin Roevens
2022-10-26 14:37   ` Michael Tremer
2022-10-26 14:36 ` [PATCH v3 0/5] Fix Bug#12935 + cosmetic changes/enhancements Michael Tremer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221011220157.17385-1-robin.roevens@disroot.org \
    --to=robin.roevens@disroot.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox