Arch based Porteus community project
Moderator: M. Eerie
-
francois
- Contributor

- Posts: 6501
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
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.
francois
-
beny
- Full of knowledge

- Posts: 2255
- Joined: 02 Jan 2011, 11:33
- Location: italy
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
beny
-
ncmprhnsbl
- DEV Team

- Posts: 4256
- Joined: 20 Mar 2012, 03:42
- Distribution: v5.0-64bit
- Location: australia
-
Contact:
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:
should list all the available services (running or not)
Forum Rules : https://forum.porteus.org/viewtopic.php?f=35&t=44
ncmprhnsbl
-
francois
- Contributor

- Posts: 6501
- Joined: 28 Dec 2010, 14:25
- Distribution: xfce plank porteus nemesis
- Location: Le printemps, le printemps, le printemps... ... l'hiver s'essoufle.
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.
francois