Difference between revisions of "Talk:Avahi"

From WebOS Internals
Jump to navigation Jump to search
(another bug report.)
(fixed the S60avahi init.d script. confirming andrew's problem.)
Line 11: Line 11:
 
--
 
--
  
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:
+
I can confirm the same errors as andrew's.
 
 
<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 10:09, 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?

--

I can confirm the same errors as andrew's.