FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Nightlies Feedback › Use 1586 or 1696, nothing in between
- This topic has 14 replies, 7 voices, and was last updated 16 years, 7 months ago by Anonymous.
-
AuthorPosts
-
06/11/2007 at 9:23 PM #1914masParticipant
Just a reminder for new guys here:
Use either svn-1586 as latest “stable” build before the code rewrite or use svn-1696. All versions in between have rather severe memory leaks. May not be too visible on a normal computer but on a NSLU it does cause the daemon to drop.
P.S.: I got a debian lenny little endian arm .deb in case someone needs it.
06/11/2007 at 10:51 PM #14239M@rkParticipantAgreed.
svn-1696 has been running smoothly on my slug for a week now.
07/11/2007 at 4:19 AM #14240rpeddeParticipant@M@rk wrote:
Agreed.
svn-1696 has been running smoothly on my slug for a week now.
Finally… now I can start breaking stuff again… playlists are next for major breakage… 🙂
10/01/2008 at 1:55 AM #14241AnonymousInactiveThis seems like a reasonable place to ask this: How do I specify what build ipkg is to grab? There is a section in the wiki “Installing a nightly build” but I assume that’s gonna grab svn-1696 and I want it to get svn-1586.
10/01/2008 at 6:32 AM #14242rpeddeParticipant@eflat wrote:
This seems like a reasonable place to ask this: How do I specify what build ipkg is to grab? There is a section in the wiki “Installing a nightly build” but I assume that’s gonna grab svn-1696 and I want it to get svn-1586.
Right… you *used* to be able to download the ipkg locally and do “ipkg install ./local-file.ipkg”, but something broke in ipkg and you can’t do that anymore.. it still looks on the web and tries to get 1696 even when you told it to load a local file.
Best fix, I think, is to download the file locally and then remove the firefly.conf from /etc/ipkg:
mv /etc/ipkg/firefly.conf /tmp
ipkg update
ipkg install ./mt-daapd-svn-1586…
mv /tmp/firefly.conf /etc/ipkg
ipkg update— Ron
10/01/2008 at 9:27 PM #14243AnonymousInactivecouple questions:
1. So I should still do “echo “src firefly http://ipkg.fireflymediaserver.org/armeb” > /etc/ipkg/firefly.conf” first (as specified on the NSLU2 Installation page)?2. What file specifically should I grab? I’ve got a slug running unslung. The options from the nightlies page are: mt-daapd-svn-1586.tar.gz, mt-daapd_0.9-svn-1586_dapper_i386.deb, mt-daapd_0.9-svn-1586_edgy_i386.deb, mt-daapd_0.9-svn-1586_etch_arm.deb, mt-daapd_0.9-svn-1586_sarge_armeb.deb, mt-daapd_0.9-svn-1586_sarge_i386.deb, mt-daapd_0.9-svn-1586_sarge_powerpc.deb, mt-daapd_svn-1586-1_armeb.ipk, mt-daapd_svn-1586-1_mipsel.ipk, mt-daapd_svn-1586-1ds101g_powerpc.ipk, mt-daapd_svn-1586-1wl500_mipsel.ipk, mt-daapd_0.9-svn-1586_etch_i386.deb, mt-daapd_0.9-svn-1586_feisty_i386.deb (I’m guessing the .deb’s are for debian, but I’ll not assume for now…)
11/01/2008 at 6:10 AM #14244AnonymousInactivemt-daapd_svn-1586-1_armeb.ipk
There is another, easier way
If you want to downgrade the version of firefly without any savings, then you can use the ipkg remove option for uninstalling a package.
If the downgrade version is stored locally, you start after the “remove” directly installing the next version from this directory.
Works fine, I’ve tried many fireflies in this way …11/01/2008 at 5:40 PM #14245AnonymousInactiveGood. I used the ‘armeb’ file and Ron’s steps and it looks like it is running. Off now to configure it, etc. Thanks!
13/01/2008 at 4:37 AM #14246AnonymousInactiveHi,
First a huge thanks to Ron for developing this great software, and others for an active community here.
Thanks to the clear instructions here, I was able to get Firefly up and running quite easily on my Synology DS-106j NAS.
I started with build 1696, but found that it crashed the server whenever I tried to load a large playlist from my Roku Soundbridge. I dropped back to 1586, and it seems to be working OK now. With this version, it still won’t load the large (~9000 songs) playlist (says “Failed to get songs”), but it doesn’t kill the server, and I can go on to other playlists, etc.
The DS-106j only has 32MB of RAM, so maybe it’s more sensitive to memory issues than some other boxes are.
Thanks again!
13/01/2008 at 11:27 PM #14247masParticipantPlease note that the Soundbridge has its limitations itself!
There is only a limited memory in the SBs, so they cannot load an indefinitely big playlists. That is however often not the limiting factor. The SBs also have a timeout and the longer the list the more time it needs.
Up to about 10k songs one finds usually success report. When you exceed that you need to use some tricks like indexing the database, using sqlite3 database over sqlite2 etc. There are forum posts about it.
And at some point it simply wont be fast enough any more and the timeout occurs – cannot load.
For 9k songs I would try to optimize the DL speed a bit and that should be doable.
-
AuthorPosts
- The forum ‘Nightlies Feedback’ is closed to new topics and replies.