<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jul 6, 2015 at 8:00 AM, Dave Pawson <span dir="ltr">&lt;<a href="mailto:dave.pawson@gmail.com" target="_blank">dave.pawson@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Success.. with a tiny proviso.<br>
I tried it running Gnome in a command line. No error message shown, just nothing<br>
happened. (I should have known / guessed)<br>
Rebooted, failed, ^-ALT-F3 to get a CLI. Log in as root<br>
Ran the command /usr/sbin/akmods --force<br>
and akmods built.<br>
# reboot<br>
and I&#39;m in business again.<br></blockquote><div><br></div><div>There is a reason that they failed to rebuild right after kernel update but it&#39;s likely to be the same problem others have experienced, dnf not releasing it&#39;s lock on the rpm database soon enough. </div><div><br></div><div>They are not enabled by default (there&#39;s a special list of services allowed to be enabled by default, and akmods isn&#39;t on it) but there are two systemd services you can enable that help in this specific situation.</div><div><br></div><div>You can try as root (or sudo):</div><div>$ systemctl enable akmods.service</div><div><br></div><div>and/or</div><div>$ systemctl enable akmods-shutdown.service</div><div><br></div><div>The first attempts another rebuild during the boot cycle and the other on shutdown. Of course if there&#39;s a different problem, for instance something changed in the kernel that the binary drivers haven&#39;t accounted for, then obviously it won&#39;t help there.</div><div><br></div><div>I&#39;d like to find a way to notify the user on failure but haven&#39;t found a simple way to do that.</div><div><br></div><div>Thanks,</div><div>Richard</div></div></div></div>