|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
09-18-2014, 04:08 PM | #11 | |
Count
Join Date: Jun 2007
Location: Philippines
Posts: 1,244
|
Quote:
Thank you all for your help!
__________________
I N Q U I S I T I O N
On Regnum Sabbatical |
|
09-18-2014, 04:33 PM | #12 | |
Count
Join Date: Sep 2008
Posts: 1,690
|
Quote:
I think the best solution would be to set this option by default to the directory where the user actually wants to install the game and if for some reason you really need a different place for it /var/tmp is a much better place than /tmp because /var/tmp has to be on the harddisc by posix definition and is supposed to be more consistent and useable for larger files than /tmp. However extracting there 4,2GB is still a bit much and might be problematic but at least it is better than using /tmp which might be a tempfs (=storage in RAM) and in the future probably will be tempfs on most distros |
|
09-18-2014, 04:38 PM | #13 | |
NGD·Studios
Join Date: May 2007
Location: Wien, Österreich
Posts: 2,859
|
Quote:
__________________
|
|
09-19-2014, 08:31 PM | #14 |
Master
Join Date: May 2010
Location: England
Posts: 455
|
There are a number of solutions, the easiest of which is to use the installer via the command line, as e30 suggested.
Code:
mkdir ~/tmp chmod +x ROInstall_64 ./ROInstall_64 --mode console --temp /home/user/tmp/ --prefix /home/user/regnum/ Another option is to remount tmpfs with more space but as this is based on your ram you run the risk of running out of ram. Other options include setting the temp dir to a physical location on your hard drive either in fstab or by remounting. Happy regnuming! |
|
|