mirror of
https://github.com/extremeshok/xshok-proxmox.git
synced 2026-04-25 05:35:54 +03:00
[GH-ISSUE #69] no log in auth.log and daemon.log #41
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/xshok-proxmox#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @guilloking on GitHub (Jan 27, 2023).
Original GitHub issue: https://github.com/extremeshok/xshok-proxmox/issues/69
Hello my people.
I need help with the following, I am using fail2ban, but when I check the logs of proxmox auth.log and daemon.log, they are without a record.
How do I fix this, syslog in webgui if it works.
Register syslog webgui proxmox
pvedaemon[1885456]: authentication failure; rhost=::ffff:5.42.199.51 user=root@pam msg=Authentication failure
Register daemon.log and auth.log no record.
Thx.
@sixpak commented on GitHub (Mar 3, 2023):
This is due to an entry in the optimizations in the journald.conf.
The disabling of writing the journal to syslog causes that no entries will be placed in /var/log/daemon.log or /var/log/auth.log
Simply enable it back by setting option to yes and restart systemd-journald service.
That's it ;)