Failed installation

29 posts / 0 new
Last post
#1 Thu, 02/26/2015 - 17:49
Diabolico
Diabolico's picture

Failed installation

Today i try to install Virtualmin on new VPS with fresh/clean Centos 7 and i had failed install (first i ever had). After i re-install Centos for third time i start to look what could be the problem and only error i found in log file was: Error: Package: php-imap-5.4.16-3.el7.x86_64 (virtualmin) After i installed epel the installation was done without any problem. This is not first time i'm installing Virtualmin on VPS but i never needed to install epel before.

Did something changed or i should file bug report? Ok i try one more time and here is entire log: http://pastebin.com/sMTk8Ght I try without update of Centos 7 and with but same output. Any idea what is going on? Edit: Even the installation was done after i installed epel i got clamav error during post install.

Fri, 02/27/2015 - 20:08
Peter Clark

From the minimal install ISO there seems to be a dependency on libc-client by IMAP that's not handled properly by the installer (not in the normal repos and not provided elsewhere). Installing libc-client-2007e before running the installer (along with perl and wget and curl as noted in the docs) let the installer work fine for me.

Fri, 02/27/2015 - 22:51
Diabolico
Diabolico's picture

That could be true only if within same hosting company they put different versions of Centos 7 on different servers what would be something i never saw before. Because i have several VPS with same company and on all of them is Centos 7 and i never had any problem to install Virtualmin. But before i start anything i would like to know if this is Virtualmin problem or something is wrong with my last VPS and/or Centos 7.

- I often come to the conclusion that my brain has too many tabs open. -
Failing at desktop publishing & graphic design since 1994.

Sat, 02/28/2015 - 04:11
Peter Clark

I'm not sure about your providers setup. My experience is from downloading the minimal ISO from Centos and noting down what I had to to to get the installer to run.

Sun, 03/01/2015 - 02:39
Steffan
Steffan's picture

This is something that just broke. I installed this in a VM last week and it worked fine.

I saw someone mentioned installing libc-client-2007e but that is not in the CentOS 7 repos.

Sun, 03/01/2015 - 04:50
Diabolico
Diabolico's picture

My only problem here is what i cant figure out if this is because of Virtualmin or something is wrong with my new VPS. Just before few days i installed Virtualmin on Centos 7 without any problem (same hosting company).
@Steffan. You are right no libc-client-2007e for Centos 7 and aside of this Virtualmin "prefer" clean/fresh OS so i dont see any point in installing some extra repos because Virtualmin should pull all dependencies during the installation.

- I often come to the conclusion that my brain has too many tabs open. -
Failing at desktop publishing & graphic design since 1994.

Sun, 03/01/2015 - 04:44
Peter Clark

Yea, the dependency that broke is libc-client. I didn't find a el7 version either. To work around it I installed the el6 version before running the installer. I haven't noticed any issues but haven't done any major regression testing yet. It looks like it's part of the base repo in 6.

ftp://ftp.muug.mb.ca/mirror/centos/6.6/os/x86_64/Packages/libc-client-20...

Sun, 03/01/2015 - 04:53
Diabolico
Diabolico's picture

I was thinking the same but it doesnt help me to spot where is the problem. Because if this is something new from Virtualmin then there should be bug report and if this problem is part of my VPS then i need to talk with my provider. It would be better to put the light on the cause then patching things up not knowing why in first place i had an error.

- I often come to the conclusion that my brain has too many tabs open. -
Failing at desktop publishing & graphic design since 1994.

Mon, 03/02/2015 - 09:02
andreychek

Howdy,

Thanks for pointing this out, we are indeed looking into it.

We recently added php-imap to the CentOS 7 repository, as it's not included as part of CentOS 7.

However, it appears to require the package that Peter Clark mentioned.

What I've done for the moment is to temporarily remove php-imap as a package that's installed during the Virtualmin installation. That should prevent installations from failing.

Then, we'll determine how best to resolve that dependency issue with libc-client-2007e.

-Eric

Mon, 03/02/2015 - 09:54
Diabolico
Diabolico's picture

Ok thank you Eric, i was thinking i'm going crazy. Lost so many hours trying to figure out what is wrong. I saw that dependency issue but was not sure if something changed with Virtualmin. Virtualmin change log didnt mention anything about php-imap or somehow i miss this part.

- I often come to the conclusion that my brain has too many tabs open. -
Failing at desktop publishing & graphic design since 1994.

Mon, 03/02/2015 - 10:31
andreychek

Howdy,

Yeah that wasn't part of a Virtualmin release. That was performed independently, after we realized that php-imap wasn't being provided with CentOS7. We added a version of that in there, but now we realize we also need to include that dependency.

-Eric

Mon, 03/02/2015 - 11:20
Diabolico
Diabolico's picture

I will drop for now Centos 7 because i encounter too many problems. I think i will wait another year and then try again in mean time Centos 6.6 should work as intended. MySQL, php and the rest should be fine for that time and probably one year is enough to "polish" Centos 7 and other scripts.

- I often come to the conclusion that my brain has too many tabs open. -
Failing at desktop publishing & graphic design since 1994.

Mon, 03/02/2015 - 14:19
thisara

I found the Virtualmin script to work smoothly on Cent OS 7 after adding the EPEL repo. I did as below and then re-executed Virtualmin install script which worked smoothly.

yum install epel-release

The only problem I encountered was with ClamAV. However I only had to move the config file to old location expected by ClamAV as below.

cp /etc/clamd.d/scan.conf /etc/clamd.d/scan.conf /etc/clamd.conf

Edit both clamd.conf and freshclam.conf under /etc find following lines

Comment or remove the line below.

Example

Comment Example as below in both files.

Example

After this, all started to work smoothly.

Mon, 03/02/2015 - 14:26 (Reply to #13)
andreychek

Howdy,

It's not actually necessary to enable the EPEL repo -- there was a particular dependency problem that occurred with php-imap, but that's now corrected in the install.sh script.

We'd advise caution to anyone enabling a third party repository, as it can cause some unusual problems. If a package from a third party repository is needed, which can sometimes come up, our suggestion is to just install that one package, rather than globally enabling the repository.

-Eric

Mon, 03/02/2015 - 14:38
thisara

Hi Andreychek

Actually I have tried to install Virtualmin followed by Webmin only yesterday on a fresh install of Cent OS 7. It has given me loads of errors, not just one missing library and I was almost given up with Cent OS 7 until I easily sorted out it by adding EPEL repo.

I have seen a comment on another thread having the possibility of 3rd party repos causing the problem, but I didn't have any on my fresh install at that time and the Cent OS 7 was fully updated.

Thank you !

Mon, 03/02/2015 - 15:12 (Reply to #15)
andreychek

The issue I described was fixed today.

Also, we haven't been able to reproduce any issues with installing Virtualmin on CentOS 7.

If you're seeing any issues, let us know, as it definitely should not require a third party repository to get Virtualmin up and running on CentOS 7.

-Eric

Mon, 03/02/2015 - 15:18 (Reply to #16)
thisara

Dear Eric

I have already completed installing my server and it is up and running. So there is no way I can re-produce the issue.

It is better to try without any 3rd party repo as you said, I agree. I wish the great Virtualmin will now smoothly install on Cent OS. Many thanks goes to the fantastic Virtualmin team. It is truly and excellent software and probably the best server/web management panel available today.

Thu, 03/05/2015 - 14:30
sfatula

Just downloaded virtualmin gpl install.sh and ran into this same issue.

Thu, 03/05/2015 - 15:03 (Reply to #18)
andreychek

Sorry for that -- can you try re-downloading the install.sh, and attempt running it again?

-Eric

Thu, 03/05/2015 - 15:37
sfatula

Actually, loaded the missing module from epel and install went fine. So, too late. However, I have more machines to load in the coming month and will report if it fails again.

Fri, 03/06/2015 - 07:43
Diabolico
Diabolico's picture

Eric if this problems are still occurring you should drop Centos 7 from garde A supported systems. There are a lot of people who maybe want to switch from Centos 6.6 (or older) to 7 and if they do on live/production sites it could end in disaster. I know, always use test server, then again how many have opportunity or money for a test server. Virtualmin/Webmin is great control panel but you should take maybe more cautious approach in things like this. For example i lost hours trying to find where is the problem not knowing you guys changed "few things" and didnt mention in change log. What could lead me to think what next update will bring me and even if i check change log is that all or there are some "hidden" changes i'm not aware of them.

- I often come to the conclusion that my brain has too many tabs open. -
Failing at desktop publishing & graphic design since 1994.

Thu, 03/12/2015 - 12:48
digitalPimple

fresh install today CentOS 7.. Same issue as above. Libc-IMAP. Still not working.

Thu, 03/12/2015 - 13:01 (Reply to #22)
andreychek

Howdy,

Sorry that you're having a problem with that! Could you paste in the full error that you're seeing there?

-Eric

Thu, 03/12/2015 - 13:06 (Reply to #23)
andreychek

Actually, Joe just figured out what the problem there is -- he's working on correcting that now.

-Eric

Thu, 03/12/2015 - 23:38 (Reply to #24)
CrunchyToast

Hey all, new to Virtualmin, but going to try install.sh right now. I've been testing it out for a couple days and had to do the same epel to get it to work. I'll update if it works (unknown if the fix has been updated yet.)

UPDATE:

As of right now, it's not fixed.

Fri, 03/13/2015 - 15:44
springy

Likewise, having the same issue, fresh install and download of install.sh.

Here's the error:

-Error: Package: php-imap-5.4.16-3.el7.x86_64 (virtualmin)
         Requires: libc-client.so.2007()(64bit)
Fri, 03/13/2015 - 18:38
Diabolico
Diabolico's picture

If you have installation error on Centos (6 or 7) just download epel and you should be fine. If for some reason one day Virtualmin go ballistic because of epel then i will probably remove Virtualmin completely from my server. What i saw in more than a month playing with Virtualmin and Centos 7 i would strongly suggest to not use this combination on any production server (for now) because you are just asking for problems. On one side Virtualmin have problems with Centos 7 but in the same time Centos 7 have problems with himself. For now stay with Centos 6, you have time until 2020 for end-of-life. Plus Virtualmin with Centos 7 is using a lot more memory than 6.6 (both OS 64bit). Not so big deal if you have VPS with 3-4+GB Ram (no burst) but for VPS with 2GB or less one more reason to stay with Centos 6.

- I often come to the conclusion that my brain has too many tabs open. -
Failing at desktop publishing & graphic design since 1994.

Fri, 03/13/2015 - 23:57
andreychek

Okay, Joe tells me this should be fixed now -- let us know if you see any more issues with installing CentOS 7.

-Eric

Sun, 03/15/2015 - 15:26 (Reply to #28)
CrunchyToast

Did a check with a VM and worked without a hitch. Thanks.

Topic locked