ohyeah521 / Surveillance-Station

破解Surveillance-Station的60授权,仅供学习研究,请勿用于商业用途!
97 stars 44 forks source link

"9.2.1-11380" #8

Open onedayblack opened 1 month ago

onedayblack commented 1 month ago

Hello,

Currently, the latest version is 9.2.1-11380. Will you be providing compatibility for this version?

thank you

saschape commented 1 month ago

Hello,

i would also be interested in version 9.2.1-11380.

thank you

ohyeah521 commented 1 month ago

I guess I’ll have to wait until next year, I’m a bit busy at the end of the year

AmmokPT commented 1 month ago

so many time to wait :( can you please make it before that?

AmmokPT commented 2 weeks ago

hi @ohyeah521 , any news?

mowdep commented 1 week ago

to anyone who ended here after upgrade your DSM to latest version and can't anymore install the version 9.2.0-11289 :

SSH into your DSM then run (as sudo -i or root) `

cp /etc.defaults/synopackageslimit.conf /etc.defaults/synopackageslimit.conf.bak
sed -i 's/SurveillanceStation="9.2.1-11320"/SurveillanceStation="9.2.0-11289"/g' /etc.defaults/synopackageslimit.conf

And now you can install from GUI the 9.2.0-11289

And if you want to prevent upgrade displaying in package center, just run these line (as sudo -i or root) in the cli :

cp /var/packages/SurveillanceStation/INFO /var/packages/SurveillanceStation/INFO.bak
sed -i 's/version="9.2.0-11289"/version="99.2.0-11289"/g' /var/packages/SurveillanceStation/INFO 

(edit : formatting)

AmmokPT commented 1 week ago

@ohyeah521 can you use that has a fix?

ohyeah521 commented 1 week ago

@ohyeah521 can you use that has a fix?

I won't do that, because I don't recommend upgrading to dsm 7.2.2. Many functions have been castrated, and the risks of doing so are unknown. You need to do it yourself so that you understand all the risks. I don’t want anyone who doesn’t understand to run these commands, because incorrect operation may cause data loss. After all, the first priority of NAS is to ensure data security.

AmmokPT commented 1 week ago

I agree with you. well, for me is just a pain in the azz because all my cameras are "down" :(

mowdep commented 1 week ago

@ohyeah521 , I'm curious, have you a list of functions that have been truncated ? I don't see any risk in modify synopackageslimit.conf and package/INFO but I can completely miss the point (other than the OS corruption inherent with running random script from internet :) )