These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Installation on Debian linux 5 on the new forum.
INFO - 2011-01-17 23:53:10 - Started installation log in /root/virtualmin-install.log DEBUG - 2011-01-17 23:53:11 - Install mode: full DEBUG - 2011-01-17 23:53:11 - Product: Virtualmin GPL DEBUG - 2011-01-17 23:53:11 - Virtualmin Meta-Package list: virtualmin-base DEBUG - 2011-01-17 23:53:11 - install.sh version: 1.0.4 INFO - 2011-01-17 23:53:11 - Checking for fully qualified hostname... INFO - 2011-01-17 23:53:11 - Hostname OK: fully qualified as sgy.songgy.net INFO - 2011-01-17 23:53:11 - Installing serial number and license key into /etc/virtualmin-license INFO - 2011-01-17 23:53:11 - Loading OS selection library... INFO - 2011-01-17 23:53:15 - Download of http://software.virtualmin.com/lib/oschooser.pl Succeeded. INFO - 2011-01-17 23:53:15 - Loading OS list... INFO - 2011-01-17 23:53:20 - Download of http://software.virtualmin.com/lib/os_list.txt Succeeded. INFO - 2011-01-17 23:53:20 - Operating system name: Debian Linux INFO - 2011-01-17 23:53:20 - Operating system version: 5.0 INFO - 2011-01-17 23:53:20 - Configuring package manager for Debian Linux 5.0... INFO - 2011-01-17 23:53:20 - Enabling universe repositories, if not already available... INFO - 2011-01-17 23:53:20 - Disabling cdrom repositories... INFO - 2011-01-17 23:53:20 - Cleaning up apt headers and packages, so we can start fresh... INFO - 2011-01-17 23:53:21 - INFO - 2011-01-17 23:53:25 - Download of http://software.virtualmin.com/lib/apt.conf.noninteractive Succeeded. INFO - 2011-01-17 23:53:25 - Installing Webmin and Virtualmin package signing keys... INFO - 2011-01-17 23:53:30 - Download of http://software.virtualmin.com/lib/RPM-GPG-KEY-virtualmin Succeeded. INFO - 2011-01-17 23:53:34 - Download of http://software.virtualmin.com/lib/RPM-GPG-KEY-webmin Succeeded. INFO - 2011-01-17 23:53:34 - OK INFO - 2011-01-17 23:53:34 - OK INFO - 2011-01-17 23:53:39 - Hit INFO - 2011-01-17 23:53:39 - Removing Debian standard Webmin package, if they exist (because they're broken)... INFO - 2011-01-17 23:53:39 - Removing Debian apache packages... DEBUG - 2011-01-17 23:53:39 - INFO - 2011-01-17 23:53:40 - 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-ssleay-perl unzip zip libfcgi-dev FATAL - 2011-01-17 23:53:41 - Fatal Error Occurred: Something went wrong during installation: 0 FATAL - 2011-01-17 23:53:41 - Cannot continue installation. FATAL - 2011-01-17 23:53:41 - Attempting to remove virtualmin repository configuration, so the installation can be FATAL - 2011-01-17 23:53:41 - re-attempted after any problems have been resolved. FATAL - 2011-01-17 23:53:41 - Removing temporary directory and files. FATAL - 2011-01-17 23:53:41 - If you are unsure of what went wrong, you may wish to review the log FATAL - 2011-01-17 23:53:41 - in /root/virtualmin-install.log
How do I correct this ?
Howdy,
I don't actually seem any errors in that output.
Take a peek in /root/virtualmin-install.log -- do you see any errors in there that might explain why the installation failed? You can always attach that log if you aren't sure what the problem is.
-Eric
Havent i posted the content of the log above?
Havent i posted the content of the log above?
Ah, your post seemed particularly short... usually when it's that short, it means someone copied and pasted the output they saw on the screen.
In your case, it may mean the install bailed out early on :-)
There's unfortunately no clear error that shows why the installer had trouble... I'm curious what output you get if you attempt to run this command:
apt-get install postfix postfix-pcre webmin usermin ruby libapache2-mod-ruby libxml-simple-perl libcrypt-ssleay-perl unzip zip libfcgi-dev
Does that install those packages, or do you receive an error of some sort?
-Eric
Some wild guesses on my end... Did you execute the install script as root? Is this a fresh system, or are there already (potentially conflicting) packages installed?
EDIT: The
root
part seems okay... since it stored the logfile in/root/...
. :)