Jered Floyd

Results 31 comments of Jered Floyd

ATS 9.1.2 is now in the Fedora and EPEL8 repos, and should land in EPEL7 and EPEL9 shortly: https://bodhi.fedoraproject.org/updates/?packages=trafficserver

@vgrme Can you tell me a bit more about how you are trying to install it, and on what sort of system? yum/dnf should pull those requirements in from the...

Are you on RHEL, CentOS, Rocky, Alma... ?

Does the same problem occur on RHEL 8.6? It does not look like this package has recently changed, however. You can find the package details as part of baseos here:...

A few other possible things to try: - Are the codeready-builder repos enabled as needed for EPEL 8? (https://docs.fedoraproject.org/en-US/epel/#_el8) - Is the repo medata old? Try `dnf clean` and then...

@vgrme That's very strange. Can you give me the results of these commands, in this order? ``` subscription-manager list dnf clean dnf repolist enabled dnf whatprovides libhwloc.so.15 dnf whatprovides trafficserver...

Hey @vgrme -- are you still having problems? What are the results of the commands above? Also note that I've pushed out a new -8 build that makes some changes...

Hi @vgrme -- can you provide the ouput of the commands in https://github.com/apache/trafficserver/issues/6855#issuecomment-1163047602 ? Otherwise I will close as can't reproduce.

Fedora 36 has switched to OpenSSL 3.0.2 by default. ATS builds successfully, but the tscore HKDF tests fail. src/tscore/HKDF_openssl.cc:extract/expand() fail with EVP_PKEY_derive() returning failure. These interfaces are deprecated in favor...

RHEL 9 does not ship with OpenSSL 1.1 compatibility libraries, so I'm looking to tackle the HKDF failures. Before I dig in, has anyone here already investigated? ``` ------------------------------------------------------------------------------- HKDF...