Giter Site home page Giter Site logo

Comments (1)

fititnt avatar fititnt commented on September 24, 2024

AP-ALB v0.8.5-alpha Compatibility issue with external Ansible Role githubixx/ansible-role-wireguard v4.1.1

As commented here #29 (comment) after a re-run of AP-ALB on a host that had ben configured with githubixx/ansible-role-wireguard, at this moment the AP-ALB may fail.

## host: root@ap-foxtrot-debian10:~#

# This works, even with githubixx/ansible-role-wireguard
apt install haproxy

# This also still works
apt install haproxy -t buster-backports-2.0

# This does not works (but without githubixx/ansible-role-wireguard was working)
apt install haproxy=2.0.\*
apt install haproxy=2.0.\* -t buster-backports-2.0

## root@ap-foxtrot-debian10:~# apt install haproxy=2.0.\* -t buster-backports-2.0
## Reading package lists... Done
## Building dependency tree       
## Reading state information... Done
## Selected version '2.0.11-1' (Debian:unstable [amd64]) for 'haproxy'
## 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:
##  haproxy : Depends: libcrypt1 (>= 1:4.1.0) but it is not going to be installed
## E: Unable to correct problems, you have held broken packages.

Edit 1

Using the more specific 2.0.*~bpo10+1 seems for enforce our version, even if a user uses debian testing mixed with debian stable.

apt install haproxy=2.0.*~bpo10+1 -t buster-backports-2.0
## root@ap-foxtrot-debian10:~# apt install haproxy=2.0.*~bpo10+1 -t buster-backports-2.0
## Reading package lists... Done
## Building dependency tree       
## Reading state information... Done
## haproxy is already the newest version (2.0.11-1~bpo10+1).
## Selected version '2.0.11-1~bpo10+1' (HAProxy 2.0:buster-backports-2.0 [amd64]) ## for 'haproxy'
## 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

from ap-application-load-balancer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.