LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   aget problem. (https://www.linuxquestions.org/questions/linux-newbie-8/aget-problem-360382/)

bruse 09-05-2005 09:09 AM

aget problem.
 
mandrake 10.0

i have installed aget but i have one error.


[student@localhost student]$ aget http://www.linuxquestions.org
<LOG> Attempting to read log file aget-@À².log for resuming download job...
<LOG> Couldn't find log file for this download, starting a clean job...
<LOG> Error: Cannot resolve hostname for www.linuxquestions.org: Host name lookup failure
[student@localhost student]$

what does this means how to rectify it?

Mara 09-05-2005 04:32 PM

Does browsing, ftp and simiar programs work correctly from that machine?

bruse 09-05-2005 10:54 PM

yes i am okay for browsing.

i mean i can browse in my firefox.

then where from the error?

koodoo 09-06-2005 07:24 AM

How do you connect to the internet ?
Do you have a direct connection ? or connect through a proxy ?

Provide a little more information about your nework configuration.

If you connect via a proxy server try this :

Code:


koodoo@knapsacker:~$ export http_proxy=http://<i.p. of proxy server>:8080
koodoo@knapsacker:~$ export ftp_proxy=http://<same here>:8080
koodoo@knapsacker:~$ aget http://www.linuxquestions.org


Hope this helps.


All times are GMT -5. The time now is 06:05 PM.