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

[BUG] Building manually results in errors in the container #271

Closed
1 task done
jeromecst opened this issue Jan 3, 2024 · 4 comments
Closed
1 task done

[BUG] Building manually results in errors in the container #271

jeromecst opened this issue Jan 3, 2024 · 4 comments

Comments

@jeromecst
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Container not starting because of many errors

Expected Behavior

Container correctly starting the daemon

Steps To Reproduce

  1. Manually build the image with docker build --no-cache --pull -t transmission_local .
  2. Run the compose file with docker compose up

Environment

- OS: Arch Linux 6.6.8
- How docker service was installed: pacman

CPU architecture

x86-64

Docker creation

---
version: "2.1"
services:
  transmission:
    image: transmission_local
    container_name: transmission
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - ./config:/config
      - ./downloads:/downloads
    ports:
      - 9091:9091
      - 51413:51413
      - 51413:51413/udp
    restart: unless-stopped

Container logs

https://pastebin.com/3CLqFq7Z
Copy link

github-actions bot commented Jan 3, 2024

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

@LinuxServer-CI
Copy link
Collaborator

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

@homerr
Copy link
Member

homerr commented Mar 23, 2024

I've just built this locally on both a macOS and Debian environment with no issues at build time or run time. I'm afraid the issue will be with your local configuration.

@homerr homerr closed this as not planned Won't fix, can't repro, duplicate, stale Mar 23, 2024
Copy link

This issue is locked due to inactivity

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Archived in project
Development

No branches or pull requests

3 participants