-
rollniak
Hello :)
-
tomww
hey
-
rollniak
Trying OmniOS fir the first time. If everything goes well. I hope to use it for homelabbing and selfhosting stuff. Any advice for a newcomer ? :)
-
rollniak
for*
-
Ellenor
not got much really, it'll run a mailserver and a webserver reasonably well if that's what you are asking
-
rollniak
Ok I will continue to read the documentation and man pages then. Speaking of documentation, some links seems to be dead. Should I open an issue on the omniosorg.github.io project about them ?
-
tomww
you could indeed collect the broken links
-
rollniak
OK I will do that then :D
-
rollniak
Soo I run my first issue here. I setup the same resolv.conf as my desktop machine. On my desktop Machine I can ping fdn.fr but I cannot do the same on OmniOS.
-
rollniak
For contexte, the OmniOS machine can ping the ip address of the nameserver of my ISP (fdn).
-
andyf
Try `cp /etc/nsswitch.dns /etc/nsswitch.conf`
-
andyf
The default `nsswitch.conf` file does not have DNS enabled - at least depending on how you installed it
-
rollniak
Oh ? a quick diff /etc/nsswitch.conf /etc/nsswitch.dns confirmed what you said. Now it's work ! Thanks :D
-
andyf
No problem. It's a default that should probably be changed!
-
rollniak
It should'nt be hard to change ? Am I right ?
-
andyf
It's an easy change, but there are a lot of omnios users that deploy en-masse with kayak, and the change may break there workflow.
-
andyf
We should perhaps change it for interactive installations if we don't already
-
rollniak
The first installation was done without network configured. I wasn't able to enter an IPv6 link-local address on the gateway from the installer. Maybe I enter it in a wrong way ( fe80::1%rge0 ) or maybe this way is not supported yet. I dont't really know.
-
rollniak
I will try with DHCP for the next time (I'm on v6only network).
-
rollniak
on a v6only*
-
rollniak
Something I curious about is why the IPv6 link-local on OmniOS is a /10 on GNU/Linux it is a /64. Any idea ? :)
-
andyf
I'm not sure the installer has support for IPv6 yet.
-
andyf
I don't know why Linux would use /64 for a link local, although the difference (the 54 bits) are always zero so it shouldn't matter
-
rollniak
If not fully, at least partially, the installer recognise the static IPv6 IP I give to him. The problem I got was just on the gateway setting :)
-
andyf
Oh, interesting, so it should not be too hard to fix
-
rollniak
One ather thing surprise me after the installation was the fact that I can ping a link-local without giving the interface to the ping command O.o
-
rollniak
other*
-
rollniak
example : generally to ping a link-local I do ping fe80::1%rge0 (That work, no problem). And I found by mistake that ping fe80::1 work as well and that was a surprise ^^
-
rollniak
Because this doesn't work on any other operating system I have tried before (FreeBSD, OpenBSD and some GNU/Linux distribution)
-
andyf
I don't know the answer to that one - if there's only one link local and no ambiguity about which interface to use, it seems ok if the scope ID is optional
-
rollniak
I will try it again when I will setup some VLAN then :)
-
rollniak
xD How to find a definition of a word who is not listed in the menu of the website but exist anyway :P
-
rollniak
I was redirected to the how to use zadm. Didn't found any definition of sparses brand and found this page :
omnios.org
-
rollniak
-
rollniak
This page doesn't seem to be on the menu of the website for unknown reason :)
-
rollniak
Maybe we could add a quick explanation of each brand on the zadm man page. What do you think about that ?
-
rollniak
I mean a quick explanation of what is a lx brand, sparse brand etc before explaning how to use zadm.
-
andyf
There is
man.omnios.org/brands that gives an overview, and then each brand has its own page
-
andyf
It could make sense to reference that page from the zadm one, definitely
-
rollniak
Hmmm, I didn't know that. then add a "SEE ALSO" at the end of the zadm man page could help them :)
-
rollniak
then*
-
rollniak
Great i'm gonig to be the newbie tester with a lot of feedbacks :D
-
sjorge
IIRC will just grab the first interface it can match for fe80::1 netstat -nr -f inet
-
sjorge
And it should have fe80::/10 entries that have the If colomn filled
-
sjorge
If you have multiple it grabs the first (I think), unless you specify the interface too
-
rollniak
Thanks for your feedback :)
-
rollniak
Hmmm someone know why some webpage of OmniOS.org are only available via an external search engine ? :)
-
rollniak
Someone already use a FreeBSD Guest using OmniOS as an hypervisor with zadm ?
-
sjorge
4/7 VMs I run are freebsd
-
sjorge
all 13.2-RELEASE at the moment
-
nomad
(also asked in #illumos channel) quick check, based on recent negative results, I just want to make sure a card we're getting in a new file server is actually supported. Does anyone know if a "Mellanox 25-Gigabit Ethernet Adapter ConnectX-6 Dx - PCIe 4.0 x8 - 2x SFP28" will work ok?
-
Smithx10
nomad: I believe the changes to make it work properly enough might not have made it into gate. @danmcd would know @kebe
-
kebe
I have some changes for that card nomad. CX-6 has extra registers current cxgbe isnt aware of yet.
-
nomad
When do you think it'll be available? We haven't purchased the server yet but we will probably order it this week.
-
nomad
I feel like I'm pushing OmniOS/Illumos a bit hard, given the still unresolved problems with the HBA and now this.
-
nomad
something about current hardware being a moving target.
-
kebe
Hang on. I saw your email too. Watch there.
-
kebe
nomad: You have new mail
-
nomad
email received. I'll reply there unless you think the conversation here would be useful.
-
kebe
I will say here that the 9500 HBAs have the SAS3800 chipset in them. We don't have /etc/driver_aliases entries for them, but last time I looked at FreeBSD's version of our own mpt_sas, it *seems* that the MPI interface for talking with them didn't change beyond recent-ish pushes from rmustacc for 34xx and 36xx(?) chipsets.
-
kebe
In a perfect world one just adds those driver_aliases entries and Bits Just Move.
-
kebe
Unsure if we're in a perfect world this time, however.
-
kebe
And the Mellanox CX-6 has been spoken of here as well. I did some custom hacks for Smithx10 to get it to report the speed properly, which unblocked use in aggrs.
-
nomad
we use aggrs for our 10G connectivity but won't be doing so for the 25G.
-
nomad
we're using two cards that have a special cable that connects to one switch port but they'll be on different broadcast domains.
-
nomad
or, I should say, we will be ... if we buy this card.