Disabling FloodUI to free up some CPU & RAM memory resources in QNAP

Status
Brak możliwości dodawania odpowiedzi.

Silas Mariusz

rm -rf /
Help us, GOD!
5 Kwiecień 2008
10 210
31
2 314
153
39
Nowy Sącz
forum.qnap.net.pl
QNAP
TS-x77
Ethernet
1 GbE
Please upgrade rtorrent to 0.9.7-A212, where Flood UI service can be enabled/disabled from the settings.

  1. Using FAQ SSH please connect to your NAS

  2. Stop rtorrent-Pro:
    Bash:
    /etc/init.d/rtorrent.sh stop

  3. Change system platform in header of rtorrent.sh and set PLATFORM=x86_64_wo_flood
    • Display current header:
      Bash:
      head -n 6 /etc/init.d/rtorrent.sh
      Kod:
      #!/usr/bin/env sh
      
      NAME="rtorrent"
      VERSION=2019.0912.0
      PLATFORM=x86_64

    • To change PLATFORM execute that command:
      Bash:
      sed -i /etc/init.d/rtorrent.sh -e "s:PLATFORM=x86_64:PLATFORM=x86_64_wo_flood:"

    • Check if the new setting was applied correctly:
      Bash:
      head -n 6 /etc/init.d/rtorrent.sh
  4. Start rtorrent-Pro again
    Bash:
    /etc/init.d/rtorrent.sh start
Please note:
flood_ui.png

This will not work anymore!
 
Ostatnio edytowane:
Status
Brak możliwości dodawania odpowiedzi.