Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mistake in 03-compute-resources.md hostnamectl command #792

Open
Vishwanath2001 opened this issue Jul 5, 2024 · 0 comments
Open

Mistake in 03-compute-resources.md hostnamectl command #792

Vishwanath2001 opened this issue Jul 5, 2024 · 0 comments

Comments

@Vishwanath2001
Copy link

It looks like there was a mistake in the document "docs/03-compute-resources.md"

the command was
ssh -n root@${IP} hostnamectl hostname ${HOST}

it should be
ssh -n root@${IP} hostnamectl set-hostname ${HOST}

as set-hostname is the correct flag.

and running with old command will give following error

Unknown operation hostname

pull request which fixes the issue
#791

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant