25 Kasım 2018 Pazar

dmesg komutu

Giriş
dmesg komutu ile kernel loglarını görebilme imkanı var. dmesg kernel içindeki etkin logları gösterir. Açıklaması şöyle.
The kernel stores messages in a ring buffer in memory.
...
You can also display messages from the kernel ring buffer using the dmesg command. The command also has options to interact with the ring buffer, for example to read and clear messages.
/var/log/dmesg Dosyası
/var/log/dmesg dosyası ise eski logları gösterir.

-T seçeneği
Şöyle yaparız
$ dmsg -T
[Fri Oct  1 04:17:36 2021] end_request: critical medium error, dev sde, sector 1041778840
[Fri Oct  1 04:17:37 2021] sd 0:0:0:4: [sde] Unhandled sense code
[Fri Oct  1 04:17:37 2021] sd 0:0:0:4: [sde]
[Fri Oct  1 04:17:37 2021] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[Fri Oct  1 04:17:37 2021] sd 0:0:0:4: [sde]
[Fri Oct  1 04:17:37 2021] Sense Key : Medium Error [current]
[Fri Oct  1 04:17:37 2021] sd 0:0:0:4: [sde]
[Fri Oct  1 04:17:37 2021] Add. Sense: Unrecovered read error
[Fri Oct  1 04:17:37 2021] sd 0:0:0:4: [sde] CDB:
[Fri Oct  1 04:17:37 2021] Read(10): 28 00 3e 18 48 98 00 00 08 00
[Fri Oct  1 04:17:37 2021] end_request: critical medium error, dev sde, sector 1041778840

Hiç yorum yok:

Yorum Gönder