https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8835 --- Comment #12 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Katrin Fischer from comment #11)
I've got a problem running the update: $ perl installer/data/mysql/updatedatabase.pl DEV atomic update: 8835_dbrev.perl Error flock (1) on '/home/vagrant/kohaclone/installer/data/mysql/atomicupdate/8835_dbrev.perl': No locks available at installer/data/mysql/updatedatabase.pl line 13637.
Tested from koha-shell on kohadevbox.
Thanks for trying, Katrin. I restested this dbrev with Debian 8/Plack and Debian 7 now without any problems. Your problem seems to be an issue on kohadevbox. The referred line in updatedatabase tries to read the atomicupdate file with Path::Tiny (a recent adjustment). Path::Tiny uses flock. (So you did not even reach the new code of this dbrev.) Could you test on another system? Or resolve the flock issues on your devbox? -- You are receiving this mail because: You are watching all bug changes.