KBNLresearch / omSipCreator

Create ingest-ready SIPs from batches of optical media images
Apache License 2.0
7 stars 0 forks source link

Checksum mismatch for cd-info and dbpoweramp log file on Linux #44

Closed bitsgalore closed 7 years ago

bitsgalore commented 7 years ago

Running OmSipCreator in 'verify' mode on this test batch:

https://github.com/KBNLresearch/iromlabDemobatch

On Linux this results in checksum mismatch errors for the cd-info and dbpoweramp log files. E.g.:

ERROR - jobID 383c78fa-34a6-11e7-926c-7446a0b42b9a: checksum mismatch for file 'kb-edfdd8e6-34a5-11e7-8e72-7446a0b42b9a/383c78fa-34a6-11e7-926c-7446a0b42b9a/cd-info.log'
ERROR - jobID 383c78fa-34a6-11e7-926c-7446a0b42b9a: checksum mismatch for file 'kb-edfdd8e6-34a5-11e7-8e72-7446a0b42b9a/383c78fa-34a6-11e7-926c-7446a0b42b9a/dbpoweramp.log'

These errors are not reported on Linux!

Explanation: Git modifies original Windows-style line endings to Unix-style line endings! So this is of no concern for real-life production situations.