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

[Urgent][Blocker] Feature require for support YUM/DNF in DotNet Agent Installer, APT-GET is not working #1664

Open
kumail-talverse opened this issue Oct 28, 2024 · 1 comment

Comments

@kumail-talverse
Copy link

Previously created here newrelic/newrelic-dotnet-agent#2853

Is your feature request related to a problem? Please describe.

I have .NetCore 8 application deployed via AWS Beanstalk on instance with .NET 8 running on 64bit Amazon Linux 2023, I faced two issues

  • First Issue: One on Amazon Linux 2023, the openssl by default installed is 3.0, where Newrelic looking for version 1.1, thus throwing error. It resolved after I manually installed the openssl 1.1
  • Second Issue: dotnet-agent still not successfully configured with newrelic-cli newrelic install -n dotnet-agent-installer reason it is throwing error since apt-get not installed on Amazon Linux 2023.
==> Installing .NET Agent

================================================================================
=                                                                              =
=                                   Warning                                    =
=                                                                              =
=       This installation will automatically restart all systemd services      =
=       that run .NET applications upon completion.                            =
=                                                                              =
================================================================================


If you are hosting your .NET application differently then check out our other installation options:
https://docs.newrelic.com/docs/agents/net-agent/installation/install-net-agent-linux/.

Do you want to install the .NET Agent Y/N (default: Y)? 

sudo: apt-get: command not found
! Installing dotnet-agent-installer
   Failed 

  New Relic installation complete 

Feature Description

  • Upgrade to support OpenSSL openSSL 3.0.8 7 Feb 2023 (Library: OpenSSL 3.0.8 7 Feb 2023)
  • Add support for yum or dnf in installation of dotnet-agent-installer ASAP.

Describe Alternatives

I tried manual steps installing dotnet-agent using dnf but tried to configure manually but it seems APM still attached, since connection is not build with newrelic dashboard.

Additional context

I am stuck with the AWS and Newrelic. As If I downgrade from Amazon Linux 2023 to Amazon Linux 2, NewRelic is working but Amazon Linux 2 do not have supporter .NetCore 8

Priority

Blocker

@kumail-talverse
Copy link
Author

Hi @ctrombley, @nr-developer-toolkit

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