LDAP Authintication invalid ACL

Dear All,
i am using apex 4.2 with latest apex listner,oracle database 11g R2 64 bit, windows 7, internet explorer 9.
i want to configure ldap authintication.
i am following the following blog
http://ruepprich.wordpress.com/2012/11/02/ldap-authentication-with-apex/
i am stuck with the following line
l_principal VARCHAR2(30) := 'APEX_040100'; -- upper case
i have created the same trigger like below
DECLARE
l_acl VARCHAR2(100) := 'ldapacl2.xml';
l_desc VARCHAR2(100) := 'LDAP Authentication for ldap.hctsrvpdc01.hct.org';
l_principal VARCHAR2(30) := 'APEX_040100'; -- upper case
l_host VARCHAR2(100) := 'ldap.hctsrvpdc01.hct.org';
BEGIN -- Create the new ACL. -- Also, provide one starter privilege, granting the schema the privilege to connect.
dbms_network_acl_admin.create_acl(l_acl, l_desc, l_principal, TRUE, 'connect'); 
-- Now grant privilege to resolve DNS names. 
dbms_network_acl_admin.add_privilege(l_acl, l_principal, TRUE, 'resolve'); 
-- Specify which hosts this ACL applies to.
dbms_network_acl_admin.assign_acl(l_acl, l_host); 
COMMIT;
END;
but when i run it from sysdba, it give the following error
ERROR at line 1:
ORA-44416: Invalid ACL: Unresolved principal 'APEX_040100'
ORA-06512: at "SYS.DBMS_NETWORK_ACL_ADMIN", line 252
ORA-06512: at line 7
how to fix this issue? what is the   l_principal VARCHAR2(30) := 'APEX_040100';??? how could i sure it is  APEX_040100?
Regards.

thank you christian,
but it give a new error now, actually i have configured ldap long before on this dataabse.
the error is below.
ERROR at line 1:
ORA-31003: Parent /sys/acls/ already contains child entry ldapacl.xml
ORA-06512: at "SYS.DBMS_NETWORK_ACL_ADMIN", line 252
ORA-06512: at line 7
kindly guide for workaround.
regards.

Similar Messages

  • LDAP configuration - invalid credentials : error 49

    Hi
    Hope someone can shed some light on my problem. I'm trying to setup LDAP on a 2504 but keep on getting invalid credentials. What this tells me is that when I try to connect the WLC sees the AD but somewhere there is a credential issue. 
    *webauthRedirect: Nov 20 13:06:25.858: #LOG-3-Q_IND: ldap_db.c:1063 Could not connect to LDAP server 1, reason: 49 (Invalid credentials).[...It occurred 2 times.!]
    *LDAP DB Task 1: Nov 20 13:06:18.732: #AAA-3-LDAP_CONNECT_SERVER_FAILED: ldap_db.c:1063 Could not connect to LDAP server 1, reason: 49 (Invalid credentials).
    *Dot1x_NW_MsgTask_2: Nov 20 13:04:21.135: #LOG-3-Q_IND: ldap_db.c:1063 Could not connect to LDAP server 1, reason: 49 (Invalid credentials).[...It occurred 2 times.!]
    Server Index..................................... 1
    Address.......................................... *.*.*.*
    Port............................................. 389
    Server State..................................... Enabled
    User DN.......................................... DC=corp,DC=samint,DC=co,DC=za
    User Attribute................................... sAMAccountName
    User Type........................................ Person
    Retransmit Timeout............................... 2 seconds
    Secure (via TLS)................................. Enabled
    Bind Method ..................................... Authenticated
    Bind Username.................................... CN=PragasenK,OU=Admins,OU=IT,DC=corp,DC=samint,DC=co,DC=za
    (Cisco Controller) >show ldap statistics
    Server Index..................................... 1
    Server statistics:
      Initialized OK................................. 0
      Initialization failed.......................... 15
      Initialization retries......................... 15
      Closed OK...................................... 20
    Request statistics:
      Received....................................... 5
      Sent........................................... 0
      OK............................................. 0
      Success........................................ 0
      Authentication failed.......................... 0
      Server not found............................... 0
      No received attributes......................... 0
      No passed username............................. 0
      Not connected to server........................ 0
      Internal error................................. 5
      Retries........................................ 0
    (Cisco Controller) >show local-auth config
    User credentials database search order:
        Primary ..................................... LDAP
        Secondary ................................... Local DB
    Timer:
        Active timeout .............................. 300
    Configured EAP profiles:
    Name ........................................ SA_Mint-WiFi
    Certificate issuer ........................ cisco
    Peer verification options:
    Check against CA certificates ........... Enabled
    Verify certificate CN identity .......... Disabled
    Check certificate date validity ......... Enabled
    EAP-FAST configuration:
    Local certificate required .............. No
    Client certificate required ............. No
    Enabled methods ........................... tls fast 
    Configured on WLANs ....................... 1 
    EAP Method configuration:
    EAP-FAST:
          Server key ................................ <hidden>
          TTL for the PAC ........................... 10
          Anonymous provision allowed ............... Yes
          Authority ID .............................. 436973636f0000000000000000000000
          Authority Information ..................... Cisco A-ID

    Error Message    %AAA-3-LDAP_CONNECT_SERVER_FAILED: LDAP DB Task : Connect to
    server failed (retry [dec]), rc= [dec] ([chars])
    Explanation    LDAP DB Task connect to server failed.
    Recommended Action    Copy the message exactly as it appears on the console or in the system log. Research and attempt to resolve the issue using the tools and utilities provided at http://www.cisco.com/tac. With some messages, these tools and utilities will supply clarifying information. Search for resolved software issues using the Bug Toolkit at http://tools.cisco.com/Support/BugToolKit/. If you still require assistance, open a case with the Technical Assistance Center via the Internet at http://tools.cisco.com/ServiceRequestTool/create/launch.do, or contact your Cisco technical support representative and provide the representative with the information you have gathered.

  • Python ldap write access (acl) from another machine?

    i've downloaded and installed:
    http://python-ldap.sourceforge.net/
    and used this example code:
    http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/303336
    and i'm using this code to connect to another machine that is running a vanilla install of leopard 10.5.2.
    The search works fine, but add and delete return this error:
    {'info': 'no write access to parent', 'desc': 'Insufficient access'}
    It would appear that the default acl for * doesn't allow for other computers to have write access?
    access to *
    by set="user/uid & [cn=admin,cn=groups,dc=test,dc=mydomain,dc=com]/memberUid" write
    by dn.exact="cn=test.mydomain.com$,cn=computers,dc=test,dc=mydomain,dc=com" write
    by sockurl="ldapi://%2Fvar%2Frun%2Fldapi" write
    by * read
    What I don't understand about acls is: are the 'by' lines all additive? if I was to add a new acl like the one below, will that give other computers, when authenticated as someone in the admin group, write access?
    It would appear that the default acl for * doesn't allow for other computers to have write access? or commenting out the dn=exact and sockurl?
    access to *
    by set="user/uid & [cn=admin,cn=groups,dc=test,dc=mydomain,dc=com]/memberUid" write
    by * read
    do i add this to /etc/openldap/slapd_macosxserver.conf and restart the server?

    Hi,
    You can check these few text-book style troubleshooting steps :-
    1. Can you PING the system computername from another System ?
    2. Can you check the ServerName Parameter in httpD.Conf of your IAS's Apahce & check if it contains computername ?
    3. Can you check if you can access http://computername:7777 or http://computername:7778 ( Default Ports ).
    4. Can you Telnet to computername at Port 80 ( using some software like Putty ) and issue Http Commands like GET / HTTP/1.1 ( just to check if the port is open ) ?
    Regards,
    Sandeep

  • Squid+Solaris10 zone+LDAP helpers --- make all problem

    Hi
    I have a blocking problem with the combination in subject.
    I need to run Squid in a Solaris 10 zone with basic auth on ldap dir. server.
    Actually my platform is sun fire x2200 (Amd 64) and Solaris 10 11/06
    with the last patch cluster just applied.
    I just installed from solaris official packages openldap-lib, gcc,
    gcc-runtime-libs, ecc ecc.
    and the source of squid come from the solaris companion cd (formally
    squid-2.5.STABLE7)
    My ./configure is
    bash-3.00# ./configure --prefix="/opt/products/squidOK"
    enable-storeio="null" enable-auth="basic"
    --enable-basic-auth-helpers="LDAP"
    --enable-external-acl-helpers="ldap_group"
    the output gone ok.. and then i run an
    bash-3.00# make all
    so it work for some seconds and then it exit with this output (I APOLOGIZE FOR THE LENGTH OF ATTACHMENT!!):
    Making all in icons
    Making all in errors
    Making all in doc
    Making all in helpers
    Making all in basic_auth
    Making all in LDAP
    source='squid_ldap_auth.c' object='squid_ldap_auth.o' libtool=no \
    depfile='.deps/squid_ldap_auth.Po' tmpdepfile='.deps/squid_ldap_auth.TPo' \
    depmode=gcc3 /bin/sh ../../../cfgaux/depcomp \
    gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -g
    -Wall -c `test -f squid_ldap_auth.c || echo './'`squid_ldap_auth.c
    squid_ldap_auth.c: In function `open_ldap_connection':
    squid_ldap_auth.c:248: error: `LDAP_OPT_SUCCESS' undeclared (first use
    in this function)
    squid_ldap_auth.c:248: error: (Each undeclared identifier is reported only once
    squid_ldap_auth.c:248: error: for each function it appears in.)
    squid_ldap_auth.c:253: warning: implicit declaration of function
    `ldap_start_tls_s'
    *** Error code 1
    make: Fatal error: Command failed for target `squid_ldap_auth.o'
    Current working directory /opt/sfw/src/squid-
    2.5.STABLE7/helpers/basic_auth/LDAP
    *** Error code 1
    The following command caused the error:
    set fnord ; amf=$2; \
    dot_seen=no; \
    target=`echo all-recursive | sed s/-recursive//`; \
    list='LDAP'; for subdir in $list; do \
    echo "Making $target in $subdir"; \
    if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
    else \
    local_target="$target"; \
    fi; \
    (cd $subdir && make $local_target) \
    || case "$amf" in *=*) exit 1;; k) fail=yes;; *) exit 1;; esac; \
    done; \
    if test "$dot_seen" = "no"; then \
    make "$target-am" || exit 1; \
    fi; test -z "$fail"
    make: Fatal error: Command failed for target `all-recursive'
    Current working directory /opt/sfw/src/squid-2.5.STABLE7/helpers/basic_auth
    *** Error code 1
    The following command caused the error:
    set fnord ; amf=$2; \
    dot_seen=no; \
    target=`echo all-recursive | sed s/-recursive//`; \
    list='basic_auth ntlm_auth digest_auth external_acl'; for subdir in $list; do \
    echo "Making $target in $subdir"; \
    if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
    else \
    local_target="$target"; \
    fi; \
    (cd $subdir && make $local_target) \
    || case "$amf" in *=*) exit 1;; k) fail=yes;; *) exit 1;; esac; \
    done; \
    if test "$dot_seen" = "no"; then \
    make "$target-am" || exit 1; \
    fi; test -z "$fail"
    make: Fatal error: Command failed for target `all-recursive'
    Current working directory /opt/sfw/src/squid-2.5.STABLE7/helpers
    *** Error code 1
    The following command caused the error:
    set fnord ; amf=$2; \
    dot_seen=no; \
    target=`echo all-recursive | sed s/-recursive//`; \
    list='lib scripts src icons errors doc helpers'; for subdir in $list; do \
    echo "Making $target in $subdir"; \
    if test "$subdir" = "."; then \
    dot_seen=yes; \
    local_target="$target-am"; \
    else \
    local_target="$target"; \
    fi; \
    (cd $subdir && make $local_target) \
    || case "$amf" in *=*) exit 1;; k) fail=yes;; *) exit 1;; esac; \
    done; \
    if test "$dot_seen" = "no"; then \
    make "$target-am" || exit 1; \
    fi; test -z "$fail"
    make: Fatal error: Command failed for target `all-recursive'
    bash-3.00#
    Any Idea??
    A lot of thanks for any useful suggest.
    Fabio

    I don't know the cause, but i have a workaround.
    Extract ParamImpl.class file from
    D:\ORACLE\iSuites\panama\lib\panama_core.zip and put it in D:\ORACLE\iSuites\Apache\Jserv\servlets\oracle\panama
    Type http://<servername>/servlet/oracle.panama.ParamImpl in your browser's location .
    You should be able to access the Request Manager site.

  • APEX and ORA-24247: network access denied by access control list (ACL)

    Hi,
    I try to send email with APEX.
    I have enter the parameters of my mail server and activate the email on my application.
    I have follow the APEX installation guide and apply the script given in the "Granting Connect Privileges" section.
    When I try to send email or make a subscription, I don't receive any email and can see this error in the table "WWV_FLOW_MAIL_LOG"
    +"MAIL_TO","MAIL_FROM","MAIL_REPLYTO","MAIL_SUBJ","MAIL_CC","MAIL_BCC","MAIL_SEND_ERROR","LAST_UPDATED_BY","LAST_UPDATED_ON","SECURITY_GROUP_ID"+
    +"[email protected]","[email protected]","[email protected]","Suivi de Besoins","","","ORA-24247: network access denied by access control list (ACL)","SYS",05/03/12,3210210578052219+
    +"[email protected]","[email protected]","[email protected]","Suivi de Besoins","","","ORA-24247: network access denied by access control list (ACL)","SYS",05/03/12,3210210578052219+
    +"[email protected]","[email protected]","[email protected]","Suivi de Besoins","","","ORA-24247: network access denied by access control list (ACL)","SYS",05/03/12,3210210578052219+
    +"[email protected]","[email protected]","[email protected]","Suivi de Besoins","","","ORA-24247: network access denied by access control list (ACL)","SYS",05/03/12,3210210578052219+
    +"[email protected]","[email protected]","[email protected]","Suivi de Besoins","","","ORA-24247: network access denied by access control list (ACL)","SYS",24/02/12,3210210578052219+
    +"[email protected]","[email protected]","[email protected]","Suivi de Besoins","","","ORA-24247: network access denied by access control list (ACL)","SYS",05/03/12,3210210578052219+
    Do you see what is wrong in my configuration ?
    I use APEX 4.1, Oracle 11g.
    The script that I have apply is :
    DECLARE
    ACL_PATH  VARCHAR2(4000);
    ACL_ID    RAW(16);
    BEGIN
    -- Look for the ACL currently assigned to '*' and give APEX_040100
    -- the "connect" privilege if APEX_040100 does not have the privilege yet.
    SELECT ACL INTO ACL_PATH FROM DBA_NETWORK_ACLS
    WHERE HOST = '*' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL;
    -- Before checking the privilege, make sure that the ACL is valid
    -- (for example, does not contain stale references to dropped users).
    -- If it does, the following exception will be raised:
    --+
    -- ORA-44416: Invalid ACL: Unresolved principal 'APEX_040100'
    -- ORA-06512: at "XDB.DBMS_XDBZ", line ...
    --+
    SELECT SYS_OP_R2O(extractValue(P.RES, '/Resource/XMLRef')) INTO ACL_ID
    FROM XDB.XDB$ACL A, PATH_VIEW P
    WHERE extractValue(P.RES, '/Resource/XMLRef') = REF(A) AND
    EQUALS_PATH(P.RES, ACL_PATH) = 1;
    DBMS_XDBZ.ValidateACL(ACL_ID);
    IF DBMS_NETWORK_ACL_ADMIN.CHECK_PRIVILEGE(ACL_PATH, 'APEX_040100',
    +'connect') IS NULL THEN+
    DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(ACL_PATH,
    +'APEX_040100', TRUE, 'connect');+
    END IF;
    EXCEPTION
    -- When no ACL has been assigned to '*'.
    WHEN NO_DATA_FOUND THEN
    DBMS_NETWORK_ACL_ADMIN.CREATE_ACL('power_users.xml',
    +'ACL that lets power users to connect to everywhere',+
    +'APEX_040100', TRUE, 'connect');+
    DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL('power_users.xml','*');
    END;
    +/+
    COMMIT;
    Thanks for your help,

    Hi,
    You need to grant privilege to the user.
    i.e add principal
    You can use script :
    DECLARE
    ACL_ID   RAW(16);
    CNT      NUMBER;
    BEGIN
    -- Look for the object ID of the ACL currently assigned to ''*
    SELECT ACLID INTO ACL_ID FROM DBA_NETWORK_ACLS
    WHERE HOST = '' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL;*
    -- If just some users referenced in the ACL are invalid, remove just those
    -- users in the ACL. Otherwise, drop the ACL completely.
    SELECT COUNT(PRINCIPAL) INTO CNT FROM XDS_ACE
    WHERE ACLID = ACL_ID AND
    EXISTS (SELECT NULL FROM ALL_USERS WHERE USERNAME = PRINCIPAL);
    IF (CNT > 0) THEN
    FOR R IN (SELECT PRINCIPAL FROM XDS_ACE
    WHERE ACLID = ACL_ID AND
    NOT EXISTS (SELECT NULL FROM ALL_USERS
    WHERE USERNAME = PRINCIPAL)) LOOP
    UPDATE XDB.XDB$ACL
    SET OBJECT_VALUE =
    DELETEXML(OBJECT_VALUE,
    *'/ACL/ACE[PRINCIPAL="'||R.PRINCIPAL||'"]')*
    WHERE OBJECT_ID = ACL_ID;
    END LOOP;
    ELSE
    DELETE FROM XDB.XDB$ACL WHERE OBJECT_ID = ACL_ID;
    END IF;
    END;
    REM commit the changes.
    COMMIT;
    Or you need to add privilege to specific user/schema using following script:
    BEGIN
    DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE (
    acl          => 'aclfilename.xml',
    principal    => 'databaseuser',
    is_grant     => TRUE,
    privilege    => 'connect',
    position     => null);
    COMMIT;
    END;
    Please execute this code after connect as sysdba user.
    Thanks & Regards,
    Jaydipsinh Raulji
    Web: [www.oracleapexconsultant.com|www.oracleapexconsultant.com]

  • Invalid connection message in DPS

    All,
    We are observing continous messages in the DPS related to invalid connection.These are all connections from the monitoring service of the DPS
    Version of the Directory Proxy Service is as follows and OS is Solaris 10
    dpadm]
    dpadm : 6.3 B2008.0311.0212 NAT
    *[DPS]*
    Sun Microsystems, Inc.
    Sun-Java(tm)-System-Directory-Proxy-Server/6.3_PD_20080515+6661474+6692627 B2008.0515.1605
    These are the below messages in our access logs
    06/Oct/2008:00:15:28 -0500] - SERVER_OP - INFO - Closing connection for BIND s_conn=servername data source:1699192 client=172.31.102.23:46930 server=servername:1389 protocol=LDAP details=Invalid connection(READ )
    [06/Oct/2008:00:15:28 -0500] - SERVER_OP - INFO - conn=-1 op=-1 UNBIND s_msgid=39 s_conn=servername data source:1699192
    [06/Oct/2008:00:15:28 -0500] - SERVER_OP - INFO - Closing connection for BIND s_conn=servername data source:1699193 client=172.31.102.23:46931 server=servername:1389 protocol=LDAP details=Invalid connection(READ )
    [06/Oct/2008:00:15:28 -0500] - SERVER_OP - INFO - conn=-1 op=-1 UNBIND s_msgid=36 s_conn=servername data source:1699193
    [06/Oct/2008:00:15:28 -0500] - SERVER_OP - INFO - Closing connection for BIND s_conn=servername data source:1699194 client=172.31.102.23:46932 server=servername:1389 protocol=LDAP details=Invalid connection(READ )
    [06/Oct/2008:00:15:28 -0500] - SERVER_OP - INFO - conn=-1 op=-1 UNBIND s_msgid=34 s_conn=servername data source:1699194
    [06/Oct/2008:00:15:28 -0500] - SERVER_OP - INFO - Closing connection for BIND s_conn=servername data source:1699197 client=172.31.102.23:46935 server=servername:1389 protocol=LDAP details=Invalid connection(READ )
    [06/Oct/2008:00:15:28 -0500] - SERVER_OP - INFO - conn=-1 op=-1 UNBIND s_msgid=35 s_conn=servername data source:1699197
    [06/Oct/2008:00:15:28 -0500] - SERVER_OP - INFO - Closing connection for BIND s_conn=servername data source:1699198 client=172.31.102.23:46936 server=servername:1389 protocol=LDAP details=Invalid connection(READ )
    [06/Oct/2008:00:15:28 -0500] - SERVER_OP - INFO - conn=-1 op=-1 UNBIND s_msgid=36 s_conn=servername data source:1699198
    [06/Oct/2008:00:15:28 -0500] - SERVER_OP - INFO - Closing connection for BIND s_conn=servername data source:1699199 client=172.31.102.23:46937 server=servername:1389 protocol=LDAP details=Invalid connection(READ )
    [06/Oct/2008:00:15:28 -0500] - SERVER_OP - INFO - conn=-1 op=-1 UNBIND s_msgid=30 s_conn=servername data source:1699199
    [06/Oct/2008:00:15:28 -0500] - SERVER_OP - INFO - Closing connection for BIND s_conn=servername data source:1671048 client=172.31.102.23:47818 server=servername:1389 protocol=LDAP details=Invalid connection(READ )
    [06/Oct/2008:00:15:28 -0500] - SERVER_OP - INFO - conn=-1 op=-1 UNBIND s_msgid=2686 s_conn=servername data source:1671048
    [06/Oct/2008:00:15:28 -0500] - SERVER_OP - INFO - Closing connection for BIND s_conn=servername data source:1699200 client=172.31.102.23:46938 server=servername:1389 protocol=LDAP details=Invalid connection(READ )
    [06/Oct/2008:00:15:28 -0500] - SERVER_OP - INFO - conn=-1 op=-1 UNBIND s_msgid=32 s_conn=servername data source:1699200
    [06/Oct/2008:00:15:28 -0500] - SERVER_OP - INFO - Closing connection for BIND s_conn=servername data source:1699195 client=172.31.102.23:46933 server=servername:1389 protocol=LDAP details=Invalid connection(READ )
    [06/Oct/2008:00:15:28 -0500] - SERVER_OP - INFO - conn=-1 op=-1 UNBIND s_msgid=33 s_conn=servername data source:1699195
    [06/Oct/2008:00:15:28 -0500] - SERVER_OP - INFO - Closing connection for WRITE s_conn=servername data source:1699170 client=172.31.102.23:46905 server=servername:1389 protocol=LDAP details=Invalid connection(READ )
    The client ( 172.31.102.23 ) directory server is on the same host as the Directory Proxy Server (servername ) mentioned here.We have been trying to dig out the cause of this problem without any luck.Also the below access log messages seem to correspond with these error log messages
    [06/Oct/2008:00:15:28 -0500] - BACKEND - WARN - Attempt to bind as to backend server servername:1389/ failed. Connection reset
    Please do let me know if anybody has experienced this particular problem or has any solution for the same.

    Many thanks for this suggestion.We have the Directory Server timeout currently set at 7200 seconds,as far as the Directory Proxy Server is concerned the polling interval is less than the same at 3600 seconds
    Monitoring Mode: Proactive-Continous check availibilty
    Availabilility Monitor: Monitoring Interval: 30 Seconds
    Connection Time Out: 5 Seconds
    Entry Retrieval Time Out: 5 Seconds
    Entry To Retrieve:
    Search Filter To Use:(|(objectClass=*)(objectClass=ldapSubEntry))
    Connection Monitor: Poll Unused Connections to Keep them Active      Yes
    Polling Interval: 3600 Seconds
    Poll Unused Connections to Keep them Active      Yes ( I believe this is what was suggested to keep polled traffic active ,this particular property is already enabled )
    Inspite of the same we keep getting these errors,is there something we are missing at this point.

  • Setting ACLs in iPlanet DSAME

    I have WLS 6.1.sp2 talking to iPlanet identity server (aka DSAME)through an agent.
    What is LDAP tree location and attributes I should use to set up ACLs?
    -- Regards, Mike

    Hi Mike,
    Sorry for the delay getting back to you. Thanks for the more
    thorough description. To answer your original question, I don't
    have a clue how to configure the Sun LDAP server for ACLs
    (authorization). I went to the link you provided to check out
    the documentation for the Policy Agent and they don't seem to
    mention configuring the LDAP server for ACL's either.
    From what I read about the policy agent it looks like it may
    use the role descriptions from the J2EE deployment descriptors
    to do authorization checking. Unfortunately, I do not have any
    experience with the policy agent. I suggest that you try to
    contact Sun to get more information. If you need more assistance
    from BEA I recommend that you open a case with BEA support so
    that an engineer can devote the time necessary to more thoroughly
    look into the issue for you. Sorry.
    Regards,
    Tom Hegadorn
    Sr. Developer Relations Engineer
    BEA Support
    "mike" <[email protected]> wrote:
    >
    "Tom Hegadorn" <[email protected]> wrote:
    Hi Mike,
    It sounds like you're using the iPlanet LDAP server as the
    backing store for an LDAP realm in WebLogic 6.1.Not exactly. We have iPlanet 5.1 DSAME, which is LDAP server frontended
    by "identity
    server". Identity server can do many things, including definition of
    roles, policies,
    etc. Then there is such a thing called Sun ONE Identity Server Policy
    Agent for
    WebLogic 6.1 SP2 (http://docs.sun.com/source/816-6690-10/index.html).
    It is SUN's
    implementation of Realm interface. So theoreticaly it should work the
    same way
    as any other implementation of realm.
    As far as I'm aware, the ACLs used by an alternate security
    realm would be those in the WebLogic file realm. Please see
    the following documentation links for details.
    http://e-docs.bea.com/wls/docs61/security/concepts.html#1035144
    http://e-docs.bea.com/wls/docs61/adminguide/cnfgsec.html#1071872
    When you use an LDAP realm, the caching realm delegates
    authentication requests to the LDAP realm but authorization
    requests still go to the weblogic file realm to check against
    the ACLs configured there. I believe the only exception to this
    is with a custom RDBMS realm which supports the configuration
    of ACL entries in the database. I really do hope that you are not correct (sorry). RDBMS realm is just
    an implementation
    of Relam interface, right? And WLS accesses cashing realm on top of it.
    So if
    I configure a cashing realm on top of DSAME realm WLS will ask it both
    authentication
    and authorization questions, btu if authentication fails it will ask
    file realm
    once more. The first link you've sent says: "For example, you may be
    using an
    alternate security realm that supports only authentication operations."
    I read
    this that you can use realm that allows authorization. Am I wrong?
    I hope this helps. Please let me know if there is some other
    information on your end that I'm missing. For example, if you've
    implemented your own caching realm or something. Thanks.No, we did not implement any realms and we hope not to. In a company
    with 6 developers
    on a tight schedule we can't afford implementing stuff like that. But
    the actual
    realm class implementation is provided by SUN in the agent package, and
    agent
    is configured to work as a custom realm.
    Regards,
    Tom Hegadorn
    Sr. Developer Relations Engineer
    BEA SupportThanks for your help. I hope I clarified my issue better now. Unfortunately
    SUN
    does not have such a nice forum where I can ask questions... But I am
    trying to
    get info from them as well ;)
    "mike" <[email protected]> wrote:
    I have WLS 6.1.sp2 talking to iPlanet identity server (aka DSAME)through
    an agent.
    What is LDAP tree location and attributes I should use to set up ACLs?
    -- Regards, Mike

  • ORA-20001: The printing engine..Is this related to a BIP licensing issue?

    Hello all,
    The error "ORA-20001: The printing engine could not be reached because either the URL..." happens in 2 cases:
    <pre>
    1. When our BIP is down or being bumped
    2. As an APEX administrator, in workspace environment settings, the print server is set to OFF.
    </pre>
    I'm thinking that this is a licensing issue but I need some clarification on what is causing the error, because all we are trying to do is bring up a PDF report that a user can open or save. BIP is not involved at this point. Is it because the report was developed using BIP that APEX needs BIP up? How does APEX even know the report was developed using BIP? Were are using APEX 3.2.1.00.12 and BIP 10.1.3.4.1
    The error happens when a user clicks on a PDF icon that calls an "After Submit Process". The following is the code and the report that was created in BIP is loaded into APEX with a "Named Columns (RTF)" layout type.
    Alex.
    declare
      l_xml                         clob;
      l_template                    clob;
      l_request_blob                blob;
      l_response                    blob;
    begin
       ...call up a stored proc to populate l_xml with report data
      -- Fetch template
      select page_template
      into   l_template
      from   apex_030200.wwv_flow_report_layouts
      where  flow_id = :app_id
      and    report_layout_name = 'pdf_report';
      -- Convert CLOB to BLOB
      l_request_blob := wwv_flow_utilities.clob_to_blob(l_xml);
      -- Call unsupported and undocumented APEX function
      l_response :=
        apex_030200.wwv_flow_print_util.convert(
          p_report_data   => l_request_blob,
          p_template      => l_template,
          p_template_type => 'rtf',
          p_output        => 'pdf'
      -- Set correct mime type and download response                                           
      owa_util.mime_header('application/pdf', false);
      htp.p('Content-length: ' || dbms_lob.getlength(l_response));
      htp.p('Content-Disposition: attachment; filename="Claim_details.pdf"');
      owa_util.http_header_close;
      apex_application.g_page_text_generated := true;
      apex_application.g_unrecoverable_error := true;
      wpg_docload.download_file(l_response);

    See, http://www.oracle.com/technetwork/developer-tools/apex/configure-printing-093060.html
    http://download.oracle.com/docs/cd/E17556_01/doc/install.40/e15513/otn_install.htm#CBHBJDDE
    (excerpt copied here, for you convenience)
    7. Enabling Network Services in Oracle Database 11g
    By default, the ability to interact with network services is disabled in Oracle Database 11g release 1 (11.1). Therefore, if running Oracle Application Express with Oracle Database 11g release 1 (11.1), use the new DBMS_NETWORK_ACL_ADMIN package to grant connect privileges to any host for the FLOWS_030100 database user. Failing to grant these privileges results in issues with PDF/report printing, specifically, you will get the following error message:
    ORA-20001: The printing engine could not be reached because either the URL specified is incorrect or a proxy URL needs to be specified.
    Follow the steps mentioned in the Oracle Application Express Installation Guide, Enabling Network Services in Oracle Database 11g. Also refer to the troubleshooting section in case you receive an ORA-44416: Invalid ACL error after running the previous script.

  • Error while running DBMS_NETWORK_ACL_ADMIN

    Hi,
    I am completely new to APEX and trying out myself.
    While Apex 4.2.1 installation, and configuring Embedded PL/SQL Gateway.
    Topic: To grant connect privileges to any host for the APEX_040100 database user
    getting error while running DBMS_NETWORK_ACL_ADMIN (as per example given in installation doc)
    ERROR at line 1:
    ORA-44416: Invalid ACL: Unresolved principal 'APEX_040100'
    ORA-06512: at "SYS.DBMS_NETWORK_ACL_ADMIN", line 252
    ORA-06512: at line 29
    ORA-01403: no data found
    Completely stuck and not able to proceed further....
    OS: WinXP professional,
    DB: Oracle Database 11g Express Edition Release 11.2.0.2.0
    Thanks,
    -Anand

    Having multiple APEX_0% users suggests your database has originally started with APEX 4.0 and has been upgraded as subsequent versions are released (4.1.x, 4.2.x).
    These accounts should be removed, as per the installation guide.
    http://docs.oracle.com/cd/E37097_01/doc/install.42/e35123/otn_install.htm#CBHBABCC
    Your current APEX owner would be APEX_040200, and you should be reading documentation pertinent to your APEX version.
    Scott
    blog: [url grassroots-oracle.com]grassroots-oracle.com
    twitter: [url twitter.com/swesley_perth]@swesley_perth
    -- please mark any useful posts as helpful or correct, in the end it helps us all

  • Installation problems on Fresh 11.1.0.6 database and Apex 3.1.1

    I hope someone can help - at wit's end trying to get Apex up and running. I've looked through the forum over and over and don't see a resolution.
    I have installed 11g Enterprise Edition on a Solaris 5.10 64bit Sparc system, created a database, setup and configured dbconsole for enterprise manager.
    Database is up, enterprise manager is up and I can connect and browse just fine, but when I went to set up and configure Apex (it was version 3.0 that came with the database) I could only get a blank page trying to go to either the apex or apex_admin pages.
    So re-read documentation and couldn't see what I did wrong. So I started a new Apex install, dropping the FLOWS_030000 and FLOWS_FILES users, downloaded apex 311, and did a fresh install.
    For the record, I'm trying to use the Embedded PL/SQL Gateway instead of the Oracle HTTP Server.
    Here are my steps:
    Downloaded apex_3.1.1.zip, loaded it up on server, and unzipped the file
    sqlplus "/ as sysdba"
    @apexins SYSAUX SYSAUX TEMP /i/
    no errors
    SQL> @apxchpwd
    Enter a value below for the password for the Application Express ADMIN user.
    Enter a password for the ADMIN user []
    Session altered.
    ...changing password for ADMIN
    PL/SQL procedure successfully completed.
    Commit complete.
    SQL> !pwd
    /opt/software/media11g/oracle.server.SunOS510.11106.media/apex/apex
    SQL> @apxldimg.sql /opt/software/media11g/oracle.server.SunOS510.11106.media/apex
    PL/SQL procedure successfully completed.
    Directory created.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Commit complete.
    Timing for: Load Images
    Elapsed: 00:04:14.62
    Directory dropped.
    SQL> @apex_epg_config /opt/software/media11g/oracle.server.SunOS510.11106.media/apex
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    Directory created.
    Enter value for imgupg: <-- just hit enter
    Enter value for imgupg: <-- just hit enter
    PL/SQL procedure successfully completed.
    Commit complete.
    PL/SQL procedure successfully completed.
    timing for: Load Images
    Elapsed: 00:04:02.80
    Session altered.
    PL/SQL procedure successfully completed.
    Commit complete.
    Session altered.
    Directory dropped.
    SQL> EXEC DBMS_XDB.SETHTTPPORT(7459);
    PL/SQL procedure successfully completed.
    SQL> SELECT DBMS_XDB.GETHTTPPORT FROM DUAL;
    GETHTTPPORT
    7459
    I ran the following PL/SQL cut and pasted from the install doc to enable network services:
    SQL> DECLARE
    ACL_PATH VARCHAR2(4000);
    ACL_ID RAW(16);
    BEGIN
    -- Look for the ACL currently assigned to '*' and give FLOWS_030100
    -- t 2 he "connect" privilege if FLOWS_030100 does not have the privilege yet.
    SELECT ACL INTO ACL_PATH FROM DBA_NETWORK_ACLS
    WHERE HOST = '*' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL;
    -- Before checking the privilege, make sure that the ACL is valid
    -- (for example, does not contain stale references to dropped users).
    -- If it does, the following exception will be raised:
    -- ORA- 3 4 5 6 7 8 9 10 11 12 13 44416: Invalid ACL: Unresolved principal 'FLOWS_030100'
    -- ORA-06512: at "XDB.DBMS_XDBZ", line ...
    SELECT SYS_OP_R2O(extractValue(P.RES, '/Resource/XMLRef')) INTO ACL_ID
    FROM XDB.XDB$ACL A, PATH_VIEW P
    WHERE extractValue(P.RES, '/Resource/XMLRef') = REF(A) AND
    EQUALS_PATH(P.RES, ACL_PATH) = 1;
    DBMS_XDBZ.ValidateACL(ACL_ID);
    IF DBMS_NETWORK_ACL_ADMIN.CHECK_PRIVILEGE(ACL_PATH, 'FLOWS_030100',
    'connect') IS NULL THEN
    DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(ACL_PATH,
    'FLOWS_030100', TRUE, 'connect');
    END IF;
    EXCEP 14 15 16 17 18 19 20 21 22 23 24 25 TION
    -- When no ACL has been assigned to '*'.
    WHEN NO_DATA_FOUND THEN
    DBMS_NETWORK_ACL_ADMIN.CREATE_ACL('power_users.xml',
    'ACL that lets power users to connect to everywhere',
    'FLOWS_030100', TRUE, 'connect');
    DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL('power_users.xml','*');
    END; 26 27 28 29 30 31 32
    33 /
    PL/SQL procedure successfully completed.
    SQL>
    I then checked to see if the package was valid:
    SQL> SELECT STATUS FROM DBA_REGISTRY
    WHERE COMP_ID = 'APEX'; 2
    STATUS
    VALID
    Still, when I go to my browser and enter the following url:
    http://dbsu01a.sit.us.wamu.net:7459/apex/apex_admin
    all I get is a blank page.
    http://dbsu01a.sit.us.wamu.net:7459/apex
    returns a "page not found" error.
    It must be one of those "is your computer plugged in?" things - any help would be greatly appreciated.

    Here was the fix:
    My local_listener parameter in the init.ora (spfile) was not set. I ran the following as sys:
    alter system set local_listener='(ADDRESS=(PROTOCOL=TCP)(HOST=<hostname>)(PORT=<port>))' scope=both;
    Bounced the listener and the database and after about 3 minutes listener status showed the following new endpoint:
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<host>)(PORT=9969)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=<host>)(PORT=7459))(Presentation=HTTP)(Session=RAW)) <-- this is the XDB entry.
    After that I was able to log into APEX!

  • Problem regarding PDF printing in apex 3.1 and 11g database using cocoon

    Hi,
    i am configuring pdf printing on apex 3.1 (database 11g on windows XP OS) with cocoon/apache tomcat/fop using steps given in Carl Backstrom blog
    http://carlback.blogspot.com/2007/03/apex-cocoon-pdf-and-more.html
    I am using cocoon 2.2.10 / tomcat 6.0.20 and JDK 1.6
    I did everything as was mentioned in Carl's blog and everything configured without any hassle. I even enabled network services for FLOWS_030100 user on database. Even after doing all the steps I'm getting the error
    ORA-20001: The printing engine could not be reached because either the URL specified is incorrect or a proxy URL needs to be specified.
    I'm confused and don't know what to do next.

    Hi,
    By default, the ability to interact with network services is disabled in Oracle Database 11g release 1 (11.1). Therefore, if running Oracle Application Express with Oracle Database 11g release 1 (11.1), use the new DBMS_NETWORK_ACL_ADMIN package to grant connect privileges to any host for the FLOWS_030100 database user. Failing to grant these privileges results in issues with PDF/report printing, specifically, you will get the following error message:
    ORA-20001: The printing engine could not be reached because either
    the URL specified is incorrect or a proxy URL needs to be specified.
    Follow the steps mentioned in the Oracle Application Express Installation Guide, [Enabling Network Services in Oracle Database11g|http://download.oracle.com/docs/cd/E10513_01/doc/install.310/e10496/post_inst.htm#BGEJJIHE]. Also refer to the [troubleshooting section|http://download.oracle.com/docs/cd/E10513_01/doc/install.310/e10496/post_inst.htm#BHAGIHIB] in case you receive an ORA-44416: Invalid ACL error after running the previous script.
    /Kenny

  • Enabling Network Services not working PLEASE HELP

    Hello,
    I created a virtual machine with the Oracle_Developer_Day.ova file downloaded from oracle page in order to test the application express tool.
    I´m trying to ad a webservice reference but getting the error:
    ORA-29273: HTTP request failed ORA-06512: at "SYS.UTL_HTTP", line 1130 ORA-24247: network access denied by access control list (ACL)
    I researched and find out that oracle 11g does not have network services enabled so you have to enable them with the following script:
    DECLARE
    ACL_PATH VARCHAR2(4000);
    ACL_ID RAW(16);
    BEGIN
    -- Look for the ACL currently assigned to '*' and give APEX_030200
    -- the "connect" privilege if APEX_030200 does not have the privilege yet.
    SELECT ACL INTO ACL_PATH FROM DBA_NETWORK_ACLS
    WHERE HOST = '*' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL;
    -- Before checking the privilege, ensure that the ACL is valid
    -- (for example, does not contain stale references to dropped users).
    -- If it does, the following exception will be raised:
    -- ORA-44416: Invalid ACL: Unresolved principal 'ADMIN'
    -- ORA-06512: at "XDB.DBMS_XDBZ", line ...
    SELECT SYS_OP_R2O(extractValue(P.RES, '/Resource/XMLRef')) INTO ACL_ID
    FROM XDB.XDB$ACL A, PATH_VIEW P
    WHERE extractValue(P.RES, '/Resource/XMLRef') = REF(A) AND
    EQUALS_PATH(P.RES, ACL_PATH) = 1;
    DBMS_XDBZ.ValidateACL(ACL_ID);
    IF DBMS_NETWORK_ACL_ADMIN.CHECK_PRIVILEGE(ACL_PATH, 'HR',
    'connect') IS NULL THEN
    DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(ACL_PATH,
    'HR', TRUE, 'connect');
    END IF;
    EXCEPTION
    -- When no ACL has been assigned to '*'.
    WHEN NO_DATA_FOUND THEN
    DBMS_NETWORK_ACL_ADMIN.CREATE_ACL('power_users.xml',
    'ACL that lets power users to connect to everywhere',
    'HR', TRUE, 'connect');
    DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL('power_users.xml','*');
    END;
    COMMIT;
    ***Note: I have a workspace called HR and a user called HR.
    I run the script and everything works fine but when I try to add the webservice reference I get the same error.
    I don´t know what to do and my time to fixing this problem is ending so please if someone can help me I would really appreciate it.
    THanks in advance

    Hi Luis,
    You will find the script for the relevant releases in the respective installation guides of their releases.
    Here is the script for Oracle APEX 4.1 and its sub-version releases:
    DECLARE
      ACL_PATH  VARCHAR2(4000);
    BEGIN
      -- Look for the ACL currently assigned to '*' and give APEX_040100
      -- the "connect" privilege if APEX_040100 does not have the privilege yet.
      SELECT ACL INTO ACL_PATH FROM DBA_NETWORK_ACLS
       WHERE HOST = '*' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL;
      IF DBMS_NETWORK_ACL_ADMIN.CHECK_PRIVILEGE(ACL_PATH, 'APEX_040100',
         'connect') IS NULL THEN
          DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(ACL_PATH,
         'APEX_040100', TRUE, 'connect');
      END IF;
    EXCEPTION
      -- When no ACL has been assigned to '*'.
      WHEN NO_DATA_FOUND THEN
      DBMS_NETWORK_ACL_ADMIN.CREATE_ACL('power_users.xml',
        'ACL that lets power users to connect to everywhere',
        'APEX_040100', TRUE, 'connect');
      DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL('power_users.xml','*');
    END;
    COMMIT;
    Refer : http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21673/otn_install.htm#BEHGBHDF
    Here is the script for Oracle APEX 4.2 and its sub-version releases:
    DECLARE
      ACL_PATH  VARCHAR2(4000);
    BEGIN
      -- Look for the ACL currently assigned to '*' and give APEX_040200
      -- the "connect" privilege if APEX_040200 does not have the privilege yet.
      SELECT ACL INTO ACL_PATH FROM DBA_NETWORK_ACLS
       WHERE HOST = '*' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL;
      IF DBMS_NETWORK_ACL_ADMIN.CHECK_PRIVILEGE(ACL_PATH, 'APEX_040200',
         'connect') IS NULL THEN
          DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(ACL_PATH,
         'APEX_040200', TRUE, 'connect');
      END IF;
    EXCEPTION
      -- When no ACL has been assigned to '*'.
      WHEN NO_DATA_FOUND THEN
      DBMS_NETWORK_ACL_ADMIN.CREATE_ACL('power_users.xml',
        'ACL that lets power users to connect to everywhere',
        'APEX_040200', TRUE, 'connect');
      DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL('power_users.xml','*');
    END;
    COMMIT;Refer: http://docs.oracle.com/cd/E37097_01/doc/install.42/e35123/otn_install.htm#BEHGBHDF
    Hope it Helps!
    Regards,
    Kiran

  • A problem in WEBI with the hierachy After updated to BO 4.1 sp03

    IN the BW , I have a hierachy Char. in my Qeury. I build a OLAP connection to BO, then created a webi with BEX.
    In the old BO (version 4.0 SP 03) is OK. but when updated to new BO (version 4.1 SP 03). The hierachy in prompt can't be unfold. like this
    but if i input "*" to search . there is no different.
    in the 4.1 sp 03 if i deleted the hierachy in the prompt.when i get into the webi(with data),then, i added a filter with the hierachy. It's OK, too.
    WHY???? and how can i resolve the problem.

    Hi Arie,
    Yes I installed 4.1 on september 2nd and the installation guide was alreadly corrected.
    I ran without any errors :
    DECLARE
    ACL_PATH VARCHAR2(4000);
    ACL_ID RAW(16);
    BEGIN
    -- Look for the ACL currently assigned to '*' and give APEX_040100
    -- the "connect" privilege if APEX_040100 does not have the privilege yet.
    SELECT ACL INTO ACL_PATH FROM DBA_NETWORK_ACLS
    WHERE HOST = '*' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL;
    -- Before checking the privilege, ensure that the ACL is valid
    -- (for example, does not contain stale references to dropped users).
    -- If it does, the following exception will be raised:
    -- ORA-44416: Invalid ACL: Unresolved principal 'APEX_040100'
    -- ORA-06512: at "XDB.DBMS_XDBZ", line ...
    SELECT SYS_OP_R2O(extractValue(P.RES, '/Resource/XMLRef')) INTO ACL_ID
    FROM XDB.XDB$ACL A, PATH_VIEW P
    WHERE extractValue(P.RES, '/Resource/XMLRef') = REF(A) AND
    EQUALS_PATH(P.RES, ACL_PATH) = 1;
    DBMS_XDBZ.ValidateACL(ACL_ID);
    IF DBMS_NETWORK_ACL_ADMIN.CHECK_PRIVILEGE(ACL_PATH, 'APEX_040100',
    'connect') IS NULL THEN
    DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(ACL_PATH,
    'APEX_040100', TRUE, 'connect');
    END IF;
    EXCEPTION
    -- When no ACL has been assigned to '*'.
    WHEN NO_DATA_FOUND THEN
    DBMS_NETWORK_ACL_ADMIN.CREATE_ACL('power_users.xml',
    'ACL that lets power users to connect to everywhere',
    'APEX_040100', TRUE, 'connect');
    DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL('power_users.xml','*');
    END;
    COMMIT;
    Thnks

  • [SOLVED] Archiso: problem with script build.sh

    Hi guys,
    i have this problem when I run ./build.sh,
    cp: cannot create hard link ‘work/root-image/usr/src/linux-3.11.6-1-ARCH/vmlinux’ to ‘work/i686/root-image/usr/src/linux-3.11.6-1-ARCH/vmlinux’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/bzlib.h’ to ‘work/i686/root-image/usr/include/bzlib.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/dlg_colors.h’ to ‘work/i686/root-image/usr/include/dlg_colors.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gpg-error.h’ to ‘work/i686/root-image/usr/include/gpg-error.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/pcap-namedb.h’ to ‘work/i686/root-image/usr/include/pcap-namedb.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/unistring/inline.h’ to ‘work/i686/root-image/usr/include/unistring/inline.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/unistring/stdint.h’ to ‘work/i686/root-image/usr/include/unistring/stdint.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/unistring/iconveh.h’ to ‘work/i686/root-image/usr/include/unistring/iconveh.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/unistring/cdefs.h’ to ‘work/i686/root-image/usr/include/unistring/cdefs.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/unistring/version.h’ to ‘work/i686/root-image/usr/include/unistring/version.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/unistring/stdbool.h’ to ‘work/i686/root-image/usr/include/unistring/stdbool.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/unistring/woe32dll.h’ to ‘work/i686/root-image/usr/include/unistring/woe32dll.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/unistring/localcharset.h’ to ‘work/i686/root-image/usr/include/unistring/localcharset.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gc/gc_amiga_redirects.h’ to ‘work/i686/root-image/usr/include/gc/gc_amiga_redirects.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gc/gc_tiny_fl.h’ to ‘work/i686/root-image/usr/include/gc/gc_tiny_fl.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gc/gc_config_macros.h’ to ‘work/i686/root-image/usr/include/gc/gc_config_macros.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gc/cord.h’ to ‘work/i686/root-image/usr/include/gc/cord.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gc/gc_inline.h’ to ‘work/i686/root-image/usr/include/gc/gc_inline.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gc/weakpointer.h’ to ‘work/i686/root-image/usr/include/gc/weakpointer.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gc/leak_detector.h’ to ‘work/i686/root-image/usr/include/gc/leak_detector.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gc/gc_backptr.h’ to ‘work/i686/root-image/usr/include/gc/gc_backptr.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gc/gc_mark.h’ to ‘work/i686/root-image/usr/include/gc/gc_mark.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gc/gc_gcj.h’ to ‘work/i686/root-image/usr/include/gc/gc_gcj.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gc/gc_allocator.h’ to ‘work/i686/root-image/usr/include/gc/gc_allocator.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gc/gc_typed.h’ to ‘work/i686/root-image/usr/include/gc/gc_typed.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gc/gc.h’ to ‘work/i686/root-image/usr/include/gc/gc.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gc/gc_cpp.h’ to ‘work/i686/root-image/usr/include/gc/gc_cpp.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gc/gc_version.h’ to ‘work/i686/root-image/usr/include/gc/gc_version.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gc/new_gc_alloc.h’ to ‘work/i686/root-image/usr/include/gc/new_gc_alloc.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gc/gc_pthread_redirects.h’ to ‘work/i686/root-image/usr/include/gc/gc_pthread_redirects.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/re_comp.h’ to ‘work/i686/root-image/usr/include/re_comp.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/tcl.h’ to ‘work/i686/root-image/usr/include/tcl.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/idn-free.h’ to ‘work/i686/root-image/usr/include/idn-free.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/pthread.h’ to ‘work/i686/root-image/usr/include/pthread.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/cursesp.h’ to ‘work/i686/root-image/usr/include/cursesp.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldap.h’ to ‘work/i686/root-image/usr/include/ldap.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/memory.h’ to ‘work/i686/root-image/usr/include/memory.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/pci/types.h’ to ‘work/i686/root-image/usr/include/pci/types.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/pci/config.h’ to ‘work/i686/root-image/usr/include/pci/config.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/pci/header.h’ to ‘work/i686/root-image/usr/include/pci/header.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/pci/pci.h’ to ‘work/i686/root-image/usr/include/pci/pci.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gcrypt.h’ to ‘work/i686/root-image/usr/include/gcrypt.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/verto.h’ to ‘work/i686/root-image/usr/include/verto.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/db_185.h’ to ‘work/i686/root-image/usr/include/db_185.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/p11-kit-1/p11-kit/pkcs11.h’ to ‘work/i686/root-image/usr/include/p11-kit-1/p11-kit/pkcs11.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/p11-kit-1/p11-kit/p11-kit.h’ to ‘work/i686/root-image/usr/include/p11-kit-1/p11-kit/p11-kit.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/p11-kit-1/p11-kit/pin.h’ to ‘work/i686/root-image/usr/include/p11-kit-1/p11-kit/pin.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/p11-kit-1/p11-kit/iter.h’ to ‘work/i686/root-image/usr/include/p11-kit-1/p11-kit/iter.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/p11-kit-1/p11-kit/uri.h’ to ‘work/i686/root-image/usr/include/p11-kit-1/p11-kit/uri.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/p11-kit-1/p11-kit/deprecated.h’ to ‘work/i686/root-image/usr/include/p11-kit-1/p11-kit/deprecated.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/netipx/ipx.h’ to ‘work/i686/root-image/usr/include/netipx/ipx.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/stdio.h’ to ‘work/i686/root-image/usr/include/stdio.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ncurses.h’ to ‘work/i686/root-image/usr/include/ncurses.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/itclTclIntStubsFcn.h’ to ‘work/i686/root-image/usr/include/itclTclIntStubsFcn.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/tclPlatDecls.h’ to ‘work/i686/root-image/usr/include/tclPlatDecls.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/lzma.h’ to ‘work/i686/root-image/usr/include/lzma.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/stdint.h’ to ‘work/i686/root-image/usr/include/stdint.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/tclPort.h’ to ‘work/i686/root-image/usr/include/tclPort.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/lber_types.h’ to ‘work/i686/root-image/usr/include/lber_types.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/security/_pam_macros.h’ to ‘work/i686/root-image/usr/include/security/_pam_macros.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/security/pam_modutil.h’ to ‘work/i686/root-image/usr/include/security/pam_modutil.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/security/pam_client.h’ to ‘work/i686/root-image/usr/include/security/pam_client.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/security/pam_filter.h’ to ‘work/i686/root-image/usr/include/security/pam_filter.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/security/pam_ext.h’ to ‘work/i686/root-image/usr/include/security/pam_ext.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/security/pam_appl.h’ to ‘work/i686/root-image/usr/include/security/pam_appl.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/security/pam_modules.h’ to ‘work/i686/root-image/usr/include/security/pam_modules.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/security/pam_misc.h’ to ‘work/i686/root-image/usr/include/security/pam_misc.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/security/_pam_types.h’ to ‘work/i686/root-image/usr/include/security/_pam_types.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/security/_pam_compat.h’ to ‘work/i686/root-image/usr/include/security/_pam_compat.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/fcntl.h’ to ‘work/i686/root-image/usr/include/fcntl.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ss/ss.h’ to ‘work/i686/root-image/usr/include/ss/ss.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ss/ss_err.h’ to ‘work/i686/root-image/usr/include/ss/ss_err.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/grp.h’ to ‘work/i686/root-image/usr/include/grp.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/unitypes.h’ to ‘work/i686/root-image/usr/include/unitypes.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/db_cxx.h’ to ‘work/i686/root-image/usr/include/db_cxx.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/jpegint.h’ to ‘work/i686/root-image/usr/include/jpegint.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/expat.h’ to ‘work/i686/root-image/usr/include/expat.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/argp.h’ to ‘work/i686/root-image/usr/include/argp.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/sudo_plugin.h’ to ‘work/i686/root-image/usr/include/sudo_plugin.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ucontext.h’ to ‘work/i686/root-image/usr/include/ucontext.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ifaddrs.h’ to ‘work/i686/root-image/usr/include/ifaddrs.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/catalog.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/catalog.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/xpath.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/xpath.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/entities.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/entities.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/c14n.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/c14n.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/list.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/list.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/xmlschemas.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/xmlschemas.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/relaxng.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/relaxng.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/xlink.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/xlink.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/xinclude.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/xinclude.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/xmlautomata.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/xmlautomata.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/xmlmodule.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/xmlmodule.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/HTMLtree.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/HTMLtree.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/xmlwriter.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/xmlwriter.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/pattern.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/pattern.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/xmlregexp.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/xmlregexp.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/xmlschemastypes.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/xmlschemastypes.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/SAX.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/SAX.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/xpointer.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/xpointer.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/nanohttp.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/nanohttp.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/valid.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/valid.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/chvalid.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/chvalid.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/dict.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/dict.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/globals.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/globals.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/debugXML.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/debugXML.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/xmlreader.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/xmlreader.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/parserInternals.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/parserInternals.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/SAX2.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/SAX2.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/HTMLparser.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/HTMLparser.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/hash.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/hash.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/schemasInternals.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/schemasInternals.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/xmlsave.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/xmlsave.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/DOCBparser.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/DOCBparser.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/xmlunicode.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/xmlunicode.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/parser.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/parser.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/xmlerror.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/xmlerror.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/threads.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/threads.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/tree.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/tree.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/xmlversion.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/xmlversion.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/xmlIO.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/xmlIO.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/xmlexports.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/xmlexports.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/uri.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/uri.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/nanoftp.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/nanoftp.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/xpathInternals.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/xpathInternals.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/xmlmemory.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/xmlmemory.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/xmlstring.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/xmlstring.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/schematron.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/schematron.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libxml2/libxml/encoding.h’ to ‘work/i686/root-image/usr/include/libxml2/libxml/encoding.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gshadow.h’ to ‘work/i686/root-image/usr/include/gshadow.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/pipeline.h’ to ‘work/i686/root-image/usr/include/pipeline.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/glob.h’ to ‘work/i686/root-image/usr/include/glob.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/sound/compress_offload.h’ to ‘work/i686/root-image/usr/include/sound/compress_offload.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/sound/sfnt_info.h’ to ‘work/i686/root-image/usr/include/sound/sfnt_info.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/sound/emu10k1.h’ to ‘work/i686/root-image/usr/include/sound/emu10k1.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/sound/compress_params.h’ to ‘work/i686/root-image/usr/include/sound/compress_params.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/sound/asequencer.h’ to ‘work/i686/root-image/usr/include/sound/asequencer.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/sound/hdsp.h’ to ‘work/i686/root-image/usr/include/sound/hdsp.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/sound/asound.h’ to ‘work/i686/root-image/usr/include/sound/asound.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/sound/asound_fm.h’ to ‘work/i686/root-image/usr/include/sound/asound_fm.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/sound/hdspm.h’ to ‘work/i686/root-image/usr/include/sound/hdspm.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/sound/sb16_csp.h’ to ‘work/i686/root-image/usr/include/sound/sb16_csp.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/_G_config.h’ to ‘work/i686/root-image/usr/include/_G_config.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/itcl2TclOO.h’ to ‘work/i686/root-image/usr/include/itcl2TclOO.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/pcre_scanner.h’ to ‘work/i686/root-image/usr/include/pcre_scanner.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/sysexits.h’ to ‘work/i686/root-image/usr/include/sysexits.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/nl_types.h’ to ‘work/i686/root-image/usr/include/nl_types.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/luaconf.h’ to ‘work/i686/root-image/usr/include/luaconf.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/semaphore.h’ to ‘work/i686/root-image/usr/include/semaphore.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/resolver.h’ to ‘work/i686/root-image/usr/include/ldns/resolver.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/higher.h’ to ‘work/i686/root-image/usr/include/ldns/higher.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/buffer.h’ to ‘work/i686/root-image/usr/include/ldns/buffer.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/rr.h’ to ‘work/i686/root-image/usr/include/ldns/rr.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/rbtree.h’ to ‘work/i686/root-image/usr/include/ldns/rbtree.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/update.h’ to ‘work/i686/root-image/usr/include/ldns/update.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/sha2.h’ to ‘work/i686/root-image/usr/include/ldns/sha2.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/zone.h’ to ‘work/i686/root-image/usr/include/ldns/zone.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/net.h’ to ‘work/i686/root-image/usr/include/ldns/net.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/dnssec_verify.h’ to ‘work/i686/root-image/usr/include/ldns/dnssec_verify.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/tsig.h’ to ‘work/i686/root-image/usr/include/ldns/tsig.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/error.h’ to ‘work/i686/root-image/usr/include/ldns/error.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/duration.h’ to ‘work/i686/root-image/usr/include/ldns/duration.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/common.h’ to ‘work/i686/root-image/usr/include/ldns/common.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/host2wire.h’ to ‘work/i686/root-image/usr/include/ldns/host2wire.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/wire2host.h’ to ‘work/i686/root-image/usr/include/ldns/wire2host.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/host2str.h’ to ‘work/i686/root-image/usr/include/ldns/host2str.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/packet.h’ to ‘work/i686/root-image/usr/include/ldns/packet.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/str2host.h’ to ‘work/i686/root-image/usr/include/ldns/str2host.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/rdata.h’ to ‘work/i686/root-image/usr/include/ldns/rdata.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/dnssec.h’ to ‘work/i686/root-image/usr/include/ldns/dnssec.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/rr_functions.h’ to ‘work/i686/root-image/usr/include/ldns/rr_functions.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/dnssec_zone.h’ to ‘work/i686/root-image/usr/include/ldns/dnssec_zone.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/dane.h’ to ‘work/i686/root-image/usr/include/ldns/dane.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/keys.h’ to ‘work/i686/root-image/usr/include/ldns/keys.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/dnssec_sign.h’ to ‘work/i686/root-image/usr/include/ldns/dnssec_sign.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/ldns.h’ to ‘work/i686/root-image/usr/include/ldns/ldns.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/parse.h’ to ‘work/i686/root-image/usr/include/ldns/parse.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/sha1.h’ to ‘work/i686/root-image/usr/include/ldns/sha1.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/util.h’ to ‘work/i686/root-image/usr/include/ldns/util.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/ldns/dname.h’ to ‘work/i686/root-image/usr/include/ldns/dname.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/idn-int.h’ to ‘work/i686/root-image/usr/include/idn-int.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/slang.h’ to ‘work/i686/root-image/usr/include/slang.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/search.h’ to ‘work/i686/root-image/usr/include/search.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gssapi/gssapi_ext.h’ to ‘work/i686/root-image/usr/include/gssapi/gssapi_ext.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gssapi/gssapi_krb5.h’ to ‘work/i686/root-image/usr/include/gssapi/gssapi_krb5.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gssapi/gssapi_generic.h’ to ‘work/i686/root-image/usr/include/gssapi/gssapi_generic.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gssapi/gssapi.h’ to ‘work/i686/root-image/usr/include/gssapi/gssapi.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gssapi/mechglue.h’ to ‘work/i686/root-image/usr/include/gssapi/mechglue.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/libudev.h’ to ‘work/i686/root-image/usr/include/libudev.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/uniname.h’ to ‘work/i686/root-image/usr/include/uniname.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/monetary.h’ to ‘work/i686/root-image/usr/include/monetary.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/inttypes.h’ to ‘work/i686/root-image/usr/include/inttypes.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/systemd/sd-journal.h’ to ‘work/i686/root-image/usr/include/systemd/sd-journal.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/systemd/sd-id128.h’ to ‘work/i686/root-image/usr/include/systemd/sd-id128.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/systemd/sd-daemon.h’ to ‘work/i686/root-image/usr/include/systemd/sd-daemon.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/systemd/sd-login.h’ to ‘work/i686/root-image/usr/include/systemd/sd-login.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/systemd/sd-shutdown.h’ to ‘work/i686/root-image/usr/include/systemd/sd-shutdown.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/systemd/sd-messages.h’ to ‘work/i686/root-image/usr/include/systemd/sd-messages.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/event.h’ to ‘work/i686/root-image/usr/include/event.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/xlocale.h’ to ‘work/i686/root-image/usr/include/xlocale.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/gettext-po.h’ to ‘work/i686/root-image/usr/include/gettext-po.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/regex.h’ to ‘work/i686/root-image/usr/include/regex.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/proc/devname.h’ to ‘work/i686/root-image/usr/include/proc/devname.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/proc/version.h’ to ‘work/i686/root-image/usr/include/proc/version.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/proc/sig.h’ to ‘work/i686/root-image/usr/include/proc/sig.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/proc/whattime.h’ to ‘work/i686/root-image/usr/include/proc/whattime.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/proc/slab.h’ to ‘work/i686/root-image/usr/include/proc/slab.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/proc/alloc.h’ to ‘work/i686/root-image/usr/include/proc/alloc.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/proc/pwcache.h’ to ‘work/i686/root-image/usr/include/proc/pwcache.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/proc/sysinfo.h’ to ‘work/i686/root-image/usr/include/proc/sysinfo.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/proc/wchan.h’ to ‘work/i686/root-image/usr/include/proc/wchan.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/proc/readproc.h’ to ‘work/i686/root-image/usr/include/proc/readproc.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/proc/escape.h’ to ‘work/i686/root-image/usr/include/proc/escape.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/proc/procps.h’ to ‘work/i686/root-image/usr/include/proc/procps.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/fnmatch.h’ to ‘work/i686/root-image/usr/include/fnmatch.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/lzo/minilzo.h’ to ‘work/i686/root-image/usr/include/lzo/minilzo.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/lzo/lzoconf.h’ to ‘work/i686/root-image/usr/include/lzo/lzoconf.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/lzo/lzodefs.h’ to ‘work/i686/root-image/usr/include/lzo/lzodefs.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/lzo/lzo1f.h’ to ‘work/i686/root-image/usr/include/lzo/lzo1f.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/lzo/lzo1c.h’ to ‘work/i686/root-image/usr/include/lzo/lzo1c.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/lzo/lzo1x.h’ to ‘work/i686/root-image/usr/include/lzo/lzo1x.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/lzo/lzo1z.h’ to ‘work/i686/root-image/usr/include/lzo/lzo1z.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/lzo/lzo1a.h’ to ‘work/i686/root-image/usr/include/lzo/lzo1a.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/lzo/lzo2a.h’ to ‘work/i686/root-image/usr/include/lzo/lzo2a.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/lzo/lzo1y.h’ to ‘work/i686/root-image/usr/include/lzo/lzo1y.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/lzo/lzo1b.h’ to ‘work/i686/root-image/usr/include/lzo/lzo1b.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/lzo/lzo1.h’ to ‘work/i686/root-image/usr/include/lzo/lzo1.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/lzo/lzo_asm.h’ to ‘work/i686/root-image/usr/include/lzo/lzo_asm.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/lzo/lzoutil.h’ to ‘work/i686/root-image/usr/include/lzo/lzoutil.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/dlg_config.h’ to ‘work/i686/root-image/usr/include/dlg_config.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/itclInt.h’ to ‘work/i686/root-image/usr/include/itclInt.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/utime.h’ to ‘work/i686/root-image/usr/include/utime.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/lzoconf.h’ to ‘work/i686/root-image/usr/include/lzoconf.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/curses.h’ to ‘work/i686/root-image/usr/include/curses.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/idea.h’ to ‘work/i686/root-image/usr/include/openssl/idea.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/ssl2.h’ to ‘work/i686/root-image/usr/include/openssl/ssl2.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/lhash.h’ to ‘work/i686/root-image/usr/include/openssl/lhash.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/camellia.h’ to ‘work/i686/root-image/usr/include/openssl/camellia.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/srtp.h’ to ‘work/i686/root-image/usr/include/openssl/srtp.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/buffer.h’ to ‘work/i686/root-image/usr/include/openssl/buffer.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/pem2.h’ to ‘work/i686/root-image/usr/include/openssl/pem2.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/dtls1.h’ to ‘work/i686/root-image/usr/include/openssl/dtls1.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/whrlpool.h’ to ‘work/i686/root-image/usr/include/openssl/whrlpool.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/opensslconf.h’ to ‘work/i686/root-image/usr/include/openssl/opensslconf.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/dso.h’ to ‘work/i686/root-image/usr/include/openssl/dso.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/blowfish.h’ to ‘work/i686/root-image/usr/include/openssl/blowfish.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/e_os2.h’ to ‘work/i686/root-image/usr/include/openssl/e_os2.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/des_old.h’ to ‘work/i686/root-image/usr/include/openssl/des_old.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/krb5_asn.h’ to ‘work/i686/root-image/usr/include/openssl/krb5_asn.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/txt_db.h’ to ‘work/i686/root-image/usr/include/openssl/txt_db.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/ts.h’ to ‘work/i686/root-image/usr/include/openssl/ts.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/engine.h’ to ‘work/i686/root-image/usr/include/openssl/engine.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/seed.h’ to ‘work/i686/root-image/usr/include/openssl/seed.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/pkcs7.h’ to ‘work/i686/root-image/usr/include/openssl/pkcs7.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/asn1.h’ to ‘work/i686/root-image/usr/include/openssl/asn1.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/err.h’ to ‘work/i686/root-image/usr/include/openssl/err.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/cmac.h’ to ‘work/i686/root-image/usr/include/openssl/cmac.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/symhacks.h’ to ‘work/i686/root-image/usr/include/openssl/symhacks.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/stack.h’ to ‘work/i686/root-image/usr/include/openssl/stack.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/conf.h’ to ‘work/i686/root-image/usr/include/openssl/conf.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/ssl.h’ to ‘work/i686/root-image/usr/include/openssl/ssl.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/dh.h’ to ‘work/i686/root-image/usr/include/openssl/dh.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/comp.h’ to ‘work/i686/root-image/usr/include/openssl/comp.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/ocsp.h’ to ‘work/i686/root-image/usr/include/openssl/ocsp.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/md4.h’ to ‘work/i686/root-image/usr/include/openssl/md4.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/ecdsa.h’ to ‘work/i686/root-image/usr/include/openssl/ecdsa.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/asn1t.h’ to ‘work/i686/root-image/usr/include/openssl/asn1t.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/safestack.h’ to ‘work/i686/root-image/usr/include/openssl/safestack.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/bio.h’ to ‘work/i686/root-image/usr/include/openssl/bio.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/rc2.h’ to ‘work/i686/root-image/usr/include/openssl/rc2.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/x509_vfy.h’ to ‘work/i686/root-image/usr/include/openssl/x509_vfy.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/asn1_mac.h’ to ‘work/i686/root-image/usr/include/openssl/asn1_mac.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/bn.h’ to ‘work/i686/root-image/usr/include/openssl/bn.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/ebcdic.h’ to ‘work/i686/root-image/usr/include/openssl/ebcdic.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/pqueue.h’ to ‘work/i686/root-image/usr/include/openssl/pqueue.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/sha.h’ to ‘work/i686/root-image/usr/include/openssl/sha.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/dsa.h’ to ‘work/i686/root-image/usr/include/openssl/dsa.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/ui_compat.h’ to ‘work/i686/root-image/usr/include/openssl/ui_compat.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/ssl3.h’ to ‘work/i686/root-image/usr/include/openssl/ssl3.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/rc4.h’ to ‘work/i686/root-image/usr/include/openssl/rc4.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/rand.h’ to ‘work/i686/root-image/usr/include/openssl/rand.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/crypto.h’ to ‘work/i686/root-image/usr/include/openssl/crypto.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/hmac.h’ to ‘work/i686/root-image/usr/include/openssl/hmac.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/md5.h’ to ‘work/i686/root-image/usr/include/openssl/md5.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/modes.h’ to ‘work/i686/root-image/usr/include/openssl/modes.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/objects.h’ to ‘work/i686/root-image/usr/include/openssl/objects.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/ui.h’ to ‘work/i686/root-image/usr/include/openssl/ui.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/ripemd.h’ to ‘work/i686/root-image/usr/include/openssl/ripemd.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/cast.h’ to ‘work/i686/root-image/usr/include/openssl/cast.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/ssl23.h’ to ‘work/i686/root-image/usr/include/openssl/ssl23.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/srp.h’ to ‘work/i686/root-image/usr/include/openssl/srp.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/conf_api.h’ to ‘work/i686/root-image/usr/include/openssl/conf_api.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/kssl.h’ to ‘work/i686/root-image/usr/include/openssl/kssl.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/ec.h’ to ‘work/i686/root-image/usr/include/openssl/ec.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/x509.h’ to ‘work/i686/root-image/usr/include/openssl/x509.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/aes.h’ to ‘work/i686/root-image/usr/include/openssl/aes.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/pem.h’ to ‘work/i686/root-image/usr/include/openssl/pem.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/x509v3.h’ to ‘work/i686/root-image/usr/include/openssl/x509v3.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/tls1.h’ to ‘work/i686/root-image/usr/include/openssl/tls1.h’: Invalid cross-device link
    cp: cannot create hard link ‘work/root-image/usr/include/openssl/ecdh.h’ to ‘work/i686/root-image/usr/include/openssl/ecdh.h’: Invalid cross-device link
    Any idea for fix the problem?
    P.S. I followed this guide: https://wiki.archlinux.org/index.php/ar … ive_medium
    Last edited by stifler83 (2013-11-09 10:34:50)

    I wasn't able to scroll over with the browser I was using before (or maybe I was but just didn't...).  The "Invalid cross-device link" part is indicating that it is trying to create a hard-link across two filesystems.  An example would be if you had a separate / and /home, and tried to create a hard link between something in /etc and something in your $HOME.  It would not work because they are on separate partitions (the inodes are not shared).  But this can also happen if you try to hard link across bind mounts as well, which is less obvious.
    What I meant by non-POSIX compliant filesystem is a filesystem that does not support POSIX attributes.  If you tried to install Linux on a vfat or ntfs filesystem, it would not work simply because it does not support all the features that are required to make Linux work.  The most basic of these is the user and group ownership and file permissions.  But this is not the case for you since you are using ext4 (and I apparently didn't investigate your code block closely enough).

  • How to get PDF Printing working with APEX packed with 11g

    Hi ,
    Recently i installed 11g db on one of my systems (Windows XP) ,as it comes with APEX i thought to move my apex app(which were in 10g) to the same .........when i moved my apps , i got everything working but PDF PRINTING .
    I have configured Report Printing :
    Print server: Advanced
    Print server Protocol: HTTP
    Print server Host Address: localhost
    Print Server Port: 9704
    Print server script :/xmlpserver/convert
    Your help is appreciated.
    Thanks ,
    Ribhi

    Hi Jes,
    Thank you for your reply. BI Publisher is runing on the same server where Database 11g with APEX installed. I loged in to the database as SYS DBA and copied and paste Oracle script below to enable Network services. The script run successfully, still cant print. Pls Help me to solve this problem.
    Regards,
    Ribhi
    DECLARE
    ACL_PATH VARCHAR2(4000);
    ACL_ID RAW(16);
    BEGIN
    -- Look for the ACL currently assigned to '*' and give FLOWS_030100
    -- the "connect" privilege if FLOWS_030100 does not have the privilege yet.
    SELECT ACL INTO ACL_PATH FROM DBA_NETWORK_ACLS
    WHERE HOST = '*' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL;
    -- Before checking the privilege, make sure that the ACL is valid
    -- (for example, does not contain stale references to dropped users).
    -- If it does, the following exception will be raised:
    -- ORA-44416: Invalid ACL: Unresolved principal 'FLOWS_030100'
    -- ORA-06512: at "XDB.DBMS_XDBZ", line ...
    SELECT SYS_OP_R2O(extractValue(P.RES, '/Resource/XMLRef')) INTO ACL_ID
    FROM XDB.XDB$ACL A, PATH_VIEW P
    WHERE extractValue(P.RES, '/Resource/XMLRef') = REF(A) AND
    EQUALS_PATH(P.RES, ACL_PATH) = 1;
    DBMS_XDBZ.ValidateACL(ACL_ID);
    IF DBMS_NETWORK_ACL_ADMIN.CHECK_PRIVILEGE(ACL_PATH, 'FLOWS_030100',
    'connect') IS NULL THEN
    DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(ACL_PATH,
    'FLOWS_030100', TRUE, 'connect');
    END IF;
    EXCEPTION
    -- When no ACL has been assigned to '*'.
    WHEN NO_DATA_FOUND THEN
    DBMS_NETWORK_ACL_ADMIN.CREATE_ACL('power_users.xml',
    'ACL that lets power users to connect to everywhere',
    'FLOWS_030100', TRUE, 'connect');
    DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL('power_users.xml','*');
    END;
    COMMIT;
    Edited by: Ribhi on Nov 13, 2008 1:18 PM

Maybe you are looking for

  • Missing contact when "create new contact" from email or number

    I am having a really strange problem on my iPhone and think it will be a fun mystery to solve. Please help me! It is currently set up with google so that my mail/notes are using gmail IMAP and my contacts/calendars are using Google Sync. So far it's

  • Can't get rid of mobile me mail account

    Hello all, When I was setting up my mac, I inadvertently told it I had a mobile me account, one based on my old apple ID. I decided ultimately not to set up a mobile me account, and set up my mail accounts. Now, whenever I open mail, it asks for the

  • HT1420 how do i find out what computers are authorized?

    I have the problem that as I switch to a new iphone, all of a sudden i get the message from itunes that "you have already authorized 5 computers". I have had a couple of laptops that I no longer have access to. How do I find out what machines i have

  • Can't install air

    I'm having the same problem as others here. Windows 7 64 bit can't get AIR to work with other programs, such as MArket Samural and Tweetdeck. All was working OK until I upgraded AIR now, I get error messages from all programs that use AIR. It's TOO f

  • How can I use New iPad in Japan?

    I just bought the new iPad and was planning to use it to access the internet on my upcoming trip to Japan. When I purchased the device last week, the Mac Genius assured me that all I needed to do was buy a SIM card once I got there. Unfortunately, as