You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Zhao Yongming (JIRA)" <ji...@apache.org> on 2011/06/22 03:36:47 UTC

[jira] [Created] (TS-851) unable to run TS without a real interface

unable to run TS without a real interface
-----------------------------------------

                 Key: TS-851
                 URL: https://issues.apache.org/jira/browse/TS-851
             Project: Traffic Server
          Issue Type: Bug
          Components: Management
    Affects Versions: 3.1.0
         Environment: trunk after TS-845
            Reporter: Zhao Yongming


it seems like that start_HttpProxyServerBackDoor with port 8084(proxy.config.process_manager.mgmt_port) does some dirty job, we need to track it down.

{code}
[Jun 21 22:51:02.915] Server {47475602368256} NOTE: cache clustering disabled
[Jun 21 22:51:02.915] Server {47475602368256} NOTE: clearing statistics
[Jun 21 22:51:02.916] Server {47475602368256} DEBUG: (dns) ink_dns_init: called with init_called = 0
[Jun 21 22:51:02.926] Server {47475602368256} DEBUG: (dns) localhost=zym6400
[Jun 21 22:51:02.927] Server {47475602368256} DEBUG: (dns) Round-robin nameservers = 0
[Jun 21 22:51:02.932] Server {47475602368256} NOTE: cache clustering disabled
[Jun 21 22:51:02.984] Server {47475602368256} NOTE: logging initialized[7], logging_mode = 3
[Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.redirection_enabled = 0
[Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.number_of_redirections = 1
[Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.post_copy_size = 2048
[Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_tproxy) Primary listen socket transparency is off
[Jun 21 22:51:02.992] Server {47475602368256} ERROR: getaddrinfo error -2: Name or service not known
[Jun 21 22:51:02.992] Server {47475602368256} WARNING: unable to listen on port 8084: -1 2, No such file or directory
[Jun 21 22:51:02.993] Server {47475602368256} NOTE: traffic server running
[Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) DNSHandler::startEvent: on thread 0
[Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) open_con: opening connection 127.0.0.1:53
[Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) random port = 28547
[Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) opening connection 127.0.0.1:53 SUCCEEDED for 0
[Jun 21 22:51:03.308] Server {47475617863424} NOTE: cache enabled
[Jun 21 22:51:21.870] Manager {140119188903712} FATAL: [LocalManager::pollMgmtProcessServer] Error in read (errno: 104)
[Jun 21 22:51:21.870] Manager {140119188903712} FATAL:  (last system error 104: Connection reset by peer)
[Jun 21 22:51:21.870] Manager {140119188903712} NOTE: [LocalManager::mgmtShutdown] Executing shutdown request.
[Jun 21 22:51:21.870] Manager {140119188903712} NOTE: [LocalManager::processShutdown] Executing process shutdown request.
[Jun 21 22:51:21.870] Manager {140119188903712} ERROR: [LocalManager::sendMgmtMsgToProcesses] Error writing message
[Jun 21 22:51:21.870] Manager {140119188903712} ERROR:  (last system error 32: Broken pipe)
[E. Mgmt] log ==> [TrafficManager] using root directory '/usr'
{code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Closed] (TS-851) unable to run TS without a real interface

Posted by "mohan_zl (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

mohan_zl closed TS-851.
-----------------------

    Resolution: Fixed

> unable to run TS without a real interface
> -----------------------------------------
>
>                 Key: TS-851
>                 URL: https://issues.apache.org/jira/browse/TS-851
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Management
>    Affects Versions: 3.1.0
>         Environment: trunk after TS-845
>            Reporter: Zhao Yongming
>            Assignee: Zhao Yongming
>             Fix For: 3.1.0
>
>         Attachments: TS-851.patch
>
>
> it seems like that start_HttpProxyServerBackDoor with port 8084(proxy.config.process_manager.mgmt_port) does some dirty job, we need to track it down.
> {code}
> [Jun 21 22:51:02.915] Server {47475602368256} NOTE: cache clustering disabled
> [Jun 21 22:51:02.915] Server {47475602368256} NOTE: clearing statistics
> [Jun 21 22:51:02.916] Server {47475602368256} DEBUG: (dns) ink_dns_init: called with init_called = 0
> [Jun 21 22:51:02.926] Server {47475602368256} DEBUG: (dns) localhost=zym6400
> [Jun 21 22:51:02.927] Server {47475602368256} DEBUG: (dns) Round-robin nameservers = 0
> [Jun 21 22:51:02.932] Server {47475602368256} NOTE: cache clustering disabled
> [Jun 21 22:51:02.984] Server {47475602368256} NOTE: logging initialized[7], logging_mode = 3
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.redirection_enabled = 0
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.number_of_redirections = 1
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.post_copy_size = 2048
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_tproxy) Primary listen socket transparency is off
> [Jun 21 22:51:02.992] Server {47475602368256} ERROR: getaddrinfo error -2: Name or service not known
> [Jun 21 22:51:02.992] Server {47475602368256} WARNING: unable to listen on port 8084: -1 2, No such file or directory
> [Jun 21 22:51:02.993] Server {47475602368256} NOTE: traffic server running
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) DNSHandler::startEvent: on thread 0
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) open_con: opening connection 127.0.0.1:53
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) random port = 28547
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) opening connection 127.0.0.1:53 SUCCEEDED for 0
> [Jun 21 22:51:03.308] Server {47475617863424} NOTE: cache enabled
> [Jun 21 22:51:21.870] Manager {140119188903712} FATAL: [LocalManager::pollMgmtProcessServer] Error in read (errno: 104)
> [Jun 21 22:51:21.870] Manager {140119188903712} FATAL:  (last system error 104: Connection reset by peer)
> [Jun 21 22:51:21.870] Manager {140119188903712} NOTE: [LocalManager::mgmtShutdown] Executing shutdown request.
> [Jun 21 22:51:21.870] Manager {140119188903712} NOTE: [LocalManager::processShutdown] Executing process shutdown request.
> [Jun 21 22:51:21.870] Manager {140119188903712} ERROR: [LocalManager::sendMgmtMsgToProcesses] Error writing message
> [Jun 21 22:51:21.870] Manager {140119188903712} ERROR:  (last system error 32: Broken pipe)
> [E. Mgmt] log ==> [TrafficManager] using root directory '/usr'
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TS-851) unable to run TS without a real interface

Posted by "Zhao Yongming (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhao Yongming updated TS-851:
-----------------------------

    Attachment: TS-851.patch

I just don't know why we need to getaddrinfo, I'd let your guys think of it, and here is the patch which can make TS run without a real interface.

> unable to run TS without a real interface
> -----------------------------------------
>
>                 Key: TS-851
>                 URL: https://issues.apache.org/jira/browse/TS-851
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Management
>    Affects Versions: 3.1.0
>         Environment: trunk after TS-845
>            Reporter: Zhao Yongming
>            Assignee: Zhao Yongming
>         Attachments: TS-851.patch
>
>
> it seems like that start_HttpProxyServerBackDoor with port 8084(proxy.config.process_manager.mgmt_port) does some dirty job, we need to track it down.
> {code}
> [Jun 21 22:51:02.915] Server {47475602368256} NOTE: cache clustering disabled
> [Jun 21 22:51:02.915] Server {47475602368256} NOTE: clearing statistics
> [Jun 21 22:51:02.916] Server {47475602368256} DEBUG: (dns) ink_dns_init: called with init_called = 0
> [Jun 21 22:51:02.926] Server {47475602368256} DEBUG: (dns) localhost=zym6400
> [Jun 21 22:51:02.927] Server {47475602368256} DEBUG: (dns) Round-robin nameservers = 0
> [Jun 21 22:51:02.932] Server {47475602368256} NOTE: cache clustering disabled
> [Jun 21 22:51:02.984] Server {47475602368256} NOTE: logging initialized[7], logging_mode = 3
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.redirection_enabled = 0
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.number_of_redirections = 1
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.post_copy_size = 2048
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_tproxy) Primary listen socket transparency is off
> [Jun 21 22:51:02.992] Server {47475602368256} ERROR: getaddrinfo error -2: Name or service not known
> [Jun 21 22:51:02.992] Server {47475602368256} WARNING: unable to listen on port 8084: -1 2, No such file or directory
> [Jun 21 22:51:02.993] Server {47475602368256} NOTE: traffic server running
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) DNSHandler::startEvent: on thread 0
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) open_con: opening connection 127.0.0.1:53
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) random port = 28547
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) opening connection 127.0.0.1:53 SUCCEEDED for 0
> [Jun 21 22:51:03.308] Server {47475617863424} NOTE: cache enabled
> [Jun 21 22:51:21.870] Manager {140119188903712} FATAL: [LocalManager::pollMgmtProcessServer] Error in read (errno: 104)
> [Jun 21 22:51:21.870] Manager {140119188903712} FATAL:  (last system error 104: Connection reset by peer)
> [Jun 21 22:51:21.870] Manager {140119188903712} NOTE: [LocalManager::mgmtShutdown] Executing shutdown request.
> [Jun 21 22:51:21.870] Manager {140119188903712} NOTE: [LocalManager::processShutdown] Executing process shutdown request.
> [Jun 21 22:51:21.870] Manager {140119188903712} ERROR: [LocalManager::sendMgmtMsgToProcesses] Error writing message
> [Jun 21 22:51:21.870] Manager {140119188903712} ERROR:  (last system error 32: Broken pipe)
> [E. Mgmt] log ==> [TrafficManager] using root directory '/usr'
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TS-851) unable to run TS without a real interface

Posted by "Igor Galić (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-851?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13053783#comment-13053783 ] 

Igor Galić commented on TS-851:
-------------------------------

errno: 104 is:

#define ECONNRESET      104     /* Connection reset by peer */


> unable to run TS without a real interface
> -----------------------------------------
>
>                 Key: TS-851
>                 URL: https://issues.apache.org/jira/browse/TS-851
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Management
>    Affects Versions: 3.1.0
>         Environment: trunk after TS-845
>            Reporter: Zhao Yongming
>
> it seems like that start_HttpProxyServerBackDoor with port 8084(proxy.config.process_manager.mgmt_port) does some dirty job, we need to track it down.
> {code}
> [Jun 21 22:51:02.915] Server {47475602368256} NOTE: cache clustering disabled
> [Jun 21 22:51:02.915] Server {47475602368256} NOTE: clearing statistics
> [Jun 21 22:51:02.916] Server {47475602368256} DEBUG: (dns) ink_dns_init: called with init_called = 0
> [Jun 21 22:51:02.926] Server {47475602368256} DEBUG: (dns) localhost=zym6400
> [Jun 21 22:51:02.927] Server {47475602368256} DEBUG: (dns) Round-robin nameservers = 0
> [Jun 21 22:51:02.932] Server {47475602368256} NOTE: cache clustering disabled
> [Jun 21 22:51:02.984] Server {47475602368256} NOTE: logging initialized[7], logging_mode = 3
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.redirection_enabled = 0
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.number_of_redirections = 1
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.post_copy_size = 2048
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_tproxy) Primary listen socket transparency is off
> [Jun 21 22:51:02.992] Server {47475602368256} ERROR: getaddrinfo error -2: Name or service not known
> [Jun 21 22:51:02.992] Server {47475602368256} WARNING: unable to listen on port 8084: -1 2, No such file or directory
> [Jun 21 22:51:02.993] Server {47475602368256} NOTE: traffic server running
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) DNSHandler::startEvent: on thread 0
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) open_con: opening connection 127.0.0.1:53
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) random port = 28547
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) opening connection 127.0.0.1:53 SUCCEEDED for 0
> [Jun 21 22:51:03.308] Server {47475617863424} NOTE: cache enabled
> [Jun 21 22:51:21.870] Manager {140119188903712} FATAL: [LocalManager::pollMgmtProcessServer] Error in read (errno: 104)
> [Jun 21 22:51:21.870] Manager {140119188903712} FATAL:  (last system error 104: Connection reset by peer)
> [Jun 21 22:51:21.870] Manager {140119188903712} NOTE: [LocalManager::mgmtShutdown] Executing shutdown request.
> [Jun 21 22:51:21.870] Manager {140119188903712} NOTE: [LocalManager::processShutdown] Executing process shutdown request.
> [Jun 21 22:51:21.870] Manager {140119188903712} ERROR: [LocalManager::sendMgmtMsgToProcesses] Error writing message
> [Jun 21 22:51:21.870] Manager {140119188903712} ERROR:  (last system error 32: Broken pipe)
> [E. Mgmt] log ==> [TrafficManager] using root directory '/usr'
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (TS-851) unable to run TS without a real interface

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-851:
-----------------------------

    Fix Version/s: 3.1.0

> unable to run TS without a real interface
> -----------------------------------------
>
>                 Key: TS-851
>                 URL: https://issues.apache.org/jira/browse/TS-851
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Management
>    Affects Versions: 3.1.0
>         Environment: trunk after TS-845
>            Reporter: Zhao Yongming
>            Assignee: Zhao Yongming
>             Fix For: 3.1.0
>
>         Attachments: TS-851.patch
>
>
> it seems like that start_HttpProxyServerBackDoor with port 8084(proxy.config.process_manager.mgmt_port) does some dirty job, we need to track it down.
> {code}
> [Jun 21 22:51:02.915] Server {47475602368256} NOTE: cache clustering disabled
> [Jun 21 22:51:02.915] Server {47475602368256} NOTE: clearing statistics
> [Jun 21 22:51:02.916] Server {47475602368256} DEBUG: (dns) ink_dns_init: called with init_called = 0
> [Jun 21 22:51:02.926] Server {47475602368256} DEBUG: (dns) localhost=zym6400
> [Jun 21 22:51:02.927] Server {47475602368256} DEBUG: (dns) Round-robin nameservers = 0
> [Jun 21 22:51:02.932] Server {47475602368256} NOTE: cache clustering disabled
> [Jun 21 22:51:02.984] Server {47475602368256} NOTE: logging initialized[7], logging_mode = 3
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.redirection_enabled = 0
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.number_of_redirections = 1
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.post_copy_size = 2048
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_tproxy) Primary listen socket transparency is off
> [Jun 21 22:51:02.992] Server {47475602368256} ERROR: getaddrinfo error -2: Name or service not known
> [Jun 21 22:51:02.992] Server {47475602368256} WARNING: unable to listen on port 8084: -1 2, No such file or directory
> [Jun 21 22:51:02.993] Server {47475602368256} NOTE: traffic server running
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) DNSHandler::startEvent: on thread 0
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) open_con: opening connection 127.0.0.1:53
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) random port = 28547
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) opening connection 127.0.0.1:53 SUCCEEDED for 0
> [Jun 21 22:51:03.308] Server {47475617863424} NOTE: cache enabled
> [Jun 21 22:51:21.870] Manager {140119188903712} FATAL: [LocalManager::pollMgmtProcessServer] Error in read (errno: 104)
> [Jun 21 22:51:21.870] Manager {140119188903712} FATAL:  (last system error 104: Connection reset by peer)
> [Jun 21 22:51:21.870] Manager {140119188903712} NOTE: [LocalManager::mgmtShutdown] Executing shutdown request.
> [Jun 21 22:51:21.870] Manager {140119188903712} NOTE: [LocalManager::processShutdown] Executing process shutdown request.
> [Jun 21 22:51:21.870] Manager {140119188903712} ERROR: [LocalManager::sendMgmtMsgToProcesses] Error writing message
> [Jun 21 22:51:21.870] Manager {140119188903712} ERROR:  (last system error 32: Broken pipe)
> [E. Mgmt] log ==> [TrafficManager] using root directory '/usr'
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Work started] (TS-851) unable to run TS without a real interface

Posted by "Zhao Yongming (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on TS-851 started by Zhao Yongming.

> unable to run TS without a real interface
> -----------------------------------------
>
>                 Key: TS-851
>                 URL: https://issues.apache.org/jira/browse/TS-851
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Management
>    Affects Versions: 3.1.0
>         Environment: trunk after TS-845
>            Reporter: Zhao Yongming
>            Assignee: Zhao Yongming
>         Attachments: TS-851.patch
>
>
> it seems like that start_HttpProxyServerBackDoor with port 8084(proxy.config.process_manager.mgmt_port) does some dirty job, we need to track it down.
> {code}
> [Jun 21 22:51:02.915] Server {47475602368256} NOTE: cache clustering disabled
> [Jun 21 22:51:02.915] Server {47475602368256} NOTE: clearing statistics
> [Jun 21 22:51:02.916] Server {47475602368256} DEBUG: (dns) ink_dns_init: called with init_called = 0
> [Jun 21 22:51:02.926] Server {47475602368256} DEBUG: (dns) localhost=zym6400
> [Jun 21 22:51:02.927] Server {47475602368256} DEBUG: (dns) Round-robin nameservers = 0
> [Jun 21 22:51:02.932] Server {47475602368256} NOTE: cache clustering disabled
> [Jun 21 22:51:02.984] Server {47475602368256} NOTE: logging initialized[7], logging_mode = 3
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.redirection_enabled = 0
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.number_of_redirections = 1
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.post_copy_size = 2048
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_tproxy) Primary listen socket transparency is off
> [Jun 21 22:51:02.992] Server {47475602368256} ERROR: getaddrinfo error -2: Name or service not known
> [Jun 21 22:51:02.992] Server {47475602368256} WARNING: unable to listen on port 8084: -1 2, No such file or directory
> [Jun 21 22:51:02.993] Server {47475602368256} NOTE: traffic server running
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) DNSHandler::startEvent: on thread 0
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) open_con: opening connection 127.0.0.1:53
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) random port = 28547
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) opening connection 127.0.0.1:53 SUCCEEDED for 0
> [Jun 21 22:51:03.308] Server {47475617863424} NOTE: cache enabled
> [Jun 21 22:51:21.870] Manager {140119188903712} FATAL: [LocalManager::pollMgmtProcessServer] Error in read (errno: 104)
> [Jun 21 22:51:21.870] Manager {140119188903712} FATAL:  (last system error 104: Connection reset by peer)
> [Jun 21 22:51:21.870] Manager {140119188903712} NOTE: [LocalManager::mgmtShutdown] Executing shutdown request.
> [Jun 21 22:51:21.870] Manager {140119188903712} NOTE: [LocalManager::processShutdown] Executing process shutdown request.
> [Jun 21 22:51:21.870] Manager {140119188903712} ERROR: [LocalManager::sendMgmtMsgToProcesses] Error writing message
> [Jun 21 22:51:21.870] Manager {140119188903712} ERROR:  (last system error 32: Broken pipe)
> [E. Mgmt] log ==> [TrafficManager] using root directory '/usr'
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TS-851) unable to run TS without a real interface

Posted by "Zhao Yongming (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Zhao Yongming reassigned TS-851:
--------------------------------

    Assignee: Zhao Yongming

> unable to run TS without a real interface
> -----------------------------------------
>
>                 Key: TS-851
>                 URL: https://issues.apache.org/jira/browse/TS-851
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Management
>    Affects Versions: 3.1.0
>         Environment: trunk after TS-845
>            Reporter: Zhao Yongming
>            Assignee: Zhao Yongming
>
> it seems like that start_HttpProxyServerBackDoor with port 8084(proxy.config.process_manager.mgmt_port) does some dirty job, we need to track it down.
> {code}
> [Jun 21 22:51:02.915] Server {47475602368256} NOTE: cache clustering disabled
> [Jun 21 22:51:02.915] Server {47475602368256} NOTE: clearing statistics
> [Jun 21 22:51:02.916] Server {47475602368256} DEBUG: (dns) ink_dns_init: called with init_called = 0
> [Jun 21 22:51:02.926] Server {47475602368256} DEBUG: (dns) localhost=zym6400
> [Jun 21 22:51:02.927] Server {47475602368256} DEBUG: (dns) Round-robin nameservers = 0
> [Jun 21 22:51:02.932] Server {47475602368256} NOTE: cache clustering disabled
> [Jun 21 22:51:02.984] Server {47475602368256} NOTE: logging initialized[7], logging_mode = 3
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.redirection_enabled = 0
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.number_of_redirections = 1
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_init) proxy.config.http.post_copy_size = 2048
> [Jun 21 22:51:02.989] Server {47475602368256} DEBUG: (http_tproxy) Primary listen socket transparency is off
> [Jun 21 22:51:02.992] Server {47475602368256} ERROR: getaddrinfo error -2: Name or service not known
> [Jun 21 22:51:02.992] Server {47475602368256} WARNING: unable to listen on port 8084: -1 2, No such file or directory
> [Jun 21 22:51:02.993] Server {47475602368256} NOTE: traffic server running
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) DNSHandler::startEvent: on thread 0
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) open_con: opening connection 127.0.0.1:53
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) random port = 28547
> [Jun 21 22:51:02.993] Server {47475602368256} DEBUG: (dns) opening connection 127.0.0.1:53 SUCCEEDED for 0
> [Jun 21 22:51:03.308] Server {47475617863424} NOTE: cache enabled
> [Jun 21 22:51:21.870] Manager {140119188903712} FATAL: [LocalManager::pollMgmtProcessServer] Error in read (errno: 104)
> [Jun 21 22:51:21.870] Manager {140119188903712} FATAL:  (last system error 104: Connection reset by peer)
> [Jun 21 22:51:21.870] Manager {140119188903712} NOTE: [LocalManager::mgmtShutdown] Executing shutdown request.
> [Jun 21 22:51:21.870] Manager {140119188903712} NOTE: [LocalManager::processShutdown] Executing process shutdown request.
> [Jun 21 22:51:21.870] Manager {140119188903712} ERROR: [LocalManager::sendMgmtMsgToProcesses] Error writing message
> [Jun 21 22:51:21.870] Manager {140119188903712} ERROR:  (last system error 32: Broken pipe)
> [E. Mgmt] log ==> [TrafficManager] using root directory '/usr'
> {code}

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira