Can't install centos-gluster9 - centos7

I'm trying to install glusterfs on my centos 7 server, I already install centos-release-gluster
[root#core11 media]# yum install centos-release-gluster
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* base: mirror.labkom.id
* centos-gluster9: vpsmurah.jagoanhosting.com
* epel: ftp.jaist.ac.jp
* extras: vpsmurah.jagoanhosting.com
* updates: vpsmurah.jagoanhosting.com
211 packages excluded due to repository priority protections
Package centos-release-gluster9-1.0-1.el7.noarch already installed and latest version
Nothing to do
but when I continue to install glusterfs-server, it has error
[root#core11 media]# yum install glusterfs-server
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* base: mirror.labkom.id
* centos-gluster9: vpsmurah.jagoanhosting.com
* epel: ftp.jaist.ac.jp
* extras: vpsmurah.jagoanhosting.com
* updates: vpsmurah.jagoanhosting.com
211 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package glusterfs-server.x86_64 0:9.3-1.el7 will be installed
--> Processing Dependency: glusterfs = 9.3-1.el7 for package: glusterfs-server-9.3-1.el7.x86_64
--> Processing Dependency: glusterfs-cli = 9.3-1.el7 for package: glusterfs-server-9.3-1.el7.x86_6
--> Processing Dependency: liburcu-bp.so.6()(64bit) for package: glusterfs-server-9.3-1.el7.x86_64
--> Processing Dependency: liburcu-cds.so.6()(64bit) for package: glusterfs-server-9.3-1.el7.x86_64
...
Error: Package: libgfrpc0-9.3-1.el7.x86_64 (centos-gluster9)
Requires: liburcu-bp.so.6()(64bit)
Error: Package: glusterfs-9.3-1.el7.x86_64 (centos-gluster9)
Requires: liburcu-cds.so.6()(64bit)
...
Is there a step that I missed?

Need to install userpace-rcu as Knud mentioned above, since I'm using Centos 7 with x86_64 architecture, I just need to install this package before installing glusterfs-server
yum install http://mirror.centos.org/centos/7.9.2009/storage/x86_64/gluster-9/Packages/u/userspace-rcu-0.10.0-3.el7.x86_64.rpm

Related

I am trying to install libpam-google-authenticator, but not able to install, in centos machine, please suggest or tell me the alternate way or command

yum install libpam-google-authenticator python3-pip
Loaded plugins: copr, fastestmirror, product-id, search-disabled-repos, subscription-manager
This system is not registered with an entitlement server. You can use subscription-manager to register.
Loading mirror speeds from cached hostfile
base: mirrors.nxtgen.com
elrepo: mirror-hk.koddos.net
epel: repo.extreme-ix.org
extras: mirrors.nxtgen.com
updates: centos.excellmedia.net
No package libpam-google-authenticator available.
Package python3-pip-9.0.3-8.el7.noarch already installed and latest version
Nothing to do
Because of the openvpn totp is not validating from google authenticator

Install AWS Redshift drivers Tableau Server not working

I installed AWS Redshift drivers in Tableau Server using:
Download:
wget https://s3.amazonaws.com/redshift-downloads/drivers/odbc/1.4.27.1000/AmazonRedshiftODBC-64-bit-1.4.27.1000-1.x86_64.rpm
Install:
sudo yum --nogpgcheck localinstall AmazonRedshiftODBC-64-bit-1.4.27.1000-1.x86_64.rpm
Install output is:
Loaded plugins: extras_suggestions, langpacks, priorities, update-motd
Examining AmazonRedshiftODBC-64-bit-1.4.27.1000-1.x86_64.rpm: AmazonRedshiftODBC-64bit-1.4.27-1.x86_64
Marking AmazonRedshiftODBC-64-bit-1.4.27.1000-1.x86_64.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package AmazonRedshiftODBC-64bit.x86_64 0:1.4.27-1 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
========================================================================================================================================================================================================================
Package Arch Version Repository Size
========================================================================================================================================================================================================================
Installing:
AmazonRedshiftODBC-64bit x86_64 1.4.27-1 /AmazonRedshiftODBC-64-bit-1.4.27.1000-1.x86_64 60 M
Transaction Summary
========================================================================================================================================================================================================================
Install 1 Package
Total size: 60 M
Installed size: 60 M
Is this ok [y/d/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : AmazonRedshiftODBC-64bit-1.4.27-1.x86_64 1/1
Verifying : AmazonRedshiftODBC-64bit-1.4.27-1.x86_64 1/1
Installed:
AmazonRedshiftODBC-64bit.x86_64 0:1.4.27-1
Complete!
When I test redshift connection I get this error:
Drivers needed not installed to connect to db.<br>2021-06-28 14:39:57.163, (YNnfPNRMIky5JaHdM7bkwwAAANQ,1:1
downgrade the driver to 1.4.20.1001, any version after this is not compatible with tableau server.
https://s3.amazonaws.com/redshift-downloads/drivers/odbc/1.4.20.1001/AmazonRedshiftODBC-64-bit-1.4.20.1001-1.x86_64.rpm

How to uninstall php-pgsql on AWS EC2

I got a problem when uninstall php-pgsql. it can't be remove.
[root#ip-172-31-31-52 /]# yum list php-pgsql\*
Loaded plugins: priorities, update-motd, upgrade-helper
Available Packages
php-pgsql.x86_64 5.3.29-1.8.amzn1 amzn-main
[root#ip-172-31-31-52 /]# yum remove php-pgsql\*
Loaded plugins: priorities, update-motd, upgrade-helper
No Match for argument: php-pgsql*
No Packages marked for removal
When i check the package is available but stil can't remove. Please help. Thank you
If you look at the output of the list command, it shows that the php-pgsql.x86_64 is available, not installed on the machine. and that's why, when you hit the remove command, it shows that no packages marked for removal.
To support my answer, I had tried to run both of your command on ec2, and which does remove the package , if its installed.
Now if the plugin in installed on ec2 and you run list command , it shows the installed packages:
[root#ip-xx-xxx-xx-xxx ec2-user]# yum list php-pgsql*
Loaded plugins: priorities, update-motd, upgrade-helper
Installed Packages -- this line shows it installed.
php-pgsql.x86_64
Try remove command to remove the packages:
[root#ip-xx-xxx-xx-xxx ec2-user]# yum remove php-pgsql* -y
Loaded plugins: priorities, update-motd, upgrade-helper
Resolving Dependencies
--> Running transaction check
---> Package php-pgsql.x86_64 0:5.3.29-1.8.amzn1 will be erased
--> Finished Dependency Resolution
Dependencies Resolved
=============================================================================================================================================================================================================================================
Package Arch Version Repository Size
=============================================================================================================================================================================================================================================
Removing:
php-pgsql x86_64 5.3.29-1.8.amzn1 #amzn-main 315 k
Transaction Summary
=============================================================================================================================================================================================================================================
Remove 1 Package
Installed size: 315 k
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Erasing : php-pgsql-5.3.29-1.8.amzn1.x86_64 1/1
Verifying : php-pgsql-5.3.29-1.8.amzn1.x86_64 1/1
Removed:
php-pgsql.x86_64 0:5.3.29-1.8.amzn1
Complete!

Install of qgis-mapserver fails in Centos7: missing dependencies

Hello I'm trying to install qgis-mapserver on CentOS 7.3.
Here are the steps I followed:
installed epel-release (v. 7.9) yum install epel-release
added elgis 6: sudo rpm -Uvh http://elgis.argeo.org/repos/6/elgis-release-6-6_0.noarch.rpm
made sure qgis-mapserver was available: yum search qgis-mapserver and it was (qgis-mapserver.x86_64 : FCGI based OGC web map server)
tried to install: yum install qgis-mapserver and I get what seems to be a dependency issue
Here is the output:
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
* base: mirror.tobias-wollmann.com
* epel: mirror.de.leaseweb.net
* extras: mirror.crazynetwork.it
* updates: centos.copahost.com
Resolving Dependencies
--> Running transaction check
---> Package qgis-mapserver.x86_64 0:1.8.0-9_0.el6 will be installed
--> Processing Dependency: qgis(x86-64) = 1.8.0-9_0.el6 for package: qgis-mapserver-1.8.0-9_0.el6.x86_64
--> Processing Dependency: libspatialindex.so.1()(64bit) for package: qgis-mapserver-1.8.0-9_0.el6.x86_64
--> Processing Dependency: libqgis_core.so.1.8.0()(64bit) for package: qgis-mapserver-1.8.0-9_0.el6.x86_64
--> Processing Dependency: libqgis_analysis.so.1.8.0()(64bit) for package: qgis-mapserver-1.8.0-9_0.el6.x86_64
--> Running transaction check
---> Package qgis.x86_64 0:1.8.0-9_0.el6 will be installed
--> Processing Dependency: libspatialite.so.2()(64bit) for package: qgis-1.8.0-9_0.el6.x86_64
--> Processing Dependency: libspatialindex.so.1()(64bit) for package: qgis-1.8.0-9_0.el6.x86_64
--> Processing Dependency: libqwtpolar.so.0()(64bit) for package: qgis-1.8.0-9_0.el6.x86_64
--> Processing Dependency: libqwt.so.5()(64bit) for package: qgis-1.8.0-9_0.el6.x86_64
---> Package qgis-mapserver.x86_64 0:1.8.0-9_0.el6 will be installed
--> Processing Dependency: libspatialindex.so.1()(64bit) for package: qgis-mapserver-1.8.0-9_0.el6.x86_64
--> Running transaction check
---> Package libspatialite.x86_64 0:2.4.0-0.6_0.RC4.el6 will be installed
---> Package qgis.x86_64 0:1.8.0-9_0.el6 will be installed
--> Processing Dependency: libspatialindex.so.1()(64bit) for package: qgis-1.8.0-9_0.el6.x86_64
--> Processing Dependency: libqwtpolar.so.0()(64bit) for package: qgis-1.8.0-9_0.el6.x86_64
--> Processing Dependency: libqwt.so.5()(64bit) for package: qgis-1.8.0-9_0.el6.x86_64
---> Package qgis-mapserver.x86_64 0:1.8.0-9_0.el6 will be installed
--> Processing Dependency: libspatialindex.so.1()(64bit) for package: qgis-mapserver-1.8.0-9_0.el6.x86_64
--> Finished Dependency Resolution
Error: Package: qgis-1.8.0-9_0.el6.x86_64 (elgis)
Requires: libqwtpolar.so.0()(64bit)
Error: Package: qgis-1.8.0-9_0.el6.x86_64 (elgis)
Requires: libqwt.so.5()(64bit)
Error: Package: qgis-1.8.0-9_0.el6.x86_64 (elgis)
Requires: libspatialindex.so.1()(64bit)
Error: Package: qgis-mapserver-1.8.0-9_0.el6.x86_64 (elgis)
Requires: libspatialindex.so.1()(64bit)
You could try using --skip-broken to work around the problem
** Found 3 pre-existing rpmdb problem(s), 'yum check' output follows:
ipa-client-4.4.0-14.el7.centos.6.x86_64 has installed conflicts freeipa-client: ipa-client-4.4.0-14.el7.centos.6.x86_64
ipa-client-common-4.4.0-14.el7.centos.6.noarch has installed conflicts freeipa-client-common: ipa-client-common-4.4.0-14.el7.centos.6.noarch
ipa-common-4.4.0-14.el7.centos.6.noarch has installed conflicts freeipa-common: ipa-common-4.4.0-14.el7.centos.6.noarch
Any help would be much appreciated. Thank you
The ELGIS repository is not maintained any more, use EPEL starting with Centos 7.x
The package has been renamed (from qgis-mapserver to qgis-server) The EPEL Mapserver is now called
qgis-server.x86_64 : FCGI-based OGC web map server
See also their mailing list. (http://lists.osgeo.org/pipermail/el/2017-April/thread.html)

having an issue installing the vmware-esx-vib-author-rpm on centos

having an issue installing the vmware-esx-vib-author-5.0.0-0.0.847598.i386.rpm on the CentOS 6.2 version , it looks for dependencies which is 64 bit
This is the message I get when I try to install the package:
[root#centosvirtual1test ~]# yum install --skip-broken vmware-esx-vib-author-5.0.0-0.0.847598.i386.rpm
Loaded plugins: fastestmirror, presto
Setting up Install Process
Examining vmware-esx-vib-author-5.0.0-0.0.847598.i386.rpm: vmware-esx-vib-author-5.0.0-0.0.847598.i386
Marking vmware-esx-vib-author-5.0.0-0.0.847598.i386.rpm to be installed
Loading mirror speeds from cached hostfile
* base: mirror.vorboss.net
* extras: mirror.vorboss.net
* updates: centos.serverspace.co.uk
base | 3.7 kB 00:00
extras | 3.3 kB 00:00
updates | 3.4 kB 00:00
Resolving Dependencies
--> Running transaction check
---> Package vmware-esx-vib-author.i386 0:5.0.0-0.0.847598 will be installed
--> Processing Dependency: libc.so.6(GLIBC_2.2.5)(64bit) for package: vmware-esx-vib-author-5.0.0-0.0.847598.i386
--> Processing Dependency: libc.so.6(GLIBC_2.3)(64bit) for package: vmware-esx-vib-author-5.0.0-0.0.847598.i386
--> Processing Dependency: libc.so.6(GLIBC_2.4)(64bit) for package: vmware-esx-vib-author-5.0.0-0.0.847598.i386
--> Processing Dependency: libdl.so.2(GLIBC_2.2.5)(64bit) for package: vmware-esx-vib-author-5.0.0-0.0.847598.i386
--> Processing Dependency: libpthread.so.0(GLIBC_2.2.5)(64bit) for package: vmware-esx-vib-author-5.0.0-0.0.847598.i386
--> Processing Dependency: libc.so.6()(64bit) for package: vmware-esx-vib-author-5.0.0-0.0.847598.i386
--> Processing Dependency: libdl.so.2()(64bit) for package: vmware-esx-vib-author-5.0.0-0.0.847598.i386
--> Processing Dependency: libpthread.so.0()(64bit) for package: vmware-esx-vib-author-5.0.0-0.0.847598.i386
Packages skipped because of dependency problems:
vmware-esx-vib-author-5.0.0-0.0.847598.i386 from /vmware-esx-vib-author-5.0.
The VIB author only works on SUSE enterprise Linux 11 sp2.