Re: [Devel] listen = 0.0.0.0

2005-12-15 Thread Klaus Darilion
Carlos Eduardo Medaglia Dyonisio wrote: Hi all! I'm trying to use listen = 0.0.0.0 in openser-1.0.0, but it's not working. I guess if you do not use any listen directive, openser starts listening on all interfaces. klaus Is it a bug? If so, how can I help to fix it? Best regards, Cadu

Re: [Devel] multiple replicated servers socket info read error

2005-12-15 Thread Bogdan-Andrei Iancu
Hi Raymond in your scenario it's not useful to replicate the socket, since there is no shared IP between your servers. you may try to play at replication with the received value (the address where the request was received from) to make one server to point to the other for replicated

Re: [Devel] listen = 0.0.0.0

2005-12-15 Thread Klaus Darilion
Bogdan-Andrei Iancu wrote: Hi Klaus, this is right, but it's not equivalent to listening on 0.0.0.0. What is the difference? klaus regards, bogdan Klaus Darilion wrote: Carlos Eduardo Medaglia Dyonisio wrote: Hi all! I'm trying to use listen = 0.0.0.0 in openser-1.0.0, but it's not

Re: [Devel] listen = 0.0.0.0

2005-12-15 Thread Bogdan-Andrei Iancu
difficult questionI would say it will give you more liberty if supported, but it will complicate a lot the things internally (as you do not know exactly what interfaces are hidden behind 0.0.0.0) - actually this was the reason for not having this from the beginning. regards, bogdan

[Devel] [ openser-Bugs-1373616 ] xlog produces incorrect output

2005-12-15 Thread SourceForge.net
Bugs item #1373616, was opened at 2005-12-05 15:33 Message generated for change (Comment added) made by miconda You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=743020aid=1373616group_id=139143 Please note that this message will contain a full copy of the comment

[Devel] stats collection source code?

2005-12-15 Thread Daniel Hsueh
Hello, Is the code that implements stats collection (Makefile.defs -DSTATS) available anywhere? -- Daniel Hsueh mailto:[EMAIL PROTECTED] SOMA Networks tel:+1-416-348-1631 ___ Devel mailing list

[Devel] PW on posgres script

2005-12-15 Thread Bogdan-Andrei Iancu
Hi Klaus, when I applied Norman's fix regarding the PW env. variable in mysqldb.sh, I wanted to update also the postgres script, but I saw it commented out - any reasons not for providing passwd to postgres? it will be a nice to be able to pass the password via env. without being ask.