LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   F-prot Cant update file. (https://www.linuxquestions.org/questions/linux-newbie-8/f-prot-cant-update-file-290648/)

amer_58 02-15-2005 04:34 PM

F-prot Cant update file.
 
I am trying to update my AV(F-prot) and I get this message:

root@Admin:~# /usr/local/f-prot/tools/check-updates.pl
Unable to connect retrieve update info from server.
Error: No route to host
Exiting...
root@Admin:~#

Any Help would be appreciated, I do use proxy.

Thanks.

hollerith 02-15-2005 05:06 PM

No route means exacly that
 
No route to host means exactly that. This perl script is trying to connect to the server and can't get a response. Its probably using a protocol similar to that a browser would use too, like ftp or http. Except your browser would show you page with a little more information on it. What its saying is that it knows its a valid IP address (destination) (because its looked it up) it just can't get there for one reason or another. This is different to when you ask for something which doesn't exist like www.microsoft-linux.com :D

Eg. Each little message packet's got a TTL or time to live in it, which is the number of hops or boxen it has to pass through to get to where its going. If it doesn't get there in, lets say- five, then it dies and tries another route.

It could be just contention, like the freeway at eight am.

Try to

Code:

ping -c 5 <address>
. from a terminal window (command line).

Then you'll know if packets are being dropped. I assume you're not having the same problem with the rest of the world - here for instance. F-Prot probably haven't got it together to allow enough bandwidth for their 'customer' base, or maybe 'somebody' - a busy little security conscious bee has managed to fence themselves in with some new firewall settings? ; ) Only teasing. Can you get to their web-site with a browser?


amer_58 02-16-2005 02:28 PM

Re: No route means exacly that
 
Code:

ping -c 5 <address>

If you meant:
Code:

ping -c 5 <any address example: google.com>
it works, I did get the reply back I can also access their site at any time as much as I want :rolleyes:

Any more help will be appreciated.

Thanks.

amer_58 02-20-2005 04:23 AM

:( Anymore suggestions


All times are GMT -5. The time now is 11:10 PM.