VPS, Putty, FTP
#1

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..
Reply
#2

That isn't an error, but you can just run
Код:
PS1="[\u@\h \W]\$ "
which 'fixes' it.
Reply
#3

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

Reply
#4

Quote:
Originally Posted by TheRaGeLord
Посмотреть сообщение
Yeah It Fixes It But now When I am Type ./samp03svr

then permission denied is coming
chmod +x samp03svr
Reply
#5

Quote:
Originally Posted by Khanz
Посмотреть сообщение
chmod +x samp03svr
What do you mean??
Reply
#6

Quote:
Originally Posted by TheRaGeLord
Посмотреть сообщение
What do you mean??
Permissions given to the executable samp03svr
Reply
#7

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
Reply
#8

Ђ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.
Reply
#9

chmod 677 samp03svr
Reply
#10

Quote:
Originally Posted by TheRaGeLord
Посмотреть сообщение
What..??
type it into putty make sure you're in the directory of the samp files.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)