search for: poke

Displaying 20 results from an estimated 2288 matches for "poke".

Did you mean: joke
2003 Nov 13
2
IAX trunk monitoring
...md5,plaintext IAX No voip2*CLI> iax show peers Name/Username Host Mask Port Status voip1/voip1 x.x.x.x (S) 255.255.255.255 5036 UNREACHABLE voip1*CLI> iax debug Rx-Frame Retry[N/A] -- Seqno: 00 Type: IAX Subclass: POKE Tx-Frame Retry[-01] -- Seqno: 00 Type: IAX Subclass: ACK Tx-Frame Retry[000] -- Seqno: 00 Type: IAX Subclass: PONG Rx-Frame Retry[N/A] -- Seqno: 01 Type: IAX Subclass: ACK Tx-Frame Retry[001] -- Seqno: 00 Type: IAX Subclass: PONG Rx-Frame Retry[N/A] -- Seqno: 00 Type: IAX S...
2020 Feb 27
1
FYI: patch to make GNU poke become a libnbd client
If you're interested in editing binary data served by an arbitrary NBD server, I've just proposed a patch to integrate NBD client support into GNU poke: https://lists.gnu.org/archive/html/poke-devel/2020-02/msg00102.html -- Eric Blake, Principal Software Engineer Red Hat, Inc. +1-919-301-3226 Virtualization: qemu.org | libvirt.org
2008 Jul 22
0
AST-2008-010: Asterisk IAX 'POKE' resource exhaustion
...ory - AST-2008-010 +------------------------------------------------------------------------+ | Product | Asterisk | |----------------------+-------------------------------------------------| | Summary | Asterisk IAX 'POKE' resource exhaustion | |----------------------+-------------------------------------------------| | Nature of Advisory | Denial of service | |----------------------+-------------------------------------------------| | Susceptibility | Re...
2010 Jan 03
1
Anova in 'car': "SSPE apparently deficient rank"
...2 6 1 4 7 9 4 p4 1 1 2 2 1 2 3 6 2 3 8 10 5 p5 2 2 3 3 2 3 5 7 2 3 7 9 > attach(your.data) > multmodel=lm(cbind(A1B1, A1B2, A1B3, A1B4, A2B1, A2B2, A2B3, A2B4, A3B1, A3B2, A3B3, A3B4)~1) > poke.idata=read.table(pipe("pbpaste"),header=T) > poke.idata Afac Bfac 1 A1 B1 2 A1 B2 3 A1 B3 4 A1 B4 5 A2 B1 6 A2 B2 7 A2 B3 8 A2 B4 9 A3 B1 10 A3 B2 11 A3 B3 12 A3 B4 > attach(poke.idata) > pokeAnova =Anova(multmode...
2015 Dec 09
2
wifi on servers and fedora [was Re: 7.2 kernel panic on boot]
...t;snip> >> Why? Fedora is a development, rapid change distro. I just bugged one of >> my > > Because of the context of this conversation. We can't have user > feedback and involvement without user feedback and involvement. So, you're saying that end users need to go poke their noses into the development process, but that developers don't need to poke their noses out to the end users... or at least, that's how I read what you're saying. mark
2020 Apr 08
0
[RFC PATCH 00/26] Runtime paravirt patching
.../paravirt: Add primitives to stage pv-ops" > > Patch 20 enables switching of pv_lock_ops: > "x86/paravirt: Enable pv-spinlocks in runtime_patch()" > > 2. Non-emulated text poking (patches 11-19) > > Patches 11-13 are mostly refactoring to split __text_poke() into map, > unmap and poke/memcpy phases with the poke portion being re-entrant > "x86/alternatives: Remove return value of text_poke*()" > "x86/alternatives: Use __get_unlocked_pte() in text_poke()" > "x86/alternatives: Split __text_poke()" &g...
2015 Sep 20
3
[Bug 92057] New: nouveau hard crash seems to poke arbitrary mmio address
https://bugs.freedesktop.org/show_bug.cgi?id=92057 Bug ID: 92057 Summary: nouveau hard crash seems to poke arbitrary mmio address Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: critical Priority: medium Component: Driver/nouveau Assigne...
2010 Nov 13
0
[LLVMdev] Ahoy JIT Users
...ng the JIT to use the MC framework? I've added an MC based asm parser, disassembler, and code emitter recently to the MBlaze backend and it would be nice to get JIT support automatically :) -- Wesley Peck On Nov 12, 2010, at 7:42 PM, Daniel Dunbar wrote: > Hi, > > I am starting to poke at the LLVM JIT, which seems to be in need of some TLC. > > If you are a "sophisticated" JIT user and are using either internal > APIs (either by integrating with LLVM, or by other C++ tricks), or are > using obscure or poorly documented public APIs (e.g., why is > runJITO...
2010 Nov 13
1
[LLVMdev] Ahoy JIT Users
...e backend and it would be nice to get JIT support automatically :) I agree, that would be an excellent proof of the benefits of the unified architecture! - Daniel > -- Wesley Peck > > On Nov 12, 2010, at 7:42 PM, Daniel Dunbar wrote: > >> Hi, >> >> I am starting to poke at the LLVM JIT, which seems to be in need of some TLC. >> >> If you are a "sophisticated" JIT user and are using either internal >> APIs (either by integrating with LLVM, or by other C++ tricks), or are >> using obscure or poorly documented public APIs (e.g., why...
2020 Apr 08
0
[RFC PATCH 15/26] x86/alternatives: Non-emulated text poking
On Tue, Apr 07, 2020 at 10:03:12PM -0700, Ankur Arora wrote: > +static void __maybe_unused sync_one(void) > +{ > + /* > + * We might be executing in NMI context, and so cannot use > + * IRET as a synchronizing instruction. > + * > + * We could use native_write_cr2() but that is not guaranteed > + * to work on Xen-PV -- it is emulated by Xen and might not > + *
2020 Apr 08
0
[RFC PATCH 15/26] x86/alternatives: Non-emulated text poking
On Tue, Apr 07, 2020 at 10:03:12PM -0700, Ankur Arora wrote: > +static int __maybe_unused text_poke_late(patch_worker_t worker, void *stage) > +{ > + int ret; > + > + lockdep_assert_held(&text_mutex); > + > + if (system_state != SYSTEM_RUNNING) > + return -EINVAL; > + > + text_poke_state.stage = stage; > + text_poke_state.num_acks = cpumask_weight(cpu_online_mas...
2019 Dec 13
1
log file message I don't understand
Hello! I get something in my log files. [2019-12-13  16:17:35] EROR admin/admin_handle_request Error parsing command string or unrecognised command: !POKE [2019-12-13  16:17:35] INFO admin/admin_handle_request Bad or missing password on mount modification admin request (command: metadata) [2019-12-13  16:17:35] WARN admin/admin_handle_request Admin command metadata on non-existent source /feting Where does !POKE come from? regards, Per Gunnarsson
2012 Aug 21
1
Ways to poke and prod Dovecot?
I'm a newbie and want to learn more about Dovecot. I can install it in a test bed but am not sure how to run it so it shows me what it's doing but i'm not actually mailing stuff. Is there a doc somewhere? Thanks! Leam -- Mind on a Mission <http://leamhall.blogspot.com/>
2013 Jun 17
2
[LLVMdev] RFC - Profile Guided Optimization in LLVM
On 17.06.2013, at 15:56, Diego Novillo <dnovillo at google.com> wrote: > On 2013-06-15 16:39 , Benjamin Kramer wrote: >> Do you want to take over this effort or should I poke more at it? > > Since you've already started, it's easier if you poke more at it. Thanks. I've got a whole bunch of other things to go through. OK, will do. Jakob any comments on the patch? The only interesting part is in LiveIntervals::getSpillWeight. Do we have to scale the...
2018 Apr 19
5
[RFC] vhost: introduce mdev based hardware vhost backend
...userspace - apps can be written in any language no need to maintain multiple libraries or add wrappers - security concerns are much smaller (ok people are trying to raise the bar with IOMMUs and such, but it's already pretty good even without) The biggest issue is that you let userspace poke at the device which is also allowed by the IOMMU to poke at kernel memory (needed for kernel driver to work). Yes, maybe if device is not buggy it's all fine, but it's better if we do not have to trust the device otherwise the security picture becomes more murky. I suggested attaching a P...
2018 Apr 19
5
[RFC] vhost: introduce mdev based hardware vhost backend
...userspace - apps can be written in any language no need to maintain multiple libraries or add wrappers - security concerns are much smaller (ok people are trying to raise the bar with IOMMUs and such, but it's already pretty good even without) The biggest issue is that you let userspace poke at the device which is also allowed by the IOMMU to poke at kernel memory (needed for kernel driver to work). Yes, maybe if device is not buggy it's all fine, but it's better if we do not have to trust the device otherwise the security picture becomes more murky. I suggested attaching a P...
2013 Jun 15
2
[LLVMdev] RFC - Profile Guided Optimization in LLVM
...ockFrequency analysis into the spill placement code, it doesn't replace the use of floats in the register allocator. It's possible that some of the downstream calculations need an update to cope with the changed magnitude of the frequencies. Do you want to take over this effort or should I poke more at it? - Ben -------------- next part -------------- A non-text attachment was scrubbed... Name: block-frequency-spilling.patch Type: application/octet-stream Size: 23162 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130615/4d5b3577/attachment.obj&g...
2013 Aug 21
1
IAX qualify timers
...end host=172.16.6.45 username=remote-host secret=test notransfer=yes qualify=16000 qualifyfreqnotok=30000 disallow=all allow=alaw allow=ulaw allow=ilbc auth=md5 encryption=no With this configuration, I expect that I can receive a response PONG message from 172.16.6.45 up to 16 seconds after the POKE is sent out before the peer is marked UNREACHABLE or LAGGED. On the 172.16.6.45 machine I have configured an outgoing delay of 6000ms, effectively slowing down all outgoing traffic on the interface by 6 seconds. Here's what really happens: - Asterisk is started - outgoing POKE is sent - ev...
2013 Jan 28
3
RPM updates
Hi All, Who do I need to poke to get the yum repository / RPM files updated? The dahdi RPMs are not up to date with the CentOS kernel versions any more, it's making doing an installation a bit tricky due to dependancies, I'd rather not roll back / remove new kernels if I don't have to.. Cheers Steve
2013 Sep 19
0
iax packet loss again.
...urce destination Chain OUTPUT (policy ACCEPT) target prot opt source destination could it be any simpler???? with IAX debugging on in asterisk I see this in the console: Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 000 Type: IAX Subclass: POKE Timestamp: 00015ms SCall: 00525 DCall: 00000 [184.75.215.106:4569] Tx-Frame Retry[000] -- OSeqno: 000 ISeqno: 000 Type: IAX Subclass: POKE Timestamp: 00014ms SCall: 00890 DCall: 00000 [67.205.74.184:4569] Tx-Frame Retry[001] -- OSeqno: 000 ISeqno: 000 Type: IAX Subclass: P...