Reply To: Ubuntu Nightlies upgrade issues

#12808
rpedde
Participant

@SonicGT wrote:

I had firefly running fine on my Ubuntu feisty machine, went to upgrade it and now it won’t work
I used the dpkg -i latestnightly.deb
and it says its installed, but it really doesn’t appear to be running (doesn’t show up in itunes or can’t get to web console.)

when I try
sudo /etc/init.d/mt-daap restart
I get this
client.c:776: avahi_client_errno: Assertion ‘client failed.
Aborted (core dumped)

I’m not a linux guru more of an intermediate or beginner so any help would be appreciated.
I’m running Feisty but only accessing via ssh, so using command line only thanks.

avahi-daemon isn’t running.

Make sure your /etc/default/avahi (or avahi-daemon, can’t remember) has been changed to auto-start at boot, then do “/etc/init.d/avahi-daemon start”.

— Ron