SCIENTIFIC-LINUX-USERS Archives

April 2017

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Reply To:
Date:
Fri, 21 Apr 2017 10:13:47 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (45 lines)
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.

ATOM RSS1 RSS2