Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Convington

Members
  • Joined

  • Last visited

Everything posted by Convington

  1. I do not believe that I have a backup. It crashed hard and was no longer recognizable even to pull data from.
  2. I got my system back up and running last week and just noticed that, while all my dockers are running and they seem to be working as they were before (which must mean the configs are ok?) - I cannot update any of them. I get the following error: In my setup I have a /mnt/user/appdata folder that has all of my configs in it. In there I can definitely see old configs for dockers that I no longer have on the system. So - I assume that has all of the configurations? When I go to Community Applications, it shows the only Installed App as Community Applications. Also - shows nothing for Previous Apps. I seem to recall that I had some sort of appdata backup thing going too, but I do not see that anywhere either. What is the proper way to get everything back without wiping out configurations for the dockers?
  3. ok, since I knew which one was parity - I went ahead and put that in place and added all the drives in. Looks like things are back, but I will have to do a lot of verifying to make sure. I can see that my dockers are all working - so that is good.
  4. I figured that part out. Use the replace that comes up to blacklist the previous USB GUID. So now I should be at the point where I can try to figure out the drive situation. I know which one is the parity, but beyond that I have no damn clue.
  5. What I did instead was to get the URL from Unraid Connect and load that. But, of course that leads to Registration Key / USB Flash GUID mismatch.
  6. No. Since my old USB was completely hosed (not accessible at all) - I followed the directions from the link given above, which was: The basic approach is: Create a new Unraid boot drive. Boot the Unraid server off this new drive. At this point no drives will be assigned. Get the new drive licenced. This can be using either a trial licence or by following the procedure for transferring an existing licence to a new boot drive.
  7. OK. I have UNRAID on a new USB. Trying to transfer my license, but all of the documentation shows a "replace key" button which is not an option under Tools > Registration in version 6.12.10 from what I can see. All I see is this:
  8. Additional info: Logged into Unraid Connect and looks like I did not have Flash Backup enabled. I guess that is not automatically enabled?
  9. Last night with the storms my UNRAID server crashed. It is an HP Gen7 server connected to a UPS. Power did not blip at all, but as I was watching TV on the PLEX docker through my TV it started the circle of death on the Plex video stream. Fast forward to just now as I remembered the UNRAID server was not running.... I looked at the server and tried to reboot - but it kept having issues finding the boot disk and would then try Network Boot and reset. So - on advice I saw in the forums, I pulled the USB to do a chkdsk on Windows. However - I plugged it into several USB ports on my desktop and then my laptop. It does not even recognize the USB at all. Not even in Disk Management. What is the next steps now?? thx in advance.
  10. I got it working and found the files under the PC name in the filesystem.
  11. I'm a bit stuck. I installed the docker, then installed the client, and began backing up my server. After a full day it wasn't completed and somehow took up about 3TB of space on my UNRAID server. So - I stopped the backup (or tried), but it would not stop. Then I paused it on the client hoping that would help. It did not. Eventually I removed the Docker (and windows client) and looked for the backup files to remove them. All I saw were some folders under /media/urbackup that I removed. My UNRAID server still shows I have almost no disk space - so the files are out there somewhere. I'm trying to get back to normal so that I can reclaim the diskspace and start new with urbackup - but can't seem to figure out where the backup files are stored. My initial backup problem, I believe, was a backup paths issue on the client where it showed the H:\ drive as a backup path even though images only showed volume C. The H:\ drive is where I have a whole bunch of old VMs and is a USB drive.
  12. I'm having a problem installing Telegraf. It pulls just fine, but when it goes to install it eventually gets to this:
  13. I have the same problem as Lohita above. Updated the docker from 2.0.x (unsure which flavor it was in June) using 'influxdb:latest' during the upgrade process within unraid, then when I start the Docker image I get the Influx Onboarding process. More information: I can see my influx folders at: /appdata/influxdb/data, /appdata/influxdb/meta, /appdata/influxdb/wal. All my data lives in the /data folder and is visible to the share. On the flash drive, I see: /boot/config/plugins/dockerMan/templates-user/my-Influxdb.xml, which contains the following: <Data> <Volume> <HostDir>/mnt/user/appdata/influxdb</HostDir> <ContainerDir>/var/lib/influxdb</ContainerDir> <Mode>rw</Mode> </Volume> </Data> <Environment/> <Labels/> <Config Name="Host Port 1" Target="8083" Default="8083" Mode="tcp" Description="Container Port: 8083" Type="Port" Display="always" Required="true" Mask="false">8083</Config> <Config Name="Host Port 2" Target="8086" Default="8086" Mode="tcp" Description="Container Port: 8086" Type="Port" Display="always" Required="true" Mask="false">8086</Config> <Config Name="Host Path 1" Target="/var/lib/influxdb" Default="/mnt/user/appdata/influxdb" Mode="rw" Description="Container Path: /var/lib/influxdb" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/influxdb</Config> My shares include one named appdata, set to Public, Prefer: Cache. This share seems to go to the /appdata folder. Inside of Krusader, it looks like: /media/appdata. I hope someone can help me here.
  14. Maybe this will help someone help me?? I can see my influx folders at: /appdata/influxdb/data, /appdata/influxdb/meta, /appdata/influxdb/wal On the flash drive, I see: /boot/config/plugins/dockerMan/templates-user/my-Influxdb.xml, which contains the following: <Data> <Volume> <HostDir>/mnt/user/appdata/influxdb</HostDir> <ContainerDir>/var/lib/influxdb</ContainerDir> <Mode>rw</Mode> </Volume> </Data> <Environment/> <Labels/> <Config Name="Host Port 1" Target="8083" Default="8083" Mode="tcp" Description="Container Port: 8083" Type="Port" Display="always" Required="true" Mask="false">8083</Config> <Config Name="Host Port 2" Target="8086" Default="8086" Mode="tcp" Description="Container Port: 8086" Type="Port" Display="always" Required="true" Mask="false">8086</Config> <Config Name="Host Path 1" Target="/var/lib/influxdb" Default="/mnt/user/appdata/influxdb" Mode="rw" Description="Container Path: /var/lib/influxdb" Type="Path" Display="always" Required="true" Mask="false">/mnt/user/appdata/influxdb</Config> My shares include one named appdata, set to Public, Prefer: Cache. This share seems to go to the /appdata folder. Inside of Krusader, it looks like: /media/appdata. Man - I hope someone can help me here. Somewhat painful considering I use this system to track power usage for my business (which is part of my home). Right now I'm blind (even though my meter is still tracking - it isn't forwarding to Influxdb anymore since it is down).
  15. So - this happened previously as shown above... I upgraded everything after some tinkering around. It is a 2.0 Influx, but same thing happened. After upgrade it just looks like a new system again All the data seems to be there in the appdata structure, but the org stuff seems to be gone. Which means I have to reset the whole damn thing again after upgrading? Something has to be wrong either with the way I am upgrading (just hit the 'upgrade' link in Unraid) or the procedure.
  16. I do see now that I posted in the wrong forum. However - I don't see a proper one that isn't German for the InfluxDB container and I think this is more of a generic container problem than it is a specific one.
  17. I've updated InfluxDB several times without any issues using the UNRAID Docker interface and "Apply Update" link. This time, however, I can no longer login - I get the onboarding process when I go to port 8086 Any ideas on what I can do? I'm afraid my data is lost now and I have several Node-Reds running data into nothing now along with my home energy monitoring software.
  18. And to finish this off... I believe it is all resolved. I had to purge the history in SABnzbd. That is where SONARR was getting its information and what was causing the problems. SONARR kept looking way back in history - seeing those files were downloaded to /TV (apparently), and tried to import them from that location. This is why only new shows would properly import. Anything I imported prior to settings being fixed were still tagged to /TV. I feel both smarter and more ignorant after all of this Appreciate the help!
  19. Sorry to continually post.. But it seems to be working now. I had to remove that specific series from /Downloads and from SONARR series list. Then I had to remove all of my other downloaded content (or manually import). After that - it seems to be working. I will have to re-try that series after the one I have downloading now. FYI - that particular series was Originally in there when the mappings were messed up. I did remove it and try re-adding it later after the settings were as they are now. But that still caused log issues.
  20. Looks like it isn't working. It is definitely looking in the wrong place for files. It is looking in the /media directory (/TV) and not finding the files there - of course, they are in /data (/Downloads). Not even sure where Sonarr is getting that information - except for the Container settings for /media. But why? Wouldn't /data be used for the location of the downloads?
  21. Not looking good. I manually imported - that went well. I cleared out the /Downloads (/data). folder Then I downloaded a specific Season of an already downloaded series. It all downloaded as expected to the /Downloads (/data) folder. Been waiting for any of it to import by itself. Been about 40 minutes total - but only 2 minutes since the last episode fully completed. I guess I'll just see what happens by morning, but somewhat deflated.
  22. Well, I do try to be unique Honestly - it was because I could not select the /Downloads folder. So - I was more confused why I couldn't get the file location I wanted. As it turns out - wrong move. I will update this thread - but I expect it will take a long time since it has been 20 minutes and only 5 of the 37 files have been processed. Plus - I need a drink now.
  23. Manual import appears to be working (SONARR). So - I think it will eventually work. It is moving the selected files to /TV (/media) as expected and putting them into series folders. So - I'm hopeful that I can add something else and it will work after these files are completely moved.
  24. I'm going to use the Manual import right now and then try, try again with new files

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.