Skip to content

Adding a computer to iCub cluster #719

Answered by pattacini
paliasgh asked this question in Q&A
Discussion options

You must be logged in to vote

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

usermod -u 1000 icub

being 1000 the expected UID.

Caution

There's a caveat though as reported in the guide:

When you update the UID of a user, what happens to the files owned by this user?While all the files in the…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@pattacini
Comment options

@paliasgh
Comment options

Answer selected by paliasgh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants