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