-
Hello, We ran into a problem when adding a new computer to our system. We followed the procedure described here for setting up a generic iCub environment on the new machine (Ubuntu 20.04). The problem we could not fix is that NFS share directories ( I checked the server side and the export configurations were as defined here (other computers work fine, i.e., can edit these locations):
Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @paliasgh Just talked with @davidelasagna and we think that the issue may be related to the UID of the user Can you verify that the UID of id icub To properly work with NFS, we ought to make sure that Essentially, launch as root
being 1000 the expected UID. Caution There's a caveat though as reported in the guide:
|
Beta Was this translation helpful? Give feedback.
Hi @paliasgh
Just talked with @davidelasagna and we think that the issue may be related to the UID of the user
icub
.Can you verify that the UID of
icub
is the same on all the machines of your cluster?Just do:
id icub
To properly work with NFS, we ought to make sure that
icub
has the same UID on all the systems.If you discover that on your new computer the UID is different, you can re-assign the ID as explained in the how-to guide I linked above.
Essentially, launch as root
being 1000 the expected UID.
Caution
There's a caveat though as reported in the guide: