FS#10878 - avahi-autoipd doesn't work
Attached to Project:
Arch Linux
Opened by Björn Martensen (baze) - Thursday, 10 July 2008, 13:31 GMT
Last edited by Douglas Soares de Andrade (dsa) - Saturday, 22 November 2008, 21:10 GMT
Opened by Björn Martensen (baze) - Thursday, 10 July 2008, 13:31 GMT
Last edited by Douglas Soares de Andrade (dsa) - Saturday, 22 November 2008, 21:10 GMT
|
Details
avahi-autoipd, which is used by networkmanager 0.7 now to
get an automatically assigned ip address, doesn't work in
arch, because the user "avahi-autoipd" isn't generated by
the avahi.install file.
when i try to run avahi-autoipd manually, i get this error: $ sudo avahi-autoipd eth0 Failed to find user 'avahi-autoipd'. this is what the networkmanager dev told me: avahi-autoipd usually tries to use it's own user and drop privileges after launch. Fedora avahi-autoipd package does: /usr/sbin/groupadd -f -r avahi-autoipd /usr/bin/id avahi-autoipd >/dev/null 2>&1 || \ /usr/sbin/useradd -r -g avahi-autoipd -c 'avahi-autoipd' -s /sbin/nologin -d %{_localstatedir}/lib/avahi-autoipd avahi-autoipd |
This task depends upon
Closed by Douglas Soares de Andrade (dsa)
Saturday, 22 November 2008, 21:10 GMT
Reason for closing: Fixed
Additional comments about closing: Hi,
I rebuilt avahi to make avahi-autoipd use the user avahi created in the instalation, so you should not have any issues now.
Thanks.
Saturday, 22 November 2008, 21:10 GMT
Reason for closing: Fixed
Additional comments about closing: Hi,
I rebuilt avahi to make avahi-autoipd use the user avahi created in the instalation, so you should not have any issues now.
Thanks.
We will create the user, as avahi itself creates other user.
Sorry for did not see this thread before.