Ubuntu Server Will Not Execute SAMP...
#1

Hey,Sorry For my Bad English...
I have a problem with my dedicated
I have a problem with my dedicated, it does not execute samp03svr

Error:

root@migrehost:~/samp7722# nohup ./samp03svr
nohup: ignoring input and appending output to `nohup.out'
nohup: failed to run command `./samp03svr': No such file or directory

This File Exist!
ls -l \/
-rwxrwxrwx 1 root root 1292928 2011-07-03 04:48 samp03svr

Thanks.
Reply
#2

Does it work without nohup?
Reply
#3

does not work ;S
Reply
#4

Should be in the folder where the files are and run that, and just do ./samp03srv


That's why your command isn't working, Wrong folder.


Screen is also a good thing, rather than nohup.


Also, Don't use root. Make a user for it.
Reply
#5

Can you please post the output of the following command:

ls -l ~/server7722
Reply
#6

@iLinx

total 1980
-rwxrwxrwx 1 root root 11104 2011-07-03 04:47 announce
drwxrwxrwx 2 root root 4096 2011-07-03 04:47 filterscripts
drwxrwxrwx 2 root root 4096 2011-07-03 04:47 gamemodes
drwxrwxrwx 2 root root 4096 2011-07-03 04:47 include
-rwxrwxrwx 1 root root 3777 2011-07-03 04:47 LICENSE
-rwxrwxrwx 1 root root 617 2011-07-03 04:47 nohup.out
drwxrwxrwx 3 root root 4096 2011-07-03 04:56 npcmodes
drwxrwxrwx 5 root root 4096 2011-07-03 04:56 plugins
-rwxrwxrwx 1 root root 1847 2011-07-03 04:47 README
-rwxrwxrwx 1 root root 1292928 2011-07-03 04:48 samp
-rwxrwxrwx 1 root root 589020 2011-07-03 04:47 samp-npc
drwxrwxrwx 13 root root 94208 2011-07-03 04:58 scriptfiles
-rwxrwxrwx 1 root root 334 2011-07-03 12:02 server.cfg
Reply
#7

@Sew
is installed correctly
Reply
#8

Quote:
Originally Posted by Eriick_OwnZ
Посмотреть сообщение
@Sew
is installed correctly
First rule in linux, Is RUN NOTHING UNDER ROOT.


Personally, I doubt it is installed correctly.
Reply
#9

Eric, you're missing the samp03svr file. I'm not sure where your samp03svr file is located, however you could run the following command to get it back to your directory:

# mv /path/to/samp03svr ~/server7722

If you cannot find it yourself you could run the following command:

# locate samp03svr

Additionally, you could just do a fresh install using the following commands:

# cd ~
# rm -rf server7722
# wget http://team.sa-mp.com/files/samp03csvr_R2-2.tar.gz
# tar xvfz samp03c*
# mv samp03 server7722
# cd server7722
# cat server.cfg | sed s/'rcon_password changeme'/'rcon_password changeme2'/ > tmp && mv tmp server.cfg
# ./samp03svr
Reply
#10

Quote:

-rwxrwxrwx 1 root root 1292928 2011-07-03 04:48 samp

Did you rename your SA-MP server file?
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)