Difference between revisions of "Talk:Avahi"
Jump to navigation
Jump to search
(Can't get Avahi daemon started) |
Christefano (talk | contribs) (another bug report.) |
||
| Line 8: | Line 8: | ||
I did remove Avahi, reboot the Pre and try the process from scratch but the result is the same. Thoughts? | I did remove Avahi, reboot the Pre and try the process from scratch but the result is the same. Thoughts? | ||
| + | |||
| + | -- | ||
| + | |||
| + | There's something wrong with the Avahi instructions but I don't know what. The S60avahi init.d script is executable but I'm getting some weird errors: | ||
| + | |||
| + | <pre> | ||
| + | /opt/etc/init.d/S60avahi: line 1: !/bin/sh: No such file or directory | ||
| + | /opt/sbin/avahi: No such file or directory | ||
| + | </pre> | ||
| + | |||
| + | I think the "if [ -n "`pidof /opt/sbin/avahi`" ]; then" line should point to /opt/sbin/avahi-daemon but I'm not entirely sure. | ||
Revision as of 09:00, 17 August 2009
After following the instructions in Avahi#Avahi_Installation and attempting to start Avahi, I get:
andrew@castle:~$ sudo /opt/sbin/avahi-daemon -D Timeout reached while wating for return value Could not receive return value from daemon process. andrew@castle:~$ ps -ef | grep -i avahi andrew 2042 2003 0 18:19 pts/0 00:00:00 grep -i avahi
I did remove Avahi, reboot the Pre and try the process from scratch but the result is the same. Thoughts?
--
There's something wrong with the Avahi instructions but I don't know what. The S60avahi init.d script is executable but I'm getting some weird errors:
/opt/etc/init.d/S60avahi: line 1: !/bin/sh: No such file or directory /opt/sbin/avahi: No such file or directory
I think the "if [ -n "`pidof /opt/sbin/avahi`" ]; then" line should point to /opt/sbin/avahi-daemon but I'm not entirely sure.