We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is globally true for special characters but hyphen should be the only special character allowed in a hostname.
Error mounting my-server:/srv/data on /net: systemd[1]: net-my-server-data.automount: Where= setting doesn't match unit name. Refusing
Proposal: Replace hyphens by matching hex value \x2d in service name
The text was updated successfully, but these errors were encountered:
Hyphen support in hostname, fixes ypsman#6
2af5f4c
Signed-off-by: David Rozé <[email protected]>
No branches or pull requests
This is globally true for special characters but hyphen should be the only special character allowed in a hostname.
Error mounting my-server:/srv/data on /net:
systemd[1]: net-my-server-data.automount: Where= setting doesn't match unit name. Refusing
Proposal:
Replace hyphens by matching hex value \x2d in service name
The text was updated successfully, but these errors were encountered: