Koozali.org: home of the SME Server

Auto-start of avahi

Offline holck

  • *
  • 322
  • +1/-0
Auto-start of avahi
« on: October 11, 2017, 12:11:00 PM »
I want the avahi-daemon to start on boot, but I can't make it work ...

I have this:
Code: [Select]
$ db configuration show avahi-daemon
avahi-daemon=service
    UDPPort=5353
    access=public
    status=enabled
$ ls -l /etc/rc.d/rc7.d/S51avahi
lrwxrwxrwx 1 root root 32 Aug 31 22:08 /etc/rc.d/rc7.d/S51avahi -> /etc/rc.d/init.d/e-smith-service

But when SME boots, it shows Avahi as being [Off] (or "Disabled", I don't remember the exact word).

What am I doing wrong?

Kind regards,
Jesper H
......

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Auto-start of avahi
« Reply #1 on: October 11, 2017, 02:19:47 PM »
the symbolic link in rc7.d must be the same of the one in conf db, IOW, it'd be S51avahi-daemon

Offline holck

  • *
  • 322
  • +1/-0
Re: Auto-start of avahi
« Reply #2 on: October 11, 2017, 04:13:07 PM »
Thanks!
......