PuzzleTunnelDiscovery
PuzzleTunnelDiscovery copied to clipboard
Image starts, but after a while gets into an endless loop
Hi,
Great work!
I wish someone would continue your project and make it a bit more of a general app.
I do get the image container to start in Docker, but then I get a into the following loop, see also screen cap.
[condor] waiting on condor log file /home/puz/PuzzleTunnelDiscovery/bin/u3/duet-g2/solver_scratch/duet-g2/screen-1/log
Running ['condor_wait', '-wait', '3600', '/home/puz/PuzzleTunnelDiscovery/bin/u3/duet-g2/solver_scratch/duet-g2/screen-1/log']
Couldn't open /home/puz/PuzzleTunnelDiscovery/bin/u3/duet-g2/solver_scratch/duet-g2/screen-1/log: No such file or directory
Running ['condor_wait', '-wait', '3600', '/home/puz/PuzzleTunnelDiscovery/bin/u3/duet-g2/solver_scratch/duet-g2/screen-1/log']
Couldn't open /home/puz/PuzzleTunnelDiscovery/bin/u3/duet-g2/solver_scratch/duet-g2/screen-1/log: No such file or directory
Running ['condor_wait', '-wait', '3600', '/home/puz/PuzzleTunnelDiscovery/bin/u3/duet-g2/solver_scratch/duet-g2/screen-1/log']
.....
The directory
/home/puz/PuzzleTunnelDiscovery/bin/u3/duet-g2/solver_scratch/duet-g2/screen-1
exists
but the subdir /log
doesn't.
Do you know what could be wrong?
This happens when I run ./facade.py autorun9 u3/duet-g2/ --current_trial 1
OS info:
$ cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.6 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.6 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
$ uname -r
5.10.16.3-microsoft-standard-WSL2
Hi @Seemee There is an error message in the screenshot "Can't find address of local shedd" I think the reason is the HTcondor was not properly started in the container.
You may want to test the HTcondor in the container first, and then try these puzzles again.