Restoring Unstable Cluster Setup on iCubParis002 #126
-
Hello guys, After solving many issues we had with the hardware of our two iCubs, I was trying today to setup the red ball demo, however I found the blades status quite unstable. I might need a bit of assistance on different issues that I will try to keep in this single issue. Let me start with the following problem: When I do ssh icub-b1
Linux icub-netboot 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Exporting iCub variables for: iCubParis02 After which the terminal shows: If I try to do icub@no:~$ sudo hostname icub-b1
sudo: unable to resolve host icub-b1 I have the same problem with all three blades. Can you help me diagnose this and the other issues I will mention after this one is solved? As an additional information: When I first icub@icub-desktop:~$ ssh icub-b1
Linux icub-netboot 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
-bash: warning: setlocale: LC_ALL: cannot change locale (fr_FR.UTF-8)
-bash: warning: setlocale: LC_ALL: cannot change locale (fr_FR.UTF-8)
Exporting iCub variables for: iCubParis02
-bash: warning: setlocale: LC_ALL: cannot change locale (fr_FR.UTF-8) Which reveals also another issue we have with the |
Beta Was this translation helpful? Give feedback.
Replies: 44 comments
-
On one blade, please do the following commands: |
Beta Was this translation helpful? Give feedback.
-
Right away!
|
Beta Was this translation helpful? Give feedback.
-
Thanks, can you please issue also |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
It looks like a strange mix.. |
Beta Was this translation helpful? Give feedback.
-
For example on
If I |
Beta Was this translation helpful? Give feedback.
-
ok, then: |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
NOT |
Beta Was this translation helpful? Give feedback.
-
Oops, sorry
|
Beta Was this translation helpful? Give feedback.
-
Please read carefully, thanks: |
Beta Was this translation helpful? Give feedback.
-
Relax, no need for caps ;) I was having some issue using just Here you go,
|
Beta Was this translation helpful? Give feedback.
-
ping! 🔔🙇 |
Beta Was this translation helpful? Give feedback.
-
Cut'n'paste the following command and execute on icub-b1 |
Beta Was this translation helpful? Give feedback.
-
Sure, thanks icub@icub-desktop:~$ ssh icub-b1
Linux icub-netboot 3.2.0-4-amd64 #1 SMP Debian 3.2.51-1 x86_64
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
-bash: warning: setlocale: LC_ALL: cannot change locale (fr_FR.UTF-8)
-bash: warning: setlocale: LC_ALL: cannot change locale (fr_FR.UTF-8)
Exporting iCub variables for: iCubParis02
-bash: warning: setlocale: LC_ALL: cannot change locale (fr_FR.UTF-8)
icub@no:~$ host 10.0.0.51
;; connection timed out; no servers could be reached``` |
Beta Was this translation helpful? Give feedback.
-
Thanks @lornat75 for the suggestion.
So I went back to the original |
Beta Was this translation helpful? Give feedback.
-
Assuming the backup copy of |
Beta Was this translation helpful? Give feedback.
-
@lornat75 True, I'll wait for his reply. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@mbrunettini I can try another version of |
Beta Was this translation helpful? Give feedback.
-
I'm uploading the image to the cloud. It's a .tar.gz of 3.1GB (I removed not used stuff).
|
Beta Was this translation helpful? Give feedback.
-
I will do @mbrunettini thanks! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Alright, so a few things have changed! which I guess is something good. I followed the steps you listed above and after rebooting
|
Beta Was this translation helpful? Give feedback.
-
Good! Well, not perfect, but a big step further.
and post here the results. P.S. |
Beta Was this translation helpful? Give feedback.
-
Always on
|
Beta Was this translation helpful? Give feedback.
-
Everithing seems ok. |
Beta Was this translation helpful? Give feedback.
-
Perfetto! |
Beta Was this translation helpful? Give feedback.
-
Issue renamed as requested. |
Beta Was this translation helpful? Give feedback.
-
Sure I will change it. |
Beta Was this translation helpful? Give feedback.
Everithing seems ok.
To fix the hostname issue, on icub-b1 you have to modify the following file
/root/set-hostname-from-net.sh
as follows: on line 27 change from
get_hostname_from_dns
to
get_hostname_from_dns eth0
then reboot the 3 blades.