mcguirepr89 / BirdNET-Pi

A realtime acoustic bird classification system for the Raspberry Pi 4B, 3B+, and 0W2 built on the TFLite version of BirdNET.
Other
1.28k stars 137 forks source link

Mounted Disk Space Full - BirdNET Pi System Failure on Raspberry Pi 4b #1131

Open Rebero opened 7 months ago

Rebero commented 7 months ago

Environment

Description

After running smoothly for a couple of days, my BirdNET Pi installation on Raspberry Pi 4b encounters an error where it fails due to the mounted disk space running full.

Expected Behavior

BirdNET Pi should run continuously without encountering disk space issues, or it should manage disk space appropriately to prevent system failure.

Actual Behavior

The system logs indicate repeated failures with the message:

/etc/birdnet/birdnet.conf: line 31: XXXXXXXXXXXXXXXXXXXXXXXX: command not found

This suggests that there might be an issue with the configuration or a script that's causing the system to attempt executing a non-existent command, which could be related to the disk space issue.

Steps to Reproduce

  1. Install BirdNET Pi on Raspberry Pi 4b with Ubuntu Bullseye 64-bit lite.
  2. Let it run for a couple of days.

Log Files and Screenshots

Additional Context

I would appreciate any guidance on how to resolve this issue or any potential workarounds to prevent this from happening in the future.

Thank you for your assistance.

Nachtzuster commented 7 months ago

@Rebero the 'command' that is not found here is a string you do not want to leak I think. Better remove it from your text and blur out the string in your screenshot.

Rebero commented 7 months ago

@Nachtzuster Thank you for the hint. I have updated the text and screenshot.

PeterMescher commented 7 months ago

I'm assuming that under "Advanced Settings" you've set the "Full Disk Behavior" to "purge"?

Nachtzuster commented 7 months ago

Most likely the disk ran full because analysis is not happening. The log shows two different errors that would indicate that the analysis pipeline is crashing.

I wonder if the config file is corrupted, the errors hint of that. Could you post /etc/birdnet/birdnet.conf

Rebero commented 7 months ago

@PeterMescher Thx for the follow up. Yes, I did.