[
https://issues.apache.org/jira/browse/TC-54?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15703405#comment-15703405
]
ASF GitHub Bot commented on TC-54:
----------------------------------
GitHub user elsloo opened a pull request:
https://github.com/apache/incubator-trafficcontrol/pull/107
[TC-54] - Obtain the ATS user's UID after package installation during ORT.
This resolves TC-54.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/elsloo/incubator-trafficcontrol
1.9.x_ort_ats_uid_fix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafficcontrol/pull/107.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #107
----
commit ce5d0208c268fd963afa7b1dc9767e19f19ccd3d
Author: Jeff Elsloo <[email protected]>
Date: 2016-11-28T22:52:20Z
[TC-54] - Obtain the ATS user's UID after package installation during ORT.
----
> Initial ORT fails due to missing ats UID
> ----------------------------------------
>
> Key: TC-54
> URL: https://issues.apache.org/jira/browse/TC-54
> Project: Traffic Control
> Issue Type: Bug
> Components: Traffic Ops ORT
> Affects Versions: 1.8.0
> Reporter: Jeff Elsloo
> Priority: Minor
> Fix For: 1.9.0
>
> Original Estimate: 5m
> Remaining Estimate: 5m
>
> When using ORT to perform an initial/clean install of ATS, the "ats" user is
> missing at the time we attempt to seed a global variable with its UID.
> Subsequently, the "trafficserver" package is installed, and operations
> requiring the UID (config files) fail.
> The fix is to simply move the line of code that defines the global variable
> to occur after any package installation.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)