cgb

Results 7 issues of cgb

I was seeing this while running as root: socket(PF_INET, SOCK_DGRAM, IPPROTO_ICMP) = -1 EACCES (Permission denied) I discovered IPPROTO_ICMP requires explicit permission for the user running the program (even for...

Hey there, I've been experimenting with nfstream recently and am chasing down a weird behavior I'm seeing where idle flow logs are emitted by NFStreamer at the active_timeout value. I...

question

GitLab API supports creating new notes (CreateIssueNote), and updating existing notes (UpdateIssueNote). It would be great to be able to do: - lab issue X note -e (create a new...

Hey @Ylianst thank you for the addition of script running, it seems to be working well and I like the new drag and drop feature also :) One thing I've...

enhancement

Hey there, I've occasionally seen where MeshCentral's console reports no active user on a PC, but when I remote control, I find a user is logged in and active on...

bug

## Description _ssh_connect was refactored in PR #877 and introduced a reference to self.prompt before prompt was defined. This resulted in the error: ``` suzieq.poller.worker.nodes.node - ERROR - Unable to...

Hey there, I've been ramping up my use of ScriptTask for scheduling scripts across a reasonable number of agents, and had noticed mongod CPU usage burst to 100% very regularly....