Jump to content

ljm42

Administrators
  • Posts

    4,408
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by ljm42

  1. This is by design. You can read more here: https://unraid.net/pricing Attached storage devices refer to the total number of storage devices you are allowed to have attached to the server before starting the array, not counting the USB Flash boot device. There are no other limitations in the software based on license type.
  2. Depending on how your Docker containers are setup, it is possible for them to override the system DNS. In fact, I recommend doing that exact thing over here: https://forums.unraid.net/topic/84316-wireguard-vpn-tunneled-access-to-a-commercial-vpn-provider/ Not sure if that explains your situation or not. The bottom line is, I am completely stumped as to how/why resolve.conf disappeared and then came apparently came back on its own later. I am glad the diagnostics had some proof of it. But this area of the forum is specific to the My Servers plugin, which means that the folks who know more about the core system are probably not reading this thread. That's why I'm suggesting to create your own thread under General Support the next time it happens. And for best results it often helps to be on the latest version. This was my same suggestion to boianski once we realized they were having general networking problems. It appears that My Servers has a side hustle of showing people when their systems have random networking problems
  3. At the time of the diagnostics, resolve.conf was broken, which led to the My Servers error message because DNS did not work. I don't know what caused the issue but it wasn't My Servers. My Servers was simply alerting you to the problem. 6.11.5 is the best stable version of Unraid currently available. At the time of those diagnostics there was a problem with the resolve.conf file. Checking for plugin updates likely would have failed during this time, probably other things as well. If nothing you care about fails then simply ignore the message. Or you can troubleshoot further as mentioned above, up to you.
  4. Yeah, it takes a bit of network magic to allow docker containers to run on their own IP, and WireGuard tunnels running on Unraid require help from your router to access them. The ISP-provided routers I have used allowed static routes, maybe do a Google search for "[router name] static route" and see if anything comes up. Otherwise, moving either WireGuard or the docker container that needs to run on its own IP to a different system will allow everything to work.
  5. Access the command line of the server via PiKVM and type: diagnostics Note where it tells you it put the file on your flash drive. Then download that file from your flash drive and upload it here.
  6. This anonymized line shows that DDNS for your Remote Access url is working properly. The issue is with the port forward, I recommend that you contact your ISP.
  7. I think it is likely you'll need to contact your ISP for help with the port forward. But there is one last thing we can check... open a web terminal and type: php /usr/local/emhttp/plugins/dynamix/include/UpdateDNS.php -v then post the results here (they are anonymized)
  8. So looking at logs/syslog.txt, early on I do see that DNS looks like it was setup correctly: Nov 9 22:36:22 BlackPearl dnsmasq[11285]: reading /etc/resolv.conf Nov 9 22:36:22 BlackPearl dnsmasq[11285]: using nameserver 192.168.1.1#53 Nov 9 22:36:22 BlackPearl dnsmasq[11285]: read /etc/hosts - 2 addresses But then yesterday, the DNS configuration broke: Nov 28 07:27:34 BlackPearl dnsmasq[11285]: no servers found in /etc/resolv.conf, will retry I don't know what would cause that, but it would mean the server could not do DNS lookups which explains the error message from My Servers. I also can't tell if it was fixed? What do you get if you open a web terminal and run: cat /etc/resolv.conf Looking at system/plugins.txt, we can see that at the time diagnostics were taken, the system was not able to download the list of current plugin versions for comparison: Could not download current plugin versions So something was going on with your server's networking (likely the broken DNS) and the error message from My Servers is another symptom of it. My recommendation would be to upgrade to 6.11.5 (not much point in troubleshooting an older version). Then if you see the error message again, try checking for plugin updates, I imagine it will fail. Grab a fresh diagnostic and post to General Support asking for help with a networking/dns issue. Feel free to tag me, but I'm hoping someone else will see something that I don't.
  9. The issues mentioned in this thread are resolved in today's release, please update your My Servers plugin: https://forums.unraid.net/topic/112073-my-servers-releases-and-announcements/#comment-1196555
  10. The issues mentioned in this thread are resolved in today's release, please update your My Servers plugin: https://forums.unraid.net/topic/112073-my-servers-releases-and-announcements/#comment-1196555
  11. The issues mentioned in this thread are resolved in today's release, please update your My Servers plugin: https://forums.unraid.net/topic/112073-my-servers-releases-and-announcements/#comment-1196555
  12. It sounds like there was an intermittent problem, either on our end or on your end or somewhere in between. We haven't widely announced it, but you are welcome to check our new status page when you are having issues: https://status.unraid.net/ I don't see any evidence of a problem on our end, so that means it was likely on your end or somewhere in between. This is a DNS error. It likely means that the network connection between your server and your DNS server was down. If the only thing that is affected is this error message then you can probably just ignore it. However, if your whole server has network connectivity issues during this time then this is a symptom and not the cause. The whole diagnostics would have been helpful because I could have looked for other evidence that DNS was having issues. I assume everything is back to normal at this point? If it happens again, please grab diagnostics while the problem is happening. Just to be clear, when you say "the My Servers plugin fails" what exactly do you mean? Is this error message in the upper right corner of the page the only evidence of a problem or is there something more? I just want to be sure I am understanding the issue. No the server is not pingable. The status website mentioned above would be a good way to see if the problems on our end.
  13. Hey folks, you'll want to head over to the Plugins tab and check for updates, My Servers plugin version 2022.11.29.0742 is now available. We've made another round of stability improvements to the My Servers Client as well as to Flash Backup. Speaking of flash backup, we are running a regular process to delete old cloud backups from our server. So far we are being cautious so as not to delete something that you might still want, but the Settings -> My Servers page will now show you if you have files on our server and give you the option to remove them yourself (assuming you have disabled flash backup) before our automated systems do. Troubleshooting flash backup: * We tweaked our firewall detection routine, there should be no more false positives with "Unable to connect to backup.unraid.net:22", if you still see that message then you need to investigate what firewall is preventing your server from making an ssh connection to backup.unraid.net on port 22. For instance, Ubiquity flags this communication as an "Attempted Information Leak" and you'll want to ignore that. * If you see "DNS is unable to resolve backup.unraid.net" then go to Settings -> Network Settings and set your DNS server to a non-blocking DNS provider like 8.8.8.8 or 1.1.1.1 * If you see a "failed to sync" error message, or anything saying "error" or "fatal", choose the "Deactivate" option (and delete from remote) then "Activate" to start fresh. ## 2022.11.29.0742 ### This version resolves: - several corner cases that could have prevent a successful install - no array size shown on dashboard after a reboot - multiple Unraid API instances running at once ### This version adds: - ability to delete your flash backup files from the cloud - do not suppress the underlying problem when flash backup is rate limited - reset flash backup errors when plugin is updated - remove flash backup "reinitialize" option, is replaced by deactivate/activate - new method of detecting flash backup firewall issues
  14. Re-read the first two posts, in particular the section titled "Complex networks"
  15. You'll want to read the first two posts here: https://forums.unraid.net/topic/84226-wireguard-quickstart/ paying particular attention to the section titled "Complex networks"
  16. Where did 192.168.1.1/24 come from? It should be 192.168.1.0/24 (if you want the whole subnet) or 192.168.1.1/32 (if you want a single IP)
  17. Sorry I can't help with the other stuff
  18. There is a bug that happens directly after a reboot. It will be fixed in the next plugin release (soon), in the meantime you can open a web terminal and type: unraid-api restart
  19. I personally haven't used ipv6, you can try removing that from both the Address and AllowedIPs fields before importing. There were some important enhancements to "VPN tunneled access for Docker" in the 6.11 series, I'd recommend upgrading to 6.11.5. Note that once you upgrade you'll need to make a dummy change to your tunnel(s) and Apply in order to get the improvements.
  20. Please open a web terminal and run `unraid-api restart`. Wait 5 mins, then type `unraid-api report -v` and paste the results here. Also, what url are you using to access the server? It has to be one of the urls listed in the ALLOWED_ORIGINS area of the report above.
  21. Hmm post the config file you are importing (without your private/public keys)
  22. Just FYI, Let's Encrypt SSL support is a feature of Unraid, not My Servers. Strict mode is the most secure, but is problematic when DNS is unavailable. It sounds like you got past it, but here is the documentation on how to disable SSL temporarily if you need it in the future: https://wiki.unraid.net/Manual/Security#Https_with_Myunraid.net_certificate_-_with_no_fallback_URL
  23. There was already an update to My Servers that would have reduced the time, but for further reductions:
  24. Have you had a chance to read my last post? You can watch this thread for updates to My Servers https://forums.unraid.net/topic/112073-my-servers-releases-and-announcements/
×
×
  • Create New...