On Thu, 20 Apr 2017, Mikkel Kruse Johnsen wrote:

Hi

After an update to "docker-1.12.6-11.el7.x86_64" the service is unable to
start.

# systemctl start docker.service
Failed to start docker.service: Unit not found.

disable/enable/stop is working.

I see that the ending is "sl7" where the old package is "el7". What is the
SL changes. Anyone know how to fix this ?

it would just be a change in the dist tag appended to the release
number, and is not very important.

$ cat /etc/redhat-release Scientific Linux release 7.3 (Nitrogen)

$ rpm -qa --qf='%{RELEASE}\n'|grep -c 'el7'
1709

$ rpm -qa --qf='%{RELEASE}\n'|grep -c 'sl7'
25

Downgrading:
# yum downgrade docker.x86_64 2:1.12.5-14.el7 docker-common.x86_64
2:1.12.6-11.el7 docker-client.x86_64 2:1.12.6-11.el7
At is works again.

I see that docker-1.12.6-16.sl7.x86_64.rpm is now available, maybe
you can try it.  However the corresponding container-selinux package
requires policycoreutils >= 2.5-11.  That version of policycoreutils is
not yet published in the SL updates tree, but should appear soon - it
is in fastbugs, so you would need to enable fastbugs to update it.

cheers,
 denice
--
deatrich @ triumf.ca, Science/ATLAS         PH: +1 604-222-7665
<*> This moment's fortune cookie:
The longer the title, the less important the job.

Reply via email to