Hi,
I encountered several problem when I tried installing virtualmin on a fresh install of debian 6.
What I done: Fresh debian 6 install (tested debian 32 and debian 64)
aptitude update
aptitude upgrade
Install virtualmin:
wget wget http://software.virtualmin.com/gpl/scripts/install.sh
chmod +x install.sh
./install.sh
This return me an error :
INFO - 2011-03-06 14:09:19 - Started installation log in /root/virtualmin-install.log
DEBUG - 2011-03-06 14:09:19 - Install mode: full
DEBUG - 2011-03-06 14:09:19 - Product: Virtualmin GPL
DEBUG - 2011-03-06 14:09:19 - Virtualmin Meta-Package list: virtualmin-base
DEBUG - 2011-03-06 14:09:19 - install.sh version: 1.0.4
INFO - 2011-03-06 14:09:19 - Checking for fully qualified hostname...
INFO - 2011-03-06 14:09:19 - Hostname OK: fully qualified as sd-20570.dedibox.fr
INFO - 2011-03-06 14:09:19 - Installing serial number and license key into /etc/virtualmin-license
INFO - 2011-03-06 14:09:19 - Loading OS selection library...
INFO - 2011-03-06 14:09:19 - Download of http://software.virtualmin.com/lib/oschooser.pl Succeeded.
INFO - 2011-03-06 14:09:19 - Loading OS list...
INFO - 2011-03-06 14:09:20 - Download of http://software.virtualmin.com/lib/os_list.txt Succeeded.
INFO - 2011-03-06 14:09:20 - Operating system name: Debian Linux
INFO - 2011-03-06 14:09:20 - Operating system version: 6.0
INFO - 2011-03-06 14:09:20 - Configuring package manager for Debian Linux 6.0...
INFO - 2011-03-06 14:09:20 - Enabling universe repositories, if not already available...
INFO - 2011-03-06 14:09:20 - Disabling cdrom repositories...
INFO - 2011-03-06 14:09:20 - Cleaning up apt headers and packages, so we can start fresh...
INFO - 2011-03-06 14:09:20 -
INFO - 2011-03-06 14:09:20 - Download of http://software.virtualmin.com/lib/apt.conf.noninteractive Succeeded.
INFO - 2011-03-06 14:09:20 - Installing Webmin and Virtualmin package signing keys...
INFO - 2011-03-06 14:09:21 - Download of http://software.virtualmin.com/lib/RPM-GPG-KEY-virtualmin Succeeded.
INFO - 2011-03-06 14:09:21 - Download of http://software.virtualmin.com/lib/RPM-GPG-KEY-webmin Succeeded.
INFO - 2011-03-06 14:09:21 - OK
INFO - 2011-03-06 14:09:21 - OK
INFO - 2011-03-06 14:09:22 - Hit
INFO - 2011-03-06 14:09:22 - Removing Debian standard Webmin package, if they exist (because they're broken)...
INFO - 2011-03-06 14:09:22 - Removing Debian apache packages...
DEBUG - 2011-03-06 14:09:22 - Reading
INFO - 2011-03-06 14:09:22 - Installing dependencies using command: /usr/bin/apt-get --config-file apt.conf.noninteractive -y --force-yes install postfix postfix-pcre webmin usermin ruby libapache2-mod-ruby libxml-simple-perl libcrypt-s$
Reading package lists...
Building dependency tree...
Reading state information...
FATAL - 2011-03-06 14:09:24 - Fatal Error Occurred: Something went wrong during installation: 0
FATAL - 2011-03-06 14:09:24 - Cannot continue installation.
FATAL - 2011-03-06 14:09:24 - Attempting to remove virtualmin repository configuration, so the installation can be
FATAL - 2011-03-06 14:09:24 - re-attempted after any problems have been resolved.
FATAL - 2011-03-06 14:09:24 - Removing temporary directory and files.
FATAL - 2011-03-06 14:09:24 - If you are unsure of what went wrong, you may wish to review the log
FATAL - 2011-03-06 14:09:24 - in /root/virtualmin-install.log
Ok I tried to modify the install script for add debian 6 line754 I added this:
6.0)
repos="virtualmin-squeeze virtualmin-universal"
;;
Runned again the install script and this time work fine.
BUT when logged on virtualdmin webinterface (that works fine) I cannot configure it because mysql is not installed.
And when I install mysql manually when I do a config check it says me "apache not installed"
So I install it manually.
Run again the checkinstall: "fcgid not installed".
Okay now I think I've a problem because I think all package are not detected or not installed :(
Someone have a solution ? I mistake somewhere ?
Thanks in advance.
There was a problem with the install script... download the install.sh again, give it another try, and see if it works for you :-)
-Eric
Seems wok like a charm !
Thank you !