bicol_willemWell I did think that a repo speed test perhaps would have been a good start, then I had the time so I set it going. Also I ought to have looked a little bit harder at the error message instead of
...here we go again... not unusual for my connection for some reason cut out just before end of download.
genomegaStuff it up, only 10-15 minutes to rebuild if that. Yes learning the hard way lasts longer in memory.
muungwanaYou are on the track, keep in mind it worked a few minutes before.
Ok, I was not quite fair in my description. Initially I forgot to mention that I have only Wifi access on this pc. (By choice). As kdlabs normally is a very fast access for me I have discovered I decided a little
nano /etc/apt/sources.list exercise in order, changing the repo.
This failed similarly, by then I got suspcious and checked with a ping to my router,
ping 192.168.1.1 when that did not answer I knew wifi was down. To bring it up I have success with
iwconfig wlan0 essid xxxxx xxxx=AP name.
Turned out heanet then was fine to connect, also that I did have problems.
[root@localhost ~]# apt-get update
Get:1 http://ftp.heanet.ie pclinuxos/2010 release [2374B]
Fetched 2374B in 0s (2993B/s)
Get:1 http://ftp.heanet.ie pclinuxos/2010/main pkglist [2387kB]
Get:2 http://ftp.heanet.ie pclinuxos/2010/main release [160B]
Get:3 http://ftp.heanet.ie pclinuxos/2010/updates pkglist [912kB]
Get:4 http://ftp.heanet.ie pclinuxos/2010/updates release [163B]
Get:5 http://ftp.heanet.ie pclinuxos/2010/nonfree pkglist [60.7kB]
Get:6 http://ftp.heanet.ie pclinuxos/2010/nonfree release [161B]
Get:7 http://ftp.heanet.ie pclinuxos/2010/kde4 pkglist [187kB]
Get:8 http://ftp.heanet.ie pclinuxos/2010/kde4 release [158B]
Get:9 http://ftp.heanet.ie pclinuxos/2010/games pkglist [21.8kB]
Get:10 http://ftp.heanet.ie pclinuxos/2010/games release [157B]
Fetched 3569kB in 27s (128kB/s)
Reading Package Lists... Done
Building Dependency Tree... Done
Del libgdk pixbuf2.0 [630kB]
[root@localhost ~]#
[root@localhost ~]# apt-get dist-upgrade
Reading Package Lists... Done
Building Dependency Tree... Done
Calculating Upgrade... Done
The following packages will be upgraded
GConf2 dbus dbus-x11 hplip-hpijs-ppds libdbus-1_3
5 upgraded, 0 newly installed, 0 removed and 0 not upgraded.
Need to get 11.0MB/11.3MB of archives.
After unpacking 414kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ftp.heanet.ie pclinuxos/2010/updates libdbus-1_3 1.4.0-1pclos2010 [127kB]
Get:2 http://ftp.heanet.ie pclinuxos/2010/updates GConf2 2.32.0-1pclos2010 [1868kB]
Get:3 http://ftp.heanet.ie pclinuxos/2010/updates hplip-hpijs-ppds 3.10.6-1pclos2010 [9031kB]
Fetched 1645kB in 15s (105kB/s)
Committing changes...
Preparing ############################## [100%]
Updating / installing
hplip-hpijs-ppds-3.10.6-1pclos2010.i58 ############################## [100%]
Cleaning up / removing
hplip-hpijs-ppds-3.10.2-1pclos2010.i58 ############################## [100%]
Updating / installing
libdbus-1_3-1.4.0-1pclos2010.i586 ############################## [100%]
Cleaning up / removing
libdbus-1_3-1.2.24-1pclos2010.i586 ############################## [100%]
Updating / installing
dbus-1.4.0-1pclos2010.i586 ############################## [100%]
dbus-x11-1.4.0-1pclos2010.i586 ############################## [100%]
GConf2-2.32.0-1pclos2010.i586 ############################## [100%]
Cleaning up / removing
dbus-1.2.24-1pclos2010.i586 ############################## [100%]
dbus-x11-1.2.24-1pclos2010.i586 ############################## [100%]
GConf2-2.28.0-2pclos2010.i586 ############################## [100%]
Done.
[root@localhost ~]#
In the mean time a bit of SEARCH on
apt-get update and
old-polack turned out to be fruitull with a mention a couple of times as possible cure of:
[root@localhost ~]# apt-get
[root@localhost ~]# apt-get dist-upgrade
In case of failure perhaps a rpm database rebuild. Since there was probably only a few files missing I figured the chances were good as I had not tinkered too much before applying these two lines in the given order.
System runs quite nicely now and fully updated.