Re: [RADIATOR] Multi-Line Handler issues with 4.10

2012-08-14 Thread Heikki Vatiainen
On 08/13/2012 07:34 PM, Michael wrote: > yep, correct. The multi-line config support was broken in 4.10 then > partially fixed with then patch-set. There are now further improvements in 4.10 patches. We would appreciate if those who have multiline Handlers and other entries in their configuratio

Re: [RADIATOR] Multi-Line Handler issues with 4.10

2012-08-13 Thread Michael
yep, correct. The multi-line config support was broken in 4.10 then partially fixed with then patch-set. A couple points of interest for the fix though, that i have changed for myself. This is my own personal opinion and may not be agreed with anyone else: Ignoring commented lines in config

Re: [RADIATOR] Multi-Line Handler issues with 4.10

2012-08-13 Thread alan buxey
Hi, > why i want to is besides the point. Because, I don't actually want to > really. it's a matter of it already being done. It must be within the > standard specs of the parser i guess, since it's always worked before and the > docs probably said you could do it. But don't worry about it

Re: [RADIATOR] Multi-Line Handler issues with 4.10

2012-08-13 Thread Michael
why i want to is besides the point. Because, I don't actually want to really. it's a matter of it already being done. It must be within the standard specs of the parser i guess, since it's always worked before and the docs probably said you could do it. But don't worry about it. i patched

Re: [RADIATOR] Multi-Line Handler issues with 4.10

2012-08-13 Thread alan buxey
Hi, > abused? the last version said multiple lines was fine. Hasn't been a problem > until 4.10. It more has to do with the vast configuration that I have (452K > so far) and i organize my config like this a lot and don't feel like > rearranging it all right now. my config is 708K - its when

Re: [RADIATOR] Multi-Line Handler issues with 4.10

2012-08-11 Thread Michael
abused? the last version said multiple lines was fine. Hasn't been a problem until 4.10. It more has to do with the vast configuration that I have (452K so far) and i organize my config like this a lot and don't feel like rearranging it all right now. I patched the code myself. works fine no

Re: [RADIATOR] Multi-Line Handler issues with 4.10

2012-08-11 Thread alan buxey
Hi, > i found some time to try the 4.10 upgrade with patches, but i have this > Multi-Line config issue. Seems to be related to the fact that I have a blank > line and comments in the middle of the multi line Handler. > > > > Fri Aug 10 10:51:18 2012: ERR: Unknown keyword ' /etc/radiator/con

Re: [RADIATOR] Multi-Line Handler issues with 4.10

2012-08-10 Thread Michael
i had to make a couple changes for my config to parse properly. 1. move the "ignore blank lines and lines beginning with a hash" process before appending to the $line variable. 2. ignore blank lines including lines with whitespace (next if $_ =~ /^\s*$/;) --- /usr/src/radiator/4.10/Radiator-4

Re: [RADIATOR] Multi-Line Handler issues with 4.10

2012-08-10 Thread Michael
i found some time to try the 4.10 upgrade with patches, but i have this Multi-Line config issue. Seems to be related to the fact that I have a blank line and comments in the middle of the multi line Handler. Fri Aug 10 10:51:18 2012: ERR: Unknown keyword ' Identifier handler_null

Re: [RADIATOR] Multi-Line Handler issues with 4.10

2012-07-06 Thread Heikki Vatiainen
On 07/03/2012 12:22 AM, Heikki Vatiainen wrote: > If you can wait a little with upgrading I will get back to this later > this week. Patches for 4.10 now restore the functionality while keeping the originally planned multiline change working. Please let us know if there are still problems. Thank

Re: [RADIATOR] Multi-Line Handler issues with 4.10

2012-07-02 Thread Michael
I also have really complex config files and Handlers and putting things on multiple lines does help to keep things neat. Hopefully this can be fixed, although i guess it's not a pressing issue to upgrade so no need to rush. On 12-07-02 05:22 PM, Heikki Vatiainen wrote: > On 07/02/2012 09:47 PM

Re: [RADIATOR] Multi-Line Handler issues with 4.10

2012-07-02 Thread Heikki Vatiainen
On 07/02/2012 09:47 PM, Aaron Holtz wrote: > Hello - I've noticed with 4.10 that you can no longer have multi-line > Handler statements. Thanks for reporting this. There were changes between 4.9 and 4.10 related to parsing hooks and I think this may be what caused the problem you are seeing. >

[RADIATOR] Multi-Line Handler issues with 4.10

2012-07-02 Thread Aaron Holtz
Hello - I've noticed with 4.10 that you can no longer have multi-line Handler statements. Under 4.9 something like this loads properly: Under 4.10 I'm getting: Sun Jul 1 13:27:43 2012: ERR: Unknown keyword ' Com Net, Inc. -