Jump to content
XPEnology Community

TC-L

Rookie
  • Posts

    8
  • Joined

  • Last visited

Posts posted by TC-L

  1. 2 hours ago, apriliars3 said:

     

    No patching with 2 option.

     

    root@DS918P:/volume1/Almacenamiento/patch# sudo ./patch.sh -p
    Detected DSM version: 7.1.1 42962-0
    Patch for DSM Version (7.1.1 42962-0) AVAILABLE!
    Available binaries to patch/restore:
    1) /usr/syno/bin/synocodectool
    2) /volume1/@appstore/CodecPack/bin/synocodectool
    3) Quit
    Please choose which binary you want to patch/restore:1
    Detected valid synocodectool. Creating backup..
    Patching...
    Patched
    Creating spoofed activation.conf..
    Spoofed activation.conf created successfully
    root@DS918P:/volume1/Almacenamiento/patch# sudo ./patch.sh -p
    Detected DSM version: 7.1.1 42962-0
    Patch for DSM Version (7.1.1 42962-0) AVAILABLE!
    Available binaries to patch/restore:
    1) /usr/syno/bin/synocodectool
    2) /volume1/@appstore/CodecPack/bin/synocodectool
    3) Quit
    Please choose which binary you want to patch/restore:2
    Corrupted synocodectool detected. Please use the -r option to try restoring it.

     

    Thanks Reply,
    But option 2 is still only Quit
    I don't know how to run the Linux command, but I failed no matter how I tried it.
    root@DS918:~# /volume1/Storage/patch# sudo ./patch.sh -p
    -ash: /volume1/Storage/patch#: No such file or directory
    Not sure how to proceed

  2. 2 hours ago, Valiran34 said:

    Hello, my synocodectool on 7.1.1 42962-1 seems corrupted too :( Do you have a link for a valid one please?

     

    Corrupted synocodectool detected. Please use the -r option to try restoring it.

    root@DS918:~# wget https://github.com/apriliars3/synocodectool-patch/raw/master/synocodectool/original/synocodectool.7.1-42661-0_7.1-42661-0.original -O /synocodectool
    
    root@DS918:~# cd ..
    root@DS918:/# mv synocodectool /usr/syno/bin/
    root@DS918:/# cd ~
    root@DS918:~# chmod +x patch.sh
    root@DS918:~# sudo ./patch.sh -p

    ===========================================

    Detected DSM version: 7.1.1 42962-1
    Patch for DSM Version (7.1.1 42962-1) AVAILABLE!
    Available binaries to patch/restore:
    1) /usr/syno/bin/synocodectool
    2) Quit
    Please choose which binary you want to patch/restore:1
    Detected valid synocodectool. Creating backup..
    Patching...
    Patched
    Creating spoofed activation.conf..
    Spoofed activation.conf created successfully

    ===========================================

    But the .mp4 conversion of photos is still wrong
    synology System failed to convert video [ xxx.mp4 ] to mpeg4

  3. 6 hours ago, norberto_ said:

    Thank you for the nice script.

    I have applied but is still have wake-ups every hour. 

    how was in your 24h test? no wake-up at all?

    1. Install DSM 7.x for TSET ( 500G HDDx2 , SHR Btrsf ) HDD 24H+ Sleep OK (DSM 7.x + LAN only, no app)
    2. DS213J 3T x 2 HDD RAID1 EXT4 DSM 6.2.4 Upgrade to DS918+ Install DSM-7.1.1-42962 (Intel i3 CPU, 8G RAM,
         TEST HDD cannot sleep normally, wake up after 10-20 minutes) Install only Synology photos APP 
    3. Reinstall the 3T x 2 hard drive and format it as SHR Btrsf, install DSM-7.1.1-42962 on DS918+ (hard drive sleep is similar to DS213J,
         wake up about 4-5 times a day) and only install Synology Photos, as shown in the figure: ( 3T x 4 about 36.5W after the whole
         system hibernates)

    DS918-Sleep.jpg

  4. run 24h+ Test OK!

    H/W: MB= ASUS B85M-K , CPU = i3-4130 , run DS918+ DSM 7.1.1-42962
    DSM 7.x Update Time nees 10~20 Mins Wait patiently for the system to boot

    =========================================================
    1.
    Control Panel -> Task  Scheduler -> Create -> Triggered Task -> User-defined script
    General -> Tesk : Boot -> User : root -> Event: Boot-up (v Enabled)
    Task Settings > User-defined script :

    if [ ! -d "/var/logbak" ]; then
         mkdir /var/logbak
         cp -a -f /var/log/.  /var/logbak/
    fi
    cp -a -f /var/logbak/.  /tmp/log/
    mount -B /tmp/log  /var/log

    2.
    Control Panel -> Task  Scheduler -> Create -> Triggered Task -> User-defined script
    General -> Tesk : Power Off -> User : root -> Event: Shutdown (v Enabled)
    Task Settings -> User-defined script :

    cp -a -f /tmp/log/.     /var/logbak

    =======================================================
    enjoy

    References:
    https://www.openos.org/threads/dsm7.4418/

×
×
  • Create New...