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

Wrong Github issue file on the install script #3358

Open
rickythewoof opened this issue Dec 10, 2024 · 1 comment
Open

Wrong Github issue file on the install script #3358

rickythewoof opened this issue Dec 10, 2024 · 1 comment
Labels
kind/bug Something isn't working needs/triage

Comments

@rickythewoof
Copy link

What happened?

The install script, in the case of unsupported operating system, pops out a message with the wrong github link to file issues.
message returned is

Detected operating system as pop/22.
Error This system is not supported (yet) by this script.
Please have a look at documentation https://docs.crowdsec.net/ or
file an issue at https://github.com/crowsecurity/crowdsec if you think
the behavior is not intended

What did you expect to happen?

i expect the link to be https://github.com/crowdsecurity/crowdsec, not the erroneous one reported as an error.

How can we reproduce it (as minimally and precisely as possible)?

Running the install script with curl -s https://install.crowdsec.net | sudo sh on unsupported OS returns the wrong github link.

Anything else we need to know?

No response

Crowdsec version

$ cscli version
# paste output here

OS version

# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here

# On Windows:
C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here

Enabled collections and parsers

$ cscli hub list -o raw
pop/22

Acquisition config

```console # On Linux: $ cat /etc/crowdsec/acquis.yaml /etc/crowdsec/acquis.d/* # paste output here

On Windows:

C:> Get-Content C:\ProgramData\CrowdSec\config\acquis.yaml

paste output here

Config show

$ cscli config show
# paste output here

Prometheus metrics

$ cscli metrics
# paste output here

Related custom configs versions (if applicable) : notification plugins, custom scenarios, parsers etc.

@rickythewoof rickythewoof added the kind/bug Something isn't working label Dec 10, 2024
Copy link

@rickythewoof: Thanks for opening an issue, it is currently awaiting triage.

In the meantime, you can:

  1. Check Crowdsec Documentation to see if your issue can be self resolved.
  2. You can also join our Discord.
  3. Check Releases to make sure your agent is on the latest version.
Details

I am a bot created to help the crowdsecurity developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working needs/triage
Projects
None yet
Development

No branches or pull requests

1 participant