SiFuh has quit [Remote host closed the connection]
SiFuh has joined #crux-musl
zorz_ has quit [Quit: leaving]
zorz_ has joined #crux-musl
farkuhar has quit [Quit: nyaa~]
emmett1 has quit [Quit: Lost terminal]
farkuhar has joined #crux-musl
<SiFuh>
dlcusa: farkuhar: If we build xorg do you mind if we use F5 instead of F7 for the X server?
<SiFuh>
F5 is preferrable because you can switch with one hand to it.
<SiFuh>
Just disable tty5 in inittab and enable vt05 in Xserver.
<dlcusa>
No objection here.
<farkuhar>
F5 is fine with me too.
<SiFuh>
My current setup has no X. I use tty1 to tty11 and syslog is piped to tty12
<SiFuh>
'/etc/syslog.conf' '*.* /dev/tty12' but that is because this current machine is for building.
<SiFuh>
But while I was setting it. I remember noting the vt05 vs vt07 before. Kind of forgot to mention it.
<SiFuh>
farkuhar: dlcusa: I have another question that might interest you. All tty's clear screen except the first one. If I could log into tty1 and do some crap and then log out. And I was able to refresh that first terminal to display what boot had done before login. Like Hostname: Lang: Font: Keyboard: Screen Timeout: Would that be something that interests you? You'd lose colour though on logout.
<SiFuh>
So I could return it to the original booted up screen but without colour.
<dlcusa>
That could be useful to many folks.
<SiFuh>
dlcusa: It came into my mind during a nap. I could log the tty1 output and get init to repost it.
<SiFuh>
It should technically require modifying inittab and creating a log in the rc.
SiFuh_ has quit [Remote host closed the connection]
SiFuh_ has joined #crux-musl
<SiFuh>
dlcusa: Can you provide all your source files for ports so I can try to match them? Or tell you where you should change?
<SiFuh>
I want MUSL and GLIBC to be very close to each other. Slight differences of course
<SiFuh>
And some ports from core, must be shifted into /opt
<SiFuh>
dlcusa: farkuhar: And what do you think about creating a new core port linux-headers. MUSL requires it. We can pull it out of glibc and make its own port too.
<farkuhar>
linux-headers is already its own port in our muslcrux overlay.
<SiFuh>
farkuhar: Stop speed reading
<farkuhar>
So yes, make it a core port when we release the new distro.
<SiFuh>
_kernel_version=6.6.30
<SiFuh>
It's like an olutmies poppler patch for libreoffice.
<SiFuh>
I think it should be separated
<SiFuh>
farkuhar: I'd like to release in June but I am so very busy I can't keep up around this time.
<farkuhar>
SiFuh: "All tty's clear screen except the first one." <- To be clear, are you describing the current behaviour of your inittab, or some future behaviour you want to implement?
<SiFuh>
farkuhar: It's in inittab.
<SiFuh>
c1:2:respawn:/sbin/agetty --noclear 38400 tty1 linux
<SiFuh>
c2:2:respawn:/sbin/agetty 38400 tty2 linux <-- clears when log out
<farkuhar>
So after you do some stuff at tty1 and then log out, you want the boot-time settings to be printed again before the login prompt?
<SiFuh>
I set up my OpenBSD the same way
<SiFuh>
farkuhar: More than that. I want to grab the entire boot up session that is displayed in tty1 and reflood it with that info.
<SiFuh>
So your screen in tty1 will look exactly the same as tty1 did when booting except lacking colour. Never tested. Never tried. Just in my head.
<farkuhar>
SiFuh: sounds like something you can do by redirecting a copy of stderr or stderr to a file during the boot sequence, and then re-printing that file when the tty1 login shell exits.
<SiFuh>
No, not like stderr. There are other ways.
<SiFuh>
It's just a thought, and in the future (NOT priority) I can possibly implement it.
<farkuhar>
Hmm, I seem to have compiled inkscape against harfbuzz 11.0.1, and after updating to harfbuzz 11.2.1 it crashes at startup. It looks like I'm due for a rebuild of inkscape.
<SiFuh>
farkuhar: -musl or -social?
<farkuhar>
SiFuh: I didn't want to intrude on the #crux-social discussion of distro names.
<SiFuh>
farkuhar: Well you should. This involves all of us
<farkuhar>
SiFuh: All 5 of us who use inkscape on CRUX-MUSL 3.8?
<SiFuh>
farkuhar: When one person says they don't like it. I have to rethink. I want us to choose a name that everyone likes
<SiFuh>
I don't use MUSL.
<SiFuh>
As I said. emmett1 and I built the MUSL in 3.7 so CRUX users that want MUSL had the foundations.
<SiFuh>
Now ukky and dlcusa have 3.8 versions. So congratulations to everyone
<farkuhar>
A large number of other ports also claim harfbuzz as a dependency, but I haven't noticed breakage in them after updating to harfbuzz 11.2.1, so maybe the crash-on-startup behaviour in inkscape has a different cause.
<dlcusa>
SiFuh, I'm not that far into it. Frankly, every time I turn my head, something urgent has popped up. I'm not making much progress and dreams of getting there are rapidly fading. Maybe in a few more weeks, if my daughter-in-law's pregnancy stops being so difficult, among other things.
<SiFuh>
dlcusa: Okay, I think pieces can done by me before July. But July and after I can do hardcore
<SiFuh>
dlcusa: Maybe I do I glibc version before you do a MUSL version, then you can look at my package files.