-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
rpm problems #23
Comments
Hey @abh, thanks for reporting these issue. I removed the backup file and fixed the package to start influxdb successfully. Regarding your notes about the weirdness of the path, can you elaborate a little more. |
Ah – just that the layout you have seems appropriate for "download and unpack a tar ball", but with RPMs the expectation would be that things install in /etc/foo, /usr/bin/foo, /usr/share/foo, etc. |
I've just installed using http://s3.amazonaws.com/influxdb/influxdb-latest-1.x86_64.rpm and see this message when I go to start the process:
Influx is not running afterwards. My issue is a) influxdb has failed to start yet has indicated status |
You have to configure it; then start it @porjo. Influxdb does not want the 'auto start on installation' behavior. |
@damm huh? Please read my comment again. I've updated it for clarity. |
The RHEL x86_64 RPM seems to have some bad paths built-in:
rpm -ql
shows everything is installed in/opt/influxdb/versions/0.0.9
(which is a weird choice, too).Finally the rpm also has a .bak file (
post_install.sh.bak
) which I am guessing wasn't intentional.The text was updated successfully, but these errors were encountered: