💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-06-22.txt captured on 2024-05-26 at 16:07:42.

View Raw

More Information

⬅️ Previous capture (2022-07-17)

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

[2022-06-22T01:44:27Z] <drez> How does one bootstrap a KISS Linux system?
[2022-06-22T01:53:07Z] <drez> *Without that tarball.
[2022-06-22T01:54:17Z] <noocsharp> well the kiss pm is just a shell script so it can be used on any posix compliant system
[2022-06-22T01:55:08Z] <noocsharp> you just need a system with all the packages in core installed
[2022-06-22T01:55:21Z] <noocsharp> you can't really "bootstrap" it in the literal sense afaik
[2022-06-22T01:55:41Z] <drez> so just set kiss_root and build all the core packages?
[2022-06-22T01:56:43Z] <ioraff> if you're trying to "bootstrap" the same computer you build the packages on, yes
[2022-06-22T01:56:59Z] <noocsharp> and you need /etc and the other files in the rootfs actually
[2022-06-22T01:57:39Z] <drez> so sort of manually run through baselayout, and what else?
[2022-06-22T01:58:08Z] <ioraff> you'll need to make sure the libraries that end up statically linked (musl, zlib, and openssl) are built with generic flags.
[2022-06-22T01:58:23Z] <drez> oh yeah, of course
[2022-06-22T01:59:47Z] <ioraff> any particular reason you want to avoid the tarball?
[2022-06-22T02:00:03Z] <drez> im modifying the pm somewhat
[2022-06-22T03:31:50Z] <testuser[m]> Hi
[2022-06-22T03:58:55Z] <ioraff> hi
[2022-06-22T13:24:51Z] <illiliti> can't build vim in latest rootfs
[2022-06-22T13:25:02Z] <illiliti> fatal: unable to access 'https://github.com/vim/vim/': error setting certificate file: /etc/ssl/certs/ca-certificates.crt
[2022-06-22T13:25:30Z] <illiliti> can anyone reproduce?
[2022-06-22T14:18:07Z] <Guest14> I have the same problem
[2022-06-22T14:18:16Z] <Guest14> Also when I extract rootfs I get warning: https://0x0.st/oSiA.txt
[2022-06-22T14:21:27Z] <illiliti> extract as *root*
[2022-06-22T14:24:23Z] <illiliti> and i found workaround for the first problem: ln -s /etc/ssl/cert.pem /etc/ssl/certs/ca-certificates.crt
[2022-06-22T14:24:25Z] <Guest14> I extract as root
[2022-06-22T14:24:31Z] <Guest14> --no-same-owner flag helps.
[2022-06-22T14:26:00Z] <Guest14> illiliti: it worked
[2022-06-22T14:54:50Z] <Guest14> https://github.com/kiss-community/repo/issues/70
[2022-06-22T21:05:44Z] <rohan> hey guys
[2022-06-22T21:06:05Z] <rohan> someone know a solution to access FTP server and explore?
[2022-06-22T21:06:18Z] <rohan> since web browsers dont support it
[2022-06-22T21:43:10Z] <omanom> @rohan there's command-line FTP clients, does busybox in KISS come with one?
[2022-06-22T21:43:15Z] <omanom> can't say i ever tried
[2022-06-22T21:46:20Z] <omanom> heck, you can even run a session yourself manually, the protocol isn't very hard
[2022-06-22T22:27:23Z] <stjohn> omanom, rohan: Busybox does have some basic tools like ftpget but I'm not sure if it has an interactive client. You can also use cURL as a non-interactive FTP client.
[2022-06-22T23:25:01Z] <noocsharp> https://grugbrain.dev/