Linux Debian Wheezy - 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 Debian Wheezy (
/showthread.php?tid=557133)
Linux Debian Wheezy -
Sid_Alexander - 12.01.2015
Hi guys, I just bought a vps on OVH, The problem is i followed everything on this
tutorial
Whenever i try to execute nohup ./samp03svr &
It says file or folder doesn't exist, I've reuploaded files many times and used chmod +x samp-npc samp03svr announce
But it just won't work.
Re: Linux Debian Wheezy -
Eyce - 12.01.2015
When you're logged in, type "cd samp03" then "nohup ./samp03svr &"
Re: Linux Debian Wheezy -
Sid_Alexander - 12.01.2015
Still the same issue, Any help? I'm very annoyed.
Re: Linux Debian Wheezy -
Ironboy - 12.01.2015
You might be running it as root, try
Re: Linux Debian Wheezy -
Sid_Alexander - 12.01.2015
Quote:
Originally Posted by Ironboy
You might be running it as root, try
|
Did it habibi, Still the same issue, I'm in samp03 while doing the execute command.
Re: Linux Debian Wheezy -
www - 12.01.2015
Try to use this:
Code:
# apt-get install ia32-libs
Re: Linux Debian Wheezy -
Sid_Alexander - 12.01.2015
Unable to locate package.
Re: Linux Debian Wheezy -
Ironboy - 12.01.2015
Quote:
Originally Posted by Sid_Alexander
Did it habibi, Still the same issue, I'm in samp03 while doing the execute command.
|
Type " ls " and see if the folder does have "samp03svr" or not.
Re: Linux Debian Wheezy -
Sid_Alexander - 12.01.2015
Quote:
Originally Posted by Ironboy
Type " ls " and see if the folder does have "samp03svr" or not.
|
It does.
Re: Linux Debian Wheezy -
www - 12.01.2015
You are using x64 or x86 Linux?