<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Can you tell us what, if in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/mic0-connection-problem/m-p/1041833#M46336</link>
    <description>&lt;P&gt;Can you tell us what, if anything, changed between the time it was working and the time it stopped working? Did you install a new MPSS? Change the network configuration? Add or delete users? Rebuild the passwd file?&lt;/P&gt;</description>
    <pubDate>Fri, 31 Oct 2014 17:27:30 GMT</pubDate>
    <dc:creator>Frances_R_Intel</dc:creator>
    <dc:date>2014-10-31T17:27:30Z</dc:date>
    <item>
      <title>mic0 connection problem</title>
      <link>https://community.intel.com/t5/Software-Archive/mic0-connection-problem/m-p/1041832#M46335</link>
      <description>&lt;P&gt;I would used mic0 through ssh, but suddenly&amp;nbsp;doesnt it&amp;nbsp;work. &amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;[----@localhost ~]$ micctrl -s
mic0: online (mode: linux image: /usr/share/mpss/boot/bzImage-knightscorner)
[----@localhost ~]$ ssh mic0
ssh: connect to host mic0 port 22: Connection timed out
&lt;/PRE&gt;

&lt;P&gt;So, I restared mic0 using mpss command ( service mpss restart )&lt;/P&gt;

&lt;P&gt;but same error happen.&amp;nbsp;This error&amp;nbsp;happend&amp;nbsp; in the old day, at that time, I just resetting mic0 configuration.&lt;/P&gt;

&lt;P&gt;It would be okay if resetting mic0, but I dont wanna do it becaused of many configurations.&lt;/P&gt;

&lt;P&gt;I will really appriciate to anyone who help me.&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 06:58:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/mic0-connection-problem/m-p/1041832#M46335</guid>
      <dc:creator>YangHun_P_</dc:creator>
      <dc:date>2014-10-31T06:58:05Z</dc:date>
    </item>
    <item>
      <title>Can you tell us what, if</title>
      <link>https://community.intel.com/t5/Software-Archive/mic0-connection-problem/m-p/1041833#M46336</link>
      <description>&lt;P&gt;Can you tell us what, if anything, changed between the time it was working and the time it stopped working? Did you install a new MPSS? Change the network configuration? Add or delete users? Rebuild the passwd file?&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2014 17:27:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/mic0-connection-problem/m-p/1041833#M46336</guid>
      <dc:creator>Frances_R_Intel</dc:creator>
      <dc:date>2014-10-31T17:27:30Z</dc:date>
    </item>
    <item>
      <title>I don't know everything I've</title>
      <link>https://community.intel.com/t5/Software-Archive/mic0-connection-problem/m-p/1041834#M46337</link>
      <description>&lt;P&gt;thanks for answer.&lt;/P&gt;

&lt;P&gt;I don't know everything I've done, but I just used&amp;nbsp; the machine for running benchmark program&amp;nbsp;with cross-compiled binary from host.&lt;/P&gt;

&lt;P&gt;I didn`t do anything you mentioned.&lt;/P&gt;

&lt;P&gt;I thought it happen at the time after rebooting the xeon phi.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Nov 2014 03:34:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/mic0-connection-problem/m-p/1041834#M46337</guid>
      <dc:creator>YangHun_P_</dc:creator>
      <dc:date>2014-11-01T03:34:00Z</dc:date>
    </item>
    <item>
      <title>A few things to look at:</title>
      <link>https://community.intel.com/t5/Software-Archive/mic0-connection-problem/m-p/1041835#M46338</link>
      <description>&lt;P&gt;A few things to look at:&lt;/P&gt;

&lt;P&gt;First run 'miccheck' and make sure all the tests pass.&lt;/P&gt;

&lt;P&gt;Next run 'ping -c 5 mic0' and make sure there is no packet loss.&lt;/P&gt;

&lt;P&gt;Then, if you are using the default RamFS setup for booting the coprocessor, check&amp;nbsp;/var/mpss/mic0/home/USER_NAME/.ssh where USER_NAME is the name of the user performing the ssh (or check&amp;nbsp;/var/mpss/mic0/root/.ssh if you are running as root). Make sure that:&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;the contents of this directory include at least&amp;nbsp;id_rsa and&amp;nbsp;id_rsa.pub (or id_dsa and id_dsa.pub),&lt;/LI&gt;
	&lt;LI&gt;the .ssh directory and id_rsa (or id_dsa) file have rwx access for the owner but no access for group or other,&lt;/LI&gt;
	&lt;LI&gt;the id_rsa.pub (or id_dsa.pub) file have rwx access for the owner and r access for group and other,&lt;/LI&gt;
	&lt;LI&gt;the contents of the files match the contents of the corresponding files in the .ssh directory in the user's home directory on the host machine.&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;My suspicion is that the ssh keys either don't exist, don't match or are invalid. If you are using the StaticRamFS, NFS or SplitNFS options to boot or if you are NFS mounting the user directories, you will need to check the cpio file or the location you are NFS mounting from rather than in /var/mpss/mic0.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Nov 2014 01:24:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/mic0-connection-problem/m-p/1041835#M46338</guid>
      <dc:creator>Frances_R_Intel</dc:creator>
      <dc:date>2014-11-05T01:24:54Z</dc:date>
    </item>
  </channel>
</rss>

