-
gitomat
[illumos-gate] 14863 Makefile.syshdrs: machine specific headers appear to be quite common -- Toomas Soome <tsoome⊙mc>
-
tsoome
jbk gief;)
-
gitomat
[illumos-gate] 14958 fakekernel: avoid LWP <defunc> threads -- Vitaliy Gusev <gusev.vitaliy⊙gc>
-
gitomat
[illumos-gate] 14987 smb: DsFreeDcInfo leaks -- Gordon Ross <gwr⊙rc>
-
jbk
?
-
yuripv
"idiot word for give", TIL
-
eva
I haven't made a bug tracker account yet, but I seem to have triggered this weird bug from a few years ago:
illumos.org/issues/13067
-
fenix
→
BUG 13067: Regression between Hipster-November2019 install media and 2020-07: 'ls /devices' hangs (New)
-
eva
and I also have a "hermon" (ConnectX-2) IB card in this machine... so I think whoever suspected that is onto something
-
eva
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
-
tsoome
jbk want to get rid of /etc/avahi/services/smb.service ;)
-
tsoome
please review
code.illumos.org/c/illumos-gate/+/2374 - I think it should be quite ready now:)
-
fenix
→ CODE REVIEW 2374: 14993 zfs-tests: Move platform independent tests to a shared runfile (NEW) |
illumos.org/issues/14993
-
ptribble
Ugh. What happened to Gerrit? Pale Moon simply can't render the pages at all.
-
ptribble
Just putting this out there, but my employment situation is such that I'm currently open to considering new opportunities :-)
-
jbk
tsoome: if you want to mess with it.. i just pushed what I have so far up to
github.com/jasonbking/illumos-gate/tree/smb-mdns
-
jbk
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
-
jbk
as well can do 'adisk=true,tm=true' if you want it to be for time machine
-
jbk
there's also an smbd config option (in smf) 'mdns' that's enabled by default to control if it tries to use mDNS
-
jbk
however you do have to make sure dns/multicast is running obviously
-
jbk
(if mdns is not running, things hsouldn't break, just no mDNS advertisements)
-
jbk
there are some unanswered questions before I'd feel comfortable putting it up for review
-
jbk
(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)
-
tsoome
time machine is the only reason to announce for me;)
-
jbk
also.. it might be useful to be able to specify things like which interfaces to do mDNS, etc.
-
jbk
but it should hopefully be at least minimally usable in it's current state
-
wiedi_
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)
-
jbk
i wasn't sure if that was appropriate to put in the smb server bits
-
jbk
it seems like something else on the system should handle that
-
jbk
maybe the dns/multicast service itself?
-
tsoome
in my case, /etc/avahi/services/smb.service does it
-
jperkin
some way to set those permanently would be nice, running dns-sd in the background is a bit janky (but does work)
-
tsoome
I was thinking once if we should add mdnsd to announce it, but ....
-
jbk
i had also thought about something analogous to svc.ipfd
-
tsoome
I have not checked recently if there is a update to mdnsd too...
-
jbk
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
-
jbk
e.g. ssh
-
jbk
for stuff that doesn't have built-in mdns support
-
jbk
but not sure how many things would realistically benefit
-
tsoome
ok, boot from stripe is working ok, time to fix this test.
-
gitomat
[illumos-gate] 14989 SMB panic running smbtorture smb2.durable-open.delete_on_close1 -- Gordon Ross <gwr⊙rc>