bonienl

Community Developer
  • Posts

    10233
  • Joined

  • Last visited

  • Days Won

    65

Everything posted by bonienl

  1. Settings are stored in cookies, make sure your browser does not delete cookies when closing.
  2. Can you test with IPv6 disabled? In your log this is happening continuously. The IPv6 address is added and deleted over and over again. Jun 29 15:38:30 Smurf-RAID dhcpcd[1805]: br0: pid 0 deleted address fd2e:8ae:70ec:1:26be:5ff:fee1:1747/64 Jun 29 15:38:30 Smurf-RAID dhcpcd[1805]: br0: part of a Router Advertisement expired Jun 29 15:38:30 Smurf-RAID dhcpcd[1805]: br0: deleting route to fd2e:8ae:70ec:1::/64 Jun 29 15:38:30 Smurf-RAID dhcpcd[1805]: br0: adding address fd2e:8ae:70ec:1:26be:5ff:fee1:1747/64 Jun 29 15:38:30 Smurf-RAID dhcpcd[1805]: br0: adding route to fd2e:8ae:70ec:1::/64 Jun 29 15:41:31 Smurf-RAID dhcpcd[1805]: br0: expired address fd2e:8ae:70ec:1:26be:5ff:fee1:1747/64 Jun 29 15:41:31 Smurf-RAID dhcpcd[1805]: br0: part of a Router Advertisement expired Jun 29 15:41:31 Smurf-RAID dhcpcd[1805]: br0: deleting route to fd2e:8ae:70ec:1::/64 Jun 29 15:41:31 Smurf-RAID dhcpcd[1805]: br0: adding address fd2e:8ae:70ec:1:26be:5ff:fee1:1747/64 Jun 29 15:41:31 Smurf-RAID dhcpcd[1805]: br0: adding route to fd2e:8ae:70ec:1::/64
  3. This plugin allows the user to run the GUI with or without plugins. Click on the 'X' icon to switch between modes. Note that plugins are only disabled for the GUI, but not other tasks or jobs they have created themselves. The idea of this plugin is to quickly test the GUI in case something doesn't work and determine whether a plugin is causing this.
  4. This is new in 6.12.2 and only becomes visible when upgrading to the next version, e.g. 6.12.3.
  5. You need to read the Dynamix variables. This is done as given in the code below $docroot = $docroot ?? $_SERVER['DOCUMENT_ROOT'] ?: '/usr/local/emhttp'; require_once "$docroot/webGui/include/Wrappers.php"; extract(parse_plugin_cfg('dynamix',true)); After this the variable $display is available as a global variable.
  6. A true enable / disable of a plugin is not possible. Plugins may install and activate all kind of things. The purpose of Dynamix Safe Mode is to quickly validate GUI operation without the need to reboot the system.
  7. This involves the GUI only, any other activities a plugin may do, such as cron jobs, background tasks, package installations or scripting are not touched. This requires the plugin to be uninstalled to remove them.
  8. True, that’s why I say “mimics” safe mode, because for complete disabling you would need to uninstall the plugin. The idea here is when the GUI has “issues” you can quickly disable the plugins to see if that resolves it without rebooting your system in safe mode.
  9. Please update the chinese language pack to the latest version. Or remove the language pack and install again, this will automatically update to the latest version.
  10. A fix is made in the upcoming Unraid version 6.12.2
  11. I made the new plugin "Dynamix Safe Mode" Should become available in the Apps store later today.
  12. Soon (tm) It is currently going thru internal testing.
  13. I don't see this problem in your diagnostics. Next release has an update to solve a race condition when a wireguard tunnel is updated. Please retest when it is available.
  14. Can you post the PHP log (if existing), which can be found under Tools -> PHP settings
  15. It looks like the networks already exist at the time the custom networks are created, giving a conflict. Try the following - Stop all containers - Open a terminal window - Execute: docker system prune -a - Restart the docker service
  16. ssh is restarted because your system looses network connection halfway. Jun 25 17:36:33 narvi kernel: bond0: (slave eth0): link status definitely down, disabling slave Jun 25 17:36:33 narvi kernel: device eth0 left promiscuous mode Jun 25 17:36:33 narvi kernel: bond0: now running without any active interface! Jun 25 17:36:33 narvi kernel: br0: port 1(bond0) entered disabled state Jun 25 17:36:33 narvi dhcpcd[1345]: br0: carrier lost Jun 25 17:36:33 narvi dhcpcd[1345]: br0: deleting route to 192.168.1.0/24 Jun 25 17:36:33 narvi dhcpcd[1345]: br0: deleting default route via 192.168.1.1 Disable bonding in the network configuration and see if that solves the issue. It might also be that the plugin "tips and tweaks" interferes. Uninstall this plugin and retest.
  17. Install "Fix Common Problems" and it will tell you.
  18. You need to disable netbios under SMB settings. Here is my tailscale connection to my server 1 And my zerotier connection to my server 2
  19. You need to disable netbios to run smb over tailscale.
  20. In my testing I do the following: - WG tunnel is active - Make a change (NAT rule) - Apply, and then afterwards tunnel goes down (this is unexpected) - Re-activate tunnel and second time it stays up
  21. With tunnels are autostarted I don't have a problem, tunnels stay active all the time, but when making changes I can replicate your issue. Need to further investigate why this happens. Thx
  22. The percentage is calculated based on the smallest disk size on which the share exists (or may exist). The percentage relates directly to the utilization levels set. The critical level is by default 90%, which means 10% left.