Opened 12 years ago
Closed 2 years ago
#39123 closed defect (fixed)
squid3: EUI error with 3.3.4 and OSX Server 10.6.8
Reported by: | rrichardson@… | Owned by: | jmroot (Joshua Root) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.3 |
Keywords: | Cc: | ||
Port: | squid3 |
Description
Sorry about my previous post. I did not notice that I had pasted the same error message in both places. My major problem is as follows...
I upgraded my squid 3.3.4 servers from 10.5.8 to 10.6.8. Now I'm getting a flood of the following messages in the log…
squid[927]: ERROR: ARP / MAC / EUI-* operations not supported on this operating system.
On a heavily used system this eventually causes squid to crash and restart.
Searching shows that someone who installed without MacPorts fixed this by recompiling with "./configure --disable-eui", but that doesn't appear to be an option with MacPorts. Any idea what I can do about this? (Maybe there's a way to do this. I'm an old mainframer, and can code in assembly and PL/1, but never had the pleasure of developing in C.)
Thanks for any help, Ron
Change History (5)
comment:1 Changed 12 years ago by jmroot (Joshua Root)
Cc: | jmr@… openmaintainer@… removed |
---|---|
Keywords: | eui error crash removed |
Owner: | changed from macports-tickets@… to jmr@… |
Status: | new → assigned |
comment:2 Changed 12 years ago by jmroot (Joshua Root)
comment:3 follow-up: 4 Changed 12 years ago by jmroot (Joshua Root)
Putting eui_lookup off
in your squid.conf should stop the message from being logged.
comment:4 Changed 12 years ago by rrichardson@…
Replying to jmr@…:
Putting
eui_lookup off
in your squid.conf should stop the message from being logged.
Thank you. This has stopped the messages. Hoping that the crashes will stop also when I shift the load back to these servers.
Ron
comment:5 Changed 2 years ago by jmroot (Joshua Root)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
EUI is turned off by default in squid4 and squid5.
What is your basis for saying that this message is what is causing squid to crash? Can you attach the crash log?