Virtualmin Install-Problem: Removing nginx (if installed) before LAMP installation.

root@server2  # ./install.sh

  Welcome to the Virtualmin GPL installer, version 6.0.8

  This script must be run on a freshly installed supported OS. It does not

  perform updates or upgrades (use your system package manager) or license

  changes (use the "virtualmin change-license" command).

  The systems currently supported by install.sh are:

    CentOS/RHEL Linux 6 and 7 on x86_64

    Debian 7, 8, and 9, on i386 and amd64

    Ubuntu 14.04 LTS and 16.04 LTS, on i386 and amd64

  If your OS/version/arch is not listed, installation will fail. More

  details about the systems supported by the script can be found here:

    http://www.virtualmin.com/os-support

  The selected package bundle is LAMP and the size of install is

  full. It will require up to 650 MB of disk space.

  Exit and re-run this script with --help flag to see available options.

 Continue? (y/n) y

[INFO] Started installation log in /root/virtualmin-install.log

▣□□ Phase 1 of 3: Setup

Downloading repository metadata                                         [  ✔  ]

Enabling universe repositories, if not already available                [  ✔  ]

Disabling cdrom: repositories                                           [  ✔  ]

Cleaning out old metadata                                               [  ✔  ]

Downloading RPM-GPG-KEY-virtualmin-6                                    [  ✔  ]

Downloading RPM-GPG-KEY-webmin                                          [  ✔  ]

Installing Virtualmin 6 key                                             [  ✔  ]

Installing Webmin key                                                   [  ✔  ]

Updating apt metadata                                                   [  ✔  ]

▣▣□ Phase 2 of 3: Installation

Installing Webmin                                                       [  ✔  ]

Installing Usermin                                                      [  ✔  ]

Installing fail2ban                                                     [  ✔  ]

Removing nginx (if installed) before LAMP installation.                 █▒▒▒▒▒▒

[1]+  Stopped                 ./install.sh

 

 

Comments

install.sh is trying to remove phpmyadmin and it throughs a dialog to confirm. Therefore, the install script is waiting for confirmation. You can see the dialog waiting in /root/virtualmin-install.log. One solution is removing by "apt-get remove phpmyadmin" before executing install.sh script.

This happens to me installing in Ubuntu 18.04 LTS

Neuen Kommentar schreiben

CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.

Suche

Neueste Kommentare

  • 4 weeks 1 day ago
    Transaction isolation level REPEATABLE-READ The recommended level for Drupal is "READ COMMITTED". (Drupal Status Report)

     Edit "/etc/my.cnf" ( under [mysqld] ):

    transaction_isolation="READ-COMMITTED"

    Restart MariaDB / MySQL:

  • 1 month ago
    Wget - Eine Webseite rekursive downloaden

    wget -U 'Mozilla/MyUserAgent' -P MyTempDir123 --wait=0.2 --random-wait -nd -r -x -l 4 -e robots=off --reject

  • 1 month ago
    Wget - Eine Webseite rekursive downloaden

    wget -U 'Mozilla/MyUserAgent2024' -P MyOutPutDirectory --wait=1 --random-wait -nd -r -l 2 -e robots=off --reject

  • 2 months 1 week ago
    CPU benchmarking with sysbench (single-threaded/all cores)

     

    # sysbench --threads="$(nproc)" cpu run

  • 2 months 1 week ago
    CPU benchmarking with sysbench (single-threaded/all cores)

    # sysbench --threads="$(nproc)" cpu run

  • 2 months 1 week ago
    Linux Autovervollständigung - bash autocomplete
    source ~/.bashrc

    Diese Lösung wird empfohlen aber hat bei mir nicht funktioniert.

    Welche Alternative gibt es?

  • 2 months 1 week ago
    PHP-CLI auf PHP8.2 umstellen (für Composer, Drush etc)

    ln -snf /opt/plesk/php/8.3/bin/php /etc/alternatives/php

  • 2 months 1 week ago
    Drush Update failed (require php >=8.2)

    In composer.json, update: 

     

  • 2 months 1 week ago
    Drupal: Anmeldung fehlgeschlagen Es hat mehr als 5 fehlerhafte Anmeldeversuche für dieses Benutzerkonto gegeben. Es ist vorübergehend gesperrt.
    drush sqlq "DELETE FROM flood"
  • 2 months 1 week ago
    Drupal SMTP + Gmail funktioniert nicht mehr (Passwort ist richtig); was ist die Lösung?