Skip to content

Commit

Permalink
[merge] from unstable into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
OneCDOnly committed Aug 15, 2024
2 parents 89726ea + fe206f6 commit c21afe3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
Binary file modified objects.tar.gz
Binary file not shown.
Binary file modified sherpa-manager.tar.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions support/sherpa-manager.source
Original file line number Diff line number Diff line change
Expand Up @@ -7773,7 +7773,7 @@ GenerateReportFooter()
fi

if [[ -e "$REPORT_FLAGS_PATH"/status-inactive ]]; then
DisplayAsIndentQuotedInfoItem "$(TextBrightRed inactive)" 'application is dead or not-started. Try starting/activating it'
DisplayAsIndentQuotedInfoItem "$(TextBrightRed inactive)" 'application process is dead or not-started. Try starting it'
fi

if [[ -e "$REPORT_FLAGS_PATH"/backup-file-old ]]; then
Expand All @@ -7789,15 +7789,15 @@ GenerateReportFooter()
fi

if [[ -e "$REPORT_FLAGS_PATH"/action-pending ]]; then
DisplayAsIndentQuotedInfoItem "$(TextBrightOrange pending)" 'QPKG is waiting for first action to be run. Check again shortly'
DisplayAsIndentQuotedInfoItem "$(TextBrightOrange pending)" 'QPKG is waiting to run an action. Check again shortly'
fi

if [[ -e "$REPORT_FLAGS_PATH"/status-stopping ]]; then
DisplayAsIndentQuotedInfoItem "$(TextBrightOrange stopping)" 'QPKG is stopping. Check again shortly'
fi

if [[ -e "$REPORT_FLAGS_PATH"/status-slow ]]; then
DisplayAsIndentQuotedInfoItem "$(TextBrightOrange slow)" 'application is alive, but was slow to respond to the status request. Try checking again shortly' # More common on NAS with lower installed RAM, and usually because the application has been page-swapped to disk and must be reloaded into RAM.
DisplayAsIndentQuotedInfoItem "$(TextBrightOrange slow)" 'application is alive, but was slow to respond to the status request. Check again shortly' # More common on NAS with lower installed RAM, and usually because the application has been page-swapped to disk and must be reloaded into RAM.
fi

if [[ -e "$REPORT_FLAGS_PATH"/status-starting ]]; then
Expand Down
2 changes: 2 additions & 0 deletions workshop/ideas.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
* Show currently selected git branch with 'enabled' and 'autoupdate' settings.

* Check OOM killed pids against inactive daemons and report as-such on status report.

* Takes 3.5 to 6 seconds to build QPKG states on Laura.
Expand Down
7 changes: 3 additions & 4 deletions workshop/issues.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Observed issues:

* NZBHydra2 on siena is writing `nzbhydra.pid` to cwd on start.
- pidfile appears to contain an early launch pid, not the pid eventually used by daemon.
* Bazarr can take 4-5 minutes to start.
- 'start' shows as failed but daemon is running.
- Need to extend timeouts for this QPKG

* 'sherpa enable-auto-update active' is not running 'enable-auto-update' action.

Expand Down Expand Up @@ -48,8 +49,6 @@ Observed issues:
- QPKG was skipped-abort, and is shown as a skipped QPKG in results.
- TODO: Other QPKGs to be signed were not shown in either list.

* ARMv5 (Helga) is cutting-off debug log early when running 'sherpa s olive verbose' due to SIGINT.

* When aborting sherpa, must also ensure backgrounded procs abort.
- UPDATE: working fine, possibly won't need BG_PROCS_PATH anymore. Test to confirm.

Expand Down

0 comments on commit c21afe3

Please sign in to comment.