So i did a opkg install of the avahi-daemon
(after installing the entware stuff), it installed just fine.
but when i start up the avahi-daemon it always compains about not having the /opt/var/run/avahi-daemon
Looking at the avahi daemon code for some reason it requires that the group of the directory and owner is the same as the daemon.
The
directory looks like this?
drwxrwxrwx 4 admin root 1024 Mar 2 13:39 .
drwxr-xr-x 6 admin root 1024 Feb 5 01:07 ..
drwxrwxrwx 2 avahi nobody 1024 Mar 2 13:39 avahi-daemon
Not sure what i am doing wrong, i added the following to the
/jffs/configs/group.add
nogroup:*:-1:
netdev:x:1:
avahi:x:2:
and
to the /jffs/configs/passwd.add
avahi:x:2:2:avahi daemon:/opt/sbin/avahi-daemon:/bin/false
I am sure that i have done something stupid. but not sure where to go from here.
(after installing the entware stuff), it installed just fine.
but when i start up the avahi-daemon it always compains about not having the /opt/var/run/avahi-daemon
Looking at the avahi daemon code for some reason it requires that the group of the directory and owner is the same as the daemon.
The
directory looks like this?
drwxrwxrwx 4 admin root 1024 Mar 2 13:39 .
drwxr-xr-x 6 admin root 1024 Feb 5 01:07 ..
drwxrwxrwx 2 avahi nobody 1024 Mar 2 13:39 avahi-daemon
Not sure what i am doing wrong, i added the following to the
/jffs/configs/group.add
nogroup:*:-1:
netdev:x:1:
avahi:x:2:
and
to the /jffs/configs/passwd.add
avahi:x:2:2:avahi daemon:/opt/sbin/avahi-daemon:/bin/false
I am sure that i have done something stupid. but not sure where to go from here.