I had to increase the size of my root partition because it was full (100%). I don't regularly follow its size, but since increasing the partition, the size has gone up another 3 GB in 3 days. I am not sure, but it might be due to /var/log/kern.log and kern.log.1, which are at 3 and 4 GB, respectively. I see one line an awful lot in there.
It seems to have to do with a personal dictionary, jon.dic, I have defined in libreoffice. For what it may be worth, I have been writing lots of LO files with Latex formulas in the Mathlab extension.
Since I never look at these messages, are they important? Is there a way to keep them from being entered in kern.log? I really hate the idea of setting up a cron script to follow this sort of thing.
Thanks in advance for any suggestions.
Code:
/var/log$ tail kern.log Feb 1 12:19:18 jon-desktop kernel: [15769.668207] audit: type=1400 audit(1580555958.150:10860): apparmor="ALLOWED" operation="mknod" profile="libreoffice-soffice" name="/home/jon/jon-files/jon-libreoffice/user/pack/database/biblio/biblio.pack" pid=25855 comm="soffice.bin" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000 Feb 1 12:19:18 jon-desktop kernel: [15769.668267] audit: type=1400 audit(1580555958.150:10861): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/jon/jon-files/jon-libreoffice/user/pack/database/biblio/biblio.pack" pid=25855 comm="soffice.bin" requested_mask="wc" denied_mask="wc" fsuid=1000 ouid=1000 Feb 1 12:19:18 jon-desktop kernel: [15769.668268] audit: type=1400 audit(1580555958.150:10862): apparmor="ALLOWED" operation="chown" profile="libreoffice-soffice" name="/home/jon/jon-files/jon-libreoffice/user/pack/database/biblio/biblio.pack" pid=25855 comm="soffice.bin" requested_mask="w" denied_mask="w" fsuid=1000 ouid=1000 Feb 1 12:19:18 jon-desktop kernel: [15769.668351] audit: type=1400 audit(1580555958.150:10863): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/jon/jon-files/jon-libreoffice/user/pack/template/jon-sci-view1.pack" pid=25855 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000 Feb 1 12:19:18 jon-desktop kernel: [15769.668437] audit: type=1400 audit(1580555958.150:10864): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/jon/jon-files/jon-libreoffice/user/pack/template/jon-standard.pack" pid=25855 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000 Feb 1 12:19:18 jon-desktop kernel: [15769.668521] audit: type=1400 audit(1580555958.150:10865): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/jon/jon-files/jon-libreoffice/user/wordbook/jon.dic" pid=25855 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000 Feb 1 12:19:18 jon-desktop kernel: [15769.668566] audit: type=1400 audit(1580555958.150:10866): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/jon/jon-files/jon-libreoffice/user/pack/wordbook/jon.pack" pid=25855 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000 Feb 1 12:19:18 jon-desktop kernel: [15769.668568] audit: type=1400 audit(1580555958.150:10867): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/jon/jon-files/jon-libreoffice/user/wordbook/jon.dic" pid=25855 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000 Feb 1 12:19:18 jon-desktop kernel: [15769.668569] audit: type=1400 audit(1580555958.150:10868): apparmor="ALLOWED" operation="open" profile="libreoffice-soffice" name="/home/jon/jon-files/jon-libreoffice/user/wordbook/jon.dic" pid=25855 comm="soffice.bin" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000 Feb 1 14:00:41 jon-desktop kernel: [21853.520045] perf: interrupt took too long (3151 > 3126), lowering kernel.perf_event_max_sample_rate to 63250
Since I never look at these messages, are they important? Is there a way to keep them from being entered in kern.log? I really hate the idea of setting up a cron script to follow this sort of thing.
Thanks in advance for any suggestions.
Comment