nebula.errors module

exception nebula.errors.Error

Bases: Exception

Base class for other exceptions

exception nebula.errors.LinuxNotFunctionalAfterBootFileUpdate

Bases: Error

Linux did not boot correctly after updating boot files

exception nebula.errors.LinuxNotReached

Bases: Error

Linux is inaccessible (likely previous bad BOOT.BIN or kernel crash)

exception nebula.errors.MultiDevFound

Bases: Error

Multi-device config found. Board name must be specified

exception nebula.errors.NetworkNotFunctional

Bases: Error

Linux is functional but Ethernet is broken (Cable disconnected?)

exception nebula.errors.NetworkNotFunctionalAfterBootFileUpdate

Bases: Error

Linux is functional but Ethernet is broken after updating boot files

exception nebula.errors.PingFailedAfterReboot

Bases: Error

After boot file update ping failed

exception nebula.errors.SSHError

Bases: Error

SSH transaction failed

exception nebula.errors.SSHNotFunctionalAfterBootFileUpdate

Bases: Error

SSH not working but ping does after updating boot files

exception nebula.errors.UbootNotReached

Bases: Error

U-boot menu not reachable