Hi there,
We are tracking the following two issues in 1.8.7 with the deb and rpm packages stemming from a wrapper script used for running in systemd:
opened 09:15PM - 01 Aug 21 UTC
closed 03:08PM - 19 Oct 21 UTC
Hello,
I had an influx database to manage sensors data in the building. I am a… complete beginner. Everything worked fine for 2 years. Today, after updating packages in raspbian and influx it does not work. I have messages:
Failed to connect to http://localhost:8086: Get http://localhost:8086/ping: dial tcp [::1]:8086: connect: connection refused
Please check your connection settings and ensure 'influxd' is running.
After `sudo systemctl start influxdb` is
Job for influxdb.service failed because the control process exited with error code.
See "systemctl status influxdb.service" and "journalctl -xe" for details.
And after `systemctl status influxdb.service` i have:
● influxdb.service - InfluxDB is an open-source, distributed, time series database
Loaded: loaded (/lib/systemd/system/influxdb.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sun 2021-08-01 23:11:23 CEST; 1min 12s ago
Docs: https://docs.influxdata.com/influxdb/
Process: 981 ExecStart=/usr/lib/influxdb/scripts/influxd-systemd-start.sh (code=exited, status=203/EXEC)
sie 01 23:11:23 raspberrypi systemd[1]: influxdb.service: Service RestartSec=100ms expired, scheduling restart.
sie 01 23:11:23 raspberrypi systemd[1]: influxdb.service: Scheduled restart job, restart counter is at 5.
sie 01 23:11:23 raspberrypi systemd[1]: Stopped InfluxDB is an open-source, distributed, time series database.
sie 01 23:11:23 raspberrypi systemd[1]: influxdb.service: Start request repeated too quickly.
sie 01 23:11:23 raspberrypi systemd[1]: influxdb.service: Failed with result 'exit-code'.
sie 01 23:11:23 raspberrypi systemd[1]: Failed to start InfluxDB is an open-source, distributed, time series database.
What happend, can you help me?
opened 09:30AM - 29 Jul 21 UTC
closed 03:07PM - 19 Oct 21 UTC
<!--
Thank you for reporting a bug in InfluxDB.
* Please ask usage questi… ons on the Influx Community site.
* https://community.influxdata.com/
* Please add a :+1: or comment on a similar existing bug report instead of opening a new one.
* https://github.com/influxdata/influxdb/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+is%3Aclosed+sort%3Aupdated-desc+label%3Akind%2Fbug+
* Please check whether the bug can be reproduced with the latest release.
* The fastest way to fix a bug is to open a Pull Request.
* https://github.com/influxdata/influxdb/pulls
-->
__Actual behavior:__
systemd service stuck in /usr/lib/influxdb/scripts/influxd-systemd-start.sh in while loop if http authentification is set
I belive that problem is introduced in commit c8de72ddbc5fdf20f821ca473f1fdf92820f9ac3
__Environment info:__
* System info: Linux 5.10.53-sunxi64 aarch64
* InfluxDB version: InfluxDB v1.8.7 (git: 1.8 v1.8.7)
* Other relevant environment details:
dpkg -l | grep influx
ii influxdb 1.8.7-1 arm64 Distributed time-series database.
cat /etc/issue
Ubuntu 18.04.5 LTS
Fixes are incoming (referenced in each respective bug) and we will be cutting a 1.8.8 release this week, with the recommended fix being to upgrade to the new version.
2 Likes