You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "George Paul (JIRA)" <ji...@apache.org> on 2009/12/01 02:29:21 UTC

[jira] Updated: (TS-52) traffic_cop does not start

     [ https://issues.apache.org/jira/browse/TS-52?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

George Paul updated TS-52:
--------------------------

    Attachment: TS-52_traffic_cop_patch1.diff

This patch uses PREFIX, PKGLOCALSTATEDIR and PKGSYSCONFDIR to set default locations for config files, logs, etc. This patch was used in conjuction with patches TS-21_stats_patch1.diff  and TS-6_traffic_manager_patch1.diff. This patch also replaces TS-36_patch1.diff

patch -p0 -i TS-21_stats_patch1.diff
patch -p0 -i TS-6_traffic_manager_patch1.diff
patch -p0 -i TS-52_traffic_cop_patch1.diff

If your 'traffic_manager' does not start and you see message like the following in /var/log/syslog:

Nov 19 17:36:12 wopr traffic_manager[25918]: {2243651312} NOTE: [LocalManager::initCCom] Unable to find network interface (null). Exiting...

You need to set 'proxy.config.cluster.ethernet_interface' in 'proxy/config/records.config.in' to a valid interface like 'eth0'

You should be able to bring up the traffic_cop->traffic_manager->traffic_server

 sudo /usr/local/trafficserver/bin/traffic_cop &

To shutdown 'traffic_cop' you can do the following on linux:

 sudo killall -s QUIT traffic_cop

This will currently only bring down 'traffic_cop'. To shutdown down 'traffic_manager' and 'traffic_server' you can do the following on linux:

 sudo killall -s QUIT traffic_manager

Please note that the WebUI is disabled and will need to be fixed but the 'traffic_shell' should work to view some proxy, http and cache statistics.

Please review and let me know if there are any issues.

-George


> traffic_cop does not start
> --------------------------
>
>                 Key: TS-52
>                 URL: https://issues.apache.org/jira/browse/TS-52
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.0a
>         Environment: All linux
>            Reporter: George Paul
>         Attachments: TS-52_traffic_cop_patch1.diff
>
>
> Currently Traffic Cop does not start and will not bring up Traffic Manager & Traffic Server. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.