Problems with DMS in Linux Lenny

Asked by romisol

I have a problem with the DMS module. I have installed my openerp-server in Linux Lenny and I login with my Ubuntu, the problem is when I try to attach a file in the Client (when I configure the DMS module, set the URL with the IP of my server) the system show me an error ('Permission Denied !', 'You do not permissions to write on the server side.').
However, I have installed other server in Windows XP and I dont have any problem when I attach a file.
This occur in Open ERP 5.0.1 and 5.0.3., both client and server.

Sorry, my English no is the Best.

Question information

Language:
English Edit question
Status:
Solved
For:
Odoo Server (MOVED TO GITHUB) Edit question
Assignee:
No assignee Edit question
Solved by:
romisol
Solved:
Last query:
Last reply:
Revision history for this message
romisol (romina-cuevas) said :
#1

I'am resolve the problem. The problem was the directory /usr/lib/python2.5/site-packages/openerp-server/ don't have the enough permission.

Revision history for this message
J.Ladage (j-ladage) said :
#2

Could you please explain in a little more detail how to fix this with a running intallation. E.g. I installed openerp on ubuntu and have the same problems. But there the source is put in /usr/lib/openerp-server. Should I give a group write access or even anonymous?

Revision history for this message
romisol (romina-cuevas) said :
#3

My directory openerp-server have this permissions "drwxrwxrwx 11 root root".
I hope, can I Help you.

Sorry again, my English is so bad.

Revision history for this message
Humberto Riveros (linuxcomputacion) said :
#4

Only need to change permison in others to w, i dont know why but it works, i dont know if this is correct because others is any user

change tu root user su - .. password etc.

#cd /usr/lib/python2.5/site-packages

#chmod o+w openerp-server

ls -l | grep openerp-server drwxr-xrwx 11 root root 4096 feb 20 02:00 openerp-server
Dont know if this is safe please write to <email address hidden> , i would like to resolve problems and get help.