Broken symlink for `/opt/opscode/embedded/bin/openresty`
Nobody has claimed this yet.
- Dominant language
- Erlang
- Stars
- 303
- Forks
- 211
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 5
Description
Expected Behavior
/opt/opscode/embedded/bin/openresty should point to /opt/opscode/embedded/sbin/nginx.
Current Behavior
The symlink for /opt/opscode/embedded/bin/openresty points to /opt/opscode/embedded/nginx/sbin/nginx which an invalid path for the nginx binary.
Steps to Reproduce (for bugs)
ls -l /opt/opscode/embedded/bin/openresty
Your Environment
This affects all current releases and builds of chef-server.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the packaging or build entry point that creates /opt/opscode/embedded/bin/openresty, then compare its target with /opt/opscode/embedded/sbin/nginx. Reproduce the report with ls -l /opt/opscode/embedded/bin/openresty; done means the symlink resolves to the expected nginx binary path in current Chef Server builds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- nginx
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100