RTP stats explaination

2012-05-18 Thread Arif Hossain
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, We are getting very poor quality of voice during testing of a new filtering application of us. The application receives packets from kernel using netfilter_queue library. Then insert the packets into a new user managed queue and does some

Re: Debian Administrator's Handbook

2012-05-10 Thread Arif Hossain
On Thu, May 10, 2012 at 7:21 PM, Lars Noodén lars.noo...@gmail.com wrote: The Debian Administrator's Handbook is available for sale and download:        http://debian-handbook.info/ Regards, /Lars Wonderful piece of work . -- -aft -- To UNSUBSCRIBE, email to

Re: [OT] Mails coming from joe1assis...@gmail.com

2012-05-02 Thread Arif Hossain
I received once... On Wed, May 2, 2012 at 5:38 PM, Indulekha indule...@theunworthy.com wrote: On Wed, May 02, 2012 at 11:49:00AM +0300, Andrei POPESCU wrote: On Lu, 30 apr 12, 20:11:36, Indulekha wrote: Ok, so I subscribed the normal way, and I'll just periodically purge the mails to

forwarding packets to service in same host without using loopback network

2012-04-25 Thread Arif Hossain
This question is not about linux usage. But still i think user list is a good crowd for linux programmer. So here it goes. I have this libnetfilter_queue application which receives packets from kernel based on some iptables rule. Before going straight to my problem, i'm giving a sample workable

testing a udp socket with netcat

2012-03-14 Thread Arif Hossain
i've this udp daemon which is waiting for an incoming udp datagram. now i want test this daemon for random garbage to test how it behaves. My udp daemon is running because its shows on netstat. problem is if i issue following command for putting udp datagram : $nc -uvvz host port it does not

Re: cron job mergelog failure

2012-02-08 Thread Arif Hossain
On Wed, 2012-02-08 at 01:27 -0500, Tony Baldwin wrote: I have the following in my root crontab on my webserver: 0 1 * * * mergelog /var/log/apache2/access.log /var/log/apache2/other_vhosts_access.log /var/log/apache2/my.log MY.log 4 2 1 * * * mv /var/log/apache2/MY.log