On Wed, Sep 28, 2005 at 07:57:56PM +0200, Adrian Neumaier wrote:

...

> 
> python2.4 (2.4.1+2.4.2rc1-1):
> 
> python2.4 -c 'import os; print os.statvfs("/")'
> (4096, 4096, 1802133918588257, 2020764933271418, 1546304191037019, 0, 0, 255, 
> 0, 0)
                ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^

this says your filesystem is 1802133918588257*4096 B == 6.4 exabytes big(!)
likewise, it says you have 7.2 exabytes of free space, therefore the
occupied space is negative and this is where pydf fails.
I am going to reassign the bug to python.

> 
> python2.4 -c 'import os; print os.statvfs("/home")'
> (4096, 4096, 1640913730780508, 1108307721154497, 1101865270110756, 0, 0, 255, 
> 0, 0)
> 
> 

ditto



-- 
 -----------------------------------------------------------
| Radovan GarabĂ­k http://kassiopeia.juls.savba.sk/~garabik/ |
| __..--^^^--..__    garabik @ kassiopeia.juls.savba.sk     |
 -----------------------------------------------------------
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread!

Reply via email to