Help with certficates - problems with CSSMERR_TP_NOT_TRUSTED & validating

I'm having problems with my machine, and it appears to be a certificate problem. The problems first started showing up with codesigning and when trying to re-install XCode. I've been trying to understand things through keychain, but I don't know if what I'm seeing is normal or not.
I've got two copies of Apple Root CA and Apple Root Certificate Authority in my keychains (one of each in "System", one of each in "System Roots"). I have no idea if that is normal or if that part of the problem. These all show up with "This root certificate is not trusted". I'm assuming that's OK, maybe that's part of the problem? (They are all have trust set to "use system defaults").
The Apple Worldwide Developer Relations intermediate certificate that I download from Apple doesn't appear to find or trust the Apple Root CA (in keychain, the AWWDR shows "This certificate was signed by an unknown authority, and keychain "evaluate" doesn't find a root certificate, even though Apple Root CA is in the keychain).
Note that the AWWDR certificate says that it's issuer was Apple Root CA, serial number 25, version 3, but the Apple Root CA certificate says that it's serial number 2, version 3. I'm not sure if that makes any difference.
The big problem is that because of what I believe to be certificate problems, I'm getting the CSSMERRTP_NOTTRUSTED error reported when I try to codesign or even when I try to install the iPhone SDK.
I did have my motherboard replaced a couple of months back, but things were working just fine (including codesigning) after that, and suddenly stopped working (I don't know when, I just know that I noticed the problem around Oct 12).
For what it's worth, the error when trying to install XCode (with iPhone SDK) is:
10/16/10 12:20:02 PM Installer[1582] Failed install preflight: Error Domain=PKInstallErrorDomain Code=102 UserInfo=0x19dd99d0 "The package “iPhoneSDKTools.pkg” is untrusted." Underlying Error=(Error Domain=NSOSStatusErrorDomain Code=-2147409622 UserInfo=0x1aa22360 "The operation couldn’t be completed. CSSMERRTP_NOTTRUSTED")

Reinstalling Snow Leopard from the original DVD seems to have cleared up the problem. My Apple Root CA certificate now shows "valid".

Similar Messages

  • Hello plz i need yours help i have problem with my i cloud back up when i restore old back up t

    hello >> plz i need yours help i have problem with my i cloud back up when i restore old back up my problem exact with contact cause it disappears from contact list

    iPhone: Transferring information from your current iPhone to a new iPhone

  • Help solve the problem, with the lifting of purchasing and payment card is locked, and now I can not pay for her purchases in the app store

    help solve the problem, with the lifting of purchasing and payment card is locked, and now I can not pay for her purchases in the app store

    Contact the App store for Apple ID help. Their support link is on the right of the App store window
    LN

  • Why can't I receive help with my problems with Match? A service I pay for??

    Why can't I receive help with my problems with Match? A service I pay for??

    Hi,
    THis is a user help forum. If you tell us what your issues are, maybe someone can offer advice. Otherwise, read this https://www.apple.com/uk/support/itunes/itunes-match/
    JIm

  • HT1349 Hi all,I have just purchased new iphone but have difficulty in completing the itunes download with message : problem with Windows installer package. A program run as part of the setup did not finish as expected.

    Hi all,I have just purchased new iphone but have difficulty in completing the itunes download with message : problem with Windows installer package. A program run as part of the setup did not finish as expected.
    Would appreciate help...its driving me up the wall!!

    Perhaps let's first try updating your Apple Software Update.
    Launch Apple Software Update ("Start > All Programs > Apple Software Update"). Does it launch and offer you a newer version of Apple Software Update? If so, choose to install just that update to Apple Software Update. (Deselect any other software offered at the same time.)
    If the ASU update goes through okay, try another iTunes install. Does it go through without the errors this time?

  • Can anyone help; re: Faxing problems with my 6200 all in one

    Our HP office jet 6210 which we use only for faxing and minor printing intermittenly goes crazy with blinking red and amber lights
    when a fax is being received or when we are sending one.  When the fax fails and we stop the blinking lights, it self tests then turns off.  Sometimes when it does this we get an error message printed that says "Power Failure."  The party being faxed gets 1/2 a fax or 1 page out of 5.  I'll unplug it from the electric and plug it back in and then it will work fine for a day or two.  We have tried faxing from the glass when we have problems and that seems to work when self-feed faing doesn't.  We have not installed any drivers as this is not plugged into a computer but stands alone with it's own designated phone line.
    Any ideas???  The machine is 5 years old and has never given us any trouble until now.  Is it time to upgrade?
    Thanks so very much!!!!
    Joanne

    I have a new photosmart plus printer B209a CD035A and I have never been able to set up the fax, I get a message saying that the phone line is not connected to the modem, the phone is connected to my modem or I would not have an internet connection, perhaps I am not understanding it, I have the printer set up wireless now but it was wired before and I still could not set it up, I purchased it in April this year along with my new desktop Elite HPE-150f model AY603AA,  using windows7 64 bit, now I have a problem with the alignment, all the fonts are cut off down each side which makes it hard to read instructions, can someone give me some help with this. The alignment problem has only just started this past 2 weeks. thanks

  • Please help!  Strange problem with HTTPD.Conf and OC4J (I think)

    Hi,
    We have been trying to configure the 10g "infrastructure" Apache server/instance to work with our own authentication module, and as part of this, we need to configure a directory alias containing some of our JSPs. To do this, the only thing that we did was that we took the standard HTTPD.CONF file that got installed with the 10g AS installation, and added a small section at the end.
    However, we are finding that if our addition to the HTTPD.CONF is included, instead of the JSPs in our aliased directory being processed, Apache seems to be just serving the JSPs as text pages :(..
    If we remove the section at the end of the HTTPD.CONF, and point a browser to the unaliased path, the JSPs get processed correctly.
    I was wondering if anyone here might take a look at our HTTPD.CONF below, and tell me if you can see something there that might be causing this behavior? The section that we added is at the very end. We think that the problem might be something like the "order" of the directives, etc. in the HTTPD.CONF file may be such that the alias is taking priority ahead of the OC4J, or something like that.
    Thanks in advance, and apologies for the long message.
    Jim
    =====================================================
    ServerType standalone
    ServerRoot "/orad59/10gAS/infrastructure/Apache/Apache"
    PidFile /orad59/10gAS/infrastructure/Apache/Apache/logs/httpd.pid
    ScoreBoardFile /orad59/10gAS/infrastructure/Apache/Apache/logs/httpd.scoreboard
    Timeout 300
    KeepAlive On
    MaxKeepAliveRequests 100
    KeepAliveTimeout 15
    MinSpareServers 5
    MaxSpareServers 20
    StartServers 5
    MaxClients 150
    MaxRequestsPerChild 0
    LoadModule onsint_module libexec/mod_onsint.so
    LoadModule mmap_static_module libexec/mod_mmap_static.so
    LoadModule vhost_alias_module libexec/mod_vhost_alias.so
    LoadModule env_module libexec/mod_env.so
    LoadModule define_module libexec/mod_define.so
    LoadModule config_log_module libexec/mod_log_config.so
    LoadModule agent_log_module libexec/mod_log_agent.so
    LoadModule referer_log_module libexec/mod_log_referer.so
    LoadModule mime_magic_module libexec/mod_mime_magic.so
    LoadModule mime_module libexec/mod_mime.so
    LoadModule negotiation_module libexec/mod_negotiation.so
    LoadModule status_module libexec/mod_status.so
    LoadModule info_module libexec/mod_info.so
    LoadModule includes_module libexec/mod_include.so
    LoadModule autoindex_module libexec/mod_autoindex.so
    LoadModule dir_module libexec/mod_dir.so
    LoadModule cgi_module libexec/mod_cgi.so
    LoadModule asis_module libexec/mod_asis.so
    LoadModule imap_module libexec/mod_imap.so
    LoadModule action_module libexec/mod_actions.so
    LoadModule speling_module libexec/mod_speling.so
    LoadModule userdir_module libexec/mod_userdir.so
    LoadModule alias_module libexec/mod_alias.so
    LoadModule access_module libexec/mod_access.so
    LoadModule auth_module libexec/mod_auth.so
    LoadModule anon_auth_module libexec/mod_auth_anon.so
    LoadModule dbm_auth_module libexec/mod_auth_dbm.so
    LoadModule digest_module libexec/mod_digest.so
    LoadModule proxy_module libexec/libproxy.so
    LoadModule cern_meta_module libexec/mod_cern_meta.so
    LoadModule expires_module libexec/mod_expires.so
    LoadModule headers_module libexec/mod_headers.so
    LoadModule usertrack_module libexec/mod_usertrack.so
    LoadModule unique_id_module libexec/mod_unique_id.so
    LoadModule setenvif_module libexec/mod_setenvif.so
    LoadModule perl_module libexec/libperl.so
    LoadModule fastcgi_module libexec/mod_fastcgi.so
    <IfDefine SSL>
    LoadModule ossl_module libexec/mod_ossl.so
    </IfDefine>
    LoadModule wchandshake_module libexec/mod_wchandshake.so
    ExtendedStatus On
    Port 7777
    Listen 7777
    User oracle
    Group dba
    ServerAdmin [email protected]
    ServerName ge1ssd04.test.com
    DocumentRoot "/orad59/10gAS/infrastructure/Apache/Apache/htdocs"
    <Directory />
    Options FollowSymLinks MultiViews
    AllowOverride None
    </Directory>
    <Directory "/orad59/10gAS/infrastructure/Apache/Apache/htdocs">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    <IfModule mod_userdir.c>
    UserDir public_html
    </IfModule>
    <IfModule mod_dir.c>
    DirectoryIndex index.html
    </IfModule>
    AccessFileName .htaccess
    <Files ~ "^\.ht">
    Order allow,deny
    Deny from all
    </Files>
    UseCanonicalName On
    <IfModule mod_mime.c>
    TypesConfig /orad59/10gAS/infrastructure/Apache/Apache/conf/mime.types
    AddEncoding x-compress Z
    AddEncoding x-gzip gz tgz
    AddLanguage ar .ar
    AddLanguage da .dk .da
    AddLanguage nl .nl
    AddLanguage en .en
    AddLanguage et .ee
    AddLanguage fi .fi
    AddLanguage fr .fr
    AddLanguage de .de
    AddLanguage el .el
    AddLanguage es .es_ES .es
    AddLanguage he .he .iw
    AddLanguage hu .hu
    AddCharset ISO-8859-8 .iso8859-8
    AddLanguage it .it
    AddLanguage ja .ja
    AddCharset ISO-2022-JP .jis
    AddLanguage ko .ko
    AddLanguage kr .kr
    AddCharset ISO-2022-KR .iso-kr
    AddLanguage nn .nn
    AddLanguage no .no
    AddLanguage pl .po
    AddCharset ISO-8859-2 .iso-pl
    AddLanguage pt .pt
    AddLanguage pt-br .pt_BR .pt-br
    AddLanguage ltz .lu
    AddLanguage ca .ca
    AddLanguage sk .sk
    AddLanguage sv .sv
    AddLanguage th .th
    AddLanguage tr .tr
    AddLanguage cz .cz .cs
    AddLanguage ro .ro
    AddLanguage ru .ru
    AddLanguage zh-cn .zh_CN
    AddLanguage zh-tw .zh_TW
    AddCharset Big5 .Big5 .big5
    AddCharset WINDOWS-1251 .cp-1251
    AddCharset CP866 .cp866
    AddCharset ISO-8859-5 .iso-ru
    AddCharset KOI8-R .koi8-r
    AddCharset UCS-2 .ucs2
    AddCharset UCS-4 .ucs4
    AddCharset UTF-8 .utf8
    <IfModule mod_negotiation.c>
    LanguagePriority ar en da nl et fi fr de el it ja ko kr no pl pt pt-br ro ru ltz ca es sk sv th tr zh-cn zh-tw zh-cn
    </IfModule>
    AddType application/x-tar .tgz
    </IfModule>
    DefaultType text/plain
    <IfModule mod_mime_magic.c>
    MIMEMagicFile /orad59/10gAS/infrastructure/Apache/Apache/conf/magic
    </IfModule>
    HostnameLookups Off
    ErrorLog "|/orad59/10gAS/infrastructure/Apache/Apache/bin/rotatelogs /orad59/10gAS/infrastructure/Apache/Apache/logs/error_log 43200"
    LogLevel warn
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common
    LogFormat "%{Referer}i -> %U" referer
    LogFormat "%{User-agent}i" agent
    CustomLog "|/orad59/10gAS/infrastructure/Apache/Apache/bin/rotatelogs /orad59/10gAS/infrastructure/Apache/Apache/logs/access_log 43200" common
    ServerSignature On
    <IfModule mod_alias.c>
    Alias /icons/ "/orad59/10gAS/infrastructure/Apache/Apache/icons/"
    Alias /jservdocs/ "/orad59/10gAS/infrastructure/Apache/Jserv/docs/"
    Alias /javacachedocs/ "/orad59/10gAS/infrastructure/javacache/javadoc/"
    <IfModule mod_perl.c>
    Alias /perl/ "/orad59/10gAS/infrastructure/Apache/Apache/cgi-bin/"
    </IfModule>
    <Directory "/orad59/10gAS/infrastructure/Apache/Apache/icons">
    Options Indexes MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    ScriptAlias /cgi-bin/ "/orad59/10gAS/infrastructure/Apache/Apache/cgi-bin/"
    <Directory "/orad59/10gAS/infrastructure/Apache/Apache/cgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    </Directory>
    </IfModule>
    <IfModule mod_autoindex.c>
    IndexOptions FancyIndexing
    AddIconByEncoding (CMP,/icons/compressed.gif) x-compress x-gzip
    AddIconByType (TXT,/icons/text.gif) text/*
    AddIconByType (IMG,/icons/image2.gif) image/*
    AddIconByType (SND,/icons/sound2.gif) audio/*
    AddIconByType (VID,/icons/movie.gif) video/*
    AddIcon /icons/binary.gif .bin .exe
    AddIcon /icons/binhex.gif .hqx
    AddIcon /icons/tar.gif .tar
    AddIcon /icons/world2.gif .wrl .wrl.gz .vrml .vrm .iv
    AddIcon /icons/compressed.gif .Z .z .tgz .gz .zip
    AddIcon /icons/a.gif .ps .ai .eps
    AddIcon /icons/layout.gif .html .shtml .htm .pdf
    AddIcon /icons/text.gif .txt
    AddIcon /icons/c.gif .c
    AddIcon /icons/p.gif .pl .py
    AddIcon /icons/f.gif .for
    AddIcon /icons/dvi.gif .dvi
    AddIcon /icons/uuencoded.gif .uu
    AddIcon /icons/script.gif .conf .sh .shar .csh .ksh .tcl
    AddIcon /icons/tex.gif .tex
    AddIcon /icons/bomb.gif core
    AddIcon /icons/back.gif ..
    AddIcon /icons/hand.right.gif README
    AddIcon /icons/folder.gif ^^DIRECTORY^^
    AddIcon /icons/blank.gif ^^BLANKICON^^
    ReadmeName README
    HeaderName HEADER
    IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
    </IfModule>
    <IfModule mod_setenvif.c>
    BrowserMatch "Mozilla/2" nokeepalive
    BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
    BrowserMatch "RealPlayer 4\.0" force-response-1.0
    BrowserMatch "Java/1\.0" force-response-1.0
    BrowserMatch "JDK/1\.0" force-response-1.0
    </IfModule>
    <Location /server-status>
    SetHandler server-status
    Order deny,allow
    Deny from all
    Allow from localhost ge1ssd04.test.com ge1ssd04
    </Location>
    SetEnv PERL5LIB "/orad59/10gAS/infrastructure/perl/lib/5.6.1:/orad59/10gAS/infrastructure/perl/lib/site_perl/5.6.1"
    <IfModule mod_perl.c>
    PerlModule Apache
    PerlModule Apache::Registry
    <Location /perl>
    SetHandler perl-script
    PerlHandler Apache::Registry
    AddHandler perl-script .pl
    Options +ExecCGI
    PerlSendHeader On
    </Location>
    </IfModule>
    <DirectoryMatch /WEB-INF/>
    Order deny,allow
    Deny from all
    </DirectoryMatch>
    <IfModule mod_fastcgi.c>
    Alias /fastcgi/ "/orad59/10gAS/infrastructure/Apache/fastcgi/"
    ScriptAlias /fcgi-bin/ "/orad59/10gAS/infrastructure/Apache/Apache/fcgi-bin/"
    <Directory "/orad59/10gAS/infrastructure/Apache/Apache/fcgi-bin">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    SetHandler fastcgi-script
    <IfModule mod_ossl.c>
    SSLOptions +StdEnvVars
    </IfModule>
    </Directory>
    </IfModule>
    PassEnv ORACLE_HOME
    PassEnv LD_LIBRARY_PATH
    PassEnv NLS_LANG
    PassEnv TNS_ADMIN
    <IfModule mod_oprocmgr.c>
    <Location /oprocmgr-service>
    SetHandler oprocmgr-service
    Order deny,allow
    Deny from all
    Allow from localhost ge1ssd04.test.com ge1ssd04
    </Location>
    <Location /oprocmgr-status>
    SetHandler oprocmgr-status
    Order deny,allow
    Deny from all
    Allow from localhost ge1ssd04.test.com ge1ssd04
    </Location>
    </IfModule>
    include "/orad59/10gAS/infrastructure/Apache/Apache/conf/mod_oc4j.conf"
    include "/orad59/10gAS/infrastructure/Apache/Apache/conf/dms.conf"
    LoadModule rewrite_module libexec/mod_rewrite.so
    include "/orad59/10gAS/infrastructure/Apache/Apache/conf/ssl.conf"
    include "/orad59/10gAS/infrastructure/Apache/Apache/conf/mod_osso.conf"
    include "/orad59/10gAS/infrastructure/Apache/Apache/conf/oracle_apache.conf"
    # MY ADDITIONS TO HTTPD.CONF GO BELOW HERE....
    LoadModule my_auth_module /opt/myagent/apache/lib/libmy_apache_agent_mod_ssl.so
    AddModule my_apache_mod.c
    <IfModule my_apache_mod.c>
         MYAgentRoot /opt/myagent/apache
    </IfModule>
    <IfModule my_apache_mod.c>
    <Location />
    AuthType Basic
    Require valid-user
    AuthName MYAUTH
    </Location>
    </IfModule>
    <IfModule my_apache_mod.c>
    Alias /mydir/ "/orad59/10gAS/infrastructure/j2ee/OC4J_SECURITY/applications/sso/web/jsp/myagentdir/"
    <Directory "/orad59/10gAS/infrastructure/j2ee/OC4J_SECURITY/applications/sso/web/jsp/myagentdir/">
    AuthType Basic
    Require valid-user
    AuthName MYAUTH
    </Directory>
    </IfModule>

    Hi,
    I wanted to post what we found on this.
    As indicated in my original msg, we had an Alias directory in the httpd.conf. However, after thinking about the problem a bit, I think that the Alias was not the right thing to do.
    The Alias tells Apache to map a URL fragment to a FILESYSTEM location. Well, obviously, Apache only SERVES pages... it doesn't process JSPs.
    We switched to using a Redirect directive instead of the Alias, and things worked a little better, but we've run into a bit of a problem with "Redirect looping", but that's a different story :)...
    Jim

  • [HELP] Incoming SMS problem with special characters

    Hello,
    I have my BlackBerry Q10 for 4 days and I'm geting used to it and I love it but that's not the case...
    I live in Latvia and we use special letters in our language input like
    "ā č ē ž ļ ņ š ī ķ ģ ū" and that's alright with me, I know that I can't send these letters with my blackberry!
    But everytime my girlfriend sends me messages that are larger than two sentences and with these special letters... then I just can't read them at all. It looks like this:
    As you can see in image 1 & 2 there are @ symbols between every letter and other symbols.
    In the second image there you can see that the first sentence is taken from the same sms which is in image 1, it's just separated, It would be annoying to separate every single message someone sends me!!!!
    And in this image 3 below, you can see the correct text which is shown in image 2 with @ symbols between the letters...
    Please, I would appreciate it if someone could help me with this problem, it's annoying!
    P.S. And yes I have "Allow Special Characters" turned from OFF to ON in Text Messages>Settings>Advanced and it DIDN'T HELPED!
    Don't know what else to do!!!

    Ok, solved:
    From, DW do Edit | Preferences | New Document and set the Default Encoding to
    whatever you wish it to be.  That will set the default for all new
    documents in Dreamweaver.
    For the existing pages, you will need to open them and do Modify | Page Properties | Title/Encoding to set the encoding as you desire.

  • Help...problem with my Modem - Dial Up connection

    Hi...I having the following problem with my Powerbook G4 1Ghz Titatium. Hope you can give a hand.
    I am trying to conect to the internet with dail-up but the System Profiler utility says that "Modem Driver Not Found". I went into Network Preferences, and into Network Port configurations and the option of "Internal Modem" simply does not appear. What can I do?. I have been trying to find any installer for the modem but no lucky so far (I have the OS 10.3.9). I can imagine that the drivers were deleted.
    Any help will be highly appreciated. Greetings from Mexico.
    Jorge

    Sounds a bit like my problem mate....
    http://forums.creative.com/creativelabs/board/message?board.id=dap&message.id=06323
    Device Manager: Start --> Settings --> Control Panel --> System --> Hardware(tab) --> Device Manager.
    The error i'm getting is:
    The drivers for this device are not installed. (Code 28)
    To reinstall the drivers for this device, click Reinstall Driver.
    anyone know how to resolve this? it searches the cd for the drivers and cannot find them. What kind of files are drivers?
    Thanks
    Ewan

  • Can anyone help me? Problems with external mixer?

    Hey all,
    First off i would like to say hey to everyone as i am new so i hope someone out there can help me and me likewise in the future.
    Onto my problem. I recently bought an Alesis Multimix 8 USB and i am having a few problems with my iBook recieving the left and right signals from the device. I am currently running it through Ableton Live however when it recognises the mixer it says that there is only one input, the left one.
    For the work i am trying to do i would need the left and right inputs to act as seperate channels into Live. When i first bought the mixer it worked fine and Live read 2 inputs easily however now for some reason it has stopped seeing one.
    I think it may be a problem with the audio software in OS X 3.9 but i am not sure, i am trying to repair what i can however it seems to me that the only option i may have would be reinstalling 3.9 again from scratch.
    If anyone has any ideas about what could be wrong or how to get the 2 inputs back i would be very grateful.
    Please help me as this is driving me mad!
    Cheers
    Jon

    Hi Jon and welcome to Apple Discussions.
    I cannot pretend that I know anything about your subject but a couple of non invasive things you can try before resorting to a re-install. (Usually a last resort with Macs).
    1) Have a look at Audio MIDI setup in your Applications>Utilities folder and see if there is a setting there that with resolve your problem.
    2) Create a new user in System Preferences>Accounts.(always a good troubleshooting measure this, whatever the problem). Log out of your own account and into the new. Does the problem persist? If it doesn't there'll probably be a preference file somewhere to do with the device you are using.
    If the problem does persist then it could be the unit itself, the lead (have you tried a different one/port?), or - worst case scenario- a hardware/sw problem with your iBook.
    Not a lot of constructive help, I'm afraid, but some avenues to explore…
    Best of luck,
    Adrian

  • Can you help with technical problems with the stereo imagry option

    can you help with a technical problem with the stereo imagery option ? it won't take out lead vocal in a stereo mp3'

    Because this forum software is so absolutely USELESS now, you don't get to see the whole of the question in this view. In the other (non-list) view it says:
    "can you help with a technical problem with the stereo imagery option ? it won't take out lead vocal in a stereo mp3"
    And the answer is that if you can't isolate the vocal in the stereo field, or it is one of these odd ones where it's used inverted polarity in different parts of the stereo signal for the same vocal, then you won't be able to. But without a sample, it's impossible to tell. If you can post a link to one, that might help. It has to be external to this site though - Adobe in their infinite wisdom don't allow the posting of audio files on their audio U2U forum. Helpful, that, isn't it?

  • Please Help!  Two problems with my iMac at once a week b/4 finals!!!!

    First I'd just like to mention that I have no idea which OS X I have so...yeah, sorry. I was depending on this computer to work for my class finals. Anyway, on with the problems.
    My school is getting all new computers next year, so they are selling all of their iMacs for ten dollars each. Like an idiot, I bought one. And...so did my brother. But anyway, I got it home and started it up and all that came up was the traditional BIIINNNNGGGG, a white screen(for a second), then a gray one. This little icon comes up in the middle that you can't click on(the cursor doesn't come up)but it's purple and has a little cartoon face on it. This icon only comes up if you are not pressing any keys or click/moving the mouse.
    So I went back to school the next day and asked what was up, and they said that they completely wiped the computer and that I would have to buy new OS X install software. Okay...so I went to my computer teacher and he had a few sets of OS X install software.
    I brought it home and turned on my computer. I put in the disk that said OS X Install and it went in. The computer whirred for a bit, then spit the disk back out. So I decided to try a different disk because I thought that maybe the computer already had the contents of that disk on it. I put in the Applications disk, and now it refuses to come out. I have tried plugging the keyboard into different ports(there are two, with two others on the keyboard itself for the mouse) and everything. I looked inside through the little slot(discs go right into the computer-no hard drive or disk tray that slides out) on the front and the disc is spinning but nothing is happening.
    Please help me with both my wiped computer problem and my stuck disc problem. I have tried to give as much detail to help anyone who can help me. Please, WHAT CAN I DO?!
    iMac   Mac OS X (10.0.x)   I have an OS X. No idea which one...
    iMac   Mac OS X (10.0.x)   I have an OS X. No idea which one...
    iMac   Mac OS X (10.0.x)   I have an OS X. No idea which one...

    The full retail install disks are available here and at any Apple Store and many computer retailers. Also, check the system requirements. Be sure your Mac has firewire and enough ram to run Tiger. At this point you might be able to find the disks at a slightly discounted price because of the coming release of 10.5 Leopard. But be sure it is the black disk, boxed version if possible.
    EDIT: And the install disc for Tiger is a DVD, so be sure your iMac has DVD.
    This may help to narrow down the model iMac you have.
    -mj
    [email protected]
    Message was edited by: macjack

  • Help me please, problem with image transition

    Hi everybody,
    For the past few months I have started teaching myself how to use dreamweaver. So far I have had a couple problems my limited knowledge just cant figure out and hoped somebody out there could shed a little light on it.
    I am currently making a small portfolio site for my girlfriend but am having a few problems with trying to get the gallery the way she wants it. She want a black and white image to transition into colour on mouse over with small textbox to appear on mouseover also. I could not create a simple rollover image as she wanted the fade in and fade out to be slightly slower.
    The rather simple idea I had for this was to create a div with a background image which would be the colour version. A black and white version imported over the top which transitions out to 0 opacity on mouseover.
    The problem I have is when the mouse is removed and the mouseout behavior begins to bring the black and white version back. If the mouse is moved over image too quickly there seems to be a conflict between the 2 transitions and it begins to jump a little. You can have a look for yourself:
    http://www.emmatait.com/gallery.html
    I thought maybe if there was some code I could write in that would only make the mouseout behavior begin after all other functions were complete it would solve this but unfortunately I have no idea how to even go about this.
    Any help would be appreciated.
    Thanks all
    Adam

    Hi Adam,
    In my opinion using image swap behaviors is counterproductive.  It makes for slower loading pages and consumes bandwidth.  This can be a problem for mobile device users who often pay for bandwidth usage.
    I'm going to show a neat CSS trick for de-saturating color images. When you hover over the images, they turn to color and their opacity increases to 100%.  Click on images to bring up the full size photos with captions.
    http://alt-web.com/TEMPLATES/CSS-Semi-liq-photo-sheet.shtml
    Nancy O.

  • Please help...Problem with 3D Applet using JRE 1.5

    Hi all,
    I have an applet which uses sun opengl 1.3.1 plugin to render some 3D graphics. It is working fine with JRE 1.4.2_06, but not showing the 3D graphics with the latest JRE 1.5 release. I tried to repaint using available API with no success.
    Please help asap,
    Thanks in advance
    prasad

    I wonder if you have the same problem as me... Maybe we can find a solution for us both, no need for me to open a new thread for this topic then...
    I wrote an applet using Swing and compiled it using JavaSDK 1.4.x. I also installed the 1.4.x JRE for both of my test browsers. In Mozilla 1.1 the applet displays properly all the time. In IE6 SP1 it sometimes works as intended but sometimes the applet simply stops working, as per my Java Console somewhere after invoking the "start" method. Parts of the applet simply become gray and when I resize it - I have a JFrame in my applet - the whole JFrame becomes gray and does not respond to input nor it redraws itself. Shutting down IE does not close the JFrame(although the java console reports normal program termination and cleanup) and the only way to close it is through the task manager. I am using Windows 98SE btw.
    Does it sound similiar to your problem? It happens ONLY with IE, not with Mozilla. Anybody has an idea on what it could be? I doubt there's an error in my code...

  • Need Help, crazy HDV Problem with Final Cut

    Hi Guys, first thanks for looking my problem.
    I have a new Macbook Pro 2,4Ghz with 4GB RAM and Leopard 10.5.4
    So also I have Final Cut Studio 1 updated on 5.1.4.
    My problem: As i captured HDV Material i saw in Quicktime, that there are many fragments, more terrible then hdv compression.In Final Cut 5 the same. So i was looking for an other Mac, so i've found an G5 also with Final Cut 5.1.4 and Tiger OS. But there i saw nothing, no fragments, all good(same material).
    So i think its a problem with between macbook pro,leopard, hdv and final cut 5.1.4
    Can anyone help me, im also able to give you a screenshot with the fragmets. There are very strong to see in the grey colors.
    Thanks

    http://www.bilder-space.de/show.php?file=Gqur6a5PA7NZW2K.jpg
    here is a screen from my problem, thats nomal resulution ... HDV in Final Cut, look at the fragments left and right, thats not normal !
    Message was edited by: jenderbender
    Message was edited by: jenderbender

Maybe you are looking for

  • Unable to change the background color of a webi report in the infoview

    Hi, Can someone please me help me with the below issue. Environment Details: BusinessObjects XI3.1 SP1SP2SP3                                                                                BusinessObjects XIR2 SP5                                      

  • Can we get a new category for posts besides "Helpful" and "Solved"?

    Because there should be a button for "Opposite of Helpful" to label those posts that pretend to be answers, but are really just a waste of pixels or a means for someone to get their message count up. Most of the time the users are fantastic and helpf

  • Palm OS Emulator problem

    hi all, the problem i've got has something to do with the refreshing of my Midlet's display. I've got two "Displayables" one Canvas and one TextBox, first i set the Canvas (with an image) as the current object on my display, it works fine, the proble

  • Missing Frames from Beginning of m2t (mpeg) File?

    I've imported a .m2t file in to After Effects CS3 and the first couple of video frames are missing, leaving the layer not starting where I want it to and also the audio out of sync. There's also one of those red frames at the end of the composition t

  • Tricky query for TREX

    Hi, I would like to query TREX for documents that has displaynames starting with a specific letter. If I have three documents named Apple, Ananas and Different Apples I would like to find the two first when searching for documents having a displaynam