Help needed to fix : 400 Illegal SSL Request error in Portal

Hi All,
We are working on SAP CRM 2007. We have brought some transaction on to WEB UI using transaction launcher. These transactions are working as expected in Web UI.
We have moved this to Portal as per clients req, but when we launch these transactions from Portal,
we are getting an error saying "400 Illegal SSL Request, Error - 19, Component ICM, etc."
Sometimes, we are encountering time out error.
And the Back, Exit, Execute buttons are appearing twice in the Portal.Any pointers on how to resolve this.
Thanks,
Udaya
Edited by: Udaya Bhaskar Perecharla on Aug 29, 2008 12:12 PM

Hi,
although I guess you have already solved the problem by yourself, I just wanted to post a possible reason here because we were facing the same problem.
The error occured after moving from HTTP to HTTPS and the details of the webservice reference were not correct.
We checked the reference and finally just had to add an 'S' to the URL:
<add key="SRV_VIEWOPEN.wsdl11" value=httpS://servername:port/sap/bc/soap/rfc/>
Maybe that helps.
Regards Daniel

Similar Messages

  • Help needed, M getting this message sandbox environment error no test user account, when downloading any application from iTunes, friend told me to sign out and sign in iTunes it might solve the problem but instead I cannot login I to my itune account.

    Help needed,
    I am getting this message sandbox environment error no test user account, when downloading any application from iTunes, friend told me to sign out and sign in iTunes it might solve the problem , and i triyed it but still  I cannot login I to my itune account. Same message keeping. Popping up,  this problem started supricly today.

    Take a look at the instructions here.
    http://www.technogal.net/2012/03/this-is-not-test-user-account-please.html

  • Please Help - Need to convert 400 gigs of giga samples into my EXS24

    Does anybody know what would be the fastest and most efficient way to convert 400 gigs of giga file samples from my PC into my logic pro EXS24 sampler on my mac?
    I purchased chicken system's translator professional which does batch conversion, but my pc was not working well with that application. I need to find a new way of converting. I know i can convert giga samples one by one in the exs24 but with 400 gigs of giga samples, it could take days and days.
    Any ideas wold be extremely helpful.
    Thank you for your time.
    -Smooth

    CDXtract is gettin' third'ed by me.... However, u r into one heu of a conversion armageddon....
    I recently did a huge convertion of my samplecell II lib into AKAI format...
    My recommendation is to convert on the fly - meaning - convert what u have to convert when u need it.
    And make sure when doing batch convertions that the sample programs u really want to WORK like it did in the GIGA gets special attention... Lots of the conversions done by cdxtract - are indeed converted but attack - decay etc... veries from sampler to sampler although the values are the same

  • Help Needed in Fixing USB Printer after CUPS Update [SOLVED]

    CUPS updated a while ago but I didn't notice any warnings from pacman or whatever. I did later notice on the front page that cups had been upgraded so that usblp is no longer usable. It told me to blacklist usblp, and so I did. I also upgraded the /etc/cups/cupsd.conf file as per the instructions.
    I still cannot print.
    When I plug in my printer, I get the following in /var/log/messages.log:
    kernel: usb 5-1: new full speed USB device using uhci_hcd and address 2
    kernel: usb 5-1: configuration #1 chosen from 1 choice
    load-modules.sh: Not loading module 'usblp' for alias 'usb:v03F0p1D17d0100dc00dsc00dp00ic07isc01ip03' because it is blacklisted
    Any help would be greatly appreciated.
    Last edited by egan (2009-10-18 17:13:15)

    jt512 wrote:
    See http://bbs.archlinux.org/viewtopic.php?id=82489
    There are like 4 other threads on this topic.  Did you do a search?
    I did indeed, though the solutions presented seemed quite convoluted.
    Luckily, I have printing working by readding the printer.

  • Help needed on Fixing replication latency issues

    Hi Team,
    Good day!!!
    I am new to replication setup and I am working on the issues with replication latency.
    Can you please provide us your experience and expertise on fixing and troubleshooting replication issues.
    Below are some queries on that,
    1) How to check the replication errors?
    2) how to find out the replication latency?
    3) What are the steps to fix the replication latency?
    4) how to teoubleshoot the issues coming on replication latency?
    Awaiting your valuable response and replies.
    Thanks in advance,
    Sarvan.N

    Hi Sarvan,
    Firstly, usually, we check replication errors via the Replication Monitor or by viewing replication agent job history. Besides the two methods, we can also check replication errors from the SQL Server error log and so on. For more details,
    please review this
    article.
    Secondly, based on my research, the latency issues always occur in Transactional Replication.  We can check that if there are latency issues by using Replication Monitor as well as Transact-SQL commands. Below is an example that posts a tracer token
    record and uses the returned ID of the posted tracer token to view latency information. Refer to :
    Measure Latency and Validate Connections for Transactional Replication.
    DECLARE @publication AS sysname;
    DECLARE @tokenID AS int;
    SET @publication = N'AdvWorksProductTran';
    USE [AdventureWorks2012]
    -- Insert a new tracer token in the publication database.
    EXEC sys.sp_posttracertoken
    @publication = @publication,
    @tracer_token_id = @tokenID OUTPUT;
    SELECT 'The ID of the new tracer token is ''' +
    CONVERT(varchar,@tokenID) + '''.'
    GO
    -- Wait 10 seconds for the token to make it to the Subscriber.
    WAITFOR DELAY '00:00:10';
    GO
    -- Get latency information for the last inserted token.
    DECLARE @publication AS sysname;
    DECLARE @tokenID AS int;
    SET @publication = N'AdvWorksProductTran';
    CREATE TABLE #tokens (tracer_id int, publisher_commit datetime)
    -- Return tracer token information to a temp table.
    INSERT #tokens (tracer_id, publisher_commit)
    EXEC sys.sp_helptracertokens @publication = @publication;
    SET @tokenID = (SELECT TOP 1 tracer_id FROM #tokens
    ORDER BY publisher_commit DESC)
    DROP TABLE #tokens
    -- Get history for the tracer token.
    EXEC sys.sp_helptracertokenhistory
    @publication = @publication,
    @tracer_id = @tokenID;
    GO
    Thirdly, transactional replication latency issues could be caused by many factors, such as network traffic or bandwidth constraints, transactional load on the publisher, system resources, blocking/locking issues and so on. I recommend you troubleshoot latency
    issues referring to the following blog.
    http://blogs.msdn.com/b/repltalk/archive/2010/02/21/transactional-replication-conversations.aspx
    Thanks,
    Lydia Zhang

  • Help, need to change IP address on host database for Portal

    Hi folks,
    Rather urgent assistance (as usual) needed. I have an installation working correctly on a pair of Win2k machines, one as the 9i database, one as the 9iAS/Portal. The app server has 2 NIC cards, one with public IP address (which is ok), one on the LAN. I need to reconfigure the LAN addresses on both the machines. Initial Portal install done without DNS, i.e. actual server/host addresses entered in the configuration.
    I have tried changing all of the TNS/Listner settings and the NIC card IP addresses and restarting the machines. The likes of SQLPlus work ok, with the TNS connect name allowing over the LAN access into the database with the new LAN addresses. I cannot seem to get the 9iAS/Portal to find the repository with the new addresses.
    Can someone help please? I can't find the answer in any documentation or other postings.
    Thanks in advance
    Rob

    There are other modes of operation for the plasst as well. I am listing them below but the formatting will make it difficult to read. If you like I can email it to you.
    Bill G...
    Configuring Portal when the HTTP server host name of the Infrastructure is changed
    Run the following from the $ORACLE_HOME/assistants/opca dir
    ptlasst.bat -mode SSOPARTNERCONFIG -i typical -sdad portal -host myApache.domain.com -port 7777 -silent -verbose
    NOTE:
    (1) This command would create a new Portal partner application in the SSO to reflect the changes of the Infrastructure. Before running this command please ensure to configure the SSO with the correct hostname by running the ssocfg.bat script located in the Infrastructure install (<infra_home>\sso\bin).
    The value for -host parameter will be the IP address of the infrastructure server and -port will be the port where the infrastructure http server is running on.
    Configuring Portal when the HTTP server host name of the Middle tier is changed
    ptlasst.bat -mode MIDTIER -i typical -host myApache.domain.com -port 7777 -ldap_h myOID.domain.com -ldap_p 389 -ldap_w welcome -pwd secret123 -portal_only -oh /home/oracle -chost myHostname.domain.com -cport_i 8001 -cport_a 8000 -wc_i_pwd invalidator -mc false -mi true -silent -verbose
    NOTE :
    (1) The -host value should match the serverName value of the httpd.conf
    (2) The -chost should be updated with the correct webcache hostname. In a default iAS midtier install the -host is same as the -chost.
    The value for -host parameter will be the IP address of the midtier(portal) server and -port will be the port where the portal is running on.
    Parameter Description Default Value Mandatory
    -i install_type Installation Type
    In the typical mode, the OPCA would get the Infrastructure information like the Portal schema name, Portal schema password, connect string to the Portal repository, SSO Partner application schema and password, SSO Password store schema and password and connect string to the SSO repository from the Repository Access API's.
    In the custom mode, the OPCA would take whatever is passed as the command line arguments.
    CUSTOM
    -mode mode The different install modes are : PORTAL, SSO, SSOPARTNERCONFIG, LANGUAGE, MIDTIER, ALL, SYSOBJECTS , DEINSTALL
    -s portal_schema Oracle Database schema for Portal database objects. In an iAS 9.0.2 install
    the default Portal schema name is portal portal
    -sp portal_password Password for Portal schema. In an iAS 9.0.2 install the portal schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for details. <portal_schema>
    -c portal_connect Connect string to connect to the Portal repository <hostname>:<port>:<sid>
    -p sys_password The Oracle Database password for the Oracle SYS user MANDATORY
    -sdad portal_dad DAD for the Portal schema. Create the DAD to the Portal repository through the OEM. Refer to the note "How to create and manage the Portal and SSO DAD ?" for details. <portal_schema>
    -host portal_host Hostname of the HTTP server for Portal. This should match byte to byte with whatever is present in the ServerName attribute in the $OH/Apache/Apache/conf/httpd.conf file of the midtier. MANDATORY
    -port portal_port Port of the HTTP server for Portal. The Port attribute in the $OH/Apache/Apache/conf/httpd.conf file of the midtier would provide the value. 7777
    -ldap_h oid_host_name Host name of the OID server MANDATORY
    -ldap_p oid_port_number Port number of the OID server 389
    -ldap_d oid_admin_DN Admininstration DN cn=orcladmin
    -ldap_w oid_admin_pw Password for DN welcome
    -pwd initial_password Initial Password for seeded OID users. In iAS 9.0.2 install this is defaulted to the iAS instance password of the midtier installation. MANDATORY (for ALL or MIDTIER)
    -das_public Add Portal Groups to DAS Public Groups. The values could be Y or N. The default is Y. The setting publishes the Portal groups that the user can add to when creating the new user in OID. Y
    -u default_tablespace Install Portal objects in this tablespace. The default tablespace selected should have atleast 75 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The default tablespace selected by default is users tablespace. users
    -t temporary_tablespace Use this tablespace for temporary objects. The temporary tablespace selected should have atleast 20 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The temporary tablespace selected by default is temp tablespace. temp
    -d document_tablespace Install Portal document table in this tablespace. The document tablespace selected should have atleast 4 MB of free available space and should have autoextend on. Refer to the note
    "What are the recommended tablespace size required for Portal installation ?" for details. The documented tablespace selected by default is users tablespace. <default_tablespace>
    -l logging_tablespace Install Portal logging tables in this tablespace. The Logging tablespace selected should have atleast 4 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The Logging tablespace selected by default is users tablespace. <default_tablespace>
    -in index_tablespace Install Portal index in this tablespace. The Index tablespace selected should have atleast 20 MB of free available space and should have autoextend on. Refer to the note "What are the recommended tablespace size required for Portal installation ?" for details. The Index tablespace selected by default is users tablespace. <default_tablespace>
    -lang language Abbreviation for the language to install us
    -m language_mode Specifies the mode for language installation
    if sso, translations only for Login server.
    if portal, translations only for Portal.
    if -m not specified, translations are installed for Both
    -demo Install Portal webview demos
    -silent Run mode for Portal Configuration Assistant. There is no UI provided by OPCA in the iAS 9.0.2 install. Use -silent option always
    -verbose Log mode for Portal Configuration Assistant. If this parameter is not set, logging information would be in brief and the OPCA would abort the install if it encounters any errors of kind
    ORA-, PLS- or SP2 errors.
    -report Install reports integration with Portal
    -owa Install OWA packages along with Portal This option behaves the same as the SYSOBJECTS mode.
    -sso_only Configure only SSO in mid-tier mode
    -portal_only Configure only Portal in mid-tier mode
    -available Language will be available for user translation
    -chost cache_host Cache host for Web Cache <hostname>
    -cport_i cache_inv_port Cahe port for Web Cache Invalidation 1100
    -cport_a cache_adm_port Cahe port for Web Cache Administration 1000
    -wc_i_pwd wc_inv_passwd Web Cache invalidator password invalidator
    -wc wc_on_off_flag Web Cache ON/OFF flag to enable or disable WC. The default is ON. If set to OFF Portal would not use Webcache though Web Cache may be up and running. on
    -o sso_schema Oracle Database schema for Login Server objects. In an iAS 9.0.2 install the default SSO schema name is orasso orasso
    -op sso_password Password for Login Server Schema. In an iAS 9.0.2 install the SSO schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for more details. Use similar steps to get the password of the orasso. MANDATORY for the following modes:
    -MIDTIER: except when '-portal_only' is specified
    -LANGUAGE: except when '-m portal' is specified
    -DEINSTALL: except when '-drop PORTAL' is specified
    -odad sso_dad DAD for Login Server objects. Create the DAD to the SSO repository through the OEM. Refer to the note "How to create and manage the Portal and SSO DAD ?" for details. <sso_schema>
    -sso_c sso_connect Connect string to connect to the SSO repository If the Portal and SSO use the same database this option need not be passed and would default to the -c argument. <hostname>:<port>:<sid>
    -sso_h sso_host Hostname of the HTTP server for the SSO. If Portal and SSO use the same HTTP server this option need not be passed. It would default the HTTP server used for the Portal.
    -sso_p sso_port Port of the HTTP server for the SSO. If Portal and SSO use the same HTTP server this option need not be passed. It would default the HTTP port used for the Portal.
    -pa papp_schema SSO Partner Application Registration Schema. In an iAS 9.0.2 install the default Password store schema name is orasso_pa <sso_schema>_PA  
    -pap papp_password SSO PA Schema Password. In an iAS 9.0.2 install the SSO schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for more details. Use similar steps to get the password of the orasso_pa <papp_schema>
    -ps pstore_schema Password Store Schema. In an iAS 9.0.2 install the default Password store schema name is orasso_ps <sso_schema>_PS  
    -pp pstore_password Password Store Password. In an iAS 9.0.2 install the SSO schema password is randomized by default. Refer to the note "How to get the Portal schema password of the Infrastructure database ?" for more details. Use similar steps to get the password of the orasso_ps. <ptore_schema>
    -pd pstore_dblink Database link from Portal schema to Password store. If the Portal and SSO use the same database this option need not be passed. <portal_schema>_DBLINK  
    -p_tns pstore_tns TNS connect string to Password Store. If the Portal and SSO use the same database this option need not be passed. The tnsalias should be created in the iAS 9.0.2 Portal middle tier.
    -s_tns portal_tns TNS connect string to Portal
    -ssotype ssotype SSO install type. Valid values are repository, midtier, all Repository
    -ultrasearch Ultrasearch configuration
    -drop drop_obj Drops either PORTAL or SSO or ALL (Both)
    if PORTAL, drops Portal schema and OID entries.
    if SSO,drops Portal schema and OID entries.
    if ALL, drops Portal and SSO schema and OID entries
    -oh oracle_home Oracle Home
    -mi midtier_install Midtier Installation
    -mc midtier_config Midtier Configuration
    -ssl Use SSL protocol for configuration. Pass this parameter only if SSL configuration is required. If this parameter is passed the -port passed should also be the SSL port of the HTTP server. Bt default this is not passed.
    -emhost em_host Enterprise Manager host for monitoring <hostname>
    -emport em_port Enterprise Manager port for monitoring 1810
    -iasname ias_name Name of the iAS instance that the install is installing on

  • LightSwitch HTML Client pubished on azure get an 400.0 bad request error

    Well, I have this problem: "Request failed with status code '400' and the status text 'Bad Request'." when I run my LightSwitch HTMLClient application that are published in Azure Web Applications.
    I already look everywhere for 3 days and still could not find the answer to this problem.
    I hope someone in this forum can help me.
    Thanks.

    Hi, thank you for respond.
    let's see, the fiddler throws these:
    NOTICE: Don't follow the links, they are dummies
    GET http://myapp.azurewebsites.net/ApplicationData.svc/$metadata
    400 Bad Request (text/html)
    The Request
    GET /ApplicationData.svc/$metadata HTTP/1.1
    MaxDataServiceVersion: 3.0
    Accept: application/xml
    Referer: http://myapp.azurewebsites.net/HTMLClient/default.htm
    Accept-Language: es-MX,es;q=0.8,en-US;q=0.5,en;q=0.3
    Accept-Encoding: gzip, deflate
    User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; Trident/7.0; rv:11.0) like Gecko
    Connection: Keep-Alive
    Host: myapp.azurewebsites.net
    Cookie: ARRAffinity=354b4b5b87b2f1e4e8b6c19a5566c6e055bf3e4047b54b4d2ea846ba1b33d561; msls-client-parameters=preferredLanguage=es-MX; ASP.NET_SessionId=bkf52whz0rkufhcxmqrfuirm
    The Response
    HTTP/1.1 400 Bad Request
    Cache-Control: private
    Content-Type: text/html
    Server: Microsoft-IIS/8.0
    X-AspNet-Version: 4.0.30319
    X-Content-Type-Options: nosniff
    X-Powered-By: ASP.NET
    Date: Wed, 01 Apr 2015 04:23:39 GMT
    Content-Length: 1647
    Connection: Keep-Alive
    The azure logs, the lightswitch diagnostic and the debugger not show any difference from these.

  • How do I/Do I need to fix "ata#.00 status { DRDY }" error?

    I've got an old server that used to be running windows that I have received to set up with linux for myself.  As I was working with it, I remembered that I had an old computer that I was just going to trash/give away anyways, of which many components would be better.  I have since set up a computer that's a mash of components between the two and everything seems to run perfectly except for one problem: I keep getting this error: (Where "#" is either 2, 3, or 4)
    ata#.00: exception Emask 0x50 SAct 0x0 SErr 0x48900 action 0x6 frozen
    ata#: SError: {UnrecovData HostInt 10B8B Handshk }
    ata#.00: failed command WRITE DMA
    ata#.00: cmd ca/00:88:9f:ca:8d/00:00:00:00:00/e8 tag 0 dma 69632 out
    res 50/00:88:9f:ca:8d/00:00:9e:c9:8d/e8 Emask 0x50 (AtA bus error)
    ata#.00: status: { DRDY }
    This error occurred once for each of the three numbers (which also happens to correspond to the three sata ports my HDs are plugged into): 2 and 3 while I was using dd to zero them (I zeroed all three but 4 didn't give any errors), and 4 just after installing grub onto a mirror raid composing of HDs 2 and 3. 
    All of the HDs originally used IDE so I used a converted to switch them (Model number CB-IS100)
    Additionally, when deconstructing the computers, one of the sata cables tore the first female connector out of the motherboard (hence why they start at 2), but while I know that's not preferable, I don't think it would cause this error.
    Finally, this motherboard was in a computer that had, as far as I could tell, a poor power supply that cause it to reboot when using a lot of CPU power.
    My question is really this: Will this cause any major problems or can I ignore it?  Also, is there anything I can do to fix it?
    This is my dmesg:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.11.6-1-ARCH (nobody@var-lib-archbuild-extra-i686-thomas) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Oct 19 00:29:46 CEST 2013
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x00000000000987ff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000098800-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cfedf7ff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000cfedf800-0x00000000cfedffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000cfee0000-0x00000000cfee2fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000cfee3000-0x00000000cfeeffff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000cfef0000-0x00000000cfefffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000f0000000-0x00000000f3ffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
    [ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    [ 0.000000] SMBIOS 2.4 present.
    [ 0.000000] DMI: HP Pavilion 061 ER879AA-ABA M7457C/EMERY, BIOS 3.15 06/23/2006
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] e820: last_pfn = 0xcfedf max_arch_pfn = 0x100000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-EFFFF uncachable
    [ 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 FC0000000 write-back
    [ 0.000000] 2 base 0C0000000 mask FF0000000 write-back
    [ 0.000000] 3 base 0CFF00000 mask FFFF00000 uncachable
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] found SMP MP-table at [mem 0x000f5f80-0x000f5f8f] mapped at [c00f5f80]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] initial memory mapped: [mem 0x00000000-0x00bfffff]
    [ 0.000000] Base memory trampoline at [c0094000] 94000 size 16384
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x37000000-0x373fffff]
    [ 0.000000] [mem 0x37000000-0x373fffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x30000000-0x36ffffff]
    [ 0.000000] [mem 0x30000000-0x36ffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x2fffffff]
    [ 0.000000] [mem 0x00100000-0x003fffff] page 4k
    [ 0.000000] [mem 0x00400000-0x2fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x37400000-0x377fdfff]
    [ 0.000000] [mem 0x37400000-0x377fdfff] page 4k
    [ 0.000000] BRK [0x00877000, 0x00877fff] PGTABLE
    [ 0.000000] RAMDISK: [mem 0x7ef2f000-0x7fffffff]
    [ 0.000000] Allocated new RAMDISK: [mem 0x3672d000-0x377fddaf]
    [ 0.000000] Move RAMDISK from [mem 0x7ef2f000-0x7ffffdaf] to [mem 0x3672d000-0x377fddaf]
    [ 0.000000] ACPI: RSDP 000f82e0 00014 (v00 HP-CPC)
    [ 0.000000] ACPI: RSDT cfee3040 00030 (v01 HP-CPC AWRDACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: FACP cfee30c0 00074 (v01 HP-CPC AWRDACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: DSDT cfee3180 0505D (v01 HP-CPC AWRDACPI 00001000 MSFT 0100000E)
    [ 0.000000] ACPI: FACS cfee0000 00040
    [ 0.000000] ACPI: MCFG cfee8340 0003C (v01 HP-CPC AWRDACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: APIC cfee8240 00084 (v01 HP-CPC AWRDACPI 42302E31 AWRD 00000000)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] 2438MB HIGHMEM available.
    [ 0.000000] 887MB LOWMEM available.
    [ 0.000000] mapped low ram: 0 - 377fe000
    [ 0.000000] low ram: 0 - 377fe000
    [ 0.000000] BRK [0x00878000, 0x00878fff] PGTABLE
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] Normal [mem 0x01000000-0x377fdfff]
    [ 0.000000] HighMem [mem 0x377fe000-0xcfedefff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x00097fff]
    [ 0.000000] node 0: [mem 0x00100000-0xcfedefff]
    [ 0.000000] On node 0 totalpages: 851574
    [ 0.000000] free_area_init_node: node 0, pgdat c06d7740, node_mem_map f4d2d020
    [ 0.000000] DMA zone: 32 pages used for memmap
    [ 0.000000] DMA zone: 0 pages reserved
    [ 0.000000] DMA zone: 3991 pages, LIFO batch:0
    [ 0.000000] Normal zone: 1744 pages used for memmap
    [ 0.000000] Normal zone: 223230 pages, LIFO batch:31
    [ 0.000000] HighMem zone: 4878 pages used for memmap
    [ 0.000000] HighMem zone: 624353 pages, LIFO batch:31
    [ 0.000000] Using APIC driver default
    [ 0.000000] ACPI: PM-Timer IO Port: 0x408
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, 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] smpboot: Allowing 4 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: [mem 0x00098000-0x00098fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x00099000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
    [ 0.000000] e820: [mem 0xcff00000-0xefffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 14 pages/cpu @f4ce3000 s33536 r0 d23808 u57344
    [ 0.000000] pcpu-alloc: s33536 r0 d23808 u57344 alloc=14*4096
    [ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 849798
    [ 0.000000] Kernel command line: BOOT_IMAGE=boot/i686/vmlinuz archisobasedir=arch archisolabel=ARCH_201311 initrd=boot/i686/archiso.img
    [ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
    [ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    [ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    [ 0.000000] Initializing CPU#0
    [ 0.000000] allocated 6813424 bytes of page_cgroup
    [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    [ 0.000000] Initializing HighMem for node 0 (000377fe:000cfedf)
    [ 0.000000] Memory: 3346976K/3406296K available (4262K kernel code, 426K rwdata, 1356K rodata, 608K init, 948K bss, 59320K reserved, 2497412K highmem)
    [ 0.000000] virtual kernel memory layout:
    fixmap : 0xfff15000 - 0xfffff000 ( 936 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc06e9000 - 0xc0781000 ( 608 kB)
    .data : 0xc0529d5e - 0xc06e8a00 (1787 kB)
    .text : 0xc0100000 - 0xc0529d5e (4263 kB)
    [ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
    [ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=4, 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=8 to nr_cpu_ids=4.
    [ 0.000000] NR_IRQS:2304 nr_irqs:712 16
    [ 0.000000] CPU 0 irqstacks, hard=f4008000 soft=f400a000
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 3000.893 MHz processor
    [ 0.003336] Calibrating delay loop (skipped), value calculated using timer frequency.. 6004.86 BogoMIPS (lpj=10002976)
    [ 0.003342] pid_max: default: 32768 minimum: 301
    [ 0.003402] Security Framework initialized
    [ 0.003416] AppArmor: AppArmor disabled by boot time parameter
    [ 0.003418] Yama: becoming mindful.
    [ 0.003442] Mount-cache hash table entries: 512
    [ 0.003753] Initializing cgroup subsys memory
    [ 0.003767] Initializing cgroup subsys devices
    [ 0.003771] Initializing cgroup subsys freezer
    [ 0.003774] Initializing cgroup subsys net_cls
    [ 0.006675] Initializing cgroup subsys blkio
    [ 0.006723] CPU: Physical Processor ID: 0
    [ 0.006727] CPU: Processor Core ID: 0
    [ 0.006731] mce: CPU supports 4 MCE banks
    [ 0.006745] CPU0: Thermal monitoring enabled (TM1)
    [ 0.006763] Last level iTLB entries: 4KB 128, 2MB 128, 4MB 128
    Last level dTLB entries: 4KB 64, 2MB 0, 4MB 64
    tlb_flushall_shift: 6
    [ 0.006919] Freeing SMP alternatives memory: 20K (c0781000 - c0786000)
    [ 0.008197] ACPI: Core revision 20130517
    [ 0.012076] ACPI: All ACPI Tables successfully acquired
    [ 0.013370] ftrace: allocating 19099 entries in 38 pages
    [ 0.023450] Enabling APIC mode: Flat. Using 1 I/O APICs
    [ 0.023843] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.057502] smpboot: CPU0: Intel(R) Pentium(R) D CPU 3.00GHz (fam: 0f, model: 06, stepping: 02)
    [ 0.059999] Performance Events: Netburst events, Netburst P4/Xeon PMU driver.
    [ 0.059999] ... version: 0
    [ 0.059999] ... bit width: 40
    [ 0.059999] ... generic registers: 18
    [ 0.059999] ... value mask: 000000ffffffffff
    [ 0.059999] ... max period: 0000007fffffffff
    [ 0.059999] ... fixed-purpose events: 0
    [ 0.059999] ... event mask: 000000000003ffff
    [ 0.076727] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.083427] CPU 1 irqstacks, hard=f40ce000 soft=f40d8000
    [ 0.006666] Initializing CPU#1
    [ 0.083431] smpboot: Booting Node 0, Processors #1
    [ 0.096604] Brought up 2 CPUs
    [ 0.096610] smpboot: Total of 2 processors activated (12008.72 BogoMIPS)
    [ 0.096819] devtmpfs: initialized
    [ 0.096976] PM: Registering ACPI NVS region [mem 0xcfee0000-0xcfee2fff] (12288 bytes)
    [ 0.100507] RTC time: 20:09:02, date: 05/19/14
    [ 0.100577] NET: Registered protocol family 16
    [ 0.100840] ACPI: bus type PCI registered
    [ 0.100846] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.100944] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xf0000000-0xffffffff] (base 0xf0000000)
    [ 0.100950] PCI: MMCONFIG at [mem 0xf0000000-0xffffffff] reserved in E820
    [ 0.100954] PCI: MMCONFIG for 0000 [bus00-3f] at [mem 0xf0000000-0xf3ffffff] (base 0xf0000000) (size reduced!)
    [ 0.100956] PCI: Using MMCONFIG for extended config space
    [ 0.100959] PCI: Using configuration type 1 for base access
    [ 0.102090] bio: create slab <bio-0> at 0
    [ 0.102090] ACPI: Added _OSI(Module Device)
    [ 0.102090] ACPI: Added _OSI(Processor Device)
    [ 0.102090] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.102090] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.103853] ACPI: EC: Look up EC in DSDT
    [ 0.110158] ACPI: Interpreter enabled
    [ 0.110189] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130517/hwxface-571)
    [ 0.110213] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.110217] ACPI: Using IOAPIC for interrupt routing
    [ 0.110269] PCI: Ignoring host bridge windows from ACPI; if necessary, use "pci=use_crs" and report a bug
    [ 0.110379] ACPI: No dock devices found.
    [ 0.118318] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.118328] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    [ 0.118332] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
    [ 0.118461] acpi PNP0A08:00: host bridge window [io 0x0000-0x0cf7] (ignored)
    [ 0.118466] acpi PNP0A08:00: host bridge window [io 0x0d00-0xffff] (ignored)
    [ 0.118470] acpi PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff] (ignored)
    [ 0.118474] acpi PNP0A08:00: host bridge window [mem 0x000c0000-0x000dffff] (ignored)
    [ 0.118478] acpi PNP0A08:00: host bridge window [mem 0xcff00000-0xfebfffff] (ignored)
    [ 0.118481] PCI: root bus 00: using default resources
    [ 0.118486] acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    [ 0.118696] PCI host bridge to bus 0000:00
    [ 0.118703] pci_bus 0000:00: root bus resource [bus 00-ff]
    [ 0.118707] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
    [ 0.118710] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffff]
    [ 0.118725] pci 0000:00:00.0: [8086:2770] type 00 class 0x060000
    [ 0.118895] pci 0000:00:01.0: [8086:2771] type 01 class 0x060400
    [ 0.118957] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
    [ 0.119125] pci 0000:00:1b.0: [8086:27d8] type 00 class 0x040300
    [ 0.119148] pci 0000:00:1b.0: reg 0x10: [mem 0xfdff8000-0xfdffbfff 64bit]
    [ 0.119231] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
    [ 0.119317] pci 0000:00:1b.0: System wakeup disabled by ACPI
    [ 0.119384] pci 0000:00:1d.0: [8086:27c8] type 00 class 0x0c0300
    [ 0.119433] pci 0000:00:1d.0: reg 0x20: [io 0xff00-0xff1f]
    [ 0.119532] pci 0000:00:1d.0: System wakeup disabled by ACPI
    [ 0.119597] pci 0000:00:1d.1: [8086:27c9] type 00 class 0x0c0300
    [ 0.119646] pci 0000:00:1d.1: reg 0x20: [io 0xfe00-0xfe1f]
    [ 0.119745] pci 0000:00:1d.1: System wakeup disabled by ACPI
    [ 0.119808] pci 0000:00:1d.2: [8086:27ca] type 00 class 0x0c0300
    [ 0.119857] pci 0000:00:1d.2: reg 0x20: [io 0xfd00-0xfd1f]
    [ 0.119955] pci 0000:00:1d.2: System wakeup disabled by ACPI
    [ 0.120030] pci 0000:00:1d.3: [8086:27cb] type 00 class 0x0c0300
    [ 0.120079] pci 0000:00:1d.3: reg 0x20: [io 0xfc00-0xfc1f]
    [ 0.120178] pci 0000:00:1d.3: System wakeup disabled by ACPI
    [ 0.120251] pci 0000:00:1d.7: [8086:27cc] type 00 class 0x0c0320
    [ 0.120273] pci 0000:00:1d.7: reg 0x10: [mem 0xfdfff000-0xfdfff3ff]
    [ 0.120360] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
    [ 0.120440] pci 0000:00:1d.7: System wakeup disabled by ACPI
    [ 0.120507] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
    [ 0.120640] pci 0000:00:1e.0: System wakeup disabled by ACPI
    [ 0.120712] pci 0000:00:1f.0: [8086:27b0] type 00 class 0x060100
    [ 0.120948] pci 0000:00:1f.1: [8086:27df] type 00 class 0x01018a
    [ 0.120966] pci 0000:00:1f.1: reg 0x10: [io 0x0000-0x0007]
    [ 0.120978] pci 0000:00:1f.1: reg 0x14: [io 0x0000-0x0003]
    [ 0.120990] pci 0000:00:1f.1: reg 0x18: [io 0x0000-0x0007]
    [ 0.121002] pci 0000:00:1f.1: reg 0x1c: [io 0x0000-0x0003]
    [ 0.121014] pci 0000:00:1f.1: reg 0x20: [io 0xfb00-0xfb0f]
    [ 0.121164] pci 0000:00:1f.2: [8086:27c3] type 00 class 0x010400
    [ 0.121185] pci 0000:00:1f.2: reg 0x10: [io 0xfa00-0xfa07]
    [ 0.121196] pci 0000:00:1f.2: reg 0x14: [io 0xf900-0xf903]
    [ 0.121206] pci 0000:00:1f.2: reg 0x18: [io 0xf800-0xf807]
    [ 0.121217] pci 0000:00:1f.2: reg 0x1c: [io 0xf700-0xf703]
    [ 0.121228] pci 0000:00:1f.2: reg 0x20: [io 0xf600-0xf60f]
    [ 0.121238] pci 0000:00:1f.2: reg 0x24: [mem 0xfdffe000-0xfdffe3ff]
    [ 0.121284] pci 0000:00:1f.2: PME# supported from D3hot
    [ 0.121418] pci 0000:00:1f.3: [8086:27da] type 00 class 0x0c0500
    [ 0.121478] pci 0000:00:1f.3: reg 0x20: [io 0x0500-0x051f]
    [ 0.121706] pci 0000:01:00.0: [10de:0a65] type 00 class 0x030000
    [ 0.121722] pci 0000:01:00.0: reg 0x10: [mem 0xfb000000-0xfbffffff]
    [ 0.121737] pci 0000:01:00.0: reg 0x14: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.121752] pci 0000:01:00.0: reg 0x1c: [mem 0xee000000-0xefffffff 64bit pref]
    [ 0.121762] pci 0000:01:00.0: reg 0x24: [io 0xdf00-0xdf7f]
    [ 0.121773] pci 0000:01:00.0: reg 0x30: [mem 0xfcf00000-0xfcf7ffff pref]
    [ 0.121887] pci 0000:01:00.1: [10de:0be3] type 00 class 0x040300
    [ 0.121903] pci 0000:01:00.1: reg 0x10: [mem 0xfcffc000-0xfcffffff]
    [ 0.126691] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.126697] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.126703] pci 0000:00:01.0: bridge window [mem 0xfb000000-0xfcffffff]
    [ 0.126709] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xefffffff 64bit pref]
    [ 0.126783] pci 0000:02:01.0: [1106:3044] type 00 class 0x0c0010
    [ 0.126806] pci 0000:02:01.0: reg 0x10: [mem 0xfdeff000-0xfdeff7ff]
    [ 0.126819] pci 0000:02:01.0: reg 0x14: [io 0xef00-0xef7f]
    [ 0.126902] pci 0000:02:01.0: supports D2
    [ 0.126905] pci 0000:02:01.0: PME# supported from D2 D3hot D3cold
    [ 0.126989] pci 0000:02:05.0: [10ec:8169] type 00 class 0x020000
    [ 0.127012] pci 0000:02:05.0: reg 0x10: [io 0xec00-0xecff]
    [ 0.127025] pci 0000:02:05.0: reg 0x14: [mem 0xfdefe000-0xfdefe0ff]
    [ 0.127075] pci 0000:02:05.0: reg 0x30: [mem 0xfdec0000-0xfdedffff pref]
    [ 0.127109] pci 0000:02:05.0: supports D1 D2
    [ 0.127113] pci 0000:02:05.0: PME# supported from D1 D2 D3hot D3cold
    [ 0.127196] pci 0000:02:08.0: [8086:27dc] type 00 class 0x020000
    [ 0.127218] pci 0000:02:08.0: reg 0x10: [mem 0xfdefd000-0xfdefdfff]
    [ 0.127230] pci 0000:02:08.0: reg 0x14: [io 0xee00-0xee3f]
    [ 0.127308] pci 0000:02:08.0: supports D1 D2
    [ 0.127311] pci 0000:02:08.0: PME# supported from D0 D1 D2 D3hot D3cold
    [ 0.127410] pci 0000:00:1e.0: PCI bridge to [bus 02] (subtractive decode)
    [ 0.127417] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.127423] pci 0000:00:1e.0: bridge window [mem 0xfde00000-0xfdefffff]
    [ 0.127431] pci 0000:00:1e.0: bridge window [io 0x0000-0xffff] (subtractive decode)
    [ 0.127435] pci 0000:00:1e.0: bridge window [mem 0x00000000-0xffffffff] (subtractive decode)
    [ 0.127448] pci_bus 0000:00: on NUMA node 0
    [ 0.128183] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 *5 7 9 10 11 12 14 15)
    [ 0.128303] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 9 10 11 *12 14 15)
    [ 0.128422] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
    [ 0.128542] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 9 10 *11 12 14 15)
    [ 0.128661] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 *10 11 12 14 15)
    [ 0.128780] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
    [ 0.128900] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
    [ 0.129019] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 9 10 11 12 14 15) *0, disabled.
    [ 0.129353] ACPI: Enabled 2 GPEs in block 00 to 1F
    [ 0.129366] ACPI: \_SB_.PCI0: notify handler is installed
    [ 0.129414] Found 1 acpi root devices
    [ 0.129499] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.129499] vgaarb: loaded
    [ 0.129499] vgaarb: bridge control possible 0000:01:00.0
    [ 0.129499] PCI: Using ACPI for IRQ routing
    [ 0.131455] PCI: pci_cache_line_size set to 64 bytes
    [ 0.131514] e820: reserve RAM buffer [mem 0x00098800-0x0009ffff]
    [ 0.131517] e820: reserve RAM buffer [mem 0xcfedf800-0xcfffffff]
    [ 0.131681] NetLabel: Initializing
    [ 0.131684] NetLabel: domain hash size = 128
    [ 0.131686] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.131709] NetLabel: unlabeled traffic allowed by default
    [ 0.131784] Switched to clocksource refined-jiffies
    [ 0.141221] pnp: PnP ACPI init
    [ 0.141249] ACPI: bus type PNP registered
    [ 0.141516] system 00:00: [io 0x04d0-0x04d1] has been reserved
    [ 0.141521] system 00:00: [io 0x0800-0x087f] has been reserved
    [ 0.141526] system 00:00: [io 0x0880-0x088f] has been reserved
    [ 0.141533] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.141554] pnp 00:01: [dma 4]
    [ 0.141597] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.141664] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.141714] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.141773] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.142316] pnp 00:05: [dma 3]
    [ 0.142386] pnp 00:05: Plug and Play ACPI device, IDs PNP0401 (active)
    [ 0.142549] system 00:06: [io 0x0400-0x04bf] has been reserved
    [ 0.142556] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.142624] pnp 00:07: Plug and Play ACPI device, IDs INT0800 (active)
    [ 0.143002] system 00:08: [mem 0xf0000000-0xf3ffffff] has been reserved
    [ 0.143009] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.143327] system 00:09: [mem 0x000d4800-0x000d7fff] has been reserved
    [ 0.143339] system 00:09: [mem 0x000f0000-0x000f7fff] could not be reserved
    [ 0.143344] system 00:09: [mem 0x000f8000-0x000fbfff] could not be reserved
    [ 0.143349] system 00:09: [mem 0x000fc000-0x000fffff] could not be reserved
    [ 0.143353] system 00:09: [mem 0xcfee0000-0xcfefffff] could not be reserved
    [ 0.143357] system 00:09: [mem 0x00000000-0x0009ffff] could not be reserved
    [ 0.143361] system 00:09: [mem 0x00100000-0xcfedffff] could not be reserved
    [ 0.143365] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.143370] system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.143374] system 00:09: [mem 0xffb00000-0xffb7ffff] has been reserved
    [ 0.143378] system 00:09: [mem 0xfff00000-0xffffffff] has been reserved
    [ 0.143382] system 00:09: [mem 0x000e0000-0x000effff] has been reserved
    [ 0.143387] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.143401] pnp: PnP ACPI: found 10 devices
    [ 0.143404] ACPI: bus type PNP unregistered
    [ 0.181586] Switched to clocksource acpi_pm
    [ 0.181620] pci 0000:00:01.0: PCI bridge to [bus 01]
    [ 0.181626] pci 0000:00:01.0: bridge window [io 0xd000-0xdfff]
    [ 0.181632] pci 0000:00:01.0: bridge window [mem 0xfb000000-0xfcffffff]
    [ 0.181637] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xefffffff 64bit pref]
    [ 0.181644] pci 0000:00:1e.0: PCI bridge to [bus 02]
    [ 0.181649] pci 0000:00:1e.0: bridge window [io 0xe000-0xefff]
    [ 0.181655] pci 0000:00:1e.0: bridge window [mem 0xfde00000-0xfdefffff]
    [ 0.181797] pci 0000:00:1e.0: setting latency timer to 64
    [ 0.181804] pci_bus 0000:00: resource 4 [io 0x0000-0xffff]
    [ 0.181808] pci_bus 0000:00: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.181812] pci_bus 0000:01: resource 0 [io 0xd000-0xdfff]
    [ 0.181815] pci_bus 0000:01: resource 1 [mem 0xfb000000-0xfcffffff]
    [ 0.181819] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xefffffff 64bit pref]
    [ 0.181823] pci_bus 0000:02: resource 0 [io 0xe000-0xefff]
    [ 0.181826] pci_bus 0000:02: resource 1 [mem 0xfde00000-0xfdefffff]
    [ 0.181830] pci_bus 0000:02: resource 4 [io 0x0000-0xffff]
    [ 0.181833] pci_bus 0000:02: resource 5 [mem 0x00000000-0xffffffff]
    [ 0.181886] NET: Registered protocol family 2
    [ 0.182168] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.182210] TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    [ 0.182250] TCP: Hash tables configured (established 8192 bind 8192)
    [ 0.182288] TCP: reno registered
    [ 0.182293] UDP hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.182304] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    [ 0.182388] NET: Registered protocol family 1
    [ 0.182388] pci 0000:01:00.0: Boot video device
    [ 0.182388] pci 0000:02:08.0: Firmware left e100 interrupts enabled; disabling
    [ 0.182388] PCI: CLS 32 bytes, default 64
    [ 0.182388] Unpacking initramfs...
    [ 3.767636] Freeing initrd memory: 17220K (f672d000 - f77fe000)
    [ 3.767832] apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16ac)
    [ 3.767836] apm: disabled - APM is not SMP safe.
    [ 3.767883] Scanning for low memory corruption every 60 seconds
    [ 3.768350] audit: initializing netlink socket (disabled)
    [ 3.768369] type=2000 audit(1400530145.763:1): initialized
    [ 3.783776] bounce pool size: 64 pages
    [ 3.783794] HugeTLB registered 4 MB page size, pre-allocated 0 pages
    [ 3.786252] zbud: loaded
    [ 3.786379] VFS: Disk quotas dquot_6.5.2
    [ 3.786456] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    [ 3.786770] msgmni has been set to 1692
    [ 3.787189] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    [ 3.787246] io scheduler noop registered
    [ 3.787250] io scheduler deadline registered
    [ 3.787303] io scheduler cfq registered (default)
    [ 3.787440] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
    [ 3.787553] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    [ 3.787585] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    [ 3.787808] GHES: HEST is not enabled!
    [ 3.787828] isapnp: Scanning for PnP cards...
    [ 4.143916] isapnp: No Plug & Play device found
    [ 4.144002] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 4.144834] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 4.393708] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 4.393902] mousedev: PS/2 mouse device common for all mice
    [ 4.394026] rtc_cmos 00:02: RTC can wake from S4
    [ 4.394188] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 4.394220] rtc_cmos 00:02: alarms up to one month, 242 bytes nvram
    [ 4.394271] cpuidle: using governor ladder
    [ 4.394275] cpuidle: using governor menu
    [ 4.394354] drop_monitor: Initializing network drop monitor service
    [ 4.394463] TCP: cubic registered
    [ 4.394689] NET: Registered protocol family 10
    [ 4.394926] NET: Registered protocol family 17
    [ 4.394941] Key type dns_resolver registered
    [ 4.395148] Using IPI No-Shortcut mode
    [ 4.395277] PM: Hibernation image not present or could not be loaded.
    [ 4.395295] registered taskstats version 1
    [ 4.395849] Magic number: 14:160:195
    [ 4.395919] rtc_cmos 00:02: setting system clock to 2014-05-19 20:09:06 UTC (1400530146)
    [ 4.396373] Freeing unused kernel memory: 608K (c06e9000 - c0781000)
    [ 4.396483] Write protecting the kernel text: 4264k
    [ 4.396526] Write protecting the kernel read-only data: 1360k
    [ 4.409586] systemd-udevd[47]: starting version 208
    [ 4.441220] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
    [ 4.441231] ACPI: Power Button [PWRB]
    [ 4.441342] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
    [ 4.441349] ACPI: Power Button [PWRF]
    [ 4.453112] Linux agpgart interface v0.103
    [ 4.456375] [drm] Initialized drm 1.1.0 20060810
    [ 4.458668] wmi: Mapper loaded
    [ 4.464289] ACPI: bus type USB registered
    [ 4.464341] usbcore: registered new interface driver usbfs
    [ 4.464366] usbcore: registered new interface driver hub
    [ 4.465442] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 4.465645] r8169 0000:02:05.0 (unregistered net_device): not PCI Express
    [ 4.466029] r8169 0000:02:05.0 eth0: RTL8110s at 0xf850e000, 00:1e:2a:c2:08:13, XID 04000000 IRQ 17
    [ 4.466034] r8169 0000:02:05.0 eth0: jumbo features [frames: 7152 bytes, tx checksumming: ok]
    [ 4.466473] e100: Intel(R) PRO/100 Network Driver, 3.5.24-k2-NAPI
    [ 4.466476] e100: Copyright(c) 1999-2006 Intel Corporation
    [ 4.468849] SCSI subsystem initialized
    [ 4.470129] usbcore: registered new device driver usb
    [ 4.472537] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 4.472967] uhci_hcd: USB Universal Host Controller Interface driver
    [ 4.473145] uhci_hcd 0000:00:1d.0: setting latency timer to 64
    [ 4.473151] uhci_hcd 0000:00:1d.0: UHCI Host Controller
    [ 4.473162] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
    [ 4.473215] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000ff00
    [ 4.474467] hub 1-0:1.0: USB hub found
    [ 4.474476] hub 1-0:1.0: 2 ports detected
    [ 4.476265] uhci_hcd 0000:00:1d.1: setting latency timer to 64
    [ 4.476273] uhci_hcd 0000:00:1d.1: UHCI Host Controller
    [ 4.476283] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
    [ 4.476285] ehci-pci: EHCI PCI platform driver
    [ 4.476334] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000fe00
    [ 4.477340] ACPI: bus type ATA registered
    [ 4.478267] hub 2-0:1.0: USB hub found
    [ 4.478276] hub 2-0:1.0: 2 ports detected
    [ 4.478975] ehci-pci 0000:00:1d.7: setting latency timer to 64
    [ 4.479324] ehci-pci 0000:00:1d.7: EHCI Host Controller
    [ 4.479335] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 3
    [ 4.483257] ehci-pci 0000:00:1d.7: cache line size of 32 is not supported
    [ 4.483270] ehci-pci 0000:00:1d.7: irq 23, io mem 0xfdfff000
    [ 4.483319] libata version 3.00 loaded.
    [ 4.490116] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
    [ 4.490318] hub 3-0:1.0: USB hub found
    [ 4.490328] hub 3-0:1.0: 8 ports detected
    [ 4.497666] e100 0000:02:08.0 eth1: addr 0xfdefd000, irq 20, MAC addr 00:17:31:0e:7b:1b
    [ 4.498311] nouveau [ DEVICE][0000:01:00.0] BOOT0 : 0x0a8280a2
    [ 4.498316] nouveau [ DEVICE][0000:01:00.0] Chipset: GT218 (NVA8)
    [ 4.498320] nouveau [ DEVICE][0000:01:00.0] Family : NV50
    [ 4.499944] nouveau [ VBIOS][0000:01:00.0] checking PRAMIN for image...
    [ 4.513467] hub 1-0:1.0: USB hub found
    [ 4.513476] hub 1-0:1.0: 2 ports detected
    [ 4.536751] hub 2-0:1.0: USB hub found
    [ 4.536759] hub 2-0:1.0: 2 ports detected
    [ 4.537041] ata_piix 0000:00:1f.1: version 2.13
    [ 4.537215] ata_piix 0000:00:1f.1: setting latency timer to 64
    [ 4.538319] scsi0 : ata_piix
    [ 4.539121] scsi1 : ata_piix
    [ 4.539242] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xfb00 irq 14
    [ 4.539246] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xfb08 irq 15
    [ 4.539349] ahci 0000:00:1f.2: version 3.0
    [ 4.539518] ahci 0000:00:1f.2: irq 41 for MSI/MSI-X
    [ 4.539607] ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl RAID mode
    [ 4.539612] ahci 0000:00:1f.2: flags: 64bit ncq led clo
    [ 4.539618] ahci 0000:00:1f.2: setting latency timer to 64
    [ 4.540696] scsi2 : ahci
    [ 4.540853] scsi3 : ahci
    [ 4.540977] scsi4 : ahci
    [ 4.541096] scsi5 : ahci
    [ 4.541226] ata3: SATA max UDMA/133 abar m1024@0xfdffe000 port 0xfdffe100 irq 41
    [ 4.541231] ata4: SATA max UDMA/133 abar m1024@0xfdffe000 port 0xfdffe180 irq 41
    [ 4.541235] ata5: SATA max UDMA/133 abar m1024@0xfdffe000 port 0xfdffe200 irq 41
    [ 4.541239] ata6: SATA max UDMA/133 abar m1024@0xfdffe000 port 0xfdffe280 irq 41
    [ 4.541389] uhci_hcd 0000:00:1d.2: setting latency timer to 64
    [ 4.541395] uhci_hcd 0000:00:1d.2: UHCI Host Controller
    [ 4.541406] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
    [ 4.541450] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000fd00
    [ 4.541676] hub 4-0:1.0: USB hub found
    [ 4.541683] hub 4-0:1.0: 2 ports detected
    [ 4.541931] uhci_hcd 0000:00:1d.3: setting latency timer to 64
    [ 4.541937] uhci_hcd 0000:00:1d.3: UHCI Host Controller
    [ 4.541946] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
    [ 4.541985] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000fc00
    [ 4.542120] ata2: port disabled--ignoring
    [ 4.542317] hub 5-0:1.0: USB hub found
    [ 4.542325] hub 5-0:1.0: 2 ports detected
    [ 4.563395] firewire_ohci 0000:02:01.0: added OHCI v1.0 device as card 0, 4 IR + 8 IT contexts, quirks 0x11
    [ 4.574546] nouveau [ VBIOS][0000:01:00.0] ... appears to be valid
    [ 4.574552] nouveau [ VBIOS][0000:01:00.0] using image from PRAMIN
    [ 4.574662] nouveau [ VBIOS][0000:01:00.0] BIT signature found
    [ 4.574667] nouveau [ VBIOS][0000:01:00.0] version 70.18.36.00.00
    [ 4.575237] nouveau [ PFB][0000:01:00.0] RAM type: DDR2
    [ 4.575243] nouveau [ PFB][0000:01:00.0] RAM size: 512 MiB
    [ 4.575247] nouveau [ PFB][0000:01:00.0] ZCOMP: 960 tags
    [ 4.713759] ata1.00: ATAPI: TSSTcorpCD/DVDW TS-H652L, 0803, max UDMA/33
    [ 4.743671] ata1.00: configured for UDMA/33
    [ 4.744629] scsi 0:0:0:0: CD-ROM TSSTcorp CD/DVDW TS-H652L 0803 PQ: 0 ANSI: 5
    [ 4.770051] tsc: Refined TSC clocksource calibration: 3000.853 MHz
    [ 4.860047] ata3: SATA link down (SStatus 0 SControl 300)
    [ 5.020046] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 5.020077] ata5: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 5.021034] ata5.00: ATA-6: WDC WD800BB-00JHC0, 05.01C05, max UDMA/100
    [ 5.021039] ata5.00: 156301488 sectors, multi 0: LBA
    [ 5.021915] ata5.00: configured for UDMA/100
    [ 5.023691] ata4.00: ATA-6: WDC WD800BB-00JHC0, 05.01C05, max UDMA/100
    [ 5.023695] ata4.00: 156301488 sectors, multi 0: LBA
    [ 5.024602] ata4.00: configured for UDMA/100
    [ 5.024731] scsi 3:0:0:0: Direct-Access ATA WDC WD800BB-00JH 05.0 PQ: 0 ANSI: 5
    [ 5.025019] scsi 4:0:0:0: Direct-Access ATA WDC WD800BB-00JH 05.0 PQ: 0 ANSI: 5
    [ 5.063459] firewire_core 0000:02:01.0: created device fw0: GUID 0011d800009e9dd1, S400
    [ 5.090025] usb 1-1: new low-speed USB device number 2 using uhci_hcd
    [ 5.180043] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [ 5.184039] ata6.00: ATA-6: ST380011A, 3.04, max UDMA/100
    [ 5.184044] ata6.00: 156301488 sectors, multi 0: LBA48
    [ 5.188337] ata6.00: configured for UDMA/100
    [ 5.188461] scsi 5:0:0:0: Direct-Access ATA ST380011A 3.04 PQ: 0 ANSI: 5
    [ 5.199621] sr0: scsi3-mmc drive: 40x/40x writer dvd-ram cd/rw xa/form2 cdda tray
    [ 5.199627] cdrom: Uniform CD-ROM driver Revision: 3.20
    [ 5.199923] sr 0:0:0:0: Attached scsi CD-ROM sr0
    [ 5.200185] sd 3:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
    [ 5.200346] sd 3:0:0:0: [sda] Write Protect is off
    [ 5.200351] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 5.200393] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 5.200900] sd 4:0:0:0: [sdb] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
    [ 5.200997] sd 4:0:0:0: [sdb] Write Protect is off
    [ 5.201002] sd 4:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [ 5.201043] sd 4:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 5.201527] sd 5:0:0:0: [sdc] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
    [ 5.201623] sd 5:0:0:0: [sdc] Write Protect is off
    [ 5.201627] sd 5:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    [ 5.201669] sd 5:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 5.207456] sdc: sdc1
    [ 5.207886] sd 5:0:0:0: [sdc] Attached SCSI disk
    [ 5.235174] sda: sda1 sda2 < sda5 >
    [ 5.235744] sd 3:0:0:0: [sda] Attached SCSI disk
    [ 5.237596] sdb: sdb1 sdb2 < sdb5 >
    [ 5.238117] sd 4:0:0:0: [sdb] Attached SCSI disk
    [ 5.260907] hidraw: raw HID events driver (C) Jiri Kosina
    [ 5.277654] usbcore: registered new interface driver usbhid
    [ 5.277659] usbhid: USB HID core driver
    [ 5.280199] input: Dell Dell USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb1/1-1/1-1:1.0/input/input2
    [ 5.280357] hid-generic 0003:413C:2003.0001: input,hidraw0: USB HID v1.10 Keyboard [Dell Dell USB Keyboard] on usb-0000:00:1d.0-1/input0
    [ 5.770105] Switched to clocksource tsc
    [ 6.481687] nouveau [ PTHERM][0000:01:00.0] FAN control: none / external
    [ 6.481702] nouveau [ PTHERM][0000:01:00.0] fan management: disabled
    [ 6.481708] nouveau [ PTHERM][0000:01:00.0] internal sensor: yes
    [ 6.481900] [TTM] Zone kernel: Available graphics memory: 433706 kiB
    [ 6.481904] [TTM] Zone highmem: Available graphics memory: 1682412 kiB
    [ 6.481907] [TTM] Initializing pool allocator
    [ 6.481924] nouveau [ DRM] VRAM: 512 MiB
    [ 6.481927] nouveau [ DRM] GART: 1048576 MiB
    [ 6.481933] nouveau [ DRM] TMDS table version 2.0
    [ 6.481936] nouveau [ DRM] DCB version 4.0
    [ 6.481940] nouveau [ DRM] DCB outp 00: 01000302 00020030
    [ 6.481944] nouveau [ DRM] DCB outp 01: 02000300 00000000
    [ 6.481948] nouveau [ DRM] DCB outp 03: 02011362 00020010
    [ 6.481951] nouveau [ DRM] DCB outp 04: 01022310 00000000
    [ 6.481954] nouveau [ DRM] DCB conn 00: 00001030
    [ 6.481959] nouveau [ DRM] DCB conn 01: 00202161
    [ 6.481964] nouveau [ DRM] DCB conn 02: 00000200
    [ 6.505501] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
    [ 6.505505] [drm] No driver support for vblank timestamp query.
    [ 6.505631] nouveau [ DRM] 2 available performance level(s)
    [ 6.505637] nouveau [ DRM] 1: core 405MHz shader 810MHz memory 405MHz voltage 900mV
    [ 6.505642] nouveau [ DRM] 3: core 589MHz shader 1402MHz memory 405MHz voltage 1000mV
    [ 6.505646] nouveau [ DRM] c: core 405MHz shader 810MHz memory 405MHz voltage 900mV
    [ 6.531333] nouveau [ DRM] MM: using COPY for buffer copies
    [ 6.581567] nouveau [ DRM] allocated 1280x1024 fb: 0x70000, bo f7015a00
    [ 6.581724] fbcon: nouveaufb (fb0) is primary device
    [ 6.653923] Console: switching to colour frame buffer device 160x64
    [ 6.655952] nouveau 0000:01:00.0: fb0: nouveaufb frame buffer device
    [ 6.655955] nouveau 0000:01:00.0: registered panic notifier
    [ 6.655962] [drm] Initialized nouveau 1.1.1 20120801 for 0000:01:00.0 on minor 0
    [ 7.082698] ISO 9660 Extensions: RRIP_1991A
    [ 7.168774] loop: module loaded
    [ 8.253583] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [ 8.355925] device-mapper: uevent: version 1.0.3
    [ 8.356608] device-mapper: ioctl: 4.25.0-ioctl (2013-06-26) initialised: [email protected]
    [ 8.362693] bio: create slab <bio-1> at 1
    [ 8.386733] EXT4-fs (dm-0): mounted filesystem without journal. Opts: (null)
    [ 10.338096] systemd[1]: systemd 208 running in system mode. (+PAM -LIBWRAP -AUDIT -SELINUX -IMA -SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
    [ 10.417677] systemd[1]: Set hostname to <archiso>.
    [ 10.724871] systemd[1]: Starting Forward Password Requests to Wall Directory Watch.
    [ 10.724981] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [ 10.725005] systemd[1]: Starting Remote File Systems.
    [ 10.725151] systemd[1]: Reached target Remote File Systems.
    [ 10.725172] systemd[1]: Starting LVM2 metadata daemon socket.
    [ 10.725323] systemd[1]: Listening on LVM2 metadata daemon socket.
    [ 10.725343] systemd[1]: Starting Delayed Shutdown Socket.
    [ 10.725469] systemd[1]: Listening on Delayed Shutdown Socket.
    [ 10.725488] systemd[1]: Starting Device-mapper event daemon FIFOs.
    [ 10.725627] systemd[1]: Listening on Device-mapper event daemon FIFOs.
    [ 10.725646] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
    [ 10.725770] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
    [ 10.725790] systemd[1]: Starting Root Slice.
    [ 10.726156] systemd[1]: Created slice Root Slice.
    [ 10.726176] systemd[1]: Starting User and Session Slice.
    [ 10.726413] systemd[1]: Created slice User and Session Slice.
    [ 10.726434] systemd[1]: Starting System Slice.
    [ 10.726647] systemd[1]: Created slice System Slice.
    [ 10.726682] systemd[1]: Starting system-getty.slice.
    [ 10.726921] systemd[1]: Created slice system-getty.slice.
    [ 10.726941] systemd[1]: Starting Slices.
    [ 10.727040] systemd[1]: Reached target Slices.
    [ 10.727064] systemd[1]: Starting Journal Socket.
    [ 10.727235] systemd[1]: Listening on Journal Socket.
    [ 10.727662] systemd[1]: Starting Load Kernel Modules...
    [ 10.728292] systemd[1]: Mounting POSIX Message Queue File System...
    [ 10.880863] systemd[1]: Starting Create list of required static device nodes for the current kernel...
    [ 10.881454] systemd[1]: Starting Journal Service...
    [ 10.882180] systemd[1]: Started Journal Service.
    [ 11.716066] systemd-journald[149]: Vacuuming done, freed 0 bytes
    [ 11.916159] FS-Cache: Loaded
    [ 12.202893] RPC: Registered named UNIX socket transport module.
    [ 12.202899] RPC: Registered udp transport module.
    [ 12.202902] RPC: Registered tcp transport module.
    [ 12.202904] RPC: Registered tcp NFSv4.1 backchannel transport module.
    [ 12.619444] FS-Cache: Netfs 'nfs' registered for caching
    [ 12.812715] systemd-udevd[181]: starting version 208
    [ 12.905896] systemd-journald[149]: Received request to flush runtime journal from PID 1
    [ 15.580133] thermal LNXTHERM:00: registered as thermal_zone0
    [ 15.580139] ACPI: Thermal Zone [THRM] (40 C)
    [ 15.915160] ACPI: Fan [FAN] (on)
    [ 16.002108] ACPI Warning: 0x00000428-0x0000042f SystemIO conflicts with Region \PM2S 1 (20130517/utaddress-251)
    [ 16.002119] ACPI Warning: 0x00000428-0x0000042f SystemIO conflicts with Region \PM1K 2 (20130517/utaddress-251)
    [ 16.002126] ACPI Warning: 0x00000428-0x0000042f SystemIO conflicts with Region \GPE1 3 (20130517/utaddress-251)
    [ 16.002133] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 16.002139] ACPI Warning: 0x000004b0-0x000004bf SystemIO conflicts with Region \GPO2 1 (20130517/utaddress-251)
    [ 16.002145] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 16.002148] ACPI Warning: 0x00000480-0x000004af SystemIO conflicts with Region \GPIV 1 (20130517/utaddress-251)
    [ 16.002153] ACPI Warning: 0x00000480-0x000004af SystemIO conflicts with Region \GPO_ 2 (20130517/utaddress-251)
    [ 16.002158] ACPI Warning: 0x00000480-0x000004af SystemIO conflicts with Region \PALD 3 (20130517/utaddress-251)
    [ 16.002164] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    [ 16.002166] lpc_ich: Resource conflict(s) found affecting gpio_ich
    [ 16.342474] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    [ 16.403348] leds_ss4200: no LED devices found
    [ 16.664449] parport_pc 00:05: reported by Plug and Play ACPI
    [ 16.664509] parport0: PC-style at 0x378 (0x778), irq 7 [PCSPP,TRISTATE]
    [ 16.686843] systemd-udevd[203]: renamed network interface eth0 to enp2s5
    [ 16.770163] systemd-udevd[209]: renamed network interface eth1 to enp2s8
    [ 17.098798] input: PC Speaker as /devices/platform/pcspkr/input/input3
    [ 17.779883] i801_smbus 0000:00:1f.3: SMBus using PCI Interrupt
    [ 17.780620] ppdev: user-space parallel port driver
    [ 17.849790] microcode: CPU0 sig=0xf62, pf=0x4, revision=0xf
    [ 17.944384] iTCO_vendor_support: vendor-support=0
    [ 17.946278] microcode: CPU1 sig=0xf62, pf=0x4, revision=0xf
    [ 17.947486] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    [ 17.950629] r8169 0000:02:05.0 enp2s5: link down
    [ 17.950649] r8169 0000:02:05.0 enp2s5: link down
    [ 17.950666] IPv6: ADDRCONF(NETDEV_UP): enp2s5: link is not ready
    [ 17.965112] IPv6: ADDRCONF(NETDEV_UP): enp2s8: link is not ready
    [ 18.405080] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
    [ 18.405126] iTCO_wdt: Found a ICH7DH TCO device (Version=2, TCOBASE=0x0460)
    [ 18.405284] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
    [ 18.872915] snd_hda_intel 0000:00:1b.0: irq 42 for MSI/MSI-X
    [ 19.433622] hda_codec: ALC882: SKU not ready 0x411111f0
    [ 19.445025] input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:1b.0/input/input4
    [ 19.479013] input: HDA Intel Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input5
    [ 19.479156] input: HDA Intel Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input6
    [ 19.479804] hda_intel: Disabling MSI
    [ 19.479816] hda-intel 0000:01:00.1: Handle VGA-switcheroo audio client
    [ 20.178014] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input7
    [ 20.178270] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input8
    [ 20.178485] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input9
    [ 20.178696] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input10
    [44490.433683] md: bind<sda1>
    [44490.446722] md: bind<sdb1>
    [44490.449241] md: raid1 personality registered for level 1
    [44490.450198] md/raid1:md1: not clean -- starting background reconstruction
    [44490.450203] md/raid1:md1: active with 2 out of 2 mirrors
    [44490.450235] md1: detected capacity change from 0 to 75934400512
    [44490.452050] md: resync of RAID array md1
    [44490.452056] md: minimum _guaranteed_ speed: 1000 KB/sec/disk.
    [44490.452059] md: using maximum available idle IO bandwidth (but not more than 200000 KB/sec) for resync.
    [44490.452064] md: using 128k window, over a total of 74154688k.
    [44490.454641] md1: unknown partition table
    [45968.754029] md: md1: resync done.
    [45968.841250] RAID1 conf printout:
    [45968.841254] --- wd:2 rd:2
    [45968.841258] disk 0, wo:0, o:1, dev:sda1
    [45968.841261] disk 1, wo:0, o:1, dev:sdb1
    [47642.847783] EXT4-fs (md1): mounted filesystem with ordered data mode. Opts: (null)
    [47687.134362] r8169 0000:02:05.0 enp2s5: link up
    [47687.134376] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s5: link becomes ready
    [47825.775238] usb 3-6: new high-speed USB device number 3 using ehci-pci
    [47825.899362] usb 3-6: unable to get BOS descriptor set
    [47826.017245] usb-storage 3-6:1.0: USB Mass Storage device detected
    [47826.017363] scsi6 : usb-storage 3-6:1.0
    [47826.017504] usbcore: registered new interface driver usb-storage
    [47827.081919] scsi 6:0:0:0: Direct-Access PMAP PQ: 0 ANSI: 4
    [47827.802316] sd 6:0:0:0: [sdd] 15466496 512-byte logical blocks: (7.91 GB/7.37 GiB)
    [47827.804809] sd 6:0:0:0: [sdd] Write Protect is off
    [47827.804814] sd 6:0:0:0: [sdd] Mode Sense: 23 00 00 00
    [47827.807314] sd 6:0:0:0: [sdd] No Caching mode page found
    [47827.807763] sd 6:0:0:0: [sdd] Assuming drive cache: write through
    [47827.816453] sd 6:0:0:0: [sdd] No Caching mode page found
    [47827.816915] sd 6:0:0:0: [sdd] Assuming drive cache: write through
    [47827.845089] sdd: sdd1
    [47827.851818] sd 6:0:0:0: [sdd] No Caching mode page found
    [47827.852305] sd 6:0:0:0: [sdd] Assuming drive cache: write through
    [47827.852776] sd 6:0:0:0: [sdd] Attached SCSI removable disk
    [47901.177187] FAT-fs (sdd1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [48255.001967] usb 3-6: USB disconnect, device number 3
    [48456.278507] usb 3-6: new high-speed USB device number 4 using ehci-pci
    [48456.402614] usb 3-6: unable to get BOS descriptor set
    [48456.425683] usb-storage 3-6:1.0: USB Mass Storage device detected
    [48456.425763] scsi7 : usb-storage 3-6:1.0
    [48457.491544] scsi 7:0:0:0: Direct-Access PMAP PQ: 0 ANSI: 4
    [48458.209938] sd 7:0:0:0: [sdd] 15466496 512-byte logical blocks: (7.91 GB/7.37 GiB)
    [48458.212437] sd 7:0:0:0: [sdd] Write Protect is off
    [48458.212442] sd 7:0:0:0: [sdd] Mode Sense: 23 00 00 00
    [48458.214932] sd 7:0:0:0: [sdd] No Caching mode page found
    [48458.215426] sd 7:0:0:0: [sdd] Assuming drive cache: write through
    [48458.224684] sd 7:0:0:0: [sdd] No Caching mode page found
    [48458.225143] sd 7:0:0:0: [sdd] Assuming drive cache: write through
    [48458.253332] sdd: sdd1
    [48458.265813] sd 7:0:0:0: [sdd] No Caching mode page found
    [48458.266295] sd 7:0:0:0: [sdd] Assuming drive cache: write through
    [48458.266755] sd 7:0:0:0: [sdd] Attached SCSI removable disk
    [48470.450341] FAT-fs (sdd1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    [50093.387926] Adding 3930408k swap on /dev/sda5. Priority:-1 extents:1 across:3930408k FS
    [50096.410969] Adding 3930408k swap on /dev/sdb5. Priority:-2 extents:1 across:3930408k FS
    [54374.314336] ata4.00: exception Emask 0x50 SAct 0x0 SErr 0x480900 action 0x6 frozen
    [54374.314836] ata4.00: irq_stat 0x08000000, interface fatal error
    [54374.315323] ata4: SError: { UnrecovData HostInt 10B8B Handshk }
    [54374.315764] ata4.00: failed command: WRITE DMA
    [54374.316198] ata4.00: cmd ca/00:88:9f:ca:8d/00:00:00:00:00/e8 tag 0 dma 69632 out
    res 50/00:00:9e:ca:8d/00:00:9e:c9:8d/e8 Emask 0x50 (ATA bus error)
    [54374.317334] ata4.00: status: { DRDY }
    [54374.318002] ata4: hard resetting link
    [54374.904585] ata4: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [54374.906314] ata4.00: configured for UDMA/100
    [54374.906332] ata4: EH complete
    [56161.610355] sdd: detected capacity change from 7918845952 to 0
    [56178.066775] usb 3-6: USB disconnect, device number 4
    [56193.205154] ata6: exception Emask 0x50 SAct 0x0 SErr 0x90800 action 0xe frozen
    [56193.205703] ata6: irq_stat 0x00400000, PHY RDY changed
    [56193.206232] ata6: SError: { HostInt PHYRdyChg 10B8B }
    [56193.206732] ata6: hard resetting link
    [56193.924403] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [56193.932798] ata6.00: configured for UDMA/100
    [56193.932805] ata6: EH complete
    [56195.044927] ata6: exception Emask 0x10 SAct 0x0 SErr 0x90000 action 0xe frozen
    [56195.045472] ata6: irq_stat 0x00400000, PHY RDY changed
    [56195.046003] ata6: SError: { PHYRdyChg 10B8B }
    [56195.046511] ata6: hard resetting link
    [56195.764407] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [56195.772826] ata6.00: configured for UDMA/100
    [56195.772832] ata6: EH complete
    [56217.331067] usb 3-6: new high-speed USB device number 5 using ehci-pci
    [56217.455149] usb 3-6: unable to get BOS descriptor set
    [56217.478526] usb-storage 3-6:1.0: USB Mass Storage device detected
    [56217.478662] scsi8 : usb-storage 3-6:1.0
    [56218.544212] scsi 8:0:0:0: Direct-Access PMAP PQ: 0 ANSI: 4
    [56219.262349] sd 8:0:0:0: [sdd] 15466496 512-byte logical blocks: (7.91 GB/7.37 GiB)
    [56219.264849] sd 8:0:0:0: [sdd] Write Protect is off
    [56219.264855] sd 8:0:0:0: [sdd] Mode Sense: 23 00 00 00
    [56219.267343] sd 8:0:0:0: [sdd] No Caching mode page found
    [56219.267939] sd 8:0:0:0: [sdd] Assuming drive cache: write through
    [56219.277220] sd 8:0:0:0: [sdd] No Caching mode page found
    [56219.277802] sd 8:0:0:0: [sdd] Assuming drive cache: write through
    [56219.305984] sdd: sdd1
    [56219.318099] sd 8:0:0:0: [sdd] No Caching mode page found
    [56219.318677] sd 8:0:0:0: [sdd] Assuming drive cache: write through
    [56219.319238] sd 8:0:0:0: [sdd] Attached SCSI removable disk
    [56234.556099] FAT-fs (sdd1): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
    Edit: Just after I took out my flashdrive, when I accidentally bumped one of the HDs, this popped up:
    [56193.205154] ata6: exception Emask 0x50 SAct 0x0 SErr 0x90800 action 0xe frozen
    [56193.205703] ata6: irq_stat 0x00400000, PHY RDY changed
    [56193.206232] ata6: SError: { HostInt PHYRdyChg 10B8B }
    [56193.206732] ata6: hard resetting link
    [56193.924403] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    [56193.932798] ata6.00: configured for UDMA/100
    [56193.932805] ata6: EH complete
    [56195.044927] ata6: exception Emask 0x10 SAct 0x0 SErr 0x90000 action 0xe frozen
    [56195.045472] ata6: irq_stat 0x00400000, PHY RDY changed
    [56195.046003] ata6: SError: { PHYRdyChg 10B8B }
    [56195.046511] ata6: hard resetting link
    Last edited by Dornith (2014-05-20 16:08:40)

    http://ww2.cs.fsu.edu/~rosentha/linux/2.6.26.5/docs/DocBook/libata/ch07.html#excatATAbusErr wrote:
    ATA bus error means that data corruption occurred during transmission over ATA bus (SATA or PATA). This type of errors can be indicated by
    ICRC or ABRT error as described in the section called “ATA/ATAPI device error (non-NCQ / non-CHECK CONDITION)”.
    Controller-specific error completion with error information indicating transmission error.
    On some controllers, command timeout. In this case, there may be a mechanism to determine that the timeout is due to transmission error.
    Unknown/random errors, timeouts and all sorts of weirdities.
    As described above, transmission errors can cause wide variety of symptoms ranging from device ICRC error to random device lockup, and, for many cases, there is no way to tell if an error condition is due to transmission error or not; therefore, it's necessary to employ some kind of heuristic when dealing with errors and timeouts. For example, encountering repetitive ABRT errors for known supported command is likely to indicate ATA bus error.
    Once it's determined that ATA bus errors have possibly occurred, lowering ATA bus transmission speed is one of actions which may alleviate the problem.
    I'd also add; make sure you have good backups when ATA errors are frequent

  • Utl_http ssl request error

    Hi
    Oracle 8.1.7, solaris 8
    I have a problem using utl_http.request with SSL
    I export certificate from Internet explorer, set up wallet manager and import
    certificates with wallet manager.
    But when I access secure sites using sql*plus I got an error
    select utl_http.request('https://securesites',null, 'file:/oas/wallets',
    'wallet_passwd') from dual;
    ERROR at line 1:
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "SYS.UTL_HTTP", line 174
    ORA-06512: at line 1
    I have seen the same problem in metalink but no clear solution!
    Viesturs

    How does your question relate to the Oracle Forms product? I recommend you post your question in the PL/SQL forum. If you have a general Forms question, by all means, ask it here! ;-)
    Craig...

  • I need a fix for adobe reader download error

    The same error message has been popping up when I try to download the adobe pdf reader. Here is the image:
    I have tried every single fix that I have found in the discussions and forums. None have worked for me. Can someone please tell me if there is something new? Thank you.

    I did a Google search for https://www.google.com/search?num=100&hl=en&q=error+1935.+an+error+occurred+during+the+ins tallation+of+assembly+component+{B708EB72-AA82-3EB7-8BB0-D845BA35C93D}.+hresult%3A+0x80070 422.&oq=error+1935.+an+error+occurred+during+the+installation+of+assembly+component+{B708E B72-AA82-3EB7-8BB0-D845BA35C93D}.+hresult%3A+0x80070422.
    This yields many results.  I did not look at them all, but the most promising one was that a potential Windows Update was still running in the background, e.g. updating .NET Framework or Visual C++ runtime.  Once the Windows Update was complete, the user could successfully install Adobe Reader.
    Can you check with the Task Manager (Processes tab) if some updates are going on (e.g. presence of MSIEXEC or such).

  • Help me to Fix the Function key problem(error:41009)

    Hi
    Am using a partucluar calendar function which works in the normal mode...but does not work in the enter_query mode throws out the error 41009 Function key error...can u please help me out in this issue..am using a oracle 10g version of forms

    Hai,
    Can u provide the calendar function u r using.
    Regards
    Jeneesh

  • SOAP Adapter Sender PI7.1: 400 Bad HTTP request

    Hello,
    I have a problem with a SOAP adapter sender communication channel.
    I'm trying to migrate a scenario from XI 3.0 to PI7.1 SP6 (PI_BASIS 2006_1_710 SAPKIPYN06).
    I can send messages successfully to the old system using the URL
        http://host:port/XISOAPAdapter/MessageServlet?channel=:BC_Name:CC_SOAP_Sender
    On PI7.1 I get
        400 Bad HTTP request
        Error: -21
        Version: 7010
        Component: HTTP_PLG
        Module: http_plgrt_mt.c
        Line: 5226
        Error Tag:
        Detail: illegal request version
    I have created a Sender Agreement, generated the wsdl from that and tried the URL in there.
    Surprisingly it has the old format, namely
        http://host:port/XISOAPAdapter/MessageServlet?senderParty=&senderService=BC_Name&receiverParty=&receiverService=&interface=myInterface&interfaceNamespace=urn:my.Interface:ns
    although the 7.1 documentation describes the ?channel=party:service:channel style only.
    Anyway, the result remains the same.
    I tried some other approaches like escaping the colons in the URL without success.
    The user has the role SAP_XI_DEVELOPER_J2EE assigned.
    Any idea what's wrong here?
    Thanks in advance
    Rainer

    >>In RWB the channel appears as "started but inactive".
    Yeah,it will be like that because you are posting messages directly to Integration server."Propose URL" does that.You are bypassing the adapter engine when you use the URL generated by "Propose URL" button.
    /people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine
    The above blog gives the reason for this,if you want to bypass the adapter engine,then generate the URL as given in the above blog
    /people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services
    This blog explains how to post message to adapter engine,here you need to change the URL,don't click on "Propose URL" button.You can monitor SOAP adapter in RWB only if you generate the URL as given in second blog
    The URL which is working for you in XI 3.0 is posting messages to adapter engine,so generate the URL in PI 7.1 in the same way,by following the second blog i have mentioned.
    Thanks
    Aamir

  • My iWeb just crashed and has vanished from my computer. The icon is visible but it will not open. Can anyone help? I desperately need it fixed as its my business website and i was in the process of updating it

    My iWeb just crashed and has vanished from my computer. The icon is visible but it will not open. Can anyone help? I desperately need it fixed as its my business website and i was in the process of updating it

    Where was this site hosted?
    Apple eliminated iWeb in July!!!
    http://en.wikipedia.org/wiki/IWeb#Discontinuation_of_iWeb_in_iCloud_Transition
    http://www.macworld.com/article/1160728/apple_mobile_me_transition_faq.html

  • HT3633 I have an error message that reads: java.lang.noclassdefFounder - need to fix can anyone help?

    I have an error message that reads: java.lang.noclassdefFounder - need to fix can anyone help?

    That's a bug in whatever Java program you're running.
    That's not an error specific to OS X.
    (There's usually a whole lot more text dumped by Java, too.)
    Check with whoever wrote or is supporting the package you're working with.

  • HT1199 I need your help, PLEASE. How can to fix "NO MOUNTABLE FILE SYSTEM" error of my back up hard drive on Mountain Lion OS?

    I need your help, PLEASE. How can to fix "NO MOUNTABLE FILE SYSTEM" error of my back up hard drive on Mountain Lion OS?

    Did you format the drive for Mac use before you tried to use it as a backup drive?
    Are you using Time Machine on the drive? You can't view the contents of its backup database and the only way to access the info is directly from the Time Machine app.

Maybe you are looking for