<?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 NFS export problem on MPSS 3.1 in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/NFS-export-problem-on-MPSS-3-1/m-p/982607#M26424</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I installed MPSS 3.1 on one of workstations with CentOS 6.4,&amp;nbsp; the installation process went well before I configured the host NFS export.&lt;/P&gt;

&lt;P&gt;Before I set up the export file system (/home and /work), I can ssh to mic0 and mic normally, but after that, I am not able to log on either of the cards.&lt;/P&gt;

&lt;P&gt;Here are the network information of these two cards:&lt;/P&gt;

&lt;P&gt;mic0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Link encap:Ethernet&amp;nbsp; HWaddr 4C:79:BA:32:12:2B &amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet addr:172.31.1.1&amp;nbsp; Bcast:172.31.1.255&amp;nbsp; Mask:255.255.255.0&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet6 addr: fe80::4e79:baff:fe32:122b/64 Scope:Link&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UP BROADCAST RUNNING&amp;nbsp; MTU:64512&amp;nbsp; Metric:1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX packets:36 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TX packets:10 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; collisions:0 txqueuelen:1000&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX bytes:1728 (1.6 KiB)&amp;nbsp; TX bytes:636 (636.0 b)&lt;BR /&gt;
	&lt;BR /&gt;
	mic1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Link encap:Ethernet&amp;nbsp; HWaddr 4C:79:BA:32:12:63 &amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet addr:172.31.1.2&amp;nbsp; Bcast:172.31.1.255&amp;nbsp; Mask:255.255.255.0&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet6 addr: fe80::4e79:baff:fe32:1263/64 Scope:Link&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UP BROADCAST RUNNING&amp;nbsp; MTU:64512&amp;nbsp; Metric:1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX packets:36 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TX packets:10 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; collisions:0 txqueuelen:1000&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX bytes:1728 (1.6 KiB)&amp;nbsp; TX bytes:636 (636.0 b)&lt;/P&gt;

&lt;P&gt;I can still use command&amp;nbsp; "ssh&amp;nbsp; mic0", with no error, but I am still in the host (from the host hpctest-2)&lt;/P&gt;

&lt;P&gt;[root@hpctest-2 ~]# who&lt;BR /&gt;
	root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pts/0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013-11-12 16:51 (hpctest-0)&amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	[root@hpctest-2 ~]# ssh mic0&lt;BR /&gt;
	Last login: Tue Nov 12 16:51:42 2013 from hpctest-0&lt;BR /&gt;
	[root@hpctest-2 ~]# who&lt;BR /&gt;
	root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pts/0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013-11-12 16:51 (hpctest-0)&lt;BR /&gt;
	root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pts/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013-11-12 16:53 (hpctest-2-mic0.hpctest)&lt;BR /&gt;
	&lt;BR /&gt;
	It seems that I log back on to the host from mic0 automatically.&amp;nbsp; I tried again with command "ssh mic0 -v" and got the following message:&lt;/P&gt;

&lt;P&gt;[root@hpctest-2 ~]# ssh mic0 -v&lt;BR /&gt;
	OpenSSH_5.3p1, OpenSSL 1.0.0-fips 29 Mar 2010&lt;BR /&gt;
	debug1: Reading configuration data /etc/ssh/ssh_config&lt;BR /&gt;
	debug1: Applying options for *&lt;BR /&gt;
	debug1: Connecting to mic0 [172.31.1.1] port 22.&lt;BR /&gt;
	debug1: Connection established.&lt;BR /&gt;
	debug1: permanently_set_uid: 0/0&lt;BR /&gt;
	debug1: identity file /root/.ssh/identity type -1&lt;BR /&gt;
	debug1: identity file /root/.ssh/id_rsa type 1&lt;BR /&gt;
	debug1: identity file /root/.ssh/id_dsa type 2&lt;BR /&gt;
	debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3&lt;BR /&gt;
	debug1: match: OpenSSH_5.3 pat OpenSSH*&lt;BR /&gt;
	debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;
	debug1: Local version string SSH-2.0-OpenSSH_5.3&lt;BR /&gt;
	debug1: SSH2_MSG_KEXINIT sent&lt;BR /&gt;
	debug1: SSH2_MSG_KEXINIT received&lt;BR /&gt;
	debug1: kex: server-&amp;gt;client aes128-ctr hmac-md5 none&lt;BR /&gt;
	debug1: kex: client-&amp;gt;server aes128-ctr hmac-md5 none&lt;BR /&gt;
	debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024&amp;lt;1024&amp;lt;8192) sent&lt;BR /&gt;
	debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP&lt;BR /&gt;
	debug1: SSH2_MSG_KEX_DH_GEX_INIT sent&lt;BR /&gt;
	debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY&lt;BR /&gt;
	debug1: Host 'mic0' is known and matches the RSA host key.&lt;BR /&gt;
	debug1: Found key in /root/.ssh/known_hosts:6&lt;BR /&gt;
	debug1: ssh_rsa_verify: signature correct&lt;BR /&gt;
	debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;
	debug1: expecting SSH2_MSG_NEWKEYS&lt;BR /&gt;
	debug1: SSH2_MSG_NEWKEYS received&lt;BR /&gt;
	debug1: SSH2_MSG_SERVICE_REQUEST sent&lt;BR /&gt;
	debug1: SSH2_MSG_SERVICE_ACCEPT received&lt;BR /&gt;
	debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password&lt;BR /&gt;
	debug1: Next authentication method: gssapi-keyex&lt;BR /&gt;
	debug1: No valid Key exchange context&lt;BR /&gt;
	debug1: Next authentication method: gssapi-with-mic&lt;BR /&gt;
	debug1: Unspecified GSS failure.&amp;nbsp; Minor code may provide more information&lt;BR /&gt;
	Credentials cache file '/tmp/krb5cc_0' not found&lt;BR /&gt;
	&lt;BR /&gt;
	debug1: Unspecified GSS failure.&amp;nbsp; Minor code may provide more information&lt;BR /&gt;
	Credentials cache file '/tmp/krb5cc_0' not found&lt;BR /&gt;
	&lt;BR /&gt;
	debug1: Unspecified GSS failure.&amp;nbsp; Minor code may provide more information&lt;BR /&gt;
	&lt;BR /&gt;
	&lt;BR /&gt;
	debug1: Unspecified GSS failure.&amp;nbsp; Minor code may provide more information&lt;BR /&gt;
	Credentials cache file '/tmp/krb5cc_0' not found&lt;BR /&gt;
	&lt;BR /&gt;
	debug1: Next authentication method: publickey&lt;BR /&gt;
	debug1: Trying private key: /root/.ssh/identity&lt;BR /&gt;
	debug1: Offering public key: /root/.ssh/id_rsa&lt;BR /&gt;
	debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password&lt;BR /&gt;
	debug1: Offering public key: /root/.ssh/id_dsa&lt;BR /&gt;
	debug1: Server accepts key: pkalg ssh-dss blen 433&lt;BR /&gt;
	debug1: read PEM private key done: type DSA&lt;BR /&gt;
	debug1: Authentication succeeded (publickey).&lt;BR /&gt;
	debug1: channel 0: new [client-session]&lt;BR /&gt;
	debug1: Requesting no-more-sessions@openssh.com&lt;BR /&gt;
	debug1: Entering interactive session.&lt;BR /&gt;
	debug1: Sending environment.&lt;BR /&gt;
	debug1: Sending env LANG = en_US.UTF-8&lt;BR /&gt;
	Last login: Tue Nov 12 16:56:53 2013 from hpctest-0&lt;BR /&gt;
	&lt;BR /&gt;
	I am returning back to the palce where I started.&amp;nbsp; It is confusing, and I hope someone can provide me some help.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Jyh-Shyong Ho, Ph.D.&lt;/P&gt;

&lt;P&gt;Research Scientist&lt;/P&gt;

&lt;P&gt;National Center for High Performance Computing&lt;/P&gt;

&lt;P&gt;Hsinchu, Taiwan, ROC&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Nov 2013 09:02:55 GMT</pubDate>
    <dc:creator>Jyh-Shyong_H_</dc:creator>
    <dc:date>2013-11-13T09:02:55Z</dc:date>
    <item>
      <title>NFS export problem on MPSS 3.1</title>
      <link>https://community.intel.com/t5/Software-Archive/NFS-export-problem-on-MPSS-3-1/m-p/982607#M26424</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I installed MPSS 3.1 on one of workstations with CentOS 6.4,&amp;nbsp; the installation process went well before I configured the host NFS export.&lt;/P&gt;

&lt;P&gt;Before I set up the export file system (/home and /work), I can ssh to mic0 and mic normally, but after that, I am not able to log on either of the cards.&lt;/P&gt;

&lt;P&gt;Here are the network information of these two cards:&lt;/P&gt;

&lt;P&gt;mic0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Link encap:Ethernet&amp;nbsp; HWaddr 4C:79:BA:32:12:2B &amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet addr:172.31.1.1&amp;nbsp; Bcast:172.31.1.255&amp;nbsp; Mask:255.255.255.0&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet6 addr: fe80::4e79:baff:fe32:122b/64 Scope:Link&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UP BROADCAST RUNNING&amp;nbsp; MTU:64512&amp;nbsp; Metric:1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX packets:36 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TX packets:10 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; collisions:0 txqueuelen:1000&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX bytes:1728 (1.6 KiB)&amp;nbsp; TX bytes:636 (636.0 b)&lt;BR /&gt;
	&lt;BR /&gt;
	mic1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Link encap:Ethernet&amp;nbsp; HWaddr 4C:79:BA:32:12:63 &amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet addr:172.31.1.2&amp;nbsp; Bcast:172.31.1.255&amp;nbsp; Mask:255.255.255.0&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; inet6 addr: fe80::4e79:baff:fe32:1263/64 Scope:Link&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; UP BROADCAST RUNNING&amp;nbsp; MTU:64512&amp;nbsp; Metric:1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX packets:36 errors:0 dropped:0 overruns:0 frame:0&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TX packets:10 errors:0 dropped:0 overruns:0 carrier:0&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; collisions:0 txqueuelen:1000&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RX bytes:1728 (1.6 KiB)&amp;nbsp; TX bytes:636 (636.0 b)&lt;/P&gt;

&lt;P&gt;I can still use command&amp;nbsp; "ssh&amp;nbsp; mic0", with no error, but I am still in the host (from the host hpctest-2)&lt;/P&gt;

&lt;P&gt;[root@hpctest-2 ~]# who&lt;BR /&gt;
	root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pts/0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013-11-12 16:51 (hpctest-0)&amp;nbsp;&amp;nbsp;&lt;BR /&gt;
	[root@hpctest-2 ~]# ssh mic0&lt;BR /&gt;
	Last login: Tue Nov 12 16:51:42 2013 from hpctest-0&lt;BR /&gt;
	[root@hpctest-2 ~]# who&lt;BR /&gt;
	root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pts/0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013-11-12 16:51 (hpctest-0)&lt;BR /&gt;
	root&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pts/1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2013-11-12 16:53 (hpctest-2-mic0.hpctest)&lt;BR /&gt;
	&lt;BR /&gt;
	It seems that I log back on to the host from mic0 automatically.&amp;nbsp; I tried again with command "ssh mic0 -v" and got the following message:&lt;/P&gt;

&lt;P&gt;[root@hpctest-2 ~]# ssh mic0 -v&lt;BR /&gt;
	OpenSSH_5.3p1, OpenSSL 1.0.0-fips 29 Mar 2010&lt;BR /&gt;
	debug1: Reading configuration data /etc/ssh/ssh_config&lt;BR /&gt;
	debug1: Applying options for *&lt;BR /&gt;
	debug1: Connecting to mic0 [172.31.1.1] port 22.&lt;BR /&gt;
	debug1: Connection established.&lt;BR /&gt;
	debug1: permanently_set_uid: 0/0&lt;BR /&gt;
	debug1: identity file /root/.ssh/identity type -1&lt;BR /&gt;
	debug1: identity file /root/.ssh/id_rsa type 1&lt;BR /&gt;
	debug1: identity file /root/.ssh/id_dsa type 2&lt;BR /&gt;
	debug1: Remote protocol version 2.0, remote software version OpenSSH_5.3&lt;BR /&gt;
	debug1: match: OpenSSH_5.3 pat OpenSSH*&lt;BR /&gt;
	debug1: Enabling compatibility mode for protocol 2.0&lt;BR /&gt;
	debug1: Local version string SSH-2.0-OpenSSH_5.3&lt;BR /&gt;
	debug1: SSH2_MSG_KEXINIT sent&lt;BR /&gt;
	debug1: SSH2_MSG_KEXINIT received&lt;BR /&gt;
	debug1: kex: server-&amp;gt;client aes128-ctr hmac-md5 none&lt;BR /&gt;
	debug1: kex: client-&amp;gt;server aes128-ctr hmac-md5 none&lt;BR /&gt;
	debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024&amp;lt;1024&amp;lt;8192) sent&lt;BR /&gt;
	debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP&lt;BR /&gt;
	debug1: SSH2_MSG_KEX_DH_GEX_INIT sent&lt;BR /&gt;
	debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY&lt;BR /&gt;
	debug1: Host 'mic0' is known and matches the RSA host key.&lt;BR /&gt;
	debug1: Found key in /root/.ssh/known_hosts:6&lt;BR /&gt;
	debug1: ssh_rsa_verify: signature correct&lt;BR /&gt;
	debug1: SSH2_MSG_NEWKEYS sent&lt;BR /&gt;
	debug1: expecting SSH2_MSG_NEWKEYS&lt;BR /&gt;
	debug1: SSH2_MSG_NEWKEYS received&lt;BR /&gt;
	debug1: SSH2_MSG_SERVICE_REQUEST sent&lt;BR /&gt;
	debug1: SSH2_MSG_SERVICE_ACCEPT received&lt;BR /&gt;
	debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password&lt;BR /&gt;
	debug1: Next authentication method: gssapi-keyex&lt;BR /&gt;
	debug1: No valid Key exchange context&lt;BR /&gt;
	debug1: Next authentication method: gssapi-with-mic&lt;BR /&gt;
	debug1: Unspecified GSS failure.&amp;nbsp; Minor code may provide more information&lt;BR /&gt;
	Credentials cache file '/tmp/krb5cc_0' not found&lt;BR /&gt;
	&lt;BR /&gt;
	debug1: Unspecified GSS failure.&amp;nbsp; Minor code may provide more information&lt;BR /&gt;
	Credentials cache file '/tmp/krb5cc_0' not found&lt;BR /&gt;
	&lt;BR /&gt;
	debug1: Unspecified GSS failure.&amp;nbsp; Minor code may provide more information&lt;BR /&gt;
	&lt;BR /&gt;
	&lt;BR /&gt;
	debug1: Unspecified GSS failure.&amp;nbsp; Minor code may provide more information&lt;BR /&gt;
	Credentials cache file '/tmp/krb5cc_0' not found&lt;BR /&gt;
	&lt;BR /&gt;
	debug1: Next authentication method: publickey&lt;BR /&gt;
	debug1: Trying private key: /root/.ssh/identity&lt;BR /&gt;
	debug1: Offering public key: /root/.ssh/id_rsa&lt;BR /&gt;
	debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic,password&lt;BR /&gt;
	debug1: Offering public key: /root/.ssh/id_dsa&lt;BR /&gt;
	debug1: Server accepts key: pkalg ssh-dss blen 433&lt;BR /&gt;
	debug1: read PEM private key done: type DSA&lt;BR /&gt;
	debug1: Authentication succeeded (publickey).&lt;BR /&gt;
	debug1: channel 0: new [client-session]&lt;BR /&gt;
	debug1: Requesting no-more-sessions@openssh.com&lt;BR /&gt;
	debug1: Entering interactive session.&lt;BR /&gt;
	debug1: Sending environment.&lt;BR /&gt;
	debug1: Sending env LANG = en_US.UTF-8&lt;BR /&gt;
	Last login: Tue Nov 12 16:56:53 2013 from hpctest-0&lt;BR /&gt;
	&lt;BR /&gt;
	I am returning back to the palce where I started.&amp;nbsp; It is confusing, and I hope someone can provide me some help.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Jyh-Shyong Ho, Ph.D.&lt;/P&gt;

&lt;P&gt;Research Scientist&lt;/P&gt;

&lt;P&gt;National Center for High Performance Computing&lt;/P&gt;

&lt;P&gt;Hsinchu, Taiwan, ROC&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Nov 2013 09:02:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NFS-export-problem-on-MPSS-3-1/m-p/982607#M26424</guid>
      <dc:creator>Jyh-Shyong_H_</dc:creator>
      <dc:date>2013-11-13T09:02:55Z</dc:date>
    </item>
    <item>
      <title>You were able to ssh into</title>
      <link>https://community.intel.com/t5/Software-Archive/NFS-export-problem-on-MPSS-3-1/m-p/982608#M26425</link>
      <description>&lt;P&gt;You were able to ssh into mic0 before you set up NFS?&lt;/P&gt;
&lt;P&gt;I don't see anything unusual in the network information you have provided. The first thing that surprised me was the version information in the ssh -v output. It says "remote software version OpenSSH_5.3". But I believe the version that is included with MPSS 3.1 is OpenSSH_5.9. Then it goes on to say that the accepted forms of authentication are "publickey,gssapi-keyex,gssapi-with-mic,password" but I don't think the ssh on the coprocessor card is set up for anything other than publickey, password and keyboard-interactive. It's as if you are never connecting to the coprocessor at all but are talking to the processor from the start. I could be wrong - networking was never my strong suit - but that is what it looks like to me.&lt;/P&gt;
&lt;P&gt;Based on the addresses for the coprocessors, I take it that you have an internal bridge set up on the host. When you look at the ifcfg-br0&amp;nbsp;and&amp;nbsp;ifcfg-mic0 file, do they look ok? Some people have noticed weird things happening in the&amp;nbsp;ifcfg-mic0 file, which has been reported to the developers.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2013 21:43:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NFS-export-problem-on-MPSS-3-1/m-p/982608#M26425</guid>
      <dc:creator>Frances_R_Intel</dc:creator>
      <dc:date>2013-11-14T21:43:37Z</dc:date>
    </item>
    <item>
      <title>Dear Dr. Roth,</title>
      <link>https://community.intel.com/t5/Software-Archive/NFS-export-problem-on-MPSS-3-1/m-p/982609#M26426</link>
      <description>&lt;P&gt;Dear Dr. Roth,&lt;/P&gt;

&lt;P&gt;Thanks for your reply. &amp;nbsp;Finally I found the mistake that I made in my configuration of the mic0/mic1 network. I manually modified IPADDR of ifcfg-mic0 and ifcfg-mic1, so they were 172.31.1.1 and 172.31.1.2, respectively, this caused the problem of log&amp;nbsp;on mic cards from the host. The default settings (172.31.1.1 and 172.31.2.1) work just fine. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;Jyh-Shyong Ho&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Nov 2013 12:26:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/NFS-export-problem-on-MPSS-3-1/m-p/982609#M26426</guid>
      <dc:creator>Jyh-Shyong_H_</dc:creator>
      <dc:date>2013-11-17T12:26:38Z</dc:date>
    </item>
  </channel>
</rss>

