09-15-2010, 09:34 PM | #1 |
Pledge
Join Date: Sep 2010
Posts: 1
|
Install Ubuntu, Please Help
ok so I have downloaded the 64 bit version 3 times now because someone in the forums said that it might have been corrupt, seems the torrent cannot be downloaded atm due to my ignorance or something else says connection denied, I have opened my terminal window and navigated to the directory, chmod'd it and tried to use the line command, nothing happened at all, they I tried to do it again with a different line command and got the notice that it could not access the file to it being a .bin extension, I have no idea how to execute or work with this type of file, when I double click the file in the firefox download windows it ask me to choose an application to handle the file, still am at a loss for that.
I have made sure in the file properties that it does have permission to execute, but still nothing, please help have tried alot of things and none of them seem to work... My skill level with Linux is Meh, and my knowledge of it is even more Meh! I see alot of comments about installing this and some people seem to be able to just execute the program install app, that seems to be unavailable in my case. If its not to much trouble would you mind putting this in format, do blah blah blah step a, then blah blah step b and so on i need it basic thnk I am working on ver 10.4 of Ubuntu Sincerely, Windows Squidbilly |
09-17-2010, 11:29 PM | #2 |
Pledge
Join Date: Sep 2010
Posts: 1
|
Right click
Find the file in the file manager, right click on it, go to the permissions tab and click the box for 'Allow executing'. After that, just double click to run the installer.
|
09-18-2010, 01:04 PM | #3 |
Count
Join Date: Mar 2007
Location: Germany
Posts: 1,164
|
Code:
cd /path/to/file ./RegnumOnlineInstall_64 cd means change directory The dot infront of the slash is important because it says the file is in the current directory.
__________________
French Warriors of Syrtis: Nessa Telrunya (Hunter) - Myxir (Warlock) - Estra (Conjurer)
In War it does not matter who is right, but who is left. |
09-18-2010, 06:08 PM | #4 |
Marquis
Join Date: Jan 2007
Location: RA
Posts: 1,897
|
There also is/was a problem with the Linux downloads.
Regnum uses 2 download servers for load balancing, and the executable file for the Linux 64-bit installer varies between these servers. (http://regnumonline.com.ar/forum/showthread.php?t=62678) I can't say for sure if this is still the case, as I haven't check it for a while. However, if it still exists, using a download accelerator or similar that tries to open several connections will result in a broken download all the time.
__________________
Winning a fight is not what makes you a good player, it's how you do it.
http://home.znur.re/screenshot%20201...2011_39_37.jpg |
09-20-2010, 06:06 AM | #5 |
Banned
Join Date: Dec 2009
Posts: 843
|
Also be sure you are under one X64 distro.
Today i tryed what all people told about 64 bits version. I succes installed 64 bits under Ubuntu x64 and Mandriva x64. To cheack what kind of distro you have type command: Code:
arch I used direct download with DownThemAll addon for firefox. Also how Myxir told: Open one terminal and make him executable: Code:
sudo chmod 777 /home/$USER/Desktop/regnuminstaller.bin Execute installer: Code:
/home/$USER/Desktop/./insatllername.bin Give on pass for root: Code:
sudo passwd root After login as root: Code:
su root |
09-20-2010, 08:32 AM | #6 |
Count
Join Date: Mar 2007
Location: Germany
Posts: 1,164
|
Just a small thing.
Shouldn't "arch" return x86_64 on 64 Bit System? Edit: Just tried it on ArchLinux 64 Bit and it does
__________________
French Warriors of Syrtis: Nessa Telrunya (Hunter) - Myxir (Warlock) - Estra (Conjurer)
In War it does not matter who is right, but who is left. |
09-20-2010, 12:13 PM | #7 |
Initiate
Join Date: May 2010
Location: Europe, Germany
Posts: 128
|
Don't forget to install openal, otherwise there is no sound.
__________________
One Ring to rule ... Regnum!
|
09-20-2010, 02:10 PM | #8 |
Marquis
Join Date: Jan 2007
Location: RA
Posts: 1,897
|
Also... no need to use sudo to chmod the file, if you're not running Firefox as root ofc. which would be totally stupid.
If the file was downloaded to the desktop folder in your home folder, the following 3 commands would suffice: Code:
cd ~/Desktop chmod +x ./Regnum* ./Regnum*
__________________
Winning a fight is not what makes you a good player, it's how you do it.
http://home.znur.re/screenshot%20201...2011_39_37.jpg |
09-20-2010, 03:32 PM | #9 |
Baron
Join Date: Nov 2009
Location: The netherlands
Posts: 722
|
A friend of me have this to
|
09-20-2010, 06:32 PM | #10 | |
Banned
Join Date: Dec 2009
Posts: 843
|
Quote:
Well i am sory for my bad ..but if you are able to setup as executable one binary under linux without sudo or root priviliege something is rong...well i never saw before one distro with this option...but who knows maybe i am rong. Well usual i use RedHat distros(fedora,Mandriva ..bla bla...where only root can make one binary executable. And in RedHat by default Xserver will not run as root.So,unable to run firefox as root... Yes Myxir...you are right sorry,ma bad ,arch must return x86_64 ..was fast writing and bad typo like usual wan't sleepd for 52 hours...so a bit tired ): |
|
|
|