public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] cups: Remove 5 minutes delay in start_service line in install.sh paks file
@ 2023-07-04 19:17 Adolf Belka
  2023-07-09 15:01 ` Peter Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2023-07-04 19:17 UTC (permalink / raw)
  To: development

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

- When cups is installed (including when doing a Core Update that includes a cups update)
   the 5 min delay for starting cups means that it has not restarted by the time that the
   reboot for the CU has been started. There are then error messages that say that cups
   couldn't be stopped as it was not running.
- When a normal reboot is carried out withoutr any update of cups then the startup has
   no delay and it starts without any trouble.
- This patch removes the 300 secs delay from the start_service line in the install.sh paks
   file.
- The PAK_VER is bumped to ensure that this change is shipped

Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
---
 lfs/cups                 | 2 +-
 src/paks/cups/install.sh | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lfs/cups b/lfs/cups
index 70839736f..cae829432 100644
--- a/lfs/cups
+++ b/lfs/cups
@@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/cups-$(VER)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = cups
-PAK_VER    = 36
+PAK_VER    = 37
 
 DEPS       = avahi cups-filters dbus ghostscript libexif
 
diff --git a/src/paks/cups/install.sh b/src/paks/cups/install.sh
index cc5866971..f1d45b697 100644
--- a/src/paks/cups/install.sh
+++ b/src/paks/cups/install.sh
@@ -25,7 +25,7 @@
 extract_files
 restore_backup "${NAME}"
 /etc/init.d/messagebus reload
-start_service --delay 300 --background ${NAME}
+start_service --background ${NAME}
 ln -svf ../init.d/cups /etc/rc.d/rc0.d/K00cups
 ln -svf ../init.d/cups /etc/rc.d/rc3.d/S25cups
 ln -svf ../init.d/cups /etc/rc.d/rc6.d/K00cups
-- 
2.41.0


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

* Re: [PATCH] cups: Remove 5 minutes delay in start_service line in install.sh paks file
  2023-07-04 19:17 [PATCH] cups: Remove 5 minutes delay in start_service line in install.sh paks file Adolf Belka
@ 2023-07-09 15:01 ` Peter Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Müller @ 2023-07-09 15:01 UTC (permalink / raw)
  To: development

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

Reviewed-by: Peter Müller <peter.mueller(a)ipfire.org>

> - When cups is installed (including when doing a Core Update that includes a cups update)
>    the 5 min delay for starting cups means that it has not restarted by the time that the
>    reboot for the CU has been started. There are then error messages that say that cups
>    couldn't be stopped as it was not running.
> - When a normal reboot is carried out withoutr any update of cups then the startup has
>    no delay and it starts without any trouble.
> - This patch removes the 300 secs delay from the start_service line in the install.sh paks
>    file.
> - The PAK_VER is bumped to ensure that this change is shipped
> 
> Signed-off-by: Adolf Belka <adolf.belka(a)ipfire.org>
> ---
>  lfs/cups                 | 2 +-
>  src/paks/cups/install.sh | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/lfs/cups b/lfs/cups
> index 70839736f..cae829432 100644
> --- a/lfs/cups
> +++ b/lfs/cups
> @@ -33,7 +33,7 @@ DL_FROM    = $(URL_IPFIRE)
>  DIR_APP    = $(DIR_SRC)/cups-$(VER)
>  TARGET     = $(DIR_INFO)/$(THISAPP)
>  PROG       = cups
> -PAK_VER    = 36
> +PAK_VER    = 37
>  
>  DEPS       = avahi cups-filters dbus ghostscript libexif
>  
> diff --git a/src/paks/cups/install.sh b/src/paks/cups/install.sh
> index cc5866971..f1d45b697 100644
> --- a/src/paks/cups/install.sh
> +++ b/src/paks/cups/install.sh
> @@ -25,7 +25,7 @@
>  extract_files
>  restore_backup "${NAME}"
>  /etc/init.d/messagebus reload
> -start_service --delay 300 --background ${NAME}
> +start_service --background ${NAME}
>  ln -svf ../init.d/cups /etc/rc.d/rc0.d/K00cups
>  ln -svf ../init.d/cups /etc/rc.d/rc3.d/S25cups
>  ln -svf ../init.d/cups /etc/rc.d/rc6.d/K00cups

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

end of thread, other threads:[~2023-07-09 15:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-04 19:17 [PATCH] cups: Remove 5 minutes delay in start_service line in install.sh paks file Adolf Belka
2023-07-09 15:01 ` Peter Müller

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