1159 on RH9 - Permissions

I posted this on the ebusiness suite forum but as it may have more to do with linux and permissions I decided to post it here too ...
I'm attempting to install 1159 on RH9 even though unsupported (single node install). I fire up rapid install, enter in the various pieces of info and begin. After dealing with the external error when running instconv.drv by commenting out the 4 lines, I now get external process error when running the next driver. According to dbInstancecfg.log, I have 4 pages of "setting permissions FAILED" errors.
I'm sure (sure?) I have permissions set properly with my oracle and applmgr accounts, I have them defined to a dba group as their primary group, I've added the umask option in my bashrc file (as was suggested in another post).
Has anyone else run into this particular issue? Any suggestions how to fix? It seems like permissions are the biggest hangup with the install so far but I don't understand the complexity. I'm new to linux so it's probably something I'm doing wrong but for the life of me I can't figure it out.
Would it make more sense to install it using ONE owner i.e. Oracle instead of oracle and applmgr?

11.5.9, RedHat Linux 9
Hello,
Well, I am so glad I am not the only one facing this problem. After 3 late night sessions (tonight, 4) and intensive browsing/searching/tinkering, nothing seems to work. When I read your post, it felt like you read my mind since I was about to post the same issue yesterday (my connection died and it was 3am...too tired couldn't do it)..
Rapidwiz fails at File System Check. (If you have the File safe check issue, it goes away if the File system check is fixed)..
What I really hate about this is that I fixed this when I installed 11i first time (too bad, I didn't take notes about this issue and don't remember now how I fixed it either.)... Bad network / domain config so, decided to blow it all up (linux as well) and started clean.
I am doing a Staged install...
I remember creating the directories manually and assigning permissions and magically it worked (don't know exactly what else I have done...)
To sum it up, installing this time, here are the modifications I've done so far:
I edited the ".bashrc" file according to someone's post on these forums about uid and umask settings. I even added the oracle and applmgr accounts to root group...
1) Added all the packages and system utility stuff in RH9. (Rapidwiz doesn't complain about sys util stuff)
2) Installed JDK 1.3.1_07 in the proper location. (Rapidwiz path /usr/opt/jdk1.3.1)
3) Created "oracle" and "applmgr" accounts.
4) Created "dba" group and assigned it as primary to both accounts.
5) Added "LD_ASSUME_KERNEL=2.4.1" (Rapiwiz starting trouble)
6) Tried umask settings (0022, 0002)... no difference.
7) Created full directory structure according to log file in /tmp.. and gave full permissions (chmod 777 /dxx -R -v)...still no luck....
8) I am pulling my hair and,,, oh man,,,wait,,, I just lost a patch on the back of my head!!! - pulled a little too hard -.... trying to laugh it off... :-)/(
There was a post on Linuxquestions.org about setting userid to 0 in /etc/passwd file... something in the line that it will give full access to other than root account (in our case, oracle and applmgr). Still doesn't work.
The ever present error message in /tmp log file:
Error - Unable to create file with proper privileges:
Database ORACLE_HOME
Mount Point = /d02/oracle/proddb/9.2.0
. and the list continues for APPL_TOP etc... same error, different mount points.
I drank about 5 shots of Tequila to calm myself... your turn: \~/ \~/ \~/ \~/ \~/
Also, there will be other errors and prompt you to "Retry" in Step 2 or 3 (can't recall) and toward the last step. I am putting my notes together... When done, I'll post it here so others won't lose some much hair like I did .. ;)
H E L P!!! Now, there has got to be someone who can clear up this issue... Please come foward and help us.
Thanks in Advance!

Similar Messages

  • EBus on RH9 - Database won't start

    My continuing saga with installing Ebusiness 1159 on RH9. I've solved the permissions issue by running rapidinstall as oracle rather than root. Now I'm getting an error after the installer loads the database files. (I'm attempting to load a fresh database). It seems that Oracle is creating the controlfile ok but then it errors. Here's the error log:
    Statusstring Executing Command: InstantiateFile -d addbtmpl.drv
    Statusstring Executing Command: InstantiateFile adcrdbclone.sql
    Statusstring Starting the net8 listener
    You are running addlnctl.sh version 115.3
    Starting listener process TEST ...
    addlnctl.sh: exiting with status 0
    Statusstring Creating the database controlfile...
    adcrdb.sh started at Wed Dec 31 11:53:02 EST 2003
    Parameters passed are :
    The environment settings are as follows ...
    ORACLE_HOME : /d01/oradb/testdb/9.2.0
    ORACLE_SID : TEST
    TWO_TASK :
    PATH : /d01/oradb/testdb/9.2.0/Apache/perl/bin:/d01/oradb/testdb/9.2.0/bin:/usr/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/usr/bin:/d02/stage11i/startCD/Disk1/rapidwiz/unzip/Linux:/usr/bin:/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin
    LD_LIBRARY_PATH : /d01/oradb/testdb/9.2.0/lib
    Executable : /d01/oradb/testdb/9.2.0/bin/sqlplus
    The log information will be written to
         /d01/oradb/testdb/9.2.0/appsutil/log/TEST_csv212/adcrdb_TEST.txt
    Creating the control file for TEST_csv212 database ...
    SQL*Plus: Release 9.2.0.3.0 - Production on Wed Dec 31 11:53:02 2003
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to an idle instance.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 560796504 bytes
    Fixed Size          451416 bytes
    Variable Size          385875968 bytes
    Database Buffers     163840000 bytes
    Redo Buffers          10629120 bytes
    Control file created.
    alter database open resetlogs
    ERROR at line 1:
    ORA-01092: ORACLE instance terminated. Disconnection forced
    alter tablespace temp add tempfile '/d02/oradata/testdata/temp01.dbf' REUSE
    ERROR at line 1:
    ORA-03114: not connected to ORACLE
    ALTER DATABASE RENAME GLOBAL_NAME TO TEST
    ERROR at line 1:
    ORA-03114: not connected to ORACLE
    ORA-24324: service handle not initialized
    ORA-01041: internal error. hostdef extension doesn't exist
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 560796504 bytes
    Fixed Size          451416 bytes
    Variable Size          385875968 bytes
    Database Buffers     163840000 bytes
    Redo Buffers          10629120 bytes
    Database mounted.
    PL/SQL procedure successfully completed.
    ORACLE instance shut down.
    Connected to an idle instance.
    ORACLE instance started.
    Total System Global Area 560796504 bytes
    Fixed Size          451416 bytes
    Variable Size          385875968 bytes
    Database Buffers     163840000 bytes
    Redo Buffers          10629120 bytes
    Control file created.
    alter database open resetlogs
    ERROR at line 1:
    ORA-01194: file 1 needs more recovery to be consistent
    ORA-01110: data file 1: '/d02/oradata/testdata/system01.dbf'
    Any suggestions?

    The error you are getting is because Oracle is not able to check the availability of Apache webserver. The strange thing is that Oracle does not tell what's the reason for the error.
    Basically this RPM is an OS patch which will enale starting of Apache webserver for Oracle.
    My suggestion is while installing RH9 you better select all the packages.
    Try to install this RPM, compat-db-4.0.14-5.i386.rpm you can get it from:
    http://ftp.sanguine.jp/pub/sahughes/extras/rhl/beta/updates/taroon/RPMS/
    I installed 11.5.9 on Red Hat Enterprise AS 3.0.
    I did install Redhat 9 and try to install 11.5.9 on it and got the same error you are getting. I could not figure out the problem and gave up the installation.
    Started fresh with RH AS 3.0 and while installing I realized what was the problem I was getting with RH9.
    --Lokesh                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Oracle 9.0.1 with RH9.0  ./runInstaller

    Hi!!
    I am trying to install Oracle 9i with RH9.0 but I have a problem when I execute ./runInstaller
    Itializing Java Virtual Machine from /tmp/OraInstall/jre/bin/jre. Please wait...
    /tmp/OraInstall/jre/bin/../lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM
    What can I do, please??
    My machine is
    - 512Mb Ram
    - 40Gb Disk space
    - java version "1.3.1"
    Java(TM) 2 Runtime Environment, Standard Edition (build Blackdown-1.3.1-FCS)
    Java HotSpot(TM) Client VM (build Blackdown-1.3.1-FCS, mixed mode)
    Thanks

    Hi,
    I found alike problem in Metalink:
    From: CESAR AUGUSTO RENGIFO 01-Jun-03 23:53
    Subject: problem intalling Oracle 8.1.7 in Red Hat 9
    problem intalling Oracle 8.1.7 in Red Hat 9
    hi, i am tried to install Oracle 8.1.7 Standard Edition in Red Hat 9, but the installer dont initialize.
    the error when i run runInstaller is:
    "Initializing Java Virtual Machine from ../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/bin/jre. Please wait...
    [oracle@localhost Disk1]$ /home/oracle/Disk1/stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/lib/linux/native_threads/libzip.so: symbol errno,
    version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
    Unable to initialize threads: cannot find class java/lang/Thread
    Could not create Java VM"
    the machine characteristics are:
    "Linux localhost.localdomain 2.4.20-8smp #1 SMP Thu Mar 13 17:45:54 EST 2003 i686 i686 i386 GNU/Linux"
    i had search through the installed packages for the glibc librarys and this is the result:
    "glib-1.2.10-10
    glibc-common-2.3.2-11.9
    glibc-2.3.2-11.9
    glib2-2.2.1-1
    glibc-devel-2.3.2-11.9
    glibc-kernheaders-2.4-8.10"
    thanks in advance,
    andrew
    From: Yonatan KOPEL 02-Jun-03 13:58
    Subject: Re : problem intalling Oracle 8.1.7 in Red Hat 9
    Ther is compatibility problem that happend with broken binaries
    errno shouldn't show up with binary or library compiled against glibc 2.1+
    You can use LD_ASSUME_KERNEL=2.4.1 (or 2.2.5) in the broken apps env
    to work around this.
    Jonathan Kopel
    From: RUDINEI RUFA N/A 10-Jun-03 22:11
    Subject: Re : problem intalling Oracle 8.1.7 in Red Hat 9
    May I can help you.... try to download a JRE latest version, install on /usr/local/java, and edit '/install/oraparam.ini', change the JRE location, and run the 'runInstaller' from '/install/linux'.
    Regards,
    Mauricio.
    [email protected]
    Support Analyst
    RH9 isn't certified for Oracle9i !!!
    Note:201370.1
    LINUX: Quick Start Guide - 9.2.0 RDBMS Installation
    Quick Start Guide Oracle9i Release 2 (9.2.0) RDBMS Installation Linux Operating System PURPOSE ======= This document is designed to be a quick reference that can be used when installing Oracle 9.2.0 on the Linux platform. It is NOT designed to take the place of the Installation Guide. It is recommended that users READ the installation guide. Instructions to locate that document are contained in Appendix A. A familiarity with the Linux Operating System is assumed. If Installation guide information is needed, please see the Appendix A at the bottom of this document for additional resources. Each step should be done in the order that it is listed. These steps are the bare minimum that is necessary for a typical install of the Oracle9i RDBMS. Verification of Version Certification: ====================================== Currently, Oracle 9.2.0 is certified ONLY on the following Intel Based Server Linux distributions: - Red Hat Advanced Server 2.1 - Suse SLES7, SLES8 - United Linux 1.0 For the latest certification and other related information, use the "Certify & Availability" link in Metalink. Installations on distributions and versions not listed in the Certify link is not supported. Pre-requisite Requirements for System Administrator: ==================================================== The following steps are required to verify your operating system meets minimum requirements for installation, and should be performed by the root user. For assistance with system administration issues, please contact your system administrator or operating system vendor. Use these steps to manually check the operating system requirements before attempting to install Oracle RDBMS software, or you may choose to use the convenient "Unix InstallPrep script" which automates these checks for you. For more information about the script, including download information, please review the following article: Note:189256.1 UNIX: Script to Verify Installation Requirements for Oracle 9.x version of RDBMS Users must have /bin/utils installed for the operating system. This is part of the developers option on RedHat Advanced Server 2.1. The Following Steps Need to be Performed by the Root User: 1. Configure System Resources: Ensure that the system has at least the following resources: ? 400 MB in /tmp * ? 512 MB of Physical Memory (RAM) ? Three times the amount of Physical Memory for Swap space (unless the system exceeds 1 GB of Physical Memory, where two times the amount of Physical Memory for Swap space is sufficient) * You may also redirect /tmp by setting the TEMP environment variable. This is only recommended in rare circumstances where /tmp cannot be expanded to meet free space requirements. 2. Create a Software Owner and Group: Create a Unix user and group that will own the Oracle software. (Typically user = oracle, group = dba) You may use a GUI tool for this if your distirbution provides one, or the 'useradd' and 'groupadd' command line utilities. Please make sure the user and group you use are defined in the local /etc/passwd and /etc/group files rather than resolved via a network service such as NIS. 3. Create a Software Mount Point and DataFile Mount Points: Create a mount point for the Oracle software installation (at least 2.5 GB, typically /u01) Create a second, third and fourth mount point for the database files, control files, and log files to be created (typically /u02, /u03, /u04). ? The oracle user should own these mount points and all of the directories below the mount point. 4. Test the Permissions: Ensure that the oracle user can write to the new mount points ? As a test, change directories to each of the new mount point directories as the oracle user and create a file or directory. Example: % touch /u01/test 5. Configure Kernel Resources: The following kernel parameters related to shared memory and semaphores will require tuning:      SHMMAX = 2147483648      SHMMIN = 1      SHMMNI = 100      SEMMNS = 1000      SEMMSL = 250      SEMMNI = 100      SEMOPM = 100 6.On Linux kernel parameters can be set dynamically or can be written in a shell script to be set at boot time. Kernel parameters should be set as the root user. They are set as follows 1.     cd /proc/sys/kernel 2.     Modify the parameter values by using the following command syntax: a.     # echo 100 32000 100 100 > sem           This sets SEMMSL, SEMMNS, SEMOPM, SEMMNI b.     # echo 2147483648 > shmmax c.     # echo 1 > shmmin d.     # echo 100 > shmmni ================================================================================ These changes are NOT persistent and must be re-set after each re-boot. On RedHat Advanced Server 2.1, these parameters can be entered into the file /etc/sysctl.conf. This parameters in this file are set each time the system is booted. Example:      $ more /etc/sysctl.conf      # Disables packet forwarding      net.ipv4.ip_forward = 0      # Enables source route verification      net.ipv4.conf.default.rp_filter = 1      # Disables the magic-sysrq key      kernel.sysrq = 0      kernel.shmmax=256000000      kernel.shmmin=1      kernel.shmmni=100      kernel.sem= 250 32000 32 128 7. Mount CD-ROM: Depending on your Linux distribution the cdrom device is typically either "/cdrom" or "/mnt/cdrom". Please substitute the appropriate value when "<cdrom>" appears in the examples. # mount <cdrom> Installs can be done from either the CD or by copying the contents of each CD?s to a stage area on the local disk (/stage/Disk1, /stage/Disk2, /stage/DiskN) 8.This is required to run as root: /tmp/orainstRoot.sh First question of oracle installation. If no other versions of Oracle 8i or 9i have been installed before. You will be ask to run /tmp/orainstRoot.sh to create the oraInventory location pointer. Usually found in /etc on Linux Files that are located in /etc are /etc/oratab and /etc/oraInst.loc Installation Steps for the Oracle User ======================================= The Following Steps need to be performed by the Oracle User: This can be done from either a Telnet or an SSH connection. It is NOT recommended to perform installations from a su ? oracle connection. 1. Set Environment Variables Environment variables should be set in the login script for the oracle user. If the oracle user's default shell is the C-shell (/usr/bin/csh), then the login script will be named ".login". If the oracle user's default shell is the Bourne-shell (/usr/bin/bsh) or the Korn-shell (/usr/bin/sh or /usr/bin/ksh), then the login script will be named ".profile". In either case, the login script will be located in the oracle user's home directory ($HOME). The examples below assume that your software mount point is /u01. Parameter Value ----------- ------ ORACLE_HOME /u01/app/oracle/product/9.2.0 ORACLE_BASE /u01/app/oracle PATH /u01/app/oracle/product/9.2.0/bin: /usr/ccs/bin:/usr/bin/X11/:/usr/local/bin and any other items you require in                     your PATH      ORA_NLS33          $ORACLE_HOME/ocommon/nls/admin/data ORACLE_SID Set this to what you will call your database instance. (4 - 8 characters in length)      If you are not on the console, you may need to set the following DISPLAY <ip-address>:0.0 (review Note:153960.1 for detailed information) ENSURE THAT CLASS_PATH IS NOT SET IN THE ENVIRONMENT 2. Set the umask: Set the oracle user's umask to "022" in you ".profile" or ".login" file. Example: umask 022 3. Verify the Environment Log off and log on as the oracle user to ensure all environment variables are set correctly. Use the following command to view them: % env | more Before attempting to run the Oracle Universal Installer, verify that you can successfully run the following command: % /usr/bin/X11/xclock If this does not display a clock on your display screen, please review the following article: Note:153960.1 FAQ: X Server testing and troubleshooting 4. Start the Oracle Universal Installer and install the RDBMS software: Use the following commands to start the installer: % cd /tmp % /cdrom/runInstaller Or cd to /stage/Disk1 and run ./runInstaller Respond to the installer prompts as shown below: ? When prompted for whether orainstRoot.sh has been run by root, enter "y". This should have been done in Pre-Installation step 8 above. ? At the "Welcome Screen", click Next. ? If prompted, enter the directory to use for the "Inventory Location". This can be any directory, but is usually not under ORACLE_HOME because the oraInventory is shared with all Oracle products on the system. ? If prompted, enter the "UNIX Group Name" for the oracle user (dba). ? At the "File Locations Screen", verify the Destination listed is your ORACLE_HOME directory. Also enter a NAME to identify this ORACLE_HOME. The NAME can be anything, but is typically "DataServer" and the first three digits of the version. For example: "DataServer920" ? At the "Available Products Screen", choose Oracle9i Database, then click Next. ? At the "Installation Types Screen", choose Enterprise Edition, then click Next. ? If prompted, click Next at the "Component Locations Screen" to accept the default directories. ? At the "Database Configuration Screen", choose the the configuration based on how you plan to use the database, then click Next. ? If prompted, click Next at the "Privileged Operating System Groups Screen" to accept the default values (your current OS primary group). ? If prompted, enter the Global Database Name in the format "ORACLE_SID.hostname" at the "Database Identification Screen". For example: "TEST.LNXhost". The SID entry should be filled in with the value of ORACLE_SID. Click Next. ? If prompted, enter the directory where you would like to put datafiles at the "Database File Location Screen". Click Next. ? If prompted, select "Use the default character set" (WE8ISO8859P1) at the "Database Character Set Screen". Click Next. ? At the "Summary Screen", review your choices, then click Install. The install will begin. Follow instructions regarding running "root.sh" and any other prompts. When completed, the install will have created a default database, configured a Listener, and started both for you. Note: If you are having problems changing CD-ROMs when prompted to do so, please review the following article: Note:146566.1 How to Unmount / Eject First Cdrom Your Oracle9i Release 2 (9.2.0) RDBMS installation is now complete and ready for use. Appendix A ========== Documentation is available from the following resources: Oracle9i Release 2 (9.2.0) CD-ROM Disk1 ---------------------------------------- Mount the CD-ROM, then use a web browser to open the file "index.htm" located at the top level directory of the CD-ROM. Then proceed to Documentation menu Item on this CD-ROM you will find the Installation Guide, Administrator's Reference, and other useful documentation. Oracle Documentation Center --------------------------- Point your web browser to the following URL: http://otn.oracle.com/documentation/content.html Select the highest version CD-pack displayed to ensure you get the most up-to-date information.
    Regards,
    Ladislav Jurencak

  • Missing Snippet Descriptions (upgraded from RH7 to RH9)

    Hi all,
    I've pretty much successfully upgraded my RH7 project to RH9. I only noticed two problems, one of which is the subject of this thread - the descriptions for each of my snippets isn't displaying. It looks to me like this problem has something to do with the way descriptions were previously stored (in a title tag for RH7 and lower versions?) versus the way the descriptions are now stored (in a meta tag, i think, for RH8 and higher versions?).
    I took a look at the hts file for one of my snippets that was upgraded from RH7 to RH9. The code looks like this (I've bolded the snippet description):
    <?xml version="1.0" encoding="utf-8" ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="generator" content="Adobe RoboHelp 9" />
    <title>Use this text above the table that explains Action menu items.</title>
    </head>
    <body>
    <p style="margin-top: 2pt; margin-bottom: 2pt;">Select an action from the
    menu and click Go. </p>
    <p style="margin-top: 2pt; margin-bottom: 2pt;">&#160;</p>
    <p style="margin-top: 2pt; margin-bottom: 2pt;"><span class="NoteTitle">Note:</span>
    The Action menu may change depending on the content, the content's status,
    your permissions and what you have already accessed. Therefore, the options
    explained below may not all be available at the same time.</p>
    </body>
    </html>
    THEN, I created a brand new snippet in RH9. The code looks like this:
    <?xml version="1.0" encoding="utf-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="topic-comment" content="this is a new test snippet" />
    <title>New Snippet</title>
    <meta name="generator" content="Adobe RoboHelp 9" />
    </head>
    <body>
    <p>This is placeholder text for your snippet. To add content to the body,
    replace this text. </p>
    <p>&#160;</p>
    <p>For information about applying snippets to topics, press <b>F1</b>.</p>
    </body>
    </html>
    Notice how the description for the brand new snippet starts with "<meta name" but for the snippet that was created in RH7 (and then automatically upgraded by RH9), the description for the snippet starts with "<title>".
    I have 101 (exact count) snippet files and would hate to have to go into each one and modify this line of code myself, so my question is this:  Does anybody know a good, faster way to 'upgrade' all of my hts (snippet) files to follow the new RH9 format?
    Here are two things I've tried:
    1. Using TextPad, I manually made the change in the .hts file. Result: The description still does not display in the Description column in the Snippets pod (on the left in the screenshot below), but it DOES display in the Snippet Properties window (on the right in the screenshot below).
    2. Copying the description from TextPad, then opening the Properties window for the snippet and pasting the description into the Description field, and saving the snippet. This WORKS...but I'll have to do it 100 more times to fix all my snippets, AND the Title tag still ends up being incorrect.   Although things LOOK correct in the Properties window (i.e., the Name field indicates the correct name for the snippet, and the Description field now contains the correct description), here's the resulting code:
    <meta name="topic-comment" content="Use this text as the explanation for the Add To Cart Action menu option." />
    <title>Use this text as the explanation for the Add To Cart Action menu option.</title>
    So, the meta and title tags end up having the same values! The title tag should say "Add To Cart" - I don't know how it's possible that it doesn't contain this text as the value for the title tag. Thus, it seems like in order to get the descriptions in there correctly, I have to do a copy, then paste into the Properties window in RH9, but to correct the Title tags I have to open the .hts files in a text editor (i.e., *outside* of RH9) and enter the correct title text for each snippet. Is this really going to be this time-consuming to fix?

    Let's try again.
    First forget thinking in INCLUDE mode. Everything will be included unless you exclude it.
    Example.
    Topic 1 has tag A applied to the topic
    Topic 2 has tag B applied to the topic
    Topic 3 has tag A applied to some of the content (let's say to the word Redrabbit) but not the topic itself.
    Topic 4 has the tag A applied to the word Redrabbit and tag B to the word Greenrabbit but no tag on the topic itself.
    This is how it should work.
    Topic
    Topic tag
    Text tagged
    Expression Not A
    Expression Not B
    Expression Not A and Not B
    Header 6
    1
    A
    Topic will be excluded
    Topic be in output
    Topic will be excluded
    2
    B
    Topic be in output
    Topic will be excluded
    Topic will be excluded
    3
    None
    Redrabbit is tagged A
    Topic will be in output but the word Redrabbit will be excluded
    Whole topic will be in output including the word Redrabbit.
    Topic will be in the output but the words Redrabbit and Greenrabbit will be excluded.
    4
    None
    Redrabbit is tagged A and Greenrabbit is tagged B
    Topic will be in output but the word Redrabbit will be excluded
    Topic will be in the output but the word Greenrabbit will be excluded.
    Topic will be in the output but the words Redrabbit and Greenrabbit will be excluded.
    Below is the expression dialog.
    Here I have selected from Available Tags and put them in Exclude.
    Click Advanced and you will see how RH writes the expression.
    Written like that, does it now work for you?
    See www.grainge.org for RoboHelp and Authoring tips

  • 9.2.0.3 patchset on RH9

    Has anyone been able to apply the 9.2.0.3 patchset to a 9.2.0.1 Oracle database server on RH9? The 9.2.0.1 server was working fine until after I ran catpatch.sql. Then it started giving me a lot of the following error messages:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04045: errors during recompilation/revalidation of <some package name>
    ORA-06508: PL/SQL: could not find program unit being called ORA-06512: at line 2
    This would happen whenever I access any system or user defined package.
    Also, anyone knows how I can check the value of an environment variable (LD_ASSUME_KERNEL) in the environment in which the Oracle database server is running? I know how to set the env variable in a shell and then use the shell to run a client app. But I want to make sure the server processes are also running in an environment with this variable set correctly.
    Thanks,
    Dave

    Hi Stefan,
    Exactly which Java component did the installation stop at, and if you go to the end of the install log (install log is in oraInventory/logs directory, it's named installActions<date>.log), what does it say?
    If you forgot to set LD_ASSUME_KERNEL to "2.4.1", the installer will stop right at the beginning when it starts copying files. This is because although the installer is a Java app, it calls native shared libraries via JNI to perform OS operations like copying files or changing file permissions. Those shared libraries were compiled against an earlier version of glibc.
    The only places where relinking stopped for me were at oemagent and at a ctx agent. The ctx agent has a fix which is well known. The oemagent cannot be fixed without hacking glibc source code and recompiling I think. I haven't had time to try that yet.
    Cheers,
    Dave

  • Have anyone installed 1159 on linux AS3.0

    Hi All
    Have anyone ever experimented to install oracle 1159 on linux RedHat 3.0 successfully?
    Regards

    Thanks Chandra & others in this forum.
    I did install the 11.5.9 on RHEL 3.0
    after a struggle of 12 hours.
    I solved the issues, applied patches.
    It works very well.
    Here is another version of solution.
    The steps to create the issue,
    especially unable to instantiate & unable to create control file.
    I found some workaround too.
    When I tried to install 11.5.9 on Redhat Linux Ent. 30 & AS 21 & RH9,
    I find that read from config file does not work properly,
    that creates "unable to instantiate file"
    and "unable to create control file" issues.
    Steps to recreate the issue.
    start rapidwiz
    When giving applusr and oracle user,
    the default brings applEVAL, oraEVAL
    supposing your instance is EVAL (oracle_sid)
    change it to applmgr and oracle
    save the config file
    exit it ( do not run further )
    Next start the rapidwiz
    say read from config file
    It reads the /tmp/config.txt and backs-up to /tmp/config.txt.bac
    everything looks fine, but you will get
    "unable to instantiate file" and "unable to create control file" errors
    The reason is oracle changes some of the entries in
    /tmp/config.txt while reading it.
    half way through (you can find out at the end of the file)
    it changes applmgr into applEVAL and oracle into oraEVAL
    Hence, the user does not exists and unable to instantiate files.
    The work around is do not read from config file
    start from scratch, that is the oracle way!
    They are way behind Microsoft, no doubt.
    I just followed step by step instructions
    in this release notes for RHEL 3.0
    Oracle® Applications
    Installation Update Notes
    Release 11i for Linux x86 (11.5.9)
    Part No. B10849-02
    December 2003
    Good Luck.
    Jiltin

  • How can I permit all traffic from inside-dmz-outside on asa5505

    Scenario :
    Servers are in DMZ, Internal LAN Users should access ports Specified (5000 & 2048). Router 2801 is facing Leased line; from there it’s connected to firewall.
    Router LAN IP: 83.111.X.X - 255.255.255.X
    ASA Version 7.2(4)
    hostname ciscoasa
    domain-name default.domain.invalid
    enable password 2KFQnbNIdI.2KYOU encrypted
    passwd 2KFQnbNIdI.2KYOU encrypted
    names
    interface Vlan1
    nameif inside
    security-level 100
    ip address 192.168.X.X 255.255.255.0
    interface Vlan2
    nameif outside
    security-level 0
    ip address 83.111.X.X 255.255.255.240
    interface Vlan3
    nameif dmz
    security-level 100
    ip address 192.168.100.1 255.255.255.0
    interface Ethernet0/0
    switchport access vlan 2
    interface Ethernet0/1
    interface Ethernet0/2
    switchport access vlan 3
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    switchport access vlan 3
    interface Ethernet0/7
    ftp mode passive
    dns server-group DefaultDNS
    domain-name default.domain.invalid
    same-security-traffic permit inter-interface
    same-security-traffic permit intra-interface
    pager lines 24
    logging asdm informational
    mtu inside 1500
    mtu outside 1500
    mtu dmz 1500
    no failover
    icmp unreachable rate-limit 1 burst-size 1
    asdm image disk0:/asdm-524.bin
    no asdm history enable
    arp timeout 14400
    global (outside) 1 interface
    nat (inside) 1 0.0.0.0 0.0.0.0
    route outside 0.0.0.0 0.0.0.0 83.111.x.x
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    http server enable
    http 192.168.1.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    telnet timeout 5
    ssh timeout 5
    console timeout 0
    dhcpd auto_config outside
    dhcpd address 192.168.1.2-192.168.1.254 inside
    dhcpd enable inside
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect rsh
      inspect rtsp
      inspect esmtp
      inspect sqlnet
      inspect skinny
      inspect sunrpc
      inspect xdmcp
      inspect sip
      inspect netbios
      inspect tftp
    service-policy global_policy global
    prompt hostname context
    Cryptochecksum:5663409d6ba3ad0bcd163e691f032f76
    : end

    Hi Ben,
    Thank you for the response. I followed the link and tried reading everything you posted on AEs but I'm afraid that I didn't understand it all. It seems that each AE example had a single input and a single output (e.g. a double). Is this the case? 
    What I have is a couple of front panel clusters containing (approximately) 18 control doubles, 8 indicator doubles, 5 boolean radio button constructs and 26 boolean control discretes. I clusterized it to make it readable. In addition I'll eventually have a cluster of task references for hardware handles.
    All I want to do is update the front panel values like I would do in a C, VB or any other language. I've tried referencing the cluster and using the reference from inside the loops. I've tied using local variables. Neither works. I'm experimenting with globals but it seems that I have to construct the front panel in the gloabal and then I wouldn't know how to repoduce that on the front panel of the main VI.  Sometimes it seems that more time is spent getting around Labview constructs than benefitting from them.
    I hope the 'Add Attachment' function actuals puts a copy of the VI here and not a link to it.
    Thanks again for the suggestion,
    Frank 
    Attachments:
    Front Panel Reference.vi ‏33 KB

  • I am trying to import developed images from LightRoom 5 in o Photoshop 6.  I am receiving this message and the images will not open.....'Could not open scratch file because the file is locked, you do not have necessary access permissions or another progra

    I am trying to import developed images from LightRoom 5 Photoshop 6 for further editing.  I am receiving this message and the images will not open.....'Could not open scratch file because the file is locked, or you do not have necessary access permissions or another program is using the file.  Use the 'Properties' command in the Windows Explorer to unlock the file. How do I fix this?  I would greatly appreciate it if you would respond with terms and procedures that a computer ignorant user, such as me, will understand.   Thanks.

    Have you tried restoring the Preferences yet?

  • My iMac 8.1 was slowing down and had permissions problems. I backed everything up, and then re-installed. Now all I get is a black screen. Power+D gives me a hardware error message: HDD-1336. Help!

    My iMac 8.1 (10.6.8 ) was slowing down and had recurrent permissions problems, mostly with Java. I backed everything up, and then re-installed from time machine. Now all I get is a black screen which says I need to reboot. Power+D gives me a hardware error message: 4 MOT/1/40000003: HDD-1336 or HDD-1327. When I reboot from the OSX CD and start disc utilities everything checks out OK. When I reload 10.5.2 from the OSX CD everything seems to work OK and no more permissions problems. But then I loose all my email and safari stuff. Anyone have any ideas short of going back to my old PC?

    DonM. wrote:
    Hi
    Thanks for the help. No point in fooling around with it any more. Will I be able to use it as a monitor if I get a mimi mac?
    Cheers. Don
    No unfortunatley it's too old, you are referring to Target Display Mode which became avialble in 2009, your 2008 needs to have the HD replaced. I'd still do that if everything else is OK or you can simply buy a new MM and display or even a new iMac  or an Apple refurbished iMac to save money.

  • How do you create default Read/Write Permissions for more than 1 user?

    My wife and I share an iMac, but use separate User accounts for separate mail accounts, etc.
    However, we have a business where we both need to have access to the same files and both have Read/Write permissions on when one of us creates a new file/folder.
    By default new files and folders grant Read/Write to the creator of the new file/folder, and read-only to the Group "Staff" in our own accounts or "Wheel" in the /Users/Public/ folder, and read-only to Everyone.
    We are both administrators on the machine, and I know we can manually override the settings for a particular file/folder by changing the permissions, but I would like to set things up so that the Read/Write persmissions are assigned for both of us in the folder for that holds our business files.
    It is only the 2 of us on the machine, we trust each other and need to have complete access to these many files that we share. I have archiveing programs running so I can get back old versions if we need that, so I'm not worried about us overwriting the file with bad info. I'm more concerned with us having duplicates that are not up to date in our respective user accounts.
    Here is what I have tried so far:
    1. I tried to just set the persmissions of the containing folder with us both having read/write persmissions, and applied that to all containing elements.
    RESULT -> This did nothing for newly created files or folders, they still had the default permissions of Read/Write for the creating User, Read for the default Group, Read for Everyone
    2. I tried using Sandbox ( http://www.mikey-san.net/sandbox/ ) to set the inheritance of the folder using the methods laid out at http://forums.macosxhints.com/showthread.php?t=93742
    RESULT -> Still this did nothing for newly created files or folders, they still had the default permissions of Read/Write for the creating User, Read for the default Group, Read for Everyone
    3. I have set the umask to 002 ( http://support.apple.com/kb/HT2202 ) so that new files and folders have a default permission that gives the default group Read/Write permissions. This unfortunately changes the default for the entire computer, not just a give folder.
    I then had to add wife's user account to the "Staff" group because for some reason her account was not included in that. I think this is due to the fact that her account was ported into the computer when we upgraded, where as mine was created new. I read something about that somewhere, but don't recall where now. I discovered what groups we were each in by using the Terminal and typing in "groups username" where username was the user I was checking on.
    I added my wife to the "Staff" group, and both of us to the "Wheel" group using the procedures I found at
    http://discussions.apple.com/thread.jspa?messageID=8765421&#8765421
    RESULT -> I could create a new file using TextEdit and save it anywhere in my account and it would have the permissions: My Username - Read/Write, "Staff" or "Wheel" (depending on where I saved it) - Read/Write, Everyone - Read Only, as expected from the default umask.
    I could then switch over to my wife's account, open the file, edited it, and save it, but then the permissions changed to: Her Username - Read/Write, (unknown) - Read/Write, Everyone - Read Only.
    And when I switch back to my account, now I can open the file, but I can't save it with my edits.
    I'm at my wits end with this, and I can believe it is impossible to create a common folder that we can both put files in to have Read/Write permissions on like a True Shared Folder. Anyone who has used windows knows what you can do with the Shared folder in that operating system, ie. Anyone with access can do anything with those files.
    So if anyone can provide me some insight on how to accomplish what I really want to do here and help me get my system back to remove the things it seems like I have screwed up, I greatly appreciate it.
    I tried to give as detailed a description of the problem and what I have done as possible, without being to long winded, but if you need to know anything else to help me, please ask, I certainly won't be offended!
    Thanks In Advance!
    Steve

    Thanks again, V.K., for your assistance and especially for the very prompt responses.
    I was unaware that I could create a volume on the HD non-destructively using disk utility. This may then turn out to be the better solution after all, but I will have to free up space on this HD and try that.
    Also, I was obviously unaware of the special treatment of file creation by TextEdit. I have been using this to test my various settings, and so the inheritance of ACLs has probably been working properly, I just have been testing it incorrectly. URGH!
    I created a file from Word in my wife's account, and it properly inherited the permissions of the company folder: barara - Custom, steve - Custom, barara - Read/Write, admin - Read Only, Everyone - Read Only
    I tried doing the chmod commands on $TMPDIR for both of us from each of our accounts, but I still have the same behavior for TextEdit files though.
    I changed the group on your shared folder to admin from wheel as you instructed with chgrp. I had already changed the umask to 002, and I just changed it back to 022 because it didn't seem to help. But now I know my testing was faulty. I will leave it this way though because I don't think it will be necessary to have it set to 002.
    I do apparently still have a problem though, probably as a result of all the things I have tried to get this work while I was testing incorrectly with TextEdit.
    I have just discovered that the "unknown user" only appears when I create the a file from my wife's account. It happens with any file or folder I create in her account, and it exists for very old files and folders that were migrated from the old computer. i.e. new and old files and foders have permissions: barara - Read/Write, unknown user - Read Only, Everyone - Read Only
    Apparently the unknown user gets the default permissions of a group, as the umask is currently set to 022 and unknown user now gets Read Only permissions on new items, but when I had umask set to 002, the unknown user got Read/Write permissions on new items.
    I realize this is now taking this thread in a different direction, but perhaps you know what might be the cause of this and how to correct or at least know where to point me to get the answer.
    Also, do you happen to know how to remove users from groups? I added myself and my wife to the Wheel group because that kept showing up as the default group for folders in /Users/Shared
    Thanks for your help on this, I just don't know how else one can learn these little "gotchas" without assistance from people like you!
    Steve

  • VCenter Single Sign-On Permissions Assignment for Members of Multiple AD Groups

    Hi all,
    I ran across an interesting issue whilst assigning permissions using Active Directory groups within vCenter.
    Environment
    1 vCenter Appliance managing 2 Datacenters (1 Datacenter with 2 Clusters, 1 Cluster with 2 Hosts, 1 Cluster with 4 Hosts, 1 Datacenter with 1 Cluster containing 1 host.) 
    vCenter has an SSO Identity Source configured using Active Directory (Integrated Windows Authentication).
    vCenter and all hosts are domain members of child1.parent.com.au
    The Active Directory Forest contains a parent domain, let's call it parent.com.au, and two child domains child1.parent.com.au and child2.parent.com.au.
    Although the Identity Source was configured for my child domain, using child domain credentials it added the parent domain and subsequently both child domains. Okay, so there are trusts, I'm okay with this. The interesting issue is yet to come.
    Two Active Directory Groups were added. Deployment Admins A and Deployment Admins B.
    Two vCenter Roles were created with similar names. VM Deployers A and VM Deployers B
    Deployment Admins A was assigned the Deployers A role to Cluster A (Cluster, VM Folders, Datastore Folders)
    Deployment Admins B was assigned the Deployers B role to Cluster B (Cluster, VM Folders, Datastore Folders)
    Note: No objects overlap. All hosts, vms and datastores are isolated to each cluster.
    So the next step is assign an child1 AD User to the Deployment Admins A group. As expected the user using credentials child1\user can connect to vCenter via the VI Client and see all the relevant objects. Great!
    So now I assign the same child1 AD user to the second AD group Deployment Admins B. Now we wait and nothing happens. The permissions don't change. The user logs out and logs back in using the same credentials and still the permissions don't change.
    So I remove the user from both AD groups and get them to log out and in and sure enough they can't.
    This time I assign the child1\user account the roles as set out previously. So child1\user account is assigned to both roles in place of each AD Group. The expected behaviour is observed. As I add the second permission set, the objects become visible within the VI client.
    Okay so now I remove the explicitly assigned permissions and reassign via the groups and this time I ask the user to log in via the UPN ([email protected]). Whoa! It works.
    So it seems that assigning permissions for the same user in multiple AD groups across multiple roles can only be achieved when the user uses a UPN login to the VI Client.
    Has anybody else found this to be the case?
    If so, were you able to fix it?

    Hello,
    I have found this to be the case and think it is more due to SSO than AD. If you look at how you login as the 'administrator' when you first configure SSO it is in effect using UPN. I would raise this as a case to VMware and make sure they are aware of the issue. There are some issues with SSO being worked each day.
    Best regards,
    Edward L. Haletky
    VMware Communities User Moderator, VMware vExpert 2009, 2010, 2011,2012,2013,2014
    Author of the books 'VMWare ESX and ESXi in the Enterprise: Planning Deployment Virtualization Servers', Copyright 2011 Pearson Education. 'VMware vSphere and Virtual Infrastructure Security: Securing the Virtual Environment', Copyright 2009 Pearson Education.
    Virtualization and Cloud Security Analyst: The Virtualization Practice, LLC -- vSphere Upgrade Saga -- Virtualization Security Round Table Podcast

  • Can not edit id3 tags since upgrade to iTunes 8.1: permissions problem (?)

    Hi all,
    I am angry at myself for having upgraded to 8.1 before I knew that it's ok, and angry at Apple releasing this update with too many problems. Here is my list:
    (1) I cannot change ID3 tags within iTunes for certain tracks. I usually click on one or several tracks, press Command+i for information, then change the desired tags (e.g. genre, album, etc.) and click ok. Only that iTunes won't let me write anything. I found that I have no longer write permission to exactly these tracks (my music is on an external LaCie Firewire800 HD). What I did so far:
    - I tried to run "Repair permissions" on the internal HD.
    - I clicked on the iTunes music folder on the external hard drive, opened the information window and changed under "Sharing & Permissions" the rights to read&write for my user account. I clicked on "Apply to enclosed items", which should set the permissions to all elements within the folder.
    Any ideas? My system is freshly installed (~3weeks old), everything is updated.
    (2) Probably related to (1): certain files and documents on my internal hard drive have wrong permissions. Firefox for example is locked as read only, and I cannot update it via the "Check for update" in the help menu. I know there is an update available, as I am using 3.0.6 and the newest is 3.0.8. Repair permissions did not help. See the screen shot for the grayed out "Check for updates" menu entry.
    http://img18.imageshack.us/img18/6567/picture2rxl.png
    (3) In iTunes, I have a smart playlist in which all songs rated with four or more stars are gathered. I found songs in this list that I did not rate yet, and they all have odd "empty" stars in comparison to the songs I rated myself. What's up with that? See screenshot, some of the songs of the album "I love Jazz" have these odd stars:
    http://img23.imageshack.us/img23/8702/picture1zkg.png

    That's exactly what I did, it took ~20sec to complete the "apply to enclosed items" command (there was heavy disk access), but it does not improve. The permissions stay the same for the files/folders in question. It's very odd, have a look at the screenshot:
    Some folders have correct permissions, others (to which I have no access through iTunes) show "admin" twice as the only user who is allowed to write. Repair permission does not help. I have hundreds of files/folders where permissions are wrong, only since the upgrade recently.
    http://img4.imageshack.us/img4/33/permission.png
    Message was edited by: JJulian (added screenshot)

  • Permissions for creating a folder in Bi Publisher

    Hi All,
    I am unable to create a folder in Bi Publisher Shared Folder.
    Regards,
    Vishwanath

    hi vishwam,
    do u have permissions that for u r login user? please check the permissions
    Bi Publisher-->Admin>Roles and Permissions>Add Folders: ( Login User name)
    Thanks,
    Saichand.v

  • DVD drive issue and permissions repair

    Forgive me if I'm combining two issues in this posting.  If they are not related I can separate them out.
    I don't know if my drive is going, but I have a DVD for a tv show that I wanted to watch on my Macbook Pro running Snow Leopard (latest patches).  For a while now I've had to keep reinserting the disc because it's not registering.  I put it in, and can hear mechanisms, then it spits it back out.
    I watched one disc, ejected it then tried to play another and it just would not load.
    I thought of checking disk permissions, thinking maybe the OS had some permissions problems that may be preventing it from reliably reading the disc.  The disk utility reported a number of permissions errors and owner errors, so I repaired the permissions and it reported that it was completed successfully.  I thought I'd run the verify permissions again, just to make sure the errors had really been repaired, and they're still there - some of them were gone, but there were others reported.  I ran the repair and verify a number of times now and nothing's changed.
    My questions:
    1.  Could the problem I'm seeing with my DVD drive be related to permissions of some of the system files?
    2.  Do I have anything to worry about with the disk permissions not appearing to be repaired?
    3.  Would I gain anything by booting to install media and running the verify and repair from there?
    Thanks much in advance!

    Could the problem I'm seeing with my DVD drive be related to permissions of some of the system files?
    If you've repaired permissions, and you still have the problem, then the answer is no.
    Do I have anything to worry about with the disk permissions not appearing to be repaired?
    Mac OS X: Disk Utility's Repair Disk Permissions messages that you can safely ignore
    Would I gain anything by booting to install media and running the verify and repair from there?
    No.

  • Time Machine and File Permissions

    'Twere I to rate this question's technicality on a scale of 1 through 10, it would rate 8. Just warning you. Unix people will be especially useful for this.
    Okay, so, before the problems started, my hard drive had three partitions. One for OS X, one for file storage for Ubuntu Linux, and one called the "Swap" partition, which somehow relates to Ubuntu (the Ubuntu installer put it there, I've no idea what it's for). Here's a makeshift diagram of what my partition map used to be:
    I ran out of space in my OS X partition. You see, I've recently had the fortune to obtain some rather fantastic software. The downside is that the software (and it's files) take up roughly 53GB. I won't trouble with you what it actually is (though it should have dawned on some people by now). Between OS X and Ubuntu Linux, OS X prevailed. As far as I'm concerned, Linux will have to wait 'till I have a larger hard drive.
    So, I fired up Disk Utility, and tried to remove the two Linux partitions. It told me it was "Preparing to erase [insert Linux partition name]". It told me that for an hour. After one hour, I said screw it, I'll do this the "hard" way.
    My initial plan was to back up my data, and completely reformat my drive, reinstall Leopard, and have it restore from my Time Machine backup. Now, my external drive is not big enough to hold a complete system-wide backup. I had to leave some stuff out. Here's the list of exclusions, taken directly from the back up logs:
    Excluding System files: 16.3 GB (242143 items)
    Excluding /Developer: 0 bytes (1 items)
    Excluding /Users/Audacitor/Downloads: 7.9 GB (18 items)
    Excluding /Applications/Creative Suite 3: 3.2 GB (13214 items)
    Excluding /Applications/Disk Images/Macromedia: 240.5 MB (4 items)
    Excluding /Applications/Utilities: 484.2 MB (111 items)
    Excluding /Users/Audacitor/.Trash: 97.3 MB (2142 items)
    Excluding /System: 108.2 MB (5874 items)
    Excluding /Users/Audacitor/Library/Calendars/Calendar Cache: 144 KB (1 items)
    Excluding /Users/Audacitor/Library/Safari/WebpageIcons.db: 52 KB (1 items)
    Excluding /Users/Audacitor/Library/Mail/Envelope Index: 680 KB (1 items)
    Excluding /Users/Audacitor/Library/Icons/WebpageIcons.db: 20 KB (1 items)
    I am uncertain as to why it excluded those last four entries. I didn't ask them to be excluded, so I assumed that was something Time Machine does automatically.
    The backup worked normally, or so it seemed. After about a half hour, it told me it was done. I hastily (read; stupidly) unplugged the drive and prepared to reformat my drive. So excited was I to reach my new software, that I made the utter and completely foolish move of not double checking that everything I needed was backed up. If I had, I might never have this problem, and even if this problem were destined to happen, I could have at least saved my Pictures folder (fortunately, most of it's contents are safely residing on my iPod).
    So, I wiped my drive. Specifically, I booted into my Leopard Install DVD, and went for the Erase and Install option. The install commenced and finished without a hitch. I brought my "new" computer up, enjoyed the theatrics of the intro movie and started running through the setup. I came to the step where it asks if I want to transfer files from another Mac, from another volume on my Mac, from a Time Machine backup, or not at all. I of course clicked for a Time Machine back up. The first sign of trouble was that my backup didn't show up (despite having my external plugged in). I felt a pang of fear, but it didn't worry me too much, and I thought to myself that I'd just use Migration Assistant later on (the Leopard setup sequence specifically stated I could do this if I so wished).
    So I went straight to my desktop and fired up Migration Assistant, and went through the steps till it asked me to select a Time Machine backup. But there were none to select from. I waited a full minute, my fear growing steadily to terror. Finally, I realized that my data was gone, and flipped out. My inner geek, which was screaming at me to calm down and look inside my external, was shackled and thrown into a tiny corner of my now completely panicked mind. This lasted for roughly two minutes. After regaining myself, and opened my external. It contained one folder named Backups.backupdb. I opened it, and inside I found Neomiranda (Neomiranda is the name I gave my computer). So far so good. Inside the folder of Neomiranda, I found 2008-02-20-060526.inProgress. Another 30 seconds of flipping out over the idea of .inProgress. After awhile, I had the sense to right click on it, and hit the "Show Package Contents" option.
    Inside were three folders, with three corresponding log files. I quickly realized that each one was a backup. The first two were empty, which I anticipated. Those were my two attempts while figuring out what to exclude, so I could get a backup to fit on my external. The third contained another Neomiranda folder, which contained all my data. Everything except my Pictures folder was there.
    So, I went back and forth, manually restoring my data. When I'd finished, I started up a few apps to check that everything worked. Not everything worked. Mail wouldn't even get a bounce from the dock, Firefox told me there was a copy of itself already running, and iTunes complained that I had either a locked disk or insufficient permissions. Acting on iTunes' advice, I set out comparing the permissions of various folders I'd copied to the permissions of their equivalents on another, fully functional, system. Everything checked out. Nothing was locked, and everything had the correct permissions. I fired up Disk Utility and had it a run a permissions repair. It spat out a great deal of stuff that it apparently found wrong, and apparently fixed, but ultimately, it had no effect.
    I cannot find anything wrong with any permissions, but I've got a feeling that's where the problem is. Why? Because any time I want to do anything to a folder I've copied, or anything inside a folder I've copied, it wants my admin password. Despite no apparent differences in permissions between folders I don't need a password for and between folders I do need a password for, I need a password for folders I have copied from my backup.
    I've not looked into file ownership, as I couldn't find a way to even find out who a file belongs to, much less actually change ownership to anything. If I end having to use chown at a bash, fine with me, but I'm not a Unix man. I'll still need help with it (though I do know how to use the man command).

    Same problem and for months now. I haven't been able to find a solution, but I suspect that's because I don't know exactly what's wrong.

Maybe you are looking for