-
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
Installation failure on Ubuntu 14.04.5 #7899
Comments
@rossmcdonald @gunnaraasen any ideas? |
@jmichaelbarker We are unable to reproduce this issue. Are you sure you are running Ubuntu Trusty? Trusty (or any other Ubuntu) doesn't ship with a From some quick Googling, this may be related to the
|
Related? #7933 |
The running Kernel - 2.6.x - seems too old for me for that kind of recent 14.04 distribution, so i guess that SysVinit is indeed running on that system instead of systemd, therefore my fix in PR #7933 should indeed fix that issue, as it correctly sees that sysvinit is running and not systemd and therefore installs influxdb using the sysvinit procedure. |
Can confirm that #7933 fixes this - the reason I had such an old kernel was that the system was on an OpenVZ VPS with an older host kernel. |
Great, thanks for immediate response. When do you plan to release 1.2.1 builds then? |
I too am having this exact issue, trying to install it on a AWS Lightsail instance (not sure why they ship with the old kernel tbh) (in case anyone gets here with the same issue). Anyone has a temp solution? As it seems this wasn't fixed and goes back to last year or so? |
Bug report
System info:
Ubuntu 14.04.5 on kernel 2.6.32-042stab116.1
influxdb 1.2.0-1 from
deb https://repos.influxdata.com/ubuntu trusty stable
Steps to reproduce:
Expected behavior:
Should install the package on the target system.
Actual behavior:
Additional info:
I don't know what additional information to provide, as this is long before any opportunity to configure anything.
Also, if this is an issue of for performance, locking, etc the following commands are useful to create debug information for the team.
Please run those if possible and link them from a gist.
Can't run these, as the package does not finish installing.
If there's any other info I can provide, I will happily do so.
The text was updated successfully, but these errors were encountered: