Thanks. I will try that also in OpenBSD.
-- Ricardo Santos On Sat, Nov 1, 2014 at 1:57 AM, Nick Rogers <[email protected]> wrote: > > > On Fri, Oct 31, 2014 at 4:31 PM, Joe Gooch <[email protected]> wrote: > >> pcidss/v2.6 should work for you now. FreeBSD apparently has some rules >> about | characters that don't exist in Linux. >> > > Great. Thanks! > > >> >> >> Joe >> >> >> On 10/31/14, 6:32 PM, Nick Rogers wrote: >> >> >> >> On Fri, Oct 31, 2014 at 9:04 AM, Joe Gooch <[email protected]> >> wrote: >> >>> I tried your config here, no segfault. (But I'm running ubuntu) >>> >>> Can you try the last couple revs of the branch and see if it improves? >>> >>> git clone -b pcidss/v2.6 https://github.com/goochjj/Pound.git >>> cd Pound >>> configure/make/whatever >>> >>> If it segfaults: >>> git checkout HEAD~1 >>> make distclean >>> try again >>> >>> Repeat 2 or 3 times... If you get a version that doesn't segfault, type >>> git show and send me the commit hash (should be the first line) >>> >> >> Got it to work with HEAD~4 >> >> commit e86c7df1ab6ef40cc37f646ebd48a34936ca6094 >> >> Author: Joe Gooch <[email protected]> >> >> Date: Wed Aug 28 13:34:36 2013 -0400 >> >> >> Fix tot_pri counting in config.c, now that Disabled directives >> actually work. >> >> >>> >>> >>> Joe >>> >>> On 10/31/14, 11:44 AM, Nick Rogers wrote: >>> >>> >>> >>> On Tue, Oct 28, 2014 at 1:10 AM, Ricardo Santos <[email protected]> >>> wrote: >>> >>>> Hello all. >>>> >>>> I have compiled pound 2.6 pcidss version with openssl 1.0.1j. >>>> >>>> But when I start pound (even just pound -V or pound -c) it gives me >>>> an error: >>>> >>>> #pound -c >>>> starting... >>>> bad config Regex - aborted >>>> >>>> Surely I made something wrong, so can anyone help me figure what went >>>> wrong? >>>> >>> >>> I'm running into the same problem trying to get 2.6pcidss working. My >>> pound.conf works fine under 2.6 (official) and 2.7.d. >>> >>> Here's a very stripped down version of my config and the error. I also >>> had regexes in HeadRequire directives but removing them doesn't seem to >>> change anything. >>> >>> fbsd101-vm# pound -V >>> starting... >>> bad config Regex - aborted >>> >>> fbsd101-vm# pound -v -f /etc/pound.conf >>> starting... >>> bad config Regex - aborted >>> >>> fbsd101-vm# cat /etc/pound.conf >>> User "www" >>> Group "www" >>> Threads 128 >>> LogFacility daemon >>> LogLevel 4 >>> Alive 5 >>> Client 30 >>> TimeOut 300 >>> Grace 5 >>> >>> ListenHTTP >>> Address 0.0.0.0 >>> Port 80 >>> Service >>> BackEnd >>> Address 127.0.0.1 >>> Port 8000 >>> End >>> End >>> >>> End >>> >>> fbsd101-vm# uname -v >>> FreeBSD 10.1-RC3 #0 r273744M: Mon Oct 27 15:26:34 EDT 2014 >>> root@fbsd_101_amd64_builder.rgnets.com:/usr/obj/usr/src/sys/RGNETS >>> >>> >>> >>>> Regards >>>> >>>> -- >>>> Ricardo Santos >>>> >>> >>> >>> >> >> >
