Update error, important?

Is this error something you guys already know about?

I just noticed it while doing an update this morning.

Custom Config /zynthian/zynthian-sys/custom/display/ZynScreen 3.5 (v1)…
SOUNDCARD_MIXER is OK
Updating zyncoder…
fatal: Unable to create ‘/zynthian/zyncoder/.git/index.lock’: File exists.

Another git process seems to be running in this repository, e.g.
an editor opened by ‘git commit’. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.
/zynthian/zyncoder /zynthian/zyncoder
/zynthian/zyncoder/build /zynthian/zyncoder /zynthian/zyncoder
++ Defined HAVE_WIRINGPI_LIB
++ Defined MCP23017_ENCODERS
++ Defined MCP23017 I2C_ADDRESS 0x20
++ Defined MCP23017 INTA PIN 2
++ Defined MCP23017 INTB PIN 7
++ Building for Wiring Layout MCP23017_ZynScreen
++ Using wiringPi
– Configuring done
– Generating done
– Build files have been written to: /zynthian/zyncoder/build
Consolidate compiler generated dependencies of target zyncore
[ 84%] Built target zyncore
Consolidate compiler generated dependencies of target zyncoder_test
[100%] Built target zyncoder_test
/zynthian/zyncoder /zynthian/zyncoder
/zynthian/zyncoder
Updating zynthian-ui…
From GitHub - zynthian/zynthian-ui: User Interface for Zynthian

It’ normally associated with an interrupted update or running two instances.

The lock file can be deleted it it keeps appearing, but make sure you don’t have an update running at the time.

I booted it up, deleted the active snapshot and did an update via webconf. Should be a clean update.

lock files in git are just that. A file placed to signal an in progress git pull. They are normally fairly well contained but can get orphaned.