Harry Rickards wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> John Taylor wrote:
>   
>> Harry Rickards wrote:
>> John Taylor wrote:
>>   
>>     
>>>>> Harry Rickards wrote:
>>>>> John Taylor wrote:
>>>>>   
>>>>>     
>>>>>           
>>>>>>>> Alan Pope wrote:
>>>>>>>>     
>>>>>>>>           
>>>>>>>>                 
>>>>>>>>> 2009/4/26 John Taylor <john.68tay...@btinternet.com>:
>>>>>>>>>   
>>>>>>>>>       
>>>>>>>>>             
>>>>>>>>>                   
>>>>>>>>>> Seems to fail during calculating changes - could not calculate 
>>>>>>>>>> upgrade
>>>>>>>>>>
>>>>>>>>>> any ideas? ....never happened before!
>>>>>>>>>>
>>>>>>>>>>     
>>>>>>>>>>         
>>>>>>>>>>               
>>>>>>>>>>                     
>>>>>>>>> How did you try to upgrade?
>>>>>>>>> Can you attach your /etc/apt/sources.list and the contents of any
>>>>>>>>> files in /etc/apt/sources.list.d/
>>>>>>>>>
>>>>>>>>> Cheers,
>>>>>>>>> Al.
>>>>>>>>>
>>>>>>>>>   
>>>>>>>>>       
>>>>>>>>>             
>>>>>>>>>                   
>>>>>>>> It just offered the upgrade no request or input from me
>>>>>>>>
>>>>>>>>
>>>>>>>> j...@ubuntu:~$ /etc/apt/sources.list
>>>>>>>> bash: /etc/apt/sources.list: Permission denied
>>>>>>>> j...@ubuntu:~$ /etc/apt/sources.list.d/
>>>>>>>> bash: /etc/apt/sources.list.d/: is a directory
>>>>>>>> j...@ubuntu:~$
>>>>>>>>
>>>>>>>> Does this help?
>>>>>>>>
>>>>>>>> John
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>>     
>>>>>>>>           
>>>>>>>>                 
>>>>> Try doing
>>>>> sudo cat /etc/apt/sources.list
>>>>> and
>>>>> sudo cat /etc/apt/sources.list.d/*
>>>>>
>>>>>
>>>>>     
>>>>>           
>>   
>>     
>>>>> j...@ubuntu:~$ sudo cat /etc/apt/sources.list.d/*
>>>>> [sudo] password for john:
>>>>> # deb http://wine.budgetdedicated.com/apt hardy main #WineHQ - Ubuntu 
>>>>> 8.04 "Hardy Heron"
>>>>> # deb-src http://wine.budgetdedicated.com/apt hardy main #WineHQ - 
>>>>> Ubuntu 8.04 "Hardy Heron"
>>>>>     
>>>>>           
>>   
>>     
>>>>> # deb http://wine.budgetdedicated.com/apt hardy main #WineHQ - Ubuntu 
>>>>> 8.04 "Hardy Heron"
>>>>> # deb-src http://wine.budgetdedicated.com/apt hardy main #WineHQ - 
>>>>> Ubuntu 8.04 "Hardy Heron"
>>>>>     
>>>>>           
>>   
>>     
>>>>> # deb http://wine.budgetdedicated.com/apt hardy main #WineHQ - Ubuntu 
>>>>> 8.04 "Hardy Heron"
>>>>> # deb-src http://wine.budgetdedicated.com/apt hardy main #WineHQ - 
>>>>> Ubuntu 8.04 "Hardy Heron"
>>>>>     
>>>>>           
>>   
>>     
>>>>> j...@ubuntu:~$
>>>>> j...@ubuntu:~$ dir *tem
>>>>> dir: cannot access *tem: No such file or directory
>>>>> j...@ubuntu:~$ sudo cat /etc/apt/sources.list
>>>>> ####################################
>>>>> ### Official Ubuntu Repositories ###
>>>>> ####################################
>>>>>     
>>>>>           
>>   
>>     
>>>>> # Gutsy Final Release Repository
>>>>> # deb cdrom:[Ubuntu 8.10 _Intrepid Ibex_ - Release i386 (20081029.5)]/ 
>>>>> intrepid main restricted
>>>>> deb cdrom:[Ubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/ 
>>>>> jaunty main restricted
>>>>> deb http://archive.ubuntu.com/ubuntu intrepid main restricted universe 
>>>>> multiverse
>>>>> # deb-src http://archive.ubuntu.com/ubuntu gutsy main restricted 
>>>>> universe multiverse
>>>>>     
>>>>>           
>>   
>>     
>>>>> # Gutsy Security Updates
>>>>> deb http://security.ubuntu.com/ubuntu intrepid-security main restricted 
>>>>> universe multiverse
>>>>> # deb-src http://security.ubuntu.com/ubuntu gutsy-security main 
>>>>> restricted universe multiverse
>>>>>     
>>>>>           
>>   
>>     
>>>>> # Gutsy Bugfix Updates
>>>>> deb http://archive.ubuntu.com/ubuntu intrepid-updates main restricted 
>>>>> universe multiverse
>>>>> # deb-src http://archive.ubuntu.com/ubuntu gutsy-updates main restricted 
>>>>> universe multiverse
>>>>>     
>>>>>           
>>   
>>     
>>>>> # Gutsy Backports (new software versions, provided by the Ubuntu 
>>>>> Backports Project)
>>>>> # deb-src http://archive.ubuntu.com/ubuntu gutsy-backports main 
>>>>> restricted universe multiverse
>>>>>     
>>>>>           
>>   
>>     
>>>>> # Ubuntu Commercial
>>>>> deb http://archive.canonical.com/ubuntu intrepid partner
>>>>> # deb-src http://archive.canonical.com/ubuntu gutsy partner
>>>>>     
>>>>>           
>>   
>>     
>>>>> ##############################
>>>>> ### Automatix Repositories ###
>>>>> ##############################
>>>>>     
>>>>>           
>>   
>>     
>>>>> # deb http://www.getautomatix.com/apt gutsy main
>>>>> #AUTOMATIX REPOS START
>>>>>     
>>>>>           
>>   
>>     
>>>>> # deb http://www.getautomatix.com/apt gutsy main
>>>>> #AUTOMATIX REPOS END
>>>>> # deb http://packages.medibuntu.org/ feisty free non-free
>>>>> # deb http://packages.medibuntu.org/ feisty free non-free
>>>>> # deb http://packages.medibuntu.org/ feisty free non-free
>>>>>     
>>>>>           
>>   
>>     
>>>>> deb http://wine.budgetdedicated.com/apt intrepid main #WineHQ - Ubuntu 
>>>>> 8.10 "Intrepid Ibex"
>>>>>     
>>>>>           
>>   
>>     
>>>>> j...@ubuntu:~$
>>>>>     
>>>>>           
>>   
>>     
>>>>> Does this help?
>>>>>     
>>>>>           
>>   
>>     
>>>>> John
>>>>>     
>>>>>           
>> Are you trying to install from a Jaunty CD, or via the internet? If via
>> the internet, try changing the following line in /etc/apt/sources.list:
>>
>>
>> deb cdrom:[Ubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/
>> jaunty main restricted
>>
>> into
>>
>> #deb cdrom:[Ubuntu 9.04 _Jaunty Jackalope_ - Release i386 (20090420.1)]/
>> jaunty main restricted
>>
>> Basically adding a hash before it. You can do this by running
>>
>>      sudo gedit /etc/apt/sources.list
>>
>> Once you've done that, run
>>
>>      sudo aptitude update
>>
>> and
>>
>>      sudo aptitude dist-upgrade
>>
>> If you prefer apt-get run
>>
>>      sudo apt-get update
>>
>> and then
>>
>>      sudo apt-get upgrade
>>
>>     
>
>   
>> Wow Harry
>>     
>
>   
>> I'm a Golden Oldie and a very new Newbie!!
>>     
>
>   
>> I was given 9.04 over the net as a auto daily update... they have always 
>> worked out of the box before so why not now?
>> Can I have a simple answer...do i have to download 9.04 again?
>>     
>
>   
>> John
>>     
>
> It seems that your source.list was changed for some reason. Did you
> download the CD of Jaunty, or try and download it with aptitude, apt-get
> or update-manager? If you downloaded the CD, you shouldn't need to
> download again, but I'm not sure about if you used aptitude, apt-get or
> update-manager.
>
> - --
> Many thanks
> Harry Rickards (a.k.a l33tmyst)
>
> - --
>
> ()  ascii ribbon campaign - against html e-mail
> /\  www.asciiribbon.org   - against proprietary attachments
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
>
> iEYEARECAAYFAkn1zgsACgkQ1kZz3mRu0GoenwCg642yrfrRkgezVUw3sh9EYQ2W
> oUQAn2lS+2Ij+8EGKjkgLoCDzSniyo39
> =ucqS
> -----END PGP SIGNATURE-----
>
>   
Yes I have the CD as well but don't ask me how I did it... I think it 
was suggested by download manager so to do!

John

-- 
ubuntu-uk@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/

Reply via email to