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

  • 1 day 3 hours ago
    Warning: Undefined array key "url" in Drupal\Core\Asset\CssCollectionOptimizerLazy->optimizeGroup()
    Warning: Undefined array key "url" in Drupal\Core\Asset\JsCollectionOptimizerLazy->optimizeGroup() 
  • 3 days 4 hours ago
    Server install & config : Debian 12 + Plesk + Apache + nginx + MariaDB + Solr
    sudo timedatectl set-timezone Europe/Berlin
  • 1 week 2 days ago
    Warning: PHP Startup: Unable to load dynamic library 'apcu.so' ... cannot open shared object file: No such file or directory

    Try this:

  • 3 weeks 2 days ago
    List Cronjobs for all users (via for + crontab)

    Alternative (without warnings like "no crontab for dovecot") to see all tasks:

  • 3 weeks ago
    Install APCu (PHP 8.1, Plesk)

    php 8.3 apcu failed

    über Plesk hat es geklappt.

     

  • 3 weeks ago
    Install APCu (PHP 8.1, Plesk)

     

    install:

    # sudo apt install php-dev
    
  • 3 weeks ago
    pecl install apcu : phpize: not found / ERROR: `phpize' failed

    phpize

    # sudo apt install php-dev
    

     

    details

  • 3 weeks ago
    Install APCu (PHP 8.1, Plesk)

    Problem:

  • 2 months 1 week ago
    Install APCu (PHP 8.1, Plesk)

    Problem:

  • 3 months 2 weeks ago
    Linux mv: das Verschieben von 'new' nach 'old' ist nicht möglich: Das Verzeichnis ist nicht leer

    Hilft "cp -avf old new && rm -rvf old" nicht?