davesteele / comitup

Bootstrap Wifi support over Wifi
https://davesteele.github.io/comitup/
GNU General Public License v2.0
322 stars 54 forks source link

Comitup fails to start if disk is full #25

Closed theronic closed 4 years ago

theronic commented 5 years ago

Comitup is attempting to write to logs on startup, which prevents it from starting. This is a problem if another process filled the disk, which means you can't get it back online.

davesteele commented 5 years ago

NetworkManager logs as well.

Comitup could be configured to not log, or I guess to tolerate log write failures. If you are going for long life, you'll want to avoid logging to the SD card in the first place.

krebbi commented 5 years ago

Had the same problem. I disabled logging completely as it destroys the SD-Card on a Raspberry.

davesteele commented 5 years ago

Oddly, GitHub recommended log2ram to me today