Error to load previous archive in Open Directory

Hello everybody,
I'm just installed mac OS 10.4.4 and trying to load the archive from all my users to the new server.. I get an error message saying that the diradmin pass is incorrect. This is not true, I know it is correct.. but then looking at the logs I found the following:
2006-03-14 16:50:22 +0100 - kerberosautoconfig command failed with status 255
2006-03-14 16:50:22 +0100 - command: /usr/sbin/mkpassdb -kerberize
2006-03-14 16:50:22 +0100 - mkpassdb command output:
kadmin.local: unable to get default realm
kadmin.local: unable to get default realm
2006-03-14 16:50:22 +0100 - command: /usr/sbin/vpnaddkeyagentuser -q /LDAPv3/127.0.0.1
2006-03-14 16:50:23 +0100 - slapconfig -setldapconfig
2006-03-14 16:50:23 +0100 - command: /usr/sbin/mkpassdb -setreplicationinterval 300 SyncDefault
2006-03-14 16:52:07 +0100 - slapconfig -mergedb
2006-03-14 16:52:07 +0100 - command: /usr/bin/hdiutil attach -stdinpass BackupUsersPath/file.sparseimage -readonly
2006-03-14 16:52:08 +0100 - hdiutil command output:
hdiutil: attach failed - Authentication error
So I'm starting to think that might be something wrong with the realm.. however at /Library/Preferences/edu.mit.Kerberos it is the same as I specified...
Please ... any help?
thx in advance!

Double-check the archive -- open it manually, put in the password, and make sure it mounts. If it does, then unmount it.
Check to make sure your server is set as Standalone. Promote it to OD Master, create a diradmin account (it will later be replaced by the archive), then do the archive restore.
One key thing is the the Kerberos realm of your archive MUST be the same as the Kerberos realm you're restoring to. If it's not, you can't do a restore.

Similar Messages

  • Lots of errors for some computers bound to open directory

    Once in a while we get a lot of errors in our logs related to a computer bound to open directory. Could anyne explain what these are and how we can prevent them?
    Aug 20 2009 10:21:07 KERBEROS-LOGIN-CHECK: user {0x498342082562a7f70000020c000001e5, fps_archives$} authentication failed.
    Aug 20 2009 10:31:07 KERBEROS-LOGIN-CHECK: user {0x498342082562a7f70000020c000001e5, fps_archives$} authentication failed.
    Aug 20 2009 10:36:31 KERBEROS-LOGIN-CHECK: user {0x498342082562a7f70000020c000001e5, fps_archives$} authentication failed.
    Aug 20 2009 10:41:07 KERBEROS-LOGIN-CHECK: user {0x498342082562a7f70000020c000001e5, fps_archives$} authentication failed.

    I'm not sure that last output means anything useful. In lwp_cond_wait, the value for arg2 is a pointer to struct timespec_t. Since arg2 itself is typed uint64_t, what you're quantizing on are raw pointer values, not time. timespec_t looks like this:
    typedef struct timespec {          /* definition per POSIX.4 */
         time_t          tv_sec;          /* seconds */
         long          tv_nsec;     /* and nanoseconds */
    } timespec_t;

  • Dreamweaver Error on Load - MMdocumenttypes.xml wont open/missing

    Hi,
    I just purchased and installed Dreamweaver cs5.5 student and teacher edition for a PC. When I open the program, I receive an error message:
    "No document types have been found in the Configuartion/DocumentTypes/ folder. The MMdocumenttypes.xml file may be missing or corrupt."
    I have uninstalled/reinstalled the program, which did not change the problem. How can I get Dreamweaver running properly? The MMdocumenttypes.xml is located in the C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS5.5\configuration\DocumentTypes Folder, it is not missing, and shouldn't be corrupt as I just installed the program.

    the user prefs data for dw is in I think may be in 2 files in dw's configuration folder (not in %appdata% but in %PROGRAMFILES%) or maybe that was the cache that might need to be zapped.
    rather than lose the whole shebang, I think you could simply drop the userprefs in the config folder.
    I think a check in the registry under HKCU\Software\Adobe and HKLM\Software\Adobe would also be in order, as there are settings in there too (sites are stored there, so in case you want to back up some or all those settings at once you can export the registry key).
    I would like to apply some intelligence to the process by only doing what's necessary manually. right now I had to uninstall cs5, and I am hoping I can reinstall and put my files back in and see what happens, so right now I cannot give file location specifics, you would have to do your own digging. but I suspect that due to a bug in the installer (there is a lot of little stuff to catch...), I won't be able to reinstall without wiping the disk and reinstalling windows from scratch like many times before - residuals being the reason and somehow the installer sees that and goes haywire.
    I am going to have to use those manual steps if this is indeed the answer.

  • Error in loading the multiple file loading

    hi,
    i am following this blog to load the multiple files into rdbms table.
    http://www.odigurus.com/2011/05/multiple-files-single-target-table.html
    the problem is that when i assign the source Flat file Datastore
    Model Resource Name #Project_Name.FILE_NAME
    But when i point the Single File in the  Resource Name:EMP.DMP. its working fine. loaded suceessfully.... But problem in Multiple loading???
    it gives me error
    SQL*Loader-500: Unable to open file (E:/File/#Project_Name.FILE_NAME)
    SQL*Loader-553: file not found
    SQL*Loader-509: System error: The system cannot find the file specified.
    SQL*Loader-2026: the load was aborted because SQL Loader cannot continue.
    ********************Task Error Code In Loading**********************************************
    import java.lang.String
    import java.lang.Runtime as Runtime
    from jarray import array
    import java.io.File
    import os
    import re
    ctlfile = r"""E:/File/Med_CDR_File.ctl"""
    logfile = r"""E:/File/Med_CDR_File.log"""
    outfile = r"""E:/File/Med_CDR_File.out"""
    oracle_sid=''
    if len('')>0: oracle_sid = '@'+''
    loadcmd = r"""sqlldr 'test/<@=snpRef.getInfo("DEST_PASS") @>%s' control='%s' log='%s' > "%s" """ % (oracle_sid,ctlfile, logfile, outfile)
    rc = os.system(loadcmd)
    if rc <> 0 and rc <> 2:
         raise "Load Error", "See %s for details" % logfile
    # Init Vars
    nbIns = 0
    nbRej = 0
    nbNull = 0
    strprt = ""
    maxAllowedError = r"""0"""
    c = 0
    flag = 0
    # Open log file
    f = open(logfile, "r")
    try:
         lines = f.readlines()
         for line in lines:
              if line.rstrip().upper().endswith(r"""TEST.TC$_0MSC_SMS:""".upper()):
                   flag = 1
                   c = 0
              if flag == 1:
                   if c > 0 and c <= 4:
                        if c == 1 :
                             nbIns = int(re.findall("\d+", line)[0])
                        elif c == 2:
                             nbRej = int(re.findall("\d+", line)[0])
                        elif c == 4:
                             nbNull = int(re.findall("\d+", line)[0])
                             break
              c+=1
         strprt = "\n\tIns:\t%s\n\tReject:\t%s\n\tNullField:\t%s" % (nbIns, nbRej, nbNull)
    finally:
         f.close()
    # if some rows has been rejected due to invalide data, check KM option LOA_ERRORS
    if rc == 2:
         if nbRej > int(maxAllowedError):
              raise strprt
              break
    waiting
    Regards,
    Edited by: AMSI on Nov 10, 2012 1:40 AM

    Hi AMSI,
    Did you try to run only the interface? It might not work.
    Try executing your interface from within a package. A previous step should refresh / set the variable.
    Regards,
    Jerome Fr

  • How to turn off Open Directory in OS X Server 10.8.2

    I am configuring a MacPro with ML Server 10.8.2 for internal-only use.  I have DNS working on it (with the annoyance that it goes out of its way to break wildcard host names, and it doesn't know how to properly create the zone files to allow a secondary DNS server to do reverse-name-lookups properly).  I have only 2 users (admin and Time Machine), Time Machine is working for client Macs using the Time Machine user account, and File Sharing is working (using either account), sharing a RAID of internal drives an a pair of USB-attached external drives.
    I briefly turned on Open Directory, just to see if I wanted or needed to go that route.  I entered an Open Directory admin (diradmin) with a password.  Looked around the options and decided I did NOT need to use Open Directory just to get the Time Machine stuff working, and I was right.
    However, now the Server App shows Open Directory is "On."  When I go to that tab, I get a message stating that there was an error reading the settings file for Open Directory services.  I click it "Off" but it refuses to turn off.  When I come back to the tab, I get a pop-up window with a message about an error reading the settings and the Off/On switch moves back to "On" and the green light never goes off next to Open Directory in the list of services.
    I've rebooted the machine and after the reboot, sometimes, it appears as if I can add/delete/modify Users and Groups.  Other times, after the reboot, the +/- buttons are greyed out and I cannot add/edit/modify Users and Groups.  I have not yet tried to add/delete/modify users yet because I'm leery of trusting the server with this error message.
    Can anyone help me to remove anything and everything related to Open Directory so that it is "off" as if I never ever turned it on?  Or any suggestions on how to fix this short of a reinstall?
    Can I download and install the Server app on a differnt machine and then just copy the Server app over to this machine?  Will that zero out the Open Directory stuf that I'm trying to get rid of?
    Thanks in advance.

    I think I solved my problem by running the following command:
    sudo slapconfig -destroyldapserver diradmin
    diradmin is the name of the Open Directory admin account I created.
    The Open Directory Service now appears "off" and no longer had the green dot next to it in the list of services.
    Obviously, NOT a good solution to someone who was actively using Open Directory as this appears to have deleted all the data associated with Open Directory.
    Users and Groups now allow me to add/delete/modify.
    Sad to see an Apple product have such issues.

  • Exception in servermgr_accounts when creating open directory master...

    Just to give you some background, I'm new to Mac Os X Server. And I'm trying to get a mail/ical/web-server with "open directory" setup. The server is placed in a remote location, behind a NAT-firewall.
    I thought I hade everything setup, took a while to figure out the DNS-configs. But I managed to get everything working, and apply the server through a NetworkAccountServer on a client.
    When I wanted to setup some e-mail aliases for my e-mail accounts, I remembered I hade seen that in "Server Preferences".
    But when opening "Server Preferences" i got the following message:
    "Multiple errors occurred on the server while processing commands. Use the Console application to view the error messages.", I could access everything accept Users and Groups, when clicking these it tried to create a new open directory.
    The Console App shows this Message:
    2/4/11 1:15:31 AM servermgrd[3725] servermgr_accounts: noteDirectoryNodeAdded (reopening nodes)
    2/4/11 1:15:31 AM servermgrd[3725] * Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<NSCFDictionary 0x102021680> valueForUndefinedKey:]: this class is not key value coding-compliant for the key VR.'
    * Call stack at first throw:
    0 CoreFoundation 0x00007fff878fc7b4 __exceptionPreprocess + 180
    1 libobjc.A.dylib 0x00007fff890ce0f3 objcexceptionthrow + 45
    2 CoreFoundation 0x00007fff87954969 -[NSException raise] + 9
    3 Foundation 0x00007fff87e61c92 -[NSObject(NSKeyValueCoding) valueForUndefinedKey:] + 245
    4 Foundation 0x00007fff87d915a8 -[NSObject(NSKeyValueCoding) valueForKey:] + 420
    5 Foundation 0x00007fff87d8d0f6 -[NSDictionary(NSKeyValueCoding) valueForKey:] + 173
    6 servermgr_accounts 0x00000001005799c1 scDynamicStoreNotificationCallback + 25876
    7 servermgr_accounts 0x0000000100579948 scDynamicStoreNotificationCallback + 25755
    8 servermgr_accounts 0x0000000100577648 scDynamicStoreNotificationCallback + 16795
    9 servermgr_accounts 0x0000000100573521 scDynamicStoreNotificationCallback + 116
    10 SystemConfiguration 0x00007fff82273dad rlsPerform + 115
    11 CoreFoundation 0x00007fff87899401 __CFRunLoopDoSources0 + 1361
    12 CoreFoundation 0x00007fff878975f9 __CFRunLoopRun + 873
    13 CoreFoundation 0x00007fff87896dbf CFRunLoopRunSpecific + 575
    14 Foundation 0x00007fff87dc08e4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    15 Foundation 0x00007fff87dc07c3 -[NSRunLoop(NSRunLoop) run] + 77
    16 servermgrd 0x0000000100003f13 0x0 + 4294983443
    17 servermgrd 0x0000000100001388 0x0 + 4294972296
    18 ??? 0x0000000000000002 0x0 + 2
    2/4/11 1:15:31 AM com.apple.launchd[1] (com.apple.servermgrd[3725]) Job appears to have crashed: Abort trap
    2/4/11 1:15:31 AM com.apple.ReportCrash.Root[3831] 2011-02-04 01:15:31.997 ReportCrash[3831:2a03] Saved crash report for servermgrd[3725] version ??? (???) to /Library/Logs/DiagnosticReports/servermgrd2011-02-04-011531localhost.crash
    2/4/11 1:15:32 AM edu.mit.Kerberos.kadmind[3848] kadmind: starting...
    2/4/11 1:15:33 AM Server Admin[1931] Error '-1' when applying directory role change
    2/4/11 1:15:34 AM com.apple.launchd[1] (edu.mit.Kerberos.kadmind[3848]) Exited with exit code: 2
    2/4/11 1:15:34 AM com.apple.launchd[1] (edu.mit.Kerberos.kadmind) Throttling respawn: Will start in 9 seconds
    2/4/11 1:15:34 AM com.apple.launchd[1] (edu.mit.Kerberos.krb5kdc) Throttling respawn: Will start in 9 seconds
    2/4/11 1:15:43 AM edu.mit.Kerberos.kadmind[3951] kadmind: starting...
    2/4/11 1:15:51 AM com.apple.launchd[1] (com.apple.suhelperd[4009]) Exited with exit code: 2
    I tried reseting the "Open Directory Service" in "Server Admin", by setting it to "standalone directory".
    It did stop the "Open directory", but the console was again showing the message above.
    With the server in stand-alone mode, I could access "Server Preferences" again, but as soon as I create an "Open Directory again", it fails with the above error, and I cant access the Open Directory from Server Preferences.
    To summarize, the message shows when:
    1. Creating an Open Directory Master.
    2. Removing a Open Directory Master.
    3. Entering Server Preferences with Open Directory Master running.
    A wierd thing is that the "Open directory" seems to be fine. I can manage it in "Workgroup manager", login to webmail, calenders, VPN etc. I just can't manage it from "Server Preferences".
    I did make som misstakes in the beginning (primarly not setting a proper host-name before creating the first "Open Directory", and also having a local-user with the same short-name as a user in the "Open Directory") But that should all solved now.
    Any Idea's on what could be wrong?
    Where else can I set e-mail aliases for my "Open Directory" users? Is it possible for them to administer aliases themselves?
    Thanks in advance!
    PS. Anyone have any tips on mail-forwarding to multiple external accounts? Do I really need to edit this manually in /etc/postfix/aliases? Is there anyway I can let my users administer forwarding?

    If anyone else has similar issues, I didn't find a solution. Re-installed the server from scratch...

  • Error 0(Native: listNetInterfaces:[3]) and error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

    Hi Gurus,
    I'm trying to upgrade my test 9.2.0.8 rac to 10.1 rac. I cannot upgrade to 10.2 because of RAM limitations on my test RAC. 10.1 Clusterware software was successfully installed and the daemons are up with OCR and voting disk created. Then during the installation of RAC software at the end, root.sh needs to be run. When I run root.sh, it gave the error: while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory. I have libpthread.so.0 in /lib. I looked up on metalink and found Doc ID: 414163.1 . I unset the LD_ASSUME_KERNEL in vipca (unsetting of LD_ASSUME_KERNEL was not required in srvctl because there was no LD_ASSUME_KERNEL in srvctl). Then I tried to run vipca manually. I receive the following error: Error 0(Native: listNetInterfaces:[3]). I'm able to see xclock and xeyes. So its not a problem with x.
    OS: OEL5 32 bit
    oifcfg iflist
    eth0 192.168.2.0
    eth1 10.0.0.0
    oifcfg getif
    eth1 10.0.0.0 global cluster_interconnect
    eth1 10.1.1.0 global cluster_interconnect
    eth0 192.168.2.0 global public
    cat /etc/hosts
    192.168.2.3 sunny1pub.ezhome.com sunny1pub
    192.168.2.4 sunny2pub.ezhome.com sunny2pub
    192.168.2.33 sunny1vip.ezhome.com sunny1vip
    192.168.2.44 sunny2vip.ezhome.com sunny2vip
    10.1.1.1 sunny1prv.ezhome.com sunny1prv
    10.1.1.2 sunny2prv.ezhome.com sunny2prv
    My questions are:
    should ping on sunny1vip and sunny2vip be already working? As of now they dont work.
    if you look at oifcfg getif, I initially had eth1 10.0.0.0 global cluster_interconnect,eth0 192.168.2.0 global public then I created eth1 10.1.1.0 global cluster_interconnect with setif. Should it be 10.1.1.0 or 10.0.0.0. I looked at the subnet calculator and it says for 10.1.1.1, 10.0.0.0 is the subnet. In metalink they had used 10.10.10.0 and hence I used 10.1.1.0
    Any ideas on resolving this issue would be very much appreciated. I had been searching on oracle forums, google, metalink but all of them refer to DOC Id 414163.1 but it does n't seem to work. Please help. Thanks in advance.
    Edited by: ayyappa on Aug 20, 2009 10:13 AM
    Edited by: ayyappa on Aug 20, 2009 10:14 AM
    Edited by: ayyappa on Aug 20, 2009 10:15 AM

    a step forward towards resolution but i need some help from the gurus.
    root# cat /etc/hosts
    127.0.0.1 localhost.localdomain localhost
    ::1 localhost6.localdomain6 localhost6
    192.168.2.3 sunny1pub.ezhome.com sunny1pub
    192.168.2.4 sunny2pub.ezhome.com sunny2pub
    10.1.1.1 sunny1prv.ezhome.com sunny1prv
    10.1.1.2 sunny2prv.ezhome.com sunny2prv
    192.168.2.33 sunny1vip.ezhome.com sunny1vip
    192.168.2.44 sunny2vip.ezhome.com sunny2vip
    root# /u01/app/oracle/product/crs/bin/oifcfg iflist
    eth1 10.0.0.0
    eth0 192.168.2.0
    root# /u01/app/oracle/product/crs/bin/oifcfg getif
    eth1 10.0.0.0 global cluster_interconnect
    eth0 191.168.2.0 global public
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    ****ORACLE_HOME environment variable not set!
    ORACLE_HOME should be set to the main directory that contain oracle products. set and export ORACLE_HOME, then re-run.
    root# export ORACLE_BASE=/u01/app/oracle
    root# export ORACLE_HOME=/u01/app/oracle/product/10.1.0/Db_1
    root# export ORA_CRS_HOME=/u01/app/oracle/product/crs
    root# export PATH=$PATH:$ORACLE_HOME/bin
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    VIP does not exist.
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl add nodeapps -n sunny1pub -o $ORACLE_HOME -A 192.168.2.33/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl add nodeapps -n sunny2pub -o $ORACLE_HOME -A 192.168.2.44/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny1pub -a
    VIP exists.: sunny1vip.ezhome.com/192.168.2.33/255.255.255.0
    root# /u01/app/oracle/product/10.1.0/Db_1/bin/srvctl config nodeapps -n sunny2pub -a
    VIP exists.: sunny2vip.ezhome.com/192.168.2.44/255.255.255.0
    Once I execute the add nodeapps command as root on node 1, I was able to get vip exists for config nodeapps on node 2. The above 2 statements resulted me with same values on both nodes. After this I executed root.sh on both nodes, I did not receive any errors. It said CRS resources are already configured.
    My questions to the gurus are as follows:
    Should ping on vip work? It does not work now.
    srvctl status nodeapps -n sunny1pub(same result for sunny2pub)
    VIP is not running on node: sunny1pub
    GSD is not running on node: sunny1pub
    PRKO-2016 : Error in checking condition of listener on node: sunny1pub
    ONS daemon is not running on node: sunny1pub
    [root@sunny1pub ~]# /u01/app/oracle/product/crs/bin/crs_stat -t
    Name Type Target State Host
    ora....pub.gsd application OFFLINE OFFLINE
    ora....pub.ons application OFFLINE OFFLINE
    ora....pub.vip application OFFLINE OFFLINE
    ora....pub.gsd application OFFLINE OFFLINE
    ora....pub.ons application OFFLINE OFFLINE
    ora....pub.vip application OFFLINE OFFLINE
    Will crs_stat and srvctl status nodeapps -n sunny1pub work after I upgrade my database or should they be working now already? I just choose to install 10.1.0.3 software and after running root.sh on both nodes, I clicked ok and then the End of installation screen appeared. Under installed products, I see 9i home, 10g home, crs home. Under 10g home and crs home, I see cluster nodes(sunny1pub and sunny2pub) So it looks like the 10g software is installed.

  • Oracleorcl: error while loading shared libraries: libaio.so.1: cannot open

    Hi,
    I installed Oracle 10g on RHLinux AS4. I created a initOEMREP.ora file
    in $ORACLE_HOME/dbs.
    my .bash_profile file is,
    # .bash_profile
    # Get the aliases and functions
    if [ -f ~/.bashrc ]; then
    . ~/.bashrc
    fi
    # User specific environment and startup programs
    PATH=$PATH:$HOME/bin
    export PATH
    unset USERNAME
    #Added on 05-feb-2008
    #For oracle1g db installation
    export ORACLE_SID=OEMREP
    export ORACLE_BASE=/home/app/oracle10gdb
    export ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1
    export PATH=$ORACLE_HOME/bin:$PATH:.
    export LD_LIBRARY_KERNEL=$ORACLE_HOME/lib
    export TNS_ADMIN=$ORACLE_HOME/network/admin
    export TMP=/home/tmp
    export TMPDIR=/home/tmp
    While
    $sqlplus "/as sysdba"
    I am getting
    SQL*Plus: Release 10.2.0.1.0 - Production on Wed Feb 6 21:27:08 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    oracleorcl: error while loading shared libraries: libaio.so.1: cannot open shared object file: No such file or directory
    ERROR:
    ORA-12547: TNS:lost contact
    Please help me to solve this.
    Regards,
    Mathew

    Hi,
    THank you for the replay. Where will I get this package?
    Regards,
    Mathew.

  • Awk: error while loading shared libraries: libdl.so.2: cannot open shared

    I got the following error
    awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /tmp/install.dir.4681/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    Tuxedo 9.1 base installation complete
    when tried to install Tuxedo 9.1 on unbreakable Linux 5. I am trying to install Peoplesoft.
    I found this error is pretty common, not necessary appear when installing Tuxedo. I am searching around and a lot of people saying to comment out the line
    export LD_ASSUME_KERNEL
    The problem is I don't know which in which file I need to do it. Has anyone have the encountered the similar problem before? Thanks.

    After reading the installation script, I figure out which is the evil file. I just post it here so if someone get into this problem in the future, he can fix it.
    Here is the solution:
    Assume you are at the directory where the install.sh is. Do the following:
    -bash-3.1$ cd linux/sles9/base
    -bash-3.1$ cp tuxedo91_32_SLES_9_x86.bin tuxedo91_32_SLES_9_x86.bin.bak
    -bash-3.1$ cat tuxedo91_32_SLES_9_x86.bin.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" >tuxedo91_32_SLES_9_x86.bin
    -bash: tuxedo91_32_SLES_9_x86.bin: Permission denied
    -bash-3.1$ cat tuxedo91_32_SLES_9_x86.bin.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" >tuxedo91_32_SLES_9_x86.bin
    Then run the installation script
    sh install.sh and be happy as I am now!!!!

  • Oracleoracle: error while loading shared libraries: libodm9.so: cannot open shared ob

    Hi,
    I'm installing Oracle 9i on IA 64, OS linux. I keep getting the following error when I run sqlplus
    oracleoracle: error while loading shared libraries: libodm9.so: cannot open shared object file: No such file or directory
    ERROR:
    ORA-24314: service handle not initialized
    the LD_LIBRARY_PATH=$ORACLE_HOME/lib
    is set in the environment. After this error it prompts me for a user name?
    Regards

    Hi Ruben
    Before starting please make sure you have maintained all env for sidadm
    commands may vary depending on os in case
    Whenever I start SAPINST I set following before hand
    TMPDIR=/usr/sap/install/SRA_CI : just a log directory
    export TMPDIR
    LD_LIBRARY_PATH=/usr/sap/sapmnt/SRA/exe
    export LD_LIBRARY_PATH
    umask 022
    JAVA_HOME=/usr/sap/java
    export JAVA_HOME
    PATH=$/bin:$
    export PATH
    SAPINST_JRE_HOME=/usr/sap/java
    export SAPINST_JRE_HOME
    Hope this helps
    success!!

  • Svcadm: error while loading shared libraries: libz.so.1: cannot open shared

    Ops center 12c installation last stage we are getting below error :
    INFO: starting new satellite SMF services
    satadm: Enable HTML redirect
    satadm: Disabling application/scn/ec-server-splashpage
    /opt/sun/xvmoc/bin/svcadm: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory
    satadm: ERROR: application/scn/ec-server-splashpage failed to stop
    satadm: Starting Enterprise Controller with SMFlite...
    svcadm: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory
    satadm: ERROR: Error enabling Enterprise Controller run-time milestone svc:/application/scn/satellite-enable:default (rc=127)
    Error: starting satellite services
    Command: /opt/sun/xvmoc/bin/satadm start -v -w
    Exit code: 1
    Output:
    Please fix the problem and then try this step again.
    For a full log of the failed install see the file: /var/tmp/installer.log.14112.
    t. Try this step again (correct the failure before proceeding)
    x. Exit

    Hi Valentin
    The copy error occurs when you try to copy the files to the main OS that has allocated the VM ?
    Because another option is to get those files toward the VM across and ftp server. You could use
    an ftp server installed in the main machine or in the network where you are connected o inclusive from
    your mail if you have connection to internet.
    Joel Perez
    Oracle Ace Member
    DBA Oracle

  • Error while loading shared libraries: libltdl.so.7: cannot open shared

    After a recent upgrade, several applications started complaining "error while loading shared libraries: libltdl.so.7: cannot open shared object file: No such file or directory".
    As far as I know, at least these programs won't work in my system:
    mplayer: extra/mplayer 34007-1
    mocp: extra/moc 20110528-3
    display / composite /... : extra/imagemagick 6.7.2.5-1
    inkscape: extra/inkscape 0.48.2-2
    shotwell: community/shotwell 0.11.1-2
    And my libltdl is
    core/libltdl 2.4-5
    Is there something important missing in my system? Thanks in advance.

    Would you please post the output of ls -l /usr/lib/libltdl*
    On my system
    ewaller@odin:~[1] 1007 %pacman -Qo /usr/lib/libltdl.so
    /usr/lib/libltdl.so is owned by libltdl 2.4-5
    ewaller@odin:~ 1008 %ls -l /usr/lib/libltdl*
    -rw-r--r-- 1 root root 63986 Sep 8 00:12 /usr/lib/libltdl.a
    lrwxrwxrwx 1 root root 16 Sep 8 00:12 /usr/lib/libltdl.so -> libltdl.so.7.3.0
    lrwxrwxrwx 1 root root 16 Sep 8 00:12 /usr/lib/libltdl.so.7 -> libltdl.so.7.3.0
    -rwxr-xr-x 1 root root 39480 Sep 8 00:12 /usr/lib/libltdl.so.7.3.0
    ewaller@odin:~ 1009 %

  • Error while loading shared libraries: libglut.so.3: cannot open shared

    Hi, I bought the new Humble Bundle today and downloaded the tar.gz file for Fieldrunners (which is supposed to work under linux)
    "error while loading shared libraries: libglut.so.3: cannot open shared object file: No such file or directory" is the message I get when I put ./Fieldrunners into konsole after copying the fieldrunners folder into /opt
    I have freeglut-2.8.0-1 installed
    This is the README:
    This is Fieldrunners for Linux.
    It was built under Ubuntu 12.04 but is known to work in other distros.
    The only external dependancy is the freeglut3 library.
    To install:
      copy the fieldrunners directory (executable and game assets) to /opt
      copy the .fieldrunners directory (user options, achievements and saves) to your home directory.
    If you don't want to copy the fieldrunners directory to /opt, you can likely start fieldrunners from any folder and it will attempt to find the assets in the same folder as the executable.
    The executable /opt/fieldrunners/Fieldrunners will create the .fieldrunners directory in the home directory if not found.
    EDIT: Forgot to mention, there is no PKGBUILD file in the tar.gz
    Last edited by harsha (2012-08-15 23:43:19)

    My Fieldrunners says:
    cannot open audio device (Device or resource busy)
    Fieldrunners: pcm.c:928: snd_pcm_state: Assertion `pcm' failed.
    ... so I have to kill pulseaudio first (or use padsp). After that (with alsa), it has choppy sound. 1 second sound, one pause...
    Spacechem is windows binary + a wine'ish blob (that just freezes on my machine), comes only as rpm/deb and seems to insist to be installed in /opt (AND some files in /usr/share). The included .exe doesn't work with native wine either (without further adjustments at least).
    Doesn't really look good at all so far, this bundle.
    edit:
    Also: Uplink seems to be unplayable on a big resolution Display without workarounds due to its small font...?
    Spirits says:
    (Spirits-64:14143): Gtk-WARNING **: Error loading theme icon 'image-missing' for stock: Fatal error reading PNG image file: Incompatible libpng version in application and library
    ... but seems to work fine at a first glance (safe for a missing picture in the launcher which isn't really tragic).
    edit:
    ( Aaaand, now I notice I'm in the wrong thread and/or forum. Where did that generic "is the bundle working?"-thread go? Stupid multi-tabbing xD )
    Last edited by whoops (2012-08-16 20:47:17)

  • Error while loading shared libraries: libtasn1.so.3: cannot open share

    Hello,
    I have done an update to the system today and now I see the following error:
    emacs: error while loading shared libraries: libtasn1.so.3: cannot open shared object file: No such file or directory
    same happens if I try to open epiphany.
    I have:
    extra/libtasn1 3.0-1 [installed]
    I tried to reinstall it, but there is no effect. Any idea what I can do to fix this?
    Thanks!

    looking at the file list, libtasn1 3.0-1 comes with libtasn1.so.6. The packages that depend on it will need to be rebuilt for the soname bump. If you're sure that you're completely up to date, file a bug report. If you got the versions of the programs you're using from the AUR, rebuild them yourself.
    Last edited by Scimmia (2012-11-05 14:34:01)

  • "error while loading shared libraries: libnotify.so.1: cannot open.."

    This is what happend after I rebooted the computer today.
    [ ~ ]$ pino
    pino: error while loading shared libraries: libnotify.so.1: cannot open shared object file: No such file or directory
    [ ~ ]$ gnome-gmail-notifier
    gnome-gmail-notifier: error while loading shared libraries: libnotify.so.1: cannot open shared object file: No such file or directory
    [ ~ ]$ liferea
    liferea: error while loading shared libraries: libnotify.so.1: cannot open shared object file: No such file or directory
    [ ~ ]$ linuxdcpp
    linuxdcpp: error while loading shared libraries: libnotify.so.1: cannot open shared object file: No such file or directory
    Im guessing Im not the only one? Dunno what to do?

    Thanks!
    This is how the PKGBUILD looks like:
    build() {
    cd "${srcdir}/liferea-${pkgver}"
    patch -Np1 -i "$srcdir/libnotify-0.7.patch"
    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-schemas-install
    make
    This is how my PKGBUILD looks like:
    build() {
    cd "${srcdir}/${_pkgrealname}-${pkgver}"
    patch -Np1 -i $srcdir/libnotify-0.7.patch || return 1
    patch -Np1 -i ../getenv_sync.patch || return 1
    ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-schemas-install || return 1
    make || return 1
    But it doesnt work:
    [ ~/pkgbuilds/liferea-ext4 ]$ makepkg -csi
    ==> Making package: liferea-ext4 1.7.4-1 (Fri Mar 18 11:27:45 CET 2011)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving Sources...
    -> Found liferea-1.7.4.tar.gz
    -> Found getenv_sync.patch
    -> Found libnotify-0.7.patch
    ==> Validating source files with md5sums...
    liferea-1.7.4.tar.gz ... Passed
    getenv_sync.patch ... Passed
    libnotify-0.7.patch ... Passed
    ==> Extracting Sources...
    -> Extracting liferea-1.7.4.tar.gz with bsdtar
    ==> Removing existing pkg/ directory...
    ==> Entering fakeroot environment...
    ==> Starting build()...
    patching file src/notification/libnotify.c
    Hunk #1 FAILED at 150.
    Hunk #2 FAILED at 244.
    2 out of 2 hunks FAILED -- saving rejects to file src/notification/libnotify.c.rej
    ==> ERROR: A failure occurred in build().
    Aborting...
    [ ~/pkgbuilds/liferea-ext4 ]$
    What am I doing wrong?
    Last edited by Hund (2011-03-18 09:30:55)

Maybe you are looking for