Re: syslog-ng Digest, Vol 239, Issue 4

"Linn, William" <[email protected]> Thu, 27 Mar 2025 14:14:27 +0000
Newsgroups gmane.comp.syslog-ng
Message-ID <[email protected]>
--===============5383146862364236036==
Content-type: multipart/alternative; boundary="Boundary_(ID_i/qPwIB7VfvPKVWD/KgJ0g)"
Content-language: en-US


--Boundary_(ID_i/qPwIB7VfvPKVWD/KgJ0g)
Content-type: text/plain; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

Claudio,

Thanks for the information, will digest it and consider.  I appreciate the link, it looks like what I have downloaded, though I cannot download from the link.

Thanks again!

From: [email protected] <[email protected]>
Sent: Thursday, March 27, 2025 9:32 AM
To: Syslog-ng users' and developers' mailing list <[email protected]>
Cc: Linn, William <[email protected]>
Subject: Re: [syslog-ng] syslog-ng Digest, Vol 239, Issue 4


Try one of these 2 options:

1. syslog-ng version 3.35.1 (older)

subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms

dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm<https://urldefense.com/v3/__https:/dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm__;!!I2XIyG2ANlwasLbx!X2LR3UP1KUceydLrE6YTLXL8xb6S7cNRPqzXR5vdr4xY76fRqG5Gr5yI3QNyS3A1J5B2flxSXHe8$>

dnf repolist                           # show repositories

dnf search syslog-ng

dnf install syslog-ng                  # confirm with a y to start installation, then another y to accept the GPG key

syslog-ng is now installed and enabled to auto-start at boot time but not started yet.

2. syslog-ng version 4.8.1 (current)

source: https://copr.fedorainfracloud.org/coprs/czanik/syslog-ng48/<https://urldefense.com/v3/__https:/copr.fedorainfracloud.org/coprs/czanik/syslog-ng48/__;!!I2XIyG2ANlwasLbx!X2LR3UP1KUceydLrE6YTLXL8xb6S7cNRPqzXR5vdr4xY76fRqG5Gr5yI3QNyS3A1J5B2fsE8dNuJ$>

This is the latest stable version of syslog-ng.

cd /etc/yum.repos.d/

wget https://copr.fedorainfracloud.org/coprs/czanik/syslog-ng48/repo/epel-9/czanik-syslog-ng48-epel-9.repo<https://urldefense.com/v3/__https:/copr.fedorainfracloud.org/coprs/czanik/syslog-ng48/repo/epel-9/czanik-syslog-ng48-epel-9.repo__;!!I2XIyG2ANlwasLbx!X2LR3UP1KUceydLrE6YTLXL8xb6S7cNRPqzXR5vdr4xY76fRqG5Gr5yI3QNyS3A1J5B2fpSi7blG$>

dnf repolist                           # show repositories

dnf search syslog-ng

dnf install syslog-ng                  # confirm with a y to start installation, then another y to accept the GPG key

dnf install syslog-ng-bpf*             # Optional module recommended to leverage the eBPF support

dnf install syslog-ng-http*            # Optional modules recommended to leverage the HTTP support


syslog-ng is now installed and enabled to auto-start at boot time but not started yet.

Let me know if it helps.

Ciao.



Il 2025-03-27 13:14 Linn, William ha scritto:
Peter,

The error I got was.
warning: /tmp/syslog-ng-4.8.1-2.fc40.src.rpm: Header V4 RSA/SHA256 Signature, key ID bb1105ce: NOKEY

I had downloaded it from the site, cannot remember exactly as it was done a couple of months ago preparing to upgrade the current version from 4.X.  We are on RHEL 7 and upgrading the environment to RHEL 9. I do notice that the older version is....
syslog-ng-3.5.6-3.el7.x86_64.rpm
and what I downloaded is
syslog-ng-4.8.1-2.fc40.src.rpm maybe I have a source that needs compiled?

Thanks
William

-----Original Message-----
From: syslog-ng <[email protected]<mailto:[email protected]>> On Behalf Of [email protected]<mailto:[email protected]>
Sent: Thursday, March 27, 2025 8:00 AM
To: [email protected]<mailto:[email protected]>
Subject: syslog-ng Digest, Vol 239, Issue 4

Send syslog-ng mailing list submissions to
    [email protected]<mailto:[email protected]>

To subscribe or unsubscribe via the World Wide Web, visit
    https://urldefense.com/v3/__https://lists.balabit.hu/mailman/listinfo/syslog-ng__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5y1Gv7hSg$<https://urldefense.com/v3/__https:/lists.balabit.hu/mailman/listinfo/syslog-ng__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5y1Gv7hSg$>
or, via email, send a message with subject or body 'help' to
    [email protected]<mailto:[email protected]>

You can reach the person managing the list at
    [email protected]<mailto:[email protected]>

When replying, please edit your Subject line so it is more specific
than "Re: Contents of syslog-ng digest..."


Today's Topics:

   1.  link (Linn, William)
   2. Re:  link (Peter Czanik (pczanik))


----------------------------------------------------------------------

Message: 1
Date: Wed, 26 Mar 2025 12:06:03 +0000
From: "Linn, William" <[email protected]<mailto:[email protected]>>
To: "[email protected]<mailto:[email protected]>" <[email protected]<mailto:[email protected]>>
Subject: [syslog-ng] link
Message-ID: <[email protected]<mailto:[email protected]>>
Content-Type: text/plain; charset="us-ascii"

I downloaded the RPM for RHEL 9 syslog-ng but getting a weird error.  Can someone send the the link so I can make sure I have the right one?

Thanks
William



----------------------------------------------------------------------
This message, and any attachment(s), is for the intended recipient(s) only, may contain information that is privileged, confidential and/or proprietary and subject to important terms and conditions available at http://www.bankofamerica.com/electronic-disclaimer. If you are not the intended recipient, please delete this message. For more information about how Bank of America protects your privacy, including specific rights that may apply, please visit the following pages: https://business.bofa.com/en-us/content/global-privacy-notices.html (which includes global privacy notices) and https://www.bankofamerica.com/security-center/privacy-overview/ (which includes US State specific privacy notices such as the http://www.bankofamerica.com/ccpa-notice).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://urldefense.com/v3/__http://lists.balabit.hu/pipermail/syslog-ng/attachments/20250326/b09ac629/attachment-0001.htm__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5yOCAlSxs$<https://urldefense.com/v3/__http:/lists.balabit.hu/pipermail/syslog-ng/attachments/20250326/b09ac629/attachment-0001.htm__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5yOCAlSxs$> >

------------------------------

Message: 2
Date: Thu, 27 Mar 2025 10:04:48 +0000
From: "Peter Czanik (pczanik)" <[email protected]<mailto:[email protected]>>
To: Syslog-ng users' and developers' mailing list
    <[email protected]<mailto:[email protected]>>
Subject: Re: [syslog-ng] link
Message-ID:
    <CO1PR19MB5126920CBAF0F57C9302C6BE8BA12@CO1PR19MB5126.namprd19.prod.outlook.com<mailto:CO1PR19MB5126920CBAF0F57C9302C6BE8BA12@CO1PR19MB5126.namprd19.prod.outlook.com>>

Content-Type: text/plain; charset="us-ascii"

Hi,
A couple of questions before we can help you:

  *
Where did you download the package from?
  *
Did you add the repo, or you downloaded only the package?
  *
What is the error message?

Peter

Peter Czanik (CzP) <[email protected]<mailto:[email protected]>>
Balabit (a OneIdentity company) / syslog-ng upstream
https://urldefense.com/v3/__https://syslog-ng.com/community/__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5y78PjukI$<https://urldefense.com/v3/__https:/syslog-ng.com/community/__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5y78PjukI$>
https://urldefense.com/v3/__https://twitter.com/PCzanik__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5yVPBW6lI$<https://urldefense.com/v3/__https:/twitter.com/PCzanik__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5yVPBW6lI$>

________________________________
From: syslog-ng <[email protected]<mailto:[email protected]>> on behalf of Linn, William <[email protected]<mailto:[email protected]>>
Sent: Wednesday, March 26, 2025 13:06
To: [email protected]<mailto:[email protected]> <[email protected]<mailto:[email protected]>>
Subject: [syslog-ng] link

CAUTION: This email originated from outside of the organization. Do not follow guidance, click links, or open attachments unless you recognize the sender and know the content is safe.


I downloaded the RPM for RHEL 9 syslog-ng but getting a weird error.  Can someone send the the link so I can make sure I have the right one?



Thanks

William





________________________________
This message, and any attachment(s), is for the intended recipient(s) only, may contain information that is privileged, confidential and/or proprietary and subject to important terms and conditions available at http://www.bankofamerica.com/electronic-disclaimer. If you are not the intended recipient, please delete this message. For more information about how Bank of America protects your privacy, including specific rights that may apply, please visit the following pages: https://business.bofa.com/en-us/content/global-privacy-notices.html (which includes global privacy notices) and https://www.bankofamerica.com/security-center/privacy-overview/ (which includes US State specific privacy notices such as the http://www.bankofamerica.com/ccpa-notice).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://urldefense.com/v3/__http://lists.balabit.hu/pipermail/syslog-ng/attachments/20250327/b1827b61/attachment-0001.htm__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5yx65ysd8$<https://urldefense.com/v3/__http:/lists.balabit.hu/pipermail/syslog-ng/attachments/20250327/b1827b61/attachment-0001.htm__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5yx65ysd8$> >

------------------------------

Subject: Digest Footer

_______________________________________________
syslog-ng maillist  -  [email protected]<mailto:[email protected]>
https://urldefense.com/v3/__https://lists.balabit.hu/mailman/listinfo/syslog-ng__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5y1Gv7hSg$<https://urldefense.com/v3/__https:/lists.balabit.hu/mailman/listinfo/syslog-ng__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5y1Gv7hSg$>


------------------------------

End of syslog-ng Digest, Vol 239, Issue 4
*****************************************

----------------------------------------------------------------------
This message, and any attachment(s), is for the intended recipient(s) only, may contain information that is privileged, confidential and/or proprietary and subject to important terms and conditions available at http://www.bankofamerica.com/electronic-disclaimer. If you are not the intended recipient, please delete this message. For more information about how Bank of America protects your privacy, including specific rights that may apply, please visit the following pages: https://business.bofa.com/en-us/content/global-privacy-notices.html (which includes global privacy notices) and https://www.bankofamerica.com/security-center/privacy-overview/ (which includes US State specific privacy notices such as the http://www.bankofamerica.com/ccpa-notice).
______________________________________________________________________________
Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng<https://urldefense.com/v3/__https:/lists.balabit.hu/mailman/listinfo/syslog-ng__;!!I2XIyG2ANlwasLbx!X2LR3UP1KUceydLrE6YTLXL8xb6S7cNRPqzXR5vdr4xY76fRqG5Gr5yI3QNyS3A1J5B2fvYlZEgO$>
Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng<https://urldefense.com/v3/__http:/www.balabit.com/support/documentation/?product=syslog-ng__;!!I2XIyG2ANlwasLbx!X2LR3UP1KUceydLrE6YTLXL8xb6S7cNRPqzXR5vdr4xY76fRqG5Gr5yI3QNyS3A1J5B2fvDPcqY_$>
FAQ: http://www.balabit.com/wiki/syslog-ng-faq<https://urldefense.com/v3/__http:/www.balabit.com/wiki/syslog-ng-faq__;!!I2XIyG2ANlwasLbx!X2LR3UP1KUceydLrE6YTLXL8xb6S7cNRPqzXR5vdr4xY76fRqG5Gr5yI3QNyS3A1J5B2fjqR33Z1$>

----------------------------------------------------------------------
This message, and any attachment(s), is for the intended recipient(s) only, may contain information that is privileged, confidential and/or proprietary and subject to important terms and conditions available at http://www.bankofamerica.com/electronic-disclaimer. If you are not the intended recipient, please delete this message. For more information about how Bank of America protects your privacy, including specific rights that may apply, please visit the following pages: https://business.bofa.com/en-us/content/global-privacy-notices.html (which includes global privacy notices) and https://www.bankofamerica.com/security-center/privacy-overview/ (which includes US State specific privacy notices such as the http://www.bankofamerica.com/ccpa-notice).

--Boundary_(ID_i/qPwIB7VfvPKVWD/KgJ0g)
Content-type: text/html; CHARSET=US-ASCII
Content-transfer-encoding: 7BIT

<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Verdana;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
span.EmailStyle19
	{mso-style-type:personal-reply;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;
	mso-ligatures:none;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-US" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal">Claudio,<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Thanks for the information, will digest it and consider.&nbsp; I appreciate the link, it looks like what I have downloaded, though I cannot download from the link.<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p class="MsoNormal">Thanks again!<o:p></o:p></p>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<div>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><a name="_____replyseparator"></a><b>From:</b> [email protected] &lt;[email protected]&gt;
<br>
<b>Sent:</b> Thursday, March 27, 2025 9:32 AM<br>
<b>To:</b> Syslog-ng users' and developers' mailing list &lt;[email protected]&gt;<br>
<b>Cc:</b> Linn, William &lt;[email protected]&gt;<br>
<b>Subject:</b> Re: [syslog-ng] syslog-ng Digest, Vol 239, Issue 4<o:p></o:p></p>
</div>
</div>
<p class="MsoNormal"><o:p>&nbsp;</o:p></p>
<p><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif">Try one of these 2 options:<br>
<br>
1. syslog-ng version 3.35.1 (older)<br>
<br>
subscription-manager repos --enable codeready-builder-for-rhel-9-$(arch)-rpms<br>
<br>
dnf install <a href="https://urldefense.com/v3/__https:/dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm__;!!I2XIyG2ANlwasLbx!X2LR3UP1KUceydLrE6YTLXL8xb6S7cNRPqzXR5vdr4xY76fRqG5Gr5yI3QNyS3A1J5B2flxSXHe8$">
https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm</a><br>
<br>
dnf repolist&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # show repositories<br>
<br>
dnf search syslog-ng<br>
<br>
dnf install syslog-ng&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # confirm with a y to start installation, then another y to accept the GPG key<br>
<br>
syslog-ng is now installed and enabled to auto-start at boot time but not started yet.<o:p></o:p></span></p>
<p><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif"><br>
2. syslog-ng version 4.8.1 (current)<br>
<br>
source: <a href="https://urldefense.com/v3/__https:/copr.fedorainfracloud.org/coprs/czanik/syslog-ng48/__;!!I2XIyG2ANlwasLbx!X2LR3UP1KUceydLrE6YTLXL8xb6S7cNRPqzXR5vdr4xY76fRqG5Gr5yI3QNyS3A1J5B2fsE8dNuJ$">
https://copr.fedorainfracloud.org/coprs/czanik/syslog-ng48/</a><br>
<br>
This is the latest stable version of syslog-ng.<br>
<br>
cd /etc/yum.repos.d/<br>
<br>
wget <a href="https://urldefense.com/v3/__https:/copr.fedorainfracloud.org/coprs/czanik/syslog-ng48/repo/epel-9/czanik-syslog-ng48-epel-9.repo__;!!I2XIyG2ANlwasLbx!X2LR3UP1KUceydLrE6YTLXL8xb6S7cNRPqzXR5vdr4xY76fRqG5Gr5yI3QNyS3A1J5B2fpSi7blG$">
https://copr.fedorainfracloud.org/coprs/czanik/syslog-ng48/repo/epel-9/czanik-syslog-ng48-epel-9.repo</a>
<br>
<br>
dnf repolist&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # show repositories<br>
<br>
dnf search syslog-ng<br>
<br>
dnf install syslog-ng&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # confirm with a y to start installation, then another y to accept the GPG key<br>
<br>
dnf install syslog-ng-bpf*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Optional module recommended to leverage the eBPF support<br>
<br>
dnf install syslog-ng-http*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # Optional modules recommended to leverage the HTTP support<br>
<br>
<br>
syslog-ng is now installed and enabled to auto-start at boot time but not started yet.<o:p></o:p></span></p>
<p><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif">Let me know if it helps.<o:p></o:p></span></p>
<p><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif">Ciao.<o:p></o:p></span></p>
<p><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif">&nbsp;<o:p></o:p></span></p>
<p><span style="font-size:10.0pt;font-family:&quot;Verdana&quot;,sans-serif">Il 2025-03-27 13:14 Linn, William ha scritto:<o:p></o:p></span></p>
<blockquote style="border:none;border-left:solid #1010FF 1.5pt;padding:0in 0in 0in 5.0pt;margin-left:0in;margin-right:0in">
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><span style="font-size:10.0pt;font-family:&quot;Courier New&quot;">Peter,<br>
<br>
The error I got was.<br>
warning: /tmp/syslog-ng-4.8.1-2.fc40.src.rpm: Header V4 RSA/SHA256 Signature, key ID bb1105ce: NOKEY<br>
<br>
I had downloaded it from the site, cannot remember exactly as it was done a couple of months ago preparing to upgrade the current version from 4.X. &nbsp;We are on RHEL 7 and upgrading the environment to RHEL 9. I do notice that the older version is....<br>
syslog-ng-3.5.6-3.el7.x86_64.rpm <br>
and what I downloaded is<br>
syslog-ng-4.8.1-2.fc40.src.rpm maybe I have a source that needs compiled?<br>
<br>
Thanks<br>
William<br>
<br>
-----Original Message-----<br>
From: syslog-ng &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; On Behalf Of
<a href="mailto:[email protected]">[email protected]</a><br>
Sent: Thursday, March 27, 2025 8:00 AM<br>
To: <a href="mailto:[email protected]">[email protected]</a><br>
Subject: syslog-ng Digest, Vol 239, Issue 4<br>
<br>
Send syslog-ng mailing list submissions to<br>
&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:[email protected]">[email protected]</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://urldefense.com/v3/__https:/lists.balabit.hu/mailman/listinfo/syslog-ng__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5y1Gv7hSg$">https://urldefense.com/v3/__https://lists.balabit.hu/mailman/listinfo/syslog-ng__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5y1Gv7hSg$</a>
<br>
or, via email, send a message with subject or body 'help' to<br>
&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:[email protected]">[email protected]</a><br>
<br>
You can reach the person managing the list at<br>
&nbsp;&nbsp;&nbsp;&nbsp;<a href="mailto:[email protected]">[email protected]</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of syslog-ng digest...&quot;<br>
<br>
<br>
Today's Topics:<br>
<br>
&nbsp;&nbsp;&nbsp;1. &nbsp;link (Linn, William)<br>
&nbsp;&nbsp;&nbsp;2. Re: &nbsp;link (Peter Czanik (pczanik))<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 26 Mar 2025 12:06:03 &#43;0000<br>
From: &quot;Linn, William&quot; &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br>
To: &quot;<a href="mailto:[email protected]">[email protected]</a>&quot; &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br>
Subject: [syslog-ng] link<br>
Message-ID: &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
I downloaded the RPM for RHEL 9 syslog-ng but getting a weird error. &nbsp;Can someone send the the link so I can make sure I have the right one?<br>
<br>
Thanks<br>
William<br>
<br>
<br>
<br>
----------------------------------------------------------------------<br>
This message, and any attachment(s), is for the intended recipient(s) only, may contain information that is privileged, confidential and/or proprietary and subject to important terms and conditions available at
<a href="http://www.bankofamerica.com/electronic-disclaimer">http://www.bankofamerica.com/electronic-disclaimer</a>. If you are not the intended recipient, please delete this message. For more information about how Bank of America protects your privacy, including
 specific rights that may apply, please visit the following pages: <a href="https://business.bofa.com/en-us/content/global-privacy-notices.html">
https://business.bofa.com/en-us/content/global-privacy-notices.html</a> (which includes global privacy notices) and
<a href="https://www.bankofamerica.com/security-center/privacy-overview/">https://www.bankofamerica.com/security-center/privacy-overview/</a> (which includes US State specific privacy notices such as the
<a href="http://www.bankofamerica.com/ccpa-notice">http://www.bankofamerica.com/ccpa-notice</a>).<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="https://urldefense.com/v3/__http:/lists.balabit.hu/pipermail/syslog-ng/attachments/20250326/b09ac629/attachment-0001.htm__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5yOCAlSxs$">https://urldefense.com/v3/__http://lists.balabit.hu/pipermail/syslog-ng/attachments/20250326/b09ac629/attachment-0001.htm__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5yOCAlSxs$</a>
 &gt;<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 27 Mar 2025 10:04:48 &#43;0000<br>
From: &quot;Peter Czanik (pczanik)&quot; &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br>
To: Syslog-ng users' and developers' mailing list<br>
&nbsp;&nbsp;&nbsp;&nbsp;&lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br>
Subject: Re: [syslog-ng] link<br>
Message-ID:<br>
&nbsp;&nbsp;&nbsp;&nbsp;&lt;<a href="mailto:CO1PR19MB5126920CBAF0F57C9302C6BE8BA12@CO1PR19MB5126.namprd19.prod.outlook.com">CO1PR19MB5126920CBAF0F57C9302C6BE8BA12@CO1PR19MB5126.namprd19.prod.outlook.com</a>&gt;<br>
<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
Hi,<br>
A couple of questions before we can help you:<br>
<br>
&nbsp;&nbsp;*<br>
Where did you download the package from?<br>
&nbsp;&nbsp;*<br>
Did you add the repo, or you downloaded only the package?<br>
&nbsp;&nbsp;*<br>
What is the error message?<br>
<br>
Peter<br>
<br>
Peter Czanik (CzP) &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br>
Balabit (a OneIdentity company) / syslog-ng upstream<br>
<a href="https://urldefense.com/v3/__https:/syslog-ng.com/community/__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5y78PjukI$">https://urldefense.com/v3/__https://syslog-ng.com/community/__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5y78PjukI$</a>
<br>
<a href="https://urldefense.com/v3/__https:/twitter.com/PCzanik__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5yVPBW6lI$">https://urldefense.com/v3/__https://twitter.com/PCzanik__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5yVPBW6lI$</a>
<br>
<br>
________________________________<br>
From: syslog-ng &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; on behalf of Linn, William &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br>
Sent: Wednesday, March 26, 2025 13:06<br>
To: <a href="mailto:[email protected]">[email protected]</a> &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br>
Subject: [syslog-ng] link<br>
<br>
CAUTION: This email originated from outside of the organization. Do not follow guidance, click links, or open attachments unless you recognize the sender and know the content is safe.<br>
<br>
<br>
I downloaded the RPM for RHEL 9 syslog-ng but getting a weird error. &nbsp;Can someone send the the link so I can make sure I have the right one?<br>
<br>
<br>
<br>
Thanks<br>
<br>
William<br>
<br>
<br>
<br>
<br>
<br>
________________________________<br>
This message, and any attachment(s), is for the intended recipient(s) only, may contain information that is privileged, confidential and/or proprietary and subject to important terms and conditions available at
<a href="http://www.bankofamerica.com/electronic-disclaimer">http://www.bankofamerica.com/electronic-disclaimer</a>. If you are not the intended recipient, please delete this message. For more information about how Bank of America protects your privacy, including
 specific rights that may apply, please visit the following pages: <a href="https://business.bofa.com/en-us/content/global-privacy-notices.html">
https://business.bofa.com/en-us/content/global-privacy-notices.html</a> (which includes global privacy notices) and
<a href="https://www.bankofamerica.com/security-center/privacy-overview/">https://www.bankofamerica.com/security-center/privacy-overview/</a> (which includes US State specific privacy notices such as the
<a href="http://www.bankofamerica.com/ccpa-notice">http://www.bankofamerica.com/ccpa-notice</a>).<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="https://urldefense.com/v3/__http:/lists.balabit.hu/pipermail/syslog-ng/attachments/20250327/b1827b61/attachment-0001.htm__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5yx65ysd8$">https://urldefense.com/v3/__http://lists.balabit.hu/pipermail/syslog-ng/attachments/20250327/b1827b61/attachment-0001.htm__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5yx65ysd8$</a>
 &gt;<br>
<br>
------------------------------<br>
<br>
Subject: Digest Footer<br>
<br>
_______________________________________________<br>
syslog-ng maillist &nbsp;- &nbsp;<a href="mailto:[email protected]">[email protected]</a><br>
<a href="https://urldefense.com/v3/__https:/lists.balabit.hu/mailman/listinfo/syslog-ng__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5y1Gv7hSg$">https://urldefense.com/v3/__https://lists.balabit.hu/mailman/listinfo/syslog-ng__;!!I2XIyG2ANlwasLbx!RzYQEi78Ttw981fO1LpWHFM9h0yPTwjgWlbI-SCBb0Bic3WFj9aFQuyHyW7Vlo8r3wGn1RFx5bco1MHZPoLy6g5y1Gv7hSg$</a>
<br>
<br>
<br>
------------------------------<br>
<br>
End of syslog-ng Digest, Vol 239, Issue 4<br>
*****************************************<br>
<br>
----------------------------------------------------------------------<br>
This message, and any attachment(s), is for the intended recipient(s) only, may contain information that is privileged, confidential and/or proprietary and subject to important terms and conditions available at
<a href="http://www.bankofamerica.com/electronic-disclaimer">http://www.bankofamerica.com/electronic-disclaimer</a>. If you are not the intended recipient, please delete this message. For more information about how Bank of America protects your privacy, including
 specific rights that may apply, please visit the following pages: <a href="https://business.bofa.com/en-us/content/global-privacy-notices.html">
https://business.bofa.com/en-us/content/global-privacy-notices.html</a> (which includes global privacy notices) and
<a href="https://www.bankofamerica.com/security-center/privacy-overview/">https://www.bankofamerica.com/security-center/privacy-overview/</a> (which includes US State specific privacy notices such as the
<a href="http://www.bankofamerica.com/ccpa-notice">http://www.bankofamerica.com/ccpa-notice</a>).<br>
______________________________________________________________________________<br>
Member info: <a href="https://urldefense.com/v3/__https:/lists.balabit.hu/mailman/listinfo/syslog-ng__;!!I2XIyG2ANlwasLbx!X2LR3UP1KUceydLrE6YTLXL8xb6S7cNRPqzXR5vdr4xY76fRqG5Gr5yI3QNyS3A1J5B2fvYlZEgO$">
https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
Documentation: <a href="https://urldefense.com/v3/__http:/www.balabit.com/support/documentation/?product=syslog-ng__;!!I2XIyG2ANlwasLbx!X2LR3UP1KUceydLrE6YTLXL8xb6S7cNRPqzXR5vdr4xY76fRqG5Gr5yI3QNyS3A1J5B2fvDPcqY_$">
http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
FAQ: <a href="https://urldefense.com/v3/__http:/www.balabit.com/wiki/syslog-ng-faq__;!!I2XIyG2ANlwasLbx!X2LR3UP1KUceydLrE6YTLXL8xb6S7cNRPqzXR5vdr4xY76fRqG5Gr5yI3QNyS3A1J5B2fjqR33Z1$">
http://www.balabit.com/wiki/syslog-ng-faq</a><o:p></o:p></span></p>
</div>
</blockquote>
</div>

<HR>This message, and any attachment(s), is for the intended recipient(s) only, may contain information that is privileged, confidential and/or proprietary and subject to important terms and conditions available at http://www.bankofamerica.com/electronic-disclaimer. If you are not the intended recipient, please delete this message. For more information about how Bank of America protects your privacy, including specific rights that may apply, please visit the following pages: https://business.bofa.com/en-us/content/global-privacy-notices.html (which includes global privacy notices) and https://www.bankofamerica.com/security-center/privacy-overview/ (which includes US State specific privacy notices such as the http://www.bankofamerica.com/ccpa-notice).<BR>
</body>
</html>

--Boundary_(ID_i/qPwIB7VfvPKVWD/KgJ0g)--

--===============5383146862364236036==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

______________________________________________________________________________
Member info: https://lists.balabit.hu/mailman/listinfo/syslog-ng
Documentation: http://www.balabit.com/support/documentation/?product=syslog-ng
FAQ: http://www.balabit.com/wiki/syslog-ng-faq


--===============5383146862364236036==--