| Summary: | net-analyzer/zabbix-2.2.15 permissions | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Simon-Pierre Dubé <shaedge> |
| Component: | Current packages | Assignee: | Patrick Lauer <patrick> |
| Status: | RESOLVED OBSOLETE | ||
| Severity: | minor | CC: | alicef, jstein, shaedge |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Simon-Pierre Dubé
2016-12-02 09:37:56 UTC
actually in 2.2.16 is making zabbix as owner for /etc/zabbix file maybe you have some other file in mind to add to the list ? with use agent: fowners zabbix:zabbix \ /etc/zabbix/zabbix_agent.conf \ /etc/zabbix/zabbix_agentd.conf with use server: fowners zabbix:zabbix /etc/zabbix/zabbix_server.conf in any case: fowners zabbix:zabbix /etc/zabbix (In reply to Alice Ferrazzi from comment #1) > actually in 2.2.16 is making zabbix as owner for /etc/zabbix file > maybe you have some other file in mind to add to the list ? > > with use agent: > fowners zabbix:zabbix \ > /etc/zabbix/zabbix_agent.conf \ > /etc/zabbix/zabbix_agentd.conf > > with use server: > fowners zabbix:zabbix /etc/zabbix/zabbix_server.conf > > in any case: > fowners zabbix:zabbix /etc/zabbix To what i can tell, it's pretty much what didn't pass after first installation. I think i had a problem first time with the SQLite database permission, but i don't know if it is something the ebuild is taking care of, i wanted just a test run on the binaries before configuring it for MySQL, I would replicate it but all my servers passed to 2.2.16 since the December 14th clean-up and everything passed good without permission problems with my config, so no use now. Thank you though! |