Pacman not able to download files[SOLVED]

I am trying to install some packages but pacman is not working even though browser is. The error is as follows:
error: failed retrieving file 'libgtop-2.28.4-1-i686.pkg.tar.xz' from mirror.aarnet.edu.au : Could not resolve host: mirror.aarnet.edu.au; Unknown error
warning: failed to retrieve some files from extra
Same thing is happening for all files and with different mirrors. I have tried changing the mirrorlist file in /etc/pacman.d/ folder.
Last edited by rnarch (2012-03-23 05:27:43)

Try this (if you are running as a normal user who is a member of wheel)
sudo bash -c "echo 8.8.8.8 >> /etc/resolv.conf"
Or, since you run as root,
echo 8.8.8.8 >> /etc/resolv.conf
Then try ping mirror.aarnet.edu.au
How is your network configured?  Are you running through a local router?
Well, I did not express myself well.  Is this a wired network? Is this a DSL, Cable Modem, Dial up, Other?  Do you have a router in your house? is it what provides the IP address? Does it act as a DNS server?  Can you log into the router?  What is it using for its DNS server?
The 8.8.8.8 is a Goggle DNS server.  We are configuring your system to use it for the time being.  It will go away the next time you get an IP from the DHCP server.
Edit: Never mind
Last edited by ewaller (2012-03-23 05:43:55)

Similar Messages

  • Not able to download files like word, pdf etc from the mail and also in general google search.

    the download option in general is not working, not able to browse the folder for downloading.
    .using windows 7

    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache Clear Cookies & Cache]
    * [[How to clear the cache#w_clear-the-cache|Clear the Network Cache]]
    * Start Firefox in -> [[Safe Mode]] to check if your add-ons/extension are causing the problems.
    * Also see this article -> [[Troubleshooting extensions and themes]]
    Check and tell if you are able to download a file while using Firefox -> [[Safe Mode]].

  • HTTP :  404 Not found - Not able to download file using custom table

    Hi ,
    I have created the custom procedure to download the file as follows :-
    create or replace PROCEDURE "DOWNLOAD_MY_FILE" (p_file in number) as
         v_mime varchar2(255);
         v_length number;
         v_file_name varchar2(2000);
         Lob_loc BLOB;
    BEGIN
         select mime_type, blob_content, file_name,dbms_lob.getlength(blob_content)
              into v_mime,lob_loc,v_file_name,v_length
              from consultant_feedback_header
              where file_id = p_file;
    owa_util.mime_header( nvl(v_mime,'application/octet'), FALSE );
    htp.p('Content-length: ' || v_length);
    -- htp.p('Content-Disposition: attachment; filename="' || v_file_name || '"');
              owa_util.http_header_close;
              wpg_docload.download_file( Lob_loc );
    end download_my_file;
    I have followed the following steps :-
    1) Log in into SQL COMMAND as SYS
    2) alter session current_schema=FLOWS_XXXXXX;
    3) compile the procedure with my pl/sql procedure :
    CREATE OR REPLACE FUNCTION
    wwv_flow_epg_include_mod_local(
    PROCEDURE_NAME IN VARCHAR2)
    RETURN BOOLEAN
    IS
    BEGIN
    IF UPPER(procedure_name) IN (
    ' DOWNLOAD_MY_FILE') THEN
    RETURN TRUE;
    ELSE
    RETURN FALSE;
    END IF;
    END wwv_flow_epg_include_mod_local;
    I don´t know what am I do wrong?
    Regards
    Naveen

    Check whether you are using a path on the Application Server.
    OPEN DATASET cannot process files on presentation server. I guess, the path you are using is present on your PC or some other server that is not the SAP application server.

  • Pacman not able to download any packages but network appears up

    Here is what I get when trying to update my system right after a base install:
    # pacman -Syu
    warning: current locale is invalid; using default "C" locale
    :: Synchronizing package databases...
    error: failed retrieving file 'current.db.tar.gz' from mirrors.easynews.com : Not Found
    error: failed retrieving file 'current.db.tar.gz' from ftp.nethat.com : Connection timed out
    error: failed to synchronize current: Connection timed out
    error: failed retrieving file 'extra.db.tar.gz' from mirrors.easynews.com : Not Found
    error: failed retrieving file 'extra.db.tar.gz' from ftp.nethat.com : Connection timed out
    error: failed to synchronize extra: Connection timed out
    error: failed retrieving file 'community.db.tar.gz' from mirrors.easynews.com : Not Found
    error: failed retrieving file 'community.db.tar.gz' from ftp.nethat.com : Connection timed out
    error: failed to synchronize community: Connection timed out
    error: failed to synchronize any databases
    It looks like my network may be down, but I can ping sites like google and yahoo. Here is my pacman.conf file:
    # /etc/pacman.conf
    # See the pacman manpage for option directives
    # GENERAL OPTIONS
    [options]
    LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    #[testing]
    #Include = /etc/pacman.d/testing
    [current]
    # Add your preferred servers here, they will be used first
    Server = http://mirrors.easynews.com/linux/archlinux/
    #Server = ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/
    Include = /etc/pacman.d/current
    [extra]
    # Add your preferred servers here, they will be used first
    Server = http://mirrors.easynews.com/linux/archlinux/
    #Server = ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/
    Include = /etc/pacman.d/extra
    [community]
    # Add your preferred servers here, they will be used first
    Server = http://mirrors.easynews.com/linux/archlinux/
    #Server = ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/
    Include = /etc/pacman.d/community
    #[unstable]
    # Add your preferred servers here, they will be used first
    #Server = ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/
    #Include = /etc/pacman.d/unstable
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    I first tried with FTP mirrors, and then with HTTP mirrors. Both did not work.
    Any suggestions?
    EDIT: I also keep getting this error when running any pacman command:
    warning: current locale is invalid; using default "C" locale
    Last edited by zgerrz (2007-06-10 02:01:39)

    Welcome to Arch
    You don't have the full path for Easynews. For 32 bit Current, Easynews would look like this:
    Server = http://mirrors.easynews.com/linux/archlinux/current/os/i686
    Extra:
    Server = http://mirrors.easynews.com/linux/archlinux/extra/os/i686
    And so on...
    Last edited by skottish (2007-06-10 02:06:08)

  • 51032257 NW 2004s SR2 Java based SW Component Not Able to download, advice!

    Hi all the expert here
    I am trying to download the following files from the SAP Service Marketplace->Installations and Upgrades->SAP Application Components->IDES SOLUTIONS->IDES SEM-BW 6.0/7.00
    51032257 - NW 2004s SR2 Java based SW Comp
    I have tried all methods:
    1. Using SAP Download Manager and it returns msg Fail: 403
    2. Using Right Click and Save as, the page cannot be displayed.
    I am a superuser with the Download Authorisation and have been able to download every single file in the site. This is the first time I am not able to download file from this site.
    I need this file urgent for the company IDES BI 7.0 set up in next week. Any kind soul please log in to check for me or give me advise how to download it? We have resorted to mail order the DVD from SAP but it has taken a very long time to reach us. And SAP has instructed us to download from the site if we want it fast.
    Full point 10 will be given for those who are willing to give me good advice on this issue.
    Thanks in advance.

    Hi,
    download following
    NW 2004s SR2 Java based SW Comp. 1 of 5, 51032257_1, File Size=683,594 MB
    https://smpdla.sap.com/00000199/516/51032257_part1.exe?object_id=012002523100008573662006E&filepath=00000199\516\51032257_part1.exe
    NW 2004s SR2 Java based SW Comp. 2 of 5, 51032257_2, File Size=683,594 MB
    https://smpdla.sap.com/00000199/514/51032257_part2.rar?object_id=012002523100008573572006E&filepath=00000199\514\51032257_part2.rar
    NW 2004s SR2 Java based SW Comp. 3 of 5, 51032257_3, File Size=683,594 MB
    https://smpdla.sap.com/00000200/596/51032257_part3.rar?object_id=012002523100008573592006E&filepath=00000200\596\51032257_part3.rar
    NW 2004s SR2 Java based SW Comp. 4 of 5, 51032257_4, File Size=683,594 MB
    https://smpdla.sap.com/00000199/934/51032257_part4.rar?object_id=012002523100008573602006E&filepath=00000199\934\51032257_part4.rar
    NW 2004s SR2 Java based SW Comp. 5 of 5, 51032257_5, File Size=109,520 MB
    https://smpdla.sap.com/00000200/597/51032257_part5.rar?object_id=012002523100008584412006E&filepath=00000200\597\51032257_part5.rar
    regards,
    kaushal

  • 51032257 NW 2004s SR2 Java based SW Component Not Able to download

    Hi all the expert here
    I am trying to download the following files from the SAP Service Marketplace->Installations and Upgrades->SAP Application Components->IDES SOLUTIONS->IDES SEM-BW 6.0/7.00
    51032257 - NW 2004s SR2 Java based SW Comp
    I have tried all methods:
    1. Using SAP Download Manager and it returns msg Fail: 403
    2. Using Right Click and Save as, the page cannot be displayed.
    I am a superuser with the Download Authorisation and have been able to download every single file in the site. This is the first time I am not able to download file from this site.
    I need this file urgent for the company IDES BI 7.0 set up in next week. Any kind soul please log in to check for me or give me advise how to download it? We have resorted to mail order the DVD from SAP but it has taken a very long time to reach us. And SAP has instructed us to download from the site if we want it fast.
    Full point 10 will be given for those who are willing to give me good advice on this issue.
    Thanks in advance.

    hi Anil
    javascript:ms_getObject('https://websmp130.sap-ag.de/sap/bc/bsp/spn/download_basket/download.htm?objid=012002523100008573662006E&userid=S000xxxxxxx&action=DL_DIRECT');
    is your path of Download for those files same as these and located in https://websmp130.sap-ag.de/
    else, can you give me the links for those 5 files, would really appreciated!
    Please provide me the direct links that are working for the following 5 files
    NW 2004s SR2 Java based SW Comp. 1 of 5, 51032257_1, File Size=683,594 MB
    NW 2004s SR2 Java based SW Comp. 2 of 5, 51032257_2, File Size=683,594 MB
    NW 2004s SR2 Java based SW Comp. 3 of 5, 51032257_3, File Size=683,594 MB
    NW 2004s SR2 Java based SW Comp. 4 of 5, 51032257_4, File Size=683,594 MB
    NW 2004s SR2 Java based SW Comp. 5 of 5, 51032257_5, File Size=109,520 MB
    You can find these files under the path:
    SAP Service Marketplace->Installations and Upgrades->SAP Application Components->IDES SOLUTIONS->IDES SEM-BW 6.0/7.00
    ->Windows Server->MS SQL Server
    Edited by: Junior  SCM Consultant on May 27, 2008 12:37 PM

  • 51032257 NW 2004s SR2 Java based SW Component Not Able to download, HELP!

    Hi all the expert here
    I am trying to download the following files from the SAP Service Marketplace->Installations and Upgrades->SAP Application Components->IDES SOLUTIONS->IDES SEM-BW 6.0/7.00
    51032257 - NW 2004s SR2 Java based SW Comp
    I have tried all methods:
    1. Using SAP Download Manager and it returns msg Fail: 403
    2. Using Right Click and Save as, the page cannot be displayed.
    I am a superuser with the Download Authorisation and have been able to download every single file in the site. This is the first time I am not able to download file from this site.
    I need this file urgent for the company IDES BI 7.0 set up in next week. Any kind soul please log in to check for me or give me advise how to download it? We have resorted to mail order the DVD from SAP but it has taken a very long time to reach us. And SAP has instructed us to download from the site if we want it fast.
    Full point 10 will be given for those who are willing to give me good advice on this issue.
    Thanks in advance.

    Hello,
    Please raise an OSS message, they should be able to help you.
    Regards,
    Siddhesh

  • Microsoft Do you have any shame???? What for that SDM is when it is not able to download anything or Produce ISO files?????

    Microsoft Do you have any shame???? What for that SDM is when it is not able to download anything or Produce ISO files????? You have wasted a lot of our precious time . . . Can't you fix a single problem . . . I am downloading windows 8.1 using your SDM
    but it gives errors while downloading , and when download completes 100% , it s not able to unpack and produce an ISO file from it . . . 

    Please see this post:
    http://social.msdn.microsoft.com/Forums/en-US/27085f1c-daf4-4ee3-99eb-5f1ac715d959/dreamspark-students-using-the-sdm-please-read?forum=msdnfeedback
    Moving to off topic.
    Thanks,
    Mike
    MSDN and TechNet Subscriptions Support

  • HT204406 I am not able to download my files from iCloud to my iPad using iTunes Match, my internet connection is alive as I tested with Safari, I have enabled iTunes Match on and off to be usre is active..but still  cannot download....my music

    I am not able to download my files from iCloud to my iPad using iTunes Match, my internet connection is alive as I tested with Safari, I have enabled iTunes Match on and off to be usre is active..but still  cannot download....my music

    I have the same problem on my Windows 7 computer. In the right-click menu for a song one option is DELETE. However when I click that option the next window is to HIDE instead of DELETE. Apple, please help us with this.

  • PDF PROBLEMS!  Not able to download PDF files into Safari anymore?!?

    I was always able to download PDF files into Adobe Reader from the internet. I can't download them anymore...My MacBook keeps trying to load and reload the page, but never does it. I downloaded the most recent Adobe Reader 9, but this did not fix the problem. I can open PDF files I have saved, but can' t download them in Safari. Any ideas? Thanks-

    Hi Jes,
    I get an error message saying
    "The page cannot be found"
    infact when i hover the mouse over the link i am able to see the correct path and the correct correct values as follows
    schema.procedure?V=04&C=001
    but when i click on it, i get the error as above.
    i am not sure whether it is any permissions issue in linux. or is the procedure not getting executed properly at all.
    but iam able to read those pdfs and insert them into an oracle table.
    but just not able to download them back again.
    but exactly the same code and same tables etc work in windows.
    Thanks,
    Philip.

  • Not able to download  10.5 file corrupted ja.lprog - file is empty error code 2330. Not able to unistall itunes to reinstall-same info given. Not able to dowloag on another drive or under another user account.  same info given,  Using windows vista 32bit.

    Not able to download itunes 10.5..says file ja.lprog is corrupted (its empty) and error code 2330. Not able to download/install on another drive...even external drive-same reason given.  Not able to uninstall itunes to reinstall...same reason given.  Using windows vista 32 bit.  Please help.  Difficult to upgrade apps.

    Yeah...I think I found that one out the hard way already. I'll cross that bridge when I get to it. I want to get this issue fixed before I start thinking about the license issue.
    ciscoasa#
    ciscoasa#
    ciscoasa#
    ciscoasa# sh flash
    --#--  --length--  -----date/time------  path
    2403  0           Apr 30 2008 02:00:56  test
    2285  196         Apr 30 2008 01:28:20  upgrade_startup_errors_200804300128.log
    2283  0           Apr 30 2008 01:28:20  coredumpinfo
    2284  59          Apr 30 2008 01:28:20  coredumpinfo/coredump.cfg
    2280  0           Apr 30 2008 01:27:56  crypto_archive
    2267  0           Apr 30 2008 01:27:38  log
    0 bytes total (0 bytes free)
    ciscoasa#
    ciscoasa#
    ciscoasa#
    ciscoasa# sh disk0
    --#--  --length--  -----date/time------  path
    2403  0           Apr 30 2008 02:00:56  test
    2285  196         Apr 30 2008 01:28:20  upgrade_startup_errors_200804300128.log
    2283  0           Apr 30 2008 01:28:20  coredumpinfo
    2284  59          Apr 30 2008 01:28:20  coredumpinfo/coredump.cfg
    2280  0           Apr 30 2008 01:27:56  crypto_archive
    2267  0           Apr 30 2008 01:27:38  log
    0 bytes total (0 bytes free)
    ciscoasa#

  • I am not able to download the music files i purchased several days ago

    My account hacked. I know that because person changed the security question but not the password. I made a purchased recently. Purchased songs and there was a previous two book purchase from Apple Store. When i try to download them to my Mac, i am receiving this error message:" This computer is already associated with an Apple ID. You can download past purchases on this computer with just one Apple ID every 90 days. This computer can be used with a different Apple ID in 90 days. " I downloaded the music files on my windows and my mini ipod. Nowhere else.
    I have two more Apple ID i use to purchase products.
    Also is there a way to combine these two Apple IDs so all my purchases will be under one Apple ID.
    Thanks for any help

    Hi Suchvas,
    Thanks for visiting Apple Support Communities.
    If you are not able to download an iBooks update from the App Store, start with these troubleshooting steps:
    Can't connect to the iTunes Store
    http://support.apple.com/kb/ts1368
    Regards,
    Jeremy

  • I am not able to download mp4 files (video and audio) to iTunes since I updated to iTunes 11.  Thanks for your help.

    I am not able to download mp4 files (video and audio) to iTunes since I updated to iTunes 11.  Thanks for your help.

    Thank you for clarifying. Your question is in your browser, not in iTunes. Each download link is different, and it has nothing to do with the File menu. You can save media files by secondary-clicking on the link to the media file and selecting Save File to "[your downloads folder".

  • Have downloaded flip4mac to watch .avi files on quicktime but still not able to access files. Any suggestions? Thanks L

    have downloaded flip4mac to watch .avi files on quicktime but still not able to access files. Any suggestions? Thanks L

    Flip4Mac plays Windows Media content, not AVI content. The codec needed to play those specific AVI files is most likely part of Perian or VLC but may not exist for Mac OS X.
    (97189)

  • Not able to download a big xml file through Http

    Hi
    I am trying to download a large file around 8 MB, but I am  not able to download this file through Http or WebClient. can anyone please let me know how can I download the large file in Windows Phone 8 through Http or WebClient.
    When I trying to download the file then System got hang for some time and after that connection break type of popup shown the  nothing happened.
    sandeep chauhan

    Hi Sandeep,
    I used
    this code snippet to download
    the sample file (9.9M) in windows phone 8, it seems work fine. Since you’ve not posted anything about your code, I suggest you test the above code to see if the problem is caused by your code snippet.
    Windows phone silverlight 8.1 provides an effective way to download large file.
    https://msdn.microsoft.com/en-us/library/windows/apps/xaml/windows.networking.backgroundtransfer.backgrounddownloader.aspx. Please consider if you can upgrade to silverlight 8.1
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. Click HERE to participate
    the survey.

Maybe you are looking for

  • HT204291 i have the same problem but nothing helps

    i cant mirror my screen from the ipad mini to apple tv but i can stream movies who can help me please

  • How do I fix placed RTF files?

    I am using CS4 to place several word documents into a book and I am having the usual issues of crashing when trying to place doc files. I am not using any special tables, graphics or fonts, and even if I disable all the import options it usually cras

  • Problems found after checking database configuration of server

    Hello all, Though this problem has been addressed before. . I couldn’t get a clear idea. I get the error. . "Wrong Server Collation; J2EE installation requires SQL Latin 1 General CP850 Bin 2 Collation. MS SQL Server Patch is too low; please read the

  • In Cutover Phase what is the ABAP Role

    Hi Experts , Cutover Phase is the Final Preparation Phase before Go-live ie for a implemetation or an Upgrade Project is it ? and what is an TECHINCAL CONSUTANTA ROLE in this Cutover Phase ..what do they do ? what are the activities they do ???? Test

  • JMF Play files in a sequence one after another

    Hi i developed a JMF based player for playing more than one files in a sequence one after another. problem is that it playes all files at same time. it should run 2nd file when one file is completed.