You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Starting from that any further compilation seems to get stuck and you need to check all machines and execute systemctl restart iceccd on the affected one to get it working again.
The text was updated successfully, but these errors were encountered:
I installed the
1.4rc1
version on five x86_64 machines and started to compile linux kernel sources using:make defconfig; make -j all
On the localhost machine I've observed
Error: Too many open files)
:Looks like it reached the limit:
The
/var/run/icecc/iceccd.socket
seemed to be opened too many times:Starting from that any further compilation seems to get stuck and you need to check all machines and execute
systemctl restart iceccd
on the affected one to get it working again.The text was updated successfully, but these errors were encountered: