[Buildroot] [PATCH] Remove user "default"

Peter Korsgaard jacmet at uclibc.org
Thu Jun 5 20:23:46 UTC 2014


>>>>> "Nicholas" == Nicholas Kulikov <nkulikov at gmail.com> writes:

 > I don't know why but avahi-autopipd uses this by default.
 > `ps` output from system built by using Buildroot:
 > # ps -o pid,ppid,user,comm,args
 > PID   PPID  USER     COMMAND
 >    1     0 root     init
 > ...
 >  807     1 default  avahi-autoipd    avahi-autoipd: [eth1] bound 169.254.8.72
 >  808   807 root     avahi-autoipd    avahi-autoipd: [eth1] callout dispatcher
 > ...

Ahh, that's because of:

git grep default package/avahi/avahi.mk
package/avahi/avahi.mk:         --with-avahi-user=default \
package/avahi/avahi.mk:         --with-avahi-group=default \
package/avahi/avahi.mk:         --with-autoipd-user=default \
package/avahi/avahi.mk:         --with-autoipd-group=default

We should adjust avahi.mk to create an avahi user. I'll take a look.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list