-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Chart Name
it-tools
Operating System
Talos-OS 1.9
Deployment Method
Helm
Chart Version
in work pr 15.27.0
Kubernetes Events
-Chart Logs
Welcome to a TrueForge ContainerForge container!
If you are running into any issues, please file a support request on discord.
Container Info:
* Running as: apps (UID: 568, GID: 568)
* Additional Groups: apps (GIDs: 568)
* Number of CPUs available: 4
* Memory limits (if cgroup available):
Total: 15995.6 MB
Important Directories:
* /customscripts exists: no
* /customoverlay exists: no
Useful Links:
* Repository: https://github.com/trueforge-org/containerforge
* Docs: https://trueforge.org
* Discord: https://discord.gg/tVsPTHWTtr
* Bugs or feature requests: open a GH issue
* Questions: discuss in Discord
[entrypoint] Processing /docker-entrypoint.d/ scripts...
[entrypoint] Running /docker-entrypoint.d/03-copyconfig.sh
[00-copyconfig] Copying default NGINX config files
cp: warning: behavior of -n is non-portable and may change in future; use --update=none instead
cp: warning: behavior of -n is non-portable and may change in future; use --update=none instead
[entrypoint] Configuration complete
[Entrypoint] Checking Device permissions for video devices...
**** video permissions are good ****
[Entrypoint] Checking Device permissions for sound devices...
**** sound permissions are good ****
[entrypoint] Info: Executing passed command: nginx -c /config/nginx.conf -g daemon off;
2025/11/27 08:25:19 [emerg] 7#7: open() "/tmp/nginx-temp/nginx.pid" failed (2: No such file or directory)Chart Configuration
Describe the bug
Needed a folder: /tmp/nginx-temp
To Reproduce
Expected Behavior
Screenshots
No response
Additional Context
Tested in the chart temporally adding:
workload:
main:
podSpec:
initContainers:
init-mkdir:
enabled: true
type: init
imageSelector: "image"
command:
- /bin/sh
- -c
args:
- mkdir -p /tmp/nginx-temp
worked
I've read and agree with the following
- I've checked all open and closed issues and my issue is not there.
- I've prefixed my issue title with
[Chart-Name]
Metadata
Metadata
Assignees
Labels
No labels