Everything posted by Snipe3000
-
[Plugin] USB_Manager
I'm seeing a Virsh Error on one of the USB devices I'm passing into a VM, does anyone know what that means?
-
[Support] Linuxserver.io - Radarr
Radarr is now showing this error: ```You are using docker; download client NZBget places downloads in /data/usenet/completed/movies but this directory does not appear to exist inside the container. Review your remote path mappings and container volume settings.``` Setup was done using TRaSH guides. I have Lidarr and Sonarr setup the exact same way, but only Radarr is giving me this error. Has anyone else ran into this? I checked the logs and I'm seeing the same error spammed over and over again: [v4.3.2.6857] code = Corrupt (11), message = System.Data.SQLite.SQLiteException (0x800007EF): database disk image is malformed database disk image is malformed **Update** I restored the radarr config from my backups, that seems to have fixed the problem.
-
Duplicated device in VM config
I'm having this exact problem. No solution?
-
What is the proper way to move a lot of files between shares?
Was there a better way for me to do this move, or is this just the way to do it?
-
What is the proper way to move a lot of files between shares?
I'm doing a large move right now between shares using Unraid's built-in file system explorer. Both shares are setup to use the cache pool. It seems it is doing a copy operation first. I see a message at the bottom of the Move window saying "This copies all the selected sources", which seems strange. This "move" operation is also filling up the cache drive instead of doing the operation directly on the array. Does all of this sound normal?
-
[Support] Linuxserver.io - Nextcloud
I'm running into this exact issue, but restarting it has not yet fixed it.
-
[Support] binhex - NZBGet
NZBGet is saving files owned by 'Nobody', which I don't have access to. Is there a way to have it set owner to 'everyone' so I can access what I download?
-
[Support] Linuxserver.io - Nextcloud
Heres a fun thing my Nextcloud is doing now whenever I try to run it. Does anyone know what might have happened?
-
[Support] Linuxserver.io - NZBGet
I have a bit of a problem. I recently updated my Unraid server and then noticed my NZBGet History was completely gone. so I checked the appdata folder to see what happened. In there NZBGet only stores the config file. I thought that was odd, so I restored my appdata backup from the previous day and NZBget was still pretty much empty and my History did not come back. Some new items have downloaded and still that folder only has config in it. Where is the history being saved to? and can I restore my old history? **Update** I found the folder holding History. It seems that it was reset for some reason, but sense it wasn't in appdata, I don't have a backup of it. It looks like the folder with all my queue files are still there, but they don't show up in NZBGet anymore, I'm assuming they need the "history" file in order to show up in NZBGet's completed area.
-
ProFTPD Plugin for unRAID v6.8.x
I setup proftpd for sftp as shown here: Whenever I try to connect to it via WinSCP using sftp protocol, I get this error: ! 2021-05-23 21:25:41.954 Using username "nocturnion". . 2021-05-23 21:25:42.090 Server offered these authentication methods: publickey . 2021-05-23 21:25:42.090 No supported authentication methods available (server sent: publickey) . 2021-05-23 21:25:42.090 Attempt to close connection due to fatal exception: * 2021-05-23 21:25:42.090 No supported authentication methods available (server sent: publickey) . 2021-05-23 21:25:42.090 Closing connection. * 2021-05-23 21:25:42.125 (EFatal) No supported authentication methods available (server sent: publickey) Does anyone know why this is failing?
-
[Support] SpaceinvaderOne - Macinabox
Does anyone have some pre-made .img files I can use?
-
[Support] SpaceinvaderOne - Macinabox
I'm running into the boot loop on a fresh install. I've already tried uninstalling dockers and scripts and trying again and again, but still the same result. I've been looking through this topic and it looks like there is still no solution for this. Has anyone found any new information?
-
Unraid Valheim Dedicated Server Guide
Whats the update process?
-
[Support] Djoss - Nginx Proxy Manager
I think I'm going to try a different route than letsencrypt
-
[Support] Djoss - Nginx Proxy Manager
-
[Support] Djoss - Nginx Proxy Manager
I havnt had much luck debugging network issues in Unraid, there's no way to get nmap or anything, but my router is setup correctly.
-
[Support] Djoss - Nginx Proxy Manager
Are there alternative cert solutions that will work with NginxProxyManager? Letsencrypt is kind of a mess and almost always give me trouble when trying to get certs.
-
[support] dlandon - ownCloud
That worked, thanks.
-
[support] dlandon - ownCloud
Anyone else getting this error: This version of ownCloud is not compatible with PHP 7.4 You are currently running PHP 7.4.13. I have my owncloud set to php 7.4
-
[Support] spaceinvaderone - Shinobi Pro
Looks like I'm getting the "Unknown database 'ccio'" Error. Whats the fix for this? *Never mind, I found the fix a few pages back.
-
[Support] GitLab-CE
Does anyone out there have email support working?
-
[Support] GitLab-CE
I'm trying to get emails working on the latest gitlab build. I have added Container Variables in its docker settings with key/value pairs that look like this: - [email protected] - SMTP_HOST=smtp.gmail.com - SMTP_PORT=587 - [email protected] - SMTP_PASS=yourpassword - SMTP_STARTTLS=true - SMTP_AUTHENTICATION=login When I try to send confirmation emails, nothing comes through. I don't see anything in the logs that could point to there being a problem. Anyone else run into this problem?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
Yes, I'm not familiar with that though. I'll look into how to do that.
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I didnt run anything inside the container except for vi to edit the crontab. Am I editing the wrong crontab?
-
[Support] Linuxserver.io - SWAG - Secure Web Application Gateway (Nginx/PHP/Certbot/Fail2ban)
I'm getting errors trying to renew the cert, so as I attempt to fix the problem via the router, I need to test the changes by trying to renew the cert again. I'm opening up a console in the letsencrypt docker and im editing the root file in crontabs. I'm changing the last line from 8 2 * * * to something like 45 20 * * *, I leave the command section as is. I save, restart the docker and wait for the time to come around. But no cronjob starts.