JSPServlet initialization  not working in 5.1 sp8

wl 5.1 sp 8
          from my weblogic.properties
          weblogic.httpd.register.*.jsp= weblogic.servlet.JSPServlet
          weblogic.httpd.initArgs.*.jsp=\
          pageCheckSeconds=1,\
          compileCommand=d:\jdk12\bin\javac.exe,\
          workingDir=d:\weblogic\jsps\compiled,\
          verbose=true,\
          keepgenerated=true
          runtime message says that a java file has been generated to the webapp's
          web-inf tmpwar directory.
          This directory contains only .class files.
          It looks like JSPServlet initialization parameters are being ignored.
          Anyone see the error.
          

          I had the same problem. I moved my keepgenerated up and dropped the g to lowercase. It didn't work after I restarted the server.
          BUT! Today I now have the .java files! <shrug>
          weblogic.httpd.register.*.jsp=\
          weblogic.servlet.JSPServlet
          weblogic.httpd.initArgs.*.jsp=\
               keepgenerated=true,\
          pageCheckSeconds=0,\
          compileCommand=c:/jdk1.3/bin/javac.exe,\
          workingDir=C:/weblogic/myserver/classfiles,\
          verbose=true
          I also have WL 5.1 sp8.
          Adam
          Kumar Allamraju <[email protected]> wrote:
          >In your web.xml you should define this
          >
          ><context-param>
          > <param-name>weblogic.jsp.keepgenerated </param-name>
          > <param-value>true</param-value>
          > </context-param>
          >
          >--
          >Kumar
          >
          >Stephen Boston wrote:
          >>
          >> wl 5.1 sp 8
          >>
          >> from my weblogic.properties
          >>
          >> weblogic.httpd.register.*.jsp= weblogic.servlet.JSPServlet
          >>
          >> weblogic.httpd.initArgs.*.jsp=\
          >> pageCheckSeconds=1,\
          >> compileCommand=d:\jdk12\bin\javac.exe,\
          >> workingDir=d:\weblogic\jsps\compiled,\
          >> verbose=true,\
          >> keepgenerated=true
          >>
          >> runtime message says that a java file has been generated to the webapp's
          >> web-inf tmpwar directory.
          >> This directory contains only .class files.
          >> It looks like JSPServlet initialization parameters are being ignored.
          >>
          >> Anyone see the error.
          

Similar Messages

  • Inventory Stock Initialization not working

    Hello Everyone,
    I tried to follow the steps of "Inventory Stock Initialization" in ERP but when I see the quantity and value fields (BWMNG and BWGEO) in RSA3, all the values are zero. Can someone tell me where I am going wrong?
    Here are the steps I am following:-
    1) Delete the data from Set Up Table
    2) Set the Industry Sector
    3) Stock Initialization with no selections (pulls around 35 records)
    Looking forward for any solutions.
    Regards,
    Abhishek

    Hi,
    1) Delete the data from Set Up Table -->Yes
    2) Set the Industry Sector -
    > Yes
    3) Stock Initialization with no selections (pulls around 35 records)
    Try to follow the steps..
    See Blog on same before data extraction
    http://www.sdn.sap.com/irj/scn/weblogs;jsessionid=%28J2EE3417800%29ID0470721350DB01656121332475348980End?blog=/pub/wlg/14646
    1.Fix the down time and lock all users at that time.12-03-2009 (from time 12:01:01 onwards).
    2.First clear Setuptables,RSA7,SMQ1 in ECC and Cube data in BW.
    3.Run MCNB, under DataSource Info tab, select only All Stock Including - non valuated.
    4.Load the data to BW.
    5.Compress the request *without Check Box*.
    6.Delete the setup tables once the BW load complets.
    7.Run OLI1BW give the Posting date range From 01-03-2009 to 11-03-2009.
    8.Load the data to BW.
    9.Compress Cube *with Check Box*.
    10.Delete the setup tables once the BW load complets.
    11.Run OLIZBW give the Posting date range From 01-03-2009 to 11-03-2009.
    12.Load the data to BW.
    13.Compress Cube *with Check Box*.
    14. Check the BW Data with MB5B Tcode in ECC, it will match.
    15.Delete the setup tables once the BW load complets.
    *16.So you set Delta Successfully i.e. you complete Init load.*
    17.Here I'm assuming that I have data from 2006 Jan to Till Date.
    18.I loaded from 01-03-2009 to 11-03-2009, so I need to load Historical data from 01-01-2006 to 28-02-
         2009.
    19."STOP V3 JOB.* don't run till all Historical data is finished.
    20. Split the setup tables i.e. 01-01-2009 to 28-02-2009 one load, then load to BW (Full Load) and
         compress  with Check Box.
    21. Repeate step 20 for BX and UM till you reach from date as 01-01-2006. (Each time delete setup
         tables and fill).
    22. Once you complete the Historical data, then Run V3 job and then load Deltas in BW.
    Thanks
    Reddy

  • CS3 Extension that initializes a JS-Object during startup is not working in CS4

    Here is a simple Extension that works fine in DW CS3 and doesn't work in DW CS4 (trial version):
    The File myObj_Startup.htm was placed in Folder Configuration/Startup. It initializes a quite simple Javascript-Object during Startup of DW.
    Content of myObj_Startup.html:
    <!-- MENU-LOCATION=NONE -->
    <HTML>
    <HEAD>
    <TITLE>beim &Ouml;ffnen</TITLE>
    <SCRIPT LANGUAGE="javascript">
    myObj =
         showMsg : function (msg)
             alert(msg);
    function onOpen()
       myObj.showMsg("startup");
    // SCRIPT ENDE
    </SCRIPT>
    </HEAD>
    <BODY onLoad="onOpen();">
    </BODY>
    </HTML>
    Besides this, an additional menuitem was defined in menus.xml to use the JS-object myObj:
    <menu mmstring:name="menus/DWMenu_File" id="DWMenu_File">
            <menuitem name="Test" command="myObj.showMsg('Testing');" enabled="true" domRequired="false" id="DWMenu_File_SIEMENSTEST" />
            <menuitem mmstring:name="menus/DWMenu_File_New" key="Cmd+N" command="dw.newDocument()" enabled="true" domRequired="false" id="DWMenu_File_New" />
    With Dreamweaver CS3 everything works out fine: I get a Alert-message: "startup" during Startup and when I'm clicking Menu->File->Test I get a Alert-message: "Testing".
    With Dreamweaver CS4  (trial version) I get a message: "startup" as well but when I'm clicking Menu->File->Test I get no message.
    Instead I get a Logfile "C:\Documents and Settings\user\Application Data\Adobe\Dreamweaver CS4\en_US\Configuration\Logs\DW JavaScript.log" telling me:
       JS Error:
           myObj is not defined
           filename:
           lineno: 0
           While executing DWMenu_File_TEST command in menus.xml, the following JavaScript error(s) occurred:
           ReferenceError: myObj is not defined
    Why is this simple extension working in DW CS3 and not working in DW CS4?
    Did they change the treatment of JS-objects initialized during startup?
    Is the object out of scope?
    Are such extensions not working in trial versions of DW CS4?
    I cannot explain this behavior - please help!

    Hi,
    I have an similar problem and couldnt find an workaround for the problem.
    When i add an new menu item to the menus.xml file, the menu item shows up, but my custom command (simple alert) wont trigger.
    Can somebody please help?

  • Servlet reloading not working with WLS 5.1 sp8

              I downloaded and installed WLS 5.1's sp8 to fix the "java.net.SocketException: Connection aborted by peer: socket write error"
              problem. Although that problem is fixed, I have found that, however, the servlet (automatic) reloading does not
              work anymore. If I remove the sp8 from my Java system classpath and WL classpath (i.e. not using sp8), then
              the servler reloading works fine.
              Does anybody experience similar problem or have I forgot to do something?
              WLS properties/env vars setting:
              - weblogic.httpd.servlet.reloadCheckSecs=0
              - WEBLOGIC_CLASSPATH=%WEBLOGIC_HOME%\lib\weblogic510sp8.jar;...
              - JAVA_CLASSPATH=%WEBLOGIC_HOME%\lib\weblogic510sp8boot.jar;...
              Thanks in advance for any help.
              

              I've experienced the same problem with both sp6 and sp8. In both cases I performed several test, including
              - varied the value of weblogic.httpd.servlet.reloadCheckSecs
              - changes to the package depth the servlet belonged to
              - changes to the string length of the package names the servlet belonged to
              At best, the servlet would reload sometimes. I've moved back to sp5 and the problem has subsided.
              Note: I did not try registering the servlet to see how that would effect the dynamic reloading.
              Hope this helps
              - Dave
              "Michel Dinh" <[email protected]> wrote:
              >
              >I downloaded and installed WLS 5.1's sp8 to fix the "java.net.SocketException: Connection aborted by peer: socket write error"
              >problem. Although that problem is fixed, I have found that, however, the servlet (automatic) reloading does not
              >work anymore. If I remove the sp8 from my Java system classpath and WL classpath (i.e. not using sp8), then
              >the servler reloading works fine.
              >
              >
              >Does anybody experience similar problem or have I forgot to do something?
              >
              >WLS properties/env vars setting:
              >
              >- weblogic.httpd.servlet.reloadCheckSecs=0
              >- WEBLOGIC_CLASSPATH=%WEBLOGIC_HOME%\lib\weblogic510sp8.jar;...
              >- JAVA_CLASSPATH=%WEBLOGIC_HOME%\lib\weblogic510sp8boot.jar;...
              >
              >Thanks in advance for any help.
              

  • JSP: work with TomCat 5.5.9 and NOT work with TomCat 6.0.16

    Hi all,
    I'm Antony and I have a problem with a .JSP page of my server.
    In my server there are 2 users: "u1" and "u2"; there are 2 TomCat, version 5.5.9 and version 6.0.16. There is Apache WebServer version 2. The 2 TomCat servers have the same configuration files: server.xml and web.xml (in the dir /conf of the main server's root). They not work simultaneously.
    When the user "root" launch the TomCat 5.5.9 all work fine: the server will show correctly the JSP pages of "u1" and the pages of "u2".
    When the user "root" launch the TomCat 6.0.16 the JSP pages of "u1" work fine but the JSP pages of "u2" not work: it seems that there are problems with the path where the server want to search the pages of u2.
    In the server.xml there is this code (for the handle of u2's site):
    <Host name="u2site.com" appBase="/home/u2/public_html/">
      <Alias>www.u2site.com</Alias>
      <Context path="" reloadable="false" docBase="/home/u2/public_html/" debug="0"/>
              <Context path="/manager" debug="0" privileged="true"
                  docBase="/usr/local/jakarta/tomcat/server/webapps/manager">
              </Context>
    </Host>and this code (for the u1's site)
    <Host name="u1site.com" appBase="/home/u1/public_html/">
      <Context path="" reloadable="false" docBase="/home/u1/public_html" debug="1"/>
              <Context path="/manager" debug="0" privileged="true"
                  docBase="/usr/local/jakarta/tomcat/server/webapps/manager">
              </Context>
    </Host>The problems with the JSP pages of u2 are one of the following:
    org.apache.jasper.JasperException: /login2.jsp(4,0) The value for the useBean class attribute com.u2.beans.access.Autenticator is invalid.and this one that appear with the pages that have the inclusion of another JSP page
    /u2page.jsp(3,0) File "/../support/_formatting.jsp" not foundI think that the TomCat know how to find the page that the browser request to Apache WebServer (and that the webserver request to Tomcat by the connector) 'cause for pages that haven't inclusion or call to method in packages all work fine...but the TomCat have problems to locate the pages included or the method located in a JAR (the jars are located in WEB-INF/lib/ of the u2's site).
    How I can resolve this problem with TomCat 6.0.16? I repeat that with TomCat 5.5.9 all work fine...same configuration!
    Any ideas?
    Thank you very much,
    Antony.

    Hi stevejluke, 'cause in the page "/supporto/_formatting.jsp" there are only the definition of some variables it's normal that the output at the browser it's a blank page.
    The problem it's that Tomcat 6.0.16 cannot know how "navigate" the pages beginning from one...it know where is the "x.jsp" page requested directly by Apache WebServer, where is "y.jsp" request directly by Apache, where is "z.jsp" requested directly by Apache but if "x.jsp" request, includes, "y.jsp" Tomcat cannot know where "y.jsp" is located. There is some file where I can "say" this to Tomcat?
    The page "/mostre/elenco_mostre.jsp" includes directly the "/supporto/_formatting.jsp".
    Another thing: in /mostre/elenco_mostre.jsp there is an inclusion directive for /supporto/_formatting.jsp that is so:
    <%@ include file="../supporto/_formatting.jsp"%>you can see that the included file is "../supporto/_formatting.jsp" and NOT "/../supporto/_formatting.jsp"...the "/" at the begin of the path is included by Tomcat!
    In the catalina.out there are this lines, when the page is called:
    Jul 6, 2008 3:15:00 AM org.apache.catalina.core.StandardWrapperValve invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    org.apache.jasper.JasperException: /elenco_mostre.jsp(3,0) File "/../supporto/_formatting.jsp" not found
      In catalina.out before server start there are this lines:
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '1' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.tomcat.util.digester.SetPropertiesRule begin
    WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'debug' to '0' did not find a matching property.
    Jul 6, 2008 1:43:49 AM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 358 ms
    Jul 6, 2008 1:43:49 AM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Jul 6, 2008 1:43:49 AM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/6.0.16
    Jul 6, 2008 1:43:52 AM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/23  config=null
    Jul 6, 2008 1:43:52 AM org.apache.catalina.connector.MapperListener registerEngine
    WARNING: Unknown default host: localhost
    Jul 6, 2008 1:43:52 AM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 2512 msThe file "web.xml" is located in "$Tomcat_home/conf" and it's:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <web-app xmlns="http://java.sun.com/xml/ns/j2ee"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
        http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4">
      <servlet>
        <servlet-name>jsp</servlet-name>
        <servlet-class>org.apache.jasper.servlet.JspServlet</servlet-class>
        <init-param>
          <param-name>fork</param-name>
          <param-value>false</param-value>
        </init-param>
        <init-param>
          <param-name>xpoweredBy</param-name>
          <param-value>false</param-value>
        </init-param>
        <load-on-startup>3</load-on-startup>
      </servlet>
      <servlet-mapping>
        <servlet-name>jsp</servlet-name>
        <url-pattern>*.jsp</url-pattern>
      </servlet-mapping>
      <servlet-mapping>
        <servlet-name>jsp</servlet-name>
        <url-pattern>*.jspx</url-pattern>
      </servlet-mapping>
      <session-config>
        <session-timeout>30</session-timeout>
      </session-config>
      <welcome-file-list>
        <welcome-file>index.html</welcome-file>
        <welcome-file>index.jsp</welcome-file>
      </welcome-file-list>
    </web-app>there are not web.xml file in /WEB-INF/ of the web application.
    Maybe the problem it's that Tomcat want the conf file in "Server/Service/Engine/Host/Context" ? I must move the block HOST of the server.xml file in this path?
    Good Sunday and thank you!
    Antony.

  • Php include not working

    Good Afternoon.
    I am having a hard time trying to find what needs to be set to allow url
    include statments in php on Netware 6.5 sp3, php5.
    I know my code is correct after trying it on an external server, and it
    seems all other php coding works. Just not the http includes as shown
    below:
    <?php
    include ('http://your.website.here/filenamehere.php');
    ?>
    php.ini is posted below:
    [PHP]
    ; About php.ini ;
    ; This file controls many aspects of PHP's behavior. In order for PHP to
    ; read it, it must be named 'php.ini'. PHP looks for it in the current
    ; working directory, in the path designated by the environment variable
    ; PHPRC, and in the path that was defined in compile time (in that order).
    ; Under Windows, the compile-time path is the Windows directory. The
    ; path in which the php.ini file is looked for can be overridden using
    ; the -c argument in command line mode.
    ; The syntax of the file is extremely simple. Whitespace and Lines
    ; beginning with a semicolon are silently ignored (as you probably
    guessed).
    ; Section headers (e.g. [Foo]) are also silently ignored, even though
    ; they might mean something in the future.
    ; Directives are specified using the following syntax:
    ; directive = value
    ; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
    ; The value can be a string, a number, a PHP constant (e.g. E_ALL or
    M_PI), one
    ; of the INI constants (On, Off, True, False, Yes, No and None) or an
    expression
    ; (e.g. E_ALL & ~E_NOTICE), or a quoted string ("foo").
    ; Expressions in the INI file are limited to bitwise operators and
    parentheses:
    ; | bitwise OR
    ; & bitwise AND
    ; ~ bitwise NOT
    ; ! boolean NOT
    ; Boolean flags can be turned on using the values 1, On, True or Yes.
    ; They can be turned off using the values 0, Off, False or No.
    ; An empty string can be denoted by simply not writing anything after the
    equal
    ; sign, or by using the None keyword:
    ; foo = ; sets foo to an empty string
    ; foo = none ; sets foo to an empty string
    ; foo = "none" ; sets foo to the string 'none'
    ; If you use constants in your value, and these constants belong to a
    ; dynamically loaded extension (either a PHP extension or a Zend
    extension),
    ; you may only use these constants *after* the line that loads the
    extension.
    ; About this file ;
    ; This is the recommended, PHP 5-style version of the php.ini-dist file.
    It
    ; sets some non standard settings, that make PHP more efficient, more
    secure,
    ; and encourage cleaner coding.
    ; The price is that with these settings, PHP may be incompatible with some
    ; applications, and sometimes, more difficult to develop with. Using this
    ; file is warmly recommended for production sites. As all of the changes
    from
    ; the standard settings are thoroughly documented, you can go over each
    one,
    ; and decide whether you want to use it or not.
    ; For general information about the php.ini file, please consult the
    php.ini-dist
    ; file, included in your PHP distribution.
    ; This file is different from the php.ini-dist file in the fact that it
    features
    ; different values for several directives, in order to improve
    performance, while
    ; possibly breaking compatibility with the standard out-of-the-box
    behavior of
    ; PHP. Please make sure you read what's different, and modify your scripts
    ; accordingly, if you decide to use this file instead.
    ; - register_globals = Off [Security, Performance]
    ; Global variables are no longer registered for input data (POST, GET,
    cookies,
    ; environment and other server variables). Instead of using $foo, you
    must use
    ; you can use $_REQUEST["foo"] (includes any variable that arrives
    through the
    ; request, namely, POST, GET and cookie variables), or use one of the
    specific
    ; $_GET["foo"], $_POST["foo"], $_COOKIE["foo"] or $_FILES["foo"],
    depending
    ; on where the input originates. Also, you can look at the
    ; import_request_variables() function.
    ; Note that register_globals is going to be depracated (i.e., turned
    off by
    ; default) in the next version of PHP, because it often leads to
    security bugs.
    ; Read http://php.net/manual/en/security.registerglobals.php for
    further
    ; information.
    ; - register_long_arrays = Off [Performance]
    ; Disables registration of the older (and deprecated) long predefined
    array
    ; variables ($HTTP_*_VARS). Instead, use the superglobals that were
    ; introduced in PHP 4.1.0
    ; - display_errors = Off [Security]
    ; With this directive set to off, errors that occur during the
    execution of
    ; scripts will no longer be displayed as a part of the script output,
    and thus,
    ; will no longer be exposed to remote users. With some errors, the
    error message
    ; content may expose information about your script, web server, or
    database
    ; server that may be exploitable for hacking. Production sites should
    have this
    ; directive set to off.
    ; - log_errors = On [Security]
    ; This directive complements the above one. Any errors that occur
    during the
    ; execution of your script will be logged (typically, to your server's
    error log,
    ; but can be configured in several ways). Along with setting
    display_errors to off,
    ; this setup gives you the ability to fully understand what may have
    gone wrong,
    ; without exposing any sensitive information to remote users.
    ; - output_buffering = 4096 [Performance]
    ; Set a 4KB output buffer. Enabling output buffering typically
    results in less
    ; writes, and sometimes less packets sent on the wire, which can often
    lead to
    ; better performance. The gain this directive actually yields greatly
    depends
    ; on which Web server you're working with, and what kind of scripts
    you're using.
    ; - register_argc_argv = Off [Performance]
    ; Disables registration of the somewhat redundant $argv and $argc
    global
    ; variables.
    ; - magic_quotes_gpc = off [Performance]
    ; Input data is no longer escaped with slashes so that it can be sent
    into
    ; SQL databases without further manipulation. Instead, you should use
    the
    ; function addslashes() on each input element you wish to send to a
    database.
    ; - variables_order = "GPCS" [Performance]
    ; The environment variables are not hashed into the $_ENV. To access
    ; environment variables, you can use getenv() instead.
    ; - error_reporting = E_ALL [Code Cleanliness, Security(?)]
    ; By default, PHP surpresses errors of type E_NOTICE. These error
    messages
    ; are emitted for non-critical errors, but that could be a symptom of
    a bigger
    ; problem. Most notably, this will cause error messages about the use
    ; of uninitialized variables to be displayed.
    ; - allow_call_time_pass_reference = Off [Code cleanliness]
    ; It's not possible to decide to force a variable to be passed by
    reference
    ; when calling a function. The PHP 4 style to do this is by making the
    ; function require the relevant argument by reference.
    ; Language Options ;
    ; Enable the PHP scripting language engine under Apache.
    engine = On
    ; Enable compatibility mode with Zend Engine 1 (PHP 4.x)
    zend.ze1_compatibility_mode = Off
    ; Allow the <? tag. Otherwise, only <?php and <script> tags are
    recognized.
    ; NOTE: Using short tags should be avoided when developing applications or
    ; libraries that are meant for redistribution, or deployment on PHP
    ; servers which are not under your control, because short tags may not
    ; be supported on the target server. For portable, redistributable code,
    ; be sure not to use short tags.
    short_open_tag = On
    ; Allow ASP-style <% %> tags.
    asp_tags = Off
    ; The number of significant digits displayed in floating point numbers.
    precision = 14
    ; Enforce year 2000 compliance (will cause problems with non-compliant
    browsers)
    y2k_compliance = On
    ; Output buffering allows you to send header lines (including cookies) even
    ; after you send body content, at the price of slowing PHP's output layer a
    ; bit. You can enable output buffering during runtime by calling the
    output
    ; buffering functions. You can also enable output buffering for all files
    by
    ; setting this directive to On. If you wish to limit the size of the
    buffer
    ; to a certain size - you can use a maximum number of bytes instead of
    'On', as
    ; a value for this directive (e.g., output_buffering=4096).
    output_buffering = 4096
    ; You can redirect all of the output of your scripts to a function. For
    ; example, if you set output_handler to "mb_output_handler", character
    ; encoding will be transparently converted to the specified encoding.
    ; Setting any output handler automatically turns on output buffering.
    ; Note: People who wrote portable scripts should not depend on this ini
    ; directive. Instead, explicitly set the output handler using
    ob_start().
    ; Using this ini directive may cause problems unless you know what
    script
    ; is doing.
    ; Note: You cannot use both "mb_output_handler" with "ob_iconv_handler"
    ; and you cannot use both "ob_gzhandler" and
    "zlib.output_compression".
    ; Note: output_handler must be empty if this is set 'On' !!!!
    ; Instead you must use zlib.output_handler.
    ;output_handler =
    ; Transparent output compression using the zlib library
    ; Valid values for this option are 'off', 'on', or a specific buffer size
    ; to be used for compression (default is 4KB)
    ; Note: Resulting chunk size may vary due to nature of compression. PHP
    ; outputs chunks that are few hundreds bytes each as a result of
    ; compression. If you prefer a larger chunk size for better
    ; performance, enable output_buffering in addition.
    ; Note: You need to use zlib.output_handler instead of the standard
    ; output_handler, or otherwise the output will be corrupted.
    zlib.output_compression = Off
    ; You cannot specify additional output handlers if zlib.output_compression
    ; is activated here. This setting does the same as output_handler but in
    ; a different order.
    ;zlib.output_handler =
    ; Implicit flush tells PHP to tell the output layer to flush itself
    ; automatically after every output block. This is equivalent to calling
    the
    ; PHP function flush() after each and every call to print() or echo() and
    each
    ; and every HTML block. Turning this option on has serious performance
    ; implications and is generally recommended for debugging purposes only.
    implicit_flush = off
    ; The unserialize callback function will be called (with the undefined
    class'
    ; name as parameter), if the unserializer finds an undefined class
    ; which should be instanciated.
    ; A warning appears if the specified function is not defined, or if the
    ; function doesn't include/implement the missing class.
    ; So only set this entry, if you really want to implement such a
    ; callback-function.
    unserialize_callback_func=
    ; When floats & doubles are serialized store serialize_precision
    significant
    ; digits after the floating point. The default value ensures that when
    floats
    ; are decoded with unserialize, the data will remain the same.
    serialize_precision = 100
    ; Whether to enable the ability to force arguments to be passed by
    reference
    ; at function call time. This method is deprecated and is likely to be
    ; unsupported in future versions of PHP/Zend. The encouraged method of
    ; specifying which arguments should be passed by reference is in the
    function
    ; declaration. You're encouraged to try and turn this option Off and make
    ; sure your scripts work properly with it in order to ensure they will work
    ; with future versions of the language (you will receive a warning each
    time
    ; you use this feature, and the argument will be passed by value instead
    of by
    ; reference).
    allow_call_time_pass_reference = Off
    ; Safe Mode
    safe_mode = off
    ; By default, Safe Mode does a UID compare check when
    ; opening files. If you want to relax this to a GID compare,
    ; then turn on safe_mode_gid.
    safe_mode_gid = Off
    ; When safe_mode is on, UID/GID checks are bypassed when
    ; including files from this directory and its subdirectories.
    ; (directory must also be in include_path or full path must
    ; be used when including)
    safe_mode_include_dir =
    ; When safe_mode is on, only executables located in the safe_mode_exec_dir
    ; will be allowed to be executed via the exec family of functions.
    safe_mode_exec_dir = "sys:/tmp"
    ; Setting certain environment variables may be a potential security breach.
    ; This directive contains a comma-delimited list of prefixes. In Safe
    Mode,
    ; the user may only alter environment variables whose names begin with the
    ; prefixes supplied here. By default, users will only be able to set
    ; environment variables that begin with PHP_ (e.g. PHP_FOO=BAR).
    ; Note: If this directive is empty, PHP will let the user modify ANY
    ; environment variable!
    safe_mode_allowed_env_vars = PHP_
    ; This directive contains a comma-delimited list of environment variables
    that
    ; the end user won't be able to change using putenv(). These variables
    will be
    ; protected even if safe_mode_allowed_env_vars is set to allow to change
    them.
    safe_mode_protected_env_vars = LD_LIBRARY_PATH
    ; open_basedir, if set, limits all file operations to the defined directory
    ; and below. This directive makes most sense if used in a per-directory
    ; or per-virtualhost web server configuration file. This directive is
    ; *NOT* affected by whether Safe Mode is turned On or Off.
    ; By default this is also set to "sys:/tmp". This is actually the value
    that is
    ; set for the below mentioned "upload_tmp_dir" directive. If
    "upload_tmp_dir" is
    ; changed, change the same for "open_basedir" also. This is done to allow
    ; phpMyAdmin application users to execute SQL commands through an SQL file.
    open_basedir = ".;sys:/tmp"
    ; This directive allows you to disable certain functions for security
    reasons.
    ; It receives a comma-delimited list of function names. This directive is
    ; *NOT* affected by whether Safe Mode is turned On or Off.
    disable_functions =
    ; This directive allows you to disable certain classes for security
    reasons.
    ; It receives a comma-delimited list of class names. This directive is
    ; *NOT* affected by whether Safe Mode is turned On or Off.
    disable_classes =
    ; Colors for Syntax Highlighting mode. Anything that's acceptable in
    ; <font color="??????"> would work.
    ;highlight.string = #DD0000
    ;highlight.comment = #FF9900
    ;highlight.keyword = #007700
    ;highlight.bg = #FFFFFF
    ;highlight.default = #0000BB
    ;highlight.html = #000000
    ; Misc
    ; Decides whether PHP may expose the fact that it is installed on the
    server
    ; (e.g. by adding its signature to the Web server header). It is no
    security
    ; threat in any way, but it makes it possible to determine whether you use
    PHP
    ; on your server or not.
    expose_php = On
    ; Resource Limits ;
    max_execution_time = 30 ; Maximum execution time of each script, in
    seconds
    max_input_time = 60 ; Maximum amount of time each script may spend parsing
    request data
    memory_limit = 64M ; Maximum amount of memory a script may consume
    (8MB)
    ; Error handling and logging ;
    ; error_reporting is a bit-field. Or each number up to get desired error
    ; reporting level
    ; E_ALL - All errors and warnings (doesn't include E_STRICT)
    ; E_ERROR - fatal run-time errors
    ; E_WARNING - run-time warnings (non-fatal errors)
    ; E_PARSE - compile-time parse errors
    ; E_NOTICE - run-time notices (these are warnings which often
    result
    ; from a bug in your code, but it's possible that it
    was
    ; intentional (e.g., using an uninitialized variable
    and
    ; relying on the fact it's automatically initialized
    to an
    ; empty string)
    ; E_STRICT - run-time notices, enable to have PHP suggest changes
    ; to your code which will ensure the best
    interoperability
    ; and forward compatibility of your code
    ; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
    ; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
    ; initial startup
    ; E_COMPILE_ERROR - fatal compile-time errors
    ; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
    ; E_USER_ERROR - user-generated error message
    ; E_USER_WARNING - user-generated warning message
    ; E_USER_NOTICE - user-generated notice message
    ; Examples:
    ; - Show all errors, except for notices and coding standards warnings
    ;error_reporting = E_ALL & ~E_NOTICE & ~E_STRICT
    ; - Show all errors, except for notices
    ;error_reporting = E_ALL & ~E_NOTICE
    ; - Show only errors
    ;error_reporting = E_COMPILE_ERROR|E_ERROR|E_CORE_ERROR
    ; - Show all errors
    error_reporting = E_ALL
    ; Print out errors (as a part of the output). For production web sites,
    ; you're strongly encouraged to turn this feature off, and use error
    logging
    ; instead (see below). Keeping display_errors enabled on a production web
    site
    ; may reveal security information to end users, such as file paths on your
    Web
    ; server, your database schema or other information.
    display_errors = Off
    ; Even when display_errors is on, errors that occur during PHP's startup
    ; sequence are not displayed. It's strongly recommended to keep
    ; display_startup_errors off, except for when debugging.
    display_startup_errors = Off
    ; Log errors into a log file (server-specific log, stderr, or error_log
    (below))
    ; As stated above, you're strongly advised to use error logging in place of
    ; error displaying on production web sites.
    log_errors = On
    ; Set maximum length of log_errors. In error_log information about the
    source is
    ; added. The default is 1024 and 0 allows to not apply any maximum length
    at all.
    log_errors_max_len = 1024
    ; Do not log repeated messages. Repeated errors must occur in same file on
    same
    ; line until ignore_repeated_source is set true.
    ignore_repeated_errors = Off
    ; Ignore source of message when ignoring repeated messages. When this
    setting
    ; is On you will not log errors with repeated messages from different
    files or
    ; sourcelines.
    ignore_repeated_source = Off
    ; If this parameter is set to Off, then memory leaks will not be shown (on
    ; stdout or in the log). This has only effect in a debug compile, and if
    ; error reporting includes E_WARNING in the allowed list
    report_memleaks = On
    ; Store the last error/warning message in $php_errormsg (boolean).
    track_errors = Off
    ; Disable the inclusion of HTML tags in error messages.
    ; Note: Never use this feature for production boxes.
    ;html_errors = Off
    ; If html_errors is set On PHP produces clickable error messages that
    direct
    ; to a page describing the error or function causing the error in detail.
    ; You can download a copy of the PHP manual from
    http://www.php.net/docs.php
    ; and change docref_root to the base URL of your local copy including the
    ; leading '/'. You must also specify the file extension being used
    including
    ; the dot.
    ; Note: Never use this feature for production boxes.
    ;docref_root = "/phpmanual/"
    ;docref_ext = .html
    ; String to output before an error message.
    ;error_prepend_string = "<font color=ff0000>"
    ; String to output after an error message.
    ;error_append_string = "</font>"
    ; Log errors to specified file.
    error_log = "sys:/php5/error.log"
    ; Log errors to syslog (Event Log on NT, not valid in Windows 95).
    ;error_log = syslog
    ; Data Handling ;
    ; Note - track_vars is ALWAYS enabled as of PHP 4.0.3
    ; The separator used in PHP generated URLs to separate arguments.
    ; Default is "&".
    ;arg_separator.output = "&amp;"
    ; List of separator(s) used by PHP to parse input URLs into variables.
    ; Default is "&".
    ; NOTE: Every character in this directive is considered as separator!
    ;arg_separator.input = ";&"
    ; This directive describes the order in which PHP registers GET, POST,
    Cookie,
    ; Environment and Built-in variables (G, P, C, E & S respectively, often
    ; referred to as EGPCS or GPC). Registration is done from left to right,
    newer
    ; values override older values.
    variables_order = "GPCS"
    ; Whether or not to register the EGPCS variables as global variables. You
    may
    ; want to turn this off if you don't want to clutter your scripts' global
    scope
    ; with user data. This makes most sense when coupled with track_vars - in
    which
    ; case you can access all of the GPC variables through the $HTTP_*_VARS[],
    ; variables.
    ; You should do your best to write your scripts so that they do not require
    ; register_globals to be on; Using form variables as globals can easily
    lead
    ; to possible security problems, if the code is not very well thought of.
    register_globals = Off
    ; Whether or not to register the old-style input arrays, HTTP_GET_VARS
    ; and friends. If you're not using them, it's recommended to turn them
    off,
    ; for performance reasons.
    register_long_arrays = On
    ; This directive tells PHP whether to declare the argv&argc variables (that
    ; would contain the GET information). If you don't use these variables,
    you
    ; should turn it off for increased performance.
    register_argc_argv = Off
    ; Maximum size of POST data that PHP will accept.
    post_max_size = 8M
    ; Magic quotes
    ; Magic quotes for incoming GET/POST/Cookie data.
    magic_quotes_gpc = off
    ; Magic quotes for runtime-generated data, e.g. data from SQL, from
    exec(), etc.
    magic_quotes_runtime = off
    ; Use Sybase-style magic quotes (escape ' with '' instead of ').
    magic_quotes_sybase = Off
    ; Automatically add files before or after any PHP document.
    auto_prepend_file =
    auto_append_file =
    ; As of 4.0b4, PHP always outputs a character encoding by default in
    ; the Content-type: header. To disable sending of the charset, simply
    ; set it to be empty.
    ; PHP's built-in default is text/html
    default_mimetype = "text/html"
    ;default_charset = "iso-8859-1"
    ; Always populate the $HTTP_RAW_POST_DATA variable.
    ;always_populate_raw_post_data = On
    ; Paths and Directories ;
    ; UNIX: "/path1:/path2"
    ;include_path = ".:/php/includes"
    ; Windows: "path1;path2"
    ;include_path = ".;c:phpincludes"
    ; NetWare
    include_path = ".;sys:/php5/includes"
    ; The root of the PHP pages, used only if nonempty.
    ; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
    ; if you are running php as a CGI under any web server (other than IIS)
    ; see documentation for security issues. The alternate is to use the
    ; cgi.force_redirect configuration below.
    doc_root =
    ; The directory under which PHP opens the script using /~username used only
    ; if nonempty.
    user_dir =
    ; Directory in which the loadable extensions (modules) reside.
    extension_dir = sys:/php5/ext
    ; Whether or not to enable the dl() function. The dl() function does NOT
    work
    ; properly in multithreaded servers, such as IIS or Zeus, and is
    automatically
    ; disabled on them.
    enable_dl = On
    ; cgi.force_redirect is necessary to provide security running PHP as a CGI
    under
    ; most web servers. Left undefined, PHP turns this on by default. You can
    ; turn it off here AT YOUR OWN RISK
    ; **You CAN safely turn this off for IIS, in fact, you MUST.**
    ; cgi.force_redirect = 1
    ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
    ; every request.
    ; cgi.nph = 1
    ; if cgi.force_redirect is turned on, and you are not running under Apache
    or Netscape
    ; (iPlanet) web servers, you MAY need to set an environment variable name
    that PHP
    ; will look for to know it is OK to continue execution. Setting this
    variable MAY
    ; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
    ; cgi.redirect_status_env = ;
    ; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate
    ; security tokens of the calling client. This allows IIS to define the
    ; security context that the request runs under. mod_fastcgi under Apache
    ; does not currently support this feature (03/17/2002)
    ; Set to 1 if running under IIS. Default is zero.
    ; fastcgi.impersonate = 1;
    ; cgi.rfc2616_headers configuration option tells PHP what type of headers
    to
    ; use when sending HTTP response code. If it's set 0 PHP sends Status:
    header that
    ; is supported by Apache. When this option is set to 1 PHP will send
    ; RFC2616 compliant header.
    ; Default is zero.
    ;cgi.rfc2616_headers = 0
    ; File Uploads ;
    ; Whether to allow HTTP file uploads.
    file_uploads = On
    ; Temporary directory for HTTP uploaded files (will use system default if
    not
    ; specified).
    upload_tmp_dir = sys:/tmp
    ; Maximum allowed size for uploaded files.
    upload_max_filesize = 100M
    ; Fopen wrappers ;
    ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
    allow_url_fopen = On
    ; Define the anonymous ftp password (your email address)
    ;from="[email protected]"
    ; Define the User-Agent string
    ;user_agent="PHP"
    ; Default timeout for socket based streams (seconds)
    default_socket_timeout = 60
    ; If your scripts have to deal with files from Macintosh systems,
    ; or you are running on a Mac and need to deal with files from
    ; unix or win32 systems, setting this flag will cause PHP to
    ; automatically detect the EOL character in those files so that
    ; fgets() and file() will work regardless of the source of the file.
    ; auto_detect_line_endings = Off
    ; Dynamic Extensions ;
    ; If you wish to have an extension loaded automatically, use the following
    ; syntax:
    ; extension=modulename.extension
    ; For example, on Windows:
    ; extension=msql.dll
    ; ... or under UNIX:
    ; extension=msql.so
    ; Note that it should be the name of the module only; no directory
    information
    ; needs to go here. Specify the location of the extension with the
    ; extension_dir directive above.
    ;Windows Extensions
    ;Note that ODBC support is built in, so no dll is needed for it.
    ;extension=php_bz2.dll
    ;extension=php_cpdf.dll
    ;extension=php_curl.dll
    ;extension=php_dba.dll
    ;extension=php_dbase.dll
    ;extension=php_dbx.dll
    ;extension=php_exif.dll
    ;extension=php_fdf.dll
    ;extension=php_filepro.dll
    ;extension=php_gd2.dll
    ;extension=php_gettext.dll
    ;extension=php_ifx.dll
    ;extension=php_iisfunc.dll
    ;extension=php_imap.dll
    ;extension=php_interbase.dll
    ;extension=php_java.dll
    ;extension=php_ldap.dll
    ;extension=php_mbstring.dll
    ;extension=php_mcrypt.dll
    ;extension=php_mhash.dll
    ;extension=php_mime_magic.dll
    ;extension=php_ming.dll
    ;extension=php_mssql.dll
    ;extension=php_msql.dll
    ;extension=php_mysql.dll
    ;extension=php_oci8.dll
    ;extension=php_openssl.dll
    ;extension=php_oracle.dll
    ;extension=php_pdf.dll
    ;extension=php_pgsql.dll
    ;extension=php_shmop.dll
    ;extension=php_snmp.dll
    ;extension=php_sockets.dll
    ;extension=php_sybase_ct.dll
    ;extension=php_tidy.dll
    ;extension=php_w32api.dll
    ;extension=php_xmlrpc.dll
    ;extension=php_xsl.dll
    ;extension=php_yaz.dll
    ;extension=php_zip.dll
    ;NetWare Extensions
    extension=php_ldap.nlm
    extension=phpmysql.nlm
    extension=php2ucs.nlm
    extension=php_xml.nlm
    extension=php_ossl.nlm
    ; Module Settings ;
    [Syslog]
    ; Whether or not to define the various syslog variables (e.g. $LOG_PID,
    ; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In
    ; runtime, you can define these variables by calling
    define_syslog_variables().
    define_syslog_variables = Off
    [mail function]
    ; For Win32 only.
    ;SMTP =
    ;smtp_port = 25
    ; For Win32 only.
    ; sendmail_from =
    ; For Unix only. You may supply arguments as well (default: "sendmail -t
    -i").
    ;sendmail_path =
    ; Force the addition of the specified parameters to be passed as extra
    parameters
    ; to the sendmail binary. These parameters will always replace the value
    of
    ; the 5th parameter to mail(), even in safe mode.
    ;mail.force_extra_parameters =
    [SQL]
    sql.safe_mode = Off
    [ODBC]
    ;odbc.default_db = Not yet implemented
    ;odbc.default_user = Not yet implemented
    ;odbc.default_pw = Not yet implemented
    ; Allow or prevent persistent links.
    odbc.allow_persistent = On
    ; Check that a connection is still valid before reuse.
    odbc.check_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    odbc.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no
    limit.
    odbc.max_links = -1
    ; Handling of LONG fields. Returns number of bytes to variables. 0 means
    ; passthru.
    odbc.defaultlrl = 4096
    ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to
    char.
    ; See the documentation on odbc_binmode and odbc_longreadlen for an
    explanation
    ; of uodbc.defaultlrl and uodbc.defaultbinmode
    odbc.defaultbinmode = 1
    [MySQL]
    ; Allow or prevent persistent links.
    mysql.allow_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    mysql.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no
    limit.
    mysql.max_links = -1
    ; Default port number for mysql_connect(). If unset, mysql_connect() will
    use
    ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
    ; compile-time value defined MYSQL_PORT (in that order). Win32 will only
    look
    ; at MYSQL_PORT.
    mysql.default_port =
    ; Default socket name for local MySQL connects. If empty, uses the
    built-in
    ; MySQL defaults.
    mysql.default_socket =
    ; Default host for mysql_connect() (doesn't apply in safe mode).
    mysql.default_host =
    ; Default user for mysql_connect() (doesn't apply in safe mode).
    mysql.default_user =
    ; Default password for mysql_connect() (doesn't apply in safe mode).
    ; Note that this is generally a *bad* idea to store passwords in this file.
    ; *Any* user with PHP access can run 'echo
    get_cfg_var("mysql.default_password")
    ; and reveal this password! And of course, any users with read access to
    this
    ; file will be able to reveal the password as well.
    mysql.default_password =
    ; Maximum time (in secondes) for connect timeout. -1 means no limit
    mysql.connect_timeout = 60
    ; Trace mode. When trace_mode is active (=On), warnings for table/index
    scans and
    ; SQL-Errors will be displayed.
    mysql.trace_mode = Off
    [MySQLI]
    ; Maximum number of links. -1 means no limit.
    mysqli.max_links = -1
    ; Default port number for mysqli_connect(). If unset, mysqli_connect()
    will use
    ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
    ; compile-time value defined MYSQL_PORT (in that order). Win32 will only
    look
    ; at MYSQL_PORT.
    mysqli.default_port = 3306
    ; Default socket name for local MySQL connects. If empty, uses the
    built-in
    ; MySQL defaults.
    mysqli.default_socket =
    ; Default host for mysql_connect() (doesn't apply in safe mode).
    mysqli.default_host =
    ; Default user for mysql_connect() (doesn't apply in safe mode).
    mysqli.default_user =
    ; Default password for mysqli_connect() (doesn't apply in safe mode).
    ; Note that this is generally a *bad* idea to store passwords in this file.
    ; *Any* user with PHP access can run 'echo
    get_cfg_var("mysqli.default_password")
    ; and reveal this password! And of course, any users with read access to
    this
    ; file will be able to reveal the password as well.
    mysqli.default_password =
    ; Allow or prevent reconnect
    mysqli.reconnect = Off
    [mSQL]
    ; Allow or prevent persistent links.
    msql.allow_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    msql.max_persistent = -1
    ; Maximum number of links (persistent+non persistent). -1 means no limit.
    msql.max_links = -1
    [PostgresSQL]
    ; Allow or prevent persistent links.
    pgsql.allow_persistent = On
    ; Detect broken persistent links always with pg_pconnect().
    ; Auto reset feature requires a little overheads.
    pgsql.auto_reset_persistent = Off
    ; Maximum number of persistent links. -1 means no limit.
    pgsql.max_persistent = -1
    ; Maximum number of links (persistent+non persistent). -1 means no limit.
    pgsql.max_links = -1
    ; Ignore PostgreSQL backends Notice message or not.
    ; Notice message logging require a little overheads.
    pgsql.ignore_notice = 0
    ; Log PostgreSQL backends Noitce message or not.
    ; Unless pgsql.ignore_notice=0, module cannot log notice message.
    pgsql.log_notice = 0
    [Sybase]
    ; Allow or prevent persistent links.
    sybase.allow_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    sybase.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no
    limit.
    sybase.max_links = -1
    ;sybase.interface_file = "/usr/sybase/interfaces"
    ; Minimum error severity to display.
    sybase.min_error_severity = 10
    ; Minimum message severity to display.
    sybase.min_message_severity = 10
    ; Compatability mode with old versions of PHP 3.0.
    ; If on, this will cause PHP to automatically assign types to results
    according
    ; to their Sybase type, instead of treating them all as strings. This
    ; compatability mode will probably not stay around forever, so try applying
    ; whatever necessary changes to your code, and turn it off.
    sybase.compatability_mode = Off
    [Sybase-CT]
    ; Allow or prevent persistent links.
    sybct.allow_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    sybct.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no
    limit.
    sybct.max_links = -1
    ; Minimum server message severity to display.
    sybct.min_server_severity = 10
    ; Minimum client message severity to display.
    sybct.min_client_severity = 10
    [dbx]
    ; returned column names can be converted for compatibility reasons
    ; possible values for dbx.colnames_case are
    ; "unchanged" (default, if not set)
    ; "lowercase"
    ; "uppercase"
    ; the recommended default is either upper- or lowercase, but
    ; unchanged is currently set for backwards compatibility
    dbx.colnames_case = "lowercase"
    [bcmath]
    ; Number of decimal digits for all bcmath functions.
    bcmath.scale = 0
    [browscap]
    ;browscap = extra/browscap.ini
    [Informix]
    ; Default host for ifx_connect() (doesn't apply in safe mode).
    ifx.default_host =
    ; Default user for ifx_connect() (doesn't apply in safe mode).
    ifx.default_user =
    ; Default password for ifx_connect() (doesn't apply in safe mode).
    ifx.default_password =
    ; Allow or prevent persistent links.
    ifx.allow_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    ifx.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no
    limit.
    ifx.max_links = -1
    ; If on, select statements return the contents of a text blob instead of
    its id.
    ifx.textasvarchar = 0
    ; If on, select statements return the contents of a byte blob instead of
    its id.
    ifx.byteasvarchar = 0
    ; Trailing blanks are stripped from fixed-length char columns. May help
    the
    ; life of Informix SE users.
    ifx.charasvarchar = 0
    ; If on, the contents of text and byte blobs are dumped to a file instead
    of
    ; keeping them in memory.
    ifx.blobinfile = 0
    ; NULL's are returned as empty strings, unless this is set to 1. In that
    case,
    ; NULL's are returned as string 'NULL'.
    ifx.nullformat = 0
    [Session]
    ; Handler used to store/retrieve data.
    session.save_handler = files
    ; Argument passed to save_handler. In the case of files, this is the path
    ; where data files are stored. Note: Windows users have to change this
    ; variable in order to use PHP's session functions.
    ; As of PHP 4.0.1, you can define the path as:
    ; session.save_path = "N;/path"
    ; where N is an integer. Instead of storing all the session files in
    ; /path, what this will do is use subdirectories N-levels deep, and
    ; store the session data in those directories. This is useful if you
    ; or your OS have problems with lots of files in one directory, and is
    ; a more efficient layout for servers that handle lots of sessions.
    ; NOTE 1: PHP will not create this directory structure automatically.
    ; You can use the script in the ext/session dir for that purpose.
    ; NOTE 2: See the section on garbage collection below if you choose to
    ; use subdirectories for session storage
    ; The file storage module creates files using mode 600 by default.
    ; You can change that by using
    ; session.save_path = "N;MODE;/path"
    ; where MODE is the octal representation of the mode. Note that this
    ; does not overwrite the process's umask.
    ;session.save_path = "/tmp"
    session.save_path = sys:/php5/sessiondata
    ; Whether to use cookies.
    session.use_cookies = 1
    ; This option enables administrators to make their users invulnerable to
    ; attacks which involve passing session ids in URLs; defaults to 0.
    ; session.use_only_cookies = 1
    ; Name of the session (used as cookie name).
    session.name = PHPSESSID
    ; Initialize session on request startup.
    session.auto_start = 0
    ; Lifetime in seconds of cookie or, if 0, until browser is restarted.
    session.cookie_lifetime = 0
    ; The path for which the cookie is valid.
    session.cookie_path = /
    ; The domain for which the cookie is valid.
    session.cookie_domain =
    ; Handler used to serialize data. php is the standard serializer of PHP.
    session.serialize_handler = php
    ; Define the probability that the 'garbage collection' process is started
    ; on every session initialization.
    ; The probability is calculated by using gc_probability/gc_divisor,
    ; e.g. 1/100 means there is a 1% chance that the GC process starts
    ; on each request.
    session.gc_probability = 1
    session.gc_divisor = 1000
    ; After this number of seconds, stored data will be seen as 'garbage' and
    ; cleaned up by the garbage collection process.
    session.gc_maxlifetime = 1440
    ; NOTE: If you are using the subdirectory option for storing session files
    ; (see session.save_path above), then garbage collection does *not*
    ; happen automatically. You will need to do your own garbage
    ; collection through a shell script, cron entry, or some other
    method.
    ; For example, the following script would is the equivalent of
    ; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
    ; cd /path/to/sessions; find -cmin +24 | xargs rm
    ; PHP 4.2 and less have an undocumented feature/bug that allows you to
    ; to initialize a session variable in the global scope, albeit
    register_globals
    ; is disabled. PHP 4.3 and later will warn you, if this feature is used.
    ; You can disable the feature and the warning separately. At this time,
    ; the warning is only displayed, if bug_compat_42 is enabled.
    session.bug_compat_42 = 0
    session.bug_compat_warn = 0
    ; Check HTTP Referer to invalidate externally stored URLs containing ids.
    ; HTTP_REFERER has to contain this substring for the session to be
    ; considered as valid.
    session.referer_check =
    ; How many bytes to read from the file.
    session.entropy_length = 0
    ; Specified here to create the session id.
    session.entropy_file =
    ;session.entropy_length = 16
    ;session.entropy_file = /dev/urandom
    ; Set to {nocache,private,public,} to determine HTTP caching aspects
    ; or leave this empty to avoid sending anti-caching headers.
    session.cache_limiter = nocache
    ; Document expires after n minutes.
    session.cache_expire = 180
    ; trans sid support is disabled by default.
    ; Use of trans sid may risk your users security.
    ; Use this option with caution.
    ; - User may send URL contains active session ID
    ; to other person via. email/irc/etc.
    ; - URL that contains active session ID may be stored
    ; in publically accessible computer.
    ; - User may access your site with the same session ID
    ; always using URL stored in browser's history or bookmarks.
    session.use_trans_sid = 0
    ; Select a hash function
    ; 0: MD5 (128 bits)
    ; 1: SHA-1 (160 bits)
    session.hash_function = 0
    ; Define how many bits are stored in each character when converting
    ; the binary hash data to something readable.
    ; 4 bits: 0-9, a-f
    ; 5 bits: 0-9, a-v
    ; 6 bits: 0-9, a-z, A-Z, "-", ","
    session.hash_bits_per_character = 5
    ; The URL rewriter will look for URLs in a defined set of HTML tags.
    ; form/fieldset are special; if you include them here, the rewriter will
    ; add a hidden <input> field with the info which is otherwise appended
    ; to URLs. If you want XHTML conformity, remove the form entry.
    ; Note that all valid entries require a "=", even if no value follows.
    url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeent ry"
    [MSSQL]
    ; Allow or prevent persistent links.
    mssql.allow_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    mssql.max_persistent = -1
    ; Maximum number of links (persistent+non persistent). -1 means no limit.
    mssql.max_links = -1
    ; Minimum error severity to display.
    mssql.min_error_severity = 10
    ; Minimum message severity to display.
    mssql.min_message_severity = 10
    ; Compatability mode with old versions of PHP 3.0.
    mssql.compatability_mode = Off
    ; Connect timeout
    ;mssql.connect_timeout = 5
    ; Query timeout
    ;mssql.timeout = 60
    ; Valid range 0 - 2147483647. Default = 4096.
    ;mssql.textlimit = 4096
    ; Valid range 0 - 2147483647. Default = 4096.
    ;mssql.textsize = 4096
    ; Limits the number of records in each batch. 0 = all records in one
    batch.
    ;mssql.batchsize = 0
    ; Specify how datetime and datetim4 columns are returned
    ; On => Returns data converted to SQL server settings
    ; Off => Returns values as YYYY-MM-DD hh:mm:ss
    ;mssql.datetimeconvert = On
    ; Use NT authentication when connecting to the server
    mssql.secure_connection = Off
    ; Specify max number of processes. Default = 25
    ;mssql.max_procs = 25
    [Assertion]
    ; Assert(expr); active by default.
    ;assert.active = On
    ; Issue a PHP warning for each failed assertion.
    ;assert.warning = On
    ; Don't bail out by default.
    ;assert.bail = Off
    ; User-function to be called if an assertion fails.
    ;assert.callback = 0
    ; Eval the expression with current error_reporting(). Set to true if you
    want
    ; error_reporting(0) around the eval().
    ;assert.quiet_eval = 0
    [Ingres II]
    ; Allow or prevent persistent links.
    ingres.allow_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    ingres.max_persistent = -1
    ; Maximum number of links, including persistents. -1 means no limit.
    ingres.max_links = -1
    ; Default database (format: [node_id::]dbname[/srv_class]).
    ingres.default_database =
    ; Default user.
    ingres.default_user =
    ; Default password.
    ingres.default_password =
    [Verisign Payflow Pro]
    ; Default Payflow Pro server.
    pfpro.defaulthost = "test-payflow.verisign.com"
    ; Default port to connect to.
    pfpro.defaultport = 443
    ; Default timeout in seconds.
    pfpro.defaulttimeout = 30
    ; Default proxy IP address (if required).
    ;pfpro.proxyaddress =
    ; Default proxy port.
    ;pfpro.proxyport =
    ; Default proxy logon.
    ;pfpro.proxylogon =
    ; Default proxy password.
    ;pfpro.proxypassword =
    [Sockets]
    ; Use the system read() function instead of the php_read() wrapper.
    sockets.use_system_read = On
    [com]
    ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
    ;com.typelib_file =
    ; allow Distributed-COM calls
    ;com.allow_dcom = true
    ; autoregister constants of a components typlib on com_load()
    ;com.autoregister_typelib = true
    ; register constants casesensitive
    ;com.autoregister_casesensitive = false
    ; show warnings on duplicate constat registrations
    ;com.autoregister_verbose = true
    [LDAP]
    ; Path to a directory which contains SSL certificates to be used for LDAP
    over SSL
    ; Terminate the path with /
    ldap.ssl_cert_dir = "sys:/php5/cert/"
    [mbstring]
    ; language for internal character representation.
    ;mbstring.language = Japanese
    ; internal/script encoding.
    ; Some encoding cannot work as internal encoding.
    ; (e.g. SJIS, BIG5, ISO-2022-*)
    ;mbstring.internal_encoding = EUC-JP
    ; http input encoding.
    ;mbstring.http_input = auto
    ; http output encoding. mb_output_handler must be
    ; registered as output buffer to function
    ;mbstring.http_output = SJIS
    ; enable automatic encoding translation accoding to
    ; mbstring.internal_encoding setting. Input chars are
    ; converted to internal encoding by setting this to On.
    ; Note: Do _not_ use automatic encoding translation for
    ; portable libs/applications.
    ;mbstring.encoding_translation = Off
    ; automatic encoding detection order.
    ; auto means
    ;mbstring.detect_order = auto
    ; substitute_character used when character cannot be converted
    ; one from another
    ;mbstring.substitute_character = none;
    ; overload(replace) single byte functions by mbstring functions.
    ; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
    ; etc. Possible values are 0,1,2,4 or combination of them.
    ; For example, 7 for overload everything.
    ; 0: No overload
    ; 1: Overload mail() function
    ; 2: Overload str*() functions
    ; 4: Overload ereg*() functions
    ;mbstring.func_overload = 0
    [FrontBase]
    ;fbsql.allow_persistent = On
    ;fbsql.autocommit = On
    ;fbsql.default_database =
    ;fbsql.default_database_password =
    ;fbsql.default_host =
    ;fbsql.default_password =
    ;fbsql.default_user = "_SYSTEM"
    ;fbsql.generate_warnings = Off
    ;fbsql.max_connections = 128
    ;fbsql.max_links = 128
    ;fbsql.max_persistent = -1
    ;fbsql.max_results = 128
    ;fbsql.batchSize = 1000
    [exif]
    ; Exif UNICODE user comments are handled as UCS-2BE/UCS-2LE and JIS as
    JIS.
    ; With mbstring support this will automatically be converted into the
    encoding
    ; given by corresponding encode setting. When empty
    mbstring.internal_encoding
    ; is used. For the decode settings you can distinguish between motorola
    and
    ; intel byte order. A decode setting cannot be empty.
    ;exif.encode_unicode = ISO-8859-15
    ;exif.decode_unicode_motorola = UCS-2BE
    ;exif.decode_unicode_intel = UCS-2LE
    ;exif.encode_jis =
    ;exif.decode_jis_motorola = JIS
    ;exif.decode_jis_intel = JIS
    [Tidy]
    ; The path to a default tidy configuration file to use when using tidy
    ;tidy.default_config = /usr/local/lib/php/default.tcfg
    ; Should tidy clean and repair output automatically?
    ; WARNING: Do not use this option if you are generating non-html content
    ; such as dynamic images
    tidy.clean_output = Off
    [soap]
    ; Enables or disables WSDL caching feature.
    soap.wsdl_cache_enabled=1
    ; Sets the directory name where SOAP extension will put cache files.
    soap.wsdl_cache_dir="/tmp"
    ; (time to live) Sets the number of second while cached file will be used
    ; instead of original one.
    soap.wsdl_cache_ttl=86400
    ; Local Variables:
    ; tab-width: 4
    ; End:
    [Imagemagick Extension - Added By GKO - 08.01.05]
    extension=php_imagick.nlm
    Thank you for any insight you can give ... I am not a php person.
    Tony

    Tony,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • [SOLVED] SQLite not working with PHP

    For reasons unknown, I cannot get PHP to work properly with SQLite. I have uncommented the "extension=sqlite.so" in /etc/php/php.ini, ensured that PHP's configuration was being loaded from said file, and made sure PHP was working fine with my server of choice (lighttpd). Unfortunately, it doesn't seem to work, as evidenced by
    Fatal error: Call to undefined function sqlite_open() in test.php on line x
    Which is what PHP spits at me. I've checked lighty's logs and nothing's wrong. PHP's set to send to syslog, so I'm not sure where I could check on that. Here is a quick look at PHP's setup.
    My /etc/php/php.ini:
    [PHP]
    ; About php.ini ;
    ; This file controls many aspects of PHP's behavior. In order for PHP to
    ; read it, it must be named 'php.ini'. PHP looks for it in the current
    ; working directory, in the path designated by the environment variable
    ; PHPRC, and in the path that was defined in compile time (in that order).
    ; The path in which the php.ini file is looked for can be overridden using
    ; the -c argument in command line mode.
    ; The syntax of the file is extremely simple. Whitespace and Lines
    ; beginning with a semicolon are silently ignored (as you probably guessed).
    ; Section headers (e.g. [Foo]) are also silently ignored, even though
    ; they might mean something in the future.
    ; Directives are specified using the following syntax:
    ; directive = value
    ; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
    ; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
    ; of the INI constants (On, Off, True, False, Yes, No and None) or an expression
    ; (e.g. E_ALL & ~E_NOTICE), or a quoted string ("foo").
    ; Expressions in the INI file are limited to bitwise operators and parentheses:
    ; | bitwise OR
    ; & bitwise AND
    ; ~ bitwise NOT
    ; ! boolean NOT
    ; Boolean flags can be turned on using the values 1, On, True or Yes.
    ; They can be turned off using the values 0, Off, False or No.
    ; An empty string can be denoted by simply not writing anything after the equal
    ; sign, or by using the None keyword:
    ; foo = ; sets foo to an empty string
    ; foo = none ; sets foo to an empty string
    ; foo = "none" ; sets foo to the string 'none'
    ; If you use constants in your value, and these constants belong to a
    ; dynamically loaded extension (either a PHP extension or a Zend extension),
    ; you may only use these constants *after* the line that loads the extension.
    ; About this file ;
    ; This is the recommended, PHP 5-style version of the php.ini-dist file. It
    ; sets some non standard settings, that make PHP more efficient, more secure,
    ; and encourage cleaner coding.
    ; The price is that with these settings, PHP may be incompatible with some
    ; applications, and sometimes, more difficult to develop with. Using this
    ; file is warmly recommended for production sites. As all of the changes from
    ; the standard settings are thoroughly documented, you can go over each one,
    ; and decide whether you want to use it or not.
    ; For general information about the php.ini file, please consult the php.ini-dist
    ; file, included in your PHP distribution.
    ; This file is different from the php.ini-dist file in the fact that it features
    ; different values for several directives, in order to improve performance, while
    ; possibly breaking compatibility with the standard out-of-the-box behavior of
    ; PHP. Please make sure you read what's different, and modify your scripts
    ; accordingly, if you decide to use this file instead.
    ; - register_long_arrays = Off [Performance]
    ; Disables registration of the older (and deprecated) long predefined array
    ; variables ($HTTP_*_VARS). Instead, use the superglobals that were
    ; introduced in PHP 4.1.0
    ; - display_errors = Off [Security]
    ; With this directive set to off, errors that occur during the execution of
    ; scripts will no longer be displayed as a part of the script output, and thus,
    ; will no longer be exposed to remote users. With some errors, the error message
    ; content may expose information about your script, web server, or database
    ; server that may be exploitable for hacking. Production sites should have this
    ; directive set to off.
    ; - log_errors = On [Security]
    ; This directive complements the above one. Any errors that occur during the
    ; execution of your script will be logged (typically, to your server's error log,
    ; but can be configured in several ways). Along with setting display_errors to off,
    ; this setup gives you the ability to fully understand what may have gone wrong,
    ; without exposing any sensitive information to remote users.
    ; - output_buffering = 4096 [Performance]
    ; Set a 4KB output buffer. Enabling output buffering typically results in less
    ; writes, and sometimes less packets sent on the wire, which can often lead to
    ; better performance. The gain this directive actually yields greatly depends
    ; on which Web server you're working with, and what kind of scripts you're using.
    ; - register_argc_argv = Off [Performance]
    ; Disables registration of the somewhat redundant $argv and $argc global
    ; variables.
    ; - magic_quotes_gpc = Off [Performance]
    ; Input data is no longer escaped with slashes so that it can be sent into
    ; SQL databases without further manipulation. Instead, you should use the
    ; database vendor specific escape string function on each input element you
    ; wish to send to a database.
    ; - variables_order = "GPCS" [Performance]
    ; The environment variables are not hashed into the $_ENV. To access
    ; environment variables, you can use getenv() instead.
    ; - error_reporting = E_ALL [Code Cleanliness, Security(?)]
    ; By default, PHP suppresses errors of type E_NOTICE. These error messages
    ; are emitted for non-critical errors, but that could be a symptom of a bigger
    ; problem. Most notably, this will cause error messages about the use
    ; of uninitialized variables to be displayed.
    ; - allow_call_time_pass_reference = Off [Code cleanliness]
    ; It's not possible to decide to force a variable to be passed by reference
    ; when calling a function. The PHP 4 style to do this is by making the
    ; function require the relevant argument by reference.
    ; - short_open_tag = Off [Portability]
    ; Using short tags is discouraged when developing code meant for redistribution
    ; since short tags may not be supported on the target server.
    ; Language Options ;
    ; Enable the PHP scripting language engine under Apache.
    engine = On
    ; Enable compatibility mode with Zend Engine 1 (PHP 4.x)
    zend.ze1_compatibility_mode = Off
    ; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized.
    ; NOTE: Using short tags should be avoided when developing applications or
    ; libraries that are meant for redistribution, or deployment on PHP
    ; servers which are not under your control, because short tags may not
    ; be supported on the target server. For portable, redistributable code,
    ; be sure not to use short tags.
    short_open_tag = Off
    ; Allow ASP-style <% %> tags.
    asp_tags = Off
    ; The number of significant digits displayed in floating point numbers.
    precision = 14
    ; Enforce year 2000 compliance (will cause problems with non-compliant browsers)
    y2k_compliance = On
    ; Output buffering allows you to send header lines (including cookies) even
    ; after you send body content, at the price of slowing PHP's output layer a
    ; bit. You can enable output buffering during runtime by calling the output
    ; buffering functions. You can also enable output buffering for all files by
    ; setting this directive to On. If you wish to limit the size of the buffer
    ; to a certain size - you can use a maximum number of bytes instead of 'On', as
    ; a value for this directive (e.g., output_buffering=4096).
    output_buffering = 4096
    ; You can redirect all of the output of your scripts to a function. For
    ; example, if you set output_handler to "mb_output_handler", character
    ; encoding will be transparently converted to the specified encoding.
    ; Setting any output handler automatically turns on output buffering.
    ; Note: People who wrote portable scripts should not depend on this ini
    ; directive. Instead, explicitly set the output handler using ob_start().
    ; Using this ini directive may cause problems unless you know what script
    ; is doing.
    ; Note: You cannot use both "mb_output_handler" with "ob_iconv_handler"
    ; and you cannot use both "ob_gzhandler" and "zlib.output_compression".
    ; Note: output_handler must be empty if this is set 'On' !!!!
    ; Instead you must use zlib.output_handler.
    ;output_handler =
    ; Transparent output compression using the zlib library
    ; Valid values for this option are 'off', 'on', or a specific buffer size
    ; to be used for compression (default is 4KB)
    ; Note: Resulting chunk size may vary due to nature of compression. PHP
    ; outputs chunks that are few hundreds bytes each as a result of
    ; compression. If you prefer a larger chunk size for better
    ; performance, enable output_buffering in addition.
    ; Note: You need to use zlib.output_handler instead of the standard
    ; output_handler, or otherwise the output will be corrupted.
    zlib.output_compression = Off
    ;zlib.output_compression_level = -1
    ; You cannot specify additional output handlers if zlib.output_compression
    ; is activated here. This setting does the same as output_handler but in
    ; a different order.
    ;zlib.output_handler =
    ; Implicit flush tells PHP to tell the output layer to flush itself
    ; automatically after every output block. This is equivalent to calling the
    ; PHP function flush() after each and every call to print() or echo() and each
    ; and every HTML block. Turning this option on has serious performance
    ; implications and is generally recommended for debugging purposes only.
    implicit_flush = Off
    ; The unserialize callback function will be called (with the undefined class'
    ; name as parameter), if the unserializer finds an undefined class
    ; which should be instantiated.
    ; A warning appears if the specified function is not defined, or if the
    ; function doesn't include/implement the missing class.
    ; So only set this entry, if you really want to implement such a
    ; callback-function.
    unserialize_callback_func=
    ; When floats & doubles are serialized store serialize_precision significant
    ; digits after the floating point. The default value ensures that when floats
    ; are decoded with unserialize, the data will remain the same.
    serialize_precision = 100
    ; Whether to enable the ability to force arguments to be passed by reference
    ; at function call time. This method is deprecated and is likely to be
    ; unsupported in future versions of PHP/Zend. The encouraged method of
    ; specifying which arguments should be passed by reference is in the function
    ; declaration. You're encouraged to try and turn this option Off and make
    ; sure your scripts work properly with it in order to ensure they will work
    ; with future versions of the language (you will receive a warning each time
    ; you use this feature, and the argument will be passed by value instead of by
    ; reference).
    allow_call_time_pass_reference = Off
    ; Safe Mode
    safe_mode = Off
    ; By default, Safe Mode does a UID compare check when
    ; opening files. If you want to relax this to a GID compare,
    ; then turn on safe_mode_gid.
    safe_mode_gid = Off
    ; When safe_mode is on, UID/GID checks are bypassed when
    ; including files from this directory and its subdirectories.
    ; (directory must also be in include_path or full path must
    ; be used when including)
    safe_mode_include_dir =
    ; When safe_mode is on, only executables located in the safe_mode_exec_dir
    ; will be allowed to be executed via the exec family of functions.
    safe_mode_exec_dir =
    ; Setting certain environment variables may be a potential security breach.
    ; This directive contains a comma-delimited list of prefixes. In Safe Mode,
    ; the user may only alter environment variables whose names begin with the
    ; prefixes supplied here. By default, users will only be able to set
    ; environment variables that begin with PHP_ (e.g. PHP_FOO=BAR).
    ; Note: If this directive is empty, PHP will let the user modify ANY
    ; environment variable!
    safe_mode_allowed_env_vars = PHP_
    ; This directive contains a comma-delimited list of environment variables that
    ; the end user won't be able to change using putenv(). These variables will be
    ; protected even if safe_mode_allowed_env_vars is set to allow to change them.
    safe_mode_protected_env_vars = LD_LIBRARY_PATH
    ; open_basedir, if set, limits all file operations to the defined directory
    ; and below. This directive makes most sense if used in a per-directory
    ; or per-virtualhost web server configuration file. This directive is
    ; *NOT* affected by whether Safe Mode is turned On or Off.
    open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/
    ; This directive allows you to disable certain functions for security reasons.
    ; It receives a comma-delimited list of function names. This directive is
    ; *NOT* affected by whether Safe Mode is turned On or Off.
    disable_functions =
    ; This directive allows you to disable certain classes for security reasons.
    ; It receives a comma-delimited list of class names. This directive is
    ; *NOT* affected by whether Safe Mode is turned On or Off.
    disable_classes =
    ; Colors for Syntax Highlighting mode. Anything that's acceptable in
    ; <span style="color: ???????"> would work.
    ;highlight.string = #DD0000
    ;highlight.comment = #FF9900
    ;highlight.keyword = #007700
    ;highlight.bg = #FFFFFF
    ;highlight.default = #0000BB
    ;highlight.html = #000000
    ; If enabled, the request will be allowed to complete even if the user aborts
    ; the request. Consider enabling it if executing long request, which may end up
    ; being interrupted by the user or a browser timing out.
    ; ignore_user_abort = On
    ; Determines the size of the realpath cache to be used by PHP. This value should
    ; be increased on systems where PHP opens many files to reflect the quantity of
    ; the file operations performed.
    ; realpath_cache_size=16k
    ; Duration of time, in seconds for which to cache realpath information for a given
    ; file or directory. For systems with rarely changing files, consider increasing this
    ; value.
    ; realpath_cache_ttl=120
    ; Misc
    ; Decides whether PHP may expose the fact that it is installed on the server
    ; (e.g. by adding its signature to the Web server header). It is no security
    ; threat in any way, but it makes it possible to determine whether you use PHP
    ; on your server or not.
    expose_php = Off
    ; Resource Limits ;
    max_execution_time = 30 ; Maximum execution time of each script, in seconds
    max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
    ;max_input_nesting_level = 64 ; Maximum input variable nesting level
    memory_limit = 32M ; Maximum amount of memory a script may consume (32MB)
    ; Error handling and logging ;
    ; error_reporting is a bit-field. Or each number up to get desired error
    ; reporting level
    ; E_ALL - All errors and warnings (doesn't include E_STRICT)
    ; E_ERROR - fatal run-time errors
    ; E_RECOVERABLE_ERROR - almost fatal run-time errors
    ; E_WARNING - run-time warnings (non-fatal errors)
    ; E_PARSE - compile-time parse errors
    ; E_NOTICE - run-time notices (these are warnings which often result
    ; from a bug in your code, but it's possible that it was
    ; intentional (e.g., using an uninitialized variable and
    ; relying on the fact it's automatically initialized to an
    ; empty string)
    ; E_STRICT - run-time notices, enable to have PHP suggest changes
    ; to your code which will ensure the best interoperability
    ; and forward compatibility of your code
    ; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
    ; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
    ; initial startup
    ; E_COMPILE_ERROR - fatal compile-time errors
    ; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
    ; E_USER_ERROR - user-generated error message
    ; E_USER_WARNING - user-generated warning message
    ; E_USER_NOTICE - user-generated notice message
    ; Examples:
    ; - Show all errors, except for notices and coding standards warnings
    ;error_reporting = E_ALL & ~E_NOTICE
    ; - Show all errors, except for notices
    ;error_reporting = E_ALL & ~E_NOTICE | E_STRICT
    ; - Show only errors
    ;error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
    ; - Show all errors, except coding standards warnings
    error_reporting = E_ALL
    ; Print out errors (as a part of the output). For production web sites,
    ; you're strongly encouraged to turn this feature off, and use error logging
    ; instead (see below). Keeping display_errors enabled on a production web site
    ; may reveal security information to end users, such as file paths on your Web
    ; server, your database schema or other information.
    ; possible values for display_errors:
    ; Off - Do not display any errors
    ; stderr - Display errors to STDERR (affects only CGI/CLI binaries!)
    ; On or stdout - Display errors to STDOUT (default)
    ; To output errors to STDERR with CGI/CLI:
    ;display_errors = "stderr"
    ; Default
    display_errors = On
    ; Even when display_errors is on, errors that occur during PHP's startup
    ; sequence are not displayed. It's strongly recommended to keep
    ; display_startup_errors off, except for when debugging.
    display_startup_errors = Off
    ; Log errors into a log file (server-specific log, stderr, or error_log (below))
    ; As stated above, you're strongly advised to use error logging in place of
    ; error displaying on production web sites.
    log_errors = On
    ; Set maximum length of log_errors. In error_log information about the source is
    ; added. The default is 1024 and 0 allows to not apply any maximum length at all.
    log_errors_max_len = 1024
    ; Do not log repeated messages. Repeated errors must occur in same file on same
    ; line unless ignore_repeated_source is set true.
    ignore_repeated_errors = Off
    ; Ignore source of message when ignoring repeated messages. When this setting
    ; is On you will not log errors with repeated messages from different files or
    ; source lines.
    ignore_repeated_source = Off
    ; If this parameter is set to Off, then memory leaks will not be shown (on
    ; stdout or in the log). This has only effect in a debug compile, and if
    ; error reporting includes E_WARNING in the allowed list
    report_memleaks = Off
    ;report_zend_debug = 0
    ; Store the last error/warning message in $php_errormsg (boolean).
    track_errors = Off
    ; Turn off normal error reporting and emit XML-RPC error XML
    ;xmlrpc_errors = 0
    ; An XML-RPC faultCode
    ;xmlrpc_error_number = 0
    ; Disable the inclusion of HTML tags in error messages.
    ; Note: Never use this feature for production boxes.
    ;html_errors = Off
    ; If html_errors is set On PHP produces clickable error messages that direct
    ; to a page describing the error or function causing the error in detail.
    ; You can download a copy of the PHP manual from http://www.php.net/docs.php
    ; and change docref_root to the base URL of your local copy including the
    ; leading '/'. You must also specify the file extension being used including
    ; the dot.
    ; Note: Never use this feature for production boxes.
    ;docref_root = "/phpmanual/"
    ;docref_ext = .html
    ; String to output before an error message.
    ;error_prepend_string = "<font color=#ff0000>"
    ; String to output after an error message.
    ;error_append_string = "</font>"
    ; Log errors to specified file.
    ;error_log = filename
    ; Log errors to syslog.
    error_log = syslog
    ; Data Handling ;
    ; Note - track_vars is ALWAYS enabled as of PHP 4.0.3
    ; The separator used in PHP generated URLs to separate arguments.
    ; Default is "&".
    ;arg_separator.output = "&"
    ; List of separator(s) used by PHP to parse input URLs into variables.
    ; Default is "&".
    ; NOTE: Every character in this directive is considered as separator!
    ;arg_separator.input = ";&"
    ; This directive describes the order in which PHP registers GET, POST, Cookie,
    ; Environment and Built-in variables (G, P, C, E & S respectively, often
    ; referred to as EGPCS or GPC). Registration is done from left to right, newer
    ; values override older values.
    variables_order = "GPCS"
    ; Whether or not to register the EGPCS variables as global variables. You may
    ; want to turn this off if you don't want to clutter your scripts' global scope
    ; with user data. This makes most sense when coupled with track_vars - in which
    ; case you can access all of the GPC variables through the $HTTP_*_VARS[],
    ; variables.
    ; You should do your best to write your scripts so that they do not require
    ; register_globals to be on; Using form variables as globals can easily lead
    ; to possible security problems, if the code is not very well thought of.
    register_globals = Off
    ; Whether or not to register the old-style input arrays, HTTP_GET_VARS
    ; and friends. If you're not using them, it's recommended to turn them off,
    ; for performance reasons.
    register_long_arrays = Off
    ; This directive tells PHP whether to declare the argv&argc variables (that
    ; would contain the GET information). If you don't use these variables, you
    ; should turn it off for increased performance.
    register_argc_argv = Off
    ; When enabled, the SERVER and ENV variables are created when they're first
    ; used (Just In Time) instead of when the script starts. If these variables
    ; are not used within a script, having this directive on will result in a
    ; performance gain. The PHP directives register_globals, register_long_arrays,
    ; and register_argc_argv must be disabled for this directive to have any affect.
    auto_globals_jit = On
    ; Maximum size of POST data that PHP will accept.
    post_max_size = 8M
    ; Magic quotes
    ; Magic quotes for incoming GET/POST/Cookie data.
    magic_quotes_gpc = Off
    ; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
    magic_quotes_runtime = Off
    ; Use Sybase-style magic quotes (escape ' with '' instead of \').
    magic_quotes_sybase = Off
    ; Automatically add files before or after any PHP document.
    auto_prepend_file =
    auto_append_file =
    ; As of 4.0b4, PHP always outputs a character encoding by default in
    ; the Content-type: header. To disable sending of the charset, simply
    ; set it to be empty.
    ; PHP's built-in default is text/html
    default_mimetype = "text/html"
    default_charset = "utf-8"
    ; Always populate the $HTTP_RAW_POST_DATA variable.
    ;always_populate_raw_post_data = On
    ; Paths and Directories ;
    ; UNIX: "/path1:/path2"
    include_path = ".:/usr/share/pear"
    ; The root of the PHP pages, used only if nonempty.
    ; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
    ; if you are running php as a CGI under any web server (other than IIS)
    ; see documentation for security issues. The alternate is to use the
    ; cgi.force_redirect configuration below
    doc_root =
    ; The directory under which PHP opens the script using /~username used only
    ; if nonempty.
    user_dir =
    ; Directory in which the loadable extensions (modules) reside.
    extension_dir = "/usr/lib/php/20060613/"
    ; Whether or not to enable the dl() function. The dl() function does NOT work
    ; properly in multithreaded servers, such as IIS or Zeus, and is automatically
    ; disabled on them.
    enable_dl = Off
    ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
    ; most web servers. Left undefined, PHP turns this on by default. You can
    ; turn it off here AT YOUR OWN RISK
    ; **You CAN safely turn this off for IIS, in fact, you MUST.**
    ; cgi.force_redirect = 1
    ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
    ; every request.
    ; cgi.nph = 1
    ; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
    ; (iPlanet) web servers, you MAY need to set an environment variable name that PHP
    ; will look for to know it is OK to continue execution. Setting this variable MAY
    ; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
    ; cgi.redirect_status_env = ;
    ; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's
    ; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
    ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
    ; this to 1 will cause PHP CGI to fix it's paths to conform to the spec. A setting
    ; of zero causes PHP to behave as before. Default is 1. You should fix your scripts
    ; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.
    cgi.fix_pathinfo=1
    ; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate
    ; security tokens of the calling client. This allows IIS to define the
    ; security context that the request runs under. mod_fastcgi under Apache
    ; does not currently support this feature (03/17/2002)
    ; Set to 1 if running under IIS. Default is zero.
    ; fastcgi.impersonate = 1;
    ; Disable logging through FastCGI connection
    ; fastcgi.logging = 0
    ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
    ; use when sending HTTP response code. If it's set 0 PHP sends Status: header that
    ; is supported by Apache. When this option is set to 1 PHP will send
    ; RFC2616 compliant header.
    ; Default is zero.
    ;cgi.rfc2616_headers = 0
    ; File Uploads ;
    ; Whether to allow HTTP file uploads.
    file_uploads = On
    ; Temporary directory for HTTP uploaded files (will use system default if not
    ; specified).
    ;upload_tmp_dir =
    ; Maximum allowed size for uploaded files.
    upload_max_filesize = 2M
    ; Fopen wrappers ;
    ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
    allow_url_fopen = Off
    ; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
    allow_url_include = Off
    ; Define the anonymous ftp password (your email address)
    ;from="[email protected]"
    ; Define the User-Agent string
    ; user_agent="PHP"
    ; Default timeout for socket based streams (seconds)
    default_socket_timeout = 60
    ; Dynamic Extensions ;
    ; If you wish to have an extension loaded automatically, use the following
    ; syntax:
    ; extension=modulename.extension
    ; For example, under UNIX:
    ; extension=msql.so
    ; Note that it should be the name of the module only; no directory information
    ; needs to go here. Specify the location of the extension with the
    ; extension_dir directive above.
    ; Module Settings ;
    [Date]
    ; Defines the default timezone used by the date functions
    ;date.timezone =
    ;date.default_latitude = 31.7667
    ;date.default_longitude = 35.2333
    ;date.sunrise_zenith = 90.583333
    ;date.sunset_zenith = 90.583333
    [filter]
    ;filter.default = unsafe_raw
    ;filter.default_flags =
    [iconv]
    ;iconv.input_encoding = ISO-8859-1
    ;iconv.internal_encoding = ISO-8859-1
    ;iconv.output_encoding = ISO-8859-1
    [sqlite]
    sqlite.assoc_case = 1
    [Pcre]
    ;PCRE library backtracking limit.
    ;pcre.backtrack_limit=100000
    ;PCRE library recursion limit.
    ;Please note that if you set this value to a high number you may consume all
    ;the available process stack and eventually crash PHP (due to reaching the
    ;stack size limit imposed by the Operating System).
    ;pcre.recursion_limit=100000
    [Syslog]
    ; Whether or not to define the various syslog variables (e.g. $LOG_PID,
    ; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In
    ; runtime, you can define these variables by calling define_syslog_variables().
    define_syslog_variables = Off
    [mail function]
    ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
    ;sendmail_path =
    ; Force the addition of the specified parameters to be passed as extra parameters
    ; to the sendmail binary. These parameters will always replace the value of
    ; the 5th parameter to mail(), even in safe mode.
    ;mail.force_extra_parameters =
    [SQL]
    sql.safe_mode = Off
    [ODBC]
    ;odbc.default_db = Not yet implemented
    ;odbc.default_user = Not yet implemented
    ;odbc.default_pw = Not yet implemented
    ; Allow or prevent persistent links.
    odbc.allow_persistent = On
    ; Check that a connection is still valid before reuse.
    odbc.check_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    odbc.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no limit.
    odbc.max_links = -1
    ; Handling of LONG fields. Returns number of bytes to variables. 0 means
    ; passthru.
    odbc.defaultlrl = 4096
    ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
    ; See the documentation on odbc_binmode and odbc_longreadlen for an explanation
    ; of uodbc.defaultlrl and uodbc.defaultbinmode
    odbc.defaultbinmode = 1
    [MySQL]
    ; Allow or prevent persistent links.
    mysql.allow_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    mysql.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no limit.
    mysql.max_links = -1
    ; Default port number for mysql_connect(). If unset, mysql_connect() will use
    ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
    ; compile-time value defined MYSQL_PORT (in that order).
    mysql.default_port =
    ; Default socket name for local MySQL connects. If empty, uses the built-in
    ; MySQL defaults.
    mysql.default_socket =
    ; Default host for mysql_connect() (doesn't apply in safe mode).
    mysql.default_host =
    ; Default user for mysql_connect() (doesn't apply in safe mode).
    mysql.default_user =
    ; Default password for mysql_connect() (doesn't apply in safe mode).
    ; Note that this is generally a *bad* idea to store passwords in this file.
    ; *Any* user with PHP access can run 'echo get_cfg_var("mysql.default_password")
    ; and reveal this password! And of course, any users with read access to this
    ; file will be able to reveal the password as well.
    mysql.default_password =
    ; Maximum time (in seconds) for connect timeout. -1 means no limit
    mysql.connect_timeout = 60
    ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
    ; SQL-Errors will be displayed.
    mysql.trace_mode = Off
    [MySQLi]
    ; Maximum number of links. -1 means no limit.
    mysqli.max_links = -1
    ; Default port number for mysqli_connect(). If unset, mysqli_connect() will use
    ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
    ; compile-time value defined MYSQL_PORT (in that order).
    mysqli.default_port = 3306
    ; Default socket name for local MySQL connects. If empty, uses the built-in
    ; MySQL defaults.
    mysqli.default_socket =
    ; Default host for mysql_connect() (doesn't apply in safe mode).
    mysqli.default_host =
    ; Default user for mysql_connect() (doesn't apply in safe mode).
    mysqli.default_user =
    ; Default password for mysqli_connect() (doesn't apply in safe mode).
    ; Note that this is generally a *bad* idea to store passwords in this file.
    ; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw")
    ; and reveal this password! And of course, any users with read access to this
    ; file will be able to reveal the password as well.
    mysqli.default_pw =
    ; Allow or prevent reconnect
    mysqli.reconnect = Off
    [mSQL]
    ; Allow or prevent persistent links.
    msql.allow_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    msql.max_persistent = -1
    ; Maximum number of links (persistent+non persistent). -1 means no limit.
    msql.max_links = -1
    [OCI8]
    ; enables privileged connections using external credentials (OCI_SYSOPER, OCI_SYSDBA)
    ;oci8.privileged_connect = Off
    ; Connection: The maximum number of persistent OCI8 connections per
    ; process. Using -1 means no limit.
    ;oci8.max_persistent = -1
    ; Connection: The maximum number of seconds a process is allowed to
    ; maintain an idle persistent connection. Using -1 means idle
    ; persistent connections will be maintained forever.
    ;oci8.persistent_timeout = -1
    ; Connection: The number of seconds that must pass before issuing a
    ; ping during oci_pconnect() to check the connection validity. When
    ; set to 0, each oci_pconnect() will cause a ping. Using -1 disables
    ; pings completely.
    ;oci8.ping_interval = 60
    ; Tuning: This option enables statement caching, and specifies how
    ; many statements to cache. Using 0 disables statement caching.
    ;oci8.statement_cache_size = 20
    ; Tuning: Enables statement prefetching and sets the default number of
    ; rows that will be fetched automatically after statement execution.
    ;oci8.default_prefetch = 10
    ; Compatibility. Using On means oci_close() will not close
    ; oci_connect() and oci_new_connect() connections.
    ;oci8.old_oci_close_semantics = Off
    [PostgresSQL]
    ; Allow or prevent persistent links.
    pgsql.allow_persistent = On
    ; Detect broken persistent links always with pg_pconnect().
    ; Auto reset feature requires a little overheads.
    pgsql.auto_reset_persistent = Off
    ; Maximum number of persistent links. -1 means no limit.
    pgsql.max_persistent = -1
    ; Maximum number of links (persistent+non persistent). -1 means no limit.
    pgsql.max_links = -1
    ; Ignore PostgreSQL backends Notice message or not.
    ; Notice message logging require a little overheads.
    pgsql.ignore_notice = 0
    ; Log PostgreSQL backends Notice message or not.
    ; Unless pgsql.ignore_notice=0, module cannot log notice message.
    pgsql.log_notice = 0
    [Sybase]
    ; Allow or prevent persistent links.
    sybase.allow_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    sybase.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no limit.
    sybase.max_links = -1
    ;sybase.interface_file = "/usr/sybase/interfaces"
    ; Minimum error severity to display.
    sybase.min_error_severity = 10
    ; Minimum message severity to display.
    sybase.min_message_severity = 10
    ; Compatibility mode with old versions of PHP 3.0.
    ; If on, this will cause PHP to automatically assign types to results according
    ; to their Sybase type, instead of treating them all as strings. This
    ; compatibility mode will probably not stay around forever, so try applying
    ; whatever necessary changes to your code, and turn it off.
    sybase.compatability_mode = Off
    [Sybase-CT]
    ; Allow or prevent persistent links.
    sybct.allow_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    sybct.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no limit.
    sybct.max_links = -1
    ; Minimum server message severity to display.
    sybct.min_server_severity = 10
    ; Minimum client message severity to display.
    sybct.min_client_severity = 10
    [bcmath]
    ; Number of decimal digits for all bcmath functions.
    bcmath.scale = 0
    [browscap]
    ;browscap = extra/browscap.ini
    [Informix]
    ; Default host for ifx_connect() (doesn't apply in safe mode).
    ifx.default_host =
    ; Default user for ifx_connect() (doesn't apply in safe mode).
    ifx.default_user =
    ; Default password for ifx_connect() (doesn't apply in safe mode).
    ifx.default_password =
    ; Allow or prevent persistent links.
    ifx.allow_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    ifx.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no limit.
    ifx.max_links = -1
    ; If on, select statements return the contents of a text blob instead of its id.
    ifx.textasvarchar = 0
    ; If on, select statements return the contents of a byte blob instead of its id.
    ifx.byteasvarchar = 0
    ; Trailing blanks are stripped from fixed-length char columns. May help the
    ; life of Informix SE users.
    ifx.charasvarchar = 0
    ; If on, the contents of text and byte blobs are dumped to a file instead of
    ; keeping them in memory.
    ifx.blobinfile = 0
    ; NULL's are returned as empty strings, unless this is set to 1. In that case,
    ; NULL's are returned as string 'NULL'.
    ifx.nullformat = 0
    [Session]
    ; Handler used to store/retrieve data.
    session.save_handler = files
    ; Argument passed to save_handler. In the case of files, this is the path
    ; where data files are stored.
    ; As of PHP 4.0.1, you can define the path as:
    ; session.save_path = "N;/path"
    ; where N is an integer. Instead of storing all the session files in
    ; /path, what this will do is use subdirectories N-levels deep, and
    ; store the session data in those directories. This is useful if you
    ; or your OS have problems with lots of files in one directory, and is
    ; a more efficient layout for servers that handle lots of sessions.
    ; NOTE 1: PHP will not create this directory structure automatically.
    ; You can use the script in the ext/session dir for that purpose.
    ; NOTE 2: See the section on garbage collection below if you choose to
    ; use subdirectories for session storage
    ; The file storage module creates files using mode 600 by default.
    ; You can change that by using
    ; session.save_path = "N;MODE;/path"
    ; where MODE is the octal representation of the mode. Note that this
    ; does not overwrite the process's umask.
    session.save_path = "/tmp"
    ; Whether to use cookies.
    session.use_cookies = 1
    ;session.cookie_secure =
    ; This option enables administrators to make their users invulnerable to
    ; attacks which involve passing session ids in URLs; defaults to 0.
    ; session.use_only_cookies = 1
    ; Name of the session (used as cookie name).
    session.name = PHPSESSID
    ; Initialize session on request startup.
    session.auto_start = 0
    ; Lifetime in seconds of cookie or, if 0, until browser is restarted.
    session.cookie_lifetime = 0
    ; The path for which the cookie is valid.
    session.cookie_path = /
    ; The domain for which the cookie is valid.
    session.cookie_domain =
    ; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scripting languages such as JavaScript.
    session.cookie_httponly =
    ; Handler used to serialize data. php is the standard serializer of PHP.
    session.serialize_handler = php
    ; Define the probability that the 'garbage collection' process is started
    ; on every session initialization.
    ; The probability is calculated by using gc_probability/gc_divisor,
    ; e.g. 1/100 means there is a 1% chance that the GC process starts
    ; on each request.
    session.gc_probability = 1
    session.gc_divisor = 1000
    ; After this number of seconds, stored data will be seen as 'garbage' and
    ; cleaned up by the garbage collection process.
    session.gc_maxlifetime = 1440
    ; NOTE: If you are using the subdirectory option for storing session files
    ; (see session.save_path above), then garbage collection does *not*
    ; happen automatically. You will need to do your own garbage
    ; collection through a shell script, cron entry, or some other method.
    ; For example, the following script would is the equivalent of
    ; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
    ; cd /path/to/sessions; find -cmin +24 | xargs rm
    ; PHP 4.2 and less have an undocumented feature/bug that allows you to
    ; to initialize a session variable in the global scope, albeit register_globals
    ; is disabled. PHP 4.3 and later will warn you, if this feature is used.
    ; You can disable the feature and the warning separately. At this time,
    ; the warning is only displayed, if bug_compat_42 is enabled.
    session.bug_compat_42 = 0
    session.bug_compat_warn = 1
    ; Check HTTP Referer to invalidate externally stored URLs containing ids.
    ; HTTP_REFERER has to contain this substring for the session to be
    ; considered as valid.
    session.referer_check =
    ; How many bytes to read from the file.
    session.entropy_length = 0
    ; Specified here to create the session id.
    session.entropy_file =
    ;session.entropy_length = 16
    ;session.entropy_file = /dev/urandom
    ; Set to {nocache,private,public,} to determine HTTP caching aspects
    ; or leave this empty to avoid sending anti-caching headers.
    session.cache_limiter = nocache
    ; Document expires after n minutes.
    session.cache_expire = 180
    ; trans sid support is disabled by default.
    ; Use of trans sid may risk your users security.
    ; Use this option with caution.
    ; - User may send URL contains active session ID
    ; to other person via. email/irc/etc.
    ; - URL that contains active session ID may be stored
    ; in publically accessible computer.
    ; - User may access your site with the same session ID
    ; always using URL stored in browser's history or bookmarks.
    session.use_trans_sid = 0
    ; Select a hash function
    ; 0: MD5 (128 bits)
    ; 1: SHA-1 (160 bits)
    session.hash_function = 0
    ; Define how many bits are stored in each character when converting
    ; the binary hash data to something readable.
    ; 4 bits: 0-9, a-f
    ; 5 bits: 0-9, a-v
    ; 6 bits: 0-9, a-z, A-Z, "-", ","
    session.hash_bits_per_character = 5
    ; The URL rewriter will look for URLs in a defined set of HTML tags.
    ; form/fieldset are special; if you include them here, the rewriter will
    ; add a hidden <input> field with the info which is otherwise appended
    ; to URLs. If you want XHTML conformity, remove the form entry.
    ; Note that all valid entries require a "=", even if no value follows.
    url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
    [MSSQL]
    ; Allow or prevent persistent links.
    mssql.allow_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    mssql.max_persistent = -1
    ; Maximum number of links (persistent+non persistent). -1 means no limit.
    mssql.max_links = -1
    ; Minimum error severity to display.
    mssql.min_error_severity = 10
    ; Minimum message severity to display.
    mssql.min_message_severity = 10
    ; Compatibility mode with old versions of PHP 3.0.
    mssql.compatability_mode = Off
    ; Connect timeout
    ;mssql.connect_timeout = 5
    ; Query timeout
    ;mssql.timeout = 60
    ; Valid range 0 - 2147483647. Default = 4096.
    ;mssql.textlimit = 4096
    ; Valid range 0 - 2147483647. Default = 4096.
    ;mssql.textsize = 4096
    ; Limits the number of records in each batch. 0 = all records in one batch.
    ;mssql.batchsize = 0
    ; Specify how datetime and datetim4 columns are returned
    ; On => Returns data converted to SQL server settings
    ; Off => Returns values as YYYY-MM-DD hh:mm:ss
    ;mssql.datetimeconvert = On
    ; Use NT authentication when connecting to the server
    mssql.secure_connection = Off
    ; Specify max number of processes. -1 = library default
    ; msdlib defaults to 25
    ; FreeTDS defaults to 4096
    ;mssql.max_procs = -1
    ; Specify client character set.
    ; If empty or not set the client charset from freetds.comf is used
    ; This is only used when compiled with FreeTDS
    ;mssql.charset = "ISO-8859-1"
    [Assertion]
    ; Assert(expr); active by default.
    ;assert.active = On
    ; Issue a PHP warning for each failed assertion.
    ;assert.warning = On
    ; Don't bail out by default.
    ;assert.bail = Off
    ; User-function to be called if an assertion fails.
    ;assert.callback = 0
    ; Eval the expression with current error_reporting(). Set to true if you want
    ; error_reporting(0) around the eval().
    ;assert.quiet_eval = 0
    [COM]
    ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
    ;com.typelib_file =
    ; allow Distributed-COM calls
    ;com.allow_dcom = true
    ; autoregister constants of a components typlib on com_load()
    ;com.autoregister_typelib = true
    ; register constants casesensitive
    ;com.autoregister_casesensitive = false
    ; show warnings on duplicate constant registrations
    ;com.autoregister_verbose = true
    [mbstring]
    ; language for internal character representation.
    ;mbstring.language = Japanese
    ; internal/script encoding.
    ; Some encoding cannot work as internal encoding.
    ; (e.g. SJIS, BIG5, ISO-2022-*)
    ;mbstring.internal_encoding = EUC-JP
    ; http input encoding.
    ;mbstring.http_input = auto
    ; http output encoding. mb_output_handler must be
    ; registered as output buffer to function
    ;mbstring.http_output = SJIS
    ; enable automatic encoding translation according to
    ; mbstring.internal_encoding setting. Input chars are
    ; converted to internal encoding by setting this to On.
    ; Note: Do _not_ use automatic encoding translation for
    ; portable libs/applications.
    ;mbstring.encoding_translation = Off
    ; automatic encoding detection order.
    ; auto means
    ;mbstring.detect_order = auto
    ; substitute_character used when character cannot be converted
    ; one from another
    ;mbstring.substitute_character = none;
    ; overload(replace) single byte functions by mbstring functions.
    ; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
    ; etc. Possible values are 0,1,2,4 or combination of them.
    ; For example, 7 for overload everything.
    ; 0: No overload
    ; 1: Overload mail() function
    ; 2: Overload str*() functions
    ; 4: Overload ereg*() functions
    ;mbstring.func_overload = 0
    ; enable strict encoding detection.
    ;mbstring.strict_encoding = Off
    [FrontBase]
    ;fbsql.allow_persistent = On
    ;fbsql.autocommit = On
    ;fbsql.show_timestamp_decimals = Off
    ;fbsql.default_database =
    ;fbsql.default_database_password =
    ;fbsql.default_host =
    ;fbsql.default_password =
    ;fbsql.default_user = "_SYSTEM"
    ;fbsql.generate_warnings = Off
    ;fbsql.max_connections = 128
    ;fbsql.max_links = 128
    ;fbsql.max_persistent = -1
    ;fbsql.max_results = 128
    [gd]
    ; Tell the jpeg decode to libjpeg warnings and try to create
    ; a gd image. The warning will then be displayed as notices
    ; disabled by default
    ;gd.jpeg_ignore_warning = 0
    [exif]
    ; Exif UNICODE user comments are handled as UCS-2BE/UCS-2LE and JIS as JIS.
    ; With mbstring support this will automatically be converted into the encoding
    ; given by corresponding encode setting. When empty mbstring.internal_encoding
    ; is used. For the decode settings you can distinguish between motorola and
    ; intel byte order. A decode setting cannot be empty.
    ;exif.encode_unicode = ISO-8859-15
    ;exif.decode_unicode_motorola = UCS-2BE
    ;exif.decode_unicode_intel = UCS-2LE
    ;exif.encode_jis =
    ;exif.decode_jis_motorola = JIS
    ;exif.decode_jis_intel = JIS
    [Tidy]
    ; The path to a default tidy configuration file to use when using tidy
    ;tidy.default_config = /usr/local/lib/php/default.tcfg
    ; Should tidy clean and repair output automatically?
    ; WARNING: Do not use this option if you are generating non-html content
    ; such as dynamic images
    tidy.clean_output = Off
    [soap]
    ; Enables or disables WSDL caching feature.
    soap.wsdl_cache_enabled=1
    ; Sets the directory name where SOAP extension will put cache files.
    soap.wsdl_cache_dir="/tmp"
    ; (time to live) Sets the number of second while cached file will be used
    ; instead of original one.
    soap.wsdl_cache_ttl=86400
    ; available extensions
    ;extension=bcmath.so
    ;extension=bz2.so
    ;extension=calendar.so
    ;extension=curl.so
    ;extension=dba.so
    ;extension=dbase.so
    ;extension=exif.so
    ;extension=ftp.so
    ;extension=gd.so
    extension=gettext.so
    ;extension=gmp.so
    ;extension=iconv.so
    ;extension=imap.so
    ;extension=json.so
    ;extension=ldap.so
    ;extension=mcrypt.so
    ;extension=mhash.so
    ;extension=mime_magic.so
    ;extension=mysql.so
    ;extension=mysqli.so
    ;extension=ncurses.so
    ;extension=odbc.so
    ;extension=openssl.so
    ;extension=pdo.so
    ;extension=pdo_mysql.so
    ;extension=pdo_odbc.so
    ;extension=pdo_pgsql.so
    ;extension=pdo_sqlite.so
    ;extension=pgsql.so
    ;extension=posix.so
    ;extension=pspell.so
    extension=session.so
    ;extension=shmop.so
    ;extension=snmp.so
    ;extension=soap.so
    extension=sockets.so
    extension=sqlite.so
    ;extension=sysvmsg.so
    ;extension=sysvsem.so
    ;extension=sysvshm.so
    ;extension=tidy.so
    ;extension=xmlrpc.so
    ;extension=xsl.so
    ;extension=zip.so
    extension=zlib.so
    ; Local Variables:
    ; tab-width: 4
    ; End:
    I've attempted enabling pdo.so and pdo_sqlite.so as well, with no results, making sure to stop lighty and flush all of its processes before checking again.
    `php-cgi -m | grep sqlite` does not return anything, either.
    The extensions directory (/usr/lib/php/20060613) exists on my system and contains sqlite.so, as expected.
    I have no clue what's going on here and would greatly appreciate any help offered.
    Last edited by xelados (2009-09-23 04:02:22)

    After the last update which installed PHP 5.3.0, I'm having a similar problem. PHP fails to recognize any extensions which I've defined in php.ini. PHP itself works just fine, so I'm sure this problem is related to the update of PHP.
    Here's my php.ini:
    [PHP]
    ; About php.ini ;
    ; This file controls many aspects of PHP's behavior. In order for PHP to
    ; read it, it must be named 'php.ini'. PHP looks for it in the current
    ; working directory, in the path designated by the environment variable
    ; PHPRC, and in the path that was defined in compile time (in that order).
    ; The path in which the php.ini file is looked for can be overridden using
    ; the -c argument in command line mode.
    ; The syntax of the file is extremely simple. Whitespace and Lines
    ; beginning with a semicolon are silently ignored (as you probably guessed).
    ; Section headers (e.g. [Foo]) are also silently ignored, even though
    ; they might mean something in the future.
    ; Directives are specified using the following syntax:
    ; directive = value
    ; Directive names are *case sensitive* - foo=bar is different from FOO=bar.
    ; The value can be a string, a number, a PHP constant (e.g. E_ALL or M_PI), one
    ; of the INI constants (On, Off, True, False, Yes, No and None) or an expression
    ; (e.g. E_ALL & ~E_NOTICE), or a quoted string ("foo").
    ; Expressions in the INI file are limited to bitwise operators and parentheses:
    ; | bitwise OR
    ; & bitwise AND
    ; ~ bitwise NOT
    ; ! boolean NOT
    ; Boolean flags can be turned on using the values 1, On, True or Yes.
    ; They can be turned off using the values 0, Off, False or No.
    ; An empty string can be denoted by simply not writing anything after the equal
    ; sign, or by using the None keyword:
    ; foo = ; sets foo to an empty string
    ; foo = none ; sets foo to an empty string
    ; foo = "none" ; sets foo to the string 'none'
    ; If you use constants in your value, and these constants belong to a
    ; dynamically loaded extension (either a PHP extension or a Zend extension),
    ; you may only use these constants *after* the line that loads the extension.
    ; About this file ;
    ; This is the recommended, PHP 5-style version of the php.ini-dist file. It
    ; sets some non standard settings, that make PHP more efficient, more secure,
    ; and encourage cleaner coding.
    ; The price is that with these settings, PHP may be incompatible with some
    ; applications, and sometimes, more difficult to develop with. Using this
    ; file is warmly recommended for production sites. As all of the changes from
    ; the standard settings are thoroughly documented, you can go over each one,
    ; and decide whether you want to use it or not.
    ; For general information about the php.ini file, please consult the php.ini-dist
    ; file, included in your PHP distribution.
    ; This file is different from the php.ini-dist file in the fact that it features
    ; different values for several directives, in order to improve performance, while
    ; possibly breaking compatibility with the standard out-of-the-box behavior of
    ; PHP. Please make sure you read what's different, and modify your scripts
    ; accordingly, if you decide to use this file instead.
    ; - register_long_arrays = Off [Performance]
    ; Disables registration of the older (and deprecated) long predefined array
    ; variables ($HTTP_*_VARS). Instead, use the superglobals that were
    ; introduced in PHP 4.1.0
    ; - display_errors = Off [Security]
    ; With this directive set to off, errors that occur during the execution of
    ; scripts will no longer be displayed as a part of the script output, and thus,
    ; will no longer be exposed to remote users. With some errors, the error message
    ; content may expose information about your script, web server, or database
    ; server that may be exploitable for hacking. Production sites should have this
    ; directive set to off.
    ; - log_errors = On [Security]
    ; This directive complements the above one. Any errors that occur during the
    ; execution of your script will be logged (typically, to your server's error log,
    ; but can be configured in several ways). Along with setting display_errors to off,
    ; this setup gives you the ability to fully understand what may have gone wrong,
    ; without exposing any sensitive information to remote users.
    ; - output_buffering = 4096 [Performance]
    ; Set a 4KB output buffer. Enabling output buffering typically results in less
    ; writes, and sometimes less packets sent on the wire, which can often lead to
    ; better performance. The gain this directive actually yields greatly depends
    ; on which Web server you're working with, and what kind of scripts you're using.
    ; - register_argc_argv = Off [Performance]
    ; Disables registration of the somewhat redundant $argv and $argc global
    ; variables.
    ; - magic_quotes_gpc = Off [Performance]
    ; Input data is no longer escaped with slashes so that it can be sent into
    ; SQL databases without further manipulation. Instead, you should use the
    ; function addslashes() on each input element you wish to send to a database.
    ; - variables_order = "GPCS" [Performance]
    ; The environment variables are not hashed into the $_ENV. To access
    ; environment variables, you can use getenv() instead.
    ; - error_reporting = E_ALL [Code Cleanliness, Security(?)]
    ; By default, PHP suppresses errors of type E_NOTICE. These error messages
    ; are emitted for non-critical errors, but that could be a symptom of a bigger
    ; problem. Most notably, this will cause error messages about the use
    ; of uninitialized variables to be displayed.
    ; - allow_call_time_pass_reference = Off [Code cleanliness]
    ; It's not possible to decide to force a variable to be passed by reference
    ; when calling a function. The PHP 4 style to do this is by making the
    ; function require the relevant argument by reference.
    ; - short_open_tag = Off [Portability]
    ; Using short tags is discouraged when developing code meant for redistribution
    ; since short tags may not be supported on the target server.
    ; Language Options ;
    ; Enable the PHP scripting language engine under Apache.
    engine = On
    ; Enable compatibility mode with Zend Engine 1 (PHP 4.x)
    zend.ze1_compatibility_mode = Off
    ; Allow the <? tag. Otherwise, only <?php and <script> tags are recognized.
    ; NOTE: Using short tags should be avoided when developing applications or
    ; libraries that are meant for redistribution, or deployment on PHP
    ; servers which are not under your control, because short tags may not
    ; be supported on the target server. For portable, redistributable code,
    ; be sure not to use short tags.
    short_open_tag = Off
    ; Allow ASP-style <% %> tags.
    asp_tags = Off
    ; The number of significant digits displayed in floating point numbers.
    precision = 14
    ; Enforce year 2000 compliance (will cause problems with non-compliant browsers)
    y2k_compliance = On
    ; Output buffering allows you to send header lines (including cookies) even
    ; after you send body content, at the price of slowing PHP's output layer a
    ; bit. You can enable output buffering during runtime by calling the output
    ; buffering functions. You can also enable output buffering for all files by
    ; setting this directive to On. If you wish to limit the size of the buffer
    ; to a certain size - you can use a maximum number of bytes instead of 'On', as
    ; a value for this directive (e.g., output_buffering=4096).
    output_buffering = Off
    ; You can redirect all of the output of your scripts to a function. For
    ; example, if you set output_handler to "mb_output_handler", character
    ; encoding will be transparently converted to the specified encoding.
    ; Setting any output handler automatically turns on output buffering.
    ; Note: People who wrote portable scripts should not depend on this ini
    ; directive. Instead, explicitly set the output handler using ob_start().
    ; Using this ini directive may cause problems unless you know what script
    ; is doing.
    ; Note: You cannot use both "mb_output_handler" with "ob_iconv_handler"
    ; and you cannot use both "ob_gzhandler" and "zlib.output_compression".
    ; Note: output_handler must be empty if this is set 'On' !!!!
    ; Instead you must use zlib.output_handler.
    ;output_handler =
    ; Transparent output compression using the zlib library
    ; Valid values for this option are 'off', 'on', or a specific buffer size
    ; to be used for compression (default is 4KB)
    ; Note: Resulting chunk size may vary due to nature of compression. PHP
    ; outputs chunks that are few hundreds bytes each as a result of
    ; compression. If you prefer a larger chunk size for better
    ; performance, enable output_buffering in addition.
    ; Note: You need to use zlib.output_handler instead of the standard
    ; output_handler, or otherwise the output will be corrupted.
    zlib.output_compression = Off
    ;zlib.output_compression_level = -1
    ; You cannot specify additional output handlers if zlib.output_compression
    ; is activated here. This setting does the same as output_handler but in
    ; a different order.
    ;zlib.output_handler =
    ; Implicit flush tells PHP to tell the output layer to flush itself
    ; automatically after every output block. This is equivalent to calling the
    ; PHP function flush() after each and every call to print() or echo() and each
    ; and every HTML block. Turning this option on has serious performance
    ; implications and is generally recommended for debugging purposes only.
    implicit_flush = Off
    ; The unserialize callback function will be called (with the undefined class'
    ; name as parameter), if the unserializer finds an undefined class
    ; which should be instantiated.
    ; A warning appears if the specified function is not defined, or if the
    ; function doesn't include/implement the missing class.
    ; So only set this entry, if you really want to implement such a
    ; callback-function.
    unserialize_callback_func=
    ; When floats & doubles are serialized store serialize_precision significant
    ; digits after the floating point. The default value ensures that when floats
    ; are decoded with unserialize, the data will remain the same.
    serialize_precision = 100
    ; Whether to enable the ability to force arguments to be passed by reference
    ; at function call time. This method is deprecated and is likely to be
    ; unsupported in future versions of PHP/Zend. The encouraged method of
    ; specifying which arguments should be passed by reference is in the function
    ; declaration. You're encouraged to try and turn this option Off and make
    ; sure your scripts work properly with it in order to ensure they will work
    ; with future versions of the language (you will receive a warning each time
    ; you use this feature, and the argument will be passed by value instead of by
    ; reference).
    allow_call_time_pass_reference = Off
    ; Safe Mode
    safe_mode = Off
    ; By default, Safe Mode does a UID compare check when
    ; opening files. If you want to relax this to a GID compare,
    ; then turn on safe_mode_gid.
    safe_mode_gid = Off
    ; When safe_mode is on, UID/GID checks are bypassed when
    ; including files from this directory and its subdirectories.
    ; (directory must also be in include_path or full path must
    ; be used when including)
    safe_mode_include_dir =
    ; When safe_mode is on, only executables located in the safe_mode_exec_dir
    ; will be allowed to be executed via the exec family of functions.
    safe_mode_exec_dir =
    ; Setting certain environment variables may be a potential security breach.
    ; This directive contains a comma-delimited list of prefixes. In Safe Mode,
    ; the user may only alter environment variables whose names begin with the
    ; prefixes supplied here. By default, users will only be able to set
    ; environment variables that begin with PHP_ (e.g. PHP_FOO=BAR).
    ; Note: If this directive is empty, PHP will let the user modify ANY
    ; environment variable!
    safe_mode_allowed_env_vars = PHP_
    ; This directive contains a comma-delimited list of environment variables that
    ; the end user won't be able to change using putenv(). These variables will be
    ; protected even if safe_mode_allowed_env_vars is set to allow to change them.
    safe_mode_protected_env_vars = LD_LIBRARY_PATH
    ; open_basedir, if set, limits all file operations to the defined directory
    ; and below. This directive makes most sense if used in a per-directory
    ; or per-virtualhost web server configuration file. This directive is
    ; *NOT* affected by whether Safe Mode is turned On or Off.
    ; open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/
    ; This directive allows you to disable certain functions for security reasons.
    ; It receives a comma-delimited list of function names. This directive is
    ; *NOT* affected by whether Safe Mode is turned On or Off.
    disable_functions =
    ; This directive allows you to disable certain classes for security reasons.
    ; It receives a comma-delimited list of class names. This directive is
    ; *NOT* affected by whether Safe Mode is turned On or Off.
    disable_classes =
    ; Colors for Syntax Highlighting mode. Anything that's acceptable in
    ; <span style="color: ???????"> would work.
    ;highlight.string = #DD0000
    ;highlight.comment = #FF9900
    ;highlight.keyword = #007700
    ;highlight.bg = #FFFFFF
    ;highlight.default = #0000BB
    ;highlight.html = #000000
    ; If enabled, the request will be allowed to complete even if the user aborts
    ; the request. Consider enabling it if executing long request, which may end up
    ; being interrupted by the user or a browser timing out.
    ; ignore_user_abort = On
    ; Determines the size of the realpath cache to be used by PHP. This value should
    ; be increased on systems where PHP opens many files to reflect the quantity of
    ; the file operations performed.
    ; realpath_cache_size=16k
    ; Duration of time, in seconds for which to cache realpath information for a given
    ; file or directory. For systems with rarely changing files, consider increasing this
    ; value.
    ; realpath_cache_ttl=120
    ; Misc
    ; Decides whether PHP may expose the fact that it is installed on the server
    ; (e.g. by adding its signature to the Web server header). It is no security
    ; threat in any way, but it makes it possible to determine whether you use PHP
    ; on your server or not.
    expose_php = Off
    ; Resource Limits ;
    max_execution_time = 120 ; Maximum execution time of each script, in seconds
    max_input_time = 120 ; Maximum amount of time each script may spend parsing request data
    ;max_input_nesting_level = 64 ; Maximum input variable nesting level
    memory_limit = 128M ; Maximum amount of memory a script may consume (32MB)
    ; Error handling and logging ;
    ; error_reporting is a bit-field. Or each number up to get desired error
    ; reporting level
    ; E_ALL - All errors and warnings (doesn't include E_STRICT)
    ; E_ERROR - fatal run-time errors
    ; E_RECOVERABLE_ERROR - almost fatal run-time errors
    ; E_WARNING - run-time warnings (non-fatal errors)
    ; E_PARSE - compile-time parse errors
    ; E_NOTICE - run-time notices (these are warnings which often result
    ; from a bug in your code, but it's possible that it was
    ; intentional (e.g., using an uninitialized variable and
    ; relying on the fact it's automatically initialized to an
    ; empty string)
    ; E_STRICT - run-time notices, enable to have PHP suggest changes
    ; to your code which will ensure the best interoperability
    ; and forward compatibility of your code
    ; E_CORE_ERROR - fatal errors that occur during PHP's initial startup
    ; E_CORE_WARNING - warnings (non-fatal errors) that occur during PHP's
    ; initial startup
    ; E_COMPILE_ERROR - fatal compile-time errors
    ; E_COMPILE_WARNING - compile-time warnings (non-fatal errors)
    ; E_USER_ERROR - user-generated error message
    ; E_USER_WARNING - user-generated warning message
    ; E_USER_NOTICE - user-generated notice message
    ; Examples:
    ; - Show all errors, except for notices and coding standards warnings
    ;error_reporting = E_ALL & ~E_NOTICE
    ; - Show all errors, except for notices
    ;error_reporting = E_ALL & ~E_NOTICE | E_STRICT
    ; - Show only errors
    ;error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
    ; - Show all errors, except coding standards warnings
    error_reporting = E_ALL
    ; Print out errors (as a part of the output). For production web sites,
    ; you're strongly encouraged to turn this feature off, and use error logging
    ; instead (see below). Keeping display_errors enabled on a production web site
    ; may reveal security information to end users, such as file paths on your Web
    ; server, your database schema or other information.
    ; possible values for display_errors:
    ; Off - Do not display any errors
    ; stderr - Display errors to STDERR (affects only CGI/CLI binaries!)
    ; On or stdout - Display errors to STDOUT (default)
    ; To output errors to STDERR with CGI/CLI:
    ;display_errors = "stderr"
    ; Default
    display_errors = On
    ; Even when display_errors is on, errors that occur during PHP's startup
    ; sequence are not displayed. It's strongly recommended to keep
    ; display_startup_errors off, except for when debugging.
    display_startup_errors = Off
    ; Log errors into a log file (server-specific log, stderr, or error_log (below))
    ; As stated above, you're strongly advised to use error logging in place of
    ; error displaying on production web sites.
    log_errors = Off
    ; Set maximum length of log_errors. In error_log information about the source is
    ; added. The default is 1024 and 0 allows to not apply any maximum length at all.
    log_errors_max_len = 1024
    ; Do not log repeated messages. Repeated errors must occur in same file on same
    ; line until ignore_repeated_source is set true.
    ignore_repeated_errors = Off
    ; Ignore source of message when ignoring repeated messages. When this setting
    ; is On you will not log errors with repeated messages from different files or
    ; source lines.
    ignore_repeated_source = Off
    ; If this parameter is set to Off, then memory leaks will not be shown (on
    ; stdout or in the log). This has only effect in a debug compile, and if
    ; error reporting includes E_WARNING in the allowed list
    report_memleaks = Off
    ;report_zend_debug = 0
    ; Store the last error/warning message in $php_errormsg (boolean).
    track_errors = Off
    ; Disable the inclusion of HTML tags in error messages.
    ; Note: Never use this feature for production boxes.
    ;html_errors = Off
    ; If html_errors is set On PHP produces clickable error messages that direct
    ; to a page describing the error or function causing the error in detail.
    ; You can download a copy of the PHP manual from http://www.php.net/docs.php
    ; and change docref_root to the base URL of your local copy including the
    ; leading '/'. You must also specify the file extension being used including
    ; the dot.
    ; Note: Never use this feature for production boxes.
    ;docref_root = "/phpmanual/"
    ;docref_ext = .html
    ; String to output before an error message.
    ;error_prepend_string = "<font color=ff0000>"
    ; String to output after an error message.
    ;error_append_string = "</font>"
    ; Log errors to specified file.
    ;error_log = filename
    ; Log errors to syslog.
    error_log = syslog
    ; Data Handling ;
    ; Note - track_vars is ALWAYS enabled as of PHP 4.0.3
    ; The separator used in PHP generated URLs to separate arguments.
    ; Default is "&".
    ;arg_separator.output = "&"
    ; List of separator(s) used by PHP to parse input URLs into variables.
    ; Default is "&".
    ; NOTE: Every character in this directive is considered as separator!
    ;arg_separator.input = ";&"
    ; This directive describes the order in which PHP registers GET, POST, Cookie,
    ; Environment and Built-in variables (G, P, C, E & S respectively, often
    ; referred to as EGPCS or GPC). Registration is done from left to right, newer
    ; values override older values.
    variables_order = "GPCS"
    ; Whether or not to register the EGPCS variables as global variables. You may
    ; want to turn this off if you don't want to clutter your scripts' global scope
    ; with user data. This makes most sense when coupled with track_vars - in which
    ; case you can access all of the GPC variables through the $HTTP_*_VARS[],
    ; variables.
    ; You should do your best to write your scripts so that they do not require
    ; register_globals to be on; Using form variables as globals can easily lead
    ; to possible security problems, if the code is not very well thought of.
    register_globals = Off
    ; Whether or not to register the old-style input arrays, HTTP_GET_VARS
    ; and friends. If you're not using them, it's recommended to turn them off,
    ; for performance reasons.
    register_long_arrays = Off
    ; This directive tells PHP whether to declare the argv&argc variables (that
    ; would contain the GET information). If you don't use these variables, you
    ; should turn it off for increased performance.
    register_argc_argv = Off
    ; When enabled, the SERVER and ENV variables are created when they're first
    ; used (Just In Time) instead of when the script starts. If these variables
    ; are not used within a script, having this directive on will result in a
    ; performance gain. The PHP directives register_globals, register_long_arrays,
    ; and register_argc_argv must be disabled for this directive to have any affect.
    auto_globals_jit = On
    ; Maximum size of POST data that PHP will accept.
    post_max_size = 128M
    ; Magic quotes
    ; Magic quotes for incoming GET/POST/Cookie data.
    magic_quotes_gpc = Off
    ; Magic quotes for runtime-generated data, e.g. data from SQL, from exec(), etc.
    magic_quotes_runtime = Off
    ; Use Sybase-style magic quotes (escape ' with '' instead of \').
    magic_quotes_sybase = Off
    ; Automatically add files before or after any PHP document.
    auto_prepend_file =
    auto_append_file =
    ; As of 4.0b4, PHP always outputs a character encoding by default in
    ; the Content-type: header. To disable sending of the charset, simply
    ; set it to be empty.
    ; PHP's built-in default is text/html
    default_mimetype = "text/html"
    ;default_charset = "iso-8859-1"
    ; Always populate the $HTTP_RAW_POST_DATA variable.
    ;always_populate_raw_post_data = On
    ; Paths and Directories ;
    ; UNIX: "/path1:/path2"
    ;include_path = ".:/usr/share/pear"
    ; The root of the PHP pages, used only if nonempty.
    ; if PHP was not compiled with FORCE_REDIRECT, you SHOULD set doc_root
    ; if you are running php as a CGI under any web server (other than IIS)
    ; see documentation for security issues. The alternate is to use the
    ; cgi.force_redirect configuration below
    doc_root =
    ; The directory under which PHP opens the script using /~username used only
    ; if nonempty.
    user_dir =
    ; Directory in which the loadable extensions (modules) reside.
    extension_dir = "/usr/lib/php/modules/"
    ; Whether or not to enable the dl() function. The dl() function does NOT work
    ; properly in multithreaded servers, such as IIS or Zeus, and is automatically
    ; disabled on them.
    enable_dl = Off
    ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
    ; most web servers. Left undefined, PHP turns this on by default. You can
    ; turn it off here AT YOUR OWN RISK
    ; **You CAN safely turn this off for IIS, in fact, you MUST.**
    ; cgi.force_redirect = 1
    ; if cgi.nph is enabled it will force cgi to always sent Status: 200 with
    ; every request.
    ; cgi.nph = 1
    ; if cgi.force_redirect is turned on, and you are not running under Apache or Netscape
    ; (iPlanet) web servers, you MAY need to set an environment variable name that PHP
    ; will look for to know it is OK to continue execution. Setting this variable MAY
    ; cause security issues, KNOW WHAT YOU ARE DOING FIRST.
    ; cgi.redirect_status_env = ;
    ; cgi.fix_pathinfo provides *real* PATH_INFO/PATH_TRANSLATED support for CGI. PHP's
    ; previous behaviour was to set PATH_TRANSLATED to SCRIPT_FILENAME, and to not grok
    ; what PATH_INFO is. For more information on PATH_INFO, see the cgi specs. Setting
    ; this to 1 will cause PHP CGI to fix it's paths to conform to the spec. A setting
    ; of zero causes PHP to behave as before. Default is 1. You should fix your scripts
    ; to use SCRIPT_FILENAME rather than PATH_TRANSLATED.
    ; cgi.fix_pathinfo=1
    ; FastCGI under IIS (on WINNT based OS) supports the ability to impersonate
    ; security tokens of the calling client. This allows IIS to define the
    ; security context that the request runs under. mod_fastcgi under Apache
    ; does not currently support this feature (03/17/2002)
    ; Set to 1 if running under IIS. Default is zero.
    ; fastcgi.impersonate = 1;
    ; Disable logging through FastCGI connection
    ; fastcgi.logging = 0
    ; cgi.rfc2616_headers configuration option tells PHP what type of headers to
    ; use when sending HTTP response code. If it's set 0 PHP sends Status: header that
    ; is supported by Apache. When this option is set to 1 PHP will send
    ; RFC2616 compliant header.
    ; Default is zero.
    ;cgi.rfc2616_headers = 0
    ; File Uploads ;
    ; Whether to allow HTTP file uploads.
    file_uploads = On
    ; Temporary directory for HTTP uploaded files (will use system default if not
    ; specified).
    ;upload_tmp_dir =
    ; Maximum allowed size for uploaded files.
    upload_max_filesize = 128M
    ; Fopen wrappers ;
    ; Whether to allow the treatment of URLs (like http:// or ftp://) as files.
    allow_url_fopen = On
    ; Whether to allow include/require to open URLs (like http:// or ftp://) as files.
    allow_url_include = Off
    ; Define the anonymous ftp password (your email address)
    ;from="[email protected]"
    ; Define the User-Agent string
    ; user_agent="PHP"
    ; Default timeout for socket based streams (seconds)
    default_socket_timeout = 10
    ; Dynamic Extensions ;
    ; If you wish to have an extension loaded automatically, use the following
    ; syntax:
    ; extension=modulename.extension
    ; For example, under UNIX:
    ; extension=msql.so
    ; Note that it should be the name of the module only; no directory information
    ; needs to go here. Specify the location of the extension with the
    ; extension_dir directive above.
    ; Module Settings ;
    [Date]
    ; Defines the default timezone used by the date functions
    ;date.timezone =
    ;date.default_latitude = 31.7667
    ;date.default_longitude = 35.2333
    ;date.sunrise_zenith = 90.583333
    ;date.sunset_zenith = 90.583333
    [filter]
    ;filter.default = unsafe_raw
    ;filter.default_flags =
    [iconv]
    ;iconv.input_encoding = ISO-8859-1
    ;iconv.internal_encoding = ISO-8859-1
    ;iconv.output_encoding = ISO-8859-1
    [sqlite]
    ;sqlite.assoc_case = 0
    [xmlrpc]
    ;xmlrpc_error_number = 0
    ;xmlrpc_errors = 0
    [Pcre]
    ;PCRE library backtracking limit.
    ;pcre.backtrack_limit=100000
    ;PCRE library recursion limit.
    ;Please note that if you set this value to a high number you may consume all
    ;the available process stack and eventually crash PHP (due to reaching the
    ;stack size limit imposed by the Operating System).
    ;pcre.recursion_limit=100000
    [Syslog]
    ; Whether or not to define the various syslog variables (e.g. $LOG_PID,
    ; $LOG_CRON, etc.). Turning it off is a good idea performance-wise. In
    ; runtime, you can define these variables by calling define_syslog_variables().
    define_syslog_variables = Off
    [mail function]
    ; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
    ;sendmail_path =
    ; Force the addition of the specified parameters to be passed as extra parameters
    ; to the sendmail binary. These parameters will always replace the value of
    ; the 5th parameter to mail(), even in safe mode.
    ;mail.force_extra_parameters =
    [SQL]
    sql.safe_mode = Off
    [ODBC]
    ;odbc.default_db = Not yet implemented
    ;odbc.default_user = Not yet implemented
    ;odbc.default_pw = Not yet implemented
    ; Allow or prevent persistent links.
    odbc.allow_persistent = On
    ; Check that a connection is still valid before reuse.
    odbc.check_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    odbc.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no limit.
    odbc.max_links = -1
    ; Handling of LONG fields. Returns number of bytes to variables. 0 means
    ; passthru.
    odbc.defaultlrl = 4096
    ; Handling of binary data. 0 means passthru, 1 return as is, 2 convert to char.
    ; See the documentation on odbc_binmode and odbc_longreadlen for an explanation
    ; of uodbc.defaultlrl and uodbc.defaultbinmode
    odbc.defaultbinmode = 1
    [MySQL]
    ; Allow or prevent persistent links.
    mysql.allow_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    mysql.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no limit.
    mysql.max_links = -1
    ; Default port number for mysql_connect(). If unset, mysql_connect() will use
    ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
    ; compile-time value defined MYSQL_PORT (in that order).
    mysql.default_port =
    ; Default socket name for local MySQL connects. If empty, uses the built-in
    ; MySQL defaults.
    mysql.default_socket =
    ; Default host for mysql_connect() (doesn't apply in safe mode).
    mysql.default_host =
    ; Default user for mysql_connect() (doesn't apply in safe mode).
    mysql.default_user =
    ; Default password for mysql_connect() (doesn't apply in safe mode).
    ; Note that this is generally a *bad* idea to store passwords in this file.
    ; *Any* user with PHP access can run 'echo get_cfg_var("mysql.default_password")
    ; and reveal this password! And of course, any users with read access to this
    ; file will be able to reveal the password as well.
    mysql.default_password =
    ; Maximum time (in seconds) for connect timeout. -1 means no limit
    mysql.connect_timeout = 60
    ; Trace mode. When trace_mode is active (=On), warnings for table/index scans and
    ; SQL-Errors will be displayed.
    mysql.trace_mode = Off
    [MySQLi]
    ; Maximum number of links. -1 means no limit.
    mysqli.max_links = -1
    ; Default port number for mysqli_connect(). If unset, mysqli_connect() will use
    ; the $MYSQL_TCP_PORT or the mysql-tcp entry in /etc/services or the
    ; compile-time value defined MYSQL_PORT (in that order).
    mysqli.default_port = 3306
    ; Default socket name for local MySQL connects. If empty, uses the built-in
    ; MySQL defaults.
    mysqli.default_socket =
    ; Default host for mysql_connect() (doesn't apply in safe mode).
    mysqli.default_host =
    ; Default user for mysql_connect() (doesn't apply in safe mode).
    mysqli.default_user =
    ; Default password for mysqli_connect() (doesn't apply in safe mode).
    ; Note that this is generally a *bad* idea to store passwords in this file.
    ; *Any* user with PHP access can run 'echo get_cfg_var("mysqli.default_pw")
    ; and reveal this password! And of course, any users with read access to this
    ; file will be able to reveal the password as well.
    mysqli.default_pw =
    ; Allow or prevent reconnect
    mysqli.reconnect = Off
    [mSQL]
    ; Allow or prevent persistent links.
    msql.allow_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    msql.max_persistent = -1
    ; Maximum number of links (persistent+non persistent). -1 means no limit.
    msql.max_links = -1
    [OCI8]
    ; enables privileged connections using external credentials (OCI_SYSOPER, OCI_SYSDBA)
    ;oci8.privileged_connect = Off
    ; Connection: The maximum number of persistent OCI8 connections per
    ; process. Using -1 means no limit.
    ;oci8.max_persistent = -1
    ; Connection: The maximum number of seconds a process is allowed to
    ; maintain an idle persistent connection. Using -1 means idle
    ; persistent connections will be maintained forever.
    ;oci8.persistent_timeout = -1
    ; Connection: The number of seconds that must pass before issuing a
    ; ping during oci_pconnect() to check the connection validity. When
    ; set to 0, each oci_pconnect() will cause a ping. Using -1 disables
    ; pings completely.
    ;oci8.ping_interval = 60
    ; Tuning: This option enables statement caching, and specifies how
    ; many statements to cache. Using 0 disables statement caching.
    ;oci8.statement_cache_size = 20
    ; Tuning: Enables statement prefetching and sets the default number of
    ; rows that will be fetched automatically after statement execution.
    ;oci8.default_prefetch = 10
    ; Compatibility. Using On means oci_close() will not close
    ; oci_connect() and oci_new_connect() connections.
    ;oci8.old_oci_close_semantics = Off
    [PostgresSQL]
    ; Allow or prevent persistent links.
    pgsql.allow_persistent = On
    ; Detect broken persistent links always with pg_pconnect().
    ; Auto reset feature requires a little overheads.
    pgsql.auto_reset_persistent = Off
    ; Maximum number of persistent links. -1 means no limit.
    pgsql.max_persistent = -1
    ; Maximum number of links (persistent+non persistent). -1 means no limit.
    pgsql.max_links = -1
    ; Ignore PostgreSQL backends Notice message or not.
    ; Notice message logging require a little overheads.
    pgsql.ignore_notice = 0
    ; Log PostgreSQL backends Noitce message or not.
    ; Unless pgsql.ignore_notice=0, module cannot log notice message.
    pgsql.log_notice = 0
    [Sybase]
    ; Allow or prevent persistent links.
    sybase.allow_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    sybase.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no limit.
    sybase.max_links = -1
    ;sybase.interface_file = "/usr/sybase/interfaces"
    ; Minimum error severity to display.
    sybase.min_error_severity = 10
    ; Minimum message severity to display.
    sybase.min_message_severity = 10
    ; Compatibility mode with old versions of PHP 3.0.
    ; If on, this will cause PHP to automatically assign types to results according
    ; to their Sybase type, instead of treating them all as strings. This
    ; compatibility mode will probably not stay around forever, so try applying
    ; whatever necessary changes to your code, and turn it off.
    sybase.compatability_mode = Off
    [Sybase-CT]
    ; Allow or prevent persistent links.
    sybct.allow_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    sybct.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no limit.
    sybct.max_links = -1
    ; Minimum server message severity to display.
    sybct.min_server_severity = 10
    ; Minimum client message severity to display.
    sybct.min_client_severity = 10
    [bcmath]
    ; Number of decimal digits for all bcmath functions.
    bcmath.scale = 0
    [browscap]
    ;browscap = extra/browscap.ini
    [Informix]
    ; Default host for ifx_connect() (doesn't apply in safe mode).
    ifx.default_host =
    ; Default user for ifx_connect() (doesn't apply in safe mode).
    ifx.default_user =
    ; Default password for ifx_connect() (doesn't apply in safe mode).
    ifx.default_password =
    ; Allow or prevent persistent links.
    ifx.allow_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    ifx.max_persistent = -1
    ; Maximum number of links (persistent + non-persistent). -1 means no limit.
    ifx.max_links = -1
    ; If on, select statements return the contents of a text blob instead of its id.
    ifx.textasvarchar = 0
    ; If on, select statements return the contents of a byte blob instead of its id.
    ifx.byteasvarchar = 0
    ; Trailing blanks are stripped from fixed-length char columns. May help the
    ; life of Informix SE users.
    ifx.charasvarchar = 0
    ; If on, the contents of text and byte blobs are dumped to a file instead of
    ; keeping them in memory.
    ifx.blobinfile = 0
    ; NULL's are returned as empty strings, unless this is set to 1. In that case,
    ; NULL's are returned as string 'NULL'.
    ifx.nullformat = 0
    [Session]
    ; Handler used to store/retrieve data.
    session.save_handler = files
    ; Argument passed to save_handler. In the case of files, this is the path
    ; where data files are stored.
    ; As of PHP 4.0.1, you can define the path as:
    ; session.save_path = "N;/path"
    ; where N is an integer. Instead of storing all the session files in
    ; /path, what this will do is use subdirectories N-levels deep, and
    ; store the session data in those directories. This is useful if you
    ; or your OS have problems with lots of files in one directory, and is
    ; a more efficient layout for servers that handle lots of sessions.
    ; NOTE 1: PHP will not create this directory structure automatically.
    ; You can use the script in the ext/session dir for that purpose.
    ; NOTE 2: See the section on garbage collection below if you choose to
    ; use subdirectories for session storage
    ; The file storage module creates files using mode 600 by default.
    ; You can change that by using
    ; session.save_path = "N;MODE;/path"
    ; where MODE is the octal representation of the mode. Note that this
    ; does not overwrite the process's umask.
    session.save_path = "/www/sessions"
    ; Whether to use cookies.
    session.use_cookies = 1
    ;session.cookie_secure =
    ; This option enables administrators to make their users invulnerable to
    ; attacks which involve passing session ids in URLs; defaults to 0.
    session.use_only_cookies = 1
    ; Name of the session (used as cookie name).
    session.name = ServerSessionIdentifier
    ; Initialize session on request startup.
    session.auto_start = 0
    ; Lifetime in seconds of cookie or, if 0, until browser is restarted.
    session.cookie_lifetime = 0
    ; The path for which the cookie is valid.
    session.cookie_path = /
    ; The domain for which the cookie is valid.
    session.cookie_domain =
    ; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scripting languages such as JavaScript.
    session.cookie_httponly = 1
    ; Handler used to serialize data. php is the standard serializer of PHP.
    session.serialize_handler = php
    ; Define the probability that the 'garbage collection' process is started
    ; on every session initialization.
    ; The probability is calculated by using gc_probability/gc_divisor,
    ; e.g. 1/100 means there is a 1% chance that the GC process starts
    ; on each request.
    session.gc_probability = 1
    session.gc_divisor = 30
    ; After this number of seconds, stored data will be seen as 'garbage' and
    ; cleaned up by the garbage collection process.
    session.gc_maxlifetime = 3600
    ; NOTE: If you are using the subdirectory option for storing session files
    ; (see session.save_path above), then garbage collection does *not*
    ; happen automatically. You will need to do your own garbage
    ; collection through a shell script, cron entry, or some other method.
    ; For example, the following script would is the equivalent of
    ; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
    ; cd /path/to/sessions; find -cmin +24 | xargs rm
    ; PHP 4.2 and less have an undocumented feature/bug that allows you to
    ; to initialize a session variable in the global scope, albeit register_globals
    ; is disabled. PHP 4.3 and later will warn you, if this feature is used.
    ; You can disable the feature and the warning separately. At this time,
    ; the warning is only displayed, if bug_compat_42 is enabled.
    session.bug_compat_42 = 0
    session.bug_compat_warn = 1
    ; Check HTTP Referer to invalidate externally stored URLs containing ids.
    ; HTTP_REFERER has to contain this substring for the session to be
    ; considered as valid.
    session.referer_check =
    ; How many bytes to read from the file.
    session.entropy_length = 0
    ; Specified here to create the session id.
    session.entropy_file =
    ;session.entropy_length = 16
    ;session.entropy_file = /dev/urandom
    ; Set to {nocache,private,public,} to determine HTTP caching aspects
    ; or leave this empty to avoid sending anti-caching headers.
    session.cache_limiter = none
    ; Document expires after n minutes.
    session.cache_expire = 0
    ; trans sid support is disabled by default.
    ; Use of trans sid may risk your users security.
    ; Use this option with caution.
    ; - User may send URL contains active session ID
    ; to other person via. email/irc/etc.
    ; - URL that contains active session ID may be stored
    ; in publically accessible computer.
    ; - User may access your site with the same session ID
    ; always using URL stored in browser's history or bookmarks.
    session.use_trans_sid = 0
    ; Select a hash function
    ; 0: MD5 (128 bits)
    ; 1: SHA-1 (160 bits)
    session.hash_function = 1
    ; Define how many bits are stored in each character when converting
    ; the binary hash data to something readable.
    ; 4 bits: 0-9, a-f
    ; 5 bits: 0-9, a-v
    ; 6 bits: 0-9, a-z, A-Z, "-", ","
    session.hash_bits_per_character = 6
    ; The URL rewriter will look for URLs in a defined set of HTML tags.
    ; form/fieldset are special; if you include them here, the rewriter will
    ; add a hidden <input> field with the info which is otherwise appended
    ; to URLs. If you want XHTML conformity, remove the form entry.
    ; Note that all valid entries require a "=", even if no value follows.
    ;url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=fakeentry"
    [MSSQL]
    ; Allow or prevent persistent links.
    mssql.allow_persistent = On
    ; Maximum number of persistent links. -1 means no limit.
    mssql.max_persistent = -1
    ; Maximum number of links (persistent+non persistent). -1 means no limit.
    mssql.max_links = -1
    ; Minimum error severity to display.
    mssql.min_error_severity = 10
    ; Minimum message severity to display.
    mssql.min_message_severity = 10
    ; Compatibility mode with old versions of PHP 3.0.
    mssql.compatability_mode = Off
    ; Connect timeout
    ;mssql.connect_timeout = 5
    ; Query timeout
    ;mssql.timeout = 60
    ; Valid range 0 - 2147483647. Default = 4096.
    ;mssql.textlimit = 4096
    ; Valid range 0 - 2147483647. Default = 4096.
    ;mssql.textsize = 4096
    ; Limits the number of records in each batch. 0 = all records in one batch.
    ;mssql.batchsize = 0
    ; Specify how datetime and datetim4 columns are returned
    ; On => Returns data converted to SQL server settings
    ; Off => Returns values as YYYY-MM-DD hh:mm:ss
    ;mssql.datetimeconvert = On
    ; Use NT authentication when connecting to the server
    mssql.secure_connection = Off
    ; Specify max number of processes. -1 = library default
    ; msdlib defaults to 25
    ; FreeTDS defaults to 4096
    ;mssql.max_procs = -1
    ; Specify client character set.
    ; If empty or not set the client charset from freetds.comf is used
    ; This is only used when compiled with FreeTDS
    ;mssql.charset = "ISO-8859-1"
    [Assertion]
    ; Assert(expr); active by default.
    ;assert.active = On
    ; Issue a PHP warning for each failed assertion.
    ;assert.warning = On
    ; Don't bail out by default.
    ;assert.bail = Off
    ; User-function to be called if an assertion fails.
    ;assert.callback = 0
    ; Eval the expression with current error_reporting(). Set to true if you want
    ; error_reporting(0) around the eval().
    ;assert.quiet_eval = 0
    [COM]
    ; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
    ;com.typelib_file =
    ; allow Distributed-COM calls
    ;com.allow_dcom = true
    ; autoregister constants of a components typlib on com_load()
    ;com.autoregister_typelib = true
    ; register constants casesensitive
    ;com.autoregister_casesensitive = false
    ; show warnings on duplicate constant registrations
    ;com.autoregister_verbose = true
    [mbstring]
    ; language for internal character representation.
    ;mbstring.language = Japanese
    ; internal/script encoding.
    ; Some encoding cannot work as internal encoding.
    ; (e.g. SJIS, BIG5, ISO-2022-*)
    ;mbstring.internal_encoding = EUC-JP
    ; http input encoding.
    ;mbstring.http_input = auto
    ; http output encoding. mb_output_handler must be
    ; registered as output buffer to function
    ;mbstring.http_output = SJIS
    ; enable automatic encoding translation according to
    ; mbstring.internal_encoding setting. Input chars are
    ; converted to internal encoding by setting this to On.
    ; Note: Do _not_ use automatic encoding translation for
    ; portable libs/applications.
    ;mbstring.encoding_translation = Off
    ; automatic encoding detection order.
    ; auto means
    ;mbstring.detect_order = auto
    ; substitute_character used when character cannot be converted
    ; one from another
    ;mbstring.substitute_character = none;
    ; overload(replace) single byte functions by mbstring functions.
    ; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
    ; etc. Possible values are 0,1,2,4 or combination of them.
    ; For example, 7 for overload everything.
    ; 0: No overload
    ; 1: Overload mail() function
    ; 2: Overload str*() functions
    ; 4: Overload ereg*() functions
    ;mbstring.func_overload = 0
    ; enable strict encoding detection.
    ;mbstring.strict_encoding = Off
    [FrontBase]
    ;fbsql.allow_persistent = On
    ;fbsql.autocommit = On
    ;fbsql.show_timestamp_decimals = Off
    ;fbsql.default_database =
    ;fbsql.default_database_password =
    ;fbsql.default_host =
    ;fbsql.default_password =
    ;fbsql.default_user = "_SYSTEM"
    ;fbsql.generate_warnings = Off
    ;fbsql.max_connections = 128
    ;fbsql.max_links = 128
    ;fbsql.max_persistent = -1
    ;fbsql.max_results = 128
    [gd]
    ; Tell the jpeg decode to libjpeg warnings and try to create
    ; a gd image. The warning will then be displayed as notices
    ; disabled by default
    ;gd.jpeg_ignore_warning = 0
    [exif]
    ; Exif UNICODE user comments are handled as UCS-2BE/UCS-2LE and JIS as JIS.
    ; With mbstring support this will automatically be converted into the encoding
    ; given by corresponding encode setting. When empty mbstring.internal_encoding
    ; is used. For the decode settings you can distinguish between motorola and
    ; intel byte order. A decode setting cannot be empty.
    ;exif.encode_unicode = ISO-8859-15
    ;exif.decode_unicode_motorola = UCS-2BE
    ;exif.decode_unicode_intel = UCS-2LE
    ;exif.encode_jis =
    ;exif.decode_jis_motorola = JIS
    ;exif.decode_jis_intel = JIS
    [Tidy]
    ; The path to a default tidy configuration file to use when using tidy
    ;tidy.default_config = /usr/local/lib/php/default.tcfg
    ; Should tidy clean and repair output automatically?
    ; WARNING: Do not use this option if you are generating non-html content
    ; such as dynamic images
    tidy.clean_output = Off
    [soap]
    ; Enables or disables WSDL caching feature.
    soap.wsdl_cache_enabled=1
    ; Sets the directory name where SOAP extension will put cache files.
    soap.wsdl_cache_dir="/tmp"
    ; (time to live) Sets the number of second while cached file will be used
    ; instead of original one.
    soap.wsdl_cache_ttl=86400
    ; available extensions
    ;extension=bcmath.so
    ;extension=bz2.so
    ;extension=calendar.so
    ;extension=curl.so
    ;extension=dba.so
    ;extension=dbase.so
    ;extension=exif.so
    ;extension=ftp.so
    extension=gd.so
    extension=gettext.so
    ;extension=iconv.so
    ;extension=imap.so
    ;extension=json.so
    ;extension=ldap.so
    extension=mcrypt.so
    ;extension=mime_magic.so
    extension=mysql.so
    ;extension=mysqli.so
    ;extension=ncurses.so
    ;extension=odbc.so
    extension=openssl.so
    extension=pdo.so
    extension=pdo_mysql.so
    ;extension=pdo_odbc.so
    ;extension=pdo_pgsql.so
    ;extension=pdo_sqlite.so
    ;extension=pgsql.so
    ;extension=posix.so
    ;extension=pspell.so
    extension=session.so
    ;extension=shmop.so
    ;extension=snmp.so
    ;extension=soap.so
    extension=sockets.so
    ;extension=sqlite.so
    ;extension=sysvmsg.so
    ;extension=sysvsem.so
    ;extension=sysvshm.so
    ;extension=tidy.so
    ;extension=xmlrpc.so
    ;extension=xsl.so
    ;extension=zip.so
    extension=zlib.so
    ; Local Variables:
    ; tab-width: 4
    ; End:
    Some more info:
    [root@Taurine etc]# php-cgi -m
    [PHP Modules]
    cgi-fcgi
    Core
    ctype
    date
    dom
    ereg
    fileinfo
    filter
    gettext
    hash
    libxml
    mbstring
    mysql
    mysqlnd
    openssl
    pcre
    PDO
    pdo_mysql
    Reflection
    session
    SimpleXML
    sockets
    SPL
    standard
    tokenizer
    xml
    xmlreader
    xmlwriter
    zlib
    [Zend Modules]
    [root@Taurine etc]# php-cgi -v
    PHP 5.3.0 with Suhosin-Patch (cgi-fcgi) (built: Sep 16 2009 13:55:34)
    Copyright (c) 1997-2009 The PHP Group
    Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies
    [root@Taurine etc]# cd /usr/lib/php/modules/
    [root@Taurine modules]# ls -alh
    totalt 3,2M
    drwxr-xr-x 2 root root 4,0K 16 sep 13.57 .
    drwxr-xr-x 4 root root 4,0K 16 sep 13.57 ..
    -rwxr-xr-x 1 root root 27K 16 sep 13.57 bcmath.so
    -rwxr-xr-x 1 root root 21K 16 sep 13.57 bz2.so
    -rwxr-xr-x 1 root root 25K 16 sep 13.57 calendar.so
    -rwxr-xr-x 1 root root 51K 16 sep 13.57 dba.so
    -rwxr-xr-x 1 root root 52K 16 sep 13.57 exif.so
    -rwxr-xr-x 1 root root 46K 16 sep 13.57 ftp.so
    -rwxr-xr-x 1 root root 11K 16 sep 13.57 gettext.so
    -rwxr-xr-x 1 root root 37K 16 sep 13.57 iconv.so
    -rwxr-xr-x 1 root root 1,2M 16 sep 13.57 imap.so
    -rwxr-xr-x 1 root root 35K 16 sep 13.57 json.so
    -rwxr-xr-x 1 root root 43K 16 sep 13.57 mysql.so
    -rwxr-xr-x 1 root root 109K 16 sep 13.57 mysqli.so
    -rwxr-xr-x 1 root root 110K 16 sep 13.57 openssl.so
    -rwxr-xr-x 1 root root 98K 16 sep 13.57 pdo.so
    -rwxr-xr-x 1 root root 24K 16 sep 13.57 pdo_mysql.so
    -rwxr-xr-x 1 root root 286K 16 sep 13.57 phar.so
    -rwxr-xr-x 1 root root 26K 16 sep 13.57 posix.so
    -rwxr-xr-x 1 root root 9,8K 16 sep 13.57 shmop.so
    -rwxr-xr-x 1 root root 356K 16 sep 13.57 soap.so
    -rwxr-xr-x 1 root root 46K 16 sep 13.57 sockets.so
    -rwxr-xr-x 1 root root 355K 16 sep 13.57 sqlite.so
    -rwxr-xr-x 1 root root 15K 16 sep 13.57 sysvmsg.so
    -rwxr-xr-x 1 root root 8,3K 16 sep 13.57 sysvsem.so
    -rwxr-xr-x 1 root root 11K 16 sep 13.57 sysvshm.so
    -rwxr-xr-x 1 root root 79K 16 sep 13.57 xmlrpc.so
    -rwxr-xr-x 1 root root 79K 16 sep 13.57 zip.so
    Last edited by nullvoid (2009-09-22 17:39:47)

  • Some Videos and Games Do Not Work, Mac Snow Leopard

    This is a problem I have actually had for a while, but it never really affected much that I considered important. Now it is just getting annoying.
    Basically, certain video players and online games do not work. Most video players outside of YouTube will not work. The player will load, but the video never does. For example, the most recent video I have had trouble with is the Nickelodeon video player for The Legend of Korra. When I try to watch that, I get a black box, and a “Loading” type image pops up, swirls around once, and then disappears. After that, the whole thing becomes unresponsive. This is typical of many, but not all, video players I have encountered on the web.
    I am not sure if it is related, but I have also had trouble with various games. Often time, they will work fine until reaching some transition point, such as the end of a level, and then they will become unresponsive. A good example here is the game Bloons Tower Defense 4. This is a game I know was responsive on my older system. But now, when it loads the level, it freezes up before loading the available towers to place and becomes otherwise unresponsive.An example is shown below. The top-left question mark box in the right-hand sidebar should reveal a dart monkey, and my starting money should be filled, but instead the game hangs up. I have had similar hang-ups on a number of games, so I am certain the problem is not just with this game.
    As I said, I have had this problem for a while now. I have upgraded both Flash and my browsers a number of times since they started. I have these problems in all my browsers (Safari, Opera, Camino, Firefox), so it seems to be a problem with Flash. I have also tried uninstalling and re-installing flash and disabling all other browser plug-ins.
    I am using a MacBook Pro with Macintosh OS X 10.6.8 Snow Leopard, 2.53 GHz Intel Core i5, with Flash 11.2.202.233. Current Browsers: Firefox 11.0, Opera 11.61, Camino 2.1.2, Safari 5.1.5
    Any ideas what I could be overlooking?

    Hey, it is getting them to work. Although I still have the “URL Not Found” error on BTD, and I get a whole different debugger error on Korra. But none of the errors prevent the associated items from working. Hopefully this will work in the other places I have had trouble with.
    Anyway, the new error for Korra was:
    Error #2044: Unhandled ioError:. text=Error #2032: Stream Error. URL: http://pixel.quantserve.com/api/segments.xml?a=p-94wNw88f65Rhk
        at com.mtvnet.reporting.agents::QuantcastReporter/sendDemoData()
        at com.mtvnet.reporting.agents::QuantcastReporter/onCustomData()
        at org.osflash.signals::Signal/dispatch()
        at com.mtvnet.reporting::ReportingManager/dispatch()
        at com.mtvnet.reporting::ReportingManager/onCustomData()
        at com.mtvnet.mediaplayer.view::ReportingMediator/onRegister()
        at org.puremvc.as3.multicore.core::View/registerMediator()
        at org.puremvc.as3.multicore.patterns.facade::Facade/registerMediator()
        at com.mtvnet.mediaplayer::ApplicationFacade/registerMediator()
        at com.mtvnet.mediaplayer.command::ModelPrepCommand/execute()
        at org.puremvc.as3.multicore.core::Controller/executeCommand()
        at Function/http://adobe.com/AS3/2006/builtin::apply()
        at org.puremvc.as3.multicore.patterns.observer::Observer/notifyObserver()
        at org.puremvc.as3.multicore.core::View/notifyObservers()
        at org.puremvc.as3.multicore.patterns.facade::Facade/notifyObservers()
        at org.puremvc.as3.multicore.patterns.facade::Facade/sendNotification()
        at org.puremvc.as3.multicore.patterns.observer::Notifier/sendNotification()
        at com.mtvnet.mediaplayer.command::InitializeCommand/execute()
        at org.puremvc.as3.multicore.core::Controller/executeCommand()
        at Function/http://adobe.com/AS3/2006/builtin::apply()
        at org.puremvc.as3.multicore.patterns.observer::Observer/notifyObserver()
        at org.puremvc.as3.multicore.core::View/notifyObservers()
        at org.puremvc.as3.multicore.patterns.facade::Facade/notifyObservers()
        at org.puremvc.as3.multicore.patterns.facade::Facade/sendNotification()
        at org.puremvc.as3.multicore.patterns.observer::Notifier/sendNotification()
        at com.mtvnet.mediaplayer.model::ConfigLoader/onReady()
        at com.mtvnet.mediaplayer.model::ConfigLoader/set xml()
        at com.mtvnet.mediaplayer.command::LoadConfigCommand/execute()
        at org.puremvc.as3.multicore.core::Controller/executeCommand()
        at Function/http://adobe.com/AS3/2006/builtin::apply()
        at org.puremvc.as3.multicore.patterns.observer::Observer/notifyObserver()
        at org.puremvc.as3.multicore.core::View/notifyObservers()
        at org.puremvc.as3.multicore.patterns.facade::Facade/notifyObservers()
        at org.puremvc.as3.multicore.patterns.facade::Facade/sendNotification()
        at com.mtvnet.mediaplayer::ApplicationFacade/startup()
        at com.mtvnet.mediaplayer::MediaPlayerController/onAddedToStage()
        at com.mtvnet.mediaplayer::MediaPlayerController/initialize()
        at com.mtvnservices.media.as3player.view.mediator::MediaPlayerMediator/initPlayer()
        at com.mtvnservices.media.as3player.controller::InitPlayerCommand/execute()
        at org.puremvc.as3.multicore.core::Controller/executeCommand()
        at Function/http://adobe.com/AS3/2006/builtin::apply()
        at org.puremvc.as3.multicore.patterns.observer::Observer/notifyObserver()
        at org.puremvc.as3.multicore.core::View/notifyObservers()
        at org.puremvc.as3.multicore.patterns.facade::Facade/notifyObservers()
        at org.puremvc.as3.multicore.patterns.facade::Facade/sendNotification()
        at org.puremvc.as3.multicore.patterns.observer::Notifier/sendNotification()
        at com.mtvnservices.media.as3player.controller::ViewPrepCommand/execute()
        at org.puremvc.as3.multicore.core::Controller/executeCommand()
        at Function/http://adobe.com/AS3/2006/builtin::apply()
        at org.puremvc.as3.multicore.patterns.observer::Observer/notifyObserver()
        at org.puremvc.as3.multicore.core::View/notifyObservers()
        at org.puremvc.as3.multicore.patterns.facade::Facade/notifyObservers()
        at org.puremvc.as3.multicore.patterns.facade::Facade/sendNotification()
        at com.mtvnservices.media.as3player.controller::ModelPrepCommand/execute()
        at org.puremvc.as3.multicore.core::Controller/executeCommand()
        at Function/http://adobe.com/AS3/2006/builtin::apply()
        at org.puremvc.as3.multicore.patterns.observer::Observer/notifyObserver()
        at org.puremvc.as3.multicore.core::View/notifyObservers()
        at org.puremvc.as3.multicore.patterns.facade::Facade/notifyObservers()
        at org.puremvc.as3.multicore.patterns.facade::Facade/sendNotification()
        at org.puremvc.as3.multicore.patterns.observer::Notifier/sendNotification()
        at ConfigLoaderProxy/onConfigLoad()
        at flash.events::EventDispatcher/dispatchEventFunction()
        at flash.events::EventDispatcher/dispatchEvent()

  • Hdmi does not work

    I am trying to hook up a logitech revue unit to my hitachi hdtv.  It requires an hdmi input.  When we first got fios, (qip 6200 p2 stb), no amount of fiddling with cables, settings and what not got hdmi to work.  After much frustration, etc. said to hell with it and went with component output.  Worked fine.  Now I need hdmi.  TV keeps saying "no video signal. "  Tried all three hdmi tv ports and tried all tv input option settings.  No go. It did come on intermittently , but only after an un-acceptable delay.  Yes!  I did disconnect the component outputs before trying the HDMI.  have rebooted  and resetted the world to no avail.  According to the various forums,    this Motorola hdmi fiasco has been ongoing for almost three years.  I want a fix, ASAP.  Or at least a reliable date for a fix.  BTW I am an EE+ computer science engineer.  I've tried the entire customer service 101 stuff so please don't tell me to change my cables.
    Boris {edited for privacy}

    As I said in my posting, I am a professional.  I would not have bought the unit had I not seen the logitech listing of compatible STB.  Also, be assured that I have hooked it up correctly.  There does not appear to be any way to do it wrong.
    1.  STB hdmi OUT  to Revue hdmi  IN
    2. Revue HDMI OUT to TV HDMI IN   Tried all three ports.  NO Go.
    How pray tell could I have screwed that up?
    Read my post please. Went through the cable **bleep**
    Revue HDMI out to TV works okay I get a signal and can start the initialization procedure.  I have a wifi problem which
    I may fix by opting ethernet if high gain antenna does not fix.  As I said, I am a professional..i have read thoroughly the Actiontec (router), logitech  and Verizon Forums.  This STB misbehavior is endemic to to the benighted Motorola STB and has been endemic from the start.  Obviously, Logitec testing of the Motorola STB was inadequate.  My original question
    stands, since the MOtorola STB does not work on HDMI.  Please confine your reply to a substantive response to my question.
    1. When will the Verizon STB  be made to provide fully functional HDMI outputs.
    if not that,
    2. When will Verizon provide a fully functional STB?
    BorisBeizer
    MSEE ( Uof P 1963)  PhD Computer science (ditto, 1967).

  • HP SimplePass Reader Does not Work after Sleep

    I have only had my laptop for a week - the fingerprint reader stopped working 2 days after I bought it. I have tried everything: removing and re-installing various drivers and software, stopping and starting Credentials Manager, unchecking the box that allows the computer to turn the reader off to save power, etc.
    I have gotten it to the point where it functions when the computer is logged in, but not after sleep. It works once if you restart the computer, but after waking it from sleep it does not initialize. (no light or anything) However, if you "lock" the desktop from the start menu, the reader will log it in again. (without closing the lid or putting it to sleep)
    Simple Pass version 6.0 (latest downloaded from HP.com)
    Envy Dv6 7229wm
    Windows 8 64-bit
    Thanks

    Hello hawvi,
    I see that you are having problems with the fingerprint reader not working after returning from sleep mode. I would like to help with this issue but I need some information.
    Can you provide the full model and product number of the computer? Here is a link that shows how to find that information.
    What operating system are you using?
    How long have you had the problem?
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Possible Solution to Google Search Bar Not Working/Safari Not Loading Pages

    Hello Apple Forums,
    I have recently encountered a possible solution to a problem with Safari. The one in which Safari fails to load any page associated with www.google.com. Especially the Google Search Bar—a feature I use frequently.
    After browsing through the forums about the Google Search Bar issue, I took my knewly gained knowledge, and decided to do some diagnosing for myself.
    This is what I have done so far to try and solve this issue:
    Run Daily, Weekly, and Monthly Cron Scripts
    Cleared the following caches:
    System Local Computer Cache
    System VM (Swap) Files
    Curent User Cache
    Current User Icon Cache
    Internet Explorer Download Cache
    Page History
    Web Site Cache
    Temporary Files
    Safari Downloads List
    Form Values
    Page History
    Recent Searches
    Site Icons
    Web Site Cache
    User Cookies (used by Safari)
    Finder Recent Applications
    Recent Documents
    Recent Folders
    Recent Servers
    Recent Files of AppleWorks 6
    Disk Utility Disk Images
    Preview
    QuickTime Player Favorites/Recent
    REALbasic Projects
    TextEdit
    VideoLanClient
    and Other caches of Acquisition Current Downloads
    Acquisition Recent Searches
    MSN Conversation History
    Vicomsoft FTP Client Icon Cache
    All of the above runnings of Cron scripts and clearings of Caches were done using Mac Pilot version 1.1.5 (yes the one on the site is an updated version, but I have not downloaded it yet). If you decide to use this program to clear caches, I advise not clearing the Installer Receipts under the System section as Installer Receipts are used to correctly repair permissions. I do not clear Find File Indexes either, because I use the Find File feature quite frequently on my computer and I do not want to have it re-index files all the time (perhaps I'll do it every few months or so to refresh what I've got on the harddrive). Remember, all the information given in this paragraph is relative to Mac Pilot version 1.1.5.
    In addition, I have also repaired permissions using Disk Utility 10.4.4 (v145.7) (make sure you restart your computer after you repair permissions). I have taken out items in /harddrive/library/StartUpItems as well as taking out items in /harddrive/library/Internet Plug-Ins and in /user/library/Internet Plug-Ins and in user/library/Caches (restart your computer after taking out or putting in items in these locations).
    As of now, all the information mentioned above about trying to fix this problem have NOT worked.
    What HAS WORKED for me was tinkering with my 3rd party firewall—Norton Personal Firewall Version 3.0 (48). Under the Protection Settings, I HAD Enable Active FTB support, Enable Stealth mode, Enable suspicious activity protection (with Deny outgoing suspicious traffic and Deny incoming suspicious traffic selected), Enable UDP Protection (with Protect outgoing UDP connections, Allow access to essential services, and Protect a range of UDP ports 1 through 1023 selected).
    What I CHANGED in Protection Settings was DESELECT Enable suspicious activity protection (with Deny outgoing suspicious traffic and Deny incoming suspicious traffic DESELECTED). Upon deselecting that information the Google Search Bar feature in Safari WORKED practically instantaneously. Before hand, anything I inputted into Safari and after hitting Return on the keyboard just wound up hanging there.
    Just to be sure, all tests were performed on:
    IMac G4 800 Mhz SD Mac OSX 10.3.9 with ALL the latest Software Updates, Except Apple Remote Desktop Client version 1.2.4 and iPod Updater 2006-01-10
    I have a cable internet connection with ISP Time Warner Cable (RoadRunner) using a SurfBoard SB4100 Cable Modem on an AirPort Extreme Base Station (Apple Base Station V5.6)
    Interesting side note: I have a PowerBook G4 15" 1 Ghz Mac OSX 10.3.9 Laptop running on the same network (although it has an airport extreme card as opposed to the regular airport card in the iMac) with ALL the same latest Software Updates, Except iPod Updater 2006-01-10. The Apple Remote Desktop Client version 1.2.4 does not come up on Software Update on the Laptop and I can not find it on the harddrive using a name search in the Finder Find feature. It does not show up in Applications folder, so I do not know if it is on or active on the Laptop.
    The LAPTOP IS ABLE TO USE ALL GOOGLE FEATURES without DESELECTING Enable suspicious activity protection (with Deny outgoing suspicious traffic and Deny incoming suspicious traffic DESELECTED). Why this is apparent I have not officially confirmed.
    What I do know is that I have tried to Uninstall Norton Personal Firewall Version 3.0 (48) with the appropriate uninstaller but it FAILS during the uninstall (I wanted to uninstall and reinstall, it appears the program became corrupted). What I did to possibly circumvent this was to search for the phrase 'Personal Fire" using the Finder's Find feature (Search for items whose name contains 'Personal Fire') and deleted all the files that came up related to Norton Personal Firewall Version 3.0 (48). I then reinstalled Norton Personal Firewall Version 3.0 (48) since then, and it continues to have the problem with Enable suspicious activity protection (with Deny outgoing suspicious traffic and Deny incoming suspicious traffic selected).
    What I have not done:
    Updated Prebinding
    Run TechTool Pro version 4.1.2
    Install Combo OSX 10.3.9
    Initialize HardDrive with complete reinstallation of OSX 10.3.9
    To Summarize Possible Solution
    I've tried many possible solutions, what appears to work best as of now is to DESELECT Enable suspicious activity protection (making sure Deny outgoing suspicious traffic and Deny incoming suspicious traffic are deselected) under Protection Settings in Norton Personal Firewall Version 3.0 (48).
    One could try deselecting something similar in any firewall application other than Norton Personal Firewall Version 3.0 (48), to see if it is suspicious activity settings in firewalls that cause the problem.
    Any comments/feedbacks are extremely welcome.
    Hope It Helps!
    iMac G4 800Mhz SD 10.3.9 & PowerBook G4 15" 1 Ghz 10.3.9    
    iMac G4 800Mhz SD    
    iMac G4 800Mhz SD    
    iMac G4 800Mhz SD    
    iMac G4 800Mhz SD    
    iMac G4 800Mhz SD    

    Hello tr:
    Welcome to Apple discussions and thank you for your very very thorough post.
    Your instincts to delete anything named "Norton" were right on the mark. Norton software is POISON to Macs running OS X. An additional software firewall is, IMHO, completely unnecessary. Turn on the built-in firewall in OS X - it is robust. In fact, if it is already on, there may be a conflict.
    Go to Symantec's web site and use the uninstaller you should find there to get rid of the Norton stuff. After you do that, do a "find" on Norton and Symantec to be sure it is all gone - the stuff hides everywhere.
    Barry

  • NVIDIA driver not working on HP envy dv7

    Hi,
    i trying to install nvidia official driver to my HP envy dv7 laptop.
    Two wasted nights without success.
    I trying newest version from nvidia.com and from pacman.
    Result is same in both cases - black screen, high cpu temperatures, no video output.
    Pasted logs are from pacman version.
    Thank you for help !
    uname -a :
    $ uname -a
    Linux localhost 3.13.5-1-ARCH #1 SMP PREEMPT Sun Feb 23 00:25:24 CET 2014 x86_64 GNU/Linux
    lspci | grep VGA
    $ lspci | grep VGA
    00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor Graphics Controller (rev 09)
    01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 630M] (rev a1)
    modinfo nvidia
    $modinfo nvidia
    filename: /lib/modules/3.13.5-1-ARCH/extramodules/nvidia.ko.gz
    alias: char-major-195-*
    version: 331.38
    supported: external
    license: NVIDIA
    alias: pci:v000010DEd00000E00sv*sd*bc04sc80i00*
    alias: pci:v000010DEd00000AA3sv*sd*bc0Bsc40i00*
    alias: pci:v000010DEd*sv*sd*bc03sc02i00*
    alias: pci:v000010DEd*sv*sd*bc03sc00i00*
    depends: drm,i2c-core
    vermagic: 3.13.0-1-ARCH SMP preempt mod_unload modversions
    parm: NVreg_Mobile:int
    parm: NVreg_ResmanDebugLevel:int
    parm: NVreg_RmLogonRC:int
    parm: NVreg_ModifyDeviceFiles:int
    parm: NVreg_DeviceFileUID:int
    parm: NVreg_DeviceFileGID:int
    parm: NVreg_DeviceFileMode:int
    parm: NVreg_RemapLimit:int
    parm: NVreg_UpdateMemoryTypes:int
    parm: NVreg_InitializeSystemMemoryAllocations:int
    parm: NVreg_RMEdgeIntrCheck:int
    parm: NVreg_UsePageAttributeTable:int
    parm: NVreg_MapRegistersEarly:int
    parm: NVreg_RegisterForACPIEvents:int
    parm: NVreg_CheckPCIConfigSpace:int
    parm: NVreg_EnablePCIeGen3:int
    parm: NVreg_EnableMSI:int
    parm: NVreg_MemoryPoolSize:int
    parm: NVreg_RegistryDwords:charp
    parm: NVreg_RmMsg:charp
    parm: NVreg_AssignGpus:charp
    pacman -Qi nvidia
    $pacman -Qi nvidia
    Name : nvidia
    Version : 331.38-3
    Description : NVIDIA drivers for linux
    Architecture : x86_64
    URL : http://www.nvidia.com/
    Licenses : custom
    Groups : None
    Provides : None
    Depends On : linux>=3.13 linux<3.14 nvidia-libgl nvidia-utils=331.38
    Optional Deps : None
    Required By : None
    Optional For : bumblebee
    Conflicts With : nvidia-96xx nvidia-173xx
    Replaces : None
    Installed Size : 4642.00 KiB
    Packager : Thomas Bächler <[email protected]>
    Build Date : Sun 26 Jan 2014 10:22:40 AM UTC
    Install Date : Wed 26 Feb 2014 05:45:32 PM UTC
    Install Reason : Explicitly installed
    Install Script : Yes
    Validated By : Signature
    nvidia-xconfig --query-gpu-info
    $nvidia-xconfig --query-gpu-info
    Number of GPUs: 1
    GPU #0:
    Name : GeForce GT 630M
    UUID : GPU-172f9afb-954f-a30c-b9e1-016f89943947
    PCI BusID : PCI:1:0:0
    Number of Display Devices: 1
    Display Device 0 (CRT-0):
    No EDID information available.
    xorg.0.log
    [ 2028.379]
    X.Org X Server 1.15.0
    Release Date: 2013-12-27
    [ 2028.394] X Protocol Version 11, Revision 0
    [ 2028.399] Build Operating System: Linux 3.12.5-1-ARCH x86_64
    [ 2028.407] Current Operating System: Linux localhost 3.13.5-1-ARCH #1 SMP PREEMPT Sun Feb 23 00:25:24 CET 2014 x86_64
    [ 2028.407] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=64c5186f-288d-4708-959e-38cca5d1b5c0 rw quiet
    [ 2028.423] Build Date: 09 January 2014 08:47:24AM
    [ 2028.431]
    [ 2028.439] Current version of pixman: 0.32.4
    [ 2028.456] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 2028.456] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 2028.498] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Feb 26 18:29:34 2014
    [ 2028.510] (==) Using config file: "/etc/X11/xorg.conf"
    [ 2028.522] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 2028.535] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 2028.548] (==) ServerLayout "Layout0"
    [ 2028.561] (**) |-->Screen "Screen0" (0)
    [ 2028.574] (**) | |-->Monitor "Monitor0"
    [ 2028.587] (**) | |-->Device "Device0"
    [ 2028.601] (**) |-->Input Device "Keyboard0"
    [ 2028.615] (**) |-->Input Device "Mouse0"
    [ 2028.629] (==) Automatically adding devices
    [ 2028.643] (==) Automatically enabling devices
    [ 2028.658] (==) Automatically adding GPU devices
    [ 2028.673] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 2028.688] Entry deleted from font path.
    [ 2028.704] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 2028.721] Entry deleted from font path.
    [ 2028.738] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 2028.756] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 2028.774] Entry deleted from font path.
    [ 2028.792] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 2028.869] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 2028.889] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 2028.910] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    [ 2028.931] (WW) Disabling Keyboard0
    [ 2028.952] (WW) Disabling Mouse0
    [ 2028.974] (II) Loader magic: 0x804c80
    [ 2028.995] (II) Module ABI versions:
    [ 2029.017] X.Org ANSI C Emulation: 0.4
    [ 2029.039] X.Org Video Driver: 15.0
    [ 2029.062] X.Org XInput driver : 20.0
    [ 2029.084] X.Org Server Extension : 8.0
    [ 2029.107] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 2029.109] (--) PCI:*(0:0:2:0) 8086:0166:103c:181d rev 9, Mem @ 0xd4000000/4194304, 0xc0000000/268435456, I/O @ 0x00005000/64
    [ 2029.134] (--) PCI: (0:1:0:0) 10de:0de9:103c:181d rev 161, Mem @ 0xd2000000/16777216, 0xa0000000/268435456, 0xb0000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/524288
    [ 2029.186] (II) Open ACPI successful (/var/run/acpid.socket)
    [ 2029.213] Initializing built-in extension Generic Event Extension
    [ 2029.240] Initializing built-in extension SHAPE
    [ 2029.267] Initializing built-in extension MIT-SHM
    [ 2029.295] Initializing built-in extension XInputExtension
    [ 2029.322] Initializing built-in extension XTEST
    [ 2029.349] Initializing built-in extension BIG-REQUESTS
    [ 2029.377] Initializing built-in extension SYNC
    [ 2029.404] Initializing built-in extension XKEYBOARD
    [ 2029.432] Initializing built-in extension XC-MISC
    [ 2029.459] Initializing built-in extension SECURITY
    [ 2029.486] Initializing built-in extension XINERAMA
    [ 2029.512] Initializing built-in extension XFIXES
    [ 2029.538] Initializing built-in extension RENDER
    [ 2029.564] Initializing built-in extension RANDR
    [ 2029.589] Initializing built-in extension COMPOSITE
    [ 2029.615] Initializing built-in extension DAMAGE
    [ 2029.640] Initializing built-in extension MIT-SCREEN-SAVER
    [ 2029.665] Initializing built-in extension DOUBLE-BUFFER
    [ 2029.688] Initializing built-in extension RECORD
    [ 2029.711] Initializing built-in extension DPMS
    [ 2029.734] Initializing built-in extension Present
    [ 2029.756] Initializing built-in extension DRI3
    [ 2029.778] Initializing built-in extension X-Resource
    [ 2029.800] Initializing built-in extension XVideo
    [ 2029.821] Initializing built-in extension XVideo-MotionCompensation
    [ 2029.842] Initializing built-in extension XFree86-VidModeExtension
    [ 2029.863] Initializing built-in extension XFree86-DGA
    [ 2029.883] Initializing built-in extension XFree86-DRI
    [ 2029.903] Initializing built-in extension DRI2
    [ 2029.923] (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    [ 2029.923] (II) LoadModule: "glx"
    [ 2029.964] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 2029.993] (II) Module glx: vendor="NVIDIA Corporation"
    [ 2029.993] compiled for 4.0.2, module version = 1.0.0
    [ 2030.034] Module class: X.Org Server Extension
    [ 2030.055] (II) NVIDIA GLX Module 331.38 Wed Jan 8 19:10:17 PST 2014
    [ 2030.076] Loading extension GLX
    [ 2030.077] (II) LoadModule: "nvidia"
    [ 2030.120] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 2030.142] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 2030.142] compiled for 4.0.2, module version = 1.0.0
    [ 2030.185] Module class: X.Org Video Driver
    [ 2030.207] (II) NVIDIA dlloader X Driver 331.38 Wed Jan 8 18:51:00 PST 2014
    [ 2030.229] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 2030.251] (II) NVIDIA X compatibility module for ABI 15.0 built from xorg-server-1.14.99.901
    [ 2030.273] (II) X log verbosity: 5
    [ 2030.315] (--) using VT number 1
    [ 2030.462] (II) Loading sub module "fb"
    [ 2030.462] (II) LoadModule: "fb"
    [ 2030.462] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 2030.462] (II) Module fb: vendor="X.Org Foundation"
    [ 2030.462] compiled for 1.15.0, module version = 1.0.0
    [ 2030.462] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2030.462] (WW) Unresolved symbol: fbGetGCPrivateKey
    [ 2030.462] (II) Loading sub module "wfb"
    [ 2030.462] (II) LoadModule: "wfb"
    [ 2030.462] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 2030.462] (II) Module wfb: vendor="X.Org Foundation"
    [ 2030.462] compiled for 1.15.0, module version = 1.0.0
    [ 2030.462] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 2030.462] (II) Loading sub module "ramdac"
    [ 2030.462] (II) LoadModule: "ramdac"
    [ 2030.462] (II) Module "ramdac" already built-in
    [ 2030.462] (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
    [ 2030.462] (==) NVIDIA(0): RGB weight 888
    [ 2030.462] (==) NVIDIA(0): Default visual is TrueColor
    [ 2030.463] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 2030.463] (==) NVIDIA(0): Using HW cursor
    [ 2030.463] (==) NVIDIA(0): Video key set to default value of 0x101fe
    [ 2030.463] (==) NVIDIA(0): Not mapping the primary surface by default.
    [ 2030.463] (**) NVIDIA(0): Option "ConnectedMonitor" "DFP-0"
    [ 2030.463] (**) NVIDIA(0): Enabling 2D acceleration
    [ 2030.463] (**) NVIDIA(0): ConnectedMonitor string: "DFP-0"
    [ 2030.588] (WW) NVIDIA(0): Unable to read EDID for display device CRT-0
    [ 2030.588] (II) NVIDIA(GPU-0): Found DRM driver nvidia-drm (20130102)
    [ 2030.589] (II) NVIDIA(0): NVIDIA GPU GeForce GT 630M (GF108) at PCI:1:0:0 (GPU-0)
    [ 2030.589] (II) NVIDIA(0): GPU UUID: GPU-172f9afb-954f-a30c-b9e1-016f89943947
    [ 2030.589] (--) NVIDIA(0): Memory: 2097152 kBytes
    [ 2030.589] (II) NVIDIA(0): Board ID: 0xce4e
    [ 2030.589] (II) NVIDIA(0): Chip SKU: 770
    [ 2030.589] (II) NVIDIA(0): Chip SKU Mod: 1
    [ 2030.589] (II) NVIDIA(0): Project: 1303
    [ 2030.589] (II) NVIDIA(0): Project SKU: 0000
    [ 2030.589] (II) NVIDIA(0): GPU RAM Type: DDR3
    [ 2030.589] (--) NVIDIA(0): VideoBIOS: 70.08.b9.00.0b
    [ 2030.589] (--) NVIDIA(0): Found 2 heads on board
    [ 2030.589] (II) NVIDIA(0): Supported display device(s): CRT-0
    [ 2030.589] (II) NVIDIA(0): Bus detected as PCI Express
    [ 2030.589] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 2030.589] (II) NVIDIA(0): SPS : 1
    [ 2030.589] (II) NVIDIA(0): User configuration of GPU PowerMizer is supported
    [ 2030.589] (II) NVIDIA(0):
    [ 2030.591] (--) NVIDIA(0): Valid display device(s) on GeForce GT 630M at PCI:1:0:0
    [ 2030.591] (--) NVIDIA(0): CRT-0 (boot, connected)
    [ 2030.591] (--) NVIDIA(0): CRT-0 Name Aliases:
    [ 2030.591] (--) NVIDIA(0): CRT
    [ 2030.591] (--) NVIDIA(0): CRT-0
    [ 2030.591] (--) NVIDIA(0): DPY-0
    [ 2030.591] (--) NVIDIA(0): VGA-0
    [ 2030.591] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 2030.591] (--) NVIDIA(0):
    [ 2030.591] (--) NVIDIA(0): --- EDID for CRT-0 ---
    [ 2030.591] (--) NVIDIA(0):
    [ 2030.591] (--) NVIDIA(0): No EDID Available.
    [ 2030.591] (--) NVIDIA(0):
    [ 2030.591] (--) NVIDIA(0): --- End of EDID for CRT-0 ---
    [ 2030.591] (--) NVIDIA(0):
    [ 2030.591] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 2030.591] (**) NVIDIA(0): device CRT-0 (Using EDID frequencies has been enabled on
    [ 2030.591] (**) NVIDIA(0): all display devices.)
    [ 2030.591] (II) NVIDIA(0): Frequency information for CRT-0:
    [ 2030.591] (II) NVIDIA(0): HorizSync : 28.000-55.000 kHz
    [ 2030.591] (II) NVIDIA(0): VertRefresh : 43.000-72.000 Hz
    [ 2030.591] (II) NVIDIA(0): (HorizSync from Conservative Defaults)
    [ 2030.591] (II) NVIDIA(0): (VertRefresh from Conservative Defaults)
    [ 2030.593] (II) NVIDIA(GPU-0):
    [ 2030.593] (II) NVIDIA(GPU-0): --- Modes in ModePool for CRT-0 ---
    [ 2030.593] (II) NVIDIA(GPU-0): "nvidia-auto-select" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "1024x768" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "1024x768_60" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "800x600" : 800 x 600 @ 72.2 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "800x600_72" : 800 x 600 @ 72.2 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "800x600_60" : 800 x 600 @ 60.3 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "800x600_56" : 800 x 600 @ 56.2 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "640x480" : 640 x 480 @ 59.9 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "640x480_60" : 640 x 480 @ 59.9 Hz (from: X Server, VESA)
    [ 2030.593] (II) NVIDIA(GPU-0): "512x384" : 512 x 384 @ 60.0 Hz DoubleScan (from: X Server)
    [ 2030.593] (II) NVIDIA(GPU-0): "512x384d60" : 512 x 384 @ 60.0 Hz DoubleScan (from: X Server)
    [ 2030.593] (II) NVIDIA(GPU-0): "400x300" : 400 x 300 @ 72.2 Hz DoubleScan (from: X Server)
    [ 2030.593] (II) NVIDIA(GPU-0): "400x300d72" : 400 x 300 @ 72.2 Hz DoubleScan (from: X Server)
    [ 2030.593] (II) NVIDIA(GPU-0): "320x240" : 320 x 240 @ 60.1 Hz DoubleScan (from: X Server)
    [ 2030.593] (II) NVIDIA(GPU-0): "320x240d60" : 320 x 240 @ 60.1 Hz DoubleScan (from: X Server)
    [ 2030.593] (II) NVIDIA(GPU-0): --- End of ModePool for CRT-0: ---
    [ 2030.593] (II) NVIDIA(GPU-0):
    [ 2030.593] (II) NVIDIA(0): Display device(s) assigned to X screen 0:
    [ 2030.593] (II) NVIDIA(0): CRT-0
    [ 2030.593] (==) NVIDIA(0):
    [ 2030.593] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 2030.593] (==) NVIDIA(0): will be used as the requested mode.
    [ 2030.593] (==) NVIDIA(0):
    [ 2030.593] (II) NVIDIA(0): Requested modes:
    [ 2030.593] (II) NVIDIA(0): "CRT-0:nvidia-auto-select"
    [ 2030.593] (II) NVIDIA(0): Validated MetaModes:
    [ 2030.593] (II) NVIDIA(0): MetaMode "CRT-0:nvidia-auto-select":
    [ 2030.593] (II) NVIDIA(0): Size: 1024 x 768
    [ 2030.593] (II) NVIDIA(0): CRT-0: "nvidia-auto-select"
    [ 2030.593] (II) NVIDIA(0): Size : 1024 x 768
    [ 2030.593] (II) NVIDIA(0): Offset : +0 +0
    [ 2030.593] (II) NVIDIA(0): Panning
    [ 2030.593] (II) NVIDIA(0): Domain : 1024 x 768
    [ 2030.593] (II) NVIDIA(0): Tracking Area: 1024 x 768 +0 +0
    [ 2030.593] (II) NVIDIA(0): Border : 0,0,0,0
    [ 2030.593] (II) NVIDIA(0): Virtual screen size determined to be 1024 x 768
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 800x600"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 800x600_60"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 800x600_56"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 640x480"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 512x384"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 400x300"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: 320x240"
    [ 2030.594] (II) NVIDIA(0): Adding implicit MetaMode: "VGA-0: nvidia-auto-select { ViewPortIn = 1024 x 576, ViewPortOut = 1024 x 576 + 0 + 96 }"
    [ 2030.596] (WW) NVIDIA(0): Unable to get display device CRT-0's EDID; cannot compute DPI
    [ 2030.596] (WW) NVIDIA(0): from CRT-0's EDID.
    [ 2030.596] (==) NVIDIA(0): DPI set to (75, 75); computed from built-in default
    [ 2030.596] (--) Depth 24 pixmap format is 32 bpp
    [ 2030.597] (II) NVIDIA: Using 3072.00 MB of virtual memory for indirect memory
    [ 2030.597] (II) NVIDIA: access.
    [ 2030.599] (II) NVIDIA(0): kernel module enabled successfully
    [ 2030.599] (II) NVIDIA(0): GPU initialized
    [ 2030.599] (II) NVIDIA(0): ACPI: AC state file path: /sys/class/power_supply/ADP1/online
    [ 2030.599] (II) NVIDIA(0): ACPI: the system is running on battery power
    [ 2030.599] (II) NVIDIA(0): ACPI: dock file path: /sys/devices/platform//dock.0/docked
    [ 2030.599] (II) NVIDIA(0): ACPI: the system is undocked
    [ 2030.599] (II) NVIDIA(0): Registered for mobile display change hotkey events.
    [ 2030.602] (II) NVIDIA(0): Setting mode "CRT-0:nvidia-auto-select"
    [ 2030.619] (II) NVIDIA(0): First mode initialized
    [ 2030.624] (==) NVIDIA(0): Using 8388608 bytes for software rendering cache
    [ 2030.629] (II) NVIDIA(0): Using built-in logo image.
    [ 2030.629] (II) NVIDIA(0): Logo is 744x537 with depth 24.
    [ 2030.641] Loading extension NV-GLX
    [ 2030.689] (II) NVIDIA(0): Initialized OpenGL Acceleration
    [ 2030.689] (II) NVIDIA(0): Visuals set up
    [ 2030.689] (II) NVIDIA(0): Pixmap depths set up
    [ 2030.690] (II) NVIDIA(0): GLX visuals set up
    [ 2030.690] (II) NVIDIA(0): Framebuffer set up
    [ 2030.690] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 2030.690] (II) NVIDIA(0): Initialized X Rendering Acceleration
    [ 2030.690] (==) NVIDIA(0): Backing store enabled
    [ 2030.690] (==) NVIDIA(0): Silken mouse enabled
    [ 2030.690] (II) NVIDIA(0): Default colormap initialized.
    [ 2030.690] (II) NVIDIA(0): Palette loaded
    [ 2030.690] (**) NVIDIA(0): DPMS enabled
    [ 2030.690] Loading extension NV-CONTROL
    [ 2030.690] Loading extension XINERAMA
    [ 2030.690] (II) NVIDIA(0): Loading NVIDIA Xinerama information
    [ 2030.690] (II) Loading sub module "dri2"
    [ 2030.690] (II) LoadModule: "dri2"
    [ 2030.690] (II) Module "dri2" already built-in
    [ 2030.690] (II) NVIDIA(0): [DRI2] Setup complete
    [ 2030.690] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 2030.690] (II) NVIDIA(0): Screen initialization complete
    [ 2030.690] (--) RandR disabled
    [ 2030.695] (II) Initializing extension GLX
    [ 2030.726] (II) XKB: Reusing cached keymap
    [ 2030.728] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 2030.728] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 2030.728] (II) LoadModule: "evdev"
    [ 2030.728] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 2030.728] (II) Module evdev: vendor="X.Org Foundation"
    [ 2030.728] compiled for 1.15.0, module version = 2.8.2
    [ 2030.728] Module class: X.Org XInput Driver
    [ 2030.728] ABI class: X.Org XInput driver, version 20.0
    [ 2030.728] (II) Using input driver 'evdev' for 'Power Button'
    [ 2030.728] Option "XkbRules" "evdev"
    [ 2030.728] Option "XkbModel" "pc104"
    [ 2030.728] Option "XkbLayout" "us"
    [ 2030.728] Option "_source" "server/udev"
    [ 2030.728] Option "name" "Power Button"
    [ 2030.728] Option "path" "/dev/input/event2"
    [ 2030.728] Option "device" "/dev/input/event2"
    [ 2030.728] Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
    [ 2030.728] Option "driver" "evdev"
    [ 2030.728] (**) Power Button: always reports core events
    [ 2030.728] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 2030.729] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 2030.729] (--) evdev: Power Button: Found keys
    [ 2030.729] (II) evdev: Power Button: Configuring as keyboard
    [ 2030.729] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
    [ 2030.729] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 2030.729] (**) Option "xkb_rules" "evdev"
    [ 2030.729] (**) Option "xkb_model" "pc104"
    [ 2030.729] (**) Option "xkb_layout" "us"
    [ 2030.748] (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    [ 2030.748] (II) No input driver specified, ignoring this device.
    [ 2030.748] (II) This device may have been added with another device file.
    [ 2030.748] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 2030.748] (II) config/udev: Adding input device HP Truevision HD (/dev/input/event7)
    [ 2030.748] (**) HP Truevision HD: Applying InputClass "evdev keyboard catchall"
    [ 2030.748] (II) Using input driver 'evdev' for 'HP Truevision HD'
    [ 2030.748] Option "XkbRules" "evdev"
    [ 2030.748] Option "XkbModel" "pc104"
    [ 2030.748] Option "XkbLayout" "us"
    [ 2030.748] Option "_source" "server/udev"
    [ 2030.748] Option "name" "HP Truevision HD"
    [ 2030.748] Option "path" "/dev/input/event7"
    [ 2030.748] Option "device" "/dev/input/event7"
    [ 2030.748] Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input10/event7"
    [ 2030.748] Option "driver" "evdev"
    [ 2030.748] (**) HP Truevision HD: always reports core events
    [ 2030.748] (**) evdev: HP Truevision HD: Device: "/dev/input/event7"
    [ 2030.748] (--) evdev: HP Truevision HD: Vendor 0x5c8 Product 0x33a
    [ 2030.748] (--) evdev: HP Truevision HD: Found keys
    [ 2030.748] (II) evdev: HP Truevision HD: Configuring as keyboard
    [ 2030.748] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input10/event7"
    [ 2030.748] (II) XINPUT: Adding extended input device "HP Truevision HD" (type: KEYBOARD, id 7)
    [ 2030.748] (**) Option "xkb_rules" "evdev"
    [ 2030.748] (**) Option "xkb_model" "pc104"
    [ 2030.748] (**) Option "xkb_layout" "us"
    [ 2030.748] (II) XKB: Reusing cached keymap
    [ 2030.749] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event3)
    [ 2030.749] (II) No input driver specified, ignoring this device.
    [ 2030.749] (II) This device may have been added with another device file.
    [ 2030.749] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event6)
    [ 2030.749] (II) No input driver specified, ignoring this device.
    [ 2030.749] (II) This device may have been added with another device file.
    [ 2030.749] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event5)
    [ 2030.749] (II) No input driver specified, ignoring this device.
    [ 2030.749] (II) This device may have been added with another device file.
    [ 2030.749] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event4)
    [ 2030.749] (II) No input driver specified, ignoring this device.
    [ 2030.749] (II) This device may have been added with another device file.
    [ 2030.749] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    [ 2030.750] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 2030.750] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    [ 2030.750] Option "XkbRules" "evdev"
    [ 2030.750] Option "XkbModel" "pc104"
    [ 2030.750] Option "XkbLayout" "us"
    [ 2030.750] Option "_source" "server/udev"
    [ 2030.750] Option "name" "AT Translated Set 2 keyboard"
    [ 2030.750] Option "path" "/dev/input/event0"
    [ 2030.750] Option "device" "/dev/input/event0"
    [ 2030.750] Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 2030.750] Option "driver" "evdev"
    [ 2030.750] (**) AT Translated Set 2 keyboard: always reports core events
    [ 2030.750] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    [ 2030.750] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    [ 2030.750] (--) evdev: AT Translated Set 2 keyboard: Found keys
    [ 2030.750] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    [ 2030.750] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    [ 2030.750] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
    [ 2030.750] (**) Option "xkb_rules" "evdev"
    [ 2030.750] (**) Option "xkb_model" "pc104"
    [ 2030.750] (**) Option "xkb_layout" "us"
    [ 2030.750] (II) XKB: Reusing cached keymap
    [ 2030.750] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event10)
    [ 2030.750] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 2030.750] (II) Using input driver 'evdev' for 'SynPS/2 Synaptics TouchPad'
    [ 2030.750] Option "XkbRules" "evdev"
    [ 2030.750] Option "XkbModel" "pc104"
    [ 2030.750] Option "XkbLayout" "us"
    [ 2030.750] Option "_source" "server/udev"
    [ 2030.750] Option "name" "SynPS/2 Synaptics TouchPad"
    [ 2030.750] Option "path" "/dev/input/event10"
    [ 2030.750] Option "device" "/dev/input/event10"
    [ 2030.750] Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event10"
    [ 2030.750] Option "driver" "evdev"
    [ 2030.750] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 2030.750] (**) evdev: SynPS/2 Synaptics TouchPad: Device: "/dev/input/event10"
    [ 2030.750] (II) evdev: SynPS/2 Synaptics TouchPad: Using mtdev for this device
    [ 2030.750] (--) evdev: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 2030.750] (--) evdev: SynPS/2 Synaptics TouchPad: Found 3 mouse buttons
    [ 2030.750] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute axes
    [ 2030.750] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute multitouch axes
    [ 2030.750] (--) evdev: SynPS/2 Synaptics TouchPad: Found x and y absolute axes
    [ 2030.751] (--) evdev: SynPS/2 Synaptics TouchPad: Found absolute touchpad.
    [ 2030.751] (II) evdev: SynPS/2 Synaptics TouchPad: Configuring as touchpad
    [ 2030.751] (**) evdev: SynPS/2 Synaptics TouchPad: YAxisMapping: buttons 4 and 5
    [ 2030.751] (**) evdev: SynPS/2 Synaptics TouchPad: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 2030.751] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event10"
    [ 2030.751] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 9)
    [ 2030.751] (II) evdev: SynPS/2 Synaptics TouchPad: initialized for absolute axes.
    [ 2030.751] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 2030.751] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    [ 2030.751] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 2030.751] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 2030.751] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    [ 2030.751] (II) No input driver specified, ignoring this device.
    [ 2030.751] (II) This device may have been added with another device file.
    [ 2030.751] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/event8)
    [ 2030.751] (II) No input driver specified, ignoring this device.
    [ 2030.751] (II) This device may have been added with another device file.
    [ 2030.751] (II) config/udev: Adding input device ST LIS3LV02DL Accelerometer (/dev/input/js0)
    [ 2030.751] (II) No input driver specified, ignoring this device.
    [ 2030.751] (II) This device may have been added with another device file.
    [ 2030.752] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event9)
    [ 2030.752] (**) HP WMI hotkeys: Applying InputClass "evdev keyboard catchall"
    [ 2030.752] (II) Using input driver 'evdev' for 'HP WMI hotkeys'
    [ 2030.752] Option "XkbRules" "evdev"
    [ 2030.752] Option "XkbModel" "pc104"
    [ 2030.752] Option "XkbLayout" "us"
    [ 2030.752] Option "_source" "server/udev"
    [ 2030.752] Option "name" "HP WMI hotkeys"
    [ 2030.752] Option "path" "/dev/input/event9"
    [ 2030.752] Option "device" "/dev/input/event9"
    [ 2030.752] Option "config_info" "udev:/sys/devices/virtual/input/input9/event9"
    [ 2030.752] Option "driver" "evdev"
    [ 2030.752] (**) HP WMI hotkeys: always reports core events
    [ 2030.752] (**) evdev: HP WMI hotkeys: Device: "/dev/input/event9"
    [ 2030.752] (--) evdev: HP WMI hotkeys: Vendor 0 Product 0
    [ 2030.752] (--) evdev: HP WMI hotkeys: Found keys
    [ 2030.752] (II) evdev: HP WMI hotkeys: Configuring as keyboard
    [ 2030.752] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event9"
    [ 2030.752] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 10)
    [ 2030.752] (**) Option "xkb_rules" "evdev"
    [ 2030.752] (**) Option "xkb_model" "pc104"
    [ 2030.752] (**) Option "xkb_layout" "us"
    [ 2030.752] (II) XKB: Reusing cached keymap
    [ 2031.256] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
    [ 2031.256] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 2031.256] (**) NVIDIA(0): device CRT-0 (Using EDID frequencies has been enabled on
    [ 2031.256] (**) NVIDIA(0): all display devices.)
    [ 2031.256] (II) NVIDIA(0): Frequency information for CRT-0:
    [ 2031.256] (II) NVIDIA(0): HorizSync : 28.000-55.000 kHz
    [ 2031.256] (II) NVIDIA(0): VertRefresh : 43.000-72.000 Hz
    [ 2031.256] (II) NVIDIA(0): (HorizSync from Conservative Defaults)
    [ 2031.256] (II) NVIDIA(0): (VertRefresh from Conservative Defaults)
    [ 2031.257] (II) NVIDIA(GPU-0):
    [ 2031.257] (II) NVIDIA(GPU-0): --- Modes in ModePool for CRT-0 ---
    [ 2031.257] (II) NVIDIA(GPU-0): "nvidia-auto-select" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2031.257] (II) NVIDIA(GPU-0): "1024x768" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2031.257] (II) NVIDIA(GPU-0): "1024x768_60" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2031.257] (II) NVIDIA(GPU-0): "800x600" : 800 x 600 @ 72.2 Hz (from: X Server, VESA)
    [ 2031.257] (II) NVIDIA(GPU-0): "800x600_72" : 800 x 600 @ 72.2 Hz (from: X Server, VESA)
    [ 2031.258] (II) NVIDIA(GPU-0): "800x600_60" : 800 x 600 @ 60.3 Hz (from: X Server, VESA)
    [ 2031.258] (II) NVIDIA(GPU-0): "800x600_56" : 800 x 600 @ 56.2 Hz (from: X Server, VESA)
    [ 2031.258] (II) NVIDIA(GPU-0): "640x480" : 640 x 480 @ 59.9 Hz (from: X Server, VESA)
    [ 2031.258] (II) NVIDIA(GPU-0): "640x480_60" : 640 x 480 @ 59.9 Hz (from: X Server, VESA)
    [ 2031.258] (II) NVIDIA(GPU-0): "512x384" : 512 x 384 @ 60.0 Hz DoubleScan (from: X Server)
    [ 2031.258] (II) NVIDIA(GPU-0): "512x384d60" : 512 x 384 @ 60.0 Hz DoubleScan (from: X Server)
    [ 2031.258] (II) NVIDIA(GPU-0): "400x300" : 400 x 300 @ 72.2 Hz DoubleScan (from: X Server)
    [ 2031.258] (II) NVIDIA(GPU-0): "400x300d72" : 400 x 300 @ 72.2 Hz DoubleScan (from: X Server)
    [ 2031.258] (II) NVIDIA(GPU-0): "320x240" : 320 x 240 @ 60.1 Hz DoubleScan (from: X Server)
    [ 2031.258] (II) NVIDIA(GPU-0): "320x240d60" : 320 x 240 @ 60.1 Hz DoubleScan (from: X Server)
    [ 2031.258] (II) NVIDIA(GPU-0): --- End of ModePool for CRT-0: ---
    [ 2031.258] (II) NVIDIA(GPU-0):
    [ 2031.506] (WW) NVIDIA(GPU-0): Unable to read EDID for display device CRT-0
    [ 2031.506] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 2031.506] (**) NVIDIA(0): device CRT-0 (Using EDID frequencies has been enabled on
    [ 2031.506] (**) NVIDIA(0): all display devices.)
    [ 2031.506] (II) NVIDIA(0): Frequency information for CRT-0:
    [ 2031.506] (II) NVIDIA(0): HorizSync : 28.000-55.000 kHz
    [ 2031.506] (II) NVIDIA(0): VertRefresh : 43.000-72.000 Hz
    [ 2031.506] (II) NVIDIA(0): (HorizSync from Conservative Defaults)
    [ 2031.506] (II) NVIDIA(0): (VertRefresh from Conservative Defaults)
    [ 2031.509] (II) NVIDIA(GPU-0):
    [ 2031.509] (II) NVIDIA(GPU-0): --- Modes in ModePool for CRT-0 ---
    [ 2031.509] (II) NVIDIA(GPU-0): "nvidia-auto-select" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "1024x768" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "1024x768_60" : 1024 x 768 @ 60.0 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "800x600" : 800 x 600 @ 72.2 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "800x600_72" : 800 x 600 @ 72.2 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "800x600_60" : 800 x 600 @ 60.3 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "800x600_56" : 800 x 600 @ 56.2 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "640x480" : 640 x 480 @ 59.9 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "640x480_60" : 640 x 480 @ 59.9 Hz (from: X Server, VESA)
    [ 2031.509] (II) NVIDIA(GPU-0): "512x384" : 512 x 384 @ 60.0 Hz DoubleScan (from: X Server)
    [ 2031.509] (II) NVIDIA(GPU-0): "512x384d60" : 512 x 384 @ 60.0 Hz DoubleScan (from: X Server)
    [ 2031.509] (II) NVIDIA(GPU-0): "400x300" : 400 x 300 @ 72.2 Hz DoubleScan (from: X Server)
    [ 2031.509] (II) NVIDIA(GPU-0): "400x300d72" : 400 x 300 @ 72.2 Hz DoubleScan (from: X Server)
    [ 2031.509] (II) NVIDIA(GPU-0): "320x240" : 320 x 240 @ 60.1 Hz DoubleScan (from: X Server)
    [ 2031.509] (II) NVIDIA(GPU-0): "320x240d60" : 320 x 240 @ 60.1 Hz DoubleScan (from: X Server)
    [ 2031.509] (II) NVIDIA(GPU-0): --- End of ModePool for CRT-0: ---
    [ 2031.509] (II) NVIDIA(GPU-0):
    [ 2046.582] (II) evdev: HP WMI hotkeys: Close
    [ 2046.582] (II) UnloadModule: "evdev"
    [ 2046.623] (II) evdev: SynPS/2 Synaptics TouchPad: Close
    [ 2046.623] (II) UnloadModule: "evdev"
    [ 2046.663] (II) evdev: AT Translated Set 2 keyboard: Close
    [ 2046.663] (II) UnloadModule: "evdev"
    [ 2046.702] (II) evdev: HP Truevision HD: Close
    [ 2046.702] (II) UnloadModule: "evdev"
    [ 2046.741] (II) evdev: Power Button: Close
    [ 2046.741] (II) UnloadModule: "evdev"
    [ 2046.794] (II) NVIDIA(GPU-0): Deleting GPU-0
    [ 2046.795] (EE) Server terminated successfully (0). Closing log file.
    xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 331.38 (buildmeister@swio-display-x64-rhel04-15) Wed Jan 8 19:53:14 PST 2014
    Section "Module"
    Load "glx"
    EndSection
    Section "ServerLayout"
    Identifier "Layout0"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "Files"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "no"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "InputDevice"
    # generated from default
    Identifier "Keyboard0"
    Driver "kbd"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    # VendorName "Unknown"
    # ModelName "Unknown"
    # HorizSync 28.0 - 33.0
    # VertRefresh 43.0 - 72.0
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Device0"
    Driver "nvidia"
    VendorName "NVIDIA Corporation"
    BusID "PCI:1:0:0"
    # Option "UseEDID" "true"
    Option "ConnectedMonitor" "DFP-0"
    # Option "CustomEDID" "CRT-0:/etc/X11/1280x1024.bin"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Device0"
    Monitor "Monitor0"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    EndSubSection
    EndSection

    dmesg :
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.13.5-1-ARCH (nobody@var-lib-archbuild-extra-x86_64-thomas) (gcc version 4.8.2 20140206 (prerelease) (GCC) ) #1 SMP PREEMPT Sun Feb 23 00:25:24 CET 2014
    [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=64c5186f-288d-4708-959e-38cca5d1b5c0 rw quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000917ff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000091800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000040005000-0x000000009a3befff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009a3bf000-0x000000009aebefff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009aebf000-0x000000009afbefff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009afbf000-0x000000009affefff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x000000009afff000-0x000000009affffff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009b000000-0x000000009f9fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000feb00000-0x00000000feb03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ffb80000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000025f5fffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] SMBIOS 2.7 present.
    [ 0.000000] DMI: Hewlett-Packard HP ENVY dv7 Notebook PC/181D, BIOS F.12 09/03/2012
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x25f600 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-E7FFF write-protect
    [ 0.000000] E8000-EFFFF write-combining
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000 mask F80000000 write-back
    [ 0.000000] 1 base 080000000 mask FE0000000 write-back
    [ 0.000000] 2 base 09B000000 mask FFF000000 uncachable
    [ 0.000000] 3 base 09C000000 mask FFC000000 uncachable
    [ 0.000000] 4 base 0FF800000 mask FFF800000 write-protect
    [ 0.000000] 5 base 100000000 mask F00000000 write-back
    [ 0.000000] 6 base 200000000 mask F80000000 write-back
    [ 0.000000] 7 base 25F600000 mask FFFE00000 uncachable
    [ 0.000000] 8 base 25F800000 mask FFF800000 uncachable
    [ 0.000000] 9 base 260000000 mask FE0000000 uncachable
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820: last_pfn = 0x9b000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [ffff8800000fe1b0]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff88000008b000] 8b000 size 24576
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b3f000, 0x01b3ffff] PGTABLE
    [ 0.000000] BRK [0x01b40000, 0x01b40fff] PGTABLE
    [ 0.000000] BRK [0x01b41000, 0x01b41fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x25f400000-0x25f5fffff]
    [ 0.000000] [mem 0x25f400000-0x25f5fffff] page 2M
    [ 0.000000] BRK [0x01b42000, 0x01b42fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x25c000000-0x25f3fffff]
    [ 0.000000] [mem 0x25c000000-0x25f3fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x200000000-0x25bffffff]
    [ 0.000000] [mem 0x200000000-0x25bffffff] page 2M
    [ 0.000000] BRK [0x01b43000, 0x01b43fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x20200000-0x40003fff]
    [ 0.000000] [mem 0x20200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x40003fff] page 4k
    [ 0.000000] BRK [0x01b44000, 0x01b44fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x40005000-0x9a3befff]
    [ 0.000000] [mem 0x40005000-0x401fffff] page 4k
    [ 0.000000] [mem 0x40200000-0x9a1fffff] page 2M
    [ 0.000000] [mem 0x9a200000-0x9a3befff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x9afff000-0x9affffff]
    [ 0.000000] [mem 0x9afff000-0x9affffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x1ffffffff]
    [ 0.000000] [mem 0x100000000-0x1ffffffff] page 2M
    [ 0.000000] RAMDISK: [mem 0x379b0000-0x37ccffff]
    [ 0.000000] ACPI: RSDP 00000000000fe020 000024 (v02 HPQOEM)
    [ 0.000000] ACPI: XSDT 000000009affe210 0000A4 (v01 HPQOEM SLIC-MPC 00000001 HP 01000013)
    [ 0.000000] ACPI: FACP 000000009affb000 00010C (v05 HPQOEM SLIC-MPC 00000001 HP 00040000)
    [ 0.000000] ACPI: DSDT 000000009afe4000 0130E0 (v01 HPQOEM 181D 00000000 ACPI 00040000)
    [ 0.000000] ACPI: FACS 000000009afb8000 000040
    [ 0.000000] ACPI: UEFI 000000009affd000 000236 (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: ASF! 000000009affc000 0000A5 (v32 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: HPET 000000009affa000 000038 (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: APIC 000000009aff9000 00008C (v03 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: MCFG 000000009aff8000 00003C (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: WDAT 000000009afe3000 000224 (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: SSDT 000000009afe1000 001068 (v01 HPQOEM 181D 00001000 ACPI 00040000)
    [ 0.000000] ACPI: BOOT 000000009afdf000 000028 (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: ASPT 000000009afdd000 000034 (v07 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: DBGP 000000009afdc000 000034 (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: FPDT 000000009afda000 000044 (v01 HPQOEM 181D 00000001 HP 00040000)
    [ 0.000000] ACPI: MSDM 000000009afd9000 000055 (v03 HPQOEM SLIC-MPC 00000001 HP 00040000)
    [ 0.000000] ACPI: SSDT 000000009afd8000 000926 (v01 HPQOEM 181D 00003000 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 000000009afd7000 000A92 (v01 HPQOEM 181D 00003000 ACPI 00040000)
    [ 0.000000] ACPI: SSDT 000000009afd3000 002E84 (v01 HPQOEM 181D 00001000 ACPI 00040000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000025f5fffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x25f5fffff]
    [ 0.000000] NODE_DATA [mem 0x25f5f3000-0x25f5f7fff]
    [ 0.000000] [ffffea0000000000-ffffea00097fffff] PMD -> [ffff880256c00000-ffff88025ebfffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x25f5fffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x00090fff]
    [ 0.000000] node 0: [mem 0x00100000-0x1fffffff]
    [ 0.000000] node 0: [mem 0x20200000-0x40003fff]
    [ 0.000000] node 0: [mem 0x40005000-0x9a3befff]
    [ 0.000000] node 0: [mem 0x9afff000-0x9affffff]
    [ 0.000000] node 0: [mem 0x100000000-0x25f5fffff]
    [ 0.000000] On node 0 totalpages: 2070351
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 21 pages reserved
    [ 0.000000] DMA zone: 3984 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 9799 pages used for memmap
    [ 0.000000] DMA32 zone: 627135 pages, LIFO batch:31
    [ 0.000000] Normal zone: 22488 pages used for memmap
    [ 0.000000] Normal zone: 1439232 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ2 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x00091000-0x00091fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x00092000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x20000000-0x201fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x40004000-0x40004fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9a3bf000-0x9aebefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9aebf000-0x9afbefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9afbf000-0x9affefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9b000000-0x9f9fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9fa00000-0xdfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfeafffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeb00000-0xfeb03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfeb04000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfed0ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed10000-0xfed19fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1a000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xffb7ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xffb80000-0xffffffff]
    [ 0.000000] e820: [mem 0x9fa00000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 29 pages/cpu @ffff88025f200000 s86336 r8192 d24256 u262144
    [ 0.000000] pcpu-alloc: s86336 r8192 d24256 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 2037979
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=64c5186f-288d-4708-959e-38cca5d1b5c0 rw quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 8068224K/8281404K available (5270K kernel code, 836K rwdata, 1672K rodata, 1128K init, 1324K bss, 213180K reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] NR_IRQS:8448 nr_irqs:744 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 33554432 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.003333] tsc: Detected 2394.589 MHz processor
    [ 0.000002] Calibrating delay loop (skipped), value calculated using timer frequency.. 4791.72 BogoMIPS (lpj=7981963)
    [ 0.000004] pid_max: default: 32768 minimum: 301
    [ 0.000023] Security Framework initialized
    [ 0.000029] AppArmor: AppArmor disabled by boot time parameter
    [ 0.000030] Yama: becoming mindful.
    [ 0.000417] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.001940] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.002614] Mount-cache hash table entries: 256
    [ 0.002739] Initializing cgroup subsys memory
    [ 0.002743] Initializing cgroup subsys devices
    [ 0.002744] Initializing cgroup subsys freezer
    [ 0.002746] Initializing cgroup subsys net_cls
    [ 0.002747] Initializing cgroup subsys blkio
    [ 0.002763] CPU: Physical Processor ID: 0
    [ 0.002764] CPU: Processor Core ID: 0
    [ 0.002768] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.003048] mce: CPU supports 9 MCE banks
    [ 0.003058] CPU0: Thermal monitoring enabled (TM1)
    [ 0.003064] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
    Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
    tlb_flushall_shift: 2
    [ 0.003142] Freeing SMP alternatives memory: 20K (ffffffff819ed000 - ffffffff819f2000)
    [ 0.003906] ACPI: Core revision 20131115
    [ 0.009053] ACPI: All ACPI Tables successfully acquired
    [ 0.053822] ftrace: allocating 21057 entries in 83 pages
    [ 0.061910] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.094942] smpboot: CPU0: Intel(R) Core(TM) i7-3630QM CPU @ 2.40GHz (fam: 06, model: 3a, stepping: 09)
    [ 0.094948] TSC deadline timer enabled
    [ 0.094955] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, full-width counters, Intel PMU driver.
    [ 0.094960] ... version: 3
    [ 0.094960] ... bit width: 48
    [ 0.094961] ... generic registers: 4
    [ 0.094962] ... value mask: 0000ffffffffffff
    [ 0.094962] ... max period: 0000ffffffffffff
    [ 0.094963] ... fixed-purpose events: 3
    [ 0.094964] ... event mask: 000000070000000f
    [ 0.121742] x86: Booting SMP configuration:
    [ 0.135256] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.121746] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7
    [ 0.256907] x86: Booted up 1 node, 8 CPUs
    [ 0.256909] smpboot: Total of 8 processors activated (38328.81 BogoMIPS)
    [ 0.262487] devtmpfs: initialized
    [ 0.264464] PM: Registering ACPI NVS region [mem 0x9aebf000-0x9afbefff] (1048576 bytes)
    [ 0.265037] RTC time: 21:55:49, date: 02/28/14
    [ 0.265063] NET: Registered protocol family 16
    [ 0.265128] cpuidle: using governor ladder
    [ 0.265129] cpuidle: using governor menu
    [ 0.265147] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
    [ 0.265148] ACPI: bus type PCI registered
    [ 0.265150] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.265197] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.265199] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.282064] PCI: Using configuration type 1 for base access
    [ 0.282527] bio: create slab <bio-0> at 0
    [ 0.282615] ACPI: Added _OSI(Module Device)
    [ 0.282616] ACPI: Added _OSI(Processor Device)
    [ 0.282617] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.282618] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.285086] ACPI: Executed 1 blocks of module-level executable AML code
    [ 0.312765] ACPI Error: No handler for Region [RAM_] (ffff880253874090) [EmbeddedControl] (20131115/evregion-162)
    [ 0.312767] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20131115/exfldio-299)
    [ 0.312770] ACPI Error: Method parse/execution failed [\_SB_.ACCL._STA] (Node ffff88025387e190), AE_NOT_EXIST (20131115/psparse-536)
    [ 0.312774] ACPI Error: Method execution failed [\_SB_.ACCL._STA] (Node ffff88025387e190), AE_NOT_EXIST (20131115/uteval-103)
    [ 0.313004] ACPI: SSDT 000000009ae3a018 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20111123)
    [ 0.313310] ACPI: Dynamic OEM Table Load:
    [ 0.313311] ACPI: SSDT (null) 00083B (v01 PmRef Cpu0Cst 00003001 INTL 20111123)
    [ 0.325950] ACPI: SSDT 000000009aeada98 000303 (v01 PmRef ApIst 00003000 INTL 20111123)
    [ 0.326272] ACPI: Dynamic OEM Table Load:
    [ 0.326273] ACPI: SSDT (null) 000303 (v01 PmRef ApIst 00003000 INTL 20111123)
    [ 0.339208] ACPI: SSDT 000000009ababd98 000119 (v01 PmRef ApCst 00003000 INTL 20111123)
    [ 0.339508] ACPI: Dynamic OEM Table Load:
    [ 0.339509] ACPI: SSDT (null) 000119 (v01 PmRef ApCst 00003000 INTL 20111123)
    [ 1.238575] ACPI: Interpreter enabled
    [ 1.238580] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131115/hwxface-580)
    [ 1.238584] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131115/hwxface-580)
    [ 1.238594] ACPI: (supports S0 S3 S4 S5)
    [ 1.238595] ACPI: Using IOAPIC for interrupt routing
    [ 1.238612] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 1.238799] ACPI: ACPI Dock Station Driver: 1 docks/bays found
    [ 1.260983] ACPI : EC: GPE storm detected(9 GPEs), transactions will use polling mode
    [ 1.321167] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe])
    [ 1.321171] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    [ 1.321214] \_SB_.PCI0:_OSC invalid UUID
    [ 1.321215] _OSC request data:1 1f 0
    [ 1.321218] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
    [ 1.321676] PCI host bridge to bus 0000:00
    [ 1.321678] pci_bus 0000:00: root bus resource [bus 00-fe]
    [ 1.321679] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 1.321680] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 1.321682] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 1.321683] pci_bus 0000:00: root bus resource [mem 0x9fa00000-0xfeafffff]
    [ 1.321688] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000
    [ 1.321749] pci 0000:00:01.0: [8086:0151] type 01 class 0x060400
    [ 1.321772] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 1.321801] pci 0000:00:01.0: System wakeup disabled by ACPI
    [ 1.321826] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000
    [ 1.321834] pci 0000:00:02.0: reg 0x10: [mem 0xd4000000-0xd43fffff 64bit]
    [ 1.321839] pci 0000:00:02.0: reg 0x18: [mem 0xc0000000-0xcfffffff 64bit pref]
    [ 1.321842] pci 0000:00:02.0: reg 0x20: [io 0x5000-0x503f]
    [ 1.321916] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
    [ 1.321936] pci 0000:00:14.0: reg 0x10: [mem 0xd4600000-0xd460ffff 64bit]
    [ 1.322002] pci 0000:00:14.0: PME# supported from D3hot D3cold
    [ 1.322033] pci 0000:00:14.0: System wakeup disabled by ACPI
    [ 1.322061] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000
    [ 1.322083] pci 0000:00:16.0: reg 0x10: [mem 0xd4614000-0xd461400f 64bit]
    [ 1.322154] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
    [ 1.322218] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
    [ 1.322238] pci 0000:00:1a.0: reg 0x10: [mem 0xd4619000-0xd46193ff]
    [ 1.322321] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
    [ 1.322363] pci 0000:00:1a.0: System wakeup disabled by ACPI
    [ 1.322390] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
    [ 1.322404] pci 0000:00:1b.0: reg 0x10: [mem 0xd4610000-0xd4613fff 64bit]
    [ 1.322466] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 1.322498] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 1.322527] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
    [ 1.322652] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
    [ 1.322697] pci 0000:00:1c.0: System wakeup disabled by ACPI
    [ 1.322726] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400
    [ 1.322855] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
    [ 1.322900] pci 0000:00:1c.1: System wakeup disabled by ACPI
    [ 1.322929] pci 0000:00:1c.3: [8086:1e16] type 01 class 0x060400
    [ 1.323056] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
    [ 1.323100] pci 0000:00:1c.3: System wakeup disabled by ACPI
    [ 1.323125] pci 0000:00:1c.5: [8086:1e1a] type 01 class 0x060400
    [ 1.323197] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
    [ 1.323232] pci 0000:00:1c.5: System wakeup disabled by ACPI
    [ 1.323263] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
    [ 1.323282] pci 0000:00:1d.0: reg 0x10: [mem 0xd4618000-0xd46183ff]
    [ 1.323366] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
    [ 1.323407] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 1.323434] pci 0000:00:1f.0: [8086:1e57] type 00 class 0x060100
    [ 1.323584] pci 0000:00:1f.2: [8086:282a] type 00 class 0x010400
    [ 1.323601] pci 0000:00:1f.2: reg 0x10: [io 0x5088-0x508f]
    [ 1.323608] pci 0000:00:1f.2: reg 0x14: [io 0x5094-0x5097]
    [ 1.323615] pci 0000:00:1f.2: reg 0x18: [io 0x5080-0x5087]
    [ 1.323623] pci 0000:00:1f.2: reg 0x1c: [io 0x5090-0x5093]
    [ 1.323630] pci 0000:00:1f.2: reg 0x20: [io 0x5060-0x507f]
    [ 1.323637] pci 0000:00:1f.2: reg 0x24: [mem 0xd4617000-0xd46177ff]
    [ 1.323678] pci 0000:00:1f.2: PME# supported from D3hot
    [ 1.323727] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
    [ 1.323741] pci 0000:00:1f.3: reg 0x10: [mem 0xd4615000-0xd46150ff 64bit]
    [ 1.323760] pci 0000:00:1f.3: reg 0x20: [io 0x5040-0x505f]
    [ 1.323853] pci 0000:01:00.0: [10de:0de9] type 00 class 0x030000
    [ 1.323862] pci 0000:01:00.0: reg 0x10: [mem 0xd2000000-0xd2ffffff]
    [ 1.323869] pci 0000:01:00.0: reg 0x14: [mem 0xa0000000-0xafffffff 64bit pref]
    [ 1.323875] pci 0000:01:00.0: reg 0x1c: [mem 0xb0000000-0xb1ffffff 64bit pref]
    [ 1.323880] pci 0000:01:00.0: reg 0x24: [io 0x4000-0x407f]
    [ 1.323884] pci 0000:01:00.0: reg 0x30: [mem 0xfff80000-0xffffffff pref]
    [ 1.323917] pci 0000:01:00.0: System wakeup disabled by ACPI
    [ 1.330552] pci 0000:00:01.0: PCI bridge to [bus 01-06]
    [ 1.330557] pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
    [ 1.330562] pci 0000:00:01.0: bridge window [mem 0xd2000000-0xd3ffffff]
    [ 1.330568] pci 0000:00:01.0: bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
    [ 1.330681] pci 0000:00:1c.0: PCI bridge to [bus 07]
    [ 1.330867] pci 0000:08:00.0: [10ec:5229] type 00 class 0xff0000
    [ 1.330931] pci 0000:08:00.0: reg 0x10: [mem 0xd1000000-0xd1000fff]
    [ 1.331423] pci 0000:08:00.0: supports D1 D2
    [ 1.331424] pci 0000:08:00.0: PME# supported from D1 D2 D3hot
    [ 1.331502] pci 0000:08:00.0: System wakeup disabled by ACPI
    [ 1.337279] pci 0000:00:1c.1: PCI bridge to [bus 08-09]
    [ 1.337286] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
    [ 1.337294] pci 0000:00:1c.1: bridge window [mem 0xd1000000-0xd1ffffff]
    [ 1.337304] pci 0000:00:1c.1: bridge window [mem 0xd0000000-0xd0ffffff 64bit pref]
    [ 1.337465] pci 0000:0a:00.0: [8086:0887] type 00 class 0x028000
    [ 1.337511] pci 0000:0a:00.0: reg 0x10: [mem 0xd4500000-0xd4501fff 64bit]
    [ 1.337733] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
    [ 1.337776] pci 0000:0a:00.0: System wakeup disabled by ACPI
    [ 1.343946] pci 0000:00:1c.3: PCI bridge to [bus 0a]
    [ 1.343959] pci 0000:00:1c.3: bridge window [mem 0xd4500000-0xd45fffff]
    [ 1.344076] pci 0000:0b:00.0: [10ec:8168] type 00 class 0x020000
    [ 1.344094] pci 0000:0b:00.0: reg 0x10: [io 0x2000-0x20ff]
    [ 1.344127] pci 0000:0b:00.0: reg 0x18: [mem 0xd4404000-0xd4404fff 64bit pref]
    [ 1.344147] pci 0000:0b:00.0: reg 0x20: [mem 0xd4400000-0xd4403fff 64bit pref]
    [ 1.344234] pci 0000:0b:00.0: supports D1 D2
    [ 1.344236] pci 0000:0b:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 1.373952] pci 0000:0b:00.0: System wakeup disabled by ACPI
    [ 1.380639] pci 0000:00:1c.5: PCI bridge to [bus 0b]
    [ 1.380647] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
    [ 1.380654] pci 0000:00:1c.5: bridge window [mem 0xd4400000-0xd44fffff]
    [ 1.381137] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
    [ 1.381174] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [ 1.381209] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.381244] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 *10 11 12 14 15)
    [ 1.381278] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 10 11 12 14 15) *0, disabled.
    [ 1.381313] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 10 11 12 14 15) *7
    [ 1.381348] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 1.381384] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 10 *11 12 14 15)
    [ 1.381615] ACPI: Enabled 5 GPEs in block 00 to 3F
    [ 1.381620] ACPI: \_SB_.PCI0: notify handler is installed
    [ 1.381661] Found 1 acpi root devices
    [ 1.381686] ACPI : EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
    [ 1.381736] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
    [ 1.381739] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
    [ 1.381740] vgaarb: loaded
    [ 1.381741] vgaarb: bridge control possible 0000:01:00.0
    [ 1.381741] vgaarb: no bridge control possible 0000:00:02.0
    [ 1.381759] PCI: Using ACPI for IRQ routing
    [ 1.387711] PCI: pci_cache_line_size set to 64 bytes
    [ 1.387850] e820: reserve RAM buffer [mem 0x00091800-0x0009ffff]
    [ 1.387851] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
    [ 1.387852] e820: reserve RAM buffer [mem 0x9a3bf000-0x9bffffff]
    [ 1.387853] e820: reserve RAM buffer [mem 0x9b000000-0x9bffffff]
    [ 1.387854] e820: reserve RAM buffer [mem 0x25f600000-0x25fffffff]
    [ 1.387910] NetLabel: Initializing
    [ 1.387911] NetLabel: domain hash size = 128
    [ 1.387912] NetLabel: protocols = UNLABELED CIPSOv4
    [ 1.387923] NetLabel: unlabeled traffic allowed by default
    [ 1.387936] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
    [ 1.387940] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
    [ 1.389961] Switched to clocksource hpet
    [ 1.392856] pnp: PnP ACPI init
    [ 1.392865] ACPI: bus type PNP registered
    [ 1.392884] pnp 00:00: [dma 4]
    [ 1.392898] pnp 00:00: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 1.392912] pnp 00:01: Plug and Play ACPI device, IDs INT0800 (active)
    [ 1.392979] pnp 00:02: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 1.392999] pnp 00:03: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 1.393026] system 00:04: [io 0x1100-0x110f] has been reserved
    [ 1.393028] system 00:04: [io 0xffff] has been reserved
    [ 1.393029] system 00:04: [io 0xffff] has been reserved
    [ 1.393031] system 00:04: [io 0x0400-0x0453] could not be reserved
    [ 1.393032] system 00:04: [io 0x0458-0x047f] has been reserved
    [ 1.393033] system 00:04: [io 0x0500-0x057f] has been reserved
    [ 1.393035] system 00:04: [io 0x1200-0x1207] has been reserved
    [ 1.393036] system 00:04: [mem 0xfe800000-0xfe8001ff] has been reserved
    [ 1.393038] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.393055] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 1.393085] system 00:06: [io 0x0454-0x0457] has been reserved
    [ 1.393087] system 00:06: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
    [ 1.393126] pnp 00:07: Plug and Play ACPI device, IDs HPQ8001 PNP0303 (active)
    [ 1.393148] pnp 00:08: Plug and Play ACPI device, IDs SYN1e5e SYN1e00 SYN0002 PNP0f13 (active)
    [ 1.393228] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
    [ 1.393230] system 00:09: [mem 0xfed10000-0xfed17fff] has been reserved
    [ 1.393231] system 00:09: [mem 0xfed18000-0xfed18fff] has been reserved
    [ 1.393233] system 00:09: [mem 0xfed19000-0xfed19fff] has been reserved
    [ 1.393234] system 00:09: [mem 0xe0000000-0xefffffff] has been reserved
    [ 1.393235] system 00:09: [mem 0xfed20000-0xfed3ffff] has been reserved
    [ 1.393237] system 00:09: [mem 0xfed90000-0xfed93fff] has been reserved
    [ 1.393238] system 00:09: [mem 0xff000000-0xffffffff] could not be reserved
    [ 1.393239] system 00:09: [mem 0xfee00000-0xfeefffff] could not be reserved
    [ 1.393241] system 00:09: [mem 0x9fa00000-0x9fa00fff] has been reserved
    [ 1.393242] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 1.393419] system 00:0a: [mem 0x20000000-0x201fffff] has been reserved
    [ 1.393420] system 00:0a: [mem 0x40004000-0x40004fff] has been reserved
    [ 1.393422] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 1.393458] pnp 00:0b: Plug and Play ACPI device, IDs HPQ0004 (active)
    [ 1.393478] pnp: PnP ACPI: found 12 devices
    [ 1.393479] ACPI: bus type PNP unregistered
    [ 1.399368] pci 0000:01:00.0: no compatible bridge window for [mem 0xfff80000-0xffffffff pref]
    [ 1.399417] pci 0000:01:00.0: BAR 6: assigned [mem 0xb2000000-0xb207ffff pref]
    [ 1.399419] pci 0000:00:01.0: PCI bridge to [bus 01-06]
    [ 1.399420] pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
    [ 1.399422] pci 0000:00:01.0: bridge window [mem 0xd2000000-0xd3ffffff]
    [ 1.399424] pci 0000:00:01.0: bridge window [mem 0xa0000000-0xbfffffff 64bit pref]
    [ 1.399427] pci 0000:00:1c.0: PCI bridge to [bus 07]
    [ 1.399444] pci 0000:00:1c.1: PCI bridge to [bus 08-09]
    [ 1.399447] pci 0000:00:1c.1: bridge window [io 0x3000-0x3fff]
    [ 1.399452] pci 0000:00:1c.1: bridge window [mem 0xd1000000-0xd1ffffff]
    [ 1.399456] pci 0000:00:1c.1: bridge window [mem 0xd0000000-0xd0ffffff 64bit pref]
    [ 1.399465] pci 0000:00:1c.3: PCI bridge to [bus 0a]
    [ 1.399471] pci 0000:00:1c.3: bridge window [mem 0xd4500000-0xd45fffff]
    [ 1.399482] pci 0000:00:1c.5: PCI bridge to [bus 0b]
    [ 1.399485] pci 0000:00:1c.5: bridge window [io 0x2000-0x2fff]
    [ 1.399489] pci 0000:00:1c.5: bridge window [mem 0xd4400000-0xd44fffff]
    [ 1.399497] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 1.399499] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 1.399500] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 1.399501] pci_bus 0000:00: resource 7 [mem 0x9fa00000-0xfeafffff]
    [ 1.399502] pci_bus 0000:01: resource 0 [io 0x4000-0x4fff]
    [ 1.399503] pci_bus 0000:01: resource 1 [mem 0xd2000000-0xd3ffffff]
    [ 1.399505] pci_bus 0000:01: resource 2 [mem 0xa0000000-0xbfffffff 64bit pref]
    [ 1.399506] pci_bus 0000:08: resource 0 [io 0x3000-0x3fff]
    [ 1.399507] pci_bus 0000:08: resource 1 [mem 0xd1000000-0xd1ffffff]
    [ 1.399508] pci_bus 0000:08: resource 2 [mem 0xd0000000-0xd0ffffff 64bit pref]
    [ 1.399510] pci_bus 0000:0a: resource 1 [mem 0xd4500000-0xd45fffff]
    [ 1.399511] pci_bus 0000:0b: resource 0 [io 0x2000-0x2fff]
    [ 1.399512] pci_bus 0000:0b: resource 1 [mem 0xd4400000-0xd44fffff]
    [ 1.399530] NET: Registered protocol family 2
    [ 1.399642] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
    [ 1.399750] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 1.399849] TCP: Hash tables configured (established 65536 bind 65536)
    [ 1.399860] TCP: reno registered
    [ 1.399870] UDP hash table entries: 4096 (order: 5, 131072 bytes)
    [ 1.399890] UDP-Lite hash table entries: 4096 (order: 5, 131072 bytes)
    [ 1.399937] NET: Registered protocol family 1
    [ 1.399946] pci 0000:00:02.0: Boot video device
    [ 1.780500] PCI: CLS 64 bytes, default 64
    [ 1.780530] Unpacking initramfs...
    [ 1.820767] Freeing initrd memory: 3200K (ffff8800379b0000 - ffff880037cd0000)
    [ 1.820771] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
    [ 1.820773] software IO TLB [mem 0x963bf000-0x9a3bf000] (64MB) mapped at [ffff8800963bf000-ffff88009a3befff]
    [ 1.820794] Simple Boot Flag at 0x44 set to 0x1
    [ 1.820989] Scanning for low memory corruption every 60 seconds
    [ 1.821175] audit: initializing netlink socket (disabled)
    [ 1.821183] type=2000 audit(1393624549.773:1): initialized
    [ 1.830154] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 1.831019] zbud: loaded
    [ 1.831130] VFS: Disk quotas dquot_6.5.2
    [ 1.831155] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 1.831254] msgmni has been set to 15764
    [ 1.831287] Key type big_key registered
    [ 1.831483] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 1.831523] io scheduler noop registered
    [ 1.831524] io scheduler deadline registered
    [ 1.831539] io scheduler cfq registered (default)
    [ 1.831652] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 1.832086] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 1.832096] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 1.832122] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
    [ 1.832123] vesafb: scrolling: redraw
    [ 1.832124] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
    [ 1.832682] vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90010e80000, using 8128k, total 8128k
    [ 1.946268] Console: switching to colour frame buffer device 240x67
    [ 2.059378] fb0: VESA VGA frame buffer device
    [ 2.059386] intel_idle: MWAIT substates: 0x21120
    [ 2.059387] intel_idle: v0.4 model 0x3A
    [ 2.059387] intel_idle: lapic_timer_reliable_states 0xffffffff
    [ 2.059528] GHES: HEST is not enabled!
    [ 2.059562] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 2.059853] Linux agpgart interface v0.103
    [ 2.059899] rtc_cmos 00:05: RTC can wake from S4
    [ 2.060005] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
    [ 2.060033] rtc_cmos 00:05: alarms up to one month, 242 bytes nvram, hpet irqs
    [ 2.060039] Intel P-state driver initializing.
    [ 2.060046] Intel pstate controlling: cpu 0
    [ 2.060056] Intel pstate controlling: cpu 1
    [ 2.060066] Intel pstate controlling: cpu 2
    [ 2.060075] Intel pstate controlling: cpu 3
    [ 2.060081] Intel pstate controlling: cpu 4
    [ 2.060087] Intel pstate controlling: cpu 5
    [ 2.060094] Intel pstate controlling: cpu 6
    [ 2.060101] Intel pstate controlling: cpu 7
    [ 2.060170] drop_monitor: Initializing network drop monitor service
    [ 2.060205] TCP: cubic registered
    [ 2.060258] NET: Registered protocol family 10
    [ 2.060356] NET: Registered protocol family 17
    [ 2.060361] Key type dns_resolver registered
    [ 2.060562] registered taskstats version 1
    [ 2.061180] Magic number: 2:200:956
    [ 2.061210] memory memory9: hash matches
    [ 2.061260] rtc_cmos 00:05: setting system clock to 2014-02-28 21:55:50 UTC (1393624550)
    [ 2.061289] PM: Hibernation image not present or could not be loaded.
    [ 2.061821] Freeing unused kernel memory: 1128K (ffffffff818d3000 - ffffffff819ed000)
    [ 2.061822] Write protecting the kernel read-only data: 8192k
    [ 2.063314] Freeing unused kernel memory: 864K (ffff880001528000 - ffff880001600000)
    [ 2.064187] Freeing unused kernel memory: 376K (ffff8800017a2000 - ffff880001800000)
    [ 2.070995] systemd-udevd[76]: starting version 208
    [ 2.081683] i8042: PNP: PS/2 Controller [PNP0303:KBD0,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
    [ 2.086896] rtsx_pci 0000:08:00.0: irq 41 for MSI/MSI-X
    [ 2.086940] rtsx_pci 0000:08:00.0: rtsx_pci_acquire_irq: pcr->msi_en = 1, pci->irq = 41
    [ 2.087062] ACPI: bus type USB registered
    [ 2.087089] usbcore: registered new interface driver usbfs
    [ 2.087162] usbcore: registered new interface driver hub
    [ 2.087210] usbcore: registered new device driver usb
    [ 2.087615] SCSI subsystem initialized
    [ 2.087789] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 2.087987] ehci-pci: EHCI PCI platform driver
    [ 2.088114] ehci-pci 0000:00:1a.0: EHCI Host Controller
    [ 2.088121] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
    [ 2.088137] ehci-pci 0000:00:1a.0: debug port 2
    [ 2.088526] libata version 3.00 loaded.
    [ 2.092034] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
    [ 2.092051] ehci-pci 0000:00:1a.0: irq 16, io mem 0xd4619000
    [ 2.103911] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
    [ 2.104041] hub 1-0:1.0: USB hub found
    [ 2.104046] hub 1-0:1.0: 2 ports detected
    [ 2.104210] ehci-pci 0000:00:1d.0: EHCI Host Controller
    [ 2.104214] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
    [ 2.104225] ehci-pci 0000:00:1d.0: debug port 2
    [ 2.107112] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 2.107123] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 2.108127] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
    [ 2.108140] ehci-pci 0000:00:1d.0: irq 23, io mem 0xd4618000
    [ 2.117274] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
    [ 2.117508] hub 2-0:1.0: USB hub found
    [ 2.117514] hub 2-0:1.0: 2 ports detected
    [ 2.117750] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 2.117756] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
    [ 2.117854] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
    [ 2.117873] xhci_hcd 0000:00:14.0: irq 42 for MSI/MSI-X
    [ 2.118100] hub 3-0:1.0: USB hub found
    [ 2.118108] hub 3-0:1.0: 4 ports detected
    [ 2.118349] xhci_hcd 0000:00:14.0: xHCI Host Controller
    [ 2.118351] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
    [ 2.118452] hub 4-0:1.0: USB hub found
    [ 2.118462] hub 4-0:1.0: 4 ports detected
    [ 2.135939] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    [ 2.150760] ahci 0000:00:1f.2: version 3.0
    [ 2.150968] ahci 0000:00:1f.2: irq 43 for MSI/MSI-X
    [ 2.164071] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x11 impl RAID mode
    [ 2.164079] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst
    [ 2.171405] scsi0 : ahci
    [ 2.171666] scsi1 : ahci
    [ 2.171894] scsi2 : ahci
    [ 2.172116] scsi3 : ahci
    [ 2.172313] scsi4 : ahci
    [ 2.172447] scsi5 : ahci
    [ 2.172504] ata1: SATA max UDMA/133 abar m2048@0xd4617000 port 0xd4617100 irq 43
    [ 2.172514] ata2: DUMMY
    [ 2.172516] ata3: DUMMY
    [ 2.172517] ata4: DUMMY
    [ 2.172519] ata5: SATA max UDMA/133 abar m2048@0xd4617000 port 0xd4617300 irq 43
    [ 2.172520] ata6: DUMMY
    [ 2.410959] usb 1-1: new high-speed USB device number 2 using ehci-pci
    [ 2.491002] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 2.491072] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [ 2.502872] ata1.00: ATA-8: OCZ-AGILITY3, 2.22, max UDMA/133
    [ 2.502878] ata1.00: 500118192 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    [ 2.506430] ata5.00: ATAPI: hp DVD-RAM UJ8D1, H.01, max UDMA/100
    [ 2.512780] ata1.00: configured for UDMA/133
    [ 2.513113] scsi 0:0:0:0: Direct-Access ATA OCZ-AGILITY3 2.22 PQ: 0 ANSI: 5
    [ 2.524950] ata5.00: configured for UDMA/100
    [ 2.531477] scsi 4:0:0:0: CD-ROM hp DVD-RAM UJ8D1 H.01 PQ: 0 ANSI: 5
    [ 2.534925] hub 1-1:1.0: USB hub found
    [ 2.534975] hub 1-1:1.0: 6 ports detected
    [ 2.536606] sd 0:0:0:0: [sda] 500118192 512-byte logical blocks: (256 GB/238 GiB)
    [ 2.536677] sd 0:0:0:0: [sda] Write Protect is off
    [ 2.536680] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 2.536701] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 2.537540] sda: sda1 sda2 < sda5 sda6 > sda3 sda4
    [ 2.538190] sd 0:0:0:0: [sda] Attached SCSI disk
    [ 2.542465] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 2.542469] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 2.542686] sr 4:0:0:0: Attached scsi CD-ROM sr0
    [ 2.608731] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.651327] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 2.651588] systemd[1]: No hostname configured.
    [ 2.651596] systemd[1]: Set hostname to <localhost>.
    [ 2.653530] random: systemd urandom read with 42 bits of entropy available
    [ 2.657173] systemd-fstab-generator[151]: Checking was requested for "nas:/mnt/HD/HD_a2/STORE01", but it is not a device.
    [ 2.687501] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 2.687558] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 2.687572] systemd[1]: Starting Login Prompts.
    [ 2.687585] systemd[1]: Reached target Login Prompts.
    [ 2.687595] systemd[1]: Starting Remote File Systems.
    [ 2.687605] systemd[1]: Reached target Remote File Systems.
    [ 2.687615] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 2.687642] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 2.687652] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 2.687669] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 2.687679] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 2.687712] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 2.687722] systemd[1]: Starting Delayed Shutdown Socket.
    [ 2.687759] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 2.687772] systemd[1]: Starting Dispatch Password Requests to Console Directory Watch.
    [ 2.687812] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
    [ 2.687822] systemd[1]: Starting Paths.
    [ 2.687832] systemd[1]: Reached target Paths.
    [ 2.687842] systemd[1]: Starting Journal Socket.
    [ 2.687878] systemd[1]: Listening on Journal Socket.
    [ 2.687895] systemd[1]: Mounting Debug File System...
    [ 2.688266] systemd[1]: Starting Journal Service...
    [ 2.688521] systemd[1]: Started Journal Service.
    [ 2.694471] usb 3-3: new full-speed USB device number 2 using xhci_hcd
    [ 2.702863] systemd-journald[157]: Vacuuming done, freed 0 bytes
    [ 2.708483] FS-Cache: Loaded
    [ 2.710845] usb 3-3: ep 0x85 - rounding interval to 64 microframes, ep desc says 80 microframes
    [ 2.713390] RPC: Registered named UNIX socket transport module.
    [ 2.713392] RPC: Registered udp transport module.
    [ 2.713393] RPC: Registered tcp transport module.
    [ 2.713394] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 2.718880] FS-Cache: Netfs 'nfs' registered for caching
    [ 2.728296] EXT4-fs (sda1): re-mounted. Opts: data=ordered
    [ 2.741906] systemd-udevd[202]: starting version 208
    [ 2.779466] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input2
    [ 2.780942] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20131115/utaddress-251)
    [ 2.780948] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.780952] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
    [ 2.780955] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.GPIO 2 (20131115/utaddress-251)
    [ 2.780958] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 3 (20131115/utaddress-251)
    [ 2.780961] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.780963] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20131115/utaddress-251)
    [ 2.780966] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.GPIO 2 (20131115/utaddress-251)
    [ 2.780969] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.PEG0.PEGP.GPIO 3 (20131115/utaddress-251)
    [ 2.780971] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.780973] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 2.782830] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 2.785766] mei_me 0000:00:16.0: irq 44 for MSI/MSI-X
    [ 2.791210] ACPI: Lid Switch [LID0]
    [ 2.791504] [drm] Initialized drm 1.1.0 20060810
    [ 2.791605] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    [ 2.791609] ACPI: Power Button [PWRF]
    [ 2.792665] wmi: Mapper loaded
    [ 2.792681] hp_accel: laptop model unknown, using default axes configuration
    [ 2.797256] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X
    [ 2.802959] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 2.802966] r8169 0000:0b:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 2.803223] r8169 0000:0b:00.0: irq 46 for MSI/MSI-X
    [ 2.803494] r8169 0000:0b:00.0 eth0: RTL8168evl/8111evl at 0xffffc90011eee000, a0:b3:cc:4b:1a:7e, XID 0c900800 IRQ 46
    [ 2.803496] r8169 0000:0b:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
    [ 2.811332] cfg80211: Calling CRDA to update world regulatory domain
    [ 2.815328] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input4
    [ 2.816642] Intel(R) Wireless WiFi driver for Linux, in-tree:
    [ 2.816644] Copyright(c) 2003-2013 Intel Corporation
    [ 2.816736] iwlwifi 0000:0a:00.0: can't disable ASPM; OS doesn't have ASPM control
    [ 2.816860] iwlwifi 0000:0a:00.0: irq 47 for MSI/MSI-X
    [ 2.817888] usb 2-1: new high-speed USB device number 2 using ehci-pci
    [ 2.818258] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.818636] platform microcode: Direct firmware load failed with error -2
    [ 2.818639] platform microcode: Falling back to user helper
    [ 2.821802] iwlwifi 0000:0a:00.0: loaded firmware version 18.168.6.1 op_mode iwldvm
    [ 2.824537] tsc: Refined TSC clocksource calibration: 2394.561 MHz
    [ 2.826546] hidraw: raw HID events driver (C) Jiri Kosina
    [ 2.828014] usbcore: registered new interface driver usbhid
    [ 2.828016] usbhid: USB HID core driver
    [ 2.832266] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
    [ 2.832334] input: HDA Intel PCH Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
    [ 2.832373] input: HDA Intel PCH Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 2.832658] ACPI Warning: 0x0000000000005040-0x000000000000505f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20131115/utaddress-251)
    [ 2.832662] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 2.834846] iwlwifi 0000:0a:00.0: CONFIG_IWLWIFI_DEBUG disabled
    [ 2.834848] iwlwifi 0000:0a:00.0: CONFIG_IWLWIFI_DEBUGFS disabled
    [ 2.834850] iwlwifi 0000:0a:00.0: CONFIG_IWLWIFI_DEVICE_TRACING enabled
    [ 2.834851] iwlwifi 0000:0a:00.0: Detected Intel(R) Centrino(R) Wireless-N 2230 BGN, REV=0xC8
    [ 2.834955] iwlwifi 0000:0a:00.0: L1 Enabled; Disabling L0S
    [ 2.835666] usbcore: registered new interface driver snd-usb-audio
    [ 2.854044] iTCO_vendor_support: vendor-support=0
    [ 2.854466] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 2.854514] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
    [ 2.854638] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 2.856761] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs'
    [ 2.860498] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.860514] platform microcode: Direct firmware load failed with error -2
    [ 2.860516] platform microcode: Falling back to user helper
    [ 2.863566] input: Burr-Brown from TI USB Audio CODEC as /devices/pci0000:00/0000:00:14.0/usb3/3-3/3-3:1.3/input/input10
    [ 2.863734] hid-generic 0003:08BB:2902.0001: input,hidraw0: USB HID v1.00 Device [Burr-Brown from TI USB Audio CODEC ] on usb-0000:00:14.0-3/input3
    [ 2.867484] microcode: CPU2 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.867498] platform microcode: Direct firmware load failed with error -2
    [ 2.867500] platform microcode: Falling back to user helper
    [ 2.870088] microcode: CPU3 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.870100] platform microcode: Direct firmware load failed with error -2
    [ 2.870102] platform microcode: Falling back to user helper
    [ 2.870542] microcode: CPU4 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.870561] platform microcode: Direct firmware load failed with error -2
    [ 2.870563] platform microcode: Falling back to user helper
    [ 2.871275] microcode: CPU5 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.871285] platform microcode: Direct firmware load failed with error -2
    [ 2.871288] platform microcode: Falling back to user helper
    [ 2.871938] microcode: CPU6 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.871949] platform microcode: Direct firmware load failed with error -2
    [ 2.871952] platform microcode: Falling back to user helper
    [ 2.872242] microcode: CPU7 sig=0x306a9, pf=0x10, revision=0x12
    [ 2.872254] platform microcode: Direct firmware load failed with error -2
    [ 2.872257] platform microcode: Falling back to user helper
    [ 2.872575] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 2.878423] systemd-udevd[206]: renamed network interface eth0 to eno1
    [ 2.881987] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: data=ordered
    [ 2.890802] systemd-journald[157]: Received request to flush runtime journal from PID 1
    [ 2.901323] systemd-udevd[217]: renamed network interface wlan0 to wlo1
    [ 2.908030] ACPI: AC Adapter [ADP1] (on-line)
    [ 2.941825] hub 2-1:1.0: USB hub found
    [ 2.941930] hub 2-1:1.0: 8 ports detected
    [ 3.021509] usb 1-1.1: new full-speed USB device number 3 using ehci-pci
    [ 3.061674] intel_rapl: domain uncore energy ctr 8617:8617 not working, skip
    [ 3.074806] lis3lv02d: 8 bits 3DC sensor found
    [ 3.135241] iwlwifi 0000:0a:00.0: L1 Enabled; Disabling L0S
    [ 3.142912] iwlwifi 0000:0a:00.0: Radio type=0x2-0x0-0x0
    [ 3.171642] usb 1-1.3: new high-speed USB device number 4 using ehci-pci
    [ 3.233041] nvidia: module license 'NVIDIA' taints kernel.
    [ 3.233045] Disabling lock debugging due to kernel taint
    [ 3.238226] nvidia 0000:01:00.0: enabling device (0006 -> 0007)
    [ 3.238279] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=none
    [ 3.238457] [drm] Initialized nvidia-drm 0.0.0 20130102 for 0000:01:00.0 on minor 0
    [ 3.238462] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 331.38 Wed Jan 8 19:32:30 PST 2014
    [ 3.356112] media: Linux media interface: v0.10
    [ 3.360422] Linux video capture interface: v2.00
    [ 3.365597] uvcvideo: Found UVC 1.00 device HP Truevision HD (05c8:033a)
    [ 3.377291] input: HP Truevision HD as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.3/1-1.3:1.0/input/input11
    [ 3.377488] usbcore: registered new interface driver uvcvideo
    [ 3.377494] USB Video Class driver (1.1.1)
    [ 3.393157] iwlwifi 0000:0a:00.0: L1 Enabled; Disabling L0S
    [ 3.400907] iwlwifi 0000:0a:00.0: Radio type=0x2-0x0-0x0
    [ 3.425257] usb 2-1.6: new full-speed USB device number 3 using ehci-pci
    [ 3.458983] input: HP WMI hotkeys as /devices/virtual/input/input9
    [ 3.473371] IPv6: ADDRCONF(NETDEV_UP): wlo1: link is not ready
    [ 3.521478] Bluetooth: Core ver 2.17
    [ 3.521492] NET: Registered protocol family 31
    [ 3.521493] Bluetooth: HCI device and connection manager initialized
    [ 3.521499] Bluetooth: HCI socket layer initialized
    [ 3.521501] Bluetooth: L2CAP socket layer initialized
    [ 3.521505] Bluetooth: SCO socket layer initialized
    [ 3.523209] usbcore: registered new interface driver btusb
    [ 3.597251] r8169 0000:0b:00.0 eno1: link down
    [ 3.597286] IPv6: ADDRCONF(NETDEV_UP): eno1: link is not ready
    [ 3.825665] Switched to clocksource tsc
    [ 4.034513] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd00123/0x840300/0x26c00, board id: 2055, fw id: 1107424
    [ 4.062727] nvidia 0000:01:00.0: irq 48 for MSI/MSI-X
    [ 4.071722] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071771] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071795] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071832] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071854] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071876] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071922] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.071944] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 4.104186] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input5
    [ 4.107557] mousedev: PS/2 mouse device common for all mice
    [ 4.326086] thermal LNXTHERM:00: registered as thermal_zone1
    [ 4.326092] ACPI: Thermal Zone [TZS0] (69 C)
    [ 4.606281] [Firmware Bug]: No valid trip found
    [ 5.280111] input: ST LIS3LV02DL Accelerometer as /devices/platform/lis3lv02d/input/input12
    [ 5.283560] random: nonblocking pool is initialized
    [ 5.694087] ACPI: Battery Slot [BAT0] (battery present)
    [ 7.035020] thermal LNXTHERM:02: registered as thermal_zone2
    [ 7.035026] ACPI: Thermal Zone [TZS2] (57 C)
    [ 8.889924] thermal LNXTHERM:03: registered as thermal_zone3
    [ 8.889929] ACPI: Thermal Zone [TZS3] (30 C)
    [ 9.408442] ACPI Warning: \_SB_.PCI0.PEG0.PEGP._DSM: Argument #4 type mismatch - Found [Buffer], ACPI requires [Package] (20131115/nsarguments-95)
    [ 10.251376] type=1006 audit(1393624558.679:2): pid=348 uid=0 old auid=4294967295 new auid=120 old ses=4294967295 new ses=1 res=1
    [ 11.338226] traps: gnome-shell[416] trap int3 ip:7f1024ce4289 sp:7fffc13c81f0 error:0
    [ 33.022441] type=1006 audit(1393624581.429:3): pid=439 uid=0 old auid=4294967295 new auid=1001 old ses=4294967295 new ses=2 res=1
    [ 33.028194] type=1006 audit(1393624581.436:4): pid=440 uid=0 old auid=4294967295 new auid=1001 old ses=4294967295 new ses=3 res=1
    lsmod
    Module Size Used by
    joydev 9631 0
    mousedev 10247 0
    btusb 19648 0
    bluetooth 326343 2 btusb
    uvcvideo 72804 0
    videobuf2_vmalloc 3304 1 uvcvideo
    videobuf2_memops 2335 1 videobuf2_vmalloc
    videobuf2_core 28243 1 uvcvideo
    videodev 111840 2 uvcvideo,videobuf2_core
    media 11719 2 uvcvideo,videodev
    nvidia 10621191 29
    intel_rapl 11776 0
    x86_pkg_temp_thermal 6991 0
    intel_powerclamp 8802 0
    coretemp 6358 0
    kvm_intel 131532 0
    kvm 396221 1 kvm_intel
    crct10dif_pclmul 4682 0
    crct10dif_common 1372 1 crct10dif_pclmul
    crc32_pclmul 2923 0
    crc32c_intel 14185 0
    ghash_clmulni_intel 4405 0
    aesni_intel 45548 0
    aes_x86_64 7399 1 aesni_intel
    lrw 3565 1 aesni_intel
    gf128mul 5858 1 lrw
    glue_helper 4417 1 aesni_intel
    ablk_helper 2004 1 aesni_intel
    cryptd 8409 3 ghash_clmulni_intel,aesni_intel,ablk_helper
    hid_generic 1153 0
    hp_wmi 7595 0
    sparse_keymap 3146 1 hp_wmi
    arc4 2000 2
    iTCO_wdt 5407 0
    iTCO_vendor_support 1929 1 iTCO_wdt
    mxm_wmi 1467 0
    iwldvm 167738 0
    mac80211 474681 1 iwldvm
    snd_usb_audio 117811 0
    usbhid 40545 0
    snd_usbmidi_lib 19755 1 snd_usb_audio
    hid 90902 2 hid_generic,usbhid
    snd_rawmidi 18742 1 snd_usbmidi_lib
    snd_seq_device 5180 1 snd_rawmidi
    microcode 15216 0
    evdev 11045 11
    psmouse 88171 0
    snd_hda_codec_hdmi 36379 1
    iwlwifi 140193 1 iwldvm
    serio_raw 5009 0
    snd_hda_codec_idt 43508 1
    cfg80211 408199 3 iwlwifi,mac80211,iwldvm
    i2c_i801 11269 0
    rtsx_pci_ms 7258 0
    r8169 58423 0
    memstick 7504 1 rtsx_pci_ms
    rfkill 15651 4 cfg80211,hp_wmi,bluetooth
    mii 4027 1 r8169
    thermal 8556 0
    snd_hda_intel 37352 0
    snd_hda_codec 150017 3 snd_hda_codec_hdmi,snd_hda_codec_idt,snd_hda_intel
    intel_gtt 12664 0
    drm_kms_helper 35710 0
    snd_hwdep 6332 2 snd_usb_audio,snd_hda_codec
    drm 239102 3 drm_kms_helper,nvidia
    battery 7565 0
    snd_pcm 77822 4 snd_usb_audio,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    ac 3334 0
    snd_page_alloc 7298 2 snd_pcm,snd_hda_intel
    snd_timer 18718 1 snd_pcm
    hp_accel 16520 0
    i2c_algo_bit 5391 0
    mei_me 9552 0
    i2c_core 24760 6 drm,i2c_i801,drm_kms_helper,i2c_algo_bit,nvidia,videodev
    lis3lv02d 11283 1 hp_accel
    input_polldev 2818 1 lis3lv02d
    snd 59029 11 snd_usb_audio,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_hda_codec_idt,snd_pcm,snd_rawmidi,snd_usbmidi_lib,snd_hda_codec,snd_hda_intel,snd_seq_device
    shpchp 25425 0
    mei 62867 1 mei_me
    wmi 8251 2 hp_wmi,mxm_wmi
    video 11425 0
    soundcore 5418 1 snd
    lpc_ich 13368 0
    processor 24620 0
    button 4605 0
    nfs 191568 0
    lockd 76942 1 nfs
    sunrpc 233786 2 nfs,lockd
    fscache 47797 1 nfs
    ext4 473259 2
    crc16 1359 2 ext4,bluetooth
    mbcache 6074 1 ext4
    jbd2 80912 1 ext4
    sr_mod 14930 0
    cdrom 34880 1 sr_mod
    sd_mod 31361 3
    atkbd 16806 0
    libps2 4187 2 atkbd,psmouse
    rtsx_pci_sdmmc 13911 0
    mmc_core 95465 1 rtsx_pci_sdmmc
    ahci 23048 2
    libahci 21698 1 ahci
    libata 172104 2 ahci,libahci
    ehci_pci 3928 0
    xhci_hcd 144553 0
    ehci_hcd 64171 1 ehci_pci
    scsi_mod 132250 3 libata,sd_mod,sr_mod
    rtsx_pci 32241 2 rtsx_pci_ms,rtsx_pci_sdmmc
    usbcore 180208 8 btusb,snd_usb_audio,uvcvideo,snd_usbmidi_lib,ehci_hcd,ehci_pci,usbhid,xhci_hcd
    usb_common 1648 1 usbcore
    i8042 13366 1 libps2
    serio 10721 6 serio_raw,atkbd,i8042,psmouse

  • Working on Tomcat Server but same code is not working on oc4j server of E-B

    Hello,
    I have a jsp page that is working properly in tomcat 6 server but when i deployed it on oc4j server 10.1.3.1.0 than it is not working. I am confuse.
    ERROR MESSAGE:
    500 Internal Server Error
    Servlet error: An exception occurred. The current application deployment descriptors do not allow for including it in this response. Please consult the application log for details.
    CODE JSP:
    <%@ page import="java.sql.*" %>
    <%@ page import="java.io.*" %>
    <!DOCTYPE html PUBLIC
         "-//W3C//DTD HTML 4.01 Transitional//EN"
         "http://www.w3.org/TR/html4/loose.dtd">
    <html>
    <head>
    <meta
         http-equiv="Content-Type"
         content="text/html; charset=ISO-8859-1" />
    <meta
         name="author"
         content="MAX" />
    <title>Test Register Page</title>
    <link
         rel="stylesheet"
         href="css/style.css"
         type="text/css"
         media="screen" />
    </head>
    <body>
    <div id="content">
    <form name="demo" onsubmit="return validate_form()" action="RegisterServlet" method="post">
    <fieldset>
         <legend>VIEW USER</legend>
         <table border=1>
              <tr>
                   <td width="200px" align="center"><b>Bank Name</b></td>
                   <td width="200px" align="center"><b>User Name</b></td>
              </tr>
              <%
                        Connection connection = null;
                        String connectionURL = "jdbc:oracle:thin:@10.38.60.55:1521:edwdevdb";
                        ResultSet rs = null;
                   Statement statement = null;
                   try
                        // Get a Connection to the database
                        Class.forName("oracle.jdbc.driver.OracleDriver").newInstance();
                        connection = DriverManager.getConnection(connectionURL,
    "scott", "tiger");
                        statement = connection.createStatement();
                        rs = statement.executeQuery(" SELECT user_info.USER_KEY,user_info.FI_ID,d_fi.fi_nm, user_info.User_Name from user_info INNER join d_fi on user_info.fi_id = d_fi.fi_id order by fi_nm ");
                        //Set 'authentication' flag
                        while (rs.next())
         %>
                        <tr>
                                  <td width="200px"><a href="SearchUser?bankname=<%=rs.getString("USER_KEY")%">> <%= rs.getString("FI_NM")%></a> </td>
                                  <td width="200px"><%= rs.getString("User_Name")%></td>
                        </tr>
         <%                    
                   catch(SQLException e)
                   finally
                                            rs.close();
    statement.close();
    connection.close();
         %>
         </table>
         <label> </label>
    </fieldset>
    </form>
    </div>
    </body>
    </html>
    WEB xml:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <web-app     xmlns="http://java.sun.com/xml/ns/javaee"
                             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                             xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
    version="2.5">
    <description>Register</description>
    <display-name>Register</display-name>
    <!-- Declare Servlets -->
    <servlet>
         <servlet-name>BaseServlet</servlet-name>
         <servlet-class>BaseServlet</servlet-class>
    </servlet>
    <servlet-mapping>
         <servlet-name>CategoryServlet</servlet-name>
         <url-pattern>/Category</url-pattern>
    </servlet-mapping>
    <!-- Welcome File List -->
    <welcome-file-list>
         <welcome-file>login.jsp</welcome-file>
    </welcome-file-list>
    </web-app>
    Edited by: bappy007 on Oct 10, 2010 1:57 AM
    Edited by: bappy007 on Oct 10, 2010 1:58 AM

    ERROR IN LOG FILE:
    10/10/10 15:18:55.843 edwportal: Servlet error
    java.lang.NullPointerException
         at test.jspService(_test.java:93)
         at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.1.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:711)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.1.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Thread.java:619)

  • Delta not working after upgrade from 3.5 to BI7.0

    Hello All,
    We have recently upgraded from BW3.5 to BI7.0 and the standard delta is not working now after the upgade. The name of the Extractor is 0CRM_SALES_ACT_1.
    Did anyone come across this problem before or  can anyone suggest the solution.
    Thanks
    Madhu

    Hi Madhu,
    I've experienced a similar problem with this extractor.  I attempted to Initialize Delta with Data Transfer to no avail.  The job ran for 12+ hours and stayed in "yellow" status (0 records extracted).  The following steps worked for me:
    1.  Initialize Delta without Data Transfer
    2.  Run Delta Update
    3.  Run Full Update and Indicate Request as Repair Request
    Worked like a champ, data load finished in less than 2 minutes.
    Hopefully this will help.
    Regards.
    Jason

  • SPRY menu bar not working in IE 9

    Hey! I recently just finished building my very first website using Dreamweaver CS5.5!  It looks really great and works perfectly in firefox and safari however the SPRY menu bar does not work in IE 8 or 9. Does anyone know what i can do to fix this without messing up how the website looks in firefox and safari?
    thanks,
    Toby
    here is a copy of my code:
    1
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: 200px;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are same fixed width as parent */
    ul.MenuBarVertical li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 200px;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
        margin: -5% 0 0 95%;
        padding: 0;
        list-style-type: none;
        font-size: 50%;
        position: absolute;
        z-index: 1020;
        cursor: default;
        width: 180px;
        left: -1000em;
        top: 0;
        background-color: #cccccc;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
        left: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
        width: 8.2em;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
        border: 0px solid #CCC;
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
        border: 0px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
        display: block;
        cursor: pointer;
        padding: 0.5em 0.75em;
        color: ;
        text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
        color: ;
        font-size: 100%;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
        background-color: ;
        color: ;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
        background-image: url(home.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarVertical li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;
    2
    // SpryMenuBar.js - version 0.13 - Spry Pre-Release 1.6.1
    // Copyright (c) 2006. Adobe Systems Incorporated.
    // All rights reserved.
    // Redistribution and use in source and binary forms, with or without
    // modification, are permitted provided that the following conditions are met:
    //   * Redistributions of source code must retain the above copyright notice,
    //     this list of conditions and the following disclaimer.
    //   * Redistributions in binary form must reproduce the above copyright notice,
    //     this list of conditions and the following disclaimer in the documentation
    //     and/or other materials provided with the distribution.
    //   * Neither the name of Adobe Systems Incorporated nor the names of its
    //     contributors may be used to endorse or promote products derived from this
    //     software without specific prior written permission.
    // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    // AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    // IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
    // ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
    // LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
    // CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
    // SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
    // INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
    // CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
    // ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
    // POSSIBILITY OF SUCH DAMAGE.
    SpryMenuBar.js
    This file handles the JavaScript for Spry Menu Bar.  You should have no need
    to edit this file.  Some highlights of the MenuBar object is that timers are
    used to keep submenus from showing up until the user has hovered over the parent
    menu item for some time, as well as a timer for when they leave a submenu to keep
    showing that submenu until the timer fires.
    (function() { // BeginSpryComponent
    if (typeof Spry == "undefined") window.Spry = {}; if (!Spry.Widget) Spry.Widget = {};
    Spry.BrowserSniff = function()
        var b = navigator.appName.toString();
        var up = navigator.platform.toString();
        var ua = navigator.userAgent.toString();
        this.mozilla = this.ie = this.opera = this.safari = false;
        var re_opera = /Opera.([0-9\.]*)/i;
        var re_msie = /MSIE.([0-9\.]*)/i;
        var re_gecko = /gecko/i;
        var re_safari = /(applewebkit|safari)\/([\d\.]*)/i;
        var r = false;
        if ( (r = ua.match(re_opera))) {
            this.opera = true;
            this.version = parseFloat(r[1]);
        } else if ( (r = ua.match(re_msie))) {
            this.ie = true;
            this.version = parseFloat(r[1]);
        } else if ( (r = ua.match(re_safari))) {
            this.safari = true;
            this.version = parseFloat(r[2]);
        } else if (ua.match(re_gecko)) {
            var re_gecko_version = /rv:\s*([0-9\.]+)/i;
            r = ua.match(re_gecko_version);
            this.mozilla = true;
            this.version = parseFloat(r[1]);
        this.windows = this.mac = this.linux = false;
        this.Platform = ua.match(/windows/i) ? "windows" :
                        (ua.match(/linux/i) ? "linux" :
                        (ua.match(/mac/i) ? "mac" :
                        ua.match(/unix/i)? "unix" : "unknown"));
        this[this.Platform] = true;
        this.v = this.version;
        if (this.safari && this.mac && this.mozilla) {
            this.mozilla = false;
    Spry.is = new Spry.BrowserSniff();
    // Constructor for Menu Bar
    // element should be an ID of an unordered list (<ul> tag)
    // preloadImage1 and preloadImage2 are images for the rollover state of a menu
    Spry.Widget.MenuBar = function(element, opts)
        this.init(element, opts);
    Spry.Widget.MenuBar.prototype.init = function(element, opts)
        this.element = this.getElement(element);
        // represents the current (sub)menu we are operating on
        this.currMenu = null;
        this.showDelay = 250;
        this.hideDelay = 600;
        if(typeof document.getElementById == 'undefined' || (navigator.vendor == 'Apple Computer, Inc.' && typeof window.XMLHttpRequest == 'undefined') || (Spry.is.ie && typeof document.uniqueID == 'undefined'))
            // bail on older unsupported browsers
            return;
        // Fix IE6 CSS images flicker
        if (Spry.is.ie && Spry.is.version < 7){
            try {
                document.execCommand("BackgroundImageCache", false, true);
            } catch(err) {}
        this.upKeyCode = Spry.Widget.MenuBar.KEY_UP;
        this.downKeyCode = Spry.Widget.MenuBar.KEY_DOWN;
        this.leftKeyCode = Spry.Widget.MenuBar.KEY_LEFT;
        this.rightKeyCode = Spry.Widget.MenuBar.KEY_RIGHT;
        this.escKeyCode = Spry.Widget.MenuBar.KEY_ESC;
        this.hoverClass = 'MenuBarItemHover';
        this.subHoverClass = 'MenuBarItemSubmenuHover';
        this.subVisibleClass ='MenuBarSubmenuVisible';
        this.hasSubClass = 'MenuBarItemSubmenu';
        this.activeClass = 'MenuBarActive';
        this.isieClass = 'MenuBarItemIE';
        this.verticalClass = 'MenuBarVertical';
        this.horizontalClass = 'MenuBarHorizontal';
        this.enableKeyboardNavigation = true;
        this.hasFocus = false;
        // load hover images now
        if(opts)
            for(var k in opts)
                if (typeof this[k] == 'undefined')
                    var rollover = new Image;
                    rollover.src = opts[k];
            Spry.Widget.MenuBar.setOptions(this, opts);
        // safari doesn't support tabindex
        if (Spry.is.safari)
            this.enableKeyboardNavigation = false;
        if(this.element)
            this.currMenu = this.element;
            var items = this.element.getElementsByTagName('li');
            for(var i=0; i<items.length; i++)
                if (i > 0 && this.enableKeyboardNavigation)
                    items[i].getElementsByTagName('a')[0].tabIndex='-1';
                this.initialize(items[i], element);
                if(Spry.is.ie)
                    this.addClassName(items[i], this.isieClass);
                    items[i].style.position = "static";
            if (this.enableKeyboardNavigation)
                var self = this;
                this.addEventListener(document, 'keydown', function(e){self.keyDown(e); }, false);
            if(Spry.is.ie)
                if(this.hasClassName(this.element, this.verticalClass))
                    this.element.style.position = "relative";
                var linkitems = this.element.getElementsByTagName('a');
                for(var i=0; i<linkitems.length; i++)
                    linkitems[i].style.position = "relative";
    Spry.Widget.MenuBar.KEY_ESC = 27;
    Spry.Widget.MenuBar.KEY_UP = 38;
    Spry.Widget.MenuBar.KEY_DOWN = 40;
    Spry.Widget.MenuBar.KEY_LEFT = 37;
    Spry.Widget.MenuBar.KEY_RIGHT = 39;
    Spry.Widget.MenuBar.prototype.getElement = function(ele)
        if (ele && typeof ele == "string")
            return document.getElementById(ele);
        return ele;
    Spry.Widget.MenuBar.prototype.hasClassName = function(ele, className)
        if (!ele || !className || !ele.className || ele.className.search(new RegExp("\\b" + className + "\\b")) == -1)
            return false;
        return true;
    Spry.Widget.MenuBar.prototype.addClassName = function(ele, className)
        if (!ele || !className || this.hasClassName(ele, className))
            return;
        ele.className += (ele.className ? " " : "") + className;
    Spry.Widget.MenuBar.prototype.removeClassName = function(ele, className)
        if (!ele || !className || !this.hasClassName(ele, className))
            return;
        ele.className = ele.className.replace(new RegExp("\\s*\\b" + className + "\\b", "g"), "");
    // addEventListener for Menu Bar
    // attach an event to a tag without creating obtrusive HTML code
    Spry.Widget.MenuBar.prototype.addEventListener = function(element, eventType, handler, capture)
        try
            if (element.addEventListener)
                element.addEventListener(eventType, handler, capture);
            else if (element.attachEvent)
                element.attachEvent('on' + eventType, handler);
        catch (e) {}
    // createIframeLayer for Menu Bar
    // creates an IFRAME underneath a menu so that it will show above form controls and ActiveX
    Spry.Widget.MenuBar.prototype.createIframeLayer = function(menu)
        var layer = document.createElement('iframe');
        layer.tabIndex = '-1';
        layer.src = 'javascript:""';
        layer.frameBorder = '0';
        layer.scrolling = 'no';
        menu.parentNode.appendChild(layer);
        layer.style.left = menu.offsetLeft + 'px';
        layer.style.top = menu.offsetTop + 'px';
        layer.style.width = menu.offsetWidth + 'px';
        layer.style.height = menu.offsetHeight + 'px';
    // removeIframeLayer for Menu Bar
    // removes an IFRAME underneath a menu to reveal any form controls and ActiveX
    Spry.Widget.MenuBar.prototype.removeIframeLayer =  function(menu)
        var layers = ((menu == this.element) ? menu : menu.parentNode).getElementsByTagName('iframe');
        while(layers.length > 0)
            layers[0].parentNode.removeChild(layers[0]);
    // clearMenus for Menu Bar
    // root is the top level unordered list (<ul> tag)
    Spry.Widget.MenuBar.prototype.clearMenus = function(root)
        var menus = root.getElementsByTagName('ul');
        for(var i=0; i<menus.length; i++)
            this.hideSubmenu(menus[i]);
        this.removeClassName(this.element, this.activeClass);
    // bubbledTextEvent for Menu Bar
    // identify bubbled up text events in Safari so we can ignore them
    Spry.Widget.MenuBar.prototype.bubbledTextEvent = function()
        return Spry.is.safari && (event.target == event.relatedTarget.parentNode || (event.eventPhase == 3 && event.target.parentNode == event.relatedTarget));
    // showSubmenu for Menu Bar
    // set the proper CSS class on this menu to show it
    Spry.Widget.MenuBar.prototype.showSubmenu = function(menu)
        if(this.currMenu)
            this.clearMenus(this.currMenu);
            this.currMenu = null;
        if(menu)
            this.addClassName(menu, this.subVisibleClass);
            if(typeof document.all != 'undefined' && !Spry.is.opera && navigator.vendor != 'KDE')
                if(!this.hasClassName(this.element, this.horizontalClass) || menu.parentNode.parentNode != this.element)
                    menu.style.top = menu.parentNode.offsetTop + 'px';
            if(Spry.is.ie && Spry.is.version < 7)
                this.createIframeLayer(menu);
        this.addClassName(this.element, this.activeClass);
    // hideSubmenu for Menu Bar
    // remove the proper CSS class on this menu to hide it
    Spry.Widget.MenuBar.prototype.hideSubmenu = function(menu)
        if(menu)
            this.removeClassName(menu, this.subVisibleClass);
            if(typeof document.all != 'undefined' && !Spry.is.opera && navigator.vendor != 'KDE')
                menu.style.top = '';
                menu.style.left = '';
            if(Spry.is.ie && Spry.is.version < 7)
                this.removeIframeLayer(menu);
    // initialize for Menu Bar
    // create event listeners for the Menu Bar widget so we can properly
    // show and hide submenus
    Spry.Widget.MenuBar.prototype.initialize = function(listitem, element)
        var opentime, closetime;
        var link = listitem.getElementsByTagName('a')[0];
        var submenus = listitem.getElementsByTagName('ul');
        var menu = (submenus.length > 0 ? submenus[0] : null);
        if(menu)
            this.addClassName(link, this.hasSubClass);
        if(!Spry.is.ie)
            // define a simple function that comes standard in IE to determine
            // if a node is within another node
            listitem.contains = function(testNode)
                // this refers to the list item
                if(testNode == null)
                    return false;
                if(testNode == this)
                    return true;
                else
                    return this.contains(testNode.parentNode);
        // need to save this for scope further down
        var self = this;
        this.addEventListener(listitem, 'mouseover', function(e){self.mouseOver(listitem, e);}, false);
        this.addEventListener(listitem, 'mouseout', function(e){if (self.enableKeyboardNavigation) self.clearSelection(); self.mouseOut(listitem, e);}, false);
        if (this.enableKeyboardNavigation)
            this.addEventListener(link, 'blur', function(e){self.onBlur(listitem);}, false);
            this.addEventListener(link, 'focus', function(e){self.keyFocus(listitem, e);}, false);
    Spry.Widget.MenuBar.prototype.keyFocus = function (listitem, e)
        this.lastOpen = listitem.getElementsByTagName('a')[0];
        this.addClassName(this.lastOpen, listitem.getElementsByTagName('ul').length > 0 ? this.subHoverClass : this.hoverClass);
        this.hasFocus = true;
    Spry.Widget.MenuBar.prototype.onBlur = function (listitem)
        this.clearSelection(listitem);
    Spry.Widget.MenuBar.prototype.clearSelection = function(el){
        //search any intersection with the current open element
        if (!this.lastOpen)
            return;
        if (el)
            el = el.getElementsByTagName('a')[0];
            // check children
            var item = this.lastOpen;
            while (item != this.element)
                var tmp = el;
                while (tmp != this.element)
                    if (tmp == item)
                        return;
                    try{
                        tmp = tmp.parentNode;
                    }catch(err){break;}
                item = item.parentNode;
        var item = this.lastOpen;
        while (item != this.element)
            this.hideSubmenu(item.parentNode);
            var link = item.getElementsByTagName('a')[0];
            this.removeClassName(link, this.hoverClass);
            this.removeClassName(link, this.subHoverClass);
            item = item.parentNode;
        this.lastOpen = false;
    Spry.Widget.MenuBar.prototype.keyDown = function (e)
        if (!this.hasFocus)
            return;
        if (!this.lastOpen)
            this.hasFocus = false;
            return;
        var e = e|| event;
        var listitem = this.lastOpen.parentNode;
        var link = this.lastOpen;
        var submenus = listitem.getElementsByTagName('ul');
        var menu = (submenus.length > 0 ? submenus[0] : null);
        var hasSubMenu = (menu) ? true : false;
        var opts = [listitem, menu, null, this.getSibling(listitem, 'previousSibling'), this.getSibling(listitem, 'nextSibling')];
        if (!opts[3])
            opts[2] = (listitem.parentNode.parentNode.nodeName.toLowerCase() == 'li')?listitem.parentNode.parentNode:null;
        var found = 0;
        switch (e.keyCode){
            case this.upKeyCode:
                found = this.getElementForKey(opts, 'y', 1);
                break;
            case this.downKeyCode:
                found = this.getElementForKey(opts, 'y', -1);
                break;
            case this.leftKeyCode:
                found = this.getElementForKey(opts, 'x', 1);
                break;
            case this.rightKeyCode:
                found = this.getElementForKey(opts, 'x', -1);
                break;
            case this.escKeyCode:
            case 9:
                this.clearSelection();
                this.hasFocus = false;
            default: return;
        switch (found)
            case 0: return;
            case 1:
                //subopts
                this.mouseOver(listitem, e);
                break;
            case 2:
                //parent
                this.mouseOut(opts[2], e);
                break;
            case 3:
            case 4:
                // left - right
                this.removeClassName(link, hasSubMenu ? this.subHoverClass : this.hoverClass);
                break;
        var link = opts[found].getElementsByTagName('a')[0];
        if (opts[found].nodeName.toLowerCase() == 'ul')
            opts[found] = opts[found].getElementsByTagName('li')[0];
        this.addClassName(link, opts[found].getElementsByTagName('ul').length > 0 ? this.subHoverClass : this.hoverClass);
        this.lastOpen = link;
        opts[found].getElementsByTagName('a')[0].focus();
            //stop further event handling by the browser
        return Spry.Widget.MenuBar.stopPropagation(e);
    Spry.Widget.MenuBar.prototype.mouseOver = function (listitem, e)
        var link = listitem.getElementsByTagName('a')[0];
        var submenus = listitem.getElementsByTagName('ul');
        var menu = (submenus.length > 0 ? submenus[0] : null);
        var hasSubMenu = (menu) ? true : false;
        if (this.enableKeyboardNavigation)
            this.clearSelection(listitem);
        if(this.bubbledTextEvent())
            // ignore bubbled text events
            return;
        if (listitem.closetime)
            clearTimeout(listitem.closetime);
        if(this.currMenu == listitem)
            this.currMenu = null;
        // move the focus too
        if (this.hasFocus)
            link.focus();
        // show menu highlighting
        this.addClassName(link, hasSubMenu ? this.subHoverClass : this.hoverClass);
        this.lastOpen = link;
        if(menu && !this.hasClassName(menu, this.subHoverClass))
            var self = this;
            listitem.opentime = window.setTimeout(function(){self.showSubmenu(menu);}, this.showDelay);
    Spry.Widget.MenuBar.prototype.mouseOut = function (listitem, e)
        var link = listitem.getElementsByTagName('a')[0];
        var submenus = listitem.getElementsByTagName('ul');
        var menu = (submenus.length > 0 ? submenus[0] : null);
        var hasSubMenu = (menu) ? true : false;
        if(this.bubbledTextEvent())
            // ignore bubbled text events
            return;
        var related = (typeof e.relatedTarget != 'undefined' ? e.relatedTarget : e.toElement);
        if(!listitem.contains(related))
            if (listitem.opentime)
                clearTimeout(listitem.opentime);
            this.currMenu = listitem;
            // remove menu highlighting
            this.removeClassName(link, hasSubMenu ? this.subHoverClass : this.hoverClass);
            if(menu)
                var self = this;
                listitem.closetime = window.setTimeout(function(){self.hideSubmenu(menu);}, this.hideDelay);
            if (this.hasFocus)
                link.blur();
    Spry.Widget.MenuBar.prototype.getSibling = function(element, sibling)
        var child = element[sibling];
        while (child && child.nodeName.toLowerCase() !='li')
            child = child[sibling];
        return child;
    Spry.Widget.MenuBar.prototype.getElementForKey = function(els, prop, dir)
        var found = 0;
        var rect = Spry.Widget.MenuBar.getPosition;
        var ref = rect(els[found]);
        var hideSubmenu = false;
        //make the subelement visible to compute the position
        if (els[1] && !this.hasClassName(els[1], this.MenuBarSubmenuVisible))
            els[1].style.visibility = 'hidden';
            this.showSubmenu(els[1]);
            hideSubmenu = true;
        var isVert = this.hasClassName(this.element, this.verticalClass);
        var hasParent = els[0].parentNode.parentNode.nodeName.toLowerCase() == 'li' ? true : false;
        for (var i = 1; i < els.length; i++){
            //when navigating on the y axis in vertical menus, ignore children and parents
            if(prop=='y' && isVert && (i==1 || i==2))
                continue;
            //when navigationg on the x axis in the FIRST LEVEL of horizontal menus, ignore children and parents
            if(prop=='x' && !isVert && !hasParent && (i==1 || i==2))
                continue;
            if (els[i])
                var tmp = rect(els[i]);
                if ( (dir * tmp[prop]) < (dir * ref[prop]))
                    ref = tmp;
                    found = i;
        // hide back the submenu
        if (els[1] && hideSubmenu){
            this.hideSubmenu(els[1]);
            els[1].style.visibility =  '';
        return found;
    Spry.Widget.MenuBar.camelize = function(str)
        if (str.indexOf('-') == -1){
            return str;   
        var oStringList = str.split('-');
        var isFirstEntry = true;
        var camelizedString = '';
        for(var i=0; i < oStringList.length; i++)
            if(oStringList[i].length>0)
                if(isFirstEntry)
                    camelizedString = oStringList[i];
                    isFirstEntry = false;
                else
                    var s = oStringList[i];
                    camelizedString += s.charAt(0).toUpperCase() + s.substring(1);
        return camelizedString;
    Spry.Widget.MenuBar.getStyleProp = function(element, prop)
        var value;
        try
            if (element.style)
                value = element.style[Spry.Widget.MenuBar.camelize(prop)];
            if (!value)
                if (document.defaultView && document.defaultView.getComputedStyle)
                    var css = document.defaultView.getComputedStyle(element, null);
                    value = css ? css.getPropertyValue(prop) : null;
                else if (element.currentStyle)
                        value = element.currentStyle[Spry.Widget.MenuBar.camelize(prop)];
        catch (e) {}
        return value == 'auto' ? null : value;
    Spry.Widget.MenuBar.getIntProp = function(element, prop)
        var a = parseInt(Spry.Widget.MenuBar.getStyleProp(element, prop),10);
        if (isNaN(a))
            return 0;
        return a;
    Spry.Widget.MenuBar.getPosition = function(el, doc)
        doc = doc || document;
        if (typeof(el) == 'string') {
            el = doc.getElementById(el);
        if (!el) {
            return false;
        if (el.parentNode === null || Spry.Widget.MenuBar.getStyleProp(el, 'display') == 'none') {
            //element must be visible to have a box
            return false;
        var ret = {x:0, y:0};
        var parent = null;
        var box;
        if (el.getBoundingClientRect) { // IE
            box = el.getBoundingClientRect();
            var scrollTop = doc.documentElement.scrollTop || doc.body.scrollTop;
            var scrollLeft = doc.documentElement.scrollLeft || doc.body.scrollLeft;
            ret.x = box.left + scrollLeft;
            ret.y = box.top + scrollTop;
        } else if (doc.getBoxObjectFor) { // gecko
            box = doc.getBoxObjectFor(el);
            ret.x = box.x;
            ret.y = box.y;
        } else { // safari/opera
            ret.x = el.offsetLeft;
            ret.y = el.offsetTop;
            parent = el.offsetParent;
            if (parent != el) {
                while (parent) {
                    ret.x += parent.offsetLeft;
                    ret.y += parent.offsetTop;
                    parent = parent.offsetParent;
            // opera & (safari absolute) incorrectly account for body offsetTop
            if (Spry.is.opera || Spry.is.safari && Spry.Widget.MenuBar.getStyleProp(el, 'position') == 'absolute')
                ret.y -= doc.body.offsetTop;
        if (el.parentNode)
                parent = el.parentNode;
        else
            parent = null;
        if (parent.nodeName){
            var cas = parent.nodeName.toUpperCase();
            while (parent && cas != 'BODY' && cas != 'HTML') {
                cas = parent.nodeName.toUpperCase();
                ret.x -= parent.scrollLeft;
                ret.y -= parent.scrollTop;
                if (parent.parentNode)
                    parent = parent.parentNode;
                else
                    parent = null;
        return ret;
    Spry.Widget.MenuBar.stopPropagation = function(ev)
        if (ev.stopPropagation)
            ev.stopPropagation();
        else
            ev.cancelBubble = true;
        if (ev.preventDefault)
            ev.preventDefault();
        else
            ev.returnValue = false;
    Spry.Widget.MenuBar.setOptions = function(obj, optionsObj, ignoreUndefinedProps)
        if (!optionsObj)
            return;
        for (var optionName in optionsObj)
            if (ignoreUndefinedProps && optionsObj[optionName] == undefined)
                continue;
            obj[optionName] = optionsObj[optionName];
    })(); // EndSpryComponent
    3
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Integrated Sensors, LLC</title>
    <style type="text/css">
    body,td,th {
        font-family: "Arial Narrow", "Arial Narrow Bold", "Arial Narrow Bold Italic", "Arial Narrow Italic";
        font-size: medium;
        color: #000000;
    body {
        background-image: url(images/_jpg%20png/background.jpg);
    </style>
    <link rel="shortcut icon" href="images/favicon.ico" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script type="text/javascript">
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    </script>
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    a:link {
        text-decoration: underline;
    a:visited {
        text-decoration: underline;
    a:hover {
        text-decoration: none;
    a:active {
        text-decoration: underline;
    h1 {
        font-size: large;
        color: #3165C9;
    </style>
    </head>
    <body>
    <table width="617" border="0" align="center" cellpadding="2" href="images/favicon.ico" rel="favicon">
      <tr>
        <td width="609"><table width="600" border="0" cellpadding="2">
          <tr>
            <td><img src="images/sensor2.gif" width="195" height="195" align="absmiddle" /></td>
            <td><img src="images/heading.gif" width="600" height="170" /></td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td><table width="817" border="0" cellpadding="0">
          <tr>
            <td width="200" height="35" valign="top"><ul id="MenuBar1" class="MenuBarVertical">
              <li><a href="index.html"><img src="images/b2_home.gif" alt="" onmouseover=" this.src='images/b2_home_ov.gif'" onmouseout=" this.src='images/b2_home.gif'"
    style="cursor:pointer;"></a>            </li>
              <li><a href="about_1.html" class="MenuBarItemSubmenu"><img src="images/b2_about.gif" alt="" onmouseover=" this.src='images/b2_about_ov.gif'" onmouseout=" this.src='images/b2_about.gif'"
    style="cursor:pointer;"></a>
                <ul>
                    <li><a href="about_1.html"><img src="images/bs_1.gif" alt="" onmouseover=" this.src='images/bs_1_ov.gif'" onmouseout=" this.src='images/bs_1.gif'"
    style="cursor:pointer;"></a></li>
                    <li><a href="about_2.html"><img src="images/bs_2.gif" alt="" onmouseover=" this.src='images/bs_2_ov.gif'" onmouseout=" this.src='images/bs_2.gif'"
    style="cursor:pointer;"></a></li>
                    <li><a href="about_3.html"><img src="images/bs_3.gif" alt="" onmouseover=" this.src='images/bs_3_ov.gif'" onmouseout=" this.src='images/bs_3.gif'"
    style="cursor:pointer;"></a></li>
                </ul>
              </li>
              <li><a href="technology_2.html" class="MenuBarItemSubmenu"><img src="images/b2_technology.gif" alt="" onmouseover=" this.src='images/b2_technology_ov.gif'" onmouseout=" this.src='images/b2_technology.gif'"
    style="cursor:pointer;"></a>
                <ul>
                    <li><a href="technology_2.html"><img src="images/bs_6.gif" alt="" onmouseover=" this.src='images/bs_6_ov.gif'" onmouseout=" this.src='images/bs_6.gif'"
    style="cursor:pointer;"></a></li>
                    <li><a href="technology_3.html"><img src="images/bs_7.gif" alt="" onmouseover=" this.src='images/bs_7_ov.gif'" onmouseout=" this.src='images/bs_7.gif'"
    style="cursor:pointer;"></a></li>
                    <li><a href="technology_4.html"><img src="images/bs_8.gif" alt="" onmouseover=" this.src='images/bs_8_ov.gif'" onmouseout=" this.src='images/bs_8.gif'"
    style="cursor:pointer;"></a></li>
                </ul>
              </li>
              <li><a href="#" class="MenuBarItemSubmenu"><img src="images/b2_applications.gif" alt="" onmouseover=" this.src='images/b2_applications_ov.gif'" onmouseout=" this.src='images/b2_applications.gif'"
    style="cursor:pointer;"></a>
                <ul>
                    <li><a href="applications_1.html"><img src="images/bs_10.gif" alt="" onmouseover=" this.src='images/bs_10_ov.gif'" onmouseout=" this.src='images/bs_10.gif'"
    style="cursor:pointer;"></a></li>
                    <li><a href="applications_2.html"><img src="images/bs_11.gif" alt="" onmouseover=" this.src='images/bs_11_ov.gif'" onmouseout=" this.src='images/bs_11.gif'"
    style="cursor:pointer;"></a></li>
                    <li><a href="applications_3.html"><img src="images/bs_12.gif" alt="" onmouseover=" this.src='images/bs_12_ov.gif'" onmouseout=" this.src='images/bs_12.gif'"
    style="cursor:pointer;"></a></li>
                    <li><a href="applications_4.html"><img src="images/bs_13.gif" alt="" onmouseover=" this.src='images/bs_13_ov.gif'" onmouseout=" this.src='images/bs_13.gif'"
    style="cursor:pointer;"></a></li>
                    <li><a href="applications_5.html"><img src="images/bs_14.gif" alt="" onmouseover=" this.src='images/bs_14_ov.gif'" onmouseout=" this.src='images/bs_14.gif'"
    style="cursor:pointer;"></a></li>
                    <li><a href="applications_6.html"><img src="images/bs_15.gif" alt="" onmouseover=" this.src='images/bs_15_ov.gif'" onmouseout=" this.src='images/bs_15.gif'"
    style="cursor:pointer;"></a></li>
                </ul>
              </li>
              <li><a href="publications.html" class="MenuBarItemSubmenu"><img src="images/b2_publications.gif" alt="" onmouseover=" this.src='images/b2_publications_ov.gif'" onmouseout=" this.src='images/b2_publications.gif'"
    style="cursor:pointer;"></a></li>
              <li><a href="contact.html"><img src="images/b2_contact.gif" alt="" onmouseover=" this.src='images/b2_contact_ov.gif'" onmouseout=" this.src='images/b2_contact.gif'"
    style="cursor:pointer;"></a></li>
            </ul></td>
            <td width="611" valign="top" bgcolor="#FFFFFF"><div align="justify">
              <blockquote>
                <h1 align="center">Background</h1>
                <p>Integrated Sensors is the first company in the world to apply the high gain, high-performance advantages of low cost PDP-TV (plasma display panel) technology to radiation detection.   This has resulted in the development of what is now known as the Plasma Panel Sensor (PPS), which has been called a <em>revolutionary</em> technology by U.S. government scientists. </p>
                <p>Integrated Sensors with seven issued patents holds all of the core intellectual property - which is seminal in scope - on the PPS radiation detector technology.  The PPS could well prove to be a transformational technology for a number of <em>multibillion</em> dollar industries, ranging from radiation therapeutics for the treatment of cancer, to medical imaging, to homeland security. </p>
                <p>With a secure IP and patent position established, and an international collaborative team involving over a dozen world-class scientists, and with substantial research investment by the U.S. government, Integration Sensors is now transitioning to the commercialization of its technology.</p>
              </blockquote>
              </div></td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td><p> </p>
        <p>Copyright 2007-2011. Integrated Sensors, LLC. All rights reserved.</p></td>
      </tr>
    </table>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

    90% of browser rendering problems are caused by invalid code.   See details here:
    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.i-sensors.com%2F
    You have a bunch of unclosed <img /> tags on your menus.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

Maybe you are looking for

  • Different frame rate encoding on tape (24p & 24pa)

    Hi, I usually record to tape with my dvx100 using 24pa, but sometimes the quick setup dial was switched accidentally resulting in a different frame encoding, like 24p for example. Everything is recorded in 29.97fps on mini-dv, we all know that, makin

  • How to check if my computer is compromised?

    Please suggest what programs should i run in order to check if my computer is compromised?

  • Jerky playback in elements organizer

    Hoping some one can help out here.  I've downloaded the trial version of Premiere elements to edit videos captured with a Kodak playsport.  When I view the captured video in the organizer, it a very jerky playback.  When I play back using Windows med

  • Oracle 9i, AQ, JMS

    Hello I am starting a new project. We want to use a message broker. Our company primarily uses Java. How good is Oracle 9i AQ? How good is the JMS implementation?

  • E7 calender home screen widget

    am i missing something here ? There seems to be no user settings whatsoever for the calender home screen widget. There seem to be no other widgets for the calender apart from the default one, and i have searched and searched ovi i use the calender al