I have a 1-core VM, running Rocky Linux 10.1, and running the installer from the latest of this repository.
This command hang in single core VM:
|
system('stty -echo 1>/dev/null 2>&1'); |
This is the state when I look at it in ps, it shows that it's stopped by signal:
root# ps -eo pid,stat,comm | grep stty
46730 TN stty
I don't know how to fix this other than commenting it out.
I have a 1-core VM, running Rocky Linux 10.1, and running the installer from the latest of this repository.
This command hang in single core VM:
Virtualmin-Config/lib/Virtualmin/Config/Plugin.pm
Line 248 in 0bfd77a
This is the state when I look at it in ps, it shows that it's stopped by signal:
I don't know how to fix this other than commenting it out.