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

panic if ddns lease expired #3

Open
wants to merge 1 commit into
base: spectro-0.4.0
Choose a base branch
from

Conversation

sadysnaat
Copy link

@sadysnaat sadysnaat commented Dec 24, 2021

renew rebind both fail

time="2021-12-24T11:23:16Z" level=info msg="setting 10.10.137.4 as an IP"
time="2021-12-24T11:23:17Z" level=info msg="Broadcasting ARP update for 10.10.137.4 (00:50:56:b6:eb:dc) via eth0"
time="2021-12-24T11:23:19Z" level=error msg="renew failed, error: create unicast client failed, error: unable to apply option: unable to start listening
UDP port: listen udp4 :68: bind: address already in use, server ip: 10.10.128.8"
time="2021-12-24T11:23:19Z" level=info msg="entering inner loop"
time="2021-12-24T11:23:19Z" level=info msg="setting 10.10.137.4 as an IP"

renew unicast failes as :68 is already in use by systemd-network
udp 0 0 10.10.136.95:68 0.0.0.0:* 937/systemd-network

time="2021-12-24T11:43:27Z" level=error msg="renew failed, error: create unicast client failed, error: unable to apply option: unable to start listening
UDP port: listen udp4 :68: bind: address already in use, server ip: 10.10.128.8"
time="2021-12-24T11:51:32Z" level=error msg="rebind failed, error: got an error while processing the request: no matching response packet received"

@sadysnaat sadysnaat requested a review from jzhoucliqr December 24, 2021 13:42
@sadysnaat sadysnaat self-assigned this Dec 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants