Page 1 of 1
Log Center - Tos 6
Posted: 05 Nov 2024, 22:27
by Gremlin
Don't seem able to get Log Center app to work in Tos6 (various varieties). Tried both UDP and TCP on the default port.
Sending from Tos5 nas to Tos6 nas (or vice-versa) can get successful test transmission report but nothing is appearing in receiving device.
Do both Nas have to be same major version?
Re: Log Center - Tos 6
Posted: 04 Mar 2025, 14:56
by Ludovic
Hello,
Thinking that I have the same problem I have do a logger -n mytnas -P 514 `who`
And seems like the tnas didn't receive it... I will check later if the request is crashing before nas or in nas...
Re: Log Center - Tos 6
Posted: 04 Mar 2025, 16:01
by Gremlin
Thanks for the reply. Since this was a while ago, I thought it was "just me". I now have 3 nas on tos6. 2 'sending, 1 receiving and ..... nothing. Both 'senders' still report a good test transmission.
Re: Log Center - Tos 6
Posted: 04 Mar 2025, 16:32
by Ludovic
For you tos report that all is ok but no log is transmitted right?
Re: Log Center - Tos 6
Posted: 04 Mar 2025, 17:05
by Ludovic
So after a fast check in /var/log/kern.log
After doing the logger command (
Code: Select all
logger -n mytosnasip -P 514 "This is only test message ----- remote"
) to the tos system, the following line appeard in the file :
Code: Select all
Mar 4 10:02:41 mytosnas msgcenter[9209]: |---[message] myclientipaddress, runtime: 24m5.318496974s, receive: ping
Good to know that if I change the receive port and retry to send the logger command on the old port no more log is added to file but if I modify it to use new set port the msg in the kern log re appear...
To be sure the problem isn't with udp or firewall I have oppened firewall 514port and tested with tcp. It's interessting to see that if I do my logger command through tcp, I get connection refused but in the kern.log I get
Code: Select all
Mar 4 10:15:13 mytosnas msgcenter[9209]: |---[message] myclientipaddress, runtime: 36m40.609242323s, receive: ping
If anyone have an idea this should be nice
