search for: outstanding

Displaying 20 results from an estimated 1799 matches for "outstanding".

2007 Apr 25
2
SFTP and outstanding requests
I've been looking at the SFTP code and the filexfer RFC (and ended up answering my prior questions). I was wondering if anyone had any thoughts as to what might happen if the maximum number of outstanding requests was increased. Currently its set in sftp.c at /* Number of concurrent outstanding requests */ size_t num_requests = 16;
2012 Sep 27
1
CAM Target Layer and Linux (continued)
...96 isp0: max_ccbs: 20488, ccb_count: 79 isp0: ccb_freeq is NOT empty isp0: alloc_queue.entries 0, alloc_openings 4096 isp0: qfrozen_cnt:0:0:0:0:0 (ctl2:isp0:0:0:0): 0 requests total waiting for CCBs (ctl2:isp0:0:0:0): 0 CCBs oustanding (17788811 allocated, 17788811 freed) (ctl2:isp0:0:0:0): 0 CTIOs outstanding (17788811 sent, 17788811 returned (ctl4:isp0:0:0:1): 0 requests total waiting for CCBs (ctl4:isp0:0:0:1): 0 CCBs oustanding (16708305 allocated, 16708305 freed) (ctl4:isp0:0:0:1): 0 CTIOs outstanding (16708305 sent, 16708305 returned (ctl6:isp0:0:0:2): 0 requests total waiting for CCBs (ctl6:isp0:0...
2006 Apr 11
2
Re: Received VNAK: resending outstanding frames?
...ood of messages it > reports "Raw Hangup", and then soon enough it starts again). > > I'm using a "PA1686" IAX hardware phone. > > Any ideas please? > > <snip> > ... > Apr 11 22:49:52 DEBUG[16385] chan_iax2.c: Received VNAK: resending > outstanding frames > Apr 11 22:49:52 DEBUG[16385] chan_iax2.c: Received VNAK: resending > outstanding frames > Apr 11 22:49:52 DEBUG[16385] chan_iax2.c: Received VNAK: resending > outstanding frames > Apr 11 22:49:52 DEBUG[16385] chan_iax2.c: Received VNAK: resending > outstanding frames >...
2009 Dec 15
1
IOZone: Number of outstanding requests..
Hello: Sorry for asking iozone ques in this mailing list but couldn't find any mailing list on iozone... In IOZone, is there a way to configure # of outstanding requests client sends to server side? Something on the lines of IOMeter option "Number of outstanding requests". Thanks a lot!
2012 Apr 12
13
[ANNOUNCE] backports for 4.0.4 and 4.1.3 stable releases
The time has come for another round of stable releases. Please send (or resend) any outstanding backport requests for 4.0.4 and 4.1.3 before Friday 20 April. Note that 4.0.4 will likely be the last release in the 4.0.x branch. Ian.
2014 Oct 23
1
Auto video call hangup
...16:33:50] DEBUG[15590][C-00000012] res_rtp_asterisk.c: 0xb69b5488 -- Probation learning mode pass with source address 192.168.0.192:5006 [Oct 24 16:33:50] WARNING[15590][C-00000012] chan_iax2.c: Can't compress subclass 2097217 [Oct 24 16:33:50] DEBUG[15207] chan_iax2.c: Received VNAK: resending outstanding frames [Oct 24 16:33:50] DEBUG[15209] chan_iax2.c: Received VNAK: resending outstanding frames [Oct 24 16:33:50] DEBUG[15208] chan_iax2.c: Received VNAK: resending outstanding frames [Oct 24 16:33:50] DEBUG[15590][C-00000012] res_rtp_asterisk.c: Setting the marker bit due to a source update [Oct 24...
2014 Jun 24
4
[LLVMdev] Making it possible to clear the LLVMContext
Hello, the need here is to have a single LLVMContext used for multiple compilations. You make a good point about that by the way. If there are outstanding users cleaning the context under their seats might still pose a risk to them, and in that case deleting + newing a new LLVMContextImpl might actually not be very different. Marcello 2014-06-24 17:14 GMT+01:00 David Blaikie <dblaikie at gmail.com>: > What're the situation in which yo...
2015 May 28
7
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...e on the status of the CMake build system. Completed: * Bug 18496 - [cmake] .S assembly files not compiled by cmake in libclang_rt.ARCH * Bug 22725 - lldb build with cmake fails with "Program error: Invalid parameters entered, -h for help. " * Update GettingStarted to prefer CMake Still Outstanding: * Bug 14109 - CMake build for compiler-rt should use just-built clang - No Update: Still some small issues to resolve. * Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitions - I commented in the review for this today (http://reviews.llvm.org/D7623). I think the patches I have ar...
2007 Jan 10
1
outstanding patches
Where tha Dave at? I''ve got 3 outstanding patches I''d like to see committed, or at least get some feedback on. -- William <wmorgan-ferret at masanjin.net>
2013 Dec 06
1
Authentification Dovecot + Samba4
...: auth: Error:? srv1 dovecot: auth: Error: * host: 192.168.188.156 ?port: 389 ?(default) srv1 dovecot: auth: Error: ? refcnt: 2 ?status: Connected srv1 dovecot: auth: Error: ? last used: Fri 2013 srv1 dovecot: auth: Error:? srv1 dovecot: auth: Error:? srv1 dovecot: auth: Error: ** ld 0x7fef48794580 Outstanding Requests: srv1 dovecot: auth: Error: ?* msgid 37, ?origid 37, status InProgress srv1 dovecot: auth: Error: ? ?outstanding referrals 0, parent count 0 srv1 dovecot: auth: Error: ?* msgid 35, ?origid 33, status InProgress srv1 dovecot: auth: Error: ? ?outstanding referrals 0, parent count 1 srv1 dove...
2013 Mar 13
1
vhost questions.
...correct anyway. 2) Why do we implement write logging? Shouldn't qemu just switch to emulation if it wants to track writes? 3) Why do we have our own workqueue implementation? vhost/net.c questions: 1) Why do we wake the net tx worker every time the reference count of the number of outstanding DMAs is a multiple of 16? 2) Why is vhost_ubuf_ref kmalloced, rather than a structure member? 3) Why don't we simply use a slab allocator to allocate a structure for outstanding xmit dmas? Wouldn't that be far simpler? Would it be slower? 4) Why are the following fields in struct...
2013 Mar 13
1
vhost questions.
...correct anyway. 2) Why do we implement write logging? Shouldn't qemu just switch to emulation if it wants to track writes? 3) Why do we have our own workqueue implementation? vhost/net.c questions: 1) Why do we wake the net tx worker every time the reference count of the number of outstanding DMAs is a multiple of 16? 2) Why is vhost_ubuf_ref kmalloced, rather than a structure member? 3) Why don't we simply use a slab allocator to allocate a structure for outstanding xmit dmas? Wouldn't that be far simpler? Would it be slower? 4) Why are the following fields in struct...
2003 Jul 10
0
Outstanding issues?
Anyone that have outstanding regressions in 2.05-pre2? I'm trying to remember. Please let me know ASAP since I'm hoping to release 2.05 before I leave on vacation next week. -hpa
2007 Jul 11
0
outstanding patches
I finally merged to merge the last bits of the blocky.swf stuff from Nguyen into the AS branch. I think with this I just reduced the number of outstanding patches to zero. Or did I manage to miss anyone's patches? If so, please speak up now. :) I intend to throw all the mad hacking of the last months into a 0.5.0 release soon (ideally this week, but as I know myself I will keep getting distracted...). This will be done by merging the AS branch i...
2014 Jun 24
5
[LLVMdev] Making it possible to clear the LLVMContext
...gt; On Tue, Jun 24, 2014 at 10:44 AM, Marcello Maggioni <hayarms at gmail.com> > wrote: > > Hello, > > > > the need here is to have a single LLVMContext used for multiple > > compilations. > > > > You make a good point about that by the way. If there are outstanding > users > > cleaning the context under their seats might still pose a risk to them, > and > > in that case deleting + newing a new LLVMContextImpl might actually not > be > > very different. > > > > Marcello > > > > 2014-06-24 17:14 GMT+01:00 David...
2015 Feb 03
14
[LLVMdev] [RFC] Progress report on CMake build system's ability to replace autoconf
So, we’ve had this conversation a few times, and I wanted to coalate a status report for all the interested parties. Here's the outstanding work and my (not necissarily correct) view of the status and importance of each one: * Bug 12157 - llvmconfig.cmake.in make cmake installations not relocatable - There are patches on the bug that we should review, test, and land * Bug 14109 - CMake build for compiler-rt should use just-built cl...
2006 Mar 20
2
Problem with intermittent one-way audio
...5% and 10% of the time. If they hang up and call again, it usually works. I have tried both with trunk=yes, and trunk=no but they are still having the problem. The debug log has a lot of the following, but not much else to go on. Mar 20 19:26:37 DEBUG[26754] chan_iax2.c: Received VNAK: resending outstanding frames Mar 20 19:26:37 DEBUG[26754] chan_iax2.c: Received VNAK: resending outstanding frames Mar 20 19:26:37 DEBUG[26754] chan_iax2.c: Received VNAK: resending outstanding frames Mar 20 19:26:37 DEBUG[26754] chan_iax2.c: Received iseqno 18 not within window 19->19 Any help much appreciated. --...
2009 Jan 13
12
OpenSolaris better Than Solaris10u6 with requards to ARECA Raid Card
...c2t1d0s0 ONLINE 3 2 0 errors: No known data errors Under opensolaris, I don''t get the SCSI timeout errors but I do get error messages like this: Jan 13 09:30:39 yoda last message repeated 5745 times Jan 13 09:30:39 yoda arcmsr: [ID 659062 kern.notice] arcmsr0: too many outstanding commands (255 > 256) Jan 13 09:30:39 yoda arcmsr: [ID 659062 kern.notice] arcmsr0: too many outstanding commands (256 > 256) Jan 13 09:30:49 yoda last message repeated 2938 times Jan 13 09:30:49 yoda arcmsr: [ID 659062 kern.notice] arcmsr0: too many outstanding commands (254 > 256) Jan 13...
2009 Jan 01
5
Allison Smith, Music-on-Hold Parody--outstanding.
Allison Smith just created a hysterical parody music on hold Parody. Whatever you were doing, stop, and dial this number to listen to it: 360-519-5689. 2 minutes. I just gave her a few ideas, but she took it and ran with it--she chose the audio and did the mix-down and everything. Really funny!! -Karl -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 May 28
0
[LLVMdev] [RFC] Late May Update: Progress report on CMake build system's ability to replace autoconf
...> > Completed: > * Bug 18496 - [cmake] .S assembly files not compiled by cmake in > libclang_rt.ARCH > * Bug 22725 - lldb build with cmake fails with "Program error: Invalid > parameters entered, -h for help. " > * Update GettingStarted to prefer CMake > > Still Outstanding: > > * Bug 14109 - CMake build for compiler-rt should use just-built clang > - No Update: Still some small issues to resolve. > > * Bug 19462 - Use the INSTALL(EXPORT ...) to export CMake definitions > - I commented in the review for this today (http://reviews.llvm.org/D7623). &...