mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #812] [Ping check] A message sent on a datagram socket was larger than the internal message buffer #2457
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#2457
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NiceGuyIT on GitHub (Nov 20, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/812
Server Info (please complete the following information):
Installation Method:
Agent Info (please complete the following information):
Describe the bug
Occasionally receiving this error during a ping check. Pinging the destination shows the destination manually works.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect the ping results to work if the host is up.
Screenshots


Additional context
I'm opening this on behalf of some Discord users.
5am79 and Hugo on Discord had an error message exactly like issue #168 for go-ping/ping. The rmmagent code uses exec but I understand the rmmagent repo is not up to date. It's possible it uses go-ping/ping for ping.
@dinger1986 commented on GitHub (Nov 20, 2021):
Also an error I have seen, however haven't reported as it clears the next time the check runs
@wh1te909 commented on GitHub (Nov 21, 2021):
yes we are using the go-ping library now. so until that issue you linked is fixed I would recommend just creating your own ping script check
@wh1te909 commented on GitHub (Jun 7, 2022):
here a script check you can add that functions similar to a ping check:
@silversword411 commented on GitHub (Jun 7, 2022):
For those that can't read python....that's python 😉