2019-10-10T00:02:46 #kisslinux Thanks, i user imlib2_grab 2019-10-10T00:07:26 #kisslinux It's going https://imgur.com/a/fiKGTIC 2019-10-10T00:14:47 #kisslinux Ah, looks promising :) 2019-10-10T00:36:49 #kisslinux Am I blind, or os there non ssh in the main or community repos? 2019-10-10T01:42:43 #kisslinux openssh is in the main repos 2019-10-10T01:45:36 #kisslinux huh, I'm surprised dylan reverted to using busybox lspci 2019-10-10T01:48:49 #kisslinux Ohm thx. My Kernel is still building, will check afterwards. I first had tu build ncurses by hand, is that right? Or is there also a repo? 2019-10-10T01:56:48 #kisslinux two seca 2019-10-10T01:56:55 #kisslinux *secs 2019-10-10T01:57:51 #kisslinux ncurses is also in repo 2019-10-10T02:18:36 #kisslinux So, "kiss l" doesn't show me ncurses. Same for lilo. Will build it myself for this nicht, maybe build package tomorrow. 2019-10-10T02:50:03 #kisslinux ..."kiss l" only shows your installed packages 2019-10-10T03:05:46 #kisslinux OK, I gave up on lilo, to much dependencies for too old software :( 2019-10-10T03:41:37 #kisslinux Hmm, I removed sudo from the depends file in kiss, but I still cannot remove it :( 2019-10-10T06:15:01 #kisslinux tracer: The package manager requires sudo since it does as much as possible as a normal user and elevates itself when needed. 2019-10-10T06:15:47 #kisslinux If you're talking about replacing sudo with doas and having the package manager detect which one, I can add an environment variable for this. 2019-10-10T06:18:33 #kisslinux -> libX11 Checking for package conflicts 2019-10-10T06:18:35 #kisslinux /var/db/kiss/installed/xorgproto/manifest:/usr/include/X11/extensions/XKBgeom.h 2019-10-10T06:18:43 #kisslinux Interesting morning of package updates. 2019-10-10T06:19:11 #kisslinux https://github.com/mirror/libX11/commit/1f1ca0863fd81fd0538b104eb9d9841ddbc7c905 2019-10-10T06:19:25 #kisslinux > This header refers to libX11 types, it doesn't belong in xorgproto and 2019-10-10T06:19:27 #kisslinux has been moved to legacy in 2019.2. Supply it ourselves. 2019-10-10T06:29:08 #kisslinux Does su not work for your use-case? 2019-10-10T06:30:21 #kisslinux Is 'su' POSIX? I know 'sudo' isn't but there's only one implementation of it. 2019-10-10T06:38:10 #kisslinux No, but it's part of util-linux. Is that not preinstalled? 2019-10-10T06:39:41 #kisslinux We use 'su' from 'busybox' currently. 2019-10-10T06:41:16 #kisslinux Busybox 'su' does support '-c' though. 2019-10-10T06:42:16 #kisslinux Will try swapping it. 2019-10-10T06:42:37 #kisslinux One less dependency is always better. 2019-10-10T06:55:00 #kisslinux Mesa update, things may need to be rebuilt. 2019-10-10T06:55:03 #kisslinux Fun 2019-10-10T06:58:37 #kisslinux This includes Firefox. 2019-10-10T06:59:36 #kisslinux Good thing it has an update today... 2019-10-10T07:50:45 #kisslinux brb in a few hours. 2019-10-10T09:40:01 #kisslinux ooo 2019-10-10T09:40:14 #kisslinux Figured out why mesa's new update is broken on KISS. 2019-10-10T09:40:26 #kisslinux They renamed the option we disable to get Firefox working. 2019-10-10T09:57:14 #kisslinux ooo 2019-10-10T09:57:18 #kisslinux Firefox doesn't need a rebuild. 2019-10-10T11:36:57 #kisslinux New website is live. Woman logo is dead. https://getkiss.org/ 2019-10-10T11:37:08 #kisslinux Figlet logo is born. 2019-10-10T11:38:04 #kisslinux Also see: https://tools.pingdom.com/#5b6d5d3f63400000 2019-10-10T11:38:35 #kisslinux konimex: https://www.phoronix.com/scan.php?page=news_item&px=Xorg-Server-CI-Driven-Releases 2019-10-10T11:38:38 #kisslinux > X.Org Server To See New CI-Driven Automated Release Cycles, Big Version Numbers 2019-10-10T11:39:56 #kisslinux > Thus X.Org Server 1.21 isn't expected to be the next version but rather X.Org Server 19.0 if they ship a release this year otherwise X.Org Server 20, then X.Org Server 20.0.1, etc. 2019-10-10T11:48:52 #kisslinux Good Mornging. @dylanaraps No, i nee and want neither sudo nor runas. They are both stupid and annoying on a single user system. 2019-10-10T11:50:06 #kisslinux I'm investigating the use of 'su' (included in busybox) instead of 'sudo', 'doas' etc. 2019-10-10T11:50:32 #kisslinux This will allow the full removal of 'sudo' from the base install and 'core'. 2019-10-10T11:51:43 #kisslinux Oh, read your sentence again, It too early for me. OK, makes sense. Need a coffe. and to get KISS booting, that ugly monster (grub) ist not working. Wanted to use it for the moment being, but later switch to syslinux, as lilo would be too much work. But grub ist in no way "simple" like in KISS. 2019-10-10T11:53:08 #kisslinux The reasons for using grub are 1) it requires no additional dependencies. 2) users are familiar with it. 3) The single grub package provides both BIOS and UEFI support. 2019-10-10T11:53:32 #kisslinux Nothing locks you to grub though, it's just the provided default and it can be swapped at any time. 2019-10-10T11:53:48 #kisslinux I agree, it's a bloated mess. 2019-10-10T11:53:56 #kisslinux All bootloaders suck in my opinion. 2019-10-10T11:59:58 #kisslinux 'su' works! 2019-10-10T12:00:18 #kisslinux Will release a new package manager version which removes the 'sudo' dependency. 2019-10-10T12:02:10 #kisslinux The only "issue" is that there's no caching of the password input. 2019-10-10T12:03:18 #kisslinux Also: Ctrl+C to cancel doesn't work(?). 2019-10-10T12:03:43 #kisslinux OK. Boot Manager is not that important in the moment, need to get the system running at first, then take care for the rest. But at first I have to change the Batteries in my UPS for the rack, they just arrived. Including my first coffe I think I'll be back in 30 minutes. 2019-10-10T12:03:58 #kisslinux All good 2019-10-10T12:04:59 #kisslinux Regarding grub: It installed without error (I had to create a small boot partition as he was moaning because of GPT label on the disk. 2019-10-10T12:10:08 #kisslinux dylanaraps: new logo is better indedd 2019-10-10T12:10:10 #kisslinux indeed 2019-10-10T12:10:47 #kisslinux :D 2019-10-10T12:12:05 #kisslinux :) 2019-10-10T12:13:48 #kisslinux OK, going to make 'kiss' use 'sudo' if available, else 'su'. 2019-10-10T12:14:03 #kisslinux (This will remove the 'sudo' dependency regardless). 2019-10-10T12:14:32 #kisslinux 'su' has the downside of requiring the password on each invocation whereas 'sudo' caches the result for a given time period. 2019-10-10T12:17:25 #kisslinux The base tarballs will keep sudo for the time being as I want using 'su' to mature a little as a feature. 2019-10-10T12:17:38 #kisslinux tracer: You're a good test-case for using 'su' over 'sudo'. :P 2019-10-10T12:17:46 #kisslinux https://github.com/nholstein/OpenDoas you have this also 2019-10-10T12:17:55 #kisslinux based on openbsd doas 2019-10-10T12:18:07 #kisslinux Problem with those is that they're kinda unvetted on Linux. 2019-10-10T12:18:12 #kisslinux There's 3-4 ports of doas to Linux. 2019-10-10T12:18:26 #kisslinux that's the problem 2019-10-10T12:18:41 #kisslinux busybox 'su' is stupid simple: https://github.com/brgl/busybox/blob/master/loginutils/su.c 2019-10-10T12:20:05 #kisslinux https://superuser.com/questions/629819/alternative-for-sudo/956717#956717 quite old though 2019-10-10T12:20:08 #kisslinux yes su works 2019-10-10T12:21:43 #kisslinux dylanaraps: what's your stance on programs distributed through the native language package manager? i.e. cargo/rust, node, etc. 2019-10-10T12:22:10 #kisslinux I already saw some in community 2019-10-10T12:22:16 #kisslinux I prefer them to distribution packages. 2019-10-10T12:22:20 #kisslinux NOT as root though. 2019-10-10T12:22:58 #kisslinux Which ones in community? 2019-10-10T12:23:03 #kisslinux so anything not system-critical should be a user install in their local bin? 2019-10-10T12:23:23 #kisslinux there was something with rust I think 2019-10-10T12:23:37 #kisslinux All a KISS package would do for these is run the same 'cargo' commands for example. 2019-10-10T12:23:40 #kisslinux Kinda pointless. 2019-10-10T12:23:47 #kisslinux 'su' support: https://github.com/kisslinux/kiss/commit/885cad97746b3c5e0f69c08a0280fc0a3362de58 2019-10-10T12:25:18 #kisslinux Well then I think issues #5 and #6 should be closed 2019-10-10T12:25:33 #kisslinux https://github.com/kisslinux/community/issues/5 2019-10-10T12:26:22 #kisslinux Done. 2019-10-10T12:26:39 #kisslinux New version of 'kiss' pushed. 2019-10-10T12:26:39 #kisslinux Oh wow that was fast xD 2019-10-10T12:26:41 #kisslinux -> sudo 2019-10-10T12:26:43 #kisslinux /bin/sh: sudo: not found 2019-10-10T12:26:45 #kisslinux :D 2019-10-10T12:28:17 #kisslinux -> kiss l | wc -l 2019-10-10T12:28:19 #kisslinux 129 2019-10-10T12:28:25 #kisslinux Down to 129 packages. 2019-10-10T12:29:34 #kisslinux Hmm, rebuild /boot (I guess tonite I was too tired, did something stupid) but Grub still hangs after reboot just "GRUB". No prompt, no menu. 2019-10-10T12:30:15 #kisslinux Have you run 'grub-mkconfig -o /boot/grub/grub.cfg'? 2019-10-10T12:30:57 #kisslinux yes 2019-10-10T12:31:06 #kisslinux What are the contents of that file? 2019-10-10T12:31:22 #kisslinux Does it correctly point to your drives/partitions/kernel? 2019-10-10T12:31:35 #kisslinux ~ # grub-mkconfig -o /boot/grub/grub.cfg 2019-10-10T12:31:35 #kisslinux Generating grub configuration file ... 2019-10-10T12:31:35 #kisslinux Found linux image: /boot/vmlinuz-5.3 2019-10-10T12:31:37 #kisslinux done 2019-10-10T12:32:53 #kisslinux You can use: cat ~/some_file.txt | nc termbin.com 9999 2019-10-10T12:33:27 #kisslinux cool *makes mental note* 2019-10-10T12:34:07 #kisslinux 'echo bla | nc .............' works too. 2019-10-10T12:34:17 #kisslinux You can pipe anything plain-text really. 2019-10-10T12:34:23 #kisslinux Dunno if they support binary data. 2019-10-10T12:35:39 #kisslinux What is nc? 2019-10-10T12:35:43 #kisslinux netcat 2019-10-10T12:36:04 #kisslinux wonder if there's a netbat as well :) 2019-10-10T12:36:07 #kisslinux > netcat (often abbreviated to nc) is a computer networking utility for reading from and writing to network connections using TCP or UDP. 2019-10-10T12:36:08 #kisslinux ah, never used it before. 2019-10-10T12:36:17 #kisslinux > The command is designed to be a dependable back-end that can be used directly or easily driven by other programs and scripts. 2019-10-10T12:36:40 #kisslinux It's also built into busybox. 2019-10-10T12:36:49 #kisslinux busybox fits a ton into 1MB of space. 2019-10-10T12:37:05 #kisslinux -> kiss-manifest busybox | grep -c bin 2019-10-10T12:37:07 #kisslinux 253 2019-10-10T12:37:54 #kisslinux I've disabled probably 50% of the utilities too (no one will ever need these). 2019-10-10T12:38:21 #kisslinux Oh yeah, give this a read if you're interested in where Red Hat are pushing input devices on Linux: https://xdc2019.x.org/event/5/contributions/327/attachments/429/680/XDC2019.pdf 2019-10-10T12:38:30 #kisslinux dylanaraps: grub.cfg is quite long 2019-10-10T12:39:58 #kisslinux Mine is 300 lines long with 15~ kernel entries. 2019-10-10T12:40:00 #kisslinux Weird. 2019-10-10T12:40:30 #kisslinux You can grab the single 'menuentry' from the file and send that. 2019-10-10T12:40:35 #kisslinux [root@sysresccd ~]# wc -l /mnt/boot/grub/grub.cfg 2019-10-10T12:40:36 #kisslinux 142 /mnt/boot/grub/grub.cfg 2019-10-10T12:41:06 #kisslinux [root@sysresccd ~]# grep menuentry /mnt/boot/grub/grub.cfg 2019-10-10T12:41:07 #kisslinux if [ x"${feature_menuentry_id}" = xy ]; then 2019-10-10T12:41:07 #kisslinux menuentry_id_option="--id" 2019-10-10T12:41:08 #kisslinux menuentry_id_option="" 2019-10-10T12:41:11 #kisslinux export menuentry_id_option 2019-10-10T12:41:12 #kisslinux menuentry 'KISS GNU/Linux' --class kiss --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-be910def-e9f4-4289-8b3f-9e2d28565c0d' { 2019-10-10T12:41:14 #kisslinux submenu 'Advanced options for KISS GNU/Linux' $menuentry_id_option 'gnulinux-advanced-be910def-e9f4-4289-8b3f-9e2d28565c0d' { 2019-10-10T12:41:16 #kisslinux menuentry 'KISS GNU/Linux, with Linux 5.3' --class kiss --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.3-advanced-be910def-e9f4-4289-8b3f-9e2d28565c0d' { 2019-10-10T12:41:18 #kisslinux menuentry 'KISS GNU/Linux, with Linux 5.3 (recovery mode)' --class kiss --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-5.3-recovery-be910def-e9f4-4289-8b3f-9e2d28565c0d' { 2019-10-10T12:42:25 #kisslinux See: https://termbin.com/b3vt 2019-10-10T12:43:33 #kisslinux This termbin stuff is cool :-) 2019-10-10T12:44:06 #kisslinux oh yeah 2019-10-10T12:45:07 #kisslinux $ alias 2019-10-10T12:45:13 #kisslinux kissme='kiss update' 2019-10-10T12:52:15 #kisslinux Regarding the new page, main content is very small, I've got plenty of unused space, but the main content has line breaks in the code section. 2019-10-10T12:54:07 #kisslinux Will fix. Noted 2019-10-10T12:55:02 #kisslinux You should use media queries, if you care about user with a cell phone (I personally don't, but my customers :-( ) 2019-10-10T12:56:11 #kisslinux I take a width of at least 1280 for granted this days. But, well, those smombies … I build a responsive page for my wife, I hated it. But it work with desktop, phone and tablet. 2019-10-10T12:57:02 #kisslinux This page is already responsive. 2019-10-10T12:57:07 #kisslinux website* 2019-10-10T12:58:06 #kisslinux https://imgur.com/a/LA2soL3 2019-10-10T12:58:28 #kisslinux Yeah, working on it. 2019-10-10T12:58:46 #kisslinux Ok. didn't want to stress you :) 2019-10-10T12:58:59 #kisslinux All good 2019-10-10T13:00:14 #kisslinux When you work on the page: Add "chmod a+x kiss-chroot" after the download, it is convienient for copy&paste 2019-10-10T13:00:43 #kisslinux Oh, it's already there … 2019-10-10T13:00:51 #kisslinux Has it been there yesterdy? 2019-10-10T13:01:10 #kisslinux I'm still on the old page with one window. 2019-10-10T13:02:56 #kisslinux Yeah, it's always been there. 2019-10-10T13:03:16 #kisslinux OK, sorry to bother you :-( 2019-10-10T13:08:08 #kisslinux Don't worry about it :P 2019-10-10T13:25:56 #kisslinux Is nasm in any repo? 2019-10-10T13:27:45 #kisslinux And, how do I enable repos beside core? kiss l only list those from /var/db/kiss/repo/core/ 2019-10-10T13:28:28 #kisslinux The 'KISS_PATH' environment variable. 2019-10-10T13:28:36 #kisslinux you just clone it and then add it to KISS_PATH 2019-10-10T13:28:50 #kisslinux /etc/profile.d/kiss_path.sh should set them all by default. 2019-10-10T13:29:12 #kisslinux Default: export KISS_PATH=/var/db/kiss/repo/core:/var/db/kiss/repo/extra:/var/db/kiss/repo/xorg 2019-10-10T13:29:17 #kisslinux /var/db/kiss/repo # cat /etc/profile.d/kiss_path.sh 2019-10-10T13:29:17 #kisslinux export KISS_PATH=/var/db/kiss/repo/core:/var/db/kiss/repo/extra:/var/db/kiss/repo/xorg:/var/db/kiss/repo/community/community 2019-10-10T13:29:28 #kisslinux Anything wrong with that? 2019-10-10T13:29:32 #kisslinux Nope 2019-10-10T13:29:39 #kisslinux 'kiss l' lists your installed packages fyi. 2019-10-10T13:30:01 #kisslinux (-> list: List installed packages) 2019-10-10T13:30:01 #kisslinux Ah stupid me. which lists all available? 2019-10-10T13:30:37 #kisslinux ls /var/db/kiss/repo/*/ 2019-10-10T13:30:40 #kisslinux currently I nee nasm. any kind of locate would be nice. 2019-10-10T13:30:53 #kisslinux find ? 2019-10-10T13:30:57 #kisslinux Sure, will add it to 'kiss-utils'. 2019-10-10T13:31:01 #kisslinux 'kiss search' can be used too. 2019-10-10T13:31:02 #kisslinux OK, only in the filesystem, not via kiss command. 2019-10-10T13:31:11 #kisslinux 'kiss s *' works. 2019-10-10T13:31:57 #kisslinux The repository system is all plain-text files. 2019-10-10T13:32:06 #kisslinux Ah, cool, got my nasm :) 2019-10-10T13:32:45 #kisslinux Can than remove ncurses and ssh which I build by hand … Sooner or later I'l find my was in KISS :) 2019-10-10T13:33:02 #kisslinux Sounds good. 2019-10-10T13:33:06 #kisslinux You can dump 'sudo' now fyi. 2019-10-10T13:33:11 #kisslinux I pushed a package manager update. 2019-10-10T13:33:21 #kisslinux It will use 'sudo' if installed, else 'su' (from busybox). 2019-10-10T13:39:38 #kisslinux OK, I did something stupid again. Last night I removed sudo from the dependencies. Now when I want to update git complains that my repo is not up to date. so I just removed .git. Now I complains that there are no repos at all. Tried to fix by installing baseinit and basylayout, but baelayout complains abot checksum mismatch :-( 2019-10-10T13:40:39 #kisslinux Delete '/var/db/kiss/repo', and re-clone it to '/var/db/kiss/repo'. 2019-10-10T13:40:41 #kisslinux Try that. 2019-10-10T13:40:48 #kisslinux 'git clone https://github.com/kisslinux/repo' 2019-10-10T13:43:07 #kisslinux Asks me for a username 2019-10-10T13:44:06 #kisslinux Ah, my fault, copy & paste error. 2019-10-10T13:46:03 #kisslinux I've half fixed the code blocks on the website. They'll be way too long on your machine lol. 2019-10-10T13:46:13 #kisslinux Just need to set a better maximum now. 2019-10-10T13:46:44 #kisslinux Well, they take the whole width now :) 2019-10-10T13:47:29 #kisslinux BTW, kiss repos fixed, thx. 2019-10-10T13:47:52 #kisslinux np 2019-10-10T13:55:01 #kisslinux I broke it on mobile now but it should be fine on desktop. 2019-10-10T13:55:03 #kisslinux :P 2019-10-10T14:00:44 #kisslinux BTW, are there any other user repos, or are they all in community? 2019-10-10T14:01:58 #kisslinux https://github.com/fanboimsft/kissD 2019-10-10T14:02:07 #kisslinux KISS with glibc, systemd, pulseaudio, dbus, chrome, etc etc. 2019-10-10T14:02:26 #kisslinux I have my own with quite a few packages though I haven't yet pushed it to GitHub. 2019-10-10T14:02:44 #kisslinux Or I have pushed it and haven't updated it on GitHub in a while. I forget which. 2019-10-10T14:05:04 #kisslinux OK, I see. OK, systemd is what I never want to have. I switched most of my production servers from debian to devuan because of systemd. But I need to build some packages on my own. Like xf86-video-vesa, falkon and whatever I find when using KISS. 2019-10-10T14:05:52 #kisslinux I can add xf86-video-vesa to the xorg repository. 2019-10-10T14:06:11 #kisslinux Falkon will be tricky as Qt+qtwebengine have issues with musl. 2019-10-10T14:06:24 #kisslinux That would be great, I have KISS inside a VM. 2019-10-10T14:07:02 #kisslinux Hmm, qtwebengine is really a monster, but I know no other graphical browser independent of GTK. 2019-10-10T14:07:50 #kisslinux Chromium can be built to use neither GTK or QT. 2019-10-10T14:08:01 #kisslinux Chromium is very painful too... 2019-10-10T14:08:17 #kisslinux Oh, really, that would be even better than falkon. 2019-10-10T14:08:23 #kisslinux If you care about privacy you'll need some 80 or patches though. 2019-10-10T14:08:29 #kisslinux 80 or so* 2019-10-10T14:09:06 #kisslinux I give a fuck about privacy, and it is just a VM for playing/learning, nothing important to secure. 2019-10-10T14:10:51 #kisslinux But at first I need KISS to boot on it's own. That means either get Grub running or fix the compile-errors in syslinux. 2019-10-10T14:13:10 #kisslinux Pushed xf86-video-vesa. 2019-10-10T14:13:29 #kisslinux I never did see your grub config btw. 2019-10-10T14:13:39 #kisslinux thx. Is there already a repo for some kind of locate? 2019-10-10T14:14:43 #kisslinux https://termbin.com/zi3d 2019-10-10T14:16:06 #kisslinux > linux /vmlinuz-5.3 root=/dev/sda2 ro loglevel=3 quiet 2019-10-10T14:16:09 #kisslinux Does this look right? 2019-10-10T14:18:37 #kisslinux Does grub show the entries at boot? 2019-10-10T14:20:25 #kisslinux Hmm, /vmlinuz should be under /boot 2019-10-10T14:20:46 #kisslinux No, grub hangs with GRUB. No prompt. 2019-10-10T14:21:47 #kisslinux But, /boot is a filesystem on it's owm. So maybe that entry is right? I'm not fit with grub, I really dislike that monster. 2019-10-10T14:22:22 #kisslinux > linux /boot/vmlinuz-5.3.5 root=/dev/sda1 ro quiet loglevel=3 2019-10-10T14:22:24 #kisslinux mine 2019-10-10T14:22:45 #kisslinux (I have a single partition) 2019-10-10T14:22:50 #kisslinux Do you have /boot on an own filesystem? 2019-10-10T14:22:50 #kisslinux (No separate /boot) 2019-10-10T14:23:25 #kisslinux OK, I had to make boot a single partion because of the GPT Table. 2019-10-10T14:23:28 #kisslinux So /dev/sda1 is /boot and /dev/sda2 is /? 2019-10-10T14:23:41 #kisslinux UEFI or BIOS boot? 2019-10-10T14:24:20 #kisslinux BIIOS. /sda1 = boot, /sda2 = linux, right. 2019-10-10T14:25:07 #kisslinux BIOS needs MBR for the partition table no? 2019-10-10T14:25:10 #kisslinux Or am I mistaken? 2019-10-10T14:25:40 #kisslinux https://superuser.com/questions/1337344/is-it-possible-to-boot-linux-from-a-gpt-disk-on-a-bios-system 2019-10-10T14:29:01 #kisslinux I have it on my running gentoo, but there is no nc, wait a moment will search for the package and emerge it. 2019-10-10T14:30:28 #kisslinux https://termbin.com/lmaf 2019-10-10T14:31:30 #kisslinux and my current on KISS: https://termbin.com/9hif 2019-10-10T14:31:36 #kisslinux Which bootloader? 2019-10-10T14:32:16 #kisslinux grub 2019-10-10T14:32:30 #kisslinux On Gentoo? 2019-10-10T14:32:37 #kisslinux yes 2019-10-10T14:32:48 #kisslinux Try comparing the grub configs. 2019-10-10T14:33:19 #kisslinux ok, will take a few minutes. 2019-10-10T14:37:17 #kisslinux Ah, on gentoo it sets root to hd0, gpt2, on KISS to gpt1. 2019-10-10T14:39:27 #kisslinux Try changing it manually. 2019-10-10T14:40:57 #kisslinux Ye, I', comparing both side by side, then I'll test it. 2019-10-10T14:41:45 #kisslinux that'd be the issue I had with grub as well :) 2019-10-10T14:44:19 #kisslinux OK, I changed the entry, what next? KISS has no update-grup, do I need to activate the changes? 2019-10-10T14:47:45 #kisslinux Did you edit /boot/grub/grub.cfg directly? 2019-10-10T14:47:55 #kisslinux update-grub is a debian addition iirc. 2019-10-10T14:48:14 #kisslinux Yes, I did, and it didn't work. 2019-10-10T14:48:32 #kisslinux You tried booting? 2019-10-10T14:48:47 #kisslinux Yes, I guess it was on debian, after changing /etc/defaults/grub I had to run update-grub 2019-10-10T14:49:43 #kisslinux 'grub-mkconfig -o /boot/grub/grub.cfg' 2019-10-10T14:50:01 #kisslinux Yes, rebooted, but didn't work. I'll remove all grub related stuff, and build it again. I changed the partion layout after grub installation, because of the warning from grub, so maybe he can't detect target FS corectly because if that. 2019-10-10T14:50:27 #kisslinux OK, try that first. 2019-10-10T14:54:23 #kisslinux OK; grub-mkconfig now created a config with disk gpt1 2019-10-10T14:55:35 #kisslinux Still the same. GRUB … and no prompt. Will clean up everthing grub related and start over. 2019-10-10T14:55:41 #kisslinux Ok 2019-10-10T15:03:29 #kisslinux While grub emerges errr :-) compiles, I'm on your site again. You should add that a minimal live CD (like Debian netinst) is not sufficient for bootstrapping KISS. Should be a real rescue CD (image), as you need more tools than an a netinst cd. 2019-10-10T15:06:40 #kisslinux Will do. 2019-10-10T15:07:28 #kisslinux F*ck. Cleaned up, rebuild grub, installed and: The same shit. I'll start over with a fest install, using MBR and a single FS for / and /boot. 2019-10-10T15:10:52 #kisslinux Updated the website. 2019-10-10T15:11:48 #kisslinux I have no idea why Grub isn't working for you. There seems to be issues with grub and KISS in virtual machines as there are no(?) reports of users having trouble on hardware. 2019-10-10T15:14:15 #kisslinux May I just did somerthing stupid tonite. never mind, rebuilding is a good practice :) 2019-10-10T15:20:10 #kisslinux I guess that is misleading, too: # Required for connecting to WIFI. dhcpcd is needed anyway, regardless of Wifi or not, isn't it? 2019-10-10T15:21:48 #kisslinux ...if you only need static connection, not really 2019-10-10T15:22:40 #kisslinux But the documentaion says nothing about static config, so most of the users will rely on dhcp, regardless if WiFi or ethernet, right? 2019-10-10T15:23:28 #kisslinux well not really "misleading" then 2019-10-10T15:24:18 #kisslinux (?) 2019-10-10T15:24:33 #kisslinux Well, if you read "requeired for WiFi" and your are on ethernet, you skip it over, and after rebooting you have no net. Maybe not everybody is as experienced as you. 2019-10-10T15:28:06 #kisslinux dylanaraps: What do you think about modifying PS1 during a build, so that the Terminal Window shows what it is doing, like in Gentoo? 2019-10-10T15:28:25 #kisslinux Will fix the wording for dhcpcd. Noted. 2019-10-10T15:28:29 #kisslinux Example? 2019-10-10T15:28:39 #kisslinux Also, I appreciate these comments for the documentation. :) 2019-10-10T15:28:49 #kisslinux Wait. 2019-10-10T15:30:22 #kisslinux https://imgur.com/a/5UrKC1m 2019-10-10T15:31:11 #kisslinux BTW, I hate using stuff like imgur and such, is the a free Pastebin and ImageBin software available? 2019-10-10T15:32:31 #kisslinux https://teknik.io/ 2019-10-10T15:32:41 #kisslinux https://termbin.com/ 2019-10-10T15:32:46 #kisslinux (teknik supports images) 2019-10-10T15:35:13 #kisslinux Also: https://distbin.com/ 2019-10-10T15:35:18 #kisslinux https://hastebin.com/ 2019-10-10T15:35:21 #kisslinux Oh, you misunderstood me. I don't need space, I need the software. Just found Dropzone, that could be what I'm looking for. I dislike using such services when I can do it on my own. Like using github, I didn't use it before it was overtaken by MS and after I won't use it for sure. 2019-10-10T15:35:56 #kisslinux Ah, I understand. 2019-10-10T15:36:22 #kisslinux https://github.com/PrivateBin/PrivateBin 2019-10-10T15:36:33 #kisslinux https://github.com/seejohnrun/haste-server 2019-10-10T15:37:02 #kisslinux Also see: https://github.com/Kickball/awesome-selfhosted#pastebins 2019-10-10T15:37:54 #kisslinux This is what termbin uses if you're interested: https://github.com/solusipse/fiche 2019-10-10T15:38:25 #kisslinux OK, I'll take a look at them, thx- I stupidly forget to save my kernel .config from tonite before destroying KISS, so will have to go through menuconfig angain, then build a new kernel, that will take some time. Time to play around with some pastebin stuff. 2019-10-10T15:38:50 #kisslinux Ah, very cool, thx again. 2019-10-10T15:39:40 #kisslinux No problem 2019-10-10T15:47:04 #kisslinux konimex: http://octave-app.org/2019/10/09/statement-on-stallman.html 2019-10-10T15:47:15 #kisslinux Seems like these statements are all coming at the same time huh. 2019-10-10T15:47:18 #kisslinux (Oct 9) 2019-10-10T15:57:52 #kisslinux !> baselayout Failed to generate checksums 2019-10-10T15:57:52 #kisslinux -> baselayout Checksum mismatch 2019-10-10T15:57:52 #kisslinux !> Checksum mismatch with: baselayout 2019-10-10T15:58:06 #kisslinux dylanaraps: Is that an issue, or can I ignore it? 2019-10-10T15:58:22 #kisslinux Truly shocking that when the group he's most associated with made a statement like that others felt like they could do the same, clearly it couldn't have just been GNU's statement opening the gates or anything like that though, must be a conspiracy 😏 2019-10-10T16:00:30 #kisslinux tracer: Fixed. 2019-10-10T16:00:37 #kisslinux (Run 'kiss u'). 2019-10-10T16:01:15 #kisslinux It wasn't a statement from GNU, a statement from GNU can't happen. It's not a possibility. 2019-10-10T16:01:30 #kisslinux This was a collective of 20 or so maintainers of GNU projects on a GNU subdomain (GUIX). 2019-10-10T16:02:01 #kisslinux 5%~ of the total number (400+) of GNU maintainers (roughly) 2019-10-10T16:02:42 #kisslinux You can't tell me that you aren't seeing a corporate takeover of Open Source/Free Software at all anywhere. 2019-10-10T16:03:44 #kisslinux thx, @dylanaraps. Right now fiche is segfaulting, try to investigate while KISS compiled. But than have to build Kernel, takes one hour, gave the VM only two cores. Need a better Mac :-) Much more cores. 18 core i/ would be nice, but the money :-( 2019-10-10T16:04:37 #kisslinux Heh, I somehow manage with 2 cores + 2 threads. 2019-10-10T16:04:48 #kisslinux 18 cores would be heaven. 2019-10-10T16:05:09 #kisslinux corporate takeover? MS buys into too many linux related stuff. MS was evil, is evil and will ever be evil. I hate that company since the nineties. 2019-10-10T16:05:23 #kisslinux Yup 2019-10-10T16:05:26 #kisslinux What I see is this, stallman said things that pissed a lot of people off, in response people within his groups wanted him out, and assuming they're telling the truth their reasoning was either also being pissed at what he said, or being like "we should probably have a leader that maybe doesn't alienate people," and given that a bunch of unimportant people were also pissed at what he said, that's totally believable 2019-10-10T16:06:03 #kisslinux The world isn't so black and white. 2019-10-10T16:06:18 #kisslinux So if you're asking me if I see GNU and FSF people wanting stallman out for those reasons, which are very in line with a lot of other people's opinions on the matter, and think that it's a corporate takeover 2019-10-10T16:06:20 #kisslinux No 2019-10-10T16:07:13 #kisslinux Oh, fiche is likely a fresh program, it segfaults because it has no write access to the logfile after dropping root. 2019-10-10T16:07:39 #kisslinux I like fiche because it's simple. 2019-10-10T16:08:07 #kisslinux Yeah, it's cool.That are just little hickups I guess. 2019-10-10T16:08:17 #kisslinux Could send patches upstream. 2019-10-10T16:08:26 #kisslinux iirc it's been two years since a commit though. 2019-10-10T16:08:50 #kisslinux Like seriously what seems more likely to you, that members of the FSF and GNU happen to have the same opinions on what stallman said as a ton of other people and for that reason wanted him out, or that it's a corporate takeover, which would require them to have been plants from MS or at the very least have secretly defected, and then just waited, acting like normal FSF and GNU members, biding their time for the perfect 2019-10-10T16:08:51 #kisslinux moment when stallman would piss enough people off that they could finally drive him out 2019-10-10T16:09:07 #kisslinux Corporate takeover. 2019-10-10T16:09:14 #kisslinux It's so obvious. 2019-10-10T16:09:38 #kisslinux 🙄 2019-10-10T16:09:38 #kisslinux You can follow it back well over a decade. 2019-10-10T16:10:35 #kisslinux It works :) Now I have just to tell my website to deliver the pasted stuff :) and build a real init script. 2019-10-10T16:11:01 #kisslinux I'm not talking about if MS is attempting a corporate takeover in general, although if they were they would have no real reason to be targetting GNU and the FSF, if anything Linux would be their goal, I'm talking about if this specific thing is related to a corporate takeover, whether or not said takeover exists outside of this 2019-10-10T16:11:15 #kisslinux And it's so ridiculously obvious that this isn't a corporate takeover 2019-10-10T16:11:25 #kisslinux I'm not talking solely about Microsoft. 2019-10-10T16:11:36 #kisslinux Linux was taken over by corporations long ago. 2019-10-10T16:11:47 #kisslinux This is specifically about the death of the GPL as a license. 2019-10-10T16:12:29 #kisslinux I don't think you can really expect taking over GNU to kill the GPL 2019-10-10T16:12:38 #kisslinux The FSF, yes. 2019-10-10T16:13:03 #kisslinux Whoever replaces Stallman will not hold the same ideals nor will they run the FSF as it was. 2019-10-10T16:13:45 #kisslinux Remember, the FSF holds GPL2/3. 2019-10-10T16:14:19 #kisslinux For the same reason that GPL2 is still widely used despite not aligning with the current (or at least current as of like a month ago) views of the FSF, GPL3 can still be used even if it doesn't align with the new leadership 2019-10-10T16:14:31 #kisslinux They can't retroactively change the terms of the licenses 2019-10-10T16:14:41 #kisslinux They can if the optional "any later version" clause is used. 2019-10-10T16:14:48 #kisslinux Them holding GPL2 and 3 won't make anyone unable to continue using those licenses 2019-10-10T16:15:05 #kisslinux The FSF are the sole legal entity for GPL disputes though. 2019-10-10T16:15:28 #kisslinux They're part of what gives the license "power". 2019-10-10T16:16:18 #kisslinux How much money has been spent on avoiding the GPL? An endless amount. 2019-10-10T16:16:31 #kisslinux It makes so much sense to kill or cripple it. 2019-10-10T16:16:47 #kisslinux But if that's the reason for the corporate takeover you're arguing against yourself 2019-10-10T16:17:08 #kisslinux That reasoning follows for the FSF, but GNU wanting him out too is evidence against that 2019-10-10T16:17:31 #kisslinux Whoever's doing this corporate takeover doesn't need GNU to cripple the GPL, at least based on what you're saying 2019-10-10T16:17:34 #kisslinux It's not "GNU wanting him out", it's 20~ (5%) of maintainers from a few projects. 2019-10-10T16:17:49 #kisslinux Oh my god that's so not the point 2019-10-10T16:18:17 #kisslinux Forget the fact that 7~ of those GNU maintainers are from Red Hat, Google and Mozilla. 2019-10-10T16:18:31 #kisslinux It may not be the point in your eyes but it's a distinction that needs to be made. 2019-10-10T16:18:43 #kisslinux You're suggesting that those GNU people wanting him out is part of the corporate takeover, but based on your own reasoning for why said corporate takeover is taking place, it makes absolutely no sense to attempt to drive him out of GNU and take it over as well 2019-10-10T16:19:10 #kisslinux The GPL isn't the sole reason. 2019-10-10T16:19:25 #kisslinux Stallman refused proprietary plugins in GCC and went against the maintainers. 2019-10-10T16:19:31 #kisslinux It doesn't help them take down the GPL, and it draws more eyes towards what's going on like yours 2019-10-10T16:19:33 #kisslinux Without Stallman this would have 100% passed. 2019-10-10T16:20:23 #kisslinux They don't need that anymore though, LLVM is a thing 2019-10-10T16:20:46 #kisslinux And who else do you think it is if not MS? 2019-10-10T16:21:33 #kisslinux Red Hat, Google, etc. 2019-10-10T16:21:53 #kisslinux Red Hat _IS_ the entire Linux userspace/desktop now. 2019-10-10T16:21:54 #kisslinux You think it's a coordinated effort by multiple companies? 2019-10-10T16:22:07 #kisslinux No 2019-10-10T16:22:37 #kisslinux Then explain to me how it works 2019-10-10T16:24:49 #kisslinux If you can't understand it without an explanation, you can't understand it with an explanation. 2019-10-10T16:25:02 #kisslinux And why would google, after investing so much into making a GPL-free userspace for themselves, decide to hinder the GPL? If that was their goal they wouldn't have bothered switching all of their shit over to non-GPL alternatives, they wouldn't have needed to because they intended to cripple the GPL anyway 2019-10-10T16:26:08 #kisslinux So you're telling me that multiple companies are doing a corporate takeover of GNU and the FSF, but it isn't coordinated they're just all doing their own separate corporate takeovers, or something, but it's unreasonable that I ask for this corporate takeover to be explained? 2019-10-10T16:26:28 #kisslinux I don't see how any reasonable person could take that claim on face value without an explanation 2019-10-10T16:26:31 #kisslinux Of Open source and Free software as a whole. 2019-10-10T16:26:43 #kisslinux Again: If you can't understand it without an explanation, you can't understand it with an explanation. 2019-10-10T16:32:57 #kisslinux I don't understand how you can make that broad a claim. What if I'm just almost completely uninformed about the history of various corporate interactions with the open source and free software communities? What if with some basic background explanation of what stuff has happened I'd completely understand? I'm not saying either of those things are necessarily true, although the first one is probably pretty close, but 2019-10-10T16:32:57 #kisslinux regardless my point isn't about me specifically here, it's just that it's ridiculous to make the umbrella claim that if you need it explained you won't get it regardless. To me that just sounds like an excuse to avoid explaining it because of a lack of support for the claim, sure the claim might not be as ridiculous as other conspiracy theories, but the fact that I'm expected to take it at face value with no explanation to 2019-10-10T16:32:58 #kisslinux even weigh the merits of speaks to the lack of validity of the claim 2019-10-10T16:36:11 #kisslinux It's not a "conspiracy theory" nor will I validate my claims. The information is all out there and I implore you to do your own research. 2019-10-10T16:37:58 #kisslinux It is literally a theory that events are occurring due to a conspiracy, it is by definition a conspiracy theory 2019-10-10T16:38:59 #kisslinux It may be a conspiracy but it is not a theory. 2019-10-10T16:39:25 #kisslinux Again, I implore you to do your own research. 2019-10-10T16:39:31 #kisslinux Have more of an open mind. 2019-10-10T16:41:17 #kisslinux Not a theory because the definition of theory and its use in science are different from common parlance or not a theory as in not a conspiracy theory, where the word theory is being used to mean just like an explanation of things 2019-10-10T16:42:53 #kisslinux Sorry that's meant to be read as if it has a question mark at the end 2019-10-10T16:47:47 #kisslinux honestly, I'm not interested in that Octave.app post since they're just parroting the GNU "core" maintainers 2019-10-10T16:48:03 #kisslinux I'd like to see the response to the "thoughtcrime" post instead 2019-10-10T16:49:30 #kisslinux by the "core" maintainers of course 2019-10-10T17:37:30 #kisslinux dylanaraps: What do you think is a reasonable time to keep files in the pastebin? I hate ir if i'm glimpsing throug forums/blogs and there are links to such pastebin pages where the content was deleted due to age. But: I just want to use this stuff for thing like this chat here, it's not intended to be a permanent storage. 2019-10-10T17:48:39 #kisslinux It's up to you really. If you're just meaning for them to be posted here a month or so is fine. Any fixes we pick up here I'll add to the FAQ on the website or fix in the repositories anyway. 2019-10-10T17:49:35 #kisslinux OK. fiche is running and works. http://pastebin.24unix.net 2019-10-10T17:50:29 #kisslinux I'm now testing a fileupload where you can upload images directly from the clipboard, saving a screenshot to disk first is annoying. 2019-10-10T17:54:32 #kisslinux Nice 2019-10-10T17:56:38 #kisslinux Funny enough, it is some kind related to my current swift project, there it is a screenshot tool which allows to annotate and modify the screenshot before copying to the clipboard. No more unnedd screenshot cluttering your disk. 2019-10-10T18:09:05 #kisslinux why is the project avatar in github a women? 2019-10-10T18:09:14 #kisslinux @ https://github.com/kisslinux 2019-10-10T19:08:36 #kisslinux konimex: https://lists.gnu.org/archive/html/libreplanet-discuss/2019-10/msg00005.html 2019-10-10T19:12:03 #kisslinux Also: https://fsforce.noblogs.org/ 2019-10-10T19:26:00 #kisslinux raiz: It's temporary until I transfer the new logo there. 2019-10-10T19:26:15 #kisslinux I sent a message earlier but I checked the logs and it didn't go through. 2019-10-10T19:26:17 #kisslinux Apologies. 2019-10-10T19:34:39 #kisslinux New logo is up on GitHub. 2019-10-10T19:34:42 #kisslinux https://github.com/kisslinux 2019-10-10T21:23:51 #kisslinux oups, looks like I was gone. 2019-10-10T21:24:25 #kisslinux @dylanaraps Another machine with grub, BIOS Boot Partition and gpt: 2019-10-10T21:24:27 #kisslinux https://pastebin.24unix.net/j2ed2jho 2019-10-10T21:25:41 #kisslinux In the description to the userspace tools, I guess the kiss install lines are just missing, makes sense to install them there, or? 2019-10-10T21:33:17 #kisslinux They're only missing for the command which builds two packages at once as the package manager will prompt for installation in this case. 2019-10-10T21:33:40 #kisslinux (For a single build the package manager exits with: 'run kiss i bla bla') 2019-10-10T21:33:49 #kisslinux (For two or more it has a prompt to automatically do it) 2019-10-10T21:35:02 #kisslinux IIRC it just reminds you to install them, no prompt. BTW, when doing "kiss i pkg" and pkg is not build, ahy not just ask "should I build it now?" Would safe typing, especially me, as I tend to install without building first :) 2019-10-10T21:38:06 #kisslinux BTW, I'm again configuring my kernel, as I forgot to save .config, my current Gentoo config is quite useless as i use initrd there and many modules. So, It will take more than an hour till I can give Grub another try. 2019-10-10T21:39:37 #kisslinux You could use sed to replace all =m with =y. 2019-10-10T21:39:55 #kisslinux Though it depends on how many "unneeded" modules you have enabled. 2019-10-10T21:40:27 #kisslinux That would bloat my kernel, there are much to much modules active, I'll take the time and make a minimal kernel for VBox. 2019-10-10T21:45:14 #kisslinux In the screenshot with OpenBox, which themes are there used? 2019-10-10T21:46:21 #kisslinux Which screenshot? 2019-10-10T21:47:07 #kisslinux eg this one: https://d33wubrfki0l68.cloudfront.net/022896a8540020b284d4bd668129b76b5097f83c/b0a60/images/niko01.jpg 2019-10-10T21:48:15 #kisslinux That'd be all window decorations disabled (no theme) with the rounded corners patch. 2019-10-10T21:48:16 #kisslinux And, how do you produce those penguin and the system stat in the shell? 2019-10-10T21:48:28 #kisslinux https://github.com/dylanaraps/pfetch 2019-10-10T21:49:06 #kisslinux OK, thx. Will play around with it while the kernel builds. 2019-10-10T21:49:07 #kisslinux This used to be a KISS only tool but I've further extended it to support a whole bunch of operating systems. 2019-10-10T21:49:48 #kisslinux The source code is mostly comments so if how it works interests you it's full of information. 2019-10-10T21:52:25 #kisslinux Nice, I'll take a look at it first. 2019-10-10T22:34:10 #kisslinux When I login back, do you see my IPv4 or V6? (Sorry, use IRC rarely) 2019-10-10T22:37:57 #kisslinux -!- tracer_ [~tracer@2003:a:d5c:7a00:e194:4a0e:9b45:8d6] has joined #kisslinux 2019-10-10T22:38:00 #kisslinux -!- tracer [~tracer⊙l2n] has quit [Ping timeout: 250 seconds] 2019-10-10T22:38:02 #kisslinux -!- tracer_ is now known as tracer 2019-10-10T22:48:15 #kisslinux I really like that PB stuff :) This works with bash: 2019-10-10T22:48:21 #kisslinux pb() { 2019-10-10T22:48:21 #kisslinux echo "$1" | nc pastebin.24unix.net 9999 2019-10-10T22:48:21 #kisslinux } 2019-10-10T22:48:40 #kisslinux Just in .bashrc or .profile. 2019-10-10T23:27:00 #kisslinux How can I list all fonts? I want to change the lemonbar font 2019-10-10T23:30:56 #kisslinux axpira: i believe you're looking for `fc-list` 2019-10-10T23:31:39 #kisslinux oops sorry i thought this was another channel, apologies if this is not available on kiss :( 2019-10-10T23:38:36 #kisslinux somaulte: Thanks, but the lemonbar don't accept ttf fonts I think 2019-10-10T23:57:43 #kisslinux axpira: You need lemonbar-xft 2019-10-10T23:57:52 #kisslinux It's a fork.