"statement cannot reached " error?

Hi,
I have a question regarding client-server . I am sending message to Server from Client. But I don't know how many messages come to Client from Server. I'm getting all messages from server,but couldn't send message again to server.
I 'm getting error like "Statement not reached ". can anyone rectify my code and give solution. I understand the error, but couldn't get correct solution.
here is my code for client and server :
import java.io.*;
import java.net.*;
class TestClient {
     public static void main (String argv[]) throws Exception
          Socket client_sock = new Socket ("localhost", 3000);
          DataOutputStream toServer =
               new DataOutputStream (client_sock.getOutputStream ());
    BufferedReader fromServer =
               new BufferedReader (new InputStreamReader (
                    client_sock.getInputStream ()));
          BufferedReader fromKeybd =
               new BufferedReader (new InputStreamReader (System.in));
          try {
               while (true) {
        System.out.print(" Enter some string for testing connection : ");
        // reading input and sending msg to Server.
        String str = fromKeybd.readLine();
        toServer.writeBytes(str+'\n');
        while(true)
          System.out.println(" "+fromServer.readLine());
        } // end of while
       String msg = " hai";
       toServer.writeBytes(msg+'\n');
          } // end of while
          } catch (EOFException eof)
     { System.err.println(eof.getMessage());
          finally {
                    client_sock.close();
          }  // end of finally
     } // end of main
import java.io.*;
import java.net.*;
import java.util.*;
class TestServer {
     public static void main (String argv[]) throws Exception
    ServerSocket baseSocket =  new ServerSocket (3000);
          Socket connectedSocket = baseSocket.accept ();
          while (true) {
    try{
               BufferedReader fromClient = new BufferedReader (
                    new InputStreamReader (connectedSocket.getInputStream()));
               DataOutputStream toClient =new DataOutputStream (
                    connectedSocket.getOutputStream ());
      String str;
      // getting msg from client
         str = fromClient.readLine ();
      System.out.println(" from Client - connection testing :"+str);
      int rand = (int)(Math.random() * 10);
      System.out.println(" random no "+ rand);
      for ( int i=0;i<rand;i++)
         // sending iterations no to Client randomly.
         toClient.writeBytes(" iterations : "+i+'\n');
       String msg ;
        msg = fromClient.readLine();// getting msg from client.
      System.out.println(" from Client : "+msg);
     }catch(IOException ioe)
      System.err.println(ioe.getMessage());
     catch(Exception e)
      System.err.println(e.getMessage());
          } // end of while
     } // end of main
}Thanks in advance,
-balaji

i understood the ur point. I change the code like this
, then it is working. I got one more problem. i.e i
could not send message "hai" to server. Can u please
clarify and give solution to me.
thanks,
-balaji
while((fromServer.readLine()) != null))
System.out.println(" "+fromServer.readLine());
} // end of while
String msg = " hai";
toServer.writeBytes(msg+'\n');
In that code, what happens after printing the message received from the server? It goes to the top of the loop. How do you expect the code that comes outside of the loop to be executed? Sure, the loop ends when the stream detects loss of connection, but that's too late!

Similar Messages

  • SSO to BI - Service Cannot Be Reached Error

    Hi All-
    I'm working on integrating BI and EP (both Netweaver 7). We've exported/imported the certificates for both systems and defined the BI system in the System Landscape of EP. All connection tests return OK.
    I created an iView using the iView template for "BEx Web Application iView (SAP NetWeaver 7.0 Format)", assigned the alias of the BI system created, and added the BEx query string.
    When I preview this iView, I get the error:
    "Service cannot be reached",
    What has happened?
    URL
    http://<domain>.com/irj/servlet/prt/portal/prtmode/preview/prtroot/com.sap.ip.bi.web.portal.integration.launcher call was terminated because the corresponding service is not available.
    However, if I switch the iView property for Version to "BW 2.x/3.x", then I can connect to the report, but it opens to the variable screen.
    Any ideas on how to correct the service cannot be reached error?
    Thanks

    Dear Tim,
    A couple of things you might want to look at.
    1. In the system that you have created for BI, ensure that you have
    a. ITS Path : /sap/bc/gui/sap/its/webgui
    b. Web AS Path : /sap/bw/BEx
    Also for the hostnames, ITS and WebAS a FQDN is given followed by the portnumber.
    2. In the system where your BI resides, go to transaction SICF and ensure this patch under
    default_host : /sap/bc/gui/sap/its/webgui is active and
    default_host : /sap/bw/BEx is active as well.
    To ensure it is active, just do a right click and activate it, if it already active, you can deactive it and active it again and test.
    Cheers!
    Sandeep Tudumu

  • I have been trying to create an apple ID for the past 2 days and cannot succeed : it states an unknown error has occurred and no ID is created. What to do?

    i have been trying to create an apple ID for the past 2 days and cannot succeed : it states an unknown error has occurred and no ID is created. What to do?

    The internet is the internet. if its not working then its something to do with your not allowing cookies from apple's site or they are having issues.

  • HT204053 I cannot log into iCloud using my Apple username and password.  I keep getting an error message that states "CANNOT SIGN UP - The Apple ID is valid but is not an iCloud account."  How do I fix this?

    I cannot log into iCloud using my Apple username and password.  I keep getting an error message that states "CANNOT SIGN UP - The Apple ID is valid but is not an iCloud account."  How do I fix this?

    You are getting this message because you are attempting to create an iCloud account on a PC.  You can only create iCloud account on an iOS device (iPhone, iPad or iPod Touch) running iOS 5 or higher, or on a Mac running OS X Lion (10.7.2) or higher.  After creating your account on one of these devices you will then be able to sign into the account on your PC.

  • Previously used overdrive media console to download audio books now i get an error message when trying to sync to iphone 4 after upgrading to 10.5 itunes and 5.0 on iphone unable to download audiobook states cannot play on iphone and does not convert

    previously used overdrive media console to download audio books now i get an error message when trying to sync to iphone 4 after upgrading to 10.5 itunes and 5.0 on iphone unable to download audiobook states cannot play on iphone and does not convert

    previously used overdrive media console to download audio books now i get an error message when trying to sync to iphone 4 after upgrading to 10.5 itunes and 5.0 on iphone unable to download audiobook states cannot play on iphone and does not convert

  • Error: State cannot be saved as variables are not submitted in WAD (Portal)

    Hi Gurus,
    I am getting the following error :
    After opening the report and selecing the free characteristics if I want to go back one screen by right click(context menu)-> Back->Back one Navigation Step it is throwing the following below short dump in the EP portal,please help ASAP:
    The initial exception that caused the request to fail was:
    Error: State cannot be saved as variables are not submitted
    Currently I am on support pack 17.
    Thanks to all.

    hi sunita,
    please check ur bi java pack,
    BIJava patch SPS16p30 fixes the problem,
    such problem can be solved by upgrading java patched.
    hope it will help u.
    thanks.

  • Problem:statement cannot be reached

    this program should compute the factorial numbers with recursion and iteration. But now,this error occurs:Fak.java [37:1] Statement not reached.
    return fak;
    ^
    1 error
    This is my program:
    import java.io.*;
    * @author ***
    * @version
    public class Fak extends Object {
    public static void main (String[] args)
    {   try{
    InputStreamReader reader=new InputStreamReader(System.in);
    BufferedReader in =new BufferedReader(reader);
    System.out.println("Gib ne zahl ein");
    String a=in.readLine();
    int n=Integer.parseInt(a);
    System.out.println("Fakult�t: "+fakultaet(n));
    }catch(IOException e){System.out.println("FEHLER");}
    static int fakultaet(int n){
    int wert=1;
    int fak=1;
    if (n>0 || n!=0)
    wert=n*fakultaet(n-1);
    for(int i=1;i<=n;i++)
    fak=fak*i;
    return wert;
    return fak;
    }return 1;

    Now I have combined it. But why throws the compiler the following error?
    Fak.java [36:1] 'else' without 'if'.<<<<<<why???
    else return 1;
    ^
    1 error
    import java.io.*;
    * @author ***
    * @version
    public class Fak extends Object {
    public static void main (String[] args)
    {   try{
    InputStreamReader reader=new InputStreamReader(System.in);
    BufferedReader in =new BufferedReader(reader);
    System.out.println("Gib ne zahl ein");
    String a=in.readLine();
    int n=Integer.parseInt(a);
    System.out.println("Fakult�t: "+fakultaet(n));
    }catch(IOException e){System.out.println("FEHLER");}
    static int fakultaet(int n){
    int wert=1;
    int fak=1;
    if (n>0 && n!=0)
    for(int i=1;i<=n;i++)
    fak=fak*i;
    fak=n*fakultaet(n-1);
    } return fak;
    else return 1;

  • Upgraded pacman, now cannot reach any servers.

    I just upgraded pacman to 4 and ran "sudo pacman-key --init" as the output told me.  Now if I try to install a package or upgrade with pacman -Syu, i cannot reach any server.  My internet connection is working fine and I even tried to access some servers though the web interface an it loaded fine.  I tried the re-install instructions from with arch wiki where i download the tar.gz from the web and extract it to root and it still times out when trying to access servers.  It would be greatly appreciated it you guys could help me get this to work.

    falconindy wrote:So your dhcp server gives you an ipv6 address but no ipv6 resolver. How generous.
    This might possibly explain some of the problems I've had with the internet connection on my LAN, with windows, linux and squeezebox devices galore. I take this thread as a pointer as to where to look for solutions even there. 
    The
    Could you rerun the strace against failing pacman with the -f flag? I'd like to see what's happening on the spawned off thread that attempts to resolve DNS.
    Sure:
    strace -f pacman -Sy
    2135 execve("/usr/bin/pacman", ["pacman", "-Sy"], [/* 70 vars */]) = 0
    2135 brk(0) = 0x992000
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b5000
    2135 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
    2135 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
    2135 fstat(3, {st_mode=S_IFREG|0644, st_size=218846, ...}) = 0
    2135 mmap(NULL, 218846, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f974947f000
    2135 close(3) = 0
    2135 open("/usr/lib/libalpm.so.7", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 m\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=180848, ...}) = 0
    2135 mmap(NULL, 2276280, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f974906a000
    2135 mprotect(0x7f9749095000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f9749295000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2b000) = 0x7f9749295000
    2135 close(3) = 0
    2135 open("/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\240\24\2\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=1991739, ...}) = 0
    2135 mmap(NULL, 3812368, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9748cc7000
    2135 mprotect(0x7f9748e60000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f9749060000, 24576, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x199000) = 0x7f9749060000
    2135 mmap(0x7f9749066000, 15376, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9749066000
    2135 close(3) = 0
    2135 open("/usr/lib/libcurl.so.4", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\375\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=399968, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f974947e000
    2135 mmap(NULL, 2495880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9748a65000
    2135 mprotect(0x7f9748ac3000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f9748cc3000, 16384, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x5e000) = 0x7f9748cc3000
    2135 close(3) = 0
    2135 open("/usr/lib/libgpgme.so.11", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\260j\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=208552, ...}) = 0
    2135 mmap(NULL, 2303688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9748832000
    2135 mprotect(0x7f9748863000, 2093056, PROT_NONE) = 0
    2135 mmap(0x7f9748a62000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x30000) = 0x7f9748a62000
    2135 close(3) = 0
    2135 open("/usr/lib/libarchive.so.12", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\344\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=551728, ...}) = 0
    2135 mmap(NULL, 2651856, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97485aa000
    2135 mprotect(0x7f974862e000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f974882e000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x84000) = 0x7f974882e000
    2135 mmap(0x7f9748831000, 1744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9748831000
    2135 close(3) = 0
    2135 open("/usr/lib/libcrypto.so.1.0.0", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200\3\6\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0555, st_size=2029037, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f974947d000
    2135 mmap(NULL, 3884392, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97481f5000
    2135 mprotect(0x7f9748383000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f9748583000, 143360, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x18e000) = 0x7f9748583000
    2135 mmap(0x7f97485a6000, 13672, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97485a6000
    2135 close(3) = 0
    2135 open("/usr/lib/libssh2.so.1", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20T\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=163064, ...}) = 0
    2135 mmap(NULL, 2258336, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9747fcd000
    2135 mprotect(0x7f9747ff3000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f97481f3000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x26000) = 0x7f97481f3000
    2135 close(3) = 0
    2135 open("/lib/librt.so.1", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340!\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=31752, ...}) = 0
    2135 mmap(NULL, 2128880, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9747dc5000
    2135 mprotect(0x7f9747dcc000, 2093056, PROT_NONE) = 0
    2135 mmap(0x7f9747fcb000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x6000) = 0x7f9747fcb000
    2135 close(3) = 0
    2135 open("/usr/lib/libssl.so.1.0.0", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200E\1\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0555, st_size=420001, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f974947c000
    2135 mmap(NULL, 2472856, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9747b69000
    2135 mprotect(0x7f9747bbe000, 2093056, PROT_NONE) = 0
    2135 mmap(0x7f9747dbd000, 32768, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x54000) = 0x7f9747dbd000
    2135 close(3) = 0
    2135 open("/lib/libdl.so.2", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\340\r\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=14784, ...}) = 0
    2135 mmap(NULL, 2109688, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9747965000
    2135 mprotect(0x7f9747967000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f9747b67000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f9747b67000
    2135 close(3) = 0
    2135 open("/usr/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\220\37\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=100840, ...}) = 0
    2135 mmap(NULL, 2195952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f974774c000
    2135 mprotect(0x7f9747763000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f9747963000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f9747963000
    2135 close(3) = 0
    2135 open("/lib/libpthread.so.0", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200l\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=142602, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f974947b000
    2135 mmap(NULL, 2212752, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f974752f000
    2135 mprotect(0x7f9747547000, 2093056, PROT_NONE) = 0
    2135 mmap(0x7f9747746000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x17000) = 0x7f9747746000
    2135 mmap(0x7f9747748000, 13200, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f9747748000
    2135 close(3) = 0
    2135 open("/usr/lib/libassuan.so.0", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`2\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=64392, ...}) = 0
    2135 mmap(NULL, 2159640, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f974731f000
    2135 mprotect(0x7f974732e000, 2093056, PROT_NONE) = 0
    2135 mmap(0x7f974752d000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7f974752d000
    2135 close(3) = 0
    2135 open("/lib/libgpg-error.so.0", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\10\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=13672, ...}) = 0
    2135 mmap(NULL, 2108904, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f974711c000
    2135 mprotect(0x7f974711f000, 2093056, PROT_NONE) = 0
    2135 mmap(0x7f974731e000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x7f974731e000
    2135 close(3) = 0
    2135 open("/lib/libacl.so.1", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`\35\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=31856, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f974947a000
    2135 mmap(NULL, 2127048, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9746f14000
    2135 mprotect(0x7f9746f1b000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f974711b000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x7000) = 0x7f974711b000
    2135 close(3) = 0
    2135 open("/lib/libattr.so.1", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000\22\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=17248, ...}) = 0
    2135 mmap(NULL, 2112408, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9746d10000
    2135 mprotect(0x7f9746d14000, 2093056, PROT_NONE) = 0
    2135 mmap(0x7f9746f13000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x3000) = 0x7f9746f13000
    2135 close(3) = 0
    2135 open("/usr/lib/libexpat.so.1", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0`=\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=170120, ...}) = 0
    2135 mmap(NULL, 2265272, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f9746ae6000
    2135 mprotect(0x7f9746b0d000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f9746d0d000, 12288, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x27000) = 0x7f9746d0d000
    2135 close(3) = 0
    2135 open("/usr/lib/liblzma.so.5", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\200(\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=139112, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9749479000
    2135 mmap(NULL, 2234264, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97468c4000
    2135 mprotect(0x7f97468e5000, 2097152, PROT_NONE) = 0
    2135 mmap(0x7f9746ae5000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x21000) = 0x7f9746ae5000
    2135 close(3) = 0
    2135 open("/lib/libbz2.so.1.0", O_RDONLY|O_CLOEXEC) = 3
    2135 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \30\0\0\0\0\0\0"..., 832) = 832
    2135 fstat(3, {st_mode=S_IFREG|0755, st_size=64480, ...}) = 0
    2135 mmap(NULL, 2159568, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f97466b4000
    2135 mprotect(0x7f97466c3000, 2093056, PROT_NONE) = 0
    2135 mmap(0x7f97468c2000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xe000) = 0x7f97468c2000
    2135 close(3) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9749478000
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9749477000
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9749476000
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9749475000
    2135 arch_prctl(ARCH_SET_FS, 0x7f9749476700) = 0
    2135 mprotect(0x7f9749060000, 16384, PROT_READ) = 0
    2135 mprotect(0x7f9747746000, 4096, PROT_READ) = 0
    2135 mprotect(0x7f9746d0d000, 8192, PROT_READ) = 0
    2135 mprotect(0x7f974752d000, 4096, PROT_READ) = 0
    2135 mprotect(0x7f9747963000, 4096, PROT_READ) = 0
    2135 mprotect(0x7f9747b67000, 4096, PROT_READ) = 0
    2135 mprotect(0x7f9748583000, 102400, PROT_READ) = 0
    2135 mprotect(0x7f9747dbd000, 12288, PROT_READ) = 0
    2135 mprotect(0x7f9747fcb000, 4096, PROT_READ) = 0
    2135 mprotect(0x7f97481f3000, 4096, PROT_READ) = 0
    2135 mprotect(0x7f974882e000, 4096, PROT_READ) = 0
    2135 mprotect(0x7f9748a62000, 4096, PROT_READ) = 0
    2135 mprotect(0x7f9748cc3000, 8192, PROT_READ) = 0
    2135 mprotect(0x617000, 4096, PROT_READ) = 0
    2135 mprotect(0x7f97494b6000, 4096, PROT_READ) = 0
    2135 munmap(0x7f974947f000, 218846) = 0
    2135 set_tid_address(0x7f97494769d0) = 2135
    2135 set_robust_list(0x7f97494769e0, 0x18) = 0
    2135 futex(0x7fff6af9b37c, FUTEX_WAIT_BITSET_PRIVATE|FUTEX_CLOCK_REALTIME, 1, NULL, 7f9749476700) = -1 EAGAIN (Resource temporarily unavailable)
    2135 rt_sigaction(SIGRTMIN, {0x7f9747535750, [], SA_RESTORER|SA_SIGINFO, 0x7f974753e8a0}, NULL, 8) = 0
    2135 rt_sigaction(SIGRT_1, {0x7f97475357e0, [], SA_RESTORER|SA_RESTART|SA_SIGINFO, 0x7f974753e8a0}, NULL, 8) = 0
    2135 rt_sigprocmask(SIG_UNBLOCK, [RTMIN RT_1], NULL, 8) = 0
    2135 getrlimit(RLIMIT_STACK, {rlim_cur=8192*1024, rlim_max=RLIM_INFINITY}) = 0
    2135 brk(0) = 0x992000
    2135 brk(0x9b3000) = 0x9b3000
    2135 geteuid() = 0
    2135 rt_sigaction(SIGHUP, NULL, {SIG_DFL, [], 0}, 8) = 0
    2135 rt_sigaction(SIGHUP, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGINT, NULL, {SIG_DFL, [], 0}, 8) = 0
    2135 rt_sigaction(SIGINT, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGTERM, NULL, {SIG_DFL, [], 0}, 8) = 0
    2135 rt_sigaction(SIGTERM, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGSEGV, NULL, {SIG_DFL, [], 0}, 8) = 0
    2135 rt_sigaction(SIGSEGV, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 open("/usr/lib/locale/locale-archive", O_RDONLY|O_CLOEXEC) = 3
    2135 fstat(3, {st_mode=S_IFREG|0644, st_size=3129536, ...}) = 0
    2135 mmap(NULL, 3129536, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f97463b7000
    2135 close(3) = 0
    2135 uname({sys="Linux", node="eyolf-arch", ...}) = 0
    2135 ioctl(1, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
    2135 ioctl(0, SNDCTL_TMR_TIMEBASE or SNDRV_TIMER_IOCTL_NEXT_DEVICE or TCGETS, {B38400 opost isig icanon echo ...}) = 0
    2135 open("/etc/pacman.conf", O_RDONLY) = 3
    2135 fstat(3, {st_mode=S_IFREG|0644, st_size=3261, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b4000
    2135 read(3, "#\n# /etc/pacman.conf\n#\n# See the"..., 4096) = 3261
    2135 uname({sys="Linux", node="eyolf-arch", ...}) = 0
    2135 open("/etc/pacman.d/mirrorlist", O_RDONLY) = 4
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=13279, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 read(4, "##\n## Arch Linux repository mirr"..., 4096) = 4096
    2135 read(4, "rch\n#Server = ftp://archlinux.mi"..., 4096) = 4096
    2135 read(4, "rchlinux/$repo/os/$arch\n\n## Mold"..., 4096) = 4096
    2135 read(4, "h\n#Server = http://mirrors.us.ke"..., 4096) = 991
    2135 read(4, "", 4096) = 0
    2135 close(4) = 0
    2135 munmap(0x7f97494b3000, 4096) = 0
    2135 open("/etc/pacman.d/mirrorlist", O_RDONLY) = 4
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=13279, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 read(4, "##\n## Arch Linux repository mirr"..., 4096) = 4096
    2135 read(4, "rch\n#Server = ftp://archlinux.mi"..., 4096) = 4096
    2135 read(4, "rchlinux/$repo/os/$arch\n\n## Mold"..., 4096) = 4096
    2135 read(4, "h\n#Server = http://mirrors.us.ke"..., 4096) = 991
    2135 read(4, "", 4096) = 0
    2135 close(4) = 0
    2135 munmap(0x7f97494b3000, 4096) = 0
    2135 open("/etc/pacman.d/mirrorlist", O_RDONLY) = 4
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=13279, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 read(4, "##\n## Arch Linux repository mirr"..., 4096) = 4096
    2135 read(4, "rch\n#Server = ftp://archlinux.mi"..., 4096) = 4096
    2135 read(4, "rchlinux/$repo/os/$arch\n\n## Mold"..., 4096) = 4096
    2135 read(4, "h\n#Server = http://mirrors.us.ke"..., 4096) = 991
    2135 read(4, "", 4096) = 0
    2135 close(4) = 0
    2135 munmap(0x7f97494b3000, 4096) = 0
    2135 open("/etc/pacman.d/mirrorlist", O_RDONLY) = 4
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=13279, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 read(4, "##\n## Arch Linux repository mirr"..., 4096) = 4096
    2135 read(4, "rch\n#Server = ftp://archlinux.mi"..., 4096) = 4096
    2135 read(4, "rchlinux/$repo/os/$arch\n\n## Mold"..., 4096) = 4096
    2135 read(4, "h\n#Server = http://mirrors.us.ke"..., 4096) = 991
    2135 read(4, "", 4096) = 0
    2135 close(4) = 0
    2135 munmap(0x7f97494b3000, 4096) = 0
    2135 read(3, "", 4096) = 0
    2135 close(3) = 0
    2135 munmap(0x7f97494b4000, 4096) = 0
    2135 stat("/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    2135 stat("/var/lib/pacman/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    2135 lstat("/var", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    2135 lstat("/var/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    2135 lstat("/var/lib/pacman", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    2135 openat(AT_FDCWD, "/var/lib/pacman/local/", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 3
    # Same pruning as before
    2135 close(3) = 0
    2135 open("/etc/pacman.conf", O_RDONLY) = 3
    2135 fstat(3, {st_mode=S_IFREG|0644, st_size=3261, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b4000
    2135 read(3, "#\n# /etc/pacman.conf\n#\n# See the"..., 4096) = 3261
    2135 open("/etc/pacman.d/mirrorlist", O_RDONLY) = 4
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=13279, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 read(4, "##\n## Arch Linux repository mirr"..., 4096) = 4096
    2135 read(4, "rch\n#Server = ftp://archlinux.mi"..., 4096) = 4096
    2135 read(4, "rchlinux/$repo/os/$arch\n\n## Mold"..., 4096) = 4096
    2135 read(4, "h\n#Server = http://mirrors.us.ke"..., 4096) = 991
    2135 read(4, "", 4096) = 0
    2135 close(4) = 0
    2135 munmap(0x7f97494b3000, 4096) = 0
    2135 access("/var/lib/pacman/sync/core.db", R_OK) = 0
    2135 open("/etc/pacman.d/mirrorlist", O_RDONLY) = 4
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=13279, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 read(4, "##\n## Arch Linux repository mirr"..., 4096) = 4096
    2135 read(4, "rch\n#Server = ftp://archlinux.mi"..., 4096) = 4096
    2135 read(4, "rchlinux/$repo/os/$arch\n\n## Mold"..., 4096) = 4096
    2135 read(4, "h\n#Server = http://mirrors.us.ke"..., 4096) = 991
    2135 read(4, "", 4096) = 0
    2135 close(4) = 0
    2135 munmap(0x7f97494b3000, 4096) = 0
    2135 access("/var/lib/pacman/sync/extra.db", R_OK) = 0
    2135 open("/etc/pacman.d/mirrorlist", O_RDONLY) = 4
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=13279, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 read(4, "##\n## Arch Linux repository mirr"..., 4096) = 4096
    2135 read(4, "rch\n#Server = ftp://archlinux.mi"..., 4096) = 4096
    2135 read(4, "rchlinux/$repo/os/$arch\n\n## Mold"..., 4096) = 4096
    2135 read(4, "h\n#Server = http://mirrors.us.ke"..., 4096) = 991
    2135 read(4, "", 4096) = 0
    2135 close(4) = 0
    2135 munmap(0x7f97494b3000, 4096) = 0
    2135 access("/var/lib/pacman/sync/community.db", R_OK) = 0
    2135 open("/etc/pacman.d/mirrorlist", O_RDONLY) = 4
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=13279, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 read(4, "##\n## Arch Linux repository mirr"..., 4096) = 4096
    2135 read(4, "rch\n#Server = ftp://archlinux.mi"..., 4096) = 4096
    2135 read(4, "rchlinux/$repo/os/$arch\n\n## Mold"..., 4096) = 4096
    2135 read(4, "h\n#Server = http://mirrors.us.ke"..., 4096) = 991
    2135 read(4, "", 4096) = 0
    2135 close(4) = 0
    2135 munmap(0x7f97494b3000, 4096) = 0
    2135 read(3, "", 4096) = 0
    2135 access("/var/lib/pacman/sync/multilib.db", R_OK) = 0
    2135 close(3) = 0
    2135 munmap(0x7f97494b4000, 4096) = 0
    2135 open("/var/log/pacman.log", O_WRONLY|O_CREAT|O_APPEND, 0666) = 3
    2135 fstat(3, {st_mode=S_IFREG|0644, st_size=268559, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b4000
    2135 fstat(3, {st_mode=S_IFREG|0644, st_size=268559, ...}) = 0
    2135 lseek(3, 268559, SEEK_SET) = 268559
    2135 open("/etc/localtime", O_RDONLY|O_CLOEXEC) = 4
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=2134, ...}) = 0
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=2134, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 read(4, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\6\0\0\0\6\0\0\0\0"..., 4096) = 2134
    2135 lseek(4, -1368, SEEK_CUR) = 766
    2135 read(4, "TZif2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\10\0\0\0\10\0\0\0\0"..., 4096) = 1368
    2135 lseek(4, 2133, SEEK_SET) = 2133
    2135 close(4) = 0
    2135 munmap(0x7f97494b3000, 4096) = 0
    2135 write(3, "[2012-01-19 00:51] Running 'pacm"..., 40) = 40
    2135 open("/usr/share/locale/locale.alias", O_RDONLY|O_CLOEXEC) = 4
    2135 fstat(4, {st_mode=S_IFREG|0644, st_size=2570, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 read(4, "# Locale name alias data base.\n#"..., 4096) = 2570
    2135 read(4, "", 4096) = 0
    2135 close(4) = 0
    2135 munmap(0x7f97494b3000, 4096) = 0
    2135 open("/usr/share/locale/en_US.utf8/LC_MESSAGES/pacman.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 open("/usr/share/locale/en_US/LC_MESSAGES/pacman.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 open("/usr/share/locale/en.utf8/LC_MESSAGES/pacman.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 open("/usr/share/locale/en/LC_MESSAGES/pacman.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 fstat(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 1), ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b3000
    2135 write(1, ":: Synchronizing package databas"..., 38) = 38
    2135 stat("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2134, ...}) = 0
    2135 write(3, "[2012-01-19 00:51] synchronizing"..., 47) = 47
    2135 stat("/var/lib/pacman/sync/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    2135 umask(022) = 022
    2135 umask(0) = 022
    2135 access("/var", F_OK) = 0
    2135 access("/var/lib", F_OK) = 0
    2135 access("/var/lib/pacman", F_OK) = 0
    2135 umask(022) = 0
    2135 open("/var/lib/pacman/db.lck", O_WRONLY|O_CREAT|O_EXCL, 0) = 4
    2135 fcntl(4, F_GETFL) = 0x8001 (flags O_WRONLY|O_LARGEFILE)
    2135 fstat(4, {st_mode=S_IFREG, st_size=0, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b2000
    2135 lseek(4, 0, SEEK_CUR) = 0
    2135 write(4, "2135\n", 5) = 5
    2135 fsync(4) = 0
    2135 open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 open("/usr/share/locale/en_US/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 open("/usr/share/locale/en.utf8/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 open("/usr/share/locale/en/LC_MESSAGES/libc.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 brk(0x9db000) = 0x9db000
    2135 stat("/var/lib/pacman/sync/core.db", {st_mode=S_IFREG|0644, st_size=109079, ...}) = 0
    2135 open("/var/lib/pacman/sync/core.db.part", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5
    2135 rt_sigaction(SIGPIPE, NULL, {SIG_DFL, [], 0}, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGINT, NULL, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGINT, {0x7f974907dd80, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 open("/root/.netrc", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 socket(PF_INET6, SOCK_DGRAM, IPPROTO_IP) = 6
    2135 close(6) = 0
    2135 mmap(NULL, 8392704, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f9745bb6000
    2135 mprotect(0x7f9745bb6000, 4096, PROT_NONE) = 0
    2135 clone(child_stack=0x7f97463b5ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f97463b69d0, tls=0x7f97463b6700, child_tidptr=0x7f97463b69d0) = 2152
    2152 set_robust_list(0x7f97463b69e0, 0x18 <unfinished ...>
    2135 futex(0x7f97463b69d0, FUTEX_WAIT, 2152, NULL <unfinished ...>
    2152 <... set_robust_list resumed> ) = 0
    2152 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 6
    2152 connect(6, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
    2152 close(6) = 0
    2152 socket(PF_FILE, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 6
    2152 connect(6, {sa_family=AF_FILE, path="/var/run/nscd/socket"}, 110) = -1 ENOENT (No such file or directory)
    2152 close(6) = 0
    2152 open("/sys/devices/system/cpu/online", O_RDONLY|O_CLOEXEC) = 6
    2152 read(6, "0-3\n", 8192) = 4
    2152 close(6) = 0
    2152 mmap(NULL, 134217728, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_NORESERVE, -1, 0) = 0x7f973dbb6000
    2152 munmap(0x7f973dbb6000, 38051840) = 0
    2152 munmap(0x7f9744000000, 29057024) = 0
    2152 mprotect(0x7f9740000000, 135168, PROT_READ|PROT_WRITE) = 0
    2152 open("/etc/nsswitch.conf", O_RDONLY|O_CLOEXEC) = 6
    2152 fstat(6, {st_mode=S_IFREG|0644, st_size=223, ...}) = 0
    2152 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2152 read(6, "# Begin /etc/nsswitch.conf\n\npass"..., 4096) = 223
    2152 read(6, "", 4096) = 0
    2152 close(6) = 0
    2152 munmap(0x7f97494b1000, 4096) = 0
    2152 open("/etc/host.conf", O_RDONLY|O_CLOEXEC) = 6
    2152 fstat(6, {st_mode=S_IFREG|0644, st_size=63, ...}) = 0
    2152 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2152 read(6, "#\n# /etc/host.conf\n#\n\norder host"..., 4096) = 63
    2152 read(6, "", 4096) = 0
    2152 close(6) = 0
    2152 munmap(0x7f97494b1000, 4096) = 0
    2152 futex(0x7f9749068600, FUTEX_WAKE_PRIVATE, 2147483647) = 0
    2152 open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 6
    2152 fstat(6, {st_mode=S_IFREG|0644, st_size=160, ...}) = 0
    2152 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2152 read(6, "# Generated by dhcpcd from wlan0"..., 4096) = 160
    2152 read(6, "", 4096) = 0
    2152 close(6) = 0
    2152 munmap(0x7f97494b1000, 4096) = 0
    2152 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 6
    2152 fstat(6, {st_mode=S_IFREG|0644, st_size=218846, ...}) = 0
    2152 mmap(NULL, 218846, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f974943f000
    2152 close(6) = 0
    2152 open("/lib/libnss_files.so.2", O_RDONLY|O_CLOEXEC) = 6
    2152 read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0000!\0\0\0\0\0\0"..., 832) = 832
    2152 fstat(6, {st_mode=S_IFREG|0755, st_size=52128, ...}) = 0
    2152 mmap(NULL, 2148136, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f97459a9000
    2152 mprotect(0x7f97459b5000, 2093056, PROT_NONE) = 0
    2152 mmap(0x7f9745bb4000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0xb000) = 0x7f9745bb4000
    2152 close(6) = 0
    2152 mprotect(0x7f9745bb4000, 4096, PROT_READ) = 0
    2152 munmap(0x7f974943f000, 218846) = 0
    2152 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 6
    2152 fstat(6, {st_mode=S_IFREG|0644, st_size=206, ...}) = 0
    2152 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2152 read(6, "#\n# /etc/hosts: static lookup ta"..., 4096) = 206
    2152 read(6, "", 4096) = 0
    2152 close(6) = 0
    2152 munmap(0x7f97494b1000, 4096) = 0
    2152 open("/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 6
    2152 fstat(6, {st_mode=S_IFREG|0644, st_size=218846, ...}) = 0
    2152 mmap(NULL, 218846, PROT_READ, MAP_PRIVATE, 6, 0) = 0x7f974943f000
    2152 close(6) = 0
    2152 open("/lib/libnss_dns.so.2", O_RDONLY|O_CLOEXEC) = 6
    2152 read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\20\20\0\0\0\0\0\0"..., 832) = 832
    2152 fstat(6, {st_mode=S_IFREG|0755, st_size=22920, ...}) = 0
    2152 mmap(NULL, 2117872, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f97457a3000
    2152 mprotect(0x7f97457a8000, 2093056, PROT_NONE) = 0
    2152 mmap(0x7f97459a7000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x4000) = 0x7f97459a7000
    2152 close(6) = 0
    2152 open("/lib/libresolv.so.2", O_RDONLY|O_CLOEXEC) = 6
    2152 read(6, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@9\0\0\0\0\0\0"..., 832) = 832
    2152 fstat(6, {st_mode=S_IFREG|0755, st_size=84824, ...}) = 0
    2152 mmap(NULL, 2189928, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 6, 0) = 0x7f974558c000
    2152 mprotect(0x7f974559f000, 2097152, PROT_NONE) = 0
    2152 mmap(0x7f974579f000, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 6, 0x13000) = 0x7f974579f000
    2152 mmap(0x7f97457a1000, 6760, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f97457a1000
    2152 close(6) = 0
    2152 mprotect(0x7f974579f000, 4096, PROT_READ) = 0
    2152 mprotect(0x7f97459a7000, 4096, PROT_READ) = 0
    2152 munmap(0x7f974943f000, 218846) = 0
    2152 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2152 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2152 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2152 sendto(6, "\301-\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2152 poll([{fd=6, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=6, revents=POLLOUT}])
    2152 sendto(6, "\227\203\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2152 poll([{fd=6, events=POLLIN}], 1, 4999) = 1 ([{fd=6, revents=POLLIN}])
    2152 ioctl(6, FIONREAD, [52]) = 0
    2152 recvfrom(6, "\301-\205\200\0\1\0\1\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 52
    2152 poll([{fd=6, events=POLLIN}], 1, 4969) = 0 (Timeout)
    2152 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2152 sendto(6, "\301-\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2152 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2152 ioctl(6, FIONREAD, [52]) = 0
    2152 recvfrom(6, "\301-\205\200\0\1\0\1\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 52
    2152 poll([{fd=6, events=POLLOUT}], 1, 4976) = 1 ([{fd=6, revents=POLLOUT}])
    2152 sendto(6, "\227\203\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2152 poll([{fd=6, events=POLLIN}], 1, 4976) = 0 (Timeout)
    2152 close(6) = 0
    2152 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2152 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2152 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2152 sendto(6, "\301-\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2152 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2152 ioctl(6, FIONREAD, [52]) = 0
    2152 recvfrom(6, "\301-\205\200\0\1\0\1\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 52
    2152 close(6) = 0
    2152 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2152 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2152 poll([{fd=6, events=POLLOUT}], 1, 4976) = 1 ([{fd=6, revents=POLLOUT}])
    2152 sendto(6, "\227\203\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2152 poll([{fd=6, events=POLLIN}], 1, 4976) = 0 (Timeout)
    2152 close(6) = 0
    2152 madvise(0x7f9745bb6000, 8368128, MADV_DONTNEED) = 0
    2152 _exit(0) = ?
    2135 <... futex resumed> ) = 0
    2135 fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
    2135 open("/usr/share/locale/en_US.utf8/LC_MESSAGES/libalpm.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 open("/usr/share/locale/en_US/LC_MESSAGES/libalpm.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 open("/usr/share/locale/en.utf8/LC_MESSAGES/libalpm.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 open("/usr/share/locale/en/LC_MESSAGES/libalpm.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 write(2, "error: ", 7) = 7
    2135 write(2, "failed retrieving file 'core.db'"..., 79) = 79
    2135 close(5) = 0
    2135 unlink("/var/lib/pacman/sync/core.db.part") = 0
    2135 rt_sigaction(SIGINT, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 stat("/var/lib/pacman/sync/core.db", {st_mode=S_IFREG|0644, st_size=109079, ...}) = 0
    2135 open("/var/lib/pacman/sync/core.db.part", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5
    2135 rt_sigaction(SIGPIPE, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGINT, NULL, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGINT, {0x7f974907dd80, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 open("/root/.netrc", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 clone(child_stack=0x7f97463b5ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f97463b69d0, tls=0x7f97463b6700, child_tidptr=0x7f97463b69d0) = 2163
    2163 set_robust_list(0x7f97463b69e0, 0x18) = 0
    2163 open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC <unfinished ...>
    2135 futex(0x7f97463b69d0, FUTEX_WAIT, 2163, NULL <unfinished ...>
    2163 <... open resumed> ) = 6
    2163 fstat(6, {st_mode=S_IFREG|0644, st_size=160, ...}) = 0
    2163 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2163 read(6, "# Generated by dhcpcd from wlan0"..., 4096) = 160
    2163 read(6, "", 4096) = 0
    2163 close(6) = 0
    2163 munmap(0x7f97494b1000, 4096) = 0
    2163 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 6
    2163 fstat(6, {st_mode=S_IFREG|0644, st_size=206, ...}) = 0
    2163 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2163 read(6, "#\n# /etc/hosts: static lookup ta"..., 4096) = 206
    2163 read(6, "", 4096) = 0
    2163 close(6) = 0
    2163 munmap(0x7f97494b1000, 4096) = 0
    2163 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2163 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2163 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2163 sendto(6, "\233#\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2163 poll([{fd=6, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=6, revents=POLLOUT}])
    2163 sendto(6, "\255U\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2163 poll([{fd=6, events=POLLIN}], 1, 4999) = 1 ([{fd=6, revents=POLLIN}])
    2163 ioctl(6, FIONREAD, [52]) = 0
    2163 recvfrom(6, "\233#\205\200\0\1\0\1\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 52
    2163 poll([{fd=6, events=POLLIN}], 1, 4971) = 0 (Timeout)
    2163 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2163 sendto(6, "\233#\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2163 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2163 ioctl(6, FIONREAD, [52]) = 0
    2163 recvfrom(6, "\233#\205\200\0\1\0\1\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 52
    2163 poll([{fd=6, events=POLLOUT}], 1, 4977) = 1 ([{fd=6, revents=POLLOUT}])
    2163 sendto(6, "\255U\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2163 poll([{fd=6, events=POLLIN}], 1, 4976) = 0 (Timeout)
    2163 close(6) = 0
    2163 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2163 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2163 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2163 sendto(6, "\233#\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2163 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2163 ioctl(6, FIONREAD, [52]) = 0
    2163 recvfrom(6, "\233#\205\200\0\1\0\1\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 52
    2163 close(6) = 0
    2163 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2163 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2163 poll([{fd=6, events=POLLOUT}], 1, 4971) = 1 ([{fd=6, revents=POLLOUT}])
    2163 sendto(6, "\255U\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2163 poll([{fd=6, events=POLLIN}], 1, 4971) = 0 (Timeout)
    2163 close(6) = 0
    2163 madvise(0x7f9745bb6000, 8368128, MADV_DONTNEED) = 0
    2163 _exit(0) = ?
    2135 <... futex resumed> ) = 0
    2135 fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
    2135 write(2, "error: ", 7) = 7
    2135 write(2, "failed retrieving file 'core.db'"..., 79) = 79
    2135 close(5) = 0
    2135 unlink("/var/lib/pacman/sync/core.db.part") = 0
    2135 rt_sigaction(SIGINT, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 stat("/var/lib/pacman/sync/core.db", {st_mode=S_IFREG|0644, st_size=109079, ...}) = 0
    2135 open("/var/lib/pacman/sync/core.db.part", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5
    2135 rt_sigaction(SIGPIPE, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGINT, NULL, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGINT, {0x7f974907dd80, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 open("/root/.netrc", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 clone( <unfinished ...>
    2173 set_robust_list(0x7f97463b69e0, 0x18 <unfinished ...>
    2135 <... clone resumed> child_stack=0x7f97463b5ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f97463b69d0, tls=0x7f97463b6700, child_tidptr=0x7f97463b69d0) = 2173
    2173 <... set_robust_list resumed> ) = 0
    2135 futex(0x7f97463b69d0, FUTEX_WAIT, 2173, NULL <unfinished ...>
    2173 open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 6
    2173 fstat(6, {st_mode=S_IFREG|0644, st_size=160, ...}) = 0
    2173 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2173 read(6, "# Generated by dhcpcd from wlan0"..., 4096) = 160
    2173 read(6, "", 4096) = 0
    2173 close(6) = 0
    2173 munmap(0x7f97494b1000, 4096) = 0
    2173 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 6
    2173 fstat(6, {st_mode=S_IFREG|0644, st_size=206, ...}) = 0
    2173 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2173 read(6, "#\n# /etc/hosts: static lookup ta"..., 4096) = 206
    2173 read(6, "", 4096) = 0
    2173 close(6) = 0
    2173 munmap(0x7f97494b1000, 4096) = 0
    2173 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2173 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2173 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2173 sendto(6, "N\37\1\0\0\1\0\0\0\0\0\0\3ftp\4klid\2dk\0\0\1\0\1", 29, MSG_NOSIGNAL, NULL, 0) = 29
    2173 poll([{fd=6, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=6, revents=POLLOUT}])
    2173 sendto(6, "\227J\1\0\0\1\0\0\0\0\0\0\3ftp\4klid\2dk\0\0\34\0\1", 29, MSG_NOSIGNAL, NULL, 0) = 29
    2173 poll([{fd=6, events=POLLIN}], 1, 4999) = 1 ([{fd=6, revents=POLLIN}])
    2173 ioctl(6, FIONREAD, [365]) = 0
    2173 recvfrom(6, "N\37\201\200\0\1\0\1\0\5\0\n\3ftp\4klid\2dk\0\0\1\0\1\300\f\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 365
    2173 poll([{fd=6, events=POLLIN}], 1, 4932) = 0 (Timeout)
    2173 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2173 sendto(6, "N\37\1\0\0\1\0\0\0\0\0\0\3ftp\4klid\2dk\0\0\1\0\1", 29, MSG_NOSIGNAL, NULL, 0) = 29
    2173 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2173 ioctl(6, FIONREAD, [45]) = 0
    2173 recvfrom(6, "N\37\205\200\0\1\0\1\0\0\0\0\3ftp\4klid\2dk\0\0\1\0\1\300\f\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 45
    2173 poll([{fd=6, events=POLLOUT}], 1, 4976) = 1 ([{fd=6, revents=POLLOUT}])
    2173 sendto(6, "\227J\1\0\0\1\0\0\0\0\0\0\3ftp\4klid\2dk\0\0\34\0\1", 29, MSG_NOSIGNAL, NULL, 0) = 29
    2173 poll([{fd=6, events=POLLIN}], 1, 4976) = 0 (Timeout)
    2173 close(6) = 0
    2173 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2173 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2173 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2173 sendto(6, "N\37\1\0\0\1\0\0\0\0\0\0\3ftp\4klid\2dk\0\0\1\0\1", 29, MSG_NOSIGNAL, NULL, 0) = 29
    2173 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2173 ioctl(6, FIONREAD, [45]) = 0
    2173 recvfrom(6, "N\37\205\200\0\1\0\1\0\0\0\0\3ftp\4klid\2dk\0\0\1\0\1\300\f\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 45
    2173 close(6) = 0
    2173 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2173 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2173 poll([{fd=6, events=POLLOUT}], 1, 4975) = 1 ([{fd=6, revents=POLLOUT}])
    2173 sendto(6, "\227J\1\0\0\1\0\0\0\0\0\0\3ftp\4klid\2dk\0\0\34\0\1", 29, MSG_NOSIGNAL, NULL, 0) = 29
    2173 poll([{fd=6, events=POLLIN}], 1, 4975) = 0 (Timeout)
    2173 close(6) = 0
    2173 madvise(0x7f9745bb6000, 8368128, MADV_DONTNEED) = 0
    2173 _exit(0) = ?
    2135 <... futex resumed> ) = 0
    2135 fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
    2135 write(2, "error: ", 7) = 7
    2135 write(2, "failed retrieving file 'core.db'"..., 72) = 72
    2135 close(5) = 0
    2135 unlink("/var/lib/pacman/sync/core.db.part") = 0
    2135 rt_sigaction(SIGINT, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 stat("/var/lib/pacman/sync/core.db", {st_mode=S_IFREG|0644, st_size=109079, ...}) = 0
    2135 open("/var/lib/pacman/sync/core.db.part", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5
    2135 rt_sigaction(SIGPIPE, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGINT, NULL, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGINT, {0x7f974907dd80, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 open("/root/.netrc", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 clone(child_stack=0x7f97463b5ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f97463b69d0, tls=0x7f97463b6700, child_tidptr=0x7f97463b69d0) = 2183
    2183 set_robust_list(0x7f97463b69e0, 0x18) = 0
    2135 futex(0x7f97463b69d0, FUTEX_WAIT, 2183, NULL <unfinished ...>
    2183 open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 6
    2183 fstat(6, {st_mode=S_IFREG|0644, st_size=160, ...}) = 0
    2183 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2183 read(6, "# Generated by dhcpcd from wlan0"..., 4096) = 160
    2183 read(6, "", 4096) = 0
    2183 close(6) = 0
    2183 munmap(0x7f97494b1000, 4096) = 0
    2183 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 6
    2183 fstat(6, {st_mode=S_IFREG|0644, st_size=206, ...}) = 0
    2183 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2183 read(6, "#\n# /etc/hosts: static lookup ta"..., 4096) = 206
    2183 read(6, "", 4096) = 0
    2183 close(6) = 0
    2183 munmap(0x7f97494b1000, 4096) = 0
    2183 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2183 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2183 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2183 sendto(6, "\v\0\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2183 poll([{fd=6, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=6, revents=POLLOUT}])
    2183 sendto(6, "\372\4\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2183 poll([{fd=6, events=POLLIN}], 1, 4999) = 1 ([{fd=6, revents=POLLIN}])
    2183 ioctl(6, FIONREAD, [160]) = 0
    2183 recvfrom(6, "\v\0\201\200\0\1\0\2\0\3\0\1\6mirror\tarchlinux\2no"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 160
    2183 poll([{fd=6, events=POLLIN}], 1, 4903) = 0 (Timeout)
    2183 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2183 sendto(6, "\v\0\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2183 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2183 ioctl(6, FIONREAD, [53]) = 0
    2183 recvfrom(6, "\v\0\205\200\0\1\0\1\0\0\0\0\6mirror\tarchlinux\2no"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 53
    2183 poll([{fd=6, events=POLLOUT}], 1, 4976) = 1 ([{fd=6, revents=POLLOUT}])
    2183 sendto(6, "\372\4\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2183 poll([{fd=6, events=POLLIN}], 1, 4976) = 0 (Timeout)
    2183 close(6) = 0
    2183 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2183 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2183 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2183 sendto(6, "\v\0\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2183 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2183 ioctl(6, FIONREAD, [53]) = 0
    2183 recvfrom(6, "\v\0\205\200\0\1\0\1\0\0\0\0\6mirror\tarchlinux\2no"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 53
    2183 close(6) = 0
    2183 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2183 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2183 poll([{fd=6, events=POLLOUT}], 1, 4976) = 1 ([{fd=6, revents=POLLOUT}])
    2183 sendto(6, "\372\4\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2183 poll([{fd=6, events=POLLIN}], 1, 4976) = 0 (Timeout)
    2183 close(6) = 0
    2183 madvise(0x7f9745bb6000, 8368128, MADV_DONTNEED) = 0
    2183 _exit(0) = ?
    2135 <... futex resumed> ) = 0
    2135 fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
    2135 write(2, "error: ", 7) = 7
    2135 write(2, "failed retrieving file 'core.db'"..., 80) = 80
    2135 close(5) = 0
    2135 unlink("/var/lib/pacman/sync/core.db.part") = 0
    2135 rt_sigaction(SIGINT, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 stat("/var/lib/pacman/sync/core.db", {st_mode=S_IFREG|0644, st_size=109079, ...}) = 0
    2135 open("/var/lib/pacman/sync/core.db.part", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5
    2135 rt_sigaction(SIGPIPE, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGINT, NULL, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGINT, {0x7f974907dd80, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 open("/root/.netrc", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 clone(child_stack=0x7f97463b5ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f97463b69d0, tls=0x7f97463b6700, child_tidptr=0x7f97463b69d0) = 2193
    2193 set_robust_list(0x7f97463b69e0, 0x18 <unfinished ...>
    2135 futex(0x7f97463b69d0, FUTEX_WAIT, 2193, NULL <unfinished ...>
    2193 <... set_robust_list resumed> ) = 0
    2193 open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 6
    2193 fstat(6, {st_mode=S_IFREG|0644, st_size=160, ...}) = 0
    2193 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2193 read(6, "# Generated by dhcpcd from wlan0"..., 4096) = 160
    2193 read(6, "", 4096) = 0
    2193 close(6) = 0
    2193 munmap(0x7f97494b1000, 4096) = 0
    2193 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 6
    2193 fstat(6, {st_mode=S_IFREG|0644, st_size=206, ...}) = 0
    2193 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2193 read(6, "#\n# /etc/hosts: static lookup ta"..., 4096) = 206
    2193 read(6, "", 4096) = 0
    2193 close(6) = 0
    2193 munmap(0x7f97494b1000, 4096) = 0
    2193 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2193 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2193 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2193 sendto(6, "\252B\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2193 poll([{fd=6, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=6, revents=POLLOUT}])
    2193 sendto(6, "\7\221\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2193 poll([{fd=6, events=POLLIN}], 1, 4999) = 1 ([{fd=6, revents=POLLIN}])
    2193 ioctl(6, FIONREAD, [53]) = 0
    2193 recvfrom(6, "\252B\205\200\0\1\0\1\0\0\0\0\6mirror\tarchlinux\2no"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 53
    2193 poll([{fd=6, events=POLLIN}], 1, 4973) = 0 (Timeout)
    2193 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2193 sendto(6, "\252B\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2193 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2193 ioctl(6, FIONREAD, [53]) = 0
    2193 recvfrom(6, "\252B\205\200\0\1\0\1\0\0\0\0\6mirror\tarchlinux\2no"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 53
    2193 poll([{fd=6, events=POLLOUT}], 1, 4976) = 1 ([{fd=6, revents=POLLOUT}])
    2193 sendto(6, "\7\221\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2193 poll([{fd=6, events=POLLIN}], 1, 4975) = 0 (Timeout)
    2193 close(6) = 0
    2193 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2193 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2193 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2193 sendto(6, "\252B\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2193 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2193 ioctl(6, FIONREAD, [53]) = 0
    2193 recvfrom(6, "\252B\205\200\0\1\0\1\0\0\0\0\6mirror\tarchlinux\2no"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 53
    2193 close(6) = 0
    2193 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2193 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2193 poll([{fd=6, events=POLLOUT}], 1, 4975) = 1 ([{fd=6, revents=POLLOUT}])
    2193 sendto(6, "\7\221\1\0\0\1\0\0\0\0\0\0\6mirror\tarchlinux\2no"..., 37, MSG_NOSIGNAL, NULL, 0) = 37
    2193 poll([{fd=6, events=POLLIN}], 1, 4975) = 0 (Timeout)
    2193 close(6) = 0
    2193 madvise(0x7f9745bb6000, 8368128, MADV_DONTNEED) = 0
    2193 _exit(0) = ?
    2135 <... futex resumed> ) = 0
    2135 fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
    2135 write(2, "error: ", 7) = 7
    2135 write(2, "failed retrieving file 'core.db'"..., 80) = 80
    2135 close(5) = 0
    2135 unlink("/var/lib/pacman/sync/core.db.part") = 0
    2135 rt_sigaction(SIGINT, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 stat("/var/lib/pacman/sync/core.db", {st_mode=S_IFREG|0644, st_size=109079, ...}) = 0
    2135 open("/var/lib/pacman/sync/core.db.part", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5
    2135 rt_sigaction(SIGPIPE, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGINT, NULL, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGINT, {0x7f974907dd80, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 open("/root/.netrc", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 clone( <unfinished ...>
    2203 set_robust_list(0x7f97463b69e0, 0x18 <unfinished ...>
    2135 <... clone resumed> child_stack=0x7f97463b5ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f97463b69d0, tls=0x7f97463b6700, child_tidptr=0x7f97463b69d0) = 2203
    2203 <... set_robust_list resumed> ) = 0
    2135 futex(0x7f97463b69d0, FUTEX_WAIT, 2203, NULL <unfinished ...>
    2203 open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 6
    2203 fstat(6, {st_mode=S_IFREG|0644, st_size=160, ...}) = 0
    2203 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2203 read(6, "# Generated by dhcpcd from wlan0"..., 4096) = 160
    2203 read(6, "", 4096) = 0
    2203 close(6) = 0
    2203 munmap(0x7f97494b1000, 4096) = 0
    2203 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 6
    2203 fstat(6, {st_mode=S_IFREG|0644, st_size=206, ...}) = 0
    2203 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2203 read(6, "#\n# /etc/hosts: static lookup ta"..., 4096) = 206
    2203 read(6, "", 4096) = 0
    2203 close(6) = 0
    2203 munmap(0x7f97494b1000, 4096) = 0
    2203 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2203 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2203 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2203 sendto(6, "R\210\1\0\0\1\0\0\0\0\0\0\6mirror\3pvv\4ntnu\2no\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2203 poll([{fd=6, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=6, revents=POLLOUT}])
    2203 sendto(6, "\300\31\1\0\0\1\0\0\0\0\0\0\6mirror\3pvv\4ntnu\2no\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2203 poll([{fd=6, events=POLLIN}], 1, 4999) = 1 ([{fd=6, revents=POLLIN}])
    2203 ioctl(6, FIONREAD, [211]) = 0
    2203 recvfrom(6, "R\210\201\200\0\1\0\2\0\4\0\3\6mirror\3pvv\4ntnu\2no\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 211
    2203 poll([{fd=6, events=POLLIN}], 1, 4915) = 0 (Timeout)
    2203 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2203 sendto(6, "R\210\1\0\0\1\0\0\0\0\0\0\6mirror\3pvv\4ntnu\2no\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2203 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2203 ioctl(6, FIONREAD, [52]) = 0
    2203 recvfrom(6, "R\210\205\200\0\1\0\1\0\0\0\0\6mirror\3pvv\4ntnu\2no\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 52
    2203 poll([{fd=6, events=POLLOUT}], 1, 4976) = 1 ([{fd=6, revents=POLLOUT}])
    2203 sendto(6, "\300\31\1\0\0\1\0\0\0\0\0\0\6mirror\3pvv\4ntnu\2no\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2203 poll([{fd=6, events=POLLIN}], 1, 4976) = 0 (Timeout)
    2203 close(6) = 0
    2203 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2203 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2203 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2203 sendto(6, "R\210\1\0\0\1\0\0\0\0\0\0\6mirror\3pvv\4ntnu\2no\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2203 poll([{fd=6, events=POLLIN}], 1, 5000) = 1 ([{fd=6, revents=POLLIN}])
    2203 ioctl(6, FIONREAD, [52]) = 0
    2203 recvfrom(6, "R\210\205\200\0\1\0\1\0\0\0\0\6mirror\3pvv\4ntnu\2no\0"..., 2048, 0, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, [16]) = 52
    2203 close(6) = 0
    2203 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2203 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2203 poll([{fd=6, events=POLLOUT}], 1, 4976) = 1 ([{fd=6, revents=POLLOUT}])
    2203 sendto(6, "\300\31\1\0\0\1\0\0\0\0\0\0\6mirror\3pvv\4ntnu\2no\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2203 poll([{fd=6, events=POLLIN}], 1, 4976) = 0 (Timeout)
    2203 close(6) = 0
    2203 madvise(0x7f9745bb6000, 8368128, MADV_DONTNEED) = 0
    2203 _exit(0) = ?
    2135 <... futex resumed> ) = 0
    2135 fstat(5, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0
    2135 write(2, "error: ", 7) = 7
    2135 write(2, "failed retrieving file 'core.db'"..., 79) = 79
    2135 close(5) = 0
    2135 unlink("/var/lib/pacman/sync/core.db.part") = 0
    2135 rt_sigaction(SIGINT, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 close(4) = 0
    2135 munmap(0x7f97494b2000, 4096) = 0
    2135 unlink("/var/lib/pacman/db.lck") = 0
    2135 umask(022) = 022
    2135 write(2, "error: ", 7) = 7
    2135 write(2, "failed to update core (download "..., 47) = 47
    2135 stat("/var/lib/pacman/sync/", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
    2135 umask(022) = 022
    2135 umask(0) = 022
    2135 access("/var", F_OK) = 0
    2135 access("/var/lib", F_OK) = 0
    2135 access("/var/lib/pacman", F_OK) = 0
    2135 umask(022) = 0
    2135 open("/var/lib/pacman/db.lck", O_WRONLY|O_CREAT|O_EXCL, 0) = 4
    2135 fcntl(4, F_GETFL) = 0x8001 (flags O_WRONLY|O_LARGEFILE)
    2135 fstat(4, {st_mode=S_IFREG, st_size=0, ...}) = 0
    2135 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b2000
    2135 lseek(4, 0, SEEK_CUR) = 0
    2135 write(4, "2135\n", 5) = 5
    2135 fsync(4) = 0
    2135 stat("/var/lib/pacman/sync/extra.db", {st_mode=S_IFREG|0644, st_size=1208180, ...}) = 0
    2135 open("/var/lib/pacman/sync/extra.db.part", O_WRONLY|O_CREAT|O_TRUNC, 0666) = 5
    2135 rt_sigaction(SIGPIPE, NULL, {SIG_DFL, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGPIPE, {SIG_IGN, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 rt_sigaction(SIGINT, NULL, {0x409170, [], SA_RESTORER, 0x7f9748cfb9b0}, 8) = 0
    2135 rt_sigaction(SIGINT, {0x7f974907dd80, [], SA_RESTORER, 0x7f9748cfb9b0}, NULL, 8) = 0
    2135 open("/root/.netrc", O_RDONLY) = -1 ENOENT (No such file or directory)
    2135 clone(child_stack=0x7f97463b5ff0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0x7f97463b69d0, tls=0x7f97463b6700, child_tidptr=0x7f97463b69d0) = 2213
    2135 futex(0x7f97463b69d0, FUTEX_WAIT, 2213, NULL <unfinished ...>
    2213 set_robust_list(0x7f97463b69e0, 0x18) = 0
    2213 open("/etc/resolv.conf", O_RDONLY|O_CLOEXEC) = 6
    2213 fstat(6, {st_mode=S_IFREG|0644, st_size=160, ...}) = 0
    2213 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2213 read(6, "# Generated by dhcpcd from wlan0"..., 4096) = 160
    2213 read(6, "", 4096) = 0
    2213 close(6) = 0
    2213 munmap(0x7f97494b1000, 4096) = 0
    2213 open("/etc/hosts", O_RDONLY|O_CLOEXEC) = 6
    2213 fstat(6, {st_mode=S_IFREG|0644, st_size=206, ...}) = 0
    2213 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f97494b1000
    2213 read(6, "#\n# /etc/hosts: static lookup ta"..., 4096) = 206
    2213 read(6, "", 4096) = 0
    2213 close(6) = 0
    2213 munmap(0x7f97494b1000, 4096) = 0
    2213 socket(PF_INET, SOCK_DGRAM|SOCK_NONBLOCK, IPPROTO_IP) = 6
    2213 connect(6, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.1.1")}, 16) = 0
    2213 poll([{fd=6, events=POLLOUT}], 1, 0) = 1 ([{fd=6, revents=POLLOUT}])
    2213 sendto(6, "o\220\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2213 poll([{fd=6, events=POLLIN|POLLOUT}], 1, 5000) = 1 ([{fd=6, revents=POLLOUT}])
    2213 sendto(6, "\3511\1\0\0\1\0\0\0\0\0\0\7mirrors\6dotsrc\3org\0"..., 36, MSG_NOSIGNAL, NULL, 0) = 36
    2213 poll([{fd=6, events=POLLIN}], 1, 4999) = 1 ([{fd=6, revents=POLLIN}])
    2213 i

  • Statement not reached

    Hi
    I need help please
    I have these 2 errors:
    Statement not reached
    Variable tv may not have been initialized
    Here my code:
    switch(index)
    TreeView test;
    case 0: test = treeView1; break;
    case 1: test = treeView2; break;
    case 2: test = treeView3; break;          
    case 3:
    classif = treeView4.getSelectedText();
    break;
    default:
    if (index != 3)
    TreeNode tn = test.getSelectedNode();
    classif = tn.getText();
    while(tn.getParent() != null)
    tn = tn.getParent();
    classif = tn.getText() + ":" + classif;     
    what is the problem ?
    Thanks

    You define variable test as a TreeView. This simply creates the variable but it is not initialized.
    For example:
    TreeView test = new TreeView();This should resolve one of the errors.
    Now, you may be wanting to initialize test with a different constructor based on your program.

  • An INSERT EXEC statement cannot be nested.Please tel me some good way of formulation in following situation.

    Hi,
        The following query is showing error An INSERT EXEC statement cannot be nested
    CREATE PROCEDURE [dbo].[Procedur3]
    @para1 int
    AS
    BEGIN
    CREATE TABLE #tem
    select * from detialpar where did=@para1
    --this code is quite big and is called from many place so we kept it inside this SP , so that we can call the sp to get result.
    END
    CREATE PROCEDURE [dbo].[Procedur2]
    @para1 int
    @para2 datetime
    AS
    BEGIN
    CREATE TABLE #tem
    insert into #tem (value) exec [dbo].[Procedure3] @para1
    exec ('select * from abc
    left join #tem on id=temid
    where id =' + cast(@para1 as varchar) -- i do not want to change this big dynamic query, because it has many optonal code concatinated by using "if then else".
    END
    CREATE PROCEDURE [dbo].[Procedure1]
    @para1 int,
    @para2 datetime
    AS
    BEGIN
    delete from table1 where id=@para1
    insert into table1 ( col1,col2) exec Procedure2 @para1,@para2
    ……. There are many blocks in this SP where we are deleting and inserting with different SP .
    select Name,Amount from #Temp1
    END
    CREATE PROC Procedure
    AS
    BEGIN
    SET TRANSACTION ISOLATION LEVEL SNAPSHOT
    SET NOCOUNT ON
    LOOP "A" starts here which gests id from a table xyz @para1
    begin try
    begin trans
    exec [Procedure1] @para1
    LOOP "A" ents here
    COMMIT TRANSACTION;
    END TRY
    BEGIN CATCH
    IF @@trancount > 0 ROLLBACK TRANSACTION;
    END CATCH;
    END
    GO
    Please tel me some good way of solving the error.
    yours sincerly

    You can not do like above:
    Try the below:(Not tested), Below, we do not change the code, however, we placed your dynamic execution to different procedure.
    CREATE PROCEDURE [dbo].[Procedur3]
    @para1 int
    AS
    BEGIN
    CREATE TABLE #tem
    insert into #tem (value)
    select * from detialpar where did=@para1
    --this code is quite big and is called from many place so we kept it inside this SP , so that we can call the sp to get result.
    END
    CREATE PROCEDURE [dbo].[Procedur2]
    @para1 int
    @para2 datetime
    AS
    BEGIN
    CREATE TABLE #tem
    exec [dbo].[Procedure3] @para1
    END
    CREATE PROCEDURE [dbo].[Procedure1]
    @para1 int,
    @para2 datetime
    AS
    BEGIN
    delete from table1 where id=@para1
    insert into table1 ( col1,col2)
    exec ('select * from abc
    left join #tem on id=temid
    where id =' + cast(@para1 as varchar) -- i do not want to change this big dynamic query, because it has many optonal code concatinated by using "if then else".
    ……. There are many blocks in this SP where we are deleting and inserting
    with different SP .
    select Name,Amount from #Temp1
    END
    CREATE PROC Procedure
    AS
    BEGIN
    SET TRANSACTION ISOLATION LEVEL SNAPSHOT
    SET NOCOUNT ON
    LOOP "A" starts here which gests id from a table xyz @para1
    begin try
    begin trans
    exec [Procedure1] @para1
    LOOP "A" ents here
    COMMIT TRANSACTION;
    END TRY
    BEGIN CATCH
    IF @@trancount > 0 ROLLBACK TRANSACTION;
    END CATCH;
    END
    GO

  • Database Connection Error: Cannot obtain error message from the server

    I have a SQL statement that wants to add a temp table to the database.   The SQL statement works fine but when I try to add it via 'Add Command' feature in Crystal XI R2, I get the following error message:
    Database Connection Error: Cannot obtain error message from the server
    Any ideas?
    Thanks in advance,
    Zack H.

    Hi Raghavendra,
    I am using this in the 'Add Command' feature but I get the error message displayed in the subject line:
    CREATE TABLE #TibetanYaks(
    YakID char(4),
    YakName char(20) )
    INSERT INTO #TibetanYaks (YakID, YakName)
    SELECT  LastName, FirstName
    FROM      Employee
    WHERE      EmployeeID between '2000' and '3000'
    I haven't tried to add this as a stored procedure but I imagine it will work as I have no problems yet with stored procedures.  I simply want to be able to use temporary tables for the sole purpose of that session and not creating anything static in the database.
    By the way, even though I get the error message, when I look on the backend database, I see that the temporary table was successfully created...its just not brought across correctly in Crystal.
    Any ideas?
    Zack H.

  • I installed the new google maps app and I am unable to make it work because it says, cannot reach server. I have a iphone 4 with 6.0.1 up to date. Please advise where I can locate to chech if my location is turned on.

    I installed the new google maps app and I am unable to make it work because it says, cannot reach server. I have a iphone 4 with 6.0.1 up to date. Please advise where I can locate to check if my location is turned on.

    i found a solution for this issue when google maps shows you an empty map error message cannot reach server. Click on  the icon next to search and you are supposed to be presented with your profile, if not u will have an empty space. click on that space, then the "gear " Icon and logout.
    restart your iphone then strat google maps again and log back in.
    apparently this is happening when you change your google acount password or enble or disable 2 step verification.

  • Netweaver 7.0s "Cannot reach external Application Server on localhost:50000

    i entered SOAMANAGER(T-CODE) at SAP-GUI.
    only thing i set for this is "J2EE Server Access Information"
    at System Global Settings in soamanager web page.
    Hostname and Portnumber is entered normally.
    and
    when i click [Open Web Service navigator for selected binding]
    at  Business Administration tap
    to test a simple web servcie that i made in SAP-GUI(it's made very simply by wizard.).
    "503 Service not available" page popup.
    the others link in soamanager page is operating normally.
    but only [Open Web Service navigator for selected binding] has
    the problem.
    plz help me.
    i'm very new to SAP system.
    how i can do at this time?
    error detaile :
    503 Service not available
    Error: -6
    Version: 7000
    Component: J2EE Server
    Date/Time: Mon Mar 24 12:59:03 2008 
    Module: http_j2ee_mt.c
    Line: 820
    Server: v440-a_SSD_00
    Error Tag:
    Detail: Cannot reach external Application Server on localhost:50000
    thx in advance.

    IMHO, there is no J2EE server on localhost and/or you are routing your localhost-request over a proxy server in which case the proxy-server can of course not resolve localhost.
    just enter the FQDN(fully qualify domain name) of a server actually running a J2EE server instance as well as your required application (web server navigator).
    anton

  • Subsequent SQL statements cannot be processed. SQLSTATE=58005 row=1

    Hi,
    I am getting below error, in db13 online backup error.
    09.06.2014
    00:00:58
    Job started
    09.06.2014
    00:00:58
    Step 001 started (program RSDBAJOB, variant &0000000002712, user ID BASISADMIN)
    09.06.2014
    00:00:58
    Backup_Dev:Database Backup to Device
    09.06.2014
    00:00:58
    Backup_Dev:started by CL_DB6_JOB_BACKUP_DEVICE       on server bgprd
    09.06.2014
    00:00:58
    Backup_Dev:Parameter TESTMODE has not been set
    09.06.2014
    00:00:58
    Backup_Dev:Parameter RUNTIME has not been set
    09.06.2014
    00:00:58
    Backup_Dev:Parameter BACKUP_MODE has been set to "ONLINE"
    09.06.2014
    00:00:58
    Backup_Dev:Parameter PARTITION has not been set
    09.06.2014
    00:00:58
    Backup_Dev:Parameter BACKUP_TYPE has been set to ""
    09.06.2014
    00:00:58
    Backup_Dev:Parameter COMPRESS has been set to ""
    09.06.2014
    00:00:58
    Backup_Dev:Parameter INCLUDE LOGS has been set to "INCLUDE LOGS"
    09.06.2014
    00:00:58
    Backup_Dev:Parameter NUMBER_BUFFERS has been set to " 0"
    09.06.2014
    00:00:58
    Backup_Dev:Parameter BUFFER_SIZE has been set to " 0"
    09.06.2014
    00:00:58
    Backup_Dev:Parameter PARALLELISM has been set to " 0"
    09.06.2014
    00:00:58
    Backup_Dev:Parameter UTIL_IMPACT_PRIORITY has not been set
    09.06.2014
    00:00:58
    Backup_Dev:Parameter FILE_PATH has been set to "/dev/rmt/0mn"
    09.06.2014
    00:01:04
    Backup_Dev:Command '   'failed
    09.06.2014
    00:01:04
    Exception CX_DB6_CON in program CL_DB6_JOB_BACKUP=============CP / CL_DB6_JOB_BACKUP=============CM002 at line ADBC error with r
    09.06.2014
    00:01:04
    Backup_Dev:Exception CX_DBA_JOB in class CL_DB6_JOB_BACKUP
    09.06.2014
    00:01:04
    Backup_Dev:  Kernel Error ID:
    09.06.2014
    00:01:04
    Backup_Dev:SYSID:
    09.06.2014
    00:01:04
    Backup_Dev:  SY-SUBRC: 1208
    09.06.2014
    00:01:04
    Backup_Dev:  SY-TABIX: 0
    09.06.2014
    00:01:04
    Backup_Dev:  Message: ADBC error
    09.06.2014
    00:01:04
    Backup_Dev:  Database:
    09.06.2014
    00:01:04
    Backup_Dev:caused by
    09.06.2014
    00:01:04
    Backup_Dev:Exception CX_DB6_ADMINCMD in class CL_DB6_ADMIN_CMD method EXECUTE_CM
    09.06.2014
    00:01:04
    Backup_Dev:  D line 43
    09.06.2014
    00:01:04
    Backup_Dev:  Kernel Error ID:
    09.06.2014
    00:01:04
    Backup_Dev:  SYSID: PRD
    09.06.2014
    00:01:04
    Backup_Dev:  SY-SUBRC: 1208
    09.06.2014
    00:01:04
    Backup_Dev:  Message: ADBC error
    09.06.2014
    00:01:04
    Backup_Dev:  Command: BACKUP DATABASE PRD ON DBPARTITIONNUM ( 0 ) ONLINE TO"/dev/
    09.06.2014
    00:01:04
    Backup_Dev:  rmt/0mn" INCLUDE LOGS
    09.06.2014
    00:01:04
    Backup_Dev:  Database:
    09.06.2014
    00:01:04
    Backup_Dev:caused by
    09.06.2014
    00:01:04
    Backup_Dev:Exception CX_SQL_EXCEPTION in class CL_SQL_STATEMENT
    09.06.2014
    00:01:04
    Backup_Dev:  Kernel Error ID:
    09.06.2014
    00:01:04
    Backup_Dev:  DB Error: Yes
    09.06.2014
    00:01:04
    Backup_Dev:  SQL Code: 902-
    09.06.2014
    00:01:04
    Backup_Dev:  SQL Message: SQL0902C A system error (reason code = "
    09.06.2014
    00:01:04
    Backup_Dev:  ") occurred.
    09.06.2014
    00:01:04
    Backup_Dev:  Subsequent SQL statements cannot be processed. SQLSTATE=58005 row=1
    09.06.2014
    00:01:04
    Backup_Dev:  DB Object Exists: No
    09.06.2014
    00:01:04
    Backup_Dev:  Duplicated Key: No
    09.06.2014
    00:01:04
    Backup_Dev:  Internal Error: 1
    09.06.2014
    00:01:04
    Backup_Dev:  Invalid Cursor: No
    09.06.2014
    00:01:04
    Backup_Dev:  Unknown Connection: No
    09.06.2014
    00:01:04
    Backup_Dev:  Connection Closed: No
    09.06.2014
    00:01:04
    Exception CX_DBA_JOB in class CL_DB6_JOB_BACKUP method  line 40
    09.06.2014
    00:01:04
    Backup_Dev:terminated with error
    09.06.2014
    00:01:04
    REASON=ADBC error
    09.06.2014
    00:01:04
    Job finished

    Hi,
    Please Check the note no 610408.
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=610408.
    And check for detail error in diag.log file.
    Thanks & Regards,
    Balaji.S

  • Cannot reach engine 'bpmengine' at URL: 'ssl://hostname:10099'

    Cannot reach engine 'bpmengine' at URL: 'ssl://hostname:10099'.
    Caused by: hostname
    fuego.papi.impl.rmi.EngineLocationStatus$UnknowStatusException: Cannot reach engine 'bpmengine' at URL: 'ssl://hostname:10099'.
         at fuego.papi.impl.rmi.EngineLocationStatus.get(EngineLocationStatus.java:74)
         at fuego.papi.impl.rmi.RMIUtils.connectToLocation(RMIUtils.java:136)
         at fuego.papi.impl.rmi.RMIUtils.connectToEngine(RMIUtils.java:111)
         at fuego.papi.impl.rmi.RMIEngineAccessImpl.createSecureEngineProxy(RMIEngineAccessImpl.java:177)
         at fuego.papi.impl.rmi.RMIEngineAccessImpl.createSecureEngine(RMIEngineAccessImpl.java:124)
         at fuego.papi.impl.ProcessServiceImpl.createSecureEngine(ProcessServiceImpl.java:1095)
         at fuego.papi.impl.ProcessServiceSessionImpl$2.run(ProcessServiceSessionImpl.java:3982)
         at fuego.papi.impl.ProcessServiceImpl.executeEngineOp(ProcessServiceImpl.java:1675)
         at fuego.papi.impl.ProcessServiceSessionImpl.getSecureEngine(ProcessServiceSessionImpl.java:3990)
         at fuego.papi.impl.AbstractProcessLoader.createProcess(AbstractProcessLoader.java:48)
         at fuego.papi.impl.AbstractProcessLoader.createProcess(AbstractProcessLoader.java:36)
         at fuego.papi.impl.SessionProcessLoader.load(SessionProcessLoader.java:254)
         at fuego.papi.impl.ProcessManager.get(ProcessManager.java:894)
         at fuego.papi.impl.ProcessServiceImpl.getProcess(ProcessServiceImpl.java:1364)
         at fuego.papi.impl.SessionProcessManager.getProcess(SessionProcessManager.java:143)
         at fuego.papi.impl.ProcessServiceSessionImpl.processGet(ProcessServiceSessionImpl.java:2660)
         at com.sunz.bpm.model.ProcessSession.getFirstActivityByDefinitionId(ProcessSession.java:3796)
         at com.sunz.view.wfruntime.authoritiesimpl.VarableContainer.getFirstActivtyByDefinitionId(VarableContainer.java:317)
         at com.sunz.view.global.utils.ProcBusinessHelper.getFirstActivityByDefinition(ProcBusinessHelper.java:134)
         at com.sunz.view.global.utils.ProcBusinessHelper.getProcessDefsByBuiness(ProcBusinessHelper.java:97)
         at com.sunz.view.global.utils.ProcBusinessHelper.getProcessDefsByBuinessId(ProcBusinessHelper.java:63)
         at com.sunz.view.landmgmt.SelectBusinessType.getProcessDefsByBusinessId(SelectBusinessType.java:139)
         at com.sunz.view.landmgmt.SelectBusinessType.selectonechoice1valuechange(SelectBusinessType.java:123)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(AstValue.java:157)
         at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:283)
         at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1245)
         at org.apache.myfaces.trinidad.component.UIXEditableValue.broadcast(UIXEditableValue.java:214)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:787)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:324)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:165)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.sunz.view.global.utils.AuthorizationFilter.doFilter(AuthorizationFilter.java:193)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:191)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:85)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:54)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:420)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:247)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:157)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter.java:96)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.wls.util.JpsWlsUtil.runJaasMode(JpsWlsUtil.java:146)
         at oracle.security.jps.wls.JpsWlsFilter.doFilter(JpsWlsFilter.java:140)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:70)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:202)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3588)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: java.net.UnknownHostException: hostname
         at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
         at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:849)
         at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1200)
         at java.net.InetAddress.getAllByName0(InetAddress.java:1153)
         at java.net.InetAddress.getAllByName(InetAddress.java:1083)
         at java.net.InetAddress.getAllByName(InetAddress.java:1019)
         at java.net.InetAddress.getByName(InetAddress.java:969)
         at fuego.rmi.mmp.SocketTransport.connect(SocketTransport.java:52)
         at fuego.rmi.ClientCluster.<init>(ClientCluster.java:104)
         at fuego.rmi.ClientCluster.find(ClientCluster.java:228)
         at fuego.rmi.RemoteProxy.<init>(RemoteProxy.java:71)
         at fuego.papi.impl.rmi.PublicEngineProxy.<init>(PublicEngineProxy.java:33)
         at fuego.papi.impl.rmi.EngineLocationStatus.createPublicEngine(EngineLocationStatus.java:109)
         at fuego.papi.impl.rmi.EngineLocationStatus.get(EngineLocationStatus.java:44)
         ... 71 more

    You may want to verify the JMX settings in Process Administrator for the engine. I had a similar problem, but with the port number not the host. You are using hostname, is that correct? I would assume a DNS name or localhost instead of hostname. Try replacing the Host value with an IP, or if it local, localhost and then save and apply the changes. You will can verify this works by checking the engine on the main engine page and selecting reload information from the directory. No error means you should be good....
    HTH,
    IGS

Maybe you are looking for

  • Get images into tilelist

    Hey, I am trying to make something that will have a list on the left, and a tileList on the right. When a user clicks on a list item, it changes the imageset lets call it, in the tileList. (eg. list item 1 loads imageset1 into the tile list and so fo

  • I tried to turn off VoiceOver with my iPod touch

    I tried to turn off voice over with my iPod by plugging it in to my Mac but it says that because there is a passcode on there I cannot get in to my iPod and I will not wipe it out. What do I do?!?? I cannot get VoiceOver off

  • Radeon 9600 Pro and Westinghouse 19" Widescreen Mon.  1440 X 900 Possible?

    I have a G4 MDD with a Radeon 9600 Pro, 256 Mb card with dual DVI outs. I just got two Westinghouse 19' widescreen monitors which have a max res of 1440 X 900. Problem is when I try to set the res of the two monitors in the Displays pane, there is no

  • Nokia 6500 Memory card problem

    When i try to open my mem card it says Memory Card not formatted; Format mem card ? after i press yes it says Operation Failed.i tried my mem card on other phone and it worked i also tried other mem card on my phone and i got the same problem... So i

  • Color change when Importing TIFF

    I was importing a photo to test the color calibration of my monitor (it was a sample tiff photo from a website I found). The colors look good using preview but once I import it into aperture the white part of the photo (background) becomes pink?