cryptobiu/MATRIX

local deployment fails

Closed this issue · 1 comments

I am currently trying to run the ABY innerproduct protocol locally. Currently, the process gets stuck after starting the first party (which waits for an incoming connection):

Choose task to be executed:
1. Preform pre process operations
2. Install Experiment
3. Execute Experiment
4. Update libscapi
Your choice:3
[127.0.0.1] Executing task 'run_protocol'
[127.0.0.1] sudo: killall -9 run.sh; exit 0
[127.0.0.1] out: run.sh: no process found
[127.0.0.1] out: 

[127.0.0.1] sudo: ldconfig ~/boost_1_64_0/stage/lib/ ~/libscapi/install/lib/
[127.0.0.1] run: pwd
[127.0.0.1] out: /home/lbraun/cryptobiu-ABY/MATRIX
[127.0.0.1] out: 

[127.0.0.1] put: InstancesConfigurations/parties.conf -> /home/lbraun/cryptobiu-ABY/MATRIX/parties.conf
[127.0.0.1] run: . ./run.sh 0 -b 32 

I have changed the following settings:

  • set region to local
  • changed the working directory
  • adjusted the username in fabfile.py

The mentioned parties.conf contains

party_0_ip=127.0.0.1

party_1_ip=127.0.0.1

party_2_ip=127.0.0.1

party_0_port=8000
party_1_port=8000
party_2_port=8000

The issue is re opened because there is a demand to fix this execution mode.