Posts: 140
Threads: 9
Joined: Jun 2010
23 Jul 10, 01:22AM
(This post was last modified: 23 Jul 10, 01:29AM by SplatZ.)
As the title says, I cannot get server.sh to start. I have downloaded all necessary libraries and done the make install thing but every I try to do it it has one error message at the bottom of the terminal:
cp: cannot create regular file `../../bin_unix/native_server': Text file busy
make: *** [install] Error 1
Also, the weird thing is that sometimes it actually does work. I have no idea what i do differently at those times but it just works.
Edit: Now after restarting my computer, I dont get the error message anymore when make installing. But the server.sh still wont start.
Thanks in advance,
-SplatZ
Posts: 118
Threads: 6
Joined: Jun 2010
Try starting server.sh with nothing else open..?
Posts: 1,981
Threads: 63
Joined: Jun 2010
does server.sh links to bin_unix/native_server ?
Posts: 1,436
Threads: 7
Joined: Jun 2010
That error message means that you already had at least one instance of the server running.
Do you get another message now?
Posts: 1,981
Threads: 63
Joined: Jun 2010
(23 Jul 10, 09:42AM)tempest Wrote: That error message means that you already had at least one instance of the server running.
Do you get another message now?
mmh in this case the message is "could not create server info socket" or something like that no ?
Posts: 1,436
Threads: 7
Joined: Jun 2010
No. If he has one running and then runs "make install", he will get that error (obviously, you can't write over an executable that's running atm).
Posts: 1,981
Threads: 63
Joined: Jun 2010
(23 Jul 10, 09:53AM)tempest Wrote: No. If he has one running and then runs "make install", he will get that error (obviously, you can't write over an executable that's running atm).
(23 Jul 10, 01:22AM)SplatZ Wrote: Edit: Now after restarting my computer, I dont get the error message anymore when make installing. But the server.sh still wont start.
;)
Posts: 140
Threads: 9
Joined: Jun 2010
I now understand the problem. Sometimes when I start server.sh i hit run instead of run in terminal. Then because I cannot cancel it since its running in the background the server does not run. Thanks for your help, I can now get it working 10/10 times!
:D
Posts: 1,981
Threads: 63
Joined: Jun 2010
you can stop it but you need to kill the process
Posts: 140
Threads: 9
Joined: Jun 2010
And how would i go about doing that?
Posts: 156
Threads: 7
Joined: Jun 2010
24 Jul 10, 08:32PM
(This post was last modified: 24 Jul 10, 08:35PM by Billybob.)
try typing 'man kill' or 'man killall' in the terminal