[GF-Users] Postfix-tlspol updated to v1.8.18

Luca vom Bruch luca at vom-bruch.com
Mon Sep 29 22:35:53 MST 2025


Is it ok to have this installed despite, not having selinux enabled? Or should I remove it in that case?

 this was the output:

Command Line   : -y update tlsrpt-reporter.x86_64 tlsrpt-reporter-core.x86_64
Comment        :
Packages Altered:
    Install  tlsrpt-reporter-selinux-0.5.0-6.gf.el9.x86_64 @gf
    Upgrade  tlsrpt-reporter-0.5.0-6.gf.el9.x86_64         @gf
    Upgraded tlsrpt-reporter-0.5.0-5.gf.el9.x86_64         @@System
    Upgrade  tlsrpt-reporter-core-0.5.0-6.gf.el9.x86_64    @gf
    Upgraded tlsrpt-reporter-core-0.5.0-5.gf.el9.x86_64    @@System
Scriptlet output:
   1 Warning: The unit file, source configuration file or drop-ins of tlsrpt-collectd.service changed on disk. Run 'systemctl daemon-reload' to reload units.
   2 Warning: The unit file, source configuration file or drop-ins of tlsrpt-reportd.service changed on disk. Run 'systemctl daemon-reload' to reload units.

-----Ursprüngliche Nachricht-----
Von: users-bounces at lists.ghettoforge.net <users-bounces at lists.ghettoforge.net> Im Auftrag von Peter
Gesendet: Dienstag, 30. September 2025 02:14
An: users at lists.ghettoforge.net
Betreff: Re: [GF-Users] Postfix-tlspol updated to v1.8.18

I just pushed out tlsrpt-reporter-0.5.0-6 which fixes this issue:

# dnf -q repoquery --requires tlsrpt-reporter-0.5.0-6.\* /bin/sh tlsrpt-reporter-core = 0.5.0-6.gf.el9 tlsrpt-reporter-selinux = 0.5.0-6.gf.el9

(and similar results for el8 and 10)

You may need to run:

dnf --repo=gf\* clean metadata

...for dnf to see the new packages.


Peter


On 30/09/25 11:54, Peter wrote:
> I just found the problem.  I accidentally put the -core and -selinux 
> requirements in the EL8-specific section of the spec file, so it's not 
> requiring them in EL9 or 10.  I'll fix that.
> 
> 
> Peter
> 
> 
> On 30/09/25 11:00, Luca vom Bruch wrote:
>> It offered an upgrade for tlsrpt-reporter which I did:
>>
>> Command Line   : -y update tlsrpt-reporter
>> Comment        :
>> Packages Altered:
>>       Upgrade  tlsrpt-reporter-0.5.0-5.gf.el9.x86_64 @gf
>>       Upgraded tlsrpt-reporter-0.5.0-2.gf.el9.x86_64 @@System
>>
>> Everything was deleted after that.
>>
>> Then I tried reinstalling:
>>
>> Command Line   : remove tlsrpt-reporter
>> Comment        :
>> Packages Altered:
>>       Removed tlsrpt-reporter-0.5.0-5.gf.el9.x86_64 @@System 
>> Scriptlet output:
>>      1 Failed to disable unit: Unit file tlsrpt-reportd.service does not exist.
>>      2 Failed to disable unit: Unit file tlsrpt-collectd.service does not exist.
>>
>> Installing again does not do anything:
>>
>> Command Line   : install tlsrpt-reporter
>> Comment        :
>> Packages Altered:
>>       Install tlsrpt-reporter-0.5.0-5.gf.el9.x86_64 @gf Scriptlet 
>> output:
>>      1 Failed to preset unit: Unit file tlsrpt-reportd.service does not exist.
>>      2 Failed to preset unit: Unit file tlsrpt-collectd.service does not exist.
>>
>> Nothing is installed.
>>
>> I then tried to clean everything and delete the user which I created from an older release back when it did not do that on its own.
>>
>> When I installed the core package it started working again:
>>
>> Command Line   : install tlsrpt-reporter-core
>> Comment        :
>> Packages Altered:
>>       Install tlsrpt-reporter-core-0.5.0-5.gf.el9.x86_64 @gf 
>> Scriptlet output:
>>      1 Creating user 'tlsrpt' (tlsrpt daemon user) with UID 972 and GID 972.
>>
>> Now when I run to install tlsrpt-reporter I get this:
>>
>> Command Line   : install tlsrpt-reporter
>> Comment        :
>> Packages Altered:
>>       Install tlsrpt-reporter-0.5.0-5.gf.el9.x86_64 @gf Scriptlet 
>> output:
>>      1 Removed "/etc/systemd/system/multi-user.target.wants/tlsrpt-reportd.service".
>>      2 Removed "/etc/systemd/system/multi-user.target.wants/tlsrpt-collectd.service".
>>
>> But at least nothing is deleted other than that anymore.
>>
>> I don’t know why those .service were deleted from the -core install?
>>
>> Anyway it is still running:
>>
>> systemctl status tlsrpt-reportd
>> ● tlsrpt-reportd.service - tlsrpt-reportd agent to create TLSRPT reports
>>        Loaded: loaded (/usr/lib/systemd/system/tlsrpt-reportd.service; enabled; preset: disabled)
>>        Active: active (running) since Sun 2025-09-28 09:57:25 CEST; 1 day 13h ago
>>      Main PID: 10490 (tlsrpt-reportd)
>>         Tasks: 1 (limit: 99722)
>>        Memory: 13.7M
>>           CPU: 482ms
>>        CGroup: /system.slice/tlsrpt-reportd.service
>>                └─10490 /usr/bin/python3 /usr/bin/tlsrpt-reportd
>>
>> Sep 28 09:57:25 home.vom-bruch.com systemd[1]: Started tlsrpt-reportd agent to create TLSRPT reports.
>>
>> It is running from /usr/lib/systemd/system/tlsrpt-reportd.service;
>>
>> Collectd is also running and it generated a report in the morning so I think it is working again.
>>
>> I run it from the spool/postfix directory and it requires tlsrpt to to be in the postdrop group.
>>
>> And the tlsrpt:tlsrpt folder 755 so postfix can use the socket.
>>
>> I just hope now that a 0-5-6 package will no delete everything again.
>>
>> Luca
>>
>>
>>
>> -----Ursprüngliche Nachricht-----
>> Von: users-bounces at lists.ghettoforge.net 
>> <users-bounces at lists.ghettoforge.net> Im Auftrag von Peter
>> Gesendet: Montag, 29. September 2025 23:16
>> An: users at lists.ghettoforge.net
>> Betreff: Re: [GF-Users] Postfix-tlspol updated to v1.8.18
>>
>> Can you paste the output fron the dnf update and dnf install commands that broke it?
>>
>>
>> Peter
>>
>>
>> On 29/09/25 19:33, Luca vom Bruch wrote:
>>> Maybe some conflict because I had one of the very first builds.
>>>
>>> Now installing tlsrpt-reporter does not delete configs or service files or bin files.
>>>
>>> But for me when neither is installed and you just select dnf install tlsrpt-reporter it just installs 8.7k of something and there a no files from the core package.
>>>
>>> Luca
>>>
>>> Thanks Peter
>>>
>>> Von meinem iPhone gesendet
>>>
>>>> Am 29.09.2025 um 04:40 schrieb Peter <peter at pajamian.dhs.org>:
>>>>
>>>> On 28/09/25 00:59, Luca vom Bruch wrote:
>>>>> So I figured out I had tlsrpt-reporter installed which for me was 
>>>>> a whole package
>>>>>
>>>>> But that does not seem to be a whole package anymore
>>>>>
>>>>> You actually need tlsrpt-reporter-CORE installed.
>>>>
>>>> Correct but it hsould have installed that automatically when you updated.
>>>>
>>>>
>>>> Peter
>>>>
>>>> _______________________________________________
>>>> users mailing list
>>>> users at lists.ghettoforge.net
>>>> http://lists.ghettoforge.net/mailman/listinfo/users
>>>>
>>>
>>> _______________________________________________
>>> users mailing list
>>> users at lists.ghettoforge.net
>>> http://lists.ghettoforge.net/mailman/listinfo/users
>>
>> _______________________________________________
>> users mailing list
>> users at lists.ghettoforge.net
>> http://lists.ghettoforge.net/mailman/listinfo/users
>>
>> _______________________________________________
>> users mailing list
>> users at lists.ghettoforge.net
>> http://lists.ghettoforge.net/mailman/listinfo/users
> 
> _______________________________________________
> users mailing list
> users at lists.ghettoforge.net
> http://lists.ghettoforge.net/mailman/listinfo/users

_______________________________________________
users mailing list
users at lists.ghettoforge.net
http://lists.ghettoforge.net/mailman/listinfo/users



More information about the users mailing list