Everything worked right after the update. After a restart, however, connections to the web interfaces no longer work. This seems to affect all web services.
A connection with SSH is still possible.
I went back to the last snapshot and tried several times, the problem occurs after every update with a subsequent restart.
The network configuration or hostname hasn’t changed, I would imagine there is a problem with traefik?
I don’t have an answer, but I encountered the same thing the other day under Rocky 9. Since I was dealing with other issues anyway, my resolution was to just blow it away and start over, which probably isn’t what you want to do.
The SSH connection asks for the password for “traefik”.
systemctl status --user traefik
Failed to connect to bus: $DBUS_SESSION_BUS_ADDRESS and $XDG_RUNTIME_DIR not defined (consider using --machine=<user>@.host --user to connect to bus of other user)
podman ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
814f3984b9b4 ghcr.io/nethserver/redis:0.0.31 redis-server /dat... 14 hours ago Up 14 hours ago redis
765c8ffd4ab8 docker.io/grafana/promtail:2.7.3 -config.file=/etc... 14 hours ago Up 14 hours ago promtail1
57facee6bc5e ghcr.io/nethserver/samba-dc:0.0.6 14 hours ago Up 14 hours ago samba1
“journalctl -t traefik1”
returns for the current session:
Mär 12 12:40:02 myservername traefik1[608]: Task queue pop error: dial tcp 127.0.0.1:6379: connect: connection refused
Mär 12 12:40:02 myservername traefik1[608]: Task queue pop error: dial tcp 127.0.0.1:6379: connect: connection refused
Mär 12 12:40:02 myservername traefik1[712]: Error: statfs /home/traefik1/.config/state/configs: no such file or directory
Mär 12 12:40:02 myservername traefik1[887]: Error: error reading CIDFile: open /run/user/1001/traefik.ctr-id: no such file or directory
Mär 12 12:40:02 myservername traefik1[920]: Error: statfs /home/traefik1/.config/state/configs: no such file or directory
Mär 12 12:40:02 myservername traefik1[952]: Error: error reading CIDFile: open /run/user/1001/traefik.ctr-id: no such file or directory
Mär 12 12:40:02 myservername traefik1[1021]: Error: statfs /home/traefik1/.config/state/configs: no such file or directory
Mär 12 12:40:02 myservername traefik1[1054]: Error: error reading CIDFile: open /run/user/1001/traefik.ctr-id: no such file or directory
Mär 12 12:40:02 myservername traefik1[1092]: Error: statfs /home/traefik1/.config/state/configs: no such file or directory
Mär 12 12:40:02 myservername traefik1[1135]: Error: error reading CIDFile: open /run/user/1001/traefik.ctr-id: no such file or directory
Mär 12 12:40:03 myservername traefik1[1177]: Error: statfs /home/traefik1/.config/state/configs: no such file or directory
Mär 12 12:40:03 myservername traefik1[1255]: Error: error reading CIDFile: open /run/user/1001/traefik.ctr-id: no such file or directory
After “systemctl restart redis” I get with “journalctl -t traefik1” (new messages):
Note: it is not important for me to solve this problem, I can also reinstall NS8, it is only a test system. But I would like to understand what is going on and how to troubleshoot such issues in NS8.
Mar 14 12:15:42 lvvi-neth8-1 traefik1[2706]: Error: statfs /home/traefik1/.config/state/configs: no such file or directory
Mar 14 12:15:43 lvvi-neth8-1 traefik1[2740]: Error: error reading CIDFile: open /run/user/1000/traefik.ctr-id: no such file or directory
Also running on a Debian 11 VM.
SSH and redis acces are ok.