Re: lockfile permission denied

2014-10-30 Thread Bill Zeng
Hi all, Thanks for the help! The records.config was out of sync after I did a re-install. Everything looks good now. Bill On Wed, Oct 29, 2014 at 7:33 AM, Jared Ocker wrote: > Does your proxy.config.admin.user_id in records.config match the owner of > your ATS files? I recently had those out

Re: lockfile permission denied

2014-10-29 Thread Jared Ocker
Does your proxy.config.admin.user_id in records.config match the owner of your ATS files? I recently had those out of sync and traffic_cop would start but not traffic_manager or traffic_server. I seem to remember it throwing some relevant errors in /var/log/messages. .: Jared On 10/28/14, 7:16

Re: lockfile permission denied

2014-10-28 Thread Cynthia Gu
Bill, Can you check if there is any port opened by traffic_server with lsof? Cynthia On 10/28/14, 7:16 PM, "Bill Zeng" wrote: >Thank you two for the replies! traffic_server.stdout is created by >traffic_cop/traffic_manager/traffic_server when it still had root >privilege. So the owner is sti

Re: lockfile permission denied

2014-10-28 Thread Bill Zeng
Thank you two for the replies! traffic_server.stdout is created by traffic_cop/traffic_manager/traffic_server when it still had root privilege. So the owner is still root. The question lies why traffic_manager and traffic_server are not started even if trafficserver is sudo'ed. On Tue, Oct 28, 20

Re: lockfile permission denied

2014-10-28 Thread Alan M. Carroll
Checking my various installs, all of this seems normal. The question I would have for Bill is how traffic_server.stdout became owned by root - chown is a privileged operation so if the script wasn't running as root, how did that get done? The trafficserver script should always be run as root. F

Re: lockfile permission denied

2014-10-28 Thread Cynthia Gu
That¹s weird. I can see traffic_cop running on root, traffic_manager and traffic_server running on non root by doing sudo ./trafficserver start. I use traffic_server 5.2.0. Any changes since? On 10/28/14, 6:10 PM, "Bill Zeng" wrote: >Hi all, > >I have a question about the privileges of the proce