en:navody:faq:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
en:navody:faq:start [22.06.2018 12:07]
danecek@cesnet.cz
en:navody:faq:start [16.04.2019 10:40]
danecek@cesnet.cz
Line 197: Line 197:
 <​code>​.du4.cesnet.cz = EINFRA-SERVICES</​code>​ <​code>​.du4.cesnet.cz = EINFRA-SERVICES</​code>​
  
 +=== Issue with connecting NFS via Kerberos ticket ===
 +__Problem description:​__
 +I tried to connect via NFS protocol, but I've got following error report.
 +<​code>​mount.nfs:​ Network is unreachable</​code>​
 +
 +__Solution:​__
 +The issue is caused by failed startup **rpc-gssd** service, see the service status:
 +<​code>​systemctl status rpc-gssd</​code>​
 +<​code>​Condition:​ start condition failed at Thu 2018-05-06 06:12:22 CET; 20s ago
 +           ​└─ ConditionPathExists=/​etc/​krb5.keytab was not met</​code>​
 +
 +To resolve this issue, you can create empty file in the /etc folder via following command:
 +<​code>​touch /​etc/​krb5.keytab</​code>​
 +
 +Now you can restart **rpc-gssd** service and remount your storage.
  
 ==== FileSender ==== ==== FileSender ====
Last modified:: 26.05.2023 11:09