💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › freenode-kisslinux-2020-04-08.txt captured on 2023-01-29 at 04:03:23.

View Raw

More Information

⬅️ Previous capture (2021-12-17)

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

2020-04-08T00:06:24 #kisslinux <ax> modify /etc/hosts or touch /etc/rc.d/file_set.yourextension  ...
2020-04-08T00:06:39 #kisslinux <ax> kiss use rc.d for boot init setting
2020-04-08T00:07:44 #kisslinux <ax> good night.
2020-04-08T00:08:24 #kisslinux <onodera> thanks, goodnight
2020-04-08T00:44:25 #kisslinux <konimex> https://github.com/kisslinux/init/blob/e2840bdc5d8f80a0b23b692e2a72c2383eedc4c4/lib/init/rc.boot#L108 /etc/hostname *should* work
2020-04-08T00:53:40 #kisslinux <muevoid> Hello everybody! I am attempting to do an encrypted root install with no initramfs however I recieve kernel panic about crypt not having a key specifically device-mapper: table: 253:0: crypt error decoding and setting key I have followed the guide in the kiss wiki. Any help would be appreciated
2020-04-08T03:18:19 #kisslinux <Crestwave> E5ten: Yeah, I wasn't sure if that was the reason, but I couldn't think of any other explanation for it so say "by default"
2020-04-08T03:18:31 #kisslinux <Crestwave> s/so/to
2020-04-08T03:27:51 #kisslinux <dilyn> https://github.com/uutils/coreutils/pull/1449#issuecomment-610712138
2020-04-08T03:28:09 #kisslinux <dilyn> if you were way more excited about rust than suckless, then boy do i have some coreutils for you coming soon
2020-04-08T07:24:06 #kisslinux <mps> jedavies: u-boot works also on 'normal' display, not only over serial consoles
2020-04-08T07:26:31 #kisslinux <mps> and it have UI with menus, but menu is with numbers to select what to boot, no parameter editing or cursor keys for scroll to select different kernels
2020-04-08T08:15:00 #kisslinux <humaid> Hi
2020-04-08T08:16:08 #kisslinux <humaid> The grub problem affected me. I installed grub from my arch and it worked. I don't know why.
2020-04-08T09:46:49 #kisslinux <jedavies> mps: nice, don't think that's supported on my hardware though.  Screen doesn't come on until the kernel is loaded.
2020-04-08T09:52:10 #kisslinux <mps> jedavies: yes, also I didn't managed to build it for my arm64 machine
2020-04-08T09:52:35 #kisslinux <mps> but did for some arm32 SBCs and chromebook
2020-04-08T09:53:11 #kisslinux <mps> though I didn't tried hard for arm64 :)
2020-04-08T10:43:46 #kisslinux <jedavies> Did you get KISS running on the arm64 machine?
2020-04-08T11:04:11 #kisslinux <mps> jedavies: no, not yet. I have a lot of work with buggy kernel drivers for rk3399 chromebook
2020-04-08T11:04:35 #kisslinux <mps> mostly wasting my (not so big) free time on that
2020-04-08T11:05:04 #kisslinux <mps> and, we are preparing alpine freeze, so I have to help there
2020-04-08T11:06:29 #kisslinux <mps> you know, time is short for those who works with computers as daily job
2020-04-08T13:45:27 #kisslinux <onodera> is /usr/sbin a valid path to install to?
2020-04-08T13:45:32 #kisslinux <onodera> or should I use /usr/bin?
2020-04-08T13:45:53 #kisslinux <onodera> the guidestones say "* Install files to '/usr/{bin,lib,share}' always."
2020-04-08T14:00:00 #kisslinux <ominous_anonymou> i mean, you could always symlink it if its not already.  i always try to install to /usr/bin if possible
2020-04-08T14:07:01 #kisslinux <jedavies> Isn't /usr/sbin a symlink to /usr/bin ?
2020-04-08T14:08:57 #kisslinux <dilyn> yes
2020-04-08T14:20:45 #kisslinux <ominous_anonymou> so then no issues XD
2020-04-08T14:45:34 #kisslinux <dilyn> but why would you specify /usr/sbin anyways lol
2020-04-08T14:55:19 #kisslinux <onodera> the package does it by default
2020-04-08T16:52:07 #kisslinux <onodera> does anyone know about any other command that like kiss has no hyphens for argumens, and a short and long version (kiss b, kiss build)?
2020-04-08T16:54:55 #kisslinux <E5ten> I think you should make it install to /usr/bin because if not the created package will have an actual /usr/sbin in it instead of the symlink and that could cause problems
2020-04-08T16:55:28 #kisslinux <E5ten> I'm pretty sure that's why you're supposed to always install to the /usr{bin,lib,share} locations despite the symlinks being there
2020-04-08T16:55:54 #kisslinux <onodera> yeah I changed it to be like that
2020-04-08T18:47:03 #kisslinux <dilyn> a lot of bsd commands
2020-04-08T18:47:07 #kisslinux <dilyn> ps doesn't require -
2020-04-08T18:49:24 #kisslinux <E5ten> Not really the same though, kiss' arguments are subcommands not flags, whereas those BSD commands are accepting flags without a -
2020-04-08T18:49:43 #kisslinux <onodera> yeah, I am creating fish completions for kiss, but it is kinda hard without the traditional flags
2020-04-08T18:50:00 #kisslinux <onodera> so I am looking for examples of already existing completions
2020-04-08T18:50:23 #kisslinux <onodera> there is git and go, but both only accept full commands "build", not "b"
2020-04-08T18:51:08 #kisslinux <onodera> https://camille.sh/7FdR.png
2020-04-08T18:51:26 #kisslinux <onodera> https://camille.sh/YVNn.png
2020-04-08T18:51:34 #kisslinux <onodera> I have some nice completions already, yet nothing perfect
2020-04-08T19:12:14 #kisslinux <ominous_anonymou> those are pretty sweet!
2020-04-08T19:22:21 #kisslinux <onodera> https://camille.sh/TX54.png
2020-04-08T19:48:33 #kisslinux <onodera> more cool fish shit: https://camille.sh/Gmn6.png
2020-04-08T21:42:06 #kisslinux <mateusz> -s Freenode
2020-04-08T23:12:31 #kisslinux <onodera> I ported doas :)
2020-04-08T23:53:39 #kisslinux <dilyn> but... but we already have opendoas...
2020-04-08T23:53:40 #kisslinux <dilyn> :P