Skip to content

Dante socks proxy run cpu 100% on debian trixie (sockd process) with docker #216

@maxinfo337

Description

@maxinfo337

Hello, (in a vm in proxmox) after updating the vm bookworm to trixie, all is working well (all dockers containers) except for vimagick/dante dockerhub latest image. It make the process sockd running 100 % of the vcpu and never go down ... i use macvlan for this container. Dante is working on trixie ? Here is some infos :
blobl@blobpc:~/docker-folder$ docker version
Client: Docker Engine - Community
Version: 28.3.3
API version: 1.51
Go version: go1.24.5
Git commit: 980b856
Built: Fri Jul 25 11:34:13 2025
OS/Arch: linux/amd64
Context: default

Server: Docker Engine - Community
Engine:
Version: 28.3.3
API version: 1.51 (minimum version 1.24)
Go version: go1.24.5
Git commit: bea959c
Built: Fri Jul 25 11:34:13 2025
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.7.27
GitCommit: 05044ec0a9a75232cad458027ca83437aae3f4da
runc:
Version: 1.2.5
GitCommit: v1.2.5-0-g59923ef
docker-init:
Version: 0.19.0
GitCommit: de40ad0

docker-compose file:

dante:
image: 'vimagick/dante:latest'
container_name: 'dante-socks5'
restart: 'unless-stopped'
ports:
- "1080:1080"
volumes:
- '/somepath/conf_dante:/etc/dante'
tmpfs:
- /run
mac_address: '00:0c:29:b9:11:d6'
labels:
- 'traefik.enable=0'
networks:
darkvlan:
ipv4_address: 192.XXX.XXX.30

networks:
darkvlan:
name: darkvlan
driver: macvlan
driver_opts:
parent: ens18
ipam:
config:
- subnet: '192.XXX.XXX.0/24'
ip_range: '192.XXX.XXX.24/29'
gateway: '192.XXX.XXX.254'

blobl@blobpc:~/docker-folder$ uname -a
Linux blobpc 6.12.38+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.38-1 (20

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions