2019-11-20T07:56:20 #kisslinux Hi mr. dylanaraps 2019-11-20T07:57:04 #kisslinux I would like to thank you for your contribution to the the open source community 2019-11-20T07:57:55 #kisslinux I have question. How is KISS is compared with CRUX linux 2019-11-20T07:58:21 #kisslinux It seems they share the same concept 2019-11-20T08:05:49 #kisslinux single llvm builds always returns in clang segfaulting on compiling 2019-11-20T08:06:01 #kisslinux maybe I should use gdb 2019-11-20T08:12:58 #kisslinux Guss: All of our shell code is shellcheck compliant. 2019-11-20T08:13:08 #kisslinux Guss: We use POSIX sh instead of bash. 2019-11-20T08:13:24 #kisslinux Guss: The package manager is only 500~ LOC (POSIX sh). 2019-11-20T08:13:37 #kisslinux Guss: Our package manager doesn't eval the build scripts. 2019-11-20T08:14:09 #kisslinux Guss: KISS uses musl and busybox. 2019-11-20T08:14:43 #kisslinux Guss: KISS' entire official repositories work without dbus, gettext, intltool, pam, elogind, etc. 2019-11-20T08:15:52 #kisslinux konimex: I'll rewrite package conflict checking from scratch. I can't seem to find where or why the error is occuring. 2019-11-20T08:17:19 #kisslinux yeah, it seems odd, but if you're right, it's even weirder that it only affects one (well, technically two) package 2019-11-20T08:20:18 #kisslinux alright, just tested it with dummy packages 2019-11-20T08:20:44 #kisslinux looks like the error does persist, want me to send the logs? 2019-11-20T08:21:49 #kisslinux Yeah 2019-11-20T16:24:54 #kisslinux q 2019-11-20T16:32:52 #kisslinux okey, that was funny 2019-11-20T18:07:30 #kisslinux for so long I've been installing perl as a build dep for projects that used pod2man for documentation, only today have I learned of the magical creation pod2mdoc 2019-11-20T18:36:24 #kisslinux Is there a way to prevent extra tty's from being loaded. ie: stop tty3-6 from starting? 2019-11-20T20:57:40 #kisslinux bluwu: Edit your /etc/inittab. 2019-11-20T20:57:48 #kisslinux I only load a single tty. :P 2019-11-20T21:10:22 #kisslinux Hello 2019-11-20T22:18:01 #kisslinux Hello 2019-11-20T22:19:07 #kisslinux hey 2019-11-20T22:21:39 #kisslinux hi 2019-11-20T22:22:37 #kisslinux I'm happy to answer any questions you may have. :) 2019-11-20T22:23:27 #kisslinux none at the moment 2019-11-20T22:23:33 #kisslinux just enjoying kisslinux 2019-11-20T22:24:02 #kisslinux dylanarap: which distros are most similar in philosophy to kiss? 2019-11-20T22:25:34 #kisslinux ectlunya: Good to hear. :) 2019-11-20T22:27:11 #kisslinux stee: It's hard to say. 2019-11-20T22:27:37 #kisslinux I couldn't find a single distribution will well written or shellcheck compliant shell code. 2019-11-20T22:27:59 #kisslinux dang 2019-11-20T22:28:01 #kisslinux I also couldn't find a single distribution which would allow me to fully run without dbus, gettext, pam, etc. 2019-11-20T22:30:39 #kisslinux I also wanted a distribution with a base that would rarely change. I'm not too keen on swapping to the next shiny new thing the moment it is available. 2019-11-20T22:30:59 #kisslinux ie Xorg vs Wayland. 2019-11-20T22:31:51 #kisslinux what about the BSDs? not linux but when people talk about their benefits it seems similar 2019-11-20T22:32:04 #kisslinux They don't support my hardware. 2019-11-20T22:32:07 #kisslinux ha 2019-11-20T22:32:21 #kisslinux They're also stuck in this dbus issue (among others). 2019-11-20T22:32:34 #kisslinux OpenBSD pulls in dbus for Firefox for example. 2019-11-20T22:32:48 #kisslinux i c 2019-11-20T22:33:58 #kisslinux KISS is also something which can still be around if anything happens to me. 2019-11-20T22:34:36 #kisslinux There's no infrastructure around the distribution (minus the issue tracker). 2019-11-20T22:34:58 #kisslinux You could very easily as a user maintain your entire system without me. 2019-11-20T22:35:33 #kisslinux There's no lock in to the official repositories and your system contains a full mirror of them with history. 2019-11-20T22:36:27 #kisslinux You'd just need cp the repository somewhere and bump package versions yourself to maintain a fully up-to-date system. :) 2019-11-20T22:37:16 #kisslinux nice 2019-11-20T22:37:23 #kisslinux This is due solely to the fact that KISS is built in a way that I myself can solely and easily manage updates for the entire official repositories. 2019-11-20T22:37:35 #kisslinux Which means that you can too. :P 2019-11-20T22:41:49 #kisslinux do you have scripts to deal with new package versions or do you do everything manually 2019-11-20T22:42:40 #kisslinux Manually. 2019-11-20T22:44:44 #kisslinux there aren't a lot of packages yet but that seems very tedious 2019-11-20T22:46:05 #kisslinux The official repositories intentionally won't grow to a large size. 2019-11-20T22:49:20 #kisslinux It's very easy really.