Closed GoogleCodeExporter closed 9 years ago
This behavior originates from the logging to file feature, which was added by
request from Diaoul who probably is the one who prepared the package for
Synology that you are using. I was hesitant to add this feature since file
access typically can result in bad stuff in a single threaded application with
real-time requirements.
This problem can't be solved without some major redesign, which won't happen
anytime soon at least. My best advice is to redirect the logging to /dev/null.
Just edit umurmur.conf and set
logfile="/dev/null";
If you really need a log you can create a ramdisk, mount it somewhere and put
the log there.
Original comment by fatbob.s...@gmail.com
on 11 Feb 2012 at 10:42
Yes, the version I'm using is in fact the package from Diaoul.
I'll test it out with the dev/null redirect.
I don't need the log for anything. I just wrote about it to tell that it wasn't
useful for me to provide any information on what was going on when the problem
occurred. A typical answer when reporting a bug is "Do you have logs, and what
does it say?" :-)
Original comment by timo.din...@gmail.com
on 12 Feb 2012 at 9:53
Your bug report really contained all info needed to pinpoint the problem
without any logs. The info I provided about the options to workaround the
problem was also if other people encounters the same problem then they can find
the answer here.
Please leave feedback if the /dev/null redirect works for you. Another option
is to remove/comment out the line with 'logfile = '.
Original comment by fatbob.s...@gmail.com
on 12 Feb 2012 at 10:20
I've now been using the /dev/null trick for some months, and during that time
there have been no problems at all.
There is no "spin up" of drives, and no one ever "lost voice" like before.
So this really does seem like a problem with the logging to file.
Original comment by timo.din...@gmail.com
on 11 May 2012 at 5:43
Thanks for the feedback!
Original comment by fatbob.s...@gmail.com
on 11 May 2012 at 7:52
Original issue reported on code.google.com by
timo.din...@gmail.com
on 7 Feb 2012 at 2:11