Giter Site home page Giter Site logo

Comments (2)

maier avatar maier commented on June 1, 2024

I've never personally used landrush. But, looking through the code for the plugin, it seems to be a case of landrush doesn't support Alpine Linux not the vagrant-alpine plugin conflicting with landrush. Landrush has iptables_installed and install_iptables capabilities in the code for Debian and RedHat only.

The reason for the second error is that Alpine Linux is based on BusyBox which provides (from busybox documentation):

BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides minimalist replacements for most of the utilities you usually find in GNU coreutils, util-linux, etc. The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts.

The linux hostname -I (Display all network addresses of the host.) BusyBox equivalent seems to be hostname -i (Addresses for the hostname).

from vagrant-alpine.

bertramn avatar bertramn commented on June 1, 2024

Hi Matt, I will try the landrush folks and see if there is an option there to check the host type first before starting to apply network related configurations. Thanks Niels

from vagrant-alpine.

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.