mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #679] Can't kill process in Remote Background feature #434
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#434
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 @subzdev on GitHub (Aug 31, 2021).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/679
Originally assigned to: @wh1te909 on GitHub.
Server Info (please complete the following information):
Installation Method:
Agent Info (please complete the following information):
Describe the bug
When trying to kill a process Dev tools reports:
Failed to load resource: the server responded with a status of 400 (Bad Request)
api.comain.com/agents/100/17820/killproc/:1 Failed to load resource: the server responded with a status of 400 (Bad Request)
To Reproduce
Steps to reproduce the behavior:
Right-click on an agent - Remote Background - Processes - Right-click - End Process
Expected behavior
Process should kill when ending.
@wh1te909 commented on GitHub (Sep 1, 2021):
fixed will be in next release (will require agent update). bug is present only in latest version of golang 1.17 which was just recently released. reverting back to 1.16.7
@wh1te909 commented on GitHub (Sep 1, 2021):
fixed in 0.8.2 (requires agent 1.6.1)