Hi guys!
Yesterday evening I was playing HOMM3 on WinXP within VirtualBox (ose-6.1.50_4), using 14.1-RELEASE-p5.
Suddenly my monitors went black, then the machine shutdown, while the shutdown-process also seemed somehow strangely shorten.
I know playing on WinXP was anything but rock solid, but as far as I understand VM a crash within should not effect the machine outside the box, right? So the reason for the sudden shutdown does not necessarily has to come from VB.
I checked all updated entries in /var/log/,
/var/log/messages shows
when I started VB, and then the reboot after the crash again, but nothing about shutdown/reboot:
also looked a bit with last(1), which's one of the tools you might get, when you search the net, and recieve global answers, [also I'm always a bit paranoid being hacked], which showed me some entries 'crash' - 'oh-ha, that's new to me', set
I like to have your advices.
Where else to look for, are there other logs then in /var/log/, particular shutdown logs?
Also the 'crashes' last(1) reported have no time-stamps fitting the shutdown, but I like to examine them anyway.
How to read/examine core dumps?
Any links to documentation on how I can learn to examine my system?
I like to find out, what happened.
Under Windows it was quite normal if the computer suddenly crashes.
But running an else rock solid FreeBSD makes me feel uncomfortable if it crashes, and I don't know what's going on.
Thanks in advance.
Yesterday evening I was playing HOMM3 on WinXP within VirtualBox (ose-6.1.50_4), using 14.1-RELEASE-p5.
Suddenly my monitors went black, then the machine shutdown, while the shutdown-process also seemed somehow strangely shorten.
I know playing on WinXP was anything but rock solid, but as far as I understand VM a crash within should not effect the machine outside the box, right? So the reason for the sudden shutdown does not necessarily has to come from VB.
I checked all updated entries in /var/log/,
/var/log/messages shows
when I started VB, and then the reboot after the crash again, but nothing about shutdown/reboot:
Code:
[...]
Jan 12 15:39:31 THEIA kernel: vboxdrv: XXXXXXXXXXXXXXXX VMMR0.r0
Jan 12 15:39:31 THEIA kernel: vboxdrv: XXXXXXXXXXXXXXXX VBoxDDR0.r0
Jan 12 15:39:35 THEIA kernel: VMMR0InitVM: eflags=40246 fKernelFeatures=0x2 (SUPKERNELFEATURES_SMAP=1)
Jan 12 19:08:23 THEIA kernel: vboxdrv: XXXXXXXXXXXXXXXX VMMR0.r0
Jan 12 19:08:23 THEIA kernel: vboxdrv: XXXXXXXXXXXXXXXX VBoxDDR0.r0
Jan 12 19:08:27 THEIA kernel: VMMR0InitVM: eflags=40246 fKernelFeatures=0x2 (SUPKERNELFEATURES_SMAP=1)
Jan 12 19:47:29 THEIA syslogd: kernel boot file is /boot/kernel/kernel
Jan 12 19:47:29 THEIA kernel: ---<<BOOT>>---
Jan 12 19:47:29 THEIA kernel: Copyright (c) 1992-2023 The FreeBSD Project.
[...]
also looked a bit with last(1), which's one of the tools you might get, when you search the net, and recieve global answers, [also I'm always a bit paranoid being hacked], which showed me some entries 'crash' - 'oh-ha, that's new to me', set
rc_debug="YES"
in /etc/rc.conf, which of course produces an elaborated boot-log, but wasn't a real help to figure out what caused the shutdown before.I like to have your advices.
Where else to look for, are there other logs then in /var/log/, particular shutdown logs?
Also the 'crashes' last(1) reported have no time-stamps fitting the shutdown, but I like to examine them anyway.
How to read/examine core dumps?
Any links to documentation on how I can learn to examine my system?
I like to find out, what happened.
Under Windows it was quite normal if the computer suddenly crashes.
But running an else rock solid FreeBSD makes me feel uncomfortable if it crashes, and I don't know what's going on.
Thanks in advance.