Notes |
|
(0005521)
|
user2
|
2017-05-02 09:04
|
|
Fortunately, Linode's CentOS 7 install only uses the base OS -- no updates are installed. This will help avoid library versioning problems! The Stackscript should avoid the use of "centos-updates". |
|
|
(0005531)
|
user2
|
2017-05-02 09:27
|
|
Unfortunately, the ClearOS 7.3 OS repo is not really upstream 7.3. It's 7.3 with whatever updates happen to be available at the time of the build (?). That policy is problematic for cloud installs. |
|
|
|
Can confirm that on OVH, without enabling 'clearos-centos-updates', script fails at the current time with dependency:
Error: Package: 32:bind-libs-9.9.4-38.el7_3.2.x86_64 (clearos)
Requires: bind-license = 32:9.9.4-38.el7_3.2
Installed: 32:bind-license-9.9.4-38.el7_3.3.noarch (@updates)
bind-license = 32:9.9.4-38.el7_3.3
Available: 32:bind-license-9.9.4-37.el7.noarch (clearos-centos)
bind-license = 32:9.9.4-37.el7
Available: 32:bind-license-9.9.4-38.el7_3.2.noarch (clearos)
bind-license = 32:9.9.4-38.el7_3.2
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest |
|
|
(0009521)
|
dloper
|
2019-02-23 16:12
|
|
|