-
wiedi_
Hi, I have an asus nuc13 rugged here that prints two acpica notices to the log every 30 seconds. Seems like this is a bug in the bios, I already installed the latest version. Is there a way to ignore those messages?
-
wiedi_
2025-04-26T10:48:12.634269+00:00 nucgw acpica: [ID 792839 kern.notice] Firmware Error (ACPI): Could not resolve [\_SB.PC00.LPCB.ITE8.GETT], AE_NOT_FOUND (20180629/psargs-503)
-
wiedi_
2025-04-26T10:48:12.634282+00:00 nucgw acpica: [ID 780431 kern.notice] Failed at AML Offset 0005A, Opcode 002D: ACPI Error: Method parse/execution failed \_TZ.TZ00._TMP, AE_NOT_FOUND (20180629/psparse-676)
-
gitomat
[illumos-gate] 17295 libc: sigev_thread.c dprintf() cleanup -- Hans Rosenfeld <rosenfeld⊙gho>
-
naltun
Hi everyone, I'm looking to contribute to Illumos and found this bite-sized issue (#17292, misspellings should know about "busses") and have an initial patch that fixes these across manual pages:
code.illumos.org/c/illumos-gate/+/4232
-
fenix
→ CODE REVIEW 4232: 17292 Update misspellings 'busses' in manual pages (NEW) |
illumos.org/issues/17292
-
naltun
I'm not sure how to comment on Gerrit, otherwise I'd leave some shell output showing that there are no more doc files that require this change
-
rmustacc
naltun: Thanks for putting that up. I've made you the assignee of the issue. In general to leave a comment on gerrit if you hit the top-level Reply button, you should see a text box. When you're happy with it you can hit the "SEND" button there.
-
rmustacc
Similarly as you leave comments on a review on individual files by clicking the lines, a box will appear. You can type in the comment and hit "save". Those are all saved and will be batched up until you do the top-level reply.
-
rmustacc
that allows you to take your time commenting on things and getting us to the point that it all makes sense and will then send one batch of notifications.
-
wacki
Hi, I have detected a problem in OI that might be related to one of the latest changes in illumos-gate.
-
richlowe
what's up?
-
wacki
Running GNU gettext tests today revealed a lot more failing tests compared to the original release:
-
wacki
Testsuite summary for gettext-tools 0.24
-
wacki
============================================================================
-
wacki
# TOTAL: 597
-
wacki
-# PASS: 561
-
wacki
+# PASS: 513
-
wacki
# SKIP: 23
-
wacki
# XFAIL: 0
-
wacki
-# FAIL: 13
-
wacki
+# FAIL: 61
-
wacki
# XPASS: 0
-
wacki
# ERROR: 0
-
wacki
============================================================================
-
richlowe
your best bet is probably to email advocates@ in reply to the change that caused the regression
-
richlowe
Cc the person who made it
-
richlowe
if you don't know, file a bug and email the developer list I think
-
wacki
Building packages that use msgfmt show these errors:
-
wacki
[5/152] Building translation po/ar/LC_MESSAGES/appstream-ar.mo
-
wacki
FAILED: po/ar/LC_MESSAGES/appstream.mo
-
wacki
/usr/gnu/bin/msgfmt -o po/ar/LC_MESSAGES/appstream.mo ../../AppStream-1.0.4/po/ar.po
-
wacki
../../AppStream-1.0.4/po/ar.po:30:9: invalid multibyte sequence
-
wacki
It builds fine running illumos-df7ed227f7 but fails with illumos-88d39f6f84
-
wacki
So my suspect is commit cfafba391b1ed9379fb2227b7c6cede40d4bf24e
-
wacki
17390 libc: iconv doesn't handle conversion to/from the same encoding when alias names are used
-
richlowe
I would file a bug saying what you said above, and email Hans, Robert, and advocates@
-
wacki
I have already tried to contact Hans on #illumos-de.
-
richlowe
right no, I meant literally file a bug linked to that bug (or reply to the original, I guess), and then write an email To: all three of those addresses bringing it up (Robert is included on the vaguest offchance that getlocalename_l has woken up something weird)
-
richlowe
definitely don't wait for any individual bit to work :)
-
wacki
#17400