search for: packet

Displaying 20 results from an estimated 19747 matches for "packet".

2008 Dec 26
4
''stack level too deep'' error
...me/raghus/public_html/ feedflix.com/ff/vendor/plugins/backgroundrb/server/lib/log_worker.rb:17:in`process_request'' from /home/raghus/public_html/ feedflix.com/ff/vendor/plugins/backgroundrb/server/lib/log_worker.rb:10:in`receive_data'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.6/bin/../lib/packet/packet_worker.rb:56:in `receive_internal_data'' from /usr/lib/ruby/gems/1.8/gems/packet-0.1.6/bin/../lib/packet/packet_parser.rb:38:in `call'' ... 13 levels... from /usr/lib/ruby/gems/1.8/gems/packet-0.1.6/bin/packet_worker_runner:47:in...
2008 Jun 06
1
Unexpected NameError when invoking task on worker
...kgrounDRb::WorkerProxy:0x8675b6c @mutex=#<Mutex:0x8675b44>>, @worker_name=:basic_worker> >> worker.keep_count => nil >> /opt/local/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:266:in `load_missing_constant'': uninitialized constant Packet::BinParser (NameError) from /opt/local/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:453:in `const_missing'' from /home/d96440a6/testapp/vendor/plugins/backgroundrb/server/lib/master_worker.rb:170:in `post_init'' from /opt/loca...
2007 Oct 25
2
FW: Logwatch for XXXXXXX.kd4efm.org (Linux)
Found an error or two from my logwatch report from yesterday, thought I would share this in hopes this is just first time run of the problem I noticed in the Kernel report section... Also not sure why there's an issue with automount either.... but I guess I could ask on that issue as well. I am not worried about the NAMED error, this is something that happens due to one of the services that
2008 May 30
1
Packet error on startup suddenly.
...last month: http://rubyforge.org/pipermail/backgroundrb-devel/2008-April/001685.html Anyone have any idea what could have happened? I made no changes to the code or configs, but I did recently update the packages on the Debian server that it''s running on. Could some package be affecting packet 0.1.5? Here''s the error, and thanks for any help you can give me! /usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/packet_meta_pimp.rb:48:in `process_request'': undefined method `send_request'' for nil:NilClass (NoMethodError) from /usr/lib/ruby/gems/1.8/gems/...
2007 Apr 30
1
Windows to Linux - ping-bug?
...168 Got ADD_EDGE from office (111.111.111.111 port 655): 12 34d88414 office support 193.154.2 Forwarding ADD_EDGE from office (111.111.111.111 port 655): 12 34d88414 office support 19 Node office (111.111.111.111 port 655) became reachable Flushing 83 bytes to office (111.111.111.111 port 655) Read packet of 42 bytes from Windows tap device Read packet of 42 bytes from Windows tap device Read packet of 42 bytes from Windows tap device Read packet of 54 bytes from Windows tap device Cannot route packet from support (MYSELF): unknown IPv4 destination address 224.0. Writing packet of 82 bytes to Window...
2009 Jan 20
2
SIP DTMF problem with SNOM
...e missing in the DTMF detection. I analyzed with wireshark and both phones uses RFC 2833 and the trace looks pretty the same. Also the rtp debug log looks fine (see below). What could be the reason? thanks klaus trace: I have entered 1234#, but voicemail received as secret just 123. Got RTP packet from 83.136.33.3:64118 (type 00, seq 042765, ts 4066332168, len 000160) Got RTP packet from 83.136.33.3:64118 (type 00, seq 042766, ts 4066332328, len 000160) Got RTP packet from 83.136.33.3:64118 (type 00, seq 042770, ts 4066332968, len 000160) Got RTP packet from 83.136.33.3:641...
2008 Apr 12
0
Startup error
...my production machine I get an error when I try to start backgroundrb. I''m not really sure how to debug this issue, I don''t see anything in the log. My production machine is hosted by Slicehost. and is running Ubuntu. I get the following error: /usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/ packet_meta_pimp.rb:48:in `process_request'': undefined method `send_request'' for nil:NilClass (NoMethodError) from /usr/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/ packet_meta_pimp.rb:27:in `handle_object'' from /usr/lib/ruby/gems/1.8/gems/packe...
2007 Apr 18
3
Problems with the Speex Jitter Buffer
Hi, I am using the JitterBuffer. Since there is not so much documentation I think I dont use it in a correct way. All the packets are recieved (I control the sequence numbers) but the JitterBuffer often tells me he has no packet. I am using it in the following way: I am not sure if I use the ticks correctly but I think it can be set to 20(msec). It is set as a Member in my class and i pointed out where i use it so it is...
2003 Dec 22
3
Asterisk SIP Packet Time (20ms)
Hi, I have a question regarding the Asterisk Packet Time for SIP Calls. It is hardcoded at 20ms but when I do an RTP Analysis on a stream it is clear that these packets are not spaced out at 20ms. In general you see something like: Packet 50 - Delay 50ms Packet 51 - Delay 5ms Packet 52 - Delay 5ms Packet 53 - Delay 50ms Packet 54 - Delay 5ms Pa...
2007 Apr 20
2
Problems with the Speex Jitter Buffer
Thanks for your reply Jean-Marc! this was what I had before. But I decided to restructure it since the thread that plays the sound is a callback from the sound hardware, more or less an interrupt handler. For me it seems more reasonable to waste some memory for to save the decompressed Packet. While I write this I begin to think that it is possible I decompress Packets that are never used because they are too late. What is the reason why one should put the compressed Packet in the JitterBuffer? David > (Sorry about the delay -- currently attending ICASSP) > Hi, > &gt...
2008 May 21
2
Schedule write errors?
My BackgrounDRb server intermittently bails out with the following exception in the middle of a long running task running on a Worker sub classed from BackgrounDRb::MetaWorker (the point at which it raises this exception is different each time it runs) /opt/local/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/packet_core.rb:145:in `schedule_write'': You have a nil object when you didn''t expect it! (NoMethodError) The error occurred while evaluating nil.instance from /opt/local/lib/ruby/gems/1.8/gems/packet-0.1.5/lib/packet/packet_nbio.rb:57:in `write_and_schedule'...
2003 Apr 24
0
problem with NT-4.0
...abort the execution reporting a cobol blocking error. This usually results in broken indexes... We have traced the execution and haven't found the cause of this problem. This is the log that samba produces when this error occurs: ---------------- [2003/04/24 09:06:09, 3] smbd/error.c:error_packet(91) error string = No such file or directory [2003/04/24 09:06:09, 3] smbd/error.c:error_packet(126) error packet at smbd/reply.c(1208) cmd=8 (SMBgetatr) eclass=1 ecode=2 [2003/04/24 09:06:09, 3] smbd/error.c:error_packet(91) error string = No such file or directory [2003/04/24 09:06:09, 3] s...
2013 Nov 28
0
tinc Digest, Vol 109, Issue 7
...d just route the requests over the internet >> (as I said they are publically routable addresses) then we do not >> see these errors, suggesting this is not an application problem. > > Tinc itself changes its symmetric encryption keys every hour. This > could cause > a few packets to be dropped. If that happens with the HTTP connection > you make > every 10 seconds, and the HTTP connection's TCP stream doesn't resend > the > missed packets within your 5 second timeout, then this might explain > the > dropped connections. You can try setting KeyE...
2006 Jun 20
9
no eth0 on guest
...oda:~> /sbin/ifconfig eth0 Lien encap:Ethernet HWaddr 00:15:F2:39:D4:DF inet adr:10.1.1.158 Bcast:10.1.1.255 Masque:255.255.255.0 adr inet6: fe80::215:f2ff:fe39:d4df/64 Scope:Lien UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1 RX packets:744 errors:0 dropped:0 overruns:0 frame:0 TX packets:507 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 lg file transmission:0 RX bytes:56573 (55.2 Kb) TX bytes:73911 (72.1 Kb) lo Lien encap:Boucle locale inet adr:127.0.0.1 Masque:255.0.0...
2013 Nov 28
2
Intermittent TCP connect issues when using tinc 1.0.23 and IPv6
Hi, I am using tinc 1.0.23 in router mode and am having trouble with intermittent TCP connect timeouts that do not occur when routing the TCP over the internet directly. I am using a pure IPv6 setup (i.e direct IPv6 connections, and tunneled IPv6 subnets). My configs are as follows: Site 1: ----------------------- tinc.conf: Name = rsukmhb AddressFamily = ipv6 BindToAddress =
2014 Feb 03
1
Incoming Fax Issue with Asterisk 11.7 and Digium Fax
...se 6 Set remote console verbosity to 6 == Using SIP RTP CoS mark 5 -- Executing [41325122774 at from-sip:1] Answer("SIP/sipcall.ch-0000008d", "") in new stack > 0x7f3964080f30 -- Probation passed - setting RTP source address to 123.456.789.123:20600 Got RTP packet from 123.456.789.123:20600 (type 00, seq 042281, ts 1387619622, len 000160) -- Executing [41325122774 at from-sip:2] Set("SIP/sipcall.ch-0000008d", "DB(lastcaller/number)=987654321") in new stack -- Executing [41325122774 at from-sip:3] GotoIf("SIP/sipcall....
2018 May 10
0
Tinc 1.1pre15 double-crash
...h of the clusters. One process apparently with `status=6/ABRT`, the other with `status=11/SEGV`. Interestingly, they crashed with only 5 minutes difference. The only thing I can come up with that might explain this correlation is that somebody within the same data center decided to send funny UDP packets to everybody that happened to be able to crash tinc, and they did it to first one server and then the other one. I have attached the systemd logs of the two tinc processes. Unfortunately core dumps were disabled on these systems, so I cannot provide those. I have enabled them now in case the prob...
2014 Aug 20
2
Port scanning from MicroSoft?
This mornings activity log shows this: . . . From 23.102.132.99 - 2 packets to tcp(3389) From 23.102.133.164 - 1 packet to tcp(3389) From 23.102.134.239 - 2 packets to tcp(3389) From 23.102.136.210 - 3 packets to tcp(3389) From 23.102.136.222 - 2 packets to tcp(3389) From 23.102.137.62 - 3 packets to tcp(3389) From 23.102.137.101 - 2 packets to tcp(3389)...
2004 Sep 22
3
copying an ogg stream
dear list, i am trying to write a small program which reads an ogg file and writes it to another ogg file (and changes serial number, granulepos etc on the fly). reading the ogg file is ok (ogg_sync_pageout, ogg_stream_pagein, ogg_stream_packetout). but writing the file doesn't work - the granulepos and page structures don't match with the original file. here's what i am doing. (python-like pseudo-code). First i create copies of all packets in a page, store them in 'list'; i also save the granule-position of this p...
2008 Sep 08
2
Problems with async worker request
...ing the ''debugger'' with a ''sleep(1)'' and everything worked perfectly. When I removed the sleep call, no worky. If I look at the backgroundrb_debug_11006 log, I see "Client disconnected" each time the app polls the worker, and occasionally, I see this: Packet::InvalidWorker /opt/local/lib/ruby/gems/1.8/gems/packet-0.1.10/lib/packet/packet_connection.rb:52:in `ask_worker'' /Users/brent/near-time/near-time.net-exp-rescue-princexml-5504/vendor/plugins/backgroundrb/server/lib/master_worker.rb:123:in `get_result_object'' /Users/brent/near-tim...