Git Product home page Git Product logo

Comments (3)

enggnr avatar enggnr commented on September 23, 2024

@ProfessorManhattan, past discussions about failure to download the files were related to changes at Sourceforge. Retrying has usually resulted in the download succeeding in those cases.

There was also a move to use HTTPS to download these files but that was reverted as the code change was not in place to support that. Currently, this is handled by a redirect to HTTPS URL. Could you please try the wget command without -q to get more info - something like wget -O - http://rkhunter.sourceforge.net/1.4/mirrors.dat? Please also test with curl. When I tried on a AMD64 machine, wget and curl were able to download the files (and I did not have the problem to begin with). I do not have CloudFlare installed, so not really sure if that is contributing.

from install.doctor.

ProfessorManhattan avatar ProfessorManhattan commented on September 23, 2024

Hey @enggnr --- thanks... I tried to do this but it seems to always add the -q flag. I'm seeing this issue on macOS arm64 (new macbook)

from install.doctor.

enggnr avatar enggnr commented on September 23, 2024

@ProfessorManhattan, it may not have any thing to do with certificates if it is happening on a new machine. Could you please check the values of these settings in the file rkhunter.conf? Please run $(brew --prefix) to find the path where Homebrew installs software. The file should be in the Cellar/rkhunter/1.4.6/etc/ folder in that location.

  • MIRRORS_MODE (default is 0)
  • WEB_CMD (default is empty)

Homebrew does not appear to be changing these settings. Could you please set WEB_CMD=curl -L (or /usr/bin/curl -L) in the conf file and try the update? The URLs in mirrors.dat file need to be using http (https also works with curl and wget as mentioned in the previous comment but lets check anyway), which has helped a few people.

from install.doctor.

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.