Hi can’t reach lan of my nethserver, i need to shutdown and reboot, in the log i can’t understand the cause of the problem, this is the /var/log/messages:
As you can see the nethserver stop working at 10:05:00 and i shutdown and restart at 11:38:23
dnutan
(Marc)
March 14, 2023, 12:40pm
#2
About evebox log message (purger.go:87) – database disk image is malformed
here’s a similar case:
Recently I’m seeing the log file messages :
mail evebox: 2021-07-27 10:40:18 (purger.go:87) – database disk image is malformed.
I restarted and updated to latest changes… still seeing this message. Not sure what or how to resolve this error ? Appreciate any help…
Thank you.
Ok but this is the cause of blocking the system?
dnutan
(Marc)
March 15, 2023, 9:44pm
#4
Malformed database probably is not the root cause but cannot say if evebox / IPS module is related to server unreachable or leading to a crash.
Anything interesting from journalctl, for instance:
journalctl --since "2023-03-14 10:00:00" --until "2023-03-14 11:38:40"
i need to create a new folder “journalctl” under /var/log? for fix this problem?
dnutan
(Marc)
March 21, 2023, 8:29pm
#7
No need to create new folder. Maybe it just coincided with a log rotation.
Mine says:
https://docs.nethserver.org/projects/nethserver-devel/en/latest/nethserver-base.html#log-retention-and-rotation
Just check it again after next failure.
Hi
I try this command “journalctl --list-boots” on my Debian system and this is the output:
If i put the same command on nethserver i have only the last boot why??
dnutan
(Marc)
March 22, 2023, 2:00pm
#9
OK. Then, instead of log rotation it could be because of reboots.
On mine it is the same, list-boots only shows one entry.
For journalctl to retain older boots you can use something like systemd - How do I display log messages from previous boots under CentOS 7? - Unix & Linux Stack Exchange
Hi @dnutan
For have history log of journalctl just create a folder “journal” under /var/log