OpenMediaVault-Plugin-Developers / openmediavault-autoshutdown

OpenMediaVault plugin to provide frontend for autoshutdown script
37 stars 31 forks source link

Network Interface not detected #125

Closed TonyDobbs closed 1 month ago

TonyDobbs commented 1 year ago

I changed my OMV server to connect over wifi instead of Ethernet. This seems to have caused an issue for the autoshutdown plugin. The system no longer shuts down as expected, and the logs show "Main process exited, code=exited, status=138/n/a" which seems to indicate that it cannot find the network interface.

TonyDobbs commented 1 year ago

I was able to fix my issue by adding this setting: FORCE_NIC="wlp3s0"