shermand100 / PiNodeXMR

Monero Node for Single Board Computers with Web Interface and additional tools pre-configured. Self Installing.
GNU General Public License v3.0
219 stars 41 forks source link

Disable swap button not working #31

Closed viperperidot closed 3 years ago

viperperidot commented 3 years ago

I am trying to disable swap using the web GUI but when I click the button it says that swap has been disabled however it still shows swap being used on the web UI under Memory.

shermand100 commented 3 years ago

Somehow a permissions issue snuck in. Command needs to be run as root/sudo privileges.

Fixed with:

https://github.com/monero-ecosystem/PiNode-XMR/commit/d0787454ce6d6eaaa105747ebd9413a30710db75 Armbian Branch

https://github.com/monero-ecosystem/PiNode-XMR/commit/bdeda1c30b5efe9ec2474a8017a171151573a4d7 Raspbian Branch