[GH-ISSUE #2136] dcoker fail #3271

Closed
opened 2026-03-14 07:01:14 +03:00 by kerem · 0 comments
Owner

Originally created by @mjvmsteixeira on GitHub (Feb 6, 2025).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2136

Server Info:
OS: Ubuntu 24.04

Installation Method:
Docker

Describe the Bug
There are errors in the logs of the trmm-nginx container. The latest configuration files were obtained today from GitLab.

To Reproduce
Steps to reproduce the issue:

Deploy the latest configuration from GitLab
Start the trmm-nginx container
Check the logs for errors
Observe the reported issue

Expected Behavior
The trmm-nginx container should run without errors, allowing proper communication with the RMM system.

Screenshots
logs:
base64: truncated input
/docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
/docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
/docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf is not a file or does not exist
/docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
/docker-entrypoint.sh: Launching /docker-entrypoint.d/entrypoint.sh
base64: truncated input

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
c8765817ee38 tacticalrmm/tactical:latest "/entrypoint.sh tact…" 47 minutes ago Up 47 minutes 4443/tcp, 8080/tcp, 8383/tcp trmm-websockets
365aac5a747b tacticalrmm/tactical:latest "/entrypoint.sh tact…" 47 minutes ago Up 47 minutes 4443/tcp, 8080/tcp, 8383/tcp trmm-init
920337db1d10 tacticalrmm/tactical-meshcentral:latest "/entrypoint.sh" 47 minutes ago Up 47 minutes 4443/tcp, 8080/tcp trmm-meshcentral
423daacf6d35 tacticalrmm/tactical:latest "/entrypoint.sh tact…" 47 minutes ago Up 47 minutes 4443/tcp, 8080/tcp, 8383/tcp trmm-backend
1d8bf5757c58 tacticalrmm/tactical:latest "/entrypoint.sh tact…" 47 minutes ago Up 47 minutes 4443/tcp, 8080/tcp, 8383/tcp trmm-celerybeat
cfe35ce754f9 tacticalrmm/tactical:latest "/entrypoint.sh tact…" 47 minutes ago Up 47 minutes 4443/tcp, 8080/tcp, 8383/tcp trmm-celery
1a0b8617dfd6 tacticalrmm/tactical-nats:latest "/entrypoint.sh" 47 minutes ago Up 47 minutes 4222/tcp, 6222/tcp, 8222/tcp, 9235/tcp trmm-nats
52c1ea6123d9 redis:6.0-alpine "docker-entrypoint.s…" 47 minutes ago Up 47 minutes 6379/tcp trmm-redis
f80f056772a1 tacticalrmm/tactical-nginx:latest "/docker-entrypoint.…" 47 minutes ago Restarting (1) 20 seconds ago trmm-nginx
8d23f6cf80a1 postgres:13-alpine "docker-entrypoint.s…" 47 minutes ago Up 47 minutes 5432/tcp trmm-postgres
d090677b6de4 tacticalrmm/tactical-frontend:latest "/docker-entrypoint.…" 47 minutes ago Up 47 minutes 8080/tcp trmm-frontend
9afc0351f377 mongo:4.4 "docker-entrypoint.s…" 47 minutes ago Up 47 minutes 27017/tcp trmm-mongodb

Additional Context
The setup is running on Ubuntu 24.04
The installation method used was Docker
Logs indicate potential configuration issues

Originally created by @mjvmsteixeira on GitHub (Feb 6, 2025). Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2136 Server Info: OS: Ubuntu 24.04 Installation Method: Docker Describe the Bug There are errors in the logs of the trmm-nginx container. The latest configuration files were obtained today from GitLab. To Reproduce Steps to reproduce the issue: Deploy the latest configuration from GitLab Start the trmm-nginx container Check the logs for errors Observe the reported issue Expected Behavior The trmm-nginx container should run without errors, allowing proper communication with the RMM system. Screenshots logs: base64: truncated input /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/ /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh 10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf is not a file or does not exist /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh /docker-entrypoint.sh: Launching /docker-entrypoint.d/entrypoint.sh base64: truncated input CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES c8765817ee38 tacticalrmm/tactical:latest "/entrypoint.sh tact…" 47 minutes ago Up 47 minutes 4443/tcp, 8080/tcp, 8383/tcp trmm-websockets 365aac5a747b tacticalrmm/tactical:latest "/entrypoint.sh tact…" 47 minutes ago Up 47 minutes 4443/tcp, 8080/tcp, 8383/tcp trmm-init 920337db1d10 tacticalrmm/tactical-meshcentral:latest "/entrypoint.sh" 47 minutes ago Up 47 minutes 4443/tcp, 8080/tcp trmm-meshcentral 423daacf6d35 tacticalrmm/tactical:latest "/entrypoint.sh tact…" 47 minutes ago Up 47 minutes 4443/tcp, 8080/tcp, 8383/tcp trmm-backend 1d8bf5757c58 tacticalrmm/tactical:latest "/entrypoint.sh tact…" 47 minutes ago Up 47 minutes 4443/tcp, 8080/tcp, 8383/tcp trmm-celerybeat cfe35ce754f9 tacticalrmm/tactical:latest "/entrypoint.sh tact…" 47 minutes ago Up 47 minutes 4443/tcp, 8080/tcp, 8383/tcp trmm-celery 1a0b8617dfd6 tacticalrmm/tactical-nats:latest "/entrypoint.sh" 47 minutes ago Up 47 minutes 4222/tcp, 6222/tcp, 8222/tcp, 9235/tcp trmm-nats 52c1ea6123d9 redis:6.0-alpine "docker-entrypoint.s…" 47 minutes ago Up 47 minutes 6379/tcp trmm-redis f80f056772a1 tacticalrmm/tactical-nginx:latest "/docker-entrypoint.…" 47 minutes ago Restarting (1) 20 seconds ago trmm-nginx 8d23f6cf80a1 postgres:13-alpine "docker-entrypoint.s…" 47 minutes ago Up 47 minutes 5432/tcp trmm-postgres d090677b6de4 tacticalrmm/tactical-frontend:latest "/docker-entrypoint.…" 47 minutes ago Up 47 minutes 8080/tcp trmm-frontend 9afc0351f377 mongo:4.4 "docker-entrypoint.s…" 47 minutes ago Up 47 minutes 27017/tcp trmm-mongodb Additional Context The setup is running on Ubuntu 24.04 The installation method used was Docker Logs indicate potential configuration issues
kerem closed this issue 2026-03-14 07:01:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tacticalrmm#3271
No description provided.