💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2023-09-20.txt captured on 2024-05-12 at 15:59:46.

View Raw

More Information

⬅️ Previous capture (2023-11-04)

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

[2023-09-20T06:20:18Z] <asimovsh> can anyone say what are this process running in sh?
[2023-09-20T06:20:21Z] <asimovsh> sh -c while date +'%Y-%m-%d %l:%M:%S %p'; do sleep 1; done
[2023-09-20T10:14:13Z] <phoebos> asimovsh: maybe you can guess?
[2023-09-20T13:10:42Z] <sad_plan> hi
[2023-09-20T13:49:27Z] <asimovsh> phoebos: i really don't know too much about sh, i just want to find what is causing the terminal bug
[2023-09-20T14:43:30Z] <phoebos> what bug?
[2023-09-20T14:44:03Z] <phoebos> you're missing quotes around the argument to sh -c
[2023-09-20T14:45:18Z] <phoebos> or, remove the `sh -c`
[2023-09-20T14:50:50Z] <asimovsh> phoebos: everytime i exec a new term it appears with 3 lines instead of one
[2023-09-20T14:51:52Z] <asimovsh> I just don't know why kiss is running this sh -c command 
[2023-09-20T14:52:18Z] <asimovsh> I think is some problem with sh because all terminal is the same
[2023-09-20T15:00:16Z] <sad_plan> asimovsh: no, all terminals will run a shell of thier own
[2023-09-20T15:01:31Z] <sad_plan> did you put this into your .profile or shellrc? making it spawn each time you start a new terminal
[2023-09-20T15:04:34Z] <asimovsh> No
[2023-09-20T15:05:16Z] <asimovsh> Is just export configs and some sway conditions to creat XDG_RUNTIME and auto start sway
[2023-09-20T15:07:07Z] <asimovsh> https://privatebin.net/?4c61272e0bf2f4a5#B4yqg87yamMf6fAq9Js1N9S2mb3XS4VXhRdWq4J2jruZ
[2023-09-20T15:12:45Z] <asimovsh> termbin.com/v9nq1
[2023-09-20T15:12:50Z] <asimovsh> Heres my .profile
[2023-09-20T15:13:05Z] <asimovsh> And ashrc is just one alias
[2023-09-20T15:34:35Z] <sad_plan> hm
[2023-09-20T15:43:47Z] <phoebos> maybe a sway configuration?
[2023-09-20T15:45:56Z] <sad_plan> yea, or perhaps his /etc/profile if root is running it?
[2023-09-20T17:27:14Z] <sad_plan> looks good to me. any bootonfigs perhaps?
[2023-09-20T17:47:35Z] <asimovsh> Just a sec
[2023-09-20T17:52:58Z] <asimovsh> termbin.com/bj5r
[2023-09-20T17:53:04Z] <asimovsh> Inittab
[2023-09-20T17:53:58Z] <asimovsh> termbin.com/xvvk
[2023-09-20T17:54:03Z] <asimovsh> rc.boot
[2023-09-20T17:55:58Z] <asimovsh> also like i said
[2023-09-20T17:56:25Z] <asimovsh> i don't know if your kiss is doing this sh process too
[2023-09-20T17:57:06Z] <kmf> hello, is there any up to date statically linked kisslinux repo? I dylin's is 2 years old and only the stuff in core is statically linked and sad_plan's is a year old (but supposedly everything in there builds which is super cool), how much is carbslinux statically linked?
[2023-09-20T17:57:52Z] <sad_plan> what about any configs in /etc/rc.d? those are boot hooks that you can appply pre/post-boot etc..
[2023-09-20T17:58:24Z] <sad_plan> kmf check my kiss-dumpsterfire. or oasis linux. i my repo, I try to be mostly statically linked, but some stuff is just a pain..
[2023-09-20T17:59:59Z] <sad_plan> you could also just reference kiss-somethingsomethingstatic aswell. that was probably the one you refered to though
[2023-09-20T18:01:12Z] <asimovsh> sad_plan: i dont have rc.d in /etc
[2023-09-20T18:01:28Z] <asimovsh> termbin.com/8iifx
[2023-09-20T18:01:32Z] <sad_plan> no? hm. I couldve sworn its added by default
[2023-09-20T18:01:35Z] <kmf> sad_plan how to use kiss-dumpsterfire, I tried building tinyx in there but couldn't because it required libX11 and such, should I just get them from the xorg repo? but then they wouldn't be statically linked (I wouldn't mind that too much, but I want to get a working Xorg, what other repos do I need?)
[2023-09-20T18:01:50Z] <asimovsh> This is the process running when i view with htop
[2023-09-20T18:02:02Z] <asimovsh> And i don't know what it do
[2023-09-20T18:02:07Z] <sad_plan> who runs it? is it root? or your user asimovsh ?
[2023-09-20T18:02:21Z] <asimovsh> user
[2023-09-20T18:03:09Z] <sad_plan> ok, that means its not global, so it must be something assosiated with your user. some config file or w/e. any scrpts you usually use?
[2023-09-20T18:03:24Z] <asimovsh> Nop
[2023-09-20T18:03:31Z] <asimovsh> i dont use any script
[2023-09-20T18:03:39Z] <sad_plan> kmf: I use kiss-xorg aswell, so I dont have to maintain everything myself. libX11 is one of those things.
[2023-09-20T18:03:40Z] <asimovsh> or a special config
[2023-09-20T18:03:51Z] <asimovsh> just use .profile and thats all
[2023-09-20T18:04:30Z] <sad_plan> kmf: kiss-xorg has added static libs into xlibs, so should still be able to statically link things just fine. however, the mere existence of shared libs often gives one issues, because it always defaults to them. which is rather anoying
[2023-09-20T18:04:58Z] <sad_plan> kmf: I also use the upstream repo, aswell as community
[2023-09-20T18:05:16Z] <sad_plan> asimovsh: hm. this ones a tough one..
[2023-09-20T18:11:47Z] <asimovsh> Yeah
[2023-09-20T18:12:00Z] <asimovsh> I dont now why is this happening
[2023-09-20T18:12:22Z] <asimovsh> But i think is something related to kernel or something
[2023-09-20T18:12:40Z] <asimovsh> I never haved this problem
[2023-09-20T18:13:04Z] <asimovsh> I just made one installation and know is everytime with the bugs
[2023-09-20T18:14:00Z] <sad_plan> never have I. does it have a PPID? a parent PID
[2023-09-20T18:17:45Z] <asimovsh> The sh process?
[2023-09-20T18:20:47Z] <sad_plan> yep
[2023-09-20T18:21:37Z] <sad_plan> and I assume it runs wether you reboot aswell?
[2023-09-20T18:22:57Z] <sad_plan> kmf: I cant respond to your messages if you quit. in any case; kiss-xorg after mine, then upstream core repo and community
[2023-09-20T19:31:50Z] <asimovsh> Yeah
[2023-09-20T19:31:58Z] <asimovsh> Even if i reboot it still running
[2023-09-20T19:33:02Z] <sad_plan> hm, ok
[2023-09-20T20:21:34Z] <ehawkvu> turns out that I'm not the first person to provide an emacs interface into kiss
[2023-09-20T20:21:37Z] <ehawkvu> https://github.com/dylanaraps/community/commit/e370a224520d07e6e42ba045845674b39dea03a4
[2023-09-20T21:39:55Z] <kmf> sad_plan: thanks, for some reason my mouse isn't working in tinyx even though it is working in Xorg (does libinput work even if you don't have the mouse driver in kernel?)
[2023-09-20T21:52:57Z] <vouivre> asimovsh: I also use ash as my shell and I have the same problem. 
[2023-09-20T21:53:07Z] <vouivre> when I open a terminal, I have three lines.
[2023-09-20T21:53:21Z] <vouivre> I never solved this problem until now
[2023-09-20T21:54:05Z] <vouivre> I remember, if I downgrad busybox to 1.35, everything works fine. I don't have the problem anymore.
[2023-09-20T21:56:39Z] <midfavila> bleh
[2023-09-20T21:56:45Z] <midfavila> haven't had any time to do computer shit recently
[2023-09-20T21:56:49Z] * midfavila dies