Re: [CentOS] Missing python-reportlab-2.5-11.el7_9

2024-02-13 Thread Steve Meier
Hi Chris, Am 18.01.2024 17:11, schrieb Chris Schanzle via CentOS: I am having troubles finding the -11 update to python-reportlab.  I just got dinged for: Remote package installed : python-reportlab-2.5-10.el7 Should be    : python-reportlab-2.5-11.el7_9 I don't see it in the list

Re: [CentOS] Tomcat 7 in CentOS 7.9

2023-06-21 Thread Steve Meier
Hello, you can see the latest Tomcat builds for CentOS 7 here: https://git.centos.org/rpms/tomcat/commits/c7 You can check the list of security issues for Tomcat 7 here: https://tomcat.apache.org/security-7.html You will notice that there is a gap of roughly two and a half years. So no, fixes a

Re: [CentOS] IUS not pulling latest PHP packages

2023-05-26 Thread Steve Meier
Hello, looking at the metadata for EPEL and IUS, neither seem to carry PHP 7.4. It is EOL anyway, so you should migrate to PHP 8. To find out where your current PHP comes from try something like: # rpm -qf /usr/bin/php # rpm -qi php I would recommend you switch to Remi's repo and upgrade to PHP

Re: [CentOS] PHP-LDAP RPM installed but not usable

2023-03-21 Thread Steve Meier
Hello, it looks like you may be crossing the streams here. Remi has two flavours of PHP RPMs. One made to be installed standalone and one which supports multiple versions in parallel. From the output below it seems that you have a mixed setup, where such issues would not surprise me. You should

Re: [CentOS] key mismatch?

2023-03-13 Thread Steve Meier
Hello, see their blog post about this: https://mariadb.org/new-gpg-release-key-rpms/ Kind regards, Steve Am 13.03.2023 12:55, schrieb Andreas Fournier: I get this message when I try to run yum update on my Centos 7 server. Could someone help me make sense of it and what to do about it. warn

[CentOS] CentOS 7: Missing updates?

2023-01-24 Thread Steve Meier
Hello all, this year has been suspiciously quiet when it comes to CentOS 7 updates. So I checked one of close-by mirrors: https://ftp.fau.de/centos/7/updates/x86_64/Packages/?C=M;O=D The latest package is from December 19th. In the meantime, Scientific Linux has published 5 updates: - tigervnc

Re: [CentOS] Upgrading PHP under CentOS 7

2022-09-01 Thread Steve Meier
Hi Robert, Am 01.09.2022 17:13, schrieb Robert Heller: I have been using the IUS repo to keep up-to-date with PHP on my CentOS 7 VPS. PHP 7.4.30 is nearing EOL and I am not seeing a newer version of PHP in the IUS repo. What options do I have? Does anyone know if a newer version of PHP will

Re: [CentOS] OT:: Multiple PHP versions

2022-08-20 Thread Steve Meier
Hello, Am 20.08.2022 02:10, schrieb H: If any C7 user has an opinion on whether to use IUS or Remi's repository for php 7.4, I would love to hear it. As discussed earlier, I am used to SCL but it is not available there. I have been using Remi's repo for years and it works great. It also has

Re: [CentOS] install php version 8.0 on CentOS Linux release 7.9.2009

2022-06-30 Thread Steve Meier
Hello Kaushal, a lot of people use remi's repo for this. It has a configurator which allows you to select your OS, the PHP version you want and whether or not you need one or multiple versions at the same time: https://rpms.remirepo.net/wizard/ I have been using this for a few years with no

Re: [CentOS] nodejs 18 on centos 7

2022-06-17 Thread Steve Meier
Hello Jerry, Am 17.06.2022 20:10, schrieb Jerry Geis: On Fri, Jun 17, 2022 at 1:48 PM Jerry Geis wrote: > So I downloaded teh rpm and tried rpm -i ../Downloads/nodejs-18.4.0-1nodesource.x86_64.rpm error: Failed dependencies: libc.so.6(GLIBC_2.25)(64bit) is needed by nodejs-2:18.4.0-1nodesourc

Re: [CentOS] log4j cve

2021-12-14 Thread Steve Meier
Hello Steve, Am 2021-12-14 14:14, schrieb Steve Clark: This is the standard version that comes with CentOS 7 and is the latest available as of a yum update just now. log4j-1.2.17-16.el7_4.noarch yes, that's correct, but it is abandoned nonetheless. According to the RPM's change log, Red Hat

Re: [CentOS] log4j cve

2021-12-14 Thread Steve Meier
Hello Steve, Am 2021-12-14 13:42, schrieb Steve Clark via CentOS: Hi List, I see on CentOS 7 it has log4j-1.2.17... Is ok 2 use. I know the CVE was against 2.0 fwd but not knowing if something was backported to 1.2 ? Thanks, Steve log4j Version 1.2 is definitely *NOT* OK to use. The Apache

Re: [CentOS] stupidly simple crontab problem

2021-11-17 Thread Steve Meier
Hello Gary, Am 2021-11-17 12:15, schrieb Gary Stainburn: Hi all, This is crazy but I can't see the answer.  In my system crontab I've added a job to stop the music system at 10:59 on the 11th November, and restart it at 11:02 on the 11th November # m    h    dom    mon  dow    user    command

Re: [CentOS] Install OpenSSL 1.1.1 on CentOS Linux release 7.9.2009 (Core).

2021-11-09 Thread Steve Meier
Hi Kaushal, Am 2021-11-09 18:30, schrieb Kaushal Shriyan: # #cd Python-3.10.0 #*./configure LDFLAGS="-L/usr/lib64/openssl11"* #make altinstall # pip3.10 install mysql-connector WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.

Re: [CentOS] Install OpenSSL 1.1.1 on CentOS Linux release 7.9.2009 (Core).

2021-11-09 Thread Steve Meier
Hello Kaushal, the EPEL repository has OpenSSL 1.1 packages available: # yum install epel-release # yum install openssl11 openssl11-libs openssl11-devel If you want to compile software with OpenSSL 1.1 instead of 1.0 you may have to set the proper path or environment variables such as LDFLAGS.

Re: [CentOS] Measure http request and response time using curl command

2021-10-28 Thread Steve Meier
Hello Kaushal, Am 2021-10-28 21:33, schrieb Kaushal Shriyan: Hi, Is there a way to measure http request and response time including network latency using any utility of a specific website? For example https://about.gitlab.com cURL can output a lot of metrics about a request, including timin

Re: [CentOS] Version of curl does not support session resumption

2021-10-28 Thread Steve Meier
Hello Joscha, Am 2021-10-28 16:30, schrieb Joscha Knobloch: Is curl going to be updated to support ftps session resumption in the near future? If not: What would be the best way to get a newer version onto the system? the point of RHEL / CentOS is to provide stability, so packages are genera

[CentOS] libxml2 update/packaging issues?

2021-10-20 Thread Steve Meier
Hello all, last Friday (Oct 15) I encountered a weird issue relating to the libxml2* packages. I have a script which monitors the CentOS mirrors to find new packages. On Friday, these showed up: libxml2-2.9.1-6.el7.5.i686.rpm libxml2-2.9.1-6.el7.5.x86_64.rpm libxml2-devel-2.9.1-6.el7.5.i686