Giter Site home page Giter Site logo

jackett not accessible about lmds HOT 16 CLOSED

greenfrogsb avatar greenfrogsb commented on May 18, 2024
jackett not accessible

from lmds.

Comments (16)

GreenFrogSB avatar GreenFrogSB commented on May 18, 2024

from lmds.

chenks avatar chenks commented on May 18, 2024

sorry, not sure what happened in the opening post.

yes i am trying to access it using the IP address - http://192.168.50.8:9117, it's dead (http://192.168.50.8:9000/ works all ok for portainer)
and portainer says jacket is running but with no ip address or port.

from lmds.

GreenFrogSB avatar GreenFrogSB commented on May 18, 2024

from lmds.

chenks avatar chenks commented on May 18, 2024

Edit docker-compose.yml file,

this is what it currently says

  jackett:
    image: linuxserver/jackett
    container_name: jackett
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=UTC
      - AUTO_UPDATE=true #optional
      # - RUN_OPTS=<run options here> #optional
    volumes:
      - ./volumes/jackett/config:/config
      - ./downloads:/downloads
    ports:
      - 9117:9117
    restart: unless-stopped

i updated the file, rebuilt and made no difference, still same issue.
it looks like the container is in boot loop, as if i keep refreshing portainer i can see the container come up (with an IP and port), then go back on, and so on.

from lmds.

GreenFrogSB avatar GreenFrogSB commented on May 18, 2024

from lmds.

chenks avatar chenks commented on May 18, 2024

Inside LMDS folder and LMDS folder is where you cloned it from github.

sorry, i edited my response with more details

from lmds.

GreenFrogSB avatar GreenFrogSB commented on May 18, 2024

Hard fot me to help as I am on holidays and have only phone with me. Your docker-compose.yml is OK. Have you try simply restart entire Pi? I know this is a basic question and frustrating if you try already. No one else reported to me such issue latelly.

from lmds.

chenks avatar chenks commented on May 18, 2024

yes i have rebooted a few times.
i went and added 2 more containers, deluge and sabnzbd, and those are also exhibiting the same issues.

the only container that appears to be working is portainer.

from lmds.

GreenFrogSB avatar GreenFrogSB commented on May 18, 2024

What is your Pi model and OS?

from lmds.

chenks avatar chenks commented on May 18, 2024

currently testing it on a Pi Zero W, runing the latest Raspberry Pi OS Lite (32bit)

from lmds.

GreenFrogSB avatar GreenFrogSB commented on May 18, 2024

Could you reimage SD card with 64bit Raspbian instead and try again. I have no better suggestion for now.

from lmds.

chenks avatar chenks commented on May 18, 2024

Could you reimage SD card with 64bit Raspbian instead and try again. I have no better suggestion for now.

64bit OS is not compatible with the Pi Zero W

from lmds.

GreenFrogSB avatar GreenFrogSB commented on May 18, 2024

That might be the problem. Pi zero W, based on wiki has ARMv6Z (32-bit) CPU, containers are usually available for x86/64, ARMv7 and 8 platforms, sometimes just for arm with no version ie. Portainer is just ARM but Jackett is only available for x86/64, ARM7 and ARM8.
This should cause problem during pull reporting that container is not valid for your platform and I do not know why pull cause no issues for you.
It seems with this cpu you won't be able to use most of the containers.

from lmds.

chenks avatar chenks commented on May 18, 2024

looks like i'll need to try and get either a pi4 or pi zero w 2, although they appear to be non-existant at the moment to buy.

from lmds.

chenks avatar chenks commented on May 18, 2024

update - managed to pick up a Pi 4 Model B (2GB RAM), and all seems to be working correctly.

from lmds.

chenks avatar chenks commented on May 18, 2024

issue can be closed, issue was non-supported pi model.

from lmds.

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.