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.

Hawkins12

Members
  • Joined

  • Last visited

Everything posted by Hawkins12

  1. This is the 2nd I've run into an issue with my Unraid server in the last month or two. My server is seemingly on and working. I can connect to the various dockers that are running and there are no known issues with those. The problem is when I go to my browser and try to get the server login page I keep getting the "Unable to Connect" message. In addition, when I try to SSH into the server, I get "connection refused". Also, my shares that I can access via my Windows PC on the same network don't connect either. Is there a way to troubleshoot this without doing a hard restart of the server? Any issues I should check on with this? Obviously I can't provide diagnostics because it'll be immediately after a restart and likely won't show much but it's odd. I went out of town for a day, server worked fine when I left, and when I returned home, I can't log on. EDIT: I can ping the server from my desktop PC and there appears to be no issues there.
  2. I have been having a lot of issues with "Waiting for connection". I tried to clear the cache and that didn't seem to help at all. The other day, I added a new folder to a "Backup Set", it read all the files, did about 10% of them and then kept going to "Waiting for connection". I was able to ping 8.8.8.8 from the container so I know it has internet access. No obvious errors in the logs. I did reinstall the docker and that didnt work either. Any suggestions?
  3. Thank you. The uninstall and reinstall worked. I was afraid to lose my previous settings on the uninstall which made me hesitant but all seemed to roll over correctly.
  4. Have you seen this with the app? For some reason, the status is showing as "Not Available" for several weeks and no updates are actually being pushed through. I can see the plugin has updates via the "Action Center" in Apps section; however, if I click update, nothing actually gets updated or pushed through. If I uninstall the plugin and reinstall it, is there a way to get my existing DB back? I don't want to have to go in and re-identify my drives/array/settings if it can be avoided as this could be cumbersome but I do want to keep the plugin up to date.
  5. Suggestion to docker: In the recent update, there was a change that "broke" the template. See comments below as I figured out how to fix the issue: In the template, the container path was still listed as "Container Path: /App/wwwroot/documents" and "Container Path: /App/wwwroot/images" I updated the container path to be "data" instead of "wwwroot" as noted above and the installation worked. This is consistent to the update notes provided by the Dev (https://github.com/hargata/lubelog/discussions/787): In 1.4.3, user uploaded files (documents, images, translations, etc) will be moved out from the wwwroot folder, also known as the WebRootPath onto the data folder. The files will be automatically copied over like so: wwwroot/images -> data/images wwwroot/documents -> data/documents wwwroot/translations -> data/translations
  6. I might have more information. I checked logs when trying to pull a certificate and got this: "Timeout during connect (likely firewall problem)" My NGINX is setup exactly the same as SWAG (and I know i did port forwarding for SWAG). Here is my NGINX PM: and note I also have this on the "Custom: Proxynet" network type as my SWAG is on that too. Here is my SWAG:
  7. I'll clear and restart. My only other guess is I am not setting up the Proxy Host right. NNote I have tried EVERY combination in port (ie. I've tried http/https for 443, 444, 1443, etc). Here is how I have it set up. What do you think I should be using? And my SWAG config file looks like this:
  8. So the dropdown shows: Note that what I highlighted out was my attemp to manually add my Certs from Cloudflare to NPM. It does not related to my nextcloud proxy. In my SSL Certs, I only have this manually added Cert from Cloudflare. Note I only added this cert because of the issues I was having trying to get nextcloud to work here. It didn't work prior to this (or after the fact).
  9. So when I try to obtain new SSL, I get this. Not that I do have HSTS enabled via cloudflare. However, when I uncheck the box, it seems to work but I get this: It seems to not want to issue a new cert because one is already issued. I actually tried to revoke (and delete) my cert in SWAG but that didnt seem to work either
  10. I have been using SWAG for some time but would like to transition to NGINX PM for various reasons (really ease of use). When I installed and went to set up the proxy, I got the error that the domain was already in use. I tried revoking my certificates via SWAG/Cert Bot however, I still wasn't to fix the issue. Do you have or are you aware of the steps on how to migrate (certificates) from SWAG to NGINX PM? Particularly, I am using SWAG for Nextcloud.
  11. SO I have been using SWAG for some time but would like to transition to NGINX PM for various reasons (really ease of use). When I installed and went to set up the proxy, I got the error that the domain was already in use. I tried revoking my certificates via SWAG/Cert Bot however, I still wasn't to fix the issue. Do you have or are you aware of the stops on how to migrate from SWAG to NGINX PM? Particularly, I am using SWAG for Nextcloud.
  12. Hoping someone can help me out. I've installed the OnlyOfficeDocumentServer file and it successfully runs. Once it's running; however, I am unable to actually see the GUI (and unable to link to Nextcloud). I followed SpaceInvaders setup vid basically to a "T" (changing out letsencrypt to swag) and confirmed the settings all appear right. What could be my issue. For reference, here's the logs for OODS: * Starting PostgreSQL 14 database server ...done. * Starting RabbitMQ Messaging Server rabbitmq-server ...done. Starting supervisor: supervisord. * Starting periodic command scheduler cron ...done. * Starting nginx nginx ...done. Generating AllFonts.js, please wait...Done Generating presentation themes, please wait...Done Generating js caches, please wait...Done ds:docservice: stopped ds:docservice: started ds:converter: stopped ds:converter: started * Reloading nginx configuration nginx ...done. ==> /var/log/onlyoffice/documentserver/converter/err.log <== ==> /var/log/onlyoffice/documentserver/converter/out.log <== [2024-08-23T21:50:39.352] [WARN] [localhost] [docId] [userId] nodeJS - num of CPUs: 20; availableParallelism: undefined [2024-08-23T21:50:39.353] [WARN] [localhost] [docId] [userId] nodeJS - update cluster with 1 workers [2024-08-23T21:50:39.359] [WARN] [localhost] [docId] [userId] nodeJS - worker 865 started. [2024-08-23T21:50:39.360] [WARN] [localhost] [docId] [userId] nodeJS - num of CPUs: 20; availableParallelism: undefined [2024-08-23T21:50:39.360] [WARN] [localhost] [docId] [userId] nodeJS - update cluster with 1 workers [2024-08-23T21:51:00.991] [WARN] [localhost] [docId] [userId] nodeJS - num of CPUs: 20; availableParallelism: undefined [2024-08-23T21:51:00.992] [WARN] [localhost] [docId] [userId] nodeJS - update cluster with 1 workers [2024-08-23T21:51:00.997] [WARN] [localhost] [docId] [userId] nodeJS - worker 1169 started. [2024-08-23T21:51:00.999] [WARN] [localhost] [docId] [userId] nodeJS - num of CPUs: 20; availableParallelism: undefined [2024-08-23T21:51:00.999] [WARN] [localhost] [docId] [userId] nodeJS - update cluster with 1 workers ==> /var/log/onlyoffice/documentserver/docservice/err.log <== ==> /var/log/onlyoffice/documentserver/docservice/out.log <== [2024-08-23T21:49:53.788] [WARN] [localhost] [docId] [userId] nodeJS - Express server listening on port 8000 in production-linux mode. Version: 8.1.1. Build: 26 [2024-08-23T21:50:21.979] [WARN] [localhost] [docId] [userId] nodeJS - start shutdown:true [2024-08-23T21:50:21.979] [WARN] [localhost] [docId] [userId] nodeJS - active connections: 0 [2024-08-23T21:50:21.980] [WARN] [localhost] [docId] [userId] nodeJS - end shutdown [2024-08-23T21:50:39.607] [WARN] [localhost] [docId] [userId] nodeJS - Express server starting... [2024-08-23T21:50:39.608] [WARN] [localhost] [docId] [userId] nodeJS - Failed to subscribe to plugin folder updates. When changing the list of plugins, you must restart the server. https://nodejs.org/docs/latest/api/fs.html#fs_availability [2024-08-23T21:50:39.777] [WARN] [localhost] [docId] [userId] nodeJS - Express server listening on port 8000 in production-linux mode. Version: 8.1.1. Build: 26 [2024-08-23T21:50:59.535] [WARN] [localhost] [docId] [userId] nodeJS - Express server starting... [2024-08-23T21:50:59.536] [WARN] [localhost] [docId] [userId] nodeJS - Failed to subscribe to plugin folder updates. When changing the list of plugins, you must restart the server. https://nodejs.org/docs/latest/api/fs.html#fs_availability [2024-08-23T21:50:59.651] [WARN] [localhost] [docId] [userId] nodeJS - Express server listening on port 8000 in production-linux mode. Version: 8.1.1. Build: 26 ==> /var/log/onlyoffice/documentserver/nginx.error.log <== ^A
  13. Thanks for this. I was thinking a list of all the Dockers would pop up and I would select the ones that I want to be part of the group. What you provided obviously works and makes sense. Thanks for the response!
  14. I am a bit confused on the settings surrounding "member of group". It shows up for me as this: However, it doesn't matter how many times I click, no "list" of groups pops up for me to select. My backup type is set correctly "Stop, backup, start each container" Do I have to type each docker in? Is that a valid workaround? It'd be nice to have a list pop up that allows me to group but not sure if my app is bugged. Thanks.
  15. No change that I am aware of. I have all dockers up to date and plex still announces (checked as of today).
  16. Thanks. Uninstalled and reinstalled from apps and it works perfect now. Note that I noticed "DISABLE_SSL" was still in the advanced settings but I just ignored it. Thanks for the fix!
  17. When I access the unraid gui, it's via HTTPS://192.168.X.XXX:8079 but it didn't seem to matter whether the SSL was disabled or not.
  18. Just tried installing the webtrees app that's newly released. When I try to load the GUI i get "The page isn’t redirecting properly An error occurred during a connection to 192.168.X.XXX:8079. This problem can sometimes be caused by disabling or refusing to accept cookies." I tried playing with the "pretty URLs" and the "disable SSL" settings and nothign changed. Here are the logs for the docker" AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.17.0.11. Set the 'ServerName' directive globally to suppress this message Site webtrees_insecure already disabled Site webtrees already enabled Configuration file /var/www/html/data/config.ini.php yet exist. No settings will be modified. Activate pretty urls. Configuration file /var/www/html/data/config.ini.php found. Setting rewrite_urls="1". BASE_URL not explicitly set. Nothing to do. Set max_upload_size. Set post_max_size. 2024-05-08 20:14:39,443 WARN No file matches via include "/etc/supervisor/conf.d/*.conf" 2024-05-08 20:14:39,443 INFO Set uid to user 0 succeeded 2024-05-08 20:14:39,445 INFO RPC interface 'supervisor' initialized 2024-05-08 20:14:39,445 CRIT Server 'unix_http_server' running without any HTTP authentication checking 2024-05-08 20:14:39,445 INFO supervisord started with pid 37 2024-05-08 20:14:40,446 INFO spawned: 'crond' with pid 38 2024-05-08 20:14:40,448 INFO spawned: 'apache2' with pid 39 2024-05-08 20:14:41,476 INFO success: crond entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2024-05-08 20:14:41,476 INFO success: apache2 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) Any ideas on why it won't open?
  19. Hmm I'll have to look at that. I guess i always assumed nothing would write to the array if a parity operation was in progress (whether its a check, rebuild, etc.) In fact, I can't manually click the "MOVE" button because it's grayed out and says "Disabled -- Parity operation is running". I didn't realize a background process could trump this.
  20. Perhaps this should go under the "bugs" if it truly is a bug; however, my mover is automatically scheduled to run at 1pm every day. I just replaced two 4TB drives with 2-12TB drives (yea I know I should have done each in separate steps) so at the current time, I have both drives being emulated. The data rebuild is currently at the 7.80TB mark; however, I noticed it really slowed down --- the reason, it looks like Mover ran in the background to move data off of my cache drives and placed data in one of the new 12TB drives I just installed still undergoing a parity rebuild. My question is if a data-rebuild is occuring, why would Mover run while the operation is in progress?
  21. I am looking to stress test a newly purchased HDD but the problem is my server has no additional bay slots. I would love to be able to run the pre-clear feature a couple times as these are "reman certified" drives. I know some of the HDD expansions/enclosures don't read SMART data so while they may be able to test drives, they won't be able to format in a way that's fit for unraid. What do you all do to stress test your drives when your server chassis are all full? I don't want to replace a drive just yet without knowing the new drive is good to go.
  22. Question for the group: I run "Disk Location" plugin. I noticed earlier today, I have a "Warning" on 3 different drives for the same reason --- "Command Timeout is above 5". When looking at these three drives (all Seagate), the command timeout SMART data shows 1 1 1 whereas some other Seagate drives show SMART data of 0 0 0. I am actively preparing replacements at this time but the thing that has me curious is Unraid still reports these drives as "OK". My nightly Unraid report lists all drives and any potentially errors/issues and none are identified. Is there a reason why Unraid doesn't report the "Command Timeout" issue as a pre-failure condition? Anything I should know on this? EDIT - And of course, I should have searched first, asked second. I see Update 2024.02.11 identified this issue and I would need to set to "Disabled". I guess for my education, is this really a pre-warning condition? Should I be concerned? I don't knwo much about this "Command Timeout" line item and curious to understand it and why your plugin sees it as a pre-failure condition but Unraid doesnt?
  23. Thanks for the reply. I think I'll choose the Remote Server and just incorporate my server IP address. Follow up question -- where does the syslog get stored if stick my Unraid server ip address here? Is there a designated place?
  24. I have had a couple crashes lately and believe its related to a specific docker. When I check the syslogs, they are reset upon the reboot. Is there a rolling log somewhere which I can see what was going on just before the system crash (about 8 hrs ago)? Which log would this be? Yes I know I can post diagnostics but would like to try my hand at it first for the learning/growth aspect. Thanks!
  25. Sorry for my silence here. I've been tied up. That being said, I am still receiving and would like to upload Diags; however, concerned about the information in them being uploaded to a public forum (yes I know they can be "anonymized" but that might not remove everything (ie. file names, etc.)) Is there specific logs you'd like to see where I can tailor diagnostics that would be helpful? Also,, I note in "Fix Common Problems", I am getting /var/log is getting full (currently 70 % used) and Docker image file is getting full (currently 85 % used).

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.