System Information:
- Cubietruck with Ubuntu 16.04
- armbian-config 5.62
- armbian-firmware 5.60
- armbian-tools-xenial 5.60
Hallo since last few updated I've noticed that I have no logs... With some update armbian ram logging was enabled and all logs moved to log.hdd folder, but not all of them are filled up after this operation.
I did disabled armbian-ram-loggin wia editing /etc/default/armbian-ramlog:
ENABLED=false
After this services was disabl
Long story short, to disable arbain-ramlog:
1. Change in /etc/default/armbian-ramlog
ENABLED=false
2. Disable in cron root user truncate-logs by editing /etc/cron.d/armbian-truncate-logs (just comment the line) like this:
# 0,15,30,45 * * * * root /usr/lib/armbian/armbian-truncate-logs
3. Delete /etc/cron.daily/armbian-ram-logging or comment it like:
#!/bin/sh
#/usr/lib/armbian/armbian-ramlog write >/dev/null 2>&1
4. Restart Server. Because armbian-zram is co