PDA

View Full Version : [SOLVED] update manager not downloading



wpsmithii
February 11th, 2009, 07:23 PM
Working with Ubuntu 8.04 LTS, when I try to update, the update manager is not downloading anything. I just got online with wireless and I can go to any website but I changed the GUI update download to a few kilobites and it is not doing it. Thanks in advance. Bill Smith

Partyboi2
February 12th, 2009, 12:31 AM
Can you open a terminal (Applications>Accessories>Terminal) and post the output to

sudo apt-get update

wpsmithii
February 12th, 2009, 04:27 PM
When I open the terminal and type sudo apt-get update, I get sudo: unable to resolve host Home2 and it's not asking me for my password. Home2 is the computer I'm using for this message. The page load is very slow too. Thanks for responding Bill

Partyboi2
February 13th, 2009, 01:33 AM
Looks like there could be a small problem with your hosts file. Can you open a terminal again and post the output to

cat /etc/hostsand

hostname

wpsmithii
February 13th, 2009, 03:44 AM
when I type:
cat /etc/hosts at the terminal prompt I get
127.0.0.1 local host
127.0.1.1 Home2.00-21-91-16-01-2F

#The following lines are dersirable for IPv6 capable hosts
::1 ip6-local host ip6-loopback
FE00::0 ip6-local net
ff00::0 ip6-mcast prefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

when I type:
hostname
I get
Home2

wpsmithii
February 13th, 2009, 04:40 AM
By the way I don't know how to edit a file. I'm going to bed, I'm in Colorado. Bill

Partyboi2
February 13th, 2009, 02:42 PM
Press Alt+F2 and in the box that opens type

gksu gedit /etc/hosts
then change

127.0.0.1 local host
127.0.1.1 Home2.00-21-91-16-01-2F
to

127.0.0.1 local host
127.0.1.1 Home2
then save and exit gedit.
Then open a terminal and try

sudo apt-get update
again.

Share_The_Pain
February 13th, 2009, 03:39 PM
zzz

wpsmithii
February 13th, 2009, 07:05 PM
When I press ALT+F2 and type: gksu gedit /etc/hosts there are several options: run in terminal, run with file, and run. I tried all of them and got no response. I must be doing something wrong. Should I put sudo in front of the phrase or what? Thanks Bill

Kevbert
February 13th, 2009, 07:25 PM
Go to Applications-Accessories-Terminal and try typing in there.

gksu
is the graphical equivalent of

sudo

wpsmithii
February 14th, 2009, 12:10 AM
Ok, when I type gksu at the terminal prompt I get a run box as root with a selection of (I'm assuming) user types. Then when I type gedit /etc/hosts in the run window I get a blinking cursor and nothing else. Same with typing gksu gedit /etc/hosts in the run box window. Sorry to be so much trouble. Bill

Partyboi2
February 14th, 2009, 07:26 AM
Sorry to be so much trouble. Bill It's no trouble :)
Can you boot into recovery mode and try making the changes to your /etc/hosts file.
When you boot choose the recovery mode and login. Then type

nano /etc/hostsand make the changes as posted before. Then to save press Ctrl+o then "enter" Then to exit nano press Ctrl+x. Then reboot by typing

reboot

wpsmithii
February 14th, 2009, 05:43 PM
Fianlly that did it. Thanks so much for your patience and assistance. I learned alot. I hope that new fire is not close to you. Thanks again. Bill Smith The thread tools menu does not have the option to mark the thread as solved.

Partyboi2
February 15th, 2009, 01:30 AM
Fianlly that did it. Thanks so much for your patience and assistance. I learned alot. I hope that new fire is not close to you. Thanks again. Bill Smith The thread tools menu does not have the option to mark the thread as solved.
Happy to help :)
There were recent problems with the forum database so they have temporarily disabled the option to mark a thread solved. Hopefully it will return soon.