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

kuiper CLI installed from deb package fails to run #3385

Open
jpmv27 opened this issue Nov 20, 2024 · 0 comments
Open

kuiper CLI installed from deb package fails to run #3385

jpmv27 opened this issue Nov 20, 2024 · 0 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.
Milestone

Comments

@jpmv27
Copy link

jpmv27 commented Nov 20, 2024

Environment:

  • eKuiper version (e.g. 1.3.0): 1.14.6
  • Hardware configuration (e.g. lscpu): armv7l
  • OS (e.g. cat /etc/os-release): Debian 12 ("Armbian 24.8.4 bookworm")
  • Others: Installed from kuiper-1.14.6-linux-arm.deb

What happened and what you expected to happen:

kuiper CLI is looking for client.yaml in /etc instead of /etc/kuiper

How to reproduce it (as minimally and precisely as possible):

$ kuiper
time="2024-11-19T20:32:29-05:00" level=fatal msg="open /etc/client.yaml: no such file or directory" file="kuiper/main.go:96"

Anything else we need to know?:

$ kuiper --help
Usage of kuiper:
-etc string
etc indicates the path of etc dir
-loadFileType string

BUT

$ kuiper -etc /etc/kuiper
time="2024-11-19T20:34:51-05:00" level=fatal msg="open /etc/client.yaml: no such file or directory" file="kuiper/main.go:96"

@ngjaying ngjaying added the kind/bug Categorizes issue or PR as related to a bug. label Nov 21, 2024
@ngjaying ngjaying added this to the 2.1.0 milestone Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

2 participants