You are not logged in.
I noticed that I couldn't access my (network) printer from Windows any more.
From the logs and other posts here it seems that avahi-daemon must run.
Is that right?
And avahi-daemon needs dbus started.
Is that right?
For systemd, there isn't a avahi-daemon service yet.
Is that right?
So, is the current solution for systemd users with network printer to add
dbus avahi-daemone
to the DAEMONS array in /etc/rc.conf?
(Which should be removed for systemd as far as I know)
Or is there another / a better solution?
Offline
there should be a service for avahi-daemon:
https://wiki.archlinux.org/index.php/Av … emd_system
edit: I just checked and I have a .service file for avahi-daemon.
Last edited by Terminator (2012-08-19 21:30:08)
Offline
I have a service file for avahi-daemon and I don't even use systemd...
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
You are right, there is a service file for avahi-daemon.
So I entered
systemctl enable avahi-daemon.service
systemctl start avahi-daemon.service
and the printer is ok again for the Windows PCs in my network.
Offline