找回密码
 立即注册
查看: 5|回复: 0

Surveillance Station 9.2.2-11575破解60授权*暂有问题*不推荐*等待后续更新

[复制链接]
等级头衔

等級:网站编辑

积分成就
威望
0
贡献
0
主题
106
精华
0
金钱
317
积分
439
注册时间
2012-9-30
最后登录
2025-1-14

发帖大叔 发表于 22 小时前 | 显示全部楼层 |阅读模式
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
01.jpg
02.jpg

4)脚本代码:

  1. #!/bin/sh
  2. #bash <(curl -L https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/install_license)

  3. # 屏蔽认证服务器
  4. if grep -q "synosurveillance.synology.com" /etc/hosts; then
  5.   echo "already blocked license server: synosurveillance.synology.com."
  6. else
  7.   echo "add block license server: synosurveillance.synology.com"
  8.   echo "0.0.0.0 synosurveillance.synology.com" | sudo tee -a /etc/hosts
  9. fi

  10. # 定义处理文件的函数
  11. process_file() {
  12.   local dir="$1"
  13.   local file="$2"
  14.   local url="$3"
  15.   local mode="$4"

  16.   cd "$dir" || exit
  17.   cp ./"$file" ./"$file"_backup
  18.   rm ./"$file"
  19.   wget "$url" -O ./"$file"
  20.   chown SurveillanceStation:SurveillanceStation ./"$file"
  21.   chmod "$mode" ./"$file"
  22. }

  23. /usr/syno/bin/synopkg stop SurveillanceStation
  24. sleep 5


  25. # 处理每个文件
  26. process_file /var/packages/SurveillanceStation/target/lib  libssutils.so    https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/libssutils.so     0644
  27. 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
  28. 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
  29. process_file /var/packages/SurveillanceStation/target/sbin ssdaemonmonitord https://github.com/ohyeah521/Surveillance-Station/raw/main/9.2.2_11575/SurveillanceStation-x86_64/ssdaemonmonitord  0755
  30. 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
  31. 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
  32. # 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


  33. sleep 5
  34. /usr/syno/bin/synopkg start SurveillanceStation
复制代码
SS-Patch_922-x86_64.zip (813 Bytes, 下载次数: 0)


您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

站点统计|下载手机安卓版|手机版|劉家. ( 京ICP备05079106号 )

GMT+8, 2025-1-14 23:37 , Processed in 0.260613 second(s), 29 queries . Template by CnRen.Vip

版权: 劉家(CnLiuJia) 信息:来源于网络

Copyright © 2000-2025 CnLiuJia.Com Inc.All Rights Reserved

快速回复 返回顶部 返回列表