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

Unneccessary files like .bashrc are in influx deb package #25688

Open
JsBergbau opened this issue Dec 19, 2024 · 0 comments
Open

Unneccessary files like .bashrc are in influx deb package #25688

JsBergbau opened this issue Dec 19, 2024 · 0 comments

Comments

@JsBergbau
Copy link

JsBergbau commented Dec 19, 2024

Steps to reproduce:
List the minimal actions needed to reproduce the behaviour.

  1. Install influxdb via sudo apt install influxdb with official repository as described here https://docs.influxdata.com/influxdb/v2/install/?t=Linux

Expected behaviour:
Influxdb will get installed

Actual behaviour:
Influxdb gets installed, but also some files to /var/lib/influxdb which don't belong there

9:/var/lib/influxdb/ .^C
[19:58:57]  $ ll -la
insgesamt 32
drwxr-xr-x  5 influxdb influxdb 4096 19. Dez 19:46 .
drwxr-xr-x 31 root     root     4096 19. Dez 19:46 ..
-rw-r--r--  1 influxdb influxdb  220 29. Mär 2024  .bash_logout
-rw-r--r--  1 influxdb influxdb 3523 19. Nov 14:32 .bashrc
drwxr-x---  3 influxdb influxdb 4096 19. Dez 19:46 .cache
drwxr-x---  2 influxdb influxdb 4096 19. Dez 19:46 data
drwxr-x---  2 influxdb influxdb 4096 19. Dez 19:46 meta
-rw-r--r--  1 influxdb influxdb  807 29. Mär 2024  .profile
/var/lib/influxdb/.cache/snowflake# ls -la
insgesamt 8
drwxr-x--- 2 influxdb influxdb 4096 19. Dez 19:46 .
drwxr-x--- 3 influxdb influxdb 4096 19. Dez 19:46 ..
-rwxr-x--- 1 influxdb influxdb    0 19. Dez 19:46 ocsp_response_cache.json

Environment info:

  • Please provide the command you used to build the project, including any RUSTFLAGS.
  • System info: Run uname -srm or similar and copy the output here (we want to know your OS, architecture etc).
  • If you're running IOx in a containerised environment then details about that would be helpful.
  • Other relevant environment details: disk info, hardware setup etc.

Platform armv8 raspberry PI 5 Linux 6.6.62+rpt-rpi-2712

Config:
Copy any non-default config values here or attach the full config as a gist or file.

Logs:
Include snippet of errors in logs or stack traces here.
Sometimes you can get useful information by running the program with the RUST_BACKTRACE=full environment variable.
Finally, the IOx server has a -vv for verbose logging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant