just done a fresh import appliance in Virtualbox of both the gateway and desktop. Upon completion, had a look around and found that both the /var/log/syslog and daemon.log files were filling up very rapidly with error messages pertaining to brltty. Not knowning what this was, found out it is a package for braille support for console messages. Unfortunately, it spits out about 10 lines of text, every 5 seconds, in both log files. The error is:
file system mount error: usbfs[brltty-usbfs] -> /var/run/brltty/usbfs: No such device
Wouldn’t take long for the system to run out of space at this rate.
I disabled brltty with both “systemctl stop brltty” and “systemctl disable brltty”, which stopped the flood of error messages. Just want to check I haven’t broken the system and that brltty has some other purpose I wasn’t aware of???
cheers.