Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Container restarting loop #145

Closed
1 task done
laurentbinagot opened this issue Nov 22, 2023 · 10 comments
Closed
1 task done

Container restarting loop #145

laurentbinagot opened this issue Nov 22, 2023 · 10 comments

Comments

@laurentbinagot
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When I run my container he is restarting again and again

Expected Behavior

see the previous test I tried on this issue Jackett/Jackett#14858

Steps To Reproduce

docker-compose pull
docker-compose up -d
and then container starting, ip_addresse was attributed and lost and restarting again and again

Environment

- OS:Linux raspberrypi 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr  3 17:24:16 BST 2023 aarch64 GNU/Linux

CPU architecture

x86-64

Docker creation

version: "3"
services:
jackett:
image: ghcr.io/linuxserver/jackett:arm64v8-latest
container_name: jackett
environment:
- TZ=Europe/Paris
- AUTO_UPDATE=true
- PUID=1000
- PGID=1000
volumes:
- ./config:/config
#- ./jackett/blackhole:/downloads
ports:
- 9117:9117
restart: unless-stopped
networks:
- cloudflare
depends_on:
- flaresolverr
flaresolverr:
image: ghcr.io/flaresolverr/flaresolverr
container_name: flaresolverr
environment:
- LOG_LEVEL=info
#- CAPTCHA_SOLVER=hcaptcha-solver
- LANG=en_US
ports:
- 8191:8191
restart: unless-stopped
networks:
- cloudflare

networks:
cloudflare:
external: false
enable_ipv6: false

Container logs

no logs due to not starting completely
Copy link

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

@j0nnymoe
Copy link
Member

We need to see the container start up logs, you can get these by doing docker logs jackett.

@laurentbinagot
Copy link
Author

there is no logs even with the command docker logs jackett

@thespad
Copy link
Member

thespad commented Nov 22, 2023

I suspect your issue is due to this raspberrypi/linux#5402

See https://www.linuxserver.io/armhf for more context.

@laurentbinagot
Copy link
Author

So I have to reinstall entirely my Pi with a 64bit OS ?
I was convince that was already my case but apparently not :/

@thespad
Copy link
Member

thespad commented Nov 22, 2023

If you followed the default Raspbian install you will have got a 32-bit OS, and then they're upgrading your kernel to 64-bit giving you a mixed kernel/userspace that causes all kinds of odd issues.

If you choose to use Raspbian again (and I wouldn't), make sure you definitely get the 64-bit install as they're still pushing 32-bit as the default download.

@laurentbinagot
Copy link
Author

ok thanks, what OS do you recommend me ? I want a small one

@thespad
Copy link
Member

thespad commented Nov 22, 2023

There are plenty of options, but for a headless SBC install we would typically recommend something like Ubuntu or DietPi. Which you should pick is down to your specific requirements.

@laurentbinagot
Copy link
Author

For now it’s too complicated to reinstall a newer 64OS so I’ll try install on my NAS and if it work I’ll see later

@thespad thespad closed this as completed Nov 22, 2023
@laurentbinagot
Copy link
Author

I finally reinstalled with Ubuntu 64 bits and It work

thanks for the help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants