1

So I'm trying to setup CUPS + AirPrint support and one of the packages required is Avahi.

I have installed it via ipkg, and have tried running the daemon, however I get the following error.

Failed to find user 'avahi'

How can I fix this?

Imran
  • 119
  • 1
  • 7

1 Answers1

2

By creating a user "avahi".

adduser --system --shell /bin/false --home /var/run/avahi --disabled-password avahi
Ansgar Wiechers
  • 4,197
  • 2
  • 17
  • 26