Re: FileField problem

2006-05-31 Thread mahakala
Hi, Eric I just figure out what cause the problem, it relates to fedora SELinux, since this is just a demo runs in my vmware, I disable it, and everythins seems all right now. I will try to learn some SELinux policy to enforce it again. Thank you! mahakala --~--~-~--~~~-

Re: FileField problem

2006-05-31 Thread Eric Walstad
On Wednesday 31 May 2006 11:07, mahakala wrote: > Hi, Eric, > it is > > drwxrwxrwx 2 root root 4096 Jun 1 01:10 demo > > and > > drwxrwxrwx 2 root root 4096 Jun 1 01:10 opt > > thks. Does /opt/demo/test.txt already exist? If so, what are the permissions on it? I think what I'd try is: Make /

Re: FileField problem

2006-05-31 Thread mahakala
Hi, Eric, it is drwxrwxrwx 2 root root 4096 Jun 1 01:10 demo and drwxrwxrwx 2 root root 4096 Jun 1 01:10 opt thks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, s

Re: FileField problem

2006-05-31 Thread Eric Walstad
On Wednesday 31 May 2006 09:57, mahakala wrote: > when I use the file > upload, the system says IOError, Permission denied. I have modified the > upload folder to be writable for everyone. Any hints how to solve this? > [Errno 13] Permission denied: '/opt/demo/test.txt' Hi mahakala, What is the

Re: FileField problem

2006-05-31 Thread mahakala
forgot to say, the system is fedora 5(apache mysql & mod_python with it) + django trunk. thks. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@