
30 Jan
2013
30 Jan
'13
6:47 a.m.
I've localized the problem. System was running out of memory (512MB, half of which was 'eaten' by GUI), so I disabled GUI and made swap partition bigger: dd if=/dev/zero of=/path/to/swapfile bs=1M count=4096 # For 4GB swap file sudo rasp-config # disable desktop at boot and restart sudo -s mkswap -f /path/to/swapfile swapon /path/to/swapfile It's now compiling tests (this stage may take a few more days because of swapping and slow single core CPU). Thanks for advices, the gave me ideas where to search for a problem! -- Best regards, Antony Polukhin