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

Ubuntu 18.04 - Fail to download ExtJS 6.2 #60

Open boeriec opened 5 years ago

boeriec commented 5 years ago

Hi Muffy,

The installation failed on stage "Downloading ExtJS 6.2 sources from Subversion...." any solution please?

Big Thanks.

rallep71 commented 5 years ago

ubuntu 18.04 lts same issue

TASK [radiusdesk : Downloading ExtJS 6.2 sources from Subversion (Ubuntu 14+)] **** [WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: extjs_src.stat.exists == False or extjs_src.stat.md5 != '{{ extjs_62_src_md5_sum }}'

fatal: [localhost]: FAILED! => {"msg": "The conditional check 'extjs_src.stat.exists == False or extjs_src.stat.md5 != '{{ extjs_62_src_md5_sum }}'' failed. The error was: error while evaluating conditional (extjs_src.stat.exists == False or extjs_src.stat.md5 != '{{ extjs_62_src_md5_sum }}'): 'dict object' has no attribute 'md5'\n\nThe error appears to have been in '/root/radiusdesk-installer/roles/radiusdesk/tasks/Nginx_Debian.yml': line 193, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Downloading ExtJS 6.2 sources from Subversion (Ubuntu 14+)\n ^ here\n"} to retry, use: --limit @/root/radiusdesk-installer/rd-installer-ansible.retry

Naraska commented 5 years ago

Same problem here, using ubuntu 18.04

TASK [radiusdesk : Downloading ExtJS 6.2 sources from Subversion (Ubuntu 14+)] ***************************************************************************************** [WARNING]: when statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: extjs_src.stat.exists == False or extjs_src.stat.md5 != '{{ extjs_62_src_md5_sum }}' fatal: [localhost]: FAILED! => {"msg": "The conditional check 'extjs_src.stat.exists == False or extjs_src.stat.md5 != '{{ extjs_62_src_md5_sum }}'' failed. The error was: error while evaluating conditional (extjs_src.stat.exists == False or extjs_src.stat.md5 != '{{ extjs_62_src_md5_sum }}'): 'dict object' has no attribute 'md5'\n\nThe error appears to have been in '/root/radiusdesk-installer/roles/radiusdesk/tasks/Nginx_Debian.yml': line 193, column 3, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n\n- name: Downloading ExtJS 6.2 sources from Subversion (Ubuntu 14+)\n ^ here\n"} to retry, use: --limit @/root/radiusdesk-installer/rd-installer-ansible.retry

jbcanas commented 5 years ago

what I did was I deleted the ext-6-2-sencha_cmd.tar.gz from the /tmp/rd_sources/ then I run the installer again.