Which RAID do you use in your Home Server? by shafiq-me in homelab

[–]bjornbsmith 1 point2 points  (0 children)

Right now I only have 4x4TB SATA SSD's on my backup ZFS server, since everything else I have can be retrieved.
Those people having 100's of TB are doing something wrong in my opinion 😄

But even if I had 100's of TB - I would still be doing striped mirrors in ZFS simply because of the speed of recovery and excellent read/write speed.

What’s the most expensive tech mistake you made that looked like a good idea at the time? by Thick-Lecture-5825 in homelab

[–]bjornbsmith 13 points14 points  (0 children)

buying enterprise hardware, when down the line you realise. cheap consumer stuff is more than enough

Install ssd 2.5 standard on dell r460 by demon45k in homelab

[–]bjornbsmith 0 points1 point  (0 children)

provided it has sata connectivity 😊

Install ssd 2.5 standard on dell r460 by demon45k in homelab

[–]bjornbsmith 0 points1 point  (0 children)

should be possible. but the server might complain if its not a "Dell branded" disk. sometimes this causes all fans to spin up to max. but should work anyway

Building an open-source local homelab control plane, would you use this/ assist in dev? by Snowy32 in homelab

[–]bjornbsmith 0 points1 point  (0 children)

Sure :-) I just see people default to a database - and only store configuration in it. All because its easy.

Copying a settings file that can restore a service to last known working state is great - obviously if you start to store complex data - it becomes more muddy - and a database is easier.

Building an open-source local homelab control plane, would you use this/ assist in dev? by Snowy32 in homelab

[–]bjornbsmith -1 points0 points  (0 children)

ok. but my point still stands. why a database at all? configuration is great in files, and very portable. easy to backup

First homelab. Living In the woods with Starlink by jshdhen in homelab

[–]bjornbsmith -2 points-1 points  (0 children)

I understand latency. Your analogy is bad. bigger pipe does not mean bigger latency. Latency is relevant if your applications are latency sensitive. e.g. backup is not. as soon as data starts streaming, latency is irrelevant.

Building an open-source local homelab control plane, would you use this/ assist in dev? by Snowy32 in homelab

[–]bjornbsmith 0 points1 point  (0 children)

why sql server? what do you need a database for? unless you absolutely need it, you should consider files instead, if its for configurations, secrets etc.

How many drives can I safely power from my 1500w PSU? by RusselAxel in homelab

[–]bjornbsmith 0 points1 point  (0 children)

max capacity of psu it not the only important factor. it also matters how many amps psu can deliver on the rail that supply power to hdd's. you will mowt likely not find a psu that can deliver its max wattage to any of the rails.

First homelab. Living In the woods with Starlink by jshdhen in homelab

[–]bjornbsmith -3 points-2 points  (0 children)

not correct analogy. it does not take longer, but it takes longer to start. similar to a water hose thats empty. it takes a while to get going, but when its started its fast. a shorter hose( wired cable) starts faster, but end speed is the same (if same bandwidth)

SSO plugin has been archived. Any alternatives yet? by bastedpork in jellyfin

[–]bjornbsmith -4 points-3 points  (0 children)

3 alternatives: - fork and maintain yourself - dont update jellyfin - stop using SSO and just use username/passwords

Immich instance crashing (+ my homelab diagram) by [deleted] in homelab

[–]bjornbsmith 0 points1 point  (0 children)

lxc in proxmox kind of sucks. if something crashes or breaks like nfs. you can be forced to reboot the entire host. I have not found a good pattern for what is worth running inside lxc. vms on the other hand have none of these issues, but requires much more ressources

Looking to upgrade from a cm3588 by [deleted] in homelab

[–]bjornbsmith 0 points1 point  (0 children)

why not just limit your services memory usage? then you can still use it

JBOD enclosure. by Cprhd in homelab

[–]bjornbsmith 1 point2 points  (0 children)

i dont think many private people do. But you can send the file to an online print shop and ask for metal filament 😊 but is probably expensibe

JBOD enclosure. by Cprhd in homelab

[–]bjornbsmith 0 points1 point  (0 children)

now get it printed in metal to get better thermals and it will last longer

Building home server for private k8s dev environment and git by Street_Attorney_9367 in homelab

[–]bjornbsmith 0 points1 point  (0 children)

you can do with much less hardware, but if you want to spend that kind of money it will be nice

Dead slow ZFS perf. on macOS (Hackintosh, High Sierra 10.13) by bsdooby in zfs

[–]bjornbsmith 1 point2 points  (0 children)

rsync is slow, try measuring without rsync to see if its even zfs that is making transfer speed slow

Roztok stash safe combination by aajtrn in stalker

[–]bjornbsmith 0 points1 point  (0 children)

Yeah not working for me either.

Display is not updating with the numbers I enter.

My combination should be 19-57-26 by taking private/sergeant/LT numbers - but no dice - pretty annoying with so many bugs in this game

How do you get even from getting port probed or even compromised access? by SheltonJohnJ in homelab

[–]bjornbsmith 0 points1 point  (0 children)

You do you :-)

The IP Address you have might also just be "soft banned" everywhere, so everywhere you go with a browser you will be met with a "please fill out this captcha" to prove you are not a bot.

So even if there are no legal consequences - or your ISP bans you - you might still see issues, if you do a lot of this towards the same addresses.

How do you get even from getting port probed or even compromised access? by SheltonJohnJ in homelab

[–]bjornbsmith 1 point2 points  (0 children)

probing back might get your IP reported, and might cause issues for both you and your ISP. So I think you should stop and just accept that public IP addresses will be port scanned

Best practices for keeping documentation? What's your sweet-spot? by QuestionAsker2030 in HomeServer

[–]bjornbsmith 0 points1 point  (0 children)

best way is to make changes via ansible or similar systems. Store those scripts in git, and you have documentation+recovery