Solving errors in linux

Hi everyone

I check all errors in my journalctl log like so:

sudo journalctl -p 3 -xb

Below are the 7 errors I found, and I can not solve on my own.
If you know how to solve these errors, please let me know.

Error 1:

auditd[1100]: Error receiving audit netlink packet (No buffer space available)

Error 2:

lightdm[1653]: gkr-pam: unable to locate daemon control file

Error 3:

passwd[24945]: pam_unix(passwd:chauthtok): unrecognized option [retry=15]
passwd[24945]: pam_unix(passwd:chauthtok): unrecognized option [dcredit=-1]
passwd[24945]: pam_unix(passwd:chauthtok): unrecognized option [ucredit=-1]
passwd[24945]: pam_unix(passwd:chauthtok): unrecognized option [ocredit=-1]
passwd[24945]: pam_unix(passwd:chauthtok): unrecognized option [lcredit=-1]

error 4:

kernel: usb 1-1.3: Device is not authorized for usage

error 5:

kernel: cdc_wdm 2-1.4:1.8: wdm_int_callback - 0 bytes
kernel: cdc_wdm 2-1.4:1.5: wdm_int_callback - 0 bytes

error 6:

nm-openvpn[186065]: event_wait : Interrupted system call (code=4)

error 7:

systemd[1671]: Failed to start Tracker metadata extractor.
β–‘β–‘ Subject: A start job for unit UNIT has failed
β–‘β–‘ Defined-By: systemd
β–‘β–‘ Support: https://forum.manjaro.org/c/support
β–‘β–‘ 
β–‘β–‘ A start job for unit UNIT has finished with a failure.
β–‘β–‘ 
β–‘β–‘ The job identifier is 1266 and the job result is failed.
systemctl --user status tracker-miner-fs-3.service
Γ— tracker-miner-fs-3.service - Tracker file system data miner
     Loaded: loaded (/usr/lib/systemd/user/tracker-miner-fs-3.service; disabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Wed 2022-04-20 07:11:04 CEST; 10s ago
    Process: 3359386 ExecStart=/usr/lib/tracker-miner-fs-3 (code=exited, status=1/FAILURE)
   Main PID: 3359386 (code=exited, status=1/FAILURE)
        CPU: 80ms
        
systemd[1671]: Failed to start Tracker file system data miner.
systemd[1671]: tracker-miner-fs-3.service: Scheduled restart job, restart counter is at 5.
systemd[1671]: Stopped Tracker file system data miner.
systemd[1671]: tracker-miner-fs-3.service: Start request repeated too quickly.
systemd[1671]: tracker-miner-fs-3.service: Failed with result 'exit-code'.
systemd[1671]: Failed to start Tracker file system data miner.

It would be more practical to describe what your actual issues are (besides the errors shown in the journals), one per thread.

2 Likes