Page 1 of 1

Is that a bug?

Posted: Tue Nov 03, 2020 2:46 pm
by omereis
Trying to run a sudo command, I get an error message: sudo: unable to resolve host.
As it turns out, the /etc/hosts file on my Red Pitaya was empty. It must include the content of the /etc/hostname file.
For example, if the /etc/hostname file contains the one line:

Code: Select all

rp-f0abcd
That specific line must also appear in /etc/hosts.

So, is that a bug?