/ Zope / Apsis / Pound Mailing List / Archive / 2006 / 2006-03 / I have the problem with debian too

[ << ] [ >> ]

[ Debian Install / Sean Minotti ... ] [ Problem with Err503 option / ... ]

I have the problem with debian too
"Norbert Klamann" <Norbert.Klamann(at)klamann-software.de>
2006-03-22 20:26:25 [ FULL ]
Hello all,
sorry to start e here with a problem, but I have a similar effect as
described here :
http://www.apsis.ch/pound/pound_list/archive/2006/2006-03/1143002261000#1143002261000

I installed from source and got Version 2.0.4 on a Box with dapper.

Even the most trivial pound.cfg gives an error.

BTW I changed config.c so that it shows more descriptive messages in this
case. Are you interested, Robert  ?


Greetings

Norbert

RE: [Pound Mailing List] I have the problem with debian too
"Jamie Robe" <robej(at)plancom.org>
2006-03-22 21:15:11 [ FULL ]
I have found I have to do a:
Shutdown -r now 
After setting the startup=1
Then I am able to modify the /etc/default/pound.cfg file, then just do:
/etc/init.d/pound start


Jamie T. Robe
Automation Team Leader
The Planning Commission
(813) 272-5940
http://www.theplanningcommission.org




-----Original Message-----
From: Norbert Klamann [mailto:Norbert.Klamann(at)klamann-software.de] 
Sent: Wednesday, March 22, 2006 2:26 PM
To: pound(at)apsis.ch
Subject: [Pound Mailing List] I have the problem with debian too


Hello all,
sorry to start e here with a problem, but I have a similar effect as
described here :
http://www.apsis.ch/pound/pound_list/archive/2006/2006-03/1143002261000#
1143002261000

I installed from source and got Version 2.0.4 on a Box with dapper.

Even the most trivial pound.cfg gives an error.

BTW I changed config.c so that it shows more descriptive messages in
this case. Are you interested, Robert  ?


Greetings

Norbert
[...]

RE: [Pound Mailing List] I have the problem with debian too
"Norbert Klamann" <Norbert.Klamann(at)klamann-software.de>
2006-03-22 21:57:31 [ FULL ]
Am 22.3.2006 schrieb "Jamie Robe" <robej(at)plancom.org>:
[...]

No the problem remains for me.


Greetings

Norbert

Re: [Pound Mailing List] I have the problem with debian too
Sean Gabriel Heacock <gabriel(at)korsoft.com>
2006-03-25 09:48:35 [ FULL ]
On Wed, 2006-03-22 at 21:26 +0200, Norbert Klamann wrote:[...]

That problem was due to the username not being quoted, I think.  From
your other mails you seem to be having the same problem I am.

I just tried upgrading to 2.0.4 and I got this problem too - "unknown
directive" errors on User "nobody" (the first line of the config file),
which had worked fine with 2.0.3.  I think the new regex stuff is
preventing the config file from parsing properly, but I don't know why.

I'm running Fedora Core 3 on x86_64, for what it's worth, so it's not
just a debian problem.
[...]

Re: [Pound Mailing List] I have the problem with debian too
"Simon Matter" <simon.matter(at)ch.sauter-bc.com>
2006-03-25 11:13:38 [ FULL ]
> On Wed, 2006-03-22 at 21:26 +0200, Norbert Klamann wrote:[...][...]

Interesting, I'm using 2.0.4 on RedHat 7.x and 9 and it works fine. Could
you please try my rpms. If they also fail, there must be some problem with
different pcre version or there is a problem now if you are not using pcre
with 2.0.4. The rpms are here http://www.invoca.ch/pub/packages/pound/
but
I don't know how well they work on x86_64.

Simon
[...]

Re: [Pound Mailing List] I have the problem with debian too
Sean Gabriel Heacock <gabriel(at)korsoft.com>
2006-03-26 06:21:32 [ FULL ]
On Sat, 2006-03-25 at 11:13 +0100, Simon Matter wrote:[...]

I build my own packages... but I added your pcre patch to mine, and it
appears to fix the problem :)
[...]

Re: [Pound Mailing List] I have the problem with debian too
"Simon Matter" <simon.matter(at)ch.sauter-bc.com>
2006-03-27 09:48:02 [ FULL ]
> On Sat, 2006-03-25 at 11:13 +0100, Simon Matter wrote:[...][...]

I guess your package has been built without PCRE support. Did you check
your binaries with ldd? If that's true then there appears to be a problem
now when not using pcre.

Simon

Re: [Pound Mailing List] I have the problem with debian too
Sean Gabriel Heacock <gabriel(at)korsoft.com>
2006-03-27 12:21:09 [ FULL ]
On Mon, 2006-03-27 at 09:48 +0200, Simon Matter wrote:[...]

It appears to be linked with the pcre library...  I'm not clear on
whether that's good or bad :)

root(at)hathor:~# ldd /usr/bin/pound
        libssl.so.5 => /lib/libssl.so.5 (0x00002aaaaabc6000)
        libcrypto.so.5 => /lib/libcrypto.so.5 (0x00002aaaaad03000)
        libdl.so.2 => /lib/libdl.so.2 (0x00002aaaaaf38000)
        libpcreposix.so.0 => /usr/lib/libpcreposix.so.0 (0x00002aaaab03c000)
        libpthread.so.0 => /lib/libpthread.so.0 (0x00002aaaab140000)
        libc.so.6 => /lib/libc.so.6 (0x00002aaaab255000)
        libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2
(0x00002aaaab48b000)        libkrb5.so.3 => /usr/lib/libkrb5.so.3
(0x00002aaaab5a4000)
        libcom_err.so.2 => /lib/libcom_err.so.2 (0x00002aaaab71e000)
        libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x00002aaaab820000)
        libresolv.so.2 => /lib/libresolv.so.2 (0x00002aaaab945000)
        libz.so.1 => /usr/lib/libz.so.1 (0x00002aaaaba5a000)
        /lib/ld-linux-x86-64.so.2 (0x00002aaaaaaab000)
        libpcre.so.0 => /lib/libpcre.so.0 (0x00002aaaabb6f000)
        libkrb5support.so.0 => /usr/lib/libkrb5support.so.0
(0x00002aaaabc7f000)
[...]

Re: [Pound Mailing List] I have the problem with debian too
Robert Segall <roseg(at)apsis.ch>
2006-03-30 12:16:33 [ FULL ]
On Wed, 2006-03-22 at 21:26 +0200, Norbert Klamann wrote:[...]

Certainly - mail me (directly) the patch and I'll have a look at it.

As to your problem: I have no idea what version is distributed with
"dapper" (I assume Ubuntu). The OP problem was the lack of quotes around
the user name.[...]

MailBoxer