Сегодня полдня воевала с отвалами Seafile на Raspberry Pi 5. Были постоянные 502 ошибки, перезапуски и обрывы соединений.
Вскрытие показало, что MariaDB решила поиграть в современные технологии и включила io_uring по умолчанию. Но ядро малинки супер-возложило на это (EPERM). В итоге пёр бесконечный цикл падений и приветственное Connection refused в логах самого Seafile.
Принудительно отключаэила native-aio в конфиге базы и выдала ей чуть больше памяти (innodb_buffer_pool_size=512M), благо на пятерке ресурсов хватает. Пока нормально, рулим дальше.
# В блок базы (db):
command: ["--innodb-use-native-aio=0"]
# Лечит EPERM и краши на ARM
healthcheck:
test: ["CMD", "mariadb-admin", "ping", "-h", "localhost", "--password=passwd"]
# В блок приложения (seafile):
depends_on:
db:
condition: service_healthy
# Чтобы не ломиться в базу, пока она прогревается
#SelfHosted #RaspberryPi #Seafile #MariaDB #Linux #RPi5 #SysAdmin
Thinking about adding a #dab+ dongle to my #raspberrypi #hifiberry device which connects to my stereo via rca. Does anyone have experience of this? Chatgpt thinks it's doable with dablin on the command-line.
I'm at a stage where I have 3dprinted more Raspberry Pi cases than I have RPis. There's clearly one solution... #raspberrypi #3dprinting #MORERASPBERRYPIS
Умная колонка своими руками
В этой статье я расскажу, как сделать своими руками две умные колонки, полностью поддерживающие русский язык: 1) На микроконтроллере esp32s3, используя XiaoZhi 2) На Raspberry Pi автономную голосовую колонку с камерой, которая будет работать и распознавать всё, что не только слышит, но и видит перед собой, даже при отсутствии Интернета! С локально запущенными моделями ИИ, связка Ollama+Gemma3:1b+Moondream+OpenWakeWord+Whisper.cpp+Silero TTS А также расскажу, как подключить обе эти колонки к Home Assistant для управления устройствами умного дома.
https://habr.com/ru/articles/1005272/
#xiaozhi #esp32s3 #голосовой_ассистент #whisper #silero #ollama #raspberrypi
Peter "Bobricius" Misenko's revisited the Armachat ESP32-based #Meshtastic messenger and PICOmputer #RaspberryPi Pico-powered portable ZX Spectrum emulator - creating "FLIP" variants with a clamshell design, like little mini laptops.
They're still using PCBs as a chassis, too. Sandwich-tastic!
#Technology #News #Hackster #Emulator #Microcontroller #VintageComputing
A *fantastic* project next, using a #RaspberryPi to stream vinyl records.
Right, okay, that sounds confusing: it captures the audio via a USB soundcard and streams it to AirPlay/Bluetooth speakers... while also capturing it as FLAC to a local database for on-demand playback. Oh, and it fingerprints the audio so it can show the right metadata for each record. Locally.
Yeah, told you it was fantastic.
#Technology #News #Hackster #Vinyl #Music
📻 In today's thrilling episode of "Let's Make Sure the #FCC Hates Us," some genius figured out how to turn a Raspberry Pi #Pico into a laughably illegal AM radio transmitter. 🤦♂️ Because who wouldn't want to use their #tinkering skills to broadcast static and white noise over the airwaves? Genius, truly. 💡
https://www.pesfandiar.com/blog/2026/02/28/pico-am-radio-transmitter #RaspberryPi #AMRadio #Hacking #Innovation #HackerNews #ngated
Raspberry Pi Pico as AM Radio Transmitter
https://www.pesfandiar.com/blog/2026/02/28/pico-am-radio-transmitter
#HackerNews #RaspberryPiPico #AMRadio #Transmitter #DIYProjects #Electronics #RaspberryPi
RE: https://c.im/@andreacfromtheapp/116069703992474721
Don't mind me calling on the #embedded #rustlang community again. I'm two subscriptions via my referral link away from a free book. Yes, I am that poor af.
Pretty please :)
https://www.theembeddedrustacean.com/subscribe?ref=yiI48llQyD
Notes to myself: This is how the really really old Samsung tablet takes a photo via adb and leaves it on the computer (e.g. a raspi:
# adb shell input keyevent 26
# adb shell am start -a android.media.action.IMAGE_CAPTURE --ez android.intent.extra.quickCapture true
# adb shell input touchscreen tap 970 300
# adb shell input touchscreen tap 770 570
# adb pull /sdcard/DCIM/Camera/
# adb shell rm /sdcard/DCIM/Camera/*
#android #adb #linux #opensource #raspi #raspberrypi
Cornell students’ 2025 Pico projects https://www.raspberrypi.com/news/cornell-students-2025-pico-projects/ #RaspberryPi (via Raspberry Pi)