hello every one. I according to some suggestions on this list, tried apt on cd and was very much happy with its results. I even wrote a testifying email a few days back. but now I got a strange result which has confused me. I did try my new "ubuntu extra softwares " as I call it cd on another newly installed machine. I had created this cd using apton cd from my computer. configurations of both the machines are same. now when I added the cd into the apt list with sudo apt-cdrom add, it took it happily. but when I said sudo apt-get update the updates did not happen. the error was "some index files failed to download, ignoring or using the older ones". and then I tried sudo apt-get upgrade which some how went fine. some packages were replaced for sure. I then again did sudo apt-get upgrade just to make sure that all is fine. this time I got a list of few packages which were held back. in the list there was the generic kernel headers and modules. this is very surprising for me as it should have taken these packages for the update/ upgrade as well. I just created the cd yesterday and tried it on a very newly installed machine which did not take any updates from internet. the first update ever on that newly installed machine was from my cd. this further surprised me as there should be no clashing packages. the next stunning hitback I got on my face was when I said sudo apt-get install inkscape. here the message was a streight "borken package ". now I know that it is the same inkscape that runs on my machine and I had tried an older apt on cd made disk on another machine where inkscape was happily installed through the cd. but this new cd gives errors of borken package for all the packages. how can this happen. any idea what must be going wrong? one pointer is that when I create the disk using apt on cd, it excludes some packages may be because they are older updates? not sure though. kindly explain. regards, Krishnakant.
On 6/5/07, krishnakant Mane researchbase@gmail.com wrote:
but when I said sudo apt-get update the updates did not happen. the error was "some index files failed to download, ignoring or using the older ones".
This maybe because you have other sources listed in your sources.list file, which weren't available at the time being. For example you have archive.ubuntu.com in your sources.list but you have no internet connection, apt will try to upgrade from the url but it won't be available so the error. I am just assuming this kind of thing because I am not aware how exactly your sources.list looks like and I haven't tried aptoncd myself.
hi mehul, you are right on that but the next problem I mentioned is really confusing. look, I used an older aptoncd created disk on a new machine and it did work. now when I had another new machine and I used this latest one (which also includes old packages ) the apt-get install returns "broken package " message for tools like inkscape brasero etc. even sudo apt-get upgrade does not completely upgrade my machine. it gives messages like "the following packages have been kept back " and then gives me a list of packages including generic kernel etc. what could be the problem? I remember apt on cd excluding some deb packages may be because they were older versions of the same libraries or may be they are depricated. could that be the problem? regards, Krishnakant.