I am just working on an RaspberryPi 2 with a small Monitor: 10", fullhd. I made an Arch Linux base-devel installation without X. To Increase the console font size I learned on
https://wiki.archlinux.org/index.php/Linux_console
to use the Terminus-Font and execute:
setfont /usr/share/kbd/consolefonts/ter-132n.psf.gz
This worked fine and look great. But when I shutdown the System it runs into an endless loop of error messages. The same happens, when I simply work on the system a while. in the journal there are repeating errors like:
Jan 10 13:00:22 erik systemd[1]: systemd-tmpfiles-clean.service: Succeeded.
Jan 10 13:00:22 erik systemd[1]: Started Cleanup of Temporary Directories.
Jan 10 13:00:22 erik audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? termina>
Jan 10 13:00:22 erik kernel: kauditd_printk_skb: 1 callbacks suppressed
Jan 10 13:00:22 erik kernel: audit: type=1130 audit(1578657622.549:30): pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-tmpfiles-clean comm="systemd" exe="/usr/lib/systemd/systemd>
Jan 10 13:00:22 erik kernel: BUG: scheduling while atomic: kauditd/37/0x00000003
Jan 10 13:00:22 erik kernel: Modules linked in: joydev evdev bcm2835_codec(C) bcm2835_v4l2(C) v4l2_mem2mem bcm2835_mmal_vchiq(C) videobuf2_dma_contig v4l2_common videobuf2_vmalloc videobuf2_me>
Jan 10 13:00:22 erik kernel: Preemption disabled at:[<801887a4>] vprintk_emit+0x1dc/0x348
Jan 10 13:00:22 erik kernel: CPU: 0 PID: 37 Comm: kauditd Tainted: G C 4.19.93-1-ARCH #1
Jan 10 13:00:22 erik kernel: Hardware name: BCM2835
Jan 10 13:00:22 erik kernel: [<80110c70>] (unwind_backtrace) from [<8010c6e8>] (show_stack+0x10/0x14)
Jan 10 13:00:22 erik kernel: [<8010c6e8>] (show_stack) from [<80b6c9f4>] (dump_stack+0xc4/0xec)
Jan 10 13:00:22 erik kernel: [<80b6c9f4>] (dump_stack) from [<80155af0>] (__schedule_bug+0xa0/0xd4)
Jan 10 13:00:22 erik kernel: [<80155af0>] (__schedule_bug) from [<80b81ee0>] (__schedule+0x7e8/0xa68)
Jan 10 13:00:22 erik kernel: [<80b81ee0>] (__schedule) from [<80b821ac>] (schedule+0x4c/0xac)
Jan 10 13:00:22 erik kernel: [<80b821ac>] (schedule) from [<807f3e64>] (bcm2708_fb_copyarea+0x300/0x494)
Any Idea, what can be done?
Kind Regards
Karl-Heinz