Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The UI does not display correct dates in the logs viewer in the UI #1674

Open
votdev opened this issue Jan 3, 2024 · 1 comment
Open

The UI does not display correct dates in the logs viewer in the UI #1674

votdev opened this issue Jan 3, 2024 · 1 comment

Comments

@votdev
Copy link
Member

votdev commented Jan 3, 2024

grafik

The problem arises from the fact that e.g. the /var/log/syslog file does not log the year.

The following logs might be affected:

  • syslog
  • daemon
  • auth
  • messages
  • rsyncd
  • smartd
  • smbdaudit
Dec 30 13:35:08 titan systemd[1]: Stopping Clam AntiVirus userspace daemon...
Dec 30 13:35:08 titan systemd[1]: Stopping ClamAV virus database updater...
Dec 30 13:35:08 titan systemd[1]: Stopping Statistics collection and monitoring daemon...
Jan  3 09:45:22 titan blkmapd[305]: open pipe file /run/rpc_pipefs/nfs/blocklayout failed: No such file or directory
Jan  3 09:45:22 titan systemd[1]: Starting Flush Journal to Persistent Storage...
Jan  3 09:45:22 titan systemd[1]: Finished Apply Kernel Variables.
Jan  3 09:45:22 titan systemd[1]: Finished Coldplug All udev Devices.

In OMV7 the syslog entries are fetched from the systemd journal which does not have that problem. So the workaround is to migrate the system to OMV7 or we accept the problem as an unpleasant behavior that only manifests itself around the turn of the year.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant