Unable to retrieve host name

Hi,
New to Linux, I’m using Fedora 40. I’ve installed the .rpm and run the shell script as the currently logged in user.
I don’t have the knowledge to see if the service is running (although manually running it, it tells me it is already running, so i guess the script worked!).

The Audirvana android app won’t connect (it’s fine when i boot into windows) and the Linux log file says;

[warning]: EULA not accepted yet, showing it
[critical]: RemoteServer: unable to retrieve host name. Please check /etc/hostname has valid content

as far as i can tell, the hostname file is empty, although there are two other files with similar names, both with no useful information in them.

Would anybody be able to offer any guidence please? I’m only a couple of days into my Linux journey.

Cheers!

Follow the instructions for Red Hat here and see whether that changes the situation. If not, get back to us.

Hi,
about the hostname. You can change the hostname of your computer from command line :slight_smile:
$> echo “my-pc” | sudo tee /etc/hostname

You can remplace the name my-pc by what you want ;-)!