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)
Submit workflow fails [TS 7.4.1]
Greg_Wolszczak
Hi all,
We are having some problems with submit workflow. When we run it we are getting following error:
TeamSite : Wrapper
Error: Installation problem: "%s" needs to be run as root.
Other workflows (created via WFM) are working just fine, only this one is making problems.
Utility deamon is running as root user (iwutild_runas_root=true) so it's not the problem.
TeamSite: 7.4.1
OS: RHEL 6.5
Any ideas?
Thanks in advance.
Best Regards,
Greg
Find more posts tagged with
Comments
nipper
You should have some programs that are setuid to rood, one of which is .../TeamSite/httpd/iw-bin/iw_cgi_wrapper.cgi
-371.4.1.el5-x86_64/include/net/irda/wrapper.h
[andy@whitewood lscs]$ ls -l /opt/interwoven/TeamSite/httpd/iw-bin/iw_cgi_wrapper.cgi
-r-sr-xr-x 1 root root 11835786 Dec 5 21:27 /opt/interwoven/TeamSite/httpd/iw-bin/iw_cgi_wrapper.cgi
I see a total of 9 programs in that directory that are setuid to root, but I suspect this one is the issue.
If so then you have a rogue sys admin process that is stripping away setuid and it broke your install. Fixing it will take time, you need to identify the files and fix the permissions
Greg_Wolszczak
Indeed, we had wrong permission set to that file. After changing them to original ones, everything is working fine.
Thanks for help!
Best Regards,
Greg