Closed CIGbalance closed 4 years ago
I did some changes, please try again
@ttusar I did, the error above has been fixed. I also fixed the permission issue by using bash
instead of sh
. However, I still can't execute the socket_server binary file.
$ bash socket_server
socket_server: socket_server: cannot execute binary file
What type of file is that? Should I be able to execute it like that?
This should start the server on port 1212
./socket_server 1212
However, you don't need to invoke it like this, you can do
python do.py verbose run-socket-servers
and both socket servers (C and Python) should start.
Unfortunately, this does not work for me.
./socket_server 1212
gives a permission denied because I am on an ntfs drive. However, I should be able to execute with bash socket_server 1212
. Then I get the error above. What type of file is it? Is it really a binary or should it be a shell script?
The python script just calls the binary, so it results in the same error.
See slack :-)
Closing this issue and opening a new one for the current problem with Linux
Downloading the appropriate files for the rw-problems seems to fail for me: