Questions tagged [centos8]

Centos8 is a linux platform released on June 2019. It has many features like native support for java 8 and 11, Python 3, new composer tool, new stratis storage management tool, session recording, system wide cryptographic policies, enhanced security etc....

475 questions
2
votes
1 answer

NGINX not executing perl scripts?

I'm running NGINX on Centos 8 and I can't get it to execute a perl script, it just keeps downloading the script. I have several domains on this server and it runs php scripts and such fine. I have installed perl on the server, "This is perl 5,…
2
votes
1 answer

CentOS8 nginx: [emerg] bind() failed (99: Cannot assign requested address)

01/17/2020 I installed CentOS 8 on two separate servers, one a cloud server and the other a dedicated server. In both cases, Nginx would not automatically start when the server was rebooted. The /var/log/boot.log of both indicated Network Manager…
JR Panther
  • 61
  • 1
  • 6
2
votes
1 answer

error while install rpm package:libssl.so.10 and libcrypto.so.10

I tried installing mysql-community-libs through yum with the following error: [root@liaghost ~]# rpm -ivh mysql-community-libs-8.0.19-1.el7.x86_64.rpm warning: mysql-community-libs-8.0.19-1.el7.x86_64.rpm: Header V3 DSA/SHA1 Signature, key ID…
liaG
  • 21
  • 1
  • 1
  • 3
2
votes
1 answer

Warning from PDFBox -- using fallback fonts for Symbol and ZapfDingbats

Running CentOS 8.0, OpenJDK 13, and Apache PDFBox 2.0.17. I am getting these warnings: ... org.apache.pdfbox.pdmodel.font.PDType1Font WARNING: Using fallback font LiberationSans for base font Symbol ...…
DeanM
  • 4,695
  • 1
  • 10
  • 11
2
votes
1 answer

Centos 8, PHP 7.2 and MS Sql Server

I am planning moving on to the Centos 8 but it seems that I cannot get a working PDO connection with SQL server using just plain Centos 8 packages. I have installed the unixODBC packages and after that from PECL sqlsrv and sqlsrv_pdo but I can't…
hank
  • 127
  • 4
  • 11
1
vote
0 answers

Centos8 undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b

while running ssh command on CentOs8 server getting below error message. /usr/bin/ssh: symbol lookup error: /usr/lib64/libk5crypto.so.3: undefined symbol: EVP_KDF_ctrl, version OPENSSL_1_1_1b Connection closed ldd ssh linux-vdso.so.1…
USER
  • 11
  • 3
1
vote
1 answer

How to take backup and Restore huge Cassandra Database tables?

Need to Migrate Cassandra 2.0 to 3.11 to new server Old Server : Cenos5/6 Old Cassandra Version : 2.0 New Server : Centos8 New Cassandra Version - 3.11 There are few tables with 20 Million records tried Snapshot and Copy method but the Backup is…
1
vote
1 answer

Install Remi repository on CentOS Linux release 8.5.2111 (not CentOS 8 stream)

I want to update to PHP 8.1 in my old Centos 8.5.2111 server. But I'm unable to install Remi repository. I get the following: othing provides (redhat-release >= 8.7 or centos-stream-release >= 8) needed by…
Cris
  • 23
  • 1
  • 7
1
vote
0 answers

httpd Reverse Proxy - Centos 8

I am trying to setup a reverse proxy using Apache2 on a Centos 8 server. I currently have nextcloud running on this apache server fine. This is hosted on the domain storage.domain.com. I'd like to setup a reverse proxy for the domain…
rowansc1
  • 23
  • 4
1
vote
1 answer

Git clone is asking for credential even after configuring ssh key

I have my gitlab and jenkins server running on the same node.Trying to integrate jenkins with gitlab. Env Details: Centos8 running on VMware jenkins server running on port 8080 Gitlab server running on 8123 Issue : Gitclone is asking for…
Abhijeet
  • 23
  • 5
1
vote
1 answer

problem in installing ansible on CentOS-8.5.2111-x86_64

I need to install ansible on CentOS-8.5.2111-x86_64 but i have an error [root@ansible3 ~]# yum install ansible Last metadata expiration check: 0:01:56 ago on Wed 07 Dec 2022 02:42:20 PM EET. Error: Problem: conflicting requests - nothing provides…
1
vote
0 answers

FTP connection dropped when uploading file in chunks

so recently I stumbled across an error, which I'm struggling to solve. While uploading a file to an FTP server I'm getting the following error: System.AggregateException: Additional error occured while trying to resume uploading the file…
brainpow3r
  • 13
  • 4
1
vote
0 answers

gsettings proxy configuration out of sync with Network Manager GUI on RHEL/CentOS 8

I'm setting auto pac proxy settings (autoconfig-url) within a C++ program using gsettings and see that the Network Manager GUI Proxy Settings are out of sync with gsettings. In addition, after closing the Network Manager GUI it overrides the proxy…
anshah
  • 105
  • 9
1
vote
0 answers

rabbitmq-server start failed

Facing issue with rabbitmq server startup. Rabbitmq-server start fails with logs - noti] <0.147.0> Protocol 'inet_tcp': register/listen error: etimedout noti] <0.147.0> erro] <0.144.0> supervisor: {local,net_sup} erro] <0.144.0> …
A K Malik
  • 31
  • 3
1
vote
0 answers

Docker image build failure - Centos and Node

I am trying to build a docker image through Jenkins using Centos 8 as base. My Dockerfile looks like this (only relevant lines are included): RUN yum update -y \ && curl -sL https://rpm.nodesource.com/setup_current.x | bash - \ && yum…
Pavan Kumar
  • 129
  • 7