Skip to content
Snippets Groups Projects
Commit d9ffb732 authored by Vladimír Štill's avatar Vladimír Štill
Browse files

bin: Update filter in journal-checker

parent 5f640238
No related branches found
No related tags found
No related merge requests found
......@@ -11,9 +11,11 @@ else
SINCE="--since=$(head -n1 $STAMPFILE)"
fi
# just ignore cretain error messages
filter() {
grep -v 'systemd-tmpfiles.*: Detected autofs mount point /home during canonicalization of /home.$' | \
grep -v 'systemd-xdg-autostart-generator'
grep -v 'systemd-tmpfiles\[[0-9]*\]: Detected autofs mount point /home during canonicalization of /home.$' | \
grep -v 'systemd-xdg-autostart-generator\[[0-9]*\]:' | \
grep -v 'dhcpd\[[0-9]*\]: uid lease [0-9.]* for client [0-9a-f:]* is duplicate on [0-9.]*/[0-9]*$'
}
NOW=$(date +"%Y-%m-%d %H:%M")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment