David Neuman created TC-397:
-------------------------------
Summary: Traffic Stats install can't create traffic_stats user
Key: TC-397
URL: https://issues.apache.org/jira/browse/TC-397
Project: Traffic Control
Issue Type: Bug
Components: Traffic Stats
Affects Versions: 2.0.0
Reporter: David Neuman
Priority: Minor
The traffic_stats install throws errors saying that it cannot create the
traffic_stats user. The result is that everything is owned by root instead.
The install process should make the necessary user:
{quote}
Running transaction
groupadd: GID '422' already exists
useradd: group 'traffic_stats' does not exist
passwd: Unknown user name 'traffic_stats'.
chage: user 'traffic_stats' does not exist in /etc/passwd
Installing : traffic_stats-2.0.0-5668.85d14ebe.el7.x86_64
1/1
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
warning: user traffic_stats does not exist - using root
warning: group traffic_stats does not exist - using root
{quote}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)