Update readme.md

This commit is contained in:
EHerzog76 2024-12-06 16:53:10 +01:00 committed by GitHub
parent 28cffaed21
commit 9bfda038bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,6 @@ route.route.openshift.io/pxe-bootserver-route pxeboot.apps.cluster.local
``` ```
kubectl -n pxeboot logs pxe-bootserver-ds-5559fd7-4ncjb kubectl -n pxeboot logs pxe-bootserver-ds-5559fd7-4ncjb
chown: /config/nginx/nginx.conf: Read-only file system
_ _ _ _ _ _
_ __ ___| |_| |__ ___ ___ | |_ __ ___ _ ____ _ __ ___| |_| |__ ___ ___ | |_ __ ___ _ ____
| '_ \ / _ \ __| '_ \ / _ \ / _ \| __| \ \/ / | | |_ / | '_ \ / _ \ __| '_ \ / _ \ / _ \| __| \ \/ / | | |_ /
@ -89,3 +88,8 @@ chown: /config/nginx/nginx.conf: Read-only file system
2024-12-03 16:40:40,981 WARN exited: syslog-ng (exit status 2; not expected) 2024-12-03 16:40:40,981 WARN exited: syslog-ng (exit status 2; not expected)
2024-12-03 16:40:41,983 INFO gave up: syslog-ng entered FATAL state, too many start retries too quickly 2024-12-03 16:40:41,983 INFO gave up: syslog-ng entered FATAL state, too many start retries too quickly
``` ```
In the current version we have 2 bugs, which have no impact for the netboot.xyz server.
```
syslog-ng must be reconfigured or have to be removed
messages-log must be reconfigured or have to be removed
```