A couple of years ago I developed scripts to move the syslog to USB and to consolidate logs in weekly files. It is still working on an RT-AC68U under 384.3, and have no problem viewing the system log via the WEB admin GUI.
Now, I have a second router, an RT-AC86U (384.14_2) connected LAN to WAN with the old one, with just one notebook and one IOT. I am trying to learn ebtables/iptables and causing a lot of logging. Today I decided to manually move the log:
The log moved fine, but lost the GUI does not show it anymore.
Puzzled by this, I checked NVRAM and found variable log_path set to /jffs. I changed it
but did not make a difference.
When this did break? And more important, is there a way around it?
Now, I have a second router, an RT-AC86U (384.14_2) connected LAN to WAN with the old one, with just one notebook and one IOT. I am trying to learn ebtables/iptables and causing a lot of logging. Today I decided to manually move the log:
Code:
killall syslogd; syslogd -m 0 -l 7 -b 1 -s 256 -O /tmp/mnt/RT86V2/logs/syslog.log
Puzzled by this, I checked NVRAM and found variable log_path set to /jffs. I changed it
Code:
nvram set log_path=/tmp/mnt/RT86V2/logs
nvram commit
When this did break? And more important, is there a way around it?