Surveillance Station 9.2.2-11575破解60授权*暂有问题*不推荐*等待后续更新
本帖最后由 gcafrk 于 2025-1-9 09:11 编辑2025-01-09:经过几天观察,发现目前的PJ有一些问题,会导致SS无法运行!暂不推荐,等待后续更新。
系统:DS3622xs DSM 7.2.1-69057 Update6,Intel CPU
破解方法:
1)更新Surveillance Station 9.2.2-11575
2)将以下代码(见4)保存为SS-Patch.sh,或者直接下载附件(见5),并保存到群晖任意目录。
3)在【控制面板】-->【任务计划】中,新增【计划任务】-->【用户自定义的脚本】,以root权限手动运行,仅需一次就OK
4)脚本代码:
#!/bin/sh
#bash <(curl -L https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/install_license)
# 屏蔽认证服务器
if grep -q "synosurveillance.synology.com" /etc/hosts; then
echo "already blocked license server: synosurveillance.synology.com."
else
echo "add block license server: synosurveillance.synology.com"
echo "0.0.0.0 synosurveillance.synology.com" | sudo tee -a /etc/hosts
fi
# 定义处理文件的函数
process_file() {
local dir="$1"
local file="$2"
local url="$3"
local mode="$4"
cd "$dir" || exit
cp ./"$file" ./"$file"_backup
rm ./"$file"
wget "$url" -O ./"$file"
chown SurveillanceStation:SurveillanceStation ./"$file"
chmod "$mode" ./"$file"
}
/usr/syno/bin/synopkg stop SurveillanceStation
sleep 5
# 处理每个文件
process_file /var/packages/SurveillanceStation/target/liblibssutils.so https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/libssutils.so 0644
process_file /var/packages/SurveillanceStation/target/sbin sscmshostd https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/sscmshostd 0755
process_file /var/packages/SurveillanceStation/target/sbin sscored https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/sscored 0755
process_file /var/packages/SurveillanceStation/target/sbin ssdaemonmonitord https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/ssdaemonmonitord0755
process_file /var/packages/SurveillanceStation/target/sbin ssexechelperd https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/ssexechelperd 0755
process_file /var/packages/SurveillanceStation/target/sbin ssroutined https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/ssroutined 0755
# process_file /var/packages/SurveillanceStation/target/sbin ssrtmpclientd https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/ssrtmpclientd 0755
sleep 5
/usr/syno/bin/synopkg start SurveillanceStation
5)脚本附件: 本帖最后由 Magicer5 于 2025-1-6 01:35 编辑
請問這只要執行一次嗎?
還是要設定多久執行一次 Magicer5 发表于 2025-1-6 01:33
請問這只要執行一次嗎?
還是要設定多久執行一次
一次就OK 有时间炸弹没 sun8023 发表于 2025-1-6 09:56
有时间炸弹没
试了一晚上,没发现时间炸弹 感谢分享!!! 好东西。 白裙运行后打不开了,提示:抱歉,您所指定的页面不存在。 cszhj 发表于 2025-1-7 20:24
白裙运行后打不开了,提示:抱歉,您所指定的页面不存在。
去官网下载一个完整版,安装一下,然后再弄。 感谢分享!!! 本帖最后由 amw1933 于 2025-1-11 19:24 编辑
用一键脚本好象没问题的,你的方式应该有问题
bash <(curl -L https://raw.githubusercontent.com/ohyeah521/Surveillance-Station/main/9.2.2_11575/SurveillanceStation-x86_64/install_license)
amw1933 发表于 2025-1-11 19:22
用一键脚本好象没问题的,你的方式应该有问题
SS 9.2.0的时候,我就是用这个方式来操作的,运行了很长时间,很稳定。这次发现运行一段时间之后,有问题。所以暂时不推荐。 gcafrk 发表于 2025-1-12 00:55
SS 9.2.0的时候,我就是用这个方式来操作的,运行了很长时间,很稳定。这次发现运行一段时间之后,有问题 ...
你恢复默认授权:bash <(curl -L https://raw.githubusercontent.com/ohyeah521/Surveillance-Station/main/9.2.0_11289/license/remove_license),然后卸载套件,再重新安装,接着用一键脚本bash <(curl -L https://raw.githubusercontent.com/ohyeah521/Surveillance-Station/main/9.2.2_11575/SurveillanceStation-x86_64/install_license)看看还会不会有问题,我用是没有问题 gcafrk 发表于 2025-1-12 00:55
SS 9.2.0的时候,我就是用这个方式来操作的,运行了很长时间,很稳定。这次发现运行一段时间之后,有问题 ...
9.2.0用的哪个教程?能发下吗 论坛里有。搜一下,基本上都在比较靠前的位置
页:
[1]