public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix Bug#12935 - status info broken on services.cgi for some addons
@ 2022-10-03 15:27 Robin Roevens
  2022-10-03 15:27 ` [PATCH 2/2] services.cgi: Fix status/actions on services with name != addon name Robin Roevens
  0 siblings, 1 reply; 7+ messages in thread
From: Robin Roevens @ 2022-10-03 15:27 UTC (permalink / raw)
  To: development

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

Hi all

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

GIT: [PATCH 1/2] misc-progs: addonctrl: Add support for 'Services'
GIT: [PATCH 2/2] services.cgi: Fix status/actions on services with name !=

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-10-07 10:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <8f1283b2f28150e88a97eeab672879ec48b1eaa0.camel@sicho.home>
2022-10-07 10:12 ` [PATCH 2/2] services.cgi: Fix status/actions on services with name != addon name Michael Tremer
2022-10-03 15:27 [PATCH 0/2] Fix Bug#12935 - status info broken on services.cgi for some addons Robin Roevens
2022-10-03 15:27 ` [PATCH 2/2] services.cgi: Fix status/actions on services with name != addon name Robin Roevens
2022-10-03 17:09   ` Adolf Belka
2022-10-04  9:51   ` Michael Tremer
2022-10-04 10:33     ` Robin Roevens
2022-10-04 12:49       ` Michael Tremer
2022-10-05 19:43         ` Robin Roevens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox