Replies: 3 comments
-
Hi, can you please run the command shown? This should give us some idea as to the issue:
|
Beta Was this translation helpful? Give feedback.
-
``[~] # /etc/init.d/sickgear.sh log |
Beta Was this translation helpful? Give feedback.
-
Looks fine. 👍🏽 I suspect this was a false indication. I've been fixing a few issues recently, including an issue just-like this one. Hopefully, you won't see this again. Cheers! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
`[/etc] # sherpa upgrade Osickgear
sherpa v250420-stable
done: actions complete.
• Package actions started @ 7:36:20 AM, ended @ 7:36:28 AM, elapsed = 8 seconds
• These package actions completed OK:
deactivate OSickGear QPKG in 1 second
reactivate Entware QPKG in 1 second
• This package action was skipped (and why):
upgrade OSickGear QPKG (no new QPKG is available)
• This package action failed (and why):
activate OSickGear QPKG in 1 second (for more information: /etc/init.d/sickgear.sh log)
[/etc] # tail init.d/sickgear.sh
library_path=$(/usr/bin/readlink "$0" 2>/dev/null)
[[ -z $library_path ]] && library_path=$0
readonly r_service_library_pathfile=$(/usr/bin/dirname "$library_path")/service.lib
if [[ -e $r_service_library_pathfile ]];then
. $r_service_library_pathfile
else
printf '\033[1;31m%s\033[0m: %s\n' 'derp' "QPKG service function library not found, can't continue."
exit 1
fi
ProcessArgs
`
Beta Was this translation helpful? Give feedback.
All reactions