Message7097
!! Simple to repoduce
root@django:~# /opt/jython-2.5.3b1/bin/jython test.py
Traceback (most recent call last):
File "test.py", line 5, in <module>
os.chmod(path, mode)
OSError: [Errno 20000] Unknown error: 20000: '/root/test.out'
root@django:~# df -n /root
/ : zfs
root@django:~# cat test.py
import os
path = '/root/test.out'
mode = 511
os.chmod(path, mode)
!! This bug cause problem when trying to install django (and other django-jython utility that use chmod) |
|
Date |
User |
Action |
Args |
2012-05-16 23:17:53 | Nsakala | set | recipients:
+ Nsakala |
2012-05-16 23:17:53 | Nsakala | set | messageid: <1337210273.92.0.934465572836.issue1885@psf.upfronthosting.co.za> |
2012-05-16 23:17:53 | Nsakala | link | issue1885 messages |
2012-05-16 23:17:53 | Nsakala | create | |
|