Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 878975 - net-analyzer/zabbix-6.2.3: wrong ownership of files and directories if USE="frontend" is enabled
Summary: net-analyzer/zabbix-6.2.3: wrong ownership of files and directories if USE="f...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Miroslav Šulc
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-01 08:12 UTC by Anna Tikhomirova
Modified: 2022-11-01 22:33 UTC (History)
2 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 Anna Tikhomirova 2022-11-01 08:12:26 UTC
If USE="frontend" is enabled, then directories /var/log/zabbix, /var/lib/zabbix, /var/lib/zabbix/alertscripts, /var/lib/zabbix/externalscripts, /var/lib/zabbix/home, /var/lib/zabbix/scripts, /etc/zabbix and files /etc/zabbix/zabbix_agentd.conf, /etc/zabbix/zabbix_server.conf gets right permissions, but incorrect ownership.

Reproducible: Always

Steps to Reproduce:
1. Enable USE="frontend agent server"
2. Install zabbix
Actual Results:  
Before-mentioned files and directories are owned by root:root, zabbix agent and server refuses to start because of it.


helena ~ # ls -la /var/log/zabbix
total 8
drwxr-x---  2 root root 4096 Nov  1 10:56 .
drwxr-xr-x 10 root root 4096 Nov  1 10:56 ..
-rw-r--r--  1 root root    0 Nov  1 10:56 .keep_net-analyzer_zabbix-0
helena ~ # ls -la /var/lib/zabbix
total 24
drwxr-x---  6 root root 4096 Nov  1 10:56 .
drwxr-xr-x 23 root root 4096 Nov  1 10:56 ..
drwxr-x---  2 root root 4096 Nov  1 10:56 alertscripts
drwxr-x---  2 root root 4096 Nov  1 10:56 externalscripts
drwxr-x---  2 root root 4096 Nov  1 10:56 home
-rw-r--r--  1 root root    0 Nov  1 10:56 .keep_net-analyzer_zabbix-0
drwxr-x---  2 root root 4096 Nov  1 10:56 scripts
helena ~ # ls -la /etc/zabbix
total 56
drwxr-x---  2 root root  4096 Nov  1 10:56 .
drwxr-xr-x 66 root root  4096 Nov  1 10:56 ..
-rw-r--r--  1 root root     0 Nov  1 10:56 .keep_net-analyzer_zabbix-0
-rw-r-----  1 root root 17033 Nov  1 10:56 zabbix_agentd.conf
-rw-r-----  1 root root 26844 Nov  1 10:56 zabbix_server.conf

Expected Results:  
/etc/zabbix should be owned by root:zabbix, and other directories should be owned by zabbix:zabbix

helena ~ # ls -la /var/log/zabbix
total 8
drwxr-x---  2 zabbix zabbix 4096 Nov  1 10:40 .
drwxr-xr-x 10 root   root   4096 Nov  1 10:40 ..
-rw-r--r--  1 root   root      0 Nov  1 10:40 .keep_net-analyzer_zabbix-0
helena ~ # ls -la /var/lib/zabbix
total 24
drwxr-x---  6 zabbix zabbix 4096 Nov  1 10:40 .
drwxr-xr-x 23 root   root   4096 Nov  1 10:40 ..
drwxr-x---  2 zabbix zabbix 4096 Nov  1 10:40 alertscripts
drwxr-x---  2 zabbix zabbix 4096 Nov  1 10:40 externalscripts
drwxr-x---  2 zabbix zabbix 4096 Nov  1 10:40 home
-rw-r--r--  1 root   root      0 Nov  1 10:40 .keep_net-analyzer_zabbix-0
drwxr-x---  2 zabbix zabbix 4096 Nov  1 10:40 scripts
helena ~ # ls -la /etc/zabbix
total 56
drwxr-x---  2 root zabbix  4096 Nov  1 10:40 .
drwxr-xr-x 66 root root    4096 Nov  1 10:40 ..
-rw-r--r--  1 root root       0 Nov  1 10:40 .keep_net-analyzer_zabbix-0
-rw-r-----  1 root zabbix 17033 Nov  1 10:40 zabbix_agentd.conf
-rw-r-----  1 root zabbix 26844 Nov  1 10:40 zabbix_server.conf

Wrong ownership is observed only if USE="frontend" is enabled

Ownership is set properly if USE="frontend" is disabled


helena ~ # emerge --info
Portage 3.0.38.1 (python 3.10.8-final-0, default/linux/amd64/17.1/systemd, gcc-11.3.0, glibc-2.35-r8, 6.0.3-gentoo-x86_64 x86_64)
=================================================================
System uname: Linux-6.0.3-gentoo-x86_64-x86_64-Intel-R-_Celeron-R-_CPU_847_@_1.10GHz-with-glibc2.35
KiB Mem:     3943988 total,    596668 free
KiB Swap:    2097148 total,   2095100 free
Timestamp of repository gentoo: Tue, 01 Nov 2022 06:30:01 +0000
Head commit of repository gentoo: 46570bd851de347abe21ebc7334c2123ac0513d1
Head commit of repository anyuta1166: 1af2b382ad71e838d0a608e9048131ffff12a5ee

sh bash 5.1_p16-r2
ld GNU ld (Gentoo 2.38 p4) 2.38
app-misc/pax-utils:        1.3.5::gentoo
app-shells/bash:           5.1_p16-r2::gentoo
dev-lang/perl:             5.36.0::gentoo
dev-lang/python:           3.10.8::gentoo, 3.11.0_rc2_p1::gentoo
dev-util/cmake:            3.24.2::gentoo
dev-util/meson:            0.63.2-r1::gentoo
sys-apps/baselayout:       2.9::gentoo
sys-apps/sandbox:          2.29::gentoo
sys-apps/systemd:          251.6::gentoo
sys-devel/autoconf:        2.71-r4::gentoo
sys-devel/automake:        1.16.5::gentoo
sys-devel/binutils:        2.38-r2::gentoo
sys-devel/binutils-config: 5.4.1::gentoo
sys-devel/gcc:             11.3.0::gentoo
sys-devel/gcc-config:      2.8::gentoo
sys-devel/libtool:         2.4.7::gentoo
sys-devel/make:            4.3::gentoo
sys-kernel/linux-headers:  6.0::gentoo (virtual/os-headers)
sys-libs/glibc:            2.35-r8::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-metamanifest: yes
    sync-rsync-extra-opts:

anyuta1166
    location: /var/db/repos/anyuta1166
    sync-type: git
    sync-uri: https://github.com/anyuta1166/gentoo-overlay.git
    masters: gentoo

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -march=westmere -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php8.1/ext-active/ /etc/php/cgi-php8.1/ext-active/ /etc/php/cli-php8.1/ext-active/ /etc/php/fpm-php8.1/ext-active/ /etc/php/phpdbg-php8.1/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -march=westmere -pipe"
DISTDIR="/var/cache/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-O2 -march=westmere -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -march=westmere -pipe"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="en ru"
MAKEOPTS="-j3"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/bin/bash"
USE="acl amd64 bzip2 cli crypt dri fortran gdbm iconv idn ipv6 libglvnd libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl systemd test-rust threads udev unicode vhosts xattr xml zlib" ABI_X86="64" ADA_TARGET="gnat_2020" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" L10N="en ru" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-1" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_10" PYTHON_TARGETS="python3_10" RUBY_TARGETS="ruby27" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EMERGE_DEFAULT_OPTS, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LEX, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS

helena ~ # emerge -pqv zabbix
[ebuild   R   ] net-analyzer/zabbix-6.2.3  USE="agent curl frontend ipv6 mysql openssl pcre2 server snmp ssh -agent2 -gnutls -java -ldap -libxml2 -odbc -openipmi -oracle -postgres -proxy -sqlite -static"