cannot update 7.04 says "us.archive.ubuntu.com/ubuntu/dists/feisty/universe/binary-i386/Packages.gz : Subprocess gzip returned an error
When I try to update I always get the message us.archive.
I also cannot upgrade to 7.10 I am stuck and really don't know what I am doing. Please help.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Ubuntu Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Robert Di Gioia
- Solved:
- Last query:
- Last reply:
Revision history for this message
|
#1 |
to add to query at the begining of the error code it says "failed to fetch"
Revision history for this message
|
#2 |
try updating the apt cache by typing the following command in a terminal window. It will ask you for a password, type your password in, you won't see anything while typing it in, that is ok, just press enter after typing it in.
sudo apt-get update
Then try downloading your package again.
Hope this helps.
Revision history for this message
|
#3 |
Thank you for responding so soon I did do that before contacting you and it never worked. This time i did it exactly as you instructed and the terminal readout was:
kamakea@
Password:
Get:1 http://
Ign http://
Get:2 http://
Ign http://
Get:3 http://
Ign http://
Ign http://
Ign http://
Ign http://
Ign http://
Get:4 http://
Ign http://
Ign http://
Ign http://
Ign http://
Ign http://
Ign http://
Ign http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Hit http://
Hit http://
Hit http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Get:5 http://
99% [5 Packages gzip 0] [Waiting for headers] [Waiting for headers]
gzip: stdin: not in gzip format
Err http://
Sub-process gzip returned an error code (1)
Hit http://
Hit http://
Get:6 http://
99% [6 Packages gzip 0] [Waiting for headers] [Waiting for headers]
gzip: stdin: not in gzip format
Err http://
Sub-process gzip returned an error code (1)
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Fetched 766B in 1m47s (7B/s)
Failed to fetch http://
Failed to fetch http://
Reading package lists... Done
E: Some index files failed to download, they have been ignored, or old ones used instead.
kamakea@
I still cannot update or upgrade and so I guess it did not work although I feel progress has been made as I did get this result.
Revision history for this message
|
#4 |
I'm sorry that didn't work. It probably means that a partial file got downloaded somehow...maybe a short network disturbance...and apt doesn't know how to recover from it.
Anyway to fix it, you will need to do the following.
In a terminal, enter the following commands. The first command will prompt you for your password, just type your password in even though you won't see anything on the screen, and hit enter. The first command will create a backup of your /etc/apt/
sudo cp /etc/apt/
gksudo gedit /etc/apt/
Find the line that says "deb http://
Insert a # in front of the line that says "deb http://
Save the file
In the terminal want you to update again. The command to enter is below, it should run ok...
sudo apt-get update
Now, need to re-enable the repository again so in a terminal enter
gksudo gedit /etc/apt/
Now, you want to remove the # that you inserted on this line "deb http://
Save the file
And again you want to do
sudo apt-get update
In theory, everything should be ok now.
Hope this helps.
Revision history for this message
|
#5 |
Dear Robert I got to the sources.list (/etc/apt) - gedit and it looked like this:
# See http://
# newer versions of the distribution.
deb http://
deb-src http://
## Major bug fix updates produced after the final release of the
## distribution.
deb http://
deb-src http://
## 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.
deb http://
deb-src http://
## 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.
deb http://
deb-src http://
## 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://
# deb-src http://
deb http://
deb-src http://
deb http://
deb-src http://
deb http://
deb-src http://
deb http://
There are no quotes around anything. I did however put the # symbol in front of the 14th line then saved it. I then proceeded to the terminal again and put the command sudo apt-get update. This gives me this screen:
kamakea@
Get:1 http://
Ign http://
Get:2 http://
Ign http://
Get:3 http://
Ign http://
Ign http://
Ign http://
Ign http://
Ign http://
Ign http://
Ign http://
Ign http://
Ign http://
Ign http://
Get:4 http://
Ign http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Ign http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Hit http://
Get:5 http://
99% [5 Packages gzip 0] 34.1kB/s 0s
gzip: stdin: not in gzip format
Err http://
Sub-process gzip returned an error code (1)
Fetched 5B in 7s (1B/s)
Failed to fetch http://
Reading package lists... Done
E: Some index files failed to download, they have been ignored, or old ones used instead.
kamakea@
What am I doing wrong???
Revision history for this message
|
#6 |
This what happened when I tried update manager again:
Could not download all repository indexes
The repository might be no longer available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the repository will be ignored. Check your network connection and the correct writing of the repository address in the preferences.
http://
http://
http://
http://
Revision history for this message
|
#7 |
Karen, I'm sorry you are still having trouble.
I think you did everything right, but one question. You said you put the # on the 14th line...did you mean 17th line (counting blank lines based on what you pasted)...
If you did put it on the 17th line, then I don't have an answer for you...I hope that someone else will be able to help.
Best regards,
Robert
Revision history for this message
|
#8 |
If counting blank lines then yes I put the # symbol in the 17th line as it was the closest to what you described only no quote marks as there are no quote marks on the whole thing.
Revision history for this message
|
#9 |
Oh by the way my name is Paulette not Karen but I realize you are probably working on more than just my problem. Thank you!
Revision history for this message
|
#10 |
Hi Paulette
Sorry about mixing up the names last time, I was working with Karen on something else.
I was looking around today, and found something that may help you.
In a terminal, run the following command.
ls /var/lib/
If there are any files listed in the output, removing them may solve your problem. The remove (rm) command is powerful, so be careful. Here is what you could do to remove any files that may be there.
cd /var/lib/
sudo rm -i *
The -i flag on the rm command will cause it to ask you if you want to delete each file. I recommend this to ensure no inadvertent damage is done to the system or personal files in the event that you didn't cd where you thought you did and because of sudo you're operating as root. Happened to me about 20 years ago, and took me a LONG time to recover from it :)
Anyway, hope this helps.
Revision history for this message
|
#11 |
Gee Thanks Robert, I finally updated to the 7.10. It took some doing and I am grateful for the help. Have a Happy and Prosperous new Year. Respectfully, Paulette.
Revision history for this message
|
#12 |
Thanks Robert Di Gioia, that solved my question.
Revision history for this message
|
#13 |
Hello
i have ubuntu 7.10 server gutsy on a brand new compter. ( do you need the hardware ? )
it is a fresh installation.
i have every thing working they way i want it exept for the apt commands.
user1@fsrv:~$ cat /etc/apt/
deb http://
deb-src http://
deb http://
deb-src http://
deb http://
deb http://
user1@fsrv:~$
user1@fsrv:~$ cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 fsrv
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
user1@fsrv:~$
user1@fsrv:~$ cat /etc/network/
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
auto eth0
iface eth0 inet dhcp
# eth1
auto eth1
iface eth1 inet dhcp
user1@fsrv:~$
user1@fsrv:~$ ping mirror.isoc.org.il
PING foss.isoc.org.il (192.115.211.70) 56(84) bytes of data.
64 bytes from foss.isoc.org.il (192.115.211.70): icmp_seq=1 ttl=59 time=16.6 ms
64 bytes from foss.isoc.org.il (192.115.211.70): icmp_seq=2 ttl=59 time=15.8 ms
64 bytes from foss.isoc.org.il (192.115.211.70): icmp_seq=3 ttl=59 time=16.8 ms
--- foss.isoc.org.il ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2000ms
rtt min/avg/max/mdev = 15.899/
user1@fsrv:~$
user1@fsrv:~$ ping us.archive.
PING us.archive.
64 bytes from leningradskaya.
64 bytes from leningradskaya.
64 bytes from leningradskaya.
--- us.archive.
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 93.625/
user1@fsrv:~$
user1@fsrv:~$
but !
while tring
apt-get update
i get
0% [waiting for headers]
i tried several repositories sites.
also tried several ubuntu vers.
nothing ...
i i wait a lot of time, like 10 minutes. i get a long output of ignores & erroes on the apt-get update.
it also sais it remarked a line becouse the server didn't responce. though it does respond to ping.
i thing it is a resolving problem.
in the lan,
i have the powerbook i am writing this msg from. 2 pc ( win98 & winxp ) and the linux box. some wifi and some cable.
all can use the internet unlimited.
thank you for any ideas.
Guy
Revision history for this message
|
#14 |
this is how it looks ( and it took the computer 20 minutes... )
91.189.88.46 80]
Failed to fetch http://
Failed to fetch http://
Failed to fetch http://
Failed to fetch http://
Failed to fetch http://
Failed to fetch http://
Failed to fetch http://
Failed to fetch http://
Failed to fetch http://
Failed to fetch http://
Failed to fetch http://
Failed to fetch http://
Failed to fetch http://
Failed to fetch http://
Failed to fetch http://
Failed to fetch http://
Failed to fetch http://
Failed to fetch http://
Reading package lists... Done
E: Some index files failed to download, they have been ignored, or old ones used instead.
user1@fsrv:~$
thanks.
Revision history for this message
|
#15 |
Hi!
I think your problem is that you appear to be on gutsy (7.10), but you have some older repositories enabled as well. You may have a reason for this, but I'd like to ask you to try putting a # before these three lines in /etc/sources.list and see if that helps.
deb http://
deb-src http://
deb http://
If it works, you may want to regenerate your sources.list to ensure that you have what you have the repositories you need, as it seems that your sources.list is short (again, you may have a reason for this, is so, you can ignore this). An easy way to do this is by going to this link: http://
Also, for future reference, you will probably get quicker response if you open a new question rather than append your question to a solved one :)
Good luck and hope this helps.
Revision history for this message
|
#16 |
Oh, I forgot. After changing your sources.list file, you need to update apt. To do this, type the following command in a terminal, it will ask for your password, just type it in and press enter even though you won't see anything while typing the password, it is ok.
sudo apt-get update
cheers
Revision history for this message
|
#17 |
Aloha Robert,
Was that last email suppose to be for me or for the person GUY who's last comment is below? My system seem to be up to date as it tells me when i have updates and it says it is Gutsy (7.10). So is your instructions for me or Guy? Sorry to be confused but I am making sure, Then I have to figure out how to do your instructions if they are for me.
Thanx,
Paulette
Your question #20750 on Ubuntu changed:
https:/
Guy posted a new comment:
this is how it looks ( and it took the computer 20 minutes... )
91.189.88.46 80]
Failed to fetch
http://
Connection failed
Failed to fetch
http://
Failed to fetch
http://
Failed to fetch
http://
failed
Failed to fetch
http://
Failed to fetch
http://
Failed to fetch
http://
Failed to fetch
http://
Failed to fetch
http://
Failed to fetch
http://
Failed to fetch
http://
Failed to fetch
http://
Connection failed [IP: 91.189.88.45 80]
Failed to fetch
http://
Failed to fetch
http://
Failed to fetch
http://
Failed to fetch
http://
Failed to fetch
http://
Connection failed [IP: 91.189.88.31 80]
Failed to fetch
http://
Reading package lists... Done
E: Some index files failed to download, they have been ignored, or old
ones used instead.
user1@fsrv:~$
thanks.
--
You received this question notification because you are a direct
subscriber of the question.
Connection failed
Connection failed
Connection failed
Connection failed
Connection failed
Connection failed [IP: 91.189.88.31 80]
Connection failed
Connection failed [IP: 91.189.88.46 80]
Connection failed
Connection failed
Connection failed [IP: 91.189.88.31 80]
Connection failed [IP: 91.189.88.46 80]
Connection failed [IP: 91.189.88.45 80]
Connection failed [IP: 91.189.88.46 80]
----- Original Message ----
From: Robert Di Gioia <email address hidden>
To: <email address hidden>
Sent: Wednesday, January 9, 2008 4:47:59 PM
Subject: Re: [Question #20750]: cannot update 7.04 says "us.archive.
Your question #20750 on Ubuntu changed:
https:/
Robert Di Gioia posted a new comment:
Hi!
I think your problem is that you appear to be on gutsy (7.10), but you
have some older repositories enabled as well. You may have a reason for
this, but I'd like to ask you to try putting a # before these three
lines in /etc/sources.list and see if that helps.
deb http://
deb-src http://
deb http://
If it works, you may want to regenerate your sources.list to ensure
that
you have what you have the repositories you need, as it seems that your
sources.list is short (again, you may have a reason for this, is so,
you
can ignore this). An easy way to do this is by going to this link:
http://
Also, for future reference, you will probably get quicker response if
you open a new question rather than append your question to a solved
one
:)
Good luck and hope this helps.
--
You received this question notification because you are a direct
subscriber of the question.
_
Never miss a thing. Make Yahoo your home page.
http://
Revision history for this message
|
#18 |
Paulette, it was for Guy.
Glad everything is working ok for you.
Best regards,
On Thu, 2008-01-10 at 03:09 +0000, kamakea wrote:
> Question #20750 on Ubuntu changed:
> https:/
>
> kamakea posted a new comment:
> Aloha Robert,
> Was that last email suppose to be for me or for the person GUY who's last comment is below? My system seem to be up to date as it tells me when i have updates and it says it is Gutsy (7.10). So is your instructions for me or Guy? Sorry to be confused but I am making sure, Then I have to figure out how to do your instructions if they are for me.
> Thanx,
> Paulette
>
>
> Your question #20750 on Ubuntu changed:
> https:/
>
> Guy posted a new comment:
> this is how it looks ( and it took the computer 20 minutes... )
>
> 91.189.88.46 80]
> Failed to fetch
> http://
> Connection failed
> Failed to fetch
> http://
> Failed to fetch
> http://
> Failed to fetch
> http://
> failed
> Failed to fetch
> http://
> Failed to fetch
> http://
> Failed to fetch
> http://
> Failed to fetch
> http://
> Failed to fetch
> http://
> Failed to fetch
> http://
> Failed to fetch
> http://
> Failed to fetch
> http://
> Connection failed [IP: 91.189.88.45 80]
> Failed to fetch
> http://
> Failed to fetch
> http://
> Failed to fetch
> http://
> Failed to fetch
> http://
> Failed to fetch
> http://
> Connection failed [IP: 91.189.88.31 80]
> Failed to fetch
> http://
> Reading package lists... Done
> E: Some index files failed to download, they have been ignored, or old
> ones used instead.
> user1@fsrv:~$
>
>
> thanks.
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
> Connection failed
> Connection failed
> Connection failed
> Connection failed
> Connection failed
> Connection failed [IP: 91.189.88.31 80]
> Connection failed
> Connection failed [IP: 91.189.88.46 80]
> Connection failed
> Connection failed
> Connection failed [IP: 91.189.88.31 80]
> Connection failed [IP: 91.189.88.46 80]
> Connection failed [IP: 91.189.88.45 80]
> Connection failed [IP: 91.189.88.46 80]
>
>
>
>
>
>
> ----- Original Message ----
> From: Robert Di Gioia <email address hidden>
> To: <email address hidden>
> Sent: Wednesday, January 9, 2008 4:47:59 PM
> Subject: Re: [Question #20750]: cannot update 7.04 says "us.archive.
>
>
> Your question #20750 on Ubuntu changed:
> https:/
>
> Robert Di Gioia posted a new comment:
> Hi!
>
> I think your problem is that you appear to be on gutsy (7.10), but you
> have some older repositories enabled as well. You may have a reason for
> this, but I'd like to ask you to try putting a # before these three
> lines in /etc/sources.list and see if that helps.
>
> deb http://
> deb-src http://
> deb http://
>
> If it works, you may want to regenerate your sources.list to ensure
> that
> you have what you have the repositories you need, as it seems that your
> sources.list is short (again, you may have a reason for this, is so,
> you
> can ignore this). An easy way to do this is by going to this link:
> http://
>
> Also, for future reference, you will probably get quicker response if
> you open a new question rather than append your question to a solved
> one
> :)
>
> Good luck and hope this helps.
>
Revision history for this message
|
#19 |
Thanx Robert
----- Original Message ----
From: Robert Di Gioia <email address hidden>
To: <email address hidden>
Sent: Wednesday, January 9, 2008 5:24:16 PM
Subject: Re: [Question #20750]: cannot update 7.04 says "us.archive.
Your question #20750 on Ubuntu changed:
https:/
Robert Di Gioia posted a new comment:
Paulette, it was for Guy.
Glad everything is working ok for you.
Best regards,
On Thu, 2008-01-10 at 03:09 +0000, kamakea wrote:
> Question #20750 on Ubuntu changed:
> https:/
>
> kamakea posted a new comment:
> Aloha Robert,
> Was that last email suppose to be for me or for the person GUY who's
last comment is below? My system seem to be up to date as it tells me
when i have updates and it says it is Gutsy (7.10). So is your
instructions for me or Guy? Sorry to be confused but I am making sure, Then I
have to figure out how to do your instructions if they are for me.
> Thanx,
> Paulette
>
>
> Your question #20750 on Ubuntu changed:
> https:/
>
> Guy posted a new comment:
> this is how it looks ( and it took the computer 20 minutes... )
>
> 91.189.88.46 80]
> Failed to fetch
> http://
> Connection failed
> Failed to fetch
>
http://
> Failed to fetch
>
http://
> Failed to fetch
> http://
Connection
> failed
> Failed to fetch
>
http://
> Failed to fetch
>
http://
> Failed to fetch
>
http://
> Failed to fetch
>
http://
> Failed to fetch
>
http://
> Failed to fetch
>
http://
> Failed to fetch
>
http://
> Failed to fetch
>
http://
> Connection failed [IP: 91.189.88.45 80]
> Failed to fetch
>
http://
> Failed to fetch
>
http://
> Failed to fetch
>
http://
> Failed to fetch
>
http://
> Failed to fetch
>
http://
> Connection failed [IP: 91.189.88.31 80]
> Failed to fetch
>
http://
> Reading package lists... Done
> E: Some index files failed to download, they have been ignored, or
old
> ones used instead.
> user1@fsrv:~$
>
>
> thanks.
>
> --
> You received this question notification because you are a direct
> subscriber of the question.
> Connection failed
> Connection failed
> Connection failed
> Connection failed
> Connection failed
> Connection failed [IP: 91.189.88.31 80]
> Connection failed
> Connection failed [IP: 91.189.88.46 80]
> Connection failed
> Connection failed
> Connection failed [IP: 91.189.88.31 80]
> Connection failed [IP: 91.189.88.46 80]
> Connection failed [IP: 91.189.88.45 80]
> Connection failed [IP: 91.189.88.46 80]
>
>
>
>
>
>
> ----- Original Message ----
> From: Robert Di Gioia <email address hidden>
> To: <email address hidden>
> Sent: Wednesday, January 9, 2008 4:47:59 PM
> Subject: Re: [Question #20750]: cannot update 7.04 says
"us.archive.
Subprocess gzip returned an error
>
>
> Your question #20750 on Ubuntu changed:
> https:/
>
> Robert Di Gioia posted a new comment:
> Hi!
>
> I think your problem is that you appear to be on gutsy (7.10), but
you
> have some older repositories enabled as well. You may have a reason
for
> this, but I'd like to ask you to try putting a # before these three
> lines in /etc/sources.list and see if that helps.
>
> deb http://
> deb-src http://
> deb http://
>
> If it works, you may want to regenerate your sources.list to ensure
> that
> you have what you have the repositories you need, as it seems that
your
> sources.list is short (again, you may have a reason for this, is so,
> you
> can ignore this). An easy way to do this is by going to this link:
> http://
>
> Also, for future reference, you will probably get quicker response if
> you open a new question rather than append your question to a solved
> one
> :)
>
> Good luck and hope this helps.
>
You received this question notification because you are a direct
subscriber of the question.
_
Looking for last minute shopping deals?
Find them fast with Yahoo! Search. http://
Revision history for this message
|
#20 |
Hi
thanks for replying
the reason the older vers. line are there is that i was "playing" with the source.list.
i know how it is ought to be. but nothing worked so i tried ..
the only line there now is
deb http://
and it still hangs.
also the orig. file that the installation uses hangs.
as you can see.
the installation remarks ( adding # ) to line that are not working ... ( all of them )
root@fsrv:~# cat /etc/apt/
#
# deb cdrom:[
# deb cdrom:[
# See http://
# newer versions of the distribution.
deb http://
deb-src http://
## Major bug fix updates produced after the final release of the
## distribution.
# Line commented out by installer because it failed to verify:
#deb http://
# Line commented out by installer because it failed to verify:
#deb-src http://
## 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://
# Line commented out by installer because it failed to verify:
#deb-src http://
# Line commented out by installer because it failed to verify:
#deb http://
# Line commented out by installer because it failed to verify:
#deb-src http://
## 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://
# Line commented out by installer because it failed to verify:
#deb-src http://
# Line commented out by installer because it failed to verify:
#deb http://
# Line commented out by installer because it failed to verify:
#deb-src http://
## 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://
# deb-src http://
## 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://
# deb-src http://
# Line commented out by installer because it failed to verify:
#deb http://
# Line commented out by installer because it failed to verify:
#deb-src http://
# Line commented out by installer because it failed to verify:
#deb http://
# Line commented out by installer because it failed to verify:
#deb-src http://
# Line commented out by installer because it failed to verify:
#deb http://
# Line commented out by installer because it failed to verify:
#deb-src http://
root@fsrv:~#
thanks for your help.
Revision history for this message
|
#21 |
Hi Guy,
I understand about trying the older distros...it makes sense, and it doesn't hurt to try :)
Just out of curiosity, can you browse to http://
After changing the apt sources.list, did you run this command?
sudo apt-get update
Good luck
Revision history for this message
|
#22 |
hi
i did try the "apt-get update" ( and some other apt commands .. nothing. as if i have a routing problem.
i tried disabling the ip6 .. but it changed nothing.
i don't have x on this maching. it is ubuntu 7.10 server.
i tried installing a text mode browser for this purpose .. and there started the all problem. :-)
i re-started the computer with ubuntu 6.x live disc and every thing worked fine. also i can rlogin from my powerbook laptop so the eth0 & eth1 cards are working fine.
it is a routing problem.
thanks for helping .. i will look for more info about it.
thanks.
Guy