Posts: 314
Threads: 103
Joined: Jun 2014
I am Having a VPS..But After Setting FTP On VPS..With Putty My Server Was Working Properly...
But Now When I Login in putty then instead of coming
[samp@WolfHost ~]$ something
-bash-4.1$ is coming
This Is That Error
Quote:
login as: samp
samp@5.231.62.220's password:
Last login: Tue Jul 15 21:57:07 2014 from 117.234.142.211
-bash-4.1$
|
Earlier It Use to be like this
Quote:
login as: samp
samp@5.231.62.220's password:
Last login: Tue Jul 15 10:54:30 2014 from 117.237.74.236
[samp@WolfHost ~]$
|
I Need Help As Soon As Possible Please Help..
Posts: 314
Threads: 103
Joined: Jun 2014
Yeah It Fixes It But now When I am Type ./samp03svr
then permission denied is coming
Quote:
login as: samp
samp@5.231.62.220's password:
Last login: Wed Jul 16 06:10:13 2014 from 117.234.190.67
-bash-4.1$ PS1="[\u@\h\W]\$"
[samp@WolfHost~]$./samp03svr
-bash: ./samp03svr: Permission denied
|
Posts: 1,696
Threads: 6
Joined: Dec 2008
Quote:
Originally Posted by TheRaGeLord
Yeah It Fixes It But now When I am Type ./samp03svr
then permission denied is coming
|
chmod +x samp03svr
Posts: 314
Threads: 103
Joined: Jun 2014
Quote:
Originally Posted by Khanz
chmod +x samp03svr
|
What do you mean??
Posts: 33
Threads: 0
Joined: Mar 2014
Hi,
once in the folder where is samp03svr use that command :
Код:
chmod 777 "samp03svr"
This is to allow the application to run, It was always like that on Linux

---
I do tutorials for setting up dedicated servers based on Linux ("apache server, phpmyadmin, mysql server, FTP server, etc.")
with teamweaver or program that suits you, but it is not free.
It costs Ђ 5 with Paypal.
If you are interested, here is my skype: globale6
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Ђ5 to make everything insecure. That sounds like a very good deal. 777 is almost never needed. I think the most basic you need for the SA-MP server is 500 (read and execute for user). It goes without saying that you don't run the SA-MP server under root.
Posts: 1,696
Threads: 6
Joined: Dec 2008
Quote:
Originally Posted by TheRaGeLord
What..??
|
type it into putty make sure you're in the directory of the samp files.