Pacman cannot connect to berlios.de to access "larch"

While trying out larch7, I find that pacman cannot download from ftp.berlios.de which has the larch scripts and tar.gz packages for the installation .
What prevents pacman from connecting with the berlios ftp?
I suspect the package ID may be at fault...
I have no clue other than that.
The address is ....    ftp://ftp.berlios.de/pub/larch/larch7/i686
I am aware that this is a common problem and wish to understand why it happens.
Edit:   /var/cache/pacman/pkg -Sy
:-:: Synchronizing package databases...
:-error: failed retrieving file 'larch.db.tar.gz' from ftp.berlios.de : File unavailable (e.g., file not found, no access)
:-error: failed to update larch (File unavailable (e.g., file not found, no access))
Last edited by lilsirecho (2009-12-17 21:34:04)

you better add "larch" to your topic..

Similar Messages

  • "Cannot connect to iTunes Store" when access from Video/Music

    When I open "Video" or "Music" app and try to access iTunes Store from inside the app, the message "Cannot connect to iTunes Store" appears.  I have access to internet and still can download applications from app store.  Please help me fix this.  Thank you.

    Saw this on another post.
    Applecare Senior Advisor Txx Bxxx (I have his contact info in an email he just sent) just confirmed with me that the problem people are having with the App Store not loading is an apple issue with there servers, ITS NOT YOUR IPAD so don't go restoring it!   It's not happening to everyone however but they are looking into it, its really hit or miss.
    In the meantime ...........
    The Complete Guide to Using the iTunes Store
    http://www.ilounge.com/index.php/articles/comments/the-complete-guide-to-using-t he-itunes-store/
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    iTunes: Advanced iTunes Store troubleshooting
    http://support.apple.com/kb/TS3297
    Best Fixes for ‘Cannot Connect to iTunes Store’ Errors
    http://ipadinsight.com/ipad-tips-tricks/best-fixes-for-cannot-connect-to-itunes- store-errors/
    Try this first - Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    This works for some users. Not sure why.
    Go to Settings>General>Date and Time> Set Automatically>Off. Set the date ahead by about a year.Then see if you can connect to the store.
     Cheers, Tom

  • Cannot connect and run query for Access database

    Hi,
    I have a html file and a servlet file which contains code to connect to a database. I also have a sales database with customer table along with other tables in Access. I have created a DSN in Windows named sales which connects to the sales database. Now, when I am running the html form, the servlet does not run the query "Select * from Customer". It seems it cannot make any connection to the database.
    Any help is appreciated. I am very new to JDBC technology. Thanks.
    HTML FORM CODE:
    <html>
    <head><title>Sales</title></head>
    <body>
    <form action="http://localhost:8100/servlet/SalesServlet" method=POST>
    <strong>Select:</strong>
    <textarea cols=50 rows=8 name=select></textarea><p>
    <input type=submit value="Query">
    <input type=reset>
    </form></body></html>
    SALESSERVLET CODE:
    //Copyright (c) 2000, Art Gittleman
    //This example is provided WITHOUT ANY WARRANTY either expressed or implied.
    /* Queries the Sales database. Needs to be modified
    * to use metadata to correctly output the result set.
    import java.io.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    import java.sql.*;
    import sun.jdbc.odbc.JdbcOdbcDriver;
    public class SalesServlet extends HttpServlet {
    Connection con;
    Statement stmt;
    public void init(ServletConfig sc) throws ServletException {
    super.init(sc);
    try{
    new JdbcOdbcDriver();
    String url = "jdbc:odbc:Sales";
    String user = "";
    String password = "";
    con = DriverManager.getConnection(url, user, password);
    stmt = con.createStatement();
    }catch (Exception e) {
    e.printStackTrace();
    System.exit(1);
    public void doGet(HttpServletRequest req,
    HttpServletResponse resp)
    throws ServletException, IOException {
    resp.setContentType("text/html");
    PrintWriter out = resp.getWriter();
    try{
    String query = req.getParameter("select");
    ResultSet rs = stmt.executeQuery(query);
    ResultSetMetaData rsMetaData = rs.getMetaData();
    int cols = rsMetaData.getColumnCount();
    while(rs.next()) {
    String s = "";
    for(int i=1; i<=cols; i++)
    s += rs.getString(i) + ' ';
    s += "<br>";
    out.println(s);
    }catch(Exception e) {
    e.printStackTrace();
    out.close();
    public void doPost(HttpServletRequest req,
    HttpServletResponse resp)
    throws ServletException, IOException {
    doGet(req,resp);
    }

    String url = "jdbc:odbc:Sales";
    String user = "";
    String password = "";
    con = DriverManager.getConnection(url, user, password);This might be causing your problem, but not sure. Since you don't need a username or password for the ODBC connection, you can just use
    con = DriverManager.getConnection(url);
    The username and password aren't needed, so you can just use the above call instead. Perhaps the ODBC is trying to find a user called "" with a password "" and puking on itself, who knows... but you should post whatever exceptions or specific problems you're having that make you think you're not connecting.

  • Lync client cannot connect to Exchange Server when accessing from outside (Internet) - please HELP!

    Hello,
    I have full representation of the Lync 2010 from Outside (i.e. Internet), but I still have small issue related to Lync-to-Exchange integration. Clients who is using Lync client from outside (i.e. Internet) cannot see Exchange-related information including
    Call Logs, Voicemail and Calendar information.
    Here is the experience and error messages that anyone will see when connecting to Lync server from Outside:
    And this is the error message that will be displayed on Lync phone edition devices (a.g. Polycom CX-700) when connected from Internet:
    If somebody can suggest what I can try I would appreciate this very much. I do believe that many other people have this issue as well.
    Thanks!

    Hi, we had this issue and I ended up logging a MS support job. Turns out it was the TMG rule/Auth method causing the issue.
    Job details:
    **Symptom:
    Lync Client External User are not able to retrieve the EWS URL
    **Troubleshooting:
    • We found External users are not able to Retrieve the EWS information in the Lync Client .
    • We found the below error in the ETL logs.We found for EWS request we are getting the  401 response
    HTTP/1.1 401 Unauthorized ( The server requires authorization to fulfill the request. Access to the Web server is denied. Contact the server administrator.  )
    • TMG need pass through Authentication
    Public names are  autodiscover.domain.com and Outlook anywhere External FQDN  and paths are /ews/* and /autodiscover/*, OAB/*
    Users is All Users, and Delegation is "No delegation but client may authenticate directly" on the corresponding tabs of the publishing rule.
    This changes is required for Lync Client as Lync Client does not  work well with this BASIC authentication on TMG .
    • After  TMG engineer changed this settings in the TMG users are able to see EWS information.
    RELATED ARTICLES:
    Configure Certificates for Servers
    http://technet.microsoft.com/en-us/library/gg398995.aspx
    Associate a Subnet with a Network Site
    http://technet.microsoft.com/en-us/library/gg412804.aspx
    Deploy Office Web Apps Server
    http://technet.microsoft.com/en-us/library/jj219455.aspx
    Reset-CsPoolRegistrarState
    http://technet.microsoft.com/en-us/library/jj619172.aspx
    Manage Access Edge Configuration for Your Organization
    http://technet.microsoft.com/en-us/library/jj552443.aspx
    http://technet.microsoft.com/en-us/library/gg182549.aspx
    Edge Certificate
    http://technet.microsoft.com/en-us/library/gg398409.aspx
    Edge Deployment
    http://blogs.technet.com/b/nexthop/archive/2012/05/15/lync-server-2010-geographically-dispersed-edge-topology-part-1.aspx
    http://blog.schertz.name/2012/07/lync-edge-server-best-practices/
    http://blog.schertz.name/2012/04/lync-server-2010-deployment-part-4/
    http://technet.microsoft.com/en-us/library/gg425891.aspx
    http://blogs.technet.com/b/nexthop/archive/2010/11/17/microsoft-lync-server-2010-protocol-workloads-poster.aspx
    MRAS
    http://blogs.technet.com/b/dodeitte/archive/2012/06/22/issues-with-mras-and-limited-external-calling.aspx
    http://blogs.technet.com/b/ucedsg/archive/2011/05/09/what-can-you-tell-me-about-lync-security.aspx
    IIS ARR Configuration for  Lync 2013
    http://blogs.technet.com/b/nexthop/archive/2013/02/19/using-iis-arr-as-a-reverse-proxy-for-lync-server-2013.aspx
    http://social.technet.microsoft.com/wiki/contents/articles/15893.iis-arr-url-rewrite-for-lync-2010-reverse-proxy.aspx
    Archiving Options in Lync Server 2013
    http://blogs.technet.com/b/dodeitte/archive/2013/04/24/archiving-options-in-lync-server-2013.aspx
    http://blogs.technet.com/b/dodeitte/archive/2013/06/02/sample-lync-server-archiving-report-available.aspx
    Microsoft Lync Server 2010 Resource Kit
    http://www.microsoft.com/en-us/download/details.aspx?id=22644
    Microsoft Lync Server 2013
    http://technet.microsoft.com/en-us/library/gg398616.aspx
    Microsoft Lync Server 2013 RTM Documentation
    http://blogs.technet.com/b/nexthop/archive/2012/10/24/microsoft-lync-server-2013-preview-rtm-documentation-now-available.aspx
    Release Notes for Lync Server 2013
    http://technet.microsoft.com/en-us/library/jj205120.aspx
    Integrating Exchange 2013 Preview and Lync Server 2013 Preview
    http://blogs.technet.com/b/nexthop/archive/2012/07/23/integrating-exchange-2013-preview-and-lync-server-2013-preview.aspx.
    Migration from Lync Server 2010 to Lync Server 2013
    http://technet.microsoft.com/en-us/library/jj205369.aspx
    Lync Online Resource
    http://www.microsoft.com/en-in/download/details.aspx?id=13602

  • "Windows cannot connect to the printer. Access is denied.

    HP desktop running XP has HP C5250 printer.
    connected to Linksys router via ethernet cable
    MSHOME workgroup on desktop and laptop.
    Norton firewall allows network throughput
    laptop (Compaq C700 running vista) shows shows the printer in the network when I begin the "add a printer" procedure.
    It will begin to the process but will quickly bail out.
    The laptop can access any files that I've flagged to share on the desktop.
    This question was solved.
    View Solution.

    I did download and ran the home network diag utility.
    it shows that there is no network printer.
    I should have described my desktop configuration as --
    an HP Desktop connected to the router via an ethernet cable
    an HP C5250 printer connected to the HP desktop via a USB cable and listed as shared in its properties.
    It still shows as a network printer in the "Add a printer" dialog but will give the access denied error when you finish install.
    Thanks for your effort --- I appreciate it.  If you have anything else to try let me know.  I'll check in the AM.

  • IOS 6 issues still cannot connect to Internet from work access. Says browser does not support HTML redirect

    My iPod touch cannot access wifi from work . I get message browser does not support HTML redirect . I've tried alot of suggestions nothing seems to work . Can anyone help me out with this . I also have been getting booted alot while trying to check out my App Store

    What does your work IT staff say?
    It might be related to this previous discussion.
    https://discussions.apple.com/thread/4359363?tstart=0

  • IPhone cannot connect to Exchange Outlook Web Access ( OWA )

    Let me start by saying that my company will not activate POP or IMAP on their Exchange mail server. I am stuck with using their OWA interface into Exchange. However, when I enter the web address for OWA it never gets there. The iPhone will get to the login screen, but can never access the web interface.

    Hi,
    If you browse to the OWA address from a Microsoft Windows system using Internet Explorer, does it bring you to a web form to login or do you get a Windows login popup (NTLM)?
    I have tried accessing OWA where Exchange is not setup for a "forms" web page login, but rather popping up a windows login box to enter username and password.
    It worked.

  • 2008 R2 printer server, cannot connect to printer, access denied, Windows 7 OS only

    Deployed new Windows 2008 R2 domain controller, added print and document controll. Added several network printers on R2 server. We currently have mostly Vista biz clients but half a dozen W7Pro clients also. The Vista clients connect to these new network
    printers, no problem but none of the W7 clients will connect. I select the printer from the drop down directory list and select to load the drivers, the system starts loading drivers and then right before it finishes it stops with error message, "Windows cannot
    connect to the printer. Access denied. Again, this happens only with the W7 clients on our domain, Vista works fine.

    By default, the security settings for Windows 7 and Server 2008 R2 allow users who are not members of the local
    Administrators group to install only trustworthy printer drivers, such as those provided with Windows or in digitally signed printer-driver packages. You may want to install printer-driver packages on the print server
    or in the clients. More details can be found this page: Cannot
    connect to printer, Access denied -
    http://www.chicagotech.net/server/print3.htm
    Bob Lin, MS-MVP Networking, Internet, Routing, VPN Troubleshooting on
    http://www.ChicagoTech.net
    How to Setup Windows, Network, VPN & Remote Access on
    http://www.howtonetworking.com

  • Cannot connect to Apex

    Hello,
    I have just installed Oracle Database 11g Express Edition and I cannot connect to apex. When accessing 127.0.0.1:8080/apex and introducing the proper username/pass, the login window refreshes and does nothing else. When going to /htmldb, the user is accepted but I receive an Page Not found error instantly.
    I must note that I have connected to the DB, every service is running and that when logging from the command prompt of the Windows 7, my credentials are permitted. Also, this is the fourth time I have installed Oracle this night, because I had some serious issues (but I have followed the complete uninstalling procedure each time, with deleting the cache etc.)
    Here's what I've found in D:\ORACLE\app\oracle\product\11.2.0\server\log\silviu-pc\client\clscl.log
    Oracle Database 11g Clusterware Release 11.2.0.2.0 - Production Copyright 1996, 2010 Oracle. All rights reserved.
    2012-11-09 05:21:02.242: [ default][3532]ut_read_reg:2:ocr registry key SOFTWARE\Oracle\olr cannot be opened. error 2
    [    CLSE][3532]clse_get_crs_home: Error retrieving OLR configuration [0] [Error opening olr registry key. The system cannot find the file specified.
    I have manually navigated into the registry area and this entry does not exist.
    What should I do?
    Edited by: 970355 on Nov 8, 2012 8:00 PM

    Hi;
    For your issue i suggest close your thread here as changing thread status to answered and move it to Forum Home » Database » Application Express which is XE dedicated forum site.
    Regard
    Helios

  • Ive got updates on my apps and i keep getting cannot connect to itunes help please

    having trouble with my apps updates. all i get is cannot connect to itunes.

    Can you access the internet in other apps?
    If so,
    Verify your date and timezone
    Settings > General > Date & Time
    Clear Cache, Cookies, and History in Safari
    Settings > Safari > Clear...
    Restart iPad (do not just put to sleep, actually restart)

  • IPad 4 cannot connect to wifi when it is disconnected to internet.

    Hi,
    My problem is, that my new iPad 4 cannot connect to my wifi (when access point is disconnected to internet).
    (When this access point is connected to internet, everything is ok, iPad connects and works fine.)
    when no internet -> While connecting to my wifi it opens safari and says something like: "Can't connect to internet..." and disconects the wifi connection.
    Why it needs an intenet to work fina with home wifi?

    You are now at step 5 of the setup process.
    Setup new iPad step by step
    1. Turn on iPad
    2. Set Language; tap arrow on top right
    3. Set Country; tap Next
    4. Enable Location Service; tap Next
    5. Setup WiFi (connect to internet)
    6. Setup as new; tap Next
    7. Sign-in with Apple ID
    8. Agree with Apple Terms and Conditions
    9. Enable iCloud
    10. Enable Find My iPad
    11. Register iPad
    12. Start using iPad

  • TS3638 i have an internet connection but when i open app store it shows error message "cannot connect to app store".when i try to sign in with my valid apple ID and password it says "connection failed".i tried keychain access settings but it did not help.

    i have an internet connection but when i open app store it shows error message "cannot connect to app store".when i try to sign in with my valid apple ID and password it says "connection failed".i tried keychain access settings but it did not help.please help me!!

    Open Sysem Preferences from your Apple () menu top left in your screen then select the Firewall tab.
    Make sure the Firewall is turned off.

  • TS3297 My 2nd generation ipod touch is giving me the following error when I try accessing Itunes or the app store. "Cannot connect to the Store. A secure connection could not be established. Please check your date & time settings"  I am on a secure networ

    My 2nd generation ipod touch is giving me the following error when I try accessing Itunes or the app store. "Cannot connect to the Store. A secure connection could not be established. Please check your date & time settings"  I am on a secure networkl.

    Can't connect to the iTunes Store
    Make sure that time zone is correct in addition to date and time

  • Data Model damaged, Cannot connect to Access 2013 from within Excel 2013

    Hello,
    Recently I am not able to use PowerPivot for Excel 2013 and I cannot connect to my Access 2013 database tables from within Excel 2013. Whenever I try to click on a slicer in my Excel worksheet, it gives me the following error: "Excel was unable to load
    a necessary component. This component might have been damaged or deleted. Reinstall the client software or data source driver software for your database."
    I am using Microsoft Office Pro Plus 2013 on Windows 7, 64-bit version. I have tried reinstalling Microsoft SQL Compact Edition 2005 and reinstalling Office 2013. I have run out of ideas and am a loss what to do next ? 
    Can anyone help point in the right direction for a possible solution to this problem ??? 
    Would appreciate all help.
    Thank you.
    ~Maneesh
    The problem with being punctual is, there's nobody there to appreciate it !!!

    Hi
    This is the forum to discuss questions about apps for office develop. For your question is more about Excel, I will move this thread to the TechNet forum for
    Excel
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly
    can either share their knowledge or learn from your interaction with us.
    Thank you for your understanding.
    Best Regards
    Lan
    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.

  • Get message on iPhone 4S, "Cannot connect to iTunes Store." How can I access the iTunes Store?

    I get a Message on iPhone 4S, "Cannot Connect to iTunes Store." How can I access iTunes Store?  Yes,  I am WiFi connected.

    Well folks I finally got my "can't connect to iTunes" issues fixed. Seems that there was an unauthorized change to my email address and account therefore not allowing mr to connect to iTunes.
    Here is how I got it fixed.
    1. Contacted iTunes store support
    2. Followed their instructions and replyed with the following info:
    An order number from one of my purchases
    Last 4 digits of the c.c. Used for the iTunes store acct
    Answer to one of my security questions
    And 2 items from this list.
    Birthdate
    Billing address for Acct
    Phone number on acct
    It was after all of this that they saw that someone had made an account modification back in February when the issue began. Seems they changed my email address just slightly and that is what kept me from being able to sign in and not a password issue. This was likely due to a phishing email that came out in conjunction with iCloud asking users to change their passwords to a more secure form by adding a capital and number.
    To get all of this cleared up it took about 4 days as we emailed back and forth. I also needed a seperate email address they could use to send me info. Once they determined the issues and went to get them fixed by changing the email address associated with the acct and I created a new password I was able to access iTunes with no issues and even my previously thought lost acct balance was there.
    Hope this helps
    Crash

Maybe you are looking for

  • How to read data from writable PDF Form?

    Hi, I need some help for the web site that I am working on. This is asp.net website. Client is requesting to provide writeable PDF forms on this website for download. These forms will be downloaded by customers, they will fill in the required data on

  • Home Sharing Streaming with Apple TV Network problem - Solution

    Was not able to stream video from my library in iTunes, able to select, but would not stream to play,  I tried everything in the Apple Support Community Setup: Windows 7 PC  iTunes 11 AppleTV 3 generation  v5.2 Linksys E2500 Linksys WET610N Dual-Band

  • Source System in an ABAP Landscape

    We are relatively new to SAP.  Back when we initially architected the landscape we had many consultants in, including several Platinum consultants from SAP.  At the time they emphasized the special nature of the "source system" in an ABAP landscape,

  • Slideshow widgets works in IE9 but not in IE8

    Install the spryImageslideshow and all works great in IE9 but has errors in IE8 it start the show and pan but stops at the 1st one Any help Thanks Gene

  • .mov files appear as Unix after recovery, adding extension doesn't work

    (Also posted in Quicktime forum) Whilst backing up (with Synchronise X) a drive, I accidentally clicked to allow around 15GB worth of Quicktime files to be deleted, in two folders.  Realising my mistake, I stopped the back up immediately, and recover