You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Alan D. Cabrera" <li...@toolazydogs.com> on 2011/07/15 20:59:44 UTC

Error when starting 3.0.0 on Mac OS X

I get this error when I attempt to start a newly minted trafficserver:

(linkedin)[acabrera-mn:trafficserver 557]$ cat /opt/trafficserver/var/log/trafficserver/traffic.out
[E. Mgmt] log ==> [TrafficManager] using root directory '/opt/trafficserver'
[Jul 15 11:56:46.220] {140735080934560} STATUS: opened /opt/trafficserver/var/log/trafficserver/manager.log
[Jul 15 11:56:46.236] {140735080934560} NOTE: updated diags config
[Jul 15 11:56:46.254] Manager {140735080934560} NOTE: [RollBack::Rollback] Missing Configuration File: proxy.pac
[Jul 15 11:56:46.254] Manager {140735080934560} NOTE: [RollBack::Rollback] Created zero length place holder for config file proxy.pac
[Jul 15 11:56:46.267] Manager {140735080934560} NOTE: [RollBack::Rollback] Missing Configuration File: wpad.dat
[Jul 15 11:56:46.267] Manager {140735080934560} NOTE: [RollBack::Rollback] Created zero length place holder for config file wpad.dat
[Jul 15 11:56:46.284] Manager {140735080934560} FATAL: [LocalManager::initCCom] Unable to find network interface en0.  Exiting...
[Jul 15 11:56:46.284] Manager {140735080934560} FATAL:  (last system error 2: No such file or directory)
[Jul 15 11:56:46.284] Manager {140735080934560} NOTE: [LocalManager::mgmtShutdown] Executing shutdown request.
[Jul 15 11:56:46.284] Manager {140735080934560} NOTE: [LocalManager::processShutdown] Executing process shutdown request.
[E. Mgmt] log ==> [TrafficManager] using root directory '/opt/trafficserver'
[Jul 15 11:56:46.306] {140735080934560} STATUS: opened /opt/trafficserver/var/log/trafficserver/manager.log
[Jul 15 11:56:46.306] {140735080934560} NOTE: updated diags config
[Jul 15 11:56:46.310] Manager {140735080934560} FATAL: [LocalManager::initCCom] Unable to find network interface en0.  Exiting...
[Jul 15 11:56:46.310] Manager {140735080934560} FATAL:  (last system error 2: No such file or directory)
[Jul 15 11:56:46.310] Manager {140735080934560} NOTE: [LocalManager::mgmtShutdown] Executing shutdown request.
[Jul 15 11:56:46.310] Manager {140735080934560} NOTE: [LocalManager::processShutdown] Executing process shutdown request.
[E. Mgmt] log ==> [TrafficManager] using root directory '/opt/trafficserver'
[Jul 15 11:56:46.329] {140735080934560} STATUS: opened /opt/trafficserver/var/log/trafficserver/manager.log
[Jul 15 11:56:46.330] {140735080934560} NOTE: updated diags config
[Jul 15 11:56:46.332] Manager {140735080934560} FATAL: [LocalManager::initCCom] Unable to find network interface en0.  Exiting...
[Jul 15 11:56:46.332] Manager {140735080934560} FATAL:  (last system error 2: No such file or directory)
[Jul 15 11:56:46.333] Manager {140735080934560} NOTE: [LocalManager::mgmtShutdown] Executing shutdown request.
[Jul 15 11:56:46.333] Manager {140735080934560} NOTE: [LocalManager::processShutdown] Executing process shutdown request.


Any ideas?


Regards,
Alan


Re: Error when starting 3.0.0 on Mac OS X

Posted by "Alan D. Cabrera" <li...@toolazydogs.com>.
I updated trunk and records.config still has 

CONFIG proxy.config.cluster.ethernet_interface STRING en0

I change it to lo0 and everything worked.  Thanks!


Regards,
Alan

On Jul 16, 2011, at 4:24 AM, ming.zym@gmail.com wrote:

> this is the problem of cluster communication interface, it should be set
> to the existing real interface or loopback interface, change
> records.config to:
> CONFIG proxy.config.cluster.ethernet_interface STRING lo0
> 
> this case often rise up when you install a binary package, and where the
> default real interface is diff from the building interface, all binary
> release is adviced to change the default config to loopback interface,
> in linux lo, in bsd mac solaris, lo0
> 
> this problem have been fixed in the trunk, please try the svn version
> and feed back.
> 
> thanks
> 
> 在 2011-07-15五的 11:59 -0700,Alan D. Cabrera写道:
>> FATAL: [LocalManager::initCCom] Unable to find network interface en0.
>> Exiting...
> 


Re: Error when starting 3.0.0 on Mac OS X

Posted by "ming.zym@gmail.com" <mi...@gmail.com>.
this is the problem of cluster communication interface, it should be set
to the existing real interface or loopback interface, change
records.config to:
CONFIG proxy.config.cluster.ethernet_interface STRING lo0

this case often rise up when you install a binary package, and where the
default real interface is diff from the building interface, all binary
release is adviced to change the default config to loopback interface,
in linux lo, in bsd mac solaris, lo0

this problem have been fixed in the trunk, please try the svn version
and feed back.

thanks

在 2011-07-15五的 11:59 -0700,Alan D. Cabrera写道:
> FATAL: [LocalManager::initCCom] Unable to find network interface en0.
> Exiting...


Re: Error when starting 3.0.0 on Mac OS X

Posted by "ming.zym@gmail.com" <mi...@gmail.com>.
this is the problem of cluster communication interface, it should be set
to the existing real interface or loopback interface, change
records.config to:
CONFIG proxy.config.cluster.ethernet_interface STRING lo0

this case often rise up when you install a binary package, and where the
default real interface is diff from the building interface, all binary
release is adviced to change the default config to loopback interface,
in linux lo, in bsd mac solaris, lo0

this problem have been fixed in the trunk, please try the svn version
and feed back.

thanks

在 2011-07-15五的 11:59 -0700,Alan D. Cabrera写道:
> FATAL: [LocalManager::initCCom] Unable to find network interface en0.
> Exiting...