Skip to content

Issues with Cavalcade #153

@dhruvkb

Description

@dhruvkb

The step involving copy of Cavalcade config cavalcade-wordpressorg.conf i.e.

cp -f "$PROVISION_DIR/cavalcade-wordpressorg.conf" "/etc/init/cavalcade-wordpressorg.conf"

fails due to the directory structure not being present. The error message says "cp: cannot create regular file: No such file or directory". This can be fixed by a mkdir operation before the cp operation (#154).

With that change, the build goes a long way ahead but fails on the line

service cavalcade-wordpressorg restart

with the error message: "Failed to restart cavalcade-wordpressorg.service: Unit cavalcade-wordpressorg.service not found"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions