Log

2002-02-25 Thread Andrea Viscovich
I would like to know what do you get in the log, (log-level 0) when stopping bearerbox and smsbox. In windows (at least in my NT4.0 enviroment) it seems it doesn't write anything, except in bearerbox.log [8] INFO: Connection closed by the box <127.0.0.1> But If I stop bearer I do

Log parsing on daily bases & log rotation

2002-05-05 Thread Cipher Strength
Hi All, If any body have made a script which parse coreaccess.log on daily bases and extract MT & MO (on keyword bases). Also how often should log file be rotated. My coreaccess.log for 5 days is greater than 200 MB.For a month it will be in GB's. Suggestions required. Hope

AW: Log

2002-02-25 Thread Bjoern Buettner
I've used batch file to startup kannel on Win23 run bearerbox.exe -v 1 smskannel.conf in Kannel root directory smskannel.conf core ... access-log = "access.log" log-file = "kannel.log" log-level = 0 ... group = smsbox ... log-file = "smsbox.log" log

Re: Log

2002-02-25 Thread Andrea Viscovich
Thank, >I've used batch file to startup kannel on Win23 current cvs or what version? > by pressing CTRL-C... Well, pressing ctrl-c maybe send an SIGTERM signal. By the way I'm even interested in knowing what happens to those which run it as a service, not as a bat Again many thanks Andrea

RE: Log

2002-02-25 Thread Ian Daly
L PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Bjoern Buettner > Sent: 25 February 2002 17:48 > To: Andrea Viscovich; [EMAIL PROTECTED] > Subject: AW: Log > > > I've used batch file to startup kannel on Win23 > run bearerbox.exe -v 1 smskannel.conf in Kannel ro

AW: Log

2002-02-25 Thread Bjoern Buettner
Gesendet: Montag, 25. Februar 2002 19:21 > An: Bjoern Buettner; [EMAIL PROTECTED] > Betreff: Re: Log > > > Thank, > > >I've used batch file to startup kannel on Win23 > > current cvs or what version? > > > by pressing CTRL-C... > > Well, pressing c

Re: Log

2002-02-25 Thread Andrea Viscovich
Hi Ian, I'll try to get some info on the Windows SCM (Service Control Manager) that's controlling it. I'm sure bearer should be able to capture SCM signal, otherwise, I'll never know from log when it was stopped. Thanks Andrea - Original Message - From: "Ian Dal

log maintenance

2003-01-15 Thread joseph mercado
DO kannel log rotates? if yes how do i do it in daily basis? __ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com

Re: Log parsing on daily bases & log rotation

2002-05-05 Thread Bruno David Simões Rodrigues
tate=1.1 it uses service names (and smsc_id and sms-user name) to split You can have "Client-MO-Service" and it'll create a Client/MO-Service/*.html" webalizer page. > Also how often should log file be rotated. My coreaccess.log for 5 days is > greater than 200 MB.F

[RFC] log-file, log-level per smsc group

2003-02-27 Thread Stipe Tolj
Hi list, I'm hacking arround the whole day trying to implement a way to log entries to smsc-id specific log-files, so that you have group = smsc ... log-file = "/tmp/smsc-a.log" log-level = 0 which is exclusive to the main bearerbox.log. So if you have log-file and lo

Re: [RFC] log-file, log-level per smsc group

2003-02-27 Thread Nisan Bloch
Hi Stipe Yup.. I looked at the same and at the time decided it wasnt worth the time and effort. Our log files do tend to balloon quite rapidly, and its a real pain trying to trawl debug info out with many SMSC connections. SO this would be real handy, but would probabally require rewriting the

Re: [RFC] log-file, log-level per smsc group

2003-02-27 Thread Stipe Tolj
Nisan Bloch wrote: > > Hi Stipe > > Yup.. I looked at the same and at the time decided it wasnt worth the time > and effort. Our log files do tend to balloon quite rapidly, and its a real > pain trying to trawl debug info out with many SMSC connections. > > SO this

Coreaccess Log Parser

2002-04-18 Thread Cipher Strength
Hi All, Is there any Coreaccess Log parser. If some body had make it, can share it with me. Currently i am using GREP unix command to parse log file or by inserting the Log file in DATABASE. Also if i want to make a pull service but not use any keyword neither default service any soloution

Kannel log rotation

2002-06-06 Thread Alex Judd
Has anyone looked into making the logging in Kannel (at file level at least) a little more intelligent than it is at the moment? Currently even in info mode it generates fairly large logs which require continued sorting. One suggestion I thought was to adopt the Apache Jakarta project format of r

*** WAP Box Log ***

2002-08-09 Thread Julio Leal
Hello All, (Sorry about my bad english), Bellow you can see a part of log wapbox : 2002-08-09 11:24:43 [1] DEBUG: Octet string dump ends. 2002-08-09 11:24:43 [1] DEBUG: WSP: decoded headers: 2002-08-09 11:24:43 [1] DEBUG: Accept: application/vnd.wap.wmlc 2002-08-09 11:24:43 [1] DEBUG: Accept

log file permission.

2002-09-30 Thread Nigar Sultana
Hello All Currently bearerbox and wapbox process run in super user mode. I tried to run the bearerbox and wapbox process in user mode. It's giving a ERROR:log file don't have permission. were are this permission set up. please help us. regards Nigar

Re: Coreaccess Log Parser

2002-04-18 Thread Bruno Rodrigues
]> Sent: Thursday, April 18, 2002 7:36 PM Subject: Coreaccess Log Parser > > Hi All, > > > Is there any Coreaccess Log parser. If some body had make it, can share it > with me. Currently i am using GREP unix command to parse log file or by > inserting the Log file in DAT

Re: Kannel log rotation

2002-06-06 Thread Mike Thompson
Does the Linux logrotate help? I know we'll have this issue in the future. I don't know anything about logrotate yet, in particular how it interacts with the application which may assume that it's log file is always open / available for writing... At any rate, it's in Red

Re: Kannel log rotation

2002-06-06 Thread Andreas Fink
>Does the Linux logrotate help? yes. you can configure logrotate to copy the files or to instruct the application via a signal to close & reopen the files. Works fine. -- Andreas Fink Fink-Consulting -- Tel: +41-61-6932730 Fax:

Re: Kannel log rotation

2002-06-06 Thread Bruno David Rodrigues
gt; of my knowledge this doesn't do this either. > > Alex > > --- > http://www.skywire.co.uk/ > > /home/kannel/var/log/bearerbox_access.log { daily rotate compress delaycompress postrotate killall -HUP bearerbox endscript } /h

RE: Kannel log rotation

2002-06-09 Thread Oded Arbel
s > -Original Message- > From: Alex Judd [mailto:[EMAIL PROTECTED]] > Sent: Thursday, June 06, 2002 5:25 PM > To: [EMAIL PROTECTED] > Subject: Kannel log rotation > > > Has anyone looked into making the logging in Kannel (at file > level at least) > a little

Re: *** WAP Box Log ***

2002-08-10 Thread Stipe Tolj
Julio, what's the problem with the log, seems ok to me. I guess I didn't get the point you were talking about. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fa

Re: log file permission.

2002-09-30 Thread Stipe Tolj
> Currently bearerbox and wapbox process run in super user mode. I > tried to run the bearerbox and wapbox process in user mode. It's > giving a ERROR:log file don't have permission. were are this > permission set up. please help us. bearerbox and wapbox don't check for user permissions. You have

RE: log file permission.

2002-09-30 Thread Kaido Karner
> Currently bearerbox and wapbox process run in super user mode. I > tried to run the bearerbox and wapbox process in user mode. It's > giving a ERROR:log file don't have permission. were are this > permission set up. please help us. if you run them as root - the log file

Duplicates in SMS log file

2002-07-22 Thread Patrick Mignott
Hi all i am getting duplicates in my sms logfile in the receive side, is this a know issue with kannel? please advise

Does Kannel log support logrotation

2003-02-04 Thread joseph mercado
Does Kannel log support logrotation???Please advice regarding this matter cause im running kannel-1.2.1 on linux box 7.2 that forwards sms to a EMI2 server.Currently all logs does'nt have rotate mechanismhas anyone implemented this al

Re: Duplicates in SMS log file

2002-07-23 Thread Stipe Tolj
> Patrick Mignott wrote: > > Hi all i am getting duplicates in my sms logfile in the receive > side, is this a know issue with kannel? you meen inbound SMS are logged twice in access.log?! Are they also booked twice via the counters of Kannel's status page? Stipe [EMAIL PROTECTED] ---

Re: Does Kannel log support logrotation

2003-02-04 Thread Alan McNatty
This might be useful for you ... (add to /etc/logrotate.d or similar). Note: you need to restart Kannel as it doesn't have full signal support. On Fri, 2003-01-31 at 18:18, joseph mercado wrote: > Does Kannel log support logrotation???Please advice > regarding this matter cause im run

Re: Does Kannel log support logrotation

2003-02-04 Thread Bruno Rodrigues
ration, but it reopens log files. And yes, logrotate is the way to go > > On Fri, 2003-01-31 at 18:18, joseph mercado wrote: > > Does Kannel log support logrotation???Please advice > > regarding this matter cause im running kannel-1.2.1 on > > linux box 7.2 that forwar

Re: Does Kannel log support logrotation

2003-02-05 Thread Stipe Tolj
l -HUP bearerbox smsbox wapbox. > -HUP doesn't re-read configuration, but it reopens log files. > > And yes, logrotate is the way to go what about pipelined logging, like cronolog for Apache?! Has anyone thought of this option. This may be rotating without -HUP'ing the processes. J

Re: Does Kannel log support logrotation

2003-02-05 Thread Stipe Tolj
Bruno, Alan, can one of you guys (or someone else) provide a section for the User's Guide on this, using logrotate? This would be great. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-2

Re: Does Kannel log support logrotation

2003-02-06 Thread Alan McNatty
Sure ... I'm guessing best option is to add a small section to end of Appendix E. Log files.

Re: Does Kannel log support logrotation

2003-02-09 Thread Alan McNatty
RCS file: /home/cvs/gateway/doc/userguide/userguide.xml,v retrieving revision 1.201 diff -r1.201 userguide.xml 7416a7417,7452 > > Log rotation > > If Kannel is configured so that the bearerbox, wapbox and/or smsbox > log to file, each of these log files will c

Re: Does Kannel log support logrotation

2003-02-10 Thread Alan McNatty
On Mon, 2003-02-10 at 11:03, Alan McNatty wrote: > Will look at altering config to exit if --enable-docs and not installed > (same for convert etc). Modified configure script to report 'no' not ':' if not available and changed overall decision on whether or not to build documentation to be based o

Re: Does Kannel log support logrotation

2003-02-10 Thread Stipe Tolj
Alan, please do not patch configure itself. It's the autoconf output out of configure.in. If you have to change something, please try to patch configure.in and provide a patch to it. After that we can run autoconf and commit an auto-generated configure script. Stipe [EMAIL PROTECTED] --

Re: Does Kannel log support logrotation

2003-02-10 Thread Stipe Tolj
Alan, can you provide the userguide.xml patch in diff -u (unified) format, that should be easier to read and to apply. Thanks in advance. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-2

Re: Does Kannel log support logrotation (configure.in patch)

2003-02-10 Thread Alan McNatty
Ok thanks - I see now how it works .. I've attached patch below in unified format. I've changed the order so that you first check for --enable-docs, etc then check to see if jade, jadetex, etc are all installed before confirming that indeed the docs should be made. It's a bit more all or nothing,

Re: Does Kannel log support logrotation (userguide patch)

2003-02-10 Thread Alan McNatty
f -u -r1.201 userguide.xml --- doc/userguide/userguide.xml 4 Feb 2003 16:52:20 - 1.201 +++ doc/userguide/userguide.xml 11 Feb 2003 06:24:06 - @@ -7414,6 +7414,43 @@ + +Log rotation + + If Kannel is configured so that the bearerbox, wapbox and/or smsbox +log to file each of

Re: Does Kannel log support logrotation (userguide patch)

2003-02-13 Thread Alex Judd
al Message - From: "Alan McNatty" <[EMAIL PROTECTED]> To: "Stipe Tolj" <[EMAIL PROTECTED]> Cc: "Kannel Dev" <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 7:30 AM Subject: Re: Does Kannel log support logrotation (userguide patch) Here you go ... i

Re: Does Kannel log support logrotation (userguide patch)

2003-02-13 Thread Stipe Tolj
Hi Alex, > logrotate being owned by RedHat is not currently updated on Solaris, so > instead I'm using rotatelog which is Perl based and very portable. > > I'll add some documentation on that (as well as example configurations) if > of interest to the Solaris users among us? definetly. Please se

Re: Does Kannel log support logrotation (userguide patch)

2003-02-14 Thread Stipe Tolj
applied to cvs. Thanks. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +49-211-74845-0 Fax: +49-211-74845-299 E-Mail: [EMAIL PROTECTED] Internet: http://www.wapme-systems.de -

Re: Does Kannel log support logrotation (configure.in patch)

2003-02-15 Thread Stipe Tolj
Alan McNatty wrote: > > Ok thanks - I see now how it works .. > > I've attached patch below in unified format. I've changed the order so > that you first check for --enable-docs, etc then check to see if jade, > jadetex, etc are all installed before confirming that indeed the docs > should be mad

Re: Does Kannel log support logrotation (configure.in patch)

2003-02-26 Thread Alan McNatty
Sorry - missed an check to see if --enable/disable-docs had been set. As is configure.in On Sun, 2003-02-16 at 15:47, Stipe Tolj wrote: > Alan McNatty wrote: > > > > Ok thanks - I see now how it works .. > > > > I've attached patch below in unified format. I've changed the order so > > that you

Re: Does Kannel log support logrotation (configure.in patch)

2003-02-27 Thread Stipe Tolj
Alan McNatty wrote: > > Sorry - missed an check to see if --enable/disable-docs had been set. As > is configure.in yep, +1, commited to cvs. Stipe [EMAIL PROTECTED] --- Wapme Systems AG Vogelsanger Weg 80 40470 Düsseldorf Tel: +4