[11:23] linux-cloud-tools-generic-lts-vivid linux-tools-generic-lts-vivid [11:23] are missing dependencies [11:23] anyone know why? [11:24] neoark, ? [11:24] missing dependancies of what [11:24] no clue apt-get is not updating [11:24] those should not exist in the latest packages [11:24] how do i check? [11:25] https://pastee.org/shwud [11:27] ahh ok, missread the original, hmmm that looks like an expected dependancy, and one i would expect to exist [11:27] linux-cloud-tools-3.19.0-20-generic | 3.19.0-20.20~14.04.1 | trusty-security | amd64, i386 [11:27] and one which exists in the archive [11:28] neoark, what are you doing to trigger that error, what command line is that ... in fact could you pastebin the entire output prompt to prompt [11:28] deb http://archive.canonical.com/ubuntu trusty partner [11:28] deb-src http://archive.canonical.com/ubuntu trusty partner [11:28] have that [11:28] https://pastee.org/j259y [11:30] neoark, _just_ that in your sources ? [11:30] apt-get dist-upgrade linux-cloud-tools-generic-lts-vivid linux-tools-generic-lts-vivid -y gives missing depe [11:30] https://pastee.org/8gc2s [11:31] sources [11:34] apw any clue on how to get missing dep? [11:35] neoark, i am testing here [11:35] ty [11:36] neoark, ok on my T box here it just finds and installs the deps correctly [11:37] neoark, could you have out of date apt databased ? I would try and apt-get update [11:38] did that before i did other dist-upgrade i have couple server and its happening on all of them [11:39] W: Failed to fetch http://ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/dists/trusty-updates/main/i18n/Translation-en Hash Sum mismatch [11:39] W: Failed to fetch http://ubuntu.mirrors.ovh.net/ftp.ubuntu.com/ubuntu/dists/trusty-updates/universe/i18n/Translation-en Hash Sum mismatch [11:39] E: Some index files failed to download. They have been ignored, or old ones used instead. [11:39] err ovh is so unreliable [11:41] hmmm [11:41] i wonder if you have a mirroring missmatch then, becuase the indexes i have here are offering me that package just fine [11:42] how to correct it? or OVH has too? [11:42] neoark, well one expects mirrors to be in sync by default and to sync up pretty quick when they arn't ... if that is what you have [11:43] sudo apt-get install linux-tools-generic-lts-vivid [11:43] what does doing one of those say in full on the affected system [11:44] he following packages have unmet dependencies: [11:44] linux-tools-generic-lts-vivid : Depends: linux-tools-3.19.0-20-generic but it is not going to be installed [11:44] E: Unable to correct problems, you have held broken packages. [11:46] let me switch my sources and try again [11:47] that feels like linux-meta-lts-vivid was published but not linux-lts-vivid ... which would be very unusual and doesn't match how the archive is now to my eye [11:49] doesn't work still [11:51] tried https://pastee.org/84m2g still same problem [11:53] apt-cache show linux-cloud-tools-3.19.0-20-generic | egrep '(Version|Depends)' [11:53] what does that show [11:54] apt-cache show linux-cloud-tools-3.19.0-20-generic | egrep '(Version|Depends)' [11:54] Version: 3.19.0-20.20~14.04.1 [11:54] Depends: linux-lts-vivid-cloud-tools-3.19.0-20 [11:54] neoark, and the same for linux-tools-3.19.0-20-generic ? [11:55] apt-cache show linux-tools-3.19.0-20-generic | egrep '(Version|Depends)' [11:55] Version: 3.19.0-20.20~14.04.1 [11:55] Depends: linux-lts-vivid-tools-3.19.0-20 [11:55] root@arjun:~# [11:55] so that says you have both packages available in your index [11:55] yes [11:56] apt-get install linux-tools-lts-vivid [11:56] just can't install them [11:56] and that only said the 4 lines you pasted before nothing else ? [11:56] yes [11:56] does apt-get install -f [11:56] say anything [11:56] be very careful about saying yes without reading what it says [11:56] Reading state information... Done [11:56] E: Unable to locate package linux-tools-lts-vivid [11:57] what does apt-cache show linux-tools-lts-vivid say [11:57] -f doesn't install [11:57] https://pastee.org/jvs77 [11:58] apt-cache show linux-tools-lts-vivid [11:58] N: Unable to locate package linux-tools-lts-vivid [11:58] E: No packages found [11:58] hang on ... why is it talking about linux-tools-lts-vivid at all ? [11:58] that isn't a package ... [11:58] how is that mentioned in instal -f [11:58] https://pastee.org/jvs77 < -f install [11:59] ok ... that says a further step dependancy is missing [11:59] apt-cache show linux-lts-vivid-tools-3.19.0-20 [12:00] https://pastee.org/pd6tz [12:00] linux-tools-common was missing odd [12:00] hmm [12:01] linux-tools-common is missing ? [12:01] that is a default package, hmmm [12:01] what version of linux-tools-common [12:02] does apt-cache show show [12:03] Version: 3.13.0-24.46 [12:03] linux-tools-common [12:06] thanks sorted gotta figure out what else is missing [12:10] apw i guess linux-lts-vivid-tools-common [12:10] is missing [12:10] there is linux-lts-utopic-tools-common [12:12] linux-lts-vivid-tools-common (3.19.0-18.18) its missing for 3.19.0-18.20 [12:18] neoark, so are you trying to upgrade just the lts packages or letting the system upgrade in general [12:18] so upgrade stock to lts utopic to lts vivid [12:18] neoark, there is no linux-lts-vivid-tools-common [12:19] yes linux-lts-utopic-tools-common i think uninstalls linux-tools-common [12:19] there should be no linux-lts-*-tools-common any more, they are meant to use linux-tools-common ... it is menat to be common to all kernels [12:19] so the latest linux-lts-utopic should fix that so it does not [12:19] so is the issue here you have an _old_ linux-lts-utopic installed and it is colliding with linux-lts-vivid [12:20] which is fixed ? [12:20] https://pastee.org/3kar < still shows as available [12:21] yes, that is basically pending NBS handling, it existing isn't an issue, it should not be a dependancy of the current packages [12:22] yes but it removes linux-tools-common on autoremove that created this issue [12:22] so you can upgrade from 3.19.0-18.18 to 3.19.0-18.20 is you did apt-get autoremove [12:23] can not* [12:23] err can't type this morning. [12:23] s/it/if [12:23] do you mean -20.20 ? [12:24] 3.19.0-20.20 [12:24] Yes [12:24] so if you do an autoremove, then the dist-upgrade it works ? [12:25] No it doesn't [12:25] because it removed linux-tools-common since i had installed linux-lts-vivid-tools-common (3.19.0-18.18) [12:26] So I had to reinstall linux-tools-common to install 3.19.0-20 [12:29] https://pastee.org/2r3p [12:29] - List of linux- install and their version [13:03] neoark, so i was not expecting you to install linux-lts-vivid-tools-common manually ever, that doesn't seem like something one should do === swordsmanz is now known as _2swordz_ === EvilRoey is now known as SecurityPizza === SecurityPizza is now known as EvilRoey === alvesadrian is now known as adrian === pgraner is now known as pgraner-afk === _2swordz_ is now known as swordsmanz