This repository was archived by the owner on Aug 17, 2025. It is now read-only.
DNS_PROBE_FINISHED_NXDOMAIN - Site can't be reached #1176
Unanswered
juddpatterson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My BirdNET-Pi installation was working great for over a month, but back in February the site suddenly became unreachable and I haven't been able to resurrect my installation. When I attempt to visit my local install I get the following browser errors:
This site can't be reached
DNS_PROBE_FINISHED_NXDOMAIN
Thankfully I can connect via SSH. I saw a previous question that asked the user to run:
bash ~/BirdNET-Pi/scripts/print_diagnostic_info.sh
, so I did that and here are the results.`birdnetpi1:~$ bash ~/BirdNET-Pi/scripts/print_diagnostic_info.sh
========== caddy status ==========
● caddy.service - Caddy
Loaded: loaded (/lib/systemd/system/caddy.service; enabled; vendor preset: enabled)
Drop-In: /etc/systemd/system/caddy.service.d
└─override.conf
Active: active (running) since Wed 2024-02-14 23:18:10 MST; 24min ago
Docs: https://caddyserver.com/docs/
Main PID: 825 (caddy)
Tasks: 9 (limit: 1599)
CPU: 376ms
CGroup: /system.slice/caddy.service
└─825 /usr/bin/caddy run --environ --config /etc/caddy/Caddyfile
Feb 14 23:18:10 birdnetpi1 caddy[825]: {"level":"warn","ts":1707977890.7675207,"msg":"Caddyfile input is not formatted; run 'caddy fmt --overwrite' to fix inconsistencies","adapter":"caddyfile","file":"/etc/caddy/Caddyfile","line":1}
Feb 14 23:18:10 birdnetpi1 caddy[825]: {"level":"info","ts":1707977890.797405,"logger":"admin","msg":"admin endpoint started","address":"localhost:2019","enforce_origin":false,"origins":["//localhost:2019","//[::1]:2019","//127.0.0.1:2019"]}
Feb 14 23:18:10 birdnetpi1 caddy[825]: {"level":"info","ts":1707977890.809078,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0x40002e7500"}
Feb 14 23:18:10 birdnetpi1 caddy[825]: {"level":"warn","ts":1707977890.8091953,"logger":"http.auto_https","msg":"server is listening only on the HTTP port, so no automatic HTTPS will be applied to this server","server_name":"srv0","http_port":80}
Feb 14 23:18:10 birdnetpi1 caddy[825]: {"level":"info","ts":1707977890.8109834,"logger":"http.log","msg":"server running","name":"srv0","protocols":["h1","h2","h3"]}
Feb 14 23:18:10 birdnetpi1 caddy[825]: {"level":"error","ts":1707977890.846712,"msg":"unable to autosave config","file":"/var/lib/caddy/.config/caddy/autosave.json","error":"open /var/lib/caddy/.config/caddy/autosave.json: read-only file system"}
Feb 14 23:18:10 birdnetpi1 caddy[825]: {"level":"info","ts":1707977890.8635633,"msg":"serving initial configuration"}
Feb 14 23:18:10 birdnetpi1 systemd[1]: Started Caddy.
Feb 14 23:18:10 birdnetpi1 caddy[825]: {"level":"error","ts":1707977890.887175,"logger":"tls","msg":"could not clean default/global storage","error":"unable to acquire storage_clean lock: creating lock file: open /var/lib/caddy/.local/share/caddy/locks/storage_clean.lock: read-only file system"}
Feb 14 23:18:10 birdnetpi1 caddy[825]: {"level":"info","ts":1707977890.8872578,"logger":"tls","msg":"finished cleaning storage units"}
========== birdnet_analysis status ==========
● birdnet_analysis.service - BirdNET Analysis
Loaded: loaded (/home/birder/BirdNET-Pi/templates/birdnet_analysis.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2024-02-14 23:42:41 MST; 11s ago
Main PID: 19850 (bash)
Tasks: 2 (limit: 1599)
CPU: 286ms
CGroup: /system.slice/birdnet_analysis.service
├─19850 bash /usr/local/bin/birdnet_analysis.sh
└─20000 sleep 1
Feb 14 23:42:41 birdnetpi1 systemd[1]: Started BirdNET Analysis.
Feb 14 23:42:41 birdnetpi1 birdnet_analysis.sh[19851]: chmod: changing permissions of '/home/birder/BirdNET-Pi/scripts/thisrun.txt': Read-only file system
Feb 14 23:42:53 birdnetpi1 systemd[1]: Stopping BirdNET Analysis...
Feb 14 23:42:53 birdnetpi1 systemd[1]: birdnet_analysis.service: Succeeded.
Feb 14 23:42:53 birdnetpi1 systemd[1]: Stopped BirdNET Analysis.
Feb 14 23:42:53 birdnetpi1 systemd[1]: Started BirdNET Analysis.
Feb 14 23:42:53 birdnetpi1 birdnet_analysis.sh[20014]: chmod: changing permissions of '/home/birder/BirdNET-Pi/scripts/thisrun.txt': Read-only file system
========== birdnet_log status ==========
● birdnet_log.service - BirdNET Analysis Log
Loaded: loaded (/home/birder/BirdNET-Pi/templates/birdnet_log.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2024-02-14 23:17:03 MST; 25min ago
Main PID: 370 (gotty)
Tasks: 7 (limit: 1599)
CPU: 71ms
CGroup: /system.slice/birdnet_log.service
└─370 /usr/local/bin/gotty --address localhost -p 8080 -P log --title-format BirdNET-Pi Log birdnet_log.sh
Feb 14 23:17:03 birdnetpi1 systemd[1]: Started BirdNET Analysis Log.
Feb 14 23:17:55 birdnetpi1 gotty[370]: 2024/02/14 23:17:55 Loading config file at: /home/birder/.gotty
Feb 14 23:17:55 birdnetpi1 gotty[370]: 2024/02/14 23:17:55 GoTTY is starting with command: birdnet_log.sh
Feb 14 23:17:55 birdnetpi1 gotty[370]: 2024/02/14 23:17:55 HTTP server is listening at: http://127.0.0.1:8080/log/
========== birdnet_recording status ==========
● birdnet_recording.service - BirdNET Recording
Loaded: loaded (/home/birder/BirdNET-Pi/templates/birdnet_recording.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2024-02-14 23:17:03 MST; 25min ago
Main PID: 371 (bash)
Tasks: 2 (limit: 1599)
CPU: 27.074s
CGroup: /system.slice/birdnet_recording.service
├─ 371 bash /usr/local/bin/birdnet_recording.sh
└─20059 sleep 1
Feb 14 23:17:03 birdnetpi1 systemd[1]: Started BirdNET Recording.
Feb 14 23:17:55 birdnetpi1 birdnet_recording.sh[453]: E: [pulseaudio] core-util.c: Failed to create secure directory (/run/user/1000/pulse): No such file or directory
Feb 14 23:17:56 birdnetpi1 birdnet_recording.sh[580]: E: [autospawn] core-util.c: Failed to create secure directory (/run/user/1000/pulse): No such file or directory
Feb 14 23:17:56 birdnetpi1 birdnet_recording.sh[580]: W: [autospawn] lock-autospawn.c: Cannot access autospawn lock.
Feb 14 23:17:56 birdnetpi1 birdnet_recording.sh[580]: E: [pulseaudio] main.c: Failed to acquire autospawn lock
========== birdnet_server status ==========
● birdnet_server.service - BirdNET Analysis Server
Loaded: loaded (/home/birder/BirdNET-Pi/templates/birdnet_server.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Wed 2024-02-14 23:42:55 MST; 1s ago
Process: 20008 ExecStart=/home/birder/BirdNET-Pi/birdnet/bin/python3 /usr/local/bin/server.py (code=exited, status=1/FAILURE)
Main PID: 20008 (code=exited, status=1/FAILURE)
CPU: 2.236s
========== birdnet_stats status ==========
● birdnet_stats.service - BirdNET Stats
Loaded: loaded (/home/birder/BirdNET-Pi/templates/birdnet_stats.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Wed 2024-02-14 23:42:55 MST; 1s ago
Process: 20002 ExecStart=/home/birder/BirdNET-Pi/birdnet/bin/streamlit run /home/birder/BirdNET-Pi/scripts/plotly_streamlit.py --browser.gatherUsageStats false --server.address localhost --server.baseUrlPath /stats (code=exited, status=1/FAILURE)
Main PID: 20002 (code=exited, status=1/FAILURE)
CPU: 3.153s
========== chart_viewer status ==========
● chart_viewer.service - BirdNET-Pi Chart Viewer Service
Loaded: loaded (/home/birder/BirdNET-Pi/templates/chart_viewer.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Wed 2024-02-14 23:42:28 MST; 29s ago
Process: 19669 ExecStart=/home/birder/BirdNET-Pi/birdnet/bin/python3 /usr/local/bin/daily_plot.py (code=exited, status=1/FAILURE)
Main PID: 19669 (code=exited, status=1/FAILURE)
CPU: 1.770s
========== extraction status ==========
● extraction.service - BirdNET BirdSound Extraction
Loaded: loaded (/home/birder/BirdNET-Pi/templates/extraction.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2024-02-14 23:17:53 MST; 25min ago
Main PID: 392 (bash)
Tasks: 2 (limit: 1599)
CPU: 8.013s
CGroup: /system.slice/extraction.service
├─ 392 bash -c while true;do extract_new_birdsounds.sh;sleep 3;done
└─20084 sleep 3
Feb 14 23:42:29 birdnetpi1 env[19700]: mktemp: failed to create file via template ‘/tmp/tmp.XXXXXXXXXX’: Read-only file system
Feb 14 23:42:32 birdnetpi1 env[19753]: mktemp: failed to create file via template ‘/tmp/tmp.XXXXXXXXXX’: Read-only file system
Feb 14 23:42:35 birdnetpi1 env[19783]: mktemp: failed to create file via template ‘/tmp/tmp.XXXXXXXXXX’: Read-only file system
Feb 14 23:42:38 birdnetpi1 env[19821]: mktemp: failed to create file via template ‘/tmp/tmp.XXXXXXXXXX’: Read-only file system
Feb 14 23:42:41 birdnetpi1 env[19854]: mktemp: failed to create file via template ‘/tmp/tmp.XXXXXXXXXX’: Read-only file system
Feb 14 23:42:44 birdnetpi1 env[19905]: mktemp: failed to create file via template ‘/tmp/tmp.XXXXXXXXXX’: Read-only file system
Feb 14 23:42:47 birdnetpi1 env[19940]: mktemp: failed to create file via template ‘/tmp/tmp.XXXXXXXXXX’: Read-only file system
Feb 14 23:42:50 birdnetpi1 env[19973]: mktemp: failed to create file via template ‘/tmp/tmp.XXXXXXXXXX’: Read-only file system
Feb 14 23:42:53 birdnetpi1 env[20024]: mktemp: failed to create file via template ‘/tmp/tmp.XXXXXXXXXX’: Read-only file system
Feb 14 23:42:56 birdnetpi1 env[20082]: mktemp: failed to create file via template ‘/tmp/tmp.XXXXXXXXXX’: Read-only file system
Feb 14 23:42:59 birdnetpi1 env[20132]: mktemp: failed to create file via template ‘/tmp/tmp.XXXXXXXXXX’: Read-only file system
========== web_terminal status ==========
● web_terminal.service - BirdNET-Pi Web Terminal
Loaded: loaded (/home/birder/BirdNET-Pi/templates/web_terminal.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2024-02-14 23:17:53 MST; 25min ago
Main PID: 413 (gotty)
Tasks: 8 (limit: 1599)
CPU: 60ms
CGroup: /system.slice/web_terminal.service
└─413 /usr/local/bin/gotty --address localhost -w -p 8888 -P terminal --title-format BirdNET-Pi Terminal login
Feb 14 23:17:53 birdnetpi1 systemd[1]: Started BirdNET-Pi Web Terminal.
Feb 14 23:17:55 birdnetpi1 gotty[413]: 2024/02/14 23:17:55 GoTTY is starting with command: login
Feb 14 23:17:55 birdnetpi1 gotty[413]: 2024/02/14 23:17:55 Permitting clients to write input to the PTY.
Feb 14 23:17:55 birdnetpi1 gotty[413]: 2024/02/14 23:17:55 HTTP server is listening at: http://127.0.0.1:8888/terminal/
========== spectrogram_viewer status ==========
● spectrogram_viewer.service - BirdNET-Pi Spectrogram Viewer
Loaded: loaded (/home/birder/BirdNET-Pi/templates/spectrogram_viewer.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2024-02-14 23:17:53 MST; 25min ago
Main PID: 406 (bash)
Tasks: 2 (limit: 1599)
CPU: 4.455s
CGroup: /system.slice/spectrogram_viewer.service
├─ 406 bash /usr/local/bin/spectrogram.sh
└─20137 sleep 4
Feb 14 23:42:23 birdnetpi1 spectrogram.sh[19637]: sox FAIL formats: can't open input file
/home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:42:58.wav': WAVE: RIFF header not found Feb 14 23:42:27 birdnetpi1 spectrogram.sh[19682]: sox FAIL formats: can't open input file
/home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:42:58.wav': WAVE: RIFF header not foundFeb 14 23:42:31 birdnetpi1 spectrogram.sh[19746]: sox FAIL formats: can't open input file
/home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:42:58.wav': WAVE: RIFF header not found Feb 14 23:42:35 birdnetpi1 spectrogram.sh[19790]: sox FAIL formats: can't open input file
/home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:42:58.wav': WAVE: RIFF header not foundFeb 14 23:42:39 birdnetpi1 spectrogram.sh[19834]: sox FAIL formats: can't open input file
/home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:42:58.wav': WAVE: RIFF header not found Feb 14 23:42:43 birdnetpi1 spectrogram.sh[19893]: sox FAIL formats: can't open input file
/home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:42:58.wav': WAVE: RIFF header not foundFeb 14 23:42:47 birdnetpi1 spectrogram.sh[19944]: sox FAIL formats: can't open input file
/home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:42:58.wav': WAVE: RIFF header not found Feb 14 23:42:51 birdnetpi1 spectrogram.sh[19991]: sox FAIL formats: can't open input file
/home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:42:58.wav': WAVE: RIFF header not foundFeb 14 23:42:55 birdnetpi1 spectrogram.sh[20066]: sox FAIL formats: can't open input file
/home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:42:58.wav': WAVE: RIFF header not found Feb 14 23:42:59 birdnetpi1 spectrogram.sh[20136]: sox FAIL formats: can't open input file
/home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:42:58.wav': WAVE: RIFF header not found========== livestream status ==========
● livestream.service - BirdNET-Pi Live Stream
Loaded: loaded (/home/birder/BirdNET-Pi/templates/livestream.service; enabled; vendor preset: enabled)
Active: activating (auto-restart) (Result: exit-code) since Wed 2024-02-14 23:43:00 MST; 362ms ago
Process: 20156 ExecStart=/usr/local/bin/livestream.sh (code=exited, status=1/FAILURE)
Main PID: 20156 (code=exited, status=1/FAILURE)
CPU: 305ms
========= Syslog snippet ==========
Feb 14 23:41:35 birdnetpi1 systemd[1]: birdnet_analysis.service: Succeeded.
Feb 14 23:41:37 birdnetpi1 systemd[1]: birdnet_analysis.service: Scheduled restart job, restart counter is at 22029.
Feb 14 23:41:37 birdnetpi1 systemd[1]: Stopped BirdNET Analysis.
Feb 14 23:41:37 birdnetpi1 systemd[1]: Started BirdNET Analysis.
Feb 14 23:41:38 birdnetpi1 birdnet_analysis.sh[596223]: Files loaded
Feb 14 23:41:38 birdnetpi1 env[596260]: Line = 2024-02-14-birdnet-23:41:10.wav.csv
Feb 14 23:41:39 birdnetpi1 birdnet_analysis.sh[596223]: RECORDING_LENGTH set to 18
Feb 14 23:41:47 birdnetpi1 birdnet_analysis.sh[596223]: /home/birder/BirdNET-Pi/birdnet/bin/python3 /home/birder/BirdNET-Pi/scripts/analyze.py --i /home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:41:28.wav --o /home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:41:28.wav.csv --lat 41.XX --lon -104.XX --week 6 --overlap 0.0 --sensitivity 1.25 --min_conf 0.7
Feb 14 23:41:47 birdnetpi1 python3[375]: ANALYZING AUDIO... DONE! Time 1.8 SECONDS
Feb 14 23:41:47 birdnetpi1 python3[375]: WRITING RESULTS TO /home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:41:10.wav.csv ... DONE! WROTE 0 RESULTS.
Feb 14 23:41:47 birdnetpi1 python3[375]: READING AUDIO DATA... DONE! READ 6 CHUNKS.
Feb 14 23:41:47 birdnetpi1 python3[375]: Date-time: 2024-02-14 23:41:28
Feb 14 23:41:49 birdnetpi1 birdnet_analysis.sh[596370]: 0.0;3.0-('Chlorodrepanis virens_Hawaii Amakihi', 0.056652732)
Feb 14 23:41:49 birdnetpi1 birdnet_analysis.sh[596370]: 3.0;6.0-('Pterodroma sandwichensis_Hawaiian Petrel', 0.015051329)
Feb 14 23:41:49 birdnetpi1 birdnet_analysis.sh[596370]: 6.0;9.0-('Porzana porzana_Spotted Crake', 0.01574285)
Feb 14 23:41:49 birdnetpi1 birdnet_analysis.sh[596370]: 9.0;12.0-('Porzana porzana_Spotted Crake', 0.019428503)
Feb 14 23:41:49 birdnetpi1 birdnet_analysis.sh[596370]: 12.0;15.0-('Porzana porzana_Spotted Crake', 0.020285657)
Feb 14 23:41:49 birdnetpi1 birdnet_analysis.sh[596370]: 15.0;18.0-('Pterodroma sandwichensis_Hawaiian Petrel', 0.023472013)
Feb 14 23:41:49 birdnetpi1 systemd[1]: birdnet_analysis.service: Succeeded.
Feb 14 23:41:51 birdnetpi1 systemd[1]: birdnet_analysis.service: Scheduled restart job, restart counter is at 22030.
Feb 14 23:41:51 birdnetpi1 systemd[1]: Stopped BirdNET Analysis.
Feb 14 23:41:51 birdnetpi1 systemd[1]: Started BirdNET Analysis.
Feb 14 23:41:52 birdnetpi1 birdnet_analysis.sh[596417]: Files loaded
Feb 14 23:41:53 birdnetpi1 birdnet_analysis.sh[596417]: RECORDING_LENGTH set to 18
Feb 14 23:41:54 birdnetpi1 env[596468]: Line = 2024-02-14-birdnet-23:41:28.wav.csv
Feb 14 23:42:01 birdnetpi1 CRON[596556]: (birder) CMD (/usr/local/bin/cleanup.sh >/dev/null 2>&1)
Feb 14 23:42:05 birdnetpi1 birdnet_analysis.sh[596417]: /home/birder/BirdNET-Pi/birdnet/bin/python3 /home/birder/BirdNET-Pi/scripts/analyze.py --i /home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:41:46.wav --o /home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:41:46.wav.csv --lat 41.XX --lon -104.XX --week 6 --overlap 0.0 --sensitivity 1.25 --min_conf 0.7
Feb 14 23:42:06 birdnetpi1 python3[375]: ANALYZING AUDIO... DONE! Time 1.8 SECONDS
Feb 14 23:42:06 birdnetpi1 python3[375]: WRITING RESULTS TO /home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:41:28.wav.csv ... DONE! WROTE 0 RESULTS.
Feb 14 23:42:06 birdnetpi1 python3[375]: READING AUDIO DATA... DONE! READ 6 CHUNKS.
Feb 14 23:42:06 birdnetpi1 python3[375]: Date-time: 2024-02-14 23:41:46
Feb 14 23:42:07 birdnetpi1 birdnet_analysis.sh[596623]: 0.0;3.0-('Porzana porzana_Spotted Crake', 0.0288689)
Feb 14 23:42:07 birdnetpi1 birdnet_analysis.sh[596623]: 3.0;6.0-('Porzana porzana_Spotted Crake', 0.023036035)
Feb 14 23:42:07 birdnetpi1 birdnet_analysis.sh[596623]: 6.0;9.0-('Porzana porzana_Spotted Crake', 0.022969263)
Feb 14 23:42:07 birdnetpi1 birdnet_analysis.sh[596623]: 9.0;12.0-('Porzana porzana_Spotted Crake', 0.016243221)
Feb 14 23:42:07 birdnetpi1 birdnet_analysis.sh[596623]: 12.0;15.0-('Chlorodrepanis virens_Hawaii Amakihi', 0.014535046)
Feb 14 23:42:07 birdnetpi1 birdnet_analysis.sh[596623]: 15.0;18.0-('Pterodroma sandwichensis_Hawaiian Petrel', 0.009855275)
Feb 14 23:42:07 birdnetpi1 systemd[1]: birdnet_analysis.service: Succeeded.
Feb 14 23:42:09 birdnetpi1 systemd[1]: birdnet_analysis.service: Scheduled restart job, restart counter is at 22031.
Feb 14 23:42:09 birdnetpi1 systemd[1]: Stopped BirdNET Analysis.
Feb 14 23:42:09 birdnetpi1 systemd[1]: Started BirdNET Analysis.
Feb 14 23:42:11 birdnetpi1 birdnet_analysis.sh[596649]: Files loaded
Feb 14 23:42:13 birdnetpi1 birdnet_analysis.sh[596649]: RECORDING_LENGTH set to 18
Feb 14 23:42:13 birdnetpi1 env[596711]: Line = 2024-02-14-birdnet-23:41:46.wav.csv
Feb 14 23:42:21 birdnetpi1 systemd[1]: chart_viewer.service: Scheduled restart job, restart counter is at 3094.
Feb 14 23:42:21 birdnetpi1 systemd[1]: Stopped BirdNET-Pi Chart Viewer Service.
Feb 14 23:42:21 birdnetpi1 systemd[1]: chart_viewer.service: Consumed 10.808s CPU time.
Feb 14 23:42:22 birdnetpi1 systemd[1]: Started BirdNET-Pi Chart Viewer Service.
Feb 14 23:42:24 birdnetpi1 birdnet_analysis.sh[596649]: /home/birder/BirdNET-Pi/birdnet/bin/python3 /home/birder/BirdNET-Pi/scripts/analyze.py --i /home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:42:04.wav --o /home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:42:04.wav.csv --lat 41.XX --lon -104.XX --week 6 --overlap 0.0 --sensitivity 1.25 --min_conf 0.7
Feb 14 23:42:24 birdnetpi1 python3[375]: ANALYZING AUDIO... DONE! Time 1.8 SECONDS
Feb 14 23:42:24 birdnetpi1 python3[375]: WRITING RESULTS TO /home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:41:46.wav.csv ... DONE! WROTE 0 RESULTS.
Feb 14 23:42:24 birdnetpi1 python3[375]: READING AUDIO DATA... DONE! READ 6 CHUNKS.
Feb 14 23:42:24 birdnetpi1 python3[375]: Date-time: 2024-02-14 23:42:04
Feb 14 23:42:26 birdnetpi1 birdnet_analysis.sh[596852]: 0.0;3.0-('Aegolius acadicus_Northern Saw-whet Owl', 0.018652963)
Feb 14 23:42:26 birdnetpi1 birdnet_analysis.sh[596852]: 3.0;6.0-('Emberiza hortulana_Ortolan Bunting', 0.013381626)
Feb 14 23:42:26 birdnetpi1 birdnet_analysis.sh[596852]: 6.0;9.0-('Porzana porzana_Spotted Crake', 0.018663876)
Feb 14 23:42:26 birdnetpi1 birdnet_analysis.sh[596852]: 9.0;12.0-('Pterodroma sandwichensis_Hawaiian Petrel', 0.020206744)
Feb 14 23:42:26 birdnetpi1 birdnet_analysis.sh[596852]: 12.0;15.0-('Porzana porzana_Spotted Crake', 0.014564925)
Feb 14 23:42:26 birdnetpi1 birdnet_analysis.sh[596852]: 15.0;18.0-('Pterodroma sandwichensis_Hawaiian Petrel', 0.04821277)
Feb 14 23:42:26 birdnetpi1 systemd[1]: birdnet_analysis.service: Succeeded.
Feb 14 23:42:28 birdnetpi1 systemd[1]: birdnet_analysis.service: Scheduled restart job, restart counter is at 22032.
Feb 14 23:42:28 birdnetpi1 systemd[1]: Stopped BirdNET Analysis.
Feb 14 23:42:28 birdnetpi1 systemd[1]: Started BirdNET Analysis.
Feb 14 23:42:30 birdnetpi1 birdnet_analysis.sh[596878]: Files loaded
Feb 14 23:42:30 birdnetpi1 spectrogram.sh[596918]: sox FAIL formats: can't open input file `/home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:42:04.wav': No such file or directory
Feb 14 23:42:30 birdnetpi1 env[596885]: Line = 2024-02-14-birdnet-23:42:04.wav.csv
Feb 14 23:42:30 birdnetpi1 birdnet_analysis.sh[596878]: RECORDING_LENGTH set to 18
Feb 14 23:42:32 birdnetpi1 systemd[1]: chart_viewer.service: Succeeded.
Feb 14 23:42:32 birdnetpi1 systemd[1]: chart_viewer.service: Consumed 10.695s CPU time.
Feb 14 23:42:41 birdnetpi1 birdnet_analysis.sh[596878]: /home/birder/BirdNET-Pi/birdnet/bin/python3 /home/birder/BirdNET-Pi/scripts/analyze.py --i /home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:42:22.wav --o /home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:42:22.wav.csv --lat 41.XX --lon -104.XX --week 6 --overlap 0.0 --sensitivity 1.25 --min_conf 0.7
Feb 14 23:42:41 birdnetpi1 python3[375]: ANALYZING AUDIO... DONE! Time 2.1 SECONDS
Feb 14 23:42:46 birdnetpi1 python3[375]: WRITING RESULTS TO /home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:42:04.wav.csv ... DONE! WROTE 0 RESULTS.
Feb 14 23:42:46 birdnetpi1 python3[375]: READING AUDIO DATA... DONE! READ 6 CHUNKS.
Feb 14 23:42:46 birdnetpi1 python3[375]: Date-time: 2024-02-14 23:42:22
Feb 14 23:42:46 birdnetpi1 birdnet_analysis.sh[597051]: 0.0;3.0-('Porzana porzana_Spotted Crake', 0.016458925)
Feb 14 23:42:46 birdnetpi1 birdnet_analysis.sh[597051]: 3.0;6.0-('Chlorodrepanis virens_Hawaii Amakihi', 0.017878152)
Feb 14 23:42:46 birdnetpi1 birdnet_analysis.sh[597051]: 6.0;9.0-('Porzana porzana_Spotted Crake', 0.013284158)
Feb 14 23:42:46 birdnetpi1 birdnet_analysis.sh[597051]: 9.0;12.0-('Porzana porzana_Spotted Crake', 0.05000654)
Feb 14 23:42:46 birdnetpi1 birdnet_analysis.sh[597051]: 12.0;15.0-('Porzana porzana_Spotted Crake', 0.023094395)
Feb 14 23:42:46 birdnetpi1 birdnet_analysis.sh[597051]: 15.0;18.0-('Porzana porzana_Spotted Crake', 0.01166517)
Feb 14 23:42:46 birdnetpi1 systemd[1]: birdnet_analysis.service: Succeeded.
Feb 14 23:42:51 birdnetpi1 systemd[1]: birdnet_analysis.service: Scheduled restart job, restart counter is at 22033.
Feb 14 23:42:51 birdnetpi1 systemd[1]: Stopped BirdNET Analysis.
Feb 14 23:42:51 birdnetpi1 systemd[1]: Started BirdNET Analysis.
Feb 14 23:42:52 birdnetpi1 birdnet_analysis.sh[597079]: Files loaded
Feb 14 23:42:52 birdnetpi1 birdnet_analysis.sh[597079]: RECORDING_LENGTH set to 18
Feb 14 23:42:52 birdnetpi1 env[597145]: Line = 2024-02-14-birdnet-23:42:22.wav.csv
Feb 14 23:42:59 birdnetpi1 birdnet_analysis.sh[597079]: /home/birder/BirdNET-Pi/birdnet/bin/python3 /home/birder/BirdNET-Pi/scripts/analyze.py --i /home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:42:40.wav --o /home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:42:40.wav.csv --lat 41.XX --lon -104.XX --week 6 --overlap 0.0 --sensitivity 1.25 --min_conf 0.7
Feb 14 23:42:59 birdnetpi1 python3[375]: ANALYZING AUDIO... DONE! Time 1.8 SECONDS
Feb 14 23:42:59 birdnetpi1 python3[375]: WRITING RESULTS TO /home/birder/BirdSongs/February-2024/14-Wednesday/2024-02-14-birdnet-23:42:22.wav.csv ... DONE! WROTE 0 RESULTS.
Feb 14 23:42:59 birdnetpi1 python3[375]: READING AUDIO DATA... DONE! READ 6 CHUNKS.
Feb 14 23:42:59 birdnetpi1 python3[375]: Date-time: 2024-02-14 23:42:40
Feb 14 23:43:01 birdnetpi1 birdnet_analysis.sh[597228]: 0.0;3.0-('Chlorodrepanis virens_Hawaii Amakihi', 0.026927069)
Feb 14 23:43:01 birdnetpi1 birdnet_analysis.sh[597228]: 3.0;6.0-('Chlorodrepanis virens_Hawaii Amakihi', 0.067125306)
Feb 14 23:43:01 birdnetpi1 birdnet_analysis.sh[597228]: 6.0;9.0-('Porzana porzana_Spotted Crake', 0.021396795)
Feb 14 23:43:01 birdnetpi1 birdnet_analysis.sh[597228]: 9.0;12.0-('Strix aluco_Tawny Owl', 0.008677491)
Feb 14 23:43:01 birdnetpi1 birdnet_analysis.sh[597228]: 12.0;15.0-('Porzana porzana_Spotted Crake', 0.018223654)
Feb 14 23:43:01 birdnetpi1 birdnet_analysis.sh[597228]: 15.0;18.0-('Myioborus ornatus_Golden-fronted Redstart', 0.025405753)
Feb 14 23:43:01 birdnetpi1 systemd[1]: birdnet_analysis.service: Succeeded.
========== Mounted File Systems ==========
Filesystem Size Used Avail Use% Mounted on
/dev/root 15G 12G 2.5G 83% /
devtmpfs 667M 0 667M 0% /dev
tmpfs 925M 0 925M 0% /dev/shm
tmpfs 370M 20M 351M 6% /run
tmpfs 5.0M 4.0K 5.0M 1% /run/lock
/dev/mmcblk0p1 255M 31M 225M 13% /boot
tmpfs 185M 4.0K 185M 1% /run/user/1000
========== Memory Usage ==========
total used free shared buff/cache available
Mem: 1.8Gi 122Mi 985Mi 19Mi 741Mi 1.6Gi
Swap: 0B 0B 0B
========== Load Averages ==========
23:43:01 up 26 min, 2 users, load average: 1.13, 0.90, 0.85
========== CPU Info ==========
processor : 0
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3
processor : 1
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3
processor : 2
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3
processor : 3
BogoMIPS : 108.00
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd08
CPU revision : 3
Hardware : BCM2835
Revision : b03115
Serial : 10000000867f89a4
Model : Raspberry Pi 4 Model B Rev 1.5
========== System Temperature ==========
CPU Temperature: 55.50°C / 131.90°F
========== Extra Info ==========
........................................IPs.....................................
LAN IP: 192.168.1.37
Public IP: 38.75.239.221
..................................
vcgencmd stats
..............................throttled=0x0
Binary: 0
....................................Clock Speeds................................
arm: frequency(48)=1800404352
core: frequency(1)=499987808
h264: frequency(28)=0
isp: frequency(45)=0
v3d: frequency(46)=500000992
uart: frequency(22)=48001464
pwm: frequency(25)=0
emmc: frequency(50)=250000496
pixel: frequency(29)=81000000
vec: frequency(10)=0
hdmi: frequency(9)=119997072
dpi: frequency(4)=0
........................................Volts...................................
core: volt=0.9360V
sdram_c: volt=1.1000V
sdram_i: volt=1.1000V
sdram_p: volt=1.1000V
.....................................Caddyfile..................................
http:// {
root * /home/birder/BirdSongs/Extracted
file_server browse
handle /By_Date/* {
file_server browse
}
handle /Charts/* {
file_server browse
}
reverse_proxy /stream localhost:8000
php_fastcgi unix//run/php/php7.4-fpm.sock
reverse_proxy /log* localhost:8080
reverse_proxy /stats* localhost:8501
reverse_proxy /terminal* localhost:8888
}
.................................... Crontab....................................
SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
*/5 * * * * birder /usr/local/bin/disk_check.sh >/dev/null 2>&1
*/3 * * * * birder /usr/local/bin/cleanup.sh >/dev/null 2>&1
@reboot birder /usr/local/bin/cleanup.sh >/dev/null 2>&1
0 1 * * 1 birder /usr/local/bin/weekly_report.sh >/dev/null 2>&1
========== Connected Microphone Devices ==========
**** List of CAPTURE Hardware Devices ****
null
Discard all samples (playback) or generate zero samples (capture)
lavrate
Rate Converter Plugin Using Libav/FFmpeg Library
samplerate
Rate Converter Plugin Using Samplerate Library
speexrate
Rate Converter Plugin Using Speex Resampler
jack
JACK Audio Connection Kit
oss
Open Sound System
pulse
PulseAudio Sound Server
upmix
Plugin for channel upmix (4,6,8)
vdownmix
Plugin for channel downmix (stereo) with a simple spacialization
usbstream:CARD=Headphones
bcm2835 Headphones
USB Stream Output
usbstream:CARD=vc4hdmi0
vc4-hdmi-0
USB Stream Output
usbstream:CARD=vc4hdmi1
vc4-hdmi-1
USB Stream Output
========= Date and Time ==========
Wed 14 Feb 23:43:02 MST 2024
===========================================`
I see a couple of failures to create directories and files in the output. Any suggestions on what might be the cause or the solution?
Beta Was this translation helpful? Give feedback.
All reactions