Skip to content

[BUG] sendto operation not permitted #298

Closed
@muammar

Description

@muammar

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When I start the docker container, I can see the following logs:

[migrations] started
[migrations] no migrations found
───────────────────────────────────────
      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝
   Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID:    1000
User GID:    1000
───────────────────────────────────────
Linuxserver.io version: 4.0.6-r0-ls272
Build-date: 2024-12-03T10:45:19+00:00
───────────────────────────────────────
    
[custom-init] No custom files found, skipping...
sendto: Operation not permitted
sendto: Operation not permitted
sendto: Operation not permitted
sendto: Operation not permitted
Connection to localhost (127.0.0.1) 9091 port [tcp/*] succeeded!
[ls.io-init] done.

This renders transmission unusable. I found something on reddit that could (or not) be relevant? https://www.reddit.com/r/Ubuntu/s/6fh1C73eO0

Thanks.

Expected Behavior

No sendto operación not permitted warning and normal transmission start.

Steps To Reproduce

I just downloaded the new docker image. Nothing else has changed.

Environment

- OS:Debian Testing.
- How docker service was installed: from upstream official package.

CPU architecture

x86-64

Docker creation

services:
  gluetun:
    image: qmcgaw/gluetun
    container_name: gluetun
    cap_add:
      - NET_ADMIN
    ports: #make sure to include these for qbittorrent to work
      - 9091:9091       # Transmission UI port
      - 51413:51413     # Torrent port (TCP)
      - 51413:51413/udp # Torrent port (UDP)
      - 8001:8000       # Needed by gethomepage
    environment:
      - SOME STUFF
    volumes:
      - /home/muammar/docker/Gluetun/:/gluetun
      - /home/muammar/docker/GluetunAuth/config.toml:/gluetun/auth/config.toml
    restart: unless-stopped

  transmission:
    image: lscr.io/linuxserver/transmission
    container_name: transmission
    environment:
      - PUID=1000 # User id
      - PGID=1000 # Group id
      - TZ='America/New_York'
    volumes:
      - /home/muammar/docker/Transmission:/config # Change this to your docker config folder
      - /home/muammar/Media:/downloads # Change this to your download folder
    network_mode: service:gluetun
    restart: unless-stopped # This makes sure that the application restarts when it crashes



### Container logs

```bash
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
      ██╗     ███████╗██╗ ██████╗
      ██║     ██╔════╝██║██╔═══██╗
      ██║     ███████╗██║██║   ██║
      ██║     ╚════██║██║██║   ██║
      ███████╗███████║██║╚██████╔╝
      ╚══════╝╚══════╝╚═╝ ╚═════╝
   Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID:    1000
User GID:    1000
───────────────────────────────────────
Linuxserver.io version: 4.0.6-r0-ls272
Build-date: 2024-12-03T10:45:19+00:00
───────────────────────────────────────
    
[custom-init] No custom files found, skipping...
sendto: Operation not permitted
sendto: Operation not permitted
sendto: Operation not permitted
sendto: Operation not permitted
Connection to localhost (127.0.0.1) 9091 port [tcp/*] succeeded!
[ls.io-init] done.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions