/ Zope / Apsis / Pound Mailing List / Archive / 2005 / 2005-06 / Pound 1.9 and SUSE Enterprise 9

[ << ] [ >> ]

[ Signal HUP to reload config files without ... ] [ Problems with Pound 1.9 / "SANCHIZ CARRILLO ... ]

Pound 1.9 and SUSE Enterprise 9
Jonathan Cyr <cyrj(at)cyr.info>
2005-06-14 23:22:15 [ FULL ]
Hello,

I just installed Pound 1.9 on a 32bit SuSE Enterprise 9 box.  

I run two instances, one for port 80 and one for SSL on 443.

I have pound watch the session through a cookie and direct traffic to 
the appropriate server.

I had a problem with the "exited normally 127" error, and the SSL/443 
instance wouldn't stay running.

I searched the archive for help, and found references to removing the 
rootjail. 

This seems to have worked, my pound instances are running, and keeping 
the session cookie straight.

But... I still have these exited "normally 127 errors" constantly in the 
log, every few minutes.

Should I be concerned about this message?  I really don't know what the 
message indicates that I should do.

I also found references to the compiler not picking up a kerebos? 
package.  I installed the default system and the openssl dev package.  
Is there another piece needed for compiling pound?

-Jon Cyr
cyrj(at)cyr.info

Re: [Pound Mailing List] Pound 1.9 and SUSE Enterprise 9
Robert Segall <roseg(at)apsis.ch>
2005-06-15 12:53:41 [ FULL ]
On Tue, 14 Jun 2005 17:22:15 -0400 Jonathan Cyr <cyrj(at)cyr.info> wrote:
[...]

If you got an "exited normally" message the server should be restarted
automatically - the next message should indicate "WORKER restarted".
[...]

I have absolutely no idea what a root jail may have to do with keeping
sessions. The problem with the root jail is that OpenSSL requires access
to the /dev/random device and in some implementations access to /dev/log
is needed (if you use the syslog for messages). That cannot affect the
session keeping in any way.
[...]
the [...]
the [...]

There is no exit(-1) in Pound.
[...]
[...]

Kerberos is required in some installations. However if you compiled
Pound without errors that is not your case.

I suggest you look at your limits, especially if you run Pound as
non-root.[...]

Re: [Pound Mailing List] Pound 1.9 and SUSE Enterprise 9
Jonathan Cyr <cyrj(at)cyr.info>
2005-06-15 21:12:01 [ FULL ]
I run Pound as root on a dedicated machine.

here are my limits

echo:~ # ulimit -a
core file size        (blocks, -c) 0
data seg size         (kbytes, -d) unlimited
file size             (blocks, -f) unlimited
max locked memory     (kbytes, -l) unlimited
max memory size       (kbytes, -m) unlimited
open files                    (-n) 1024
pipe size          (512 bytes, -p) 8
stack size            (kbytes, -s) unlimited
cpu time             (seconds, -t) unlimited
max user processes            (-u) 10239
virtual memory        (kbytes, -v) unlimited

my pound443.cfg File

# Main listening ports
ListenHTTPS *,443 /etc/ssl/certs/dscerts0505/ds_050105_3_combo.pem 
ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL
User root
Group adm
# RootJail /var/pound/jail
Client 15
Alive 60
HTTPSHeaders 0 ""
LogLevel 3

# Virtual host www.documentalsolutions.com
UrlGroup ".*"
HeadRequire Host ".*www.documentalsolutions.com.*"
BackEnd 192.168.0.204,80,1
BackEnd 192.168.0.206,80,1
BackEnd 192.168.0.207,80,1
Session COOKIE user 1200
EndGroup

See anything that might be a problem.

Thanks,

Jon


Robert Segall wrote:
[...][...][...][...][...][...][...][...][...][...][...][...][...][...][...]

MailBoxer