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

Only one usage of each socket address (protocol/network address/port) is normally permitted #2

Open
TazDevl74 opened this issue Mar 6, 2023 · 0 comments

Comments

@TazDevl74
Copy link

C:\Temp\Timeroast\timeroast>timeroast.py
Traceback (most recent call last):
File "C:\Temp\Timeroast\timeroast\timeroast.py", line 145, in
main()
File "C:\Temp\Timeroast\timeroast\timeroast.py", line 140, in main
for rid, hashval, salt in ntp_roast(args.dc, args.rids, args.rate, args.timeout):
File "C:\Temp\Timeroast\timeroast\timeroast.py", line 32, in ntp_roast
sock.bind(('0.0.0.0', 123))
OSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted

I'm getting this error in my testlab and in a production env.

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

1 participant