Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Project not building because influxdb.conf was relocated #53

Closed
tmigone opened this issue Jan 27, 2020 · 2 comments
Closed

Project not building because influxdb.conf was relocated #53

tmigone opened this issue Jan 27, 2020 · 2 comments

Comments

@tmigone
Copy link
Contributor

tmigone commented Jan 27, 2020

Error when building with balena push my-app:

[influxdb]  sed: /etc/influxdb/influxdb.conf: No such file or directory

Upon inspecting the container it looks like influxdb.conf was moved from /etc/influxdb/influxdb.conf to /etc/influxdb.conf:

bash-5.0# ls -al /etc/influxdb/influxdb.conf
ls: /etc/influxdb/influxdb.conf: No such file or directory
bash-5.0# ls -al /etc/influxdb.conf 
-rw-r--r--    1 root     root         20855 Jan 27 13:47 /etc/influxdb.conf
tmigone added a commit that referenced this issue Jan 27, 2020
Connects-to: #53
Change-type: patch
Signed-off-by: Tomás Migone <tomas@balena.io>
@chrisys
Copy link
Member

chrisys commented Jan 27, 2020

Related:
https://pkgs.alpinelinux.org/contents?branch=edge&name=influxdb&arch=armv7&repo=community

and
https://pkgs.alpinelinux.org/contents?file=&path=&name=influxdb&branch=v3.10&repo=community&arch=armv7

This shows the path change for the configuration file.

@tmigone
Copy link
Contributor Author

tmigone commented Jan 27, 2020

Fixed in #54

@tmigone tmigone closed this as completed Jan 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants