04:37:22 I think that's pretty much the best place 16:48:55 Just curious when the updated version of tar (issue_id=17015) will ship? 16:49:16 I'm patching all my OmniOS hosts at the end of the month and it would be great if the new binary were included. 16:52:37 nomad: illumos#17010? 16:52:51 17015 is unrelated to tar. 17:07:11 https://www.illumos.org/issues/17010?next_issue_id=16996&prev_issue_id=17015 17:07:12 → BUG 17010: tar creates corrupt archives for large files with ACLs (New) | https://code.illumos.org/c/illumos-gate/+/3938 17:07:19 sorry, missed that was "prev_issue" 17:07:29 I was trying to be less noisy and made an error instead. 17:13:14 I think it's just waiting for jclulow to write up final testing notes on the ticket and submit. 17:13:17 *submit it. 17:26:03 Yes, sorry, I'll try and get to it this week 17:31:27 many thanks 18:14:22 oh that a thread i pulled on... trying to fix some k&r in here... 18:57:06 [illumos-gate] 17225 nightly inside make -w misfilters directory messages -- Bill Sommerfeld 19:30:53 sommerfeld: are you hoping that some day we can enable -w by default? 19:31:00 (I am, I'm just wondering about you) 19:31:58 I think it would be worthwhile. 19:32:36 Would enable writing a postprocessor for mail_msg that shows an actionable amount of context around a compile error. 19:34:09 that's exactly why I want it too (with the add-on that M-x compile gets it) 20:07:52 Something broke the pinging subnet IPs via Tailscale, but ssh works. Ipfilter is disabled. Do you have any idea what could be the culprit? 20:11:05 nahamu: this sounds like your kind of thing :) 20:11:22 I didn't even know you could ping the subnet 20:11:30 I'm not even sure right now what the subnet would be 20:12:25 I have seen ipfilter "mysteriously" get in action sometimes, so it is good idea to double check if it is indeed disabled (svcadm enable ipfilter; svcadm disable ipfilter) 20:17:29 I usually list the rules it thinks it is to check that, rather than the service 21:51:25 szilard: can you elaborate? Is this a zone acting as a subnet router? as an exit node? 21:53:36 if anything, the problem might be that you turned off ipfilter. 21:53:55 my exit node zone has ipfilter enabled and a NAT rule in place. 21:55:08 https://blog.shalman.org/tailscale-for-illumos/ has my notes. 21:56:41 (but use newer bits, not the ancient binaries that might still be linked from there) 21:58:11 I have a sparse zone running tailscale. It is act as a subnet router through i can access the lan from aboard. 21:58:12 Pinging lan adresses from aboard used to work, but not anymore for some reason. Ipfilter is disabled, so i assume it is not the firewall. 22:01:42 I'll describe the situation tomorrow in details, i am too sleepiy now. Sorry. 22:09:22 If you need NAT to be enabled for the thing to work, the ipfilter service needs to be _enabled_ 22:33:52 are the unref'd files in cmd/bhyve still valuable? 22:40:28 hrm... 22:41:00 in fact: tsoome, if you didn't yet, you should run findunref ('f' in NIGHTLY_OPTIONS) 22:41:08 see what you can clean up sparc-removal wise 22:41:33 I actually did 22:41:41 tsoome: (probably will also flag up i386 stuff that needs excepting) 22:41:50 if you did that second bit, send me that bit of the diff? :) 22:42:26 the find(1) man page example 3 suggests that 'SCCS' shouldn't appear in the output (esp in conjunction with Example 4), but that doesn't seem to be the case (at least with a directory name that isn't SCCS) 22:45:04 but then it doesn't seem to let you combine that 22:45:47 um ok this build clone is not around any more, apparently need to run it again.... 22:46:34 there's also it looks like a bunch of perfmon data, and 1 locale (ISO8859-8) 22:47:27 Ah, yeah. We should add perfmon to the exception list for now. 22:47:38 It's for things that are present but the tooling doesn't support. 22:47:50 So I'd rather not remove it to keep syncing it easy-ish. 22:48:04 yeah, I was just shooting for an updating exception list I don't have to create myself 22:48:06 or file bugs for :) 22:48:46 the most important thing we don't seem to except is contrib/ 22:49:34 (I'm cleaning up my own recent mistakes, but everyone elses, and mine from the past, are getting in the way) 22:49:59 or hrm.. 23:09:27 jbk: seems to be working as advertised for me.. 23:59:22 apropos of github pull request discussion on developer@, i realized i'm not sure where i'd find the source (if anywhere) for https://illumos.org 23:59:40 "Get the source" links to github twice, and github is listed above gerrit in "Other Resources"