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
Previous revision
Next revision Both sides next revision
en:navody:faq:start [20.06.2018 15:07]
danecek@cesnet.cz [NFS]
en:navody:faq:start [16.04.2019 10:40]
danecek@cesnet.cz
Line 1: Line 1:
 +~~TOC 2-4~~
 ====== FAQ - Frequently Asked Questions ====== ====== FAQ - Frequently Asked Questions ======
  
Line 196: 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