You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some unknown reason, daemon file is not available after the installation process.
Two processes were tried; through New Relic UI wizard, and through the docker image, but the same issue was found.
Expected Behavior
Basic installation completed.
Troubleshooting
No log files were generated after installation
Steps to Reproduce
Using NR UI:
1.1. Application name (works)
1.2. git clone https://github.com/newrelic/c-sdk &&
cd c-sdk &&
make (works)
1.3. ./newrelic-daemon -f -logfile stdout -loglevel debug (didn't work)
Using Container:
2.1. Container installed end running (works)
2.2. Running ./newrelic-daemon (didn't work)
Your Environment
Attached
Additional context
Add any other context about the problem here. For example, relevant community posts or support tickets.
Describe the bug
For some unknown reason, daemon file is not available after the installation process.
Two processes were tried; through New Relic UI wizard, and through the docker image, but the same issue was found.
Expected Behavior
Basic installation completed.
Troubleshooting
No log files were generated after installation
Steps to Reproduce
Using NR UI:
1.1. Application name (works)
1.2. git clone https://github.com/newrelic/c-sdk &&
cd c-sdk &&
make (works)
1.3. ./newrelic-daemon -f -logfile stdout -loglevel debug (didn't work)
Using Container:
2.1. Container installed end running (works)
2.2. Running ./newrelic-daemon (didn't work)
Your Environment
Attached

Additional context
Add any other context about the problem here. For example, relevant community posts or support tickets.