Skip to content

Installation process does not detect correctly if avahi and wifi are working #321

Description

@tropicar

Describe the bug

When dappnode is installed, the function dappnode_startup_delay is so fast, and some process is not finished. You will see on the installation logs:

  • Wifi not available when it's created
  • Avahi not available when it's working

Several messages related to access appears, all of them indicating they does not work. But after a while, it appear you will access via VPN and a qr with your credentials appears on the screen.

arm_bug

What it's happening is dappnode is checking too soon, before the containers are running. So there are false negatives. Avahi was working and wifi was working too.

Avahi daemon was working but it does not work because using this installation method https package and wireguard are not installed.

Metadata

Metadata

Labels

installerThis issue is related to the installer

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions