You are not logged in.
Pages: 1
Hey i'm trying to extract a package (americasarmy.run) well it goes through and starts, well heres what happens
root@mybox# sh armyops230-linux.run
Uncompressing ArmyOps 2.3.0 for GNU/Linux........Extraction Failed.
signal caught, cleaning up.
after doing some research i found this happens when /tmp isn't large enough to contain the extraction (needs to be 300 megs mine is 268 or so). question is how do i change to where it uncompresses to? looking on the americas army support forums, nothing, nobody able to really help me, so i've come here.
Offline
Use the --target option. A better idea would be to make tmpfs bigger:
mount -o remount,noatime,size=9999G /tmp
I have nothing to say, and I am saying it.
Offline
Pages: 1