Everything posted by huladaddy
-
[Support] Linuxserver.io - Nextcloud
Thank you very much for the reply and the help. I am a little lost regarding the info you are requesting, so before I send you a bunch of stuff you didn't ask for, can you please clarify what you are asking for. 1. Directory of your config folder. 2. Contents of your config folder. I don't understand what the difference between these two is. Are you asking for a directory listing of my MariaDB appdata folder? What else do you need? 3. Docker config for your MariaDB and Nextcloud. I can't figure out for the life of me how to get a text listing of my docker configs. I know when I created (and update) a docker container, the text file is displayed, but how can I get that same text manually? Sorry that I appear quite helpless. And thanks again for the offer of help.
-
[Support] Linuxserver.io - Nextcloud
Thanks for the reply. Unfortunately I did try to revert to earlier backups, but they all suffer the same problem. I need to troubleshoot.
-
[Support] Linuxserver.io - Nextcloud
Is there anyone that could provide some guidance, or point me in a direction to solve this. I have no idea what caused this. I have been unable to access my nextcloud for months. I would be so grateful for any assistance. Thanks.
-
[Support] MariaDB Official
I have an issue with my mariadb docker container running on my unraid server. It was running for a long time without issues, but something seems to have happened to it. Now it won't start up at all. Help! This is what I get in the logs: ``` cat: /run/mysqld/mysqld.pid: No such file or directory 250215 00:08:48 mysqld_safe Logging to '/config/databases/ed7c28586f1d.err'. 250215 00:08:48 mysqld_safe Starting mariadbd daemon with databases from /config/databases Caught SIGTERM signal! ``` I would greatly appreciate any assistance to get this sorted out. Thanks in advance.
-
[Support] Linuxserver.io - MariaDB
I have an issue with my mariadb container. It was running for a long time without issues, but something seems to have happened to it. This is what I get in the logs: ``` cat: /run/mysqld/mysqld.pid: No such file or directory 250215 00:08:48 mysqld_safe Logging to '/config/databases/ed7c28586f1d.err'. 250215 00:08:48 mysqld_safe Starting mariadbd daemon with databases from /config/databases Caught SIGTERM signal! ```
-
[Support] Linuxserver.io - Nextcloud
Help. I just received this image when trying to load the webui: ``` Internal Server Error The server encountered an internal error and was unable to complete your request. Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report. More details can be found in the server log. ``` This is the error in the logs: ``` Doctrine\DBAL\Exception: Failed to connect to the database: An exception occurred in the driver: SQLSTATE[HY000] [2006] MySQL server has gone away in /app/www/public/lib/private/DB/Connection.php:140 ``` In MariaDB, I get this error: ``` cat: /run/mysqld/mysqld.pid: No such file or directory ```
-
[Support] binhex - Readarr
This doesn't seem to address the issue, but I tried it anyway. Doesn't this only apply to binhex docker images that use VPN. The readarr image doesn't use VPN (as far as I know). After trying `modprobe iptable_mangle`, I still have the same issue.
-
[Support] binhex - Readarr
Is this the intended functionality? Are we not supposed to be able to access Readarr remotely? I have no problems accessing Radarr, Sonarr and Lidarr remotely.
-
[Support] binhex - Lidarr
Any thoughts of incorporating deemix as an indexer/downloader ala https://github.com/youegraillot/lidarr-on-steroids?
-
one folder within a share is showing empty. ls show "structure needs cleaning"
OK. In the process. BTW, disk 9 also found problems. How did you determine disk 8 was an issue? What would have caused these errors? What can I do to prevent this in the future? It looks like there might be some particular files affected and possibly being moved to lost+found. To fix this, is there a way other than examining each file and trying to figure out where it came from?
-
one folder within a share is showing empty. ls show "structure needs cleaning"
Here you go. I have started to run checkfilesystem while in maintenance mode. Should I continue? I have done 6 of 10 of my drives. No errors so far. undrobo-diagnostics-20250122-1333.zip
-
one folder within a share is showing empty. ls show "structure needs cleaning"
Woke up this morning to this alarming situation. One folder a few levels deep in one particular share appears empty. From the console, 'ls' displays the error: "/bin/ls: reading directory '.': Structure needs cleaning". I'm panicking. I have rebooted my unraid server. Still have the same problem. All drives appear to be added to the array just fine. They are all xfs filesystem. The now-empty folder spans all the drives in the array, so I don't think it is a particular drive that is giving me problems.
-
[Support] binhex - Readarr
I can't open the WebUI remotely. When I try, I get: ``` Failed to load translations from API ``` Opening the WebUI locally works just fine.
-
[Support] Linuxserver.io - Calibre
After Calibre has been running for a while, it ends spitting this out: ``` Obt-Message: Xinerama extension is not present on the server Openbox-Message: A window manager is already running on screen 0 ``` and the CPU is pinned. Restarting the container works.
-
[Support] Linuxserver.io - Jellyfin
Ah. I was being hyperbolic. When the above happens (sometimes it consumes more than 12 GB), all four cores of my CPU are pinned. I have Netdata running and although my system is running extremely slowly, eventually Netstat updates and I am able to see how much RAM is being consumed by Jellyfin. If I restart Jellyfin, it takes a few minutes to actually shutdown and restart, but once it does, the RAM is freed up and my CPU settles down an my system becomes usable again.
-
[Support] Linuxserver.io - Jellyfin
Jellyfin eventually consume 10+ GB of RAM on my system. This basically grinds my entire Unraid server to a halt. What is happening that it consumes so much RAM?
-
Your flash drive is corrupted or offline. Post your diagnostics in the forum for help.
Thanks. I reseated my USB stick and it powered up OK this time. Dirty contacts?
-
Your flash drive is corrupted or offline. Post your diagnostics in the forum for help.
This was the message I just got after performing a reboot. Attached are my diagnostics. undrobo-diagnostics-20240709-1059.zip
-
problems mounting Unraid share from my laptop
I've recently had problems automounting my unraid SMB shares on my NixOS laptop. The problems seems to have begun after my laptop upgraded from kernel 6.5.9 to 6.6.0. Here is my nixos config: fileSystems."/mnt/media" = { device = "//undrobo/media"; fsType = "cifs"; options = let automount_opts = "x-systemd.automount,noauto,x-systemd.idle-timeout=60,x-systemd.device-timeout=5s,x-systemd.mount-timeout=5s"; in ["${automount_opts},credentials=/home/user/smb-secrets,uid=1000"]; }; and this is the error I get: Nov 09 10:53:42 framework systemd[1]: Mounting /mnt/media... Nov 09 10:53:42 framework mount[23125]: mount error(2): No such file or directory Nov 09 10:53:42 framework mount[23125]: Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) Nov 09 10:53:42 framework systemd[1]: mnt-media.mount: Mount process exited, code=exited, status=32/n/a Nov 09 10:53:42 framework systemd[1]: mnt-media.mount: Failed with result 'exit-code'. Nov 09 10:53:42 framework systemd[1]: Failed to mount /mnt/media. and this is what dmesg is reporting: [ 2481.296367] CIFS: Attempting to mount //undrobo/media [ 2481.296465] CIFS: VFS: cifs_mount failed w/return code = -2 and finally, this is what the mount point looks like: ❯ sudo ls -al /mnt total 0 drwxr-xr-x 1 root root 20 Jun 9 10:26 . drwxr-xr-x 1 root root 98 Dec 16 2021 .. drwxr-xr-x 2 root root 0 Nov 9 10:12 media
-
can array be running while replacing a disk?
Thanks for the quick reply. I don't quite understand the above. The message that shows is that the "Device is disable, contents emulated", which I understand. So, if I shut down and replace the drive, can I start the array while the new drive is rebuilt. I don't know what you mean by "slot is showing unmountable".
-
can array be running while replacing a disk?
I have a failed disk that I need to replace. When I shut the machine down, replace the drive, then bring it back up again, can I start the array immediately? Or do I have to wait until the new drive is added? If I recall correctly, replacing a drive can take a long time as the drive is rebuilt.
-
[Support] Linuxserver.io - Sickchill
Do we know if the issue has been fixed?
-
[Support] A75G Repo
Any tips on getting Searx to work? This is all I'm getting in the logs: searx version 1.0.0-224-762c1c41 ⚠️ Check new version /etc/searx/uwsgi.ini.new to make sure searx is working properly ⚠️ Check new version /etc/searx/settings.yml.new to make sure searx is working properly Listen on 0.0.0.0:8080 [uWSGI] getting INI configuration from /etc/searx/uwsgi.ini WebUI is not loading. What's the secret?
-
SimpleLogin
Does anyone know if there are plans to create a SimpleLogin docker container? Looks like an incredible package! edit: or how about AnonAddy? This looks even better.
-
logs reporting disk is full when it is not
Thanks very much for the advice. Appreciate it. Regarding cache, I guess I can replace it with a larger drive. Is it recommended for appdata to be put on cache? Isn't it better to have it on the array for data protection? I have the appdata share set to not use cache.