On Fri, 15 Dec 2006, Matthias Bertschy wrote: > 5) dump to file: successful but > 5') restore from file: stops even before starting due to a "no memory for > entry table" error (there is still a lot of unused memory and swap - and no > ulimit)
ulimit for memory usage is never unlimited. Look at ulimit -a. Check the data size listed. To enlarge, change login.conf settings for datasize-max and datasize-cur and don't forget to re-login. The pax problem you are hitting could very well be memory-related too. As a workaround, you might want to try to not copy the complete tree in one go, but copy the various subirs separately. Or would that destroy the hardlink structure? -Otto