SA-MP Forums Archive
Linux VPS - Weird error - 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 - Weird error (/showthread.php?tid=479864)



Linux VPS - Weird error - NeverKnow - 07.12.2013

Hello,

i just bought a vps and have put all my files to the vps.

when i open my putty, i use: cd /samp

When i use the command on the console: nohup, i get the following Error:
nohup: ignoring input and appending output to ‘nohup.out’
-> nohup: failed to run command ‘./samp03svr’: No such file or directory

The problem is that the file exist, and dont know why i am getting this error ;(

i also used the command: ls to see what files are there, and the file is there.
also i can see the nohup.out file is there.

I hope you guys can help me out.

Thanks,
Never

FIXED thanks to Mark™!
Thank you very much Mark
Also thanks to the ppl that helped me out!
Thank you very much to all you


Re: Linux VPS - Weird error - nisva003 - 07.12.2013

Try delete them and then download them and try again.


Re: Linux VPS - Weird error - NeverKnow - 07.12.2013

already did this,
but thanks for the help


Re: Linux VPS - Weird error - nisva003 - 07.12.2013

Quote:
Originally Posted by NeverKnow
Посмотреть сообщение
already did this,
but thanks for the help
Did you add the files in correct place?
And also the place where you downloaded those files is it a proper site are you sure that theres no error in them try download them from a other site.


Re: Linux VPS - Weird error - NeverKnow - 07.12.2013

Yes they are at the correct place.

I downloaded the files from here, so on the download section and then the linux one, i have run my gamemode most on home hosted and all worked fine.

Please someone help me


Re: Linux VPS - Weird error - linuxthefish - 07.12.2013

Where did you buy this VPS from? Type 'cd ~/samp03' then './samp03svr' and see what happens. If it runs, use CTRL + C to close it.


Re: Linux VPS - Weird error - NeverKnow - 07.12.2013

Quote:
Originally Posted by linuxthefish
Посмотреть сообщение
Where did you buy this VPS from? Type 'cd ~/samp03' then './samp03svr' and see what happens. If it runs, use CTRL + C to close it.
-bash: ./samp03svr: No such file or directory
am i allowed to give the vps website?


Re: Linux VPS - Weird error - linuxthefish - 07.12.2013

Quote:
Originally Posted by NeverKnow
Посмотреть сообщение
-bash: ./samp03svr: No such file or directory
am i allowed to give the vps website?
Type 'ls ~' and 'ls ~/samp03' and paste the output here.

Yes, please post your VPS provider here.


Re: Linux VPS - Weird error - NeverKnow - 07.12.2013

Quote:
Originally Posted by linuxthefish
Посмотреть сообщение
Type 'ls ~' and 'ls ~/samp03' and paste the output here.

Yes, please post your VPS provider here.
announce include npcmodes README samp-npc server.cfg.save
filterscripts LICENSE pawno samp03svr scriptfiles
gamemodes nohup.out plugins samp.ban server.cfg

when i use this command: 'ls ~/samp03' (i am using this command while in the folder)

I get this error: No such file or directory

Vps provider: digitalocean


Re: Linux VPS - Weird error - BizzyD - 07.12.2013

Quote:
Originally Posted by NeverKnow
Посмотреть сообщение
announce include npcmodes README samp-npc server.cfg.save
filterscripts LICENSE pawno samp03svr scriptfiles
gamemodes nohup.out plugins samp.ban server.cfg

when i use this command: 'ls ~/samp03' (i am using this command while in the folder)

I get this error: No such file or directory
Try running
Код:
aptitude install ia32-libs
Then try to start the server.