-
gitomat
[illumos-gate] 14868 SMB reconnect fails when previous session still disconnecting -- Prashanth Badari <prbadari⊙tc>
-
gitomat
[illumos-gate] 14949 Convert find_elf(1ONBLD) to mandoc -- Jason King <jason.brian.king⊙gc>
-
pmooney
bahamat: for 14967, can you test with a multicast address too?
-
pmooney
to make sure it still tosses the error we expect?
-
tsoome_
Abusing my machine: 25969 tsoome 248M 248M sleep 0 0 37:00:25 22% thread_test/29721 :D
-
tsoome_
-
fenix
→ CODE REVIEW 2340: 14958 fakekernel: avoid LWP <defunc> threads Reviewed-by: Toomas Soome <tsoome⊙mc> (NEW) |
illumos.org/issues/14958
-
gitomat
[illumos-gate] 14967 dladm create-overlay fails with IPs that end in the range 224-239 -- Brian Bennett <brian.bennett⊙jc>
-
jbk
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)
-
bahamat
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?
-
jbk
it's two physical interfaces
-
danmcd
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.
-
bahamat
Ok, I thought you mean two IPs on the same link.
-
bahamat
IIRC, in that case only one interface is selected as the active route, and only that one will work.
-
bahamat
netstat -r<something something> might give you more information
-
jbk
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
-
jbk
because it does seem odd
-
gitomat
[illumos-gate] 14954 nvmeadm list should use nicenum() -- Hans Rosenfeld <rosenfeld⊙gho>
-
dangergrrl
danmcd, did you end up using the google golang acme thing or dehydrated for your SSL certs (Feb '20)? I'm looking at dehydrated
-
danmcd
I use dehydrated.
-
danmcd
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).
-
dangergrrl
awesome, I'll probably do it later today but I want to get my second domain working with dyndns first :)
-
danmcd
There still might be some local illumos-y change one needs to make to it, however.
-
danmcd
lemme check...
-
dangergrrl
I'm not hosting anything serious just lack of SSL warnings are annoying :) I put up videos for clients and such so far
-
dangergrrl
I don't even have an index.html :)
-
danmcd
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.
-
dangergrrl
danmcd, the dyndns script i'm using assumes this also and I just ignore the error and it still works :)
-
danmcd
Fair enough.
-
dangergrrl
good to know that I can just edit out the -a though
-
dangergrrl
tyvm, you have been quite helpful as usual :)