muffycompo / radiusdesk-installer

[READ-ONLY] RADIUSDesk Installer is an Ansible powered utility that attempts to simplify or ease the process of getting a working installation of RADIUSDesk on a vanilla/minimal installation of RHEL/CentOS 6.7/7.x and Ubuntu 14.04/16.04/17.10/18.04 servers.
http://muffycompo.github.io/radiusdesk-installer/
MIT License
36 stars 27 forks source link

Error: TASK [radiusdesk : Downloading RadiusDesk CakePHP Source from Subversion (Ubuntu 14+)] #44

Closed alternativetel closed 6 years ago

alternativetel commented 6 years ago

Hello,

I try to install into a Ubuntu 16.04 Server.

I have this error.....

TASK [radiusdesk : Downloading RadiusDesk CakePHP Source from Subversion (Ubuntu 14+)] ***** [WARNING]: Consider using subversion module rather than running svn

fatal: [localhost]: FAILED! => {"changed": true, "cmd": "svn checkout -r 2085 https://svn.code.sf.net/p/radiusdesk/code/trunk/rd_cake /tmp/rd_sources/rd_cake", "delta": "0:00:00.314358", "end": "2018-02-16 01:29:31.176404", "msg": "non-zero return code", "rc": 1, "start": "2018-02-16 01:29:30.862046", "stderr": "svn: E170013: Unable to connect to a repository at URL 'https://svn.code.sf.net/p/radiusdesk/code/trunk/rd_cake'\nsvn: E175002: Unexpected HTTP status 502 'Bad Gateway' on '/p/radiusdesk/code/trunk/rd_cake'", "stderr_lines": ["svn: E170013: Unable to connect to a repository at URL 'https://svn.code.sf.net/p/radiusdesk/code/trunk/rd_cake'", "svn: E175002: Unexpected HTTP status 502 'Bad Gateway' on '/p/radiusdesk/code/trunk/rd_cake'"], "stdout": "", "stdout_lines": []} to retry, use: --limit @/root/radiusdesk-installer/rd-installer-ansible.retry

muffycompo commented 6 years ago

Thanks @alternativetel for reporting this. The issue has been fixed in the recent update, kindly give it a try and revert if there are more issues.