On Thu, 02 Apr 2015 23:57:21 +0200, Riccardo Mottola wrote:

> I checked messages and I see the "dmesg" from one boot then directly the 
> other boot, no messages in between.
> Where else could I check?

Since you don't have a console you might want to add the following
to /etc/sysctl.conf if you don't already have them:

ddb.panic=0                     # 0=Do not drop into ddb on a kernel panic
ddb.log=1                       # 1=Log ddb output in kernel message buffer

With that you may be able to see the panic message in dmesg if there
is one.

 - todd

Reply via email to