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

Can't get syslog working #4082

Open
brettfk opened this issue Apr 16, 2024 · 0 comments
Open

Can't get syslog working #4082

brettfk opened this issue Apr 16, 2024 · 0 comments

Comments

@brettfk
Copy link

brettfk commented Apr 16, 2024

Despite reading multiple articles/visiting several issues here I cannot get phpIPAM to create and write to a syslog file.

I'm running v1.6.0 on Rocky Linux 8.8 with SElinux in Permissive mode:
[serveradmin@np-it02 ~]$ sestatus
SELinux status: enabled
SELinuxfs mount: /sys/fs/selinux
SELinux root directory: /etc/selinux
Loaded policy name: targeted
Current mode: permissive
Mode from config file: permissive
Policy MLS status: enabled
Policy deny_unknown status: allowed
Memory protection checking: actual (secure)
Max kernel policy version: 33

rsyslog.conf configuration:
auth.alert;auth.warning;auth.debug /var/log/auth.log
if $programname == 'phpipam' then /var/log/phpipam.log
if $programname == 'phpipam-changelog' then /var/log/phpipam-changelog.log

Application has been set to syslog only and syslog and local database, no change.
image

Any pointers to finding and resolving this issue would be greatly appreciated!

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

No branches or pull requests

1 participant