<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Jun 30, 2015 at 9:28 AM, Ed Greshko <span dir="ltr">&lt;<a href="mailto:ed.greshko@greshko.com" target="_blank">ed.greshko@greshko.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">On 06/30/15 22:21, Richard Shaw wrote:<br>
<span class="">&gt; On Tue, Jun 30, 2015 at 7:50 AM, Patrick O&#39;Callaghan &lt;<a href="mailto:pocallaghan@gmail.com">pocallaghan@gmail.com</a> &lt;mailto:<a href="mailto:pocallaghan@gmail.com">pocallaghan@gmail.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     My only &quot;fix&quot; (really a workaround) was to run the process manually,<br>
&gt;     when dnf wasn&#39;t locking it out. There&#39;s clearly a race of some kind<br>
&gt;     with the normal installation process.<br>
&gt;<br>
&gt;<br>
&gt; What&#39;s interesting here is that the shutdown service or start service should catch this, UNLESS, it doesn&#39;t catch the situation where the compilation completes but the install does not...<br>
&gt;<br>
&gt; Do you have both/either services enabled?<br>
&gt;<br>
<br>
</span>I&#39;m not familiar with a shutdown or start service.<br>
<br>
[root@acer ~]# systemctl status shutdown<br>
● shutdown.service<br>
   Loaded: not-found (Reason: No such file or directory)<br>
   Active: inactive (dead)<br>
[root@acer ~]# systemctl status start<br>
● start.service<br>
   Loaded: not-found (Reason: No such file or directory)<br>
   Active: inactive (dead<br>
<br>
FWIW, I see the failure to install the akmod built rpms on 2 systems 100% of the time since upgrading to F22.<br></blockquote><div><br></div><div>Sorry, I should have been more specific, the services are called &quot;akmods&quot; and &quot;akmods-shutdown&quot;. Enabling either one should help... The shutdown one if dnf releases the lock before you shutdown or the bootup one in case that one fails.</div><div><br></div><div><div>$ systemctl status akmods</div><div>● akmods.service - Builds and install new kmods from akmod packages</div><div>   Loaded: loaded (/usr/lib/systemd/system/akmods.service; enabled)</div><div>   Active: active (exited) since Sun 2015-06-14 11:20:19 CDT; 2 weeks 1 days ago</div><div> Main PID: 852 (code=exited, status=0/SUCCESS)</div><div>   CGroup: /system.slice/akmods.service</div><div>$ systemctl status akmods-shutdown</div><div>● akmods-shutdown.service - Builds and install new kmods from akmod packages</div><div>   Loaded: loaded (/usr/lib/systemd/system/akmods-shutdown.service; enabled)</div><div>   Active: active (exited) since Sun 2015-06-14 11:20:08 CDT; 2 weeks 1 days ago</div><div> Main PID: 876 (code=exited, status=0/SUCCESS)</div><div>   CGroup: /system.slice/akmods-shutdown.service</div></div><div><br></div><div>Thanks,</div><div>Richard</div></div></div></div>