💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-03-29.txt captured on 2024-05-12 at 16:03:01.

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

[2022-03-29T00:07:49Z] <noocsharp> yeah, it's something inside the musl dynamic linker that's causing problems
[2022-03-29T00:09:12Z] <noocsharp> still haven't figured out what
[2022-03-29T00:12:52Z] <noocsharp> well it's crashing inside the musl dynamic linker, probably the fault of cbfstools or coreboot
[2022-03-29T02:16:09Z] <dilyn> https://www.youtube.com/watch?v=s7wLYzRJt3s :dead:
[2022-03-29T02:29:22Z] <dilyn> illiliti: your PRs are sane but you should likewise submit them to $/kisslinux/repo because dylan probably cba to rebase from our fork when (if?) he comes back
[2022-03-29T02:29:41Z] <dilyn> testuser[m]: it's probably fine to merge that DESTDIR PR
[2022-03-29T12:28:25Z] <testuser[m]> gethostid() and sethostid() respectively get or set a unique 32-bit        identifier for the current machine.  The 32-bit identifier was intended        to be unique among all UNIX systems in existence.  This normally        resembles the Internet address for the local machine, as returned by        gethostbyname(3), and thus usually never needs to be set.
[2022-03-29T12:28:51Z] <testuser[m]> BUGS It is impossible to ensure that the identifier is globally unique.