Skip to content

Instantly share code, notes, and snippets.

@singh1981
Created May 29, 2023 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save singh1981/1bcc2d425bc41d5f9907b92388ae4526 to your computer and use it in GitHub Desktop.
Save singh1981/1bcc2d425bc41d5f9907b92388ae4526 to your computer and use it in GitHub Desktop.
Upgrade from Xena to Yoga
fatal: [t1w_repo_container-523a80c0]: FAILED! => {
"changed": false,
"cmd": "systemctl reload-or-restart $(systemd-escape -p --suffix=\"mount\" \"/var/www/repo\")",
"delta": "0:00:00.130162",
"end": "2023-05-29 12:26:09.007989",
"invocation": {
"module_args": {
"_raw_params": "systemctl reload-or-restart $(systemd-escape -p --suffix=\"mount\" \"/var/www/repo\")",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": null,
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true,
"warn": false
}
},
"msg": "non-zero return code",
"rc": 1,
"start": "2023-05-29 12:26:08.877827",
"stderr": "Job failed. See \"journalctl -xe\" for details.",
"stderr_lines": [
"Job failed. See \"journalctl -xe\" for details."
],
"stdout": "",
"stdout_lines": []
fatal: [t1w_repo_container-523a80c0]: FAILED! => {
"changed": false,
"invocation": {
"module_args": {
"daemon_reexec": false,
"daemon_reload": false,
"enabled": null,
"force": null,
"masked": null,
"name": "var-www-repo.mount",
"no_block": false,
"scope": "system",
"state": "started"
}
},
"msg": "Unable to start service var-www-repo.mount: Job failed. See \"journalctl -xe\" for details.\n"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment