Ad Widget

Collapse

Error at 54/56 step installation from packages in AlmaLinux

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anskIT
    Junior Member
    • Oct 2023
    • 1

    #1

    Error at 54/56 step installation from packages in AlmaLinux

    Error at 54/56 step installation from packages in AlmaLinux

    Steps to reproduce:


    Follow documentation at
    https://www.zabbix.com/download?zabb...pgsql&ws=nginx

    Code:
    step [B]b. Install Zabbix server, frontend, agent[/B]
    
    # dnf install zabbix-server-pgsql zabbix-web-pgsql zabbix-nginx-conf zabbix-sql-scripts zabbix-selinux-policy zabbix-agent


    Result:

    Code:
    [INDENT]Running scriptlet: zabbix-server-pgsql-6.4.7-release1.el9.x86_64 53/56
    Installing : zabbix-selinux-policy-6.4.7-release1.el9.x86_64 54/56
    Running scriptlet: zabbix-selinux-policy-6.4.7-release1.el9.x86_64 54/56
    Failed to resolve typeattributeset statement at /var/lib/selinux/targeted/tmp/modules/400/zabbix_policy/cil:1
    Failed to resolve AST
    semodule: Failed!
    
    Running scriptlet: zabbix-agent-6.4.7-release1.el9.x86_64 55/56[/INDENT]
    Expected:

    no errors
  • vijayk
    Senior Member
    • May 2023
    • 305

    #2
    Looks like issue with SELinux policy. You can try with remove selinux_policy and re-install it. Meanwhile also check the logs if it have.
    Last edited by vijayk; 08-10-2023, 13:18.

    Comment

    Working...