Linux VPS Issue - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Server (
https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (
https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Linux VPS Issue (
/showthread.php?tid=494758)
Linux VPS Issue -
NoSoap - 14.02.2014
Hello,
I'm not new to coding or running servers, however I've never used a VPS before.
I'm using terminal on a mac and followed this guide;
http://forum.sa-mp.com/showthread.ph...ight=directory
However, I've got to the last part where you type
(Everything worked fine until this point).
To which I get
Код:
[8] 4597
[7] Exit 127 nohup .samp03svr
[ec2-user@ip-172-31-17-250 samp03]$ nohup: ignoring input and appending output to `nohup.out'
nohup: failed to run command `.samp03svr': No such file or directory
Server doesn't appear in my favourites.
Any help would be appreciated, thanks.
(I'm using Amazon AWS by the way, done all the IP's and port forwards and such using this tutorial: [ame]http://www.youtube.com/watch?v=v0TKKlTn_6A[/ame])
Re: Linux VPS Issue -
]Rafaellos[ - 14.02.2014
apt-get install ia32-libs. Don't forget to set the permissions to 700 or 777.
Re: Linux VPS Issue -
NoSoap - 14.02.2014
Quote:
Originally Posted by ]Rafaellos[
apt-get install ia32-libs. Don't forget to set the permissions to 700 or 777.
|
Returns;
Код:
-bash: apt-get: command not found
Am I entering it correctly? (Sorry, I genuinely have no idea how VPS's work or how linux works).
And when I enter 'install ia32-libs' I get this:
Код:
install: missing destination file operand after `ia32-libs'
Try `install --help' for more information.
Re: Linux VPS Issue -
]Rafaellos[ - 14.02.2014
What OS are you running?
Re: Linux VPS Issue -
NoSoap - 14.02.2014
Amazon Linux AMI 2013.09.2
The Amazon Linux AMI is an EBS-backed, PV-GRUB image. It includes Linux 3.4, AWS tools, and repository access to multiple versions of MySQL, PostgreSQL, Python, Ruby, and Tomcat.
Re: Linux VPS Issue -
iZN - 14.02.2014
Try this method;
https://sampwiki.blast.hk/wiki/Linux_Server
Re: Linux VPS Issue -
AlonzoTorres - 14.02.2014
Quote:
Originally Posted by NoSoap
Returns;
Код:
-bash: apt-get: command not found
Am I entering it correctly? (Sorry, I genuinely have no idea how VPS's work or how linux works).
And when I enter 'install ia32-libs' I get this:
Код:
install: missing destination file operand after `ia32-libs'
Try `install --help' for more information.
|
Try '
sudo apt-get install ia32-libs'.
Re: Linux VPS Issue -
NoSoap - 14.02.2014
Quote:
Originally Posted by iZN
|
Great!
Код:
Started server on port: 7777, with maxplayers: 50 lanmode is OFF.
However still not appearing in my server browser!
I'm assuming it means it's something to do with the ports, however as you can see 7777 inbound is set:
Re: Linux VPS Issue -
Vince - 14.02.2014
SA-MP uses mostly UDP. Make sure to add a firewall exception for that protocol, too.
Re: Linux VPS Issue -
NoSoap - 14.02.2014
Quote:
Originally Posted by Vince
SA-MP uses mostly UDP. Make sure to add a firewall exception for that protocol, too.
|
Works, thankyou!
+Rep'd all of you!