Skip to content

Nacker fails silently when run as non-root #2

@altf4

Description

@altf4

Nacker just silently fails when run as non-root. This was very confusing at first, and I had to go investigating as to what was going on. There should really be an error message, there.

Relevant code, line 60:

# Check if we're root
if not chassis.is_root():
    sys.exit(1)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions