Go Back   Champions of Regnum > English > Technical Support > Linux

Linux Technical issues under Linux platform

Reply
 
Thread Tools Display Modes
Old 10-25-2011, 05:43 PM   #11
Awrath
Master
 
Awrath's Avatar
 
Join Date: May 2010
Location: England
Posts: 455
Awrath is on a distinguished road
Default

That should be plenty of room for a regnum installation :|.

What is the output of "free -mt"?
We may as well look at the output of "df -iTh" to rule out inode usage.

I'll download RO's installer tonight and see if I can reproduce your issue.

I am assuming you are on debian/debian based distro?
Awrath no ha iniciado sesión   Reply With Quote
Old 10-26-2011, 09:01 AM   #12
Pakos
Master
 
Pakos's Avatar
 
Join Date: May 2007
Location: Poland
Posts: 259
Pakos is on a distinguished road
Default

Code:
pakos@dell:~$ free -mt
             total       used       free     shared    buffers     cached
Mem:          2003       1245        758          0        124        544
-/+ buffers/cache:        576       1427
Swap:         2057          0       2057
Total:        4061       1245       2816
pakos@dell:~$ df -iTh
Filesystem     Type  Inodes IUsed IFree IUse% Mounted on
/dev/sda1      ext4     15M  205K   15M    2% /
tmpfs          tmpfs   251K     3  251K    1% /lib/init/rw
tmpfs          tmpfs   251K   430  251K    1% /run
tmpfs          tmpfs   251K     3  251K    1% /run/lock
tmpfs          tmpfs   251K    42  251K    1% /tmp
udev           tmpfs   249K   481  249K    1% /dev
tmpfs          tmpfs   251K     5  251K    1% /run/shm
/dev/sdb1      vfat       0     0     0     - /media/SAMSUNG
And yes, its a fresh debian sid.
Pakos no ha iniciado sesión   Reply With Quote
Old 10-26-2011, 09:25 AM   #13
andres81
Count
 
Join Date: Sep 2008
Posts: 1,690
andres81 is on a distinguished road
Default

For default the size of /tmp is limited in most distros and Regnum is the only program I know that want to extract every files in /tmp so I had the same problem obviously

I "solved" this the hard way:

mkdir /partition_with_plenty_of_space/newtmp
cp -a /tmp/* /partition_with_plenty_of_space/newtmp
umount /tmp
rmdir /tmp
ln -s /partition_with_plenty_of_space/newtmp /tmp
INSTALL REGNUM HERE
rm /tmp
mount /tmp
rm -r /partition_with_plenty_of_space/newtmp

If your /tmp is not an own partition use mv instead of mount, umount

@NGD: Regnum should extract directly into the directory where you want to install it (as does any normal program)
andres81 no ha iniciado sesión   Reply With Quote
Old 10-26-2011, 12:34 PM   #14
Awrath
Master
 
Awrath's Avatar
 
Join Date: May 2010
Location: England
Posts: 455
Awrath is on a distinguished road
Default

You can try to increase your tmpfs size with the following command:

sudo mount -o remount,size=1g,noatime /tmp

Then try installing RO, then revert back with:

sudo mount -o remount,size=401m,noatime /tmp

If this doesn't work, then you may need to try a physical hard drive location for /tmp rather than using tmpfs.
Awrath no ha iniciado sesión   Reply With Quote
Old 11-09-2012, 12:56 PM   #15
84victor
Pledge
 
Join Date: Dec 2009
Posts: 19
84victor is on a distinguished road
Default

Quote:
Originally Posted by Pakos View Post
Fresh debian, fresh ro script (dwonloaded yesterday) but im getting error
found this solution in some spanish thread
Code:
./ROInstall_64 --mode console --temp /home/"username"/TMP

Last edited by 84victor; 11-09-2012 at 12:56 PM. Reason: wrong architecture
84victor no ha iniciado sesión   Reply With Quote
Old 12-21-2012, 03:45 AM   #16
aady
Pledge
 
aady's Avatar
 
Join Date: Oct 2008
Location: Russian
Posts: 30
aady is on a distinguished road
Default

mkdir ~/.tmp/
mount --bind ~/.tmp/ /tmp/
and now install

Last edited by aady; 03-25-2013 at 11:10 PM.
aady no ha iniciado sesión   Reply With Quote
Old 12-26-2012, 08:36 PM   #17
Tigerious
Banned
 
Tigerious's Avatar
 
Join Date: Nov 2008
Location: France
Posts: 496
Tigerious is an unknown quantity at this point
Default

tigore ~ # du -sh /var/tmp/
3,3G /var/tmp/

Code:
/var/tmp/ijtmp_81A3D761-657F-2A82-28C2-93E094219A10/
50AA2D10-1246-0688-7602-962267F47212-RegnumOnline.directory  run.log
bin/                                                         solid.lzma
installkit                                                   uninstall.tcl
regnum-program.desktop                                       unpack.ini
regnum-uninstall.desktop                                     unpack.tcl
Oh well, maybe you should look there and not /tmp ;/
Tigerious no ha iniciado sesión   Reply With Quote
Old 12-26-2012, 09:16 PM   #18
Kitsuni
Baron
 
Join Date: Dec 2008
Posts: 886
Kitsuni is on a distinguished road
Wink

The /tmp diectory tends to fill up quite easily from installers.

You should permanently increase its size, to avoid this in the future. Add this to fstab:
Code:
tmpfs	 /tmp tmpfs rw,nosuid,nodev,relatime,size=4194304k 0 0
Of course, make sure that you have at least 4GB of memory (including swap), or adjust the amount to something lower.
Kitsuni no ha iniciado sesión   Reply With Quote
Old 12-27-2012, 04:58 AM   #19
aady
Pledge
 
aady's Avatar
 
Join Date: Oct 2008
Location: Russian
Posts: 30
aady is on a distinguished road
Default

Installer need have option choise temporary directory.
aady no ha iniciado sesión   Reply With Quote
Old 12-27-2012, 07:33 PM   #20
rootproksy
Pledge
 
Join Date: Nov 2012
Posts: 11
rootproksy is on a distinguished road
Default

this is one of the many reasons why I always create separate partitions during initial install of my linux boxes
rootproksy no ha iniciado sesión   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:21 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
NGD Studios 2002-2024 © All rights reserved