FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
108 views 1 comments
by anonymous

Hello,

RUTX_R_00.07.04.2 firmware installed. 

Issues in "Events Reporting Rules" : emails are not sent (sms are OK).

Emails sent from the GUI "Events Reporting Rule" (by clicking on tne button SEND) work fine.

Any explanation?

Thank you for your prompt answer.

pkbs

2 Answers

0 votes
by anonymous

Hello,

Could you check using CLI or ssh that there is no lingering flock processes on the router:

ps | grep flock

If you see one or more 'flock 1000' stuck try to kill them with killall -9 flock.

Regards,

by anonymous
Thank you for your prompt answer.
No process found
root@Teltonika-RUTX50:~# ps | grep flock
11689 root 1544 S grep flock
root@Teltonika-RUTX50:~# killall -9 flock
killall: flock: no process killed
0 votes
by anonymous


Thank you for your prompt answer.
No process found
root@Teltonika-RUTX50:~# ps | grep flock
11689 root 1544 S grep flock
root@Teltonika-RUTX50:~# killall -9 flock
killall: flock: no process killed
root@Teltonika-RUTX50:~#