💾 Archived View for gemini.ctrl-c.club › ~phoebos › logs › kisslinux-2022-03-28.txt captured on 2022-04-28 at 18:30:39.
-=-=-=-=-=-=-
[2022-03-28T00:41:44Z] <Guest61> Â Is there any documentation for it somewhere or how does it work? [2022-03-28T00:48:59Z] <phinxy> noocsharp: coreboot has a utility package called cbfstool. Its to edit bootloader ROM. I have a kiss buildlog and a strace here https://termbin.com/s1bi [2022-03-28T01:41:23Z] <noocsharp> i can reproduce it, i'll see if i can figure out what's going on [2022-03-28T01:53:46Z] <phinxy> Did you build the entire coreboot? I cd'd into util/cbfstool and built only it. [2022-03-28T01:54:19Z] <phinxy> noocsharp: `make menuconfig` and then `/` to search for something segfaults as well. [2022-03-28T02:33:52Z] <noocsharp> i just built cbfstool [2022-03-28T02:35:03Z] <noocsharp> it looks like a linking thing, because it segfaults in the c startup code [2022-03-28T02:35:10Z] <noocsharp> but still not sure why [2022-03-28T02:36:07Z] <noocsharp> maybe i shouldn't say linking thing [2022-03-28T02:36:29Z] <testuser[m]> Hi [2022-03-28T02:36:39Z] <noocsharp> hi [2022-03-28T02:38:46Z] <testuser[m]> acheam: glibc does some weird magic to do dlopen or some other hack from static binary for nss crap [2022-03-28T04:19:36Z] <rohan> hey guys [2022-03-28T04:19:45Z] <rohan> any torrent client from cli? [2022-03-28T04:19:48Z] <rohan> that works [2022-03-28T04:19:59Z] <noocsharp> transmission [2022-03-28T04:20:06Z] <rohan> not worked [2022-03-28T04:20:16Z] <rohan> all the time i init the daemoj [2022-03-28T04:20:20Z] <rohan> it crashes [2022-03-28T04:20:25Z] <rohan> and the torrent cant init [2022-03-28T04:20:41Z] <rohan> rtorrent cant download the torrent too [2022-03-28T04:20:49Z] <noocsharp> maybe the torrent is bad? [2022-03-28T04:20:57Z] <noocsharp> i've never had transmission crash [2022-03-28T04:21:05Z] <rohan> dont know [2022-03-28T04:21:20Z] <rohan> but i can download the torrent with libretorrent in my phone [2022-03-28T04:24:56Z] <noocsharp> sounds like you need to figure out why the crash is happening instead of trying to find a new torrent client [2022-03-28T04:26:44Z] <rohan> other torrents dont work [2022-03-28T04:27:14Z] <rohan> tested some random movie with seeders [2022-03-28T04:27:15Z] <noocsharp> you are using transmission-cli, right? [2022-03-28T04:27:27Z] <noocsharp> or transmission-remote [2022-03-28T04:30:23Z] <rohan> yep [2022-03-28T04:30:31Z] <rohan> the package in community [2022-03-28T04:30:41Z] <rohan> transmission [2022-03-28T04:30:50Z] <noocsharp> you're sure you're adding the torrent correctly? [2022-03-28T04:31:04Z] <rohan> yep [2022-03-28T04:31:20Z] <noocsharp> are your phone and computer on the same network? [2022-03-28T04:31:44Z] <rohan> transmission-remote -a url or torrent [2022-03-28T04:32:17Z] <rohan> yes is under the same network [2022-03-28T04:32:32Z] <noocsharp> are the torrents started (-s flag)? [2022-03-28T04:32:53Z] <noocsharp> (not sure if adding automatically starts it) [2022-03-28T04:34:38Z] <rohan> yeah [2022-03-28T04:34:51Z] <rohan> and i tried the web client [2022-03-28T04:35:03Z] <noocsharp> if transmission-daemon is crashing, does it output an error? [2022-03-28T04:35:11Z] <rohan> not exactly [2022-03-28T04:35:22Z] <rohan> i just get a message in the web client [2022-03-28T04:35:33Z] <rohan> who says that the server not response [2022-03-28T04:36:37Z] <noocsharp> try using --log-debug with transmision-daemon to see if it outputs anything [2022-03-28T04:36:48Z] <noocsharp> or even just --log-error [2022-03-28T04:37:30Z] <rohan> okay [2022-03-28T04:45:07Z] <rohan> i tried to run in foreground [2022-03-28T04:45:10Z] <rohan> and get this [2022-03-28T04:45:23Z] <rohan> termbin.com/68g9 [2022-03-28T05:07:11Z] <noocsharp> so it is segfaulting [2022-03-28T05:13:42Z] <noocsharp> see if you can use gdb to figure out why [2022-03-28T05:13:49Z] <noocsharp> i have to go sleep [2022-03-28T06:03:57Z] <illiliti> https://github.com/kiss-community/repo/pull/50 [2022-03-28T07:53:54Z] <testuser[m]> rohan: aria2c [2022-03-28T07:54:12Z] <testuser[m]> illiliti: thanks [2022-03-28T11:10:31Z] <illiliti> https://github.com/kiss-community/repo/pull/52 [2022-03-28T11:10:54Z] <illiliti> ok our build scripts are super portable now [2022-03-28T23:25:28Z] <phinxy> noocsharp: cbfstools binary from http://mirror.linux.ro/libreboot/stable/20160907/libreboot_r20160907_util.tar.xz actually runs on kisslinux, without gcompat. Its built statically and perhaps is not depending on glibc?