Re: freebsd 4.8 @ kannel cvs problems

2003-08-04 Thread Stipe Tolj
Dziugas Baltrunas wrote: Hi list, I recently made box upgrade with the FreeBSD 4.8 OS inside. I cvs'ed up Kannel, and interesting things happend. firstly, there is someting strange in access log: 2003-08-03 18:42:40 Receive SMS [SMSC:xxx] [SVC:] [ACT:] [from:xxx] [to:xxx]

Re: freebsd 4.8 @ kannel cvs problems

2003-08-04 Thread Aarno Syvänen
Got same panic, found double deallocation and told Stipe. He promised to fix this. (see gw/smsbox.c, line 1052; msg_destroy deallocates charset, too). Aarno On Monday, August 4, 2003, at 11:10 AM, Stipe Tolj wrote: Dziugas Baltrunas wrote: Hi list, I recently made box upgrade with the FreeBSD

Re: freebsd 4.8 @ kannel cvs problems

2003-08-04 Thread Stipe Tolj
Dziugas Baltrunas schrieb: The situation could be repeated in very simple way - you just have to invoke http sendsms wrapper several times one by another and smsbox suddenly dies. sms-service groups also works in very unexpected way, offen not providing any reply. in my opinion, it's

Re: freebsd 4.8 @ kannel cvs problems

2003-08-04 Thread Stipe Tolj
Aarno Syvänen schrieb: Got same panic, found double deallocation and told Stipe. He promised to fix this. (see gw/smsbox.c, line 1052; msg_destroy deallocates charset, too). commited to cvs some min ago. Stipe [EMAIL PROTECTED]

Re: freebsd 4.8 @ kannel cvs problems

2003-08-04 Thread Dziugas Baltrunas
I just did cvs update -d, recompiled and now everything works as expected. Thanks for quick and operative replies. regards, Dziugas Baltrunas On Mon, 4 Aug 2003, Stipe Tolj wrote: Dziugas Baltrunas schrieb: The situation could be repeated in very simple way - you just have to invoke

Re: freebsd 4.8 @ kannel cvs problems (more PROBLEMS)

2003-08-04 Thread Dziugas Baltrunas
Hi list, I was wrong - there are still very serious problem in the current CVS version of Kannel. For instance, above are code for Nokia operator logo. The first version is with the current CVS (as you can see from flags), and the second is with cvs -D 'one month ago'. they look similar, but

Re: freebsd 4.8 @ kannel cvs problems (more PROBLEMS)

2003-08-04 Thread Bruno Rodrigues
Dziugas Baltrunas [EMAIL PROTECTED] wrote: Hi list, I was wrong - there are still very serious problem in the current CVS version of Kannel. For instance, above are code for Nokia operator logo. The first version is with the current CVS (as you can see from flags), and the second is with

Re: freebsd 4.8 @ kannel cvs problems (more PROBLEMS)

2003-08-04 Thread Bruno Rodrigues
Andreas Fink [EMAIL PROTECTED] wrote: [-- text/plain, encoding quoted-printable, charset: ISO-8859-1, 27 lines --] CVS updates of code should always be in sync with user guide changes... This is true even Bruno is sometimes in a hurry... +1 for me oops ;)

freebsd 4.8 @ kannel cvs problems

2003-08-03 Thread Dziugas Baltrunas
Hi list, I recently made box upgrade with the FreeBSD 4.8 OS inside. I cvs'ed up Kannel, and interesting things happend. firstly, there is someting strange in access log: 2003-08-03 18:42:40 Receive SMS [SMSC:xxx] [SVC:] [ACT:] [from:xxx] [to:xxx] [flags:-1:0:-1:0:-1] [msg:3:xxx] [udh:0:]

Re: freebsd 4.8 @ kannel cvs problems

2003-08-03 Thread Dziugas Baltrunas
the same issues, please? regards, Dziugas Baltrunas - Original Message - From: Dziugas Baltrunas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: 2003 m. rugpjio 3 d. 18:55 Subject: freebsd 4.8 @ kannel cvs problems Hi list, I recently made box upgrade with the FreeBSD 4.8 OS inside

Re: freebsd 4.8 @ kannel cvs problems

2003-08-03 Thread Bill Brigden
:248:octstr_destroy.) - Original Message - From: Dziugas Baltrunas [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, August 03, 2003 6:11 PM Subject: Re: freebsd 4.8 @ kannel cvs problems Hi list, seems like the problem *really* lies in the recent source code, because I did cvs