Linux error please help me!
#3

First of all, running the server as the root user isn't recommended whatsoever. For now though, we'll resolve the issue of it not working. Ensure you are in the directory with the samp03svr binary. To find your samp03svr binary, type the following:

Code:
find / -name samp03svr | xargs readlink -f
Then, with the path it gives you, take it and put it into the below command (if it gives you more than one path, ensure you choose the one you know to be correct):

Code:
cd /path/to/your/server/directory
Now, following this, you should be in the correct directory. This can be confirmed by typing the below; resulting in your directory being printed:

Code:
pwd
Then, following this, type the below and if you encounter issues after this, please upload the screenshot of the result of this command:

Code:
ls -la
Now, once in the right directory, although it shouldn't matter due to you executing it as the root user, type the following to make the file executable to the owner:

Code:
chown root.root samp03svr && chmod u+x samp03svr
Then, following this, try executing the server once more directly from the command line without nohup:

Code:
./samp03svr
If this works successfully, press CTRL+C to close the process, and then execute the following:

Code:
nohup ./samp03svr &
This should put the process into the background, keep it running after your ssh session closes, and will put standard output into the nohup.out file in the local directory.

Let me know if you have any issues, and whether you'd like me to assist further. Full errors would be useful if anything else gets in the way.
Reply


Messages In This Thread
Linux error please help me! - by Furqan - 28.09.2015, 17:38
Re: Linux error please help me! - by Furqan - 28.09.2015, 18:26
Re: Linux error please help me! - by WalterWhite - 28.09.2015, 23:07
Re: Linux error please help me! - by Ryz - 29.09.2015, 02:25
Re: Linux error please help me! - by WalterWhite - 29.09.2015, 09:57
Re: Linux error please help me! - by Ryz - 29.09.2015, 10:13
Re: Linux error please help me! - by WalterWhite - 29.09.2015, 10:42

Forum Jump:


Users browsing this thread: 1 Guest(s)