Actions
Bug #16441
closedGit error at install on debian9
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
Description
On a fresh debian9 install I had the following error messages in the output of the server install:
6_0_server: INFO: Launching script to check if a migration is needed ... 6_0_server: fatal: Unable to create '/var/rudder/configuration-repository/.git/index.lock': File exists. 6_0_server: 6_0_server: Another git process seems to be running in this repository, e.g. 6_0_server: an editor opened by 'git commit'. Please make sure all processes 6_0_server: are terminated then try again. If it still fails, a git process 6_0_server: may have crashed in this repository earlier: 6_0_server: remove the file manually to continue. 6_0_server: fatal: Unable to create '/var/rudder/configuration-repository/.git/index.lock': File exists. 6_0_server: 6_0_server: 6_0_server: Another git process seems to be running in this repository, e.g. 6_0_server: 6_0_server: an editor opened by 'git commit'. Please make sure all processes 6_0_server: are terminated then try again. If it still fails, a git process 6_0_server: may have crashed in this repository earlier: 6_0_server: remove the file manually to continue. 6_0_server: Done
After 2 agents runs, the server was fully functional.
Actions