Hi, I installed LinuxMCE 8.10 three times yesterday. First time I messed things up by manually trying to install .deb packages by not using install script on desktop.
All three times Kubuntu installed without problems. Second time after install I updated the system and installed NVidia 180 driver via proprietary driver tool and then started the LinuxMCE install.
Third time right after Kubuntu install I started LinuxMCE install without previously installing NVidia driver or doing the update of the system.
Both times I got into same issue. After the install of all packages system needed to be restarted, I did that. After restart I got a screen showing white flashing text with statuses of things that system was doing - what packages are being installed, etc...
But after some time I just got blank screen and saw no system activity, hdd wasn't working and cpu wasn't loaded... I could only start a VT via CTRL-ALT-F1 and work from there, VT7 was just "frozen".
After ispecting I saw that apt-get got stuck... I would get messages:
package nvidia-180-libvdpau failed to install/upgrade: trying to overwrite `/usr/lib/libvdpau.so.1', which is also in package nvidia-glx-180
I managed to fix the issue via: sudo apt-get remove nvidia-glx-180
After that installing package nvidia-180-libvdpau still fails:
sudo apt-get install nvidia-180-libvdpau
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
nvidia-settings
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
nvidia-180-libvdpau
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0B/758kB of archives.
After this operation, 1552kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
nvidia-180-libvdpau
Authentication warning overridden.
(Reading database ... 157574 files and directories currently installed.)
Unpacking nvidia-180-libvdpau (from .../nvidia-180-libvdpau_180.53-0ubuntu1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/nvidia-180-libvdpau_180.53-0ubuntu1_i386.deb (--unpack):
trying to overwrite `/usr/lib/libvdpau.so.1', which is also in package libvdpau0
Errors were encountered while processing:
/var/cache/apt/archives/nvidia-180-libvdpau_180.53-0ubuntu1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Any ideas? Is this a know LinuxMCE 8.10 bug?
UPDATE: found this bug:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-180/+bug/460717UPDATE 2: Now everytime I restart the LinuxMCE Core I get the same issue. There is somwhere a script that tries to install nvidia-180-libvdpau package but that kills apt-get and makes is impossible to install any other package after that. So I need to manually remove nvidia-glx-180 package every time I do a reboot
How can I fix this?