radiusdesk-installer icon indicating copy to clipboard operation
radiusdesk-installer copied to clipboard

Can't install radiusdesk on CentOS 7

Open ultmarksman opened this issue 7 years ago • 3 comments

Hi, I can't install radiusdesk on CentOS 7. This is log from installation.

TASK [radiusdesk : Configuring PHP-FPM to use UNIX sockets (RHEL/CentOS 6+)] ********************************************************************************** ok: [localhost]

TASK [radiusdesk : Configuring Nginx to use UNIX sockets (RHEL/CentOS 6+)] ************************************************************************************ ok: [localhost]

TASK [radiusdesk : Configuring Nginx for RadiusDesk Web Compression (RHEL/CentOS 6+)] ************************************************************************* ok: [localhost]

TASK [radiusdesk : Downloading CakePHP Source from Github (RHEL/CentOS 6+)] *********************************************************************************** ok: [localhost]

TASK [radiusdesk : Copying CakePHP Source to Webroot (RHEL/CentOS 6+)] **************************************************************************************** changed: [localhost]

TASK [radiusdesk : Downloading RadiusDesk CakePHP Source from Subversion (RHEL/CentOS 6+)] ******************************************************************** [WARNING]: Consider using the subversion module rather than running svn. If you need to use command because subversion is insufficient you can add warn=False to this command task or set command_warnings=False in ansible.cfg to get rid of this message. fatal: [localhost]: FAILED! => {"changed": true, "cmd": "svn checkout -r 2244 svn://[email protected]/p/radiusdesk/code/trunk/rd_cake /tmp/rd_sources/rd_cake", "delta": "0:02:11.211642", "end": "2018-10-11 11:02:36.817833", "msg": "non-zero return code", "rc": 1, "start": "2018-10-11 11:00:25.606191", "stderr": "svn: E000110: Unable to connect to a repository at URL 'svn://[email protected]/p/radiusdesk/code/trunk/rd_cake'\nsvn: E000110: Can't connect to host 'svn.code.sf.net': Connection timed out", "stderr_lines": ["svn: E000110: Unable to connect to a repository at URL 'svn://[email protected]/p/radiusdesk/code/trunk/rd_cake'", "svn: E000110: Can't connect to host 'svn.code.sf.net': Connection timed out"], "stdout": "", "stdout_lines": []} to retry, use: --limit @/root/radiusdesk-installer/rd-installer-ansible.retry

PLAY RECAP **************************************************************************************************************************************************** localhost : ok=17 changed=1 unreachable=0 failed=1

Thank you.

ultmarksman avatar Oct 11 '18 04:10 ultmarksman

Btw, I can ping sf.net but can't ping svn.code.sf.net

PING sf.net (216.105.38.13) 56(84) bytes of data. 64 bytes from 216.105.38.13 (216.105.38.13): icmp_seq=1 ttl=39 time=286 ms 64 bytes from 216.105.38.13 (216.105.38.13): icmp_seq=2 ttl=39 time=285 ms 64 bytes from 216.105.38.13 (216.105.38.13): icmp_seq=3 ttl=39 time=285 ms 64 bytes from 216.105.38.13 (216.105.38.13): icmp_seq=4 ttl=39 time=285 ms ^C --- sf.net ping statistics --- 4 packets transmitted, 4 received, 0% packet loss, time 3006ms rtt min/avg/max/mdev = 285.706/285.855/286.189/0.682 ms

ultmarksman avatar Oct 11 '18 04:10 ultmarksman

Same problem here... Did you find a workaround?

just2mad avatar Nov 05 '18 08:11 just2mad

Won't install on CentOS 7.6

" ==== RADIUSDesk Installer 1.2.1 ====

  1. [I]nstall/Reconfigure RADIUSDesk
  2. [Q]uit Select an Option: 1 Installing/Reconfiguring RADIUSDesk

PLAY [default] ************************************************************************************************************************************************************

TASK [Gathering Facts] **************************************************************************************************************************************************** ok: [localhost]

TASK [radiusdesk : Checking for Supported Ubuntu Release] ***************************************************************************************************************** fatal: [localhost]: FAILED! => {"changed": false, "msg": "CentOS 7.6.1810 is not supported by RADIUSDesk Installer"} to retry, use: --limit @/tmp/t/radiusdesk-installer-1.2.1/rd-installer-ansible.retry

PLAY RECAP **************************************************************************************************************************************************************** localhost : ok=1 changed=0 unreachable=0 failed=1

[root@g000024 radiusdesk-installer-1.2.1]# "

hgpit avatar Dec 12 '18 17:12 hgpit