logrotated rev 9 fails to install on bionic
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
logrotate-charm |
Fix Released
|
High
|
Unassigned |
Bug Description
Hi team!
I'm deploying latest/stable logrotated (rev 9) on the lma model with nagios latest/stable rev 59. And the install hook fails with the following conflict:
```
root@nagios-
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version (12.4ubuntu1).
python3-yaml is already the newest version (3.12-1build2).
python3-dev is already the newest version (3.6.7-1~18.04).
python3-setuptools is already the newest version (39.0.1-
python3-wheel is already the newest version (0.30.0-
python3-pip is already the newest version (9.0.1-
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
The directory '/home/
The directory '/home/
Collecting pip
pip requires Python '>=3.7' but the running Python is 3.6.9
Traceback (most recent call last):
File "./hooks/install", line 8, in <module>
basic.
File "lib/charms/
_update_
File "lib/charms/
pkg], env=_get_
File "/usr/lib/
raise CalledProcessEr
subprocess.
```
I have logrotated working fine with the other lma units and the previous revision (14, which is now in the latest/candidate) was also working correctly.
summary: |
- install hook fails due to version requirements + install hook fails due to version requirements in Nagios |
Changed in charm-logrotated: | |
status: | New → Triaged |
importance: | Undecided → High |
This is a known issue that was fixed in commit 26a61a195291422 cc8eead5495fcf7 3613402a32 (and rev 14).