-
yuripv
CCFL_Man: all sas shelves that i've seen work for sata drives
-
CCFL_Man
yuripv: ahh, ok
-
CCFL_Man
i guess 6Gbps is the "standard" now for the low end?
-
yuripv
it's sas2 (or sata3), and I don't think any spinning rust can achieve that speed if we are talking about directly connected drives (i.e. 1 lane)
-
yuripv
OTOH, if we are talking about using expanders (e.g. with external disk shelf), you can multiply that rate by number of lanes, and see if it's enough for the number of disks you are planning to use
-
yuripv
actually i see some hdds being advertised as 600MB/s (which is just about the rate of 1 lane with encoding), so i can be completely wrong about spinning rust :)
-
CCFL_Man
yuripv: i can get a hitachi sas disk shelf for cheap, but it's limited to 3mbps. that should be ok for a home nas?
-
Erhard
CCFL_Man: If you don't need hot swapping, then find any case with adequate cooling that will hold the requisite number of drives. Then get yourself an IT mode HBA (See youtuber ArtOfTheServer for tons of info, and he sells good ones reaosnably priced on enay).
-
Erhard
That guy has videos about all the different sorts of cards and why you would want one over the other.
-
Erhard
He has a video on a good way to test all your drives before putting them into service as well.
-
Erhard
Offers a concurrent badblocks script bht I think it is called.
-
Erhard
You can use it if you buy used enterprise drives for instance... which are about half the price.
-
Erhard
Even older HBA cards have 8 lanes
-
Erhard
I built a spare parts nas with one of these
ebay.com/itm/162834659601
-
VimDiesel
Title: Dell H310 6Gbps SAS HBA w/ LSI 9211-8i P20 IT Mode for ZFS FreeNAS unRAID | eBay
-
Erhard
YOu need 10Gig ethernet too, of course, or this is all moot
-
Erhard
A single drive can basically saturate 1Gig
-
CCFL_Man
oh thanks! i built a small 1U server that i plan on getting an HBA card
-
Erhard
Watch that guy's videos to learn all about them.
-
Erhard
A lot of variables, and a lot of stuff that is overkill.
-
Erhard
LIke he will explain when or if you need 12Gbit cards
-
Erhard
And about SAS expanders, etc.
-
Erhard
All kinds of interesting stuff
-
mason
Oh, I can vouch for that fellow. He's helpful.
-
Erhard
I have bought a couple of cards from him, and he was crazy helpful with tech support in that regard
-
Erhard
Be sure to get cables with the built in molex power connectors in you do an HBA. Otherwise the card may not be able to provide enough power.
-
Erhard
(Those can be had cheaply on ebay)
-
Erhard
I used these from this seller. No affiliation, but they came on time and worked:
ebay.com/itm/284618234227
-
VimDiesel
Title: Internal Mini SAS to SAS w/ Molex Power Cable SFF-8087 to 4x SFF-8482 1M | eBay
-
Erhard
Of course with 1U its probbaly all custom $$ stuff. That's why I prefer 4U cases for most things... commidity parts, real power supplies, etc.
-
CCFL_Man
Erhard: i wanted to use an hba with an external sas port with a disk shelf
-
Erhard
I see.
-
Erhard
Might work well too. I would still check out that guy's videos. He has some on using externals.
-
grahamperrin
CCFL_Man: yes (ZFS mobile hard disk drive on USB) and FYI, <
old.reddit.com/r/freebsd/comments/xw1a7e/-> (I need to add a comment there, and update the linked gist).
-
VimDiesel
Title: FreeBSD sleep/wake (suspend/resume): extending rc.suspend to allow detachment of storage devices on USB, and to avoid audio-related issues : freebsd
-
meena
V_PauAmma_V: I merged grahamperrin's pull request against mine, does that also address (all?) of your suggestions?
-
enie
-- | Channel #freebsd: 666 nicks
-
enie
:D
-
V_PauAmma_V
meena, going to have a look later today.
-
aristotle
rennj: thanks
-
aristotle
Remilia: yeah I have bectl but not beadm. thanks for the pointer
-
CCFL_Man
grahamperrin: oh nice.
-
ober
Plugged in Ralink usb wifi device, dmesg shows it as run0. yet ifconfig does not. The if_run is loaded as this is GENERIC
-
yuripv
you need to create wlan interface on top of it, please check the handbook
-
ober
ahh thanks for the pointer
-
ober
layers ftw
-
seabass
hellooo :) Anyone here still running FreeBSD on Intel's Pentium 2 silicon or older?
-
seabass
I think they ran the architecture that was demoted from full support in FreeBSD 13, but I'm attempting to revive an old laptop for basic internet use.
-
seabass
(email, standard definition online video etc. etc. Who needs 4K when you can have 480p?)
-
yuripv
freebsd.org/releases/13.1R/hardware says everything starting with i486 is supported
-
VimDiesel
Title: FreeBSD 13.1-RELEASE Hardware Notes | The FreeBSD Project
-
seabass
ah, so that makes Pentium 2 a later 32-bit architecture right?
-
yuripv
correct, amd64 (emt64) came later
-
yuripv
that page seems to have unexpanded link though, "Perusal of the archives of the link:{freebsd-smp} may yield some clues."
-
seabass
nice! I'm banking on FreeBSD having good enough hardware support for my basic usage, but if not expect me back here for some beginner driver-writing advice ;)
-
wcarson
anyone have recommendations for a maildir format to support large inboxes? i guess the answer is dovecot's mdbox, but i really don't want multiple messages per file. i guess hashing the message and storing it in aa/bb/message or something isn't workable, since no one seems to have done it
-
meena
seabass: it might still work ok, just give it a lash
-
grahamperrin
V_PauAmma_V: when I mentioned allowing edits by maintainers in GitHub, this (for example) is the context:
-
grahamperrin
-
VimDiesel
Title: git - GitHub Pull Request - "Allow edits by maintainers" - Stack Overflow
-
grahamperrin
-
VimDiesel
Title: Creating a pull request from a fork - GitHub Docs
-
grahamperrin
– step 7
-
grahamperrin
> On user-owned forks, if you want to allow anyone with push access to the upstream repository to make changes to your pull request, select Allow edits from maintainers.
-
JoBbZ
Hi folks, investigating a deadlock and I need the debugging symbols for libthr3.. how do I get that pulled down locally? thanks
-
V_PauAmma_V
*nod* I was aware of that, but last I looked it wasn't restricted to draft pull requests. Did that change?
-
V_PauAmma_V
(that was for grahamperrin)
-
V_PauAmma_V
JoBbZ, if you installed with base-dbg, they're already installed in a location that IIRC depends on your FreeBSD version but that I annoyingly can't remember, so check release notes. If not installed, fetch base-dbg from
download.freebsd.org/ftp/releases/amd64/13.1-RELEASE (using your architecture and version instead), unpack it in a staging directory, and mv or cp it to the appropriate
-
VimDiesel
Title: Index of /ftp/releases/amd64/13.1-RELEASE/
-
V_PauAmma_V
directory/ies.
-
JoBbZ
got it, tyvm (I followed comment #9 here
forums.freebsd.org/threads/libc-with-symbols.74008 and updated for my arch/release)
-
VimDiesel
Title: Solved - libc with symbols | The FreeBSD Forums
-
JoBbZ
be nice if you could install it after the fact
-
meena
JoBbZ: PkgBase has dbg packages
-
meena
maybe if you install
download.freebsd.org/releases/amd64/13.1-RELEASE base-dbg you'd get them too
-
VimDiesel
Title: Index of /releases/amd64/13.1-RELEASE/
-
meena
well, not maybe, most likely
-
meena
the problem is, that it would be useless without a freebsd-update, so PkgBase wins this round :P
-
debdrup
grahamperrin: the project isn't going to move to GitHub
-
debdrup
Unless I misunderstood something, it seems like you want to use github?
-
debdrup
And I mean, that's fine for your own personal thing, just so long as you aren't expecting the project to move.
-
debdrup
FreeBSD has always had a self-hosted repo of record, it's something we set quite a lot of pride in :)
-
kenobi
what distro do u recommend for a linux user to start using *bsd? freebsd/openbsd/netbsd etc.. ?
-
meena
kenobi: here in this channel we might be biased.
-
meena
kenobi: over in #netbsd they might be biased too…
-
kenobi
lol
-
meena
kenobi: and over in #openbsd they might be biased, also…
-
meena
kenobi: go with the one most of your friends are using
-
tehpeh
or go with the one most of your friends aren't using. Don't just think different, _be_ different ;)
-
yuripv
that means win11, right?
-
tehpeh
:(
-
» meena went from Linux to Solaris, to FreeBSD, then Linux, then FreeBSD
-
tehpeh
not like that lol
-
V_PauAmma_V
TempleOS. *srs nod*
-
meena
there was probably some windows somewhere in between there, but, tbf, it was not voluntary…
-
meena
V_PauAmma_V: yes! yess!!
-
kenobi
yuripv i was thinking the same lol
-
meena
(or Haiku)
-
meena
anyway, that's enough "fun" for me… off to bed o/~
-
tehpeh
g. night
-
meena
tonight's accomplishment:
canonical/cloud-init #1779
-
VimDiesel
Title: Net: add BSD ifconfig(8) parser by igalic · Pull Request #1779 · canonical/cloud-init · GitHub
-
nacelle
is rebasing out typo fixes and such normal for freebsd?