💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2024-03-16.txt captured on 2024-05-26 at 15:54:49.
⬅️ Previous capture (2024-03-21)
-=-=-=-=-=-=-
[2024-03-16T15:35:22Z] <asimovsh> hi guys [2024-03-16T16:32:18Z] <sewn> bye asimovsh [2024-03-16T20:50:00Z] <riteo> vbt: to be clear, I don't use PGO nor LTO in most of my builds (perhaps I should) [2024-03-16T20:50:21Z] <riteo> I just set CFLAGS and CXXFLAGS to `-O2 -pipe -march=native` [2024-03-16T20:50:51Z] <riteo> regarding the kernel, as sewn said, I just configure and install it manually [2024-03-16T20:51:09Z] <riteo> The kernel is surprisingly user-friendly when it comes to manually stripping it down [2024-03-16T20:52:10Z] <riteo> Like, considering how technical and deep it is in the system, it's unironically easier to set up and fine-tune than most software out there. Like, kudos to everyone involved in there [2024-03-16T20:52:24Z] <riteo> (I use "like" too much, can you tell I am a teenager) [2024-03-16T20:54:01Z] <riteo> asimovsh: I hope you read the logs, but BTW I don't use bluez [2024-03-16T20:54:28Z] <riteo> could somebody tell them if they come back, I can seem to be able to line up with them [2024-03-16T21:11:58Z] <sewn> they need to bounce [2024-03-16T21:22:06Z] <asimovsh> riteo: sure i readed the logs [2024-03-16T21:22:16Z] <asimovsh> also made again a fresh install of kiss [2024-03-16T21:23:07Z] <asimovsh> i will test and see if kiss fit again in my needs [2024-03-16T21:27:45Z] <sad_plan> asimovsh: if it doesnt, make it fit. thats the best thing about kiss [2024-03-16T21:32:54Z] <asimovsh> also [2024-03-16T21:33:09Z] <asimovsh> i dont remember [2024-03-16T21:33:24Z] <asimovsh> but have some solution for the logs in init? [2024-03-16T21:33:41Z] <asimovsh> iwd logs in tty screen [2024-03-16T21:37:35Z] <sad_plan> have the service script redirect the output to /var/log/iwd.log or something. [2024-03-16T21:50:29Z] <asimovsh> someone here is using it? [2024-03-16T21:50:37Z] <asimovsh> seems to get segfault [2024-03-16T21:51:16Z] <sad_plan> I am. but im not getting segfaults on kiss [2024-03-16T21:51:23Z] <sad_plan> but on oasis I do. not sure why [2024-03-16T22:02:33Z] <asimovsh> can u send your logs? [2024-03-16T22:02:37Z] <asimovsh> just for compare [2024-03-16T22:02:47Z] <asimovsh> it seems everything is fine [2024-03-16T22:02:58Z] <asimovsh> but keep not connect to wifi [2024-03-16T22:16:11Z] <sewn> gdb it [2024-03-16T22:16:26Z] <sewn> or maybe strace/verbose flag it [2024-03-16T22:19:43Z] <asimovsh> thats the point [2024-03-16T22:19:50Z] <asimovsh> i cant get network [2024-03-16T22:20:02Z] <asimovsh> i will enter white a live CD and built id [2024-03-16T22:20:15Z] <asimovsh> sucks but is the only option [2024-03-16T22:24:17Z] <sad_plan> I dont have any logs at hand though. I always redirect to /dev/null [2024-03-16T22:24:22Z] <sad_plan> how are you connecting to wifi? [2024-03-16T22:24:28Z] <sad_plan> iwd_passphrase? [2024-03-16T22:24:38Z] <asimovsh> not even connect [2024-03-16T22:24:45Z] <asimovsh> I installed and try to use it [2024-03-16T22:24:54Z] <asimovsh> get some logs but no connection [2024-03-16T22:25:05Z] <asimovsh> The file .psk seems okay [2024-03-16T22:25:16Z] <asimovsh> and the right password [2024-03-16T22:25:17Z] <sad_plan> run iwd -d > /tmp/log 2>&1. maybe you can spot the issue [2024-03-16T22:25:31Z] <sad_plan> at home I cant even connect, but I think the wifi is the issue, not iwd [2024-03-16T22:25:56Z] <asimovsh> i don't think so [2024-03-16T22:26:04Z] <asimovsh> already used eiwd in this network [2024-03-16T22:26:19Z] <asimovsh> and in gentoo i used iwd and seems fine [2024-03-16T22:26:24Z] <sad_plan> hm [2024-03-16T22:28:05Z] <asimovsh> anyway [2024-03-16T22:28:12Z] <asimovsh> here what the log say [2024-03-16T22:28:21Z] <asimovsh> termbin.com/6vj2 [2024-03-16T22:28:57Z] <asimovsh> repeats it [2024-03-16T22:29:22Z] <sad_plan> hm [2024-03-16T22:31:16Z] <asimovsh> also [2024-03-16T22:31:27Z] <asimovsh> what strace logged [2024-03-16T22:31:38Z] <asimovsh> termbin.com/yr3u [2024-03-16T22:32:09Z] <asimovsh> seems that a problem witb mu iwlwifi driver? [2024-03-16T22:34:02Z] <sewn> asimovsh: do you have WiFi firmware [2024-03-16T22:34:26Z] <asimovsh> yeah [2024-03-16T22:34:42Z] <asimovsh> is in my lib/firmware [2024-03-16T22:34:46Z] <sewn> double check dmesg [2024-03-16T22:34:52Z] <asimovsh> okay [2024-03-16T22:34:54Z] <sewn> asimovsh: either that or embed it into kernel [2024-03-16T22:38:14Z] <asimovsh> my dmesg seems that is nothing wrong with iwlwifi [2024-03-16T22:41:07Z] <asimovsh> termbin.com/njys [2024-03-16T22:55:02Z] <asimovsh> anyon e see some error? [2024-03-16T22:56:04Z] <ukky> asimovsh: your iwd does a segfault [2024-03-16T22:56:19Z] <asimovsh> yeah [2024-03-16T23:17:06Z] <asimovsh> yeag [2024-03-16T23:17:10Z] <asimovsh> i cant use it [2024-03-16T23:17:16Z] <asimovsh> no connection nothing [2024-03-16T23:17:19Z] <asimovsh> thats all [2024-03-16T23:17:25Z] <asimovsh> get back to gentoo [2024-03-16T23:17:34Z] <asimovsh> aurevoir