Unexpected server restart

Dear FreeBSD users,

I am running a VPS and this one rebooted unexpectedly last night. What I am seeing in /var/log/message:
Code:
Jul 26 22:45:03 ctb-vps01 kernel: , 817.
Jul 26 22:45:03 ctb-vps01 ntpd[752]: ntpd exiting on signal 15 (Terminated)
Jul 26 22:45:03 ctb-vps01 kernel: .
Jul 26 22:45:03 ctb-vps01 syslogd: last message repeated 1 times
Jul 26 22:45:03 ctb-vps01 syslogd: exiting on signal 15
Jul 26 22:46:12 ctb-vps01 syslogd: kernel boot file is /boot/kernel/kernel
Jul 26 22:46:12 ctb-vps01 kernel: ---<<BOOT>>---
Jul 26 22:46:12 ctb-vps01 kernel: Copyright (c) 1992-2023 The FreeBSD Project.
Jul 26 22:46:12 ctb-vps01 kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
Jul 26 22:46:12 ctb-vps01 kernel:       The Regents of the University of California. All rights reserved.
Jul 26 22:46:12 ctb-vps01 kernel: FreeBSD is a registered trademark of The FreeBSD Foundation.
Jul 26 22:46:12 ctb-vps01 kernel: FreeBSD 14.3-RELEASE releng/14.3-n271432-8c9ce319fef7 GENERIC amd64
I don't know which event cause this reboot. What is the signification of the numerical code at the end of the line
Jul 26 22:45:03 ctb-vps01 kernel: , 817. ?
 
That just looks like a mangled (kernel) message. As other things failed too, it's probably something that went wrong on the hosting side of things. There's about a minute (~70 sec.) between the last message (syslogd: exiting on signal 15) and the system starting up (kernel boot file is ...), so maybe it got shutdown (ACPI poweroff) and turned on again.
 
Back
Top