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

Issue on Freeradius install #54

Open Weespies opened 6 years ago

Weespies commented 6 years ago

Seem to be having an issue with installer on task freeradius

TASK [radiusdesk : Installing Freeradius for RadiusDesk (Ubuntu 14+)] ** failed: [localhost] (item=[u'freeradius=3.0.16-ppa1', u'freeradius-utils=3.0.16-ppa1', u'freeradius-mysql=3.0.16-ppa1', u'freeradius-ldap=3.0.16-ppa1', u'freeradius-krb5=3.0.16-ppa1', u'freeradius-common=3.0.16-ppa1', u'libnet-telnet-perl']) => {"cache_update_time": 1535479951, "cache_updated": true, "changed": false, "item": ["freeradius=3.0.16-ppa1", "freeradius-utils=3.0.16-ppa1", "freeradius-mysql=3.0.16-ppa1", "freeradius-ldap=3.0.16-ppa1", "freeradius-krb5=3.0.16-ppa1", "freeradius-common=3.0.16-ppa1", "libnet-telnet-perl"], "msg": "'/usr/bin/apt-get -y -o \"Dpkg::Options::=--force-confdef\" -o \"Dpkg::Options::=--force-confold\" install 'freeradius=3.0.16-ppa1' 'freeradius-utils=3.0.16-ppa1' 'freeradius-mysql=3.0.16-ppa1' 'freeradius-ldap=3.0.16-ppa1' 'freeradius-krb5=3.0.16-ppa1' 'freeradius-common=3.0.16-ppa1' 'libnet-telnet-perl'' failed: E: Unable to correct problems, you have held broken packages.\n", "rc": 100, "stderr": "E: Unable to correct problems, you have held broken packages.\n", "stderr_lines": ["E: Unable to correct problems, you have held broken packages."], "stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\nSome packages could not be installed. This may mean that you have\nrequested an impossible situation or if you are using the unstable\ndistribution that some required packages have not yet been created\nor been moved out of Incoming.\nThe following information may help to resolve the situation:\n\nThe following packages have unmet dependencies:\n freeradius : Depends: libfreeradius3 (= 3.0.16-ppa1~bionicubuntu1) but 3.0.16+dfsg-1ubuntu3 is to be installed\n freeradius-utils : Depends: libfreeradius3 (= 3.0.16-ppa1~bionicubuntu1) but 3.0.16+dfsg-1ubuntu3 is to be installed\n", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "Some packages could not be installed. This may mean that you have", "requested an impossible situation or if you are using the unstable", "distribution that some required packages have not yet been created", "or been moved out of Incoming.", "The following information may help to resolve the situation:", "", "The following packages have unmet dependencies:", " freeradius : Depends: libfreeradius3 (= 3.0.16-ppa1~bionicubuntu1) but 3.0.16+dfsg-1ubuntu3 is to be installed", " freeradius-utils : Depends: libfreeradius3 (= 3.0.16-ppa1~bionicubuntu1) but 3.0.16+dfsg-1ubuntu3 is to be installed"]} to retry, use: --limit @/radiusdesk-installer/rd-installer-ansible.retry

also wont let me run the ansible.retry

chimplinks commented 5 years ago

i get the same issue

chimplinks commented 5 years ago

solution i found was to downgrade from ubuntu 18 to ubuntu 16

After that was working fine

stdkr commented 5 years ago

try this here: https://github.com/muffycompo/radiusdesk-installer/issues/50#issue-330419057

perhaps it helps.