[
https://issues.apache.org/jira/browse/MESOS-6822?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15765074#comment-15765074
]
Jie Yu commented on MESOS-6822:
-------------------------------
{noformat}
E1217 21:05:21.993731 29951 slave.cpp:4553] Container
'65a5a3cc-4183-44e1-b88d-22cabc9100e5' for executor
'e626116e-50c3-4c65-94b3-966a6b55571f' of framework
53069a58-3a0b-4d89-9986-76f509e7af90-0000 failed to start: Collect failed:
Failed to setup hostname and network files: sh: ifconfig: command not found
{noformat}
Might be related to $PATH
> CNI reports confusing error message for failed interface setup.
> ---------------------------------------------------------------
>
> Key: MESOS-6822
> URL: https://issues.apache.org/jira/browse/MESOS-6822
> Project: Mesos
> Issue Type: Bug
> Components: network
> Affects Versions: 1.1.0
> Reporter: Alexander Rukletsov
>
> Saw this today:
> {noformat}
> Failed to bring up the loopback interface in the new network namespace of pid
> 17067: Success
> {noformat}
> which is produced by this code:
> https://github.com/apache/mesos/blob/1e72605e9892eb4e518442ab9c1fe2a1a1696748/src/slave/containerizer/mesos/isolators/network/cni/cni.cpp#L1854-L1859
> Note that ssh'ing into the machine confirmed that {{ifconfig}} is available
> in {{PATH}}.
> Full log: http://pastebin.com/hVdNz6yk
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)