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

CI/CD: verify_and_release: Run Coinboot server and boot workers shows error on dnsmasq start #46

Open
frzb opened this issue Dec 29, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@frzb
Copy link
Owner

frzb commented Dec 29, 2021

Despite the error message the CI/CD pipeline suceeds.

We have to identify if this is a real problem our just a side effect of installing dnsmasq for running a preflight check with dnsmasq aginst our dnsmasq configuration file.

https://github.com/frzb/coinboot/runs/4657577120?check_suite_focus=true#step:5:375

[snip]
Job for dnsmasq.service failed because the control process exited with error code.
See "systemctl status dnsmasq.service" and "journalctl -xe" for details.
invoke-rc.d: initscript dnsmasq, action "start" failed.
● dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server
     Loaded: loaded (�]8;;file://fv-az246-793/lib/systemd/system/dnsmasq.service�/lib/systemd/system/dnsmasq.service�]8;;�; enabled; vendor preset: enabled)
     Active: failed (Result: exit-code) since Wed 2021-12-29 10:07:33 UTC; 6ms ago
    Process: 2975 ExecStartPre=/usr/sbin/dnsmasq --test (code=exited, status=0/SUCCESS)
    Process: 2976 ExecStart=/etc/init.d/dnsmasq systemd-exec (code=exited, status=2)

Dec 29 10:07:33 fv-az246-793 systemd[1]: Starting dnsmasq - A lightweight DHCP and caching DNS server...
Dec 29 10:07:33 fv-az246-793 dnsmasq[2975]: dnsmasq: syntax check OK.
Dec 29 10:07:33 fv-az246-793 dnsmasq[2976]: dnsmasq: failed to create listening socket for port 53: Address already in use
Dec 29 10:07:33 fv-az246-793 systemd[1]: dnsmasq.service: Control process exited, code=exited, status=2/INVALIDARGUMENT
Dec 29 10:07:33 fv-az246-793 dnsmasq[2976]: failed to create listening socket for port 53: Address already in use
Dec 29 10:07:33 fv-az246-793 systemd[1]: dnsmasq.service: Failed with result 'exit-code'.
Dec 29 10:07:33 fv-az246-793 dnsmasq[2976]: FAILED to start up
Dec 29 10:07:33 fv-az246-793 systemd[1]: Failed to start dnsmasq - A lightweight DHCP and caching DNS server.
[snap]
@frzb frzb added the bug Something isn't working label Dec 29, 2021
@frzb frzb self-assigned this Dec 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant