FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Nightlies Feedback › svn-1417 OS X feedback
- This topic has 9 replies, 4 voices, and was last updated 18 years, 1 month ago by rpedde.
-
AuthorPosts
-
01/11/2006 at 11:06 PM #735AnonymousInactive
All seems good except the false hanging issue on initial startup is still present. A simple stop and restart seems to fix it, and I’m sure most mac users have figured this out now ๐
02/11/2006 at 4:17 AM #7109rpeddeParticipant@andyg wrote:
All seems good except the false hanging issue on initial startup is still present. A simple stop and restart seems to fix it, and I’m sure most mac users have figured this out now ๐
That one really is a rendezvous bug, but I did find out that one cause of it is really long share names (but it should be checking for that now, and logging a better error if it happens).
At some point I want to integrate growl notifications for the events on mac, so I’ll be changing how the helper app talks to the server. Once that’s done, the startup stuff should go away.
— Ron
03/11/2006 at 10:34 AM #7110marcvParticipantFirst of all: Praise! Stumbled into Firefly yesterday, and I love it; easy and geeky at the same time. and above all: really fast with low CPU-usage.
My problem is this: I don’t want to have Firefly use my iTunes library files, but instead have it scan my mp3’s (scattered over several drives/partitions) independently. (I’m using iTunes6, but this is even more handy with iTunes 7 because it can load different libraries; in that situation it’s better to have all music still available on the remote side).
So I make a folder, put symlinks in it to my folders containing mp3 etc, and point Firefly to it. I had the setting for follow symlinks on “yes”.
This worked in svn-1359 but not in svn-1417.Thanks, marc
OS X 10.3.9 on Beige G3 (IDE drives)
svn-140003/11/2006 at 10:05 PM #7111rpeddeParticipant@marcv wrote:
So I make a folder, put symlinks in it to my folders containing mp3 etc, and point Firefly to it. I had the setting for follow symlinks on “yes”.
This worked in svn-1359 but not in svn-1417.Gack. Something strange with stat on osx? Grumble.
I’ll have to look at that. Meanwhile, you can work around by adding multiple folders to your music path — you’ll want to do that through the web interface though.
Meanwhile, I’ll log a ticket for the symlink thing. Thanks.
— Ron
03/11/2006 at 11:53 PM #7112marcvParticipantrpedde wrote
Gack.
๐
The adding multiple folders from the webinterface didn’t seem to work;at first. Just installed Firefly on a 10.4 machine, noticed it worked on that one; probably a script-problem with Safari in 10.3.9, will try Firefox for that.
BTW: couldn’t share my iTunes 7 ===> iTunes 6 from iTunes7; another really good reason to run Firefly on the iTunes machine as well.
(I’m hooked!)BeigeG3/10.3.9/iTunes6/
iMacG5/10.4.7/iTunes7
both svn-140008/11/2006 at 4:24 PM #7113hm42GuestWhen using Roku, firefly process sometimes starts to eat all the available CPU and slows down the system noticeably. Happened twice so far. In this state it also stops responding to clients. The process has to be killed, it won’t settle down by itself.
Also, it sometimes is not fast enough to “wake up”, ie when connecting to the server that has been idle for some time, it takes two connect and browse requests to wake it up – first attempts result timeouts on Roku.
Compilations handling still does not seem to work quite right; only some of the compilation stuff is under various artists.
09/11/2006 at 3:30 AM #7114rpeddeParticipant@marcv wrote:
rpedde wrote
Gack.
๐
The adding multiple folders from the webinterface didn’t seem to work;at first. Just installed Firefly on a 10.4 machine, noticed it worked on that one; probably a script-problem with Safari in 10.3.9, will try Firefox for that.
BTW: couldn’t share my iTunes 7 ===> iTunes 6 from iTunes7; another really good reason to run Firefly on the iTunes machine as well.
(I’m hooked!)BeigeG3/10.3.9/iTunes6/
iMacG5/10.4.7/iTunes7
both svn-1400Found this, btw — I made a wrong default.. double-check your web interfacethat follow symlinks is YES, and then do a full scan from the status page. That really should do it. Does here on 10.4.8, anyway.
09/11/2006 at 3:32 AM #7115rpeddeParticipant@hm42 wrote:
When using Roku, firefly process sometimes starts to eat all the available CPU and slows down the system noticeably. Happened twice so far. In this state it also stops responding to clients. The process has to be killed, it won’t settle down by itself.
Also, it sometimes is not fast enough to “wake up”, ie when connecting to the server that has been idle for some time, it takes two connect and browse requests to wake it up – first attempts result timeouts on Roku.
Compilations handling still does not seem to work quite right; only some of the compilation stuff is under various artists.
Version? This sounds like a svn-1313 bug, fixed in later. Probably should be running 1359.
The wakeup thing I can’t really do anything about… if the thread does a db read and it takes a while for the spindle to spin up, I can’t program my way around that.
I’m of the opinion that the soundbridge times out too fast, but I’d guess that’s probably a tuning issue — how long you wait for spinup, versus how long you have to wait when you accidentally click on a rendezvous entry that isn’t on the network anymore.
If you aren’t running 1313, I’d really like to see some of your logs, though. Haven’t seen that before, would like to see what that is.
— Ron
09/11/2006 at 7:21 AM #7116hm42Guest@rpedde wrote:
Version? This sounds like a svn-1313 bug, fixed in later. Probably should be running 1359.
svn-1417 running on mac os x 10.4.8.
At the default debug log level only these errors in the system.log seem to have happened around the same time, don’t know if they are related:
crashdump[8379]: bfobserver crashed
launchd: com.apple.dnbobserverd: exited abnormally: Bus errorI’ll run the server with a more detailed log level for a while and wait for the issue to reappear.
– hannu
11/11/2006 at 4:40 AM #7117rpeddeParticipant@hm42 wrote:
@rpedde wrote:
Version? This sounds like a svn-1313 bug, fixed in later. Probably should be running 1359.
svn-1417 running on mac os x 10.4.8.
That’s a new one, then. I wouldn’t mind seeing logs of when that happened.
At the default debug log level only these errors in the system.log seem to have happened around the same time, don’t know if they are related:
crashdump[8379]: bfobserver crashed
launchd: com.apple.dnbobserverd: exited abnormally: Bus errorbfobserver is notorious for sucking up ram, and pushing machines into swap. Wonder if that’s part of the problem. When you noticed the high cpu, was it high user cpu, or high system cpu?
I’ll run the server with a more detailed log level for a while and wait for the issue to reappear.
– hannu
I’d appreciate any help you could provide in that direction. Thanks.
— Ron
-
AuthorPosts
- The forum ‘Nightlies Feedback’ is closed to new topics and replies.