To solve the communication problem between the virtual machine and the host machine, I created a br0 whose member is the eth I actually use.
I have found that sometimes when restarting the server, I encounter the issue of Application is not running. The error in Apps Servic is:
“Application(s) have failed to start:
[EFAULT] Default interface ‘br0’ is not in active state”
When I try systemctl start docker, docker service is running, but the Apps page will prompt other errors:
“FileNotFoundError
[Errno 2] No such file or directory: ‘/mnt/.ix-apps/app_configs’”
So I want to know the complete process of manually restarting Apps Service, or if iX can add a button in System Services for Apps Service in future versions to facilitate restarts.
Thank you to the community and iX members in advance!: -)
You can try running the ‘zfs mount -a’ command
1 Like
I didn’t reproduce this problem after restarting, so I can try this method next time I encounter it
I experienced the same problem after removing a bridge from a double 10G NICs setup due to speeds dropping to about 60MB/s from over 200MB/s when unbridged. Like you, I couldn’t reassign applications to another network interface. Restarting the Docker daemon yielded the same error as you described, and running zfs mount -a
didn’t resolve the issue either. The only effective solution was restarting the entire NAS.