Installing dependencies and system packages [ERROR]

Hello Linux version: CentOS release 6.10 (Final) x64

▣□□ Phase 1 of 3: Setup /usr/sbin/setenforce: SELinux is disabled Downloading virtualmin-release-latest.noarch.rpm [ OK! ] Installing virtualmin-release package [ OK! ]

▣▣□ Phase 2 of 3: Installation Downloading epel-release-latest-6.noarch.rpm [ OK! ] Installing EPEL release package [ OK! ] Installing yum-utils [ OK! ] Enabling extras repository [ OK! ] Installing scl-utils [ OK! ] Install Software Collections release package [ OK! ] Installing PHP7 [ OK! ] Installing dependencies and system packages [<====] [ERROR] [ERROR] Something went wrong with the previous command. Exiting.

Status: 
Active

Comments

Project: Virtualmin.com » Virtualmin Virtual Servers

Howdy -- sorry that you're having problems installing Virtualmin!

Can you attach your /root/virtualmin-install.log file?

Also, what is the output of the command "ls /etc/yum.repos.d"?

[root@server ~]# ls /etc/yum.repos.d CentOS-Base.repo CentOS-Vault.repo epel.repo CentOS-Debuginfo.repo CentOS-fasttrack.repo mysql-community-source.repo CentOS-Media.repo EA4.repo mysql-community.repo CentOS-SCLo-scl-rh.repo cPAddons.repo virtualmin.repo CentOS-SCLo-scl.repo epel-testing.repo

I have attached virtualmin-install.log and ss of ls /etc/yum.repos.d in 1st post Thank you

Thanks for all the information! Joe and I reviewed the output you shared above.

It looks like there's a few non-standard repositories enabled, which could potentially be causing some problems... in particular, cPAddons, EA4, and mysql-community.

My first question is, does this server already have another control panel installed, such as cPanel? That could cause some unexpected issues.

Note that we recommend starting with a fresh OS installation when installing Virtualmin.

If there isn't an existing control panel installed, but there's just a few extra repositories enabled -- you may want to try disabling those 3 repositories, and then attempting the Virtualmin installation again.

Hello, I have reinstalled OS completely and WHM is only one plugin added to server. If WHM is only one then cpaddons is not installed right ? Because I cant find way to uninstall it. I was reading whole internet with no luck. For EA4 documentation says "You can only uninstall EasyApache 4 if you migrated your system from EasyApache 3. " I cant find way to uninstall it as well same for mysql-community.. I spent all day yesterday to find it but no guides or tutorials at all :(

Anyway I was trying to setup virtualmin already few days ago on fresh OS without cpanel but I was getting this error "[root@server ~]# sh install.sh Fatal: /tmp directory is mounted noexec. Installation cannot continue." Thats reason I have installed cpanel to find If I can fix that error and yes it worked. Before that I was trying fix it by unmounting and mounting again but no luck all the time same error so finaly I have disabled this part in code by adding some ## to install.sh from line 258-265. It worked. But stopped again at Installing dependencies and system packages [>----] [ERROR] [ERROR] Something went wrong with the previous command. Exiting.

I have updated yupm.repos and virtualmin log in 1st post Help me please Thank you guys

Well, it no longer sounds like you're seeing a bug there.

If the /tmp directory is on a separate partition, and it's mounted with the "noexec" flag, that would prevent Virtualmin from being able to install correctly.

You would need to remove the "noexec" flag from the mount options (typically set in /etc/fstab).

However, since you're not seeing a bug there -- the area here is for folks using Virtualmin Pro. It's no problem to receive support, but you'd want to use the Forums for assistance.

We monitor the Forums, along with lots of wonderful folks in the community!

When making a new Forum thread, can you include the output of these two commands:

mount
cat /etc/fstab

That will help sort out the cause of the issue you're experiencing there.

I have found way to fix noexec part but installation stopped again at Installing dependencies and system packages [>----] [ERROR] [ERROR] Something went wrong with the previous command. Exiting.

Its still same problem like at the begging any tips ?