Crib notes: ubuntu 14.04 badness

Woopsie. Somehow, with some update, I managed to screw nvidia up properly, and then in fixing that, I broke symantec antivirus, too. Part of it was that the 14.04 ubuntu headers have moved up, but the kernel was still at an older version, which made dkms pissy, and .. well.

Here is the (probably wrong and redundant, but it worked) list of things I did to fix it:

  • sudo apt-get remove nvidia*
  • sudo apt-get remove (our symantec modules, yours will be named differently)
  • sudo apt-get autoremove
  • sudo apt-get install linux-image-generic-lts-trusty
    • This upgrades to the latest linux kernel + tools, which then matched headers I obtained from other updates. Happiness here.
  • sudo apt-get install (symantec modules, again YMMV with what these are called)

As it turns out, I didn't bother putting the nvidia drivers back on. The fallback to the intel card was good enough, and I didn't want to go breaking myself again by accident. As this isn't my primary workstation, I have no idea how I got into this mess. Sounds dumb, but I was updating with only half my attention on what I was doing, and then the world broke, and there was a login loop, which turned out to be:
Xlib: extension “GLX” missing on display “:0”.
So. Yea.. busted nvidia drivers. We'll see how we do without. ;)