[ZBX-21267] zabbix-sql-scripts installs nothing on arm64 ubuntu 22.04 Created: 2022 Jun 29 Updated: 2024 Apr 10 Resolved: 2022 Sep 29 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Packages (C) |
Affects Version/s: | None |
Fix Version/s: | 6.4.0alpha1, 6.4 (plan) |
Type: | Problem report | Priority: | Major |
Reporter: | Edgar Akhmetshin | Assignee: | Martins Valkovskis |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
Ubuntu 22.04 ARM64 |
Issue Links: |
|
||||||||||||
Team: | |||||||||||||
Sprint: | Sprint 90 (Jul 2022), Sprint 91 (Aug 2022), Sprint 92 (Sep 2022) | ||||||||||||
Story Points: | 0.5 |
Description |
Steps to reproduce:
Result: Expected: |
Comments |
Comment by Edgar Akhmetshin [ 2022 Jul 04 ] |
The root cause if using minimal install:
If execute 'unminimize' package and after install zabbix-sql-scripts it will install all the scripts. Package should not install files as docs. |
Comment by Jurijs Klopovskis [ 2022 Jul 04 ] |
path-exclude setting in /etc/dpkg/dpkg.cfg.d/excludes https://raphaelhertzog.com/2010/11/15/save-disk-space-by-excluding-useless-files-with-dpkg/ |
Comment by dimir [ 2022 Jul 26 ] |
This one is a known issue. Usually happens with docker containers. These guys have "exclude /usr/share/doc" rule in deb package manager configuration. So, basically, no matter what stuff a package has in /usr/share/doc the package manager will skip it. Solution? Yeah, probably we should find another place for our SQL files (I wouldn't make an exception only for deb). |
Comment by Jurijs Klopovskis [ 2022 Jul 26 ] |
Since /usr/share/zabbix is already taken by frontend, I'm thinking about someting like /usr/share/zabbix-sql-scripts |
Comment by Martins Valkovskis [ 2022 Sep 22 ] |
Updated documentation in "What's new" for 6.0.9 and 6.2.3. Additionally, all instances referring to "/usr/share/doc" in documentation have been converted to "/usr/share". |