From: "Steven Levine" Received: from [192.168.100.201] (HELO mail.2rosenthals.com) by 2rosenthals.com (CommuniGate Pro SMTP 5.4.10) with ESMTP id 11580901 for ecs-isp@2rosenthals.com; Thu, 26 Dec 2024 12:41:50 -0500 Received: from [192.168.200.201] (port=42288 helo=mail2.2rosenthals.com) by mail.2rosenthals.com with esmtp (Exim 4.97.1) (envelope-from ) id 1tQrro-000000006lw-1I5M for ecs-isp@2rosenthals.com; Thu, 26 Dec 2024 12:41:48 -0500 Received: from mta-202b.earthlink-vadesecure.net ([51.81.232.241]:49173 helo=mta-202a.earthlink-vadesecure.net) by mail2.2rosenthals.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.97.1) (envelope-from ) id 1tQrrm-000000005mm-0Jkd for ecs-isp@2rosenthals.com; Thu, 26 Dec 2024 12:41:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; bh=tpVepN/qag3LPZLPzv4v5y8xjiG1Gs9BSPfAqb pMvxU=; c=relaxed/relaxed; d=earthlink.net; h=from:reply-to:subject: date:to:cc:resent-date:resent-from:resent-to:resent-cc:in-reply-to: references:list-id:list-help:list-unsubscribe:list-unsubscribe-post: list-subscribe:list-post:list-owner:list-archive; q=dns/txt; s=dk12062016; t=1735234905; x=1735839705; b=OHDtERpC4tshrQRErXoNAfzyrFX feSahLFt3BCbJJzd5jxPlRDWo1MfBgKSpEtH1XveJYQKRKGzniIdN3G1vZkXoe00BQ9huCI 1RboNAbUwJUrFpcLtUjtHTodZMSEwFMyoQdT56UDhpCoah6bGwBvPw1PIKXzeSinrCziLrO EJQdDigtv0RIdmrhv/e4xT1O1zI+jmokeFSEAVYlntbG0LboLUDMUuTkz7zcwXADp9EHL6X cLDqXalgUcN6ZcbLon1D8ThSlnQFz6tNYHpnY2p8Ur+BF36WYf8DZxS6amLYkqLaWJeZ7Bz zn9zZq3X9G07Ehbbt9gIJP6uZK3/q1A== Received: from slamain ([172.56.178.196]) by vsel2nmtao02p.internal.vadesecure.com with ngmta id e96a6589-1814caf3c4a2c522; Thu, 26 Dec 2024 17:41:44 +0000 Message-ID: <676d86d2.15.mr2ice.fgrirsq@earthlink.net> Date: Thu, 26 Dec 2024 08:39:46 -0800 To: "eCS ISP Mailing List" In-Reply-To: Subject: Re: [eCS-ISP] (clamav) freshclam and cron/2 X-Mailer: MR/2 Internet Cruiser Edition for OS/2 v3.00.11.24/60 In , on 12/26/24 at 04:59 PM, "Massimo S." said: Hi Massimo, >i only use yum.. If you are going to use yum rather than anpm, I recommend you spend a bit more time learning how to use it to do the things that anpm typically does automatically for end-users. FWIW, I don't believe you only use yum. Unzip is not yum. >anyway the package do not work The package works fine. It appears you failed to install the package properly. Typically you neglected to tell us the commands that did not do what you expected them to, so we can only guess how you led yourself astray. That said, I am pretty good at guessing. >it do not contains any certificate file >only links to cert files that do not exist :( If you used yum correctly, it should have installed the package correctly, but to repeat myself, unless you report the failing command(s) exactly as you typed them, there's no way anyone can tell you whether or not this is the case. >the links point here >\etc\pki\ca-trust\extracted\pem Actually, no they don't. The links point to files in this directory. This matters because yum does not understand directory dependencies, only file dependencies. You cannot type yum provides /@unixroot/etc/pki/ca-trust/extracted/pem and expect any useful output. >and in this dir there is only a readme file >even with the 2020 one >https://rpm.netlabs.org/release/00/zip/ca-certificates-2020_2_41-1_oc00.zip That's comparatively antique. You really should learn to use yum provides. The command exists for a reason. Since the symlink points to /@unixroot/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt yum --disablerepo=*exp provides /@unixroot/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt reports the most recent version of the package is ca-certificates-2021.2.50-1.oc00.noarch : The Mozilla CA root certificate bundle Repo : @netlabs-exp Matched from: Filename : /@unixroot/etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt So yum update ca-certificates should have gotten you a properly installed set of certs. Paul pointed you at the zip file which, unfortunately in this case, will not work for you unless you know what you are doing. Rpm files are not zip files and this is one of the times when you cannot unzip the contents and expect it work the same as yum update. The spec file defines a post install scriptlet: ca-certificates.spec:362 %post #if [ $1 -gt 1 ] ; then # # when upgrading or downgrading #fi # if ln is available, go ahead and run the ca-legacy and update # scripts. If not, wait until %posttrans. if [ -x %{_bindir}/ln ]; then %{_bindir}/ca-legacy install %{_bindir}/update-ca-trust fi As the ca-legacy and update-ca-trust scriptlet names imply, these scripts create the files you are missing. Those reading along might note that my yum command are often decorated with some variation of yum --noplugins --disablerepo=*exp -C This is my 4OS2 Alt-Y alias which saves lots of typing. The switch options turn off defaults that I typically don't need Steven -- ---------------------------------------------------------------------- "Steven Levine" Warp/DIY/BlueLion etc. www.scoug.com www.arcanoae.com www.warpcave.com ----------------------------------------------------------------------