On Sun, 26 Feb 2023 09:25:26 +0100 "Carlos E. R." <robin.listas@telefonica.net> wrote:
On 2023-02-26 07:04, Felix Miata wrote:
# journalctl -b --no-hostname| grep "Feb 25" | egrep -v 'smartd|rpc' Feb 25 00:00:47 systemd[1]: Starting Do daily mandb update... Feb 25 00:00:47 systemd[1]: Starting Rotate log files... Feb 25 00:00:47 systemd[1]: Starting Update locate database... Feb 25 00:00:47 systemd[1]: logrotate.service: Deactivated successfully. Feb 25 00:00:47 systemd[1]: Finished Rotate log files. Feb 25 00:00:47 systemd[1]: mandb.service: Deactivated successfully. Feb 25 00:00:47 systemd[1]: Finished Do daily mandb update.
What is mystifiying to me is that the three tasks start simultaneously, and the three end in zero seconds.
Well if multiple services are started at the same time and are short-running it must be more likely than not, surely? If you had timestamps to milliseconds or more precisely then you might see a difference. And three services start but only two finish, unless I'm misreading something? The one substantial task takes over a second!
The rest is similar to other versions.