On Wed, 04 Jan 2012 11:35:04 +1300, Amos Jeffries wrote:
cc'ing squid-dev so the developers can see this beta code problem...
hmm, might help if I actually cc'd ;)
On Tue, 03 Jan 2012 13:13:35 +0100, Henri Wahl wrote:
Hello squid-users,
I am running squid 3.2.0.14 on OpenBSD. It runs fine until I try to
use
more than 1 worker. Setting "workers 2" in squid.conf results in
error
messages like those:
Jan 3 12:28:20 squid02 squid[19018]: Ipc::Mem::Segment: Cannot fake
shared segments in SMP config (Fake segment open)
Jan 3 12:28:20 squid02 squid[9245]: Ipc::Mem::Segment: Cannot fake
shared segments in SMP config (Fake segment creation)
and no squid starts, just looping in this state. Is there any
special
compile option ore are there general SMP problems with OpenBSD?
Your system is missing shared memory support.
I'm not sure why the "fake" memory access wrappers which are supposed
to take over are failing.
Amos