Community
Participate
Working Groups
Just downloaded the agentctrl.linux_ia32-TPTP-4.3.0, unzipped, set LD_LIBRARY_PATH, edited agents/*/agent.xml files, and ran SetConfig. After accepting default for "Security enabled" (FALSE), at the end SetConfig asserts that: "Agent Controller has been configured for security.", asks for the root password, then objects that chown & chmod fail: "cannot access `ChkPass': No such file or directory". I confirm that the security directory only has generateKey.bat and generateKey.sh if that is where they are supposed to go. I've not tested this on Windows yet. (Serviceconfig.xml does properly show "SecurityEnabled" as "false" so that it is taking the default correctly.)
Need this fixed before we begin to replace 4.3 RAC with AC for Linux 32 on the download site and request wider testing. Targetting 4.3 i2 - but need it sooner rather than later in that time frame.
I need to change src-native/collection/packaging/bin/SetConfig.sh to say RAC_SECURED=`grep -c '<Security ' ../config/serviceconfig.xml` #### NOTE THE *SPACE* after Security!! AC_SECURED=`grep -c '<SecurityEnabled>true' ../config/serviceconfig.xml` SECURED=`expr $RAC_SECURED + $AC_SECURED` instead of the single check for '<Security' (without the space) that works for the RAC but not for us in "new tech AC"-land.
I've tested both ways (security enabled and not) on both (AC and RAC) and this appears to work perfectly. Just waiting for Samson to confirm he sees no problem before checking in.
*** Bug 156179 has been marked as a duplicate of this bug. ***
Checked in change after some review by Karla.
As of TPTP 4.6.0, TPTP is in maintenance mode and focusing on improving quality by resolving relevant enhancements/defects and increasing test coverage through test creation, automation, Build Verification Tests (BVTs), and expanded run-time execution. As part of the TPTP Bugzilla housecleaning process (see http://wiki.eclipse.org/Bugzilla_Housecleaning_Processes), this enhancement/defect is verified/closed by the Project Lead since this enhancement/defect has been resolved and unverified for more than 1 year and considered to be fixed. If this enhancement/defect is still unresolved and reproducible in the latest TPTP release (http://www.eclipse.org/tptp/home/downloads/), please re-open.