dockerfiles icon indicating copy to clipboard operation
dockerfiles copied to clipboard

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

Open maxinfo337 opened this issue 4 months ago • 1 comments

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

maxinfo337 avatar Aug 12 '25 17:08 maxinfo337

I also have this problem when I upgrade to trixie

FingerlessGlov3s avatar Aug 16 '25 20:08 FingerlessGlov3s