linuxserver / docker-transmission

GNU General Public License v3.0
577 stars 179 forks source link

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

Closed jeromecst closed 5 months ago

jeromecst commented 7 months ago

Is there an existing issue for this?

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
github-actions[bot] commented 7 months ago

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 commented 6 months ago

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 commented 5 months ago

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.

github-actions[bot] commented 4 months ago

This issue is locked due to inactivity