Chris Leeworthy (leewoc)2016-03-02 12:17 All seems to be working OK now. Thank you for all your help. I would be interested in helping to develop Tuleap but as you can see I'd probably need help to get up to speed. Original Submission Show diff Switch to markup diff Something went wrong, the follow up content couldn't be loaded Only formatting have been changed, you should switch to markup to see the changes
Manuel Vacelet (vaceletm)2016-03-02 11:47 Please clean your local cache before running yum update: yum clean all Original Submission Show diff Switch to markup diff Something went wrong, the follow up content couldn't be loaded Only formatting have been changed, you should switch to markup to see the changes
Chris Leeworthy (leewoc)2016-03-02 11:38 performing a yum update fails, it seems to be trying to upgrade to 8.11.99.96-1 rather than 8.11.99.98 Downloading Packages:http://ci.tuleap.net/yum/tuleap/rhel/6/dev/x86_64/tuleap-all-8.11.99.96-1.el6.noarch.rpm: [Errno 14] PYCURL ERROR 22 - "The requested URL returned error: 404 Not Found"
Nicolas Terray (nterray)2016-03-02 11:05 @leewoc You should upgrade your platform to 8.11.99.98 and follow @vaceletm instructions to import missing templates.
Nicolas Terray (nterray)2016-03-02 11:03Status changed from New to ClosedClose date set to 2016-03-02
Chris Leeworthy (leewoc)2016-03-01 22:35 Hi Manuel thanks for such a quick response. I'm afraid I don't know how to get the patch from gerrit onto my system, perhaps you could advise? Original Submission Show diff Switch to markup diff Something went wrong, the follow up content couldn't be loaded Only formatting have been changed, you should switch to markup to see the changes
Manuel Vacelet (vaceletm)2016-03-01 19:05 First, you should change the permissions of codendi_cache to codendiadm:codendiadm Then I pushed a patch for the initial issue as gerrit #5178 For reference, once merged, in order to re-import missing templates: /bin/ls /usr/share/tuleap/plugins/tracker/www/resources/templates/*.xml | while read f; do /usr/share/tuleap/src/utils/php-launcher.sh /usr/share/tuleap/plugins/tracker/bin/import_tracker_xml_template.php $f; done Original Submission Show diff Switch to markup diff Something went wrong, the follow up content couldn't be loaded Only formatting have been changed, you should switch to markup to see the changes
Chris Leeworthy (leewoc)2016-03-01 18:31 last edited by: Chris Leeworthy (leewoc) 2016-03-01 18:46 <p>permissions and ownership of /var/tmp/tuleap_cache</p> <p>ownership is codendiadm:codendiadm</p> <p>Permissions are drwxr-xr-x</p> <p>There is also a link, codendi_cache which points to this directory </p> <p>its ownership is root:root</p> <p>its permisions are lrwxrwxrwx</p> <p>getenforce returns Disabled.</p> <p> </p> Original Submission Show diff Switch to markup diff Something went wrong, the follow up content couldn't be loaded Only formatting have been changed, you should switch to markup to see the changes
Manuel Vacelet (vaceletm)2016-03-01 18:25 I think I identified the issue at the origin of your problem but it seems that you have anohter one: Could you check: Permissions & ownership on /var/tmp/tuleap_cache what is the result of "getenforce" Original Submission Show diff Switch to markup diff Something went wrong, the follow up content couldn't be loaded Only formatting have been changed, you should switch to markup to see the changes
Chris Leeworthy (leewoc)2016-03-01 18:19 There appear to be lots of permissions errors in the error log Manuel. They all look very similar, like the examples below [Tue Mar 01 15:40:14 2016] [error] [client 10.8.20.150] PHP Warning: Unknown: open(/var/tmp/tuleap_cache/sess_8c2vvutm2448bnv62e0cuahhm5, O_RDWR) failed: Permission denied (13) in Unknown on line 0, referer: http://tuleap.localdomain/admin/groupedit.php?group_id=101 [Tue Mar 01 15:40:14 2016] [error] [client 10.8.20.150] PHP Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/var/tmp/tuleap_cache) in Unknown on line 0, referer: http://tuleap.localdomain/admin/groupedit.php?group_id=101 [Tue Mar 01 15:40:29 2016] [error] [client 10.8.20.150] PHP Warning: session_start(): open(/var/tmp/tuleap_cache/sess_8c2vvutm2448bnv62e0cuahhm5, O_RDWR) failed: Permission denied (13) in /usr/share/tuleap/src/common/include/LoaderScheduler.php on line 44, referer: http://tuleap.localdomain/admin/userlist.php?group_id=101 Original Submission Show diff Switch to markup diff Something went wrong, the follow up content couldn't be loaded Only formatting have been changed, you should switch to markup to see the changes
Manuel Vacelet (vaceletm)2016-03-01 18:09 What's the error you get in /Var/log/httpd/error_log on the server ? Original Submission Show diff Switch to markup diff Something went wrong, the follow up content couldn't be loaded Only formatting have been changed, you should switch to markup to see the changes
Chris Leeworthy (leewoc)2016-03-01 18:01 More information - I have found the actual template XML files in /usr/share/tuleap/plugins/tracker/www/resources/templates/ I tried downloading the XML files to my own machine and then installing them as XML files via the create tracker from XML file option but this caused a 500 error on the server. Some problem importing the templates maybe? Original Submission Show diff Switch to markup diff Something went wrong, the follow up content couldn't be loaded Only formatting have been changed, you should switch to markup to see the changes