On Thu, Apr 30, 2009 at 11:48:52PM +0200, Nicolas Cellier wrote: > Very strange... > After a while on linux, I have an error in MCHttpRepository>>#allFileNames > > 'Could not resolve the server named: source.lukas-renggli.ch' > > while executing: > > instClass lukas > install: 'OB-Regex'; > > the 6 opened fd turned into many ... all pointing to the change file > Pharo0.1Core-10281cl.changes
Well that's a bug for sure. Somebody is opening new file streams on the changes file, probably by accident. And not closing the one they opened last time. The bug in changes file handling could easily appear to be a socket problem, because the per-process limit on open descriptors would be shared between files and sockets (and pipes and ...). So find out why the changes file is being accidentally reopened, and the "socket problem" will probably go away. Dave _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
