Quote From : virtualizor9986 November 19, 2025, 3:44 am Welcome to Virtualizor Installer
To monitor installation : tail -f /root/virtualizor.log
An existing installation of Virtualizor has been detected ! If you continue to install Virtualizor, the existing installation and all its Data will be lost Do you want to continue installing ? [y/N]y
Installing Libraries and Dependencies
Installing PHP, MySQL and Web Server /bin/ln: 无法创建符号链接'/usr/lib64/libnsl.so.1': File exists
Downloading and Installing Virtualizor - Configuring Virtualizor - Fetching License - Setting up the CRON Job - Importing Database - Getting List of OS templates - Generating the SSL Certificates
Installing the Virtualization Kernel - kvm - Default Storage (/home/vms) with format QCOW2 has been added. KVM Module has been installed
It looks like the installer detected an existing Virtualizor setup, which is why you are seeing the warning about losing all data. The /usr/lib64/libnsl.so.1 message is just indicating that the symbolic link already exists and usually does not break the installation.
If you want to preserve the existing installation, do not continue with the install over it. Otherwise, continuing will overwrite everything. You can also check the installation progress and errors in real time with:
tail -f /root/virtualizor.log
Make sure all dependencies and the KVM module are correctly installed. If you continue to get errors, it might help to remove any leftover files from the previous installation before retrying.
|