"etc" and/or "var" directory alias

Hi-
Could someone look at the following thread, please:
http://discussions.apple.com/thread.jspa?threadID=986498&tstart=0
In short, in response to another users startup issue, I Googled his error message, and stumbled accross the following article:
http://docs.info.apple.com/article.html?artnum=106908
Though his problem did not stem from within OS 9, the use of the fix resulted in his sysyem booting normally. An unfortunate side effect was the duplication of the etc and var folders.
I am trying to get him help (if possible) to remove the folders via Unix command.
Thanks, in advance!
G4AGP(450)Sawtooth, 2ghz PowerLogix, 2gbRAM, 300gbSATA+160gbATA, ATI Radeon 9800   Mac OS X (10.4.8)   Pioneer DVR-109, ExtHD 160gb x2, 23"Cinema Display, Ratoc USB2.0, Nikon Coolscan

I posted something for him to show us what he's done!

Similar Messages

  • Under Solaris 9, my system is complaining that the /var directory is full.

    Hi,
    What can I do to free up space in the /var directory without deleting or removing important files used by other processes and programs? Please help anyone!
    WannaBgeek

    Hello,
    Most of the files in /va/adm folder are log files, you can safely delete/empty those files( caution: Dont delete the files without .0 or .1 etc extensions, Some applications does not work if log file does not exists). Make those files empty instead of deleting it. Do the same in /var/log folder.
    example:
    root@sal # ls -al /var/adm/
    total 3544
    drwxrwxr-x 9 root sys 512 Sep 26 03:10 .
    drwxr-xr-x 37 root sys 1024 Dec 31 2007 ..
    drwxrwxr-x 5 adm adm 512 Feb 15 2007 acct
    -rw------- 1 uucp bin 0 Feb 14 2007 aculog
    drwxr-xr-x 2 adm adm 512 Feb 14 2007 exacct
    -r--r--r-- 1 root other 14028 Sep 26 14:32 lastlog
    drwxr-xr-x 2 adm adm 512 Feb 14 2007 log
    -rw-r--r-- 1 root root 31550 Sep 26 08:24 messages
    -rw-r--r-- 1 root root 88561 Sep 25 09:31 messages.0
    -rw-r--r-- 1 root root 198286 Sep 18 19:02 messages.1
    -rw-r--r-- 1 root root 223531 Sep 11 15:07 messages.2
    -rw-r--r-- 1 root root 195692 Sep 4 19:42 messages.3
    drwxr-xr-x 2 adm adm 512 Feb 14 2007 passwd
    drwxrwxr-x 2 adm sys 512 Feb 15 2007 sa
    drwxr-xr-x 2 root sys 512 Feb 14 2007 sm.bin
    -rw-rw-rw- 1 root bin 0 Feb 14 2007 spellhist
    drwxr-xr-x 2 root sys 512 Feb 14 2007 streams
    -rw------- 1 root root 7628 Sep 22 16:18 sulog
    -rw-r--r-- 1 root bin 6696 Sep 26 14:32 utmpx
    -rw-r--r-- 1 root root 0 Feb 15 2007 vold.log
    -rw-r--r-- 1 adm adm 990636 Sep 26 14:32 wtmpx
    You can do rm on /var/adm/ messages.0, /var/adm/ messages.1 etc
    Empty the other files using > ex: > /var/adm/ messages; > /var/adm/sulog
    Thanks,
    sal.

  • Lucreate fails with -  .../var directory not empty

    Hi,
    I have Solaris 10u8 with patch cluster from February2010 and patch 121430-44 installed on a V445
    / and /var are on seperate datasets
    When i attempt to run lucreate i get an error as it attempts to mount /.alt.tmp.b-vI.mnt/var due to the directory /.alt.tmp.b-vI.mnt/var/tmp already existing
    lucreate appears to create a /var/tmp directory in the root dataset of the the new BE during creation and is then unable to mount the var dataset.
    It returns a "directory not empty" error
    Attempted this multiple times same issue.
    Any suggestions would be greatly appreciated.
    bash-3.00# lucreate -n test
    Analyzing system configuration.
    Comparing source boot environment <sol10u8_0210> file systems with the
    file system(s) you specified for the new boot environment. Determining
    which file systems should be in the new boot environment.
    Updating boot environment description database on all BEs.
    Updating system configuration files.
    Creating configuration for boot environment <test>.
    Source boot environment is <sol10u8_0210>.
    Creating boot environment <test>.
    Cloning file systems from boot environment <sol10u8_0210> to create boot environment <test>.
    Creating snapshot for <rpool/ROOT/s10s_u8wos_08a> on <rpool/ROOT/s10s_u8wos_08a@test>.
    Creating clone for <rpool/ROOT/s10s_u8wos_08a@test> on <rpool/ROOT/test>.
    Setting canmount=noauto for </> in zone <global> on <rpool/ROOT/test>.
    Creating snapshot for <rpool/ROOT/s10s_u8wos_08a/var> on <rpool/ROOT/s10s_u8wos_08a/var@test>.
    Creating clone for <rpool/ROOT/s10s_u8wos_08a/var@test> on <rpool/ROOT/test/var>.
    Setting canmount=noauto for </var> in zone <global> on <rpool/ROOT/test/var>.
    ERROR: cannot mount '/.alt.tmp.b-vI.mnt/var': directory is not empty
    ERROR: cannot mount mount point </.alt.tmp.b-vI.mnt/var> device <rpool/ROOT/test/var>
    ERROR: failed to mount file system <rpool/ROOT/test/var> on </.alt.tmp.b-vI.mnt/var>
    ERROR: unmounting partially mounted boot environment file systems
    ERROR: cannot mount boot environment by icf file </etc/lu/ICF.2>
    ERROR: Unable to mount ABE <test>
    ERROR: Unable to clone the existing file systems from boot environment <sol10u8_0210> to create boot environment <test>.
    ERROR: Cannot make file systems for boot environment <test>.
    Thanks.
    Edited by: Brian79 on Mar 14, 2010 5:36 AM

    I think I figured it out...
    In the / dataset there is a /var/tmp that is missing the sticky bit (mode 0755) There was an anomaly during the u7 to u8 luupgrade that caused this, I think. It was a couple weeks ago and it didn't take me too long to overcome it by 'chmod 1777 /var/tmp'. But that was with the /var dataset mounted.
    Unfortunately, zfs just mounts over the bad /var/tmp in the / dataset causing lumount to barf during the lucreate process because that there's already something in /var/tmp when it tries to mount the var dataset clone.
    I dropped to single-user mode, force-unmounted /var, and deleted /var/tmp (which still had the 0755 permissions). lucreate works just fine now...
    Good luck,
    Mike

  • Defining directory alias weblogic http

    hi all
              I think I have asked this question twice before and I have received feedback
              from other developers that they want to know the answer as well. However I
              haven't gotten any answer from weblogic yet. so PLEASE weblogic support, say
              at least yes or no.
              We want to define directory alias in weblogic (with 3.1.8). Exactly the same
              as in MS IIS directory alias or virtual directory. In the other words, we
              want a path in http URL points to somewhere in the local system, such as
              http://localhost/download -> c:\download_area\
              http://localhost/upload -> d:\upload_area\
              http://localhost/update/games -> e:\games_upload\
              etc...
              What I learn from weblogic documentation is that all files must under one
              root, i.e. the weblogic.httpd.documentRoot=c:/weblogic/
              It mentions the use of FileServlet, but I found it is useless. what is the
              point for doing
              weblogic.httpd.register.download=weblogic.servlet.FileServlet
              weblogic.httpd.register.upload=weblogic.servlet.FileServlet
              if "download" and "upload" pointed to the same local directory!?
              So, my questions is: Can directory alias be implemented in Weblogic 3.1.8?
              If not, how about weblogic 4.0?
              If still not, is there any work around or alternative solutions? How about
              if we are willing to do some minimual coding to get it to work?
              Thanks
              Ben
              p.s. if there is an answer exist to this question, please point me to there.
              thanks
              p.p.s. i can't give up this question because (1) it is important to us, we
              don't want to run weblogic and IIS at the same time (2) I can't believe
              weblogic can't do this. I think it is just missing in the documentation. It
              is such a basic feature in ANY web server
              

    Ben,
              docHome may be deprecated, but it still should work for you. It does for me.
              -rrc
              Ben Hui wrote:
              > Mark,
              >
              > Thanks for the reply, but it doesn't work. We are using weblogic 3.1.8 here
              > and I got the following message
              >
              > Wed Sep 22 16:15:59 EDT 1999:<I> <HTTP-Servlets>
              > weblogic.servlet.FileServlet: init
              > Wed Sep 22 16:15:59 EDT 1999:<I> <HTTP-Servlets>
              > weblogic.servlet.FileServlet: docHome parameter deprecated, check
              > documentation for alternative
              >
              > I checked weblogic documentation, and it says
              >
              > ---
              > weblogic.servlet.FileServlet serves standard HTML files and other MIME
              > resources located in the document root. Note that this registration has
              > changed: There is now only one initArg for this servlet, defaultFilename.
              > The initArg dochome has been superseded by the more flexible document root
              > property. Although dochome is still supported for backwards compatibility,
              > if document root is set, the dochome argument will be ignored. If the
              > requested file isn't found, FileServlet serves the file set as the
              > defaultFilename.
              > ---
              >
              > So I remove all definitions of documentRoot and try it again. It still
              > doesn't work. I tried to replace 'docHome' with 'dochome' and
              > 'documentRoot', it gave me NullPointerException... any ideas?
              >
              > Thanks
              >
              > Ben
              >
              > Mark Griffith <[email protected]> wrote in message
              > news:[email protected]...
              > > Ok here is your answer. NO.
              > >
              > > Just kidding. :)
              > >
              > > The FileServlet has an additional init arg docHome.
              > >
              > > Thus you can do:
              > >
              > > weblogic.httpd.register.download_area=weblogic.servlet.FileServlet
              > > weblogic.httpd.initArgs.download_area=docHome=c:\download_area\
              > >
              > > weblogic.httpd.register.upload_area=weblogic.servlet.FileServlet
              > > weblogic.httpd.initArgs.upload_area=docHome=d:\upload_area\
              > >
              > > weblogic.httpd.register.games_upload=weblogic.servlet.FileServlet
              > > weblogic.httpd.initArgs.games_upload=docHome=e:\games_upload\
              > >
              > > This is not as elegant as it should be as this creates four instances of
              > the
              > > FileServlet (including the default registration).
              > >
              > > Cheers
              > > Mark G.
              > >
              > > Ben Hui wrote:
              > >
              > > > hi all
              > > >
              > > > I think I have asked this question twice before and I have received
              > feedback
              > > > from other developers that they want to know the answer as well. However
              > I
              > > > haven't gotten any answer from weblogic yet. so PLEASE weblogic support,
              > say
              > > > at least yes or no.
              > > >
              > > > We want to define directory alias in weblogic (with 3.1.8). Exactly the
              > same
              > > > as in MS IIS directory alias or virtual directory. In the other words,
              > we
              > > > want a path in http URL points to somewhere in the local system, such as
              > > >
              > > > http://localhost/download -> c:\download_area\
              > > > http://localhost/upload -> d:\upload_area\
              > > > http://localhost/update/games -> e:\games_upload\
              > > > etc...
              > > >
              > > > What I learn from weblogic documentation is that all files must under
              > one
              > > > root, i.e. the weblogic.httpd.documentRoot=c:/weblogic/
              > > > It mentions the use of FileServlet, but I found it is useless. what is
              > the
              > > > point for doing
              > > >
              > > > weblogic.httpd.register.download=weblogic.servlet.FileServlet
              > > > weblogic.httpd.register.upload=weblogic.servlet.FileServlet
              > > >
              > > > if "download" and "upload" pointed to the same local directory!?
              > > >
              > > > So, my questions is: Can directory alias be implemented in Weblogic
              > 3.1.8?
              > > > If not, how about weblogic 4.0?
              > > > If still not, is there any work around or alternative solutions? How
              > about
              > > > if we are willing to do some minimual coding to get it to work?
              > > >
              > > > Thanks
              > > >
              > > > Ben
              > > >
              > > > p.s. if there is an answer exist to this question, please point me to
              > there.
              > > > thanks
              > > > p.p.s. i can't give up this question because (1) it is important to us,
              > we
              > > > don't want to run weblogic and IIS at the same time (2) I can't believe
              > > > weblogic can't do this. I think it is just missing in the documentation.
              > It
              > > > is such a basic feature in ANY web server
              > >
              > > --
              > > =====================================================
              > > Reply to the newsgroup. Don't reply to this mail
              > > alias. This is used only for answering posts on
              > > WebLogic Newsgroups.
              > > =====================================================
              > >
              > >
              [russell.vcf]
              

  • How do I clear all personal data bookmarks history etc and import data from safari

    I have a MacBookpro 10.6.8 and I am trying to clear ALL personal data on my new Firefox 12 (Bookmarks History etc) and then import all settings from my Safari. I've deleted the Firefox application as well as Library/application support/mozilla and Firefox still retains all of the old settings (Bookmarks History etc) from the old version 3
    How do I do this.
    Thanks

    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Open Containing Folder
    Make sure that Firefox is closed (Firefox > Quit Firefox) when you remove files in the profile folder.
    You can also create a new profile.
    See "Basic Troubleshooting: Make a new profile":
    *https://support.mozilla.org/kb/Basic+Troubleshooting#w_8-make-a-new-profile
    You can transfer some files from the old profile to that new profile if you want to keep some data.
    See:
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • Mapping of Web App context root and the physical directory of the web app

    I'm running Weblogic 7.0 on Windows2000.The physical directory of my web application
    is D:\WL8\weblogic81\TestDeploy\build\TestWebApp and under these directory I have
    my JSPS, static HTML and WEB-INF. I define the context path of this web app in
    the weblogic.xml ;-
    <weblogic-web-app>
         <context-root>/testapp</context-root>
    </weblogic-web-app>
    As a result of deploying this web app in the server (or it may be created manually
    also), the following entry gets inserted in the server's config.xml ,-
    <Application Deployed="true" Name="TestWebApp"
    Path="D:\WL8\weblogic81\TestDeploy\build" TwoPhase="true">
    <WebAppComponent Name="TestWebApp" Targets="myserver" URI="TestWebApp"/>
    </Application>
    Now, whenever I make a request of the form "http://localhost:7001/testapp/..",
    it's properly executing my web app. My question is, how does the container knows
    that for any request for the web app with context path as 'testapp', it has to
    server files from D:\WL8\weblogic81\TestDeploy\build\TestWebApp. In the above
    process, nowhere such mapping is specified. I expected something like Tomcat's
    server.xml, where in docbase we clearly specify this mapping between the context
    path and the physical directory. Please help.

    Let me give some more details and hopefully this will make things clearer.
    Say you deploy /foo/bar/myweb.war and in myweb.war you configure a
    context-root of /rob
    During deployment, the server creates an ApplicationMBean with a path of
    /foo/bar/. It then creates a WebAppComponent with a uri of myweb.war.
    Next, deployment calls back on the web container and tells it to deploy
    the WebAppComponent. The web container reads the myweb.war, parses
    descriptors etc. The web container then updates its data structures to
    register that myweb.war has a context path of /rob. (It has to figure
    out all the other servlet mappings as well.)
    When a request for /rob/foo comes in, the web container consults its
    data structures to determine which webapp and servlet receives the
    request. This is not a linear search of all webapps and servlets.
    There's much better ways to do pattern matching.
    Hope this clears things up. Let me know if you still have questions.
    -- Rob
    Arindam Chandra wrote:
    Thanks for the answer. Still one thing is not clear. Whatever context path I declare
    for my web app as the value of <context-root> element in the weblogic.xml (in
    my example it's "/testapp"), it is no where mapped with the "URI" attribute (or
    any other attribute, sub-element whatsoever in the <Application> element).
    Application Deployed="true" Name="TestWebApp"
    Path="D:\WL8\weblogic81\TestDeploy\build" TwoPhase="true">
    <WebAppComponent Name="TestWebApp" Targets="myserver" URI="TestWebApp"/>
    </Application>
    So when a request of the form http://myweblogic.com:7001/testapp/... arrives at
    the server, how does the server knows that it has to serve this request with files
    from D:\WL8\weblogic81\TestDeploy\build\TestWebApp ? It should not be like the
    web container iterates thru all the web application entries in config.xml and
    tries to match with one context-root declaration. I repeat, I expected some mapping
    similar to Tomcat's server.xml, where in the <docbase> element u clearly specify
    the mapping between the context path and the physical directory
    Rob Woollen <[email protected]> wrote:
    Arindam Chandra wrote:
    I'm running Weblogic 7.0 on Windows2000.The physical directory of myweb application
    is D:\WL8\weblogic81\TestDeploy\build\TestWebApp and under these directoryI have
    my JSPS, static HTML and WEB-INF. I define the context path of thisweb app in
    the weblogic.xml ;-
    <weblogic-web-app>
         <context-root>/testapp</context-root>
    </weblogic-web-app>
    As a result of deploying this web app in the server (or it may be createdmanually
    also), the following entry gets inserted in the server's config.xml,-
    <>So the server will look for your web application at the Application Path
    (D:\WL8\weblogic81\TestDeploy\build|) + the web uri (TestWebApp). So
    it
    maps the context-root you've specified /testapp to that path.
    It's a little clearer in the case where you had a full-fledged EAR.
    Then you'r application path would map to the "root" of the EAR, and the
    uris would point to the various modules (eg webapps.)
    -- Rob
    Now, whenever I make a request of the form "http://localhost:7001/testapp/..",
    it's properly executing my web app. My question is, how does the containerknows
    that for any request for the web app with context path as 'testapp',it has to
    server files from D:\WL8\weblogic81\TestDeploy\build\TestWebApp. Inthe above
    process, nowhere such mapping is specified. I expected something likeTomcat's
    server.xml, where in docbase we clearly specify this mapping betweenthe context
    path and the physical directory. Please help.

  • When I drag ANY JPEG into a new folder of ANY kind, I get an alias, not an original. And, when I drag aliases onto a  blank disk to burn it, I get burned aliases, NO originals. That's what I'm asking. How do you drag a JPEG and NOT get an alias?

    When I drag ANY JPEG into a new folder of ANY kind, I get an alias, not an original. And, when I drag aliases onto a  blank disk to burn it, I get burned aliases, NO originals. That's what I'm asking. How do you drag a JPEG and NOT get an alias?

    Finder Help describes how to move, copy etc.
    As well, Apple - Support - Discussions - Moving or Copying Files and ...

  • My /etc and /usr don't add up to the size shown for the root filesyste

    My root filesystem shows as 5 GB but /etc and /usr only add up to 3.6 GB.
    Where might the un accounted space be taken up?

    More details required e.g. whether /home and /var are separate partitions.
    Anyway, have you tried du?

  • User base Synchronization between SAP and MS Active Directory Server

    Dear all!
    I'm using Web AS 6.20 ABAP and MS Active Directory Server based on Win 2003 Server.
    i successfully implemented the synchronization of user data between SAP and the ADS.
    My question: Is there a way to customize the users on Active Directory Server in regard to their SAP authorization (roles auth. objects etc.)?
    Currently I don't have a clue how to do this.
    Regards,
    Christoph

    Have you searched on SDN for "Active Directory"? That turns up a number of results. I think your expectation might be backwards though, it's not how ADS exposes SAP specific data but how SAP uses ADS to store SAP specific data. My understanding (from quite some time ago so I am fuzzy on this) is that SAP can use ADS in much the same way it can use LDAP as an external user store.
    The Security Newsletter from November 04 [https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/sap security newsletter november 2004.pdf] mentions that a webinar is hosted on SDN about this exact topic, unfortunately I was unable to find a direct link.
    Regards,
    Marc g

  • Using Directory alias in Java stored procedure

    hi !!
    I want use Directory alias in Java strored procedure
    I 'hv created dir alias as
    Create Directory BFILE_DIR AS 'C:\MyImages'
    my java statements -
    myfile="C:\MyImages\myPH01.jpg"
    File binaryFile = new File(myFile);
    instead of giving absolute path I want give directory alias BFILE_DIR
    myfile= BFILE_DIR + "myPH01.jpg"
    can anyone pl suugest how should I write this in Java procedure
    thanks
    SPD

    Hi there i am currently trying to develope a java
    stored procedure and place it in oracle and will try
    to use that procedure to send a message to a server
    but then it doesnt seems to work. is it possible?And what do you do with exceptions in your java proc?
    I haven't ever done it myself, but I would be very surprised if it wasn't possible. I also wouldn't be surprised to find out that you have to configure various things to allow it in Oracle itself.

  • Help! -sh: /etc/profile: is a directory!

    My PowerBook was locked, so I hold down the power button to reboot and this come up:
    -sh: /etc/profile: is a directory
    -sh-2.05b#
    I have read some posts on this forum, I got to the part where I type fsck -y, showed:
    /dev/rdisk0s5
    Root file system
    Checking HFS Plus volume.
    fsck_hfs: Volume is journaled. No checking performed.
    fsck_hfs: Use the -f option to force checking.
    so I typed fsk -f, this showed:
    /dev/rdisk0s5
    Root file system
    Checking HFS Plus volume.
    Checking Extents Overflow file.
    Checking Catalog file.
    Invalid record count
    (4, 12)
    Volume check failed.
    Can anyone help? any help will be appreciated...
    Message was edited by: lxxl

    Hello and thanks for replying so quickly,
    Well I got an install disk and I rebooted with C holding down, but here comes another problem, I got the panic:
    panic(cpu 0 caller 0x002E0BF4): Unable to find driver for this platform: "PowerBook3,5".
    Latest stack backtrace for cpu 0:
    Backtrace:
    0x00099EA4 0x0009A860 0x00027A28 0x002E0BF4 0x002BCC60 0x002BDDB0 0x002BFC28 0x002BED3C
    0x000ADE14
    Procedding back via exception chain:
    Exception state (sv=0x0125EA00)
    PC=0x00000000; MSR=0x0000D030; DAR=0x00000000; DSISR=0x00000000; LR=0x00000000; R1=0x00000000; XCP=0x00000000 (Unknown)
    Kernel version:
    Darwin Kernel Version 8.6.2: Thu Apr 13 18:51:54 PDT 2006; root:xnu-792.9.59.obj~1/RELEASE_PPC
    No debugger configured - dumping debug information
    MSR=00001030
    Lastest stack backtrace for cpu 0:
    Backtrace:
    0x00099EA4 0x0009AA58 0x00027A28 0x002E0BF4 0x002BCC60 0x002BDDB0 0x002BFC28 0x002BED3C
    0x000ADE14
    Procedding back via exception chain:
    Exception state (sv=0x0125EA00)
    PC=0x00000000; MSR=0x0000D030; DAR=0x00000000; DSISR=0x00000000; LR=0x00000000; R1=0x00000000; XCP=0x00000000 (Unknown)
    Kernel version:
    Darwin Kernel Version 8.6.2: Thu Apr 13 18:51:54 PDT 2006; root:xnu-792.9.59.obj~1/RELEASE_PPC
    panic: We are hanging here...
    Message was edited by: lxxl

  • -sh: /etc/profile: is a directory??

    My computer froze, so I held down the power button to shut it off. Upon restarting it, I got a black screen with this message:
    -sh: /etc/profile: is a directory
    -sh-2.05b#
    It's been freezing a lot in the past couple weeks and I've had to shut it down like that quite a bit, but this is the first time I've gotten this message. I've tried to get around it, but nothing works. Has this happened to anybody else?

    you hard drive is in bad shape.
    running fsck from single-user mode is precisely the same as booting off of your tiger install disk and running Disk Utility from there (disk utility is basically just a GUI wrapper around fsck). but as you saw, Disk Utility/fsck was unable to fix the problem.
    two options.
    1. get DiskWarrior. this excellent app can often fix hard drive problems that Disk Utility cannot
    2. if suggestion 1 doesn't work (i.e. the drive is really bad shape), you'll probably have to erase the drive and reinstall everything... this can be done from the Tiger install disk after you boot off it...
    good luck! cheers

  • Oracle Single Sign on and Oracle Internet Directory

    Hello Gurus,
    What is the relationship between Oracle Single Sign on and Oracle Internet Directory.
    To my understanding, OID is required to install SSO.
    If OID already exist, can we just install SSO and go on integrating it to existing OID.
    Great Thanks,
    vimal jain.
    [email protected]

    Hi Tim,
    I've been working on this and could reproduce the issue with anonymous binds. A fix will be ready in 4.2.1.
    So what I really need is the password used for login to pass to the is_member call.The P101_PASSWORD item does not save state. However, you can access the value during submit processing of the login page, for example in the post authentication function of your authentication scheme. People sometimes put code in there to query the user's groups (e.g. with apex_ldap.member_of2) and save them in an application. This item value can then be used in the authorization schemes.
    Regards,
    Christian

  • I have all my music on an external hard drive. I just transferred all my files to a new hard drive . How do I sync all my files with my itunes library without losing all my playlists etc and keep everything intact?

    I have all my music on an external hard drive. I just transferred all my files to a new hard drive . How do I sync all my files with my itunes library without losing all my playlists etc and keep everything intact?

    Launch iTunes with the Option key held down, click on Choose Library, and specify it. If the external drive doesn't contain the iTunes database files, create a new library there and import that music.
    If the library contains any rented movies, they won't play on a different computer.
    (109334)

  • I am changing from Word to Pages. I have created my custom template with all my styles etc and that is what comes up when I go for a New Document. Fine. How do I get it to use the same Custom Template when I use Pages to open a Word document?

    I am changing from Word to Pages. I have created my custom template with all my styles etc and that is what comes up when I go for a New Document. Fine. How do I get it to use the same Custom Template when I use Pages to open a Word document?

    The template is a document in itself, it is not applied to an existing document whether it is a Pages document or a Word document converted to a Pages document.
    You would need to either copy and paste content, using existing styles, or apply the styles to the converted Word document.
    You can Import the Styles from an existing document and those imported Styles can be used to override the current document's styles:
    Menu > Format > Import Styles
    The process is simplified if the styles use the same names, otherwise you will need to delete the style you don't want and replace it with the one that you do want when asked, then the substitution is pretty straightforward.
    Peter

Maybe you are looking for

  • Error preventing the commit to the database??!

    hi , i have this form i use to modify a record on the database i just want to add a date to a certain column but in the browser when i hit the commit it says JBO-26080 Error while selecting entity for <name of the table> i am kind of confused i check

  • Transfering slide shows on to cd

    Hi everyone, This is my first time on the board. I hope someone out there can help me. I just learned how to put music to my slide shows that I've created on iphoto. Now I would like to transfer them on to dvd so that I can share them with friends. I

  • Clean install and selective migration?

    Hi, First a bit of background: I have 2 Macs, a 2009 Mac Pro and a Late 2011 MBP 17". The Mac Pro was originally Leopard, then Snow. I decided it was getting risky and upgraded to 10.8.5. No issues. The MacBook Pro came with Lion. I wanted to upgrate

  • Is iPhone 6 using TLC type?

    What i heard is iPhone 6 using Samsung TLC type. These days, my Korean IT community found some defect on Samsung 840 EVO SSD which is using TLC type I wonder iPhone 6 is safe from that defect What they found is this. They found reading speed is extre

  • Extracting audio from DVD using iMovies.

    Can someone tell me how to go about? I do have Garage band & Logic if that would help.