Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to start the provided docker #39

Closed
SunZekai-CN opened this issue Dec 6, 2023 · 2 comments
Closed

Fail to start the provided docker #39

SunZekai-CN opened this issue Dec 6, 2023 · 2 comments

Comments

@SunZekai-CN
Copy link

This is a great project. Thank you for all the contributions.
I utilized the Dockerfile under utils folder to build a Docker (only replace “nvidia-driver-NVML-530.30.02” with “nvidia-driver-NVML” for compile) and run it with the following command.

docker build -f Dockerfile -t cricket .
docker run -itd --gpus all --net host --ipc host --name cricket cricket
docker attach cricket

however, after i built cricket with the following command in docker:

git clone https://github.com/RWTH-ACS/cricket.git
cd cricket && git submodule update --init
LOG=INFO make

and start the starting the cricket server via ./bin/cricket-rpc-server, the following errors show up:

welcome to cricket!
+00:00:00.000002 INFO:  using TCP...
+00:00:00.000612 INFO:  listening on port 61869
+00:00:00.000687 ERROR: unable to register (RPC_PROG_PROG, RPC_PROG_VERS).      in cpu-server.c:257

It seems that I failed to start RPC, but there is no problem with the network connection of this docker. Could you please tell me if I started my docker in the wrong way or started the cricket in the wrong way?

Thanks a lot

@SunZekai-CN
Copy link
Author

This is a great project. Thank you for all the contributions. I utilized the Dockerfile under utils folder to build a Docker (only replace “nvidia-driver-NVML-530.30.02” with “nvidia-driver-NVML” for compile) and run it with the following command.

docker build -f Dockerfile -t cricket .
docker run -itd --gpus all --net host --ipc host --name cricket cricket
docker attach cricket

however, after i built cricket with the following command in docker:

git clone https://github.com/RWTH-ACS/cricket.git
cd cricket && git submodule update --init
LOG=INFO make

and start the starting the cricket server via ./bin/cricket-rpc-server, the following errors show up:

welcome to cricket!
+00:00:00.000002 INFO:  using TCP...
+00:00:00.000612 INFO:  listening on port 61869
+00:00:00.000687 ERROR: unable to register (RPC_PROG_PROG, RPC_PROG_VERS).      in cpu-server.c:257

It seems that I failed to start RPC, but there is no problem with the network connection of this docker. Could you please tell me if I started my docker in the wrong way or started the cricket in the wrong way?

Thanks a lot

@freshduer
Copy link

i run:
rpcbind start
in shell
then ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants