acheam changed the topic of #kisslinux to: Unnofficial KISS Linux community channel | https://kisscommunity.bvnf.space | post logs or else | song of the day https://vid.puffyan.us/1JloNFppFE8
ejjdhfjsu has joined #kisslinux
illiliti has joined #kisslinux
denshi has joined #kisslinux
denshi has quit [Remote host closed the connection]
jslick has quit [Ping timeout: 240 seconds]
jslick has joined #kisslinux
ejjdhfjsu has quit [Remote host closed the connection]
ejjdhfjsu has joined #kisslinux
<testuser[m]> Hi
jslick has quit [Ping timeout: 255 seconds]
jslick has joined #kisslinux
phoebos[m] has quit [Quit: You have been kicked for being idle]
ejjdhfjsu has quit [Remote host closed the connection]
denshi has joined #kisslinux
denshi has quit [Remote host closed the connection]
denshi has joined #kisslinux
soliwilos has joined #kisslinux
denshi has quit [Quit: denshi]
denshi has joined #kisslinux
denshi has quit [Client Quit]
soliwilos has quit [Remote host closed the connection]
soliwilos has joined #kisslinux
cot is now known as kiedtl
rohan has quit [Ping timeout: 246 seconds]
ella-0_ has joined #kisslinux
ella-0 has quit [Ping timeout: 244 seconds]
soliwilos has quit [Ping timeout: 240 seconds]
progenyx has quit [Quit: progenyx]
progenyx has joined #kisslinux
soliwilos has joined #kisslinux
<noocsharp> hi
<soliwilos> well met
illiliti has quit [Quit: leaving]
mahmutov has joined #kisslinux
phoebos[m] has joined #kisslinux
<phoebos> why did matrix want to reinvent URIs
<testuser[m]> wdym
soliwilos has quit [Ping timeout: 240 seconds]
<phoebos> @user:host.tld
zlg has quit [Ping timeout: 240 seconds]
zlg has joined #kisslinux
mahmutov has quit [Ping timeout: 258 seconds]
soliwilos has joined #kisslinux
<phinxy> following steps to install Lotus 1-2-3 here https://github.com/taviso/123elf running into issues with extracting the cpio archive, busybox doesn't support it. 123UNIX2.IMG: ASCII cpio archive (pre-SVR4 or odc)
<phinxy> cpio: unsupported cpio format, use newc or crc
<cem[m]> Try libarchive bsdcpio
<phinxy> or GNU cpio?
<cem[m]> Busybox doesn't support a whole lot of formats
<cem[m]> I never tried GNU cpio, but sure, probably
<phinxy> bsdcpio did extract the archives. now next issue is busybox's gzip doesnt recognize the lrf.z suffix. Hmm, is there a bsdgzip?
<cem[m]> It might not be gzip format
<cem[m]> Or just feed it with `gzip -cd < lrf.z > lrf`
<cem[m]> But .z sounds more like zip rather than gzip
<phinxy> long range zip?
<phinxy> The provided buildscript feeds all .z to gunzip, some of which I guess just fail, perhaps theyre not supposed to be extracted
soliwilos has quit [Quit: zzz]
<cem[m]> Might be corrupted(?), but I don't see why they wouldn't be supposed to be extracted
<phinxy> find . -iname '*.z' -exec gzip -cd < {} > \;
<phinxy> how would I complete that
<phinxy> let me try one file first.
<phinxy> gzip: invalid magic. I'll call quits, thanks for the help cem
<cem[m]> find . -name '*.z' -exec gzip -d {} \;
<cem[m]> install the 'file' package and try to get what it is, by running `file -i lrf.z`