nebula.errors module

exception nebula.errors.Error

Bases: Exception

Base class for other exceptions

exception nebula.errors.LinuxNotFunctionalAfterBootFileUpdate

Bases: nebula.errors.Error

Linux did not boot correctly after updating boot files

exception nebula.errors.LinuxNotReached

Bases: nebula.errors.Error

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

exception nebula.errors.MultiDevFound

Bases: nebula.errors.Error

Multi-device config found. Board name must be specificied

exception nebula.errors.NetworkNotFunctional

Bases: nebula.errors.Error

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

exception nebula.errors.NetworkNotFunctionalAfterBootFileUpdate

Bases: nebula.errors.Error

Linux is functional but Ethernet is broken after updating boot files

exception nebula.errors.PingFailedAfterReboot

Bases: nebula.errors.Error

After boot file update ping failed

exception nebula.errors.SSHError

Bases: nebula.errors.Error

SSH transaction failed

exception nebula.errors.SSHNotFunctionalAfterBootFileUpdate

Bases: nebula.errors.Error

SSH not working but ping does after updating boot files