No traffic at all.
These logs appears just after the start of trafficserver. I've tested it on different boxes.. Some clarification, to make source compiled on FreeBSD I've made below changes in ParseRules.cc:

# diff ParseRules.cc ParseRules.cc.BSD
34c34
< #include "ParseRulesCType"
---
> #include "ParseRules.h"
37c37
< #include "ParseRulesCTypeToUpper"
---
> #include "ParseRules.h"
40c40
< #include "ParseRulesCTypeToLower"
---
> #include "ParseRules.h"


Without these changes, I could not "make" the source.


On 12/01/2012 12:13 PM, Igor Galić wrote:

----- Original Message -----
Thanks for quick reply.
I don't need a cluster in my configuration...

  >grep cluster
  >/data/opt/trafficserver/etc/trafficserver/records.confi
     # cluster type requires restart to change
     # 1 is full clustering, 2 is mgmt only, 3 is no clustering
LOCAL proxy.local.cluster.type INT 3
CONFIG proxy.config.cluster.cluster_port INT 0
CONFIG proxy.config.cluster.rsport INT 0
CONFIG proxy.config.cluster.mcport INT 0
CONFIG proxy.config.cluster.mc_group_addr STRING 224.0.1.37
CONFIG proxy.config.cluster.mc_ttl INT 0
CONFIG proxy.config.cluster.log_bogus_mc_msgs INT 0
CONFIG proxy.config.cluster.ethernet_interface STRING lo0
CONFIG proxy.config.cluster.cluster_configuration STRING
cluster.config


  >tail -3 manager.log
[Dec  1 11:28:18.671] Manager {0x803007400} ERROR:  (last system
error
49: Can't assign requested address)
[Dec  1 11:28:18.671] Manager {0x803007400} ERROR:
[ClusterCom::sendOutgoingMessage] Message send failed
[Dec  1 11:28:18.671] Manager {0x803007400} ERROR:  (last system
error
49: Can't assign requested address)


With default value "LOCAL proxy.local.cluster.type INT 0" I have the
same issue.

That is more than strange: I've never seen these issues in my tests
tests on freebsd (9.0, 9.1 and 10 with 3.2.x and trunk).
How much traffic are you getting on that box?

i


Reply via email to