-
Help with Arguments & environment variables
I'm trying to get a few SWAG arguments put in and I need to set environment variables, but i'm kind of lost. I'm not just sure how to translate/format it inside of the docker container. Heres what I'm trying to accomplish (from github, MAXMIND mod) In the container's docker arguments, set an environment variable DOCKER_MODS=linuxserver/mods:swag-maxmind If adding multiple mods, enter them in an array separated by |, such as DOCKER_MODS=linuxserver/mods:swag-maxmind|linuxserver/mods:swag-mod2 In the container's docker arguments, set the following environment variables: MAXMINDDB_LICENSE_KEY=<license-key> with your license key. MAXMINDDB_USER_ID=<account-id> with your account id. Which I translated roughly to: Am I doing this right? How would i add the account id? I've tried using the "|" to separate but swag gives errors on startup. Sorry if this is a noob question but I've tried a bunch of iterations and still no luck. thanks.
-
[support] dlandon - Zoneminder 1.36
So i'm getting this, even after a force update. i was having problems before this but it brought down my unraid server, thankfully the server is fine now but the DB is corrupt. How can i tell if the DB is local or if its on my instance of MariaDB? I looked at the databases on my Maria install and dont see any db there that could be zoneminder. I do have backups of the appdata folder. Can i rebuild? Or worst case, can i export/save my settings for a reinstall?
-
[Support] Linuxserver.io - Nextcloud
This is what i had to do. A real PITA but a good PSA for backing up both the container and the DB.
-
[Support] Linuxserver.io - Nextcloud
Okay i think i've made progress. I figured out that Maria DB had a corrupted database (likely the nextcloud one) and was flipping on and off non stop in a boot loop. adding this to the mariadb conf file: [mysqld] innodb_force_recovery = 6 and restarting maria got it to stop, so i could do a mysql dump docker exec mariadb /usr/bin/mysqldump --user=root --password=******** nextcloud > /mnt/user/data/mariadb_backup/nextcloud/dump.sql restored the db from an old backup.. (now i know i need to backup the db frequently) Removed that line from mariadb conf and restarted. I also restored all the nextcloud data file backup too, yet when it started it still forced the update to v30. Either way, after it ran NC came back up. I had to do some permissions fixing on the data drives but it came up. However i was getting this error on the web UI: I couldnt find that file in previous backups, so i created that file and put "# Nextcloud data directory" in that file. after rebooting i get this error: Nothing in the logs, so i did another restore of the data drive and its working, but its all sorts of messed up. I can't upload files and many are missing. I'm going to revisit tomorrow.
-
[Support] Linuxserver.io - Nextcloud
Yea i've always kept NC up to date, i rarely let any docker containers i have go over a month or two without updating. I'll have to find your post about rolling back the DB, or let me know if theres a KB somewhere about how to do it.That seems to be the only solution atm.
-
[Support] Linuxserver.io - Nextcloud
has anyone come up with a solution? i've tried everything suggested and even tried restoring an old nextcloud instance from a backup. Even with the restore it still somehow shows it has to upgrade : then fails to connect to maria, which is confirmed working and the other apps i have that use it are fine. I can't believe that mariadb would be too new? then why push an update if thats the case?
-
[Support] Linuxserver.io - MariaDB
I'm having trouble with nextcloud and im hearing it has something to do with mariadb. Everything was working fine prior to the failed upgrade of nextcloud. So i looked in my mariadb logs and its repeating this over and over again, 24/7. Are there issues here or is this normal? 241030 15:00:59 mysqld_safe Logging to syslog. 241030 15:00:59 mysqld_safe Starting mysqld daemon with databases from /config/databases 241030 15:01:01 mysqld_safe Logging to syslog. 241030 15:01:01 mysqld_safe Starting mysqld daemon with databases from /config/databases 241030 15:01:02 mysqld_safe Logging to syslog. 241030 15:01:02 mysqld_safe Starting mysqld daemon with databases from /config/databases 241030 15:01:03 mysqld_safe Logging to syslog. 241030 15:01:03 mysqld_safe Starting mysqld daemon with databases from /config/databases 241030 15:01:05 mysqld_safe Logging to syslog. 241030 15:01:05 mysqld_safe Starting mysqld daemon with databases from /config/databases
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
I just updated my unassigned devices plugin and now my windows shares are gone. I'm going through the settings and trying every combination that makes sense, as i assume permissions/settings have changed in this update. My unraid log shows this after the update: unassigned.devices: Warning: Unassigned Devices are not set to be shared with SMB. unassigned.devices: Warning: Unassigned Devices are not set to be shared with NFS.
-
[Support] Linuxserver.io - Nextcloud
for the record, im getting this same error just now upgrading the container. this keeps coming up:
-
[Support] Linuxserver.io - Nextcloud
I'm getting the update "not available" with the broken chain icon in docker.. Anyone else? (Also have it for plex). Everything is working fine (v27.1.4), the only change i made was i did update Unraid itself a few weeks ago.
-
[support] dlandon - Zoneminder 1.36
Have had zoneminder working for months, no major changes in performance. Had to restart my docker today as something spiked RAM. Everything came up clean aside from ZM. No new version was installed or any major updates. I can connect to the DB via command line. Any thoughts? Starting services... * Starting Apache httpd web server apache2 * * Stopping MariaDB database server mysqld ...done. * Starting MariaDB database server mysqld ...fail! Nov 26 22:04:47 9be1460457ca zmupdate[1149]: ERR [Error reconnecting to db: errstr:Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111) error val:] Nov 26 22:04:47 9be1460457ca zmupdate[1149]: ERR [Error reconnecting to db: errstr:Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111) error val:] Nov 26 22:04:47 9be1460457ca zmupdate[1150]: ERR [Error reconnecting to db: errstr:Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111) error val:] Nov 26 22:04:47 9be1460457ca zmupdate[1150]: ERR [Error reconnecting to db: errstr:Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111) error val:] Starting ZoneMinder: Nov 26 22:04:57 9be1460457ca zmpkg[1161]: ERR [Error reconnecting to db: errstr:Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111) error val:] Nov 26 22:04:57 9be1460457ca zmpkg[1161]: ERR [Error reconnecting to db: errstr:Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111) error val:] ZoneMinder failed to start
-
[Support] binhex - Radarr
Not sure if this was due to the latest update.. but my Radarr won't connect to SabNZBD. It says its connecting in the settings but every search for NZB shows 0KB file sizes. I've verified that SAB itself can connect. The only errors i see in the log are: 2023-07-18 11:47:55,793 DEBG 'radarr' stdout output: [Error] DownloadedMovieImportService: Import failed, path does not exist or is not accessible by Radarr: Its possible i'm just not finding anything but its a strange one, dont remember it ever finding things on Sab but all are 0KB
-
[Support] Djoss - CloudBerry Backup
Cloudberry is stuck for 8+ hours in "preparing for starting" and never does a backup. I tried uploading a log to support but that times out as well. I've been going back and forth with support and trying a few things to try to get them logs. I mentioned in passing its a docker container and they immediately dumped me saying thats not supported. Anyone run into this?
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
That did it! thank you!
-
Unassigned Devices - Managing Disk Drives and Remote Shares Outside of The Unraid Array
tvd1
Members
-
Joined
-
Last visited