Jump to content
XPEnology Community

alexnoy123

Rookie
  • Posts

    3
  • Joined

  • Last visited

Everything posted by alexnoy123

  1. You need manually download "big file" from synology site (https://archive.synology.com/download/Os/DSM/7.1-42661-1-NanoPacked) (or https://drive.google.com/drive/folders/1fIvbwHLqe4GIIi5RcNayJKykqcaCbva1 -> old original files) and put in "cache" folder (/mnt/sd#3/auxfiles/) and then "build" (example: "./rploader.sh build bromolow-7.1.0-42661"). --------------------------------------------------------------------------------------------------------- And more about "autonano.pat" in the file "updater" there is a mention of "autonano" (and in OLD full .pat file!!!). If I understand correctly, this is something like very small security updates. Sparse files don't exist. Skip Sparse Bootup SmallUpdate Sparse. Bootup SmallUpdate HDA1 install successful Unable to HandleBootupSmallUpdateViaChroot This failure is fatal. Boot to junior mode. Manually skipped auto nano update. patch exists. Skip download. https://update7.synology.com/smallupdate Failed to determine LookUpServer URL Failed to download security json via wget from url: Found there are no upgradeable packs for given version Fail to get user agent (smallupdate) synoinstall: autonano::ExecWgetWithRetry cancelled And apparently if he does not find it, then he tries to download from the site "https://update7.synology.com/smallupdate". But it seems like "synology.com" is blocked by pocopico (changed to example.com?) - he himself will not download anything. But what is in this file now is the question.... --------------------------------------------------------- In "var/log/messages" from started DSM found: "2022-04-28T00:01:43+03:00 dsm7 smallupd@ter[19841]: small_update.cpp:344 No need to workaround for HA autoupdate problem" --------------------------------------------------------- By the way! Can anyone tell me if this is normal? (Next log from "/var/log/messages" from started DSM) 2022-04-28T00:02:51+03:00 dsm7 kernel: [ 25.728602] 30 0d bb a0 ff ff ff ff [18] 0x090 ffffffffa0bb0d30 rtc_bandon_set_auto_poweron+0x0/0x90 [broadwellnk_synobios] 2022-04-28T00:02:51+03:00 dsm7 kernel: [ 25.728839] c0 08 bb a0 ff ff ff ff [19] 0x098 ffffffffa0bb08c0 rtc_get_auto_poweron+0x0/0x50 [broadwellnk_synobios] ------------------------------------------------------------ In the new .pat file, in addition to adding autonano.pat, SMBService * .spk is also updated (well, checksum with signatures too). I didn't find anything else changed...
  2. Command " od -bc autonano.pat } | head -1 | awk '{print $3}' " = 255 -> encrypted. I tried to unpack/decrypt "autonano.pat" with command " sudo /bin/syno_extract_system_patch autonano.pat /tmp/pat" , but the "/tmp/pat" directory is empty. Maybe another command need... Hmmm... I probe fresh install with cached "nano" .pat file. DSM installed without problem. Probe update to "7.1-42661 Update 1" version -> updated, worked. File "autonano.pat" -> now no problem -> maybe future (need change paths in scripts for auto download new files...) (maybe now "autonano.pat" empty? 5mb -> added encryption?) (Sorry my bad english...)
  3. I compare unpacked original 7.1.0-42661 and "nanopacked" 7.1.0-42661 from "cache" folder -> added "autonano.pat" file. How to unpack/decrypt it to see what's inside?
×
×
  • Create New...