Is Apache 2.0.55 part of Tiger?

Hi all,
I have seen somewhere on the web the Apache 2.0.55 is supposed to ship with Tiger. Is this true? I have found /usr/sbin/httpd but it is version 1.3.33.
I have a brand new MBP (and love it!) and in general am new to Mac.
If 2.0.55 is not installed by default then that is cool, I will do it myself. If it is, please tell me where to find it.
Thanks,
Todd
MacBook Pro 15" 2.0Ghz 1GB RAM   Mac OS X (10.4.6)  

How did you upgrade to Apache 2.0.55? My Apache 1.3x has stopped working for me, and I'm thinking that upgrading to 2.x will (should) fix that problem since I want the upgrade to 2.x to overwrite the 1.3x install.

Similar Messages

  • Upgrade Apache on Tiger

    I'm not sure if this is the best place for this. I want to upgrade the version of Apache that I have on my Tiger iMac to the latest version but I'm not ready to upgrade to Leopard (on my work machine).
    I've head that the install process does not overwrite but rather just creates a second copy. Is this true?
    Thanks,
    - MT

    apache should be using its local copy of libtool, at least thats what i see when i build from src.  just reran to make sure i wasnt seeing things:
    gmake
    Making all in srclib
    gmake[1]: Entering directory `/work/httpd-2.2.25/srclib'
    Making all in apr
    gmake[2]: Entering directory `/work/httpd-2.2.25/srclib/apr'
    gmake[3]: Entering directory `/work/httpd-2.2.25/srclib/apr'
    /bin/bash /work/httpd-2.2.25/srclib/apr/libtool --silent --mode=compile gcc -g -O2   -DHAVE_CONFIG_H -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include -I/work/httpd-2.2.25/srclib/apr/include/arch/unix -I./include/arch/unix -I/work/httpd-2.2.25/srclib/apr/include/arch/unix -I/work/httpd-2.2.25/srclib/apr/include  -o passwd/apr_getpass.lo -c passwd/apr_getpass.c && touch passwd/apr_getpass.lo
    /bin/bash /work/httpd-2.2.25/srclib/apr/libtool --silent --mode=compile gcc -g -O2   -DHAVE_CONFIG_H -DSOLARIS2=10 -D_POSIX_PTHREAD_SEMANTICS -D_REENTRANT -D_LARGEFILE64_SOURCE   -I./include -I/work/httpd-2.2.25/srclib/apr/include/arch/unix -I./include/arch/unix -I/work/httpd-2.2.25/srclib/apr/include/arch/unix -I/work/httpd-2.2.25/srclib/apr/include  -o strings/apr_cpystrn.lo -c strings/apr_cpystrn.c && touch strings/apr_cpystrn.lo
    have you tried a gmake distclean and then rerun configure with all your options to make sure the build/obj dir is clean?

  • Apache Configuration Question

    Simple question:
    I'm doing a one-off PHP/MySQL application where everything runs locally. Firewall activated, so I'm not too worried about security. :-/ Apache is configured as included with Tiger. Using Marc Lianage's PHP binary. MySQL is 5.0.
    Here the rub: I have a bunch of images in /Users/MyDir/Images that I want to access from HTML pages being served from /Library/WebServer/Documents/Dir/Path/prog.php.
    This is what I added right under the <Directory /> block (under, not in) in httpd.conf:
    <pre>
    <Directory /Users/MyUser/Images>
    Order allow,deny
    Allow from all
    </Directory>
    </pre>
    Horribly insecure. I know. The problem is that these files aren't being served. The HTML is fine, but nothing is rendered. Is my directive correct? Is there something else I'm missing?
    Thanks,
    Mark
    P.S. I couldn't find a high-traffic Usenet group for this question--any suggestions?
    Message was edited by: chollapete for formatting.

    Gnarlodious for the win!
    I'll just recap the fix for anyone who searches after me:
    The way I read the apache.org documentation, being able to access directories and files not under the Apache Documents root seems to require both the Alias directive and the Directory directive in the httpd.conf configuration file.
    It also requires that the entire filepath be have *nix file permissions set so the Apache user has permission to access the entire actual pathname. Experimentation showed that all directories in the pathname have to have both read and execute permissions set. Since Apache as configured by Apple runs as a different user and group than you, all directories in the pathname must be world-readable and world-executable.
    However, when I commented out the <Directory> block shown below, it still worked the way I wanted. So, maybe you just need the Alias directive.
    I'm certainly no Unix guru and everything I'm doing runs locally behind a firewall, so know what you're doing if you use this information. :-/
    Here's the recap of what I added to httpd.conf:
    <pre>
    Alias /image_dir /Users/MyDir/SubDir
    #<Directory /Users/MyDir/SubDir>
    #Options Indexes FollowSymLinks MultiViews
    #AllowOverride None
    #Order allow,deny
    #Allow from all
    #</Diretory>
    </pre>
    This was placed immediately after the <Directory "/Library/WebServer/Documents"> block that is part of the as-shipped configuration file. This, and the aforementioned changes to make the actual filepath accessible to the apache process.
    HTH. Use at your own risk!
    Peace out.

  • Apache message instead of web address HELP?

    This message comes up when I try to access a particular website. I can access the site from other computers but not this one. I have tried various links with no success.
    Great Success !
    Apache is working on your cPanel® and WHM™ Server
    If you can see this page, then the people who manage this server have installed cPanel and WebHost Manager (WHM) which use the Apache Web server software and the Apache Interface to OpenSSL (mod_ssl) successfully. They now have to add content to this directory and replace this placeholder page, or else point the server at their real content.
    ATTENTION!
    If you are seeing this page instead of the site you expected, please contact the administrator of the site involved. (Try sending an email to <webmaster@domain>.) Although this site is running cPanel, WebHost Manager, and Apache software it almost certainly has no other connection to cPanel Inc. or the Apache Group. Please do not send mail about this site or its contents to cPanel Inc. or the Apache Group.
    About cPanel:
    cPanel is a leading provider of software for the webhosting industry. If you would like to learn more about cPanel please visit our website at www.cpanel.net. Please be advised that cPanel Inc. is not a web hosting company, and as such has no control over content found elsewhere on this site.
    About Apache HTTP Server:
    The Apache HTTP Server is an open source web server which powers many of the worlds web sites. The Apache HTTP server is part of the Apache Group's many influential projects. Their efforts have helped shape much the world wide web, and they continue to be a dominating force in the web hosting industry.

    One way would be to use standard domain name forwarding (not CNAME) and enable masking. That would put http://www.topviewweddings.co.uk in the URL window of ALL your pages. The downside to that is visitors can only bookmark your first page which may or may not be a problem. My tutorial site, http://toadstutorials.info , is set up that way.
    OT

  • Sun Java Application Server, Apache and OS X

    I have a couple questions that I was hoping someone could help me out with.
    Background info. I'm running OS X 10.4, the default OS X install of apache HTTP server and I've installed NetBeans with Sun Application Server.
    I'd like to configure the application server to work with apache. My general understanding of the process is that you generate some sort of plug in within the application server and then deploy that plugin to your webserver. This plugin determines what request the webserver will pass to the application server. My issue is that I've not done this before so I'm unsure how to actually do this and I've not had much luck finding any document. My guess is that I'm not familiar enough with the commonly used terms for this sort of thing, thus resulting in poor searches.
    Any help would be appreciated.
    Thanks,
    Josh

    We do have Load Balancing Plugin for Apache Web Server as part of our Enterprise Edition software, not part of our Platform Edition.
    Currently Enterprise Edition is not supported on MacOS.

  • Apache installation query

    Hi i want to install apache server locally on win 2000 and connect this too a digital unix box that has oracle 8.1.6 version.I want to use the sdoapi package so i can query oracle spatial objects.Is this possible ? I know that oracle 9i has the apache server installed internally but i currently using an earlier version.

    The connection you have to use for the sdoapi is a JDBC connection. It depends only on a Java virtual machine and an oracle JDBC driver and is not dependent on Windows or on Apache. Jou may use sdoapi in a client server application as well.
    If you want to display geografical information in a browser with sdoapi you may consider reading somethig on Java Servlets and Server Pages and on a server: Jserv to be used with Apache, Tomcat (also from apache.org) or OC4J (Part of Oracle's Application server).
    You shold look also on Oracle's mapviewer. It's a nice tool...
    Uwe

  • Xferring iMovie HD 6 from Tiger set-up to Snow Leopard

    I'm still using 10.4.11 on my iMac. I guess time is running out for the old tiger but I get on with it very well. However, it make sense to upgrade to SL pretty soon. Problem is I must keep iMovie HD 6. It has 'professional' attributes that later versions just don't have (though I've now forgotten precisely what!?). Anyway, I work with it all the time and am not keen on having to readjust my brain to something inferior.
    So, is there likely to be a problem transferring it to the later OS?
    I am also worrying about anything else that may be problematic on transfer. I see QuickTime has upgrades since the Pro version I use...

    I understand that but will my earliest version iMovie 6 HD which came with pre-iLife Tiger transfer OK to SL?
    If you really have version 6, then it will transfer OK to SL.
    The problem is part of your statement that mentions "pre-iLife". "pre-iLife" means iMovie version2.
    The original iLife contained iMovie 3.
    The second is "iLife '04", which contained iMovie 4.
    The third is "iLife '05", which contained iMovie 5 (also called "iMovie HD").
    The fourth is "iLife '06", which contained iMovie 6 (also called "iMovie HD 6").
    iMovie was never part of "Tiger". iMovie 3 was part of Panther.
    If you bought a Mac with Tiger you also got iLife, but iLife has never been part of any OS (Tiger or not).
    Message was edited by: Lennart Thelander

  • Simple Text - in Tiger?

    I am on v10.4.2 Tiger. Though I've been in IT for nearly 24 years now I just recently returned to Mac...and it feels great.
    I am looking for SimpleText, but I have a feeling it may not be a part of Tiger. I need SimpleText to save docs much like Notepad would in Windows. I see there is Text Edit though I don't know if it's the same program but with newer features.
    Any assistance greatly appreciated!

    Text Edit will save files in plain text TXT, RTF, HTML, Word and Word XML. formats. It should fill the shoes of SimpleText, like you said, just a bit updated.
    I also use vi in Terminal for text file editing when I just need something quick and easy.

  • IMac will not take Tiger or Leopard Install discs

    I have a 17'' iMac with 2GHz Intel Core 2Duo Processor running on 10.4.11 Tiger. I have tried installing 10.5 Leopard onto the mac but it won't accept the disc. It spins for 30 seconds or so then spits it out. I was initially trying to upgrade because I lost the Bluetooth App from the computer (it can't be found in finder and does nothing when clicked on from top right of screen. I can send to the computer but not from it). When the Leopard disc didn't work, I tried putting in the Tiger 10.4.7 discs I received with the computer.. The mac won't even accept that disc, it spins for about 30 seconds then spits it out.
    The computer is accepting and reading CD's and DVD movies (legit ones, haven't tried with any copies) but won't take the Mac discs.
    Is there anything I can do to make the computer accept the Leopard disc so I can update it? Or is there something I can download to get my bluetooth App back?
    Help would be much appreciated, I'm useless with computers.

    If cleaning the optical drive as suggested by use of a retail clean disc
    that would try and clean the lens of the laser used to read/write to the
    media the drive can normally access, and it does not help, you may
    have to take the computer in to a shop and have someone test and
    check the computer's optical drive.
    An upgrade to a newer OS X system will not fix an issue in the hardware
    nor would it necessarily fix some other issue in the software in the Mac.
    But when a computer has a problem in one OS X system, it is better to
    see about fixing the issue in that OS X version since an upgrade is not
    intended to repair some miscellaneous problem which may have been
    caused by user error, some other defect (perhaps hardware) or a disk
    corruption that could happen if a user overloads the computer's hard disk
    drive (stored files you save to the computer) since that can affect the
    whole operating system of the computer, if the internal hard disk drive is
    overfull of saved content.
    So, there could be more going on that just the first symptom(s) you note.
    And when things start acting up, the computer does create log files and
    keeps some error messages and crash files, among others, of minor to
    major issues along with routine files of the normal actions of the System.
    Someone experienced in how that works, and how to read the Console
    utility's logs, could read through them for some clues about that matter.
    An upgrade to 10.5 over the ailing 10.4 system in your computer is not
    recommended at this time; because by itself, the problem may persist.
    The actual upgrade at some other time, may be best performed with the
    idea of making a clean fresh install from scratch with no parts of Tiger
    10.4.11 in the hard drive at all. But the best paths available are open to
    a knowledgeable user who knows more about the easy ways to do this.
    A tech may be able to figure out what is going on, but most repair shops
    won't be liable for any content on the hard disk drive; and some cures to
    a larger problem may include a reinstall of the existing system, so your
    old files would appear in the hard disk drive inside a "previous" system file.
    Anyway, here is an Apple Support document with an outline of the path for:
    • Troubleshooting Mac OS X installation from CD or DVD:
    http://support.apple.com/kb/HT2956
    Although you may not need to reinstall 10.4 (via archive & install, then update)
    to fix the issue you mention; and an upgrade to 10.5 may only add several
    layers of additional difficulty, if it works, before you can use Leopard 10.5.
    Leopard would need to be updated to 10.5.8 (combo) and security updates;
    among others, before you could start using it. A problem in all that, may be
    the computer's hard disk drive may be too full to do all of these things; so it
    would be wise to see about getting the optical drive to work then try to create
    an off-computer archive of your own files. This would be better done to an
    external hard disk drive capable of supporting a complete copy/clone of the
    entire computer's hard drive contents; a bootable backup.
    The use of a "clone utility" would facilitate making such a bootable backup.
    A free-running app to do this, by the name Carbon Copy Cloner, is downloadable.
    The previously mentioned utility of interest to get bits of the OS X installer to work
    for you, short of having to re-install the whole OS X, would be the one by the name
    Pacifist, by Charlesoft; it will run as a demo freely and completely to do the task of
    extracting the correct (choosen) file from the Installer Disc and putting only the few
    chosen files into the computer, in the right place; and that could fix some problems.
    The Mac OS X invites user interest in maintenance and most aspects of it
    are superior to other systems by decades of intended creative design. So,
    if you find time to become technically interested in the upkeep of your Mac
    these forums and the main Apple Support pages (searchable database) are
    good places to start.
    However things work out...
    Good luck & happy computing!

  • Tiger 32 bit or 64 bit OS

    Do not have a problem but have read somewhere that Tiger is a 32 bit operating system, is this true or is it a 64 bot OS, what about Leopard is leopard 64 bits ?
    Thanks

    http://en.wikipedia.org/wiki/MacOS_Xv10.4#Improvements
    It depends what part of Tiger you are referring to. Generally, it's a 32bit OS but it has some 64bit libraries to allow for greater memory addressing.
    http://en.wikipedia.org/wiki/MacOS_X_v10.5#Developertechnologies
    http://www.apple.com/macosx/technology/64bit.html
    Leopard has support for full 64bit but can run 32bit applications at the same time.

  • Migrate from iMac G5 w/Leopard to iMac (Intel) w/Tiger

    I'm giving my daughter my 2007 iMac Intel.  It came with Tiger and the upgrade dvd to Leopard, and I have since upgraded it to Lion.
    Her iMac G5 (PPC) is running Leopard.
    I erased the 2007 iMac so she would have a clean install from the backup of her G5.  However, I don't know how I can upgrade the Intel back to at least Leopard so I can migrate her data and they would both have the same OS for the transfer.  Can you transfer data from Leopard down to Tiger?  It doesn't seem like that would be a good idea.
    Can I just make a dummy account to do the Leopard upgrade and delete it later?  Will that affect the migration of her stuff, home folder, user name?
    Thanks, Sandy

    Well, Lion is not on either machine at the moment, if that matters.  The G5 is Leopard and the Intel is Tiger (I've got the upgrade dvd for Leopard).
    The G5 has the floating FW symbol on the screen.
    They are connected with a FW 400/800 cable.  The cable works as I used it to do a back up to SuperDuper! last night.
    On the new Intel, it did not take me to the Time Machine option as that isn't part of Tiger 10.4.  That was my main concern, how could I could install the upgrade to Leopard DVD without making a user account.  I thought once I made a user account I would not be able to migrate correctly from the G5 or a Time Machine backup.
    It only got me about 4 steps in...pick the language, options to transfer from another computer (from another partition or do nothing), attach FW and restart in target mode, and then the screen where it tells you it's looking for the target drive it may take 30 seconds or more.  That's where the message came into play.
    I'm wondering if I just set the new Intel up with her same user name/home folder, upgrade with the dvd to Leopard and then somehow try to do an erase and install with the Time Machine backup or the SuperSuper backup.
    She's in high school and doesn't have a lot on the current machine, maybe 90 GB used.  I think I can easily move folders she's made for school papers and stuff.  We share iTunes on my mac, so hers is not sync'd to, so nothing lost there. The biggest thing would be bookmarks and the iPhoto library (approx 2K pics).

  • Tiger And XP On A PC

    Hello. I hope this idea isn't to far-fetched. Is there a way to run an older version of Tiger 10.4 on an intel pentium 4 with HT based Dell PC along WITH Windows. Perhaps it would ask you which OS to run on start-up? I really like Tiger over Windows XP but need it for work along with my Dell PC. Oh yes, I have a Dell 8400, 1gig RAM, 80 gig HD, and a 3.20 Ghz intel pentium 5 with HT Technology based PC.

    Ian,
    The only Intel part of Tiger is that it will run on Apple Macintosh computers with built-in Intel chips. It will not run on any other manufacturer's Intel machine. Claims contrariwise should be greeted with great skepticism. There is plenty of documentation on the net as to why this is the case.

  • Leopard Clients take a Long Time to Login (roughly 1~2 minutes)

    Hello all,
    I've spent the last few weeks scouring these groups and then net and searching and searching for someone with a similar problem to my own, but have come up pretty much empty handed and so now turn to here to see if any else has had this issue or can at least point me where to look to resolve the problem.
    I've got a clean install of a XServe running Leopard server 10.5.2 with OD, AFP services and User home folders configured and fully working.
    The problem:
    Clean install of Tiger client logs into the server (OD binded) perfectly. Takes maybe 15 seconds tops to for the client to log in and show the all the AFP mounts and client settings and user's desktop and files, etc.
    However, a fresh Leopard client install (OD binded) takes roughly 1~2 minutes to do the exact same thing.
    I've gone through any log file I can find on server and client side, checked my DNS running on this xserve, created new users without "home" folders, and searched just about everywhere for an answer to this issue and am still empty handed.
    This is not a show stopper issue, but there is something definitely not normal about what is happening with Leopard client logins.
    I'm trying to explain this as best as I can without making a wall of text, but I'm sure I'll forget something, so please ask questions if you have them.
    Things I'm seeing in the logs during the time of the login happening are:
    Server-side Logs:
    - Kerberos Server Log -
    Apr 14 11:27:39 ns1.mydomain.com krb5kdc[167](info): TGS_REQ (7 etypes {18 17 16 23 1 3 2}) 172.16.9.14: ISSUE: authtime 1208190459, etypes {rep=16 tkt=16 ses=16}, [email protected] for ldap/ns1.mydomain.com@NS1. MYDOMAIN.COM
    Apr 14 11:28:46 ns1.mydomain.com krb5kdc[167](info): AS_REQ (7 etypes {18 17 16 23 1 3 2}) 172.16.1.205: NEEDED_PREAUTH: CRC0002$@NS1. MYDOMAIN.COM for krbtgt/NS1. MYDOMAIN.COM@NS1. MYDOMAIN.COM, Additional pre-authentication required
    - Password Service Server Log -
    Apr 14 2008 11:43:03 KERBEROS-LOGIN-CHECK: user {0x47f3ab5903c4b01c0000002a0000002a, CRC0005$} is in good standing.
    Apr 14 2008 11:43:03 KERBEROS-LOGIN-CHECK: user {0x47f3ab5903c4b01c0000002a0000002a, CRC0005$} authentication succeeded.
    Apr 14 2008 11:43:04 RSAVALIDATE: success.
    Apr 14 2008 11:43:04 AUTH2: {0x47c721234c9608250000000700000007, myusername} DIGEST-MD5 authentication succeeded.
    Apr 14 2008 11:43:04 RSAVALIDATE: success.
    Apr 14 2008 11:43:04 AUTH2: {0x47c721234c9608250000000700000007, myusername} DHX authentication succeeded.
    Apr 14 2008 11:43:04 KERBEROS-LOGIN-CHECK: user {0x47c721234c9608250000000700000007, myusername} is in good standing.
    Apr 14 2008 11:43:04 KERBEROS-LOGIN-CHECK: user {0x47c721234c9608250000000700000007, myusername} authentication succeeded.
    Apr 14 2008 11:43:05 RSAVALIDATE: success.
    Apr 14 2008 11:43:05 AUTH2: {0x47c721234c9608250000000700000007, myusername} DHX authentication succeeded.
    Apr 14 2008 11:43:06 KERBEROS-LOGIN-CHECK: user {0x47f3ab5903c4b01c0000002a0000002a, CRC0005$} is in good standing.
    Apr 14 2008 11:43:06 KERBEROS-LOGIN-CHECK: user {0x47f3ab5903c4b01c0000002a0000002a, CRC0005$} authentication succeeded.
    Apr 14 2008 11:43:06 KERBEROS-LOGIN-CHECK: user {0x47c721234c9608250000000700000007, myusername} is in good standing.
    Apr 14 2008 11:43:06 KERBEROS-LOGIN-CHECK: user {0x47c721234c9608250000000700000007, myusername} authentication succeeded.
    Apr 14 2008 11:45:26 KERBEROS-LOGIN-CHECK: user {0x47f3ab5903c4b01c0000002a0000002a, CRC0005$} is in good standing.
    Apr 14 2008 11:45:26 KERBEROS-LOGIN-CHECK: user {0x47f3ab5903c4b01c0000002a0000002a, CRC0005$} authentication succeeded.
    Client Side Logs:
    - All Messages -
    4/14/08 10:09:12 AM loginwindow[9868] Login Window Started Security Agent
    4/14/08 10:15:01 AM loginwindow[9868] Login Window - Returned from Security Agent
    - Console Messages -
    4/14/08 10:15:03 AM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[9880]) Exited: Terminated
    - SingleSignOnTools.log -
    kdcmond cannot retreive the computer's local Hostname , retrying ..
    Kerberos configuration is up to date
    Kerberos configuration is up to date
    Kerberos configuration is up to date
    Kerberos configuration is up to date
    .. and so on
    All other logs don't appear to show anything of importance in between the time frame of Login window started and login window exited.
    I'd like to know what exactly the client workstation is doing during this time with the server, but it looks like it just hangs and does nothing since nothing shows up in the logs that I can find during this time period where the client hangs. Maybe I can try an Ethereal trace to see what traffic is being sent back and forth during this timeframe. I don't know if this is a configuration issue on my part or a OD / AFP bug on Apple's part since Tiger clients connect perfectly.
    Logouts happen immediately, so no problems there on that end. And everything else with the system is working flawlessly (besides the OD Crashing issue which I'm sure everyone is well aware of right now with 10.5.2).
    Thank you to anyone that can assist in shedding some light on this issue and I apologize if I didn't provide enough information.
    -Jessee

    FOUND IT!!! Well for our install anyway. The culprit was AUTH2.
    In our case computers would (randomly) have the same ..SLOW.. symptoms as your original post described, and the 'Apple Password Server log' on our server showed the same log entries.
    It turned out that Single-Sign-On was being screwed up by two Authentication Authorities as applied in the LDAP (Computer and User) Attributes,
    and showed up in the log as competing authentications from KERBEROS-LOGIN-CHECK and AUTH2. as follows:
    Apr 30 2008 16:22:17 RSAVALIDATE: success.
    Apr 30 2008 16:22:17 AUTH2: {0x4818c423083a8ddd0000000a0000000a, user} DIGEST-MD5 authentication succeeded.
    Apr 30 2008 16:22:17 RSAVALIDATE: success.
    Apr 30 2008 16:22:17 AUTH2: {0x4818c423083a8ddd0000000a0000000a, user} DHX authentication succeeded.
    Apr 30 2008 16:22:17 KERBEROS-LOGIN-CHECK: user {0x4818c423083a8ddd0000000a0000000a, user} is in good standing.
    Apr 30 2008 16:22:17 KERBEROS-LOGIN-CHECK: user {0x4818c423083a8ddd0000000a0000000a, user} authentication succeeded.
    Apr 30 2008 16:22:18 RSAVALIDATE: success.
    Apr 30 2008 16:22:18 AUTH2: {0x4818c423083a8ddd0000000a0000000a, user} DHX authentication succeeded.
    Now, all the entries in our log (for remote logins) show:
    May 2 2008 10:35:39 KERBEROS-LOGIN-CHECK: user {0x4818c423083a8ddd0000000a0000000a, user} is in good standing.
    May 2 2008 10:35:39 KERBEROS-LOGIN-CHECK: user {0x4818c423083a8ddd0000000a0000000a, user} authentication succeeded.
    May 2 2008 10:35:39 KERBEROS-LOGIN-CHECK: user {0x4818c423083a8ddd0000000a0000000a, user} is in good standing.
    May 2 2008 10:35:39 KERBEROS-LOGIN-CHECK: user {0x4818c423083a8ddd0000000a0000000a, user} authentication succeeded.
    May 2 2008 10:35:39 KERBEROS-LOGIN-CHECK: user {0x4818c423083a8ddd0000000a0000000a, user} is in good standing.
    May 2 2008 10:35:39 KERBEROS-LOGIN-CHECK: user {0x4818c423083a8ddd0000000a0000000a, user} authentication succeeded.
    i.e...Single-Sign-On and they're FAST.
    no more AUTH2 entries overlapping with KERBEROS.
    (local Authentications still show AUTH2 when using WGM)
    The solution was pretty straight forward, But only applies if the system is using Single-Sign-On with AFP shared home folders and the Authentication for AFP is set to Kerberos.
    Delete ;ApplePasswordServer entries from all user/computer combinations that are having problems.
    I actually deleted it from all users and Computers. (Except the Server Computer and Directory Administrator that uses WGM. When I tested these, WGM would not authenticate Diradmin)
    It can be done in the GUI from the inspector tab in WGM
    find the attibute
    dsAttrTypeStandard:AuthenticationAuthority
    click to open
    If there are two entries: ApplePasswordServer and Kerberosv5 then:
    Edit the ApplePasswordServer entry (You can copy the text into an editor and save it for future use if needed, all entries are the same for all computers and users, so you only need 1 copy, and you can paste it back into new entry to put it back,...If needed....maybe for older systems, mine are all Leopard.
    Now delete, OK, and Save the changes
    After its done, check the logs again to make sure that all remote logons now show
    KERBEROS-LOGIN-CHECK:
    and they should be FAST.
    Hope this helps
    Steve

  • Can't find iPhoto after upgrading from 10.1.4

    I can't find iPhoto on the Tiger install disc or on my hard drive. I can't find it on the original install discs that came with the machine. Where should I be looking?

    It's not part of Tiger.
    I can't find it on the original install discs that came with the machine.<<<</div>
    That's where you should be looking.
    This is not exactly your situation but there should be enough information to get you started:
    http://docs.info.apple.com/article.html?artnum=88334

  • Configuration upload failed in post check process of  R12.1.1 installation

    I tried to install 64 bit R12.1.1 on64 bit linux OS.I checked pre-requirements as in the document ID 761566.1.It passed in all pre-checks.But at 92% of step 2 it shows error as "RW-50004: Error code received when running external process. Check log file for details.Running Database Install Driver for EBSR121 instance".
    I gave retry . At post installation check.Configuration upload,HTTP,Help page,jsp, virtual directoryand login page failed.I start OPMN,Apache server,in application part .It result in HTTP,Help page, jsp ,virtual directory passed. Still configuration upload and login page failed.
    Configuration Upload:
    uploading config file at /data3/r12/db/tech_st/11.1.0/appsutil/conf_EBSR121.txt
    Failed upload of config file at /data3/r12/db/tech_st/11.1.0/appsutil/conf_EBSR121.txt.
    Login Page
    checking URL = http://hschartomr0111.hclt-guindy.co.in:8012/OA_HTML/AppsLogin
    RW-50016: Error: - {0} was not created:
    File = {1}
    Checking the log file contains as follows.
    Log file located at /data3/Release12/db/tech_st/11.1.0/appsutil/log/EBSR121_hschartomr0111/ApplyDatabase_04281615.log
    ^M
    | 0% completed ^M
    / 0% completed ^M
    - 0% completed ^M
    \ 0% completed RC-50004: Fatal: Error occurred in ApplyDatabase:
    Control file creation failed
    Cannot execute configure of database using RapidClone
    RW-50010: Error: - script has returned an error: 1
    RW-50004: Error code received when running external process. Check log file for details.
    Running Database Install Driver for EBSR121 instance.
    While i connect sqlplus it throws error as "libclntsh.so.11.1 : no such file or directory exist"
    Database listener is up.Application listener is in down. Can't connect to database.
    Kindly assist me to proceed further.
    Thanks in advance.

    Following is the log file content:
    configuration upload:
    uploading config file at /data3/r12/db/tech_st/11.1.0/appsutil/conf_EBSR121.txt
    AppsConfig : 'config.txt' uploading...
    ADX Database Utility
    getConnectionUsingAppsJDBCConnector() -->
    APPS_JDBC_URL='null'
    Trying to get connection using SID based connect descriptor
    getConnection() -->
    sDbHost : hschartomr0111
    sDbDomain : hclt-guindy.co.in
    sDbPort : 1533
    sDbSid : EBSR121
    sDbUser : APPS
    Trying to connect using SID...
    getConnectionUsingSID() -->
    JDBC URL: jdbc:oracle:thin:@hschartomr0111.hclt-guindy.co.in:1533:EBSR121
    Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux-x86_64 Error: 2: No such file or directory
    Trying to connect using SID as ServiceName
    getConnectionUsingServiceName() -->
    JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=hschartomr0111.hclt-guindy.co.in)(PORT=1533))(CONNECT_DATA=(SERVICE_NAME=EBSR121)))
    Failed upload of config file at /data3/r12/db/tech_st/11.1.0/appsutil/conf_EBSR121.txt
    Database log file shows as:
    test using command: su applr12 -c "touch /home/orar12/oraInventory/test.tst"
    touch: cannot touch `/home/orar12/oraInventory/test.tst': Permission denied
    RW-00022: Error: - Unable to create file with proper privileges:
    Apps ORACLE_HOME OraInventory File Directory
    Mount Point = /home/orar12/oraInventory
    Trying to change the permission of oraInventory as root user
    Successfully changed the permission of oraInventory as root user
    test using command: su applr12 -c "touch /home/orar12/oraInventory/test.tst"
    touch: cannot touch `/home/orar12/oraInventory/test.tst': Permission denied
    RW-00022: Error: - Unable to create file with proper privileges:
    Tools ORACLE_HOME OraInventory File Directory
    Mount Point = /home/orar12/oraInventory
    But we gave 777 permission to oraInventory file.

Maybe you are looking for

  • Error while creating confirmation for a shopping cart

    Hi, i have created a sample fm and am passing sample values that i got by debugging the standard portal and badi(bbp_doc_change_badi) together, to create a confirmation. I am getting the following error in the process,while debugging, in the lt_messa

  • Boot-up crash 10.6.8 and frequently crashing on use

    This is my log when the system gets the ever spinning ball: (didn't even work when I tried to relaunch the Finder, only after turning off manually): and sometimes it crashes the Finder while using virtual box and other programs (same thing, mac needs

  • To RE-USE (display) the common REGION in all of the Pages

    I have a Common REGION (It's a Select criteria with lot of lov's) and I want to display the same Region with every items on the TOP of all the Pages (1,2,3, .....) within same Application ID. One of the way is I should copy the REGION in all the page

  • Task7&8

    EMPLOYEES with coulmns employee_id number, first_name varchar2(50), last_name varchar2(50), salary number, deptno number, manager number, date_of_join date, date_of_birth date. DEPARTMENT with columns deptno number, dept_name varchar2(100),location v

  • Soundtrack pro help needed

    I know this isnt the right section but I am not getting any response in the soundtrack pro section and was wondering if someone who used fcp could tell me the best way to knock out the back ground traffic noise in a tape, like they show you when they