00:12:55 I will try and have a poke at it tonight 00:14:39 thanks! 02:59:13 sommerfeld: It may be alright now (touch wood) 03:08:32 [illumos-gate] 17612 pmap -A does not work on core files -- Jonathan Perkin 03:12:19 Yep, seems to be better. 03:13:11 Had one "error: remote unpack failed: error Missing tree 0869e8046850634dd5e0031fe608f855e35c973c" which cleared up after a "git fetch --all". 03:13:47 Thank you! 07:08:36 Thanks! 17:13:23 looks like `git whatchanged` has been deprecated in git 2.51 or earlier; documentation says it's just syntactic sugar for `git log --raw --no-merges`. 17:16:50 and the "--no-merges" part is probably not what we want (nobody should be committing merges to illumos-gate/master) 17:27:17 see https://github.com/illumos/docs/pull/103 17:43:23 I think we could probably say in the face of a gerrit URL it's not required. 18:03:48 `git show --stat` 18:07:23 Hmm. `git show --stat` doesn't include file modes and hashes. `git show --raw` output looks like `git whatchanged` for a single commit. 18:08:04 (my professional paranoid wants to see the hashes there...) 18:16:57 I think the hashes are just noise, it's not like we're inspecting them 18:17:42 Ultimately we expect people to put things on Gerrit, so, a link to a gerrit change is totally fine instead of pasting that stuff 18:19:44 I'll update the pull request in an hour or two based on the discussion here (assuming it converges) 18:33:49 [illumos-gate] 17645 add trousers/32 and libdbus/32 to packaging.deps for builds on openindiana -- Bill Sommerfeld 18:36:45 sommerfeld: Despite what I think sometimes people suspect, we're definitely keen to remove an unecessary faffing about 18:36:49 *any 18:37:38 Some of the faffery is necessary but yeah, if you've got a gerrit link, and that's where we're going to pull in the change from, it seems better for us to just click through and look there 18:37:54 also attaching patches not really required etc, in that case 18:38:53 It's pretty easy to poke at all the stuff in gerrit, e.g., via https://illumos.org/docs/contributing/gerrit/#5-interact-with-gerrit-using-more-advanced-git-tools 18:43:59 I'm slowly coming around to that, esp. given how the "cherry-pick" download-patch method works really well for, "Let's build -gate with this." 20:29:33 I used to have, but deleted because I'm a fool, a refspec that pulled all the gerrit reviews into references 20:29:37 I think jclulow told me how 20:30:24 all I remember is you have to tweak the "fetch" on the remote 20:30:56 Hi all! I recently posted sth to illumos-announce. Is there something special I need to include, or am I just waiting for moderation? 20:30:59 but I had basically everyone useful or interesting as a remote, and then cron fetches 20:31:06 vab: it'll be moderation 20:31:18 richlowe tx will be patient then :-) 20:31:51 vab: might be better, rather than patience, to ping someone who moderates it :) 20:32:28 sommerfeld: thanks for digging out MICRO SIGN being the wrong micro sign, by the way 20:38:07 richlowe Yeah right. Topicbox says announce+admins⊙lio -- I see that there hasn't been any traffic on -announce for more than four years... I guess I'll just use -discuss. 20:41:33 [illumos-gate] 17615 du: using -A should still output blocks, not bytes -- Toomas Soome 20:48:23 Thanks for the update @vab ! 20:48:32 danmcd np :-) 20:49:08 BTW we since have found that a Sun SPARC T5-2 will still crash booting OpenIndiana if it has two CPUs. 20:50:00 Looking at systems that work, the current working hypothesis is that there is a limit of 192 CPU threads. 20:50:41 More than that -> OBP throws "Fast Data Access MMU Miss" 20:51:22 that has definitely worked before, on the bigger T3 20:51:29 it's not an NCPU type situation 20:51:42 um... remind me, at what state you get it? 20:53:42 s/state/stage/ 20:56:06 tsoome_ Just after it prints the "Ethernet address" line during boot. 20:56:23 after obp banner? 20:56:35 richlowe Yes, it's strange. A T5440 works with three CPUs = 192 threads but not with four = 256 threads. 20:56:56 so it smells like error is thrown while in boot block. 20:57:28 tsoome_ Yes, it gets as far as printing "OpenIndiana Hipster 2025.10 ..." 20:57:59 ah. thats quite a bit later then. 20:59:25 If people are interested I could ask olbohlen to post a boot log somewhere. There's not much to see though. 21:04:37 I have updated https://code.illumos.org/c/illumos-gate/+/4398 with the small letter mu 21:04:38 → CODE REVIEW 4398: 17642 illumos sources should be consistently utf-8 (NEW) | https://www.illumos.org/issues/17642 21:05:21 well, tbh, I'd still put my time in arm;) but IMO there is three basic options - debugger, debug printouts and any available source about related platform to compare with. unfortunately "Fast Data Access MMU Miss" can happen on different things, so it too obvious error to look after. 21:07:25 in the closed-bins, you'll find forthdebug, which is basically a debugger of last resort 21:07:54 while they're closed bins, and obviously you should be a righteous person, iirc they were mostly just text inside and if they needed updated to be used that could be something you did for yourself and didn't redistribute or admit to 21:27:08 richlowe: yeah I had something like that refspec when I was using gerrit at Google. I believe you want to add something like ` fetch = +refs/changes/*:refs/remotes/illumos/changes/* `to the appropriate [remote] section of .git/config 21:27:24 you can have multiple `fetch = ....` settings per remote 21:38:43 richlowe: oddly it looks like the unicode docs are inconsistent on whether to call it GREEK SMALL LETTER MU (found in https://www.unicode.org/charts/) or GREEK LETTER SMALL MU (found in http://www.unicode.org/reports/tr25/) 21:42:07 i never knew that there was one preferred over the other one. one used as a unit the other one as the greek letter. this issue is more interesting than i thought initially 21:44:26 well that's about U+03BC v. U+00B5 21:46:48 richlowe We're all outstanding and righteous community members. :-) In fact there are two tests planned: 21:46:56 1. try to build a debug kernel 21:47:41 2. Set up a T5-2 with S11.4 CBE as control domain and an OI LDOM, then watch what happens as more threads are allocated to the LDOM. 21:50:18 hadfl: my experience looking into this confirmed my prior suspicion that unicode is a big inconsistent hairball. 21:57:15 the various spaces are fun as well