Hi list,
I'm happy to join to this nice mail list. At my company we use
python to handle system administration tasks.
I found the next problem during my work:
test.py:
# cat test.py
#!/usr/bin/python
import os
os.statvfs('/')
r
Hi,
not yet, I will check it today, thanks for the idea !
We may have some deeper problem...
Br,
Peter.
On 10/15/2011 05:46 PM, ext Kev Dwyer wrote:
Peter G. Marczis wrote:
Hello Peter,
Welcome to the list.
Have you tried calling statvfs from a C program? What happens if you do?
Best