Jump to content

ljm42

Administrators
  • Posts

    4,393
  • Joined

  • Last visited

  • Days Won

    27

Everything posted by ljm42

  1. Just guessing, but the monitor probably needs to be connected before you turn on the server, otherwise your motherboard won't initialize the hdmi port
  2. So the problem was this multibyte UTF-8 character: ˆ (which is not the same as ^) This was fixed in 6.11.4, you can now use multibyte characters in passwords if desired: https://forums.unraid.net/topic/131122-unraid-os-version-6114-available/
  3. Thanks for confirming, this will be fixed in the next release of the My Servers plugin
  4. Hi folks, Regarding the original topic of this thread, the five DNS lookups originally had a one minute timeout, in the latest My Servers plugin release they each have a 10 second timeout, meaning this particular issue would add a max of 50 seconds to your boot time instead of 5 minutes (assuming your plugins are up to date). I am still thinking through my options for reducing that further for people who have setup their network such that DNS and/or Internet are not available at boot. In general though, Unraid is not optimized for this configuration. For the most trouble-free operation, if you run a PiHole I recommend having Unraid use a public DNS like 8.8.8.8 so there is no chance of the PiHole blocking it and DNS will be available even when the array is stopped. And for the most trouble-free operation I would recommend against running your router in a VM. It can work, but it makes your life very difficult if something goes wrong with your hardware and the array can't start, then Internet for your whole network is offline while you troubleshoot it. Not to mention regular reboots take longer while network requests timeout. I do not think there are changes in 6.11 that would affect boot times. But if you want to dig into this further, go to Tools -> System Log and look at the timestamps. If you find a large gap in the timestamps while booting then there might be something to investigate, in which case please post your current diagnostics.zip (from Tools -> Diagnostics) and a snippet showing where you think there might be something that could be optimized. Also describe your network situation. For troubleshooting DNS specifically, you should also boot using 8.8.8.8 as your only DNS provider, then you can find the same area in the syslog and compare the gaps. Post these diagnostics too.
  5. Sorry for the trouble. This should be resolved by the work we are doing in the next plugin release.
  6. Can you clarify what the issue is? If there is an error message, maybe provide a screenshot?
  7. Thanks, the double start wasn't a major problem, but it will be resolved in the next release. The NAN will also be resolved in the next release. Until then please run `unraid-api restart` after a reboot to resolve it. Thanks for reporting these!
  8. Would you please open a web terminal and run: unraid-api restart Does that fill in the blanks after a few minutes? We are looking into an issue that happens when the system first boots Also, please wait a few minutes and then give me the output of this so I can confirm what version you are running: unraid-api report
  9. Sorry you're having trouble. There are several error messages discussed in this thread, can you please show a screenshot of the one you are currently getting along with a description of how long you've been seeing it, whether it is intermittent, etc? Please upload your diagnostics.zip as well (from Tools -> Diagnostics) Note that we were having some issues yesterday which could have resulted in some error messages, but those have been resolved: https://forums.unraid.net/topic/112073-my-servers-releases-and-announcements/#comment-1189788
  10. Hi Everyone! We're aware of some performance issues with the My Servers Servers, we're doing our best to fix the problems and get it back up to optimal performance as quickly as possible. You may notice that if you just created a My Servers account you may have difficulty connecting. This is due to an internal issue we're working to resolve. Most user accounts should be unaffected otherwise. EDIT: The issues have been resolved. Thanks for your patience!
  11. No, as long as you've assigned unique ports to each service it should be fine
  12. Open a web terminal and clear out the existing log by typing: rm /var/log/wg-quick.log Then make a dummy change to your WireGuard tunnel to rewrite it with the new values. Go ahead and start one of the tunnels. It should start fine. If not, in the web terminal run: cat /var/log/wg-quick.log and post the results back here.
  13. There are a couple of different things mentioned in this thread. If you are seeing the message that says "JSON.parse: unexpected character..." then I'm guessing you are using a reverse proxy to access the webgui? Those are not currently supported. If you run: unraid-api report -vv the section titled ALLOWED_ORIGINS will list the URLs that will work with your My Servers installation.
  14. @chronkus Can you tell me approximately how long you waited before deciding the system had hung? When My Servers installs it does a DNS check for 5 hostnames. If your DNS is unavailable this will add a delay. On the previous version of the plugin it would potentially add one minute per check (so 5 minutes) on the current version it is down to 10 seconds per check (so 50 seconds). Although I'm considering further changes. If you are open to trying it again, please just let the system do its thing and see if it eventually does bring up the login prompt and start the webgui (in which case please grab diagnostics). Thanks!
  15. That password does seem to cause problems, thanks for reporting! Oof, sorry you've got some bad luck there :~ If you need to get those drives going right now, you can easily downgrade to 6.11.1 by grabbing the zip from here https://unraid.net/download , opening it up, and copying the bz* files and changelog.txt over the same files in the root of your flash drive. Then reboot. 6.11.3 will be released soon to resolve this.
  16. Thanks! Can you clarify what would happen if you install the My Servers plugin now... would there be an immediate issue (what would happen?) or would it be fine until you reboot? Unrelated to this, you need to make a small change and hit save to update your WireGuard tunnel
  17. Interesting. Would you please provide your diagnostics.zip (from Tools -> Diagnostics) after booting normally without the My Servers plugin? I want to look for settings to try and reproduce this. And to clarify, what happens if you have a working system and then install the plugin? Are there immediate issues or is it fine until a reboot? Thanks Edit - moved this conversation here https://forums.unraid.net/topic/130696-my-servers-plugin-causes-boot-hang-after-updating-to-6112/
  18. Hmm, I can't reproduce this. Using the webgui, I set the root password to: test;{]test and I had no problems logging back in with that same password. If you have another variant you'd like me to try, let me know.
  19. The fix is in 6.11.2, so you'll need to manually update to that version and then hopefully from there you'll be able to check for plugin updates, etc without having to edit any files. See my earlier comment on how to manually update: https://forums.unraid.net/topic/128922-6101-6102-problems-downloadingupdating-pluginsos-from-a-cdn-url-location/#comment-1177573
  20. Glad to hear you can recover without having to do a full reboot! I'm working on other projects at the moment, would appreciate if someone can help identify differences between these two diagnostics that would explain how enabling/disabling Docker resolves this
  21. I'm guessing that on Settings -> Docker, you have "Host access to custom networks" enabled? Go to Tools -> Diagnostics and download your diagnostics. Then go to Settings -> Docker and disable Docker, Apply then enable Docker, Apply. Hopefully that solves it? If so, grab a second set of diagnostics and upload both here. I am trying to track down what changes when disabling/enabling Docker that resolves this.
  22. woohoo! When you are ready to start setting up My Servers Remote Access, see https://wiki.unraid.net/My_Servers#Configuring_Remote_Access_.28optional.29
  23. Feel free to delete the one with the old server name, it is not going to be used
  24. You have Unraid 6.11.1, so on the Settings -> Management Access page it lists the available urls for each scenario. In scenario one (Use SSL = No) only the two http urls should be list listed. Hopefully that is clear that the two https urls are not going to work? If you are seeing something different please provide a screenshot of this page in scenario one. I need to see all the settings and the Local Access urls that are listed. > displays sign-in screen but refuses signin as root Your browser is confused because of switching SSL on and off. Two possibilities: One - if you already have a tab open to https://rocky.local then the server will get confused if you disable https and try to access http://rocky.local in another tab. So close all tabs pointing to the server but one. It may help to completely restart your browser or even your client computer to make sure there really are no hidden tabs open. Two - Your browser may have cached a response that was valid for SSL being enabled but is no longer valid after disabling it. So after doing the above, try accessing the site in private/incognito mode. That will most likely work, so to fix it in your main browser you'll need to clear your cache. Your scenario two results don't make sense I think this is more of the browser confusion mentioned above. Any time you change Use SSL from No to Yes or Yes to No you may need to repeat the steps above.
  25. Thanks for the diagnostics. Your logs have a bunch of this: Nov 3 13:36:26 BigBoss nmbd[19247]: [2022/11/03 13:36:26.642310, 0] ../../source3/libsmb/nmblib.c:923(send_udp) Nov 3 13:36:26 BigBoss nmbd[19247]: Packet send failed to 192.168.122.255(137) ERRNO=Network is unreachable Nov 3 13:36:26 BigBoss nmbd[19247]: [2022/11/03 13:36:26.642361, 0] ../../source3/nmbd/nmbd_packets.c:1639(retransmit_or_expire_response_records) Nov 3 13:36:26 BigBoss nmbd[19247]: retransmit_or_expire_response_records: Failed to resend packet id 17179 to IP 192.168.122.255 on subnet 192.168.122.1 Nov 1 11:39:44 BigBoss kernel: TCP: request_sock_TCP: Possible SYN flooding on port 25871. Sending cookies. Check SNMP counters. So something is causing your network to go offline. The My Servers messages are a symptom of the network going down, not the cause. I'd recommend opening a new thread in the General Support area of the forums, be sure to include your diagnostics: https://forums.unraid.net/forum/55-general-support/ Before doing that you might want to uninstall the plugins marked as incompatible with Unraid 6.11.1. And if you want to rule out My Servers as the source of the issues feel free to uninstall it as well - although I hope you'll reinstall it once your underlying problems are resolved
×
×
  • Create New...