00:08:30 [illumos-gate] 14868 SMB reconnect fails when previous session still disconnecting -- Prashanth Badari 03:21:28 [illumos-gate] 14949 Convert find_elf(1ONBLD) to mandoc -- Jason King 03:50:46 bahamat: for 14967, can you test with a multicast address too? 03:51:01 to make sure it still tosses the error we expect? 09:19:25 Abusing my machine: 25969 tsoome 248M 248M sleep 0 0 37:00:25 22% thread_test/29721 :D 09:20:36 https://code.illumos.org/c/illumos-gate/+/2340 09:20:38 → CODE REVIEW 2340: 14958 fakekernel: avoid LWP threads Reviewed-by: Toomas Soome (NEW) | https://www.illumos.org/issues/14958 13:54:11 [illumos-gate] 14967 dladm create-overlay fails with IPs that end in the range 224-239 -- Brian Bennett 14:13:26 danmcd: have you seen where there's two interaces on the same vlan (two IPs) where one IP is reachable outside of the vlan, while the other is not? it's strange (haven't had a chance to hop on yet to dig deeper yet, but just wondering if maybe some known behavior) 14:50:01 jbk: What's the arp table on the router look like? Does the node respond to arps? Is the secondary IP in the allowed_ips array? 14:52:58 it's two physical interfaces 15:01:14 Two Physical NICs on the same VLAN? In a non-VLAN case these would both work... If you can put a sniffer on the router that would help a lot. 15:08:32 Ok, I thought you mean two IPs on the same link. 15:09:07 IIRC, in that case only one interface is selected as the active route, and only that one will work. 15:10:13 netstat -r might give you more information 15:19:58 i should be able to get my hands on the system this afternoon, i just wanted to be sure there wasn't something i was forgetting 15:30:33 because it does seem odd 16:37:44 [illumos-gate] 14954 nvmeadm list should use nicenum() -- Hans Rosenfeld 16:46:54 danmcd, did you end up using the google golang acme thing or dehydrated for your SSL certs (Feb '20)? I'm looking at dehydrated 16:47:08 I use dehydrated. 16:47:42 I prob. need to update it again at some point, but it's Just Been Working (TM), and in fact I had it refresh kebe.com's ones overnight (twice-monthly cron job). 16:48:03 awesome, I'll probably do it later today but I want to get my second domain working with dyndns first :) 16:48:05 There still might be some local illumos-y change one needs to make to it, however. 16:48:08 lemme check... 16:49:11 I'm not hosting anything serious just lack of SSL warnings are annoying :) I put up videos for clients and such so far 16:49:31 I don't even have an index.html :) 16:51:26 Heh he. yes, I think stock dehydrated assumes you have the "-a" option for grep, which we do not, as we IMPLICITLY WORK like you uttered "-a" on other systems. 16:52:22 danmcd, the dyndns script i'm using assumes this also and I just ignore the error and it still works :) 16:52:35 Fair enough. 16:52:59 good to know that I can just edit out the -a though 16:54:10 tyvm, you have been quite helpful as usual :)