Re: [ZODB-Dev] Strange "File too large" problem

2008-01-24 Thread Izak Burger

Andreas Jung wrote:

For 1KB blocksize...which is uncommon..the default is 4 or 8KB.


Bingo! They have the Data.fs file on a separate filesystem, with a 
blocksize of 1KB. It explains why I found a Data.fs.old dated about a 
month ago, also 17GB in size... clearly this has happened before. Good 
thing they are using LVM. We can just create a filesystem with a decent 
blocksize and move the files.


Thanks for the help.

regards,
Izak
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev


Re: [ZODB-Dev] Strange "File too large" problem

2008-01-24 Thread Andreas Jung



--On 24. Januar 2008 16:48:38 -0200 Leonardo Santagada 
<[EMAIL PROTECTED]> wrote:




On 24/01/2008, at 16:39, Dieter Maurer wrote:



This suggests a route for further investigation:

 What causes the reporter's operating system to report "file too
large".

This is not a ZODB question but one for the respective operating
system.




Yes and I think wikipedia knows the answer to that:

http://en.wikipedia.org/wiki/Ext3

Max file size: 16GiB



For 1KB blocksize...which is uncommon..the default is 4 or 8KB.

Andreas 

pgp2fG5eboNWI.pgp
Description: PGP signature
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev


Re: [ZODB-Dev] Strange "File too large" problem

2008-01-24 Thread Leonardo Santagada


On 24/01/2008, at 16:39, Dieter Maurer wrote:



This suggests a route for further investigation:

 What causes the reporter's operating system to report "file too  
large".


This is not a ZODB question but one for the respective operating  
system.





Yes and I think wikipedia knows the answer to that:

http://en.wikipedia.org/wiki/Ext3

Max file size: 16GiB

--
Leonardo Santagada



___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev


Re: [ZODB-Dev] Strange "File too large" problem

2008-01-24 Thread Dieter Maurer
Andreas Jung wrote at 2008-1-24 19:20 +0100:
> ...
>>>   Module ZODB.utils, line 96, in cp
>>> IOError: [Errno 27] File too large
>>
>> Apparently, you do not have "large file support" and your storage
>> file has readed the limit for "small" files.
>>
>
>LFS is usually required for files larger than 2GB. According to my 
>information I got from the reporter: the file was 17GB large.

Nevertheless, the operating system reported a "file too large"
error on "write".

This suggests a route for further investigation:

  What causes the reporter's operating system to report "file too large".

This is not a ZODB question but one for the respective operating system.



-- 
Dieter
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev


Re: [ZODB-Dev] Strange "File too large" problem

2008-01-24 Thread Andreas Jung



--On 24. Januar 2008 19:13:55 +0100 Dieter Maurer <[EMAIL PROTECTED]> 
wrote:



Izak Burger wrote at 2008-1-24 13:57 +0200:

...
I'm kind of breaking my normal rules of engagement here by immediately
sending mail to a new list I just subscribed to, but then Andreas Jung
did ask me to send a mail about this to the list.

This morning one of our clients suddenly got this error:

Traceback (innermost last):
  Module ZPublisher.Publish, line 121, in publish
  Module Zope2.App.startup, line 240, in commit
  Module transaction._manager, line 96, in commit
  Module transaction._transaction, line 380, in commit
  Module transaction._transaction, line 378, in commit
  Module transaction._transaction, line 436, in _commitResources
  Module ZODB.Connection, line 665, in tpc_vote
  Module ZODB.FileStorage.FileStorage, line 889, in tpc_vote
  Module ZODB.utils, line 96, in cp
IOError: [Errno 27] File too large


Apparently, you do not have "large file support" and your storage
file has readed the limit for "small" files.



LFS is usually required for files larger than 2GB. According to my 
information I got from the reporter: the file was 17GB large.


Andreas

pgpDa47xNo0Vv.pgp
Description: PGP signature
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev


Re: [ZODB-Dev] Strange "File too large" problem

2008-01-24 Thread Dieter Maurer
Izak Burger wrote at 2008-1-24 13:57 +0200:
> ...
>I'm kind of breaking my normal rules of engagement here by immediately 
>sending mail to a new list I just subscribed to, but then Andreas Jung 
>did ask me to send a mail about this to the list.
>
>This morning one of our clients suddenly got this error:
>
>Traceback (innermost last):
>   Module ZPublisher.Publish, line 121, in publish
>   Module Zope2.App.startup, line 240, in commit
>   Module transaction._manager, line 96, in commit
>   Module transaction._transaction, line 380, in commit
>   Module transaction._transaction, line 378, in commit
>   Module transaction._transaction, line 436, in _commitResources
>   Module ZODB.Connection, line 665, in tpc_vote
>   Module ZODB.FileStorage.FileStorage, line 889, in tpc_vote
>   Module ZODB.utils, line 96, in cp
>IOError: [Errno 27] File too large

Apparently, you do not have "large file support" and your storage
file has readed the limit for "small" files.



-- 
Dieter
___
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev