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

configs: change hostname from "turing pi" to "turingpi" #39

Merged
merged 1 commit into from
May 9, 2023

Conversation

rbakbashev
Copy link
Contributor

Hostnames cannot contain spaces. See hostname(7):

Each element of the hostname must be from 1 to 63 characters long and
the entire hostname, including the dots, can be at most 253 characters
long. Valid characters for hostnames are ASCII(7) letters from a to z,
the digits from 0 to 9, and the hyphen (-). A hostname may not start
with a hyphen.

This causes problems when using, for example, hostname(1).

Hostnames cannot contain spaces. See hostname(7):

> Each element of the hostname must be from 1 to 63 characters  long  and
> the  entire hostname, including the dots, can be at most 253 characters
> long.  Valid characters for hostnames are ASCII(7) letters from a to z,
> the  digits  from 0 to 9, and the hyphen (-).  A hostname may not start
> with a hyphen.

This causes problems when using, for example, hostname(1).
@svenrademakers svenrademakers requested review from svenrademakers and removed request for svenrademakers May 9, 2023 10:55
@rbakbashev rbakbashev merged commit 217471e into master May 9, 2023
@rbakbashev rbakbashev deleted the fix_hostname branch May 9, 2023 13:22
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

Successfully merging this pull request may close these issues.

2 participants