avahi-daemon under nemesis

Arch based Porteus community project

Moderator: M. Eerie

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

avahi-daemon under nemesis

Post#1 by francois » 04 May 2017, 11:12

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?
Prendre son temps, profiter de celui qui passe.

beny
Full of knowledge
Full of knowledge
Posts: 2086
Joined: 02 Jan 2011, 11:33
Location: italy

Re: avahi-daemon under nemesis

Post#2 by beny » 04 May 2017, 19:47

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

User avatar
ncmprhnsbl
DEV Team
DEV Team
Posts: 3924
Joined: 20 Mar 2012, 03:42
Distribution: v5.0-64bit
Location: australia
Contact:

Re: avahi-daemon under nemesis

Post#3 by ncmprhnsbl » 08 May 2017, 03:06

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)
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44

User avatar
francois
Contributor
Contributor
Posts: 6434
Joined: 28 Dec 2010, 14:25
Distribution: xfce plank porteus nemesis
Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.

Re: avahi-daemon under nemesis

Post#4 by francois » 09 May 2017, 04:32

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 #
Prendre son temps, profiter de celui qui passe.

Post Reply