Re-setting Bounce outouts?

Hi -
I'm new to the forum and have been using Logic for about 6 months since switching from DP, which I used for about 10 years.
Does anyone here know how to re-set the outputs used to bounce audio in Logic?
It seems that the default setting is Outputs 1-2, but since I recently added some Apogee converters my system is now set-up so that all audio is output through 17-18.
I need to re-set the default bounce outputs so that audio goes through
17-18, not 1-2. But so far I can't find out where that would be done -
am I'm very much hoping it can be done...
Any help would be greatly appreciated.
Thanks -

In order to bounce from outputs other than 1-2 you have to create an output object 17-18 in Logic's environment. In the environment you can also reassign the outputs of your existing output to 17-18 in the Inspector window->channel->select outputs.
If you route all your tracks to Output 17-18 this output will of course be created automatically in your environment/Mixer.
Once this output is created it behaves like Output 1-2 and you will find the little bounce symbol at the bottom of the channel strip.
Message was edited by: Sampleconstruct

Similar Messages

  • How do I stop Safari's content from wobbling?

    In Lion, there is this insipid wobbling of the page's view (programmer terms, I know) when the page has no scroll bars (scrolling set to always on) and you use the magic mouse's center point to finger scroll up.
    The "view" scrolls away from the top left corner to display nothing, then snaps back.
    As I am a leftie and I EXPECT the scrolling to STOP AT THE END OF THE SCROLL REGION, how do I burn this setting to NEVER EVER DO THIS.
    It is distracting and useless and irritating.
    this even happens witn an empty page.
    I never ever want my UIScrollView's content to allow the content's view pane to drag away form the edges that contain it.
    This didn't happen in Snow Leopard and my Mac with a 27 inch screen and a 17 inch screen is not an iOS device. 
    Please, for the love of babies and puppies, how can we make this stop?
    Is there a pList setting for Safari that will allow the UIScrollView.bounces to = 0 or UIScrollView.elasticty = 0?
    Can I edit the Framework header in /Library/Frameworks to set the default to NEVER for all epplications?
    Please.  I can't use Lion with this is happening all the time I mistakenly trigger a scroll with my middle finger using the Magic mouse. 
    It is horribly distracting.
    Thank you.

    Thanks Carolyn, but this is a result of how Apple rebuilt their code.  On iOS, there is a thing called a UIScrollView.  Setting bounces to 0 makes the scrolling not bounce. 
    Lion is different.  It uses an NSScrollView. (I just did the research)  In it is a property called "Elasticity" which determines this: Allow content to be scrolled past its bounds on this axis in an elastic fashion.  Things that scroll generally sit within an NSScrollView on the screen.  It turns out the NSScrollElasticity is responsable for that.  It's defined in NSScrollView.h.
        #if MAC_OS_X_VERSION_10_7 <= MAC_OS_X_VERSION_MAX_ALLOWED
        enum {
            NSScrollElasticityAutomatic = 0, // automatically determine whether to allow elasticity on this axis
            NSScrollElasticityNone      = 1, // disallow scrolling beyond document bounds on this axis
            NSScrollElasticityAllowed   = 2, // allow content to be scrolled past its bounds on this axis in an elastic fashion
    If you open this folder, you can see the file on your hard drive.
    /System/Library/Frameworks/Appkit.framework/Versions/C/Headers/NSScrollView.h
    Dunno if modifying that file would help anything, but in any case, I would love for a preference file (pList) to automatically set all NSScrollViews for an app to use NSScrollView.NSScrollElasticity = NSScrollElasticityNone
    I think that would work, but I don't yet know how to do it and do it for all apps.

  • Wired dot1X session termination

    Hi all,
    Question about wired dot1X session termination.
    After a client successfully done on the wired dot1x authentication, my authZ rule is follow by the VLAN assignement whereby DHCP server will provision a client IP to the PC.
    But when the client doing these 2 action:
    01. after get connected, disable the IEEE 802.1x option on the PC Ethernet port setting
    02. after get connected, disable, then enable the PC Ethernet port setting  (bouncing)
    I found out these 2 actions will still get the user in authorized state, because it is not link down or port-bounce action. Session still persist at client PC.
    My question :
    Anything i can configure either on the switch or ISE will automatic trigger an action like send an EAPOL-Logoff message, causing the switch port to change to the unauthorized state?
    Thanks
    Component in use:
    client OS: window 7
    PEAP-MsCHAP V2
    authentication mode : iser or computer authetnication
    no check on single sign on
    no check remember credential for connection each time logged on
    no check fallback to unauthorized network access
    ISE 1.1.3 with patch 4
    Switchport configuration
    interface G0/1
    switchporGt mode access
    switchport access vlan 61
    authentication port-control auto
    dot1x pae authenticator
    authentication host-mode multi-auth
    authentication order dot1x
    authentication priority dot1x mab
    no shutdown
    end

    For #2 - The session should terminate and restart if the Ehternet adapter on the PC bounces. Are you saying that even though the user disables/enables the adapter, the session remains active in ISE/NAD?
    For #1 - I am not really sure as I have never played with this before. My guess would be "No" because once ISE sends the "Access Accept" back to the NAD (your switch in this scenario), the NAD won't know if you are disabling 802.1x. The EAPoL conversation already took place so there is no more 802.1x type traffic coming in and out of the NAD/Client on that port. 
    I suppose you can set a re-autn and inactivity timer on both the NAD and ISE but keep in mind that it is not recommended for those timers to be set at low values (minimum 1 hour). Otherwise you could overwhelm your ISE servers depending on how large your environment is.
    You will need to add the following commands on the switchport:
    authentication periodic
    authentication timer reauthenticate server
    authentication timer inactivity server
    Then in ISE you will need to set the re-auth and the idle timers under the "Authorization Profile"
    Another thing to keep in mind is that you should control what your users can and cannot do on their workstations via GPO (Group Policy). In normal circumstances a regular user should not have the privileges to disable 802.1x or their Ethernet adapter :)
    Hope this helps!
    Thank you for rating helpful posts!

  • OutOfMemory error jvm

    Could some some please help me with this i hava a programe which is reading email from amd email sever using javamail.
    My problem is that when this pgrograme have to read more than 27 thousand emails and filter them at the same time but as soon as i get to 5900 the jvm runs out of memory. i have tried increaing memory using -Xms and Xms this seem to work but i still get memory leaking could some one have a look at my code i would be very happy to any light at to why or where the leak is comming from.
    at the moment i have managed to track the leak to the "searchEMail" method
    if you cam help my email is [email protected] or [email protected]
    =====================================================================
    EmailFilter.java
    wokoli
    =====================================================================
    import java.io.*;
    import java.util.*;
    import java.awt.*;
    import javax.mail.*;
    import javax.mail.internet.*;
    import javax.swing.JProgressBar;
    import javax.swing.JWindow;
    public class EmailFilter
    extends Authenticator implements EmailHelper
    protected String from=null;
    protected Session session=null;
    protected PasswordAuthentication authentication=null;
    private Properties props=null;
    private TreeMap bounced=null;
    private long start=0;
    private long end=0;
    private PrintWriter out=null;
    private int blockSize=100;
    public EmailFilter(Properties props){  
    this(null, null,props);
    public EmailFilter(String user, String host,Properties props)
    try{      
    if(props==null)
    props = new Properties();
    System.out.println("Reading properties file...");
    props.load(new FileInputStream("config.properties"));
    from = user + '@' + host;
    props.setProperty("mail.user", user);
    props.setProperty("mail.host", host);
    props.setProperty("mail.password",user);
    }catch(Exception e){
    e.printStackTrace();
    authentication = new PasswordAuthentication(props.getProperty("mail.user"),props.getProperty("mail.password"));
    props.setProperty("mail.store.protocol", "pop3");
    props.setProperty("mail.transport.protocol", "smtp");
    session = Session.getInstance(props, this);
    blockSize=Integer.parseInt(props.getProperty(BLOCKSIZE));
    this.props=props;
    processCsvFile();
    private int column=0;
    protected void processCsvFile()
    Recipient resp=null;
    BufferedReader reader=null;
    try {
    File file=new File("report.csv");
    if(!file.exists())
    return;     
    System.out.println("Reading report.cvs file...");
    reader= new BufferedReader(new FileReader(file));
    StreamTokenizer parser = new StreamTokenizer(reader);
    parser.wordChars(' ', ' ');
    parser.wordChars('@', '@');
    parser.wordChars(':', ':');
    parser.wordChars('-', '-');
    parser.wordChars('"', '"');
    parser.eolIsSignificant(true);
    int nxtToken=0;
    while ((nxtToken=parser.nextToken()) != StreamTokenizer.TT_EOF )
    if(nxtToken==StreamTokenizer.TT_EOL)
    column=0;
    resp=new BouncedEmail();
    if(parser.lineno()>1)
    switch (parser.ttype)
    case StreamTokenizer.TT_NUMBER:
    switch (column)
    case 1:{
              resp.setCount((int)parser.nval);     
              //System.out.println( "Col "+column+" value "+(int)parser.nval);          
    column++; break;
    break;
    case StreamTokenizer.TT_WORD:
    switch (column)
    case 0:{                             
         resp.setEmail(parser.sval);          
         //System.out.println( "Col "+column+" value "+parser.sval);
    column++; break;}
    case 2:{
              String str=parser.sval.replace('"',' ');;
         resp.setDate(str.trim());     
              //System.out.println( "Col "+column+" value "+str.trim());
    column++;break;}
    case 3:{
              String str=parser.sval.replace('"',' ');;
         resp.setTime(str.trim());               
              //System.out.println( "Col "+column+" value "+str.trim());
    column++; break;}
    break;
    default:
    addBounced(resp);
    } catch (IOException e){
    e.printStackTrace();
    }finally{
    try{
         if(reader!=null)
         reader.close();
         }catch(IOException ioe){
         ioe.printStackTrace();
    public PasswordAuthentication getPasswordAuthentication(){
    return authentication;
    private boolean searchEmail(MimeMessage msg)
    String criteria=null;
    String str=null;
    try{      
    criteria=(String)props.get(FROM);
    str=(String)msg.getFrom()[0].toString();
    if(criteria!=null && criteria.length()>1 && str!=null && str.length()>1)
    if(doSearch(str,criteria)==BOUNCED)
    return BOUNCED;
    criteria=(String)props.get(SUBJECT);
    str=(String)msg.getSubject();
    if(criteria!=null && criteria.length()>1 && str!=null && str.length()>1)
    if(doSearch(str,criteria)==BOUNCED)
         return BOUNCED;
    /*criteria=(String)props.get(BODY);
    Object o = msg.getContent();
    if (o instanceof String) {
    str=(String)o;
    } else if (o instanceof Multipart) {
    Multipart mp = (Multipart)o;
    //int count = OutOfMemoryErrormp.getCount();
    //for (int i = 0; i < count; i++)
    //dumpPart(mp.getBodyPart(i));
    } else if (o instanceof InputStream) {
    //System.out.println("--This is just an input stream");
    //InputStream is = (InputStream)o;
    //int c;
    //while ((c = is.read()) != -1)
    //     System.out.write(c);
    if(criteria!=null && criteria.length()>1 && str!=null && str.length()>1)
    if(doSearch(str,criteria)==BOUNCED)
         return BOUNCED;
    }catch(OutOfMemoryError oome){
    System.out.println("while in searchEmail "+oome);
    System.out.println("while in searchEmail "+oome.getStackTrace());
    catch(javax.mail.internet.AddressException ae){}
    catch(NullPointerException npe){}
    catch(Exception ex){
    //ex.printStackTrace();
    ex.getMessage();
    return !BOUNCED;
    //str is the content that you wnat to search and criteria is the
    //what you are searching for
    //str -> From, Subject or Body from Message Object
    //criteria -> From, Subject or Body from Prop file
    /* private boolean doSearch(String str,String criteria)
    if(str==null || criteria ==null)
    return !BOUNCED;
    StringBuffer sb=new StringBuffer(str);     
    StreamTokenizer token=new StreamTokenizer((Reader)new StringReader(criteria));
    token.wordChars(' ', ' ');
    token.wordChars('@', '@');
    token.wordChars(':', ':');
    token.wordChars('-', '-');
    token.wordChars('"', '"');
    token.eolIsSignificant(true);
    int nxtToken=0;
    try{
    while ((nxtToken=token.nextToken()) != StreamTokenizer.TT_EOF )
    if(token.ttype==StreamTokenizer.TT_WORD)
         if(sb.indexOf(token.sval)>-1)
    return BOUNCED;     
    }catch(IOException ioe){
    ioe.printStackTrace();
    return !BOUNCED;
    //str is the content that you wnat to search and criteria is the
    //what you are searching for
    //str -> From, Subject or Body from Message Object
    //criteria -> From, Subject or Body from Prop file
    private boolean doSearch(String str,String criteria)
    if(str==null || criteria ==null)
    return !BOUNCED;
    StreamTokenizer token=new StreamTokenizer((Reader)new StringReader(criteria));
    StringSearch sch=new StringSearch(str.getBytes());
    token.wordChars(' ', ' ');
    token.wordChars('@', '@');
    token.wordChars(':', ':');
    token.wordChars('-', '-');
    token.wordChars('"', '"');
    token.eolIsSignificant(true);
    int nxtToken=0;
    try{
    while ((nxtToken=token.nextToken()) != StreamTokenizer.TT_EOF )
    if(token.ttype==StreamTokenizer.TT_WORD)
         if(sch.indexOf(token.sval)>-1)
              return BOUNCED;      
    }catch(OutOfMemoryError oome)
    System.out.println("while in doSearch ");
    oome.printStackTrace();
    }catch(IOException ioe){
    ioe.printStackTrace();
    return !BOUNCED;
    public void sendMessage(String to, String subject, String content) throws MessagingException
    //System.out.println("SENDING message from " + from + " to " + to);
    MimeMessage msg = new MimeMessage(session);
    msg.addRecipients(Message.RecipientType.TO, to);
    msg.setSubject(subject);
    msg.setText(content);
    Transport.send(msg);
    private void addBounced(Recipient resp)
    if(resp==null)
    return;     
    if(bounced==null)
         bounced=new TreeMap();
    String email =resp.getEmail();
    if(email==null)
         return;
    if(isExisting(email)==null){    
    bounced.put(email,resp);
    private String isExisting(String key)
    if(key==null || bounced==null)
    return null;
    String name=null;
    // Iterator itr=bounced.keySet().iterator();
    Set set=bounced.keySet();
    Iterator itr=set.iterator();
    while(itr.hasNext())
    name=(String)itr.next();
    if(name==null)
    return null;
    if(name.equals(key))
    return name;
    return null;
    private void writeReport()
    if(bounced==null)
         return;
    Recipient resp=null;
    File file =null;
    try{
    if(out==null) //writing for to file for the first time
    file=new File("report.csv");
    if(file.exists())
    System.out.println("Found and deleted report file "+file.delete());
    file =new File("report.csv");
    out =new PrintWriter(
    new BufferedWriter(
    new FileWriter(file)),true);
    out.println("Email,Count,Last Date Bounced,Lasted Time Bounced");
    Iterator itr=bounced.keySet().iterator();
    String key=null;
    System.out.println("Writing report...");
    while(itr.hasNext())
    key=(String)itr.next();
    resp=(Recipient)bounced.get(key);
    out.println(key+","+resp.getCount()+",\""+resp.getDate()+"\",\""+resp.getTime()+"\"");
    }catch(Exception ex){
    ex.printStackTrace();
    }finally{
    if(bounced!=null)
    bounced.clear();
    bounced=null;
    out.flush();
    private void collectGarbage()
    System.out.println("mem before "+Runtime.getRuntime().freeMemory());
    Runtime.getRuntime().gc();
    System.out.println("mem after "+Runtime.getRuntime().freeMemory());
    System.out.println("Garbage collected");     
    private void createBouncedEmail(String email,String date, String time,int count)
    if(email==null)
    return;
    String name=isExisting(email);
    if(name!=null)
    Recipient res=(Recipient)bounced.get(name);
    bounced.remove(name);          
    int c=res.getCount();
    addBounced(new BouncedEmail(email,res.getDate(),res.getTime(),++c));
    }else
    addBounced(new BouncedEmail(email,date,time,count));
    public void checkInbox(int mode) throws MessagingException, IOException
    Folder inbox=null;
    Store store= null;
    JProgressBar pbar=null;
    JWindow window=null;
    try
    if (mode <0) return;
    boolean show = (mode & SHOW_MESSAGES) > 0;
    boolean clear = (mode & CLEAR_MESSAGES) > 0;
    String action =
    (show ? "Show" : "") +
    (show && clear ? " and " : "") +
    (clear ? "Clear" : "");
    System.out.println("Checking mail on: "+props.getProperty("mail.host"));     
    store = session.getStore();
    System.out.println("Trying to connect to mail server: "+props.getProperty("mail.host"));
    store.connect();
    System.out.println("Connected on mail server : "+getRequestingSite());
    Folder root = store.getDefaultFolder();
    inbox = root.getFolder(INBOX);
    System.out.println("Opening mail folder for Reading");
    inbox.open(Folder.READ_ONLY);
    Message[] msgs = inbox.getMessages();
    if (msgs.length ==0){
    System.out.println("No messages in inbox");
    /*window =new JWindow();
    Toolkit theKit=window.getToolkit();
    Dimension wndsize=theKit.getScreenSize();
    window.setBounds(wndsize.width/3,wndsize.height/2,400,30);
    pbar=new JProgressBar(0,msgs.length);
    window.getContentPane().add(pbar);
    window.setVisible(true);*/
    //start=new Date().getTime();
    //System.out.println("Time started: "+new Date());
    //System.out.println(msgs.length+" emails to process");
    for (int cnt = 0; cnt < msgs.length; cnt++)
    MimeMessage msg = (MimeMessage)msgs[cnt];
    // int x =i+1;
    // pbar.setValue(x);
    System.out.println("Reading msg "+cnt);
    if(searchEmail(msg)==BOUNCED)
    createBouncedEmail(msg.getFrom()[0].toString(),null,null,-1);
    if (show)
    System.out.println(" From: " + msg.getFrom()[0]);
    System.out.println(" Subject: " + msg.getSubject());
    System.out.println(" Content: " + msg.getContent());
    if (clear)
    msg.setFlag(Flags.Flag.DELETED, true);
    if((bounced!=null && bounced.size()==blockSize) || cnt==msgs.length-1)
         writeReport();
    if(cnt%100==0)
    collectGarbage();
    /* if((bounced!=null && (blockSize%bounced.size())==0) || i==msgs.lengtstth)
         writeReport();      */
    //writeReport();
    //end=new Date().getTime();
    //System.out.println("Time complted: "+new Date());
    //System.out.println("Time taken to complete: "+new Date(end-start));
    }catch(OutOfMemoryError oome)
    System.out.println("while in checkInbox ");
    oome.printStackTrace();
    }catch (AuthenticationFailedException afe){
         afe.printStackTrace();
    }finally{
    if(window!=null)
    window.dispose();
    if(inbox!=null)
    inbox.close(true);
    if(store!=null)
    store.close();
    if(out!=null)
    out.close();
    }

    I think that your code is actually loading all (or most) of the
    meassages from the server. This is why you are running out of memory.
    The Message object is a lightweight object that loads content from the
    server on demand. Your program seems to force this to happen quite often.
    The Message class does not say that it drops references to the data it
    hash cached.
    Since all of the Message objects from the folder are stored in an array
    they cannot be gc'd. And each time you as for new information from a
    Message it loads it from the server and caches it internally.
    You should also consider using SearchTerm implementations to search your
    Folder object.
    matfud

  • In multicam editing Im cutting a part and the audio is staying. The video part has been cut, but the original audio continues to play. I made several similar edits earlier and had no problems. Please help!! Thanks

    Im using a multiclip as well. All volumes on cameras have been muted. The source of audio is pulling my hair out!! Thank you O Smart ones!

    Absolutely nothing to do with top or bottom or whatever order they're set in the angle editor, though it's practical to set the audio at the bottom as you're not going to be cut, but it can be anywhere. In can bet in the middle if the stack. What is import is what is the active angle when you edit the clip into the timeline. You can change it afterwards, but it's easiest to do when you first make the edit into the timeline. In the angle viewer you set the active angle. That's what gets edited into the timeline as the first cut.
    This is the angle viewer.
    Cam 2 is the active angle. When it's edited into the timeline that's the video and audio that appears. In your case you would set bounce as the active angle. You can change the video in the timeline after you set the angle viewer to cut or switch video only. Then bounce remains as the audio.

  • Can I set the normalization level in the Bounce dialog?

    I want to normalize my tracks to, say, -1db instead of 0db.  Is there any way to set the normalize feature in the bounce dialog to do this?

    Hi
    The Art Of Sound wrote:
    Which in turn reduces the dynamic range......
    Louder parts get quieter... and quieter parts get louder....
    No
    Turning the gain up or down to ensure that the peak levels ( or RMS levels) merely turns the whole signal level up or down: no compression or expansion
    http://en.wikipedia.org/wiki/Audio_normalization
    CCT

  • I am trying to change my email settings but everytime I click on mail in the set up screen I get bounced back to the home screen.  Any ideas?

    I am trying to change my email settings but everytime I click on mail in the set up screen I get bounced back to the home screen.  Any ideas?

    Call Apple to help reset your Security Question.
    http://support.apple.com/kb/HT5699

  • TS4268 I can't get the iMessage or FaceTime to work on my iPod touch.  I updated to the latest iOS.  I have ensured restrictions are off and 'Set Automatically' is selected under date & time settings.  I can enter my apple ID, but it bounces back to the l

    I can't get the iMessage or FaceTime to work on my iPod touch.  I updated to the latest iOS.  I have ensured restrictions are off and 'Set Automatically' is selected under date & time settings.  I can enter my apple ID, but it bounces back to the first login screen.

    I just hit the home key very fast 3 times and it worked. Glad to see that someone suggested this to another person with a mini. My gremlins are all gone.  Yea to the forum .......Marci 73361

  • When i put my bounced track to CDJ 900, the sound quality drops, Hi and Mid Pass sound like they "Shrink In", doesn't sound the same when playback in logic. I set my bouncing setup as highest.

    when i put my bounced track to CDJ 900, the sound quality drops, Hi and Mid Pass sound like they "Shrink In", doesn't sound the same when playback in logic. I set my bouncing setup as highest.

    Hi Eriksimon,
    Firstly, thanks for your message.
    What I meant by "hi pass mid pass shrinking in" is EXACTLY what you menat, I got a heavy bass and muffed high and mid content. Apologised for my poor English.
    I haven't checked the setting of the playback device yet but instead I tested it with some professional produced tracks. I know the sound tends to vary a little bit when playing from computer and CD player such as the CDJ 900 that I am using. The differences were not as significant as my own track. They tend to get a rather good balance. My track is well balanced and mixed (I guess) in Logic but it turns out completely different when using the CD player.
    I bounced my work to MP3 with highest BIte Rate.

  • Setting levels for bounce

    Hello all_
    Which is better when bouncing. Keeping the levels from clipping using the individual track faders or just lowering the Global output fader covering all the tracks. Is it better to keep the global output high or does matter at all. Just wondering how you all do this.
    Thanks for any info
    RealDave_

    as a general suggestion, you might want to invest in a book or find a short course you can take on basic audio engineering. what you're talking about here is referred to as 'gain structure' and it's an important and fundamental part of how you work with multitrack audio production. it's not a specific thing to logic, it's just one of the principles of audio engineering. it used to be a lot more critical in analog days when you were figthing against the accumulation of noise as you added more and more tracks together. today it's not the same anymore but there's still a lot to gained from developing good technique in this area.
    back in the day I know craig anderton put out a lot of great books that covered this kind of thing. maybe a bit of a search at amazon.com or even google will come up with some good material that you can look into.
    but in the meantime, here's a basic guideline: you should always be careful to ensure that you get healthy levels going on all your parts, and that you try to avoid overloading your master fader. healthy levels means that you're going to be making the best use of your dynamic range and getting the best resolution in your audio. and if you balance it all well and keep your master channel from getting too hot, you'll find it easier to mix without needing to do anything too drastic and pull back all your levels at bounce time. also, be sure to always work at 24 bit! there's no reason not to with today's gear, and it really does make it so much easier to get good sound without having to be too precious about your levels at all times. when you do your final mix, you just dither down to 16 bit.. or, if you're taking your stuff to a mastering house, output your mixes at 24 bit still, and they will master it at that bit depth and then produce final masters at 16 bit for you.

  • How to undo bounce setting of a specific e-mail address

    Hi,
    A while ago, I bounced mail from unwanted company (not SPAM), and it worked. Circumstances have changed (long story), and I want to again receive e-mail from this person. Any way to "unbounce" or undo a bounce of a specific address? Thanks!
    Laura

    FYI - see my post at http://discussions.apple.com/message.jspa?messageID=5166335#5166335
    Additionally, as I suspected/expected, but just to verify, I sent a second message from work to home after I bounced the first, no problem -- it just goes and gets delivered like nothing ever happened.
    So, your problem is a non-problem. No problem.

  • My email gets bounced into an eternal loop in the outbox and says that my iCloud and me account are not recognized by the server? I've tried setting up another account and it says that I already have them set up, and it is stil only sending 1 or 2 message

    My messages get lost in an eternal loop in my out box and it says that my iCloud me accounts are not recognized by the server. I can send 1 or 2 out of 10.
    We tried adding a new account and that didn't work. We then deleted the account and started again. Still didn't work. Extremely frustrated!

    There also seems to be something wrong with the time!!! My posting says 5:30ish but it was 8:30ish?

  • Having problems with macbook pro trackpad its like it wont register where im trying to lead it to go to... and sometimes bounces around in different directions ... already turned off and changed speed setting

    not sure what else to try? and im kind of technology challenged so if any one can help with some step by step answers would greatly appreciate it.

    This is what Apple has to say about this problem.
    http://support.apple.com/kb/TS1449
    If the suggestions made by Apple does not help, you may have to take the MBP to the Apple store
    for service.

  • Possibility of drawing numbers on java bouncing balls?

    Can anyone show me how to put numbers on these moving balls in my code. I need the numbers 1-60 on them. I have two sets the red and white. Here is my code. Any help is appreciated. I am trying to write a program to represent the powerball.
    import java.awt.*;
    import java.applet.*;
    import java.util.*;
    import javax.swing.*;
    import java.awt.Rectangle;
    class CollideBall{
    int width, height;
    public static final int diameter=20;
    //coordinates and value of increment
    double x, y, xinc, yinc, coll_x, coll_y;
    boolean collide;
    Color color;
    Graphics g;
    Rectangle r;
    //the constructor
    public CollideBall(int w, int h, int x, int y, double xinc, double yinc, Color c){
    width=w;
    height=h;
    this.x=x;
    this.y=y;
    this.xinc=xinc;
    this.yinc=yinc;
    color=c;
    r=new Rectangle(150,80,130,90);
    public double getCenterX() {return x+diameter/2;}
    public double getCenterY() {return y+diameter/2;}
    public void alterRect(int x, int y, int w, int h){
    r.setLocation(x,y);
    r.setSize(w,h);
    public void move(){
    if (collide){  
    double xvect=coll_x-getCenterX();
    double yvect=coll_y-getCenterY();
    if((xinc>0 && xvect>0) || (xinc<0 && xvect<0))
    xinc=-xinc;
    if((yinc>0 && yvect>0) || (yinc<0 && yvect<0))
    yinc=-yinc;
    collide=false;
    x+=xinc;
    y+=yinc;
    //when the ball bumps against a boundary, it bounces off
    //ball width is 6 so if the ball becomes less then 6 it is touching the frame
    //if ball is greater than the entire width-the diameter of the rectangle, then the ball is just touching the frame of the rectangle and must switch to negative to go in opposit direction
    if(x<6 || x>width-diameter){
    xinc=-xinc;
    x+=xinc;
    //same thing as about just about the Y-axis instead of the x-axis
    if(y<6 || y>height-diameter){
    yinc=-yinc;
    y+=yinc;
    public void hit(CollideBall b){
    if(!collide){
    coll_x=b.getCenterX();
    coll_y=b.getCenterY();
    collide=true;
    public void paint(Graphics gr){
    g=gr;
    g.setColor(color);
    //the coordinates in fillOval have to be int, so we cast
    //explicitly from double to int
    g.fillOval((int)x,(int)y,diameter,diameter);
    //Draws half white and half dark gray arc around the balls to give light and shadow effect
    g.setColor(Color.white);
    g.drawArc((int)x,(int)y,diameter,diameter,45,180);
    g.setColor(Color.darkGray);
    g.drawArc((int)x,(int)y,diameter,diameter,225,180);
    public class BouncingBalls extends Applet implements Runnable { 
    Thread runner;
    Image Buffer;
    Graphics gBuffer;
    CollideBall ball[];
    //Obstacle o;
    //how many balls?
    static final int MAX=60;
    boolean intro=true,drag,shiftW,shiftN,shiftE,shiftS;
    boolean shiftNW,shiftSW,shiftNE,shiftSE;
    int xtemp,ytemp,startx,starty;
    int west, north, east, south;
    public void init() {  
    Buffer=createImage(getSize().width,getSize().height);
    gBuffer=Buffer.getGraphics();
    ball=new CollideBall[MAX];
    int w=getSize().width-5;
    int h=getSize().height-5;
    //our balls have different start coordinates, increment values
    //(speed, direction) and colors
    for (int i = 0;i<30;i++){
    ball=new CollideBall(w,h,48+i,500+i,1.5,2.0,Color.white);
    ball[i+30]=new CollideBall(w,h,890+i,200+i,1.5,2.0,Color.red);
    public void start(){
    if (runner == null) {
    runner = new Thread (this);
    runner.start();
    /* public void stop(){
    if (runner != null) {
    runner.stop();
    runner = null;
    public void run(){
    while(true) {
    Thread.currentThread().setPriority(Thread.MAX_PRIORITY);
    try {runner.sleep(15);}
    catch (Exception e) { }
    //move our balls around
    for(int i=0;i<MAX;i++){
    ball[i].move();
    handleCollision();
    repaint();
    boolean collide(CollideBall b1, CollideBall b2){
    double wx=b1.getCenterX()-b2.getCenterX();
    double wy=b1.getCenterY()-b2.getCenterY();
    //we calculate the distance between the centers two
    //colliding balls (theorem of Pythagoras)
    double distance=Math.sqrt(wx*wx+wy*wy);
    if(distance<b1.diameter)
    return true;
    return false;
    private void handleCollision(){
    //we iterate through all the balls, checking for collision
    for(int i=0;i<MAX;i++)
    for(int j=0;j<MAX;j++){
    if(i!=j){         
    if(collide(ball[i], ball[j])){  
    ball[i].hit(ball[j]);
    ball[j].hit(ball[i]);
    public void update(Graphics g){
    paint(g);
    public void paint(Graphics g) { 
    gBuffer.setColor(Color.lightGray);
    gBuffer.fillRect(0,0,getSize().width,getSize().height);
    gBuffer.draw3DRect(5,5,getSize().width-10,getSize().height-10,false);
    //paint our balls
    for(int i=0;i<MAX;i++)
    ball[i].paint(gBuffer);
    g.drawImage (Buffer,0,0, this);
    Thanks again

    this.user wrote:
    JakeG27 post your code within the code tab it will be more clear.
    You can do this by clicking on CODE when you do this will appear { code} { code} post your code inbetween those to tags.
    ie
    { code} code... { code}
    and it will look like this
    code
    This must be the first sensible post you've ever made. At least you're able to copy someone else's response and pretend you know something.

  • Appleworks:  bounces once, and stops!

    I have read several of the posts about Appleworks and this problem (see below) and have managed to confuse myself about trashing preferences, plists, etc.
    From the suggestions quoted below the crash log, will someone point out the correct order to try the solutions? Or other remedies for Appleworks refusing to start after it crashes. It just bounces once, and stops. The crash log reads thusly:
    Oct 20 09:10:40 power-mac-g4-agp-graphics cp: error processing extended attributes: Operation not permitted
    Oct 20 09:34:54 power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:19 power-mac-g4-agp-graphics crashdump[1783]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Advice:
    "The best, first step in trouble-shooting a misbehaving application is to delete its preference files. Preference files often become corrupted through no fault of the user - it just happens. Although it sounds scary or drastic to do this, it can only help the application. When any application is launched, it looks for its preference files. If it doesn't find any (just like the very first time you started AppleWorks) it will build new ones.
    First, quit AppleWorks if it is running. In all instances, you don't want to trash the Button Bar Preferences if you have customized the Button Bar. You will need to reset any preferences you had changed, but AppleWorks' preferences are simple.
    •In OS X you want to move the AppleWorks preferences found in HD/Users/username/Library/Preferences/AppleWorks & the com.apple.appleworks.plist found in ~/Library/Preferences/ to the Trash, then empty the Trash & restart AppleWorks."
    --OR--
    "1. Open your Applications folder, and then the AppleWorks folder. You should see the AppleWorks icon and several "supporting folders" (AppleWorks Essentials, AppleWorks Extras, Starting Points, etc.)
    2. Control + Click on the AppleWorks icon and select "Show Package Contents"
    3. Double-click to open the Contents folder. Here's where the problem is.
    4 You should see 3 folders and files. The folders should be named MacOS, MacOSClassic and Resources. In all the incidents I've seen, the "MacOS" folder has somehow been renamed with some long obscure cache-like number. Rename this folder MacOS (be sure to type it exactly like this, no space)
    5. Close the Contents folder and Package folder and try to launch Appleworks.
    6. Smile!"
    Unfortunately I may or may not be able to put my hands on the Appleworks disc as I recently rearranged my space.
    Thank you.
    Sheila

    Dale, are you hinting you’d look over the entire log? I’ll post it below.
    I’d like to make clear I didn't do anything. I am not computer savvy enough to try to fix my computer beyond restart and verify permissions.
    When I went to another account and logged back into my account, Appleworks worked in my account.
    Something else; my speakers failed yesterday. When I came back to my account they worked again.
    My Canon ran out of photo ink which seemed to set up some type of system alarm, even though I had no warning ink was running low.
    My mini is on 24/7 and I have the ultimate so it has all the room it needs to fix what I do wrong. I grew up with Fortran, keypunch cards and typewriters
    Thanks again for your expert advice.
    Crash Log:
    Oct 20 09:10:40 s-c-power-mac-g4-agp-graphics cp: error processing extended attributes: Operation not permitted
    Oct 20 09:34:54 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 10:05:43 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 10:40:04 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:05:11 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:40:03 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:00 s-c-power-mac-g4-agp-graphics crashdump[1781]: AppleWorks 6 crashed
    Oct 20 11:52:00 s-c-power-mac-g4-agp-graphics crashdump[1781]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:52:19 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:19 s-c-power-mac-g4-agp-graphics crashdump[1783]: AppleWorks 6 crashed
    Oct 20 11:52:19 s-c-power-mac-g4-agp-graphics crashdump[1783]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:52:23 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:23 s-c-power-mac-g4-agp-graphics crashdump[1785]: AppleWorks 6 crashed
    Oct 20 11:52:23 s-c-power-mac-g4-agp-graphics crashdump[1785]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:52:30 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:30 s-c-power-mac-g4-agp-graphics crashdump[1787]: AppleWorks 6 crashed
    Oct 20 11:52:30 s-c-power-mac-g4-agp-graphics crashdump[1787]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:52:34 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:34 s-c-power-mac-g4-agp-graphics crashdump[1789]: AppleWorks 6 crashed
    Oct 20 11:52:34 s-c-power-mac-g4-agp-graphics crashdump[1789]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:52:41 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:41 s-c-power-mac-g4-agp-graphics crashdump[1793]: AppleWorks 6 crashed
    Oct 20 11:52:41 s-c-power-mac-g4-agp-graphics crashdump[1793]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:52:42 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:52:42 s-c-power-mac-g4-agp-graphics crashdump[1795]: AppleWorks 6 crashed
    Oct 20 11:52:42 s-c-power-mac-g4-agp-graphics crashdump[1795]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:53:26 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:53:26 s-c-power-mac-g4-agp-graphics crashdump[1798]: AppleWorks 6 crashed
    Oct 20 11:53:26 s-c-power-mac-g4-agp-graphics crashdump[1798]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:53:54 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:53:54 s-c-power-mac-g4-agp-graphics crashdump[1800]: AppleWorks 6 crashed
    Oct 20 11:53:54 s-c-power-mac-g4-agp-graphics crashdump[1800]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:54:05 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:54:05 s-c-power-mac-g4-agp-graphics crashdump[1802]: AppleWorks 6 crashed
    Oct 20 11:54:05 s-c-power-mac-g4-agp-graphics crashdump[1802]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:54:19 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:54:19 s-c-power-mac-g4-agp-graphics crashdump[1804]: AppleWorks 6 crashed
    Oct 20 11:54:19 s-c-power-mac-g4-agp-graphics crashdump[1804]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:54:48 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 11:54:48 s-c-power-mac-g4-agp-graphics crashdump[1806]: AppleWorks 6 crashed
    Oct 20 11:54:48 s-c-power-mac-g4-agp-graphics crashdump[1806]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 11:56:21 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 12:04:16 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 12:04:17 s-c-power-mac-g4-agp-graphics crashdump[1822]: AppleWorks 6 crashed
    Oct 20 12:04:17 s-c-power-mac-g4-agp-graphics crashdump[1822]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 12:05:38 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 12:05:38 s-c-power-mac-g4-agp-graphics crashdump[1825]: AppleWorks 6 crashed
    Oct 20 12:05:38 s-c-power-mac-g4-agp-graphics crashdump[1825]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 12:23:32 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 12:23:32 s-c-power-mac-g4-agp-graphics crashdump[1838]: AppleWorks 6 crashed
    Oct 20 12:23:32 s-c-power-mac-g4-agp-graphics crashdump[1838]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 12:30:40 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 12:33:03 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 13:02:33 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 13:07:11 s-c-power-mac-g4-agp-graphics crashdump[1878]: AppleWorks 6 crashed
    Oct 20 13:07:11 s-c-power-mac-g4-agp-graphics crashdump[1878]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 13:07:16 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 13:39:49 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 14:10:05 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 14:40:04 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 15:01:52 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 15:39:57 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 16:01:06 s-c-power-mac-g4-agp-graphics crashdump[1998]: AppleWorks 6 crashed
    Oct 20 16:01:06 s-c-power-mac-g4-agp-graphics crashdump[1998]: crash report written to: /Users/sheilacrawford/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 16:01:08 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 16:01:08 s-c-power-mac-g4-agp-graphics crashdump[2000]: AppleWorks 6 crashed
    Oct 20 16:01:08 s-c-power-mac-g4-agp-graphics crashdump[2000]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 16:01:34 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 16:01:34 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 16:03:11 s-c-power-mac-g4-agp-graphics crashdump[2012]: AppleWorks 6 crashed
    Oct 20 16:03:11 s-c-power-mac-g4-agp-graphics crashdump[2012]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 16:06:19 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 16:36:45 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 17:04:18 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 17:40:04 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 18:07:54 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 18:08:39 s-c-power-mac-g4-agp-graphics crashdump[2109]: PrintJobMgr crashed
    Oct 20 18:08:39 s-c-power-mac-g4-agp-graphics crashdump[2109]: crash report written to: /Library/Logs/CrashReporter/PrintJobMgr.crash.log
    Oct 20 18:09:41 s-c-power-mac-g4-agp-graphics crashdump[2113]: AppleWorks 6 crashed
    Oct 20 18:09:41 s-c-power-mac-g4-agp-graphics crashdump[2113]: crash report written to: /Users/name/Library/Logs/CrashReporter/AppleWorks 6.crash.log
    Oct 20 18:09:49 s-c-power-mac-g4-agp-graphics crashdump[2115]: PrintJobMgr crashed
    Oct 20 18:09:49 s-c-power-mac-g4-agp-graphics crashdump[2115]: crash report written to: /Library/Logs/CrashReporter/PrintJobMgr.crash.log
    Oct 20 18:09:57 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 18:12:00 s-c-power-mac-g4-agp-graphics crashdump[2123]: PrintJobMgr crashed
    Oct 20 18:12:00 s-c-power-mac-g4-agp-graphics crashdump[2123]: crash report written to: /Library/Logs/CrashReporter/PrintJobMgr.crash.log
    Oct 20 18:21:05 s-c-power-mac-g4-agp-graphics crashdump[2136]: PrintJobMgr crashed
    Oct 20 18:21:05 s-c-power-mac-g4-agp-graphics crashdump[2136]: crash report written to: /Library/Logs/CrashReporter/PrintJobMgr.crash.log
    Oct 20 18:32:53 s-c-power-mac-g4-agp-graphics crashdump[2175]: PrintJobMgr crashed
    Oct 20 18:32:53 s-c-power-mac-g4-agp-graphics crashdump[2175]: crash report written to: /Library/Logs/CrashReporter/PrintJobMgr.crash.log
    Oct 20 18:33:08 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 19:07:16 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 19:13:52 s-c-power-mac-g4-agp-graphics crashdump[2212]: PrintJobMgr crashed
    Oct 20 19:13:52 s-c-power-mac-g4-agp-graphics crashdump[2212]: crash report written to: /Library/Logs/CrashReporter/PrintJobMgr.crash.log
    Oct 20 19:30:55 s-c-power-mac-g4-agp-graphics loginwindow[578]: sendQuitEventToApp (Fax Assistant): AESendMessage returned error -1712
    Oct 20 19:30:56 s-c-power-mac-g4-agp-graphics loginwindow[578]: sendQuitEventToApp (Fax Server): AESendMessage returned error -1712
    Oct 20 19:30:56 s-c-power-mac-g4-agp-graphics loginwindow[578]: sendQuitEventToApp (iCalAlarmScheduler): AESendMessage returned error -1712
    Oct 20 19:31:11 s-c-power-mac-g4-agp-graphics /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Oct 20 19:31:13 s-c-power-mac-g4-agp-graphics kernel[0]: (63: coreservicesd)tfp: failed on 0:
    Oct 20 19:31:13 s-c-power-mac-g4-agp-graphics loginwindow[2224]: Login Window Started Security Agent
    Oct 20 19:31:17 s-c-power-mac-g4-agp-graphics shutdown: reboot by root:
    Oct 20 19:31:17 s-c-power-mac-g4-agp-graphics SystemStarter[2238]: authentication service (2246) did not complete successfully
    Oct 20 19:31:18 s-c-power-mac-g4-agp-graphics kernel[0]: (2258: ps)tfp: failed on 0:
    Oct 20 19:31:19 s-c-power-mac-g4-agp-graphics kernel[0]: (2285: ps)tfp: failed on 0:
    Oct 20 19:31:19 s-c-power-mac-g4-agp-graphics kernel[0]: (2286: ps)tfp: failed on 0:
    Oct 20 19:31:19 s-c-power-mac-g4-agp-graphics SystemStarter[2238]: The following StartupItems failed to properly start:
    Oct 20 19:31:19 s-c-power-mac-g4-agp-graphics kernel[0]: (2287: ps)tfp: failed on 0:
    Oct 20 19:31:19 s-c-power-mac-g4-agp-graphics SystemStarter[2238]: /System/Library/StartupItems/AuthServer
    Oct 20 19:31:48 localhost kernel[0]: hi mem tramps at 0xffe00000
    Oct 20 19:31:48 localhost kernel[0]: PAE enabled
    Oct 20 19:31:48 localhost kernel[0]: standard timeslicing quantum is 10000 us
    Oct 20 19:31:48 localhost kernel[0]: vmpagebootstrap: 250507 free pages
    Oct 20 19:31:48 localhost kernel[0]: migtable_maxdispl = 71
    Oct 20 19:31:48 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Oct 20 19:31:48 localhost kernel[0]: 79 prelinked modules
    Oct 20 19:31:48 localhost kernel[0]: ACPI CA 20060421
    Oct 20 19:31:48 localhost kernel[0]: AppleIntelCPUPowerManagement: ready
    Oct 20 19:31:48 localhost kernel[0]: AppleACPICPU: ProcessorApicId=0 LocalApicId=0 Enabled
    Oct 20 19:31:48 localhost kernel[0]: AppleACPICPU: ProcessorApicId=1 LocalApicId=1 Enabled
    Oct 20 19:31:48 localhost kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    Oct 20 19:31:48 localhost kernel[0]: The Regents of the University of California. All rights reserved.
    Oct 20 19:31:48 localhost kernel[0]: using 5242 buffer headers and 4096 cluster IO buffer headers
    Oct 20 19:31:48 localhost kernel[0]: Enabling XMM register save/restore and SSE/SSE2 opcodes
    Oct 20 19:31:48 localhost kernel[0]: Started CPU 01
    Oct 20 19:31:48 localhost kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    Oct 20 19:31:48 localhost kernel[0]: ACPI: System State [S0 S3 S4 S5] (S3)
    Oct 20 19:31:48 localhost kernel[0]: Security auditing service present
    Oct 20 19:31:48 localhost kernel[0]: BSM auditing present
    Oct 20 19:31:48 localhost kernel[0]: disabled
    Oct 20 19:31:48 localhost kernel[0]: rooting via boot-uuid from /chosen: B7D60B58-9BEA-48BF-B380-5534D9F830E8
    Oct 20 19:31:48 localhost kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    Oct 20 19:31:48 localhost kernel[0]: USB caused wake event (EHCI)
    Oct 20 19:31:48 localhost kernel[0]: FireWire (OHCI) Lucent ID 5811 PCI now active, GUID 0016cbfffee35a86; max speed s400.
    Oct 20 19:31:48 localhost kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleAHCI/PRT2 @2/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOBlockStorageDri ver/FUJITSU MHV2080BHPL Media/IOGUIDPartitionScheme/Customer@2
    Oct 20 19:31:48 localhost kernel[0]: BSD root: disk0s2, major 14, minor 2
    Oct 20 19:31:48 localhost kernel[0]: CSRHIDTransitionDriver::probe:
    Oct 20 19:31:48 localhost kernel[0]: CSRHIDTransitionDriver::start before command
    Oct 20 19:31:48 localhost kernel[0]: HFS: Removed 5 orphaned unlinked files
    Oct 20 19:31:48 localhost kernel[0]: CSRHIDTransitionDriver::stop
    Oct 20 19:31:48 localhost kernel[0]: IOBluetoothHCIController::start Idle Timer Stopped
    Oct 20 19:31:48 localhost kernel[0]: Jettisoning kernel linker.
    Oct 20 19:31:48 localhost kernel[0]: Resetting IOCatalogue.
    Oct 20 19:31:48 localhost kernel[0]: GFX0: family specific matching fails
    Oct 20 19:31:48 localhost kernel[0]: display: family specific matching fails
    Oct 20 19:31:48 localhost kernel[0]: Matching service count = 2
    Oct 20 19:31:48 localhost kernel[0]: Matching service count = 4
    Oct 20 19:31:48 localhost kernel[0]: Matching service count = 4
    Oct 20 19:31:48 localhost kernel[0]: Matching service count = 4
    Oct 20 19:31:48 localhost kernel[0]: Matching service count = 4
    Oct 20 19:31:48 localhost kernel[0]: Matching service count = 4
    Oct 20 19:31:49 localhost kernel[0]: GFX0: family specific matching fails
    Oct 20 19:31:49 localhost kernel[0]: display: family specific matching fails
    Oct 20 19:31:49 localhost kernel[0]: Previous Shutdown Cause: 0
    Oct 20 19:31:49 localhost kernel[0]: mac 10.3 phy 6.1 radio 10.2
    Oct 20 19:31:49 localhost kernel[0]: IPv6 packet filtering initialized, default to accept, logging disabled
    Oct 20 19:31:48 localhost memberd[45]: memberd starting up
    Oct 20 19:31:48 localhost mDNSResponder-108.2 (Aug 25 2006 14: 50:48)[38]: starting
    Oct 20 19:31:48 localhost DirectoryService[49]: Launched version 2.1 (v353.2)
    Oct 20 19:31:49 localhost lookupd[58]: lookupd (version 369.6) starting - Fri Oct 20 19:31:49 2006
    Oct 20 19:31:49 localhost diskarbitrationd[44]: disk0s2 hfs 9D8BC716-813D-3D21-BB03-8D0046276A54 Macintosh HD /
    Oct 20 19:31:50 localhost kernel[0]: yukonosx: Ethernet address 00:16:cb:a5:f4:2d
    Oct 20 19:31:50 localhost kernel[0]: AirPort_Athr5424: Ethernet address 00:17:f2:40:01:28
    Oct 20 19:31:50 localhost lookupd[68]: lookupd (version 369.6) starting - Fri Oct 20 19:31:50 2006
    Oct 20 19:31:50 localhost kernel[0]: unable to start recv logic
    Oct 20 19:31:50 localhost kernel[0]: athchanset: unable to restart recv logic
    Oct 20 19:31:50 s-c-power-mac-g4-agp-graphics configd[42]: setting hostname to "s-c-power-mac-g4-agp-graphics.local"
    Oct 20 19:31:51 s-c-power-mac-g4-agp-graphics kernel[0]: Registering For 802.11 Events
    Oct 20 19:31:51 s-c-power-mac-g4-agp-graphics kernel[0]: [HCIController][setupHardware] AFH Is Supported
    Oct 20 19:31:51 s-c-power-mac-g4-agp-graphics kernel[0]: display: Not usable
    Oct 20 19:31:52 s-c-power-mac-g4-agp-graphics /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Oct 20 19:31:53 s-c-power-mac-g4-agp-graphics kernel[0]: AppleYukon - en0 link active, 100-Mbit, full duplex, symmetric flow control enabled
    Oct 20 19:31:53 s-c-power-mac-g4-agp-graphics loginwindow[73]: Login Window Started Security Agent
    Oct 20 19:31:54 s-c-power-mac-g4-agp-graphics launchd: Server 0 in bootstrap 1103 uid 0: "/usr/sbin/lookupd"[68]: exited abnormally: Hangup
    Oct 20 19:31:54 s-c-power-mac-g4-agp-graphics configd[42]: executing /System/Library/SystemConfiguration/Kicker.bundle/Contents/Resources/enable-net work
    Oct 20 19:31:54 s-c-power-mac-g4-agp-graphics configd[42]: posting notification com.apple.system.config.network_change
    Oct 20 19:31:55 s-c-power-mac-g4-agp-graphics lookupd[98]: lookupd (version 369.6) starting - Fri Oct 20 19:31:55 2006
    Oct 20 19:31:55 s-c-power-mac-g4-agp-graphics configd[42]: setting hostname to "c-24-30-32-69.hsd1.ga.comcast.net"
    Oct 20 19:31:55 s-c-power-mac-g4-agp-graphics configd[42]: target=enable-network: disabled
    Oct 20 19:31:57 s-c-power-mac-g4-agp-graphics mDNSResponder: Adding browse domain local.
    Oct 20 19:38:08 s-c-power-mac-g4-agp-graphics kernel[0]: (69: coreservicesd)tfp: failed on 0:
    Oct 20 19:43:19 s-c-power-mac-g4-agp-graphics kernel[0]: (69: coreservicesd)tfp: failed on 0:
    Oct 20 19:43:21 s-c-power-mac-g4-agp-graphics /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Oct 20 19:43:21 s-c-power-mac-g4-agp-graphics loginwindow[279]: Login Window Started Security Agent
    Oct 20 19:43:34 s-c-power-mac-g4-agp-graphics kernel[0]: (69: coreservicesd)tfp: failed on 0:
    Oct 20 19:54:05 s-c-power-mac-g4-agp-graphics /System/Library/CoreServices/loginwindow.app/Contents/MacOS/loginwindow: Login Window Application Started
    Oct 20 19:54:07 s-c-power-mac-g4-agp-graphics loginwindow[325]: Login Window Started Security Agent
    Oct 20 20:12:51 s-c-power-mac-g4-agp-graphics kernel[0]: (69: coreservicesd)tfp: failed on 0:
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:33 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:34 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:35 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:47 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:50 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:54 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:54 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:54 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:54 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:56 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:57 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:20:57 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.app/Contents/MacOS/Adobe Reader: Invalid color: colored pattern specified with uncolored pattern colorspace.
    Oct 20 20:21:11 s-c-power-mac-g4-agp-graphics /Applications/Adobe Reader 6.0/Adobe Reader 6.0.ap

Maybe you are looking for

  • Google Play ebook issues on ADE 2.0

    A pdf e-book downloaded from Google Play does not display the table of contents, and the full-text search function does not work, when viewed on Adobe Digital Editions version 2.067275. However, when the original pdf I submitted to Google Play (I am

  • How to show a JSP Page Multiple Times ??

    Dear Experts, Our requirement is like : The client chooses to enter the details of 10 customers in the First Jsp page , by selecting 10 in a dropdown list and clicks the Proceed button in the same JSP. The Second JSP ie. Customer Details Jsp is poppe

  • Soainfra is not coming up

    Dear Legends, Please help me on bringing up the soainfra Environment Details OS : OEL 5.8 64bit WEBLOGIC : 10.3.6 SOA : 11.1.1.6 RCU : 11.1.1.6 DB : 11gR2 RAC 1 Adminserver 2 Managedservers - soa_server1 and soa_server2 Errors so for ======== <Mar 14

  • Problems with date validation pattern DD.MM.YYYY in Form Builder

    (I am using LiveCycle Designer 8.0.) My form uses an input date field which consistst of DD.MM.YYYY. Display pattern, edit pattern, validation pattern and date pattern has been set to DD.MM.YYYY. "Validation Pattern Message"-box has been set to check

  • How to download Oracle Client 10.2.0.5

    My customer don't know where he could find the 10.2.0.5 version that should be certified for Windows 2008 R2 and we had some issues trying to use 11g R2 because that is not suported by the third part software instead they support the 10.2.0.5 version