mirror of
https://github.com/amidaware/rmmagent.git
synced 2026-04-26 14:55:47 +03:00
[GH-ISSUE #28] mac meshagent install timeout too short #95
Labels
No labels
bug
bug
enhancement
fixed
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/rmmagent#95
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 @cfsnate on GitHub (Dec 11, 2022).
Original GitHub issue: https://github.com/amidaware/rmmagent/issues/28
Need to test on more machines but it seems like at least on M1 ventura the trmm agent install task that install mesh times out before the installer has finished causing a failure in total installation
Any way to increase timeout?
@silversword411 commented on GitHub (Dec 14, 2022):
Mesh isn't working on Ventura atm
@wh1te909 commented on GitHub (Aug 1, 2023):
there is an undocumented
--timeoutflag you can pass to the installer, which was not actually being used anywhere. I just added it specifically for the mesh install command, will be in next release. default is 900 seconds, but you can specify something else if you want.