Code:
sudo update-rc.de avahi-daemon defaults
grywnn
Donor Posts: 379 Joined: Mar 2010 Reputation: 0 Location: Germany |
2012-04-09 11:44
Post: #21
Try this one:
Code: sudo update-rc.de avahi-daemon defaults |
| find quote |
tmacka88
Member Posts: 81 Joined: Mar 2012 Reputation: 0 |
2012-04-10 04:28
Post: #22
(2012-04-09 11:44)grywnn Wrote: Try this one:I get this error trent_mackness@XBMC:~$ sudo update-rc.de avahi-daemon defaults sudo: update-rc.de: command not found thaks |
| find quote |
Memphiz
Team-XBMC Developer Joined: Feb 2011 Reputation: 91 Location: germany |
2012-04-10 11:41
Post: #23
try without that .de thing (sudo update-rc avahi-daemon defaults)
You ever noticed autocompletion? You can type "update" followed by hitting the tab key twice and it will expand all possible commands which start with the word update. AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here HowTo setup NFS for XBMC: Wiki NFS HowTo configure avahi (zeroconf): Wiki Avahi READ THE IOS FAQ!: iOS FAQ
(This post was last modified: 2012-04-10 11:42 by Memphiz.)
|
| find quote |
erhnam
Team-XBMC Live Developer Joined: May 2009 Reputation: 2 Location: The Netherlands |
2012-04-12 12:33
Post: #24
Memphiz,
The avahi deamon should be running by default on xbmcbuntu; Code: xbmc@live:~$ ps -eaf | grep avaMaybe the avahi deamon has been stopped or crashed? |
| find quote |
Memphiz
Team-XBMC Developer Joined: Feb 2011 Reputation: 91 Location: germany |
2012-04-12 15:55
Post: #25
Seems to work for him when he starts it manually. Good to know that it doesn't seem to be a general issue with xbmcbuntu then.
AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here HowTo setup NFS for XBMC: Wiki NFS HowTo configure avahi (zeroconf): Wiki Avahi READ THE IOS FAQ!: iOS FAQ |
| find quote |
typ3ird
Junior Member Posts: 5 Joined: Dec 2009 Reputation: 0 |
2012-04-12 20:22
Post: #26
I had the very same problem... worked once i started it manually. Ran the command for registering on startup now, hope that helps.
(XBMCbuntu, eden on ASRock 330) |
| find quote |
tmacka88
Member Posts: 81 Joined: Mar 2012 Reputation: 0 |
2012-04-18 05:02
Post: #27
any more ideas cause it still will not automatically start the daemon when the computer boots.
thanks |
| find quote |
tmacka88
Member Posts: 81 Joined: Mar 2012 Reputation: 0 |
2012-04-20 08:44
Post: #28
(2012-04-10 11:41)Memphiz Wrote: try without that .de thing (sudo update-rc avahi-daemon defaults) i did what you said with udate (tab twice) and there was a "update-rc.d" command so i used that withing the previous code and got this. Quote:trent_mackness@XBMC:~$ sudo update-rc.d avahi-daemon defaults went to the site but doesnt really make much sense to me ;( (2012-04-12 20:22)typ3ird Wrote: I had the very same problem... worked once i started it manually. Ran the command for registering on startup now, hope that helps. Which command worked for you to register on startup?
(This post was last modified: 2012-04-20 08:45 by tmacka88.)
|
| find quote |
Memphiz
Team-XBMC Developer Joined: Feb 2011 Reputation: 91 Location: germany |
2012-04-20 09:53
Post: #29
looks like it should already startup on boot for you (thats what the "System start/stop links for /etc/init.d/avahi-daemon already exist." means).
No clue whats up there. I quit supporting here now, since linux is not my system. Really wondering why not someone of the linux devs jumps in here :/ AppleTV2/iPhone/iPod: HowTo find debug logs and everything else which the devs like so much: click here HowTo setup NFS for XBMC: Wiki NFS HowTo configure avahi (zeroconf): Wiki Avahi READ THE IOS FAQ!: iOS FAQ |
| find quote |
tmacka88
Member Posts: 81 Joined: Mar 2012 Reputation: 0 |
2012-05-03 13:34
Post: #30
Anyone else have any other ideas how to fix this. The only way i get it to work is manually
Code: sudo service avahi-daemon startHasnt anyone els had this issue cause I have done 4-5 clean installs and everytime same problem. Could it be something on my motherboard BIOS? cheers |
| find quote |