#archlinux32 | Logs for 2023-01-01

Back
[02:40:21] -!- kiska3 has quit [Quit: The Lounge - https://thelounge.chat]
[02:43:16] -!- kiska3 has joined #archlinux32
[04:14:43] -!- drathir_tor has quit [Remote host closed the connection]
[04:25:06] -!- drathir_tor has joined #archlinux32
[09:12:38] -!- drathir_tor has quit [Ping timeout: 255 seconds]
[09:34:42] -!- drathir_tor has joined #archlinux32
[09:37:34] -!- abaumann has joined #archlinux32
[09:37:35] <buildmaster> Hi abaumann!
[09:37:35] <buildmaster> !rq abaumann
[09:37:36] <phrik> buildmaster: <abaumann> manually updating certificates is so.. well 1980.. :-)
[09:37:58] <abaumann> Happy new year, everybody :-
[09:38:00] <abaumann> )
[09:38:43] -!- abaumann has quit [Client Quit]
[10:25:14] -!- abaumann has joined #archlinux32
[10:25:14] <buildmaster> Hi abaumann!
[10:25:15] <buildmaster> !rq abaumann
[10:25:15] <phrik> buildmaster: <abaumann> Do you have a ii-hook to check for TODO descriptions if I asked for silly features? ;-)
[10:41:03] -!- n0tiz has quit [Quit: Bye]
[10:44:02] -!- n0tiz has joined #archlinux32
[10:44:42] -!- n0tiz has quit [Remote host closed the connection]
[10:45:57] -!- n0tiz has joined #archlinux32
[11:00:28] -!- epony has quit [Read error: Connection reset by peer]
[11:34:39] <KillerWasp> hello, i can't install archlinux32-keyring.
[11:35:12] <KillerWasp> error: archlinux32-keyring: signature from "Erich Eckner (just to sign arch packages) <arch-packages@eckner.net>" is unknown trust
[11:35:12] <KillerWasp> :: File /var/cache/pacman/pkg/archlinux32-keyring-20220927-1.0-any.pkg.tar.zst is corrupted (invalid or corrupted package (PGP signature)).
[11:35:12] <KillerWasp> Do you want to delete it? [Y/n] y
[11:35:12] <KillerWasp> error: failed to commit transaction (invalid or corrupted package (PGP signature))
[12:59:46] <abaumann> classical hen-and-egg issue, install the keyring with SigLevel=Never, only the keyring, then reenable it and do the normal update..
[14:24:02] -!- GNUtoo has quit [Ping timeout: 255 seconds]
[14:35:52] -!- GNUtoo has joined #archlinux32
[16:36:48] -!- abaumann has quit [Ping timeout: 268 seconds]
[17:08:12] -!- epony has joined #archlinux32
[17:44:14] <KillerWasp> hummm... How to compromise the security of the certificate ring? Seems like a good idea... xD
[17:47:09] <T`aZ> there is a cron job now that updates the keys regurlarly
[17:47:19] <T`aZ> not sure if it has been integrated into arch32 yet
[17:47:40] <T`aZ> and by cron job I mean systemd timer or something, obviously
[17:55:05] <KillerWasp> which's the sha256 for archlinux32-keyring?
[17:55:42] <KillerWasp> /var/cache/pacman/pkg/archlinux32-keyring-20220927-1.0-any.pkg.tar.zst
[17:56:49] <KillerWasp> oh, i found sha512
[17:57:36] <KillerWasp> and it's different. :|
[17:58:02] <KillerWasp> https://git.archlinux32.org
[17:58:03] <phrik> Title: packages - Archlinux32 package modifications (at git.archlinux32.org)
[17:58:48] <KillerWasp> maybe really the file is corrupt
[18:00:10] <KillerWasp> ok,no. forget it. it's a sorce files, not the package...
[18:33:10] <KillerWasp> mmmm... i use SigLevel = Never , but still say error for pgp
[18:39:46] <KillerWasp> ok. problem solved. thanks.
[19:02:24] -!- T`aZ has quit [Ping timeout: 260 seconds]
[19:03:53] -!- T`aZ has joined #archlinux32
[19:09:00] -!- drathir_tor has quit [Remote host closed the connection]
[19:19:28] -!- drathir_tor has joined #archlinux32
[19:38:40] <wjlafrance> How can I change the initramfs compression type? I'm on Linux 6.0.12 i486, trying to compile the same kernel (6.0.12, with .config dumped from the running kernel). All goes well until the last step, ZSTD22'ing the initramfs. Even with 512MB of RAM and 4GB of swap that's not enough memory so I want to use gzip. I set CONFIG_INITRAMFS_COMPRESSION_GZIP=y in .config but that had no effect (and appears to have b
[19:38:40] <wjlafrance> een overwritten). Anyhow, any pointers on compressing initramfs on low-RAM machines?
[19:55:00] <wjlafrance> Okay the kind folks on #linux pointed out two things, first that I shouldn't be looking at initramfs compression cause it's the vmlinux compression that was failing, also General Setup -> Kernel compression mode is *right there* in menuconfig. Missed it so many times. Switched that to lz4 (gzip wasn't in the list but I think lz4 is memory-reasonable) and make'ing again.
[19:55:36] <bill-auger> i would not compile anything on the machine with only 512 MB RAM - cross compile it instead
[19:59:54] <wjlafrance> that's a thought -- the machine i plan to possibly run this on is a 300MHz actual Pentium II, right now i'm compiling on a sandy bridge xeon but just with one core in a pentium VM. eventually i'd like to try fully cross compiling a i586 channel, or an i686-no-sse channel but im trying to only bite off what i can chew at each stage :)
[20:00:54] <wjlafrance> i figure if i can compile the kernel in 7 hours on a single sandy bridge core with the pentium instruction set, compiling the kernel on era hardware with the MHz, IPC, and IOPS disadvantages will take a week
[20:37:29] <KitsuWhooa> wjlafrance: use make menuconfig
[20:37:57] <KitsuWhooa> also, mkinitcpio is responsible for the initramfs
[20:38:09] <KitsuWhooa> the kernel config is to specify what the kernel will support
[20:38:24] <wjlafrance> yeah i figured that out, it was General Setup -> Kernel compression mode that i was looking for
[21:16:14] -!- drathir_tor has quit [Ping timeout: 255 seconds]
[21:32:36] <KillerWasp> or try make in a other more big machine and copy all from it
[21:32:41] <KillerWasp> wjlafrance: ^
[21:37:08] -!- drathir_tor has joined #archlinux32
[22:24:13] -!- wjlafrance has quit [Ping timeout: 252 seconds]
[22:31:22] -!- wjlafrance has joined #archlinux32