Skip to content

Unable to chef-server-ctl reconfigure a new 15.3.2 install on Ubuntu 22.04 #3511

@dkowis

Description

@dkowis

Chef Server Version

Chef-server standalone installation 15.3.2

Platform Details

Ubuntu 22.04
Installing on a ProxmoxVM, with iSCSI backed disks on a TrueNAS.
16GB ram, 50GB overall disk space

Configuration

Standalone, new install. Have also tried upgradding. The farthest I can upgrade to seems to be 14.14.1. If I try to upgrade to anything newer than that, I get all the index corrupt issues I'll paste below.

Scenario

I'm trying to run chef-server-ctl reconfigure after a fresh install. I have also done it after an upgrade and have failed.

opensearch log

opensearch-log.zip

Steps to Reproduce

  1. Create a VM on proxmox:
    image

  2. Install ubuntu 22.04 from the ubuntu server ISO.

  3. Download the chef-infra-server package from: https://www.chef.io/downloads/tools/infra-server?v=15.3.2

  4. apt install ./chef-server-core_15.3.2-1_amd64.deb

  5. chef-server-ctl reconfigure

Expected Result

I was expecting to have a working chef server that I could then try restoring backups to.

Actual Result

There's the open search log which happens at this phase of the chef-server-ctl reconfigure

* runit_service[opensearch] action reload_log
      - reload log service

Recipe: infra-server::opensearch
  * component_runit_service[opensearch] action start
  Recipe: <Dynamically Defined Resource>
    * service[opensearch] action nothing (skipped due to action :nothing)
    * runit_service[opensearch] action start (up to date)
     (up to date)
Recipe: infra-server::opensearch
  * chef_sleep[10] action sleep
    - sleep 10 seconds
  * execute[add internal user to opensearch security plugin] action run

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions