Open ultmarksman opened 6 years ago
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
Same problem here... Did you find a workaround?
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]# "
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://dvdwalt@svn.code.sf.net/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://dvdwalt@svn.code.sf.net/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://dvdwalt@svn.code.sf.net/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.