13:24:49 jperkin, why in the 2023Q4 images hosts is linked to inet/hosts ? 13:28:35 it's been that way for as long as I can remember? certainly 25 years + 13:29:35 dan can probably provide better history 13:37:49 hosts has been linked to inet/hosts even in solaris 8 and maybe even sooner (there's also /etc/inet/ipnodes) 14:30:57 ok, I will create a smf service to update the file at every reboot 14:33:41 On FreeBSD 14 in a Bhyve zone, I noticed that mdata-get sdc:nics waits indefinitely if the main NIC has IP addresses assigned and the other NICs are in promiscuous mode without any IP addresses. 14:35:03 i might want to look at mdata-get, but i don't have any SDC where i can install freebsd into. 14:35:21 (as I happen to maintain net-mgmt/mdata-client port) 14:36:22 xmerlin: yeh that's a known bug in bhyve at the moment 14:36:47 jperkin: specific to illumos or in general? 14:37:06 s/illumos/smartos/ 14:37:46 I don't know exactly what the problem is yet, so unknown whether it affects other serial port usage 14:38:57 otis: SmartOS is the only thing that has this metadata socket, so it's incidentally SmartOS only. It's unknown if it would be an issue on FreeBSD because they don't have that. 14:39:35 Even among illumos, we're the only ones that does it this way. So it's not an issue on OmniOS or OI simply because they don't use this mechanism. 14:40:36 bahamat: that's why I was saying that I don't have any SDC to install FreeBSD into. 14:40:58 (to test it myself to see if it would shine any light on me) 14:42:33 I just ran a test on Linux with the primary NIC configured with an IP and the secondary NICs without IPs in promiscuous mode, and it works without any timeout 14:43:13 yeh the Linux tty queue size is a lot larger 14:43:43 freebsd is only 384 which is why it exhibits the problem a lot more than others 14:45:19 Thanks for the information. Since the other metadata is being read correctly on FreeBSD, is it possible to obtain only the details of the primary NIC? 14:47:14 I don't think there's any way to request only a subset of sdc:nics 14:48:59 too many bugs, not enough time :/ 14:53:09 lemme see if I can carve out some time this week as that one keeps biting us 15:52:53 xmerlin : Here's what I did as a workaround: https://gist.github.com/nwilkens/9d553acafad71ac68e241a19c2a54ca0 15:55:00 nwilkens, thank you ! I had not found in the documentation the possibility of reading the data of a single network card 15:56:48 ah, I guess you can ;) 16:27:48 I would like to implement 2FA on SmartOS global zone. I managed it that 2FA works, asking me for OTP code from Google authenticator-comaptible Android app, but it stops asking me for a password and logs me in as root, only with OTP code. 16:28:47 Script I found and manual is for SmartOS instance. But not for global zone. 16:56:01 wiedi_: oh phew! I might give the kernel smb another shot again now that I figured out how to set the guest access 23:44:39 hello all, is there anyway to install smartos into hdd or ssd? not boot from usb? any example? best wishes 23:44:43 and thanks 23:50:24 you want to use piadm 23:55:25 jbk: thank you, I’ll have a try 23:57:41 by the way, is there anyone had the experiense to built Triton from source? I want to build a PostgreSQL RDS on Triton, seems there are a lot of dependence, is a little hard to build from source