Idiot’s guide to upgrades/nightlies …

FireFly Media Server Firefly Media Server Forums Firefly Media Server Setup Issues Idiot’s guide to upgrades/nightlies …

Viewing 4 posts - 11 through 14 (of 14 total)
  • Author
    Posts
  • #3274
    rpedde
    Participant

    Good to hear.

    Hopefully if you had to do it again it would take less than 5 flashes. 🙂

    All’s well that ends well, I guess… and next time I’m in the area, I’ll take you up on the beer.

    — Ron

    #3275
    rpedde
    Participant

    It should automatically fetch those when you try and install the nightly.

    You may have to update your feeds list with:


    ipkg update

    You may also need to make sure you have native feeds enabled:


    ipkg install unslung-feeds

    Then install the nightly and it should go.

    — Ron

    #3276
    TheLuddite
    Guest

    Here’s my key-stroke oriented distillation of the above advice on how to install the latest nightly onto an NSLU. It worked for me. Hopefully this will save others some time and confusion.

    1. Get the mt-daapd nightly ipk (e.g. onto your slug’s harddisk somehow
    Get the the libao ipk (e.g. ipkg install libao_0.8.6-1_armeb.ipk) onto your slug’s harddisk somehow
    – you should be able to download direct from the web a convenient folder on the HD using Firefox or Explorer, if you’ve mapped the NSLU drive as Admin 1 in Windows Explorer (Tools/Map Network Drive; the synax is \slugnameadmin 1)

    2. If you have an old version (e.g. the “stable version”) the first step is to uninstall it by typing the following command at the # prompt in a Telnet session with the NSLU:
    # ipkg remove mt-daapd

    3. Next, check to make sure your gateway and DNS entries are up-to-date using the NSLU web-based interface under Admin LAN (e.g. http://192.168.1.77/Management/setup.cgi?next_file=lan.htm). Enter the numbers and hit Save. You can find the numbers through your PC, by following the instructions at

    4. Back in the Telnet session, Update the feed:
    # ipkg update

    5. Enable native feeds, again by typing the following at the Telnet # prompt:
    # ipkg install unslung-feeds

    6. Finally, in Telnet session, begin installing the nightly packages. Change directory (# cd /xxxxxx) so you are in the folder in which you placed libao ipk and mt-daapd ipk in the first step above. Install libao first, by typing:
    # ipkg install libao_0.8.6-1_armeb.ipk (change this if necessary to matches the ipk file you down loaded)

    7. When it is done, then type the following to install the mt-daapd nightly:
    # ipkg install mt-daapd_svn-1376-1_armeb.ipk (change this if necessary to matches the ipk file you down loaded)

    8. Exit the Telnet session, and reboot the NSLU. You should be up an running.

    Smart playlists can be created using the very cool web-based mt-daapd/Firefly configuration tool at http://192.168.1.77:3689/smart.html.

    #3277
    spike
    Guest

    TheLuddite, All,

    Thanks for a very helpful thread. After much cursing it seems to be working. One point I would add for the benefit of Mac users is that if you unzip the nightly files with a mac before moving them to the slug you get an ‘Invalid Magic’ error upon attempting to run ipkg.

    I got round this by referring to this thread:

    http://forums.fireflymediaserver.org/viewtopic.php?t=5164&highlight=magic

    and used wget to pull the files directly onto the slug.

Viewing 4 posts - 11 through 14 (of 14 total)
  • The forum ‘Setup Issues’ is closed to new topics and replies.