Everything posted by j0nnymoe
-
[Support] Linuxserver.io - Plex Media Server
Good spot - we'll look into it. Side note, why plex think it's a good idea to use the TMPDIR for stuff that they know is going to use a large amount of space rather than the user configurable path (like transcoding etc) is an absolute mystery. We could move it back to the default /tmp but the same thing will happen unless users have mounted /tmp to tmpfs (but that will then break read-only and non-root operation) Worth adding too, while whatever fix we put in place, you're still going to need storage somewhere & it won't fix the fact that plex is creating these large files which then sometimes don't get removed when finished with.
-
[Support] Linuxserver.io - Plex Media Server
This needs to be reported to Plex. We do not have control where plex dumps it's temp files for credit detections/sonic analysis.
-
[Support] Linuxserver.io - Kodi-Headless
No we aren't supporting our old image either. https://info.linuxserver.io/issues/2022-02-24-kodi-headless/ As per this link I posted: Also as you had already noticed, the message about this in the container logs.
-
[Support] Linuxserver.io - Kodi-Headless
This thread is for us supporting our image, not the container you linked.
-
[Support] Linuxserver.io - Kodi-Headless
We stopped supporting this container 3 years ago: https://info.linuxserver.io/issues/2022-02-24-kodi-headless/ And the fact we don't offer template for this to CA anymore and you've managed to pull it is impressive. This one listed isn't ours.
-
[Support] Linuxserver.io - Plex Media Server
We've had a report of this before, it's likely the Sonic Analysis dumping files in `/run/plex-temp/` and not deleting them. Really plex should be dumping this in your tmp folder/memory and at least deleting them when done.
-
[Support] Linuxserver.io - Nextcloud
"MySQL server has gone away in /config/www/nextcloud/lib/private/DB/Connection.php:87" You need to investigate your MariaDB/MySQL Container as the problem lies there, not with nextcloud.
-
[Support] Linuxserver.io - Plex Media Server
Check both container logs and your plex logs within your appdata.
-
[Support] Linuxserver.io - Nextcloud
That's saying it's unable to connect to your mariadb instance. So re-check your mariadb container is working correctly.
-
[Support] Linuxserver.io - Nextcloud
If you search back through this post or the mariadb thread, you'll see solutions to fix it.
-
[Support] Linuxserver.io - MariaDB
This has already been heavily discussed with solutions in previous posts of this thread.
-
[Support] Linuxserver.io - MariaDB
Because it's not in the nextcloud container, it's in the mariadb container.
-
[Support] Linuxserver.io - MariaDB
Just to make it clear, if anyone is having issues with the update to the latest version of mariadb. It's due to your database corrupting as your previous container wasn't shutdown cleanly (Something using during an update / automatic updates killing the container early). To recover your database, do the following with -all- containers that use mariadb off: Try the `linuxserver/mariadb:version-110.4.21mariabionic` tag, let everything start up, check the logs to make sure it's all clean, then do `docker exec nextclouddb s6-svc -d /var/run/s6/services/mariadb/` (assuming your container is called nexclouddb, otherwise adjust that appropriately). Wait ~30 seconds and then stop the container and update to latest. If this doesn't work, you will need to restore a working backup.
-
[Support] Linuxserver.io - Nextcloud
Rolling back to an older image doesn't mean it's a "fix". You shouldn't have your database containers on auto update. Having a database update while it's beening accessed by X application (in this case nextcloud) is just asking for trouble and likely going to cause corruption or data loss.
-
[Support] Linuxserver.io - MariaDB
Less so benefits for unraid users (x86_64) but better for our armhf / aarch64 users as mariadb don't release up to date versions for those platforms on ubuntu base.
-
[Support] Linuxserver.io - MariaDB
Upgrading to `:latest` will put you on alpine.
-
[Support] Linuxserver.io - MariaDB
Be aware that this will no longer get updates.
-
[Support] Linuxserver.io - Nextcloud
Probably best start by providing info on the container - Have you been keeping nextcloud updated within the container? Nginx logs? nextcloud logs?
-
[Support] Linuxserver.io - OpenVPN AS
OpenVPN-AS still gets updated from openvpn itself. The reason we've dropped it is due to the constant band-aid fixes we have to do and something breaks on every update they push out.
-
[Support] Linuxserver.io - OpenVPN AS
We've depreciated the container now so there will be no further updates/changes/support for the container.
-
[Support] Linuxserver.io - Unifi-Controller
The error shouldn't stop the controller from working itself but it's something to wait for unifi to fix.
-
[Support] Linuxserver.io - OpenVPN AS
I would highly suggest users having issues with this find a better solution, as I mentioned here:
-
[Support] Linuxserver.io - Unifi-Controller
We can't fix an isse that's related to upstream.
-
[Support] Linuxserver.io - Papermerge
Some more info on what you've done might help
-
[Support] Linuxserver.io - Nextcloud
The well-known info needs to be added to the nextcloud nginx config and not the swag config. We've already updated this and mentioned it in the changelog for nextcloud.