search for: plog

Displaying 13 results from an estimated 13 matches for "plog".

Did you mean: log
2004 Jul 26
1
Cisco IOS and racoon
...#39;t support it. 2004-07-26 16:23:15: DEBUG2: cfparse.y:1429:cfparse(): parse successed. 2004-07-26 16:23:15: INFO: isakmp.c:1368:isakmp_open(): 1.1.1.1[500] used as isakmp port (fd=5) 2004-07-26 16:23:15: DEBUG: pfkey.c:197:pfkey_handler(): get pfkey X_SPDDUMP message 2004-07-26 16:23:15: DEBUG2: plog.c:193:plogdump(): 02120000 0f000100 01000000 0f020000 03000500 04180000 10020000 0a000300 00000000 00000000 03000600 04180000 10020000 0a000100 00000000 00000000 07001200 02000100 02000000 00000000 28003200 02020000 10020000 43203c92 00000000 00000000 10020000 43203c36 00000000 00000000 2004-07-26...
2006 Jan 04
4
HOWTO: Render partial in div
...so far: # index.rhtml <%= start_form_tag :action => ''search'' %> Enter Student Name: <%= text_field_with_auto_complete :student, :full_name %> <%= submit_tag "Get Student Records" %> <%= end_form_tag %> # CONTROLLER def search # Get all the PLogs associated with user_id, student_id studentid = params[:student] fullname = studentid[:full_name] name = Student.find_by_full_name(fullname) @archives = PhoneLog.find(:all, :conditions => ["user_id = ? AND student_id = ?", @session[''user''].id, name.id]) # Re...
2009 Sep 02
3
voice sound like robot voice :)
...buffer memcpy( pCodecRawBufferCur, rawsoundbuffer, length ); pCodecRawBufferCur += length; // determine the size of data uint buffersize = (int)( pCodecRawBufferCur - pCodecRawBuffer ); // do we have enough data for encoding? if ( buffersize < encoderFrameSize ) { //pLog->Add("codec: encoder: return: buffersize: %d: needtoencode %d", buffersize, encoderFrameSize); return 0; } int encodedbytes = 0; int pos = 0; // while we have enough data while( (uint)( pCodecRawBufferCur - pCodecRawBuffer ) >= encoderFrameSize ) { //...
2004 Apr 27
2
IPsec works, but racoon/IKE does not
...4-04-27 20:52:18: DEBUG: isakmp.c:2006:isakmp_newcookie(): new cookie: 055c6e2d1a6f5cf0 2004-04-27 20:52:18: DEBUG: ipsec_doi.c:3238:ipsecdoi_setid1(): use ID type of IPv4_address 2004-04-27 20:52:19: DEBUG: oakley.c:300:oakley_dh_generate(): compute DH's private. 2004-04-27 20:52:19: DEBUG: plog.c:193:plogdump(): 6e308efc dd12bb8c 43b3870d 470f6826 b75dcfed 51e9a827 7bfc9fb6 104e5038 ad255135 511f1047 029ebff4 059f5a66 3950f8df 1cf256d9 cae1b8a3 b72834de 8e0e440e aa85a078 70a283ba ea50c4c4 91004723 05892a7a 39694b9f 289e24e9 8931c02e 42830d85 91393b1d e67c6654 6a07a1ea 14929170 5c670bdd...
2007 Sep 07
2
Prioritizing VOIP traffic without sacrificing throughput
Hi, I would like to prioritize VOIP traffic when we use the phone, but other times not do traffic shaping at all. Right now I have my openwrt router set up with htb to do shaping. In order to get it to work well I had to set my upload and download speeds much lower than my line speed. With these settings, I get good VOIP reception even while surfing the net and doing a long download. However,
2009 Sep 03
1
Speex-dev Digest, Vol 64, Issue 2
...ufferCur += length; > > > > // determine the size of data > > uint buffersize = (int)( pCodecRawBufferCur - pCodecRawBuffer ); > > > > // do we have enough data for encoding? > > if ( buffersize < encoderFrameSize ) > > { > > //pLog->Add("codec: encoder: return: buffersize: %d: needtoencode > > %d", buffersize, encoderFrameSize); > > return 0; > > } > > > > int encodedbytes = 0; > > int pos = 0; > > // while we have enough data > > while( (uint)...
2009 Sep 03
0
voice sound like robot voice :)
...oundbuffer, length ); > pCodecRawBufferCur += length; > > // determine the size of data > uint buffersize = (int)( pCodecRawBufferCur - pCodecRawBuffer ); > > // do we have enough data for encoding? > if ( buffersize < encoderFrameSize ) > { > //pLog->Add("codec: encoder: return: buffersize: %d: needtoencode > %d", buffersize, encoderFrameSize); > return 0; > } > > int encodedbytes = 0; > int pos = 0; > // while we have enough data > while( (uint)( pCodecRawBufferCur - pCodecRawBuffer )...
2004 Sep 30
7
tc monitoring
I have managed to dynamically parse the output of commands: tc qdisc ls dev eth0 and tc -s class show dev eth0 Save statistics in an rrd database and display it via a php script. see http://143.233.4.215/graph.php and dload scripts from http://143.233.4.210/qos/ My next step in developing this monitoring software is to somehow manage to create a tree out of tc and then use it to greatly
2004 Jan 13
3
IPSEC btwn stable and Linksys BEFVP41 stopped working.
...c.c:423:sendfromto(): send packet from 64.1.164.95[500] 2004-01-13 13:36:41: DEBUG: sockmisc.c:425:sendfromto(): send packet to 64.1.164.92[500] 2004-01-13 13:36:41: DEBUG: sockmisc.c:570:sendfromto(): 1 times of 84 bytes message will be sent to 64.1.164.92[500] 2004-01-13 13:36:41: DEBUG: plog.c:193:plogdump(): 3a7de036 00b9ca1e 00000000 00000000 01100200 00000000 00000054 00000038 00000001 00000001 0000002c 01010001 00000024 01010000 800b0001 000c0004 00015180 80010005 80030001 80020002 80040002 2004-01-13 13:36:41: DEBUG: isakmp.c:1449:isakmp_ph1resend(): resend phase1 pac...
1997 Jul 22
1
SAMBA digest 1363
>Date: Mon, 21 Jul 1997 18:17:48 +0200 (MET DST) >From: Hiran Chaudhuri <hiran@chaudhuri.indernet> >To: samba@arvidsjaur.anu.edu.au >Subject: Re: SAMBA digest 1355 >Message-ID: <Pine.LNX.3.91.970721181423.28113A-100000@chaudhuri.indernet> > > > >> Subject: roaming profiles >> Message-ID: <Pine.BSF.3.91.970713134508.2508B-100000@cb1-gw.cb1.com>
2004 Jun 13
1
[Help] IMQ download traffic is duplicated !?
...m 1024 rate 80Kbit ceil 80Kbit burst 1701b/8 mpu 0b cburst 1701b/8 mpu 0b level 0 Sent 816 bytes 9 pkts (dropped 0, overlimits 0) rate 20bps lended: 9 borrowed: 0 giants: 0 tokens: 127200 ctokens: 127200 # tc -s -d qdisc show dev imq1 qdisc red 99: limit 38400b min 1600b max 4800b ecn ewma 1 Plog 18 Scell_log 22 Sent 3612535 bytes 68768 pkts (dropped 1, overlimits 1) marked 0 early 1 pdrop 0 other 0 qdisc esfq 20: quantum 1000b limit 128p flows 128/1024 perturb 10sec hash: dst Sent 26055 bytes 300 pkts (dropped 0, overlimits 0) qdisc esfq 10: quantum 1000b limit 8p flows 128/1024 pe...
2006 Jun 24
8
How to install programs in wine?
I am a rank newbie to Linux and wine. I am running Ubuntu Dapper on an AMD 1800 mhz machine, wine 0.9.15 Everything I have read says use the installer to load windows programs. Where is the installer? Thanks, -- Ron Thompson On the Beautiful Florida Space Coast, right beside the Kennedy Space Center, USA http://www.plansandprojects.com My hobby pages are here:
2003 Dec 01
0
No subject
...include = /letc/samba/smb.conf.%L this is a link to: [global] workgroup = FROYAL guest account = pcguest status = yes unix realname = yes ; Printing load printers = yes printing = lprng printcap name = /etc/printcap print command = echo Printing %s >> /tmp/plog; /usr/local/bin/lpr -r -P%p %s lpq command = /usr/local/bin/lpq -P%p lprm command = /usr/local/bin/lprm -P%p %j lppause command = /usr/local/bin/lpc -P%p hold printer %j lpresume command = /usr/local/bin/lpc -P%p release printer %j ; Logins security = user encrypt passwords = n...