💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2021-10-25.txt captured on 2024-06-16 at 13:39:29.
⬅️ Previous capture (2021-12-17)
-=-=-=-=-=-=-
[2021-10-25T01:49:12Z] <noocsharp> for the past 20 minutes i was strongly considering putting kiss on my desktop to replace arch [2021-10-25T01:49:19Z] <noocsharp> but i came to my senses [2021-10-25T03:10:30Z] <testuser[m]1> Hi [2021-10-25T03:42:09Z] <illiliti> i don't know why but ipv6 is completely broken in firefox [2021-10-25T03:42:24Z] <illiliti> it can't even access website by ipv6 address [2021-10-25T03:42:47Z] <illiliti> works fine in chromium though [2021-10-25T03:44:09Z] <testuser[m]1> I guess it could be something with firefox's bundled nss but i doubt it [2021-10-25T03:44:16Z] <testuser[m]1> What does it say ? ANything in logs ? [2021-10-25T03:44:27Z] <illiliti> nothing [2021-10-25T03:45:03Z] <testuser[m]1> Search "ipv6" in about:config [2021-10-25T03:45:26Z] <testuser[m]1> Check the flags maybe something is disabled [2021-10-25T03:47:15Z] <illiliti> network.dns.disableIPv6 false [2021-10-25T03:47:28Z] <illiliti> everything should work ootb but it doesn't [2021-10-25T03:47:47Z] <testuser[m]1> I dont think i have ipv6 enabled in kernel so cant confirm [2021-10-25T03:47:59Z] <illiliti> i tried fresh profile, same problem [2021-10-25T04:00:51Z] <illiliti> https://envs.sh/ED5.png [2021-10-25T16:12:14Z] <phoebos> `go get` seems to save most files with 0444 perms (read only) [2021-10-25T16:12:54Z] <phoebos> so packages using `export GOPATH="$PWD/go"` have the problem of any downloaded modules in the GOPATH being unwritable [2021-10-25T16:13:23Z] <phoebos> ie. after a build, kiss can't rm the build/pkg/go directory [2021-10-25T16:13:25Z] <testuser[m]1> its fixed [2021-10-25T16:13:36Z] <phoebos> how so? [2021-10-25T16:13:52Z] <phoebos> have this issue with aerc-git in community [2021-10-25T16:14:01Z] <testuser[m]1> https://github.com/kisslinux/kiss/commit/12646e4009bc952f80443bd4ce043e4fdfceaf84 [2021-10-25T16:14:02Z] <testuser[m]1> soon [2021-10-25T16:14:21Z] <phoebos> ah that's what that was for [2021-10-25T16:14:24Z] <testuser[m]1> been 2 months without rel [2021-10-25T16:14:30Z] <phoebos> :P thanks, testuser [2021-10-25T16:15:00Z] <phoebos> aye. maybe i'll make a kiss-git package [2021-10-25T16:28:44Z] <phoebos> fuck why did i `kiss r kiss` [2021-10-25T16:28:46Z] <phoebos> RIP [2021-10-25T16:29:00Z] <noocsharp> lol [2021-10-25T16:29:54Z] <phoebos> kiss r kiss-git that's better [2021-10-25T16:30:26Z] <noocsharp> but how do you run it without the package manager [2021-10-25T16:31:12Z] <phoebos> cp ~/src/kiss/kiss /usr/bin/kiss :p [2021-10-25T16:32:15Z] <phoebos> always keep a copy of your most important tool, kids [2021-10-25T16:41:16Z] <bibliocar> I wonder what makes more sense, a roll back feature like Guix, or whole system backups... could do everything but the /home directory [2021-10-25T16:41:53Z] <testuser[m]1> use btrfs subvolumes [2021-10-25T16:54:12Z] <noocsharp> put /var/db/kiss/installed into a git repo [2021-10-25T16:54:23Z] <noocsharp> oh nvm, you want /home backup [2021-10-25T16:54:35Z] <noocsharp> oh nvm you don't want /home backup [2021-10-25T16:58:41Z] <bibliocar> Straightforward enough. I don't even have kiss installed, am trying to though. I'm having unrelated trouble with uboot... [2021-10-25T17:47:43Z] <bibliocar> oh, neat, incremental backups are a thing. [2021-10-25T17:47:54Z] <bibliocar> reading about btrfs