camscape - for excellent IT solutions itkb.ro - IT knowledge base

knowledge base linux




/dev/sdaX has gone YYY days without being check, check forced

Restartati un server, noaptea, aveti o fereastra de maxim 10 minute pentru asta si apare:

/dev/sdaX has gone YYY days without being check, check forced
Si .... dureaza 2 ore. Nu e bine, ati vrea [...] »detalii /dev/sdaX has gone YYY days without being check, check forced

RAID rebuild foarte lent

Aveti o matrice RAID software care, pentru un motiv oarecare, necesita rebuild.

Standard, matricea va fi reconstruita cu o viteza maxima de 200MB/sec si minima de 1MB/sec. In functie de IOPS curent, viteza de rebuild va tinde [...] »detalii RAID rebuild foarte lent

PHP file_get_contents() nu functioneaza

Functia PHP file_get_contents() este inca extrem de folosita, in pofida potentialelor brese de securitate (vezi  http://phpsec.org/projects/phpsecinfo/tests/allow_url_fopen.html).

Da, pentru a putea folosi functia, trebuie ca in php.ini sa aveti:

allow_url_fopen = On
»detalii PHP file_get_contents() nu functioneaza

MySQL grant *.* access denied to ''root''@''localhost''

In MySQL, incercati sa dati drepturi depline unui utilizator

GRANT *.* to ''newuser''@''localhost'' ;

si, presupunand ca aveti parola corecta, primiti un neasteptat

Access denied for ''root''@''localhost'' using password: YES
 [...] »detalii MySQL grant *.* access denied to ''root''@''localhost''