Closed dashameter closed 3 years ago
Discussed in triage. Fix due in v21
v.21-dev still hangs, one way to trigger it is to restart the computer while the node is running:
the log files are mounted as directories
sudo rm /tmp/drive_*
rm: cannot remove '/tmp/drive_json_1.log': Is a directory
rm: cannot remove '/tmp/drive_json_2.log': Is a directory
rm: cannot remove '/tmp/drive_json_3.log': Is a directory
rm: cannot remove '/tmp/drive_pretty_1.log': Is a directory
rm: cannot remove '/tmp/drive_pretty_2.log': Is a directory
rm: cannot remove '/tmp/drive_pretty_3.log': Is a directory
the workaround is:
sudo rm -rf /tmp/drive_*
@dashameter, as per discord convo, please retest. Should be fixed due to:
@dashameter, as per discord convo, please retest. Should be fixed due to:
437
exactly - please let me know as we've been also discussing that today with the Team (should be fixed now)
passed retest :+1:
my drive container keeps restarting and show these docker logs
I had these folders in /tmp
I deleted them and ran
sudo chmod 777 /tmp
for good measure, now dashmate finished with success