I cannot upgrade my Kubuntu and I have tried everything I have read on here. help somebody suggest something new before I throw my machine.
Announcement
Collapse
No announcement yet.
HELP!
Collapse
This topic is closed.
X
X
-
Re: HELP!
Wow...now THERE'S an informative subject!
Scenario 1: You are trying to upgrade from a previous Kubuntu version (Fiesty, Edgy, Dapper etc)
If upgrading isn't working, your best option is simply to get a kubuntu install disk and make a fresh install. Backup your files, but I would advise NOT backing up configuration, to be safe, since the desired config can change between distributions.
Also, do not expect to be able to upgrade from anything earlier than Fiesty - if you currently have Dapper or Edgy, you WILL need to do a fresh instal
Scenario 2: You are trying to update the current version.
In this case, please run (in Konsole)
Code:$ cat /etc/apt/sources.list $ sudo apt-get update $ sudo apt-get upgrade
I am running Ubuntu 8.10 (yes Gnome) with upgrades applied daily about 0900 UK time. Hardware is Dell Precision 420, 2x 800 MHz PIII, 512 MB RDRAM, nVidia GeForce 6800 128 MB AGP graphics, 18GB SCSI and 500GB IDE HDDs, DVD burner, Hauppage TV card.
- Top
- Bottom
-
Re: HELP!
fnx@FNXII:~$ cat/etc/apt/sources.list
bash: cat/etc/apt/sources.list: No such file or director
fnx@FNXII:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
fnx@FNXII:~$ cat/etc/apt/sources.list
bash: cat/etc/apt/sources.list: No such file or directory
fnx@FNXII:~$ sudo apt-get update
Get:1 http://archive.canonical.com gutsy Release.gpg [191B]
Ign http://archive.canonical.com gutsy/partner Translation-en_US
Hit http://archive.canonical.com gutsy Release
Ign cdrom://Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1) gutsy/main Translation-en_US
Ign cdrom://Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1) gutsy/restricted Translation-en_US
Err http://archive.canonical.com gutsy Release
Get:2 http://archive.canonical.com gutsy Release [6998B]
Ign http://archive.canonical.com gutsy Release
Ign http://archive.canonical.com gutsy/partner Packages
Ign http://archive.canonical.com gutsy/partner Sources
Hit http://archive.canonical.com gutsy/partner Packages
Hit http://archive.canonical.com gutsy/partner Sources
Get:3 http://us.archive.ubuntu.com feisty-backports Release.gpg [191B]
Ign http://us.archive.ubuntu.com feisty-backports/main/debian-installer Translation-en_US
Get:4 http://us.archive.ubuntu.com feisty-backports Release [44.6kB]
Ign http://us.archive.ubuntu.com feisty-backports Release
Get:5 http://us.archive.ubuntu.com feisty-backports/main/debian-installer Packages [2057B]
Fetched 54.0kB in 1s (33.2kB/s)
Reading package lists... Done
W: GPG error: http://archive.canonical.com gutsy Release: The following signatures were invalid: NODATA 2
W: GPG error: http://us.archive.ubuntu.com feisty-backports Release: The following signatures were invalid: NODATA 2
W: You may want to run apt-get update to correct these problems
fnx@FNXII:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
fnx@FNXII:~$ cat/etc/apt/sources.list
bash: cat/etc/apt/sources.list: No such file or directory
fnx@FNXII:~$ sudo apt-get update
Get:1 http://archive.canonical.com gutsy Release.gpg [191B]
Ign http://archive.canonical.com gutsy/partner Translation-en_US
Hit http://archive.canonical.com gutsy Release
Ign cdrom://Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1) gutsy/main Translation-en_US
Ign cdrom://Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1) gutsy/restricted Translation-en_US
Err http://archive.canonical.com gutsy Release
Get:2 http://archive.canonical.com gutsy Release [6998B]
Ign http://archive.canonical.com gutsy Release
Ign http://archive.canonical.com gutsy/partner Packages
Ign http://archive.canonical.com gutsy/partner Sources
Hit http://archive.canonical.com gutsy/partner Packages
Hit http://archive.canonical.com gutsy/partner Sources
Get:3 http://us.archive.ubuntu.com feisty-backports Release.gpg [191B]
Ign http://us.archive.ubuntu.com feisty-backports/main/debian-installer Translation-en_US
Get:4 http://us.archive.ubuntu.com feisty-backports Release [44.6kB]
Ign http://us.archive.ubuntu.com feisty-backports Release
Get:5 http://us.archive.ubuntu.com feisty-backports/main/debian-installer Packages [2057B]
Fetched 54.0kB in 1s (33.2kB/s)
Reading package lists... Done
W: GPG error: http://archive.canonical.com gutsy Release: The following signatures were invalid: NODATA 2
W: GPG error: http://us.archive.ubuntu.com feisty-backports Release: The following signatures were invalid: NODATA 2
W: You may want to run apt-get update to correct these problems
- Top
- Bottom
Comment
-
Re: HELP!
Originally posted by Pyranimafnx@FNXII:~$ cat/etc/apt/sources.list
bash: cat/etc/apt/sources.list: No such file or director
Type:
Code:cat /etc/apt/sources.list
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: HELP!
You're getting signature errors, but that shouldn't stop you getting the package lists.
Looks to me like your system is up-to-date, nothing TO upgrade! Unless you know something to the contrary. I don't know off the top of my head what versions to check to test that.
AlsoCode:fnx@FNXII:~$ sudo apt-get update <snip> W: You may want to run apt-get update to correct these problems
I am running Ubuntu 8.10 (yes Gnome) with upgrades applied daily about 0900 UK time. Hardware is Dell Precision 420, 2x 800 MHz PIII, 512 MB RDRAM, nVidia GeForce 6800 128 MB AGP graphics, 18GB SCSI and 500GB IDE HDDs, DVD burner, Hauppage TV card.
- Top
- Bottom
Comment
-
Re: HELP!
Originally posted by SnowhogOriginally posted by Pyranimafnx@FNXII:~$ cat/etc/apt/sources.list
bash: cat/etc/apt/sources.list: No such file or director
Type:
Code:cat /etc/apt/sources.list
deb cdrom:[Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1)]/ gutsy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
# Line commented out by installer because it failed to verify:
# deb http://us.archive.ubuntu.com/ubuntu/ gutsy main restricted
# Line commented out by installer because it failed to verify:
# deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
# Line commented out by installer because it failed to verify:
# deb http://us.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
# Line commented out by installer because it failed to verify:
# deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
# Line commented out by installer because it failed to verify:
# deb http://us.archive.ubuntu.com/ubuntu/ gutsy universe
# Line commented out by installer because it failed to verify:
# deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy universe
# Line commented out by installer because it failed to verify:
# deb http://us.archive.ubuntu.com/ubuntu/ gutsy-updates universe
# Line commented out by installer because it failed to verify:
# deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
# Line commented out by installer because it failed to verify:
# deb http://us.archive.ubuntu.com/ubuntu/ gutsy multiverse
# Line commented out by installer because it failed to verify:
# deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy multiverse
# Line commented out by installer because it failed to verify:
# deb http://us.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
# Line commented out by installer because it failed to verify:
# deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://us.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
# deb-src http://us.archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu gutsy partner
deb-src http://archive.canonical.com/ubuntu gutsy partner
# Line commented out by installer because it failed to verify:
# deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
# Line commented out by installer because it failed to verify:
# deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
# Line commented out by installer because it failed to verify:
# deb http://security.ubuntu.com/ubuntu gutsy-security universe
# Line commented out by installer because it failed to verify:
# deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
# Line commented out by installer because it failed to verify:
# deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
# Line commented out by installer because it failed to verify:
# deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse
fnx@FNXII:~$ sudo apt-get update
Ign cdrom://Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1) gutsy/main Translation-en_US
Ign cdrom://Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1) gutsy/restricted Translation-en_US
Get:1 http://archive.canonical.com gutsy Release.gpg [191B]
Get:2 http://archive.canonical.com gutsy Release.gpg [191B]
Get:3 http://archive.canonical.com gutsy Release.gpg [191B]
Ign http://archive.canonical.com gutsy/partner Translation-en_US
Hit http://archive.canonical.com gutsy Release
Ign http://archive.canonical.com gutsy/partner Packages
Ign http://archive.canonical.com gutsy/partner Sources
Hit http://archive.canonical.com gutsy/partner Packages
Hit http://archive.canonical.com gutsy/partner Sources
Get:4 http://us.archive.ubuntu.com feisty-backports Release.gpg [191B]
Ign http://us.archive.ubuntu.com feisty-backports/main/debian-installer Translation-en_US
Get:5 http://us.archive.ubuntu.com feisty-backports Release [44.6kB]
Ign http://us.archive.ubuntu.com feisty-backports Release
Get:6 http://us.archive.ubuntu.com feisty-backports/main/debian-installer Packages [2057B]
Fetched 46.8kB in 1s (35.9kB/s)
Reading package lists... Done
W: GPG error: http://us.archive.ubuntu.com feisty-backports Release: The following signatures were invalid: NODATA 2
W: You may want to run apt-get update to correct these problems
fnx@FNXII:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
What is not making any sense to me is what the guy above me pointed out when i run sudo apt-get update it says "W: You may want to run apt-get update to correct these problems"
I cant activate firefox and many other programs in the adept installer under add/remove. I am about to just junk it and go back to my previous version unless someone can tell me how to fix all this.
- Top
- Bottom
Comment
-
Re: HELP!
Your sources.list is only showing two repositories that are 'active' (not commented out with the # symbol). If you open Adept Manager (K Menu | System | Adept Manager) and click on Adept | Manage Repositories you can re-enable the other repositories.
In the Kubuntu Software tab, check (click in the box to put an X) all but the Source Code items.
In the Third-Party Software tab check (click in the box to put an X) any of the listed items. Note: If 'medibuntu' is identified in any of the Software Sources, ensure that they reflect http://packages.medibuntu.org/ gutsy free non-free
If you also have the Source Code repository for medibuntu ensure it reflects http://packages.medibuntu.org/ gutsy free non-free (Source Code)
In the Updates tab ensure that Important security updates is checked and Check for Updates is checked and set to Daily. I have choose to have Only notify about available updates checked.
With these changes made, close the window and then close Adept Manager. Open a console shell and type:
Code:sudo apt-get update
Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Re: HELP!
Its stuck on 99%
[sudo] password for fnx:
Ign cdrom://Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1) gutsy/main Translation-en_US
Ign cdrom://Kubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071016.1) gutsy/restricted Translation-en_US
Get:1 http://archive.canonical.com gutsy Release.gpg [191B]
Get:2 http://archive.canonical.com gutsy Release.gpg [191B]
Get:3 http://archive.ubuntu.com gutsy Release.gpg [191B]
Get:4 http://archive.canonical.com gutsy Release.gpg [191B]
Ign http://archive.canonical.com gutsy/partner Translation-en_US
Hit http://archive.canonical.com gutsy Release
Ign http://archive.canonical.com gutsy/partner Packages
Ign http://archive.canonical.com gutsy/partner Sources
Hit http://archive.canonical.com gutsy/partner Packages
Hit http://archive.canonical.com gutsy/partner Sources
Get:5 http://security.ubuntu.com gutsy-security Release.gpg [191B]
Ign http://security.ubuntu.com gutsy-security/universe Translation-en_US
Ign http://archive.ubuntu.com gutsy/main Translation-en_US
Err http://archive.ubuntu.com gutsy/universe Translation-en_US
Error reading from server - read (104 Connection reset by peer) [IP: 91.189.88.31 80]
Ign http://security.ubuntu.com gutsy-security/main Translation-en_US
Err http://security.ubuntu.com gutsy-security/multiverse Translation-en_US
Error reading from server - read (104 Connection reset by peer)
Ign http://security.ubuntu.com gutsy-security/restricted Translation-en_US
Hit http://security.ubuntu.com gutsy-security Release
Err http://security.ubuntu.com gutsy-security Release
Get:6 http://archive.dogfood.launchpad.net feisty-backports Release.gpg [191B]
Get:7 http://security.ubuntu.com gutsy-security Release [51.2kB]
Get:8 http://archive.dogfood.launchpad.net feisty-backports Release.gpg [191B]
Ign http://archive.dogfood.launchpad.net feisty-backports/main/debian-installer Translation-en_US
Ign http://security.ubuntu.com gutsy-security Release
Hit http://archive.dogfood.launchpad.net feisty-backports Release
Err http://archive.dogfood.launchpad.net feisty-backports Release
Hit http://security.ubuntu.com gutsy-security/universe Packages
Get:9 http://archive.dogfood.launchpad.net feisty-backports Release [38.4kB]
Ign http://archive.dogfood.launchpad.net feisty-backports Release
Get:10 http://security.ubuntu.com gutsy-security/main Packages [22.9kB]
Hit http://archive.dogfood.launchpad.net feisty-backports/main/debian-installer Packages
Get:11 http://security.ubuntu.com gutsy-security/multiverse Packages [2903B]
Get:12 http://security.ubuntu.com gutsy-security/multiverse Packages [2903B]
Get:13 http://security.ubuntu.com gutsy-security/restricted Packages [14B]
Get:14 http://security.ubuntu.com gutsy-security/restricted Packages [14B]
Get:15 http://us.archive.ubuntu.com feisty-backports Release.gpg [191B]
Get:16 http://security.ubuntu.com gutsy-security/universe Sources [2973B]
Get:17 http://security.ubuntu.com gutsy-security/main Sources [4814B]
99% [12 Packages bzip2 0] [Waiting for headers] [17 Sources 4342/4814B 90%] [Wa
bzip2: Compressed file ends unexpectedly;
perhaps it is corrupted? *Possible* reason follows.
bzip2: Inappropriate ioctl for device
Input file = (stdin), output file = (stdout)
It is possible that the compressed file(s) have become corrupted.
You can use the -tvv option to test integrity of such files.
You can use the `bzip2recover' program to attempt to recover
data from undamaged sections of corrupted files.
Err http://security.ubuntu.com gutsy-security/multiverse Packages
Sub-process bzip2 returned an error code (2)
Get:18 http://security.ubuntu.com gutsy-security/main Sources [4814B]
Get:19 http://security.ubuntu.com gutsy-security/multiverse Sources [833B]
Get:20 http://security.ubuntu.com gutsy-security/restricted Sources [14B]
Ign http://archive.ubuntu.com gutsy/restricted Translation-en_US
Err http://archive.ubuntu.com gutsy/multiverse Translation-en_US
Error reading from server - read (104 Connection reset by peer) [IP: 91.189.88.31 80]
Ign http://us.archive.ubuntu.com feisty-backports/main/debian-installer Translation-en_US
Get:21 http://archive.ubuntu.com feisty-backports Release.gpg [191B]
Get:22 http://archive.ubuntu.com feisty-backports Release.gpg [191B]
Get:23 http://archive.ubuntu.com feisty-backports Release.gpg [191B]
Get:24 http://archive.ubuntu.com feisty-backports Release.gpg [191B]
Hit http://us.archive.ubuntu.com feisty-backports Release
Err http://us.archive.ubuntu.com feisty-backports Release
Get:25 http://us.archive.ubuntu.com feisty-backports Release [44.6kB]
Ign http://us.archive.ubuntu.com feisty-backports Release
Ign http://archive.ubuntu.com feisty-backports/main/debian-installer Translation-en_US
Hit http://us.archive.ubuntu.com feisty-backports/main/debian-installer Packages
Hit http://archive.ubuntu.com gutsy Release
Hit http://archive.ubuntu.com feisty-backports Release
Get:26 http://archive.ubuntu.com gutsy Release [65.9kB]
Ign http://archive.ubuntu.com gutsy Release
Get:27 http://archive.ubuntu.com feisty-backports Release [44.6kB]
Ign http://archive.ubuntu.com feisty-backports Release
Get:28 http://archive.ubuntu.com gutsy/main Packages [1075kB]
Get:29 http://archive.ubuntu.com gutsy/universe Packages [4065kB]
Get:30 http://archive.ubuntu.com gutsy/universe Packages [4065kB]
Get:31 http://archive.ubuntu.com gutsy/universe Packages [4065kB]
Get:32 http://archive.ubuntu.com gutsy/universe Packages [4065kB]
Get:33 http://archive.ubuntu.com gutsy/universe Packages [4065kB]
Get:34 http://archive.ubuntu.com gutsy/restricted Packages [7664B]
Get:35 http://archive.ubuntu.com gutsy/restricted Packages [7664B]
Get:36 http://archive.ubuntu.com gutsy/restricted Packages [7664B]
Get:37 http://archive.ubuntu.com gutsy/multiverse Packages [158kB]
Get:38 http://archive.ubuntu.com gutsy/main Sources [306kB]
Get:39 http://archive.ubuntu.com gutsy/main Sources [306kB]
Get:40 http://archive.ubuntu.com gutsy/main Sources [306kB]
Get:41 http://archive.ubuntu.com gutsy/universe Sources [1226kB]
Get:42 http://archive.ubuntu.com gutsy/universe Sources [1226kB]
Get:43 http://archive.ubuntu.com gutsy/universe Sources [1226kB]
Get:44 http://archive.ubuntu.com gutsy/universe Sources [1226kB]
Get:45 http://archive.ubuntu.com gutsy/universe Sources [1226kB]
Get:46 http://archive.ubuntu.com gutsy/restricted Sources [2120B]
Get:47 http://archive.ubuntu.com gutsy/multiverse Sources [56.8kB]
Get:48 http://archive.ubuntu.com gutsy/multiverse Sources [56.8kB]
Get:49 http://archive.ubuntu.com feisty-backports/main/debian-installer Packages [2057B]
99% [14 Packages bzip2 0]
- Top
- Bottom
Comment
-
Re: HELP!
Let it run. It can take some time. Go have a beer or two (if your old enough!). This is where some get impatient and quit the process, thus, making a mess of things again.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
Comment