06:45:38 [illumos-gate] 14863 Makefile.syshdrs: machine specific headers appear to be quite common -- Toomas Soome 06:46:05 jbk gief;) 06:52:11 [illumos-gate] 14958 fakekernel: avoid LWP threads -- Vitaliy Gusev 06:57:52 [illumos-gate] 14987 smb: DsFreeDcInfo leaks -- Gordon Ross 07:17:05 ? 07:31:58 "idiot word for give", TIL 08:54:43 I haven't made a bug tracker account yet, but I seem to have triggered this weird bug from a few years ago: https://www.illumos.org/issues/13067 08:54:45 → BUG 13067: Regression between Hipster-November2019 install media and 2020-07: 'ls /devices' hangs (New) 08:55:24 and I also have a "hermon" (ConnectX-2) IB card in this machine... so I think whoever suspected that is onto something 09:00:39 unfortunately I (a) need that machine working and (b) can just remove the IB card, so I probably can't spend a bunch of time troubleshooting this - sorry 11:56:40 jbk want to get rid of /etc/avahi/services/smb.service ;) 12:00:12 please review https://code.illumos.org/c/illumos-gate/+/2374 - I think it should be quite ready now:) 12:00:14 → CODE REVIEW 2374: 14993 zfs-tests: Move platform independent tests to a shared runfile (NEW) | https://www.illumos.org/issues/14993 14:00:47 Ugh. What happened to Gerrit? Pale Moon simply can't render the pages at all. 14:09:14 Just putting this out there, but my employment situation is such that I'm currently open to considering new opportunities :-) 14:52:02 tsoome: if you want to mess with it.. i just pushed what I have so far up to https://github.com/jasonbking/illumos-gate/tree/smb-mdns 14:53:09 basically right now (this is still work in progress, so treat appropriately) you set an smb share option 'adisk=true' to advertise an SMB share via mDNS 14:53:28 as well can do 'adisk=true,tm=true' if you want it to be for time machine 14:54:15 there's also an smbd config option (in smf) 'mdns' that's enabled by default to control if it tries to use mDNS 14:54:34 however you do have to make sure dns/multicast is running obviously 14:55:22 (if mdns is not running, things hsouldn't break, just no mDNS advertisements) 14:56:29 there are some unanswered questions before I'd feel comfortable putting it up for review 14:57:41 (like IIUC, there's a limit on the number of entries you can advertise via mDNS based on the size of TXT records.. not sure the best way to handle that if someone tries to advertise too many shares) 15:01:08 time machine is the only reason to announce for me;) 15:06:55 also.. it might be useful to be able to specify things like which interfaces to do mDNS, etc. 15:07:21 but it should hopefully be at least minimally usable in it's current state 15:15:40 would also be neat if one could select a _device-info model to announce (e.g. _device-info._tcp local 445 model=Xserve3,1 makes it a rack server instead of a bluescreen) 15:19:53 i wasn't sure if that was appropriate to put in the smb server bits 15:20:00 it seems like something else on the system should handle that 15:20:30 maybe the dns/multicast service itself? 15:20:54 in my case, /etc/avahi/services/smb.service does it 15:21:11 some way to set those permanently would be nice, running dns-sd in the background is a bit janky (but does work) 15:21:17 I was thinking once if we should add mdnsd to announce it, but .... 15:21:30 i had also thought about something analogous to svc.ipfd 15:22:09 I have not checked recently if there is a update to mdnsd too... 15:22:15 where you could add info to an an smf manifest, and this (hypothetical) service would monitor and if one of those services was enabled, start advertising whatever the manifest said it should 15:22:24 e.g. ssh 15:22:44 for stuff that doesn't have built-in mdns support 15:23:02 but not sure how many things would realistically benefit 15:54:10 ok, boot from stripe is working ok, time to fix this test. 19:55:16 [illumos-gate] 14989 SMB panic running smbtorture smb2.durable-open.delete_on_close1 -- Gordon Ross