You are not logged in.

#1 2022-01-31 14:28:47

tnek
Member
Registered: 2008-06-10
Posts: 41

mlocate database is not being updated

Hi!

My mlocate database is not being updated. I think it worked before, but I am honestly not entirely sure.

I can run sudo /usr/bin/updatedb manually and it updates /usr/bin/updatedb as it should (the filestamp is updated, and new files can be located with the locate command). However, the timer based updating does not seem to work.

Any ideas? Let me know if I need to add some more information apart from what I have below.

systemctl list-timers

NEXT                        LEFT          LAST                        PASSED              UNIT                         ACTIVATES
Mon 2022-01-31 15:17:25 CET 7min left     n/a                         n/a                 etckeeper.timer              etckeeper.service
Mon 2022-01-31 15:17:25 CET 7min left     n/a                         n/a                 systemd-tmpfiles-clean.timer systemd-tmpfiles-clean.service
Mon 2022-01-31 19:24:59 CET 4h 14min left Mon 2021-12-06 03:41:20 CET 1 month 26 days ago updatedb.timer               updatedb.service
Tue 2022-02-01 00:00:00 CET 8h left       Mon 2022-01-31 14:32:14 CET 37min ago           man-db.timer                 man-db.service
Tue 2022-02-01 00:00:00 CET 8h left       Mon 2022-01-31 14:32:14 CET 37min ago           shadow.timer                 shadow.service

systemctl status -l updatedb.timer

● updatedb.timer - Daily locate database update
     Loaded: loaded (/usr/lib/systemd/system/updatedb.timer; static)
     Active: active (waiting) since Mon 2022-01-31 15:02:42 CET; 8min ago
      Until: Mon 2022-01-31 15:02:42 CET; 8min ago
    Trigger: Mon 2022-01-31 19:24:59 CET; 4h 13min left
   Triggers: ● updatedb.service

systemctl status -l updatedb.service

○ updatedb.service - Update locate database
     Loaded: loaded (/usr/lib/systemd/system/updatedb.service; static)
     Active: inactive (dead)

cat /usr/lib/systemd/system/updatedb.timer

[Unit]
Description=Daily locate database update

[Timer]
OnBootSec=5 min
OnCalendar=hourly
RandomizedDelaySec=12h
Persistent=true

cat /usr/lib/systemd/system/updatedb.service

[Unit]
Description=Update locate database

[Service]
Type=oneshot
ExecStart=/usr/bin/updatedb
Nice=19
IOSchedulingClass=idle
IOSchedulingPriority=7

PrivateTmp=true
PrivateDevices=true
PrivateNetwork=true
ProtectSystem=full

sudo stat /var/lib/mlocate/mlocate.db

  File: /var/lib/mlocate/mlocate.db
  Size: 33232296  	Blocks: 64912      IO Block: 4096   regular file
Device: 254,1	Inode: 5374037     Links: 1
Access: (0640/-rw-r-----)  Uid: (    0/    root)   Gid: (   21/  locate)
Access: 2022-01-31 14:56:17.294717169 +0100
Modify: 2022-01-31 14:56:17.434717260 +0100
Change: 2022-01-31 14:56:17.438050596 +0100
 Birth: 2022-01-31 14:56:17.294717169 +0100

stat /usr/bin/updatedb

  File: /usr/bin/updatedb
  Size: 47160     	Blocks: 96         IO Block: 4096   regular file
Device: 254,1	Inode: 46953811    Links: 1
Access: (0755/-rwxr-xr-x)  Uid: (    0/    root)   Gid: (    0/    root)
Access: 2022-01-31 14:17:05.653222331 +0100
Modify: 2021-04-21 14:30:37.000000000 +0200
Change: 2021-09-07 19:20:10.055545100 +0200
 Birth: 2021-09-07 19:20:10.055545100 +0200

journalctl | grep mlocate

Sep 07 19:20:08 kdwl dbus-daemon[766]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.40' (uid=0 pid=1091 comm="sudo pacman -S mlocate ")
Sep 07 19:20:08 kdwl sudo[1091]:     myuser : TTY=pts/0 ; PWD=/home/myuser ; USER=root ; COMMAND=/usr/bin/pacman -S mlocate
Jan 31 14:09:53 kdwl dbus-daemon[1108]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.38' (uid=0 pid=1658 comm="sudo ls -l /var/lib/mlocate/mlocate.db ")
Jan 31 14:12:21 kdwl dbus-daemon[1108]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.41' (uid=0 pid=1830 comm="sudo ls -l /var/lib/mlocate/mlocate.db ")
Jan 31 14:12:31 kdwl dbus-daemon[1108]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.42' (uid=0 pid=1843 comm="sudo stat /var/lib/mlocate/mlocate.db ")
Jan 31 14:56:52 kdwl dbus-daemon[1108]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.68' (uid=0 pid=8943 comm="sudo stat /var/lib/mlocate/mlocate.db ")
Jan 31 14:56:52 kdwl sudo[8943]:     myuser : TTY=pts/1 ; PWD=/home/myuser ; USER=root ; COMMAND=/usr/bin/stat /var/lib/mlocate/mlocate.db
Jan 31 15:16:03 kdwl dbus-daemon[899]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.51' (uid=0 pid=2697 comm="sudo stat /var/lib/mlocate/mlocate.db ")
Jan 31 15:16:13 kdwl sudo[2697]:     myuser : TTY=pts/0 ; PWD=/home/myuser ; USER=root ; COMMAND=/usr/bin/stat /var/lib/mlocate/mlocate.db
Jan 31 15:16:14 kdwl dbus-daemon[899]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.52' (uid=0 pid=2749 comm="sudo stat /var/lib/mlocate/mlocate.db ")
Jan 31 15:16:14 kdwl sudo[2749]:     myuser : TTY=pts/0 ; PWD=/home/myuser ; USER=root ; COMMAND=/usr/bin/stat /var/lib/mlocate/mlocate.db

journalctl | grep updatedb

Sep 07 19:20:20 kdwl dbus-daemon[766]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.41' (uid=0 pid=1140 comm="sudo updatedb ")
Sep 07 19:20:20 kdwl sudo[1140]:     myuser : TTY=pts/0 ; PWD=/home/myuser ; USER=root ; COMMAND=/usr/bin/updatedb
Sep 07 21:48:17 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 08 08:23:01 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 08 08:26:06 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 08 08:28:02 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 08 09:47:18 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Sep 08 09:47:18 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 08 09:47:18 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 08 09:47:18 kdwl kernel: audit: type=1130 audit(1631087238.376:187): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 08 09:47:18 kdwl kernel: audit: type=1131 audit(1631087238.376:188): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 08 09:48:29 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 08 10:31:24 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 08 12:37:08 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 08 15:22:44 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 08 16:18:13 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 09 15:22:30 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Sep 09 15:22:30 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 09 15:22:30 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 09 16:09:43 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 09 17:48:46 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 09 21:41:17 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 10 13:18:44 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 10 17:03:33 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 13 10:22:00 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Sep 13 10:22:00 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 10:22:00 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 10:22:00 kdwl kernel: audit: type=1130 audit(1631521320.918:70): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 10:22:00 kdwl kernel: audit: type=1131 audit(1631521320.918:71): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 13 13:42:38 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 13 16:18:18 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 14 08:02:27 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 14 15:11:51 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Sep 14 15:11:51 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 14 15:11:51 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 14 15:11:51 kdwl kernel: audit: type=1130 audit(1631625111.340:324): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 14 15:11:51 kdwl kernel: audit: type=1131 audit(1631625111.340:325): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 14 17:04:52 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 14 20:09:26 kdwl dbus-daemon[786]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.62' (uid=0 pid=11727 comm="sudo updatedb ")
Sep 14 20:09:26 kdwl sudo[11727]:     myuser : TTY=pts/0 ; PWD=/home/myuser ; USER=root ; COMMAND=/usr/bin/updatedb
Sep 14 21:30:03 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 14 21:40:36 kdwl dbus-daemon[784]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.24' (uid=0 pid=2524 comm="sudo updatedb ")
Sep 14 21:40:36 kdwl sudo[2524]:     myuser : TTY=pts/1 ; PWD=/home/myuser ; USER=root ; COMMAND=/usr/bin/updatedb
Sep 14 21:57:07 kdwl dbus-daemon[784]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.26' (uid=0 pid=4459 comm="sudo updatedb ")
Sep 14 21:57:07 kdwl sudo[4459]:     myuser : TTY=pts/1 ; PWD=/home/myuser ; USER=root ; COMMAND=/usr/bin/updatedb
Sep 14 22:07:22 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 16 12:47:33 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 16 13:05:10 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 16 13:52:16 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Sep 16 13:52:16 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 13:52:16 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 13:52:16 kdwl kernel: audit: type=1130 audit(1631793136.837:161): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 13:52:16 kdwl kernel: audit: type=1131 audit(1631793136.837:162): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 16 14:51:35 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 16 15:00:53 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 16 15:23:29 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 16 22:10:10 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 20 10:22:47 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Sep 20 10:22:47 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 20 10:22:47 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 20 10:22:47 kdwl kernel: audit: type=1130 audit(1632126167.219:126): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 20 10:22:47 kdwl kernel: audit: type=1131 audit(1632126167.219:127): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 20 17:11:46 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 21 12:32:18 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 21 17:25:00 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 22 10:13:07 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 22 12:10:10 kdwl systemd[1]: proc-sys-fs-binfmt_misc.automount: Got automount request for /proc/sys/fs/binfmt_misc, triggered by 39282 (updatedb)
Sep 22 12:10:10 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Sep 22 12:10:10 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 22 12:10:10 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 22 12:10:10 kdwl kernel: audit: type=1130 audit(1632305410.567:259): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 22 12:10:10 kdwl kernel: audit: type=1131 audit(1632305410.567:260): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 22 12:24:12 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 22 14:49:15 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 22 16:12:38 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 23 15:51:36 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 23 17:21:45 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 23 17:24:15 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 23 17:28:01 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 23 19:55:03 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 24 11:42:39 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Sep 24 11:42:39 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 24 11:42:39 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 24 11:42:39 kdwl kernel: audit: type=1130 audit(1632476559.930:222): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 24 11:42:39 kdwl kernel: audit: type=1131 audit(1632476559.930:223): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 24 15:39:49 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 26 15:01:44 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 26 15:02:45 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 26 15:14:25 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Sep 27 09:19:18 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Sep 27 09:19:18 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 27 09:19:18 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 27 09:19:18 kdwl kernel: audit: type=1130 audit(1632727158.724:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 27 09:19:18 kdwl kernel: audit: type=1131 audit(1632727158.724:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 28 15:18:49 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Sep 28 15:18:49 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 28 15:18:49 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 28 15:18:49 kdwl kernel: audit: type=1130 audit(1632835129.376:119): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 28 15:18:49 kdwl kernel: audit: type=1131 audit(1632835129.376:120): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 29 08:18:25 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Sep 29 08:18:25 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 29 08:18:25 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 29 08:18:25 kdwl kernel: audit: type=1130 audit(1632896305.356:142): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 29 08:18:25 kdwl kernel: audit: type=1131 audit(1632896305.356:143): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Sep 29 22:21:45 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Oct 01 08:40:27 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Oct 01 14:23:16 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Oct 01 14:23:16 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 01 14:23:16 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 01 14:23:16 kdwl kernel: audit: type=1130 audit(1633090996.514:165): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 01 14:23:16 kdwl kernel: audit: type=1131 audit(1633090996.514:166): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 04 09:47:00 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Oct 04 12:50:08 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Oct 04 12:50:08 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 04 12:50:08 kdwl kernel: audit: type=1130 audit(1633344608.352:131): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 04 12:50:08 kdwl kernel: audit: type=1131 audit(1633344608.352:132): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 04 12:50:08 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 05 12:42:24 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Oct 05 12:42:24 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 05 12:42:24 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 05 12:42:24 kdwl kernel: audit: type=1130 audit(1633430544.056:229): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 05 12:42:24 kdwl kernel: audit: type=1131 audit(1633430544.056:230): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 05 14:28:55 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Oct 05 15:01:35 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Oct 05 22:05:20 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Oct 07 14:35:09 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Oct 07 14:35:09 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 07 14:35:09 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 07 14:35:09 kdwl kernel: audit: type=1130 audit(1633610109.314:200): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 07 14:35:09 kdwl kernel: audit: type=1131 audit(1633610109.314:201): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 07 16:20:08 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Oct 09 08:13:03 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Oct 09 08:13:03 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 09 08:13:03 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 09 08:13:03 kdwl kernel: audit: type=1130 audit(1633759983.163:232): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 09 08:13:03 kdwl kernel: audit: type=1131 audit(1633759983.163:233): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 09 14:49:19 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Oct 11 08:10:49 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Oct 11 08:10:49 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 08:10:49 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 08:10:49 kdwl kernel: audit: type=1130 audit(1633932649.917:143): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 08:10:49 kdwl kernel: audit: type=1131 audit(1633932649.917:144): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 11 10:19:14 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Oct 11 16:00:03 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Oct 12 11:03:46 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Oct 12 11:03:46 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 12 11:03:46 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 12 11:03:46 kdwl kernel: audit: type=1130 audit(1634029426.556:87): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 12 11:03:46 kdwl kernel: audit: type=1131 audit(1634029426.556:88): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 12 19:57:48 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Oct 12 23:30:00 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Oct 13 14:51:35 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Oct 13 14:51:35 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 13 14:51:35 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 13 14:51:35 kdwl kernel: audit: type=1130 audit(1634129495.795:89): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 13 14:51:35 kdwl kernel: audit: type=1131 audit(1634129495.795:90): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 13 21:50:40 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Oct 18 18:24:27 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Oct 18 18:24:27 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 18:24:27 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 18:24:27 kdwl kernel: audit: type=1130 audit(1634574267.216:229): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 18:24:27 kdwl kernel: audit: type=1131 audit(1634574267.216:230): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 18 21:56:32 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Oct 21 16:38:10 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Oct 21 16:38:10 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 16:38:10 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 16:38:10 kdwl kernel: audit: type=1130 audit(1634827090.284:159): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 16:38:10 kdwl kernel: audit: type=1131 audit(1634827090.284:160): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 21 21:45:27 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Oct 22 14:18:18 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Oct 22 14:18:18 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 22 14:18:18 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 22 14:18:18 kdwl kernel: audit: type=1130 audit(1634905098.470:123): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 22 14:18:18 kdwl kernel: audit: type=1131 audit(1634905098.470:124): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Oct 22 16:43:47 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Oct 25 13:10:09 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Oct 29 16:49:45 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Nov 01 09:48:25 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Nov 01 12:43:22 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Nov 01 12:43:22 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 12:43:22 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 12:43:22 kdwl kernel: audit: type=1130 audit(1635767002.852:95): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 01 12:43:22 kdwl kernel: audit: type=1131 audit(1635767002.852:96): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 08:16:22 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Nov 02 08:16:22 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 08:16:22 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 08:16:22 kdwl kernel: audit: type=1130 audit(1635837382.004:181): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 08:16:22 kdwl kernel: audit: type=1131 audit(1635837382.004:182): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 02 20:38:29 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Nov 02 21:45:21 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Nov 04 13:24:56 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Nov 04 13:24:56 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 04 13:24:56 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 04 13:24:56 kdwl kernel: audit: type=1130 audit(1636028696.819:173): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 04 13:24:56 kdwl kernel: audit: type=1131 audit(1636028696.819:174): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 04 22:09:01 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Nov 05 19:48:35 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Nov 08 08:29:37 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Nov 08 08:29:37 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 08 08:29:37 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 08 08:29:37 kdwl kernel: audit: type=1130 audit(1636356577.437:114): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 08 08:29:37 kdwl kernel: audit: type=1131 audit(1636356577.437:115): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 09 13:17:17 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Nov 09 13:37:51 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Nov 10 08:33:35 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Nov 17 12:00:45 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Nov 17 12:22:53 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Nov 17 12:30:07 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Nov 17 14:09:51 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Nov 17 14:13:32 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Nov 17 14:56:05 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Nov 17 14:56:05 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 17 14:56:05 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 17 14:56:05 kdwl kernel: audit: type=1130 audit(1637157365.982:137): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 17 14:56:05 kdwl kernel: audit: type=1131 audit(1637157365.982:138): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Nov 17 15:04:58 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Nov 18 13:29:47 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Nov 21 15:57:15 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Nov 22 08:48:29 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Dec 01 14:57:04 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Dec 02 14:42:19 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Dec 02 14:42:19 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 02 14:42:19 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 02 14:42:19 kdwl kernel: audit: type=1130 audit(1638452539.523:107): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 02 14:42:19 kdwl kernel: audit: type=1131 audit(1638452539.523:108): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 03 07:13:28 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Dec 03 07:13:28 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 03 07:13:28 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 03 07:13:28 kdwl kernel: audit: type=1130 audit(1638512008.297:181): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 03 07:13:28 kdwl kernel: audit: type=1131 audit(1638512008.297:182): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 04 03:01:20 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Dec 04 03:01:20 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 04 03:01:20 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 04 03:01:20 kdwl kernel: audit: type=1130 audit(1638583280.249:273): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 04 03:01:20 kdwl kernel: audit: type=1131 audit(1638583280.249:274): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 05 07:48:18 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Dec 05 07:48:18 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 05 07:48:18 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 05 07:48:18 kdwl kernel: audit: type=1130 audit(1638686898.234:399): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 05 07:48:18 kdwl kernel: audit: type=1131 audit(1638686898.234:400): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 06 03:41:20 kdwl systemd[1]: updatedb.service: Deactivated successfully.
Dec 06 03:41:20 kdwl audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 06 03:41:20 kdwl audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 06 03:41:20 kdwl kernel: audit: type=1130 audit(1638758480.259:491): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 06 03:41:20 kdwl kernel: audit: type=1131 audit(1638758480.259:492): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=updatedb comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Dec 06 08:46:15 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Dec 08 08:34:23 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Jan 09 21:14:32 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Jan 09 21:17:48 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Jan 18 15:29:13 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Jan 19 09:45:12 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Jan 25 14:01:44 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Jan 25 14:08:50 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Jan 31 14:18:23 kdwl dbus-daemon[1108]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.46' (uid=0 pid=2956 comm="sudo updatedb ")
Jan 31 14:33:02 kdwl dbus-daemon[1108]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.56' (uid=0 pid=4785 comm="sudoedit /usr/lib/systemd/system/updatedb.timer ")
Jan 31 14:33:02 kdwl sudo[4785]:     myuser : TTY=pts/0 ; PWD=/home/myuser ; USER=root ; COMMAND=/usr/bin/nano -- /usr/lib/systemd/system/updatedb.timer
Jan 31 14:34:32 kdwl dbus-daemon[1108]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.59' (uid=0 pid=5032 comm="sudoedit /usr/lib/systemd/system/updatedb.service ")
Jan 31 14:34:32 kdwl sudo[5032]:     myuser : TTY=pts/1 ; PWD=/home/myuser ; USER=root ; COMMAND=/usr/bin/nano -- /usr/lib/systemd/system/updatedb.service
Jan 31 14:53:25 kdwl dbus-daemon[1108]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.66' (uid=0 pid=8214 comm="sudoedit /usr/lib/systemd/system/updatedb.timer ")
Jan 31 14:53:25 kdwl sudo[8214]:     myuser : TTY=pts/2 ; PWD=/home/myuser ; USER=root ; COMMAND=/usr/bin/nano -- /usr/lib/systemd/system/updatedb.timer
Jan 31 14:56:17 kdwl dbus-daemon[1108]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.67' (uid=0 pid=8877 comm="sudo /usr/bin/updatedb ")
Jan 31 14:56:17 kdwl sudo[8877]:     myuser : TTY=pts/0 ; PWD=/home/myuser ; USER=root ; COMMAND=/usr/bin/updatedb
Jan 31 15:01:24 kdwl dbus-daemon[1108]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.69' (uid=0 pid=9437 comm="sudoedit /usr/lib/systemd/system/updatedb.timer ")
Jan 31 15:01:24 kdwl sudo[9437]:     myuser : TTY=pts/2 ; PWD=/home/myuser ; USER=root ; COMMAND=/usr/bin/nano -- /usr/lib/systemd/system/updatedb.timer
Jan 31 15:02:10 kdwl systemd[1]: updatedb.timer: Deactivated successfully.
Jan 31 15:05:21 kdwl dbus-daemon[899]: [system] Activating via systemd: service name='org.freedesktop.home1' unit='dbus-org.freedesktop.home1.service' requested by ':1.35' (uid=0 pid=1434 comm="sudoedit /usr/lib/systemd/system/updatedb.timer ")

Last edited by tnek (2022-01-31 14:57:38)

Offline

#2 2022-01-31 14:45:05

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,285

Re: mlocate database is not being updated

That timer/unit combination reads strange. Your "service" file contains a timer section that's not needed and the job of the .timer file, your .timer file does not contain anything at all. This is not what's distributed in the package by default.

Move the [Timer] section to the .timer file, and consider using drop in files if you want to add customizations to existing unit files, as your current alterations would be removed when the mlocate package updates.

You probably want to get rid of the RandomizedDelaySec directive if your actual intention is to shoot this every hour. The point of that is to add a random delay within the specified timer frame to get "random" points of execution, to avoid other timers/clogging system resources.

Last edited by V1del (2022-01-31 14:58:30)

Offline

#3 2022-01-31 15:01:20

tnek
Member
Registered: 2008-06-10
Posts: 41

Re: mlocate database is not being updated

Thanks for your reply! I messed up in the copy-pasting, got a bit lost in all the text. Sorry. I've updated now and the files look as they should.

What I have should all be the defaults except that I changed /usr/lib/systemd/system/updatedb.timer to

...
[Timer]
OnBootSec=5 min
OnCalendar=hourly

Where the OnBootSec line wasn't there before, I added it to see if it would help. I also changed OnCalendar=daily to hourly. I've had this problem both before and after this.

Really nice tip about the drop in files, I'll use that as I understand it's cleaner. Still, my current problem persists.

Any ideas?

Offline

#4 2022-01-31 15:33:44

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,684

Re: mlocate database is not being updated

Does "uptime" match the last invocation?
The timer says "hourly" but the trigger suggests "daily" or "monthly" so I assume you did not re-activate the timer (implying you also didn't reboot after the change)?

Offline

#5 2022-04-30 14:26:50

rfried123
Member
Registered: 2021-08-01
Posts: 4

Re: mlocate database is not being updated

The stat of mlocate.db shows the size is about 32MiB. So I guess update db is not empty.
You may check this by listing the contents with

locate ""

but most of the filesystems content is missing (e.g. /usr objects).

The reason for updatedb ignoring those objects is the service units sandboxing option ProtectSystem=full does gets most of the filesystem readonly bindmounted for the updatedb execution.

To again include the bindmounted objects in the database you have these options:

  • Override ProtectSystem:

    systemctl edit updatedb.service
    >> [Service]
    >> ProtectSystem=no
  • Disable PRUNE_BIND_MOUNTS in /etc/updatedb.conf by setting it to no

Offline

#6 2022-04-30 15:45:49

Maniaxx
Member
Registered: 2014-05-14
Posts: 761

Re: mlocate database is not being updated

Maybe plocate runs better. mlocate hasn't been updated for 5 years.


sys2064

Offline

Board footer

Powered by FluxBB