Fatal error occurred, can't install

6 posts / 0 new
Last post
#1 Mon, 11/03/2014 - 13:44
joeryy

Fatal error occurred, can't install

Hello,

I'm trying to install Virtualmin on my CentOS 6.5 VPS and my host uses OpenVZ. But everytime I try to install I get 'Fatal error occurred' and I can't figure out what the problem is. Maybe I'm just really blind...

Install logs: http://pastebin.com/WPN6vHuq

Does someone know what the problem is?

Thanks, Joery.

Mon, 11/03/2014 - 14:03
andreychek

Howdy,

Well, usually when we see installation failures on OpenVZ, it's related to a resource problem of some sort. You may want to take a peek in /proc/user_beancounters to see if there is any failures listed in the "failcnt" field.

However, you also may want to try manually running this command, in order to see what output it produces:

yum install bind bind-utils caching-nameserver httpd postfix spamassassin procmail perl-DBD-Pg perl-DBD-MySQL quota iptables openssl python mailman subversion mysql mysql-server mysql-devel mariadb mariadb-server postgresql postgresql-server rh-postgresql rh-postgresql-server logrotate webalizer php php-xml php-gd php-imap php-mysql php-odbc php-pear php-pgsql php-snmp php-xmlrpc php-mbstring mod_perl mod_python cyrus-sasl dovecot spamassassin mod_dav_svn cyrus-sasl-gssapi mod_ssl ruby ruby-devel rubygems perl-XML-Simple perl-Crypt-SSLeay mlocate

Mon, 11/03/2014 - 14:34 (Reply to #2)
joeryy

Thanks for your fast answer!

Here is what you asked: User_beancounters: http://pastebin.com/w6WGfn2Z

I did the manually thingy twice (First time I forgot to copy the logs): http://pastebin.com/04a9bdmA

Mon, 11/03/2014 - 15:05
andreychek

Howdy,

Hmm, it appears as if the output for the yum installation may be cut off... is it possible there's more to the yum output than what's there at the pastebin site?

-Eric

Mon, 11/03/2014 - 15:17 (Reply to #4)
joeryy

Oh sorry, this is the complete one: http://pastebin.com/PkyEjue6

Tue, 11/04/2014 - 11:06
ReArmedHalo

Hi,

I notice yum outputs this:

There are unfinished transactions remaining. You might consider running yum-complete-transaction first to finish them. 

Try running:

yum-complete-transaction

If that comes back with an unknown command, install the yum-utils package:

yum install yum-utils -y

Then attempt the yum-complete-transaction, and finally run the long yum line from andreychek.

-Dustin

Topic locked