raspberry-gateway icon indicating copy to clipboard operation
raspberry-gateway copied to clipboard

Install Error.

Open axiades opened this issue 1 year ago • 1 comments

TASK [Synchronize OpenVPN Server directory.] *********************************** fatal: [raspberry_gateway]: FAILED! => {"changed": false, "msg": "Failed to find required executable "rsync" in pat hs: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"}

I Try to install this on a ARM Server From Netcup.

These are AARCH64 kernels

axiades avatar Jun 19 '24 17:06 axiades

Hi @axiades Nice board, what OS do you run? It claims rsync was not installed that is why it can't continue the installation.

Please try to install it sudo apt install rsync or yum install rsync and run the playbook again. Meanwhile I'll update it to include rsync as dependency. Thank you for the reporting it.

d3vilh avatar Jun 20 '24 09:06 d3vilh