Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 642252 - net-dns/avahi: require USE=dbus with systemd
Summary: net-dns/avahi: require USE=dbus with systemd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Anthony Basile
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-26 06:43 UTC by Xiami
Modified: 2019-11-09 17:29 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xiami 2017-12-26 06:43:21 UTC
/usr/lib/systemd/system/avahi-daemon.service expects itself a Type=dbus unit. Without USE=dbus, `systemctl start avahi-daemon.service' will hang (stuck at systemd-tty-ask-password-agent --watch) and timeout.

Dec 26 12:33:55 localvm systemd[1]: avahi-daemon.service: Start operation timed out. Terminating.
Dec 26 12:33:55 localvm avahi-daemon[3011]: Got SIGTERM, quitting.
Comment 1 Anthony Basile gentoo-dev 2019-11-09 17:29:58 UTC
Please test avahi-0.7-r3.  I added both a systemd and dbus flag, with dbus required with systemd.

Reopen this bug if it doesn't work.