You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug is related with PR 3115 merged and closed for 0.9.3.
If start-stop-daemon is not present, this happens in CentOS, Fedora and RedHat (maybe more), then influxdb is started as root.
[koe@localhost init.d]$ sudo service influxdb start
Starting the process influxdb [ OK ]
influxdb process was started [ OK ]
[koe@localhost init.d]$ ps -ef| grep influxdb
root 1245 1 0 00:53 pts/0 00:00:00 /opt/influxdb/influxd -pidfile /var/run/influxdb/influxd.pid -config /etc/opt/influxdb/influxdb.conf
The text was updated successfully, but these errors were encountered:
KoeSystems
changed the title
InfluxDB start as root if start-stop-daemon is not present
[0.9.3-rc2] InfluxDB start as root if start-stop-daemon is not present
Aug 23, 2015
This bug is related with PR 3115 merged and closed for 0.9.3.
If start-stop-daemon is not present, this happens in CentOS, Fedora and RedHat (maybe more), then influxdb is started as root.
The text was updated successfully, but these errors were encountered: