icecc / icecream

Distributed compiler with a central scheduler to share build load
GNU General Public License v2.0
1.58k stars 248 forks source link

icecc fails to transfer files to remote machine #622

Open LorenDB opened 1 year ago

LorenDB commented 1 year ago

I'm trying to set up a two-node cluster (consisting of my personal laptop thinkpad and my work laptop duna). When I try to send a compile job from one machine to the other (and I have observed this with jobs originating from both machines), the jobs are successfully sent and show up in icemon, but according to icemon, the actual source files are never sent to the remote machines; icemon remains at 0 B in for a while and then the job fails. I don't observe any high processor or memory usage on the remote machine, which further confirms that icecream never reaches the compile stage on remote machines.

Details of my setup:

jankratochvil commented 1 year ago

Maybe #623 could help you?