cvs is broken

2006-06-20 Thread Tomas Varaneckas
Hi, i've noticed that i cannot perform cvs checkout/update. that's what i get: cvs update: Updating debian cvs update: Updating doc cvs update: Updating doc/alligata cvs [update aborted]: internal error: no revision information for 1.1? access there seems to be some abnormal character after 1.1

Re: cvs is broken

2006-06-20 Thread Stipe Tolj
Tomas Varaneckas wrote: Hi, i've noticed that i cannot perform cvs checkout/update. that's what i get: cvs update: Updating debian cvs update: Updating doc cvs update: Updating doc/alligata cvs [update aborted]: internal error: no revision information for 1.1? access there seems to be some

[PATCH] (sqlbox) gw/sqlbox_pgsql.c

2006-06-20 Thread Humberto Figuera
Hi, I hope the list can appreciate it and it to be committed to CVS ;p -- Humberto Figuera - Using Linux 2.6.16 Usuario GNU/Linux 369709 Caracas - Venezuela GPG Key Fingerprint = 5AAC DF0C 00F4 2834 28BA 37AD 3364 01D1 74CA 0603 --- ../sqlbox/gw/sqlbox_pgsql.c 2006-06-20 12:05:47.0

RE: [PATCH] (sqlbox) gw/sqlbox_pgsql.c

2006-06-20 Thread Rene Kluwen
Patch is VERY MUCH appreciated and committed to the sqlbox CVS. I will be honest now and admit that you saved my face due to the Postgres driver being broken all this time. Also it seems that Latin America hides some very talentfull and helpfull Kannel programmers :) Rene Kluwen Chimit

Re: [PATCH] (sqlbox) gw/sqlbox_pgsql.c

2006-06-20 Thread Mi Reflejo
++1 good catch. M On 6/20/06, Rene Kluwen [EMAIL PROTECTED] wrote: Patch is VERY MUCH appreciated and committed to the sqlbox CVS. I will be honest now and admit that you saved my face due to the Postgres driver being broken all this time. Also it seems that Latin America hides some very

resend_try and sms_resend_frequency in splitted msgs

2006-06-20 Thread Mi Reflejo
When a msg is splitted and fails, handle_split() is called and every sms_resend_retry conditions are ignored so msgs are retryed infinite times. I'm attaching a patch to discuss. I don't know why handle_split() is calling smscconn_send() and is not putting msgs in outgoing_sms queue. My patch