Quote:
Originariamente inviato da alexsky8
adesso mi da un altro tipo di errore ma dopo 20 minuti

|
Alcuni degli avvisi (non veri e propri errori) come quello riportati dal kernel durante il test non dipendono dallo stato del test in sé e non sono indicativi di problemi con la CPU.
Il test dovrebbe continuare ad andare fino a che non dice "build failed". Da una rapida ricerca su Google:
https://bbs.archlinux.org/viewtopic.php?id=187636
Quote:
I get:
perf interrupt took too long (2503 > 2495), lowering kernel.perf_event_max_sample_rate to 50100.
Every ~5 hours in dmesg. [...]
Any clue highly appreciated.
|
Quote:
This is informational and nothing to worry about. It has to do with the Linux perf tool which is included in the kernel. The kernel automagically determines the sample rate that could be used without impacting system performance too much; and it logs this even when perf isn't active, or even installed. Messages like this are triggered by high(er) system load or a cpu that is scaling
|
EDIT: a proposito, puoi provare a digitare dal terminale questo comando e riportare il risultato?
Codice:
sysctl kernel.randomize_va_space
Se risponde "2", lo Address Space Layout Randomization (ASLR) è abilitato. Magari sulla versione installata di Ubuntu 17.10 è disabilitato?