Skip to content

Commit

Permalink
profiles: firecfg.config: disable dnsmasq (#6533)
Browse files Browse the repository at this point in the history
There are multiple reports in #6121 that dnsmasq does not work when
called by libvirt:

    $ sudo virsh net-start default
    error: Failed to start network default
    error: internal error: Child process (VIR_BRIDGE_NAME=virbr0 /usr/local/bin/dnsmasq [...]) unexpected exit status 1: Error: PATH environment variable not set

Also, note that this is a server program, so it might be better to
disable it by default anyway.

Reported-by: @marek22k
  • Loading branch information
kmk3 authored Nov 8, 2024
1 parent 9f1d2c7 commit 096d5a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/firecfg/firecfg.config
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ display
display-im6.q16
dnox
dnscrypt-proxy
dnsmasq
#dnsmasq # server; problems with libvirt on Arch (see #6121)
dolphin-emu
dooble
dooble-qt4
Expand Down

0 comments on commit 096d5a2

Please sign in to comment.