SM411

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by SM411

  1. I ran into the same issue. Found a fix for it here: https://github.com/node-red/node-red-docker/wiki/Permissions-and-Persistence This command fixed my issue (might need to be modified for your setup) sudo chown -R 1000:1000 /mnt/user/appdata/nodered
  2. Yep, there is an error with the template. I lost everything from my first setup upon docker update due this error.
  3. I have lately been having issues with most of my torrents failing to update the tracker. It seems to not be tracker specific, but a general problem with my setup. I use binhex-delugevpn with PIA on unraid. The time until next announce keeps increasing and the client is not registered on the tracker. The only method I have found to manually force a update to the tracker is to "Edit Trackers" which seems to manually refresh and trigger a new announce and then the client is also registered on the tracker. Have anybody else experienced this issue? Is there any variables i can tweak to improve the success-rate? EDIT: I can not say for certain, but it seems that the issue is related to active_tracker_limit. Increasing this seems to have solved the issue.
  4. I started running spants/mqtt as a broker for homeassistant/home-assistant and openzwave/ozwdaemon to communication between my home automation system and z-wave devices. I run all dockers on same network custom br0 where each has their own IP. From the start I have struggled with clients disconnecting from mqtt quite frequently. I'm not sure how to troubleshoot this as I am not familiar with how the protocol works. I'm looking for suggestions on how to troubleshoot these disconnects. What I have tried with no success is setting up a user for each client. I thought that there might be some conflict with multiple anonymous clients but I have not noticed any improvements. I have attached a log from the docker where I filter on disconnects. I have also converted time from epoc to human readable. # docker logs MQTT --tail 200000 2>&1 | grep disconnect 2020-05-22 14:52:35: Client 5927cacb-f79d-4041-8f19-4f7bd0264b08 has exceeded timeout, disconnecting. 2020-05-22 14:52:35: Socket error on client 5927cacb-f79d-4041-8f19-4f7bd0264b08, disconnecting. 2020-05-22 14:52:50: Client mqtt_9c73a1f4.c7455 has exceeded timeout, disconnecting. 2020-05-22 14:52:50: Socket error on client mqtt_9c73a1f4.c7455, disconnecting. 2020-05-22 15:17:38: Client qt-openzwave-1 disconnected. 2020-05-22 15:17:38: Socket error on client qt-openzwave-1, disconnecting. 2020-05-22 15:18:16: Client fb0ab425-2281-40f1-820b-80d55d414fb1 has exceeded timeout, disconnecting. 2020-05-22 15:18:16: Socket error on client fb0ab425-2281-40f1-820b-80d55d414fb1, disconnecting. 2020-05-22 15:18:29: Client mqtt_9c73a1f4.c7455 has exceeded timeout, disconnecting. 2020-05-22 15:18:29: Socket error on client mqtt_9c73a1f4.c7455, disconnecting. 2020-05-22 19:21:12: Client qt-openzwave-1 disconnected. 2020-05-22 19:21:12: Socket error on client qt-openzwave-1, disconnecting. 2020-05-22 19:21:51: Client ff1f7321-c154-438a-aeab-f58a3d9a582d has exceeded timeout, disconnecting. 2020-05-22 19:21:51: Socket error on client ff1f7321-c154-438a-aeab-f58a3d9a582d, disconnecting. 2020-05-22 19:22:12: Client mqtt_9c73a1f4.c7455 has exceeded timeout, disconnecting. 2020-05-22 19:22:12: Socket error on client mqtt_9c73a1f4.c7455, disconnecting. 2020-05-23 04:55:21: Client 54b9a167-0813-4422-a97e-8768f5deeda1 has exceeded timeout, disconnecting. 2020-05-23 04:55:21: Socket error on client 54b9a167-0813-4422-a97e-8768f5deeda1, disconnecting. 2020-05-23 04:55:23: Client mqtt_9c73a1f4.c7455 has exceeded timeout, disconnecting. 2020-05-23 04:55:23: Socket error on client mqtt_9c73a1f4.c7455, disconnecting. 2020-05-23 04:55:49: Client qt-openzwave-1 has exceeded timeout, disconnecting. 2020-05-23 04:55:49: Socket error on client qt-openzwave-1, disconnecting. 2020-05-23 06:30:29: Client qt-openzwave-1 disconnected. 2020-05-23 06:30:29: Socket error on client qt-openzwave-1, disconnecting. 2020-05-23 06:31:29: Client mqtt_9c73a1f4.c7455 has exceeded timeout, disconnecting. 2020-05-23 06:31:29: Socket error on client mqtt_9c73a1f4.c7455, disconnecting. 2020-05-23 06:31:48: Client 465dcd1c-ccec-4b60-a9c5-a4aeb3a3baab has exceeded timeout, disconnecting. 2020-05-23 06:31:48: Socket error on client 465dcd1c-ccec-4b60-a9c5-a4aeb3a3baab, disconnecting. 2020-05-23 09:39:31: Client qt-openzwave-1 disconnected. 2020-05-23 09:39:31: Socket error on client qt-openzwave-1, disconnecting. 2020-05-23 09:40:24: Socket error on client 7bd74f74-0933-459c-9e95-26aa488f32f3, disconnecting. 2020-05-23 09:40:32: Client mqtt_9c73a1f4.c7455 has exceeded timeout, disconnecting. 2020-05-23 09:40:32: Socket error on client mqtt_9c73a1f4.c7455, disconnecting. I have also attached log from ozwdaemon at one instance where it gets disconnected. This corresponds to the latest disconnect at 09.39 in mqtt log: [20200523 11:39:30.491 CEST] [qt.mqtt.connection] [debug]: bool QMqttConnection::sendControlPingRequest() [20200523 11:39:30.491 CEST] [qt.mqtt.connection.verbose] [debug]: bool QMqttConnection::writePacketToTransport(const QMqttControlPacket&) DataSize: 2 [20200523 11:39:30.511 CEST] [qt.mqtt.connection] [debug]: void QMqttConnection::transportError(QAbstractSocket::SocketError) QAbstractSocket::RemoteHostClosedError [20200523 11:39:30.511 CEST] [ozw.mqtt.publisher] [debug]: MQTT State Change 0 [20200523 11:39:30.511 CEST] [ozw.mqtt.publisher] [warning]: Exiting on Failure [20200523 11:39:30.511 CEST] [ozw.mqtt.publisher] [debug]: Disconnnected [20200523 11:39:30.511 CEST] [ozw.mqtt.publisher] [warning]: Broker Error 256
  5. Thanks for making this docker. I was in need of a VOIP server, and managed to set it up in less than two minutes with the help of you. I have only one more suggestion, and it is already mentioned here before. Could we get mumble-server.ini in the data folder?
  6. Thanks for the insight. I did check the log, and it seems that this time there was an automatic docker update for Home-Assistant running at the same time as parity check started. This would, just like the CA Backup, restart my Home Assistant docker. I changed the schedule of the docker update to avoid overlapping, and hopefully this will avoid orphaned images in the future. Orphaned images is not the main issue though, but the fact that the system which controls my home stops working until I get it set back up again.
  7. This happened again this month. Anybody who could look into this?
  8. I found something relevant in syslog file. There might be some more info here. I have attached the log for the relevant time period. syslog.txt
  9. I have been running Unraid with multiple dockers for about two years. Tonight something wired happened. My Home-Assistant docker disappeared and left behind no warning. This is my most crucial docker as it controls much of my house. This is the first time this have happened, and it was quite easy to fix, but I would not like this to happen in the future. I have some suspicions on what could have caused it. First, it is the first day of october, and that means parity check on my unraid setup at midnight. This slows down my server which could possible lead to other errors. Secondly, I have recently set up CA Backup / Restore Appdata to backup appdata from my cache driver to the array. The settings is pretty much default and it runs weekly on mondays at 3 am, which also was tonight. I'm not sure which log or where to find them to explore this further. I checked my Home-assistant sensor logs, and the last entry was just before midnight when the parity check starts. So I guess a reasonable explanation could be that I should make sure that CA Backup and parity check should not run at the same time, but I'm also looking for tips on other potential errors which could cause orphan images and confirmation that my theory is either correct or wrong.
  10. I'm still struggling to get access to WebUI when DelugeVPN run at Network Interface Custom: br0. Bridge works fine, and everything else than WebUI seems to work fine also for br0. I can connect with desktop client and VPN/torrents seems to work fine. The reason I want to do this is to run on same network interface as required by letsencrypt docker and make an reverse proxy. I did read the complete FAQ, but did not manage to solve the issue. I have attached my supervisord.log file to this post.
  11. Yes Sent from my iPhone using Tapatalk
  12. I'm having a similar issue. I changed the network of deluge to Custom: br0 from Bridge according to the manual of letsencrypt docker. I struggeled to get Deluge working, but somehow after an unRAID reboot I was able to connect and nginx reverse proxy worked perfect. This worked for about a week, but today I had to reboot the docker due to a change in VPN config and now I'm not able to access the web-ui anymore. I have tried anything that I can think of to get it up and running again without changing back to Bridge: Restarting Deluge docker (20 times +/-) Stopping and starting Docker service Starting Deluge with no other dockers running Rebooting the router Rebooting unRAID Started deluge docker in bridge, which works perfectly.
  13. I have still not solved this issue. The suggestion above did not work. I have some additional information which could be useful. I have another Ubuntu Server 16.04 VM which is usualy shut down. I span this up and it has network. I think the issue might not be caused by upgrading Unraid but updating Ubuntu with apt, and then going into effect with rebooting the VM for upgrading unraid.
  14. Did you ever figure this out? I have the exact same issue after updating unraid from 6.5.0 to 6.5.2. Can provide more info if required.
  15. Yesterday I recived the Fall (Fail) update. It caused issues similar to those in this post. I could not fix it though be deleting the credentials. I googled some and found this Windows Support article: https://support.microsoft.com/en-us/help/4046019/guest-access-smb2-disabled-by-default-in-windows-10-server-2016 Windows 10 Enterprise and Windows 10 Education does not longer allow anonymous connection to SMB by default. I run Education version and managed to fix it by changing this registry entry to 1. [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters] "AllowInsecureGuestAuth"=dword:1
  16. Im also here with a full SSD due to wrong use of Prefer for cache drive and a mover trying to move every single file onto the already full SSD disk. Does not manage to stop the mover.
  17. I'm quite new to running software in Docker. How is the update process when a new update to the software is released? Should I wait until the Docker is updated or use the automatic updateing feature in Radarr?
  18. Has anyone tested if AMD Ryzen builds work without GPU, i.e. does it boot? I see no need for a GPU on a unRAID server, but my current setup requires a GPU to boot which consumes unnecessary electricity.
  19. Sorry, typo from my side. It is set to yes
  20. I will provide you the info in PM if I manage to recreate the problem. I have VPN_ENABLED set to 1.
  21. Edit: I'm stupid. My ip had same first digits as VPN and thus causing me think vpn was disabled. Thanks to binhex for help. Hi, I have a major concern. I have been using this docker with PIA for about 6 months. To make sure I'm connected via VPN I have been using a torrent which reponds with your IP as tracker status ( checkmytorrentip.net). At a few start ups after system reboot the VPN did not connect. I solved this quickly by rebooting the docker and check that it connected correctly. Today I checked into my deluge client and started the check ip torrent. Then I noticed that it was connected without using VPN. It has been running for two weeks plus without a check and potentially that long without a VPN. Should there not be a kill switch if VPN disconnects, and then try to reconnect?
  22. Hi, just started working on my first unRAID rig. Have been lurking here for some time though I didn't really know where to post this, but I don't think it really matters as long as google and the search function finds it. I started with unRAID recently, but I experienced some critical errors at the start. My unRAID rig is an dated gaming comp ( 2500k ) that had been unused for about 6 months. Setting up unRAID was a piece of cake, but not long after the problems started occuring. One my rig was under load it crashed. It could be copying files to a share or installing a plugin. When there was no activity it could run for hours without problems. The top hits on google searches did not seem to correlate with my problems. As the unRAID system actually was working a bit I decided to look into setting it up correctly. I noticed that my BIOS had Intel Virtualization disabled, which I wanted to enable for better performance in VMs, so I got the rig connected to a monitor and went into BIOS. Then, when I saw the high CPU multiplier and remember that I did some experimental overclocking on the rig before i stuffed it away. I disabled the overclock (Optimized defaults), and now the rig seems 100 % stable. TLDR; If your rig crashed under load, check if your overclocked. It might cause issues.
  23. My current needs is really just virtualisation with direct hardware pass through. In the future I could see the benefit of NAS.
  24. Hi, I watched Linus Tech tips videos of running full powered virtual machines of one CPU. That got me thinking that maby I also could get benefit from this, though not two people gaming on one computer. I currently run Windows 10 as my main OS for gaming and school work. I also run some game-servers and a mumble (VOIP) server on the same computer. Running servers at same computer as gaming is not ideal, so I though maby I should run both Windows for gaming/school and Linux for servers. What kind of hardware will that require. Linus had separate GPU for each system, and If I recall correctly also separate harddrive. I am able to run and maintain server through SSH, so I think I will not need these separate hardware (maby a sdd). Is this even possible, and is unRAID the best soultion for this problem?