Re: [PATCH] Fix syslogd circular log buffer: head pointer not movedforward

2007-08-14 Thread Denys Vlasenko
On Monday 13 August 2007 21:00, Jari Takkala wrote: > On Monday, August 13, 2007 3:30 PM, Denys Vlasenko wrote: > > you can build latest svn with only syslogd and logread, > > while all other /bin/applet links are symlinked to "stable" busybox. > > Don't know why I didn't think about that. :) > > O

RE: [PATCH] Fix syslogd circular log buffer: head pointer not movedforward

2007-08-13 Thread Jari Takkala
On Monday, August 13, 2007 3:30 PM, Denys Vlasenko wrote: > > you can build latest svn with only syslogd and logread, > while all other /bin/applet links are symlinked to "stable" busybox. Don't know why I didn't think about that. :) Ok, I tested it with the latest SVN trunk and the problem appe

Re: [PATCH] Fix syslogd circular log buffer: head pointer not movedforward

2007-08-13 Thread Denys Vlasenko
On Monday 13 August 2007 16:08, Jari Takkala wrote: > On Monday, August 13, 2007 10:47 AM, Denys Vlasenko wrote: > > A more radical solution is applied to svn. Can you test it? > > Thank you Denys. I won't be able to test it though. We're still running > 1.4.2 here and it may be a few months before

RE: [PATCH] Fix syslogd circular log buffer: head pointer not movedforward

2007-08-13 Thread Jari Takkala
On Monday, August 13, 2007 10:47 AM, Denys Vlasenko wrote: > A more radical solution is applied to svn. Can you test it? Thank you Denys. I won't be able to test it though. We're still running 1.4.2 here and it may be a few months before we move to the latest stable code. I'm glad to know that

Re: [PATCH] Fix syslogd circular log buffer: head pointer not movedforward

2007-08-13 Thread Denys Vlasenko
On Monday 13 August 2007 14:33, Jari Takkala wrote: > On Thursday, August 09, 2007 4:04 PM, [EMAIL PROTECTED] wrote: > > The following patch fixes the circular log buffer in syslogd. > > Currently the head pointer is never moved forward. The > > 'logread' command will always read from the beginning

RE: [PATCH] Fix syslogd circular log buffer: head pointer not movedforward

2007-08-13 Thread Jari Takkala
On Thursday, August 09, 2007 4:04 PM, [EMAIL PROTECTED] wrote: > Hello, > > The following patch fixes the circular log buffer in syslogd. > Currently the head pointer is never moved forward. The > 'logread' command will always read from the beginning of the > buffer, even if the log buffer wraps.