On 20.12.2014 07:39, Noah Misch wrote: > Buildfarm members magpie, treepie and fulmar went absent on > 2014-10-29. Since returning on 2014-11-16, they have consistently > failed with 'initdb: invalid locale name "cs_CZ.WIN-1250"'. No > commits in that period readily explain a regression in this area. Did > the underlying system configurations change?
I'm pretty sure it's because of broken locales at the system level. It was working fine, and I haven't done any substantial changes to the system except for occasional "yum update", so I'm unaware of what went wong :( The issue looks like this: # locale -a | grep en_US en_US en_US.iso88591 en_US.iso885915 en_US.utf8 # locale en_US locale: unknown name "en_US" The only reasons I can think of is that some of the updates required a reboot, and I haven't done that because that would kill all the VMs running on that HW, including the one with CLOBBER_CACHE_RECURSIVE tests. And that'd throw away tests running for ~3 months. I've disabled the three animals (magpie, fulmar, treepie) for now, because there's no point in running the tests until the locale issues are fixed. If anyone has an idea of what might be wrong, let me know. Tomas