OpenComputers II

OpenComputers II

27.1k Downloads

error importing compressed file from main filesystem (tar.gz)

DevBennyturtle opened this issue ยท 5 comments

commented

Hello!
I was trying to import a file from my pc to the oc2 computer that was a zipped file (tar.gz) and at first it said the file was too large so I used 7zip to chop it up into sections to use it, but now I get this error
error
the file I'm trying to upload is :
3data.tar.gz
4data.tar.gz
1data.tar.gz
2data.tar.gz
(Ive renamed them from tar.gz.001 .002 .003 .004 to what they are now so github will accept them)
This is not malware, It is the dpkg linux package manager. I want to try to install it on oc2

commented

You have dpkg in its entirety rewritten in Lua? Because that's what the command you are trying to run thinks its doing.

commented

Plus, you'd have to somehow re-link together the segmented files back together after uploading them, or you'd only be running little segments of code and then it would break.

commented

Why would a tool to import files only work with lua files? What about binaries? Or just text files or pictures

commented

Also the only reason I want dpkg is so I can install all the .deb files for Gcc and build essentials so I can compile software other than lua

commented

Fixed as of c1920c5. Thanks for reporting this!