[06:14:50] <lowbro> I'm getting errno111, had that a few times, tried anything and am all out of ideas
[06:15:13] <lowbro> It happened all of a sudden, I did not update mongo, just normal ubuntu system updates
[06:15:20] <lowbro> is that a known thing or am I alone?
[07:26:44] <lowbro> how would you repair a mongo database where database.x files are missing? like, we have database.ns, database.1, database.2, database.3 but database.4 is missing
[07:26:55] <lowbro> (it is missing because someone deleted it by mistake, and there are no backups)
[07:27:58] <lowbro> creating an empty database.4 file does not work, when starting mongo it says "cannot allocate size of 0"
[08:58:43] <Derick> if you have no backup, the data is gone
[09:34:20] <lowbro> Derick: the missing data is gone, yes. Is there no way to make the files which are still there usable again?
[09:34:57] <lowbro> the database is obviously corrupt because of the missing files, and mongo repair did not work on them
[09:46:59] <Derick> you use mongo repair on a running database