FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Nightlies Feedback › File size limit exceeded when mt-daapd.log>2GB
- This topic has 11 replies, 6 voices, and was last updated 17 years, 1 month ago by rpedde.
-
AuthorPosts
-
02/10/2007 at 2:45 PM #1788oliverParticipant
When I tried to start up mt-daapd it just said “File size limit exceeded” and wouldn’t start. However, a few minutes ago I discovered that this error was talking about my mt-daapd.log (optional setting in mt-daapd.conf), that had grown above 2GB. It appears that mt-daapd won’t start if the log file is larger than 2GB.
Maybe this is a feature rather than a bug though, in my case the log file would have kept growing until my root partition was all used up. My logfile had grown very fast becaus of my debuglevel setting, that was set to 9.
Maybe this error should say “Logfile size limit exceeded” rather than “File size limit exceeded”. That would make it easier to understand, I believe. π I use svn-1668 by the way.
Anyway, Thanks for a great piece of software, I use it daily. π
02/10/2007 at 4:12 PM #12797S80_UKParticipantCould be a feature of your operating system…? FAT32 has a 2 gig limit for each file.
02/10/2007 at 4:44 PM #12798oliverParticipant@S80_UK wrote:
Could be a feature of your operating system…? FAT32 has a 2 gig limit for each file.
Hm I don’t think so. But then I’m no expert. I’m running ubuntu server (“2.6.15-26-server”), and my root partition’s filesystem is ext2.
02/10/2007 at 5:14 PM #12799S80_UKParticipantOK, it was only a guess – Ext2 goes to 16G with a 1k block size (larger with larger blocks) so something else is responsible.
04/10/2007 at 1:38 AM #12800rpeddeParticipant@oliver wrote:
When I tried to start up mt-daapd it just said “File size limit exceeded” and wouldn’t start. However, a few minutes ago I discovered that this error was talking about my mt-daapd.log (optional setting in mt-daapd.conf), that had grown above 2GB. It appears that mt-daapd won’t start if the log file is larger than 2GB.
Maybe this is a feature rather than a bug though, in my case the log file would have kept growing until my root partition was all used up. My logfile had grown very fast becaus of my debuglevel setting, that was set to 9.
Maybe this error should say “Logfile size limit exceeded” rather than “File size limit exceeded”. That would make it easier to understand, I believe. π I use svn-1668 by the way.
Anyway, Thanks for a great piece of software, I use it daily. π
The real fix is 64 bit file support. I need to find a >2G *something* to test with, though.
Maybe I should just grow my logs to 2G like you did. π
29/10/2007 at 10:49 AM #12801solexxGuest@rpedde wrote:
The real fix is 64 bit file support. I need to find a >2G *something* to test with, though.
That’s easy (if you run Linux): dd if=/dev/zero of=2gigfile bs=1M count=1025.
This will give you give you 2GB+1MB of zeroes. May even be sent around by mail if compressed. π
31/10/2007 at 5:16 AM #12802rpeddeParticipant@solexx wrote:
@rpedde wrote:
The real fix is 64 bit file support. I need to find a >2G *something* to test with, though.
That’s easy (if you run Linux): dd if=/dev/zero of=2gigfile bs=1M count=1025.
This will give you give you 2GB+1MB of zeroes. May even be sent around by mail if compressed. π
hrm… yeah, but that’s less than useful, as it isn’t an mp3 file or something I can stream. π
— Ron
31/10/2007 at 7:58 PM #12803beekaParticipant@rpedde wrote:
it isn’t an mp3 file or something I can stream. π
Maybe you could copy an mp3 file to the beginning and end of the 2gb of zeros? My first thought was to concatenate 2gb of mp3 files into one, but a core of zeros might be easier… Of course, testing could take quite a while if you have to stream to the 2gb mark before you find errors π (nearly four hours even if it was wave audio)
Steve.
01/11/2007 at 2:56 AM #12804AnonymousInactiveI’m guessing this is why all the video content I have that is larger than 2GB doesn’t show up?
—
Steve02/11/2007 at 5:59 AM #12805rpeddeParticipant@smcclay wrote:
I’m guessing this is why all the video content I have that is larger than 2GB doesn’t show up?
—
SteveProbably. How to you generate a m4v that large?
-
AuthorPosts
- The forum ‘Nightlies Feedback’ is closed to new topics and replies.