Skip to content

Noncritical: Race condition with network manager #516

@brandonhs

Description

@brandonhs

The dwe os service appears to race with networkmanager. Sometimes it starts before and sometimes after.

Support for hotplugging devices would also solve this issue. This used to not be an issue before the refactor because it used a more naive and expensive approach that reinitialized the ethernet interface every command. By caching, we introduce this bug.

Updated snippet for service file:

[Unit]
Requires=NetworkManager.service
After=NetworkManager.service

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions