Compilation errors- sbfocus exec failed: No such file...

Please help, as I am geting these errors when I am compiling my test program using make file.
I am using SUN SPARC server with Forte Compiler Collection 7 on new server.
I am moving my HP C++ code on this new server.
I have created my string, util and ipc libraries using ar - ruv command. all the libraries are created OK (means no errors) and named them as libstring.a etc.
CC -g -sb -compat=5 -compat=4 -I. -I/ford/thishost/u/rbhave/mqrouter/include -c test.C
/opt/SUNWspro/bin/CC test.o -L/ford/thishost/u/rbhave/mqrouter/lib -L. -lutils -lipc -lstring
libldstab: file test.o: sbfocus exec failed: No such file or directory: SourceBrowser data will be lost
Undefined first referenced
symbol in file
unsafe_ostream::do_opfx(void) /ford/thishost/u/rbhave/mqrouter/lib/libstring.a(strops.o)
cout test.o
unsafe_ostream::do_opfx(void) /ford/thishost/u/rbhave/mqrouter/lib/libstring.a(strops.o)
ld: fatal: Symbol referencing errors. No output written to a.out
*** Error code 1
make: Fatal error: Command failed for target `/ford/thishost/u/rbhave/mqrouter/error_log/test'
Thanks in advance.
Ravi

You usually cannot mix -compat=4 and -compat=5 code in the same program. The C++ Migration Guide(search on docs.sun.com) that comes with the compiler explains the limitations.
When building a C++ static (.a) library, you should use
CC -xar
instead of
ar
so that any required template instances get included in the library.
The warning message about sb probably means that the -sb or -xsb option was not used consistently. Use it when compiling and when linking, or not at all. (You don't have to use it on all compilations, but you'll be missing some symbol data.)
- Rose

Similar Messages

  • TMS_ORA10g: fatal: libclntsh.so.10.1: open failed: No such file or director

    While trying to boot up the Tuxedo Server, we are getting the error:-
    exec TMS_ORA10g -A :
    ld.so.1: TMS_ORA10g: fatal: libclntsh.so.10.1: open failed: No such file or directory
    This file, libclntsh.so.10.1, is present in the /oracle/app/product/10g2/db_1/lib32 dir, which is included the LD_LIBRARY_PATH environment variable. We build the TMS_ORA10g executable with the following command :- buildtms -o TMS_ORA10g -r Oracle_XA and the corresponding entry in the udataobj/RM file is "Oracle_XA:xaosw:-L${ORACLE_HOME}/lib32 ${ORACLE_HOME}/lib32/libsql10.a -lm -lC -lclntsh"

    Hi,
    After your advice we migrated our Tuxedo to 64 bit's and now all the object files and libraries are of 64 bit. The problem related with buildtms has been resolved. But even after this we are facing an issue, while building the Application Server(BAS). When we do BAS (Build Application Server), we get this error:-
    Undefined first referenced
    symbol in file
    int sqlcxt(void**,unsigned*,sqlexd*,sqlcxp*) /users/appbin/lib/libUTCS/xlerrlib.a(dm_olpa.o)
    tpurcode /users/appbin/lib/libUTCS/tuxedoreal.a(oltp.o)
    tperrno /users/buildsrv/InitW1/security/homebs/src/lib/sparc/security_qpp1.a(security_et_sy00102
    getusr_dtls.o)
    int sqlbuft(void**,char*) /users/appbin/lib/libUTCS/xlerrlib.a(dm_olpa.o)
    ld: fatal: Symbol referencing errors. No output written to /users/buildsrv/InitW1/server/securityET
    What could be the possible reason for the same.
    The entire command for BAS is
    CC -xtarget=ultra -xarch=v9 -xarch=v9 -w -mt -I$TUXDIR/include -o /users/buildsrv/In
    itW1/server/securityET BS-6ddd.c -L${TUXDIR}/lib /users/buildsrv/InitW1/server/sttqz.c /users/buildsrv/InitW1/server/main.c
    /users/appbin/lib/libUTCS/conv.o /newutitux/newtux/tuxedo9.1/lib/libtux.a /oracle/app/product/10g2/db_1/lib/libsql10.a /use
    rs/appbin/lib/libUTCS/rpcqz_date.o /users/appbin/lib/libUTCS/dm_auditinfo.o /users/buildsrv/InitW1/security/homebs/src/lib/s
    parc/security_qpp1.a /users/buildsrv/InitW1/security/homebs/src/lib/sparc/security_query1.a /users/buildsrv/InitW1/security/
    homebs/gencode/lib/sparc/security_dm1.a /users/buildsrv/InitW1/security/homebs/gencode/lib/sparc/security_const.a /users/bui
    ldsrv/InitW1/security/homebs/gencode/lib/sparc/security_rpc1.a /users/buildsrv/InitW1/security/homebs/gencode/lib/sparc/secu
    rity_rpcqry1.a /users/compogsw/InitW1/lib/libUTCS/sparc/master_qpp1.a /users/compogsw/InitW1/lib/libUTCS/sparc/master_query1
    .a /users/compogsw/InitW1/lib/libUTCS/sparc/master_dm1.a /users/compogsw/InitW1/lib/libUTCS/sparc/master_rpc1.a /users/compo
    gsw/InitW1/lib/libUTCS/sparc/master_rpcqry1.a /users/compogsw/InitW1/lib/libUTCS/sparc/ext_intf_qpp1.a /users/compogsw/InitW
    1/lib/libUTCS/sparc/ext_intf_query1.a /users/compogsw/InitW1/lib/libUTCS/sparc/ext_intf_dm1.a /users/compogsw/InitW1/lib/lib
    UTCS/sparc/ext_intf_rpc1.a /users/compogsw/InitW1/lib/libUTCS/sparc/ext_intf_rpcqry1.a /users/compogsw/InitW1/lib/libUTCS/sp
    arc/scheme_qpp1.a /users/compogsw/InitW1/lib/libUTCS/sparc/scheme_query1.a /users/compogsw/InitW1/lib/libUTCS/sparc/scheme_d
    m1.a /users/compogsw/InitW1/lib/libUTCS/sparc/scheme_rpc1.a /users/compogsw/InitW1/lib/libUTCS/sparc/scheme_rpcqry1.a /users
    /compogsw/InitW1/lib/libUTCS/sparc/common_rpc1.a /users/compogsw/InitW1/lib/libUTCS/sparc/party_rpc1.a /users/compogsw/InitW
    1/lib/libUTCS/sparc/holding_rpc1.a /users/compogsw/InitW1/lib/libUTCS/sparc/oth_srvc_rpc1.a /users/compogsw/InitW1/lib/libUT
    CS/sparc/comp_red_rpc1.a /users/compogsw/InitW1/lib/libUTCS/sparc/utility_lib.a /users/appbin/lib/libUTCS/libmem.a /users/ap
    pbin/lib/libUTCS/utillib.a /users/appbin/lib/libUTCS/dmstdlib.a /users/appbin/lib/libUTCS/tuxedoreal.a /users/appbin/lib/lib
    UTCS/xlerrlib.a /users/appbin/lib/libUTCS/xlclasslib.a /users/appbin/lib/libUTCS/libclass.a /users/appbin/lib/libUTCS/utilli
    b.a /users/appbin/lib/libUTCS/Qmystring.o -ltux -lbuft -L${ORACLE_HOME}/lib -lclntsh -lfml -lfml32 -lengine -R/usr/lib/lwp
    -lpthread -lposix4 -lsocket -lnsl -lm -lnsl -lsocket
    Please reply
    Regards,
    Namit Maheshwari

  • Getting "Warning: The file upload failed.No such file or directory." while trying to upload image using af:inputFile

    Hi,
    I have a <af:inputFile> component which will upload only image file and render  the corresponding image...
    It work with normal application deployed on weblogic server however when i use same taskflow as a part of human task in SOA BPM worklist...
    I get this warning message "Warning: The file upload failed.No such file or directory." for certain files where as it works for certain image files.
    And in BPM whenever i upload PNG file it throws this error.
    Please help.

    For some files like Images with .png extensions it gives following error :
    java.io.IOException: No such file or directory
      at java.io.UnixFileSystem.createFileExclusively(Native Method)
      at java.io.File.checkAndCreate(File.java:1705)
      at java.io.File.createTempFile0(File.java:1726)
      at java.io.File.createTempFile(File.java:1803)
      at org.apache.myfaces.trinidadinternal.config.upload.UploadedFileImpl._createOutputStream(UploadedFileImpl.java:284)
      at org.apache.myfaces.trinidadinternal.config.upload.UploadedFileImpl.loadFile(UploadedFileImpl.java:208)
      at org.apache.myfaces.trinidadinternal.config.upload.CompositeUploadedFileProcessorImpl._processFile(CompositeUploadedFileProcessorImpl.java:344)
      at org.apache.myfaces.trinidadinternal.config.upload.CompositeUploadedFileProcessorImpl.processFile(CompositeUploadedFileProcessorImpl.java:95)
      at org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl._doUploadFile(FileUploadConfiguratorImpl.java:329)
      at org.apache.myfaces.trinidadinternal.config.upload.FileUploadConfiguratorImpl.beginRequest(FileUploadConfiguratorImpl.java:162)
      at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl._startConfiguratorServiceRequest(GlobalConfiguratorImpl.java:610)
      at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.beginRequest(GlobalConfiguratorImpl.java:216)
      at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:155)
      at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.bpel.services.workflow.client.worklist.util.WorkflowFilter.doFilter(WorkflowFilter.java:175)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.bpel.services.workflow.client.worklist.util.DisableUrlSessionFilter.doFilter(DisableUrlSessionFilter.java:70)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
      at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
      at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
      at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
      at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
      at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
      at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
      at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
      at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
      at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
      at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
      at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
      at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
      at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
      at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

  • Tar/write.c:49:28: error: ext2fs/ext2_fs.h: No such file or directory

    Ok, I'm stuck.  I'm trying to compile libarchive-1.3.1 ona a system and I get this error.  I've tried this and that, but no luck ... anything obvious I need to install?  Think there may be a broken symlink somewhere perhaps?
    h-3.2# make
    make all-am
    make[1]: Entering directory `/media/cf/depends/libarchive-1.3.1'
    if gcc -DHAVE_CONFIG_H -I. -I. -I. -I./libarchive -g -O2 -MT tar/bsdtar-write.o -MD -MP -MF "tar/.deps/bsdtar-write.Tpo" -c -o tar/bsdtar-write.o `test -f 'tar/write.c' || echo './'`tar/write.c; \
    then mv -f "tar/.deps/bsdtar-write.Tpo" "tar/.deps/bsdtar-write.Po"; else rm -f "tar/.deps/bsdtar-write.Tpo"; exit 1; fi
    tar/write.c:49:28: error: ext2fs/ext2_fs.h: No such file or directory
    tar/write.c: In function 'write_hierarchy':
    tar/write.c:599: error: 'EXT2_IOC_GETFLAGS' undeclared (first use in this function)
    tar/write.c:599: error: (Each undeclared identifier is reported only once
    tar/write.c:599: error: for each function it appears in.)
    tar/write.c:601: error: 'EXT2_NODUMP_FL' undeclared (first use in this function)
    tar/write.c: In function 'write_entry':
    tar/write.c:742: error: 'EXT2_IOC_GETFLAGS' undeclared (first use in this function)
    make[1]: *** [tar/bsdtar-write.o] Error 1
    make[1]: Leaving directory `/media/cf/depends/libarchive-1.3.1'
    make: *** [all] Error 2

    I've looked into Oracle Database 10g Express Edition (Universal), a .deb file, found no occi.h but did find lots of .so files (linux shared libraries). I'll try and adapt my code and Netbeans/g++ to that and see if it works...
    I can't really install it since my 4GB computer is x64 and my i386 "only" has 186RAM... Enterprise Linux Release 5 Media Pack for x86 64 (64 bit) is 5.1GB+updates (~5GB each)... Not gonna waste my time installing that just for a project.
    I sense i'm missing something obvious... although there's nothing obvious about *.oracle.com... information company they say? ;)

  • Ld.so.1: oracle sid : fatal: libjox8.so: open failed: No such file or direc

    RDBMS Version: 8.1.7.4
    Operating System and Version: trusted solaris intel 8
    Error Number (if applicable):
    Product (i.e. SQL*Loader, Import, etc.): installation of patch set 8.1.7.4
    Product Version: 8.1.7.4
    ld.so.1: oracle&lt;sid&gt;: fatal: libjox8.so: open failed: No such file or directory
    I get this error when connecting to with SQLPLUS to Oracle.
    I have reordered paths in LD_LIBRARY_PATH
    so $ORACLE_HOME/lib is before /usr/lib
    and recompiled make -f ins_rdbms.mk install
    and make -f ins_rdbms.mk ioracle
    I can only connect as oracle in the install group
    I have found some posts the suggest changing mode of the oracle executable. but that doesn't seem to help.
    I have tried to $ORACLE_HOME/bin/relink all
    but that didn't help either.
    Please advise.

    According to the following docs, you should not get this error when you apply Patch 8904424 so I would suggest you log a SR.
    Patch 8557019: make: Fatal error: Command failed for target `dejvm'0.1.2/lib32/WS6U1/crti.o: open failed: No such file or directory (Doc ID 1291895.1)
    make: *** [dejvm] Error 1 While Applying 8557019 For Forms Upgrade Doc 437878.1 (Doc ID 1543498.1)
    Thanks,
    Hussein

  • Error X11/Xlib.h: No such file or directory

    I'm trying to compile some C-code using gcc, and I keep getting the following error: "X11/Xlib.h: No such file or directory". I know that I need to "somehow" identify the Path information for these X11 lib's, etc, but I do not know HOW to do that. I tried adding path definitions to my .profile file - did not work. I have X11 installed, and supposedly I installed the SDK. Can anyone help me with this

    If you're not sure if you have the SDKs, can you confirm you have the files under /Developer? Check for /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/include/X11
    I don't remember having to do anything special to get gcc to find these files.
    From what I've noted, the usual trigger seems to be that the X11SDK.pkg package wasn't installed.
    Typical PATH export is:
    export PATH="/bin:/sbin:/usr/bin:/usr/sbin"
    If you're working with Fink, there's a call to the following needed:
    . /sw/bin/init.sh
    See http://finkproject.org/doc/users-guide/install.php
    But I'd first make sure the X11 SDK was installed. I'd guess that is missing.

  • Perl: Can't exec "make": No such file or directory

    I'm trying to install Perl modules using the Mac Terminal with cpan and keep getting the message "Can't exec "make": No such file or directory" e.g.:
      CPAN.pm: Going to build I/IN/INGY/YAML-0.90.tar.gz
    Checking if your kit is complete...
    Looks good
    Writing Makefile for YAML
    Can't exec "make": No such file or directory at /System/Library/Perl/5.12/CPAN/Distribution.pm line 2026.
      INGY/YAML-0.90.tar.gz
      make -- NOT OK
    Running make test
      Can't test without successful make
    Running make install
      Make had returned bad status, install seems impossible
    Failed during this command:
    INGY/YAML-0.90.tar.gz                        : make NO
    I looked at this topic (https://discussions.apple.com/thread/2787550), installed Xcode, even su'd to root, still getting the same.
    How can I get make installed?
    thanks,
    Scott

    I was able to find a topic that helped --
    http://triopter.com/archive/how-to-install-perl-modules-on-mac-os-x-in-4-easy-st eps/
    I needed the Xcode command line tools.
    Thanks

  • [SOLVED] Error : sys\stat.h: No such file or directory

    I get "...sys\stat.h: No such file or directory" error when compiling a simple C program. i have been searching for a while on web and see people writing "# pacman -S base-devel" i have that already and some more packages like glib ...
    These are the includes i am using :
    #include <stdio.h>
    #include <stdlib.h>
    #include <io.h>
    #include <fcntl.h>
    #include <sys\stat.h>
    // here is when i use the libraries sys/stats.h
    struct stat stbuf;
    stat(argv[2], &stbuf);
    int infSize = stbuf.size;
    This is the output of the command "gcc -o copy copy.c" :
    copy.c:3:16: error: io.h: No such file or directory
    copy.c:5:22: error: sys\stat.h: No such file or directory
    copy.c: In function 'main':
    copy.c:35: error: storage size of 'stbuf' isn't known
    Either i am missing any package needed or the gcc compiler is missing any lib directory. But i dont know which one is it.
    Any ideas are apreciated. Thanks you
    EDIT : The error was actually on #Include <io.h> , but i dunno why it conflicted with #include <sys\stat.h>.
    Anyway Problem Solved.
    Last edited by puzzled (2008-10-05 17:07:03)

    If you're not sure if you have the SDKs, can you confirm you have the files under /Developer? Check for /Developer/SDKs/MacOSX10.4u.sdk/usr/X11R6/include/X11
    I don't remember having to do anything special to get gcc to find these files.
    From what I've noted, the usual trigger seems to be that the X11SDK.pkg package wasn't installed.
    Typical PATH export is:
    export PATH="/bin:/sbin:/usr/bin:/usr/sbin"
    If you're working with Fink, there's a call to the following needed:
    . /sw/bin/init.sh
    See http://finkproject.org/doc/users-guide/install.php
    But I'd first make sure the X11 SDK was installed. I'd guess that is missing.

  • Ld.so.1: sqlplus: fatal: libm.so.2: open failed: No such file or directory

    Hi,
    I m getting the below error while connecting to sqlplus:-
    sqlplus
    ld.so.1: sqlplus: fatal: libm.so.2: open failed: No such file or directory
    Killed
    regards,
    Bhatia

    Bhatia,
    Did you source the env file before running sqlplus? If yes, please issue the following:
    $ cd $ORACLE_HOME/bin
    $ relink utilitiesMake sure that sqlplus is relinked successfully and try it again.

  • UTL_SMPT ORA-22288: file or LOB operation GETLENGTH failed No such file or

    Hello Everyone!
    I am trying to write a script to send emails as an attachment(exists in the unix box) using utl_smtp
    i have my reports in the directory : /opt/local/application/orafin/applmgr/out/outfaud. File existing in the directory is S1759.zip
    i have created a directory as:
    create or replace directory
    REPORT_DIRECTORY
    as
    '/opt/local/application/orafin/applmgr/out/outfaud';
    when i use BFILENAME as select BFILENAME('/oracle/oradata/bfiles', 'S1759.zip') from dual
    output: REPORT_DIRECTORY//S1759.zip
    my code is something like this
    v_bfile:= BFILENAME(p_oracle_directory, p_file_name);
    v_file_length := DBMS_LOB.GETLENGTH(v_bfile);
    Error: ORA-22288: file or LOB operation GETLENGTH failed
    No such file or directory
    Could anyone please help me as im really struggling to fix this. Thanks!

    Thank you for the response..
    v_bfile:= BFILENAME(p_oracle_directory, p_file_name);
    -- Get the size of the file to be attached
    v_file_length := DBMS_LOB.GETLENGTH(v_bfile);
    -- Calculate the number of pieces the file will be split up into
    v_pieces := TRUNC(v_file_length / v_amt);
    -- Calculate the remainder after dividing the file into v_amt chunks
    v_modulo := MOD(v_file_length, v_amt);
    IF (v_modulo <> 0) THEN
    -- Since the file does not devide equally
    -- we need to go round the loop an extra time to write the last
    -- few bytes - so add one to the loop counter.
    v_pieces := v_pieces + 1;
    END IF;
    DBMS_LOB.FILEOPEN(v_bfile, DBMS_LOB.FILE_READONLY);
    FOR i IN 1 .. v_pieces LOOP
    -- we can read at the beginning of the loop as we have already calculated
    -- how many iterations we will take and so do not need to check
    -- end of file inside the loop.
    v_buf := NULL;
    DBMS_LOB.READ(v_bfile, v_amt, v_file_pos, v_buf);
    v_file_pos := I * v_amt + 1;
    UTL_SMTP.WRITE_RAW_DATA(p_conn, UTL_ENCODE.BASE64_ENCODE(v_buf));
    END LOOP;
    END;
    DBMS_LOB.FILECLOSE(v_bfile);
    end_attachment(p_conn => p_conn);
    this is the existing code..so you which part of the code should i be replacing? im sorry im new to these concepts. thanks!

  • Makepkg fatal error: dbus/dbus.h: No such file or directory

    Hello everyone.
    I downloaded lxappearance2-git from AUR and I tried to makepkg but got the following error at the end of the making procedure:
    lxappearance.c:37:23: fatal error: dbus/dbus.h: No such file or directory
    I inspected the generated makefiles and none of them has an include path for gcc to /usr/include/dbus-1.0/dbus.
    Maybe this is the problem? Or what else.
    Thanks

    Oh yea I had two lxappearnce packages to be downloaded i was looking at the wrong one because the dependancy of the one is the other. My bad, gonna check the comments now.
    Sorry about crossposting wasn't sure about the nature of the question, its not gonna happen again. Feel free to delete the newbie one I guess
    Edit: Hmm to my understanding this is an issue to be solved. Since I know where the dbus library is located, isn't there a way to tell the build where it is? I went through some files like "configure" but there are a little bit complicated for me
    Last edited by Crone (2012-03-29 23:23:08)

  • [SOLVED]eCryptfs fails with mount: mount(2) failed: No such file or d

    Since some weeks back I cant seem to mount my eCryptfs stuff.
    Usually I just mounted my lvmdrive and did a:
    sudo mount /dev/sda1 /media/Olddrive;sudo ecryptfs-recover-private /media/Olddrive/home/.ecryptfs/user/.Private;sudo ecryptfs-recover-private /run/media/user/lvmdriveid/.ecryptfs/user/.Private
    Hit y,y [password] repeat and there it was, truly bob was my uncle.
    However, These days I get a:
    Inserted auth tok with sig [key] into the user session keyring
    mount: mount(2) failed: No such file or directory
    What have changed?
    *disclaimer: I might not be supersure about the exact " /media/Olddrive/home/.ecryptfs/user/.Private " as I fiddled a bit with it before I rebooted earlier today after a -Suy.
    Last edited by danielpublic (2014-11-01 10:23:35)

    Forgot to update, in any case I managed to access my data through the old manual way.
    cd /run/media/user/harddrive/.ecryptfs/user/.encryptfs
    sudo ecryptfs-unwrap-passphrase ./wrapped-passphrase
    sudo ecryptfs-add-passphrase --fnek
    Inserted auth tok with sig [aaaaaaaaaaaaaaaa] into the user session keyring
    Inserted auth tok with sig [bbbbbbbbbbbbbbbb] into the user session keyring
    sudo mount -t ecryptfs /run/media/user/harddrive/home/.ecryptfs/user/.Private /media/mountdir
    Used default settings execpt for:
    Enable filename encryption (y/n) [n]: y
    and of course inserted [bbbbbbbbbbbbbbbb] when asked:
    Filename Encryption Key (FNEK) Signature [aaaaaaaaaaaaaaaa]: bbbbbbbbbbbbbbbb

  • Error -11003:Menu-Fail loading Image file

    HI:
    addMenus XML File:
    <Application>
      <Menus>
        <action type="add">
          <Menu Checked="0" Enabled="1" FatherUID="43520" Image="title.bmp" Position="14" String="Menus" Type="2" UniqueID="Menus">
            <Menus>
              <action type="add">
                <Menu Checked="0" Enabled="1" FatherUID="Menus" Image="" Position="0" String="Menu_1" Type="1" UniqueID="Menu_1" />
              </action>
            </Menus>
          </Menu>
        </action>
      </Menus>
    </Application>
    when add the Image property , but continue error  Error -11003:Menu-Fail loading Image file.
    <h2>How to add images by using XML inside a B1DE project ?  </h2>
    Hope it helps
    Jimmy.l

    Hi
    在你的xml文件中,image 属性设置错误,应该填写你所加的image的绝对路径
    比如:
    <Application>
    <Menus>
    <action type="add">
    <Menu Checked="0" Enabled="0" FatherUID="43520" String="MyMenu1" Type="2" UniqueID="MyMenu1" Image="C:/MyPic.bmp">
    <Menus>
    <action type="add">
    <Menu Checked="1" Enabled="0" FatherUID="MyMenu1" String="MySub1" Type="1" UniqueID="MySub1" />
    </action>
    </Menus>
    </Menu>
    <Menu Checked="0" Enabled="1" FatherUID="43520" String="MyMenu2" Type="2" UniqueID="MyMenu2" >
    <Menus>
    <action type="add">
    <Menu Checked="0" Enabled="0" Position="0" FatherUID="MyMenu2" String="MySub21" Type="1" UniqueID="MySub21" />
    </action>
    </Menus>
    </Menu>
    </action>
    </Menus>
    </Application>

  • Connect(/var/imap/socket/lmtp) failed: No such file or directory' + DBERROR

    Mail server won't work: Dual 2 GHz PowerPC G5 running Mac OS X Server 10.5.8
    Cleared /var/imap/db
    Rebuilt the database using 'sudo mailbfr -f'
    Logs say:
    master: process started
    deliver[nnn]: connect(/var/imap/socket/lmtp) failed: No such file or directory
    ctl_cyrusdb[nnn]: DBERROR db4: unable to join the environment
    ctl_cyrusdb[nnn]: verifying cyrus databases
    ctl_cyrusdb[nnn]: skiplist: recovered/var/imap/mailboxes.db (xxx records, yyyyy bytes) in 0 seconds
    ctl_cyrusdb[nnn]: skiplist: recovered/var/imap/annotations.db (0 records, zzz bytes) in 0 seconds
    Help!

    Update(s):
    (1) problem went away on a reboot
    (2) problem re-appeared at 02:00 this morning, following a attempted mailbfr backup
    (3) new problem on reboot:
    - IMAP now working
    - Overview shows SMTP status as 'Running'
    - SMTP log says: postfix/postfix-script[nnnn]: fatal: the Postfix mail system is not running
    (4) so, try to shut down mail gracefully with 'serveradmin stop mail'
    'mail: state = "STOPPING"'
    'mail: status = 0'
    BUT!
    (5) 'Overview' shows IMAP and so on 'Stopped' and for SMTP 'Shutting down'
    (6) 'Overview' now shows Outgoing SMTP and Incoming SMTP 'Running'
    (7) Try again, says 'Shutting down' for a while, then 'Running' again

  • Hdiutil: attach failed - No such file or directory, in Maven Projects using applescript??

    Hi All.
    am trying to mount the application which is present in some module named x, am using Maven projects here, so for my mounting the app am using shell script and  i have given path of the application which is present in module x. If a try to run the test from the class where this mounting method is present its being compiled and am getting results properly, but when i used this mounting method in some other test class and ran the test, its saying no such file present, i know this looks something starnge, but am facing this issue, pls guide how to overcome the same.
    do shell script "hdiutil mount ../../common/src/main/resources/Modulex/AdbeRdr11000_en_US.dmg"

    I just want to point out for anyone else who may be confused on this point that the 'mount' verb is undocumented for hdiutil (at least in 10.7).  The correct verb to use is 'attach' as in hdiutil attach ../common/src/main/resources/Modulex/AdbeRdr11000_en_US.dmg - 'mount' is probably a compatability verb aimed at people used to linux or standard unix.
    I was surprised 'mount' worked at all, really, but there you go.

Maybe you are looking for