Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - brack

Pages: [1] 2
1
MySQL / MariaDB-server upgrade error
« on: November 28, 2020, 01:28:00 PM »
How can i fix this problem?

Details:
Code: [Select]
yum update
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: linux.darkpenguin.net
 * epel: mirror.de.leaseweb.net
 * extras: mirror.plustech.de
 * remi-safe: mirror.23media.com
 * updates: mirror.plustech.de
Resolving Dependencies
--> Running transaction check
---> Package MariaDB-server.x86_64 0:10.1.48-1.el7.centos will be updated
---> Package MariaDB-server.x86_64 0:10.2.36-1.el7.centos will be an update
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================================================================================================================================
 Package                                        Arch                                   Version                                                 Repository                               Size
=============================================================================================================================================================================================
Updating:
 MariaDB-server                                 x86_64                                 10.2.36-1.el7.centos                                    mariadb                                  24 M

Transaction Summary
=============================================================================================================================================================================================
Upgrade  1 Package

Total download size: 24 M
Is this ok [y/d/N]: y
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
MariaDB-server-10.2.36-1.el7.centos.x86_64.rpm                                                                                                                        |  24 MB  00:00:06
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction

******************************************************************
A MySQL or MariaDB server package (MariaDB-server-10.1.48-1.el7.centos.x86_64) is installed.

Upgrading directly from MySQL 10.1 to MariaDB 10.2 may not
be safe in all cases.  A manual dump and restore using mysqldump is
recommended.  It is important to review the MariaDB manual's Upgrading
section for version-specific incompatibilities.

A manual upgrade is required.

- Ensure that you have a complete, working backup of your data and my.cnf
  files
- Shut down the MySQL server cleanly
- Remove the existing MySQL packages.  Usually this command will
  list the packages you should remove:
  rpm -qa | grep -i '^mysql-'

  You may choose to use 'rpm --nodeps -ev <package-name>' to remove
  the package which contains the mysqlclient shared library.  The
  library will be reinstalled by the MariaDB-shared package.
- Install the new MariaDB packages supplied by MariaDB Foundation
- Ensure that the MariaDB server is started
- Run the 'mysql_upgrade' program

This is a brief description of the upgrade process.  Important details
can be found in the MariaDB manual, in the Upgrading section.
******************************************************************
error: %pre(MariaDB-server-10.2.36-1.el7.centos.x86_64) scriptlet failed, exit status 1
Error in PREIN scriptlet in rpm package MariaDB-server-10.2.36-1.el7.centos.x86_64
MariaDB-server-10.1.48-1.el7.centos.x86_64 was supposed to be removed but is not!
  Verifying  : MariaDB-server-10.1.48-1.el7.centos.x86_64                                                                                                                                1/2
  Verifying  : MariaDB-server-10.2.36-1.el7.centos.x86_64                                                                                                                                2/2

Failed:
  MariaDB-server.x86_64 0:10.1.48-1.el7.centos                                                  MariaDB-server.x86_64 0:10.2.36-1.el7.centos

Complete!


Before this, i did a bulk update.
Details:
Code: [Select]
yum update -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: linux.darkpenguin.net
 * epel: mirror.de.leaseweb.net
 * extras: mirror.plustech.de
 * remi-safe: mirror.23media.com
 * updates: mirror.plustech.de
Resolving Dependencies
--> Running transaction check
---> Package MariaDB-client.x86_64 0:10.1.48-1.el7.centos will be updated
---> Package MariaDB-client.x86_64 0:10.2.36-1.el7.centos will be an update
---> Package MariaDB-common.x86_64 0:10.1.48-1.el7.centos will be updated
---> Package MariaDB-common.x86_64 0:10.2.36-1.el7.centos will be an update
--> Processing Dependency: MariaDB-compat for package: MariaDB-common-10.2.36-1.el7.centos.x86_64
---> Package MariaDB-devel.x86_64 0:10.1.48-1.el7.centos will be updated
---> Package MariaDB-devel.x86_64 0:10.2.36-1.el7.centos will be an update
---> Package MariaDB-server.x86_64 0:10.1.48-1.el7.centos will be updated
---> Package MariaDB-server.x86_64 0:10.2.36-1.el7.centos will be an update
---> Package MariaDB-shared.x86_64 0:10.1.48-1.el7.centos will be updated
---> Package MariaDB-shared.x86_64 0:10.2.36-1.el7.centos will be an update
---> Package python-pyspf.noarch 0:2.0.14-11.el7 will be updated
---> Package python-pyspf.noarch 0:2.0.14-13.el7 will be an update
--> Running transaction check
---> Package MariaDB-compat.x86_64 0:10.2.36-1.el7.centos will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=============================================================================================================================================================================================
 Package                                        Arch                                   Version                                                 Repository                               Size
=============================================================================================================================================================================================
Updating:
 MariaDB-client                                 x86_64                                 10.2.36-1.el7.centos                                    mariadb                                  11 M
 MariaDB-common                                 x86_64                                 10.2.36-1.el7.centos                                    mariadb                                  81 k
 MariaDB-devel                                  x86_64                                 10.2.36-1.el7.centos                                    mariadb                                 6.7 M
 MariaDB-server                                 x86_64                                 10.2.36-1.el7.centos                                    mariadb                                  24 M
 MariaDB-shared                                 x86_64                                 10.2.36-1.el7.centos                                    mariadb                                 112 k
 python-pyspf                                   noarch                                 2.0.14-13.el7                                           epel                                     50 k
Installing for dependencies:
 MariaDB-compat                                 x86_64                                 10.2.36-1.el7.centos                                    mariadb                                 2.2 M

Transaction Summary
=============================================================================================================================================================================================
Install             ( 1 Dependent package)
Upgrade  6 Packages

Total download size: 44 M
Downloading packages:
Delta RPMs disabled because /usr/bin/applydeltarpm not installed.
(1/7): MariaDB-common-10.2.36-1.el7.centos.x86_64.rpm                                                                                                                 |  81 kB  00:00:00
(2/7): MariaDB-compat-10.2.36-1.el7.centos.x86_64.rpm                                                                                                                 | 2.2 MB  00:00:02
(3/7): MariaDB-client-10.2.36-1.el7.centos.x86_64.rpm                                                                                                                 |  11 MB  00:00:05
(4/7): MariaDB-devel-10.2.36-1.el7.centos.x86_64.rpm                                                                                                                  | 6.7 MB  00:00:01
(5/7): MariaDB-shared-10.2.36-1.el7.centos.x86_64.rpm                                                                                                                 | 112 kB  00:00:00
(6/7): python-pyspf-2.0.14-13.el7.noarch.rpm                                                                                                                          |  50 kB  00:00:00
(7/7): MariaDB-server-10.2.36-1.el7.centos.x86_64.rpm                                                                                                                 |  24 MB  00:00:01
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Total                                                                                                                                                        6.5 MB/s |  44 MB  00:00:06
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Updating   : MariaDB-common-10.2.36-1.el7.centos.x86_64                                                                                                                               1/13
  Installing : MariaDB-compat-10.2.36-1.el7.centos.x86_64                                                                                                                               2/13
  Updating   : MariaDB-client-10.2.36-1.el7.centos.x86_64                                                                                                                               3/13

******************************************************************
A MySQL or MariaDB server package (MariaDB-server-10.1.48-1.el7.centos.x86_64) is installed.

Upgrading directly from MySQL 10.1 to MariaDB 10.2 may not
be safe in all cases.  A manual dump and restore using mysqldump is
recommended.  It is important to review the MariaDB manual's Upgrading
section for version-specific incompatibilities.

A manual upgrade is required.

- Ensure that you have a complete, working backup of your data and my.cnf
  files
- Shut down the MySQL server cleanly
- Remove the existing MySQL packages.  Usually this command will
  list the packages you should remove:
  rpm -qa | grep -i '^mysql-'

  You may choose to use 'rpm --nodeps -ev <package-name>' to remove
  the package which contains the mysqlclient shared library.  The
  library will be reinstalled by the MariaDB-shared package.
- Install the new MariaDB packages supplied by MariaDB Foundation
- Ensure that the MariaDB server is started
- Run the 'mysql_upgrade' program

This is a brief description of the upgrade process.  Important details
can be found in the MariaDB manual, in the Upgrading section.
******************************************************************
error: %pre(MariaDB-server-10.2.36-1.el7.centos.x86_64) scriptlet failed, exit status 1
Error in PREIN scriptlet in rpm package MariaDB-server-10.2.36-1.el7.centos.x86_64
error: MariaDB-server-10.2.36-1.el7.centos.x86_64: install failed
  Updating   : MariaDB-devel-10.2.36-1.el7.centos.x86_64                                                                                                                                5/13
  Updating   : MariaDB-shared-10.2.36-1.el7.centos.x86_64                                                                                                                               6/13
  Updating   : python-pyspf-2.0.14-13.el7.noarch                                                                                                                                        7/13
error: MariaDB-server-10.1.48-1.el7.centos.x86_64: erase skipped
  Cleanup    : MariaDB-client-10.1.48-1.el7.centos.x86_64                                                                                                                               8/13
  Cleanup    : MariaDB-shared-10.1.48-1.el7.centos.x86_64                                                                                                                               9/13
  Cleanup    : MariaDB-devel-10.1.48-1.el7.centos.x86_64                                                                                                                               10/13
  Cleanup    : MariaDB-common-10.1.48-1.el7.centos.x86_64                                                                                                                              11/13
  Cleanup    : python-pyspf-2.0.14-11.el7.noarch                                                                                                                                       12/13
  Verifying  : MariaDB-devel-10.2.36-1.el7.centos.x86_64                                                                                                                                1/13
  Verifying  : MariaDB-client-10.2.36-1.el7.centos.x86_64                                                                                                                               2/13
  Verifying  : MariaDB-compat-10.2.36-1.el7.centos.x86_64                                                                                                                               3/13
  Verifying  : python-pyspf-2.0.14-13.el7.noarch                                                                                                                                        4/13
  Verifying  : MariaDB-common-10.2.36-1.el7.centos.x86_64                                                                                                                               5/13
  Verifying  : MariaDB-shared-10.2.36-1.el7.centos.x86_64                                                                                                                               6/13
MariaDB-server-10.1.48-1.el7.centos.x86_64 was supposed to be removed but is not!
  Verifying  : MariaDB-server-10.1.48-1.el7.centos.x86_64                                                                                                                               7/13
  Verifying  : MariaDB-client-10.1.48-1.el7.centos.x86_64                                                                                                                               8/13
  Verifying  : MariaDB-server-10.2.36-1.el7.centos.x86_64                                                                                                                               9/13
  Verifying  : MariaDB-shared-10.1.48-1.el7.centos.x86_64                                                                                                                              10/13
  Verifying  : python-pyspf-2.0.14-11.el7.noarch                                                                                                                                       11/13
  Verifying  : MariaDB-common-10.1.48-1.el7.centos.x86_64                                                                                                                              12/13
  Verifying  : MariaDB-devel-10.1.48-1.el7.centos.x86_64                                                                                                                               13/13

Dependency Installed:
  MariaDB-compat.x86_64 0:10.2.36-1.el7.centos

Updated:
  MariaDB-client.x86_64 0:10.2.36-1.el7.centos   MariaDB-common.x86_64 0:10.2.36-1.el7.centos   MariaDB-devel.x86_64 0:10.2.36-1.el7.centos   MariaDB-shared.x86_64 0:10.2.36-1.el7.centos
  python-pyspf.noarch 0:2.0.14-13.el7

Failed:
  MariaDB-server.x86_64 0:10.1.48-1.el7.centos                                                  MariaDB-server.x86_64 0:10.2.36-1.el7.centos

Complete!

2
CentOS-WebPanel Bugs / Re: CPU 100% clamd
« on: September 24, 2020, 01:45:08 AM »
Guys, I tried all methods but none of them work.
The problem is starting again after a while.
This is really a bad situation.

Any suggestions for solution?

https://prnt.sc/uj47u6

Did you try the solution that was posted earlier by studio4host?
This is part of CWP.

sh /scripts/clamd_fix_100_cpu_usage

Also how many CPU's and Memory are you running?
Yes, I tried but it didn't work
3 CPU's and 4 GB RAM

3
CentOS-WebPanel Bugs / Re: CPU 100% clamd
« on: September 22, 2020, 07:46:45 PM »
Guys, I tried all methods but none of them work.
The problem is starting again after a while.
This is really a bad situation.

Any suggestions for solution?

https://prnt.sc/uj47u6

4
E-Mail / Re: SpamAssassin High CPU Usage
« on: September 22, 2020, 07:44:53 PM »
Guys, I tried all methods but none of them work.
The problem is starting again after a while.
This is really a bad situation.

Any suggestions for solution?


5
E-Mail / Re: SpamAssassin High CPU Usage
« on: September 18, 2020, 06:14:26 PM »
Can you try to execute this command? Sometimes it solves it.

Code: [Select]
sh /scripts/clamd_fix_100_cpu_usage
The problem continues

6
E-Mail / Re: SpamAssassin High CPU Usage
« on: September 17, 2020, 07:56:12 PM »

Today we have had problems with the use of CPU with the process clamd/amavis, if it serves you I pass this link where I put 3 commands that have solved it and eliminated the use of 100% CPU.

https://www.coriaweb.hosting/clientes/index.php/knowledgebase/33/Amavis-orClamd-esta-utilizando-el-100-de-CPU.html

I am still having this problem.
I did try the solutions but it doesn't work. It's starting again after a while.
Any solution?

https://prnt.sc/uj47u6

7
PHP / Re: PHP Rebuild/Update Problem
« on: May 10, 2020, 02:54:20 AM »
Hello guys,

As a result of my own efforts, I solved the problem.

First of all, I reinstalled "openssl-devel".
Code: [Select]
yum reinstall openssl-devel
Then I entered the command to find out which PHP versions are installed:
Code: [Select]
yum list installed | grep php
Code: [Select]
[root @ srv ~] # yum list installed | grep php
cwp-suphp.x86_64                    0.7.2-3                          @cwp
cwpphp.x86_64                       7.2.30-3                         @cwp
php-cli.x86_64                      7.3.17-1.el7.remi                @remi-php73
php-common.x86_64                   7.3.17-1.el7.remi                @remi-php73
php-gd.x86_64                       7.3.17-1.el7.remi                @remi-php73
php-json.x86_64                     7.3.17-1.el7.remi                @remi-php73
php-mbstring.x86_64                 7.3.17-1.el7.remi                @remi-php73
php-pecl-mcrypt.x86_64              1.0.3-1.el7.remi.7.3             @remi-php73
php-soap.x86_64                     7.3.17-1.el7.remi                @remi-php73
php-xml.x86_64                      7.3.17-1.el7.remi                @remi-php73
php-xmlrpc.x86_64                   7.3.17-1.el7.remi                @remi-php73

And I saw that "PHP 7.3.17" seems to be already installed.

So I took the package names and deleted them with the command
Code: [Select]
rpm -qa | grep php
Code: [Select]
[root @ srv ~] # rpm -qa | grep php
php-common-7.3.17-1.el7.remi.x86_64
php-soap-7.3.17-1.el7.remi.x86_64
php-xml-7.3.17-1.el7.remi.x86_64
cwpphp-7.2.30-3.x86_64
php-cli-7.3.17-1.el7.remi.x86_64
php-mbstring-7.3.17-1.el7.remi.x86_64
php-gd-7.3.17-1.el7.remi.x86_64
php-xmlrpc-7.3.17-1.el7.remi.x86_64
CWP-suPHP-0.7.2-3.x86_64
php-json-7.3.17-1.el7.remi.x86_64
php-PECL-mcrypt-1.0.3-1.el7.remi.7.3.x86_64
[root @ srv ~] # yum remove 7.3.17

Code: [Select]
yum remove -y php-cli-7.3.17-1.el7.remi.x86_64 php-common-7.3.17-1.el7.remi.x86_64 php-soap-7.3.17-1.el7.remi.x86_64 php-xml-7.3.17-1.el7.remi.x86_64 php-mbstring-7.3.17-1.el7.remi.x86_64 php-gd-7.3.17-1.el7.re mi.x86_64 php-xmlrpc- 7.3.17-1.el7.remi.x86_64 php-json-7.3.17-1.el7.remi.x86_64
https://prnt.sc/sdziaq

That's it.
Happy ending.

8
PHP / Re: PHP Rebuild/Update Problem
« on: May 09, 2020, 12:49:46 AM »
Start by clearing some space by deleting those .zip and .tar gz files
Done.
What should I do next?

9
PHP / Re: PHP Rebuild/Update Problem
« on: May 08, 2020, 08:57:42 AM »
because it failed once, it may be causing more harm than good.

You should try
cd /usr/local/src/php-build/php-7.3.17
\rm -rf *

And see if rebuilding works.
I noticed a major issue with tar and tar.gz files labeled tar.gz.(1,2,3...)
Code: [Select]
-bash: cd: /usr/local/src/php-build/php-7.3.17: No such file or directory

https://prnt.sc/sd2c0o

10
PHP / Re: PHP Rebuild/Update Problem
« on: May 08, 2020, 06:45:06 AM »
Try replace "make" with "cmake" and see what happens.
I think I can't do that with "CWP Version Switcher"
I tried to do it manually according to the guide, but "cmake" doesn't work on "libzip" stage.
https://www.mysterydata.com/how-to-install-build-php-7-3-manually-on-cwp-centos-web-panel/
What exactly should I type?

11
if the service is already running, and you try to start it again, of course you are going to get bind errors.   try "nginx -s reload" if you want to reload config files, other than that, leave it alone.

Your only issue is apache failing to start due to trying to bind to port 80 as well.  That should have been resolved.  If your saying the systemctl doesn't list an httpd service:

nano /usr/lib/systemd/system/httpd.service

Code: [Select]
[Unit]
Description=Web server Apache
After=network.target

[Service]
Type=forking
ExecStart=/usr/local/apache/bin/apachectl start
ExecReload=/usr/local/apache/bin/apachectl graceful
ExecStop=/usr/local/apache/bin/apachectl graceful-stop

[Install]
WantedBy=multi-user.target
systemctl enable httpd
systemctl start httpd

I thought there was a problem. Thank you.

My PHP problems are still not resolved. I can't install in any way.
Do you have any idea about this?
http://forum.centos-webpanel.com/index.php?topic=8836.0


12
PHP / Re: PHP Rebuild/Update Problem
« on: May 08, 2020, 06:14:43 AM »
I can't find any solution.
I tried to update openssl but it didn't happen because of nginx.
What else can I do? I didn't touch anything until this problem.

13
seems some other httpd version installed do this :
yum remove httpd* cwp-httpd -y
yum install cwp-httpd -y

after that rebuild webserver config.
"httpd" command doesn't work anymore.

"nginx" problem continues.
Code: [Select]
nginx: [emerg] bind() to 78.47.239.123:80 failed (98: Address already in use)
nginx: [emerg] bind() to 78.47.239.123:443 failed (98: Address already in use)
nginx: [emerg] bind() to 78.47.239.123:80 failed (98: Address already in use)
nginx: [emerg] bind() to 78.47.239.123:443 failed (98: Address already in use)
nginx: [emerg] bind() to 78.47.239.123:80 failed (98: Address already in use)
nginx: [emerg] still could not bind()
It also works.

14
seems some other httpd version installed do this :
yum remove httpd* cwp-httpd -y
yum install cwp-httpd -y

after that rebuild webserver config.
Code: [Select]
[root@srv ~]# yum remove httpd* cwp-httpd -y
Loaded plugins: fastestmirror
Resolving Dependencies
--> Running transaction check
---> Package cwp-httpd.x86_64 0:2.4.39-3 will be erased
---> Package httpd.x86_64 0:2.4.6-93.el7.centos will be erased
--> Processing Dependency: httpd-mmn = 20120211x8664 for package: php-7.3.17-1.el7.remi.x86_64
---> Package httpd-tools.x86_64 0:2.4.6-93.el7.centos will be erased
--> Running transaction check
---> Package php.x86_64 0:7.3.17-1.el7.remi will be erased
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch        Version                    Repository        Size
================================================================================
Removing:
 cwp-httpd        x86_64      2.4.39-3                   @cwp              27 M
 httpd            x86_64      2.4.6-93.el7.centos        @base            9.4 M
 httpd-tools      x86_64      2.4.6-93.el7.centos        @base            168 k
Removing for dependencies:
 php              x86_64      7.3.17-1.el7.remi          @remi-php73       10 M

Transaction Summary
================================================================================
Remove  3 Packages (+1 Dependent package)

Installed size: 46 M
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Erasing    : php-7.3.17-1.el7.remi.x86_64                                 1/4
  Erasing    : httpd-2.4.6-93.el7.centos.x86_64                             2/4
  Erasing    : httpd-tools-2.4.6-93.el7.centos.x86_64                       3/4
Failed to stop httpd.service: Unit httpd.service not loaded.
  Erasing    : cwp-httpd-2.4.39-3.x86_64                                    4/4
warning: /usr/local/apache/conf/httpd.conf saved as /usr/local/apache/conf/httpd.conf.rpmsave
  Verifying  : httpd-tools-2.4.6-93.el7.centos.x86_64                       1/4
  Verifying  : php-7.3.17-1.el7.remi.x86_64                                 2/4
  Verifying  : httpd-2.4.6-93.el7.centos.x86_64                             3/4
  Verifying  : cwp-httpd-2.4.39-3.x86_64                                    4/4

Removed:
  cwp-httpd.x86_64 0:2.4.39-3               httpd.x86_64 0:2.4.6-93.el7.centos
  httpd-tools.x86_64 0:2.4.6-93.el7.centos

Dependency Removed:
  php.x86_64 0:7.3.17-1.el7.remi

Complete!
[root@srv ~]#

Code: [Select]
[root@srv ~]# yum install cwp-httpd -y
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
epel/x86_64/metalink                                     |  33 kB     00:00
 * base: mirror.ratiokontakt.de
 * epel: mirrors.n-ix.net
 * extras: centosmirror.netcup.net
 * remi-safe: mirror.23media.com
 * updates: mirror.plustech.de
base                                                     | 3.6 kB     00:00
cwp                                                      | 2.9 kB     00:00
extras                                                   | 2.9 kB     00:00
mariadb                                                  | 2.9 kB     00:00
remi-safe                                                | 3.0 kB     00:00
updates                                                  | 2.9 kB     00:00
varnishcache_varnish5/x86_64/signature                   |  836 B     00:00
varnishcache_varnish5/x86_64/signature                   | 1.0 kB     00:00 !!!
varnishcache_varnish5-source/signature                   |  836 B     00:00
varnishcache_varnish5-source/signature                   | 1.0 kB     00:00 !!!
Resolving Dependencies
--> Running transaction check
---> Package cwp-httpd.x86_64 0:2.4.39-3 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package             Arch             Version               Repository     Size
================================================================================
Installing:
 cwp-httpd           x86_64           2.4.39-3              cwp           5.5 M

Transaction Summary
================================================================================
Install  1 Package

Total download size: 5.5 M
Installed size: 27 M
Downloading packages:
cwp-httpd-2.4.39-3.x86_64.rpm                              | 5.5 MB   00:03
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Failed to stop httpd.service: Unit httpd.service not loaded.
  Installing : cwp-httpd-2.4.39-3.x86_64                                    1/1
  Verifying  : cwp-httpd-2.4.39-3.x86_64                                    1/1

Installed:
  cwp-httpd.x86_64 0:2.4.39-3

Complete!

I did "Save & Rebuild Configuration" from Select Webservers.

and I checked with "yum list httpd" but showing "v2.4.6" again.
Code: [Select]
[root@srv ~]# yum list httpd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.ratiokontakt.de
 * epel: mirrors.n-ix.net
 * extras: centosmirror.netcup.net
 * remi-safe: mirror.23media.com
 * updates: mirror.plustech.de
Available Packages
httpd.x86_64                      2.4.6-93.el7.centos                       base
[root@srv ~]#

15
can you provide the output :
Code: [Select]
yum list httpd

Code: [Select]
[root@srv ~]# yum list httpd
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * base: mirror.ratiokontakt.de
 * epel: mirrors.n-ix.net
 * extras: centosmirror.netcup.net
 * remi-safe: mirror.23media.com
 * updates: mirror.plustech.de
Installed Packages
httpd.x86_64                      2.4.6-93.el7.centos                      @base
[root@srv ~]#

Pages: [1] 2