search for: cleaner

Displaying 20 results from an estimated 3236 matches for "cleaner".

2004 Jul 22
1
Sip -> H323 using oh323 and G729
...H225 Caller:80f1490 H323 Call end reason for ip$localhost/23866 set to EndedByQ931Cause 2:21.399 H225 Caller:80f1490 H225 Sending release complete PDU: callRef=23866 2:21.400 H225 Caller:80f1490 H225 Sending PDU: releaseComplete 2:21.401 H323 Cleaner H323 Cleaning up connections 2:21.401 H323 Cleaner H323 Connection ip$localhost/23866 closing: connectionState=AwaitingSignalConnect 2:21.401 H323 Cleaner H323RTP Cleaning up RTP T-0 2:21.401 H323 Cleaner H323RTP Cleaning up RTP T-101 2:...
2012 Apr 26
7
[PATCH 2/4] Btrfs: fix deadlock on sb->s_umount when doing umount
The reason the deadlock is that: Task Btrfs-cleaner umount() down_write(&s->s_umount) sync_filesystem() do auto-defragment and produce lots of dirty pages close_ctree() wait for the end of btrfs-cleaner start_transaction reserve space shrink_delalloc() writeback_inodes_sb_nr_...
2008 Oct 14
5
[LLVMdev] Making GEP into vector illegal?
...hange the algorithm to look through the vector index, it lead to an interesting question about if we should allow a getelementptr (GEP) into a vector. A vector is not like an short array of elements. It is more of an entity in itself. When dealing with vectors, it seems to me that it is cleaner to think of them as an entity and GEP to the vector and then use extract element to access the element of the vector instead of using a GEP to get a pointer into a vector and loading it directly. If a client wants to do this, it would seem cleaner to force the client to bitcast it to an ar...
2008 Nov 11
3
Use the NEW ulaw/alaw codecs (slower, but cleaner)
In Asterisk 1.6, there is an option to use the 'new g.711 algorithm'. "Use the NEW ulaw/alaw codec's (slower, but cleaner)" By slower does this mean more 'expensive', or does it instead mean that there will be more algorithmic latency? Both? Can anyone speak to the relative increases? With regard to accuracy, can anyone speak to what kind of situation might demonstrate the benefit of the new algorithm...
2003 Nov 27
6
Help for oh323
...given below; 0:00.076 OpenH323 Wrapper OpenH323 Wrapper Version 0.0alpha 0 by inAccess Networks (www.inaccessnetworks.com) on Unix Linux (2.4.20-8-i686) at 2003/11/26 20:15:07.622 0:00.078 OpenH323 Wrapper H323 Created endpoint. 0:00.078 H323 Cleaner H323 Started cleaner thread 0:00.212 OpenH323 Wrapper H323 Started listener Listener[ip$*:1720] 0:00.214 H323 Listener:8115c18 H323 Awaiting TCP connections on port 1720 0:00.214 OpenH323 Wrapper H323UDP Binding to interface: 0.0.0.0:10000 0:00.243...
2011 Jan 05
2
Simulation - Natrual Selection
Hi, I've been modelling some data over the past few days, of my work, repeatedly challenging microbes to a certain concentration of cleaner, until the required concentration to inhibit or kill them increaces, at which point they are challenged to a slightly higher concentration each day. I'm doing ths for two different cleaners and I'm collecting the required concentration to kill them as a percentage, the challenge number...
2005 Jan 27
0
Problem with OpenPhone->Asterisk
....cxx(1558) H225 Sending release complete PDU: callRef=27042 5:37.477 H225 Answer:9cc1250 h323pdu.cxx(517) H225 Sending PDU: releaseComplete 5:37.478 H225 Answer:9cc1250 transports.cxx(1166) H225 Signal channel stopped on first PDU. 5:37.479 H323 Cleaner h323ep.cxx(1955) H323 Cleaning up connections 5:37.479 H323 Cleaner h323.cxx(1595) H323 Connection ip$10.120.160.15:3172/27042 closing: connectionState=NoConnectionActive 5:37.479 H323 Cleaner h323neg.cxx(334) H245 Stopping MasterSlaveDet...
2013 Apr 16
7
puppet-cleaner: makes puppet DSL code comply with a subset of the style guide
FWIW, I''ve wrote puppet-cleaner to help me make comply thousands of lines of puppet 2.6 DSL code to puppet 2.7 style guide and expectations. I''m uploading it to github today for anyone to use. https://github.com/santana/puppet-cleaner Externally, you run puppet-clean file.pp and it can transform this: /* multiline...
2011 Jan 05
0
Fwd: Re: Simulation - Natrual Selection
...r-project.org >>>> Subject: [R] Simulation - Natrual Selection >>>> >>>> Hi, >>>> >>>> I've been modelling some data over the past few days, of my work, >>>> repeatedly challenging microbes to a certain concentration of cleaner, >>>> until the required concentration to inhibit or kill them increaces, at >>>> which point they are challenged to a slightly higher concentration each >>>> day. I'm doing ths for two different cleaners and I'm collecting the >>>> requir...
2005 Jan 06
0
H.323 to SIP extension
...} h245Tunneling = FALSE } } } Raw PDU: 08 02 85 bf 5a 7e 00 22 05 25 c0 06 00 08 91 4a ....Z~.".%.....J 00 04 58 08 11 00 ba 8b ea 28 6d 5e d9 11 8d 2c ..X......(m^..., 00 0b 6a 59 ee 0c 02 80 01 00 ..jY...... 0:26.586 H323 Cleaner h323ep.cxx(1955) H323 Cleaning up connections 0:26.586 H323 Cleaner h323.cxx(1595) H323 Connection ip$10.0.0.5:1447/1471 closing: connectionState=NoConnectionActive 0:26.586 H323 Cleaner h323neg.cxx(334) H245 Stopping MasterSlav...
2008 Oct 14
0
[LLVMdev] Making GEP into vector illegal?
...o look through the vector index, > it lead to an interesting question about if we should allow a > getelementptr (GEP) into a vector. > > A vector is not like an short array of elements. It is more of an > entity in itself. When dealing with vectors, it seems to me that it > is cleaner to think of them as an entity and GEP to the vector and > then use extract element to access the element of the vector instead > of using a GEP to get a pointer into a vector and loading it > directly. If a client wants to do this, it would seem cleaner to > force the client to bitcast...
2006 Jun 08
0
Cleaner way to do this
is there a cleaner way to achieve this? // Is this the correct way? def show_servers @server_pages, @switch_servers = paginate :servers, :conditions=>["id in (select server_id from server_interfaces where server_interfaces.switch_interface_id in (select id from switch_interfaces where switch_id = ?) )&quo...
2010 Dec 24
1
Re: [1.2]StarCraft 2 - Very Slow On Good Computer?
I read the topics i.e very enjoyable.But I really filled-if your computer is slow,then you use registry cleaners.Because registry cleaners protects your important documents and delete unnecessary data and keeps fast.. :PRegistry Cleaners (http://www.repairregistrycleaners.com/)
2011 Mar 23
0
Passing NilClass To Create & MiniTest Backtrace Cleaner
...model or not. My app''s controller was setup in such a way that I would always pass params[:foo] and sometimes that was nil and for years that has always worked. Does this sound patch worthy? If so I''ll scrap some time up and see what happens. 2) I noticed that the Rails.backtrace_cleaner was not being used in my tests under 1.9.x since that uses MiniTest. This could have been happening for as long as there has been MiniTest usage since the backtrace cleaner was introduced, I may have never noticed before. Either way I created a plugin last night [1] called MiniBacktrace that is rea...
2007 Feb 27
0
^*^ Best PC Optimizer and PC Cleaner ^*^
* [image: Best PC Optimizer] <http://www.awpedia.com/downloads/cCleaner/>** Over 48 million downloads!!!* * CCleaner <http://www.awpedia.com/downloads/cCleaner/> is a freeware system optimization and privacy tool. It removes unused files from your system - allowing Windows to run faster and freeing up valuable hard disk space. It also cleans traces of your on...
2004 Sep 28
0
H323 dropping connections
...3.cxx(1445) H225 Sending release complete PDU: callRef=29016 0:17.337 H245:9fe49c0 h323pdu.cxx(494) H245 Sending PDU: command endSessionCommand 0:17.338 H245:9fe49c0 h323pdu.cxx(494) H225 Sending PDU: releaseComplete 0:17.339 H323 Cleaner h323ep.cxx(1738) H323 Cleaning up connections 0:17.340 H245:9fe49c0 h323.cxx(3207) H245 Control channel closed. 0:17.341 H323 Cleaner h323.cxx(1482) H323 Connection ip$localhost/29016 closing: connectionState=AwaitingSignalConnect 0:17....
2004 May 18
0
problems with asterisk-oh323
...ached is the trace of the asterisk-oh323 library Any ideas on what the problem could be?? Thanks in advance -- Pablo Endres <epablo@comvoz.com> ComVoz Comunications -------------- next part -------------- 0:01.160 OpenH323 Wrapper H323 Created endpoint. 0:01.160 H323 Cleaner H323 Started cleaner thread 0:01.161 OpenH323 Wrapper H323 Started listener Listener[ip$*:1720] 0:01.161 OpenH323 Wrapper H323 Added capability: G.729{hw} <1> 0:01.161 OpenH323 Wrapper H323 Added capability: UserInput/hookflash <2> 0:01.161 OpenH323 W...
2003 Sep 12
2
problem with * and Howlink CL-100 ip phone
...x(1421) H225 Sending release complete PDU: callRef=32 0:36.042 H225 Answer:40419ae0 h323pdu.cxx(474) H225 Sending PDU: releaseComplete 0:36.042 H225 Answer:40419ae0 transports.cxx(1023) H225 Signal channel stopped on first PDU. 0:36.043 H323 Cleaner h323ep.cxx(1594) H323 Cleaning up connections 0:36.043 H323 Cleaner h323.cxx(1458) H323 Connection ip$XXX.XXX.XXX.251:1094/32 closing: connectionState=NoConnectionActive 0:36.043 H323 Cleaner transports.cxx(966) H323 H323Transport::Cl...
2013 Jun 10
1
btrfs-cleaner Blocked on xfstests 068
I''m running into a problem with the btrfs-cleaner thread becoming blocked on xfstests 068. The test locks up indefinitely without completing (normally it finished in about 45 seconds on my test box). I''ve replicated the issue on 3.10.0_rc5 and the for-linus branch of 3.9.0. I ran a git bisect on the 3.9.0 for-linus branch, and tracked...
2008 Oct 14
1
[LLVMdev] Making GEP into vector illegal?
...; index, >> it lead to an interesting question about if we should allow a >> getelementptr (GEP) into a vector. >> >> A vector is not like an short array of elements. It is more of an >> entity in itself. When dealing with vectors, it seems to me that it >> is cleaner to think of them as an entity and GEP to the vector and >> then use extract element to access the element of the vector instead >> of using a GEP to get a pointer into a vector and loading it >> directly. If a client wants to do this, it would seem cleaner to >> force the c...