[2021-12-15T01:11:43Z] I have an installation issue. after booting into live environment has anyone encountered issues when partitioning ? [2021-12-15T02:49:46Z] what issues [2021-12-15T02:51:05Z] noocsharp: but git.nihaljere.xyz can! mu ha ha ah [2021-12-15T02:53:22Z] it goes down twice a year when i update openbsd [2021-12-15T02:54:02Z] and thats all the info I need [2021-12-15T02:54:22Z] also i was joking because github goes down concerningly often [2021-12-15T02:54:46Z] really? Only major outage I can think of is the big one recently [2021-12-15T02:55:02Z] but I also barely use it, so wouldn't smaller outages [2021-12-15T02:55:12Z] s/smaller/notice smaller/g [2021-12-15T02:57:15Z] i recall 2 recent outages at least [2021-12-15T02:57:26Z] which is unacceptable for something as essential as github [2021-12-15T02:57:44Z] yeah [2021-12-15T02:58:26Z] i really should delete my github account, move to sr.ht [2021-12-15T02:58:30Z] but i want to get a job [2021-12-15T03:00:59Z] I just have my GH profile point to my personal website [2021-12-15T03:01:44Z] I dont delete repos from there though, so it at least doesn't look dead [2021-12-15T03:24:26Z] Hi [2021-12-15T03:25:51Z] noocsharp: just mirror everhwhere [2021-12-15T03:26:24Z] i already mirror on my website, no point in sr.ht if i already have github [2021-12-15T03:27:00Z] Also what does shithub have to do with job just point people to sourcehut for your projects [2021-12-15T03:33:28Z] managers do hiring and managers don't know what sourcehut is [2021-12-15T03:35:57Z] Bruh [2021-12-15T03:37:32Z] indeed [2021-12-15T05:03:02Z] i like your github bio [2021-12-15T11:23:15Z] what's the best privacy respecting open-source email client that has a gui? [2021-12-15T11:23:40Z] for some, you have to go through extensive configuration because they leak your timezone in the header, for example [2021-12-15T11:24:00Z] this is unrelated to kiss [2021-12-15T11:24:45Z] thunderbird? idk [2021-12-15T11:25:11Z] there was this claws mail thing too [2021-12-15T11:26:01Z] yeah claw is the one leaking i think [2021-12-15T11:26:10Z] oh [2021-12-15T11:26:24Z] what do you even use email for other than receiving verification codes [2021-12-15T11:27:52Z] if it was for me, i'd just use a client that runs in the terminal [2021-12-15T15:23:47Z] Version - [2021-12-15T15:23:47Z] The version file is a single line split into two mandatory fields. The first [2021-12-15T15:23:48Z] field is the package's version and the second field the version of the [2021-12-15T15:23:48Z] repository files themselves. [2021-12-15T15:23:56Z] Can someone explain the second field? [2021-12-15T15:24:15Z] its for release bumps [2021-12-15T15:24:16Z] its for if you update the build file but not the software version for example [2021-12-15T15:24:23Z] u add package initial version 1.0 with rel 1 [2021-12-15T15:24:35Z] then u forgor 💀 to apply a patch but people already installed rel 1 [2021-12-15T15:24:42Z] so you bump rel to 2 then version file is "1 2" [2021-12-15T15:24:47Z] so the package is rebuilt [2021-12-15T15:25:10Z] makes kiss not use a cached file? [2021-12-15T15:25:20Z] no it makes it rebuild the package [2021-12-15T15:25:25Z] with any changes you made to the package [2021-12-15T15:27:54Z] Oh OK I get it. [2021-12-15T18:44:53Z] Is there any way to use a kernel that's already precompiled? I'm not sure what I am doing wrong (perhaps it is because of my corebooted BIOS) but I simply can't make a working kernel [2021-12-15T18:52:06Z] chadwb[m]: You should be able to use pretty much any kernel that has drivers for your hardware. [2021-12-15T18:53:43Z] Tried using make defconfig? [2021-12-15T18:54:36Z] Do you have any guidance on where to download one? [2021-12-15T18:55:23Z] I have done make defconfig then made some minor changes and trying to boot such as changing hostname & processor type. Doesn't let me boot [2021-12-15T18:55:49Z] s/Do you have any guidance on where to download one?/Do you have any guidance on how the process for that works?/ [2021-12-15T18:57:01Z] What's the error it stops the boot with? [2021-12-15T18:59:32Z] I'll try to do it again from the beginning, i'll report back [2021-12-15T19:07:29Z] chadwb[m]: You can also list the kernel drivers in use on whatever linux you booted it with to install: lspci -k | grep driver [2021-12-15T19:07:47Z] Then make sure your kernel has them. [2021-12-15T20:00:56Z] hello I have installed kiss today in qemu, but I have a problem: buid package are not a problem but install it give me an error like usr/bin/kiss: line 164: cd: /var/db/kiss/installed/cmake: No [2021-12-15T20:01:09Z] usr/bin/kiss: line 164: cd: /var/db/kiss/installed/cmake: No such file or directory [2021-12-15T20:06:01Z] reynald_: what command were you running? [2021-12-15T20:06:34Z] can you check manually if /var/db/kiss/installed/cmake exists [2021-12-15T20:06:48Z] are you using KISS_ROOT [2021-12-15T20:07:00Z] kiss i cmake [2021-12-15T20:07:48Z] what user are you running kiss as [2021-12-15T20:08:15Z] I put this export KISS_ROOT="/" in .profile [2021-12-15T20:08:27Z] as user with doas [2021-12-15T20:09:56Z] you don't need to do that for KISS_ROOT but it shouldn't cause a problem [2021-12-15T20:10:04Z] sounds like this: https://github.com/kisslinux/kiss/issues/279 [2021-12-15T20:10:18Z] try using kiss from master [2021-12-15T20:13:02Z] ok I am not familar with git, how I do that please [2021-12-15T20:21:43Z] ok it's work now with kiss from master thank you ;) [2021-12-15T21:05:10Z] need a kiss release :p [2021-12-15T22:45:40Z] KISS with binary packages when? [2021-12-15T22:45:45Z] KISS with binary packages NOW [2021-12-15T22:45:46Z] https://github.com/dilyn-corner/kapt/releases/tag/2021.12-2 [2021-12-15T23:13:35Z] i dont know what to make of this [2021-12-15T23:13:43Z] why apt? [2021-12-15T23:28:01Z] coworker asked for it [2021-12-15T23:28:02Z] lol