Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 601428 - net-analyzer/zabbix-2.2.15 permissions
Summary: net-analyzer/zabbix-2.2.15 permissions
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal minor (vote)
Assignee: Patrick Lauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-02 09:37 UTC by Simon-Pierre Dubé
Modified: 2016-12-23 14:08 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Simon-Pierre Dubé 2016-12-02 09:37:56 UTC
/etc/zabbix/zabbix_* don't have the right permissions set when emerged. The owner should be zabbix, and not root. I had to reemerge it to change some USE and each time i have to do a chown zabbix on them. Very minor but still quite bothering.

Thank you!
Comment 1 Alice Ferrazzi Gentoo Infrastructure gentoo-dev 2016-12-21 05:18:35 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
Comment 2 Simon-Pierre Dubé 2016-12-23 01:17:50 UTC
(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!