Posted By: exemaco on April 2, 2024, 2:13 pm |
Hello,
I want to migrate my master-virtualizer, but the script does not work, when I run it it does nothing. I am using AlmaLinux 8 on my master server. ![]() |
Posted By: sealaltruie on May 8, 2025, 2:20 am | Post: 2 |
I’ve run into a similar issue before with AlmaLinux 8, and I know how frustrating it can be. Scripts that appear to do nothing often fail silently due to missing dependencies, incorrect interpreter paths, or permission issues. Make sure the script is executable (chmod +x script.shfnf) and try running it with bash -x script.sh to trace what’s going on. Also, double-check that your virtualization stack is properly set up—sometimes missing packages or misconfigured services can block the script without throwing errors. If you can, post the script or error output here—someone might be able to spot the problem right away
|
Posted By: dnyaneshwarshekade12 on May 9, 2025, 8:59 am | Post: 3 |
hi,
An you please come on discord so we can check with you for the issue with live chat https://discord.gg/BTDuR29x or create a ticket with this link - https://softaculous.deskuss.com/admin/tickets.php?a=open |
Posted By: beltedtoys on May 16, 2025, 3:55 am | Post: 4 |
thanks, i'm in |
Posted By: beltedtoys on June 12, 2025, 4:51 am | Post: 6 |
Quote From : sealaltruie May 8, 2025, 2:20 am I’ve run into a similar issue before with AlmaLinux 8, and I know how frustrating it can be. Scripts that appear to do nothing often fail silently due to missing dependencies, incorrect interpreter paths, or permission issues. Make sure the script is executable (chmod +x script.shgoogle baseball) and try running it with bash -x script.sh to trace what’s going on. Also, double-check that your virtualization stack is properly set up—sometimes missing packages or misconfigured services can block the script without throwing errors. If you can, post the script or error output here—someone might be able to spot the problem right away
thanks, done |