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

"does not exist; exiting" #26

Open
bortzmeyer opened this issue May 4, 2021 · 3 comments
Open

"does not exist; exiting" #26

bortzmeyer opened this issue May 4, 2021 · 3 comments

Comments

@bortzmeyer
Copy link

What does it mean? That no cycle was found?

% python3 CycleHunter.py --zonefile bortzmeyer.fr --origin bortzmeyer.fr  --base-dir . --workers 1
100%|████████████████████████████████████████████████████████████████████████████████████████████████████████| 2/2 [00:00<00:00,  4.82it/s]
Step 1:  read timed out zones
Step 2: create Authority objects
Step 3: get only zones without in-bailiwick/in-zone authoritative servers
Step 4: sort which ones are cyclic
step 7: writing down results
step 8: read cyclic domains
./bortzmeyer.fr.2021-05-04.step4.json    does not exist; exiting 
@gmmoura
Copy link
Contributor

gmmoura commented May 6, 2021

indeed @bortzmeyer .
you can manually inspect the $-step3.json :
`cat $-step3.json |jq '.'

if "fullDep" entry is {}, then there are no cyclic dependencies

@bortzmeyer
Copy link
Author

OK, thanks. (Note that cat is useless, you can do jq . $-step3.json.)

Could use some UX improvements :-)

@gmmoura
Copy link
Contributor

gmmoura commented May 7, 2021

Indeed, need to improve UX... sorry for that.

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