Skip to content

[DE103]: install-chef-server.sh failing to get correct OS_TYPE on centos 6.3 #500

@mancdaz

Description

@mancdaz

Install Chef Server Task Log:

  • export DEBIAN_FRONTEND=noninteractive
  • DEBIAN_FRONTEND=noninteractive
  • source /usr/share/opencenter-agent/plugins/lib/bash/opencenter.sh
    ++ OS_TYPE=undef
  • id_OS
  • '[' -f /etc/lsb-release ']'
    ++ grep DISTRIB_ID /etc/lsb-release
    ++ cut -d= -f2
    ++ tr '[:upper:]' '[:lower:]'
  • OS_TYPE=
  • CHEF_SERVER_VERSION=11.0.4-1
  • [[ '' = \d\e\b\i\a\n ]]
  • [[ '' = \u\b\u\n\t\u ]]
  • [[ '' = \r\e\d\h\a\t ]]
  • [[ '' = \c\e\n\t\o\s ]]
  • [[ '' = \f\e\d\o\r\a ]]
  • echo 'Your distribution is not supported'
    Your distribution is not supported
  • exit 1

You can see that OS_TYPE is blank and so we fall through to distro unsupported'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions