brando56894
Wizard
- Joined
- Feb 15, 2014
- Messages
- 1,537
I have Nextcloud and Plex setup using the official apps, and they work/I can access them with no issues, but in dmesg there are tons of messages stating the following
In the ENV vars of one of the Plex containers I see this
The line is apparently for Nextcloud's postgres DB.
I'm pretty familiar with Docker and have about 12 containers running, but have never really messed around with k8s that much, so I have no idea how to fix this/get it to shut up.
Edit: there are also other errors about pods/containers not running and other things, but like Plex aand NextCloud seem to work without issue.
Edit 2: There are 8 containers for plex and nextcloud that are shown as down (I'm using portainer to manage my docker containers) so I removed them, applied an update, and they're back in portainer, but are still down, and Plex and NextCloud are still happy.
Code:
[36770.301553] IPVS: rr: TCP 172.17.204.52:5432 - no destination available [36772.351575] IPVS: rr: TCP 172.17.204.52:5432 - no destination available [36773.024678] IPVS: rr: UDP 172.17.204.31:32412 - no destination available [36773.049810] IPVS: rr: UDP 172.17.204.31:32414 - no destination available
In the ENV vars of one of the Plex containers I see this
PLEX_UDP_PORT_32414_UDP | udp://172.17.204.31:32414 |
The line is apparently for Nextcloud's postgres DB.
NEXTCLOUD_POSTGRES_PORT_5432_TCP | tcp://172.17.204.52:5432 |
I'm pretty familiar with Docker and have about 12 containers running, but have never really messed around with k8s that much, so I have no idea how to fix this/get it to shut up.
Edit: there are also other errors about pods/containers not running and other things, but like Plex aand NextCloud seem to work without issue.
Edit 2: There are 8 containers for plex and nextcloud that are shown as down (I'm using portainer to manage my docker containers) so I removed them, applied an update, and they're back in portainer, but are still down, and Plex and NextCloud are still happy.
Last edited: