search for: remote_ser

Displaying 2 results from an estimated 2 matches for "remote_ser".

Did you mean: remote_user
2009 Nov 13
1
destroy zombie session
...ork for zombie channels. For example, I have this scenario (CLI output of command "iax2 show channels") IP-AM-PBX*CLI> iax2 show channels Channel Peer Username ID (Lo/Rem) Seq (Tx/Rx) Lag Jitter JitBuf Format (None) 10.229.47.113 REMOTE_SER 06818/14174 00002/00002 00000ms -0001ms 0000ms unknow 1 active IAX channel IP-AM-PBX*CLI> Here I can't issue "soft hangup" command because I haven't a channel to specify ("None" is not a choice :) ). Now the question is: is there a way to drop this (zombie) cha...
2019 Oct 21
0
[PATCH RFC 1/3] kcov: remote coverage support
On Thu, Oct 17, 2019 at 7:44 PM Andrey Konovalov <andreyknvl at google.com> wrote: > > Currently kcov can only collect coverage for syscalls that are issued > from the current process. This patch adds support for KCOV_REMOTE_ENABLE, > that makes it possible to collect coverage for arbitrary parts of the > kernel code, provided that this part is annotated with kcov_remote_start