Hi/Bonjour,

On Mon, 30 Dec 2019 17:57:26 +0100 François Patte wrote:

> 1- Consulting the dnf log files, I could see that there is one hour
> difference between the reported log and the time of the event, ie.: I
> used dnf to install some package at 18h46 and in the log file, I can see:
> 2019-12-29T17:46:08Z SUBDEBUG Installed:
> python3-samba-2:4.10.10-0.fc30.x86_64

> Why?

Simply because it's in UTC time. The trailing Z in those dates says
that (Zulu Time Zone).

> 2- Some packages create a new entry in the /etc/group file. I don't
> mind.... up to the time when rkhunter warns me that a new entry has been
> created in this file...

> How can we know the culprit package?

Assuming that this is done directly by the pre/post/... scripts of the
culprit package, something like:

  rpm -qa --scripts --qf '### %{name}\n' | less # then search the group

will do.

> And why this information is not reported in the dnf log files?

I don't think dnf could catch that.

-- 
francis
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
  • dnf questions François Patte
    • Re: dnf questions Francis . Montagnac

Reply via email to