Guest Posted June 26, 2005 Share Posted June 26, 2005 Im using the PuTTY SSH program to try and install MTA Dedicated server on my linux server, and everytime i try to run the MTAServer0_5-linux-installer.bin file i get an error saying: Verifying archive integrity... All good. Uncompressing MTA 0.5 Dedicated Server for Linux.... ./MTAServer0_5-linux-installer.bin: ./install: Permission denied any help? Link to comment
Jani Posted June 26, 2005 Share Posted June 26, 2005 chmod +x MTAServer0_5-linux-installer.bin ./MTAServer0_5-linux-installer.bin Link to comment
Jani Posted June 26, 2005 Share Posted June 26, 2005 get the tar.gz then http://www.gonnaplay.com/download.php?f=26&m=1 Link to comment
Guest Posted June 26, 2005 Share Posted June 26, 2005 and do what. there is no installer file Link to comment
Jani Posted June 26, 2005 Share Posted June 26, 2005 tar -zvxf MTAServer0_5-linux.tar.gz Link to comment
Guest Posted June 26, 2005 Share Posted June 26, 2005 all i get is a list of all files in the package Link to comment
Jani Posted June 26, 2005 Share Posted June 26, 2005 (edited) once they are extracted, edit the mtaserver.conf to suit you, then save it, apply the server patch and run MTAServer. Edited June 26, 2005 by Guest Link to comment
Guest Posted June 26, 2005 Share Posted June 26, 2005 chmod +x MTAServer0_5-linux-installer.bin ./MTAServer0_5-linux-installer.bin what shud this code do? Link to comment
Jani Posted June 26, 2005 Share Posted June 26, 2005 "chmod +x" just sets the permission on a file to allow it to be executed "./" runs a file. you dont need the chmod on the tar.gz file since its only an archive. all you do is extract it. Link to comment
Guest Posted June 26, 2005 Share Posted June 26, 2005 right, iv just tried the .bin file thing again and it didnt work and i did the tar.gz as well and that doesnt work Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now