I’m a little teapot 🫖

  • 0 Posts
  • 227 Comments
Joined 2 years ago
cake
Cake day: September 27th, 2023

help-circle

  • You’re best off splitting the routing and WiFi tasks into separate hardware. Buy yourself a used ruckus unleashed r550/650 or r510/610 depending on how much you want to spend for wifi then run routing on whatever hardware is fit for purpose. I usually slap OPNsense on something like a dell/wyse 5070 j5005 mini PC, any mini PC with a PCIe slot will allow you to build a 1/2.5/10GbE router with open software. Chinese N100 router boxes are cheap now too, or you could reuse an old mini PC of some kind.

    I don’t like rolling my own router using arm boards anymore, router distro support for them is unreliable and j5005 pulls <10W anyway.


  • seaQueue@lemmy.worldtoFediverse@lemmy.worldHashtags do not replace groups.
    link
    fedilink
    English
    arrow-up
    3
    arrow-down
    1
    ·
    3 months ago

    +1, I absolutely loathe the twitter model of discussion because it’s a huge mess of out of order replies and random spam. Individual discussion posts with tree threaded comments are way, way, way more effective at keeping discussion relevant and directed. Also +1 re: moderation, social media functions best with effective, vigorous, moderation and the twitter model just sucks there.








  • seaQueue@lemmy.worldtoFediverse@lemmy.worldDon't reply "just Google it"
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    6
    ·
    edit-2
    5 months ago

    It’s not even much of a skill anymore now that there’s so much focus on natural language question and answer. You can straight up Google “how do I X?” And get a relevant answer for just about anything.

    Edit: I’m not even talking about generative AI here, googling simple questions without using AI worked well before the AI craze.










  • seaQueue@lemmy.worldtoSelfhosted@lemmy.worldHDD randomly unmounting
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    6 months ago

    I’m not sure how to get the N from session history, nor how to check my session history…

    journalctl --list-boots will list all sessions stored in the journal.

    The output is from yesterday, when the device stopped working correctly.

    I’m not familiar with linux kernel, but I can see there is definitely something wrong…

    The HDD (old) is attached to a USB hub (new), I tried switching port of the hub but the same issue happened again, if I try to mount it with sudo mount /mnt/2tb, it says it is already mounted:

    Those messages tell you what’s happening, there’s an unrecoverable error on the USB bus connecting the hard drive which is causing filesystem errors when writes fail. Diagnose that, lose the hub first and directly connect the drive to the pi, then try replacing the cable that attaches the drive if the error still occurs. I’d also check with people in the rpi community in case there are any known issues with USB on your model. There may be some pi specific USB firmware things you can do to increase reliability.

    You can also try disabling UASP for the drive in case BOT transfer somehow stabilizes the connection. You’ll lose performance but that helps with some USB storage bridges.

    Some USB storage bridges are just unreliable under Linux and crash under load, your last option is to buy another drive enclosure that’s tested and known to work correctly. I went through like 5 USB/NVMe enclosures looking for one that worked properly, that whole space is a compatibility mess.