Open vducuy opened 2 years ago
after checked on my system and see qemu_vm can not get list of Port redirections
Handle port redirections
redir_names = params.objects("redirs")
host_ports = utils_misc.find_free_ports(
5000, 5899, len(redir_names))
utils_misc.find_free_port() return empty, the reason is socket error with code 97
The problem found, removed ipv6.disable=1 in grub.cfg
I installed fresh Fedora Core 35 on aarch64 and start to install avocado, avocado-vt, bootstrap with Fedora 35 config and kickstart. but when run following command I got issue: ERROR: list index out of range
In debug file can see
I recalled i can run this before, but this time can not run it, Do i missed something?