danieland

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by danieland

  1. So I found a workround for those concern about this issue: Docker support --env-file parameter to import env from file. We can put env file contains those secrets in an array file. Array support encrypt, and docker can only be started after array started.
  2. same problem, Do you find any solution?
  3. Had the same problem. The command can solve the issue, but not a permanent fix. Do you try stop the array and start again to check if the webui can aceess again? I need to run the command every time starting the array.
  4. After upgrade from 6.12.2 to 6.12.4, Everytime I start the array, the webui will down. All other things works good,the docker/VM will auto start and the ssh is fine. I need to manually ssh to the unraid and start the nginx by command /etc/rc.d/rc.nginx start. Before start array and after I run the command, the webui work ok, any idea what's happening? tower-diagnostics-20231022-2010.zip
  5. I prefer the second way, since the array can encrypted with key, the docker config can also be encrypted in flash drive and decrypted in memory while we start the array. The docker can only be started after the array started, I don't understand why you say "rebooting a remote system is out of the question" ?
  6. Docker config (/boot/config/plugins/dockerMan/templates-user) may have some sensitive data, such as the database config (username & password ) it connected to. It stores in usb flash as plain text but should be encrypted.
  7. The webui says that I've reach the pull rate limit. But I've logined before in cmdline, and auth is saved at /root/.docker/config.json automatically. If i pull the same image in cmdline, It will success. So is there any way the webUI will use my own credential to pull the image?
  8. So it is a known issue? Is it possible to only reboot the webui ? Sometimes the reboot may lead to an unclean reboot.
  9. Webui status will not update, App and plugins tab also stuck at loading. I can't even download diagnostics by webui. So I copy the log from flash. tower-diagnostics-20211003-2128.zip
  10. In chinese, the parity check section doesn't display saturday option in "Day of the week". And if we choose saturday option in english, it will display "每天", which means every day. @SpencerJ
  11. Have you tried docker with custom IP(macvlan) and host access binded with br0? After binded with br1 (another NIC), I’ve never met this issue.
  12. I'm not sure, I thinks it is igb. By the way, my ipmi remote console is not work after loading into the unraid, is it normal? I can only monitor the boot process.
  13. My motherboard is Supermicro X11SCA-F, i think i solve the problem by assign custom ip of docker containers to the br1 (a second NIC in the server), that's mean, you can't bonded the two network interfaces
  14. Today my unraid crash again, is there any way we can fix this without buying a switch?
  15. sorry, i don't know how to downgrade. hope limetech found a way to resolve this bug,
  16. Could you please change my username to: danieland Thanks.
  17. Since upgrade to 6.9.0, my server would crash after a few days. Need to power down the machine and restart,then everything works fine. Logs will not exist after restart.so I setup the rsyslog server and log to it. today unraid crash again. only found Kernel panic - not syncing: Fatal exception in interrupt, but I don't know why. tower.zip tower-diagnostics-20210416-1709.zip