Problems cleaning my 20"

Hello,
Im using one of those super soft special cloths and "DATA BECKER" LCD cleaner.... basically Im getting streaks...
Any advice from anyone on the best way to clean my screen?
Thank you!

Im not familiar with Data Becker but we use Monster screen clean. It came with our tv, and I use it on my power book with one of those super soft blue cloths and it works perfect. The cleaner came from tweeter.
Good Luc

Similar Messages

  • Problem cleaning h:messages, please

    Hi, I have a form with a field, when I submit it, it generates a pdf file: my problem is that when I submit the form a method validates it, and some h:messages appear if it fails. The next time I submit the form and if there are no errors, the message before still appears. I want to clean the error messages or redirect to another page.
    Somebody can help me with this issue.
    Thanks in advance.
    My form - JSP looks like this.
    <h:form id="form" binding="#{cceController.form}">
    <div>ID</div>
    <table class="formulario" border="0" cellpadding="3" cellspacing="2">
    <tr>
    <th>ID</th>
         <td><h:inputText maxlength="13" id="RUC"                    value="#{cceController.numeroRuc}" required="true" />
         <p><h:messages layout="table" styleClass="errorMessage" id="region1" /></p>
         </td>
         </tr>
         <tr>
              <th></th>
                   <td><h:commandButton id="btnSearch" value="Accept"
                        action="#{cceController.search}" />                              
                   </td>
              </tr>
         </table>
    </h:form>
    My controller class with my search method looks like this:
    public class ContribuyenteCACController implements Serializable {
    private HtmlForm form = new HtmlForm();
    private String numeroRuc;
    private ServicioValidacion servicioValidacionCAC;
    public ContribuyenteCACController() {
              setTablaActividades(new HtmlDataTable());
    public String buscar() {
    ContribuyenteCompleto contribuyente = servicioDatosCAC.obtenerContribuyente(getNumeroRuc());
              if (servicioValidacionCAC.validar(contribuyente)) {
                   FacesContext ctx = FacesContext.getCurrentInstance();
                   ExternalContext external = ctx.getExternalContext();
                   HttpServletResponse response = (HttpServletResponse) external
                             .getResponse();
                   String respuesta = servicioTransformacionXsl.transformar(
                             contribuyente, new Long(2), dto, external.getRemoteUser()
                                       .toUpperCase(), exists ? lastLote : lu,
                             listaActividades);
                   response = configureResponse(response,
                             "Certificado_Artesanos_Calificados");
                   Document document = new Document();
                   try {
                        ByteArrayOutputStream baos = new ByteArrayOutputStream(1024);
                        PdfWriter writer = PdfWriter.getInstance(document, baos);
                        document.open();
                        ArrayList<Element> objects;
                        StyleSheet styles = new StyleSheet();
                        objects = HTMLWorker.parseToList(new StringReader(respuesta),
                                  styles);
                        for (int k = 0; k < objects.size(); ++k)
                             document.add((Element) objects.get(k));
                        document.close();
                        response.setContentLength(baos.size());
                        ServletOutputStream out = response.getOutputStream();
                        baos.writeTo(out);
                        ctx.responseComplete();
                   } catch (DocumentException e) {
                        e.printStackTrace();
                   } catch (IOException e) {
                        e.printStackTrace();
                   return "success";
              } else {
                   return null;
    the validate method is like this.
    public boolean validar(ContribuyenteCompleto contribuyente) {
              if (contribuyente == null) {
                   FacesContext
                             .getCurrentInstance()
                             .addMessage(
                                       "error.msg",
                                       new FacesMessage(
                                                 FacesMessage.SEVERITY_ERROR,
                                                 "error error error",
                                                 "error error error"));
                   return false;
    The faces-config.xml for my backing bean
    <managed-bean>
              <managed-bean-name>cacController</managed-bean-name>
              <managed-bean-class>
                   com.me.web.controller.ContribuyenteCACController
              </managed-bean-class>
              <managed-bean-scope>request</managed-bean-scope>
              <managed-property>
                   <property-name>servicioDatosCAC</property-name>
                   <value>#{servicioDatosCAC}</value>
              </managed-property>
              <managed-property>
    <property-name>actividadDataManager</property-name> <property-class>com.me.web.dataManager.ActividadDataManager</property-class>
    <value>#{actividadDataManager}</value>
    </managed-property>
         </managed-bean>
    the navigation rule
    <navigation-rule>
    <from-view-id>
              /pages/cacForm.jsp
    </from-view-id>
         <navigation-case>
              <from-outcome>success</from-outcome>
              <to-view-id>/pages/resultSearch.jsp</to-view-id>
         </navigation-case>
    </navigation-rule>

    Still have your iPhone? If so, read here:
    http://support.apple.com/kb/ts5185
    If not, or the above doesn't work, call AppleCare & ask to talk to "Account Security". They will fix while you're on the phone.

  • Newbie - problem cleaning up image on transparent background

    I have a purple graphics file of a logo - created with a transparent background.
    The problem is that there is an unsightly splash of white specks across some of the logo extending out into the transparent area.
    I'm new to Photoshop and have been trying various things to no avail.
    1) Because I found the checkerboard background to offputting I eventually figured out how to create a colour filled layer and set this as a background to make it easier on the eyes to try and edit - not sure if this was a sledge hammer to crack a walnut!
    2) I've selected both layers - the graphics plus the yellow solid background layer
    3) I've watched some tuturial videos that mention the "Spot Healing" tool ... I've tried this but it doesnt seem to do anything, certainly doesnt remove the white specks
    4) I've also found some references to the "Clone Source Panel" - I eventually found this to select essentially nothing (ie transparency) to replace the white patches - but again nothing happens.
    5) To check I wasnt going completely mad I selected the "eraser" tool and this works in as much as it removes yellow from the yellow background layer
    Please can someone advise where Im going wrong thanks.
    Hope it makes sense.
    Regards!

    The eraser is removing the yellow because the background layer was also selected. Make sure only the layer to want to edit is selected and nothing else.
    If you get stuck, post a screen grab of photoshop with the layers panel open. Then we can give you better ideas.

  • Problems cleaning up 12.1.0.1 agents after upgrading to 12.1.0.3

    I have just completed upgrading OEM from 12.1.0.1 to 12.1.0.3. Agents have also been upgraded to 12.1.0.3.0 and I am now attempting to clean up 12.1.0.1.0 agents. In the console I choose Setup -> Manage Cloud Control -> Clean up Agents and choose the Post Agent Upgrade Tasks, select agents to clean up and choose submit and a job is submitted. I wait until the job completes successfully, choose another agent to clean up, submit the job and the submission fails with the error -
    ORA-20401: A job with the specified name already exists ORA-06512: at "SYSMAN.EM_JOB_OPS", line 290 ORA-06512: at "SYSMAN.GC_JOB", line 29 ORA-06512: at line 1
    I look at job activity and the job shows as having completed successfully. If I wait a period of time (overnight in one case) or from the job console delete the most recent job I am then able to successfully submit another cleanup job.
    Has anyone else experienced this or is this a bug or am I doing something wrong?
    Thanks
    Bill Wagman

    Anandu,
    Apparently this is a known issue. Oracle's response -
    There are some limitations related to user input for job name. These limitations are being tracked by bugs and are deferred to next release.
    16689459---> EMCLI UPGRADE_AGENTS FAILS BADLY IF JOBNAME WAS REUSED
    16689511---> EMCLI UNEXPECTED INPUT PARSING WHEN JOBNAME HAS SPECIAL CHARACTERS
    Suggestion:
    Try submitting a new job with a new job name. Job names must be unique.
    Thank you.

  • Does anyone have problems cleaning the iBook?

    I know that a good coat of car polish on the outer surface is good, but what do I use for the interior(buttons/near the track pad) you know the matte surface.
    Thanks,
    SP
    PS. I dumped the Mac Mini for this laptop and the laptop G4 is GREAT !!!

    Hi Steven Penny1,
    You may want to look at...
    iBook - Care and Handling
    http://discussions.apple.com/thread.jspa?messageID=1924092
    http://discussions.apple.com/thread.jspa?threadID=403086&tstart=0
    Jon
    Mac Mini 1.42Ghz, iPod (All), Airport (Graphite & Express), G4 1.33Ghz iBook, G4 iMac 1Ghz, G3 500Mhz, iBook iMac 233Mhz, eMate, Power Mac 5400 LC, PowerBook 540c, Macintosh 128K, Apple //e, Apple //, and some more...  Mac OS X (10.4.5) Moto Razr, iLife '06, SmartDisk 160Gb, Apple BT Mouse, Sight..

  • Problems managing Messages in ios 8

    My wife is using an iPhone 5C 32Gb, running iOS 8.1.  Apart from calling, she uses her iPhone primarily for Mail and Messages.  She likes to keep those apps clean, so she is constantly deleting unwanted messages, etc.. Ever since we upgraded to iOS 8, however, she has problems cleaning up and managing Messages.  She will mark a bunch of messages, but eventually the trash can icon disappears, and the only option left is to delete the entire conversation.  She then needs to start over, just a few at a time, until that doesn't work either.  Then she quits (swipes off) Messages and opens it again.  If that doesn't work, she shuts off the iPhone and restarts it.  Then she is back to trying to do a few at a time only. This can get very tedious.  I never manage my messages, so I don't have that issue, but for her it is very important.  Any ideas?
    Now a new thing seems to be happening: She goes to add a photo to a Message and the keyboard does not go away, so she presses cancel and then the whole app seems to lock up.  I don't know if this is related to the deleting problem, but it is driving her — and therefore me — a bit crazy.
    Any help is appreciated!

    Miguel Muelle wrote:
    My wife is using an iPhone 5C 32Gb, running iOS 8.1.  Apart from calling, she uses her iPhone primarily for Mail and Messages.  She likes to keep those apps clean, so she is constantly deleting unwanted messages, etc.. Ever since we upgraded to iOS 8, however, she has problems cleaning up and managing Messages.  She will mark a bunch of messages, but eventually the trash can icon disappears, and the only option left is to delete the entire conversation.  She then needs to start over, just a few at a time, until that doesn't work either.  Then she quits (swipes off) Messages and opens it again.  If that doesn't work, she shuts off the iPhone and restarts it.  Then she is back to trying to do a few at a time only. This can get very tedious.  I never manage my messages, so I don't have that issue, but for her it is very important.  Any ideas?
    Now a new thing seems to be happening: She goes to add a photo to a Message and the keyboard does not go away, so she presses cancel and then the whole app seems to lock up.  I don't know if this is related to the deleting problem, but it is driving her — and therefore me — a bit crazy.
    Any help is appreciated!
    I just tested this out on my 5S on 8.1.  Open a group message - scrolled all the way to the top, Oct 28 held down on said text - more - then click on said text and then I went down the line and check every message up until today, my trash icon was still there, I delete 120 text conversation in that group message.
    Is that how your wife is deleting the message?

  • How to make my "notepad-program" clean the textarea when clicking on "ny"

    Hi!
    I'm having a problem cleaning the textarea when clicking on "ny" (new) in the menubar. What am I doing wrong? Could someone help me solve this problem?
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    public class AnteckningsProgram
                        implements ActionListener{     
              static JFrame frame;
              static JTextArea textArea;
         public void skapaVisaGUI () {
              frame = new JFrame ("Anteckningsprogram");
             frame.setSize (340, 240);
             frame.setVisible (true);
             frame.setTitle ("Ra Anteckningsprogram");
             Toolkit          tk = Toolkit.getDefaultToolkit ();
             Image      bild = tk.getImage("r.png");
             frame.setIconImage(bild);
              JTextArea textArea = new JTextArea ();
             frame.add (textArea, "Center");
             JMenuBar cm = createMenuBar();       
             //frame.add(cm, BorderLayout.NORTH);     
             frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
         public     JMenuBar     createMenuBar () {
              JMenuBar     menyBar;
              JMenu          meny;
              JMenuItem     oppna;
              JMenuItem     quit;
              JMenuItem     ny;
              menyBar = new JMenuBar ();
              JMenu arkiv = new JMenu("Arkiv");
              oppna = new JMenuItem ("Oppna");
              quit = new JMenuItem("Quit");
              ny = new JMenuItem("Ny");
              ny.setActionCommand("Ny");
              ny.addActionListener(this);
              quit.setActionCommand("Quit");
              quit.addActionListener(this);
              //arkiv.setMnemonic(KeyEvent.VK_U);
              arkiv.add(oppna);
              arkiv.addSeparator();
              arkiv.add(quit);
              arkiv.addSeparator();
              arkiv.add(ny);
              menyBar.add(arkiv);
              frame.setJMenuBar(menyBar);     
              return menyBar;     
         public void actionPerformed(ActionEvent e) {
             if ("Ny".equals(e.getActionCommand())) {
                      createTextArea();
                 //annars går vi vidare till metoden quit
                 else {
                     quit();
         protected void quit() {
                 System.exit(0);
         protected void createTextArea() {
              JTextArea textArea = new JTextArea ();
              textArea.setText("fdfdsfdfsdf");
          public static void main(String[] args) {
                  //anroppar metoden createandshowGUI
                  AnteckningsProgram ap = new AnteckningsProgram();
                  ap.skapaVisaGUI();
    }

    The basic problem here is 'scope'. The scope of an attribute is 'Java 101' by the way. I recommend you start on the basics *(<- link)* and leave GUIs aside for a while.

  • How can i clean up my mac for free

    how can i clean up my mac for free

    You may find this post helpful 1doran: have problems cleaning up my mac
    Read the cautions regarding deleting language resources.
    A reliable program that claims the intelligence to automatically discriminate between required and superfluous files does not exist. Such one-size-fits-all "clean up" utilities frequently don't know the difference between required system components and trash, and can easily result in a broken Mac.
    If you are running low on disk space you can buy a bigger disk. They are not expensive. In the meantime you can read the techniques here to determine if there are any large files you can safely delete using the tools already built into every Mac, including recommendations for some free utilities you can use to easily identify large files.
    From Apple Support Communities contributor Pondini:
    OSX Tips
    Where did my Disk Space go?

  • Air capsule cleaning takes hours

    Ever since buying my MB Pro retina and 2TB Air capsule the time machine backup and especially the cleaning part take hours.
    The listing below took about 6 hrs to delete 119mb. It always seems to have problems cleaning the inProgress file but thats the one it's just created.
    It has lots of old backups to delete but because I don't leave it on AC all the time it never has enough time to delete them all.
    Anyone know how to get it running as fast as it did before?
    Starting post-backup thinning
    Error: Error Domain=NSOSStatusErrorDomain Code=-50 "The operation couldn’t be completed. (OSStatus error -50.)" (paramErr: error in user parameter list) deleting backup: /Volumes/Time Machine Backups/Backups.backupdb/Gary's MacBook Pro/2014-04-07-180159.inProgress/3426F9A0-152B-4D51-A8EF-F00B7D080DD8
    Error: Error Domain=NSOSStatusErrorDomain Code=-50 "The operation couldn’t be completed. (OSStatus error -50.)" (paramErr: error in user parameter list) deleting backup: /Volumes/Time Machine Backups/Backups.backupdb/Gary's MacBook Pro/2014-04-07-180159.inProgress/3F883C2E-65CA-496C-B09B-E37FAA423DE5
    Error: Error Domain=NSOSStatusErrorDomain Code=-50 "The operation couldn’t be completed. (OSStatus error -50.)" (paramErr: error in user parameter list) deleting backup: /Volumes/Time Machine Backups/Backups.backupdb/Gary's MacBook Pro/2014-04-07-180159.inProgress/6BFC1266-3609-4B5C-AF4B-9316B82FF8E1
    Error: Error Domain=NSOSStatusErrorDomain Code=-50 "The operation couldn’t be completed. (OSStatus error -50.)" (paramErr: error in user parameter list) deleting backup: /Volumes/Time Machine Backups/Backups.backupdb/Gary's MacBook Pro/2014-04-07-180159.inProgress/A5E05076-CD8C-4BE5-8BD2-CB56ECCCCBB4
    Error: Error Domain=NSOSStatusErrorDomain Code=-50 "The operation couldn’t be completed. (OSStatus error -50.)" (paramErr: error in user parameter list) deleting backup: /Volumes/Time Machine Backups/Backups.backupdb/Gary's MacBook Pro/2014-04-07-180159.inProgress/BA5BC4D8-2939-4E67-8F06-A8935BFAC07F
    Error: Error Domain=NSOSStatusErrorDomain Code=-50 "The operation couldn’t be completed. (OSStatus error -50.)" (paramErr: error in user parameter list) deleting backup: /Volumes/Time Machine Backups/Backups.backupdb/Gary's MacBook Pro/2014-04-07-180159.inProgress/D25D73A0-4D4A-43D6-A27E-A9FB30EF83F3
    Error: Error Domain=NSOSStatusErrorDomain Code=-50 "The operation couldn’t be completed. (OSStatus error -50.)" (paramErr: error in user parameter list) deleting backup: /Volumes/Time Machine Backups/Backups.backupdb/Gary's MacBook Pro/2014-04-07-180159.inProgress/F268A604-0D6D-46C3-8F13-08A578E3C599
    Error: Error Domain=NSOSStatusErrorDomain Code=-50 "The operation couldn’t be completed. (OSStatus error -50.)" (paramErr: error in user parameter list) deleting backup: /Volumes/Time Machine Backups/Backups.backupdb/Gary's MacBook Pro/2014-04-07-180159.inProgress/F61AE3C2-7136-45B5-ACA0-FB92832528F7
    Error: Error Domain=NSOSStatusErrorDomain Code=-50 "The operation couldn’t be completed. (OSStatus error -50.)" (paramErr: error in user parameter list) deleting backup: /Volumes/Time Machine Backups/Backups.backupdb/Gary's MacBook Pro/2014-04-07-180159.inProgress/F6C3D64D-FE0D-491C-B2AA-6FA774EAA2CD
    Deleted /Volumes/Time Machine Backups/Backups.backupdb/Gary's MacBook Pro/2014-03-01-083610 (119 MB)
    Post-backup thinning complete: 1 expired backups removed
    Backup completed successfully.
    Ejected Time Machine disk image: /Volumes/Data/Gary's MacBook Pro.sparsebundle
    Ejected Time Machine network volume.

    Thanks for the response. I actually saw that post. It's not exactly my problem as the InProgress files get deleted automatically so I don't need to do them. The problem is that at every backup there seems to be a inProgress file created. In the In the example above the inProgress file is the actuall backup it had created earlier. It's like the backup hadn't closed the file before the cleaning starts. This happens virtually every backup. After it finish's I can browse the backups and there are no inProgress files lying around for me to delete.

  • Cleaning Cache History makes CPU hang for hours.

    My FF settings history remembering is 90 days.
    Each day having approximatly 1000 pages.
    Today FF started to hang even when just writing thats why i wanted to solve problem with solthing witch has a problem- CLEAN CACHE AND HISTORY.
    1. Closed FF
    2. Opened FF
    3. Clicked to clean all HISTORY EVERYTHING
    P.roblem- it started to use all CPU and every 25 second it pops up UNRESPONSINVE SCRIPT.
    I click continue couse that of course is not for websites (couse none is opened now) but for history cleaning FF script.
    Unless i click continue it doesnt work with cleaning history right? Or not?- all cpu is down, so no cleaning happening, but i want to clean history.

    Current Firefox versions keep a maximum number of visited page and do not have a time limit for the history.
    Firefox determines automatically how many pages can be kept without affecting the performance.
    You can see the current value of this maximum as the value of the read-only pref places.history.expiration.transient_current_max_pages on the about:config page.
    See Marco Bonardo's blog about this subject:
    * http://blog.bonardo.net/2010/01/20/places-got-async-expiration
    If you still have browser.history_expire_days prefs then you can reset them via the right-click context menu.
    You can delete all places.sqlite files including places.sqlite-shm and places.sqlite-wal in case there is a problem with the file.
    You can check for problems with the <b>places.sqlite</b> database file in the Firefox profile folder.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    *Places Maintenance: https://addons.mozilla.org/firefox/addon/places-maintenance/

  • CDRW/DVDR Combo Drive Problem ... ... ...

    I'm currently visiting my sister in France. She has a Flat Panel iMac (800mhz/256 mb ram) running 10.3.9 which is used each day mainly for web surfing and some general multimedia tasks. The machine recently adopted some odd behaviour. It was spitting out all discs. This seemed to be irrespective of the type of content. Although some CDR with pdfs and an occasional music CDR would be recognised. The machine has been kept in a fairly dusty environment.
    Here what I have done so far to remedy the problem:
    Cleaned the drawer with a dry air spray
    Cleaned the laser lens several times with a lens cleaning disc
    Ensured that all relevant updates have been loaded
    Run "Pilot" in Cocktail at the default setting which includes Cronscripts and repairing disk permissions.
    The machine now accepts and recognises discs, however, there is a problem still with blank CDRs. When inserting a 800mb CDR, it is recognised but only with a capacity of just under 38mb! This allows a track or two to be burnt but tht is all. Any ideas or guidance would be greatly appreciated.
    iMac 15 G4 + 5G 30gb iPod   Mac OS X (10.3.9)  

    As this sounds like a Drive problem, and this is the Importing & Burning in iTunes for Mac forum, you'll probably be better answered in:
    Using DVDs and CDs with your iMac (Flat Panel)
    http://discussions.apple.com/forum.jspa?forumID=869

  • Very weird problem: Apps not opening

    Since yesterday, I've been having this strange problem. I have an 07 15' MacBook Pro with Snow Leopard. What has been happening is my application don't open (Mail and Safari are the only ones that do). So, I repaired permissions, held option, command, p, and r on the startup and now I just re-installed Snow Leopard (before I did, I booted from the disc, ran Disk Utility, and erased my hard drive). Now, after all that, Mail and Safari are still the only applications that open. Can it be that I restored my documents from my Time Machine backup? I thought Time Machine will import everything but system settings? I hope someone can help, this is extremely annoying.

    Hi Greystre3t,
    It 's a pity that the restore didn't solve your problem. I don't have another idea than what you suggest. The inside of osx is a total mystery to me.
    In my case when I tried to open the application e.g. iPhoto, it throws up an error message and a detailed crash report (automatically sent to Apple). Something to do with AppKit ???
    What I tried:
    Verified the HD, repaired permissions -> no success
    New account with admin rights -> same problem
    Cleaned up the system with OnyX -> no success
    But booted in save mode: iPhoto, Pages, QT... got launched
    A normal boot afterwards -> no success
    Hopefully you get your Mac up and running without loosing too much data.

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

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

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

  • My iphone 4 does not register calls made to it. if i make a call from another phone, i can hear it ringing, but it does not register on the iphone. also, i do not get any messages when this happens. then after a day or two it decides to start working.

    My iphone 4 does not register calls made to it. if i make a call from another phone, i can hear it ringing, but it does not register on the iphone. also, i do not get any messages when this happens. then after a day or two it decides to start working.

    Clean iPhone charging port with clean dry toothbrush. See if better. If still problem clean charging port again with toothbrush and small amount of Isopropyl Alcohol.

  • Macbook Pro 13 Early 2011 (8.1 , i7 2.7 , 4GB Ram) FREEZEING HELP PLEASE !

    My macbook pro keeps freezing . PLEASE READ and HELP if you can !
    The Problem started before 6 months and still no fix or any clue why it happens
    i mostly using my mac to play music with program called Traktor
    first time it happened it was after updating to Os X Lion (all versions have this issue 10.7.**)
    (only used leopard for 5 days then i bought Lion)
    then updating to Os X Mountain Lion currently 10.8.2 still freezeing
    i called apple support they told me its a software issue and gave me some advices
    fixed permission , deleted startup items , updated traktor to latest version , updated all drivers and mac to latest still problem
    clean install leopard then lion still problem
    resseting SMC still problem
    updating to Mountain Lion still problem
    i also run apple hardware test all pass
    the cpu temperatures are around 65c to 70c when it happens
    hard disk has 220 GB free of 500 GB
    (also sometimes it doesnt boot its stuck on apple logo but its moving after i close it and open again from the switch
    it opens , the first time it was after updating to Mountain Lion)
    any help whould be very appreciated !!!!
    ADDITIONAL INFO :
    (installed software , Traktor Scratch Pro 2.6 , JDownloader , Mediainfo , VLC media player , Firefox , Skype , The Unarchiver , uTorrent , Flash Player
    Java for Os X latest update , drivers for traktor and allen & heath hardware latest versions everything else is apple's software)

    bump up any help ?
    EtreCheck results (on exatly how the freeze happens configuration )
    Hardware Information:
              MacBook Pro (13-inch, Early 2011)
              MacBook Pro - model: MacBookPro8,1
              1 2.7 GHz Intel Core i7 CPU: 2 cores
              4 GB RAM
    Video Information:
              Intel HD Graphics 3000 - VRAM: 384 MB
    System Software:
              OS X 10.8.3 (12D78) - Uptime: 0 days 17:17
    Disk Information:
              Seagate ST95005620AS disk0 : (500.11 GB)
                        disk0s1 (disk0s1) <not mounted>: 209.7 MB
                        Macindosh HD (disk0s2) /: 499.25 GB (482.57 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
              MATSHITADVD-R   UJ-898 
    USB Information:
              Apple Inc. FaceTime HD Camera (Built-in)
              Ploytec GmbH Allen&Heath Xone:4D
              Apple Inc. Apple Internal Keyboard / Trackpad
              Apple Inc. BRCM2070 Hub
                        Apple Inc. Bluetooth USB Host Controller
              Intenso External USB 3.0 1 TB
                        disk1s1 (disk1s1) <not mounted>: 209.7 MB
                        MUSIC (disk1s2) /Volumes/MUSIC: 800.2 GB (440.52 GB free)
                        BACKUP (disk1s3) /Volumes/BACKUP: 189.66 GB (189.36 GB free)
                        Mac OS X Install ESD (disk1s4) /Volumes/Mac OS X Install ESD: 9.87 GB (373 MB free)
              Apple Computer, Inc. IR Receiver
    FireWire Information:
    Thunderbolt Information:
              Apple Inc. thunderbolt_bus
    Kernel Extensions:
              com.ploytec.xone4d.usb          Version: 2.2.3
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
    Launch Agents:
    User Launch Agents:
              [loaded] com.google.keystone.agent.plist
    User Login Items:
              iTunesHelper
              NIHardwareAgent
    3rd Party Preference Panes:
              Flash Player
    Internet Plug-ins:
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              JavaAppletPlugin.plugin
              QuickTime Plugin.plugin
    User Internet Plug-ins:
    Bad Fonts:
              None
    Top Processes by CPU:
                  20%          Traktor
                   6%          WindowServer
                   2%          MIDIServer
                   2%          WebProcess
                   1%          EtreCheck
                   0%          mds
                   0%          PluginProcess
                   0%          loginwindow
                   0%          mdworker
                   0%          SystemUIServer
    Top Processes by Memory:
              541 MB             WebProcess
              381 MB             Traktor
              221 MB             Safari
              98 MB              mds
              86 MB              WindowServer
              49 MB              Finder
              37 MB              PluginProcess
              33 MB              Dock
              29 MB              SystemUIServer
              29 MB              loginwindow
    Virtual Memory Statistics
              16 MB              Free RAM
              1.56 GB            Active RAM
              1.54 GB            Inactive RAM
              898 MB             Wired RAM
              339 MB             Page-ins
              0 B                Page-outs
    Message was edited by: Thanasis Kom

Maybe you are looking for