GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Conversation

Notices

  1. Embed this notice
    Mauricio Teixeira 🇧🇷🇺🇲 (badnetmask@hachyderm.io)'s status on Saturday, 14-Dec-2024 23:25:47 JST Mauricio Teixeira 🇧🇷🇺🇲 Mauricio Teixeira 🇧🇷🇺🇲

    One of my Raspberry Pis is freezing every night, because the amount of I/O and CPU to run incremental backups is too high, and is causing other processes to misbehave.

    Trying to decide whether I want to run backups from a different system (all data is in NFS), or run a different backup software (currently using Deja Dup). 🤔

    #HomeLab

    In conversation about 5 months ago from hachyderm.io permalink
    • Embed this notice
      Mauricio Teixeira 🇧🇷🇺🇲 (badnetmask@hachyderm.io)'s status on Sunday, 15-Dec-2024 00:10:45 JST Mauricio Teixeira 🇧🇷🇺🇲 Mauricio Teixeira 🇧🇷🇺🇲
      in reply to
      • Stefan :veritrek:

      @stefan
      Yeah, since everything is already in NFS, I am considering just doing it from a different machine that has access to the same NFS share. Thanks.

      In conversation about 5 months ago permalink
    • Embed this notice
      Stefan :veritrek: (stefan@social.stefanberger.net)'s status on Sunday, 15-Dec-2024 00:10:46 JST Stefan :veritrek: Stefan :veritrek:
      in reply to

      @badnetmask besides Proxmox backup backing my VM, I have jobs defined on my NAS which are doing just rsync from devices like a pi to local. This way I can directly see and use the files. Real backup happens than by the NAS every night to other locations.

      In conversation about 5 months ago permalink
    • Embed this notice
      Mauricio Teixeira 🇧🇷🇺🇲 (badnetmask@hachyderm.io)'s status on Sunday, 15-Dec-2024 00:11:44 JST Mauricio Teixeira 🇧🇷🇺🇲 Mauricio Teixeira 🇧🇷🇺🇲
      in reply to

      For now, since rebooting every morning is getting tiresome, I just created a script that will shutdown all the services before the backup starts, and bring everything up again after it completes. Should survive a couple of nights without intervention. #HomeLab.

      In conversation about 5 months ago permalink
    • Embed this notice
      Miroslav Stankic (pax0707@mastodon.social)'s status on Monday, 16-Dec-2024 13:34:58 JST Miroslav Stankic Miroslav Stankic
      in reply to

      @badnetmask I've been running raspiBackup on all my Pis for years now.

      https://github.com/framps/raspiBackup

      In conversation about 5 months ago permalink
    • Embed this notice
      Mauricio Teixeira 🇧🇷🇺🇲 (badnetmask@hachyderm.io)'s status on Monday, 16-Dec-2024 13:34:58 JST Mauricio Teixeira 🇧🇷🇺🇲 Mauricio Teixeira 🇧🇷🇺🇲
      in reply to
      • Miroslav Stankic

      @pax0707
      That's a very interesting project, no doubt, but doesn't work for me, since I don't run anything on the SD card other than the OS itself. Thanks for the pointer anyway, could be useful in the future.

      In conversation about 5 months ago permalink
    • Embed this notice
      Mauricio Teixeira 🇧🇷🇺🇲 (badnetmask@hachyderm.io)'s status on Monday, 16-Dec-2024 22:02:29 JST Mauricio Teixeira 🇧🇷🇺🇲 Mauricio Teixeira 🇧🇷🇺🇲
      in reply to

      Stopping all the services while running the backup not only stabilized the system, but it also cut the backup to 1/4 of the time. There's definitely some improvement to be made here. #HomeLab

      In conversation about 5 months ago permalink
    • Embed this notice
      Mauricio Teixeira 🇧🇷🇺🇲 (badnetmask@hachyderm.io)'s status on Tuesday, 17-Dec-2024 01:20:14 JST Mauricio Teixeira 🇧🇷🇺🇲 Mauricio Teixeira 🇧🇷🇺🇲
      in reply to

      Uh-oh. Spoke too soon. The Raspberry Pi just froze 8 hours after the backup has completed (with all services down). Poking around the logs, it seems something related to InfluxDB trying to compact old files, which overloads the CPU and saturates the I/O on the SD card (temp files?).

      Suggestions? Should I upgrade to 1.11 or 2.7? Maybe convert everything to Victoria Metrics?

      I would prefer to retain the data, if possible (historical knowledge).

      #HomeLab #InfluxDB #VictoriaMetrics

      In conversation about 5 months ago permalink
    • Embed this notice
      slamp (slamp@hachyderm.io)'s status on Tuesday, 17-Dec-2024 02:22:43 JST slamp slamp
      in reply to

      @badnetmask I'm using influxdb 2.7 without issue since 1+ year. the raspberry pi 4 has an SSD for the OS + data.
      but the pi is slow for some tasks : docker pull homeassistant takes around 15 min. docker up -d 15 to 30 min.

      In conversation about 5 months ago permalink
    • Embed this notice
      Mauricio Teixeira 🇧🇷🇺🇲 (badnetmask@hachyderm.io)'s status on Tuesday, 17-Dec-2024 02:49:37 JST Mauricio Teixeira 🇧🇷🇺🇲 Mauricio Teixeira 🇧🇷🇺🇲
      in reply to
      • slamp

      @slamp
      How big is your database? Mine is around 10GB now.

      In conversation about 5 months ago permalink
    • Embed this notice
      offdutypirate@mastodon.sdf.org's status on Tuesday, 17-Dec-2024 03:40:12 JST offdutypirate offdutypirate
      in reply to

      @badnetmask I've had OK luck using USB disks instead of SD cards for more I/O intensive stuff on the Pi. Maybe that's an option?

      In conversation about 5 months ago permalink
    • Embed this notice
      Mauricio Teixeira 🇧🇷🇺🇲 (badnetmask@hachyderm.io)'s status on Tuesday, 17-Dec-2024 03:40:12 JST Mauricio Teixeira 🇧🇷🇺🇲 Mauricio Teixeira 🇧🇷🇺🇲
      in reply to
      • offdutypirate

      @offdutypirate
      Not really. The apps are running out of an NFS mount, so in this case it's just a matter of redirecting the temp dir out of the SD card.

      In conversation about 5 months ago permalink
    • Embed this notice
      slamp (slamp@hachyderm.io)'s status on Monday, 23-Dec-2024 19:03:33 JST slamp slamp
      in reply to

      @badnetmask Home Assistant sqlite: 753M
      Influxdb : 116G (oh s* ! I need to clean it)

      In conversation about 5 months ago permalink
    • Embed this notice
      Mauricio Teixeira 🇧🇷🇺🇲 (badnetmask@hachyderm.io)'s status on Friday, 03-Jan-2025 12:37:22 JST Mauricio Teixeira 🇧🇷🇺🇲 Mauricio Teixeira 🇧🇷🇺🇲
      in reply to

      Wow. My "erratic" Raspberry Pi never really recovered (see thread). I've been trying different things to no avail, only changing how long it takes to freeze.

      This evening I decided to reboot it while I was physically next to it, and the house was silent, which allowed me to hear a weird buzzing noise coming out of it. The buzzing coincided with access to the memory card (the when the green light in the back blinks).

      I really don't know what's going on. It's the first time I hear a buzzing sound coming out of a Raspberry Pi. Even weirder is the fact that it only happens when accessing the memory card.

      Gladly, the way I configured things, the memory card is hot swappable, so I simply put it in another Pi that I had laying around doing nothing (from an abandoned project). It's been working fine, without the buzz.

      Hopefully that was the underlying reason since the start, and now I can get rid of the problem for good. I just don't know what to do with this "half-working Pi" (it works well under light load, just freezes up under high load).

      Fingers crossed.

      #HomeLab #RaspberryPi

      In conversation about 5 months ago permalink
    • Embed this notice
      Mauricio Teixeira 🇧🇷🇺🇲 (badnetmask@hachyderm.io)'s status on Friday, 03-Jan-2025 12:49:03 JST Mauricio Teixeira 🇧🇷🇺🇲 Mauricio Teixeira 🇧🇷🇺🇲
      in reply to
      • NoIQ

      @noiq
      I don't have such a tool, and I am really really bad with soldering. But thanks for chiming in!

      In conversation about 5 months ago permalink
    • Embed this notice
      NoIQ (noiq@infosec.exchange)'s status on Friday, 03-Jan-2025 12:49:04 JST NoIQ NoIQ
      in reply to

      @badnetmask just a wild asses guess, but maybe a short in the solder of the flash? If you have access to a electronic hot air gun, you might try a resolder.

      In conversation about 5 months ago permalink
    • Embed this notice
      Alex Kretzschmar (ironicbadger@techhub.social)'s status on Friday, 03-Jan-2025 13:03:28 JST Alex Kretzschmar Alex Kretzschmar
      in reply to
      • NoIQ

      @badnetmask @noiq i do

      In conversation about 5 months ago permalink
    • Embed this notice
      Mauricio Teixeira 🇧🇷🇺🇲 (badnetmask@hachyderm.io)'s status on Friday, 03-Jan-2025 13:03:28 JST Mauricio Teixeira 🇧🇷🇺🇲 Mauricio Teixeira 🇧🇷🇺🇲
      in reply to
      • NoIQ
      • Alex Kretzschmar

      @ironicbadger @noiq
      We'll talk offline. 😄

      In conversation about 5 months ago permalink
    • Embed this notice
      Mauricio Teixeira 🇧🇷🇺🇲 (badnetmask@hachyderm.io)'s status on Friday, 03-Jan-2025 13:04:18 JST Mauricio Teixeira 🇧🇷🇺🇲 Mauricio Teixeira 🇧🇷🇺🇲
      in reply to
      • NoIQ
      • dwsharp

      @dwsharp @noiq
      It's a 4. I guess I could make it boot out of a USB drive, but that's a project for another day. Thanks for the idea!

      In conversation about 5 months ago permalink
    • Embed this notice
      dwsharp (dwsharp@fosstodon.org)'s status on Friday, 03-Jan-2025 13:04:19 JST dwsharp dwsharp
      in reply to
      • NoIQ

      @badnetmask @noiq What type of pi is it? Could you run it off a USB drive so that you don’t need to use the memory card?

      In conversation about 5 months ago permalink
    • Embed this notice
      Anthony (adx@hachyderm.io)'s status on Friday, 03-Jan-2025 22:49:15 JST Anthony Anthony
      in reply to

      @badnetmask My two most common failure modes on Pis is a failing SD card or a failing external power adapter.

      In conversation about 5 months ago permalink
    • Embed this notice
      Mauricio Teixeira 🇧🇷🇺🇲 (badnetmask@hachyderm.io)'s status on Sunday, 05-Jan-2025 01:44:01 JST Mauricio Teixeira 🇧🇷🇺🇲 Mauricio Teixeira 🇧🇷🇺🇲
      in reply to
      • NoIQ
      • Alex Kretzschmar

      @ironicbadger @noiq
      So, looking at my host monitoring (Telegraf + InfluxDB + Grafana), it seems like the SD card IO is much more constant/homogeneous now. Before it was spiky, especially when running backups. Looks like the card interface was really the issue, but I won't do a victory lap just yet. Let's give it a few more days.
      #HomeLab #RaspberryPi

      In conversation about 5 months ago permalink

Feeds

  • Activity Streams
  • RSS 2.0
  • Atom
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.