Difference between revisions of "Talk:Avahi"

From WebOS Internals
Jump to navigation Jump to search
(another bug report.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
After following the instructions in [[Avahi#Avahi_Installation]] and attempting to start Avahi, I get:
+
<strike>After following the instructions in [[Avahi#Avahi_Installation]] and attempting to start Avahi, I get:
  
 
<pre>andrew@castle:~$ sudo /opt/sbin/avahi-daemon -D
 
<pre>andrew@castle:~$ sudo /opt/sbin/avahi-daemon -D
Line 7: Line 7:
 
andrew    2042  2003  0 18:19 pts/0    00:00:00 grep -i avahi</pre>
 
andrew    2042  2003  0 18:19 pts/0    00:00:00 grep -i avahi</pre>
  
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?</strike>
 +
 
 +
Many many months later, now on webOS 1.4.5 (Sprint), I followed the instructions and was able to connect as described. I also updated the instructions to reflect using an SSH key. --[[User:Andrew|Andrew]] 03:21, 15 August 2010 (UTC)
  
 
--
 
--
  
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.
 
+
: Same here. [[User:Crynyd|Crynyd]] 21:24, 30 September 2009 (UTC)
<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.
 

Latest revision as of 04:21, 15 August 2010

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?

Many many months later, now on webOS 1.4.5 (Sprint), I followed the instructions and was able to connect as described. I also updated the instructions to reflect using an SSH key. --Andrew 03:21, 15 August 2010 (UTC)

--

I can confirm the same errors as andrew's.

Same here. Crynyd 21:24, 30 September 2009 (UTC)