Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
OpenDeploy file permissions
arildju
I'm trying to set up a deployment to a new server, but I have problem setting the correct file permissions on the web server. I use the following line in the OD config file:
<permissionRules user="odeploy" group="webadm" file="755" directory="0755"/>
The user and group is set correctly on the files, but the file and directory mode is ignored (set to 644 instead of 755).
Anyone have an idea on how to solve the problem?
Some additional info:
- Both source and receiver servers are Solaris
- OpenDeploy is running as root on both servers
- OpenDeploy version 5.01
- This has worked before when deploying from the same TS server to other web servers here
Find more posts tagged with
Comments
skip11
what's the umask on the user odeploy ?
Skip
arildju
umask for the odeploy user:
u=rwx,g=rx,o=rx
The depoyed filse are however given the following
rw-rw-r--
skip11
Is the umask the same on the WORK/STAGING box for odeploy, or are the files owned by another account ?
Skip
arildju
The files are owned by different other accounts on the WORK/STAGING box.