Can someone please take a look at this Unix question?

https://discussions.apple.com/thread/3600775?tstart=0

That thread has been noticed before. It all started with a bad suggestion that no one noticed and corrected. Then the post got slightly scrambled in the new forums. Finally, the original poster added some special root powers and a mess ensued.

Similar Messages

  • Someone please take a look at this

    Please take a look at this.
    This is my jsp file:
    <%@ page import="java.sql.*" %>
    <%
    String url="jdbc:mysql://localhost/ali";
    String user="root";
    String password="";
    Connection conn=null;
    String classPath="com.mysql.jdbc.Driver";
    try{
         Class.forName(classPath);
         conn = DriverManager.getConnection(url,user,password);
         }catch(Exception exc){
         out.println(exc.toString());
    %>
    <%
         Statement stm=conn.createStatement();
         String update="CREATE TABLE product(id varchar(20) PRIMARY KEY, name char(20))";
         try{
              stm.executeUpdate(update);
              out.println("Successful")
         }catch(Exception exc){
              out.println("sorry loser!!");
         stm.close();
         conn.close();
    %>
    but when I try opening it up in tomcat i get this error:
    org.apache.jasper.JasperException: Unable to compile class for JSP
    An error occurred at line: 16 in the jsp file: /mytest/createTable.jsp
    Generated servlet error:
    [javac] Compiling 1 source file
    /usr/java/jakarta-tomcat-4.1.31/work/Standalone/localhost/_/mytest/createTable_jsp.java:64: ';' expected
         }catch(Exception exc){
    ^
    1 error
         at org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:85)
         at org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:248)
         at org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:315)
         at org.apache.jasper.compiler.Compiler.compile(Compiler.java:328)
         at org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:427)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:142)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:240)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:187)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:809)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:200)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:146)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:209)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:144)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2358)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:133)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:118)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:116)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:127)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:152)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)

    i've repaired that one already but now i get this.Please....Help me.
    org.apache.jasper.JasperException
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:207)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:240)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:187)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:809)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:200)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:146)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:209)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:144)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2358)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:133)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:118)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:116)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:127)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:152)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)
    root cause
    java.lang.NullPointerException
         at org.apache.jsp.createTable_jsp._jspService(createTable_jsp.java:60)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:92)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:809)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:162)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:240)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:187)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:809)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:200)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:146)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:209)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:144)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2358)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:133)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:118)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:116)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:594)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:127)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:596)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:433)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:948)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:152)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:799)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683)
         at java.lang.Thread.run(Thread.java:534)

  • Can someone Please take a look at my mac's issue (serious prob)?

    Macbook Pro Early 2011 (10.8.5 Mountain Lion)
    So I was using the computer the other day when it froze and become completely unresponsive. I had to do a hard shutdown. Since I have had a very very hard time getting it to boot back up. It doesn't even want to go in to recover mode, safe mode, AHT, alternate booting options, boot from disc won't work either etc.... Every once in a while it will boot to safe mode. Mostly it will either show the apple logo and then the screen will go completely gray and it will just stay there until I do a hard shut down. Alternately, when booting in to safe mode, it will get part way through the load and shut down on it own before loading the progress bar all the way (was able to successfully get it in to safe mode a couple times).
    I have tried other ram, one stick of RAM, switch the sticks in the single RAM slot etc... Still same symptoms. A couple times this screen popped up during boot. I will have a link to the photo right below.
    I was able to capture an HDD scan log here when it did boot up by shear luck.
    I was able to do repair as you see, but I don't think the HDD is the issue since it has problems even getting to the other boot modes (rarely will). The only one that I seem to be able to always get in to is 'Single User Mode' CMD+S
    http://i300.photobucket.com/albums/nn11/live4soccer07/48EDA1E3-0EAA-4CCB-A1F9-AD 89CB9220B3_zpsrukocgoe.jpg
    ===== Display starts at offset 858,564 within file of length 986,564. ====
    ===== Use File->Reload (Cmd-R) to display more. ====
    Applications/iTunes.app/Contents/Resources/hu.lproj/SmartPlaylistEditor.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/hu.lproj/StoreAuthDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/hu.lproj/UniversalAccess.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/AACEncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/AskUser.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/AskUserWide.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/AutofillSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/BurnSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/CDInfo.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/ConvertID3.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/EQPresets.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/ErrorReportDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/FormatPopup.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/HomeSharingServerSettings. nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/ImportSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/InfoDialogArtworkView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/InfoDialogInfoView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/InfoDialogLyricsView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/InfoDialogMultipleInfoView .nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/InfoDialogMultipleItem.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/InfoDialogMultipleOptionsV iew.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/InfoDialogMultipleSortingV iew.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/InfoDialogMultipleVideoVie w.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/InfoDialogOptionsView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/InfoDialogSingleItem.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/InfoDialogSortingView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/InfoDialogSummaryView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/InfoDialogVideoView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/MP3EncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/MainMenu.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/OrganizeLibraryOptions.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/PCMEncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/PodcastSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/PrefsDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/PrefsDialogAdvancedView.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/PrefsDialogAppleTVView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/PrefsDialogDevicesView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/PrefsDialogGeneralView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/PrefsDialogMessageView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/PrefsDialogParentalView.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/PrefsDialogPlaybackView.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/PrefsDialogSharingView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/PrefsDialogStoreView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/Printing.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/ProgressDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/PromptForLongString.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/PromptForPassword.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/PromptForShortString.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/Report.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/SelectString.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/SelectStringWide.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/SmartPlaylistEditor.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/StoreAuthDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ko.lproj/UniversalAccess.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/AACEncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/AskUser.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/AskUserWide.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/AutofillSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/BurnSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/CDInfo.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/ConvertID3.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/EQPresets.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/ErrorReportDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/FormatPopup.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/HomeSharingServerSettings. nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/ImportSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/InfoDialogArtworkView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/InfoDialogInfoView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/InfoDialogLyricsView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/InfoDialogMultipleInfoView .nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/InfoDialogMultipleItem.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/InfoDialogMultipleOptionsV iew.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/InfoDialogMultipleSortingV iew.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/InfoDialogMultipleVideoVie w.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/InfoDialogOptionsView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/InfoDialogSingleItem.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/InfoDialogSortingView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/InfoDialogSummaryView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/InfoDialogVideoView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/MP3EncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/MainMenu.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/OrganizeLibraryOptions.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/PCMEncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/PodcastSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/PrefsDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/PrefsDialogAdvancedView.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/PrefsDialogAppleTVView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/PrefsDialogDevicesView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/PrefsDialogGeneralView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/PrefsDialogMessageView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/PrefsDialogParentalView.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/PrefsDialogPlaybackView.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/PrefsDialogSharingView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/PrefsDialogStoreView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/Printing.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/ProgressDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/PromptForLongString.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/PromptForPassword.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/PromptForShortString.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/Report.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/SelectString.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/SelectStringWide.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/SmartPlaylistEditor.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/StoreAuthDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/no.lproj/UniversalAccess.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/AACEncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/AskUser.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/AskUserWide.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/AutofillSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/BurnSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/CDInfo.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/ConvertID3.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/EQPresets.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/ErrorReportDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/FormatPopup.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/HomeSharingServerSettings. nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/ImportSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/InfoDialogArtworkView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/InfoDialogInfoView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/InfoDialogLyricsView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/InfoDialogMultipleInfoView .nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/InfoDialogMultipleItem.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/InfoDialogMultipleOptionsV iew.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/InfoDialogMultipleSortingV iew.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/InfoDialogMultipleVideoVie w.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/InfoDialogOptionsView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/InfoDialogSingleItem.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/InfoDialogSortingView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/InfoDialogSummaryView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/InfoDialogVideoView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/MP3EncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/MainMenu.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/OrganizeLibraryOptions.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/PCMEncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/PodcastSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/PrefsDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/PrefsDialogAdvancedView.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/PrefsDialogAppleTVView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/PrefsDialogDevicesView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/PrefsDialogGeneralView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/PrefsDialogMessageView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/PrefsDialogParentalView.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/PrefsDialogPlaybackView.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/PrefsDialogSharingView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/PrefsDialogStoreView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/Printing.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/ProgressDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/PromptForLongString.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/PromptForPassword.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/PromptForShortString.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/Report.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/SelectString.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/SelectStringWide.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/SmartPlaylistEditor.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/StoreAuthDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pl.lproj/UniversalAccess.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/AACEncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/AskUser.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/AskUserWide.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/AutofillSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/BurnSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/CDInfo.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/ConvertID3.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/EQPresets.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/ErrorReportDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/FormatPopup.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/HomeSharingServerSettings. nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/ImportSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/InfoDialogArtworkView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/InfoDialogInfoView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/InfoDialogLyricsView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/InfoDialogMultipleInfoView .nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/InfoDialogMultipleItem.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/InfoDialogMultipleOptionsV iew.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/InfoDialogMultipleSortingV iew.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/InfoDialogMultipleVideoVie w.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/InfoDialogOptionsView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/InfoDialogSingleItem.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/InfoDialogSortingView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/InfoDialogSummaryView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/InfoDialogVideoView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/MP3EncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/MainMenu.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/OrganizeLibraryOptions.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/PCMEncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/PodcastSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/PrefsDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/PrefsDialogAdvancedView.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/PrefsDialogAppleTVView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/PrefsDialogDevicesView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/PrefsDialogGeneralView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/PrefsDialogMessageView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/PrefsDialogParentalView.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/PrefsDialogPlaybackView.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/PrefsDialogSharingView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/PrefsDialogStoreView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/Printing.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/ProgressDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/PromptForLongString.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/PromptForPassword.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/PromptForShortString.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/Report.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/SelectString.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/SelectStringWide.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/SmartPlaylistEditor.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/StoreAuthDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt.lproj/UniversalAccess.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/AACEncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/AskUser.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/AskUserWide.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/AutofillSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/BurnSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/CDInfo.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/ConvertID3.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/EQPresets.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/ErrorReportDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/FormatPopup.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/HomeSharingServerSettin gs.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/ImportSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/InfoDialogArtworkView.n ib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/InfoDialogInfoView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/InfoDialogLyricsView.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/InfoDialogMultipleInfoV iew.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/InfoDialogMultipleItem. nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/InfoDialogMultipleOptio nsView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/InfoDialogMultipleSorti ngView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/InfoDialogMultipleVideo View.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/InfoDialogOptionsView.n ib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/InfoDialogSingleItem.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/InfoDialogSortingView.n ib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/InfoDialogSummaryView.n ib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/InfoDialogVideoView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/MP3EncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/MainMenu.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/OrganizeLibraryOptions. nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/PCMEncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/PodcastSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/PrefsDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/PrefsDialogAdvancedView .nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/PrefsDialogAppleTVView. nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/PrefsDialogDevicesView. nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/PrefsDialogGeneralView. nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/PrefsDialogMessageView. nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/PrefsDialogParentalView .nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/PrefsDialogPlaybackView .nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/PrefsDialogSharingView. nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/PrefsDialogStoreView.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/Printing.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/ProgressDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/PromptForLongString.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/PromptForPassword.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/PromptForShortString.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/Report.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/SelectString.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/SelectStringWide.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/SmartPlaylistEditor.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/StoreAuthDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/pt_PT.lproj/UniversalAccess.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/AACEncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/AskUser.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/AskUserWide.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/AutofillSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/BurnSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/CDInfo.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/ConvertID3.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/EQPresets.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/ErrorReportDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/FormatPopup.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/HomeSharingServerSettings. nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/ImportSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/InfoDialogArtworkView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/InfoDialogInfoView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/InfoDialogLyricsView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/InfoDialogMultipleInfoView .nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/InfoDialogMultipleItem.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/InfoDialogMultipleOptionsV iew.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/InfoDialogMultipleSortingV iew.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/InfoDialogMultipleVideoVie w.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/InfoDialogOptionsView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/InfoDialogSingleItem.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/InfoDialogSortingView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/InfoDialogSummaryView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/InfoDialogVideoView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/MP3EncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/MainMenu.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/OrganizeLibraryOptions.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/PCMEncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/PodcastSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/PrefsDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/PrefsDialogAdvancedView.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/PrefsDialogAppleTVView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/PrefsDialogDevicesView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/PrefsDialogGeneralView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/PrefsDialogMessageView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/PrefsDialogParentalView.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/PrefsDialogPlaybackView.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/PrefsDialogSharingView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/PrefsDialogStoreView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/Printing.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/ProgressDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/PromptForLongString.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/PromptForPassword.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/PromptForShortString.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/Report.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/SelectString.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/SelectStringWide.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/SmartPlaylistEditor.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/StoreAuthDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ro.lproj/UniversalAccess.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/AACEncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/AskUser.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/AskUserWide.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/AutofillSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/BurnSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/CDInfo.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/ConvertID3.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/EQPresets.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/ErrorReportDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/FormatPopup.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/HomeSharingServerSettings. nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/ImportSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/InfoDialogArtworkView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/InfoDialogInfoView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/InfoDialogLyricsView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/InfoDialogMultipleInfoView .nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/InfoDialogMultipleItem.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/InfoDialogMultipleOptionsV iew.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/InfoDialogMultipleSortingV iew.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/InfoDialogMultipleVideoVie w.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/InfoDialogOptionsView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/InfoDialogSingleItem.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/InfoDialogSortingView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/InfoDialogSummaryView.nib” ; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/InfoDialogVideoView.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/MP3EncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/MainMenu.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/OrganizeLibraryOptions.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/PCMEncoderConfig.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/PodcastSettings.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/PrefsDialog.nib”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/PrefsDialogAdvancedView.ni b”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/PrefsDialogAppleTVView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/PrefsDialogDevicesView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/PrefsDialogGeneralView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/PrefsDialogMessageView.nib ”; should be drwxr-xr-x ; they are -rwxr-xr-x .
    2014-11-05 23:33:39 -0800: Permissions differ on “Applications/iTunes.app/Contents/Resources/ru.lproj/PrefsDialogParentalView.ni b”

    I am having almost exactly the same issue I think, although the permissions that need fixing are always safari/contents/resources rather than your itunes ones. It seems that my computer will not go to sleep or shut down properly and then is very hard to start after I have to force an emergency shut down. I have a work around which seems to work - before shutting down or sleeping I make sure to close all progs and repair the disk permissions last thing (every time the same ones need repairing) and then it shuts down/sleeps/starts ok just once. But if this fails then repairing disk permissions from recovery mode or internet recovery gets it up and running. I have set it to never sleep.
    Something is seriously wrong but I have no idea what. i have tried everything I can think of.
    MBP early 2011 10.8.5

  • Wried? CAN YOU PLEASE TAKE A LOOK AT THIS

    how do you display a error massage for the user
    this is what i have done but its not working
    item2.addActionListener(new ActionListener(){
    public void actionPerformed(ActionEvent e){
    try {
    UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());// makes it looklike win
    }catch (Exception m) {     <======= i used m since e was already used
    JFrame f = new JFrame();
    f.setSize(50,50);
    JLabel j = new JLabel(
    "CANT DO THIS ON YOUR COMPUTER!!!!",JLabel.CENTER);
    j.setOpaque(true);
    j.setSize(200,400);
    add(j);
    AM I DOING ANYTHING WRONG
    i think you know what i wanne do if it catches an exception i wannt it to display an error massage
    saying you cant do this on your computer or soemthing
    thanks in advance
    AMIR

    (WARNING - My mods to your code are a quick quick hack, but I think it shows the point)
    import java.io.*;
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    public class Game extends JFrame{
      protected static String Key_CODE;
      public static void main(String[] args) throws IOException {
        BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
        Game g = new Game();
      Game(){
        super("Game WINDOW");
        addWindowListener(new WindowAdapter(){
          public void windowClosing(WindowEvent e){
            System.exit(0);
        buildMenu();
        pack();
        setBackground(Color.white);
        setSize(300,200);
        setVisible(true);
      private void buildMenu(){
        JMenuBar mb = new JMenuBar();
        JMenu menu = new JMenu("File");
        JMenuItem item = new JMenuItem("Exit");
        JMenuItem item2 = new JMenuItem("make it look like windows [2]");
        JMenuItem item3 = new JMenuItem("make it look like somehthing else [1]");
        JMenuItem item4 = new JMenuItem("make it look like another thing [0]");
        item.addActionListener(new ActionListener(){
          public void actionPerformed(ActionEvent e){
            System.exit(0);
        item2.addActionListener(new ActionListener(){
          public void actionPerformed(ActionEvent e){
            try {
              // UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName());// makes it look like windows
              UIManager.LookAndFeelInfo[] info = UIManager.getInstalledLookAndFeels();
              UIManager.setLookAndFeel(info[2].getClassName());
              SwingUtilities.updateComponentTreeUI(Game.this);
            } catch (Exception m) {
              JOptionPane.showMessageDialog(null, "Cant do this on your Computer (UI 2 not supported)", "Error", JOptionPane.ERROR_MESSAGE);
        item3.addActionListener(new ActionListener(){
          public void actionPerformed(ActionEvent e){
            try {
              // UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName());// makes it look like windows
              UIManager.LookAndFeelInfo[] info = UIManager.getInstalledLookAndFeels();
              UIManager.setLookAndFeel(info[1].getClassName());
              SwingUtilities.updateComponentTreeUI(Game.this);
            } catch (Exception m) {
              JOptionPane.showMessageDialog(null, "Cant do this on your Computer (UI 1 not supported)", "Error", JOptionPane.ERROR_MESSAGE);
            item4.addActionListener(new ActionListener(){
          public void actionPerformed(ActionEvent e){
            try {
              // UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName());// makes it look like windows
              UIManager.LookAndFeelInfo[] info = UIManager.getInstalledLookAndFeels();
              UIManager.setLookAndFeel(info[0].getClassName());
              SwingUtilities.updateComponentTreeUI(Game.this);
            } catch (Exception m) {
              JOptionPane.showMessageDialog(null, "Cant do this on your Computer (UI 0 not supported)", "Error", JOptionPane.ERROR_MESSAGE);
        menu.add(item4);
        menu.add(item3);
        menu.add(item2);
        menu.add(item);
        mb.add(menu);
        setJMenuBar(mb);

  • JNDI /Clusters (Rob can u please take a look at this ?)

    Hi ..
    I am trying to bind a custom object (which offcourse implements
    Serializable) in to the JNDI tree..
    The important thing to note here is that the 2 WLS servers are in a
    cluster and I am getting the Initial Context with the with the following
    (default) properties..
    h.put(WLContext.REPLICATE_BINDINGS, "true");
    h.put(WLContext.PIN_TO_PRIMARY_SERVER,"false");
    h.put(Context.PROVIDER_URL, t3://Server1,Server2:7010 );
    Now my custom object's values keep changing Dynamically and hence I am
    doing a unbind and binding as
    Lets say I do this on "Server2"
    MyObject zz = new MyObject( );
    zz.changeFustration_Level("Happy");
    ctx.bind("MyObject",zz);
    //As the program logic changes.... (after some interval....)
    ctx.unbind("MyObject");
    //Update MyObject .....
    MyObject oo = new MyObject( )
    oo.changeFustration_Level("Fustrated");
    ctx.bind("MyObject",oo);
    And I assumed (happily...) that the new Object would get replicated in
    the cluster ....
    (Also resolvedObject: weblogic.jndi.toolkit.ReplicatedWLContext is
    called one of the servers)
    But to my utter disgust the Object (in this case MyObject) is a stale
    copy on the other server.....("Server1")
    And to the best of my knowledge my code is doing everything as described
    in the Docs...
    Could anyone throw any insight in to this ??
    Awaiting reply from all the JNDI gurus...
    Thanxs,
    Naggi

    That thread has been noticed before. It all started with a bad suggestion that no one noticed and corrected. Then the post got slightly scrambled in the new forums. Finally, the original poster added some special root powers and a mess ensued.

  • Can you please take a look at my TM Buddy log and opine on what the problem is?

    Pondini,
    Can you please take a look at my TM Buddy log and opine on what the problem is?  I'm stuck in the "Preparing Backup" phase for what must be hours now.  My last successful backup was this morning at 7:16 am.  I did do a series of Software Update this morning, one of which, a security update I believe, required a restart.
    I'm confused as to what the issue is, and how to get everything back to "it just works".
    Many thanks in advance.
    Starting standard backup
    Backing up to: /Volumes/JDub's Drop Zone/Backups.backupdb
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotState path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Error: (5) getxattr for key:com.apple.backupd.SnapshotContainer path:/Volumes/JDub's Drop Zone/Backups.backupdb/Jason Wisniowski’s iMac/2013-05-30-002104
    Event store UUIDs don't match for volume: Area 420
    Event store UUIDs don't match for volume: Macintosh HD
    Error: (5) getxattr for key:com.apple.backupd.SnapshotSt

    Time Machine can't read some data it needs from your backups (each of those date-stamps is one of your backups). 
    That's usually a problem with the drive itself, but could be the directory on it. First be sure all plugs are snug and secure, then see if you can repair it, per #A5 in Time Machine - Troubleshooting. 
    If that doesn't help, post back with the results.  Also either tell us what kind of Mac you have, what version of OSX you're running, or post that to your Profile, so it's accessible.  
    This is unrelated to the original post here, so I'm going to ask the Hosts to split it off into a new thread.  Since you've posted in the Lion forum, I'll assume that's what you're running.  You should get a notice from them

  • Please take a look at this. Attempting to make a professional brochure/bound 5-page presentation.

    Please take a look at this template I made for a Statement of Qualifications pamphlet.
    Here is a link to google drive. I made this template from scratch in Photoshop CS6.
    SOQ Page_Blank(no lettering).pdf - Google Drive
    What I am curious about, is that some of the lettering often looks blurry, although the page is 500pixels per inch 8.5x11, 76MB .psd file. What can I do about that?
    Also, I want to make it easy to write and edit the actual content that will go onto the page. Not all of us here have photoshop to edit the lettering. Is there a way I can export this to word so they can edit the content whenever? Are there better options (programs) to help me design this template? I am guessing I am somewhat pushing photoshops limit as to making a bound 5-page presentation. I am stuck and would like this to be easier. All suggestions for both of my questions as well as overall action toward making this would be great.
    Here is an example of a SOQ Pamphlet that I have been using as reference. In my eyes the design is perfect!
    http://www.ch2m.com/corporate/markets/environmental/conferences/setac-2013/assets/CH2M-HIL L-land-conservation-restoratio…
    Any help is great,
    Thanks,
    Adam

    Since photoshop can not do pages, your on the right track by using pdf format. Since it can do pages, but really requires acrobat pro to bind the pages together.
    Your best bet is InDesign then Illustrator would be the next option. Each of these can do multi page documents.
    There is absolutely no reason to use 500px/inch for the resolution anything between 150 and 300 would suffice leaning towards 300ppi.
    If the text is blurred a few things that can cause that, 1) anti-aliasing 2) document was created as a low resolution then upsampled 3) text is rasterized 4) document is rasterized.

  • Can someone please suggest me in tuning this query?

    Can someone please suggest me in tuning this query?
    select pemail.email_oid,
    pemail.parent_oid,
    md.message_data_oid,
    ea.email_account_oid,
    ef.email_folder_oid,
    md.channel,
    ea.email_account_name,
    md.from_address,
    md.to_address,
    eref.ref_id ticket_number,
    ( select count(email_oid) from esg.email where email_oid = pemail.email_oid and email.attachment_flag = 'Y' ) attachment_flag_a,
    ( select count(email_oid) from esg.email cemail
    where cemail.parent_oid = pemail.email_oid and
    ( cemail.email_type is null or cemail.email_type != 'S') and
    cemail.vec_status not in ('G', 'D', 'P') and
    cemail.vec_status in ('N', 'O') and
    cemail.attachment_flag = 'Y' ) attachment_flag_b,
    md.received_date,
    pemail.vec_status,
    pemail.email_type,
    md.subject,
    md.content,
    pemail.tracking_id,
    pemail.assignee_oid,
    ( select count(email_oid) from email cemail
    where cemail.parent_oid = pemail.email_oid and
    (cemail.email_type is null or cemail.email_type != 'S' ) and
    cemail.vec_status not in ('G','D', 'P') and
    cemail.vec_status in ('N', 'O' ) ) child_email_cnt,
    ( select count(0) from email
    where vec_status = 'N' and
    email_type = 'O' and
    email_oid = pemail.email_oid and
    vec_status in ('N', 'O' )) parent_newemail_cnt,
    ( select count(0) from email
    where vec_status = 'N' and
    email_type = 'O' and
    parent_oid = pemail.email_oid and
    vec_status in ('N', 'O' )) child_newemail_cnt
    From esg.email pemail,
    esg.message_data md,
    esg.email_account ea,
    esg.email_folder ef,
    (select email_oid, ref_id from email_ref
    where email_ref_oid in (select min(email_ref_oid) from email_ref where ref_tid = -9000 and ref_sid = 'ESG' and confirmed_flag = 'Y' group by email_oid )) eref
    where
    md.message_data_oid = pemail.message_data_oid and
    pemail.email_folder_oid = ef.email_folder_oid(+) and
    ef.email_account_oid = ea.email_account_oid(+) and
    pemail.vec_status not in ('G','D','P') and
    pemail.vec_status in ('N', 'O') and
    pemail.email_oid = eref.email_oid(+) and
    lower(md.channel) in ('[email protected]', '[email protected]') and
    pemail.email_oid in
    ( select parent.email_oid from message_data md,
    email parent
    where md.message_data_oid = parent.message_data_oid and
    parent.parent_oid is null and
    pemail.email_type = 'O' and
    lower(md.to_address) in
    ( select lower(contact_info) from esg.user_profile up,
    esg.person p,
    esg.person_contact pc
    where up.user_oid = 802239 and
    up.person_oid = p.person_oid and
    p.person_oid = pc.person_oid and
    pc.contact_type_oid = 6 )
    union all
    select child.parent_oid from message_data md,
    email child
    where md.message_data_oid = child.message_data_oid and
    parent_oid is not null and
    child.vec_status not in ('G','D','P') and
    child.vec_status in ('N', 'O') and
    child.email_type = 'O' and
    lower(md.to_address) in
    ( select lower(contact_info) from esg.user_profile up,
    esg.person p,
    esg.person_contact pc
    where up.user_oid = 802239 and
    up.person_oid = p.person_oid and
    p.person_oid = pc.person_oid and
    pc.contact_type_oid = 6 )
    ORDER BY RECEIVED_DATE DESC;
    1st run
    Elapsed: 00:00:03.39
    2nd run
    Elapsed: 00:00:01.80
    SQL> Select TABLE_NAME,LAST_ANALYZED, num_rows from user_tables where table_name in ('EMAIL','MESSAGE_DATA', 'EMAIL_ACCOUNT','EMAIL_FOLDER','EMAIL_REF','USER_PROFILE','PERSON','PERSON_CONTACT');
    TABLE_NAME LAST_ANAL NUM_ROWS
    USER_PROFILE 11-JUN-11 385808
    PERSON_CONTACT 11-JUN-11 698624
    PERSON 11-JUN-11 405364
    MESSAGE_DATA 11-JUN-11 1069
    EMAIL_REF 11-JUN-11 559
    EMAIL_FOLDER 11-JUN-11 563
    EMAIL_ACCOUNT 11-JUN-11 563
    EMAIL 11-JUN-11 101652
    8 rows selected.
    row count from all tables
    email - 102063
    message_data - 1069
    email_account - 563
    email_folder - 563
    email_ref - 559
    user_profile - 386055
    person - 404057
    person_contact - 698696
    Thanks,
    Suman M.

    ======================================
    Execution Plan
    Plan hash value: 110416976
    | Id | Operation | Name | Rows | Bytes | Cost |
    | 0 | SELECT STATEMENT | | 1 | 1361 | 17 |
    | 1 | SORT AGGREGATE | | 1 | 8 | |
    |* 2 | TABLE ACCESS BY INDEX ROWID | EMAIL | 1 | 8 | 1 |
    |* 3 | INDEX UNIQUE SCAN | PK_EMAIL | 1 | | 1 |
    | 4 | SORT AGGREGATE | | 1 | 8 | |
    |* 5 | TABLE ACCESS BY INDEX ROWID | EMAIL | 1 | 8 | 1 |
    |* 6 | INDEX RANGE SCAN | FK_EMAIL_PARENT | 3 | | 1 |
    | 7 | SORT AGGREGATE | | 1 | 6 | |
    |* 8 | TABLE ACCESS BY INDEX ROWID | EMAIL | 1 | 6 | 1 |
    |* 9 | INDEX RANGE SCAN | FK_EMAIL_PARENT | 3 | | 1 |
    | 10 | SORT AGGREGATE | | 1 | 10 | |
    |* 11 | TABLE ACCESS BY INDEX ROWID | EMAIL | 1 | 10 | 1 |
    |* 12 | INDEX UNIQUE SCAN | PK_EMAIL | 1 | | 1 |
    | 13 | SORT AGGREGATE | | 1 | 6 | |
    |* 14 | TABLE ACCESS BY INDEX ROWID | EMAIL | 1 | 6 | 1 |
    |* 15 | INDEX RANGE SCAN | FK_EMAIL_PARENT | 3 | | 1 |
    | 16 | SORT ORDER BY | | 1 | 1361 | 17 |
    |* 17 | FILTER | | | | |
    | 18 | NESTED LOOPS OUTER | | 1 | 1361 | 5 |
    | 19 | NESTED LOOPS OUTER | | 1 | 1336 | 4 |
    | 20 | NESTED LOOPS | | 1 | 1328 | 3 |
    | 21 | NESTED LOOPS OUTER | | 1 | 53 | 2 |
    | 22 | INLIST ITERATOR | | | | |
    | 23 | TABLE ACCESS BY INDEX ROWID | EMAIL | 1 | 35 | 1 |
    |* 24 | INDEX RANGE SCAN | IE_EMAIL | 55 | | 1 |
    | 25 | VIEW PUSHED PREDICATE | | 1 | 18 | 1 |
    | 26 | NESTED LOOPS | | 1 | 36 | 4 |
    | 27 | VIEW | VW_NSO_1 | 11 | 143 | 3 |
    | 28 | SORT GROUP BY | | 11 | 231 | 3 |
    |* 29 | TABLE ACCESS BY INDEX ROWID| EMAIL_REF | 11 | 231 | 3 |
    |* 30 | INDEX FULL SCAN | AK1_EMAIL_REF | 21 | | 3 |
    |* 31 | TABLE ACCESS BY INDEX ROWID | EMAIL_REF | 1 | 23 | 1 |
    |* 32 | INDEX UNIQUE SCAN | PK_EMAIL_REF | 1 | | 1 |
    |* 33 | TABLE ACCESS BY INDEX ROWID | MESSAGE_DATA | 1 | 1275 | 1 |
    |* 34 | INDEX UNIQUE SCAN | PK_MESSAGE_DATA | 1 | | 1 |
    | 35 | TABLE ACCESS BY INDEX ROWID | EMAIL_FOLDER | 1 | 8 | 1 |
    |* 36 | INDEX UNIQUE SCAN | PK_EMAIL_FOLDER | 1 | | 1 |
    | 37 | TABLE ACCESS BY INDEX ROWID | EMAIL_ACCOUNT | 1 | 25 | 1 |
    |* 38 | INDEX UNIQUE SCAN | PK_EMAIL_ACCOUNT | 1 | | 1 |
    | 39 | UNION-ALL | | | | |
    | 40 | NESTED LOOPS SEMI | | 1 | 116 | 5 |
    | 41 | NESTED LOOPS | | 1 | 50 | 2 |
    |* 42 | TABLE ACCESS BY INDEX ROWID | EMAIL | 1 | 14 | 1 |
    |* 43 | INDEX UNIQUE SCAN | PK_EMAIL | 1 | | 1 |
    | 44 | TABLE ACCESS BY INDEX ROWID | MESSAGE_DATA | 1069 | 38484 | 1 |
    |* 45 | INDEX UNIQUE SCAN | PK_MESSAGE_DATA | 1 | | 1 |
    |* 46 | VIEW | VW_NSO_3 | 1 | 66 | 3 |
    |* 47 | FILTER | | | | |
    | 48 | NESTED LOOPS | | 1 | 45 | 3 |
    | 49 | NESTED LOOPS | | 1 | 15 | 2 |
    | 50 | TABLE ACCESS BY INDEX ROWID | USER_PROFILE | 1 | 10 | 1 |
    |* 51 | INDEX UNIQUE SCAN | PK_USER | 1 | | 1 |
    |* 52 | INDEX UNIQUE SCAN | PK_PERSON | 405K| 1979K| 1 |
    |* 53 | TABLE ACCESS BY INDEX ROWID | PERSON_CONTACT | 1 | 30 | 1 |
    |* 54 | INDEX RANGE SCAN | FK_PERSON_CONTACT_PERSON | 2 | | 1 |
    | 55 | NESTED LOOPS | | 1 | 114 | 5 |
    | 56 | MERGE JOIN CARTESIAN | | 1 | 78 | 4 |
    |* 57 | TABLE ACCESS BY INDEX ROWID | EMAIL | 1 | 12 | 1 |
    |* 58 | INDEX RANGE SCAN | FK_EMAIL_PARENT | 1 | | 1 |
    | 59 | BUFFER SORT | | 1 | 66 | 3 |
    | 60 | VIEW | VW_NSO_2 | 1 | 66 | 3 |
    | 61 | SORT UNIQUE | | 1 | 45 | |
    | 62 | NESTED LOOPS | | 1 | 45 | 3 |
    | 63 | NESTED LOOPS | | 1 | 15 | 2 |
    | 64 | TABLE ACCESS BY INDEX ROWID| USER_PROFILE | 1 | 10 | 1 |
    |* 65 | INDEX UNIQUE SCAN | PK_USER | 1 | | 1 |
    |* 66 | INDEX UNIQUE SCAN | PK_PERSON | 405K| 1979K| 1 |
    |* 67 | TABLE ACCESS BY INDEX ROWID | PERSON_CONTACT | 1 | 30 | 1 |
    |* 68 | INDEX RANGE SCAN | FK_PERSON_CONTACT_PERSON | 2 | | 1 |
    |* 69 | TABLE ACCESS BY INDEX ROWID | MESSAGE_DATA | 1 | 36 | 1 |
    |* 70 | INDEX UNIQUE SCAN | PK_MESSAGE_DATA | 1 | | 1 |
    Predicate Information (identified by operation id):
    2 - filter("EMAIL"."ATTACHMENT_FLAG"='Y')
    3 - access("EMAIL_OID"=:B1)
    5 - filter("CEMAIL"."EMAIL_TYPE"<>'S' AND "CEMAIL"."VEC_STATUS"<>'G' AND
    "CEMAIL"."VEC_STATUS"<>'D' AND "CEMAIL"."VEC_STATUS"<>'P' AND ("CEMAIL"."VEC_STATUS"='N'
    OR "CEMAIL"."VEC_STATUS"='O') AND "CEMAIL"."ATTACHMENT_FLAG"='Y')
    6 - access("CEMAIL"."PARENT_OID"=:B1)
    8 - filter("CEMAIL"."EMAIL_TYPE"<>'S' AND "CEMAIL"."VEC_STATUS"<>'G' AND
    "CEMAIL"."VEC_STATUS"<>'D' AND "CEMAIL"."VEC_STATUS"<>'P' AND ("CEMAIL"."VEC_STATUS"='N'
    OR "CEMAIL"."VEC_STATUS"='O'))
    9 - access("CEMAIL"."PARENT_OID"=:B1)
    11 - filter("VEC_STATUS"='N' AND "EMAIL_TYPE"='O')
    12 - access("EMAIL_OID"=:B1)
    14 - filter("VEC_STATUS"='N' AND "EMAIL_TYPE"='O')
    15 - access("PARENT_OID"=:B1)
    17 - filter( EXISTS ( (SELECT "PARENT"."EMAIL_OID" FROM "EMAIL" "PARENT","MESSAGE_DATA"
    "MD", (SELECT LOWER("CONTACT_INFO") "$nso_col_1" FROM "ESG"."PERSON_CONTACT"
    "PC","ESG"."PERSON" "P","ESG"."USER_PROFILE" "UP" WHERE :B1='O' AND
    "UP"."USER_OID"=802239 AND "UP"."PERSON_OID"="P"."PERSON_OID" AND
    "P"."PERSON_OID"="PC"."PERSON_OID" AND "PC"."CONTACT_TYPE_OID"=6)
    "VW_NSO_3" WHERE
    "$nso_col_1"=LOWER("MD"."TO_ADDRESS") AND "MD"."MESSAGE_DATA_OID"="PARENT"."MESSAGE_DATA_O
    ID" AND "PARENT"."EMAIL_OID"=:B2 AND "PARENT"."PARENT_OID" IS NULL
    ) UNION ALL (SELECT
    "CHILD"."PARENT_OID" FROM "EMAIL" "CHILD","MESSAGE_DATA" "MD", (SELECT DISTINCT
    LOWER("CONTACT_INFO") "$nso_col_1" FROM "ESG"."PERSON_CONTACT" "PC","ESG"."PERSON"
    "P","ESG"."USER_PROFILE" "UP" WHERE "UP"."USER_OID"=802239 AND
    "UP"."PERSON_OID"="P"."PERSON_OID" AND "P"."PERSON_OID"="PC"."PERSON_OID" AND
    "PC"."CONTACT_TYPE_OID"=6) "VW_NSO_2" WHERE "MD"."MESSAGE_DATA_OID
    "="CHILD"."MESSAGE_DATA_
    OID" AND "$nso_col_1"=LOWER("MD"."TO_ADDRESS") AND "CHILD"."PARENT
    _OID"=:B3 AND
    "CHILD"."VEC_STATUS"<>'G' AND "CHILD"."VEC_STATUS"<>'D' AND "CHILD
    "."VEC_STATUS"<>'P' AND
    ("CHILD"."VEC_STATUS"='N' OR "CHILD"."VEC_STATUS"='O') AND "CHILD"
    ."EMAIL_TYPE"='O' AND
    "PARENT_OID" IS NOT NULL)))
    24 - access("PEMAIL"."VEC_STATUS"='N' OR "PEMAIL"."VEC_STATUS"='O')
    filter("PEMAIL"."VEC_STATUS"<>'G' AND "PEMAIL"."VEC_STATUS"<>'D' AND
    "PEMAIL"."VEC_STATUS"<>'P')
    29 - filter("CONFIRMED_FLAG"='Y')
    30 - access("REF_SID"='ESG' AND "REF_TID"=(-9000))
    filter("REF_TID"=(-9000) AND "REF_SID"='ESG')
    31 - filter("EMAIL_OID"="PEMAIL"."EMAIL_OID")
    32 - access("EMAIL_REF_OID"="$nso_col_1")
    33 - filter(LOWER("MD"."CHANNEL")='[email protected]' OR
    LOWER("MD"."CHANNEL")='[email protected]')
    34 - access("MD"."MESSAGE_DATA_OID"="PEMAIL"."MESSAGE_DATA_OID")
    36 - access("PEMAIL"."EMAIL_FOLDER_OID"="EF"."EMAIL_FOLDER_OID"(+))
    38 - access("EF"."EMAIL_ACCOUNT_OID"="EA"."EMAIL_ACCOUNT_OID"(+))
    42 - filter("PARENT"."PARENT_OID" IS NULL)
    43 - access("PARENT"."EMAIL_OID"=:B1)
    45 - access("MD"."MESSAGE_DATA_OID"="PARENT"."MESSAGE_DATA_OID")
    46 - filter("$nso_col_1"=LOWER("MD"."TO_ADDRESS"))
    47 - filter(:B1='O')
    51 - access("UP"."USER_OID"=802239)
    52 - access("UP"."PERSON_OID"="P"."PERSON_OID")
    53 - filter("PC"."CONTACT_TYPE_OID"=6)
    54 - access("P"."PERSON_OID"="PC"."PERSON_OID")
    57 - filter("CHILD"."VEC_STATUS"<>'G' AND "CHILD"."VEC_STATUS"<>'D' AND
    "CHILD"."VEC_STATUS"<>'P' AND ("CHILD"."VEC_STATUS"='N' OR "CHILD"
    ."VEC_STATUS"='O') AND
    "CHILD"."EMAIL_TYPE"='O')
    58 - access("CHILD"."PARENT_OID"=:B1)
    filter("PARENT_OID" IS NOT NULL)
    65 - access("UP"."USER_OID"=802239)
    66 - access("UP"."PERSON_OID"="P"."PERSON_OID")
    67 - filter("PC"."CONTACT_TYPE_OID"=6)
    68 - access("P"."PERSON_OID"="PC"."PERSON_OID")
    69 - filter("$nso_col_1"=LOWER("MD"."TO_ADDRESS"))
    70 - access("MD"."MESSAGE_DATA_OID"="CHILD"."MESSAGE_DATA_OID")
    Note
    - cpu costing is off (consider enabling it)
    Statistics
    3103 recursive calls
    0 db block gets
    599654 consistent gets
    2915 physical reads
    0 redo size
    1955 bytes sent via SQL*Net to client
    3895 bytes received via SQL*Net from client
    2 SQL*Net roundtrips to/from client
    331 sorts (memory)
    0 sorts (disk)
    0 rows processed
    =====================================

  • TS1292 Hi, can you please take a look at my account and why its asking me to contact support. I have my billing address correct and everything but for some reason its not letting me to authorize my transaction

    Hi, can you please take a look at my account and why its asking me to contact support. I have my billing address correct and everything but for some reason its not letting me to authorize my transaction

    We are all fellow users here and have no way of accessing your account information; iTunes Store employees do not participate in these forums. You will need to do what it says, contact iTunes Support. Go here:
    http://www.apple.com/emea/support/itunes/contact.html
    to contact the iTunes Store.
    Regards.

  • Mods. Please take a look at this topic

    Hi,
    Please take a look at this topic:
    http://discussions.apple.com/thread.jspa?threadID=422678&tstart=0
    It's becoming 'unfriendly'
    Thanks.
    M

    Hi Kady,
    Thanks for putting the inappropriate parts in the 'Trash'
    M

  • Workaround for some W510 Audio Problems. Lenovo, please take a look at this!

    Hi all
    I believe most or all of the people are affected with poor sound quality of W510. I do believe there are some people who bring their laptops along and not convenient to get a external sound card and external speakers on the road. I am not too sure, but what I think that causes audio problem in W510, T410 or T510 is due to the implementations of Combo Audio/Mic Jack. So far, I have not heard any audio problems from X201 or W701/W701ds with a separate mic and audio jack (1 green and red, instead of 1 combo) Listed machines are using Conexant 20585 SmartAudio HD Sound Card.
    The workaround is to force install Conexant 20561 SmartAudio HD Driver through Device Manager
    http://www-307.ibm.com/pc/support/site.wss/document.do?lndocid=MIGR-73721
    Problem Partially Resolved
    1. Using Audio Director - Classic mode enables you to use both internal speakers and external speakers/headphone simultaneously. (By right, this should be in Multi-Stream mode, due to this driver not programmed for W510). However, the volume of the internal speaker will be reduced by half if an external speakers/headphone is plugged.
    2. The sound quality is improved (tested with internal speakers).
    3. Solved Irregular Volume Problems.
    Drawback of using this driver
    1. Using Multi-Stream mode in this case would not enables you to use both internal speakers and external speakers/headphone simultaneously. However it would just make your internal speaker to be louder. External speaker/headphone would not work if Multi-Stream mode is selected.
    2. Custom EQ is not usable, if used, only the right channel of internal speaker, external speaker/headphone would work, and the sound quality will be like a spoilt radio.
    3. Only Voice (VoIP) EQ is optimized for external speaker/headphone. Using Off, Jazz, Dance or Concert EQ would make you feel that the vocal (singer's voice) is diffused, blurred like excessive 3D effects.
    4. Even if any preloaded EQ is selected, after system has been restarted, the selected EQ would still be saved, but the band (31Hz - 16KHz would be changed back to Off EQ) It is ok as it just affects the graphics, not the sound.
    I know that Forum Administrators, Lenovo Staff, Community Moderators, Gurus and Volunteered Moderators/Users would be surfing around and looking for new post. Please take a look and leave a post or PM to me, thank you very much.
    It is alright if Lenovo don't think that there is any problems regarding the sound in W510. However, I do believe most users/owners of W510 would appreciate if the sound system could be further improved through a better driver or new revision of hardware to something like a T400 standards or something. Some users would spent so much $ just to get all-in-a-box solution and would not want to invest further just for a external card to sacrifice portability and use more $. Finally, I still do believe that W510 audio problems can be resolved.
    Best Regards
    Peter

    Hi ckhordiasma
    Thanks for reviving ths old thread. How about trying Dolby drivers? It sounds great and could possibly resolve those issues without going through too much troubleshooting.
    The link is under my signature.
    Hope it helps!
    Happy 2012! 
    Peter
    W520 (4284-A99)
    Does someone’s post help you? Give them kudos as a reward, as they will do better to improve | Mark it as solved if the solution works for you, so it could be reference for others in the future 
    =====================================
    Sound Enthusiast and Enhancement (Post comments, share mixes, etc.)
    http://forums.lenovo.com/t5/General-Discussion/Dolby-Home-Theater-v4-for-most-Lenovo-Laptops/td-p/62...

  • CAn Someone Please Help me? Turn this program in a algorithm

    DECLARE SUB RentCar ()
    DECLARE SUB PayBill ()
    DECLARE SUB Main ()
    DECLARE SUB ReadCarData ()
    DECLARE SUB FindCar ()
    TYPE Car ' User made Type To hold Car Data
    CarNumber AS INTEGER
    License AS STRING * 8
    Year AS INTEGER
    CarMaker AS STRING * 16
    CarName AS STRING * 16
    Description AS STRING * 20
    ColorOfCar AS STRING * 10
    NumberOfDoors AS INTEGER
    Price AS DOUBLE
    Rented AS INTEGER
    Customer AS INTEGER
    END TYPE
    TYPE Customer ' User made Type to hold Customer data
    CustomerNumber AS INTEGER
    CustName AS STRING * 50
    Bill AS DOUBLE
    END TYPE
    DIM SHARED Cars(1 TO 26) AS Car ' Global Variables
    DIM SHARED p(4) AS Customer
    DIM CustName AS STRING * 50
    p(0).CustName = "Kevin" ' Assign Customers who need to pay bills
    p(0).Bill = 0
    p(1).CustName = "Eljah"
    p(1).Bill = 100
    p(2).CustName = "Jared"
    p(2).Bill = 55
    p(3).CustName = "Claudwin"
    p(3).Bill = 60
    p(4).CustName = "Isaac"
    p(4).Bill = 1500
    CALL ReadCarData ' This reads the data statements into the Cars() array.
    WIDTH 80, 50 ' Formats screen and call the main part of the program
    CALL Main
    ' CAR DATA STATEMENTS
    ' LICENSE YEAR MAKER MODEL DESCRIPTION COLOR DOORS PRICE
    DATA "X-5687", 2007, "DODGE", "CALIBER", "FAMILY CAR", "DARK RED", 4, 89.99
    DATA "X-9681", 2006, "DODGE", "CHARGER", "SPORT", "GREY", 4, 47.99
    DATA "X-9684", 2006, "DODGE", "RAM 2500", "PICKUP", "BLACK", 4, 101.99
    DATA "X-9437", 2004, "FORD", "MUSTANG", "SPORT", "RED", 2, 45.99
    DATA "X-2562", 2002, "FORD", "TAURUS", "SEDAN", "LIGHT GREY", 4, 67.99
    DATA "X-3856", 2003, "FORD", "CONTOUR", "SMALL", "LIGHT BLUE", 2, 45.99
    DATA "X-2724", 2001, "FORD", "BRONCO", "JEEP", "BLACK", 4, 63.99
    DATA "X-2724", 2001, "FORD", "BRONCO", "JEEP", "DARK GREEN", 4, 63.99
    DATA "X-8568", 1998, "FORD", "ESCORT", "COMPACT", "BROWN", 2, 35.99
    DATA "X-4724", 2004, "FORD", "PROBE", "SPORT", "BLACK", 2, 58.99
    DATA "X-4724", 2004, "FORD", "PROBE", "SPORT", "RED", 2, 58.99
    DATA "X-4724", 2004, "FORD", "PROBE", "SPORT", "YELLOW", 2, 58.99
    DATA "X-4724", 2003, "FORD", "AEROSTAR", "S.U.V.", "DARK GREEN", 4, 87.99
    DATA "X-2727", 1999, "PONTIAC", "GRAND AM", "SPORT CAR", "BLACK", 2, 45.99
    DATA "X-2327", 1999, "PONTIAC", "GRAND AM", "SPORT CAR", "RED", 2, 45.99
    DATA "X-2767", 1999, "PONTIAC", "GRAND AM", "SPORT CAR", "GREY", 2, 45.99
    DATA "X-2723", 1999, "PONTIAC", "GRAND AM", "SPORT CAR", "PURPLE", 2, 45.99
    DATA "X-8486", 2005, "PONTIAC", "TRANSPORT", "S.U.V.", "WHITE", 2, 96.99
    DATA "X-3261", 2005, "PONTIAC", "AZTEC", "S.U.V.", "YELLOW", 4, 93.99
    DATA "X-1864", 2006, "PONTIAC", "TORRENT", "S.U.V.", "RED", 4, 98.99
    DATA "X-8521", 2006, "MERCURY", "COUGAR", "SPORT", "BLACK", 2, 69.99
    DATA "X-8471", 2006, "LINCOLN", "TOWN CAR", "LUXURY", "BLACK", 4, 149.99
    DATA "X-8635", 2001, "LINCOLN", "CONTINENTAL", "LUXURY", "GOLD", 4, 139.99
    DATA "X-2643", 2006, "CHEVROLET", "F-150", "PICKUP", "GREY", 2, 95.99
    DATA "X-7143", 2006, "CHEVROLET", "CORVETTE", "SPORT", "YELLOW", 2, 131.99
    DATA "X-7378", 2006, "CHEVROLET", "MALIBU", "SEDAN", "BLACK", 4, 81.99
    SUB FindCar ' This sub goes through the data to search for a car
    DIM Counter AS INTEGER 'variables need for sub
    DIM TempMaker AS STRING
    DIM TempModel AS STRING
    DIM TempColor AS STRING
    DIM TempCarType AS STRING
    DIM TempRangeFrom AS DOUBLE
    DIM TempRangeTo AS DOUBLE
    DIM TempMax AS DOUBLE
    DIM TempMin AS DOUBLE
    DIM LeaveFindCar AS INTEGER
    DIM MoreCar AS STRING
    DIM CanDisplay AS INTEGER
    DO WHILE LeaveFindCar = 0 ' Main loop to find type of car
         ' Initialize the variables
    Counter = 0
    TempMaker = ""
    TempModel = ""
    TempColor = ""
    TempRangeFrom = 0
    TempRangeTo = 0
    CLS ' Draw the screen with the search fields"
    COLOR 15
    PRINT "FIND IDEAL CAR: (Enter one or more of these items)"
         PRINT STRING$(80, CHR$(196))
         COLOR 11
         PRINT "Car Builder:"
         PRINT "Car Model:"
         PRINT "Car Color:"
         PRINT "Price Range: From: To:"
         COLOR 10 ' GetsUser can enter any search fields he wants
         LOCATE 3, 19
         INPUT TempMaker
         LOCATE 4, 19
         INPUT TempModel
         LOCATE 5, 19
         INPUT TempColor
         LOCATE 6, 19
         INPUT TempRangeFrom
         LOCATE 6, 36
         INPUT TempRangeTo
         COLOR 15
         PRINT STRING$(80, CHR$(196))
         CanDisplay = 0
         FOR Counter = 1 TO 26 '' This loop does the actual search of the matching cars
         'We compare all string type variables as an
         'uppercase (UCASE$) and Right Trimmed (RTRIM$)
         'to avoid having to compare upper and lower case
         'Values, this makes the condtions here twice
         'as short to perform.
         IF RTRIM$(TempMaker) <> "" THEN
         IF UCASE$(RTRIM$(Cars(Counter).CarMaker)) = UCASE$(RTRIM$(TempMaker)) THEN
         IF RTRIM$(TempModel) <> "" THEN
         IF UCASE$(RTRIM$(Cars(Counter).CarName)) = UCASE$(RTRIM$(TempModel)) THEN
         IF RTRIM$(TempColor) <> "" THEN
         IF UCASE$(RTRIM$(Cars(Counter).ColorOfCar)) = UCASE$(RTRIM$(TempColor)) THEN
    IF TempRangeFrom > 0 AND TempRangeTo > 0 THEN
    IF TempRangeFrom > TempRangeTo THEN
    TempMin = TempRangeTo
    TempMax = TempRangeFrom
    ELSE
    TempMin = TempRangeFrom
    TempMax = TempRangeTo
    END IF
    ' If Price of car is in between Mininum and Maximum Price
    'Allows to display the record.
    IF Cars(Counter).Price >= TempMin AND Cars(Counter).Price <= TempMax THEN
    CanDisplay = 1
    ELSE
    CanDisplay = 0
    END IF
    END IF
    ELSE
    CanDisplay = 0
    END IF
    ELSE
    ' The IF is to set Min to the smallest of
    ' the range vales and TempMax to the biggest.
    IF TempRangeFrom > 0 AND TempRangeTo > 0 THEN
    IF TempRangeFrom > TempRangeTo THEN
    TempMin = TempRangeTo
    TempMax = TempRangeFrom
    ELSE
    TempMin = TempRangeFrom
    TempMax = TempRangeTo
    END IF
    IF Cars(Counter).Price >= TempMin AND Cars(Counter).Price <= TempMax THEN
    CanDisplay = 1
    ELSE
    CanDisplay = 0
    END IF
    END IF
    END IF
    ELSE
    CanDisplay = 0
    END IF
    ELSE
    IF RTRIM$(TempColor) <> "" THEN
    IF UCASE$(RTRIM$(Cars(Counter).ColorOfCar)) = UCASE$(RTRIM$(TempColor)) THEN
    ' This IF is to set Min to the smallest of
    ' the range values and Max to the biggest.
    IF TempRangeFrom > 0 AND TempRangeTo > 0 THEN
    IF TempRangeFrom > TempRangeTo THEN
    TempMin = TempRangeTo
    TempMax = TempRangeFrom
    ELSE
    TempMin = TempRangeFrom
    TempMax = TempRangeTo
    END IF
    IF Cars(Counter).Price >= TempMin AND Cars(Counter).Price <= TempMax THEN
    CanDisplay = 1
    ELSE
    CanDisplay = 0
    END IF
    END IF
    ELSE
    CanDisplay = 0
    END IF
    ELSE
    ' The IF is to set Min to the smallest of
    ' the range vales and Max to the biggest.
    IF TempRangeFrom > 0 AND TempRangeTo > 0 THEN
    IF TempRangeFrom > TempRangeTo THEN
    TempMin = TempRangeTo
    TempMax = TempRangeFrom
    ELSE
    TempMin = TempRangeFrom
    TempMax = TempRangeTo
    END IF
    IF Cars(Counter).Price >= TempMin AND Cars(Counter).Price <= TempMax THEN
    CanDisplay = 1
    ELSE
    CanDisplay = 0
    END IF
    ELSEIF TempRangeFrom = 0 AND TempRangeTo > 0 THEN ' The IF one of the range to be 0
    TempMin = TempRangeFrom
    TempMax = TempRangeTo
    IF Cars(Counter).Price >= TempMin AND Cars(Counter).Price <= TempMax THEN
    CanDisplay = 1
    ELSE
    CanDisplay = 0
    END IF
    ELSEIF TempRangeFrom > 0 AND TempRangeTo = 0 THEN ' This IF one of the range to be 0
    TempMin = TempRangeTo
    TempMax = TempRangeFrom
    IF Cars(Counter).Price >= TempMin AND Cars(Counter).Price <= TempMax THEN
    CanDisplay = 1
    ELSE
    CanDisplay = 0
    END IF
    ELSE
    CanDisplay = 1
    END IF
    END IF
    END IF
    END IF
    ELSE
    'Same as previously, all string variables are UCASEd and
    'RTRIMmed to shorten the comparison lenghts.
    IF RTRIM$(TempModel) <> "" THEN
    IF UCASE$(RTRIM$(Cars(Counter).CarName)) = UCASE$(RTRIM$(TempModel)) THEN
    IF RTRIM$(TempColor) <> "" THEN
    IF UCASE$(RTRIM$(Cars(Counter).ColorOfCar)) = UCASE$(RTRIM$(TempColor)) THEN
    IF TempRangeFrom > 0 AND TempRangeTo > 0 THEN
    IF TempRangeFrom > TempRangeTo THEN
    ' This IF is to setMin to the smallest of
    ' the range vales and Max to the biggest
    TempMin = TempRangeTo
    TempMax = TempRangeFrom
    ELSE
    TempMin = TempRangeFrom
    TempMax = TempRangeTo
    END IF
    IF Cars(Counter).Price >= TempMin AND Cars(Counter).Price <= TempMax THEN
    CanDisplay = 1
    ELSE
    CanDisplay = 0
    END IF
    END IF
    ELSE
    CanDisplay = 0
    END IF
    ELSE
    ' This IF is to setMin to the smallest of
    ' the range vales and Max to the biggest
    IF TempRangeFrom > 0 AND TempRangeTo > 0 THEN
    IF TempRangeFrom > TempRangeTo THEN
    TempMin = TempRangeTo
    TempMax = TempRangeFrom
    ELSE
    TempMin = TempRangeFrom
    TempMax = TempRangeTo
    END IF
    IF Cars(Counter).Price >= TempMin AND Cars(Counter).Price <= TempMax THEN
    CanDisplay = 1
    ELSE
    CanDisplay = 0
    END IF
    END IF
    END IF
    ELSE
    CanDisplay = 0
    END IF
    ELSE
    IF RTRIM$(TempColor) <> "" THEN
    IF UCASE$(RTRIM$(Cars(Counter).ColorOfCar)) = UCASE$(RTRIM$(TempColor)) THEN
    ' This IF is to setMin to the smallest of
    ' the range vales and Max to the biggest
    IF TempRangeFrom > 0 AND TempRangeTo > 0 THEN
    IF TempRangeFrom > TempRangeTo THEN
    TempMin = TempRangeTo
    TempMax = TempRangeFrom
    ELSE
    TempMin = TempRangeFrom
    TempMax = TempRangeTo
    END IF
    IF Cars(Counter).Price >= TempMin AND Cars(Counter).Price <= TempMax THEN
    CanDisplay = 1
    ELSE
    CanDisplay = 0
    END IF
    ELSE
    CanDisplay = 1
    END IF
    ELSE
    CanDisplay = 0
    END IF
    ELSE
    ' This IF is to setMin to the smallest of
    ' the range vales and Max to the biggest
    IF TempRangeFrom > 0 AND TempRangeTo > 0 THEN
    IF TempRangeFrom > TempRangeTo THEN
    TempMin = TempRangeTo
    TempMax = TempRangeFrom
    ELSE
    TempMin = TempRangeFrom
    TempMax = TempRangeTo
    END IF
    IF Cars(Counter).Price >= TempMin AND Cars(Counter).Price <= TempMax THEN
    CanDisplay = 1
    ELSE
    CanDisplay = 0
    END IF
    ELSEIF TempRangeFrom = 0 AND TempRangeTo > 0 THEN
    TempMin = TempRangeFrom
    TempMax = TempRangeTo
    IF Cars(Counter).Price >= TempMin AND Cars(Counter).Price <= TempMax THEN
    CanDisplay = 1
    ELSE
    CanDisplay = 0
    END IF
    ELSEIF TempRangeFrom > 0 AND TempRangeTo = 0 THEN
    TempMin = TempRangeTo
    TempMax = TempRangeFrom
    IF Cars(Counter).Price >= TempMin AND Cars(Counter).Price <= TempMax THEN
    CanDisplay = 1
    ELSE
    CanDisplay = 0
    END IF
    ELSE
    CanDisplay = 1
    END IF
    END IF
    END IF
    END IF
    IF CanDisplay = 1 THEN ' If car match fields entered it is displayed
              COLOR 11
    PRINT Cars(Counter).CarNumber;
    PRINT " " + RTRIM$(Cars(Counter).License);
    PRINT " - " + RTRIM$(Cars(Counter).CarMaker);
    PRINT " " + RTRIM$(Cars(Counter).CarName);
    PRINT " " + RTRIM$(Cars(Counter).Description);
    PRINT " " + RTRIM$(Cars(Counter).ColorOfCar);
    PRINT TAB(60); USING " $###.##"; Cars(Counter).Price
    CanDisplay = 0
    END IF
    NEXT Counter ' displays line after listing cars
    COLOR 15
    PRINT STRING$(80, CHR$(196))
    DO WHILE UCASE$(MoreCar) <> "Y" AND UCASE$(MoreCar) <> "N"
    LOCATE CSRLIN, 1 ' This loop ask useers if they want another car search
    PRINT "Find Another Car (Y/N)"
    INPUT MoreCar
    LOOP
    IF UCASE$(MoreCar) = "N" THEN ' If user entered "n" the loop is exited
    LeaveFindCar = 1
    END IF
    MoreCar = ""
    LOOP
    END SUB
    SUB Main
    ' This SUB is the main part of the program. It displays
    ' the menu and accepts the choices from the user, when the
    ' user picks a valid value, it executes the proper choice
    DO
    CLS
    COLOR 15
    'print the menu on the screen      
    LOCATE 1, 33
    PRINT "RENT CARS PLUS"
    LOCATE 2, 1
    PRINT STRING$(80, CHR$(196))
    COLOR 11
    PRINT " 1 - Pay Bill"
    PRINT " 2 - Rent Car"
    PRINT " 3 - Find Ideal Car"
    PRINT " 999 - Exit"
    COLOR 15
    PRINT STRING$(80, CHR$(196))
    INPUT "Choice: ", Choice ' The user enters his/her choice
    IF Choice = 999 THEN END
    IF Choice <> 999 AND Choice <> 1 AND Choice <> 2 AND Choice <> 3 THEN
    PRINT " Error Please Enter Correct Choice! " ' If not valid answer user is asked to enter correct choice
    END IF
    SELECT CASE Choice ' This Select Case executes the subprograms options
    CASE 1
    CALL PayBill
    CASE 2
    CALL RentCar
    CASE 3
    CALL FindCar
    CASE 5
    END SELECT
    LOOP UNTIL Choice = 999
    END SUB
    SUB PayBill' This sub does the bill paying process.
    ' it asks a few question to the user to get the right
    ' information and be able to pay the given bill.
    DIM CustName AS STRING
    DIM MoreBill AS INTEGER
    DIM Answer AS STRING
    DIM Flag AS INTEGER
    COLOR 15
    MoreBill = 0 ' To start loop variable
    DO WHILE MoreBill = 0 ' Loop to start the Bill Paying Process
    StartBill:
         ' Displays screen to user
    CLS
    COLOR 15
    PRINT "PAY A BILL"
    PRINT STRING$(80, CHR$(196))
    INPUT "Customer Name: ", CustName ' user enters customer name
    Flag = 0
    FOR Q = 0 TO 4 ' Loops to search for customer name in array
    IF UCASE$(RTRIM$(p(Q).CustName)) = UCASE$(RTRIM$(CustName)) THEN
    Flag = 1
    PRINT p(Q).CustName; p(Q).Bill
    EXIT FOR
    END IF
    NEXT Q
    '' If customer name invalid error message displayed
    IF Flag = 0 THEN
    PRINT "Invalid name. Press a key to try again."
    DO WHILE INKEY$ <> "": LOOP
    GOTO StartBill
    END IF
    MethodInput:
    DO
    LOCATE 4, 1     ' Display Payment methods and wait for user to pick one
    COLOR 11
    PRINT "We only use Visa or American Express. How do you wish to pay?"
    PRINT "1 - Visa"
    PRINT "2 - American Express"
    PRINT "3 - Check"
    PRINT "4 - Cash"
    INPUT "Select 1, 2, 3, or 4: ", howtopay$ ' User enters way to pay
    IF howtopay$ = "1" OR howtopay$ = "2" THEN ' CArd number asked for If american or visa
    INPUT "Enter account number: ", cardnum$
    ELSEIF howtopay$ <> "3" AND howtopay$ <> "4" THEN
    PRINT "You must select method of payment."
    END IF
    LOOP WHILE howtopay$ < "1" OR howtopay$ > "4"
    PaymentInput:
    '' users enters payment amount
    INPUT "Payment Amount (0 to cancel the transaction): ", PayAmount
    IF PayAmount <> 0 THEN
    IF PayAmount > p(Q).Bill THEN
    '' If payment bigger than amount owed message displayed
    PRINT "Payment is bigger than amount due. Press key to enter payment."
    DO WHILE INKEY$ = "": LOOP
    GOTO PaymentInput
    ELSE
    ' If amount valid , payment subtracted from amount owed
    p(Q).Bill = p(Q).Bill - PayAmount
    PRINT "New balance is "; USING "$#####.##"; p(Q).Bill
    END IF
    END IF
         '' Loop ask if user wishes to pay another bill
    DO WHILE UCASE$(RTRIM$(Answer)) <> "Y" AND UCASE$(RTRIM$(Answer)) <> "N"
    COLOR 15
    LOCATE 48, 1
    PRINT "Pay Another Bill (Y/N) ";
    INPUT Answer
    LOOP
    IF UCASE$(RTRIM$(Answer)) = "N" THEN ' If answer is "N" then loop exited
    MoreBill = 1
    END IF
    LOOP
    END SUB
    SUB ReadCarData
    ' This sub reads all data from the DATA statements
    ' And puts them in the Cars array
    DIM Counter AS INTEGER
    FOR Counter = 1 TO 26
    Cars(Counter).CarNumber = Counter
    READ Cars(Counter).License
    READ Cars(Counter).Year
    READ Cars(Counter).CarMaker
    READ Cars(Counter).CarName
    READ Cars(Counter).Description
    READ Cars(Counter).ColorOfCar
    READ Cars(Counter).NumberOfDoors
    READ Cars(Counter).Price
    NEXT Counter
    END SUB
    SUB RentCar
    ' This sub does the renting of a car
    ' to a customer. This ask several questions
    ' in order to get the right customer and the right
    ' car to rent then it rents it.
    DIM MoreRent AS INTEGER
    DIM TempCustomer AS INTEGER
    DIM TempBill AS DOUBLE
    DIM Answer AS STRING
    DIM TempPrice AS DOUBLE
    DIM TempInsurance AS DOUBLE
    DIM CustName AS STRING
    DIM Number AS STRING
    DIM CarNumber AS INTEGER
    DIM Days AS INTEGER
    DIM Q AS INTEGER
    MoreRent = 0 ' Loop for rental process
    DO WHILE MoreRent = 0
    InputName:
    CLS ' Display screen to user
    COLOR 15
    PRINT "RENT A CAR"
    PRINT STRING$(80, CHR$(196))
    COLOR 11
    LOCATE 3, 1
    INPUT " Full Name: ", CustName ' user enters his name
    IF RTRIM$(CustName) = "" THEN
    PRINT "You Must Enter Your Name. Press a key to retry." ' User is told he must enter a name
    DO WHILE INKEY$ = "": LOOP
    GOTO InputName
    ELSE
    FOR Q = 0 TO 4
    IF UCASE$(RTRIM$(p(Q).CustName)) = UCASE$(RTRIM$(CustName)) THEN
    Flag = 1
    PRINT p(Q).CustName; p(Q).Bill
    TempCustomer = Q
    EXIT FOR
    END IF
    NEXT Q
    END IF
    InputNumber:
    LOCATE 5, 1
    INPUT " Phone Number: ", Number ' User enters phone number
    IF RTRIM$(Number) = "" THEN
    PRINT "You Must a phone number. Press a key to retry." ' User is warned he must enter a number
    DO WHILE INKEY$ = "": LOOP
    GOTO InputNumber
    END IF
    CarInput:
    LOCATE 7, 2
    COLOR 11
    INPUT "Car Number: ", CarNumber     
    ' This awaits a car number from the user.
    IF CarNumber < 1 AND CarNumber > 26 THEN ' If the car number is out of range, we warn and start again
    PRINT "Car Number must be between 1 and 26. Press a key to retry."
    DO WHILE INKEY$ = "": LOOP
    GOTO CarInput
    ELSE
    ' No need to search, we just display the car information
    COLOR 14
    PRINT RTRIM$(Cars(CarNumber).License) + " - ";
    PRINT Cars(CarNumber).Year;
    PRINT RTRIM$(Cars(CarNumber).CarMaker) + " " + RTRIM$(Cars(CarNumber).CarName) + " ";
    PRINT RTRIM$(Cars(CarNumber).ColorOfCar)
    PRINT "PRICE: "; USING "$####.##"; Cars(CarNumber).Price
    END IF
    DaysInput:
    LOCATE 10, 1
    COLOR 11
    INPUT " Number of Days to rent: ", Days
    ' This awaits for a number of days to rent the car for.
    IF Days < 1 AND Days > 31 THEN
    PRINT "Days are 1 to 31. Press a key to retry."
    ' Can't have less than 1 day or more than a month or we warn.
    DO WHILE INKEY$ = "": LOOP
    GOTO DaysInput
    END IF
    TempPrice = Days * Cars(CarNumber).Price
    ' Calculate the Price of the rental
    InsuranceInput:
    LOCATE 13, 1
    COLOR 11
    DO WHILE UCASE$(RTRIM$(Answer)) <> "Y" AND UCASE$(RTRIM$(Answer)) <> "N"
    COLOR 11
    LOCATE 13, 1
    PRINT "Add Insurance (Y/N)";
    ' the customer has the option to purchase insurance here.
    INPUT Answer
    LOOP
    IF UCASE$(Answer) = "Y" THEN
    COLOR 11
    DO WHILE UCASE$(RTRIM$(Answer)) <> "F" AND UCASE$(RTRIM$(Answer)) <> "D"
    'we loop until the users enters y or n
    COLOR 11
    LOCATE 14, 1
    PRINT "(F)ixed Or (D)aily Amount";
    ' If the user selected yes, we ask for fixed or daily insurance amount.
    INPUT Answer
    LOOP
    ' if Fixed amount was picked we ask for that amount
    IF UCASE$(RTRIM$(Answer)) = "F" THEN
    INPUT "Fixed Insurance: ", TempInsurance
    ELSE
    TempInsurance = 15 * Days ' If Daily was picked we multiply 15 by the number of days rented
    END IF
    END IF
    DO     ' this loop asks for a payment method.
    LOCATE 17, 1
    PRINT "We only use Visa or American Express. How do you wish to pay?"
    PRINT "1 - Visa"
    PRINT "2 - American Express"
    PRINT "3 - Check"
    PRINT "4 - Cash"
    INPUT "Select 1, 2, 3, or 4: ", howtopay$
    IF howtopay$ = "1" OR howtopay$ = "2" THEN
    INPUT "Enter account number: ", cardnum$
    ELSEIF howtopay$ <> "3" AND howtopay$ <> "4" THEN
    PRINT "You must select method of payment."
    END IF
    LOOP WHILE howtopay$ < "1" OR howtopay$ > "4"
    COLOR 14
    PRINT     
    ' This part displays some totals to the user.
    PRINT "Rental Price = "; USING "$##,###.##"; TempPrice
    PRINT "Insurance Amount = "; USING "$##,###.##"; TempInsurance
    PRINT "Total Price = "; USING "$##,###.##"; TempPrice + TempInsurance
    PRINT " ----------"
    TempBill = p(TempCustomer).Bill
    TempBill = TempBill + (TempPrice + TempInsurance)
    p(TempCustomer).Bill = TempBill
    PRINT "New Balance = "; USING "$##,###.##"; TempBill
    PRINT " =========="
    Answer = ""
    ' This loop asks if the user wants to rent another car.
    DO WHILE UCASE$(RTRIM$(Answer)) <> "Y" AND UCASE$(RTRIM$(Answer)) <> "N"
    COLOR 15
    LOCATE 48, 1
    PRINT "Rent Another Car (Y/N) ";
    INPUT Answer
    LOOP
    IF UCASE$(RTRIM$(Answer)) = "N" THEN
    ' If user selected N, we assign value to exit the loop
    MoreRent = 1
    END IF
    LOOP
    END SUB
    Im really good at programming but really suck at algorithms can someone please please write in a algorithm form for me , i need it by friday i would greatly be thankful for u

    Im really good at programming but really suck at algorithms
    >If your are 'really good' at programming, you will be able to solve this problem. Because, it has nothing to do with algorithm.
    >>can someone please please write in a algorithm form for me , i need it by friday i would greatly be thankful for u
    >Wrong person, in the wrong place.

  • Can somebody here take a look at this problm I posted re iPh3Gs & iPhto'08

    Can one of you more advanced folks take a look at problem I'm having re importing & iPhone 3Gs and tell me if you have any experience with this? I posted it in the iPhone 3GS forum (wasn't sure which to post in - here in the iPhoto'08 place or there):
    http://discussions.apple.com/thread.jspa?threadID=2766436&tstart=0

    Hi - Workd for me :
    IE6 / Win XP / FlashPlayer 9.
    HTH,
    JL

  • PieroF - Can you please take a look at M.Mantovani's RT problem?

    Hi Piero.
    M.Mantovani seems to be having problems with FCE 3.5 on his MBP.
    I suspect he is new to FCE. As a fellow countryman and expert with FCE I think you would probably be his best helper.
    Could you take a look at his problems please as I have run out of ideas!
    http://discussions.apple.com/thread.jspa?threadID=570466&tstart=0
    Ian.

    Hi Ian,
    even though too late, I answered the post you pointed to.
    Piero

  • I have a very strange home screen app glitch; can someone please take some time to read this because I am stuck!

    I truly thank anyone who reads this and offers any suggestions.
    I went to the App Store on my iPod touch 4th generation (6.0.1) and downloaded an app.  Then I went back to the home screen to move the app inside a folder.  I did this while the app was downloading.  I held down the icons and they began to wiggle.  As I dragged the app icon over the folder, the screen froze, then went through a bunch of random whatever.  Now, suddenly, I have two copies of the same app, one of which is ready to use, and one that has the "Installing" bar full.  I can't delete either of them.  Is there ANY way to fix this without restoring?  Thanks so much for your help.

    Yes.a reset does not erase any data. I always do that when my ipad has a problem. Even apple says it before you go to the genius bar.
    You never know how a reset and just fix one simple thing.

Maybe you are looking for

  • Transparent Animated Gif in Keynote 9

    Hello, I have been trying to insert some of my transparent animated gif in Keynote 9 with zero success. I have checked that the background of the file was actually transparent - it is - and I have attempted to use the Alpha tool - not working with gi

  • Installing Yosemite on MacBook Pro didn't succeed.

    With my Macbook Pro running smoothly under OSX Mavericks, I tried to upgrade to OSX Yosemite with a clean installation by an Install OSX Yosemite USB stick. But after about 8 minutes of installation I got an message on my display that there are probl

  • What can I do about itunes freezing everytime I try to do something substantial like erase all my duplicates

    What can I do about itunes freezing everytime I try to do something substantial like erase all my duplicates

  • [b]Wrap Problem[/b]

    I am experiencing a problem in wrapping a package. When I compile it it gives no errors but on wrapping, the errors are: LINE/COL ERROR 81/7 PL/SQL: SQL Statement ignored 81/7 PLS-00435: DML statement without BULK In-BIND cannot be used inside FORALL

  • HP Envy merge C on MBR1 and D on MBR2

    I have an HP Envy 17 3D. The hard drive is partitioned into 2 MBR's.  MBR 1 has the C: & E: MBR 2 has the D: & F: I have Partition Master 9.2.2 Can I take some of the space off of Drive D: for Drive C:?  Partition Master says the drives need to be si