Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
1.5.3
-
None
Description
Our CMAPI service.template has the "root" user assigned. When changing that to another user like "mysql", CMAPI appears to start up correctly however communications between nodes does not work. Nothing but timeouts.
[Unit]
|
Description={{Description}}
|
|
[Service]
|
Environment=PYTHONPATH={{Root}}/deps
|
ExecStart={{Root}}/python/bin/python3 -m cmapi_server
|
User=root
|
WorkingDirectory={{Root}}
|
|
[Install]
|
WantedBy=multi-user.target
|
All folders involved are owned by mysql, all nodes in the cluster have the same config.
Attachments
Issue Links
- is part of
-
MCOL-4012 Enable ColumnStore to run as a non root user
- Closed