Git Product home page Git Product logo

Comments (3)

essandess avatar essandess commented on August 22, 2024

The url https://easylist-downloads.adblockplus.org/malwaredomains_full.txt doesnโ€™t exist, so adblock2privoxy is returning an error:

wget --max-redirect=0 -S --spider https://easylist-downloads.adblockplus.org/malwaredomains_full.txt 2>&1

See the MacPorts bash script here along with this list of easylist downloads for one way to handle this:

from adblock2privoxy.

alet avatar alet commented on August 22, 2024

The command with single list breaks to:

% adblock2privoxy -p /usr/local/etc/privoxy -w /usr/local/www/css -d 192.168.7.31:8119 -t list.ad2p https://easylist.to/easylist/easyprivacy.txt
process https://easylist.to/easylist/easyprivacy.txt
load https://easylist.to/easylist/easyprivacy.txt (5 more attempts)...
Illegal instruction

Permissions checked, trace shows:

openat(AT_FDCWD,"/dev/urandom",O_RDONLY|O_NONBLOCK|O_NOCTTY,00) = 4 (0x4)
fstat(4,{ mode=crw-r--r-- ,inode=8,size=0,blksize=4096 }) = 0 (0x0)
ioctl(4,TIOCGETA,0x7fffffffa810)                 ERR#25 'Inappropriate ioctl for device'
ioctl(4,TIOCGETA,0x7fffffffa810)                 ERR#25 'Inappropriate ioctl for device'
close(4)                                         = 0 (0x0)

from adblock2privoxy.

essandess avatar essandess commented on August 22, 2024

I do not see this issue on macOS.

This call isn't (directly) from any adblock2privoxy code, but undoubtedly from one of its Haskell import's. My best guess is that this is used for TLS checks. Lots of apparently related non-ghc issues like this out there. I'd advise to try to isolate which upstream thing is causing this and bump this upstream.

from adblock2privoxy.

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.