[dis-solved]DVDrip

G'devening.
How do I rip a DVD onto my PC? I just bought Scrubs Season 5 and 6 for a great price at the local electronics store, but I would rather put them on my PC and watch them there. I am really messy with discs and I LOVE Scrubs, so I don't want to chance it.
I installed libdvdread and libdvdnav as well as libdvdcss.
On top of that vlc. VLC actually plays the DVD fine.
But k9copy (I use kde) does nothing, does not show a preview nor any ripp-able files.
What am I missing here?
Last edited by thom_raindog (2010-06-06 04:25:46)

thom_raindog wrote:
G'devening.
How do I rip a DVD onto my PC? I just bought Scrubs Season 5 and 6 for a great price at the local electronics store, but I would rather put them on my PC and watch them there. I am really messy with discs and I LOVE Scrubs, so I don't want to chance it.
I installed libdvdread and libdvdnav as well as libdvdcss.
On top of that vlc. VLC actually plays the DVD fine.
But k9copy (I use kde) does nothing, does not show a preview nor any ripp-able files.
What am I missing here?
I use dvdbackup to make an exact copy of the dvd on my harddrive. For further processing, when I want to convert it to mkv for example, I use handbrake

Similar Messages

  • [solved] dvdrip creates too small files

    hi,
    The output .avi files have not the selected bitrate / size.
    The Setteings in dvdrip are:
    Bitrate: 3422
    BPP: 0.581
    Target-Size: 1100MB
    the dvdrip.info file contains the right informations:
    [Video]
    Video format: PAL
    FPS: 25.000
    Size: 640 x 368
    Video bitrate (kbps): 3422
    Video codec: xvid4
    2-pass-encoded: yes
    Fast resizing: no
    Deinterlacer filter:
    Antialiasing filter: no Antialiasing
    but the file is only ~740MB with 2230 kbps.
    Last edited by SiD (2007-04-18 16:50:56)

    Ah, ok.
    Is there any option to keep aspect ratio?
    handbrake --help shows no such Option.
    Keeps handbrake the aspect ratio by default?
    I mean, when I use the --width option will handbrake keep the aspect ratio and calculate the correct height?
    EDIT:
    I found the answer in the HandBrake forums:
    http://handbrake.m0k.org/forum/viewtopi … 369b7ec4f4
    You get it by default in the CLI. Only turns off if you specify both width and height.
    EDIT:
    handbrake stops with ''Segmentation fault''. I opened another thread for it.
    http://bbs.archlinux.org/viewtopic.php?id=32061
    Problem is solved.
    I like HandBrake. It's fast with, IMHO, good quality.
    Thanks for the tip!  
    EDIT:
    No ideas about the dvdrip problem?
    I removed dvdrip and all the configs, reinstalled it, reinstalled transcode and xvidcore; but the target files still doesn't match the selected target size.
    A week ago it has worked.
    So maybe I'll restore my last System Backup (from April, 12) and report the results here.
    EDIT:
    Seems to be related to the settings / config of the used video codec and the input file(s).
    I have 2 movies on the DVD. The first one is encoded with correct target size (1100MB).
    I tried it with dvdrip/transcode and also with HandBrake using xvid and ffmpeg/lavc.
    The second is not encoded with selected target size. Using Handbrake with lavc as encoder, I noticed this message from lavc after the first pass:
    Using all of requested bitrate is not necessary for this video with these parameters
    I found this in the ffmpeg-devel list
    Another thing: I just now changed the phrase:
    "Using all of requested bitrate is not possible"
    ...to...
    "Using all of requested bitrate is not necessary"
    The former implies lavc is deficient in not doing what the user wants,
    which isn't the case.
    With B-frames, the PSNR is about the same, but note that the bitrate is
    much lower. lavc printed a notice about that: "Using all of requested
    bitrate is not necessary for this video with these parameters." The
    reason, here, is that lavc uses higher quantizers to encode B-frames,
    and, hence, a lower bitrate. With this clip, 7000 kbits/sec is so high
    that lavc can't reallocate the saved bitrate by lowering the quantizers
    of enough non B-frames--once all the I- and P-frames have a quantizer of
    2, the minimum allowed, the rest of the bitrate cannot be used.
    So I guess it's not a problem of dvdrip, but depends on the settings of lavc.
    Since the file xvid creates is smaller than target size too, I guess it's a similar thing, but don't know...
    I use the default settings, since I don't know anything about these PSNR, B, I and P frames.
    However, I'll set the topic to solved; cause it's not a problem of dvdrip.
    Last edited by SiD (2007-04-18 16:50:19)

  • [DIS-SOLVED] Sudo hangs after a few uses

    I've been searching around for this for some time, but haven't found any enlightenment yet.
    Basically, after rebooting I can use sudo a few times (usually 3) successfully. After that, any sudo command just hangs. Interestingly, "sudo -k" still returns normally, but "sudo -v" hangs. It is worth noting that sudo gets as far as prompting me for my password before hanging.
    Background - possibly useful:
    I've had arch running for a few months now, and this just started happening yesterday, when I left my machine running overnight doing a large dd to an external drive as described here: https://wiki.archlinux.org/index.php/Di … _hard_disk . I woke up, found that the i/o was all finished (I could tell because I was using pv to monitor it), but the command ( which was "sudo dd if=/dev/sda conv=sync,noerror bs=32M | pv -pbert | gzip -c > /run/media/jimbo/Backup2/sda_82513.img.gz") hadn't returned and wasn't responding to SIGINTs. The hanging behavior started here, and I wasn't able to kill the process or unmount my external cleanly. I'm not sure exactly what I did then, but I'm pretty sure I just hard-rebooted my machine, and I've been seeing this behavior ever since.
    Any pointers or advice would be greatly appreciated. I'll post any config files you guys are interested in, with PII redacted.
    Last edited by jmagnare (2013-08-30 21:05:05)

    Thanks for the warm welcome! I'm having a blast using arch so far.
    So I restored from the dd that I had done, and things are working fine now. I'm not sure what I should do with this thread: should I mark it solved? I didn't actually discover the cause of the problem, so that doesn't seem right.
    To answer your questions:
    1. I may have had one of the partitions on sda mounted. Is this likely to have caused what I saw?
    2. pv, which I just discovered, allows you to see the progress of data through a pipeline. It's pretty neat. The p, b, e, r, and t flags should turn on the progress bar, byte counter, ETA timer, rate counter, and timer, respectively. After looking at the man page, it appears that this is actually the default behavior. So I could have just used pv with no options.
    Last edited by jmagnare (2013-08-29 17:03:00)

  • How and where to install MDM Connector and MDM Java API

    Hi all
    I am installing MDM Server 5.5 and refering to Installation gude
    MDM 5.5 SP06 installation guide (Document Version 1.1 – December 10, 2007).  While installing Development and Portal components , We have to install MDM Connector and MDM JAVA API. I want to know whether the file JAVAAPI<version>.sca file is to extracted on MDM Server or SRM Server ( Using SDM). Please let me know
    Thanks in advance.
    Vitthal prabhu

    Hi Vitthal,
                 We have to install MDM Connector and MDM JAVA API.
    All these sca files that u got along with the business content needs to be deployed onto Web Application Server (recommended WAS 7.0 ).
    U can deploy these files with the help of SDM.
    Hope dis solves ur problem.
    Regards Tejas..............

  • Can I use Mozilla for SDN?

    Trying <https://www.sdn.sap.com/>...
    Redirected to <https://www.sdn.sap.com/sdn/index.sdn>...
    Then redirected to <https://www.sdn.sap.com/sdn/index.sdn?state=7>...
    Status bar displays "Waiting for www.sdn.sap.com..."
    But everything is OK in Internet Explorer...
    Message was edited by: Sam Mesh

    Though my question was (dis)solved by the time , other suggestions were helpful - I'm giving points to you, thanks.
    > Your question, thread needs to be marked as
    > "Question" in order to be able to assign points.
    >
    > If you don't feel you received a answer that was
    > helpful in any way then it is your right not to
    > assign points.
    >
    > As for original problem with the redirect and the
    > page not displaying I noticed this with older
    > versions of the browsers and I also noticed it when
    > we had trouble with our proxy server at work, cache
    > was the problem I still get it once and awhile and a
    > clearing of all the local cache tends to solve the
    > problem.

  • TA48312 i formatted my iPod once... after that process ma ipod is nt gettin sync wid ne data n nt working normal... i hav a classic iPod plz help me out 2 solve dis prob

    ma ipod s nt recievin ne data after formatting so kindly help me solve dis prob

    ma ipod s nt recievin ne data after formatting so kindly help me solve dis prob

  • Some faqs can u solve dis answers asp

    1) How do u handle table control in bdc?
    2) What is diff b/w normal functional modules and BAPI's fm's?
    3)what is fct-code of at- line- selection?
    4)why do u  use subroutine pool in scripts?
    5)name few performance techniques?
    6)in how many ways u can design interactive reprt?
    7)what is the need of table maintainance option at the begin of table creation?
    8)what is the system landscape?
    9)what is the use of submit command in exe program?
    10)how do u create secondary index?
    11) what is the diff b/w sap memory and abap memory?
    what is the max size of date records?
    2)what is the max size of IDOC?
    3)what is the relationship b/w ALE and EDI?
    4)when u have data transfer, why do u chose IDOC's?
    5)i have 200 records how u decide how many records should execute per IDOc?
    6)ALE customizing method?
    7)how do u define logical systems and assign logical systems to clients?
    8)what is change pointer technique?&what is need of change pointer technique?
    1) name the events in order in case of classical report?
    2)if i put write statemnt in at slection-screen,does it works?
    3)can u call multilple selctio screen in one report?
    4)what is diff b/w integration & at slection-screen ouput?
    5) i have a requirement like  i have 3 radio butons in one group,
    if i select one radio button then remaining radio buttons  are invisible what is the code for this?
    6) how do u decide which method is suite for paricular requirement if not specified in bdc?
    i.e session or  call transction?
    7)what is BAPI?
    8)how BAPI differ from  ALE?
    9) steps of configuring of EDI?
    10) is layout set is client dependent or not?
    11)how to transfer layout sets  to test client side?
    12)what is the protect......end protect?
    13) for what purposeu create multiple wqidows in one page?
    14)what are diff areas wher ucan ouput text in main window?
    15)what method u use to output text in    (top........endtop) or write_form?
    16)what is the reason for use of write_form rather than top------endtop?
    1)i need a logo on the right hand side of corner . how do u handle that?
    2)what is the standard table for storing standard symbols?
    3)how do u represent page no in scripts & total page nos?
    4)what is the transaction code for dump analysis?
    5)when top-of-page vent triggred?
    6)can i plce write stament in any event?does it works?
    7)what is the use of end-of-selection event?
    8)what is stop& exit?
    9)what happens if i plce write statement in end-of-selction?
    10)what is sy-ttill?
    11)does the value of sy-subrc chnge after if and write stament?
    12)what is bdc & types of bdc?
    13)when do u choose session , call transaction methods?
    14)how may types of symbols? what are they?
    15)what is the diff b/w constant & variable symbols?
    16)what are the parameters in open_form & start_form?
    17)does text orientation(190degrees ,145 degrees) is possible in sap scripts?
    18)how do u delete text from a layoutset window?
    19)what  are u need to take care  while transporting the request? for exeampl u developed a exit ,whta care do u take?
    20) what wil u do for preparing technical specs form functional specs?
    21) what is addres....endaddress in sap scripts?
    22)which method  do u prefer synchronous or asynchronous?
    23)what is output type?
    24)what does slection-screen of RBDMIDOC contains?
    25)what parameters u specifyng in RFc destination?
    26)what customiging y do to transfer the data from one logical systme to another logical system?
    27)can u explain brifely how idoc's genrated?
    28)if i just extend the idoc, what are the things u need to do?can i extend the same ouboud program?
    29)can u just explain what partner profile contains?
    30)what are process codes?
    31)if i just develop a gui status using pf-status.is it confined to single program or can be used for any other programs?
    32)what is client?
    33)what is diff b/w se01,se09,se10,stms  transction codes?
    34)what is the diff b/w select single * from kna1 and select * from kna1 for all entries?
    35)in subroutines paramaters are changing & using .what is the diff b/w them?
    1) what is the diff b/w scripts & smart forms?
    2)what are the function module used in smart forms?
    3)what are the function module? what is the use of them?
    4)what is the index? what is the secodary index ? whta is uses of them?
    5)what is the table  technical characteristics?
    6)waht is buffering? types?
    7)what is the use of interactive reprt?
    8)what is the use of alv?
    9)what are problems  u have faced when u r doing projecs?
    10)what is the diff b/w template & tables?
    11)which function module used for transferring from one version to anthoer version?
    12) what determines the sequence in events blocks are processed?
    13)in what case are otional parameters  allowed in the passig of parameters?
    a) functions  b) forms
    14)what relationship can be  esatblished in watch points?
    15)what are requiremets of reading hashed internal table?
    16)what does a context object provides?
    17)what access methods are avaliable  for accessing internal table?
    18)what operations are allowed when processing data of records in internal  table?
    19)what tasks could be performed in SAPNET?
    20)what is search  help?
    21)what is the lock object?
    22)what is diff b/w domain and data elemnt?
    23)what is diff b/w check table and value table?
    24)what are the control break statements?
    25)how to display SUM?
    26)what is the diff b/w select single  & select upto one row?
    27)collect what it did?
    28)how to findout data in internal table?
    29)syntax for describe statement?
    30)hwo to findout if internal table is empty or not?
    31)hwo to transfer data from one internal table to another internal table?
    32)how to modify internal table?
    33)Read statement syntax?
    34)what is the default event?
    35)i have write only top-of-page event in that  write: / 'welcome' what will happen?
    36)what is message-d?
    37)what is the diff b/w with events &  without events?
    38)what is the purpose of Direct input method?
    39)what is local object?
    40)is it possible  to back ground process in call transaction? how?
    41)what are diff types of errors?
    42)what are the diff types function modules used in layout set?
    43)what is the diff b/w open_form & start_form?
    44) how to define  logo?
    45)after modification how to send modified form to modified print program?
    46)what are the symbols in sap scripts? functionality of them?
    47)how to write a Report in another Report?
    48)syntx fr submitt &what it did?
    49)what is the land scape of ABAP?
    50)what is index? types?
    51)hwo many secondary indexe are possible to create?
    52)what is diff b/w select single * from & select upto one row?
    53)in my 100 records 55th record is need some changes and that record how to send body to header line?
    54) what is the use of indexs?
    55)what is the diff b/w page area & roll area?
    56)diff b/w interface & conversion?
    57)how we configured ports andpartner-profiles?
    58)what si the Enhancement and what u had did with user-exist?
    59)who can extend Idoc?
    60)how many types of select staments?
    61)what is header line?
    62)what is diff b/w internal table work area & table work area?
    63)if we don't have header line what will happen?
    64)when the user-exist will triggered? for which purpose u have used and where u have written?
    65) how we linked the tables?
    66)in at selection-screen and at user-command event which one is triggred?
    67)what is the use of at pf-status? where did u use it?
    68)is it possible to run Host command inSAP environment? how do u run it?
    69)what are user-exists? what is involved in writting them? what precautions are needed?
    70)what is the version management?
    71)if u send the objects from dev server to production server,but get some  bugs so those bugs how to handle?
    72)if u upload the data after that. i din't put committ,then what happen?
    73)how to maintain dataintegrity?
    74) how to validate fields?
    1)how u connect the unix platform from SAP server?
    2)what is database object ? Runtime object?
    3)How to populate BDC table control?
    4)How to implemnt intreactive  list in alv?tell me fumnction module for that?
    5)How to transfer from data list to transactions?
    6)How can u add anew field to Script?
    7)what are problems in processing batch input session?
    8)diff b/w select-options & ranges?
    9)what is meant by satck list?
    10)if u don't have header line for internal table what will happen?
    11)what is the max no of calling modes stacked at one time is?
    12)what is collect command ? how it is works?
    13)if u want come back from 15th list to basic list waht will u do?
    14)what is the default mode of transfers data to and from application server?
    15)what is the purpose of EXTRACT parameter?
    16) how will u delete duplicate records from internal table?
    17)in for all entries clause of select statement ,if internal table is empty what will happen?
    18) How can u find the no of records in a table?
    19)Billing and invoice details are where stored?
    20)what is the typical structure of ABAp program?
    21)what is diff b/w ABAP program &user defiend program?
    22)can a transperent table exists in a data dictionary and not in the physical database?y/n
    23)diff b/w Collect & Append?
    24)logical unit of work means?
    25) How many types of  lock objects exists? what are they?
    26)what will u don inSPRO?
    27)how many tyeps buffers?
    28) what wil do by Maintainance generator?
    29) what is o/p type? what is done by this?
    30)program for BAPI?
    31)what is ALE implementation progarm?
    32) say the function code to catch function code F2?
    33) what is IDOC& how u can extend the IDOC?
    34)what is the advantage of LSMW?
    35)how many types of symbols u have on scripts & in which order they can executes?
    36)what is purpose of data conversion into SAP format from Legacy?
    37) what si the t-code for watch the flat file in application serever?
    38) what is purpose of driver program?
    39)what is contents of Functional Spec?
    40)what is contents of Technical Spec?
    41)How do u diasble a control in a selection-screen logic?
    42)what is source structure?
    43)what is target structure?
    44)if u don't have the access to modify the print program then how do u insert the text elemnts?
    45)how can u call report in another program?
    46)specify the events for classic & intractive  reports in order?
    47)say some usally used system fields in our programs?
    48)how can u create check box in alv?
    49)diff b/w select-options & parameters?
    50)how can u create  labels in scripts?
    51)how u display the data in scripts?
    52)What is the diff b/w At selection-screen output & initialization?
    53)how u trap the errors in call transations?
    54)diff b/w scripts & smart forms?
    55)types of internal tables & explain them?
    56)how many types of loops?
    57)Diff b/w Synchronous & Asynchronous RFC
    58)How u place data in table cotrol?
    59)what are the methods execute in LSMW?
    60)diff b/w sy-index & sy-tabix?
    61) in call transaction bckground process which mode u prefer?
    62)what is configuration of ALE?
    63) what are all read operations in itab?
    64)diff b/w search help & pov, which one trigger first?
    65)where u can u do the validations in report?
    66)what are the events in Module program?
    67)diff b/w call transactions & session method and wher trap erros in both methods? how?
    68)diff b/w scripts & reports?
    69)how u define text elemnts inscripts?
    70)what are the function modules inscripts?
    71)how u diplay the data in scripts?
    72)how  do u do  the perfomance testing?
    1)when it wll triggerd initialization event? Before how many events will triggerd?what are they?
    2)how many types of meaasges ?
    3)what is use of Dump analysis?
    4)what is the use for all entries?
    5)what Is the diff  b/w check & continue?
    6)whenever use EXIt statement whappend in loop … endloop   and within subroutines,  within start-of-selection ,with in end-of-selectio  and in initialization?
    7)what is the diff b/w value table and check table?
    8)in data element level I used search help and in domain level I used value table which will be shows our criteria?
    9)without doing any changes in printprogarm  I want to add some fields how can?
    10)how many mainwindows in one page? What is the use of remaing main windows?
    11)what is sy-index & sy-tabix?
    12)what are the qualities u have to maintain to ur developments?
    13)Smart forms are client  independent how u  justify that?
    14)in keyindexex what is the relationship 1:n?
    15)in dynpro how can insert radio butto?
    16)How can u use search help?
    17)in MEDRUCk(ME21)  I have changes some fields so immediate those changes send to Vendor through e-mail or fax? What is procedure?
    18) I worked in foreground one session successfully so tommarow I have to work same session in back ground then what happen?
    19)in bdc table control wher u have to face problem?
    20)In alv grid  control at the top  I want header/ how can u display?
    21)how can u print long text in scripts?
    22)how to display Text every 4 lines after?
    1)how can  u create u r own types in an ABAP report?
    2)which system variable is encounted in loop counter?
    3) which system variable is store the record counter?
    4)does a select statement carry out any authorization chek?
    5)what is function of environment variable sy-lisel in interactive reports?
    6)how can we identify which button is pressed?
    7)diff b/w se09 ,Se10?
    8)table in which entry for development class is made?
    9)which client is authorized to create the workbench oragnizer configuration?
    10)can we provide more than one PBO PAI for one screen?
    11)which view can even possess one table?
    12)What are field symbols?
    13)which is ued to release to lock?
    14)what are the various types of customer –exists?
    15)what is port?
    16)what  are the selection-text?
    17)can we use  perform in SAP scripts?
    18)what is the t.code for table maintainance?
    1)write  validation logic for parameters option? Wher do u write ?(in at selection-screen or start-of-selection)?
    2)what is the diff b/w  ‘  ‘IN’ jn where condition and without ‘IN’ condition in where condition?
    3)how can u display 21st secondary list ?explain procedure?(code?)
    4)what is the diff b/w sorted and hashed tables?
    5)can write statement in initialization triggers first or write statemnt in start-of-selection?
    6)what can ud o if have no authorization to recording in BDC?(without F1 and Technical help)?
    7)what is the diff b/w SAPLUW and DBLUW?
    8)expalin VPN process?
    9)what is the text in reports and scripts?
    10)how can u  release ur objects to end user?
    11)write genereal statement to display dat-range?
    12)explain pricing procedure in sap?
    13)how can u display barcodes in sap scripts?
    14)explain flow of S.D?
    15)what are the performance techniques expect Modularization techniques I want remaning?
    1)what is the purpose of initialization?
    2)what are control break  statements?
    3)what is the diff b/w ‘at new and ‘on change’?
    4)what is the use of end-of-selection?
    5)in Runtime analysis what ar the main area will be displaying for tunnning?
    6)what are the ways to improve the performance the report?
    7)What is the diff b/w maintainance view and databe view?
    8)what are the type of search help?
    9)what is the diff b/w include structure and append structure?
    10)how can we generate new item in BDC program or the transaction ME21?
    11) in calltransaction while transferring the data what happens idf the power goes off?
    12) what are the standard  programs for  transfer the data for material master and vendor master?
    13)whare we can assign the page size?
    14)how can we call a subroutine in scripts?
    15)how many max pages  we have to design for script ?
    16) what is use of protected and end protected?
    17)what are the types of functional modules?
    18)how many types of screen filed validations? What ate they?
    19)how to convert  the scripts to smartforms?
    20)what is the history of purchase order? Wher is it store?
    21)can  we debug smartforms ?
    22)what is the material history and where is it store?
    23)what are the functional modules ued in ALV?
    24)what is the fieldcatalog merge use?
    25)how u print the heading in ALV ?
    26)what is the t.code for BDC?
    27)what is the purpose of application server?
    28)what are the text elements ? what is the use of text elements ?
    29)how u create vertical line  and horizanatal line in reports?
    30)what is the purpose header line?
    31)what is the purpose of occur  clause?what default area it occupies?
    32)what are  text elements?
    33)how many secondary indexes we can  create for a table?
    34)What is the ue of st05?
    35)what is the foriegn key table?and check table?
    36)what are some essential steps for loggig changes made to SAP data?

    Hi Mahesh,
    Very good questions.  Infact it's very difficult to answer all the questions.
    You can search many FAQs in net...
    If you have any specific questions related to single topic, Post message for each.
    I can send some of FAQ documents to u
    Answers
    1) Using Index like Field(1)-1st record field , Field(2) - 2nd record field etc... in Table control.. we can handle BDC
    2) BAPI will be programmed using OO concepts more.. and as Interfacing is more enhanced here than normal FM.
    etc...
    Regards,
    Manjunatha

  • [SOLVED] Gnome 3.8: Unable to use Nokia N9 as a Bluetooth modem

    Hi,
    I'm unable to use my Nokia N9 mobile phone as a bluetooth modem. Phone and Gnome get paired OK, and I have even managed to get my phone recognized as a modem. However, Networkmanager complains that it can't find the modem.
    Any ideas on how to fix this?
    Here are some log files:
    Bluetooth startup from everything.log:
    Jun 17 00:44:26 localhost bluetoothd[382]: Bluetooth daemon 4.101
    Jun 17 00:44:30 localhost bluetoothd[382]: Starting SDP server
    Jun 17 00:44:31 localhost bluetoothd[382]: DIS cannot start: GATT is disabled
    Jun 17 00:44:31 localhost bluetoothd[382]: Failed to init deviceinfo plugin
    Jun 17 00:44:32 localhost bluetoothd[382]: Failed to init gatt_example plugin
    Jun 17 00:44:32 localhost bluetoothd[382]: Bluetooth Management interface initialized
    Jun 17 00:44:32 localhost bluetoothd[382]: bluetoothd[382]: Bluetooth Management interface initialized
    Jun 17 00:44:32 localhost bluetoothd[382]: bluetoothd[382]: Unknown command complete for opcode 1J
    Jun 17 00:44:32 localhost bluetoothd[382]: Unknown command complete for opcode 19
    Jun 17 00:44:933 localhost bluetoothd[382]: bluetoothd[382]: Adapter /org/bluez/382/hci0 has been enabled
    Jun 17 00:44:33 localhost bluetoothd[382]: Adapter /org/bluez/382/hci0 has been enabled
    Bluetooth modem fails, log entries from everything.log:
    Jun 17 01:03:38 localhost /etc/gdm/Xsession[612]: Ikkunointiohjelman varoitus:Buggy client sent a _NET_ACTIVE_WINDOW message with a timestamp of 0 for 0x2800003 (Uuden Blue)
    Jun 17 01:03:38 localhost /etc/gdm/Xsession[612]: Ikkunointiohjelman varoitus:meta_window_activate called by a pager with a 0 timestamp; the pager needs to be fixed.
    Jun 17 01:03:38 localhost bluetoothd[382]: bluetoothd[382]: Discovery session 0x7f5d47491d10 with :1.58 activated
    Jun 17 01:03:38 localhost bluetoothd[382]: Discovery session 0x7f5d47491d10 with :1.58 activated
    Jun 17 01:03:50 localhost bluetoothd[382]: bluetoothd[382]: Stopping discovery
    Jun 17 01:03:50 localhost bluetoothd[382]: Stopping discovery
    Jun 17 01:03:54 localhost kernel: [ 1179.820342] usb 2-1: reset high-speed USB device number 2 using ehci-pci
    Jun 17 01:04:00 localhost dbus-daemon[396]: dbus[396]: [system] Rejected send message, 3 matched rules; type="method_return", sender=":1.58" (uid=1000 pid=1082 comm="bluetooth-wizard ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.4" (uid=0 pid=382 comm="/usr/lib/bluetooth/bluetoothd -n ")
    Jun 17 01:04:01 localhost bluetoothd[382]: bluetoothd[382]: input-headset driver probe failed for device 40:98:4E:65:A1:00
    Jun 17 01:04:01 localhost bluetoothd[382]: input-headset driver probe failed for device 40:98:4E:65:A1:00
    Jun 17 01:04:01 localhost pulseaudio[678]: [pulseaudio] bluetooth-util.c: org.bluez.AudioSource.GetProperties() failed: org.freedesktop.DBus.Error.UnknownMethod: Method "GetProperties" with signature "" on interface "org.bluez.AudioSource" doesn't exist
    Jun 17 01:04:01 localhost pulseaudio[678]: [pulseaudio] bluetooth-util.c: org.bluez.HandsfreeGateway.GetProperties() failed: org.freedesktop.DBus.Error.UnknownMethod: Method "GetProperties" with signature "" on interface "org.bluez.HandsfreeGateway" doesn't exist
    Jun 17 01:04:01 localhost pulseaudio[678]: [pulseaudio] bluetooth-util.c: org.bluez.HandsfreeGateway.GetProperties() failed: org.freedesktop.DBus.Error.UnknownMethod: Method "GetProperties" with signature "" on interface "org.bluez.HandsfreeGateway" doesn't exist
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 SyncMLClient
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 DialupNetworking
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 OBEXObjectPush
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 OBEXFileTransfer
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 AudioSource
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 A/V_RemoteControlTarget
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 A/V_RemoteControl
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 Headset_-_AG
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 HandsfreeAudioGateway
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 Phonebook_Access_-_PSE
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 SyncMLClient
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 DialupNetworking
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 OBEXObjectPush
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 OBEXFileTransfer
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 AudioSource
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 A/V_RemoteControlTarget
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 A/V_RemoteControl
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 Headset_-_AG
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 HandsfreeAudioGateway
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: has_config_widget 40:98:4E:65:A1:00 Phonebook_Access_-_PSE
    Jun 17 01:04:01 localhost /etc/gdm/Xsession[612]: ** Message: Default Bluetooth adapter is powered
    Jun 17 01:04:25 localhost /etc/gdm/Xsession[612]: ** Message: dun_start: starting DUN device discovery...
    Jun 17 01:04:25 localhost /etc/gdm/Xsession[612]: ** Message: Tutkitaan puhelimen asetuksia…
    Jun 17 01:04:25 localhost /etc/gdm/Xsession[612]: ** Message: dun_start: calling Connect...
    Jun 17 01:04:25 localhost /etc/gdm/Xsession[612]: ** Message: dun_start: waiting for Connect success...
    Jun 17 01:04:27 localhost /etc/gdm/Xsession[612]: ** Message: dun_connect_cb: processing Connect reply
    Jun 17 01:04:27 localhost /etc/gdm/Xsession[612]: ** Message: dun_connect_cb: new rfcomm interface '/dev/rfcomm0'
    Jun 17 01:04:27 localhost /etc/gdm/Xsession[612]: ** Message: dun_connect_cb: finished
    Jun 17 01:04:27 localhost upowerd[506]: (upowerd:506): UPower-Linux-WARNING **: unhandled action 'move' on /sys/devices/pci0000:00/0000:00:13.1/usb6/6-3/6-3:1.0/bluetooth/hci0/hci0:21/rfcomm0
    Jun 17 01:04:27 localhost kernel: [ 1212.925984] Bluetooth: TIOCGSERIAL is not supported
    Jun 17 01:04:29 localhost kernel: [ 1214.790844] Bluetooth: TIOCGSERIAL is not supported
    Jun 17 01:04:29 localhost kernel: [ 1214.791357] Bluetooth: TIOCGSERIAL is not supported
    Jun 17 01:04:30 localhost ModemManager[457]: <info> Creating modem with plugin 'Nokia' and '1' ports
    Jun 17 01:04:30 localhost kernel: [ 1215.816882] Bluetooth: TIOCGSERIAL is not supported
    Jun 17 01:04:30 localhost ModemManager[457]: <info> Modem for device at '/sys/devices/pci0000:00/0000:00:13.1/usb6/6-3' successfully created
    Jun 17 01:04:30 localhost kernel: [ 1215.820679] Bluetooth: TIOCGSERIAL is not supported
    Jun 17 01:04:31 localhost ModemManager[457]: <info> Modem: state changed (unknown -> disabled)
    Jun 17 01:04:31 localhost kernel: [ 1216.873341] Bluetooth: TIOCGSERIAL is not supported
    Jun 17 01:04:31 localhost /etc/gdm/Xsession[612]: ** Message: modem_object_added: (/org/freedesktop/ModemManager1/Modem/0) modem found
    Jun 17 01:04:31 localhost /etc/gdm/Xsession[612]: ** Message: start_wizard: (/org/freedesktop/ModemManager1/Modem/0) starting the mobile wizard
    Jun 17 01:04:31 localhost NetworkManager[387]: <info> ignoring modem 'rfcomm0' (no associated Bluetooth device)
    Jun 17 01:06:17 localhost /etc/gdm/Xsession[612]: ** Message: wizard_done_cb: mobile wizard done
    Jun 17 01:06:17 localhost /etc/gdm/Xsession[612]: ** Message: wizard_done_cb: adding new setting
    Jun 17 01:06:17 localhost /etc/gdm/Xsession[612]: ** Message: wizard_done_cb: waiting for add connection result...
    Jun 17 01:06:17 localhost NetworkManager[387]: <info> BT device Nokia N9 (40:98:4E:65:A1:00) added (DUN)
    Jun 17 01:06:17 localhost NetworkManager[387]: <info> (40:98:4E:65:A1:00): new Bluetooth device (driver: 'bluez' ifindex: 0)
    Jun 17 01:06:17 localhost NetworkManager[387]: <info> (40:98:4E:65:A1:00): exported as /org/freedesktop/NetworkManager/Devices/1
    Jun 17 01:06:17 localhost NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    Jun 17 01:06:17 localhost NetworkManager[387]: <info> (40:98:4E:65:A1:00): deactivating device (reason 'managed') [2]
    Jun 17 01:06:17 localhost NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: unavailable -> disconnected (reason 'none') [20 30 0]
    Jun 17 01:06:17 localhost /etc/gdm/Xsession[612]: ** Message: Puhelimesi on nyt valmis käyttöön.
    Jun 17 01:06:17 localhost upowerd[506]: (upowerd:506): UPower-Linux-WARNING **: unhandled action 'move' on /sys/devices/virtual/tty/rfcomm0
    Jun 17 01:06:17 localhost dbus-daemon[396]: dbus[396]: [system] Rejected send message, 2 matched rules; type="method_return", sender=":1.4" (uid=0 pid=382 comm="/usr/lib/bluetooth/bluetoothd -n ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.59" (uid=1000 pid=1082 comm="bluetooth-wizard ")
    Jun 17 01:12:24 localhost NetworkManager[387]: <info> (eth0): device state change: activated -> disconnected (reason 'user-requested') [100 30 39]
    Jun 17 01:12:24 localhost NetworkManager[387]: <info> (eth0): deactivating device (reason 'user-requested') [39]
    Jun 17 01:12:24 localhost avahi-daemon[392]: Withdrawing address record for 192.168.0.222 on eth0.
    Jun 17 01:12:24 localhost avahi-daemon[392]: Leaving mDNS multicast group on interface eth0.IPv4 with address 192.168.0.222.
    Jun 17 01:12:24 localhost avahi-daemon[392]: Interface eth0.IPv4 no longer relevant for mDNS.
    Jun 17 01:12:24 localhost dbus-daemon[396]: dbus[396]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
    Jun 17 01:12:24 localhost dbus[396]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
    Jun 17 01:12:24 localhost systemd[1]: Starting Network Manager Script Dispatcher Service...
    Jun 17 01:12:24 localhost dbus-daemon[396]: dbus[396]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Jun 17 01:12:24 localhost dbus[396]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Jun 17 01:12:24 localhost systemd[1]: Started Network Manager Script Dispatcher Service.
    Jun 17 01:12:33 localhost NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) starting connection 'Dna connection'
    Jun 17 01:12:33 localhost NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: disconnected -> prepare (reason 'none') [30 40 0]
    Jun 17 01:12:33 localhost NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 1 of 5 (Device Prepare) scheduled...
    Jun 17 01:12:33 localhost NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 1 of 5 (Device Prepare) started...
    Jun 17 01:12:33 localhost NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 2 of 5 (Device Configure) scheduled...
    Jun 17 01:12:33 localhost NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 1 of 5 (Device Prepare) complete.
    Jun 17 01:12:33 localhost NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 2 of 5 (Device Configure) starting...
    Jun 17 01:12:33 localhost NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: prepare -> config (reason 'none') [40 50 0]
    Jun 17 01:12:33 localhost NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 2 of 5 (Device Configure) complete.
    Jun 17 01:12:35 localhost NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00 40:98:4E:65:A1:00/bluetooth) Stage 2 of 5 (Device Configure) successful. Will connect via DUN.
    Jun 17 01:12:35 localhost NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00/bluetooth) Stage 2 of 5 (Device Configure) waiting for modem to appear.
    Jun 17 01:12:35 localhost upowerd[506]: (upowerd:506): UPower-Linux-WARNING **: unhandled action 'move' on /sys/devices/pci0000:00/0000:00:13.1/usb6/6-3/6-3:1.0/bluetooth/hci0/hci0:21/rfcomm0
    Jun 17 01:13:05 localhost NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: config -> failed (reason 'modem-not-found') [50 120 43]
    Jun 17 01:13:05 localhost NetworkManager[387]: <warn> Activation (40:98:4E:65:A1:00) failed for connection 'Dna connection'
    Jun 17 01:13:05 localhost NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: failed -> disconnected (reason 'none') [120 30 0]
    Jun 17 01:13:05 localhost NetworkManager[387]: <info> (40:98:4E:65:A1:00): deactivating device (reason 'none') [0]
    Jun 17 01:13:05 localhost upowerd[506]: (upowerd:506): UPower-Linux-WARNING **: unhandled action 'move' on /sys/devices/virtual/tty/rfcomm0
    Jun 17 01:13:05 localhost dbus-daemon[396]: dbus[396]: [system] Rejected send message, 7 matched rules; type="method_return", sender=":1.4" (uid=0 pid=382 comm="/usr/lib/bluetooth/bluetoothd -n ") interface="(unset)" member="(unset)" error name="(unset)" requested_reply="0" destination=":1.8" (uid=0 pid=387 comm="/usr/bin/NetworkManager --no-daemon ")
    And finally a complete everything.log
    Jun 17 00:44:20 localhost systemd[1]: Mounting Arbitrary Executable File Formats File System...
    Jun 17 00:44:20 localhost systemd-sysctl[132]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    Jun 17 00:44:20 localhost systemd[1]: Started Apply Kernel Variables.
    Jun 17 00:44:20 localhost systemd[1]: Started udev Coldplug all Devices.
    Jun 17 00:44:20 localhost systemd-modules-load[138]: Inserted module 'fuse'
    Jun 17 00:44:20 localhost systemd[1]: Started Create static device nodes in /dev.
    Jun 17 00:44:20 localhost systemd[1]: Starting udev Kernel Device Manager...
    Jun 17 00:44:20 localhost systemd[1]: Started udev Kernel Device Manager.
    Jun 17 00:44:20 localhost systemd[1]: Mounted Arbitrary Executable File Formats File System.
    Jun 17 00:44:20 localhost systemd[1]: Mounted Debug File System.
    Jun 17 00:44:29 localhost kernel: [ 0.000000] Initializing cgroup subsys cpuset
    Jun 17 00:44:29 localhost kernel: [ 0.000000] Initializing cgroup subsys cpu
    Jun 17 00:44:29 localhost kernel: [ 0.000000] Linux version 3.9.5-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.1 (GCC) ) #1 SMP PREEMPT Sat Jun 8 09:22:45 CEST 2013
    Jun 17 00:44:29 localhost kernel: [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=90b0c2df-9b19-4c19-91ce-5479b086da4d ro quiet
    Jun 17 00:44:29 localhost kernel: [ 0.000000] e820: BIOS-provided physical RAM map:
    Jun 17 00:44:29 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
    Jun 17 00:44:29 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
    Jun 17 00:44:29 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
    Jun 17 00:44:29 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cfdeffff] usable
    Jun 17 00:44:29 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000cfdf0000-0x00000000cfdf2fff] ACPI NVS
    Jun 17 00:44:29 localhost syslog-ng[390]: syslog-ng starting up; version='3.4.1'
    Jun 17 00:44:20 localhost systemd[1]: Mounted Huge Pages File System.
    Jun 17 00:44:29 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000cfdf3000-0x00000000cfdfffff] ACPI data
    Jun 17 00:44:29 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000cfe00000-0x00000000cfefffff] reserved
    Jun 17 00:44:29 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    Jun 17 00:44:29 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000ffffffff] reserved
    Jun 17 00:44:29 localhost kernel: [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000032fffffff] usable
    Jun 17 00:44:29 localhost kernel: [ 0.000000] NX (Execute Disable) protection: active
    Jun 17 00:44:29 localhost kernel: [ 0.000000] SMBIOS 2.4 present.
    Jun 17 00:44:29 localhost kernel: [ 0.000000] DMI: Gigabyte Technology Co., Ltd. GA-MA790XT-UD4P/GA-MA790XT-UD4P, BIOS F8g 07/12/2010
    Jun 17 00:44:29 localhost kernel: [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    Jun 17 00:44:29 localhost kernel: [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    Jun 17 00:44:30 localhost kernel: [ 0.000000] No AGP bridge found
    Jun 17 00:44:30 localhost kernel: [ 0.000000] e820: last_pfn = 0x330000 max_arch_pfn = 0x400000000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] MTRR default type: uncachable
    Jun 17 00:44:30 localhost kernel: [ 0.000000] MTRR fixed ranges enabled:
    Jun 17 00:44:30 localhost kernel: [ 0.000000] 00000-9FFFF write-back
    Jun 17 00:44:30 localhost kernel: [ 0.000000] A0000-BFFFF uncachable
    Jun 17 00:44:30 localhost kernel: [ 0.000000] C0000-C7FFF write-protect
    Jun 17 00:44:30 localhost kernel: [ 0.000000] C8000-FFFFF uncachable
    Jun 17 00:44:30 localhost kernel: [ 0.000000] MTRR variable ranges enabled:
    Jun 17 00:44:30 localhost kernel: [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
    Jun 17 00:44:30 localhost kernel: [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
    Jun 17 00:44:30 localhost kernel: [ 0.000000] 2 base 0000C0000000 mask FFFFF0000000 write-back
    Jun 17 00:44:30 localhost kernel: [ 0.000000] 3 base 0000CFE00000 mask FFFFFFE00000 uncachable
    Jun 17 00:44:30 localhost kernel: [ 0.000000] 4 base 000100000000 mask FFFF00000000 write-back
    Jun 17 00:44:30 localhost kernel: [ 0.000000] 5 base 000200000000 mask FFFF00000000 write-back
    Jun 17 00:44:30 localhost kernel: [ 0.000000] 6 base 000300000000 mask FFFFE0000000 write-back
    Jun 17 00:44:30 localhost kernel: [ 0.000000] 7 base 000320000000 mask FFFFF0000000 write-back
    Jun 17 00:44:30 localhost kernel: [ 0.000000] TOM2: 0000000330000000 aka 13056M
    Jun 17 00:44:30 localhost kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Jun 17 00:44:30 localhost kernel: [ 0.000000] e820: update [mem 0xcfe00000-0xffffffff] usable ==> reserved
    Jun 17 00:44:30 localhost kernel: [ 0.000000] e820: last_pfn = 0xcfdf0 max_arch_pfn = 0x400000000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] found SMP MP-table at [mem 0x000f5440-0x000f544f] mapped at [ffff8800000f5440]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Scanning 1 areas for low memory corruption
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Using GB pages for direct mapping
    Jun 17 00:44:30 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    Jun 17 00:44:30 localhost kernel: [ 0.000000] BRK [0x01b30000, 0x01b30fff] PGTABLE
    Jun 17 00:44:30 localhost kernel: [ 0.000000] BRK [0x01b31000, 0x01b31fff] PGTABLE
    Jun 17 00:44:30 localhost kernel: [ 0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
    Jun 17 00:44:30 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x32fe00000-0x32fffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [mem 0x32fe00000-0x32fffffff] page 2M
    Jun 17 00:44:30 localhost kernel: [ 0.000000] BRK [0x01b33000, 0x01b33fff] PGTABLE
    Jun 17 00:44:30 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x32c000000-0x32fdfffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [mem 0x32c000000-0x32fdfffff] page 2M
    Jun 17 00:44:30 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x300000000-0x32bffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [mem 0x300000000-0x32bffffff] page 2M
    Jun 17 00:44:30 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x00100000-0xcfdeffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [mem 0x40000000-0xbfffffff] page 1G
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [mem 0xc0000000-0xcfbfffff] page 2M
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [mem 0xcfc00000-0xcfdeffff] page 4k
    Jun 17 00:44:30 localhost kernel: [ 0.000000] init_memory_mapping: [mem 0x100000000-0x2ffffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [mem 0x100000000-0x2ffffffff] page 1G
    Jun 17 00:44:30 localhost kernel: [ 0.000000] RAMDISK: [mem 0x378a4000-0x37c49fff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: RSDP 00000000000f6e70 00014 (v00 GBT )
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: RSDT 00000000cfdf3000 00038 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: FACP 00000000cfdf3040 00074 (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: DSDT 00000000cfdf30c0 0725F (v01 GBT GBTUACPI 00001000 MSFT 03000000)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: FACS 00000000cfdf0000 00040
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: SSDT 00000000cfdfa400 008F5 (v01 PTLTD POWERNOW 00000001 LTP 00000001)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: HPET 00000000cfdfad00 00038 (v01 GBT GBTUACPI 42302E31 GBTU 00000098)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: MCFG 00000000cfdfad40 0003C (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: APIC 00000000cfdfa340 000BC (v01 GBT GBTUACPI 42302E31 GBTU 01010101)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Scanning NUMA topology in Northbridge 24
    Jun 17 00:44:30 localhost kernel: [ 0.000000] No NUMA configuration found
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000032fffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Initmem setup node 0 [mem 0x00000000-0x32fffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] NODE_DATA [mem 0x32fff9000-0x32fffdfff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] [ffffea0000000000-ffffea000cbfffff] PMD -> [ffff880323600000-ffff88032f5fffff] on node 0
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Zone ranges:
    Jun 17 00:44:30 localhost kernel: [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Normal [mem 0x100000000-0x32fffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Movable zone start for each node
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Early memory node ranges
    Jun 17 00:44:30 localhost kernel: [ 0.000000] node 0: [mem 0x00001000-0x0009efff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] node 0: [mem 0x00100000-0xcfdeffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] node 0: [mem 0x100000000-0x32fffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.000000] On node 0 totalpages: 3145102
    Jun 17 00:44:30 localhost kernel: [ 0.000000] DMA zone: 64 pages used for memmap
    Jun 17 00:44:30 localhost kernel: [ 0.000000] DMA zone: 21 pages reserved
    Jun 17 00:44:30 localhost kernel: [ 0.000000] DMA zone: 3998 pages, LIFO batch:0
    Jun 17 00:44:30 localhost kernel: [ 0.000000] DMA32 zone: 13240 pages used for memmap
    Jun 17 00:44:30 localhost kernel: [ 0.000000] DMA32 zone: 847344 pages, LIFO batch:31
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Normal zone: 35840 pages used for memmap
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Normal zone: 2293760 pages, LIFO batch:31
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x4008
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] disabled)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x04] disabled)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x05] disabled)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x06] disabled)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x07] disabled)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] dfl dfl lint[0x1])
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] dfl dfl lint[0x1])
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] dfl dfl lint[0x1])
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] dfl dfl lint[0x1])
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] dfl dfl lint[0x1])
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] dfl dfl lint[0x1])
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] dfl dfl lint[0x1])
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] dfl dfl lint[0x1])
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
    Jun 17 00:44:30 localhost kernel: [ 0.000000] IOAPIC[0]: apic_id 2, version 33, address 0xfec00000, GSI 0-23
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: IRQ0 used by override.
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: IRQ2 used by override.
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: IRQ9 used by override.
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information
    Jun 17 00:44:30 localhost kernel: [ 0.000000] ACPI: HPET id: 0x10b9a201 base: 0xfed00000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] smpboot: Allowing 8 CPUs, 5 hotplug CPUs
    Jun 17 00:44:30 localhost kernel: [ 0.000000] nr_irqs_gsi: 40
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000f0000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000000f0000 - 0000000000100000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cfdf0000 - 00000000cfdf3000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cfdf3000 - 00000000cfe00000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cfe00000 - 00000000cff00000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000cff00000 - 00000000e0000000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000e0000000 - 00000000f0000000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000f0000000 - 00000000fec00000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 0000000100000000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] e820: [mem 0xcff00000-0xdfffffff] available for PCI devices
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Booting paravirtualized kernel on bare hardware
    Jun 17 00:44:30 localhost kernel: [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:8 nr_node_ids:1
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88032fc00000 s85824 r8192 d20672 u262144
    Jun 17 00:44:30 localhost kernel: [ 0.000000] pcpu-alloc: s85824 r8192 d20672 u262144 alloc=1*2097152
    Jun 17 00:44:30 localhost kernel: [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 3095937
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Policy zone: Normal
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=90b0c2df-9b19-4c19-91ce-5479b086da4d ro quiet
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] __ex_table already sorted, skipping sort
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Checking aperture...
    Jun 17 00:44:30 localhost kernel: [ 0.000000] No AGP bridge found
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Node 0: aperture @ c4000000 size 32 MB
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Aperture pointing to e820 RAM. Ignoring.
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Your BIOS doesn't leave a aperture memory hole
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Please enable the IOMMU option in the BIOS setup
    Jun 17 00:44:30 localhost kernel: [ 0.000000] This costs you 64 MB of RAM
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Mapping aperture over 65536 KB of RAM @ c4000000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] PM: Registered nosave memory: 00000000c4000000 - 00000000c8000000
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Memory: 12235744k/13369344k available (4984k kernel code, 788936k absent, 344664k reserved, 3966k data, 1092k init)
    Jun 17 00:44:30 localhost kernel: [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Preemptible hierarchical RCU implementation.
    Jun 17 00:44:30 localhost kernel: [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Dump stacks of tasks blocking RCU-preempt GP.
    Jun 17 00:44:30 localhost kernel: [ 0.000000] RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=8.
    Jun 17 00:44:30 localhost kernel: [ 0.000000] NR_IRQS:4352 nr_irqs:744 16
    Jun 17 00:44:30 localhost kernel: [ 0.000000] spurious 8259A interrupt: IRQ7.
    Jun 17 00:44:30 localhost kernel: [ 0.000000] Console: colour dummy device 80x25
    Jun 17 00:44:30 localhost kernel: [ 0.000000] console [tty0] enabled
    Jun 17 00:44:30 localhost kernel: [ 0.000000] allocated 50331648 bytes of page_cgroup
    Jun 17 00:44:30 localhost kernel: [ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
    Jun 17 00:44:30 localhost kernel: [ 0.000000] hpet clockevent registered
    Jun 17 00:44:30 localhost kernel: [ 0.003333] tsc: Fast TSC calibration using PIT
    Jun 17 00:44:30 localhost kernel: [ 0.006666] tsc: Detected 2812.672 MHz processor
    Jun 17 00:44:30 localhost kernel: [ 0.000003] Calibrating delay loop (skipped), value calculated using timer frequency.. 5627.73 BogoMIPS (lpj=9375573)
    Jun 17 00:44:30 localhost kernel: [ 0.000006] pid_max: default: 32768 minimum: 301
    Jun 17 00:44:30 localhost kernel: [ 0.000035] Security Framework initialized
    Jun 17 00:44:30 localhost kernel: [ 0.000041] AppArmor: AppArmor disabled by boot time parameter
    Jun 17 00:44:30 localhost kernel: [ 0.000892] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    Jun 17 00:44:30 localhost kernel: [ 0.005505] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    Jun 17 00:44:30 localhost kernel: [ 0.007582] Mount-cache hash table entries: 256
    Jun 17 00:44:30 localhost kernel: [ 0.007774] Initializing cgroup subsys cpuacct
    Jun 17 00:44:30 localhost kernel: [ 0.007776] Initializing cgroup subsys memory
    Jun 17 00:44:30 localhost kernel: [ 0.007786] Initializing cgroup subsys devices
    Jun 17 00:44:30 localhost kernel: [ 0.007787] Initializing cgroup subsys freezer
    Jun 17 00:44:30 localhost kernel: [ 0.007789] Initializing cgroup subsys net_cls
    Jun 17 00:44:30 localhost kernel: [ 0.007790] Initializing cgroup subsys blkio
    Jun 17 00:44:30 localhost kernel: [ 0.007813] tseg: 00cff00000
    Jun 17 00:44:30 localhost kernel: [ 0.007816] CPU: Physical Processor ID: 0
    Jun 17 00:44:30 localhost kernel: [ 0.007817] CPU: Processor Core ID: 0
    Jun 17 00:44:30 localhost kernel: [ 0.007818] mce: CPU supports 6 MCE banks
    Jun 17 00:44:30 localhost kernel: [ 0.007823] LVT offset 0 assigned for vector 0xf9
    Jun 17 00:44:30 localhost kernel: [ 0.007828] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
    Jun 17 00:44:30 localhost kernel: [ 0.007828] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
    Jun 17 00:44:30 localhost kernel: [ 0.007828] tlb_flushall_shift: 4
    Jun 17 00:44:30 localhost kernel: [ 0.007908] Freeing SMP alternatives: 20k freed
    Jun 17 00:44:30 localhost kernel: [ 0.008523] ACPI: Core revision 20130117
    Jun 17 00:44:30 localhost kernel: [ 0.010353] ACPI: All ACPI Tables successfully acquired
    Jun 17 00:44:30 localhost kernel: [ 0.042664] ftrace: allocating 19546 entries in 77 pages
    Jun 17 00:44:30 localhost kernel: [ 0.399338] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Jun 17 00:44:30 localhost kernel: [ 0.432338] smpboot: CPU0: AMD Phenom(tm) II X3 720 Processor (fam: 10, model: 04, stepping: 02)
    Jun 17 00:44:30 localhost kernel: [ 0.535738] Performance Events: AMD PMU driver.
    Jun 17 00:44:30 localhost kernel: [ 0.535742] ... version: 0
    Jun 17 00:44:30 localhost kernel: [ 0.535743] ... bit width: 48
    Jun 17 00:44:30 localhost kernel: [ 0.535744] ... generic registers: 4
    Jun 17 00:44:30 localhost kernel: [ 0.535745] ... value mask: 0000ffffffffffff
    Jun 17 00:44:30 localhost kernel: [ 0.535746] ... max period: 00007fffffffffff
    Jun 17 00:44:30 localhost kernel: [ 0.535746] ... fixed-purpose events: 0
    Jun 17 00:44:30 localhost kernel: [ 0.535747] ... event mask: 000000000000000f
    Jun 17 00:44:30 localhost kernel: [ 0.565797] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    Jun 17 00:44:30 localhost kernel: [ 0.572465] smpboot: Booting Node 0, Processors #1 #2
    Jun 17 00:44:30 localhost kernel: [ 0.602275] Brought up 3 CPUs
    Jun 17 00:44:30 localhost kernel: [ 0.602279] smpboot: Total of 3 processors activated (16882.19 BogoMIPS)
    Jun 17 00:44:30 localhost kernel: [ 0.605948] devtmpfs: initialized
    Jun 17 00:44:30 localhost kernel: [ 0.608503] PM: Registering ACPI NVS region [mem 0xcfdf0000-0xcfdf2fff] (12288 bytes)
    Jun 17 00:44:30 localhost kernel: [ 0.609303] RTC time: 21:44:15, date: 06/16/13
    Jun 17 00:44:30 localhost kernel: [ 0.609349] NET: Registered protocol family 16
    Jun 17 00:44:30 localhost kernel: [ 0.609448] node 0 link 0: io port [b000, ffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609451] TOM: 00000000d0000000 aka 3328M
    Jun 17 00:44:30 localhost kernel: [ 0.609453] Fam 10h mmconf [mem 0xe0000000-0xe00fffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609455] node 0 link 0: mmio [a0000, bffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609457] node 0 link 0: mmio [d0000000, dfffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609459] node 0 link 0: mmio [f0000000, fe02ffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609460] node 0 link 0: mmio [e0000000, e04fffff] ==> [e0100000, e04fffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609462] TOM2: 0000000330000000 aka 13056M
    Jun 17 00:44:30 localhost kernel: [ 0.609464] bus: [bus 00-04] on node 0 link 0
    Jun 17 00:44:30 localhost kernel: [ 0.609466] bus: 00 [io 0x0000-0xffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609467] bus: 00 [mem 0x000a0000-0x000bffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609468] bus: 00 [mem 0xd0000000-0xdfffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609469] bus: 00 [mem 0xe0500000-0xffffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609470] bus: 00 [mem 0xe0100000-0xe04fffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609471] bus: 00 [mem 0x330000000-0xfcffffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.609498] ACPI: bus type PCI registered
    Jun 17 00:44:30 localhost kernel: [ 0.609552] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Jun 17 00:44:30 localhost kernel: [ 0.609554] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    Jun 17 00:44:30 localhost kernel: [ 0.617921] PCI: Using configuration type 1 for base access
    Jun 17 00:44:30 localhost kernel: [ 0.618123] mtrr: your CPUs had inconsistent variable MTRR settings
    Jun 17 00:44:30 localhost kernel: [ 0.618124] mtrr: probably your BIOS does not setup all CPUs.
    Jun 17 00:44:30 localhost kernel: [ 0.618125] mtrr: corrected configuration.
    Jun 17 00:44:30 localhost kernel: [ 0.618516] bio: create slab <bio-0> at 0
    Jun 17 00:44:30 localhost kernel: [ 0.618576] ACPI: Added _OSI(Module Device)
    Jun 17 00:44:30 localhost kernel: [ 0.618577] ACPI: Added _OSI(Processor Device)
    Jun 17 00:44:30 localhost kernel: [ 0.618578] ACPI: Added _OSI(3.0 _SCP Extensions)
    Jun 17 00:44:30 localhost kernel: [ 0.618580] ACPI: Added _OSI(Processor Aggregator Device)
    Jun 17 00:44:30 localhost kernel: [ 0.619096] ACPI: EC: Look up EC in DSDT
    Jun 17 00:44:30 localhost kernel: [ 0.623380] ACPI: Interpreter enabled
    Jun 17 00:44:30 localhost kernel: [ 0.623389] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130117/hwxface-568)
    Jun 17 00:44:30 localhost kernel: [ 0.623394] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130117/hwxface-568)
    Jun 17 00:44:30 localhost kernel: [ 0.623403] ACPI: (supports S0 S3 S4 S5)
    Jun 17 00:44:30 localhost kernel: [ 0.623405] ACPI: Using IOAPIC for interrupt routing
    Jun 17 00:44:30 localhost kernel: [ 0.623473] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Jun 17 00:44:30 localhost kernel: [ 0.637118] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Jun 17 00:44:30 localhost kernel: [ 0.637201] PCI host bridge to bus 0000:00
    Jun 17 00:44:30 localhost kernel: [ 0.637204] pci_bus 0000:00: root bus resource [bus 00-ff]
    Jun 17 00:44:30 localhost kernel: [ 0.637207] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    Jun 17 00:44:30 localhost kernel: [ 0.637209] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    Jun 17 00:44:30 localhost kernel: [ 0.637210] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    Jun 17 00:44:30 localhost kernel: [ 0.637212] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
    Jun 17 00:44:30 localhost kernel: [ 0.637214] pci_bus 0000:00: root bus resource [mem 0xd0000000-0xfebfffff]
    Jun 17 00:44:30 localhost kernel: [ 0.637223] pci 0000:00:00.0: [1002:5958] type 00 class 0x060000
    Jun 17 00:44:30 localhost kernel: [ 0.637234] pci 0000:00:00.0: reg 1c: [mem 0xe0000000-0xffffffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.637312] pci 0000:00:02.0: [1002:5978] type 01 class 0x060400
    Jun 17 00:44:30 localhost kernel: [ 0.637342] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    Jun 17 00:44:30 localhost kernel: [ 0.637366] pci 0000:00:02.0: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.637399] pci 0000:00:04.0: [1002:597a] type 01 class 0x060400
    Jun 17 00:44:30 localhost kernel: [ 0.637428] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
    Jun 17 00:44:30 localhost kernel: [ 0.637453] pci 0000:00:04.0: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.637485] pci 0000:00:0a.0: [1002:597f] type 01 class 0x060400
    Jun 17 00:44:30 localhost kernel: [ 0.637514] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
    Jun 17 00:44:30 localhost kernel: [ 0.637542] pci 0000:00:0a.0: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.637581] pci 0000:00:11.0: [1002:4390] type 00 class 0x01018f
    Jun 17 00:44:30 localhost kernel: [ 0.637600] pci 0000:00:11.0: reg 10: [io 0xff00-0xff07]
    Jun 17 00:44:30 localhost kernel: [ 0.637609] pci 0000:00:11.0: reg 14: [io 0xfe00-0xfe03]
    Jun 17 00:44:30 localhost kernel: [ 0.637618] pci 0000:00:11.0: reg 18: [io 0xfd00-0xfd07]
    Jun 17 00:44:30 localhost kernel: [ 0.637627] pci 0000:00:11.0: reg 1c: [io 0xfc00-0xfc03]
    Jun 17 00:44:30 localhost kernel: [ 0.637636] pci 0000:00:11.0: reg 20: [io 0xfb00-0xfb0f]
    Jun 17 00:44:30 localhost kernel: [ 0.637645] pci 0000:00:11.0: reg 24: [mem 0xfe02f000-0xfe02f3ff]
    Jun 17 00:44:30 localhost kernel: [ 0.637664] pci 0000:00:11.0: set SATA to AHCI mode
    Jun 17 00:44:30 localhost kernel: [ 0.637736] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
    Jun 17 00:44:30 localhost kernel: [ 0.637749] pci 0000:00:12.0: reg 10: [mem 0xfe02e000-0xfe02efff]
    Jun 17 00:44:30 localhost kernel: [ 0.637811] pci 0000:00:12.0: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.637840] pci 0000:00:12.1: [1002:4398] type 00 class 0x0c0310
    Jun 17 00:44:30 localhost kernel: [ 0.637853] pci 0000:00:12.1: reg 10: [mem 0xfe02d000-0xfe02dfff]
    Jun 17 00:44:30 localhost kernel: [ 0.637916] pci 0000:00:12.1: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.637948] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
    Jun 17 00:44:30 localhost kernel: [ 0.637966] pci 0000:00:12.2: reg 10: [mem 0xfe02c000-0xfe02c0ff]
    Jun 17 00:44:30 localhost kernel: [ 0.638046] pci 0000:00:12.2: supports D1 D2
    Jun 17 00:44:30 localhost kernel: [ 0.638047] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    Jun 17 00:44:30 localhost kernel: [ 0.638065] pci 0000:00:12.2: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.638099] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
    Jun 17 00:44:30 localhost kernel: [ 0.638112] pci 0000:00:13.0: reg 10: [mem 0xfe02b000-0xfe02bfff]
    Jun 17 00:44:30 localhost kernel: [ 0.638178] pci 0000:00:13.0: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.638205] pci 0000:00:13.1: [1002:4398] type 00 class 0x0c0310
    Jun 17 00:44:30 localhost kernel: [ 0.638217] pci 0000:00:13.1: reg 10: [mem 0xfe02a000-0xfe02afff]
    Jun 17 00:44:30 localhost kernel: [ 0.638282] pci 0000:00:13.1: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.638316] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
    Jun 17 00:44:30 localhost kernel: [ 0.638334] pci 0000:00:13.2: reg 10: [mem 0xfe029000-0xfe0290ff]
    Jun 17 00:44:30 localhost kernel: [ 0.638414] pci 0000:00:13.2: supports D1 D2
    Jun 17 00:44:30 localhost kernel: [ 0.638415] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    Jun 17 00:44:30 localhost kernel: [ 0.638436] pci 0000:00:13.2: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.638472] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
    Jun 17 00:44:30 localhost kernel: [ 0.638587] pci 0000:00:14.1: [1002:439c] type 00 class 0x01018a
    Jun 17 00:44:30 localhost kernel: [ 0.638602] pci 0000:00:14.1: reg 10: [io 0x0000-0x0007]
    Jun 17 00:44:30 localhost kernel: [ 0.638611] pci 0000:00:14.1: reg 14: [io 0x0000-0x0003]
    Jun 17 00:44:30 localhost kernel: [ 0.638620] pci 0000:00:14.1: reg 18: [io 0x0000-0x0007]
    Jun 17 00:44:30 localhost kernel: [ 0.638629] pci 0000:00:14.1: reg 1c: [io 0x0000-0x0003]
    Jun 17 00:44:30 localhost kernel: [ 0.638638] pci 0000:00:14.1: reg 20: [io 0xfa00-0xfa0f]
    Jun 17 00:44:30 localhost kernel: [ 0.638722] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
    Jun 17 00:44:30 localhost kernel: [ 0.638743] pci 0000:00:14.2: reg 10: [mem 0xfe024000-0xfe027fff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.638806] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    Jun 17 00:44:30 localhost kernel: [ 0.638830] pci 0000:00:14.2: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.638857] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
    Jun 17 00:44:30 localhost kernel: [ 0.638963] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
    Jun 17 00:44:30 localhost kernel: [ 0.639012] pci 0000:00:14.4: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.639040] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
    Jun 17 00:44:30 localhost kernel: [ 0.639053] pci 0000:00:14.5: reg 10: [mem 0xfe028000-0xfe028fff]
    Jun 17 00:44:30 localhost kernel: [ 0.639119] pci 0000:00:14.5: System wakeup disabled by ACPI
    Jun 17 00:44:30 localhost kernel: [ 0.639151] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
    Jun 17 00:44:30 localhost kernel: [ 0.639203] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
    Jun 17 00:44:30 localhost kernel: [ 0.639254] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
    Jun 17 00:44:30 localhost kernel: [ 0.639305] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
    Jun 17 00:44:30 localhost kernel: [ 0.639358] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
    Jun 17 00:44:30 localhost kernel: [ 0.639454] pci 0000:01:00.0: [1002:94b3] type 00 class 0x030000
    Jun 17 00:44:30 localhost kernel: [ 0.639466] pci 0000:01:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.639475] pci 0000:01:00.0: reg 18: [mem 0xfdee0000-0xfdeeffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.639482] pci 0000:01:00.0: reg 20: [io 0xee00-0xeeff]
    Jun 17 00:44:30 localhost kernel: [ 0.639493] pci 0000:01:00.0: reg 30: [mem 0x00000000-0x0001ffff pref]
    Jun 17 00:44:30 localhost kernel: [ 0.639520] pci 0000:01:00.0: supports D1 D2
    Jun 17 00:44:30 localhost kernel: [ 0.639554] pci 0000:01:00.1: [1002:aa38] type 00 class 0x040300
    Jun 17 00:44:30 localhost kernel: [ 0.639566] pci 0000:01:00.1: reg 10: [mem 0xfdefc000-0xfdefffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.639616] pci 0000:01:00.1: supports D1 D2
    Jun 17 00:44:30 localhost kernel: [ 0.648955] pci 0000:00:02.0: PCI bridge to [bus 01]
    Jun 17 00:44:30 localhost kernel: [ 0.648960] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    Jun 17 00:44:30 localhost kernel: [ 0.648963] pci 0000:00:02.0: bridge window [mem 0xfde00000-0xfdefffff]
    Jun 17 00:44:30 localhost kernel: [ 0.648966] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.649016] pci 0000:02:00.0: [197b:2363] type 00 class 0x010185
    Jun 17 00:44:30 localhost kernel: [ 0.649081] pci 0000:02:00.0: reg 24: [mem 0xfddfe000-0xfddfffff]
    Jun 17 00:44:30 localhost kernel: [ 0.649130] pci 0000:02:00.0: PME# supported from D3hot
    Jun 17 00:44:30 localhost kernel: [ 0.649179] pci 0000:02:00.1: [197b:2363] type 00 class 0x010185
    Jun 17 00:44:30 localhost kernel: [ 0.649197] pci 0000:02:00.1: reg 10: [io 0xdf00-0xdf07]
    Jun 17 00:44:30 localhost kernel: [ 0.649207] pci 0000:02:00.1: reg 14: [io 0xde00-0xde03]
    Jun 17 00:44:30 localhost kernel: [ 0.649217] pci 0000:02:00.1: reg 18: [io 0xdd00-0xdd07]
    Jun 17 00:44:30 localhost kernel: [ 0.649227] pci 0000:02:00.1: reg 1c: [io 0xdc00-0xdc03]
    Jun 17 00:44:30 localhost kernel: [ 0.649237] pci 0000:02:00.1: reg 20: [io 0xdb00-0xdb0f]
    Jun 17 00:44:30 localhost kernel: [ 0.649319] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    Jun 17 00:44:30 localhost kernel: [ 0.649326] pci 0000:00:04.0: PCI bridge to [bus 02]
    Jun 17 00:44:30 localhost kernel: [ 0.649329] pci 0000:00:04.0: bridge window [io 0xd000-0xdfff]
    Jun 17 00:44:30 localhost kernel: [ 0.649331] pci 0000:00:04.0: bridge window [mem 0xfdd00000-0xfddfffff]
    Jun 17 00:44:30 localhost kernel: [ 0.649334] pci 0000:00:04.0: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.649377] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
    Jun 17 00:44:30 localhost kernel: [ 0.649389] pci 0000:03:00.0: reg 10: [io 0xce00-0xceff]
    Jun 17 00:44:30 localhost kernel: [ 0.649408] pci 0000:03:00.0: reg 18: [mem 0xfdfff000-0xfdffffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.649421] pci 0000:03:00.0: reg 20: [mem 0xfdfe0000-0xfdfeffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.649430] pci 0000:03:00.0: reg 30: [mem 0x00000000-0x0000ffff pref]
    Jun 17 00:44:30 localhost kernel: [ 0.649474] pci 0000:03:00.0: supports D1 D2
    Jun 17 00:44:30 localhost kernel: [ 0.649475] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Jun 17 00:44:30 localhost kernel: [ 0.658954] pci 0000:00:0a.0: PCI bridge to [bus 03]
    Jun 17 00:44:30 localhost kernel: [ 0.658959] pci 0000:00:0a.0: bridge window [io 0xc000-0xcfff]
    Jun 17 00:44:30 localhost kernel: [ 0.658961] pci 0000:00:0a.0: bridge window [mem 0xfd900000-0xfd9fffff]
    Jun 17 00:44:30 localhost kernel: [ 0.658964] pci 0000:00:0a.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.659008] pci 0000:04:06.0: [1131:7146] type 00 class 0x048000
    Jun 17 00:44:30 localhost kernel: [ 0.659025] pci 0000:04:06.0: reg 10: [mem 0xfdbff000-0xfdbff1ff]
    Jun 17 00:44:30 localhost kernel: [ 0.659127] pci 0000:04:07.0: [9710:9805] type 00 class 0x078000
    Jun 17 00:44:30 localhost kernel: [ 0.659143] pci 0000:04:07.0: reg 10: [io 0xbf00-0xbf07]
    Jun 17 00:44:30 localhost kernel: [ 0.659155] pci 0000:04:07.0: reg 14: [io 0xbe00-0xbe07]
    Jun 17 00:44:30 localhost kernel: [ 0.659167] pci 0000:04:07.0: reg 18: [io 0xbd00-0xbd07]
    Jun 17 00:44:30 localhost kernel: [ 0.659179] pci 0000:04:07.0: reg 1c: [io 0xbc00-0xbc07]
    Jun 17 00:44:30 localhost kernel: [ 0.659190] pci 0000:04:07.0: reg 20: [io 0xbb00-0xbb07]
    Jun 17 00:44:30 localhost kernel: [ 0.659202] pci 0000:04:07.0: reg 24: [io 0xba00-0xba0f]
    Jun 17 00:44:30 localhost kernel: [ 0.659264] pci 0000:04:0e.0: [104c:8024] type 00 class 0x0c0010
    Jun 17 00:44:30 localhost kernel: [ 0.659286] pci 0000:04:0e.0: reg 10: [mem 0xfdbfe000-0xfdbfe7ff]
    Jun 17 00:44:30 localhost kernel: [ 0.659298] pci 0000:04:0e.0: reg 14: [mem 0xfdbf8000-0xfdbfbfff]
    Jun 17 00:44:30 localhost kernel: [ 0.659387] pci 0000:04:0e.0: supports D1 D2
    Jun 17 00:44:30 localhost kernel: [ 0.659389] pci 0000:04:0e.0: PME# supported from D0 D1 D2 D3hot
    Jun 17 00:44:30 localhost kernel: [ 0.659445] pci 0000:00:14.4: PCI bridge to [bus 04] (subtractive decode)
    Jun 17 00:44:30 localhost kernel: [ 0.659449] pci 0000:00:14.4: bridge window [io 0xb000-0xbfff]
    Jun 17 00:44:30 localhost kernel: [ 0.659453] pci 0000:00:14.4: bridge window [mem 0xfdb00000-0xfdbfffff]
    Jun 17 00:44:30 localhost kernel: [ 0.659457] pci 0000:00:14.4: bridge window [mem 0xfda00000-0xfdafffff pref]
    Jun 17 00:44:30 localhost kernel: [ 0.659458] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Jun 17 00:44:30 localhost kernel: [ 0.659460] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Jun 17 00:44:30 localhost kernel: [ 0.659462] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Jun 17 00:44:30 localhost kernel: [ 0.659463] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
    Jun 17 00:44:30 localhost kernel: [ 0.659465] pci 0000:00:14.4: bridge window [mem 0xd0000000-0xfebfffff] (subtractive decode)
    Jun 17 00:44:30 localhost kernel: [ 0.659479] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
    Jun 17 00:44:30 localhost kernel: [ 0.659481] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
    Jun 17 00:44:30 localhost kernel: [ 0.659908] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Jun 17 00:44:30 localhost kernel: [ 0.659945] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Jun 17 00:44:30 localhost kernel: [ 0.659979] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Jun 17 00:44:30 localhost kernel: [ 0.660012] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Jun 17 00:44:30 localhost kernel: [ 0.660045] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Jun 17 00:44:30 localhost kernel: [ 0.660078] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Jun 17 00:44:30 localhost kernel: [ 0.660111] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Jun 17 00:44:30 localhost kernel: [ 0.660144] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 6 7 10 11) *0, disabled.
    Jun 17 00:44:30 localhost kernel: [ 0.660468] acpi root: \_SB_.PCI0 notify handler is installed
    Jun 17 00:44:30 localhost kernel: [ 0.660494] Found 1 acpi root devices
    Jun 17 00:44:30 localhost kernel: [ 0.660564] ACPI: No dock devices found.
    Jun 17 00:44:30 localhost kernel: [ 0.660640] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
    Jun 17 00:44:30 localhost kernel: [ 0.660643] vgaarb: loaded
    Jun 17 00:44:30 localhost kernel: [ 0.660644] vgaarb: bridge control possible 0000:01:00.0
    Jun 17 00:44:30 localhost kernel: [ 0.660676] PCI: Using ACPI for IRQ routing
    Jun 17 00:44:30 localhost kernel: [ 0.668997] PCI: pci_cache_line_size set to 64 bytes
    Jun 17 00:44:30 localhost kernel: [ 0.669004] pci 0000:00:00.0: no compatible bridge window for [mem 0xe0000000-0xffffffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.669070] e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
    Jun 17 00:44:30 localhost kernel: [ 0.669071] e820: reserve RAM buffer [mem 0xcfdf0000-0xcfffffff]
    Jun 17 00:44:30 localhost kernel: [ 0.669150] NetLabel: Initializing
    Jun 17 00:44:30 localhost kernel: [ 0.669151] NetLabel: domain hash size = 128
    Jun 17 00:44:30 localhost kernel: [ 0.669152] NetLabel: protocols = UNLABELED CIPSOv4
    Jun 17 00:44:30 localhost kernel: [ 0.669161] NetLabel: unlabeled traffic allowed by default
    Jun 17 00:44:30 localhost kernel: [ 0.669177] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    Jun 17 00:44:30 localhost kernel: [ 0.669180] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
    Jun 17 00:44:30 localhost kernel: [ 0.671205] Switching to clocksource hpet
    Jun 17 00:44:30 localhost kernel: [ 0.674983] pnp: PnP ACPI init
    Jun 17 00:44:30 localhost kernel: [ 0.674994] ACPI: bus type PNP registered
    Jun 17 00:44:30 localhost kernel: [ 0.675058] system 00:00: [io 0x04d0-0x04d1] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675060] system 00:00: [io 0x0220-0x0225] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675062] system 00:00: [io 0x0290-0x0294] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675065] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    Jun 17 00:44:30 localhost kernel: [ 0.675512] pnp 00:01: disabling [mem 0x00000000-0x00000fff window] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.675535] pnp 00:01: disabling [mem 0x00000000-0x00000fff window disabled] because it overlaps 0000:01:00.0 BAR 6 [mem 0x00000000-0x0001ffff pref]
    Jun 17 00:44:30 localhost kernel: [ 0.675543] pnp 00:01: disabling [mem 0x00000000-0x00000fff window disabled] because it overlaps 0000:03:00.0 BAR 6 [mem 0x00000000-0x0000ffff pref]
    Jun 17 00:44:30 localhost kernel: [ 0.675575] system 00:01: [io 0x4100-0x411f] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675578] system 00:01: [io 0x0228-0x022f] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675580] system 00:01: [io 0x040b] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675581] system 00:01: [io 0x04d6] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675583] system 00:01: [io 0x0c00-0x0c01] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675585] system 00:01: [io 0x0c14] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675586] system 00:01: [io 0x0c50-0x0c52] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675588] system 00:01: [io 0x0c6c-0x0c6d] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675589] system 00:01: [io 0x0c6f] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675591] system 00:01: [io 0x0cd0-0x0cd1] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675593] system 00:01: [io 0x0cd2-0x0cd3] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675594] system 00:01: [io 0x0cd4-0x0cdf] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675596] system 00:01: [io 0x4000-0x40fe] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675597] system 00:01: [io 0x4210-0x4217] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675599] system 00:01: [io 0x0b00-0x0b0f] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675601] system 00:01: [io 0x0b10-0x0b1f] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675602] system 00:01: [io 0x0b20-0x0b3f] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675604] system 00:01: [mem 0xfee00400-0xfee00fff window] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.675608] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
    Jun 17 00:44:30 localhost kernel: [ 0.675676] pnp 00:02: [dma 4]
    Jun 17 00:44:30 localhost kernel: [ 0.675693] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
    Jun 17 00:44:30 localhost kernel: [ 0.675740] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active)
    Jun 17 00:44:30 localhost kernel: [ 0.675772] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
    Jun 17 00:44:30 localhost kernel: [ 0.675791] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
    Jun 17 00:44:30 localhost kernel: [ 0.675815] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
    Jun 17 00:44:30 localhost kernel: [ 0.676004] system 00:07: [mem 0xe0000000-0xefffffff] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.676006] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    Jun 17 00:44:30 localhost kernel: [ 0.676106] pnp 00:08: disabling [mem 0x000cfe00-0x000cffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.676108] pnp 00:08: disabling [mem 0x000f0000-0x000f7fff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.676110] pnp 00:08: disabling [mem 0x000f8000-0x000fbfff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.676112] pnp 00:08: disabling [mem 0x000fc000-0x000fffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.676114] pnp 00:08: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.676117] pnp 00:08: disabling [mem 0x00100000-0xcfdeffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    Jun 17 00:44:30 localhost kernel: [ 0.676153] system 00:08: [mem 0xcfdf0000-0xcfdfffff] could not be reserved
    Jun 17 00:44:30 localhost kernel: [ 0.676155] system 00:08: [mem 0xffff0000-0xffffffff] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.676157] system 00:08: [mem 0xcfe00000-0xcfefffff] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.676159] system 00:08: [mem 0xcff00000-0xcfffffff] could not be reserved
    Jun 17 00:44:30 localhost kernel: [ 0.676161] system 00:08: [mem 0xfec00000-0xfec00fff] could not be reserved
    Jun 17 00:44:30 localhost kernel: [ 0.676162] system 00:08: [mem 0xfee00000-0xfee00fff] could not be reserved
    Jun 17 00:44:30 localhost kernel: [ 0.676164] system 00:08: [mem 0xfff80000-0xfffeffff] has been reserved
    Jun 17 00:44:30 localhost kernel: [ 0.676166] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
    Jun 17 00:44:30 localhost kernel: [ 0.676180] pnp: PnP ACPI: found 9 devices
    Jun 17 00:44:30 localhost kernel: [ 0.676182] ACPI: bus type PNP unregistered
    Jun 17 00:44:30 localhost kernel: [ 0.682550] pci 0000:01:00.0: BAR 6: assigned [mem 0xfde00000-0xfde1ffff pref]
    Jun 17 00:44:30 localhost kernel: [ 0.682553] pci 0000:00:02.0: PCI bridge to [bus 01]
    Jun 17 00:44:30 localhost kernel: [ 0.682556] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    Jun 17 00:44:30 localhost kernel: [ 0.682558] pci 0000:00:02.0: bridge window [mem 0xfde00000-0xfdefffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682561] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.682564] pci 0000:00:04.0: PCI bridge to [bus 02]
    Jun 17 00:44:30 localhost kernel: [ 0.682566] pci 0000:00:04.0: bridge window [io 0xd000-0xdfff]
    Jun 17 00:44:30 localhost kernel: [ 0.682568] pci 0000:00:04.0: bridge window [mem 0xfdd00000-0xfddfffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682570] pci 0000:00:04.0: bridge window [mem 0xfdc00000-0xfdcfffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.682574] pci 0000:03:00.0: BAR 6: assigned [mem 0xfdf00000-0xfdf0ffff pref]
    Jun 17 00:44:30 localhost kernel: [ 0.682575] pci 0000:00:0a.0: PCI bridge to [bus 03]
    Jun 17 00:44:30 localhost kernel: [ 0.682577] pci 0000:00:0a.0: bridge window [io 0xc000-0xcfff]
    Jun 17 00:44:30 localhost kernel: [ 0.682579] pci 0000:00:0a.0: bridge window [mem 0xfd900000-0xfd9fffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682582] pci 0000:00:0a.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.682585] pci 0000:00:14.4: PCI bridge to [bus 04]
    Jun 17 00:44:30 localhost kernel: [ 0.682587] pci 0000:00:14.4: bridge window [io 0xb000-0xbfff]
    Jun 17 00:44:30 localhost kernel: [ 0.682592] pci 0000:00:14.4: bridge window [mem 0xfdb00000-0xfdbfffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682595] pci 0000:00:14.4: bridge window [mem 0xfda00000-0xfdafffff pref]
    Jun 17 00:44:30 localhost kernel: [ 0.682771] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Jun 17 00:44:30 localhost kernel: [ 0.682772] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682774] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682775] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682777] pci_bus 0000:00: resource 8 [mem 0xd0000000-0xfebfffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682779] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
    Jun 17 00:44:30 localhost kernel: [ 0.682780] pci_bus 0000:01: resource 1 [mem 0xfde00000-0xfdefffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682782] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.682784] pci_bus 0000:02: resource 0 [io 0xd000-0xdfff]
    Jun 17 00:44:30 localhost kernel: [ 0.682785] pci_bus 0000:02: resource 1 [mem 0xfdd00000-0xfddfffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682787] pci_bus 0000:02: resource 2 [mem 0xfdc00000-0xfdcfffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.682788] pci_bus 0000:03: resource 0 [io 0xc000-0xcfff]
    Jun 17 00:44:30 localhost kernel: [ 0.682790] pci_bus 0000:03: resource 1 [mem 0xfd900000-0xfd9fffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682791] pci_bus 0000:03: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]
    Jun 17 00:44:30 localhost kernel: [ 0.682793] pci_bus 0000:04: resource 0 [io 0xb000-0xbfff]
    Jun 17 00:44:30 localhost kernel: [ 0.682795] pci_bus 0000:04: resource 1 [mem 0xfdb00000-0xfdbfffff]
    Jun 17 00:44:30 localhost kernel: [ 0.682796] pci_bus 0000:04: resource 2 [mem 0xfda00000-0xfdafffff pref]
    Jun 17 00:44:30 localhost kernel: [ 0.682798] pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    Jun 17 00:44:30 localhost kernel: [ 0.682799] pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    Jun 17 00:44:30 localhost kernel: [

    I managed to get my wired connection back and updated my system. After that (and a reboot), NetworkManager started to mysteriously work.
    Here are the relevant parts from journald's log:
    kesä 17 17:47:40 sunnydale dbus-daemon[396]: dbus[396]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
    kesä 17 17:47:40 sunnydale dbus[396]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
    kesä 17 17:47:40 sunnydale systemd[1]: Starting Network Manager Script Dispatcher Service...
    kesä 17 17:47:40 sunnydale dbus-daemon[396]: dbus[396]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    kesä 17 17:47:40 sunnydale dbus[396]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    kesä 17 17:47:40 sunnydale systemd[1]: Started Network Manager Script Dispatcher Service.
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) starting connection 'dna internet connection'
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: disconnected -> prepare (reason 'none') [30 40 0]
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <debug> [1371480469.388835] [nm-manager.c:596] manager_device_state_changed(): stopping connectivity checks
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 1 of 5 (Device Prepare) scheduled...
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 1 of 5 (Device Prepare) started...
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 2 of 5 (Device Configure) scheduled...
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 1 of 5 (Device Prepare) complete.
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 2 of 5 (Device Configure) starting...
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: prepare -> config (reason 'none') [40 50 0]
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <debug> [1371480469.390823] [nm-manager.c:596] manager_device_state_changed(): stopping connectivity checks
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <debug> [1371480469.398034] [nm-device-bt.c:947] act_stage2_config(): (40:98:4E:65:A1:00): requesting connection to the device
    kesä 17 17:47:49 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 2 of 5 (Device Configure) complete.
    kesä 17 17:47:52 sunnydale NetworkManager[387]: <debug> [1371480472.813677] [nm-device-bt.c:836] bluez_property_changed(): (40:98:4E:65:A1:00): bluez property 'Connected' changed to 'true'
    kesä 17 17:47:52 sunnydale NetworkManager[387]: <debug> [1371480472.813775] [nm-device-bt.c:846] bluez_property_changed(): (40:98:4E:65:A1:00): connected to the device
    kesä 17 17:47:53 sunnydale NetworkManager[387]: <debug> [1371480473.67585] [nm-device-bt.c:808] bluez_connect_cb(): (40:98:4E:65:A1:00): connect request successful
    kesä 17 17:47:53 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00 40:98:4E:65:A1:00/bluetooth) Stage 2 of 5 (Device Configure) successful. Will connect via DUN.
    kesä 17 17:47:53 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00/bluetooth) Stage 2 of 5 (Device Configure) waiting for modem to appear.
    kesä 17 17:47:53 sunnydale upowerd[518]: (upowerd:518): UPower-Linux-WARNING **: unhandled action 'move' on /sys/devices/pci0000:00/0000:00:13.1/usb4/4-3/4-3:1.0/bluetooth/hci0/hci0:21/rfcomm0
    kesä 17 17:47:53 sunnydale kernel: Bluetooth: TIOCGSERIAL is not supported
    kesä 17 17:47:54 sunnydale kernel: Bluetooth: TIOCGSERIAL is not supported
    kesä 17 17:47:54 sunnydale kernel: Bluetooth: TIOCGSERIAL is not supported
    kesä 17 17:47:56 sunnydale ModemManager[390]: <info> Creating modem with plugin 'Nokia' and '1' ports
    kesä 17 17:47:56 sunnydale ModemManager[390]: <info> Modem for device at '/sys/devices/pci0000:00/0000:00:13.1/usb4/4-3' successfully created
    kesä 17 17:47:56 sunnydale kernel: Bluetooth: TIOCGSERIAL is not supported
    kesä 17 17:47:56 sunnydale kernel: Bluetooth: TIOCGSERIAL is not supported
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Modem: state changed (unknown -> disabled)
    kesä 17 17:47:57 sunnydale kernel: Bluetooth: TIOCGSERIAL is not supported
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00/bluetooth) Stage 2 of 5 (Device Configure) modem found.
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Simple connect started...
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Simple connect state (3/8): Enable
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Modem /org/freedesktop/ModemManager1/Modem/0: state changed (disabled -> enabling)
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <info> (rfcomm0) modem state changed, 'disabled' --> 'enabling' (reason: user-requested)
    kesä 17 17:47:57 sunnydale kernel: Bluetooth: TIOCGSERIAL is not supported
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Modem /org/freedesktop/ModemManager1/Modem/0: 3GPP Registration state changed (unknown -> registering)
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Modem /org/freedesktop/ModemManager1/Modem/0: state changed (enabling -> enabled)
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Simple connect state (4/8): Wait to get fully enabled
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Simple connect state (5/8): Register
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Simple connect state (6/8): Bearer
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <info> (rfcomm0) modem state changed, 'enabling' --> 'enabled' (reason: user-requested)
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Simple connect state (7/8): Connect
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Modem /org/freedesktop/ModemManager1/Modem/0: state changed (enabled -> connecting)
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <info> (rfcomm0) modem state changed, 'enabled' --> 'connecting' (reason: user-requested)
    kesä 17 17:47:57 sunnydale ModemManager[390]: <warn> Couldn't load Operator Name: 'Unknown error'
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Modem /org/freedesktop/ModemManager1/Modem/0: 3GPP Registration state changed (registering -> home)
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Modem /org/freedesktop/ModemManager1/Modem/0: 3GPP location updated (MCC: '0', MNC: '0', Location area code: 'A1', Cell ID: '10C654')
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Modem /org/freedesktop/ModemManager1/Modem/0: state changed (connecting -> connected)
    kesä 17 17:47:57 sunnydale ModemManager[390]: <info> Simple connect state (8/8): All done
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <info> (rfcomm0) modem state changed, 'connecting' --> 'connected' (reason: user-requested)
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <warn> (rfcomm0): failed to look up interface index
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <debug> [1371480477.987235] [nm-device.c:3066] nm_device_activate_schedule_stage3_ip_config_start(): Activation (40:98:4E:65:A1:00) setting firewall zone 'default'
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <debug> [1371480477.987260] [nm-firewall-manager.c:107] nm_firewall_manager_add_or_change_zone(): (rfcomm0) firewall zone add/change skipped (not running)
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 3 of 5 (IP Configure Start) scheduled.
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 3 of 5 (IP Configure Start) started...
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: config -> ip-config (reason 'none') [50 70 0]
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <debug> [1371480477.987628] [nm-manager.c:596] manager_device_state_changed(): stopping connectivity checks
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <info> using modem-specified IP timeout: 20 seconds
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <info> starting PPP connection
    kesä 17 17:47:57 sunnydale NetworkManager[387]: <debug> [1371480477.988323] [nm-ppp-manager.c:1068] nm_ppp_manager_start(): command line: /usr/sbin/pppd nodetach lock nodefaultroute ipv6 , debug rfcomm0 noipdefault noauth usepeerdns lcp-echo-failure 0 lcp-echo-interval 0 ipparam /org/freedesktop/NetworkManager/PPP/0 plugin /usr/lib/pppd/2.4.5/nm-pppd-plugin.so
    kesä 17 17:47:58 sunnydale NetworkManager[387]: <info> pppd started with pid 914
    kesä 17 17:47:58 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 4 of 5 (IPv6 Configure Timeout) scheduled...
    kesä 17 17:47:58 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 3 of 5 (IP Configure Start) complete.
    kesä 17 17:47:58 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 4 of 5 (IPv6 Configure Timeout) started...
    kesä 17 17:47:58 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 4 of 5 (IPv6 Configure Timeout) complete.
    kesä 17 17:47:58 sunnydale pppd[914]: Plugin /usr/lib/pppd/2.4.5/nm-pppd-plugin.so loaded.
    kesä 17 17:47:58 sunnydale NetworkManager[387]: Plugin /usr/lib/pppd/2.4.5/nm-pppd-plugin.so loaded.
    kesä 17 17:47:58 sunnydale kernel: PPP generic driver version 2.4.2
    kesä 17 17:47:58 sunnydale pppd[914]: pppd 2.4.5 started by root, uid 0
    kesä 17 17:47:58 sunnydale pppd[914]: using channel 1
    kesä 17 17:47:58 sunnydale pppd[914]: Using interface ppp0
    kesä 17 17:47:58 sunnydale pppd[914]: Connect: ppp0 <--> /dev/rfcomm0
    kesä 17 17:47:58 sunnydale pppd[914]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x2ae21925> <pcomp> <accomp>]
    kesä 17 17:47:58 sunnydale NetworkManager[387]: <debug> [1371480478.113258] [nm-netlink-monitor.c:164] link_msg_handler(): netlink link message: iface idx 3 flags 0x1090
    kesä 17 17:47:58 sunnydale NetworkManager[387]: using channel 1
    kesä 17 17:47:58 sunnydale NetworkManager[387]: Using interface ppp0
    kesä 17 17:47:58 sunnydale NetworkManager[387]: Connect: ppp0 <--> /dev/rfcomm0
    kesä 17 17:47:58 sunnydale NetworkManager[387]: sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x2ae21925> <pcomp> <accomp>]
    kesä 17 17:47:58 sunnydale systemd-sysctl[922]: Duplicate assignment of kernel/sysrq in file '/usr/lib/sysctl.d/50-default.conf', ignoring.
    kesä 17 17:47:58 sunnydale NetworkManager[387]: <debug> [1371480478.116359] [nm-udev-manager.c:568] handle_uevent(): UDEV event: action 'add' subsys 'net' device 'ppp0'
    kesä 17 17:47:58 sunnydale NetworkManager[387]: <warn> /sys/devices/virtual/net/ppp0: couldn't determine device driver; ignoring...
    kesä 17 17:47:58 sunnydale pppd[914]: rcvd [LCP ConfRej id=0x1 <magic 0x2ae21925> <pcomp> <accomp>]
    kesä 17 17:47:58 sunnydale pppd[914]: sent [LCP ConfReq id=0x2 <asyncmap 0x0>]
    kesä 17 17:47:58 sunnydale NetworkManager[387]: rcvd [LCP ConfRej id=0x1 <magic 0x2ae21925> <pcomp> <accomp>]
    kesä 17 17:47:58 sunnydale NetworkManager[387]: sent [LCP ConfReq id=0x2 <asyncmap 0x0>]
    kesä 17 17:47:58 sunnydale pppd[914]: rcvd [LCP ConfAck id=0x2 <asyncmap 0x0>]
    kesä 17 17:47:58 sunnydale NetworkManager[387]: rcvd [LCP ConfAck id=0x2 <asyncmap 0x0>]
    kesä 17 17:47:58 sunnydale pppd[914]: rcvd [LCP ConfReq id=0x0 <auth pap> <mru 1500> <asyncmap 0xa0000>]
    kesä 17 17:47:58 sunnydale pppd[914]: sent [LCP ConfAck id=0x0 <auth pap> <mru 1500> <asyncmap 0xa0000>]
    kesä 17 17:47:58 sunnydale NetworkManager[387]: rcvd [LCP ConfReq id=0x0 <auth pap> <mru 1500> <asyncmap 0xa0000>]
    kesä 17 17:47:58 sunnydale NetworkManager[387]: sent [LCP ConfAck id=0x0 <auth pap> <mru 1500> <asyncmap 0xa0000>]
    kesä 17 17:47:58 sunnydale pppd[914]: sent [PAP AuthReq id=0x1 user="" password=<hidden>]
    kesä 17 17:47:58 sunnydale NetworkManager[387]: sent [PAP AuthReq id=0x1 user="" password=<hidden>]
    kesä 17 17:48:01 sunnydale pppd[914]: sent [PAP AuthReq id=0x2 user="" password=<hidden>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: sent [PAP AuthReq id=0x2 user="" password=<hidden>]
    kesä 17 17:48:01 sunnydale pppd[914]: rcvd [PAP AuthAck id=0x2 ""]
    kesä 17 17:48:01 sunnydale pppd[914]: PAP authentication succeeded
    kesä 17 17:48:01 sunnydale NetworkManager[387]: rcvd [PAP AuthAck id=0x2 ""]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: PAP authentication succeeded
    kesä 17 17:48:01 sunnydale kernel: PPP BSD Compression module registered
    kesä 17 17:48:01 sunnydale pppd[914]: sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
    kesä 17 17:48:01 sunnydale pppd[914]: sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
    kesä 17 17:48:01 sunnydale pppd[914]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:01 sunnydale pppd[914]: rcvd [IPCP ConfReq id=0x0 <addr 10.6.6.6>]
    kesä 17 17:48:01 sunnydale pppd[914]: sent [IPCP ConfAck id=0x0 <addr 10.6.6.6>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: rcvd [IPCP ConfReq id=0x0 <addr 10.6.6.6>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: sent [IPCP ConfAck id=0x0 <addr 10.6.6.6>]
    kesä 17 17:48:01 sunnydale kernel: PPP Deflate Compression module registered
    kesä 17 17:48:01 sunnydale pppd[914]: rcvd [LCP ProtRej id=0x0 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f]
    kesä 17 17:48:01 sunnydale pppd[914]: Protocol-Reject for 'Compression Control Protocol' (0x80fd) received
    kesä 17 17:48:01 sunnydale NetworkManager[387]: rcvd [LCP ProtRej id=0x0 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: Protocol-Reject for 'Compression Control Protocol' (0x80fd) received
    kesä 17 17:48:01 sunnydale pppd[914]: rcvd [IPV6CP ConfReq id=0x0 <addr fe80::0000:0000:0000:0000>]
    kesä 17 17:48:01 sunnydale pppd[914]: sent [IPV6CP ConfNak id=0x0 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: rcvd [IPV6CP ConfReq id=0x0 <addr fe80::0000:0000:0000:0000>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: sent [IPV6CP ConfNak id=0x0 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale pppd[914]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale pppd[914]: sent [IPV6CP ConfAck id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: sent [IPV6CP ConfAck id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale pppd[914]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale pppd[914]: sent [IPV6CP ConfAck id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: sent [IPV6CP ConfAck id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale pppd[914]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale pppd[914]: sent [IPV6CP ConfAck id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:01 sunnydale NetworkManager[387]: sent [IPV6CP ConfAck id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:02 sunnydale pppd[914]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:02 sunnydale pppd[914]: sent [IPV6CP ConfAck id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:02 sunnydale NetworkManager[387]: rcvd [IPV6CP ConfReq id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:02 sunnydale NetworkManager[387]: sent [IPV6CP ConfAck id=0x1 <addr fe80::f042:f734:907e:22b9>]
    kesä 17 17:48:03 sunnydale pppd[914]: rcvd [IPCP ConfRej id=0x1 <compress VJ 0f 01>]
    kesä 17 17:48:03 sunnydale pppd[914]: sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
    kesä 17 17:48:03 sunnydale NetworkManager[387]: rcvd [IPCP ConfRej id=0x1 <compress VJ 0f 01>]
    kesä 17 17:48:03 sunnydale NetworkManager[387]: sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
    kesä 17 17:48:03 sunnydale pppd[914]: rcvd [IPCP ConfNak id=0x2 <addr 10.241.96.30> <ms-dns1 62.241.198.245> <ms-dns2 62.241.198.246>]
    kesä 17 17:48:03 sunnydale pppd[914]: sent [IPCP ConfReq id=0x3 <addr 10.241.96.30> <ms-dns1 62.241.198.245> <ms-dns2 62.241.198.246>]
    kesä 17 17:48:03 sunnydale NetworkManager[387]: rcvd [IPCP ConfNak id=0x2 <addr 10.241.96.30> <ms-dns1 62.241.198.245> <ms-dns2 62.241.198.246>]
    kesä 17 17:48:03 sunnydale NetworkManager[387]: sent [IPCP ConfReq id=0x3 <addr 10.241.96.30> <ms-dns1 62.241.198.245> <ms-dns2 62.241.198.246>]
    kesä 17 17:48:03 sunnydale pppd[914]: rcvd [IPCP ConfReq id=0x0 <addr 10.6.6.6>]
    kesä 17 17:48:03 sunnydale pppd[914]: sent [IPCP ConfAck id=0x0 <addr 10.6.6.6>]
    kesä 17 17:48:03 sunnydale NetworkManager[387]: rcvd [IPCP ConfReq id=0x0 <addr 10.6.6.6>]
    kesä 17 17:48:03 sunnydale NetworkManager[387]: sent [IPCP ConfAck id=0x0 <addr 10.6.6.6>]
    kesä 17 17:48:03 sunnydale pppd[914]: rcvd [IPCP ConfAck id=0x3 <addr 10.241.96.30> <ms-dns1 62.241.198.245> <ms-dns2 62.241.198.246>]
    kesä 17 17:48:03 sunnydale pppd[914]: Cannot determine ethernet address for proxy ARP
    kesä 17 17:48:03 sunnydale pppd[914]: local IP address 10.241.96.30
    kesä 17 17:48:03 sunnydale pppd[914]: remote IP address 10.6.6.6
    kesä 17 17:48:03 sunnydale pppd[914]: primary DNS address 62.241.198.245
    kesä 17 17:48:03 sunnydale pppd[914]: secondary DNS address 62.241.198.246
    kesä 17 17:48:03 sunnydale pppd[914]: Script /etc/ppp/ip-up started (pid 928)
    kesä 17 17:48:03 sunnydale NetworkManager[387]: <debug> [1371480483.851617] [nm-netlink-monitor.c:164] link_msg_handler(): netlink link message: iface idx 3 flags 0x110D1
    kesä 17 17:48:03 sunnydale NetworkManager[387]: <info> PPP manager(IP Config Get) reply received.
    kesä 17 17:48:03 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 5 of 5 (IPv4 Configure Commit) scheduled...
    kesä 17 17:48:03 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 5 of 5 (IPv4 Commit) started...
    kesä 17 17:48:03 sunnydale NetworkManager[387]: <debug> [1371480483.852986] [nm-system.c:194] sync_addresses(): (ppp0): syncing addresses (family 2)
    kesä 17 17:48:03 sunnydale NetworkManager[387]: <debug> [1371480483.853021] [nm-system.c:247] sync_addresses(): (ppp0): removing address '10.241.96.30/32'
    kesä 17 17:48:03 sunnydale NetworkManager[387]: rcvd [IPCP ConfAck id=0x3 <addr 10.241.96.30> <ms-dns1 62.241.198.245> <ms-dns2 62.241.198.246>]
    kesä 17 17:48:03 sunnydale NetworkManager[387]: Cannot determine ethernet address for proxy ARP
    kesä 17 17:48:03 sunnydale NetworkManager[387]: local IP address 10.241.96.30
    kesä 17 17:48:03 sunnydale NetworkManager[387]: remote IP address 10.6.6.6
    kesä 17 17:48:03 sunnydale NetworkManager[387]: primary DNS address 62.241.198.245
    kesä 17 17:48:03 sunnydale NetworkManager[387]: secondary DNS address 62.241.198.246
    kesä 17 17:48:03 sunnydale NetworkManager[387]: Script /etc/ppp/ip-up started (pid 928)
    kesä 17 17:48:03 sunnydale NetworkManager[387]: <debug> [1371480483.853775] [nm-system.c:280] sync_addresses(): (ppp0): adding address '10.241.96.30/0'
    kesä 17 17:48:03 sunnydale pppd[914]: Script /etc/ppp/ip-up finished (pid 928), status = 0x2
    kesä 17 17:48:03 sunnydale NetworkManager[387]: Script /etc/ppp/ip-up finished (pid 928), status = 0x2
    kesä 17 17:48:04 sunnydale pppd[914]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:04 sunnydale NetworkManager[387]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.855173] [nm-netlink-utils.c:356] dump_route(): route idx 3 family INET (2) addr 10.6.6.6/32
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.855250] [nm-netlink-utils.c:356] dump_route(): route idx 3 family INET (2) addr 10.241.96.30/32
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.855608] [nm-dns-manager.c:995] nm_dns_manager_begin_updates(): (device_ip4_config_changed): queueing DNS updates (1)
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.855649] [nm-dns-manager.c:1013] nm_dns_manager_end_updates(): (nm_dns_manager_end_updates): DNS configuration did not change
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.855666] [nm-dns-manager.c:1017] nm_dns_manager_end_updates(): (device_ip4_config_changed): no DNS changes to commit (0)
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: ip-config -> secondaries (reason 'none') [70 90 0]
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.855795] [nm-manager.c:596] manager_device_state_changed(): stopping connectivity checks
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.858147] [nm-device.c:5244] nm_device_queue_state(): (40:98:4E:65:A1:00): queued state change to activated (id 252)
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.858200] [nm-device.c:5174] nm_device_state_changed(): (40:98:4E:65:A1:00): device entered SECONDARIES state
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) Stage 5 of 5 (IPv4 Commit) complete.
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.870449] [nm-device.c:5202] queued_set_state(): (40:98:4E:65:A1:00): running queued state change to activated (id 252)
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <info> (40:98:4E:65:A1:00): device state change: secondaries -> activated (reason 'none') [90 100 0]
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.872130] [nm-manager.c:591] manager_device_state_changed(): (40:98:4E:65:A1:00): triggered connectivity check due to state change
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.873625] [nm-dns-manager.c:995] nm_dns_manager_begin_updates(): (device_state_changed): queueing DNS updates (1)
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.873683] [nm-dns-manager.c:995] nm_dns_manager_begin_updates(): (update_routing_and_dns): queueing DNS updates (2)
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <info> Policy set 'dna internet connection' (ppp0) as default for IPv4 routing and DNS.
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.874320] [nm-dns-manager.c:1013] nm_dns_manager_end_updates(): (nm_dns_manager_end_updates): DNS configuration changed
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.874341] [nm-dns-manager.c:1017] nm_dns_manager_end_updates(): (update_routing_and_dns): no DNS changes to commit (1)
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.874368] [nm-dns-manager.c:1013] nm_dns_manager_end_updates(): (nm_dns_manager_end_updates): DNS configuration changed
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.874383] [nm-dns-manager.c:1022] nm_dns_manager_end_updates(): (device_state_changed): committing DNS changes (0)
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <debug> [1371480484.874399] [nm-dns-manager.c:591] update_dns(): updating resolv.conf
    kesä 17 17:48:04 sunnydale NetworkManager[387]: <info> Activation (40:98:4E:65:A1:00) successful, device activated.
    kesä 17 17:48:04 sunnydale dbus-daemon[396]: dbus[396]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
    kesä 17 17:48:04 sunnydale dbus[396]: [system] Activating via systemd: service name='org.freedesktop.nm_dispatcher' unit='dbus-org.freedesktop.nm-dispatcher.service'
    kesä 17 17:48:04 sunnydale systemd[1]: Starting Network Manager Script Dispatcher Service...
    kesä 17 17:48:04 sunnydale dbus-daemon[396]: dbus[396]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    kesä 17 17:48:04 sunnydale dbus[396]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    kesä 17 17:48:04 sunnydale systemd[1]: Started Network Manager Script Dispatcher Service.
    kesä 17 17:48:07 sunnydale pppd[914]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:07 sunnydale NetworkManager[387]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:10 sunnydale pppd[914]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:10 sunnydale NetworkManager[387]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:13 sunnydale pppd[914]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:13 sunnydale NetworkManager[387]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:16 sunnydale pppd[914]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:16 sunnydale NetworkManager[387]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:19 sunnydale pppd[914]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:19 sunnydale NetworkManager[387]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:21 sunnydale /etc/gdm/Xsession[622]: (process:953): GLib-CRITICAL **: g_slice_set_config: assertion `sys_page_size == 0' failed
    kesä 17 17:48:22 sunnydale pppd[914]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:22 sunnydale NetworkManager[387]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:25 sunnydale /etc/gdm/Xsession[622]: Ikkunointiohjelman varoitus:CurrentTime used to choose focus window; focus window may not be correct.
    kesä 17 17:48:25 sunnydale /etc/gdm/Xsession[622]: Ikkunointiohjelman varoitus:Got a request to focus 0x2200006 (jussi@sunn) with a timestamp of 0. This shouldn't happen!
    kesä 17 17:48:25 sunnydale /etc/gdm/Xsession[622]: Ikkunointiohjelman varoitus:CurrentTime used to choose focus window; focus window may not be correct.
    kesä 17 17:48:25 sunnydale /etc/gdm/Xsession[622]: Ikkunointiohjelman varoitus:Got a request to focus the no_focus_window with a timestamp of 0. This shouldn't happen!
    kesä 17 17:48:25 sunnydale pppd[914]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:25 sunnydale NetworkManager[387]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:28 sunnydale pppd[914]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:28 sunnydale NetworkManager[387]: sent [IPV6CP ConfReq id=0x1 <addr fe80::e85e:dbed:209d:cf47>]
    kesä 17 17:48:31 sunnydale pppd[914]: IPV6CP: timeout sending Config-Requests
    kesä 17 17:48:31 sunnydale NetworkManager[387]: IPV6CP: timeout sending Config-Requests
    kesä 17 17:49:41 sunnydale dbus-daemon[396]: dbus[396]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
    kesä 17 17:49:41 sunnydale dbus[396]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
    kesä 17 17:49:41 sunnydale systemd[1]: Starting Hostname Service...
    kesä 17 17:49:41 sunnydale dbus-daemon[396]: dbus[396]: [system] Successfully activated service 'org.freedesktop.hostname1'
    kesä 17 17:49:41 sunnydale dbus[396]: [system] Successfully activated service 'org.freedesktop.hostname1'
    kesä 17 17:49:41 sunnydale systemd[1]: Started Hostname Service.
    kesä 17 17:49:43 sunnydale /etc/gdm/Xsession[622]: Ikkunointiohjelman varoitus:Log level 8: meta_window_raise: assertion `!window->override_redirect' failed
    kesä 17 17:49:44 sunnydale /etc/gdm/Xsession[622]: Ikkunointiohjelman varoitus:Log level 8: meta_window_lower: assertion `!window->override_redirect' failed
    And here is log about the updates I made:
    [2013-06-17 17:01] [PACMAN] Running 'pacman -Syu'
    [2013-06-17 17:01] [PACMAN] synchronizing package lists
    [2013-06-17 17:01] [PACMAN] starting full system upgrade
    [2013-06-17 17:04] [PACMAN] Running 'pacman -S --asdeps polkit'
    [2013-06-17 17:04] [PACMAN] upgraded polkit (0.110-2 -> 0.111-1)
    [2013-06-17 17:24] [PACMAN] Running 'pacman -U --asdeps lib32-polkit-0.111-1-x86_64.pkg.tar.xz'
    [2013-06-17 17:24] [PACMAN] upgraded lib32-polkit (0.110-2 -> 0.111-1)
    [2013-06-17 17:27] [PACMAN] Running 'pacman -S --asdeps libxkbcommon'
    [2013-06-17 17:27] [PACMAN] upgraded libxkbcommon (0.3.0-1 -> 0.3.1-1)
    [2013-06-17 17:28] [PACMAN] Running 'pacman -U --asdeps lib32-libxkbcommon-0.3.1-1-x86_64.pkg.tar.xz'
    [2013-06-17 17:28] [PACMAN] upgraded lib32-libxkbcommon (0.3.0-1 -> 0.3.1-1)
    [2013-06-17 17:28] [PACMAN] Running 'pacman -Syu'
    [2013-06-17 17:28] [PACMAN] synchronizing package lists
    [2013-06-17 17:28] [PACMAN] starting full system upgrade
    [2013-06-17 17:33] [PACMAN] removed lib32-dbus-core (1.6.10-1)
    [2013-06-17 17:33] [PACMAN] upgraded attr (2.4.46-2 -> 2.4.47-1)
    [2013-06-17 17:33] [PACMAN] upgraded acl (2.2.51-3 -> 2.2.52-1)
    [2013-06-17 17:33] [PACMAN] upgraded attica (0.4.1-2 -> 0.4.2-1)
    [2013-06-17 17:33] [PACMAN] upgraded cups-pk-helper (0.2.4-1 -> 0.2.5-1)
    [2013-06-17 17:33] [PACMAN] upgraded dbus (1.6.10-1 -> 1.6.12-1)
    [2013-06-17 17:33] [PACMAN] upgraded dosfstools (3.0.17-1 -> 3.0.20-1)
    [2013-06-17 17:33] [PACMAN] upgraded gtk-update-icon-cache (2.24.18-1 -> 2.24.19-1)
    [2013-06-17 17:33] [PACMAN] upgraded gtk2 (2.24.18-1 -> 2.24.19-1)
    [2013-06-17 17:33] [PACMAN] upgraded flashplugin (11.2.202.285-1 -> 11.2.202.291-1)
    [2013-06-17 17:33] [PACMAN] upgraded libgdm (3.8.1.1-2 -> 3.8.3-1)
    [2013-06-17 17:33] [ALPM] warning: directory permissions differ on /var/log/gdm/
    filesystem: 711 package: 1770
    [2013-06-17 17:33] [PACMAN] upgraded gdm (3.8.1.1-2 -> 3.8.3-1)
    [2013-06-17 17:33] [PACMAN] upgraded geoip-database (20130514-1 -> 20130607-1)
    [2013-06-17 17:33] [PACMAN] upgraded git (1.8.3-1 -> 1.8.3.1-1)
    [2013-06-17 17:33] [PACMAN] upgraded glib2 (2.36.2-1 -> 2.36.3-2)
    [2013-06-17 17:33] [PACMAN] upgraded xkeyboard-config (2.9-1 -> 2.9-2)
    [2013-06-17 17:33] [PACMAN] upgraded iso-codes (3.41-1 -> 3.43-1)
    [2013-06-17 17:33] [PACMAN] upgraded gnome-desktop (1:3.8.3-1 -> 1:3.8.3-2)
    [2013-06-17 17:33] [PACMAN] upgraded gnome-user-docs (3.8.1-1 -> 3.8.2-1)
    [2013-06-17 17:33] [PACMAN] upgraded graphite (1:1.2.2-1 -> 1:1.2.3-1)
    [2013-06-17 17:33] [PACMAN] upgraded gvfs (1.16.2-2 -> 1.16.3-1)
    [2013-06-17 17:33] [PACMAN] upgraded gvfs-afc (1.16.2-2 -> 1.16.3-1)
    [2013-06-17 17:33] [PACMAN] upgraded gvfs-goa (1.16.2-2 -> 1.16.3-1)
    [2013-06-17 17:33] [ALPM-SCRIPTLET] Users no longer need to be in the 'camera' group to use camera devices
    [2013-06-17 17:33] [PACMAN] upgraded libgphoto2 (2.5.1-1 -> 2.5.2-1)
    [2013-06-17 17:33] [PACMAN] upgraded gvfs-gphoto2 (1.16.2-2 -> 1.16.3-1)
    [2013-06-17 17:33] [PACMAN] upgraded gvfs-mtp (1.16.2-2 -> 1.16.3-1)
    [2013-06-17 17:33] [PACMAN] upgraded gvfs-obexftp (1.16.2-2 -> 1.16.3-1)
    [2013-06-17 17:33] [PACMAN] upgraded gvfs-smb (1.16.2-2 -> 1.16.3-1)
    [2013-06-17 17:33] [PACMAN] upgraded hwids (20130512-1 -> 20130607-1)
    [2013-06-17 17:33] [PACMAN] upgraded jre7-openjdk-headless (7.u21_2.3.9-4 -> 7.u40_2.4.0-1)
    [2013-06-17 17:33] [PACMAN] upgraded jre7-openjdk (7.u21_2.3.9-4 -> 7.u40_2.4.0-1)
    [2013-06-17 17:33] [PACMAN] upgraded jdk7-openjdk (7.u21_2.3.9-4 -> 7.u40_2.4.0-1)
    [2013-06-17 17:33] [PACMAN] upgraded json-c (0.10-2 -> 0.11-1)
    [2013-06-17 17:33] [PACMAN] upgraded krb5 (1.11.2-4 -> 1.11.3-1)
    [2013-06-17 17:33] [PACMAN] upgraded lib32-attr (2.4.46-2 -> 2.4.47-1)
    [2013-06-17 17:33] [PACMAN] upgraded lib32-acl (2.2.51-2 -> 2.2.52-1)
    [2013-06-17 17:33] [PACMAN] installed lib32-dbus (1.6.12-1)
    [2013-06-17 17:33] [PACMAN] upgraded lib32-gtk2 (2.24.18-1 -> 2.24.19-1)
    [2013-06-17 17:33] [PACMAN] upgraded lib32-json-c (0.10-2 -> 0.11-1)
    [2013-06-17 17:33] [PACMAN] upgraded lib32-krb5 (1.11.2-1 -> 1.11.3-1)
    [2013-06-17 17:33] [PACMAN] upgraded libpulse (4.0-1 -> 4.0-2)
    [2013-06-17 17:33] [PACMAN] upgraded lib32-libpulse (4.0-1 -> 4.0-2)
    [2013-06-17 17:33] [PACMAN] upgraded libxrender (0.9.7-1 -> 0.9.8-1)
    [2013-06-17 17:33] [PACMAN] upgraded lib32-libxrender (0.9.7-1 -> 0.9.8-1)
    [2013-06-17 17:33] [PACMAN] upgraded libbsd (0.4.2-1 -> 0.5.2-1)
    [2013-06-17 17:33] [PACMAN] upgraded libmbim (1.0.0-1 -> 1.2.0-1)
    [2013-06-17 17:33] [PACMAN] upgraded libnautilus-extension (3.8.1-1 -> 3.8.2-1)
    [2013-06-17 17:33] [PACMAN] upgraded libpipeline (1.2.3-1 -> 1.2.4-1)
    [2013-06-17 17:33] [PACMAN] upgraded libquvi-scripts (0.4.14-1 -> 0.4.15-1)
    [2013-06-17 17:33] [PACMAN] upgraded libusb-compat (0.1.4-2 -> 0.1.5-1)
    [2013-06-17 17:33] [PACMAN] upgraded libxvmc (1.0.7-1 -> 1.0.8-1)
    [2013-06-17 17:33] [PACMAN] upgraded link-grammar (4.7.11-1 -> 4.7.12-1)
    [2013-06-17 17:33] [PACMAN] upgraded linux-firmware (20130528-1 -> 20130610-1)
    [2013-06-17 17:33] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-06-17 17:33] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> Starting build: 3.9.6-1-ARCH
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> Starting build: 3.9.6-1-ARCH
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-06-17 17:33] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-06-17 17:33] [PACMAN] upgraded linux (3.9.5-1 -> 3.9.6-1)
    [2013-06-17 17:33] [PACMAN] upgraded linux-headers (3.9.5-1 -> 3.9.6-1)
    [2013-06-17 17:33] [PACMAN] upgraded lirc-utils (1:0.9.0-46 -> 1:0.9.0-47)
    [2013-06-17 17:33] [PACMAN] upgraded mime-types (8-1 -> 9-1)
    [2013-06-17 17:33] [ALPM] warning: extracting /usr/share/applications/nautilus.desktop as /usr/share/applications/nautilus.desktop.pacnew
    [2013-06-17 17:33] [ALPM] warning: extracting /usr/share/applications/nautilus-autorun-software.desktop as /usr/share/applications/nautilus-autorun-software.desktop.pacnew
    [2013-06-17 17:34] [PACMAN] upgraded nautilus (3.8.1-1 -> 3.8.2-1)
    [2013-06-17 17:34] [PACMAN] upgraded p7zip (9.20.1-6 -> 9.20.1-7)
    [2013-06-17 17:34] [ALPM] warning: /etc/ppp/ip-down.d/00-dns.sh installed as /etc/ppp/ip-down.d/00-dns.sh.pacnew
    [2013-06-17 17:34] [ALPM] warning: /etc/ppp/ip-up.d/00-dns.sh installed as /etc/ppp/ip-up.d/00-dns.sh.pacnew
    [2013-06-17 17:34] [PACMAN] upgraded ppp (2.4.5-6 -> 2.4.5-7)
    [2013-06-17 17:34] [ALPM-SCRIPTLET] >>> If you have per-user copies of configuration files (such as client.conf,
    [2013-06-17 17:34] [ALPM-SCRIPTLET] daemon.conf or default.pa) in ~/.pulse/, make sure you keep them in sync
    [2013-06-17 17:34] [ALPM-SCRIPTLET] with changes to the packaged files in /etc/pulse/. Otherwise, PulseAudio
    [2013-06-17 17:34] [ALPM-SCRIPTLET] may refuse to start due to configuration errors.
    [2013-06-17 17:34] [PACMAN] upgraded pulseaudio (4.0-1 -> 4.0-2)
    [2013-06-17 17:34] [PACMAN] upgraded python-dbus-common (1.1.1-2 -> 1.2.0-1)
    [2013-06-17 17:34] [PACMAN] upgraded python-dbus (1.1.1-2 -> 1.2.0-1)
    [2013-06-17 17:34] [PACMAN] upgraded python2-dbus (1.1.1-2 -> 1.2.0-1)
    [2013-06-17 17:34] [PACMAN] upgraded sdparm (1.07-1 -> 1.08-1)
    [2013-06-17 17:34] [PACMAN] upgraded sg3_utils (1.35-1 -> 1.36-1)
    [2013-06-17 17:34] [PACMAN] upgraded shared-desktop-ontologies (0.10.0-1 -> 0.11.0-1)
    [2013-06-17 17:34] [PACMAN] upgraded subversion (1.7.9-6 -> 1.7.10-1)
    [2013-06-17 17:34] [PACMAN] upgraded sudo (1.8.6.p8-2 -> 1.8.7-1)
    [2013-06-17 17:34] [PACMAN] upgraded syslog-ng (3.4.1-3 -> 3.4.2-1)
    [2013-06-17 17:34] [PACMAN] upgraded usbutils (006-1 -> 007-1)
    [2013-06-17 17:34] [PACMAN] upgraded webkitgtk (2.0.2-3 -> 2.0.3-1)
    [2013-06-17 17:34] [PACMAN] upgraded wine (1.6rc1-1 -> 1.6rc2-1)
    I'm marking this thread solved for now. If the problem arises again, I'll reopen it.

  • [solved] Arch freezes before login

    Hello there,
    today I restarted my computer after about 4 days uptime to clean the dust and reconnect my DVD derive. For this I removed my radeon graphics card and a usb device I didn't need.
    After cleaning and reconnecting everything I tried to start my computer. My BIOS didn't let me and told me that my hard disk drive was failing and I should back it up and insert a 'proper' boot medium. I didn't really believe it because not so a long time ago I checked this device and it was completly fine. I disconnected the DVD drive and indeed my BIOS let me pass without any trouble.
    But now Arch boots to the login shell and just freezes. I only get enough time to enter the first few letters of my username. Before the boot screen clears for the login screen I always get a glance on a error about my graphics card (a radeon hd 6850, I use the radeon driver) and another device and that they are initialized in a generic mode or something. Couldn't find anything in the logs about that.
    Here are they and I hope someone is able to help:
    errors.log;
    Apr 10 11:00:32 localhost kernel: [13239.127128] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 11:00:32 localhost kernel: [13239.230302] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 11:00:32 localhost kernel: [13239.333550] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 11:29:11 localhost /usr/sbin/crond[757]: (CRON) INFO (Syslog will be used instead of sendmail.): No such file or directory
    Apr 10 11:29:12 localhost kernel: [ 5.247408] SP5100 TCO timer: mmio address 0xfec000f0 already in use
    Apr 10 11:29:13 localhost dhcpcd[661]: eth0: sendmsg: Cannot assign requested address
    Apr 10 11:39:02 localhost kernel: [ 600.497461] sd 6:0:0:0: [sdb] No Caching mode page present
    Apr 10 11:39:02 localhost kernel: [ 600.497466] sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Apr 10 11:39:02 localhost kernel: [ 600.500091] sd 6:0:0:0: [sdb] No Caching mode page present
    Apr 10 11:39:02 localhost kernel: [ 600.500095] sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Apr 10 11:39:02 localhost kernel: [ 600.656186] sd 6:0:0:0: [sdb] No Caching mode page present
    Apr 10 11:39:02 localhost kernel: [ 600.656190] sd 6:0:0:0: [sdb] Assuming drive cache: write through
    Apr 10 15:41:56 localhost kernel: [ 5876.442283] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 15:41:56 localhost kernel: [ 5876.544457] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 15:41:56 localhost kernel: [ 5876.647780] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 23:27:41 localhost kernel: [16940.661233] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 23:27:41 localhost kernel: [16940.766765] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 10 23:27:41 localhost kernel: [16940.869935] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 17:21:00 localhost kernel: [20588.434135] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 17:21:00 localhost kernel: [20588.435869] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 17:21:00 localhost kernel: [20588.539596] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 19:02:41 localhost kernel: [25592.893677] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 19:02:41 localhost kernel: [25592.995809] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 19:02:41 localhost kernel: [25593.099094] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 11 19:05:39 localhost ata_id[12267]: HDIO_GET_IDENTITY failed for '/dev/sdb': Invalid argument
    Apr 11 19:07:59 localhost kernel: [25917.827291] sd 8:0:0:0: [sdc] No Caching mode page present
    Apr 11 19:07:59 localhost kernel: [25917.827295] sd 8:0:0:0: [sdc] Assuming drive cache: write through
    Apr 11 19:07:59 localhost kernel: [25917.830813] sd 8:0:0:0: [sdc] No Caching mode page present
    Apr 11 19:07:59 localhost kernel: [25917.830817] sd 8:0:0:0: [sdc] Assuming drive cache: write through
    Apr 11 19:07:59 localhost kernel: [25917.906660] sd 8:0:0:0: [sdc] No Caching mode page present
    Apr 11 19:07:59 localhost kernel: [25917.906664] sd 8:0:0:0: [sdc] Assuming drive cache: write through
    Apr 11 19:31:46 localhost ata_id[23321]: HDIO_GET_IDENTITY failed for '/dev/sdb': Invalid argument
    Apr 11 19:31:48 localhost ata_id[23349]: HDIO_GET_IDENTITY failed for '/dev/sdb': Invalid argument
    Apr 11 19:31:49 localhost ata_id[23358]: HDIO_GET_IDENTITY failed for '/dev/sdb': Invalid argument
    Apr 12 10:31:46 localhost kernel: [41074.655485] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 10:31:46 localhost kernel: [41074.757712] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 10:31:46 localhost kernel: [41074.860847] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 17:27:02 localhost kernel: [43038.005295] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 17:27:02 localhost kernel: [43038.107420] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 17:27:02 localhost kernel: [43038.210662] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 18:03:40 localhost kernel: [45244.094026] hub 6-0:1.0: port 2 disabled by hub (EMI?), re-enabling...
    Apr 12 22:57:48 localhost kernel: [46996.101540] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 22:57:48 localhost kernel: [46996.203669] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 12 22:57:48 localhost kernel: [46996.306895] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 06:48:04 localhost kernel: [49544.131279] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 06:48:04 localhost kernel: [49544.233392] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 06:48:04 localhost kernel: [49544.234948] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 10:22:52 localhost kernel: [50732.517856] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 10:22:52 localhost kernel: [50732.620028] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 10:22:52 localhost kernel: [50732.723191] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 10:24:40 localhost kernel: [50848.424796] sd 9:0:0:0: [sdb] No Caching mode page present
    Apr 13 10:24:40 localhost kernel: [50848.424800] sd 9:0:0:0: [sdb] Assuming drive cache: write through
    Apr 13 10:24:40 localhost kernel: [50848.427413] sd 9:0:0:0: [sdb] No Caching mode page present
    Apr 13 10:24:40 localhost kernel: [50848.427417] sd 9:0:0:0: [sdb] Assuming drive cache: write through
    Apr 13 10:24:40 localhost kernel: [50848.515912] sd 9:0:0:0: [sdb] No Caching mode page present
    Apr 13 10:24:40 localhost kernel: [50848.515916] sd 9:0:0:0: [sdb] Assuming drive cache: write through
    Apr 13 19:52:08 localhost kernel: [81867.864800] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 19:52:08 localhost kernel: [81867.966901] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 13 19:52:08 localhost kernel: [81868.070164] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 14 03:47:04 localhost kernel: [88628.314034] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 14 03:47:04 localhost kernel: [88628.416250] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 14 03:47:04 localhost kernel: [88628.522848] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 14 16:52:01 localhost kernel: [88690.920669] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 14 16:52:01 localhost kernel: [88690.922415] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    Apr 14 16:52:01 localhost kernel: [88690.924031] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0x400, but the register is already in use for vector 0xf9 on another cpu
    pacman.log
    [2012-04-10 11:46] Running 'pacman-color -Syu'
    [2012-04-10 11:46] synchronizing package lists
    [2012-04-10 11:46] starting full system upgrade
    [2012-04-10 11:46] upgraded akonadi (1.7.1-1 -> 1.7.2-1)
    [2012-04-10 11:46] upgraded arch-wiki-docs (20111219-1 -> 20120410-1)
    [2012-04-10 11:46] upgraded girara-common (0.1.1-1 -> 0.1.2-1)
    [2012-04-10 11:46] upgraded girara-gtk2 (0.1.1-1 -> 0.1.2-1)
    [2012-04-10 11:47] upgraded gparted (0.12.0-2 -> 0.12.1-1)
    [2012-04-10 11:47] unregistering X11-1.5.0.1 would break the following packages: xmonad-0.10 (ignoring)
    [2012-04-10 11:47] Reading package info from stdin ... done.
    [2012-04-10 11:47] --read-interface=array-0.4.0.0,array-0.4.0.0/array.haddock --read-interface=base-4.5.0.0,base-4.5.0.0/base.haddock --read-interface=binary-0.5.1.0,binary-0.5.1.0/binary.haddock --read-interface=bin-package-db-0.0.0.0,bin-package-db-0.0.0.0/bin-package-db.haddock --read-interface=bytestring-0.9.2.1,bytestring-0.9.2.1/bytestring.haddock --read-interface=Cabal-1.14.0,Cabal-1.14.0/Cabal.haddock --read-interface=containers-0.4.2.1,containers-0.4.2.1/containers.haddock --read-interface=deepseq-1.3.0.0,deepseq-1.3.0.0/deepseq.haddock --read-interface=directory-1.1.0.2,directory-1.1.0.2/directory.haddock --read-interface=extensible-exceptions-0.1.1.4,extensible-exceptions-0.1.1.4/extensible-exceptions.haddock --read-interface=filepath-1.3.0.0,filepath-1.3.0.0/filepath.haddock --read-interface=ghc-prim-0.2.0.0,ghc-prim-0.2.0.0/ghc-prim.haddock --read-interface=haskell2010-1.1.0.1,haskell2010-1.1.0.1/haskell2010.haddock --read-interface=haskell98-2.0.0.1,haskell98-2.0.0.1/haskell98.haddock --read-interface=hoopl-3.8.7.3,hoopl-3.8.7.3/hoopl.haddock --read-interface=hpc-0.5.1.1,hpc-0.5.1.1/hpc.haddock --read-interface=integer-gmp-0.4.0.0,integer-gmp-0.4.0.0/integer-gmp.haddock --read-interface=mtl,mtl/mtl.haddock --read-interface=old-locale-1.0.0.4,old-locale-1.0.0.4/old-locale.haddock --read-interface=old-time-1.1.0.0,old-time-1.1.0.0/old-time.haddock --read-interface=pretty-1.1.1.0,pretty-1.1.1.0/pretty.haddock --read-interface=process-1.1.0.1,process-1.1.0.1/process.haddock --read-interface=syb,syb/syb.haddock --read-interface=template-haskell-2.7.0.0,template-haskell-2.7.0.0/template-haskell.haddock --read-interface=time-1.4,time-1.4/time.haddock --read-interface=transformers,transformers/transformers.haddock --read-interface=unix-2.5.1.0,unix-2.5.1.0/unix.haddock --read-interface=utf8-string,utf8-string/utf8-string.haddock --read-interface=X11,X11/X11.haddock
    [2012-04-10 11:47] upgraded haskell-x11 (1.5.0.1-2 -> 1.5.0.1-3)
    [2012-04-10 11:47] upgraded mpd (0.16.7-3 -> 0.16.8-2)
    [2012-04-10 11:47] upgraded zathura (0.1.1-4 -> 0.1.2-1)
    [2012-04-10 15:58] Running 'pacman-color -Syu'
    [2012-04-10 15:58] synchronizing package lists
    [2012-04-10 15:59] starting full system upgrade
    [2012-04-10 15:59] upgraded vim-runtime (7.3.475-1 -> 7.3.495-1)
    [2012-04-10 15:59] upgraded gvim (7.3.475-1 -> 7.3.495-1)
    [2012-04-10 16:22] Running 'pacman-color -Syu'
    [2012-04-10 16:22] synchronizing package lists
    [2012-04-10 16:22] starting full system upgrade
    [2012-04-11 00:27] Running 'pacman-color -Syu'
    [2012-04-11 00:27] synchronizing package lists
    [2012-04-11 00:27] starting full system upgrade
    [2012-04-11 00:28] upgraded libpciaccess (0.13-1 -> 0.13.1-1)
    [2012-04-11 00:28] upgraded lib32-libpciaccess (0.13-1 -> 0.13.1-1)
    [2012-04-11 00:28] upgraded xorg-server-common (1.12.0.901-1 -> 1.12.0.902-1)
    [2012-04-11 00:28] upgraded xorg-server (1.12.0.901-1 -> 1.12.0.902-1)
    [2012-04-11 17:24] Running 'pacman-color -Syu'
    [2012-04-11 17:24] synchronizing package lists
    [2012-04-11 17:25] Running 'pacman-color -Syu'
    [2012-04-11 17:25] synchronizing package lists
    [2012-04-11 17:25] Running 'pacman-color -Rns gcc-libs-multilib'
    [2012-04-11 17:25] Running 'pacman-color -Syu gcc-libs'
    [2012-04-11 17:25] synchronizing package lists
    [2012-04-11 17:26] Running 'pacman-color -S pacman'
    [2012-04-11 17:26] upgraded pacman (4.0.2-1 -> 4.0.3-1)
    [2012-04-11 17:26] Running 'pacman-color -Syu'
    [2012-04-11 17:26] synchronizing package lists
    [2012-04-11 17:26] starting full system upgrade
    [2012-04-11 17:26] Users no longer need to be in the 'camera' group to use camera devices
    [2012-04-11 17:26] upgraded libgphoto2 (2.4.13-1 -> 2.4.13-2)
    [2012-04-11 17:26] upgraded ntfs-3g (2012.1.15-1 -> 2012.1.15-2)
    [2012-04-11 17:26] upgraded perl-list-moreutils (0.33-1 -> 0.33-2)
    [2012-04-11 17:26] Updating vim help tags...done.
    [2012-04-11 17:26] upgraded vim-bufexplorer (7.2.8-4 -> 7.2.8-5)
    [2012-04-11 17:26] upgraded vim-colorsamplerpack (8.03-2 -> 8.03-3)
    [2012-04-11 17:26] upgraded vim-doxygentoolkit (0.2.13-1 -> 0.2.13-2)
    [2012-04-11 17:40] Running 'pacman-color -Syu'
    [2012-04-11 17:40] synchronizing package lists
    [2012-04-11 17:40] starting full system upgrade
    [2012-04-11 17:41] Running 'pacman -U /home/jonas/opera-next/opera-next-12.00_1362-1-x86_64.pkg.tar.xz'
    [2012-04-11 17:41] upgraded opera-next (12.00_1359-1 -> 12.00_1362-1)
    [2012-04-11 20:56] Running 'pacman-color -Syu'
    [2012-04-11 20:56] synchronizing package lists
    [2012-04-11 20:56] starting full system upgrade
    [2012-04-11 20:58] upgraded lib32-gcc-libs (4.7.0-3 -> 4.7.0-4)
    [2012-04-11 20:58] upgraded gcc-libs-multilib (4.7.0-3 -> 4.7.0-4)
    [2012-04-11 20:58] upgraded gcc-multilib (4.7.0-3 -> 4.7.0-4)
    [2012-04-11 20:58] upgraded vimpager (1.6.7-1 -> 1.6.8-1)
    [2012-04-11 21:09] Running 'pacman-color -Syu'
    [2012-04-11 21:09] synchronizing package lists
    [2012-04-11 21:09] starting full system upgrade
    [2012-04-11 21:11] Running 'pacman -U /home/jonas/pacman-color-testing/pacman-color-testing-4.0.3-1-x86_64.pkg.tar.xz'
    [2012-04-11 21:11] upgraded pacman-color-testing (4.0.2-1 -> 4.0.3-1)
    [2012-04-12 17:46] Running 'pacman -S --asdeps libqtgtl libpqxx freetds fftw libspnav automoc4 boost cmake eigen pstoedit libwpg create-svn libgsf'
    [2012-04-12 17:46] Running 'pacman -S --asdeps llvm opengtl'
    [2012-04-12 17:47] installed llvm (3.0-2)
    [2012-04-12 17:47] installed opengtl (0.9.16-1)
    [2012-04-12 17:47] Running 'pacman -S --asdeps cmake'
    [2012-04-12 17:48] installed cmake (2.8.7-2)
    [2012-04-12 17:48] Running 'pacman -U /home/jonas/calligra-filters-git/libqtgtl/libqtgtl-0.9.2-1-x86_64.pkg.tar.xz'
    [2012-04-12 18:07] installed libqtgtl (0.9.2-1)
    [2012-04-12 18:07] Running 'pacman -S --asdeps libpqxx freetds fftw libspnav automoc4 boost eigen pstoedit libwpg create-svn libgsf'
    [2012-04-12 18:08] Running 'pacman -U /home/jonas/calligra-filters-git/libspnav/libspnav-0.2.2-2-x86_64.pkg.tar.xz'
    [2012-04-12 18:12] installed libspnav (0.2.2-2)
    [2012-04-12 18:26] Running 'pacman -S --asdeps libpqxx freetds fftw automoc4 boost eigen pstoedit libwpg create-svn libgsf'
    [2012-04-12 18:26] Running 'pacman-color -Syu'
    [2012-04-12 18:26] synchronizing package lists
    [2012-04-12 18:26] starting full system upgrade
    [2012-04-12 18:31] upgraded consolekit (0.4.5-2 -> 0.4.6-1)
    [2012-04-12 18:31] upgraded libwbclient (3.6.3-4 -> 3.6.4-1)
    [2012-04-12 18:31] upgraded mkinitcpio (0.8.6-2 -> 0.8.7-1)
    [2012-04-12 18:31] upgraded smbclient (3.6.3-4 -> 3.6.4-1)
    [2012-04-12 18:31] upgraded transmission-cli (2.50-1 -> 2.51-1)
    [2012-04-12 18:31] upgraded udev (181-9 -> 182-1)
    [2012-04-13 11:31] Running 'pacman-color -D --asdeps libqtgtl libspnav'
    [2012-04-13 11:35] Running 'pacman -S --asdeps sdl_image'
    [2012-04-13 11:35] installed sdl_image (1.2.12-2)
    [2012-04-13 11:38] Running 'pacman -U /home/jonas/flare-rpg/flare-rpg-0.15.1-2-x86_64.pkg.tar.xz'
    [2012-04-13 11:40] installed flare-rpg (0.15.1-2)
    [2012-04-13 13:49] Running 'pacman-color -Syu rtorrent'
    [2012-04-13 13:49] synchronizing package lists
    [2012-04-13 13:49] starting full system upgrade
    [2012-04-13 13:49] installed libtorrent (0.12.9-1)
    [2012-04-13 13:49] installed xmlrpc-c (1:1.29.2-1)
    [2012-04-13 13:49] installed rtorrent (0.8.9-2)
    [2012-04-13 13:49] upgraded consolekit (0.4.6-1 -> 0.4.6-2)
    [2012-04-13 13:49] upgraded flashplugin (11.2.202.228-1 -> 11.2.202.233-1)
    [2012-04-13 13:49] upgraded libmysqlclient (5.5.22-1 -> 5.5.23-1)
    [2012-04-13 13:49] upgraded mysql-clients (5.5.22-1 -> 5.5.23-1)
    [2012-04-13 13:49] upgraded mysql (5.5.22-1 -> 5.5.23-1)
    [2012-04-13 13:51] Running 'pacman-color -Rns rtorrent'
    [2012-04-13 13:51] removed rtorrent (0.8.9-2)
    [2012-04-13 13:51] removed xmlrpc-c (1:1.29.2-1)
    [2012-04-13 13:51] removed libtorrent (0.12.9-1)
    [2012-04-13 13:55] Running 'pacman -U /home/jonas/transmission-gtk2/transmission-gtk2-2.51-1-x86_64.pkg.tar.xz'
    [2012-04-13 13:55] installed transmission-gtk2 (2.51-1)
    [2012-04-13 13:56] Running 'pacman-color -Rns transmission-cli'
    [2012-04-13 13:56] removed transmission-cli (2.51-1)
    [2012-04-13 16:32] Running 'pacman-color -Syu'
    [2012-04-13 16:32] synchronizing package lists
    [2012-04-13 16:32] starting full system upgrade
    [2012-04-13 18:27] Running 'pacman-color -Scc'
    [2012-04-13 18:27] Running 'pacman-color -Sc'
    [2012-04-13 18:32] Running 'pacman-color -Rns 0ad'
    [2012-04-13 18:32] removed 0ad (a9-1)
    [2012-04-13 18:32] removed gamin (0.1.10-6)
    [2012-04-13 18:32] removed enet (1.3.3-2)
    [2012-04-13 18:32] removed 0ad-data (a9-1)
    [2012-04-13 18:32] Running 'pacman-color -Sc'
    [2012-04-14 18:14] Running 'pacman-color -Syu'
    [2012-04-14 18:14] synchronizing package lists
    [2012-04-14 18:14] starting full system upgrade
    [2012-04-14 18:14] upgraded dbus-core (1.4.16-1 -> 1.4.20-2)
    [2012-04-14 18:14] upgraded dbus (1.4.16-1 -> 1.4.20-1)
    [2012-04-14 18:14] upgraded dbus-python (0.84.0-1 -> 1.0.0-1)
    [2012-04-14 18:14] upgraded garcon (0.1.11-1 -> 0.1.12-1)
    [2012-04-14 18:14] upgraded mkinitcpio (0.8.7-1 -> 0.8.7-2)
    [2012-04-14 18:14] upgraded qt (4.8.1-1 -> 4.8.1-2)
    [2012-04-14 18:15] upgraded wine (1.5.1-1 -> 1.5.2-1)
    [2012-04-14 18:15] upgraded xorg-server-common (1.12.0.902-1 -> 1.12.1-1)
    [2012-04-14 18:15] upgraded xorg-server (1.12.0.902-1 -> 1.12.1-1)
    dmesg;
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Linux version 3.3.1-1-ARCH (tobias@T-POWA-LX) (gcc version 4.6.3 (GCC) ) #1 SMP PREEMPT Tue Apr 3 06:46:17 UTC 2012
    [ 0.000000] Command line: root=/dev/disk/by-label/archroot ro
    [ 0.000000] BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
    [ 0.000000] BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
    [ 0.000000] BIOS-e820: 00000000000e6000 - 0000000000100000 (reserved)
    [ 0.000000] BIOS-e820: 0000000000100000 - 00000000cfe90000 (usable)
    [ 0.000000] BIOS-e820: 00000000cfe90000 - 00000000cfea8000 (ACPI data)
    [ 0.000000] BIOS-e820: 00000000cfea8000 - 00000000cfed0000 (ACPI NVS)
    [ 0.000000] BIOS-e820: 00000000cfed0000 - 00000000cff00000 (reserved)
    [ 0.000000] BIOS-e820: 00000000fff00000 - 0000000100000000 (reserved)
    [ 0.000000] BIOS-e820: 0000000100000000 - 0000000430000000 (usable)
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] DMI present.
    [ 0.000000] DMI: System manufacturer System Product Name/M4A79T Deluxe, BIOS 3205 06/07/2010
    [ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    [ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    [ 0.000000] No AGP bridge found
    [ 0.000000] last_pfn = 0x430000 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-EFFFF uncachable
    [ 0.000000] F0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
    [ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
    [ 0.000000] 2 base 0000C0000000 mask FFFFF0000000 write-back
    [ 0.000000] 3 disabled
    [ 0.000000] 4 disabled
    [ 0.000000] 5 disabled
    [ 0.000000] 6 disabled
    [ 0.000000] 7 disabled
    [ 0.000000] TOM2: 0000000430000000 aka 17152M
    [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    [ 0.000000] e820 update range: 00000000d0000000 - 0000000100000000 (usable) ==> (reserved)
    [ 0.000000] last_pfn = 0xcfe90 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [ffff8800000ff780] ff780
    [ 0.000000] initial memory mapped : 0 - 20000000
    [ 0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 20480
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: 0000000000000000-00000000cfe90000
    [ 0.000000] 0000000000 - 00c0000000 page 1G
    [ 0.000000] 00c0000000 - 00cfe00000 page 2M
    [ 0.000000] 00cfe00000 - 00cfe90000 page 4k
    [ 0.000000] kernel direct mapping tables up to cfe90000 @ 1fffd000-20000000
    [ 0.000000] init_memory_mapping: 0000000100000000-0000000430000000
    [ 0.000000] 0100000000 - 0400000000 page 1G
    [ 0.000000] 0400000000 - 0430000000 page 2M
    [ 0.000000] kernel direct mapping tables up to 430000000 @ cfe8e000-cfe90000
    [ 0.000000] RAMDISK: 37d2b000 - 37ff0000
    [ 0.000000] ACPI: RSDP 00000000000fb860 00014 (v00 ACPIAM)
    [ 0.000000] ACPI: RSDT 00000000cfe90000 0003C (v01 060710 RSDT1948 20100607 MSFT 00000097)
    [ 0.000000] ACPI: FACP 00000000cfe90200 00084 (v01 060710 FACP1948 20100607 MSFT 00000097)
    [ 0.000000] ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20120111/tbfadt-579)
    [ 0.000000] ACPI: DSDT 00000000cfe90450 0E856 (v01 A1160 A1160000 00000000 INTL 20060113)
    [ 0.000000] ACPI: FACS 00000000cfea8000 00040
    [ 0.000000] ACPI: APIC 00000000cfe90390 0007C (v01 060710 APIC1948 20100607 MSFT 00000097)
    [ 0.000000] ACPI: MCFG 00000000cfe90410 0003C (v01 060710 OEMMCFG 20100607 MSFT 00000097)
    [ 0.000000] ACPI: OEMB 00000000cfea8040 00072 (v01 060710 OEMB1948 20100607 MSFT 00000097)
    [ 0.000000] ACPI: SRAT 00000000cfe9f450 000E8 (v03 AMD FAM_F_10 00000002 AMD 00000001)
    [ 0.000000] ACPI: HPET 00000000cfe9f540 00038 (v01 060710 OEMHPET 20100607 MSFT 00000097)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
    [ 0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
    [ 0.000000] SRAT: Node 0 PXM 0 0-a0000
    [ 0.000000] SRAT: Node 0 PXM 0 100000-d0000000
    [ 0.000000] SRAT: Node 0 PXM 0 100000000-430000000
    [ 0.000000] NUMA: Node 0 [0,a0000) + [100000,d0000000) -> [0,d0000000)
    [ 0.000000] NUMA: Node 0 [0,d0000000) + [100000000,430000000) -> [0,430000000)
    [ 0.000000] Initmem setup node 0 0000000000000000-0000000430000000
    [ 0.000000] NODE_DATA [000000042fffb000 - 000000042fffffff]
    [ 0.000000] [ffffea0000000000-ffffea0010bfffff] PMD -> [ffff88041f600000-ffff88042f5fffff] on node 0
    [ 0.000000] Zone PFN ranges:
    [ 0.000000] DMA 0x00000010 -> 0x00001000
    [ 0.000000] DMA32 0x00001000 -> 0x00100000
    [ 0.000000] Normal 0x00100000 -> 0x00430000
    [ 0.000000] Movable zone start PFN for each node
    [ 0.000000] Early memory PFN ranges
    [ 0.000000] 0: 0x00000010 -> 0x0000009f
    [ 0.000000] 0: 0x00000100 -> 0x000cfe90
    [ 0.000000] 0: 0x00100000 -> 0x00430000
    [ 0.000000] On node 0 totalpages: 4193823
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 5 pages reserved
    [ 0.000000] DMA zone: 3914 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 16320 pages used for memmap
    [ 0.000000] DMA32 zone: 831184 pages, LIFO batch:31
    [ 0.000000] Normal zone: 52224 pages used for memmap
    [ 0.000000] Normal zone: 3290112 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x808
    [ 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[0x84] disabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x85] disabled)
    [ 0.000000] ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 4, version 33, 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 low 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: 0x8300 base: 0xfed00000
    [ 0.000000] SMP: Allowing 6 CPUs, 2 hotplug CPUs
    [ 0.000000] nr_irqs_gsi: 40
    [ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e6000
    [ 0.000000] PM: Registered nosave memory: 00000000000e6000 - 0000000000100000
    [ 0.000000] PM: Registered nosave memory: 00000000cfe90000 - 00000000cfea8000
    [ 0.000000] PM: Registered nosave memory: 00000000cfea8000 - 00000000cfed0000
    [ 0.000000] PM: Registered nosave memory: 00000000cfed0000 - 00000000cff00000
    [ 0.000000] PM: Registered nosave memory: 00000000cff00000 - 00000000fff00000
    [ 0.000000] PM: Registered nosave memory: 00000000fff00000 - 0000000100000000
    [ 0.000000] Allocating PCI resources starting at cff00000 (gap: cff00000:30000000)
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:6 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff88042fc00000 s82176 r8192 d24320 u262144
    [ 0.000000] pcpu-alloc: s82176 r8192 d24320 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 - -
    [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 4125210
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: root=/dev/disk/by-label/archroot ro
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] Checking aperture...
    [ 0.000000] No AGP bridge found
    [ 0.000000] Node 0: aperture @ c4000000 size 32 MB
    [ 0.000000] Aperture pointing to e820 RAM. Ignoring.
    [ 0.000000] Your BIOS doesn't leave a aperture memory hole
    [ 0.000000] Please enable the IOMMU option in the BIOS setup
    [ 0.000000] This costs you 64 MB of RAM
    [ 0.000000] Mapping aperture over 65536 KB of RAM @ c4000000
    [ 0.000000] PM: Registered nosave memory: 00000000c4000000 - 00000000c8000000
    [ 0.000000] Memory: 16366888k/17563648k available (4507k kernel code, 788356k absent, 408404k reserved, 4315k data, 732k init)
    [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] Verbose stalled-CPUs detection is disabled.
    [ 0.000000] NR_IRQS:4352 nr_irqs:728 16
    [ 0.000000] Console: colour VGA+ 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] allocated 67108864 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] Fast TSC calibration using PIT
    [ 0.000000] Detected 3210.762 MHz processor.
    [ 0.003336] Calibrating delay loop (skipped), value calculated using timer frequency.. 6424.08 BogoMIPS (lpj=10702540)
    [ 0.003340] pid_max: default: 32768 minimum: 301
    [ 0.003356] Security Framework initialized
    [ 0.003360] AppArmor: AppArmor disabled by boot time parameter
    [ 0.004359] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.009978] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
    [ 0.011818] Mount-cache hash table entries: 256
    [ 0.011918] Initializing cgroup subsys cpuacct
    [ 0.011920] Initializing cgroup subsys memory
    [ 0.011926] Initializing cgroup subsys devices
    [ 0.011928] Initializing cgroup subsys freezer
    [ 0.011929] Initializing cgroup subsys net_cls
    [ 0.011931] Initializing cgroup subsys blkio
    [ 0.011952] tseg: 0000000000
    [ 0.011963] CPU: Physical Processor ID: 0
    [ 0.011964] CPU: Processor Core ID: 0
    [ 0.011966] mce: CPU supports 6 MCE banks
    [ 0.012513] ACPI: Core revision 20120111
    [ 0.016673] ftrace: allocating 17413 entries in 69 pages
    [ 0.023719] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    [ 0.058830] CPU0: AMD Phenom(tm) II X4 840 Processor stepping 03
    [ 0.059996] Performance Events: AMD PMU driver.
    [ 0.059996] ... version: 0
    [ 0.059996] ... bit width: 48
    [ 0.059996] ... generic registers: 4
    [ 0.059996] ... value mask: 0000ffffffffffff
    [ 0.059996] ... max period: 00007fffffffffff
    [ 0.059996] ... fixed-purpose events: 0
    [ 0.059996] ... event mask: 000000000000000f
    [ 0.076711] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.103360] Booting Node 0, Processors #1
    [ 0.103363] smpboot cpu 1: start_ip = 9a000
    [ 0.116684] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.136704] #2
    [ 0.136706] smpboot cpu 2: start_ip = 9a000
    [ 0.150015] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.170030] #3
    [ 0.170032] smpboot cpu 3: start_ip = 9a000
    [ 0.183357] NMI watchdog enabled, takes one hw-pmu counter.
    [ 0.190007] Brought up 4 CPUs
    [ 0.190010] Total of 4 processors activated (25696.35 BogoMIPS).
    [ 0.190521] devtmpfs: initialized
    [ 0.191849] PM: Registering ACPI NVS region at cfea8000 (163840 bytes)
    [ 0.191849] NET: Registered protocol family 16
    [ 0.191849] node 0 link 0: io port [1000, ffffff]
    [ 0.191849] TOM: 00000000d0000000 aka 3328M
    [ 0.191849] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
    [ 0.191849] node 0 link 0: mmio [e0000000, efffffff] ==> none
    [ 0.191849] node 0 link 0: mmio [f0000000, ffffffff]
    [ 0.191849] node 0 link 0: mmio [a0000, bffff]
    [ 0.191849] node 0 link 0: mmio [d0000000, dfffffff]
    [ 0.191849] TOM2: 0000000430000000 aka 17152M
    [ 0.191849] bus: [00, 07] on node 0 link 0
    [ 0.191849] bus: 00 index 0 [io 0x0000-0xffff]
    [ 0.191849] bus: 00 index 1 [mem 0xf0000000-0xffffffff]
    [ 0.191849] bus: 00 index 2 [mem 0x000a0000-0x000bffff]
    [ 0.191849] bus: 00 index 3 [mem 0xd0000000-0xdfffffff]
    [ 0.191849] bus: 00 index 4 [mem 0x430000000-0xfcffffffff]
    [ 0.191849] ACPI: bus type pci registered
    [ 0.191849] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.191849] PCI: not using MMCONFIG
    [ 0.191849] PCI: Using configuration type 1 for base access
    [ 0.191849] PCI: Using configuration type 1 for extended access
    [ 0.191849] mtrr: your CPUs had inconsistent fixed MTRR settings
    [ 0.191849] mtrr: probably your BIOS does not setup all CPUs.
    [ 0.191849] mtrr: corrected configuration.
    [ 0.193356] bio: create slab <bio-0> at 0
    [ 0.193359] ACPI: Added _OSI(Module Device)
    [ 0.193359] ACPI: Added _OSI(Processor Device)
    [ 0.193359] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.193359] ACPI: Added _OSI(Processor Aggregator Device)
    [ 0.194088] ACPI: EC: Look up EC in DSDT
    [ 0.195267] ACPI: Executed 3 blocks of module-level executable AML code
    [ 0.263709] ACPI: Interpreter enabled
    [ 0.263714] ACPI: (supports S0 S1 S3 S4 S5)
    [ 0.263732] ACPI: Using IOAPIC for interrupt routing
    [ 0.263752] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.264484] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    [ 0.284239] ACPI: No dock devices found.
    [ 0.284239] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    [ 0.284239] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    [ 0.284239] pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    [ 0.284239] pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    [ 0.284239] pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    [ 0.284239] pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff]
    [ 0.284239] pci_root PNP0A03:00: host bridge window [mem 0xcff00000-0xdfffffff]
    [ 0.284239] pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfebfffff]
    [ 0.284239] PCI host bridge to bus 0000:00
    [ 0.284239] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    [ 0.284239] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    [ 0.284239] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    [ 0.284239] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
    [ 0.284239] pci_bus 0000:00: root bus resource [mem 0xcff00000-0xdfffffff]
    [ 0.284239] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
    [ 0.284246] pci 0000:00:00.0: [1002:5956] type 0 class 0x000600
    [ 0.284258] pci 0000:00:00.0: reg 1c: [mem 0xe0000000-0xffffffff 64bit]
    [ 0.284295] pci 0000:00:02.0: [1002:5978] type 1 class 0x000604
    [ 0.284329] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
    [ 0.284346] pci 0000:00:06.0: [1002:597c] type 1 class 0x000604
    [ 0.284380] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
    [ 0.284393] pci 0000:00:07.0: [1002:597d] type 1 class 0x000604
    [ 0.284426] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    [ 0.284455] pci 0000:00:11.0: [1002:4390] type 0 class 0x000101
    [ 0.284474] pci 0000:00:11.0: reg 10: [io 0xb000-0xb007]
    [ 0.284484] pci 0000:00:11.0: reg 14: [io 0xa000-0xa003]
    [ 0.284493] pci 0000:00:11.0: reg 18: [io 0x9000-0x9007]
    [ 0.284502] pci 0000:00:11.0: reg 1c: [io 0x8000-0x8003]
    [ 0.284512] pci 0000:00:11.0: reg 20: [io 0x7000-0x700f]
    [ 0.284521] pci 0000:00:11.0: reg 24: [mem 0xfbcfe400-0xfbcfe7ff]
    [ 0.284541] pci 0000:00:11.0: set SATA to AHCI mode
    [ 0.284589] pci 0000:00:12.0: [1002:4397] type 0 class 0x000c03
    [ 0.284602] pci 0000:00:12.0: reg 10: [mem 0xfbcf6000-0xfbcf6fff]
    [ 0.284667] pci 0000:00:12.1: [1002:4398] type 0 class 0x000c03
    [ 0.284680] pci 0000:00:12.1: reg 10: [mem 0xfbcf7000-0xfbcf7fff]
    [ 0.284750] pci 0000:00:12.2: [1002:4396] type 0 class 0x000c03
    [ 0.284769] pci 0000:00:12.2: reg 10: [mem 0xfbcfe800-0xfbcfe8ff]
    [ 0.284853] pci 0000:00:12.2: supports D1 D2
    [ 0.284854] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    [ 0.284878] pci 0000:00:13.0: [1002:4397] type 0 class 0x000c03
    [ 0.284891] pci 0000:00:13.0: reg 10: [mem 0xfbcfc000-0xfbcfcfff]
    [ 0.284956] pci 0000:00:13.1: [1002:4398] type 0 class 0x000c03
    [ 0.284969] pci 0000:00:13.1: reg 10: [mem 0xfbcfd000-0xfbcfdfff]
    [ 0.285039] pci 0000:00:13.2: [1002:4396] type 0 class 0x000c03
    [ 0.285058] pci 0000:00:13.2: reg 10: [mem 0xfbcfec00-0xfbcfecff]
    [ 0.285142] pci 0000:00:13.2: supports D1 D2
    [ 0.285143] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    [ 0.285169] pci 0000:00:14.0: [1002:4385] type 0 class 0x000c05
    [ 0.286657] pci 0000:00:14.1: [1002:439c] type 0 class 0x000101
    [ 0.286673] pci 0000:00:14.1: reg 10: [io 0x0000-0x0007]
    [ 0.286682] pci 0000:00:14.1: reg 14: [io 0x0000-0x0003]
    [ 0.286691] pci 0000:00:14.1: reg 18: [io 0x0000-0x0007]
    [ 0.286701] pci 0000:00:14.1: reg 1c: [io 0x0000-0x0003]
    [ 0.286710] pci 0000:00:14.1: reg 20: [io 0xff00-0xff0f]
    [ 0.286768] pci 0000:00:14.2: [1002:4383] type 0 class 0x000403
    [ 0.286789] pci 0000:00:14.2: reg 10: [mem 0xfbcf8000-0xfbcfbfff 64bit]
    [ 0.286856] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    [ 0.286871] pci 0000:00:14.3: [1002:439d] type 0 class 0x000601
    [ 0.286948] pci 0000:00:14.4: [1002:4384] type 1 class 0x000604
    [ 0.286990] pci 0000:00:14.5: [1002:4399] type 0 class 0x000c03
    [ 0.287003] pci 0000:00:14.5: reg 10: [mem 0xfbcff000-0xfbcfffff]
    [ 0.287071] pci 0000:00:18.0: [1022:1200] type 0 class 0x000600
    [ 0.287088] pci 0000:00:18.1: [1022:1201] type 0 class 0x000600
    [ 0.287101] pci 0000:00:18.2: [1022:1202] type 0 class 0x000600
    [ 0.287115] pci 0000:00:18.3: [1022:1203] type 0 class 0x000600
    [ 0.287132] pci 0000:00:18.4: [1022:1204] type 0 class 0x000600
    [ 0.287184] pci 0000:04:00.0: [1002:6739] type 0 class 0x000300
    [ 0.287198] pci 0000:04:00.0: reg 10: [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.287209] pci 0000:04:00.0: reg 18: [mem 0xfbfc0000-0xfbfdffff 64bit]
    [ 0.287216] pci 0000:04:00.0: reg 20: [io 0xe000-0xe0ff]
    [ 0.287230] pci 0000:04:00.0: reg 30: [mem 0xfbfa0000-0xfbfbffff pref]
    [ 0.287263] pci 0000:04:00.0: supports D1 D2
    [ 0.287285] pci 0000:04:00.1: [1002:aa88] type 0 class 0x000403
    [ 0.287299] pci 0000:04:00.1: reg 10: [mem 0xfbffc000-0xfbffffff 64bit]
    [ 0.287363] pci 0000:04:00.1: supports D1 D2
    [ 0.293342] pci 0000:00:02.0: PCI bridge to [bus 04-04]
    [ 0.293347] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    [ 0.293350] pci 0000:00:02.0: bridge window [mem 0xfbf00000-0xfbffffff]
    [ 0.293353] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.293404] pci 0000:03:00.0: [10ec:8168] type 0 class 0x000200
    [ 0.293419] pci 0000:03:00.0: reg 10: [io 0xd800-0xd8ff]
    [ 0.293443] pci 0000:03:00.0: reg 18: [mem 0xfbeff000-0xfbefffff 64bit]
    [ 0.293470] pci 0000:03:00.0: reg 30: [mem 0xfbec0000-0xfbedffff pref]
    [ 0.293533] pci 0000:03:00.0: supports D1 D2
    [ 0.293535] pci 0000:03:00.0: PME# supported from D1 D2 D3hot D3cold
    [ 0.293557] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    [ 0.293564] pci 0000:00:06.0: PCI bridge to [bus 03-03]
    [ 0.293567] pci 0000:00:06.0: bridge window [io 0xd000-0xdfff]
    [ 0.293569] pci 0000:00:06.0: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.293618] pci 0000:02:00.0: [1106:3403] type 0 class 0x000c00
    [ 0.293647] pci 0000:02:00.0: reg 10: [mem 0xfbdff800-0xfbdfffff 64bit]
    [ 0.293662] pci 0000:02:00.0: reg 18: [io 0xc800-0xc8ff]
    [ 0.293790] pci 0000:02:00.0: supports D2
    [ 0.293792] pci 0000:02:00.0: PME# supported from D2 D3hot D3cold
    [ 0.300012] pci 0000:00:07.0: PCI bridge to [bus 02-02]
    [ 0.300017] pci 0000:00:07.0: bridge window [io 0xc000-0xcfff]
    [ 0.300019] pci 0000:00:07.0: bridge window [mem 0xfbd00000-0xfbdfffff]
    [ 0.300085] pci 0000:00:14.4: PCI bridge to [bus 01-01] (subtractive decode)
    [ 0.300095] pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    [ 0.300096] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    [ 0.300098] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    [ 0.300100] pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    [ 0.300101] pci 0000:00:14.4: bridge window [mem 0xcff00000-0xdfffffff] (subtractive decode)
    [ 0.300103] pci 0000:00:14.4: bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
    [ 0.300119] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    [ 0.300256] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE2._PRT]
    [ 0.300277] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE6._PRT]
    [ 0.300294] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCE7._PRT]
    [ 0.300325] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PC._PRT]
    [ 0.300363] pci0000:00: Requesting ACPI _OSC control (0x1d)
    [ 0.300365] pci0000:00: ACPI _OSC request failed (AE_NOT_FOUND), returned control mask: 0x1d
    [ 0.300366] ACPI _OSC control for PCIe not granted, disabling ASPM
    [ 0.303051] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 *7 10 11 12 14 15)
    [ 0.303079] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 *10 11 12 14 15)
    [ 0.303104] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 *11 12 14 15)
    [ 0.303127] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 *10 11 12 14 15)
    [ 0.303151] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 10 11 12 14 15) *0, disabled.
    [ 0.303175] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 11 12 14 15) *0, disabled.
    [ 0.303200] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 *11 12 14 15)
    [ 0.303224] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 12 14 15) *0, disabled.
    [ 0.303334] vgaarb: device added: PCI:0000:04:00.0,decodes=io+mem,owns=io+mem,locks=none
    [ 0.303336] vgaarb: loaded
    [ 0.303337] vgaarb: bridge control possible 0000:04:00.0
    [ 0.303372] PCI: Using ACPI for IRQ routing
    [ 0.312318] PCI: pci_cache_line_size set to 64 bytes
    [ 0.312324] pci 0000:00:00.0: no compatible bridge window for [mem 0xe0000000-0xffffffff 64bit]
    [ 0.312393] reserve RAM buffer: 000000000009fc00 - 000000000009ffff
    [ 0.312395] reserve RAM buffer: 00000000cfe90000 - 00000000cfffffff
    [ 0.312472] NetLabel: Initializing
    [ 0.312473] NetLabel: domain hash size = 128
    [ 0.312474] NetLabel: protocols = UNLABELED CIPSOv4
    [ 0.312483] NetLabel: unlabeled traffic allowed by default
    [ 0.312491] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    [ 0.312493] hpet0: 4 comparators, 32-bit 14.318180 MHz counter
    [ 0.314334] Switching to clocksource hpet
    [ 0.317535] pnp: PnP ACPI init
    [ 0.317549] ACPI: bus type pnp registered
    [ 0.317637] pnp 00:00: [bus 00-ff]
    [ 0.317639] pnp 00:00: [io 0x0cf8-0x0cff]
    [ 0.317640] pnp 00:00: [io 0x0000-0x0cf7 window]
    [ 0.317641] pnp 00:00: [io 0x0d00-0xffff window]
    [ 0.317643] pnp 00:00: [mem 0x000a0000-0x000bffff window]
    [ 0.317644] pnp 00:00: [mem 0x000d0000-0x000dffff window]
    [ 0.317646] pnp 00:00: [mem 0xcff00000-0xdfffffff window]
    [ 0.317649] pnp 00:00: [mem 0xf0000000-0xfebfffff window]
    [ 0.317689] pnp 00:00: Plug and Play ACPI device, IDs PNP0a03 (active)
    [ 0.317713] pnp 00:01: [dma 4]
    [ 0.317714] pnp 00:01: [io 0x0000-0x000f]
    [ 0.317716] pnp 00:01: [io 0x0081-0x0083]
    [ 0.317717] pnp 00:01: [io 0x0087]
    [ 0.317718] pnp 00:01: [io 0x0089-0x008b]
    [ 0.317719] pnp 00:01: [io 0x008f]
    [ 0.317720] pnp 00:01: [io 0x00c0-0x00df]
    [ 0.317739] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
    [ 0.317745] pnp 00:02: [io 0x0070-0x0071]
    [ 0.317753] pnp 00:02: [irq 8]
    [ 0.317770] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
    [ 0.317774] pnp 00:03: [io 0x0061]
    [ 0.317791] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
    [ 0.317797] pnp 00:04: [io 0x00f0-0x00ff]
    [ 0.317800] pnp 00:04: [irq 13]
    [ 0.317818] pnp 00:04: Plug and Play ACPI device, IDs PNP0c04 (active)
    [ 0.317846] pnp 00:05: [mem 0xfed00000-0xfed003ff]
    [ 0.317864] pnp 00:05: Plug and Play ACPI device, IDs PNP0103 (active)
    [ 0.317910] pnp 00:06: [io 0x0060]
    [ 0.317911] pnp 00:06: [io 0x0064]
    [ 0.317913] pnp 00:06: [mem 0xfec00000-0xfec00fff]
    [ 0.317914] pnp 00:06: [mem 0xfee00000-0xfee00fff]
    [ 0.317955] system 00:06: [mem 0xfec00000-0xfec00fff] could not be reserved
    [ 0.317957] system 00:06: [mem 0xfee00000-0xfee00fff] has been reserved
    [ 0.317959] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.318069] pnp 00:07: [io 0x0010-0x001f]
    [ 0.318071] pnp 00:07: [io 0x0022-0x003f]
    [ 0.318072] pnp 00:07: [io 0x0062-0x0063]
    [ 0.318073] pnp 00:07: [io 0x0065-0x006f]
    [ 0.318074] pnp 00:07: [io 0x0072-0x007f]
    [ 0.318075] pnp 00:07: [io 0x0080]
    [ 0.318077] pnp 00:07: [io 0x0084-0x0086]
    [ 0.318078] pnp 00:07: [io 0x0088]
    [ 0.318079] pnp 00:07: [io 0x008c-0x008e]
    [ 0.318080] pnp 00:07: [io 0x0090-0x009f]
    [ 0.318081] pnp 00:07: [io 0x00a2-0x00bf]
    [ 0.318082] pnp 00:07: [io 0x00b1]
    [ 0.318084] pnp 00:07: [io 0x00e0-0x00ef]
    [ 0.318085] pnp 00:07: [io 0x04d0-0x04d1]
    [ 0.318086] pnp 00:07: [io 0x040b]
    [ 0.318087] pnp 00:07: [io 0x04d6]
    [ 0.318088] pnp 00:07: [io 0x0c00-0x0c01]
    [ 0.318089] pnp 00:07: [io 0x0c14]
    [ 0.318090] pnp 00:07: [io 0x0c50-0x0c51]
    [ 0.318092] pnp 00:07: [io 0x0c52]
    [ 0.318093] pnp 00:07: [io 0x0c6c]
    [ 0.318094] pnp 00:07: [io 0x0c6f]
    [ 0.318095] pnp 00:07: [io 0x0cd0-0x0cd1]
    [ 0.318096] pnp 00:07: [io 0x0cd2-0x0cd3]
    [ 0.318099] pnp 00:07: [io 0x0cd4-0x0cd5]
    [ 0.318100] pnp 00:07: [io 0x0cd6-0x0cd7]
    [ 0.318101] pnp 00:07: [io 0x0cd8-0x0cdf]
    [ 0.318102] pnp 00:07: [io 0x0b00-0x0b3f]
    [ 0.318103] pnp 00:07: [io 0x0800-0x089f]
    [ 0.318105] pnp 00:07: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.318106] pnp 00:07: [io 0x0b00-0x0b0f]
    [ 0.318107] pnp 00:07: [io 0x0b20-0x0b3f]
    [ 0.318108] pnp 00:07: [io 0x0900-0x090f]
    [ 0.318110] pnp 00:07: [io 0x0910-0x091f]
    [ 0.318111] pnp 00:07: [io 0xfe00-0xfefe]
    [ 0.318112] pnp 00:07: [io 0x0060]
    [ 0.318113] pnp 00:07: [io 0x0064]
    [ 0.318114] pnp 00:07: [mem 0xcff00000-0xcfffffff]
    [ 0.318116] pnp 00:07: [mem 0xffb80000-0xffbfffff]
    [ 0.318117] pnp 00:07: [mem 0xfec10000-0xfec1001f]
    [ 0.318176] system 00:07: [io 0x04d0-0x04d1] has been reserved
    [ 0.318178] system 00:07: [io 0x040b] has been reserved
    [ 0.318179] system 00:07: [io 0x04d6] has been reserved
    [ 0.318181] system 00:07: [io 0x0c00-0x0c01] has been reserved
    [ 0.318183] system 00:07: [io 0x0c14] has been reserved
    [ 0.318184] system 00:07: [io 0x0c50-0x0c51] has been reserved
    [ 0.318186] system 00:07: [io 0x0c52] has been reserved
    [ 0.318187] system 00:07: [io 0x0c6c] has been reserved
    [ 0.318189] system 00:07: [io 0x0c6f] has been reserved
    [ 0.318190] system 00:07: [io 0x0cd0-0x0cd1] has been reserved
    [ 0.318192] system 00:07: [io 0x0cd2-0x0cd3] has been reserved
    [ 0.318194] system 00:07: [io 0x0cd4-0x0cd5] has been reserved
    [ 0.318195] system 00:07: [io 0x0cd6-0x0cd7] has been reserved
    [ 0.318197] system 00:07: [io 0x0cd8-0x0cdf] has been reserved
    [ 0.318199] system 00:07: [io 0x0b00-0x0b3f] has been reserved
    [ 0.318200] system 00:07: [io 0x0800-0x089f] has been reserved
    [ 0.318202] system 00:07: [io 0x0b00-0x0b0f] has been reserved
    [ 0.318204] system 00:07: [io 0x0b20-0x0b3f] has been reserved
    [ 0.318205] system 00:07: [io 0x0900-0x090f] has been reserved
    [ 0.318207] system 00:07: [io 0x0910-0x091f] has been reserved
    [ 0.318209] system 00:07: [io 0xfe00-0xfefe] has been reserved
    [ 0.318211] system 00:07: [mem 0xcff00000-0xcfffffff] has been reserved
    [ 0.318213] system 00:07: [mem 0xffb80000-0xffbfffff] has been reserved
    [ 0.318214] system 00:07: [mem 0xfec10000-0xfec1001f] has been reserved
    [ 0.318217] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.318531] pnp 00:08: [io 0x03f8-0x03ff]
    [ 0.318535] pnp 00:08: [irq 4]
    [ 0.318536] pnp 00:08: [dma 0 disabled]
    [ 0.318598] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
    [ 0.318929] pnp 00:09: [io 0x03f0-0x03f5]
    [ 0.318930] pnp 00:09: [io 0x03f7]
    [ 0.318933] pnp 00:09: [irq 6]
    [ 0.318934] pnp 00:09: [dma 2]
    [ 0.318969] pnp 00:09: Plug and Play ACPI device, IDs PNP0700 (active)
    [ 0.319088] pnp 00:0a: [io 0x0000-0xffffffffffffffff disabled]
    [ 0.319090] pnp 00:0a: [io 0x0230-0x023f]
    [ 0.319091] pnp 00:0a: [io 0x0290-0x029f]
    [ 0.319092] pnp 00:0a: [io 0x0f40-0x0f4f]
    [ 0.319093] pnp 00:0a: [io 0x0a30-0x0a3f]
    [ 0.319126] system 00:0a: [io 0x0230-0x023f] has been reserved
    [ 0.319127] system 00:0a: [io 0x0290-0x029f] has been reserved
    [ 0.319129] system 00:0a: [io 0x0f40-0x0f4f] has been reserved
    [ 0.319131] system 00:0a: [io 0x0a30-0x0a3f] has been reserved
    [ 0.319133] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.319154] pnp 00:0b: [mem 0xe0000000-0xefffffff]
    [ 0.319183] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
    [ 0.319185] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
    [ 0.319881] pnp 00:0c: [mem 0x00000000-0x0009ffff]
    [ 0.319883] pnp 00:0c: [mem 0x000c0000-0x000cffff]
    [ 0.319885] pnp 00:0c: [mem 0x000e0000-0x000fffff]
    [ 0.319886] pnp 00:0c: [mem 0x00100000-0xcfefffff]
    [ 0.319887] pnp 00:0c: [mem 0xfec00000-0xffffffff]
    [ 0.319893] pnp 00:0c: disabling [mem 0x00000000-0x0009ffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.319896] pnp 00:0c: disabling [mem 0x000c0000-0x000cffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.319899] pnp 00:0c: disabling [mem 0x000e0000-0x000fffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.319901] pnp 00:0c: disabling [mem 0x00100000-0xcfefffff] because it overlaps 0000:00:00.0 BAR 3 [mem 0x00000000-0x1fffffff 64bit]
    [ 0.319973] system 00:0c: [mem 0xfec00000-0xffffffff] could not be reserved
    [ 0.319976] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
    [ 0.320068] pnp: PnP ACPI: found 13 devices
    [ 0.320069] ACPI: ACPI bus type pnp unregistered
    [ 0.326686] PCI: max bus depth: 1 pci_try_num: 2
    [ 0.326706] pci 0000:00:02.0: PCI bridge to [bus 04-04]
    [ 0.326709] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
    [ 0.326711] pci 0000:00:02.0: bridge window [mem 0xfbf00000-0xfbffffff]
    [ 0.326714] pci 0000:00:02.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.326717] pci 0000:00:06.0: PCI bridge to [bus 03-03]
    [ 0.326719] pci 0000:00:06.0: bridge window [io 0xd000-0xdfff]
    [ 0.326722] pci 0000:00:06.0: bridge window [mem 0xfbe00000-0xfbefffff]
    [ 0.326725] pci 0000:00:07.0: PCI bridge to [bus 02-02]
    [ 0.326727] pci 0000:00:07.0: bridge window [io 0xc000-0xcfff]
    [ 0.326730] pci 0000:00:07.0: bridge window [mem 0xfbd00000-0xfbdfffff]
    [ 0.326733] pci 0000:00:14.4: PCI bridge to [bus 01-01]
    [ 0.326770] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    [ 0.326772] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    [ 0.326773] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.326775] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.326776] pci_bus 0000:00: resource 8 [mem 0xcff00000-0xdfffffff]
    [ 0.326778] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff]
    [ 0.326779] pci_bus 0000:04: resource 0 [io 0xe000-0xefff]
    [ 0.326781] pci_bus 0000:04: resource 1 [mem 0xfbf00000-0xfbffffff]
    [ 0.326783] pci_bus 0000:04: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    [ 0.326784] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
    [ 0.326786] pci_bus 0000:03: resource 1 [mem 0xfbe00000-0xfbefffff]
    [ 0.326788] pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    [ 0.326789] pci_bus 0000:02: resource 1 [mem 0xfbd00000-0xfbdfffff]
    [ 0.326791] pci_bus 0000:01: resource 4 [io 0x0000-0x0cf7]
    [ 0.326792] pci_bus 0000:01: resource 5 [io 0x0d00-0xffff]
    [ 0.326794] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
    [ 0.326795] pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff]
    [ 0.326797] pci_bus 0000:01: resource 8 [mem 0xcff00000-0xdfffffff]
    [ 0.326799] pci_bus 0000:01: resource 9 [mem 0xf0000000-0xfebfffff]
    [ 0.326829] NET: Registered protocol family 2
    [ 0.327110] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
    [ 0.328540] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
    [ 0.330488] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    [ 0.330723] TCP: Hash tables configured (established 524288 bind 65536)
    [ 0.330725] TCP reno registered
    [ 0.330745] UDP hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.330836] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
    [ 0.330971] NET: Registered protocol family 1
    [ 0.756738] pci 0000:04:00.0: Boot video device
    [ 0.756749] PCI: CLS 64 bytes, default 64
    [ 0.756788] Unpacking initramfs...
    [ 0.798057] Freeing initrd memory: 2836k freed
    [ 0.800187] PCI-DMA: Disabling AGP.
    [ 0.800278] PCI-DMA: aperture base @ c4000000 size 65536 KB
    [ 0.800280] PCI-DMA: using GART IOMMU.
    [ 0.800282] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
    [ 0.802774] IBS: LVT offset 1 assigned
    [ 0.802804] perf: AMD IBS detected (0x0000001f)
    [ 0.802963] audit: initializing netlink socket (disabled)
    [ 0.802978] type=2000 audit(1334050141.799:1): initialized
    [ 0.803936] HugeTLB registered 2 MB page size, pre-allocated 0 pages
    [ 0.806526] VFS: Disk quotas dquot_6.5.2
    [ 0.806569] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [ 0.806635] msgmni has been set to 32100
    [ 0.806971] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
    [ 0.807061] io scheduler noop registered
    [ 0.807064] io scheduler deadline registered
    [ 0.807124] io scheduler cfq registered (default)
    [ 0.807339] pcieport 0000:00:02.0: irq 40 for MSI/MSI-X
    [ 0.807533] pcieport 0000:00:06.0: irq 41 for MSI/MSI-X
    [ 0.807750] pcieport 0000:00:07.0: irq 42 for MSI/MSI-X
    [ 0.807957] GHES: HEST is not enabled!
    [ 0.808045] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    [ 0.828667] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.849559] 00:08: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
    [ 0.849760] Linux agpgart interface v0.103
    [ 0.849805] i8042: PNP: No PS/2 controller found. Probing ports directly.
    [ 0.850193] serio: i8042 KBD port at 0x60,0x64 irq 1
    [ 0.850234] serio: i8042 AUX port at 0x60,0x64 irq 12
    [ 0.850352] mousedev: PS/2 mouse device common for all mice
    [ 0.850406] rtc_cmos 00:02: RTC can wake from S4
    [ 0.850557] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
    [ 0.850580] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    [ 0.850589] cpuidle: using governor ladder
    [ 0.850590] cpuidle: using governor menu
    [ 0.850724] TCP cubic registered
    [ 0.850812] NET: Registered protocol family 10
    [ 0.851112] NET: Registered protocol family 17
    [ 0.851114] Registering the dns_resolver key type
    [ 0.851253] PM: Hibernation image not present or could not be loaded.
    [ 0.851260] registered taskstats version 1
    [ 0.852170] rtc_cmos 00:02: setting system clock to 2012-04-10 09:29:02 UTC (1334050142)
    [ 0.852195] Initializing network drop monitor service
    [ 0.853114] Freeing unused kernel memory: 732k freed
    [ 0.853269] Write protecting the kernel read-only data: 8192k
    [ 0.857266] Freeing unused kernel memory: 1620k freed
    [ 0.859285] Freeing unused kernel memory: 660k freed
    [ 0.867016] udevd[74]: starting version 181
    [ 0.889751] SCSI subsystem initialized
    [ 0.890757] usbcore: registered new interface driver usbfs
    [ 0.890779] usbcore: registered new interface driver hub
    [ 0.891269] usbcore: registered new device driver usb
    [ 0.892313] libata version 3.00 loaded.
    [ 0.892491] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [ 0.892633] ehci_hcd 0000:00:12.2: EHCI Host Controller
    [ 0.892672] ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
    [ 0.892682] ehci_hcd 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 0.892712] ehci_hcd 0000:00:12.2: debug port 1
    [ 0.892736] ehci_hcd 0000:00:12.2: irq 17, io mem 0xfbcfe800
    [ 0.894588] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [ 0.900033] ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
    [ 0.900335] hub 1-0:1.0: USB hub found
    [ 0.900340] hub 1-0:1.0: 6 ports detected
    [ 0.900579] ehci_hcd 0000:00:13.2: EHCI Host Controller
    [ 0.900591] ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
    [ 0.900599] ehci_hcd 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    [ 0.900621] ehci_hcd 0000:00:13.2: debug port 1
    [ 0.900645] ehci_hcd 0000:00:13.2: irq 19, io mem 0xfbcfec00
    [ 0.910028] ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
    [ 0.910295] hub 2-0:1.0: USB hub found
    [ 0.910299] hub 2-0:1.0: 6 ports detected
    [ 0.910565] ahci 0000:00:11.0: version 3.0
    [ 0.910649] ahci 0000:00:11.0: irq 43 for MSI/MSI-X
    [ 0.910748] ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    [ 0.910751] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc sxs
    [ 0.913392] scsi0 : ahci
    [ 0.913744] scsi1 : ahci
    [ 0.913950] scsi2 : ahci
    [ 0.914322] scsi3 : ahci
    [ 0.914729] ata1: SATA max UDMA/133 abar m1024@0xfbcfe400 port 0xfbcfe500 irq 43
    [ 0.914733] ata2: SATA max UDMA/133 abar m1024@0xfbcfe400 port 0xfbcfe580 irq 43
    [ 0.914736] ata3: SATA max UDMA/133 abar m1024@0xfbcfe400 port 0xfbcfe600 irq 43
    [ 0.914739] ata4: SATA max UDMA/133 abar m1024@0xfbcfe400 port 0xfbcfe680 irq 43
    [ 0.915322] ohci_hcd 0000:00:12.0: OHCI Host Controller
    [ 0.915334] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
    [ 0.915365] ohci_hcd 0000:00:12.0: irq 16, io mem 0xfbcf6000
    [ 0.970892] hub 3-0:1.0: USB hub found
    [ 0.970899] hub 3-0:1.0: 3 ports detected
    [ 0.971078] ohci_hcd 0000:00:12.1: OHCI Host Controller
    [ 0.971089] ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4
    [ 0.971107] ohci_hcd 0000:00:12.1: irq 16, io mem 0xfbcf7000
    [ 1.027554] hub 4-0:1.0: USB hub found
    [ 1.027561] hub 4-0:1.0: 3 ports detected
    [ 1.027748] ohci_hcd 0000:00:13.0: OHCI Host Controller
    [ 1.027757] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
    [ 1.027782] ohci_hcd 0000:00:13.0: irq 18, io mem 0xfbcfc000
    [ 1.084224] hub 5-0:1.0: USB hub found
    [ 1.084230] hub 5-0:1.0: 3 ports detected
    [ 1.084422] ohci_hcd 0000:00:13.1: OHCI Host Controller
    [ 1.084430] ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6
    [ 1.084446] ohci_hcd 0000:00:13.1: irq 18, io mem 0xfbcfd000
    [ 1.140874] hub 6-0:1.0: USB hub found
    [ 1.140880] hub 6-0:1.0: 3 ports detected
    [ 1.141059] ohci_hcd 0000:00:14.5: OHCI Host Controller
    [ 1.141069] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7
    [ 1.141087] ohci_hcd 0000:00:14.5: irq 18, io mem 0xfbcff000
    [ 1.197575] hub 7-0:1.0: USB hub found
    [ 1.197581] hub 7-0:1.0: 2 ports detected
    [ 1.233428] ata1: SATA link down (SStatus 0 SControl 300)
    [ 1.233482] ata3: SATA link down (SStatus 0 SControl 300)
    [ 1.233530] ata2: SATA link down (SStatus 0 SControl 300)
    [ 1.233597] ata4: SATA link down (SStatus 0 SControl 300)
    [ 1.234129] pata_atiixp 0000:00:14.1: setting latency timer to 64
    [ 1.236194] scsi4 : pata_atiixp
    [ 1.236384] scsi5 : pata_atiixp
    [ 1.236884] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
    [ 1.236886] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
    [ 1.408804] ata5.00: ATA-7: GENERIC, BAJ41G20, max UDMA/133
    [ 1.408807] ata5.00: 398297088 sectors, multi 16: LBA48
    [ 1.422031] ata5.00: configured for UDMA/100
    [ 1.422229] scsi 4:0:0:0: Direct-Access ATA GENERIC BAJ4 PQ: 0 ANSI: 5
    [ 1.424626] sd 4:0:0:0: [sda] 398297088 512-byte logical blocks: (203 GB/189 GiB)
    [ 1.424739] sd 4:0:0:0: [sda] Write Protect is off
    [ 1.424741] sd 4:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [ 1.424759] sd 4:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [ 1.487336] sda: sda1 sda2 < sda5 sda6 sda7 sda8 >
    [ 1.488267] sd 4:0:0:0: [sda] Attached SCSI disk
    [ 1.510062] usb 3-3: new low-speed USB device number 2 using ohci_hcd
    [ 1.677918] input: Microsoft Microsoft Basic Optical Mouse v2.0 as /devices/pci0000:00/0000:00:12.0/usb3/3-3/3-3:1.0/input/input0
    [ 1.678062] generic-usb 0003:045E:00CB.0001: input,hidraw0: USB HID v1.11 Mouse [Microsoft Microsoft Basic Optical Mouse v2.0 ] on usb-0000:00:12.0-3/input0
    [ 1.678078] usbcore: registered new interface driver usbhid
    [ 1.678079] usbhid: USB HID core driver
    [ 1.776721] usb 2-6: new high-speed USB device number 2 using ehci_hcd
    [ 1.803379] Refined TSC clocksource calibration: 3210.938 MHz.
    [ 1.803389] Switching to clocksource tsc
    [ 2.366725] usb 4-1: new full-speed USB device number 2 using ohci_hcd
    [ 2.415746] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    [ 2.530590] input: RAPOO RAPOO 2.4G Wireless Device as /devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.0/input/input1
    [ 2.530660] generic-usb 0003:24AE:2000.0002: input,hidraw1: USB HID v1.01 Keyboard [RAPOO RAPOO 2.4G Wireless Device] on usb-0000:00:12.1-1/input0
    [ 2.536738] input: RAPOO RAPOO 2.4G Wireless Device as /devices/pci0000:00/0000:00:12.1/usb4/4-1/4-1:1.1/input/input2
    [ 2.536864] generic-usb 0003:24AE:2000.0003: input,hiddev0,hidraw2: USB HID v1.01 Mouse [RAPOO RAPOO 2.4G Wireless Device] on usb-0000:00:12.1-1/input1
    [ 4.045730] udevd[189]: starting version 181
    [ 5.247350] SP5100 TCO timer: SP5100 TCO WatchDog Timer Driver v0.01
    [ 5.247408] SP5100 TCO timer: mmio address 0xfec000f0 already in use
    [ 5.254193] EDAC MC: Ver: 2.1.0
    [ 5.347684] Linux media interface: v0.10
    [ 5.401241] MCE: In-kernel MCE decoding enabled.
    [ 5.406762] firewire_ohci: Added fw-ohci device 0000:02:00.0, OHCI v1.10, 4 IR + 8 IT contexts, quirks 0x11
    [ 5.410134] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input3
    [ 5.410236] ACPI: Power Button [PWRB]
    [ 5.410305] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    [ 5.410331] ACPI: Power Button [PWRF]
    [ 5.423440] input: PC Speaker as /devices/platform/pcspkr/input/input5
    [ 5.427224] wmi: Mapper loaded
    [ 5.442807] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    [ 5.442941] r8169 0000:03:00.0: irq 44 for MSI/MSI-X
    [ 5.443253] r8169 0000:03:00.0: eth0: RTL8168b/8111b at 0xffffc9001269c000, 20:cf:30:19:3e:02, XID 18000000 IRQ 44
    [ 5.443255] r8169 0000:03:00.0: eth0: jumbo features [frames: 4080 bytes, tx checksumming: ko]
    [ 5.465393] AMD64 EDAC driver v3.4.0
    [ 5.465442] Floppy drive(s): fd0 is 1.44M
    [ 5.465464] EDAC amd64: DRAM ECC disabled.
    [ 5.466318] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module wil

    Hm, dis- and reconnecting the graphics card solved the problem. Did this because I figured a hardware problem after freezes in three different live systems.
    Last edited by null (2012-04-15 11:32:41)

  • [Solved] Nautilus bookmarks - Gnome Shell Doesn't Start

    Hi there.
    I've tried to search and have been scratching my head by what probably has a really simple solution but I have not found it so far.
    I've made a fresh install of Arch, system is up to date, with Gnome 3 (shell and whatnot).
    I've set my locale in /etc/rc.conf to pt_BR and have properly generated locales.
    $ locale -a
    C
    en_US
    en_US.iso88591
    en_US.utf8
    POSIX
    pt_BR
    pt_BR.iso88591
    pt_BR.utf8
    Gnome is localized to pt_BR
    Everything is fine and dandy except for a really annoying thing.
    xdg-user-dirs-update
    Creates folders with incorrect characters when viewed on Nautilus (but appear correct on Nautilus sidebar).
    I tried editing the .config/user-dirs.dirs file with gedit, it showed the wrong characters but allowed me to write the correct ones. Saved it and ran xdg-user-dis-update, the output is borked characters. Tried editing it in nano, same results.
    I've managed to manually delete and create the correct folders using
    xdg-user-dirs-update --set MUSIC /home/$USER/Foldername
    but, while it displays properly on nautilus when navigating, it doesn't display properly on the sidebar.
    I'm linking to a screenshot so it is easier to understand. The music folder should read "Músicas". You can see I'm inside the Videos folder but the sidebar name doesn't match the folder name.
    http://i453.photobucket.com/albums/qq25 … _issue.jpg
    Any ideas?
    EDIT: After this post, I rebooted and gnome shell would no longer start - at all. I would get it to log in and display the wallpaper but that was it. I could get into xfce4 from gdm so I knew the issue was with gnome.
    Nonetheless, I went ahead and did yet another reinstall (I always assume I borked a package or hard-to-find-configuration).
    Feeling frustated but being a tad wiser I noticed a weird behavior on ~/.xsessionerror
    [Error initializing libicu support]
    This went on forever until I aborted the command.
    Changing my locale on my rc.conf from pt_BR to en_US fixed gnome-shell. I was once again able to boot into it without a problem. I then, from within gnome, choose portuguese as the default locale (gnome-control-panel, not rc.conf). This fixed the Nautilus issue above and has not stopped gnome-shell from working. I don't know *how* they implement their localization but heck, it works.
    Solved and maybe it might help anyone with the same issue.
    Last edited by OttoRobba (2012-06-22 06:43:37)

    Hmm, since yesterday I'm fumbling around with those settings too. It seems this is not settings related at all (at least not to old package settings), but rather to nautilus' behavior. Just a few minutes ago I've set "view all hidden files" to true in it's settings. It instantly crashed. After a reboot gnome-shell is gone. This is really annoying.
    Also there is no taskbar, no menu bar, no nothing in fallback mode!... Is this even fallback mode?
    Trying to launch gnome-shell from terminal then gives:
    Window manager warning: Screen 0 on display ":0" already has a window manager; try using the --replace option to replace the current window manager.
    with replace option:
    Window manager warning: Log level 16: Another compositing manager is running on screen 0
    Window manager warning: Log level 8: add_win: assertion `info != NULL' failed
    Window manager warning: Log level 8: add_win: assertion `info != NULL' failed
    Window manager warning: Log level 8: add_win: assertion `info != NULL' failed
    Window manager warning: Log level 8: add_win: assertion `info != NULL' failed
    Window manager warning: Log level 8: add_win: assertion `info != NULL' failed
    Window manager warning: Log level 8: meta_compositor_sync_window_geometry: assertion `info' failed
    Window manager warning: Log level 8: add_win: assertion `info != NULL' failed
    Window manager warning: Log level 8: meta_compositor_sync_window_geometry: assertion `info' failed
    Window manager warning: Log level 8: add_win: assertion `info != NULL' failed
    Window manager warning: Log level 8: meta_compositor_sync_window_geometry: assertion `info' failed
    Window manager warning: Log level 8: add_win: assertion `info != NULL' failed
    Window manager warning: Log level 8: meta_compositor_sync_window_geometry: assertion `info' failed
    Window manager warning: Log level 8: add_win: assertion `info != NULL' failed
    Segmentation fault
    Compiz is gone already. What could be causing this issue?

  • How to solve the problem of adob reader on mac 10.8.2?

    I have installed adob reader on my mac 10.8.2
    When I want to open a pdf, it gives an error that it can not open the pdf! can you help me to solve thid probelm? or suggest me anyother software?
    Thanks
    Fahimeh

    Given your problem statement:
    inopportune and unexpected shutdowns of my Mac
    Unexpected hard shutdowns are usually either severe operating system corruptions, or they're triggered by hardware errors.   Bad memory, bad processors, bad power, bad disk, bad main board, etc.
    A likely first step is to archive (back up) your data onto an external disk.  Get a good backup. 
    After that (and possibly a second, verified, external-disk backup), check your system log for any potential clues that might be logged there.   If there is nothing obvious, then ensure that all external devices (other than a keyboard and mouse) are disconnected, and see if the problems persist. 
    If you continue to have problems, then you'll likely have to boot the DVD installer dis and use Disk Utility to wipe the disk, and reinstall Mac OS X Snow Leopard onto the disk, and migrate your archive back in as part of the installation. 
    If the problems persist after the reinstallation, then it's probably a hardware error with whichever Mac is involved here.  If this is a new Mac or under support, call Apple support and see what they have to say.  If you have a local Apple store, you'll check with the folks at the Genius Bar for assistance.

  • [Solved] Hybrid graphics. Can't use the dedicated card

    Hey. I've just installed Arch on a laptop that's got 2 AMD cards. 6520G and 7xxx.
    I'm trying to disable the dedicated one, but I don't really know how.
    Running xrandr --listproviders only shows one of the cards:
    Providers: number : 1
    Provider 0: id: 0xXY cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 2 outputs: 3 associated providers: 0 name:radeon
    cat /sys/kernel/debug/vgaswitcheroo/switch
    0:IGD:+:Pwr:0000:00:01.0
    1:DIS: :Pwr:0000:01:00.0
    OpenGL renderer string: Gallium 0.4 on AMD SUMO
    It seems that the internal one is running at the moment.
    Why is just one of them detected by xrandr?
    Using kernel 3.11.1, Gnome 3.8, early KMS; I've also added the "performance tuning" options in my 20-radeon.conf
    Edit: Disabled it with echo OFF > /sys/kernel/debug/vgaswitcheroo/switch
    I'm still wondering why it was using the internal one by default..
    Edit2: Now both are showing up but it's still running on the integrated one though. What if I want to use the dedicated one?
    Providers: number : 2
    Provider 0: id: 0xXY cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 2 outputs: 3 associated providers: 0 name:radeon
    Provider 1: id: 0xYZ cap: 0xf, Source Output, Sink Output, Source Offload, Sink Offload crtcs: 6 outputs: 0 associated providers: 0 name:radeon
    Edit3: Tried with Prime too. It's still running on the IGP.
    The thing is: one card is r600 driven, and the other, radeonsi. The X does restart after running Prime, but still.
    Problem solved
    It needs manual intervention but it works!
    https://bbs.archlinux.org/viewtopic.php … 3#p1329853
    Last edited by archie0 (2013-09-28 14:50:07)

    If you want to keep it from using the IGD entirely, you can blacklist the module with a conf file in your /etc/modprobe.d folder.  Like so:
    /etc/modprobe.d/no_igd.conf
    blacklist r600
    Note that this will prevent vga_switcheroo from seeing the card at all.  Vga_switcheroo requires ALL modules to be loaded for graphic devices in order to switch between them.
    The other route is to create a customized device entry in your /etc/X11/xorg.d folder to specifically set your graphics device using the module you want.  I don't have a code example of this handy at the moment, but you can look around and are sure to find one.

  • Please iam getting index out of bound exception can any body solve my probl

    Dear all
    iam doing aproject in swing in that one class iam using the below method. Iam getting index out of bound exception. Actually iam trying to access the more that 50mb file at that time its giving out of memory exception after that iam using this method now its giving index out of bound exception, when it is going second time in the while loop. can any body solve my problem. Please give me the solution . Ill be very thankful to you.
    public Vector getFileContent(File fileObj){
    FileInputStream fis = null;
    DataInputStream dis = null;
    Vector v = new Vector();
    byte[] data = null;
    int pos = 0;
    int chunk = 10000;
    int sizePos = 0;
    try{
    fis = new FileInputStream(fileObj);
    int size = (int)fileObj.length();
    dis = new DataInputStream(fis);
    int k = 1;
    if(size <10000){
    data = new byte[size];
    //v.addElement(dis.readFully(data));
    dis.readFully(data);
    v.addElement(data);
    else {
    while(pos < size){
    sizePos = size - chunk*k;
    if(sizePos > 10000){
    chunk = 10000;
    else{
    chunk = sizePos;
    data = new byte[chunk];
    dis.read(data, pos, chunk);
    v.addElement(data);
    System.gc();
    pos = pos + chunk + 1;
    regards,
    surya

    pos = pos + chunk + 1;Why the +1??

  • ¿Empresas que puedan diseñar aplicación?

    Buenos días:
    Trabajo para un Centro de Investigación en el que tenemos una pequeña planta piloto con un sistema de control algo anticuado ya, y sobre todo, muy cerrado, por lo que dependemos totalmente de la empresa que lo diseñó en su día para poder hacer cualquier mínima modificación. Es por ello que habíamos pensado en actualizarlo usando hardware y software de LabView para poder en un futuro ir acomodándolo por nosotros mismos según nuestras necesidades pero el problema es que debido a nuestros mínimos conocimientos en este campo necesitaríamos de alguna empresa que pudiera poner el proyecto en marcha desde el principio para, desde esa base, ir luego escalándolo nosotros según lo fuésemos requiriendo. Básicamente se trata de un sistema de monitorización y adquisición de datos (tales como temperaturas usando termopares tipo K, presiones mediante medidores de presión diferencial, caudales de aire, medidas de emisiones de gases con ayuda de analizadores digitales), y accionamiento y control de algunos componentes electromecánicos de la instalación tales como electroválvulas, tornillos dosificadores de sólidos, soplantes, etc.
    ¿Conocéis algunas empresas con las que pudiera ponerme en contacto para contarles el proyecto y pedirles presupuesto?
    Muchas gracias de antemano y un saludo.
    Solved!
    Go to Solution.

    Hola, oryctes,
    las empresas que desarrollan aplicaciones para otras con tecnología de NI se llaman Alliance Partners. La página principal de España es la siguiente:
    http://spain.ni.com/alliance/
    Desde ahí puedes ir a la página facilitada por el otro usuario y buscar el Alliance Partner que más te interese:
    http://sine.ni.com/apps/utf8/niaa.search_display
    Si haces una búsqueda por compañía, van a aparecer tres: http://sine.ni.com/apps/utf8/niaa.search_int
    Sin embargo, hay alguno más. Lo mejor es que te pongas en contacto con nosotros (NI) en el teléfono 91 640 00 85 para que te facilitemos las personas de contacto de esas empresas. El acuerdo al que lleguéis y las condiciones es una cuestión privada vuestra en la que NI no toma parte.
    No obstante, si lo que queréis es escalar y mantener una aplicación desarrollada por terceros, te recomiendo que os forméis vosotros. Te copio un enlace en el que se muestra los cursos que ofrecemos y el calendario de formación, aunque si sois varias personas de vuestra empresa, se puede organizar un curso on site en vuestras propias instalaciones:
    http://spain.ni.com/formación
    Bajo mi punto de vista y habiendo leído la información que facilitas, te recomiendo, a priori, los cursos de LabVIEW Core I (24 horas), LabVIEW Core II (16 horas) y LabVIEW Data Acquisition and Signal Conditioning (16).
    Espero que esta información te resulte de utilidad.
    Un saludo.
    Jesús.

  • [Solved]Default To Intel Syntax In GDB

    Does anyone happen to know the correct way to have GDB automatically show Intel syntax when started up? The process I have tried already did not work for me. Any suggestions shoud be helpful, thanks.
    Last edited by megaman (2009-09-04 09:53:19)

    Solved, Interesting though. For further note, what I read earlier had me putting
    set dis intel
    That just didn't work.  Of course I was doing this manually for a long time, anyways; thanks for your feedback.
    Last edited by megaman (2009-09-04 09:52:55)

Maybe you are looking for

  • 2 questions on Adobe Photoshop Elements 4 & IPhoto

    Hello - I recently purchased PE 4 and am having a hard time finding books on working with it on a Mac. There are loads of books on Photoshop using a PC but not Mac. Does anyone have a suggestion? Is seems different in that the PE 4 requires the Bridg

  • Can we Restore a Dropped Package in oracle 10g

    Hello, I have dropped a pl/sql package accidantly.The database is Oracle 10g R2. Is there any way to recover it.? Thanx.

  • ID for oft deleted data

    I am created an ad site where people can upload an ad to stay for two weeks before being automatically deleted. I first thought of using auto increment to create the product Id, but I realize that this would cause problems later when their record is

  • Tomahawk how can i hide folders icons in t:tree?

    Hi, i use the tag t:tree in myfaces. I have added my own icons to the tree, but i don't know how can i hide old folders icons of tree. Can anybody help me? Thanks and Best Regards, Sergey

  • Numeric Value to String representation

    Hi! I was wondering if there was an easy way to getting the String representation of a number (specifically an integer). I am trying to format a message that would be like this: Three (3) records have been updated. Getting the (3) is easy, but my pro