chef / chef/chef-server

Broken symlink for `/opt/opscode/embedded/bin/openresty`

Open
#1,455 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Aspect: Packaging Component: others investigation-required Status: To be prioritized Triage: Try Reproducing Type: Bug
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)

  1. ls -l /opt/opscode/embedded/bin/openresty

Your Environment

This affects all current releases and builds of chef-server.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.