Damn – solution?

Thanks to some comments and some linux commands (like dmesg) I found maybe a solution for the qube. I came across the problem about:
Unable to load interpreter /lib/ld-linux.so.2
I changed the file-max (which was 4096) to 32768

echo 32768 > /proc/sys/fs/file-max

so let’s see if this helps. (I think not, cause I still see the error. So I think my Qube needs more memory)