I upgraded to v1.0.2 using my port choice. The upgrade checked my nodes properly but, the gen_report is not getting corrected.
for line in $NODE_DATA; do
IP=$(echo "$line" | cut -d'|' -f2); ALIAS=$(echo "$line" | cut -d'|' -f1)
[ -z "$IP" ] && continue
# UPDATED: Added -p...
passwordless is working fine per that post. Your scripts are set-up to use the default port 22.
I do not run on the default port for ssh access. Just looking to see if it could be a configuration option.
Updated my RT-BE88U to 3006.102.7 from 3006.102.6 yesterday morning using the MerlinAU webUI interface
to initiate the upgrade process. So far all looks good.
Just to clarify my issue with the logs isn't that there is no pid, but that the field where the pid should be is NULL.
My other linux boxes running rsyslog just have a dash when the field for pid is NULL or other fields.
@Martinski and @ExtremeFiretop
Thanks for the deep dive on this issue.
There is still a rewrite rule in place for NULL program. I had changed it a long time back to be a "-" instead of "MerlinAU"
in case there were any other errand programs. Never did run into any. The NULL msgid rule is just...
Firstly I was very reluctant to post this as the intended recipients of a fix is way too small.
Also looking at the messages file it appears that everything is fine.
But I don't think adding a rewrite rule would apply a change to the message if it did not find something
that matched.
I am...
This is just a minor nuisance in MerlinAU logging. Just an FYI this is not new.
It has been this way for quite some time.
Some of the logging is normal for program name but some log entries are written with a NULL program name.
This is what I get when program name is NULL and I have to use a...
No, I cobbled together the destination and template as well as a few rewrite rules necessary since some
of the router services like to output null fields.
@Martinski
Thank you for the clarity update.
I re-ran the update with the forceupdate option so all is squared away now.
Just for future reference for someone.
I placed my syslog server settings in /opt/etc/syslog-ng.d/loki-syslog-server.
This was working ok with the exception that some of the...
I haven't run the BETA and am definitely missing the new source configuration.
source src {
unix-dgram("/dev/log" so_rcvbuf(65536) flags(syslog-protocol));
file("/proc/kmsg" program_override("kernel") flags(kernel));
wildcard_file(base_dir("/opt/var/log")...