CS2D
Servers Error in PuTTy Error in PuTTy
5 replies Hello,
Today i'm gonna run a server cs2d debian 7.4 with putty, i puted folder cs2d in filezilla then and i download cs2d dedicated linux , then i write : ./cs2d_dedicated
then it says : No such file or directory can anyone help ? You didn't install the 32bit libraries. This required in order to start the server.
Probably you running 64 Bit Debian
Also don't forget
Didn't work says : cs2d_dedicated txt file busy What?
Are you sure, you are in the right directory?
and what kind of txt file? @ Marcell: "Text file busy" basically means a process or user is trying to get access into your file executable or modifying it. The "text" is trying to refer to the portion of a text segment (see this article if you're unsure) and not an actual text file.
@ Linuxer: To be honest, I have never got this issue in my entire usage of Linux systems before. If I am not mistaken, lsof should output which process is using the dedicated executable file. If you see something suspicious, use kill to break down the suspicious process if needed.
By the way, aside from this, did you properly install all the necessary libraries in 32-bit length format before getting this issue?