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 Jul 18, 2024
2 parents 490ea22 + 85aed22 commit 214755b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
Binary file modified objects.tar.gz
Binary file not shown.
Binary file modified sherpa-manager.tar.gz
Binary file not shown.
2 changes: 2 additions & 0 deletions support/sherpa-manager.source
Original file line number Diff line number Diff line change
Expand Up @@ -8566,6 +8566,8 @@ OsGetKernelPageSize()

$GREP_CMD KernelPageSize /proc/1/smaps | head -n1 | cut -f2 -d':' | tr -d ' '

# There's also: /sbin/hal_app --get_pagesize

}

HardwareGetPlatform()
Expand Down
9 changes: 4 additions & 5 deletions workshop/ideas.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

* Include QPKG "signed" status in dependencies report?

* If using 'rustc' IPK, ensure $HOME is reset to != /root before executing.
* If using 'rustc' IPK, ensure $HOME is != /root before executing.

* Make last action result a separate status report column?
- Should also include the attempted action.
Expand Down Expand Up @@ -124,11 +124,10 @@
- 'shortest': QPKGs that take a short time to execute are processed first, in-order, up to the longest time to execute.
- 'balanced': QPKGs are processed as a mix of longest, then shortest, then next longest, then next shortest, and so-on.

* Wrap description column text in packages report.
- Use 'GNU column' for this?
- Nope, 'column' can't wrap text containing ANSI codes. Won't show a wrapped column in colour. :(
* Wrap description column text in packages report?
- Use 'GNU column' for this? Nope, 'column' can't wrap text containing ANSI codes. Won't show a wrapped column in colour. :(

* Autowidth report columns.
* Autowidth report columns?

* Include new integrated help screens for all actions?
- Like: `sherpa paste help`, `sherpa install help`, `sherpa reassign help`
9 changes: 5 additions & 4 deletions workshop/issues.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
Observed issues:

* Lidarr (and Readarr) not running on x86-64:
* Kapowarr not starting on x86-64:
-------------------------------------------------------------------------------------------------------------------------
[/share/Public] # cat /var/log/OLidarr.screen.log
command: 'export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 TMPDIR=/share/CACHEDEV1_DATA/.qpkg/OLidarr/tmp;/share/CACHEDEV1_DATA/.qpkg/OLidarr/repo-cache/Lidarr/Lidarr --nobrowser --data=/share/CACHEDEV1_DATA/.qpkg/OLidarr/config'
bash: /share/CACHEDEV1_DATA/.qpkg/OLidarr/repo-cache/Lidarr/Lidarr: No such file or directory
60 dbug: (LL) = log file: '/var/log/Kapowarr.screen.log'
61 dbug: (LL) command: '/share/CACHEDEV1_DATA/.qpkg/Kapowarr/venv/bin/python3 /share/CACHEDEV1_DATA/.qpkg/Kapowarr/repo-cache/Kapowarr.py --daemon --nolaunch --datadir /share/CACHEDEV1_DATA/.qpkg/Kapowarr/config --config /share/CACHEDEV1_DATA/.qpkg/Kapowarr/config/config.ini --pidfile /var/run/Kapowarr.pid'
62 dbug: (LL) usage: Kapowarr.py [-h] [-d DATABASEFOLDER]
63 dbug: (LL) Kapowarr.py: error: unrecognized arguments: --daemon --nolaunch --datadir /share/CACHEDEV1_DATA/.qpkg/Kapowarr/config --config /share/CAC 63 HEDEV1_DATA/.qpkg/Kapowarr/config/config.ini --pidfile /var/run/Kapowarr.pid
-------------------------------------------------------------------------------------------------------------------------

* Near the end of installing IPKs, monitored download path can remain at non-zero size while packages complete installation.
Expand Down

0 comments on commit 214755b

Please sign in to comment.