Timestamp bug ?

Hi,
We recently installed a DB onto a Windows machine running 10.2. The database and client app were previously running fine on Solaris with 10.1 for last several months.
We have a query that selects columns and does a "order by" on a timestamp column. Even if there are only a few (< 300) rows returned the query takes hours(?) to finish. If i remove the "order by" the query runs great and if I order by a different column it also runs great. By great, i mean a second or two.
Also, if I change my select to be
select cast(timecol as date) ..... order by 1
, it runs quickly again... except that I just lost my milliseconds, of course!
So, the timestamp type is looking pretty suspicious.
This query worked fine on the old system for months. And similar queries on that table, but again without the "order by" clause, run great on the new install.
So, I'm really suspecting the timestamp "order by" being some sort of problem on Windows/10.2
Anyone see this kind of problem before?
Thanks in advance.

There is some bug with timestamp in 10.2.0.1, try to upgrade to 10.2.0.2 patchset.
Nicolas.

Similar Messages

  • Horrible iMovie 10 timestamp bug

    Ok, this is a good one. I've just noticed that iMovie 10 uses the file creation time of a clip as the clip timestamp, rather than the timestamp embedded in the file itself.
    For example, I'm looking at a clip that was filmed on 1/4/2009 8:52am. I add the 'time/date' title to the clip, and it displays '3/30/2009 10:01pm'. Why? Because that is the date that the file was *created* on my local filesystem.
    The previous version of iMovie did not have this issue. Anyone else notice this?

    I switched back to iMovie 09 as well. This timestamp bug is unacceptable. But what is "even" worse for me is that Apple removed the ability to have Project and Event folders. Now every Project is in one big Library file, so there is no way to separate out types of projects (like Family, Vacations, etc.). This is a major issue and breakes my complete work-flow. I use folders heavily with my library that dates back 10+ years.
    I am wondering that not many others seem to complain about missing folders. Maybe that is that reason that Apple thought. Hah - "nobody" is using this anway. Let's ditch this feature in iMovie 10 without any explaination or work-around. https://discussions.apple.com/message/23489726#23489726

  • UTA200-TM Firmware 1.01.08 timestamp bug

    I am using T-Mobile @home service. I was given an UTA200-TM HiPort Adapter.
    Firmware 1.01.08 has a major timestamp bug.
    Status: Current Time: Not Available
    I tried flashing fimware 1.01.04.
    Status: Current Time: Came up with correct date and time.
    Firmware 1.01.04 timestamp works perfectly.
    However, the UTA200-TM reflashes itself to 1.01.08. How aggravating!

    Tech Support:
    The UTA200-TM hardware is not the problem.
    The problem is that there is a major flaw in the time-stamp under firmware version 1.01.08:
    “Status-Router-Current Time: Not Available”.
    Under firmware version 1.01.04:
    “Status-Router-Current Time: Correct Date and Time”.
    Further testing:
    Kbhonline did some troubleshooting and he figured out the flaw even deeper.
    When you assign a static address to the WAN port, the time service, for some reason does not operate.
    Just for fun he set the UTA200-TM to act as a DHCP client, rebooted and, voila, it all came up, including the time.
    He then started to make my changes, one change at a time and reboot.
    When he changed the WAN setting from DHCP to Static, no time request went outbound.
    All other services worked fine, just no correct time.

  • Can't change decimal sign in timestamp BUG

    It's impossible to change the decimal sign inside a timestamp indicator.
    It will always revert to the system default.
    The formatter %<%3u>T will return:
    The formatter %<%.;%3u>T will return:
    The formatter %.;%<%3u>T will return:
    Could someone at NI return a car or workaround?
    While I was hoping for
    .000
    Thanks in advance,
    Ton
    Message Edited by TonP on 02-01-2008 10:07 AM
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!
    Solved!
    Go to Solution.
    Attachments:
    ,outside.png ‏2 KB
    Normal_Wrong.png ‏2 KB
    ,inside.png ‏2 KB

    Thanks Michel,
    It's nice to see there's a Localization Manager! thumbs up!
    I am pretty happy with the current state of localization. (this one came up because of another user's question)
    Ton
    Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
    Nederlandse LabVIEW user groep www.lvug.nl
    My LabVIEW Ideas
    LabVIEW, programming like it should be!

  • LR CC 2015 batch editing timestamp bug

    I'm running LR CC 2015 on a 27" retina iMac and when I try to batch edit timestamps, it only updates the timestamp of the first photo selected. Here the steps to reproduce:
    1) Select 2 or more photos
    2) Under metadata click the button to the right of Capture Time
    3) In the Edit Capture Time dialog box, select the radio "Shift by set number of hours (time zone adjust)"
    4) Click the drop down in the right side of the New Time box and select -19 hours as the time offset.
    5) Click change
    Expected behavior:
    All the photos selected in step 1 should have their timestamps by -19 hours
    Actual behavior:
    Only the first photo of the set selected in step 1 has its timestamp adjusted.

    Turn AutoSync on.
    Click the switch next to the Sync button

  • Really Old Bug, no fix

    I was searching for the solution to my timestamp bug and found a topic in the archive "UTA200-TM Firmware 1.01.08 timestamp bug".  The problem is, the firmware with the bug is 1.01.08, which is the "latest" version of the firmware.
    Will this bug ever get fixed?  Are there other bugs? Like the phone log being blank, even after a phone call is place, recieved, and missed?

    Try to call your phone provider they probably have new update for the software since this is bundled with TMobile.

  • JBO-25014: Another user has changed + DB Update trigger

    I have an DB update trigger on each row that updates 2 fields of the cuurent row:
    :New.T_SCHEDULE := SYSDATE + interval '+0 1:0:0' day to second;
    :New.STATUS := 30;
    In the Entity I have set Refresh after update/insert to yes for the attributes based on those updated fields.
    Now in a AM service method I change values of other fields through a design time ViewObject row and commit the transaction.
    The second time I activate that service method I get the JBO-25014 exception.
    Adding the following just after the commit statement solves the problem:
    trans.commit(); currentWeventContactListRow.refresh(Row.REFRESH_WITH_DB_FORGET_CHANGES);
    Should the framework not refresh the attributes updated by the trigger because of the parameter Refresh after update/insert set to yes?
    Or didn't I understand the meaning of Refresh after update/insert of an entity attribute?
    Thanks
    Frederic

    That was bug# 3935904, which I filed on behalf of your thread here:
    adf timestamp bug when value documented by db trigger
    That was closed as a duplicate later of bug# 4515623, fixed in Oracle Database 11g
    There are backports of that bug available for various earlier versions of the database. You might check with support to see if that's what you're encountering and whether the patch would remedy your problem.

  • Timestamp of videos not consistent with photos - appear out of order - bug or user error?

    We just returned from Hawaii and, of course, we have a mix of photos and videos.  However, subsequent photos and videos taken about the same time, which should have timestamps minutes apart, have timestamps that differ by 4 hours.  As I dig into this deeper, it seems all the videos have timestamps 4 hours from what they should be(my view).  At a minimum, I believe the photo and video timestamp should be set per a consistent definition.
    I am determining this after I imported the pictures into iPhoto.  I have done the import several times and the results are consisent.
    Example:
    IMG_0233.JPG - April 6, 2013 6:14:46 PM
    IMG_0234.MOV - April 6, 2013 11:15:08 PM <----This should be 6:15:46 PM
    Tried to verify the timestamp of the video and photo while the picture is on the iPhone…had to buy iPhoto for IOS for $5. The photo timestamp is the same as stated in iPhoto(IOW, IMG_0233.JPG is 6:14), but the video timestamp is just April 6, 2013…no exact time. Guess I wasted $5.
    Computer Data:Mac Mini 2.3Ghz Intel Core i5 - 8GB Memory - OS X 10.8.3
    Iphoto 11 9.4.3
    Phone Data:
    iPhone 5
    iOS 6.1.3
    Date & Time preference:  'Set Automatically'=ON
    Travel Timezone where pics taken: Hawaii - GMT-10
    Home Timezone: Chicago - normally GMT-6(4 hour difference from Hawaii), but right now Chicago is GMT-5 due to daylight savings.
    My theory is that there is a bug that sets the video timestamp to the 'home timezone', potentially only when 'automatic timezone is set.
    This seems easily fixed by doing a batch change to adjust the timestamp on all videos
    Any other explanations?  I am hoping I am doing something wrong.

    2 things...
    1) my opening paragraph says 4 hours, but it should be 5. DOH
    2) i just imported a bunch of pictures and videos from an android phone.  Same issues.  The Android photos seem to be perfectly aligned with the photos from the iphone 5, but the videos are 5 hours off the mark(later).  Of course, I want to view the pictures with the time in Hawaii, not Central Time, so the videos are definitely in the wrong from an intuitive standpoint...as I see it.
    2013-04-09 11.14.25.jpg - Taken at 11:14am in Hawaii.  This data is per the file as it sits in dropbox and viewed by my mac mini Finder.  Android puts the file on drop box from the phone, and I imported to iphoto from dropbox.  Despite the filename indicating 11:14am, finder says the file was created at 4:14pm.  However, iPhoto, correctly puts a timestamp of 11:14am and picture is where I expect it from a time standpoint at 11:14am.
    2013-04-09 11.15.05.mp4 - Taken at 11:15am in Hawaii.  This was imported into iPhoto via dropbox at the same time, but it is showing up in iPhoto at 4:15pm, throwing off the sorting.
    So, now I believe I have an iPhoto issue and probably brought this question to the wrong forum?
    I have fixed the problem by doing a 'adjust time and date' to all videos, both from iphone and android, to be 5 hours earlier in time.  Now everything lines up, but I am scratching my head why this isn't done consisently between photo and video in iPhoto, and why I have not run into this before.....

  • Timestamp problem or bug.

    I created a field in an entity using Timestamp as data type.
    When I assign the value I see milliseconds.
    However into the Database I don't see them and it seem to strip them somewhere.
    Looking the constructor (I simply exended Timestamp) I see a value with .0 in millisecond fields.
    How can I solve it ?
    TIA
    Tullio

    Hi all,
    Like all of u, i had this experience and i got some workarounds that work in my situation...
    Let's try this
    _ Open the Entity Object Editor of ur Entity which has the date column.
    _ Choose ur date column name in the Attributes tree node.
    For inserting time: Look on the Entity Attribute tab
    _ Choose Timestamp type for ur column.
    _ Check the option History Column and choose modified on (or created on, depends on ur case).
    For display time: Look on the Control Hints tab
    _ Choose Simple Date for Format Type option.
    _ Use dd-MM-yyyy hh:mm:ss as Format option.
    I use JDeveloper 9.0.4 preview for Windows.
    Hope that help
    VHL.

  • Bug: Timestamp columns don't work in automatic row processing

    It appears that automatic row processing doesn't work with timestamp columns. Here is the scenario:
    - I have a view that contains a timestamp column
    - I create an automatic row processing process that reads a row from this view
    - I create a hidden item with a source type of "Database Column" and set its source value to the name of the timestamp column.
    - The value of the hidden input is empty, i.e. value=""
    I found that, as a workaround, if a change the view to convert the timestamp to a string (e.g. SELECT TO_CHAR(LAST_MODIFIED) LAST_MODIFIED rather than SELECT LAST_MODIFIED), it works correctly.
    Adding a format mask or doing the conversion in a "post calculation computation" (e.g. TO_CHAR(:P34_LAST_MODIFIED)) doesn't work.

    Later on in my exploration I found that some of the text boxes on the Keynote inspector were not accepting text, and so I couldn't even change the transition time for a slide. That prompted a restart of the program and that also seems to have solved the problem where the inspector wasn't accepting input for the columns and gutter. It's working now. So watch out for that. No idea what was at the root of it, which is annoying.

  • Java.sql.Timestamp( long time ) bug?

    It appears to wipe milliseconds clean.
    If I pass in the current time such as:
    Timestamp t = new Timestamp( 1012427790890 );
    and then do a
    t.getTime();
    it returns the correct time but with no millis:
    1012427790000

    It looks like Timestamp stores both millis and nanos in the nanos field (the javadoc is unclear here), so what I end up having to do is:
    long seconds = timestamp.getTime();
    int nanos = timestamp.getNanos();
    long time = seconds + ( nanos/1000000 );

  • A Security Weakness When Signing without a Timestamp

    Hi Guys,
    I am exploring the need of timestamping PDF documents using Adobe Acrobat wrt security. I see a lot of signatures made without timestamps and I see an issue here mentioned below. If my assumption is valid then Ideally Adobe Acrobat should strongly mandate to use timestamps with revocation information.
    The scenario:
    A user uses a high trust credential to legitimately sign PDF documents but chooses not to use a Timestamp to avoid costs.  These documents have an embedded signature plus the signer’s certificate chain CRLs and/or OCSP responses (but no trusted timestamp).
    At a point in time (let’s say 1 June 2012) the credential and PIN is stolen.   If the theft is before the end of validity period the credential is of course revoked. However if the theft is of an expired credential it can’t be revoked and most people would not notice and perhaps would not even care.  Let us further assume the thief gains access to a number of old signed documents.  Of course in theory this is not a problem, because these documents are signed and therefore protected and can’t be changed. However the thief now has access to a range of valid CRLs and/or OCSP responses that were properly valid from before the theft and can use them to their advantage.  These documents may even be widely published or perhaps received anyway by an insider thief.
    The thief can use the stolen credential and can sign a document at any date/time of their choosing up to 1 June 2012 (by varying their local system date/time) to one that lies within the validity period of any previous OCSP/ CRL data they have captured. Even though the signature covers the validation data this is all done at what seems like a legitimate time. 
    Trust Threat Analysis:
    A stolen credential and PIN can easily be used at a local desktop time (set to anything you like).  With PDF editing software – no problem for a hacker of course – you can embed a CRL that shows the stolen credential as good during any period up to the revocation or expiry.  The hacker just needs to select a signing date/time that is within a CRL validity period for one of the CRLs they have access to.  The selected CRL is then re-used as part of the signing process on a fraudulent document.
    It is now up to the receiving software to make the right trust decision – and a trusted timestamp should always be used to make a trustworthy historic decision.  If there is no embedded trusted timestamp the receiver software could decide to verify the signature at (a) the current time or (b) the (untrusted) time indicated by the signer.  Any software that uses option (b) and trusts the (untrusted) time in the signature rather than defaulting to current time creates a substantial trust issue.  The whole purpose of using and attaching a valid, trusted signature time stamp is to independently confirm the accurate date/time of (potentially untrusted) third party signing events.  The timestamp cannot be re-used since it covers the signature details.  Any substantial variance in time between the signer’s time and the timestamp time is peculiar but systems should always default to trusting the signature timestamp date/time.
    Ideally PDF signing software used by a signer that fails to obtain a timestamp should not allow the document to be signed.  If the policy is to sign with a long-term signature then the timestamp must be present to confirm the time.  Some software products create confusion by allowing the timestamp to be missed if it cannot be obtained.  This means that a document that should have a life of several months or years should actually be seen to have an issue immediately after certificate revocation or expiry (could be in a few days or months).  Using such software, users will not be aware of the issue until the problem has manifested itself.
    Any Comments?
    Regards,
    Wahaj

    The settings for the warning messages have been removed from the user interface (Bug 513166).
    You need to change the related security.warn_* prefs directly on the <b>about:config</b> page.<br />
    Filter: security.warn
    To open the <i>about:config</i> page, type <b>about:config</b> in the location (address) bar and press the "<i>Enter</i>" key, just like you type the url of a website to open a website.<br />
    If you see a warning then you can confirm that you want to access that page.<br />
    *Use the Filter bar at to top of the about:config page to locate a preference more easily.
    *Preferences that have been modified show as bold(user set).
    *Preferences can be reset to the default or changed via the right-click context menu.

  • BUGS and FEATURES REQUESTED. Please add to it.

    I've been using the z10 for the past couple weeks and wanted to start a thread of comprehensive Bugs and Features Requested.
    I've labeled Bugs by letters (A,B,C...) and Features Requested by numbers (1, 2, 3...) so that others can add sequentially.
    BUGS
    (Not listed in any particular order)
    (A.) Contact App adds current date as birthday. When I edit my contact, the current date gets listed as the birthday in local contact.
    (B.) Duplicate telephone numbers listed. Telephone numbers show up twice in my Contacts (e.g.., if I have the contact's cell saved in (000) 123-4567 format and the person has the number listed in Facebook, I get a duplicate entry of +10001234567).
    (C.) Telephone numbers and emails are not actionable in Web pages. In webpages, I can't click on telephone number to call (e.g., I look up a phone number for a restaurant). I should be able to easily call or copy into the Phone App or E-mail App.
    (D.) Auto capitulation for words on the word substitution list is wrong. For example, when the word substitution contains more than one word. I have "ru" change to "are you" but if the first letter is capitalized (R) then both words become capitalized words (Are You). I used to have shortcuts like "mysig" to create email signatures with legal disclaimers but I can't do that now.
    (E.) Backspace delete doesn't work consistently. The Shift+Delete function seems only to work after moving the cursor. This feature is the Alt+Del action to delete words after the cursor.
    (F.) All Emoticons do not list. Emoticons do not all fit on the the two screens (lists) of emoticons. I.e., two columns are missing from view and can be seen when sliding (swiping) between the lists. Also, sometimes when I select an emoticon, it doesn't correspond with the picture of the one I intended. I believe this error is related. As a separate note, there should be a way to see the underlying symbols of the emoticon. (Often times, other people don't have BlackBerrys so I'd like to know what symbols would be sent--my prior 9800 would show the characters as i scrolled through them).
    (G.) BlackBerry keyboard doesn't always work in input fields. E.g., certain Web pages. (I found a work around; two finger swipe up from the bottom makes the keyboard appear)
    (H.) Sent messages stay unread. This seems to be an issue when an app sends an email (e.g., share article). The email with the sent indicator (checkmark) stays bold and I have listed 1 unread email. I can't mark as read/unread but if I delete the sent email, my unread message gets cleared.
    (I.) Contact already added but I get the option to add instead of view contact. For some contacts, I get the option to add to contacts in the action menu cascade when that person is already in my address book. This bug is for emails and text messages.
    (J.) Cannot call from text message. When I hold a text message and select call under the action menu cascade, the OS opens up the phone app but doesn't call.
    (K.) Composing messages by name. When composting messages, the input must be by first, middle and last name. It should be, instead, by string and include nickname. E.g., if the person's name is "Andrew B. Cameron" I must type the name in as such. I can't type in "Andrew Cameron" or "Andy Cameron."
    Features Requested and Suggestions for Improved User Experience
    (In no particular order)
    1)      Option to reply in different ways from the Call List. Be able to select a name in a call list and have options to call, text or email the person. The action menu allows calls to other numbers but I can't choose to text or email the contact instead. Sometimes, I missed a call and want to reply via text because I’m not able to talk. (Long hold on the Torch 9800 trackpad button brought up the action menu allowing me to call, text, view history, add to speed dial, e-mail, delete, etc.)
    2)      Option to reply in different ways from the Hub. Related to above, when selecting an item in the hub, have the option to contact the sender or caller with multiple different ways.
    3)      Only show number once in contacts application. Tap on the number to bring up the "action" cascade menu with options to call or text the number. Why is the same number listed twice (once to call and below again to text it)?
    4)      Timestamps for individual text messages. I can't tell exact time on individual text message if it comes in near the time of another text. All messages are in one "bubble."
    5)      Ability to select MMS or text for a message. Sometimes I write a text longer than 160 characters and I prefer it to be sent in one message (i.e., MMS mode) rather than being broken into one or more standard text messages. I had this ability with my 9800.
    6)      Send button should be moved for text messages!!! Why the heck is it right underneath the delete button?!? Or next to the period button? I often times have accidentally hit send when composing text. It's very annoying and embarrassing. (Also, what happened to the ability to hit enter for a return carriage to next line?)
    7)      Bigger magnifying glass. My finger is often over the area I need to place the cursor. I find it difficult and erratic to place the cursor.
    8)      Select all option. Add the option to select all text in action menu cascade.
    9)      E-mail recipients and message headers. Difficult to tell if you are one of many email recipients. Can we have a way to pull the email down to see the list of recipients rather than have to click to expand the header info? I know this request is a little picky, but that's how it was done in the previous BlackBerry OS which I preferred; it is easier and faster to pull the e-mail down and 'peek' to see which e-mail box received the message, message status, from and to fields. This change would be consistent with BB's flow/peek rather than click.
    10)   Browser navigation. Hold down back arrow to get a list of recently visited websites similar to a desktop browser.
    11)   Dark/Night mode. A night mode (maybe in the drop down menu) to change all the white and bright backgrounds to black or dark which would be helpful when reading/viewing things at night in bed/etc.
    12)   Number of contacts. Ability to see how many contacts I have.
    13)   What happened to groups or categories? I'd like to have back the ability to filter or see categories and also a way to contact everyone in a category. E.g., family or friends or coworkers, etc.
    14)   Shutter sound mute. I was at a wedding and wanted to take pictures during the ceremony but the shutter would was too loud.
    15)   East Asian Language Input. I bought my parents two Samsung Galaxy S3 phones over the weekend because they need Korean input (and the Kakao talk app). (BTW, S3 is a great phone but I prefer the Z10 after having the weekend to use the Android phones).
    16)   Ability to freely place icons on the homesreen. Currently, icons are forced top left-right-to-bottom. I prefer to space my icons out.
    17)   Add a contact to the homescreen. I'd like to place a shortcut (similar to a Webpage) to the homescreen for a contact which will open up the contact. Android allows this feature and so did my previous 9800.
    18)   Search Contacts by nickname. The contacts app doesn't allow me to search by, e.g., Andy, even if I have that as my contact's nickname. The previous OS allowed this type of search which was very helpful.
    Finally, as a note, I've been using the BlackBerry Z10 for the past 2 weeks and it's a great platform. I just bought two Samsung Galaxy S3 phones over the weekend for my parents so they could use the Korean language input and related features so I spent a lot of time with the Android platform, setting it up and teaching them how to use it. The S3 is a great phone too.
    I prefer, however, the way BlackBerry has done their OS 10 and the integrated management of messages.
    It's too bad that BB doesn't have Korean input and apps like Kakao Talk or I would have considered it for them.
    The BlackBerry 10 is a great platform and I look forward to the continual improvements that will only make the experience better.

    This is a great post.
    I couldn't have written it myself better.
    I'm also in dying need of Korean input as I can't communicate with my Korean friends.
    But I second every point.
    I hope the tech teams are reading this.

  • N78 v20.149 Bug List Thread

    Hi everyone, thanks for all your advice and comments now that v20.149 has been released here (only on FOTA and not NSU yet) are the changes I have noticed, along with some newly discovered bugs:
    NOTE: all the documented features/improvements are performed with the Theme Effects turned on.
    Changes/Improvements/New features I have noticed from v12.046 to v20.149:
    Standby screen:
    *While scanning for wireless networks in the home screen, instead of saying “No networks found” as in the past, it says “No WLANs available”, also some other minor name changes in this menu.
    *Share online icon in standby screen seems to be different
    *When going back to the music player via the standby screen, it goes straight into the player without a fading in/out transition as it did before when Theme Effects are turned on (an instantaneous response). However, for going into other sections from the standby screen the fade in/out transition still occurs.
    *When Music Player is operating, and seeing the track name on the screen, and then when one song ends and goes to the next track, the speed at which this happens is much improved although not flawless (there is still some lag).
    *Scrolling up and down through the entries in the standby screen is very fast and not slow like before.
    Call log, Contacts and calling function:
    *Calling speed (from standby screen to Contacts or Call Log) and transition to call/disconnected screens much faster and improved
    *Faster resume of music playback after call is ended
    *Volume bar is changed from ten dotted increment to continuous coloured volume triangle (this has also been reflected in other menus and options throughout the phone)
    Maps:
    *Maps updated to version 2.0
    Music Player:
    *Much faster interface and speed through all menus
    *Pressing volume keys is much improved and faster and more accurate response than before (where it may have taken time in the past for the volume level to update)
    *Music controls (i.e. Rewind, Fast forward, play/pause, stop) are no longer the same colour as the matching theme, now it is just the same light green colour across all themes
    *Visualisations are still a bit slow, but faster than before
    Photos:
    *Transition into the Photos application is much faster than before
    *Scrolling through photos and videos and the like is still jerky and thumbnails still take a while to be updated from pixelated to clear thumbnails
    Settings:
    *In Themes, there is a new theme called Music (very yucky looking I must admit)
    *Power saver now includes “Now playing” option, so when the backlight goes off, the currently playing song and time are displayed on the screen for a number of seconds before disappearing. This occurs before keypad lock is activated, and when any key is pressed, the names of the song light up (in green or red). Also when going from one track to the next while this screensaver is activated, the date is displayed briefly.
    Other:
    *General speed improvements across all menus and applications
    *Help function is much faster and speed improved
    *New help topics added to Help function
    *Speed dial now works without any lag
    *New RealPlayer interface and version updated (where the RealPlayer screen is no longer displayed but grey bars on top and bottom of the video)
    *About application has been updated for the year dates so that they are all “2009”.
    *Installation of applications and refresh of available applications within the Application Manager is much improved and faster (although icons for installed applications are now not displayed)
    *”Application update” added to Applications
    *Carousel menu has new options under each heading
    *Navi-wheel seems to have been tweaked a bit more
    *Background light settings actually work now
    *Truncated email-account login name fixed
    Other documented changes that have been stated by others for v13.052 and now v20.149:
    *Improvements:
    Connectivity:
    - System Error message appears when trying to stream a clip from a busy server
    - Timestamp corruption error in long streaming which leads to 'Error in receiving live
    content'
    -VPN not working through WLAN in offline mode
    - Priorities of protected IAPs could not be changed via UI
    - Mail For Exchange did not play tone for every mail received as per S60 3.0 and 3.1
    products
    - DM settings were not generated automatically when Email settings are defined in variant
    Photos:
    - Thumbnail displayed does not match actual image if user deletes thumbnail file in
    memory card private folder
    Internet:
    - UI issues when viewing Youtube videos
    Music:
    - Playing WMA audio files improved
    - IHF cannot be enabled during call when FMT is on
    - DRM: The ampersand character ('&') encoding is not correct
    Other changes:
    - Weekly recurring clock alarm always sets for the current weekday regardless of the day
    chosen
    - Contact Groups are not titled correctly
    - Help text located in settings/general/Navi Wheel
    - Help text for Voice commands
    - Access point generation difficulties after factory reset
    New features:
    - Boingo – Cancelled
    - Comes With Music (CWM) - This SW Version includes CWM enablers
    Changes:
    Bluetooth
    * N78 to CK-07W Audio Lost at regular intervals
    * Call Not Working With Bluetooth Headset
    WLAN
    * WLAN APN passed along with SDP contents is not utilized by Real Player
    Power Management
    * Sleep current too high while video applications at background
    GPS
    * The phone freezes when launching the Trip distance by clicking the link in Help content
    PC Suite
    * Harvester Server doesn’t close all necessary connections to other services during backup/restore
    SIM/USIM
    * Incorrect error codes are passed by TSY from SIM server to application layer for Smart card feature
    Radio
    * RadioLauncher gets corrupted state when VisualRadio exits
    * FM frequency range extends below 87.5MHz
    Podcast
    * Podcasts: garbled search results when entering a number as the search title
    Photos
    * Crash when launching Photos application after restoring from memory card
    * Slideshow doesn’t work after used device for a while
    Internet
    Maps
    * Maps:”My position” and “My place” are translated into the same Chinese
    Messaging
    * E-mail username truncated causes problem with login
    * Adding new number from SMS to existing number in ADN causes corruption
    Download!
    * Download client doesn’t work with certain operators WAP APN
    Other Changes:
    * Java platform version number not updated in IAD
    * Widget installer plugin cannot be upgraded
    * Removing battery during alarm makes the device unusable
    * Stub sis file doesn’t include httptransfer component
    * Paths are incorrect in cenrep creation file (Naviscroll and FMTX affected)
    * Internal Debugging tool wrongly included in Production SW
    * Device cuts off URL parameter in RTSP streaming link
    * Delivery via Device Management corrupts EAP-FAST PAC file
    * TCK failure with HTTP and AMR Combination
    * SpaceUI doesn’t allow for changes when a default number is assigned in Phonebook
    * Display corrupts with 3rd party application BestCalc
    Bugs/missing features already found:
    *Will not let you enter the Date and Time settings, instead going back to the main menu
    *Will not let you enter settings for the alarm Clock, instead going back to the main menu (related to the Date and Time above)
    *Carousel menu by pressing that small silver key is still inconsistent, sometimes appears with scroll bar and performance is still slow
    *Still no N-gage client within firmware
    I have yet to check all the bugs that were documented for v12.046 in the thread /discussions/board/message?board.id=swupdate&thread.id=42047&page=4, but I will go about that very soon and document all the changes here in this thread. But so far, so good, the firmware appears to be a lot better and more stable than 12.046. Again, thanks to all users for their current feedback on problems. Remember to be sure to add your experiences with the N78 here!
    Message Edited by celandine on 15-Jan-2009 02:59 PM

    My n78 froze at the standby screen when it rebooted itself during the upgrade from v12 to v20.149. The background image and active standby icons appeared, but nothing else - no network provider name, no battery or signal level indicator, no clock, no calender entries, no wlan scanning, no share online. I left it for 15 minutes or so before crossing my fingers and removing and replacing the battery (since the power button did nothing). Not a great start I thought. But it started up ok.
    new/unfixed bugs
    The clock alarm did not switch the phone back on after the first 5 minute snooze, but it did do the snooze resume thing when I actually switched the phone on 15 minutes later... I setup a "within 24 hours" alarm and that had no problems switching on the phone several times with a 1 minute snooze so I guess I'll have to wait until tomorrow morning to see if my weekday alarm snoozes properly now...
    The FM transmitter was transmitting at 107.5 even though the settings screen and active standby message showed 106.9 which I had set it to before the update... Viewing and saving the fm transmitter settings did update the frequency to 106.9 though.
    I'm still unable to set default numbers for some contacts - the contacts app exits to the standby screen.
    Unable to zoom camera/photos when musicplayer and fm transmitter activated.
    improvements
    At least the loudspeaker function works after using the FM transmitter now.
    Playback of videos through the images app seems much improved - i.e. it actually plays video clips all the way through without freezing the picture.
    I'll post more if I notice anything

  • Rendering bugs on xf86-video-ati on GNOME Shell

    Hi guys. I have a problem with graphics rendering on Arch i686 installed on a bootable USB stick. To handle multiple devices I did pacman -S xorg-drivers. Unfortunately when I log in to GDM/GNOME shell the screen is full of artifacts - several icons are just invisible and rectangular parts of page in Chromium are black, gnome-shell controls blink and so on.
    I did not test other display managers/desktop environments. xf86-video-ati works fine for me on 64bit Arch installed on the HDD.
    $ journalctl -xb --no-pager
    -- Logs begin at śro 2014-12-24 02:09:53 CET, end at sob 2014-12-27 14:20:29 CET. --
    gru 27 14:14:08 lapa systemd-journal[141]: Runtime journal is using 8.0M (max allowed 151.4M, trying to leave 227.1M free of 1.4G available → current limit 151.4M).
    gru 27 14:14:08 lapa systemd-journal[141]: Permanent journal is using 16.0M (max allowed 1.2G, trying to leave 1.8G free of 9.1G available → current limit 1.2G).
    gru 27 14:14:09 lapa systemd-journal[141]: Time spent on flushing to /var is 147.203ms for 2 entries.
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys cpuset
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys cpu
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys cpuacct
    gru 27 14:14:09 lapa kernel: Linux version 3.17.6-1-ARCH (builduser@foutrelis) (gcc version 4.9.2 (GCC) ) #1 SMP PREEMPT Sun Dec 7 23:58:19 UTC 2014
    gru 27 14:14:09 lapa kernel: e820: BIOS-provided physical RAM map:
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x0000000000000000-0x000000000009f7ff] usable
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x000000000009f800-0x000000000009ffff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x0000000000100000-0x00000000bfb3efff] usable
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000bfb3f000-0x00000000bfbbefff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000bfbbf000-0x00000000bfebefff] ACPI NVS
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000bfebf000-0x00000000bfef5fff] ACPI data
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000bfef6000-0x00000000bfefffff] usable
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000bff00000-0x00000000dfffffff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000fed80000-0x00000000fed80fff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
    gru 27 14:14:09 lapa kernel: BIOS-e820: [mem 0x0000000100000000-0x000000011effffff] usable
    gru 27 14:14:09 lapa kernel: Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
    gru 27 14:14:09 lapa kernel: SMBIOS 2.7 present.
    gru 27 14:14:09 lapa kernel: DMI: Acer Aspire 7560/JE70-SB, BIOS V2.02 12/02/2011
    gru 27 14:14:09 lapa kernel: e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    gru 27 14:14:09 lapa kernel: e820: remove [mem 0x000a0000-0x000fffff] usable
    gru 27 14:14:09 lapa kernel: e820: last_pfn = 0xbff00 max_arch_pfn = 0x100000
    gru 27 14:14:09 lapa kernel: MTRR default type: uncachable
    gru 27 14:14:09 lapa kernel: MTRR fixed ranges enabled:
    gru 27 14:14:09 lapa kernel: 00000-9FFFF write-back
    gru 27 14:14:09 lapa kernel: A0000-BFFFF uncachable
    gru 27 14:14:09 lapa kernel: C0000-FFFFF write-through
    gru 27 14:14:09 lapa kernel: MTRR variable ranges enabled:
    gru 27 14:14:09 lapa kernel: 0 base 0000000000 mask FF80000000 write-back
    gru 27 14:14:09 lapa kernel: 1 base 0080000000 mask FFC0000000 write-back
    gru 27 14:14:09 lapa kernel: 2 base 00BFEBD000 mask FFFFFFF000 uncachable
    gru 27 14:14:09 lapa kernel: 3 base 00FFE00000 mask FFFFE00000 write-protect
    gru 27 14:14:09 lapa kernel: 4 disabled
    gru 27 14:14:09 lapa kernel: 5 disabled
    gru 27 14:14:09 lapa kernel: 6 disabled
    gru 27 14:14:09 lapa kernel: 7 disabled
    gru 27 14:14:09 lapa kernel: TOM2: 000000011f000000 aka 4592M
    gru 27 14:14:09 lapa kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    gru 27 14:14:09 lapa kernel: found SMP MP-table at [mem 0x000fe1b0-0x000fe1bf] mapped at [c00fe1b0]
    gru 27 14:14:09 lapa kernel: Scanning 1 areas for low memory corruption
    gru 27 14:14:09 lapa kernel: initial memory mapped: [mem 0x00000000-0x01bfffff]
    gru 27 14:14:09 lapa kernel: Base memory trampoline at [c009b000] 9b000 size 16384
    gru 27 14:14:09 lapa kernel: init_memory_mapping: [mem 0x00000000-0x000fffff]
    gru 27 14:14:09 lapa kernel: [mem 0x00000000-0x000fffff] page 4k
    gru 27 14:14:09 lapa kernel: init_memory_mapping: [mem 0x37000000-0x373fffff]
    gru 27 14:14:09 lapa kernel: [mem 0x37000000-0x373fffff] page 2M
    gru 27 14:14:09 lapa kernel: init_memory_mapping: [mem 0x30000000-0x36ffffff]
    gru 27 14:14:09 lapa kernel: [mem 0x30000000-0x36ffffff] page 2M
    gru 27 14:14:09 lapa kernel: init_memory_mapping: [mem 0x00100000-0x2fffffff]
    gru 27 14:14:09 lapa kernel: [mem 0x00100000-0x003fffff] page 4k
    gru 27 14:14:09 lapa kernel: [mem 0x00400000-0x2fffffff] page 2M
    gru 27 14:14:09 lapa kernel: init_memory_mapping: [mem 0x37400000-0x377fdfff]
    gru 27 14:14:09 lapa kernel: [mem 0x37400000-0x377fdfff] page 4k
    gru 27 14:14:09 lapa kernel: BRK [0x017ae000, 0x017aefff] PGTABLE
    gru 27 14:14:09 lapa kernel: RAMDISK: [mem 0x37912000-0x37c80fff]
    gru 27 14:14:09 lapa kernel: Allocated new RAMDISK: [mem 0x3748f000-0x377fd8f7]
    gru 27 14:14:09 lapa kernel: Move RAMDISK from [mem 0x37912000-0x37c808f7] to [mem 0x3748f000-0x377fd8f7]
    gru 27 14:14:09 lapa kernel: ACPI: Early table checksum verification disabled
    gru 27 14:14:09 lapa kernel: ACPI: RSDP 0x000FE020 000024 (v02 ACRSYS)
    gru 27 14:14:09 lapa kernel: ACPI: XSDT 0xBFEF5120 00007C (v01 ACRSYS ACRPRDCT 00000001 01000013)
    gru 27 14:14:09 lapa kernel: ACPI: FACP 0xBFEF4000 0000F4 (v04 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: DSDT 0xBFEE2000 00DADF (v01 ACRSYS ACRPRDCT F0000000 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: FACS 0xBFC96000 000040
    gru 27 14:14:09 lapa kernel: ACPI: HPET 0xBFEF3000 000038 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: APIC 0xBFEF2000 000084 (v02 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: MCFG 0xBFEF1000 00003C (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: ASF! 0xBFEF0000 0000A5 (v32 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: BOOT 0xBFEE1000 000028 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: SLIC 0xBFEE0000 000176 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: WDRT 0xBFEDF000 000047 (v01 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: MSDM 0xBFEDE000 000055 (v03 ACRSYS ACRPRDCT 00000001 1025 00040000)
    gru 27 14:14:09 lapa kernel: ACPI: SSDT 0xBFEDD000 000E28 (v01 AMD POWERNOW 00000001 AMD 00000001)
    gru 27 14:14:09 lapa kernel: ACPI: SSDT 0xBFEDB000 00193D (v02 AMD ALIB 00000001 MSFT 04000000)
    gru 27 14:14:09 lapa kernel: ACPI: Local APIC address 0xfee00000
    gru 27 14:14:09 lapa kernel: 2183MB HIGHMEM available.
    gru 27 14:14:09 lapa kernel: 887MB LOWMEM available.
    gru 27 14:14:09 lapa kernel: mapped low ram: 0 - 377fe000
    gru 27 14:14:09 lapa kernel: low ram: 0 - 377fe000
    gru 27 14:14:09 lapa kernel: BRK [0x017af000, 0x017affff] PGTABLE
    gru 27 14:14:09 lapa kernel: Zone ranges:
    gru 27 14:14:09 lapa kernel: DMA [mem 0x00001000-0x00ffffff]
    gru 27 14:14:09 lapa kernel: Normal [mem 0x01000000-0x377fdfff]
    gru 27 14:14:09 lapa kernel: HighMem [mem 0x377fe000-0xbfefffff]
    gru 27 14:14:09 lapa kernel: Movable zone start for each node
    gru 27 14:14:09 lapa kernel: Early memory node ranges
    gru 27 14:14:09 lapa kernel: node 0: [mem 0x00001000-0x0009efff]
    gru 27 14:14:09 lapa kernel: node 0: [mem 0x00100000-0xbfb3efff]
    gru 27 14:14:09 lapa kernel: node 0: [mem 0xbfef6000-0xbfefffff]
    gru 27 14:14:09 lapa kernel: On node 0 totalpages: 785127
    gru 27 14:14:09 lapa kernel: free_area_init_node: node 0, pgdat c162b480, node_mem_map f5c8f020
    gru 27 14:14:09 lapa kernel: DMA zone: 32 pages used for memmap
    gru 27 14:14:09 lapa kernel: DMA zone: 0 pages reserved
    gru 27 14:14:09 lapa kernel: DMA zone: 3998 pages, LIFO batch:0
    gru 27 14:14:09 lapa kernel: Normal zone: 1744 pages used for memmap
    gru 27 14:14:09 lapa kernel: Normal zone: 223230 pages, LIFO batch:31
    gru 27 14:14:09 lapa kernel: HighMem zone: 4367 pages used for memmap
    gru 27 14:14:09 lapa kernel: HighMem zone: 557899 pages, LIFO batch:31
    gru 27 14:14:09 lapa kernel: Using APIC driver default
    gru 27 14:14:09 lapa kernel: ACPI: PM-Timer IO Port: 0x408
    gru 27 14:14:09 lapa kernel: ACPI: Local APIC address 0xfee00000
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x03] enabled)
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
    gru 27 14:14:09 lapa kernel: ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
    gru 27 14:14:09 lapa kernel: ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    gru 27 14:14:09 lapa kernel: IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    gru 27 14:14:09 lapa kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    gru 27 14:14:09 lapa kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    gru 27 14:14:09 lapa kernel: ACPI: IRQ0 used by override.
    gru 27 14:14:09 lapa kernel: ACPI: IRQ9 used by override.
    gru 27 14:14:09 lapa kernel: Using ACPI (MADT) for SMP configuration information
    gru 27 14:14:09 lapa kernel: ACPI: HPET id: 0x10228210 base: 0xfed00000
    gru 27 14:14:09 lapa kernel: smpboot: Allowing 4 CPUs, 0 hotplug CPUs
    gru 27 14:14:09 lapa kernel: PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    gru 27 14:14:09 lapa kernel: PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
    gru 27 14:14:09 lapa kernel: PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
    gru 27 14:14:09 lapa kernel: e820: [mem 0xe0000000-0xf7ffffff] available for PCI devices
    gru 27 14:14:09 lapa kernel: Booting paravirtualized kernel on bare hardware
    gru 27 14:14:09 lapa kernel: setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
    gru 27 14:14:09 lapa kernel: PERCPU: Embedded 14 pages/cpu @f5c45000 s33536 r0 d23808 u57344
    gru 27 14:14:09 lapa kernel: pcpu-alloc: s33536 r0 d23808 u57344 alloc=14*4096
    gru 27 14:14:09 lapa kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
    gru 27 14:14:09 lapa kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 783351
    gru 27 14:14:09 lapa kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e298e7c2-a35d-4fd4-b1a9-41e2cd84ae0e rw quiet
    gru 27 14:14:09 lapa kernel: PID hash table entries: 4096 (order: 2, 16384 bytes)
    gru 27 14:14:09 lapa kernel: Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
    gru 27 14:14:09 lapa kernel: Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
    gru 27 14:14:09 lapa kernel: Initializing CPU#0
    gru 27 14:14:09 lapa kernel: allocated 6289400 bytes of page_cgroup
    gru 27 14:14:09 lapa kernel: please try 'cgroup_disable=memory' option if you don't want memory cgroups
    gru 27 14:14:09 lapa kernel: Initializing HighMem for node 0 (000377fe:000bff00)
    gru 27 14:14:09 lapa kernel: Initializing Movable for node 0 (00000000:00000000)
    gru 27 14:14:09 lapa kernel: Memory: 3097232K/3140508K available (4550K kernel code, 493K rwdata, 1344K rodata, 580K init, 832K bss, 43276K reserved, 2231596K highmem)
    gru 27 14:14:09 lapa kernel: virtual kernel memory layout:
    fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
    pkmap : 0xff800000 - 0xffc00000 (4096 kB)
    vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
    lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
    .init : 0xc1640000 - 0xc16d1000 ( 580 kB)
    .data : 0xc1471da8 - 0xc163e480 (1841 kB)
    .text : 0xc1000000 - 0xc1471da8 (4551 kB)
    gru 27 14:14:09 lapa kernel: Checking if this processor honours the WP bit even in supervisor mode...Ok.
    gru 27 14:14:09 lapa kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    gru 27 14:14:09 lapa kernel: Preemptible hierarchical RCU implementation.
    gru 27 14:14:09 lapa kernel: RCU dyntick-idle grace-period acceleration is enabled.
    gru 27 14:14:09 lapa kernel: Dump stacks of tasks blocking RCU-preempt GP.
    gru 27 14:14:09 lapa kernel: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
    gru 27 14:14:09 lapa kernel: RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
    gru 27 14:14:09 lapa kernel: NR_IRQS:2304 nr_irqs:456 0
    gru 27 14:14:09 lapa kernel: CPU 0 irqstacks, hard=f5008000 soft=f500a000
    gru 27 14:14:09 lapa kernel: spurious 8259A interrupt: IRQ7.
    gru 27 14:14:09 lapa kernel: Console: colour dummy device 80x25
    gru 27 14:14:09 lapa kernel: console [tty0] enabled
    gru 27 14:14:09 lapa kernel: hpet clockevent registered
    gru 27 14:14:09 lapa kernel: tsc: Fast TSC calibration using PIT
    gru 27 14:14:09 lapa kernel: tsc: Detected 1497.336 MHz processor
    gru 27 14:14:09 lapa kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 2995.45 BogoMIPS (lpj=4991120)
    gru 27 14:14:09 lapa kernel: pid_max: default: 32768 minimum: 301
    gru 27 14:14:09 lapa kernel: ACPI: Core revision 20140724
    gru 27 14:14:09 lapa kernel: ACPI: All ACPI Tables successfully acquired
    gru 27 14:14:09 lapa kernel: Security Framework initialized
    gru 27 14:14:09 lapa kernel: Yama: becoming mindful.
    gru 27 14:14:09 lapa kernel: Mount-cache hash table entries: 2048 (order: 1, 8192 bytes)
    gru 27 14:14:09 lapa kernel: Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes)
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys memory
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys devices
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys freezer
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys net_cls
    gru 27 14:14:09 lapa kernel: Initializing cgroup subsys blkio
    gru 27 14:14:09 lapa kernel: CPU: Physical Processor ID: 0
    gru 27 14:14:09 lapa kernel: CPU: Processor Core ID: 0
    gru 27 14:14:09 lapa kernel: mce: CPU supports 6 MCE banks
    gru 27 14:14:09 lapa kernel: Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
    Last level dTLB entries: 4KB 1024, 2MB 128, 4MB 64, 1GB 0
    gru 27 14:14:09 lapa kernel: Freeing SMP alternatives memory: 20K (c16d1000 - c16d6000)
    gru 27 14:14:09 lapa kernel: ftrace: allocating 19545 entries in 39 pages
    gru 27 14:14:09 lapa kernel: Enabling APIC mode: Flat. Using 1 I/O APICs
    gru 27 14:14:09 lapa kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    gru 27 14:14:09 lapa kernel: smpboot: CPU0: AMD A6-3420M APU with Radeon(tm) HD Graphics (fam: 12, model: 01, stepping: 00)
    gru 27 14:14:09 lapa kernel: Performance Events: AMD PMU driver.
    gru 27 14:14:09 lapa kernel: ... version: 0
    gru 27 14:14:09 lapa kernel: ... bit width: 48
    gru 27 14:14:09 lapa kernel: ... generic registers: 4
    gru 27 14:14:09 lapa kernel: ... value mask: 0000ffffffffffff
    gru 27 14:14:09 lapa kernel: ... max period: 00007fffffffffff
    gru 27 14:14:09 lapa kernel: ... fixed-purpose events: 0
    gru 27 14:14:09 lapa kernel: ... event mask: 000000000000000f
    gru 27 14:14:09 lapa kernel: NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    gru 27 14:14:09 lapa kernel: CPU 1 irqstacks, hard=f514a000 soft=f514c000
    gru 27 14:14:09 lapa kernel: x86: Booting SMP configuration:
    gru 27 14:14:09 lapa kernel: .... node #0, CPUs: #1
    gru 27 14:14:09 lapa kernel: Initializing CPU#1
    gru 27 14:14:09 lapa kernel: CPU 2 irqstacks, hard=f5170000 soft=f5172000
    gru 27 14:14:09 lapa kernel: #2
    gru 27 14:14:09 lapa kernel: Initializing CPU#2
    gru 27 14:14:09 lapa kernel: CPU 3 irqstacks, hard=f519a000 soft=f519c000
    gru 27 14:14:09 lapa kernel: #3
    gru 27 14:14:09 lapa kernel: Initializing CPU#3
    gru 27 14:14:09 lapa kernel: x86: Booted up 1 node, 4 CPUs
    gru 27 14:14:09 lapa kernel: smpboot: Total of 4 processors activated (11983.80 BogoMIPS)
    gru 27 14:14:09 lapa kernel: devtmpfs: initialized
    gru 27 14:14:09 lapa kernel: PM: Registering ACPI NVS region [mem 0xbfbbf000-0xbfebefff] (3145728 bytes)
    gru 27 14:14:09 lapa kernel: pinctrl core: initialized pinctrl subsystem
    gru 27 14:14:09 lapa kernel: RTC time: 13:14:02, date: 12/27/14
    gru 27 14:14:09 lapa kernel: NET: Registered protocol family 16
    gru 27 14:14:09 lapa kernel: cpuidle: using governor ladder
    gru 27 14:14:09 lapa kernel: cpuidle: using governor menu
    gru 27 14:14:09 lapa kernel: ACPI: bus type PCI registered
    gru 27 14:14:09 lapa kernel: acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    gru 27 14:14:09 lapa kernel: PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
    gru 27 14:14:09 lapa kernel: PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
    gru 27 14:14:09 lapa kernel: PCI: Using MMCONFIG for extended config space
    gru 27 14:14:09 lapa kernel: PCI: Using configuration type 1 for base access
    gru 27 14:14:09 lapa kernel: mtrr: your CPUs had inconsistent variable MTRR settings
    gru 27 14:14:09 lapa kernel: mtrr: probably your BIOS does not setup all CPUs.
    gru 27 14:14:09 lapa kernel: mtrr: corrected configuration.
    gru 27 14:14:09 lapa kernel: ACPI: Added _OSI(Module Device)
    gru 27 14:14:09 lapa kernel: ACPI: Added _OSI(Processor Device)
    gru 27 14:14:09 lapa kernel: ACPI: Added _OSI(3.0 _SCP Extensions)
    gru 27 14:14:09 lapa kernel: ACPI: Added _OSI(Processor Aggregator Device)
    gru 27 14:14:09 lapa kernel: ACPI: Executed 1 blocks of module-level executable AML code
    gru 27 14:14:09 lapa kernel: [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
    gru 27 14:14:09 lapa kernel: ACPI: Interpreter enabled
    gru 27 14:14:09 lapa kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20140724/hwxface-580)
    gru 27 14:14:09 lapa kernel: ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20140724/hwxface-580)
    gru 27 14:14:09 lapa kernel: ACPI: (supports S0 S3 S4 S5)
    gru 27 14:14:09 lapa kernel: ACPI: Using IOAPIC for interrupt routing
    gru 27 14:14:09 lapa kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    gru 27 14:14:09 lapa kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    gru 27 14:14:09 lapa kernel: acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
    gru 27 14:14:09 lapa kernel: acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
    gru 27 14:14:09 lapa kernel: acpi PNP0A08:00: ignoring host bridge window [mem 0x000cc000-0x000cffff] (conflicts with Video ROM [mem 0x000c0000-0x000cefff])
    gru 27 14:14:09 lapa kernel: acpi PNP0A08:00: [Firmware Info]: MMCONFIG for domain 0000 [bus 00-3f] only partially covers this bridge
    gru 27 14:14:09 lapa kernel: PCI host bridge to bus 0000:00
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [bus 00-ff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000c3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000c4000-0x000c7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000c8000-0x000cbfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000d3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000e8000-0x000ebfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0x000ec000-0x000effff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0xe0000000-0xf7ffffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0xfc000000-0xfed3ffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: root bus resource [mem 0xfed45000-0xffffffff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:00.0: [1022:1705] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.0: [1002:9647] type 00 class 0x030000
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.0: reg 0x10: [mem 0xe0000000-0xefffffff pref]
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.0: reg 0x14: [io 0x3000-0x30ff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.0: reg 0x18: [mem 0xf0200000-0xf023ffff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.0: supports D1 D2
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.1: [1002:1714] type 00 class 0x040300
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.1: reg 0x10: [mem 0xf0244000-0xf0247fff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.1: supports D1 D2
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: [1022:1709] type 01 class 0x060400
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: System wakeup disabled by ACPI
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: [1022:170a] type 01 class 0x060400
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: System wakeup disabled by ACPI
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: reg 0x10: [io 0x3118-0x311f]
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: reg 0x14: [io 0x3124-0x3127]
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: reg 0x18: [io 0x3110-0x3117]
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: reg 0x1c: [io 0x3120-0x3123]
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: reg 0x20: [io 0x3100-0x310f]
    gru 27 14:14:09 lapa kernel: pci 0000:00:11.0: reg 0x24: [mem 0xf024d000-0xf024d7ff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
    gru 27 14:14:09 lapa kernel: pci 0000:00:13.0: reg 0x10: [mem 0xf024c000-0xf024cfff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
    gru 27 14:14:09 lapa kernel: pci 0000:00:13.2: reg 0x10: [mem 0xf024b000-0xf024b0ff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:13.2: supports D1 D2
    gru 27 14:14:09 lapa kernel: pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.2: reg 0x10: [mem 0xf0240000-0xf0243fff 64bit]
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: System wakeup disabled by ACPI
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.5: [1022:7809] type 00 class 0x0c0310
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.5: reg 0x10: [mem 0xf024a000-0xf024afff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.0: [1022:7807] type 00 class 0x0c0310
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.0: reg 0x10: [mem 0xf0249000-0xf0249fff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.0: System wakeup disabled by ACPI
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.2: [1022:7808] type 00 class 0x0c0320
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.2: reg 0x10: [mem 0xf0248000-0xf02480ff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.2: supports D1 D2
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
    gru 27 14:14:09 lapa kernel: pci 0000:00:16.2: System wakeup disabled by ACPI
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.0: [1022:1700] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.1: [1022:1701] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.2: [1022:1702] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.3: [1022:1703] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.4: [1022:1704] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.5: [1022:1718] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.6: [1022:1716] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:00:18.7: [1022:1719] type 00 class 0x060000
    gru 27 14:14:09 lapa kernel: pci 0000:01:00.0: [1969:1083] type 00 class 0x020000
    gru 27 14:14:09 lapa kernel: pci 0000:01:00.0: reg 0x10: [mem 0xf0100000-0xf013ffff 64bit]
    gru 27 14:14:09 lapa kernel: pci 0000:01:00.0: reg 0x18: [io 0x2000-0x207f]
    gru 27 14:14:09 lapa kernel: pci 0000:01:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: PCI bridge to [bus 01]
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: bridge window [io 0x2000-0x2fff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: bridge window [mem 0xf0100000-0xf01fffff]
    gru 27 14:14:09 lapa kernel: pci 0000:02:00.0: [14e4:4358] type 00 class 0x028000
    gru 27 14:14:09 lapa kernel: pci 0000:02:00.0: reg 0x10: [mem 0xf0000000-0xf0003fff 64bit]
    gru 27 14:14:09 lapa kernel: pci 0000:02:00.0: supports D1 D2
    gru 27 14:14:09 lapa kernel: pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: PCI bridge to [bus 02]
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: bridge window [mem 0xf0000000-0xf00fffff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000c3fff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000c4000-0x000c7fff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000c8000-0x000cbfff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000d3fff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000d4000-0x000d7fff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000d8000-0x000dbfff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000dc000-0x000dffff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000e0000-0x000e3fff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000e4000-0x000e7fff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000e8000-0x000ebfff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0x000ec000-0x000effff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0xe0000000-0xf7ffffff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0xfc000000-0xfed3ffff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: bridge window [mem 0xfed45000-0xffffffff] (subtractive decode)
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: on NUMA node 0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 7 10 11 12 14 15) *0
    gru 27 14:14:09 lapa kernel: ACPI: Enabled 2 GPEs in block 00 to 1F
    gru 27 14:14:09 lapa kernel: ACPI : EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
    gru 27 14:14:09 lapa kernel: vgaarb: setting as boot device: PCI:0000:00:01.0
    gru 27 14:14:09 lapa kernel: vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
    gru 27 14:14:09 lapa kernel: vgaarb: loaded
    gru 27 14:14:09 lapa kernel: vgaarb: bridge control possible 0000:00:01.0
    gru 27 14:14:09 lapa kernel: PCI: Using ACPI for IRQ routing
    gru 27 14:14:09 lapa kernel: PCI: pci_cache_line_size set to 64 bytes
    gru 27 14:14:09 lapa kernel: e820: reserve RAM buffer [mem 0x0009f800-0x0009ffff]
    gru 27 14:14:09 lapa kernel: e820: reserve RAM buffer [mem 0xbfb3f000-0xbfffffff]
    gru 27 14:14:09 lapa kernel: e820: reserve RAM buffer [mem 0xbff00000-0xbfffffff]
    gru 27 14:14:09 lapa kernel: NetLabel: Initializing
    gru 27 14:14:09 lapa kernel: NetLabel: domain hash size = 128
    gru 27 14:14:09 lapa kernel: NetLabel: protocols = UNLABELED CIPSOv4
    gru 27 14:14:09 lapa kernel: NetLabel: unlabeled traffic allowed by default
    gru 27 14:14:09 lapa kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
    gru 27 14:14:09 lapa kernel: hpet0: 3 comparators, 32-bit 14.318180 MHz counter
    gru 27 14:14:09 lapa kernel: Switched to clocksource hpet
    gru 27 14:14:09 lapa kernel: pnp: PnP ACPI init
    gru 27 14:14:09 lapa kernel: system 00:00: [mem 0xfec00000-0xfec00fff] could not be reserved
    gru 27 14:14:09 lapa kernel: system 00:00: [mem 0xfee00000-0xfee00fff] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:00: [mem 0xf8000000-0xfbffffff] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:00: [mem 0xfed80000-0xfed80fff] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:00: [mem 0xfed40000-0xfed44fff] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
    gru 27 14:14:09 lapa kernel: pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
    gru 27 14:14:09 lapa kernel: pnp 00:02: Plug and Play ACPI device, IDs PNP0303 (active)
    gru 27 14:14:09 lapa kernel: pnp 00:03: Plug and Play ACPI device, IDs ETD0500 PNP0f13 (active)
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0400-0x04cf] could not be reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x04d0-0x04d1] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x04d6] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0680-0x06ff] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x077a] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0c00-0x0c01] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0c14] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0c50-0x0c52] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0c6c] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0c6f] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0cd0-0x0cdb] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: [io 0x0840-0x0847] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
    gru 27 14:14:09 lapa kernel: system 00:05: [mem 0x000e0000-0x000fffff] could not be reserved
    gru 27 14:14:09 lapa kernel: system 00:05: [mem 0xffe00000-0xffffffff] has been reserved
    gru 27 14:14:09 lapa kernel: system 00:05: Plug and Play ACPI device, IDs PNP0c01 (active)
    gru 27 14:14:09 lapa kernel: pnp: PnP ACPI: found 6 devices
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: PCI bridge to [bus 01]
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: bridge window [io 0x2000-0x2fff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:04.0: bridge window [mem 0xf0100000-0xf01fffff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: PCI bridge to [bus 02]
    gru 27 14:14:09 lapa kernel: pci 0000:00:05.0: bridge window [mem 0xf0000000-0xf00fffff]
    gru 27 14:14:09 lapa kernel: pci 0000:00:14.4: PCI bridge to [bus 03]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000c3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 8 [mem 0x000c4000-0x000c7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 9 [mem 0x000c8000-0x000cbfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 10 [mem 0x000d0000-0x000d3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 11 [mem 0x000d4000-0x000d7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 12 [mem 0x000d8000-0x000dbfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 13 [mem 0x000dc000-0x000dffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 14 [mem 0x000e0000-0x000e3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 15 [mem 0x000e4000-0x000e7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 16 [mem 0x000e8000-0x000ebfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 17 [mem 0x000ec000-0x000effff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 18 [mem 0xe0000000-0xf7ffffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 19 [mem 0xfc000000-0xfed3ffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:00: resource 20 [mem 0xfed45000-0xffffffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:01: resource 0 [io 0x2000-0x2fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:01: resource 1 [mem 0xf0100000-0xf01fffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:02: resource 1 [mem 0xf0000000-0xf00fffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 4 [io 0x0000-0x0cf7]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 5 [io 0x0d00-0xffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 7 [mem 0x000c0000-0x000c3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 8 [mem 0x000c4000-0x000c7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 9 [mem 0x000c8000-0x000cbfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 10 [mem 0x000d0000-0x000d3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 11 [mem 0x000d4000-0x000d7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 12 [mem 0x000d8000-0x000dbfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 13 [mem 0x000dc000-0x000dffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 14 [mem 0x000e0000-0x000e3fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 15 [mem 0x000e4000-0x000e7fff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 16 [mem 0x000e8000-0x000ebfff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 17 [mem 0x000ec000-0x000effff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 18 [mem 0xe0000000-0xf7ffffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 19 [mem 0xfc000000-0xfed3ffff]
    gru 27 14:14:09 lapa kernel: pci_bus 0000:03: resource 20 [mem 0xfed45000-0xffffffff]
    gru 27 14:14:09 lapa kernel: NET: Registered protocol family 2
    gru 27 14:14:09 lapa kernel: TCP established hash table entries: 8192 (order: 3, 32768 bytes)
    gru 27 14:14:09 lapa kernel: TCP bind hash table entries: 8192 (order: 4, 65536 bytes)
    gru 27 14:14:09 lapa kernel: TCP: Hash tables configured (established 8192 bind 8192)
    gru 27 14:14:09 lapa kernel: TCP: reno registered
    gru 27 14:14:09 lapa kernel: UDP hash table entries: 512 (order: 2, 16384 bytes)
    gru 27 14:14:09 lapa kernel: UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
    gru 27 14:14:09 lapa kernel: NET: Registered protocol family 1
    gru 27 14:14:09 lapa kernel: pci 0000:00:01.0: Video device with shadowed ROM
    gru 27 14:14:09 lapa kernel: PCI: CLS 64 bytes, default 64
    gru 27 14:14:09 lapa kernel: Unpacking initramfs...
    gru 27 14:14:09 lapa kernel: Freeing initrd memory: 3516K (f748f000 - f77fe000)
    gru 27 14:14:09 lapa kernel: Simple Boot Flag at 0x44 set to 0x1
    gru 27 14:14:09 lapa kernel: microcode: CPU0: patch_level=0x03000014
    gru 27 14:14:09 lapa kernel: microcode: CPU1: patch_level=0x03000014
    gru 27 14:14:09 lapa kernel: microcode: CPU2: patch_level=0x03000014
    gru 27 14:14:09 lapa kernel: microcode: CPU3: patch_level=0x03000014
    gru 27 14:14:09 lapa kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    gru 27 14:14:09 lapa kernel: LVT offset 0 assigned for vector 0x400
    gru 27 14:14:09 lapa kernel: perf: AMD IBS detected (0x000000ff)
    gru 27 14:14:09 lapa kernel: apm: BIOS not found.
    gru 27 14:14:09 lapa kernel: Scanning for low memory corruption every 60 seconds
    gru 27 14:14:09 lapa kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
    gru 27 14:14:09 lapa kernel: Initialise system trusted keyring
    gru 27 14:14:09 lapa kernel: HugeTLB registered 4 MB page size, pre-allocated 0 pages
    gru 27 14:14:09 lapa kernel: zpool: loaded
    gru 27 14:14:09 lapa kernel: zbud: loaded
    gru 27 14:14:09 lapa kernel: VFS: Disk quotas dquot_6.5.2
    gru 27 14:14:09 lapa kernel: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
    gru 27 14:14:09 lapa kernel: msgmni has been set to 1697
    gru 27 14:14:09 lapa kernel: Key type big_key registered
    gru 27 14:14:09 lapa kernel: bounce: pool size: 64 pages
    gru 27 14:14:09 lapa kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
    gru 27 14:14:09 lapa kernel: io scheduler noop registered
    gru 27 14:14:09 lapa kernel: io scheduler deadline registered
    gru 27 14:14:09 lapa kernel: io scheduler cfq registered (default)
    gru 27 14:14:09 lapa kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    gru 27 14:14:09 lapa kernel: pciehp: PCI Express Hot Plug Controller Driver version: 0.4
    gru 27 14:14:09 lapa kernel: vesafb: mode is 1152x864x32, linelength=4608, pages=0
    gru 27 14:14:09 lapa kernel: vesafb: scrolling: redraw
    gru 27 14:14:09 lapa kernel: vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
    gru 27 14:14:09 lapa kernel: vesafb: framebuffer at 0xe0000000, mapped to 0xf8080000, using 3904k, total 3904k
    gru 27 14:14:09 lapa kernel: Console: switching to colour frame buffer device 144x54
    gru 27 14:14:09 lapa kernel: fb0: VESA VGA frame buffer device
    gru 27 14:14:09 lapa kernel: GHES: HEST is not enabled!
    gru 27 14:14:09 lapa kernel: isapnp: Scanning for PnP cards...
    gru 27 14:14:09 lapa kernel: isapnp: No Plug & Play device found
    gru 27 14:14:09 lapa kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    gru 27 14:14:09 lapa kernel: rtc_cmos 00:01: RTC can wake from S4
    gru 27 14:14:09 lapa kernel: rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
    gru 27 14:14:09 lapa kernel: rtc_cmos 00:01: alarms up to one month, 114 bytes nvram, hpet irqs
    gru 27 14:14:09 lapa kernel: ledtrig-cpu: registered to indicate activity on CPUs
    gru 27 14:14:09 lapa kernel: TCP: cubic registered
    gru 27 14:14:09 lapa kernel: NET: Registered protocol family 10
    gru 27 14:14:09 lapa kernel: NET: Registered protocol family 17
    gru 27 14:14:09 lapa kernel: Using IPI No-Shortcut mode
    gru 27 14:14:09 lapa kernel: Loading compiled-in X.509 certificates
    gru 27 14:14:09 lapa kernel: registered taskstats version 1
    gru 27 14:14:09 lapa kernel: Magic number: 10:612:231
    gru 27 14:14:09 lapa kernel: acpi device:4b: hash matches
    gru 27 14:14:09 lapa kernel: rtc_cmos 00:01: setting system clock to 2014-12-27 13:14:04 UTC (1419686044)
    gru 27 14:14:09 lapa kernel: PM: Hibernation image not present or could not be loaded.
    gru 27 14:14:09 lapa kernel: Freeing unused kernel memory: 580K (c1640000 - c16d1000)
    gru 27 14:14:09 lapa kernel: Write protecting the kernel text: 4552k
    gru 27 14:14:09 lapa kernel: Write protecting the kernel read-only data: 1348k
    gru 27 14:14:09 lapa kernel: random: systemd-tmpfile urandom read with 0 bits of entropy available
    gru 27 14:14:09 lapa kernel: i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:MSE0] at 0x60,0x64 irq 1,12
    gru 27 14:14:09 lapa kernel: SCSI subsystem initialized
    gru 27 14:14:09 lapa kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    gru 27 14:14:09 lapa kernel: serio: i8042 AUX port at 0x60,0x64 irq 12
    gru 27 14:14:09 lapa kernel: libata version 3.00 loaded.
    gru 27 14:14:09 lapa kernel: ACPI: bus type USB registered
    gru 27 14:14:09 lapa kernel: usbcore: registered new interface driver usbfs
    gru 27 14:14:09 lapa kernel: usbcore: registered new interface driver hub
    gru 27 14:14:09 lapa kernel: usbcore: registered new device driver usb
    gru 27 14:14:09 lapa kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    gru 27 14:14:09 lapa kernel: ehci-pci: EHCI PCI platform driver
    gru 27 14:14:09 lapa kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    gru 27 14:14:09 lapa kernel: QUIRK: Enable AMD PLL fix
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:13.2: EHCI Host Controller
    gru 27 14:14:09 lapa kernel: ohci-pci: OHCI PCI platform driver
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 1
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:13.2: debug port 1
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:13.2: irq 17, io mem 0xf024b000
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
    gru 27 14:14:09 lapa kernel: hub 1-0:1.0: USB hub found
    gru 27 14:14:09 lapa kernel: hub 1-0:1.0: 5 ports detected
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:16.2: EHCI Host Controller
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 2
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:16.2: debug port 1
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:16.2: irq 17, io mem 0xf0248000
    gru 27 14:14:09 lapa kernel: ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
    gru 27 14:14:09 lapa kernel: hub 2-0:1.0: USB hub found
    gru 27 14:14:09 lapa kernel: hub 2-0:1.0: 4 ports detected
    gru 27 14:14:09 lapa kernel: ahci 0000:00:11.0: version 3.0
    gru 27 14:14:09 lapa kernel: ahci 0000:00:11.0: irq 24 for MSI/MSI-X
    gru 27 14:14:09 lapa kernel: ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0x3 impl SATA mode
    gru 27 14:14:09 lapa kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part sxs
    gru 27 14:14:09 lapa kernel: scsi host0: ahci
    gru 27 14:14:09 lapa kernel: scsi host1: ahci
    gru 27 14:14:09 lapa kernel: ata1: SATA max UDMA/133 abar m2048@0xf024d000 port 0xf024d100 irq 24
    gru 27 14:14:09 lapa kernel: ata2: SATA max UDMA/133 abar m2048@0xf024d000 port 0xf024d180 irq 24
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:13.0: OHCI PCI host controller
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 3
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:13.0: irq 18, io mem 0xf024c000
    gru 27 14:14:09 lapa kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    gru 27 14:14:09 lapa kernel: hub 3-0:1.0: USB hub found
    gru 27 14:14:09 lapa kernel: hub 3-0:1.0: 5 ports detected
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:14.5: OHCI PCI host controller
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 4
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:14.5: irq 18, io mem 0xf024a000
    gru 27 14:14:09 lapa kernel: hub 4-0:1.0: USB hub found
    gru 27 14:14:09 lapa kernel: hub 4-0:1.0: 2 ports detected
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:16.0: OHCI PCI host controller
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:16.0: new USB bus registered, assigned bus number 5
    gru 27 14:14:09 lapa kernel: ohci-pci 0000:00:16.0: irq 18, io mem 0xf0249000
    gru 27 14:14:09 lapa kernel: hub 5-0:1.0: USB hub found
    gru 27 14:14:09 lapa kernel: hub 5-0:1.0: 4 ports detected
    gru 27 14:14:09 lapa kernel: usb 1-1: new high-speed USB device number 2 using ehci-pci
    gru 27 14:14:09 lapa kernel: tsc: Refined TSC clocksource calibration: 1497.276 MHz
    gru 27 14:14:09 lapa kernel: ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
    gru 27 14:14:09 lapa kernel: ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    gru 27 14:14:09 lapa kernel: ata1.00: ATA-8: Hitachi HTS547575A9E384, JE4OA60A, max UDMA/133
    gru 27 14:14:09 lapa kernel: ata1.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
    gru 27 14:14:09 lapa kernel: ata1.00: configured for UDMA/133
    gru 27 14:14:09 lapa kernel: scsi 0:0:0:0: Direct-Access ATA Hitachi HTS54757 A60A PQ: 0 ANSI: 5
    gru 27 14:14:09 lapa kernel: ata2.00: ATAPI: HL-DT-ST DVDRAM GT51N, 1.00, max UDMA/100
    gru 27 14:14:09 lapa kernel: ata2.00: configured for UDMA/100
    gru 27 14:14:09 lapa kernel: scsi 1:0:0:0: CD-ROM HL-DT-ST DVDRAM GT51N 1.00 PQ: 0 ANSI: 5
    gru 27 14:14:09 lapa kernel: sd 0:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
    gru 27 14:14:09 lapa kernel: sd 0:0:0:0: [sda] 4096-byte physical blocks
    gru 27 14:14:09 lapa kernel: sd 0:0:0:0: [sda] Write Protect is off
    gru 27 14:14:09 lapa kernel: sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    gru 27 14:14:09 lapa kernel: sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    gru 27 14:14:09 lapa kernel: sr 1:0:0:0: [sr0] scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
    gru 27 14:14:09 lapa kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    gru 27 14:14:09 lapa kernel: sr 1:0:0:0: Attached scsi CD-ROM sr0
    gru 27 14:14:09 lapa kernel: sda: sda2 sda3 < sda5 > sda4
    gru 27 14:14:09 lapa kernel: sd 0:0:0:0: [sda] Attached SCSI disk
    gru 27 14:14:09 lapa kernel: usb 2-1: new high-speed USB device number 2 using ehci-pci
    gru 27 14:14:09 lapa kernel: usb-storage 2-1:1.0: USB Mass Storage device detected
    gru 27 14:14:09 lapa kernel: scsi host2: usb-storage 2-1:1.0
    gru 27 14:14:09 lapa kernel: usbcore: registered new interface driver usb-storage
    gru 27 14:14:09 lapa kernel: usbcore: registered new interface driver uas
    gru 27 14:14:09 lapa kernel: usb 5-2: new low-speed USB device number 2 using ohci-pci
    gru 27 14:14:09 lapa kernel: hidraw: raw HID events driver (C) Jiri Kosina
    gru 27 14:14:09 lapa kernel: Switched to clocksource tsc
    gru 27 14:14:09 lapa kernel: usbcore: registered new interface driver usbhid
    gru 27 14:14:09 lapa kernel: usbhid: USB HID core driver
    gru 27 14:14:09 lapa kernel: hid-generic 0003:0C45:7412.0001: hiddev0,hidraw0: USB HID v1.00 Device [Mouse Wireless-USB-Mouse] on usb-0000:00:16.0-2/input0
    gru 27 14:14:09 lapa kernel: input: Mouse Wireless-USB-Mouse as /devices/pci0000:00/0000:00:16.0/usb5/5-2/5-2:1.1/0003:0C45:7412.0002/input/input2
    gru 27 14:14:09 lapa kernel: hid-generic 0003:0C45:7412.0002: input,hidraw1: USB HID v1.00 Mouse [Mouse Wireless-USB-Mouse] on usb-0000:00:16.0-2/input1
    gru 27 14:14:09 lapa kernel: scsi 2:0:0:0: Direct-Access Multiple Card Reader 1.00 PQ: 0 ANSI: 0
    gru 27 14:14:09 lapa kernel: sd 2:0:0:0: [sdb] 30777344 512-byte logical blocks: (15.7 GB/14.6 GiB)
    gru 27 14:14:09 lapa kernel: sd 2:0:0:0: [sdb] Write Protect is off
    gru 27 14:14:09 lapa kernel: sd 2:0:0:0: [sdb] Mode Sense: 03 00 00 00
    gru 27 14:14:09 lapa kernel: sd 2:0:0:0: [sdb] No Caching mode page found
    gru 27 14:14:09 lapa kernel: sd 2:0:0:0: [sdb] Assuming drive cache: write through
    gru 27 14:14:09 lapa kernel: sdb: sdb1 sdb2
    gru 27 14:14:09 lapa kernel: sd 2:0:0:0: [sdb] Attached SCSI removable disk
    gru 27 14:14:09 lapa kernel: EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
    gru 27 14:14:09 lapa kernel: random: nonblocking pool is initialized
    gru 27 14:14:09 lapa kernel: EXT4-fs (sdb1): re-mounted. Opts: data=ordered
    gru 27 14:14:09 lapa systemd-journal[141]: Journal started
    -- Subject: Uruchomiono Journal
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Systemowy proces dziennika został uruchomiony, otworzył pliki dziennika do
    -- zapisu i jest gotowy do przetwarzania żądań.
    gru 27 14:14:09 lapa systemd-udevd[174]: starting version 218
    gru 27 14:14:09 lapa swapon[168]: swapon: stat nie powiodło się /tmp/root.x86_64/dev/sdb2: Nie ma takiego pliku ani katalogu
    gru 27 14:14:12 lapa kernel: ACPI: acpi_idle registered with cpuidle
    gru 27 14:14:12 lapa kernel: acpi-cpufreq: overriding BIOS provided _PSD data
    gru 27 14:14:12 lapa kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
    gru 27 14:14:12 lapa kernel: ACPI: Power Button [PWRB]
    gru 27 14:14:12 lapa kernel: input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input4
    gru 27 14:14:12 lapa kernel: ACPI: Sleep Button [SLPB]
    gru 27 14:14:12 lapa kernel: input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input5
    gru 27 14:14:12 lapa kernel: ACPI: Lid Switch [LID]
    gru 27 14:14:12 lapa kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input6
    gru 27 14:14:12 lapa kernel: ACPI: Power Button [PWRF]
    gru 27 14:14:12 lapa kernel: ACPI: AC Adapter [ACAD] (on-line)
    gru 27 14:14:12 lapa kernel: ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
    gru 27 14:14:12 lapa kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    gru 27 14:14:12 lapa kernel: acpi device:01: registered as cooling_device4
    gru 27 14:14:12 lapa kernel: input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input7
    gru 27 14:14:12 lapa kernel: wmi: Mapper loaded
    gru 27 14:14:12 lapa kernel: ACPI Warning: SystemIO range 0x00000b00-0x00000b07 conflicts with OpRegion 0x00000b00-0x00000b0f (\_SB_.PCI0.SMBS.SMB0) (20140724/utaddress-258)
    gru 27 14:14:12 lapa kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    gru 27 14:14:12 lapa kernel: snd_hda_intel 0000:00:01.1: irq 25 for MSI/MSI-X
    gru 27 14:14:12 lapa kernel: Linux agpgart interface v0.103
    gru 27 14:14:12 lapa kernel: input: PC Speaker as /devices/platform/pcspkr/input/input9
    gru 27 14:14:12 lapa kernel: input: HD-Audio Generic HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input10
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: mono: mono_out=0x0
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: inputs:
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: Internal Mic=0x1b
    gru 27 14:14:12 lapa kernel: sound hdaudioC1D0: Mic=0x18
    gru 27 14:14:12 lapa kernel: [drm] Initialized drm 1.1.0 20060810
    gru 27 14:14:12 lapa kernel: input: HDA Digital PCBeep as /devices/pci0000:00/0000:00:14.2/sound/card1/hdaudioC1D0/input11
    gru 27 14:14:12 lapa kernel: input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input12
    gru 27 14:14:12 lapa kernel: input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input13
    gru 27 14:14:12 lapa kernel: atl1c 0000:01:00.0: version 1.0.1.1-NAPI
    gru 27 14:14:12 lapa kernel: [drm] radeon kernel modesetting enabled.
    gru 27 14:14:12 lapa kernel: checking generic (e0000000 3d0000) vs hw (e0000000 10000000)
    gru 27 14:14:12 lapa kernel: fb: switching to radeondrmfb from VESA VGA
    gru 27 14:14:12 lapa kernel: Console: switching to colour dummy device 80x25
    gru 27 14:14:12 lapa kernel: [drm] initializing kernel modesetting (SUMO 0x1002:0x9647 0x1025:0x059D).
    gru 27 14:14:12 lapa kernel: [drm] register mmio base: 0xF0200000
    gru 27 14:14:12 lapa kernel: [drm] register mmio size: 262144
    gru 27 14:14:12 lapa kernel: ATOM BIOS: Acer
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: VRAM: 512M 0x0000000000000000 - 0x000000001FFFFFFF (512M used)
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: GTT: 1024M 0x0000000020000000 - 0x000000005FFFFFFF
    gru 27 14:14:12 lapa kernel: [drm] Detected VRAM RAM=512M, BAR=256M
    gru 27 14:14:12 lapa kernel: [drm] RAM width 32bits DDR
    gru 27 14:14:12 lapa kernel: [TTM] Zone kernel: Available graphics memory: 434876 kiB
    gru 27 14:14:12 lapa kernel: [TTM] Zone highmem: Available graphics memory: 1550674 kiB
    gru 27 14:14:12 lapa kernel: [TTM] Initializing pool allocator
    gru 27 14:14:12 lapa kernel: [TTM] Initializing DMA pool allocator
    gru 27 14:14:12 lapa kernel: [drm] radeon: 512M of VRAM memory ready
    gru 27 14:14:12 lapa kernel: [drm] radeon: 1024M of GTT memory ready.
    gru 27 14:14:12 lapa kernel: [drm] Loading SUMO Microcode
    gru 27 14:14:12 lapa kernel: media: Linux media interface: v0.10
    gru 27 14:14:12 lapa kernel: kvm: Nested Virtualization enabled
    gru 27 14:14:12 lapa kernel: atl1c 0000:01:00.0 enp1s0: renamed from eth0
    gru 27 14:14:12 lapa kernel: cfg80211: Calling CRDA to update world regulatory domain
    gru 27 14:14:12 lapa kernel: mousedev: PS/2 mouse device common for all mice
    gru 27 14:14:12 lapa kernel: acer_wmi: Acer Laptop ACPI-WMI Extras
    gru 27 14:14:12 lapa kernel: acer_wmi: Function bitmap for Communication Button: 0x1
    gru 27 14:14:12 lapa kernel: acer_wmi: Brightness must be controlled by acpi video driver
    gru 27 14:14:12 lapa kernel: input: Acer WMI hotkeys as /devices/virtual/input/input14
    gru 27 14:14:12 lapa kernel: input: Acer BMA150 accelerometer as /devices/virtual/input/input15
    gru 27 14:14:12 lapa kernel: Adding 1998844k swap on /dev/sda5. Priority:-1 extents:1 across:1998844k FS
    gru 27 14:14:12 lapa kernel: Linux video capture interface: v2.00
    gru 27 14:14:12 lapa kernel: psmouse serio1: hgpk: ID: 10 00 64
    gru 27 14:14:12 lapa kernel: ACPI: Battery Slot [BAT1] (battery present)
    gru 27 14:14:12 lapa kernel: [drm] Internal thermal controller without fan control
    gru 27 14:14:12 lapa kernel: [drm] Found smc ucode version: 0x00011200
    gru 27 14:14:12 lapa kernel: [drm] radeon: dpm initialized
    gru 27 14:14:12 lapa kernel: uvcvideo: Found UVC 1.00 device 1.3M HD WebCam (04fc:2801)
    gru 27 14:14:12 lapa kernel: [drm] GART: num cpu pages 262144, num gpu pages 262144
    gru 27 14:14:12 lapa kernel: input: 1.3M HD WebCam as /devices/pci0000:00/0000:00:13.2/usb1/1-1/1-1:1.0/input/input16
    gru 27 14:14:12 lapa kernel: usbcore: registered new interface driver uvcvideo
    gru 27 14:14:12 lapa kernel: USB Video Class driver (1.1.1)
    gru 27 14:14:12 lapa kernel: [drm] PCIE GART of 1024M enabled (table at 0x0000000000273000).
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: WB enabled
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000020000c00 and cpu addr 0xff899c00
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000020000c0c and cpu addr 0xff899c0c
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xf9932118
    gru 27 14:14:12 lapa kernel: [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
    gru 27 14:14:12 lapa kernel: [drm] Driver supports precise vblank timestamp query.
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: radeon: MSI limited to 32-bit
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: irq 26 for MSI/MSI-X
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: radeon: using MSI.
    gru 27 14:14:12 lapa kernel: [drm] radeon: irq initialized.
    gru 27 14:14:12 lapa kernel: [drm] ring test on 0 succeeded in 1 usecs
    gru 27 14:14:12 lapa kernel: [drm] ring test on 3 succeeded in 3 usecs
    gru 27 14:14:12 lapa kernel: wl: module license 'Mixed/Proprietary' taints kernel.
    gru 27 14:14:12 lapa kernel: Disabling lock debugging due to kernel taint
    gru 27 14:14:12 lapa kernel: [drm] ring test on 5 succeeded in 1 usecs
    gru 27 14:14:12 lapa kernel: [drm] UVD initialized successfully.
    gru 27 14:14:12 lapa kernel: [drm] ib test on ring 0 succeeded in 0 usecs
    gru 27 14:14:12 lapa kernel: [drm] ib test on ring 3 succeeded in 0 usecs
    gru 27 14:14:12 lapa kernel: [drm] ib test on ring 5 succeeded
    gru 27 14:14:12 lapa kernel: wlan0: Broadcom BCM4358 802.11 Hybrid Wireless Controller 6.30.223.248 (r487574)
    gru 27 14:14:12 lapa kernel: [drm] radeon atom DIG backlight initialized
    gru 27 14:14:12 lapa kernel: [drm] Radeon Display Connectors
    gru 27 14:14:12 lapa kernel: [drm] Connector 0:
    gru 27 14:14:12 lapa kernel: [drm] VGA-1
    gru 27 14:14:12 lapa kernel: [drm] HPD2
    gru 27 14:14:12 lapa kernel: [drm] DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
    gru 27 14:14:12 lapa kernel: [drm] Encoders:
    gru 27 14:14:12 lapa kernel: [drm] CRT1: INTERNAL_UNIPHY2
    gru 27 14:14:12 lapa kernel: [drm] CRT1: NUTMEG
    gru 27 14:14:12 lapa kernel: [drm] Connector 1:
    gru 27 14:14:12 lapa kernel: [drm] LVDS-1
    gru 27 14:14:12 lapa kernel: [drm] HPD1
    gru 27 14:14:12 lapa kernel: [drm] DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
    gru 27 14:14:12 lapa kernel: [drm] Encoders:
    gru 27 14:14:12 lapa kernel: [drm] LCD1: INTERNAL_UNIPHY2
    gru 27 14:14:12 lapa kernel: [drm] LCD1: TRAVIS
    gru 27 14:14:12 lapa kernel: [drm] Connector 2:
    gru 27 14:14:12 lapa kernel: [drm] HDMI-A-1
    gru 27 14:14:12 lapa kernel: [drm] HPD6
    gru 27 14:14:12 lapa kernel: [drm] DDC: 0x6480 0x6480 0x6484 0x6484 0x6488 0x6488 0x648c 0x648c
    gru 27 14:14:12 lapa kernel: [drm] Encoders:
    gru 27 14:14:12 lapa kernel: [drm] DFP1: INTERNAL_UNIPHY1
    gru 27 14:14:12 lapa kernel: [drm] fb mappable at 0xE0477000
    gru 27 14:14:12 lapa kernel: [drm] vram apper at 0xE0000000
    gru 27 14:14:12 lapa kernel: [drm] size 5787648
    gru 27 14:14:12 lapa kernel: [drm] fb depth is 24
    gru 27 14:14:12 lapa kernel: [drm] pitch is 6400
    gru 27 14:14:12 lapa kernel: fbcon: radeondrmfb (fb0) is primary device
    gru 27 14:14:12 lapa kernel: wl 0000:02:00.0 wlp2s0: renamed from wlan0
    gru 27 14:14:12 lapa kernel: Console: switching to colour frame buffer device 200x56
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
    gru 27 14:14:12 lapa kernel: radeon 0000:00:01.0: registered panic notifier
    gru 27 14:14:12 lapa kernel: [drm] Initialized radeon 2.40.0 20080528 for 0000:00:01.0 on minor 0
    gru 27 14:14:12 lapa kernel: psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x450f01)
    gru 27 14:14:12 lapa kernel: psmouse serio1: elantech: Synaptics capabilities query result 0x68, 0x15, 0x0a.
    gru 27 14:14:12 lapa kernel: microcode: CPU0: new patch_level=0x03000027
    gru 27 14:14:12 lapa kernel: microcode: CPU1: new patch_level=0x03000027
    gru 27 14:14:12 lapa kernel: microcode: CPU2: new patch_level=0x03000027
    gru 27 14:14:12 lapa kernel: microcode: CPU3: new patch_level=0x03000027
    gru 27 14:14:12 lapa kernel: input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input8
    gru 27 14:14:12 lapa systemd-logind[241]: New seat seat0.
    -- Subject: Dostępne jest nowe stanowisko seat0
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
    -- Nowe stanowisko seat0 zostało skonfigurowane i jest teraz dostępne.
    gru 27 14:14:12 lapa systemd-logind[241]: Watching system buttons on /dev/input/event5 (Power Button)
    gru 27 14:14:12 lapa systemd-logind[241]: Watching system buttons on /dev/input/event6 (Video Bus)
    gru 27 14:14:12 lapa systemd-logind[241]: Watching system buttons on /dev/input/event2 (Power Button)
    gru 27 14:14:12 lapa systemd-logind[241]: Watching system buttons on /dev/input/event4 (Lid Switch)
    gru 27 14:14:12 lapa systemd-logind[241]: Watching system buttons on /dev/input/event3 (Sleep Button)
    gru 27 14:14:13 lapa dbus[240]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: X.Org X Server 1.16.3
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Release Date: 2014-12-20
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: X Protocol Version 11, Revision 0
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Build Operating System: Linux 3.17.4-1-ARCH i686
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Current Operating System: Linux lapa 3.17.6-1-ARCH #1 SMP PREEMPT Sun Dec 7 23:58:19 UTC 2014 i686
    gru 27 14:14:13 lapa dbus[240]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=e298e7c2-a35d-4fd4-b1a9-41e2cd84ae0e rw quiet
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Build Date: 20 December 2014 01:37:30PM
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Current version of pixman: 0.32.6
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Before reporting problems, check http://wiki.x.org
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: to make sure that you have the latest version.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Markers: (--) probed, (**) from config file, (==) default setting,
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (++) from command line, (!!) notice, (II) informational,
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (++) Log file: "/dev/null", Time: Sat Dec 27 14:14:13 2014
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) No Layout section. Using the first Screen section.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) No screen section available. Using defaults.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (**) |-->Screen "Default Screen Section" (0)
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (**) | |-->Monitor "<default monitor>"
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) No monitor specified for screen "Default Screen Section".
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Using a default monitor configuration.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) Automatically adding devices
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) Automatically enabling devices
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) Automatically adding GPU devices
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Entry deleted from font path.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Entry deleted from font path.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Entry deleted from font path.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: Entry deleted from font path.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) FontPath set to:
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: /usr/share/fonts/misc/,
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: /usr/share/fonts/TTF/
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (==) ModulePath set to "/usr/lib/xorg/modules"
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (II) The server relies on udev to provide the list of input devices.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: If no devices become available, reconfigure udev or disable AutoAddDevices.
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (II) Loader magic: 0x82a16c0
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: (II) Module ABI versions:
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: X.Org ANSI C Emulation: 0.4
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: X.Org Video Driver: 18.0
    gru 27 14:14:13 lapa gdm-Xorg-:0[260]: X.Org XInput driver : 21.0
    gru 27 14:14:13 lapa

    byte wrote:What's your card?
    You don't need "radeon" in MODULES, and neither the Module section in xorg.conf, nor the DRI one.
    yeap, removing 'radeon' from 'MODULES=' seems to of loaded the driver in the right order and made DRI work,
    thank you.

Maybe you are looking for

  • How to connect fax in Hp laser jet m 1005

    I have a HP Laser Jet M 1005, How can i connect fax in Hp laser jet m 1005

  • Can. I use my MAC Mini in conjunction with my iMac?

    Can I use my MAC Mini in conjunction with my iMAC? I can not upgrade the OS of the iMAC due to software that I need and Lion does not support it. If I could bounce back an forth or use the software from the MAC Mini with the iMAC, this would solve my

  • Vault Configuration for DMS

    Hi Gurus, I am trying to configure the vault without DVA on a network server after refering to one of the SAP Note. Please let me know if I am on the right way. 1) Defined the Define data carrier type "server, front end" as PC. 2) Defined Define serv

  • Can I send notification message to other users?

    Hi all, Can abap webdynpro send out notification messages to other users in a portal? If a new user select some employees that have overwritten other same users selection, I need to send out notification message to other users that their selection ha

  • Artboards numers instead of names

    hello I have a problem with illustrator CC not happened to me with the previous version. I use to export artboards as JPG as "filename-artboard number .JPG" eg:  mag-01.jpg, mag-02.jpg, etc In the CC versión when I export artboards as JPG- they are e