Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[0.9.3-rc2] InfluxDB start as root if start-stop-daemon is not present #3803

Closed
KoeSystems opened this issue Aug 23, 2015 · 3 comments
Closed

Comments

@KoeSystems
Copy link
Contributor

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
@KoeSystems 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
otoolep added a commit that referenced this issue Aug 24, 2015
@beckettsean
Copy link
Contributor

@KoeSystems do you have a PR or suggestion how to fix this? We're not packaging experts for CentOS

@KoeSystems
Copy link
Contributor Author

@beckettsean This has been solved in #3804

@otoolep
Copy link
Contributor

otoolep commented Aug 27, 2015

Oh yeah, I should have closed this. Thanks @KoeSystems

@otoolep otoolep closed this as completed Aug 27, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants