Closed
Description
Issue Description
A clear and concise description of what the bug is.
Package Version and Platform:
- Platform: Fedora 39
- Package and version: main branch
- Browser N/A
Steps to Reproduce
Steps to reproduce the behavior:
- dnf install -y 389-ds-base 389-ds-base-snmp net-snmp
- echo master agentx >> /etc/snmp/snmpd.conf
- systemctl restart snmpd
- dscreate interactive (Create a ds instance as usual)
- edit /etc/dirsrv/config/ldap-agent.conf to add the new instance
- systemctl start dirsrv-snmp
- See the error (instance fails to start)
Expected results
dirsrv-snmp service should be able to start
Additional context
/run/dirsrv is created with the wrong group should be root instead of dirsrv so that both
ns-slapd and ldap-agent can read and create files in it.
Fix should be in src/lib389/lib389/instance/setup.py around # Setup tmpfiles_d
Metadata
Metadata
Assignees
Labels
No labels