Message ERROR (dnsmsq) during installation of Kura 5.6.0 in Ubuntu 22.04.5 LTS #5989
-
|
Hello, I've tried to install Kura 5.6.0 in Ubuntu 22.04 LTS. I could see in the log the following error during the installation: Seems that it failed to install because Ubuntu is already using that port 53 by another service, specifically, systemd-resolved is using that port (active by default in Ubuntu 22.04). So my question is, Is there a problem for Kura if the service dnsmasq is deactivated? or do I need to deactivate the systemd-resolved? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 8 replies
-
|
Hi there @alexcorvis84, thanks for reporting the issue. IIRC Kura uses I don't remember if this issue came up in the past already 🤔 I need to look into it. |
Beta Was this translation helpful? Give feedback.
-
|
@alexcorvis84 to see which processes are using port 53 UDP you can issue: Usually As you mentioned, For further reference: |
Beta Was this translation helpful? Give feedback.
-
|
Finally I decided to disable |
Beta Was this translation helpful? Give feedback.
-
|
Hi @marcellorinaldo, Sorry to bother you again, but I noticed that the installer from the Kura version I'm using (5.6.0), stop and disable dnsmasq service and then later on it installs dnsmasq default configuration, but can´t find where's enabled it again... 🤔 So, just to confirm, is dnsmasq the preferred DNS client for Kura 5.6.0 (and onwards)? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
Hi @alexcorvis84! Yes,
dnsmasqis the preferred DHCP server on Kura 5.6.0 and onwards. Prior 5.6.0,dhcpdis preferred.dnsmasqis not enabled but started here: https://github.com/eclipse-kura/kura-networking/blob/4afeed35d287a799696fa27ba1e2859b8a47db60/bundles/org.eclipse.kura.linux.net/src/main/java/org/eclipse/kura/linux/net/dhcp/server/DnsmasqTool.java#L89. It is disabled by the installer to let Kura have control over its lifecycle.