search for: poked

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

Did you mean: poke
2003 Nov 13
2
IAX trunk monitoring
I have an issue where * tries to route a call over IAX to another server even if the server is down. I have included the relevant entries from my iax.conf, extensions.conf, and some debug output. If someone could tell me what I have configured incorrectly, I would appreciate it. Thanks, Stephen -----------iax.conf on voip2---------- [voip1] type=friend username=voip1 host=x.x.x.x (ip
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
Asterisk Project Security Advisory - AST-2008-010 +------------------------------------------------------------------------+ | Product | Asterisk | |----------------------+-------------------------------------------------| | Summary | Asterisk IAX 'POKE' resource exhaustion |
2010 Jan 03
1
Anova in 'car': "SSPE apparently deficient rank"
I have design with two repeated-measures factor, and no grouping factor. I can analyze the dataset successfully in other software, including my legacy DOS version BMDP, and R's 'aov' function. I would like to use 'Anova' in 'car' in order to obtain the sphericity tests and the H-F corrected p-values. I do not believe the data are truly deficient in rank. I
2015 Dec 09
2
wifi on servers and fedora [was Re: 7.2 kernel panic on boot]
Matthew Miller wrote: > On Wed, Dec 09, 2015 at 11:54:57AM -0500, m.roth at 5-cent.us wrote: >> Matthew Miller wrote: >> > Working with your employer to fix the "will not allow Fedora into the >> > premises" part seems like a good start. >> <snip> >> Why? Fedora is a development, rapid change distro. I just bugged one of >> my > >
2020 Apr 08
0
[RFC PATCH 00/26] Runtime paravirt patching
On 08.04.20 07:02, Ankur Arora wrote: > A KVM host (or another hypervisor) might advertise paravirtualized > features and optimization hints (ex KVM_HINTS_REALTIME) which might > become stale over the lifetime of the guest. For instance, the Then this hint is wrong if it can't be guaranteed. > host might go from being undersubscribed to being oversubscribed > (or the other way
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:
2010 Nov 13
0
[LLVMdev] Ahoy JIT Users
Will this poking include converting 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. >
2010 Nov 13
1
[LLVMdev] Ahoy JIT Users
On Fri, Nov 12, 2010 at 6:01 PM, Wesley Peck <peckw at wesleypeck.com> wrote: > Will this poking include converting the JIT to use the MC framework? That is the motivation for me poking at things, yes. > 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 :) I agree, that would be
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 =
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
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
2018 Apr 19
5
[RFC] vhost: introduce mdev based hardware vhost backend
On Tue, Apr 10, 2018 at 03:25:45PM +0800, Jason Wang wrote: > > > > One problem is that, different virtio ring compatible devices > > > > may have different device interfaces. That is to say, we will > > > > need different drivers in QEMU. It could be troublesome. And > > > > that's what this patch trying to fix. The idea behind this > >
2018 Apr 19
5
[RFC] vhost: introduce mdev based hardware vhost backend
On Tue, Apr 10, 2018 at 03:25:45PM +0800, Jason Wang wrote: > > > > One problem is that, different virtio ring compatible devices > > > > may have different device interfaces. That is to say, we will > > > > need different drivers in QEMU. It could be troublesome. And > > > > that's what this patch trying to fix. The idea behind this > >
2013 Jun 15
2
[LLVMdev] RFC - Profile Guided Optimization in LLVM
On 13.06.2013, at 19:12, Diego Novillo <dnovillo at google.com> wrote: > On 2013-06-12 18:15 , Chandler Carruth wrote: >> >> On Wed, Jun 12, 2013 at 3:10 PM, Jakob Stoklund Olesen <stoklund at 2pi.dk> wrote: >> It predates the block frequency interface. It just needs to be hooked up, patches welcome. It would also be nice to remove the floating point computations
2013 Aug 21
1
IAX qualify timers
Hi, I think I encountered a bug in the qualify timers for IAX on asterisk 1.8 but I'd like to check if I'm not messing up in my config somewhere before reporting a bug. In my IAX peer configuration I have this: [remote-host] type=friend host=172.16.6.45 username=remote-host secret=test notransfer=yes qualify=16000 qualifyfreqnotok=30000 disallow=all allow=alaw allow=ulaw allow=ilbc
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.
I saw this thread which is very similar to my issue, though I cannot solve mine with iptables. http://lists.digium.com/pipermail/asterisk-users/2013-September/280429.html Using asterisk 11.5, IAX does not seem to be able to receive any packets. My IP tables looks like this: root at dlaptop:/home/darryl# iptables -L Chain INPUT (policy ACCEPT) target prot opt source