Page 1 of 1

avahi-daemon under nemesis

Posted: 04 May 2017, 11:12
by francois
Trying to start printing services, manjaro-printer package under openrc nemesis, I get the following message:
https://wiki.gentoo.org/wiki/Avahi

Code: Select all

root ~/ # rc-update add avahi-daemon default        
 * rc-update: service `avahi-daemon' does not exist
root ~/ # 
Any solution?

Re: avahi-daemon under nemesis

Posted: 04 May 2017, 19:47
by beny
hi francois install it and after start the service with systemd is: avahi-daemon.service loaded active running Avahi mDNS/DNS-SD Stack, with the rc.update is like slackware i think sh rc.avahi start or restart or stop

Re: avahi-daemon under nemesis

Posted: 08 May 2017, 03:06
by ncmprhnsbl
i think you might need the avahi-openrc package which should provide the relevent service...
also:

Code: Select all

rc-service --list
should list all the available services (running or not)

Re: avahi-daemon under nemesis

Posted: 09 May 2017, 04:32
by francois
Hi beny. Nice to hear from you. :)
This is openrc. I get mixed myself too.

Thanks N. It worked.

Code: Select all

root ~ # pman -S avahi-openrc
root ~/.local/share/icons/GANT for KDE 0.3 # rc-service --list
NetworkManager
acpid
agetty
alsasound
avahi-daemon
...
root ~/.local/share/icons/GANT for KDE 0.3 # rc-update add avahi-daemon default
 * service avahi-daemon added to runlevel default
root ~/.local/share/icons/GANT for KDE 0.3 #