Hi Roy, >> If you look in your packages files (/var/lib/apt/lists/*_Packages) is >> 3.2.0.37.45 of linux-image-server & linux-headers-server available? If >> so, are you able to force apt to do it all at once, ie: >> apt-get install linux-image-serevr linux-server linux-headers-server >> or possibly >> apt-get -f install linux-image-serevr linux-server linux-headers-server > > I'm seeing the same "dependency problems" error when I do that: > > x@y:~$ sudo apt-get -f install linux-image-server linux-server > linux-headers-server > Reading package lists... Done > Building dependency tree > Reading state information... Done > linux-headers-server is already the newest version. > linux-image-server is already the newest version. > The following packages will be upgraded: > linux-server > 1 upgraded, 0 newly installed, 0 to remove and 36 not upgraded. > 1 not fully installed or removed. > Need to get 0 B/1,734 B of archives. > After this operation, 0 B of additional disk space will be used. > Do you want to continue [Y/n]? > dpkg: dependency problems prevent configuration of linux-server: > linux-server depends on linux-image-server (= 3.2.0.36.43); however: > Version of linux-image-server on system is 3.2.0.37.45. > linux-server depends on linux-headers-server (= 3.2.0.36.43); however: > Version of linux-headers-server on system is 3.2.0.37.45. > dpkg: error processing linux-server (--configure): > dependency problems - leaving unconfigured > No apport report written because the error message indicates its a > followup error from a previous failure.
Looks like the packages files might be out of sync - linux-server is v3.2.0.36.43, but linux-image-server is 3.2.0.37.45. Perhaps the packages mirror you're pointing at is only partially sync'd? You could try and alternative mirror. At this stage, I'd be tempted to go out and manually download the .deb files, then use dpkg -i to install them. If necessary, you can use dpkg -i --force-depends, but forcing the dependencies on linux kernel images sounds mildly frightening. I suspect if you get all three .dpkg files, and install them all at once, it might work. Try trawling through here to get the appropriate .deb files http://packages.ubuntu.com/precise-updates/linux-image-server Regards, Andre _______________________________________________ Linux-users mailing list [email protected] http://lists.canterbury.ac.nz/mailman/listinfo/linux-users
