Volker Theile
Volker Theile
Can not reproduce this issue. So it seems to me that this problem is specific to your system or Raspi OS based systems in special.
Where exactly does the system hang? What service is not starting or reports an error?
You can use `journalctl -b` to get the last boot log or use `journalctl --since today` for the whole day.
You need to run it as root user. ``` # sudo omv-firstaid ```
> ssh-keygen -R just removes that ip from the known_hosts file on the client. This shouldn't prevent logging in via ssh. This is what ChatGPT says about this. It might...
The hostname is validated: - https://github.com/openmediavault/openmediavault/blob/cb5010451521237239b33986291d6fc03cfbf088/deb/openmediavault/workbench/src/app/shared/forms/custom-validators.ts#L53 - https://github.com/openmediavault/openmediavault/blob/cb5010451521237239b33986291d6fc03cfbf088/deb/openmediavault/workbench/src/app/pages/network/general/general-network-form-page.component.ts#L45 - https://github.com/openmediavault/openmediavault/blob/cb5010451521237239b33986291d6fc03cfbf088/deb/openmediavault/usr/share/php/openmediavault/json/schema.inc#L521 - https://github.com/openmediavault/openmediavault/blob/cb5010451521237239b33986291d6fc03cfbf088/deb/openmediavault/usr/share/openmediavault/datamodels/conf.system.network.dns.json#L12 - https://github.com/openmediavault/openmediavault/blob/cb5010451521237239b33986291d6fc03cfbf088/deb/openmediavault/usr/share/openmediavault/datamodels/rpc.network.json#L535 The hostname spec can be found here: https://en.wikipedia.org/wiki/Hostname According to this specs the hostname `archivos-compartidos` is...
There is also a letsencrypt recipe for the Kubernetes plugin.