Applet load and memory leak

what are some methods to load an applet faster that is on the local machine? also, are there any applications to test for memory leaks? and are there ways to invoke garbage collection with code? thanx in advance.

Applet on the local machine will load faster because file is already there
use System.gc() to do a garbage collection

Similar Messages

  • Crystal Reports 2008 - Report Load error - Memory Leak Error?

    Hello
    <br>
    We have a problem with Crystal Reports 2008 with .NET 2.0.
    <br>
    CrystalDecisions.CrystalReports.Engine, Version=12.0.2000.0, Culture=neutral, PublicKeyToken=692fbea5521e1304
    <br>
    The problem is that during high amount of report producing, errors in eventlog pops up and the production of reports using <br>
    Crystal Reports stops.
    <br>
    Below are examples of the three most common event logs.
    <br>
    We have tried to implement a cleanup method both as a destructor (with a global ReportDocument rdoc variable) and using direct call to cleanUpDoc() method when finished with loading doc:
    <br>
    ~IOServerClass()
    <br>
    <br>
                cleanupDoc();
    <br>
    <br>
    <br>
            private void cleanupDoc()
    <br>
    <br>
                try
    <br>
    <br>
                    if (rdoc != null)
    <br>
    <br>
                        rdoc.Close();
    <br>
                        rdoc.Dispose();
    <br>
                        rdoc = null;
    <br>
    <br>
                    this.CleanGlobalEvents();
    <br>
                    System.GC.Collect();
    <br>
    <br>
    <br>
    <br>
    The doc is loading using the "normal" method (in-process).
    <br>
    <br>
    try
    <br>
    <br>
                        rdoc = new ReportDocument();
    <br>
                        rdoc.Load(fullpathandreport); 
    <br>
    <br>
                   catch (Exception ex)
    <br>
    <br>
                    cleanupDoc();
    <br>
    <br>
    ...process doc....
    <br>
    cleanupDoc();
    <br>
    <br>
    Furthermore we have tried during Scalable tests of the system - but cannot produce the below errors ourselves. Only the customer can.
    <br>
    Please help with solving this problem.
    Is the above advisable to do?
    Should the document be loaded in another way?
    Is it a memory leak?
    <br>
    Regards
    Kristian
    <br>
    <br>
    event logs:
    <br>
    <br>
    #1
    <br>
    <br>
    Event Type:     Error
    Event Category:     None
    Event ID:     1102
    Date:          12-02-2010
    Time:          10:22:05
    User:          N/A
    Description:
    IO_ServerClass.IO_ServerPrepareReportBeforeExecute() Report load Error:
    Loading reportfile=C:\Inetpub\wwwroot\xxx\Reports\321.rpt
    Source=CrystalDecisions.CrystalReports.Engine
    Message=Load report failed.
    Stacktrace=   at
    CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename,
    OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)
       at xxx.IOServer2.IOServerClass.IO_ServerPrepareReportBeforeExecute(String
    WebRootRelPathNameRepName, String init, Hashtable ParmsVals, Int32 JobId, Int32 JobStep,
    Page webpage) in C:\Documents and Settings\xxx\My Documents\Visual Studio 2008\Projects\xxx.IOServer2\IOServerClassClassic.cs:line 290
    InnerSource:Analysis Server
    InnerMes:
    Error in File 321 {19463E3B-D404-45EB-88AE-5722A7FF9E90}.rpt:
    The request could not be submitted for background processing.
    InnerStack:
       at
    CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object&
    DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object&
    DocumentPath, Int32 Options)
       at
    CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
    <br>
    <br>
    #2
    <br>
    <br>
    IO_ServerClass.IO_ServerPrepareReportBeforeExecute() Report load Error:
    Loading reportfile=C:\Inetpub\wwwroot\xxx\Reports\321.rpt
    Source=CrystalDecisions.CrystalReports.Engine
    Message=Creating an instance of the COM
    component with CLSID {D7F5D7C3-B06C-4CAC-BC47-A06E66D2EE9B} from the IClassFactory failed
    due to the following error: 8007000e.
    Stacktrace=   at
    CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.CreateRptDoc()
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper..ctor()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Initialize()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument..ctor()
       at Kimik.IOServer2.IOServerClass.IO_ServerPrepareReportBeforeExecute(String
    WebRootRelPathNameRepName, String init, Hashtable ParmsVals, Int32 JobId, Int32 JobStep, Page webpage) in C:\Documents and Settings\xxx\My Documents\Visual Studio 2008\Projects\xxx.IOServer2\IOServerClassClassic.cs:line 289
    <br>
    #3
    <br>
    <br>
    IO_ServerClass.IO_ServerPrepareReportBeforeExecute() Report load Error:
    Loading reportfile=C:\Inetpub\wwwroot\xxx\reports\340.rpt
    Source=CrystalDecisions.CrystalReports.Engine
    Message=Load report failed.
    Stacktrace=   at
    CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename,
    OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)
       at Kimik.IOServer2.IOServerClass.IO_ServerPrepareReportBeforeExecute(String
    WebRootRelPathNameRepName, String init, Hashtable ParmsVals, Int32 JobId, Int32 JobStep,
    Page webpage) in C:\Documents and Settings\xxx\My Documents\Visual Studio 2008
    \Projects\xxx.IOServer2\IOServerClassClassic.cs:line 290
    InnerSource:CrystalDecisions.ReportAppServer.ClientDoc
    InnerMes:
    Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
    InnerStack:
    at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object&
    DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object&
    DocumentPath, Int32 Options)
       at
    CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
    Edited by: kristians on Feb 16, 2010 2:57 PM

    Hi;
    First, ensure you have the latest service pack / hot fix for your version of Crystal Reports, and that the client has the same updates as well. Fix Pack 2.4 is the current latest, and can be downloaded from our downloads section.
    One of the errors is the Background Processing error, so have a look at the following article:
    http://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/50a6f5e8-8164-2b10-7ca4-b5089df76b33&overridelayout=true
    Regards,
    Jonathan
    Follow us on Twitter u2013 http://twitter.com/SAPCRNetSup

  • Callbacks without excessive thread creation and memory leaks?

    Hi JNI experts,
    I haven't done any serious JNI programming in a couple years and I'm currently stuck with a tricky JNI problem:
    My JNI code is connected to a system driver and needs to do frequent callbacks into Java code. The standard way of doing this involves calling AttachCurrentThread and DetachCurrentThread before/after the callback to Java code. However, I noticed that AttachCurrentThread creates a new java.lang.Thread each time it is invoked. Let's just say that the callback is invoked from JNI very freqently, and creating a new Thread each time that happens is not acceptable behavior for my application. Among other things, it prevents me from using the Eclipse debugger because the large number of threads being created and destroyed effectively locks up Eclipse's debugger UI. Also, it creates a CPU load that is way higher than it should be for a light-weight operation.
    So, I deviated from the standard Attach/DetachCurrentThread pattern and moved the DetachCurrentThread to code that is only called when the native JNI service is terminated. As that effectively renders repeated AttachCurrentThread calls a no-op, the problem of excessive creation and destruction of threads went away, but instead I had a memory leak on my hands now. The JNI code needs to create some Java objects because it's easier to create those objects right away rather than passing a bunch of primitives to Java and assembling them into objects there. When I moved the DetachCurrentThread, those newly created objects were no longer garbage-collected even after the Java code had released all references.
    When you print the stack trace of the Java callback method there is always only one frame on the stack (since it is being invoked directly from JNI). However, I suspect that older stack frames from previous invocations keep hanging around somewhere else in memory if DetachCurrentThread is not called. In other words, moving DetachCurrentThread out of the callback is an even worse option. I tried using PopLocalFrame to get rid of left over stack frames, but that didn't seem to work.
    So, my question is: is there a way to make (natively initiated) callbacks from JNI to Java without memory leaks and without creating a new thread each time? Would it work if I created my own native thread that runs some sort of dispatch loop? What other options are there?
    Thanks for any ideas!

    Thanks for the quick reply, ejp! :-)
    Your comments were very helpful; let me clarify a few things:
    I don't know where you get this 'standard Attach/DetachCurrentThread pattern', but if the native callbacks always happen on the same native thread, you only need to attach it once when you get the first callback, and detach it when you get the last, if you can tell. ;-)Yes, the callback is always coming from the same native thread, but, unfortunately, I cannot tell when I get the last callback, and essentially the native service keeps running as long as the VM is running. When I say "standard pattern" I'm referring to the fact that pretty much every book, tutorial, or web site that talks about JNI callbacks shows code snippets where AttachCurrentThread is called, then the callback, and then DetachCurrentThread.
    The JNI code needs to create some Java objects because it's easier to create those objects right away rather than passing a bunch of primitives to Java and assembling them into objects there.Is it really? Are you sure?I'm pretty sure in this case, though your point is well taken. The native API that calls my JNI code produces packets of that contain about 15 pieces of information of different types (ints, longs, doubles). Several packets may arrive together in a single group. Handling the data on the Java side requires a Java callback method with 15 parameters for a single packet, and it's hard to reconstruct which packets belong to one group at that point. Creating corresponding Java objects in JNI and passing them inside an array to the callback function indeed turned out to be easier.
    I don't think just 'moving' the DetachCurrentThread is correct. You need to attach the thread that is doing the callbacks, as often as necessary but no oftener, and detach it when you can.I think I found the solution: my native code is starting a separate dispatcher thread that, as you suggested, attaches itself only once and then enters a dispatcher loop. The low-level call back function notifies that thread of new data via the standard Pthread API. The detach happens in JNI_OnUnload. This works without creating a new thread each time and garbage-collects the created objects properly. As the dispatcher method essentially never returns I also had to insert some DeleteLocalRef calls, because otherwise the local references prevented garbage collection.
    So, for now, it looks like I'm good to go. Thanks again for the reply!

  • Custom MediaStreamSource and Memory Leaks During SampleRequested

    Greetings,
    I have a nasty memory leak problem that is causing me to pull my hair out.
    I'm implementing a custom MediaStreamSource along with MediaTranscoder to generate video to disk. The frame generation operation occurs in the SampleRequested handler (as in the MediaStreamSource example). No matter what I do - and I've tried a
    ton of options - inevitably the app runs out of memory after a couple hundred frames of HD video. Investigating, I see that indeed GC.GetTotalMemory reports an increasing, and never decreasing, amount of allocated RAM. 
    The frame generator in my actual app is using RenderTargetBitmap to get screen captures, and is handing the buffer to MediaStreamSample.CreateFromBuffer(). However, as you can see in the example below, the issue occurs even with a dumb allocation
    of RAM and no other actual logic. Here's the code:
    void _mss_SampleRequested(Windows.Media.Core.MediaStreamSource sender, MediaStreamSourceSampleRequestedEventArgs args)
    if ( args.Request.StreamDescriptor is VideoStreamDescriptor )
    if (_FrameCount >= 3000) return;
    var videoDeferral = args.Request.GetDeferral();
    var descriptor = (VideoStreamDescriptor)args.Request.StreamDescriptor;
    uint frameWidth = descriptor.EncodingProperties.Width;
    uint frameHeight = descriptor.EncodingProperties.Height;
    uint size = frameWidth * frameHeight * 4;
    byte[] buffer = null;
    try
    buffer = new byte[size];
    // do something to create the frame
    catch
    App.LogAction("Ran out of memory", this);
    return;
    args.Request.Sample = MediaStreamSample.CreateFromBuffer(buffer.AsBuffer(), TimeFromFrame(_FrameCount++, _frameSource.Framerate));
    args.Request.Sample.Duration = TimeFromFrame(1, _frameSource.Framerate);
    buffer = null; // attempt to release the memory
    videoDeferral.Complete();
    App.LogAction("Completed Video frame " + (_FrameCount-1).ToString() + "\n" +
    "Allocated memory: " + GC.GetTotalMemory(true), this);
    return;
    It usually fails around frame 357, with GC.GetTotalMemory() reporting 750MB allocated.
    I've tried tons of work-arounds, none of which made a difference. I tried putting the code that allocates the bytes in a separate thread - no dice.  I tried Task.Delay to give the GC a chance to work, on the assumption that it just had no time
    to do its job. No luck.
    As another experiment, I wanted to see if the problem went away if I allocated memory each frame, but never assigned it to the MediaStreamSample, instead giving the sample (constant) dummy data. Indeed, in that scenario, memory consumption stayed
    constant. However, while I never get an out-of-memory exception, RequestSample just stops getting called around frame 1600 and as a result the transcode operation never actually returns to completion.
    I also tried taking a cue from the SDK sample which uses C++ entirely to generate the frame. So I passed the buffer as a Platform::Array<BYTE> to a static Runtime extension class function I wrote in C++.
    I won't bore you with the C++ code, but even directly copying the bytes of the array to the media sample using memcpy still had the same result! It seems that there is no way to communicate the contents of the byte[] array to the media sample without
    it never being released.
    I know what some will say: the difference between my code and the SDK sample, of course, is that the SDK sample generates the frame _entirely_ in C++, thus taking care of its own memory allocation and deallocation. Because I want to get
    the data from RenderTargetBitmap, this isn't an option for me. (As a side note, if anyone knows if there's a way to get the contents of an RT Window using DirectX, that might work too, but I know this is not a C++ forum, so...). But more importantly,
    MediaStreamSource and MediaStreamSample are managed classes that appear to allow you to generate custom frames using C# or other managed code. The MediaStreamSample.CreateFromBuffer function appears to be tailored for exactly what I want. But there appears
    to be no way to release the buffer when giving the bytes to the MediaStreamSample. At least none that I can find.
    I know the RT version of these classes are new to Windows 8.1, but I did see other posts going back 3 years discussing a similar issue in Silverlight. That never appears to have been resolved.
    I guess the question boils down to this: how do I safely get managed data, allocated during the SampleRequested handler, to the MediaStreamSample without causing a memory leak? Also, why would the SampleRequested handler just stop getting called
    out of the blue, even when I artificially eliminate the memory leak problem?
    Thanks so much for all input!

    Hi Rob - 
    Thanks for your quick reply and for clarifying the terminology. 
    In the Memory Usage test under Analyze/Performance and Diagnostics (is that what you mean?) it's clear that each frame of video being created is not released from memory except when memory consumption gets very high. GC will occasionally kick in, but eventually
    it succumbs.
    Interestingly, if I reduce the frame size substantially, say 320x240, it never runs out of RAM no matter how many frames I throw at it. The Memory Usage test, however, shows the same pattern. But this time the GC can keep up and release the RAM.
    After playing with this ad nauseum,  I am fairly convinced I know what the problem is, but the solution still escapes me. It appears that the Transcoder is requesting frames from the MediaStreamSource (and the MediaStreamSource is providing them via
    my SampleRequested handler) faster than the Transcoder can write them to disk and release them. Why would this be happening? The MediaStreamSource.BufferTime property is - I thought - used to prevent this very problem. However, changing the BufferTime seems
    to have no effect at all - even changing it to ZERO doesn't change anything. If I'm right, this would explain why the GC can't do its job - it can't release the buffers I'm giving to the Transcoder via SampleRequested because the Transcoder won't give them
    up until it's finished transcoding and writing them to disk. And yet the transcoder keeps requesting samples until there's no more memory to create them with.
    The following code, which I made from scratch to illustrate my scenario, should be air-tight according to everything I've read. And yet, it still runs out of memory when the frame size is too large. 
    If you or anyone else can spot the problem in this code, I'd be thrilled to hear it. Maybe I'm omitting a key step with regard to getting the deferral? Or maybe it's a bug in the back-end? Can I "slow down" the transcoder and force it to release samples
    it's already used?
    Anyway here's the new code, which other than App.cs is everything. So if I'm doing something wrong it will be in this module:
    using System;
    using System.Collections.Generic;
    using System.IO;
    using System.Threading.Tasks;
    using System.Linq;
    using System.Runtime.InteropServices.WindowsRuntime;
    using System.Diagnostics;
    using Windows.Foundation;
    using Windows.Foundation.Collections;
    using Windows.UI.Xaml;
    using Windows.UI.Xaml.Controls;
    using Windows.UI.Xaml.Controls.Primitives;
    using Windows.UI.Xaml.Data;
    using Windows.UI.Xaml.Input;
    using Windows.UI.Xaml.Media;
    using Windows.UI.Xaml.Navigation;
    using Windows.UI.Popups;
    using Windows.Storage;
    using Windows.Storage.Pickers;
    using Windows.Storage.Streams;
    using Windows.Media.MediaProperties;
    using Windows.Media.Core;
    using Windows.Media.Transcoding;
    // The Blank Page item template is documented at http://go.microsoft.com/fwlink/?LinkId=234238
    namespace MyTranscodeTest
    /// <summary>
    /// An empty page that can be used on its own or navigated to within a Frame.
    /// </summary>
    public sealed partial class MainPage : Page
    MediaTranscoder _transcoder;
    MediaStreamSource _mss;
    VideoStreamDescriptor _videoSourceDescriptor;
    const int c_width = 1920;
    const int c_height = 1080;
    const int c_frames = 10000;
    const int c_frNumerator = 30000;
    const int c_frDenominator = 1001;
    uint _frameSizeBytes;
    uint _frameDurationTicks;
    uint _transcodePositionTicks = 0;
    uint _frameCurrent = 0;
    Random _random = new Random();
    public MainPage()
    this.InitializeComponent();
    private async void GoButtonClicked(object sender, RoutedEventArgs e)
    Windows.Storage.Pickers.FileSavePicker picker = new Windows.Storage.Pickers.FileSavePicker();
    picker.FileTypeChoices.Add("MP4 File", new List<string>() { ".MP4" });
    Windows.Storage.StorageFile file = await picker.PickSaveFileAsync();
    if (file == null) return;
    Stream outputStream = await file.OpenStreamForWriteAsync();
    var transcodeTask = (await this.InitializeTranscoderAsync(outputStream)).TranscodeAsync();
    transcodeTask.Progress = (asyncInfo, progressInfo) =>
    Dispatcher.RunAsync(Windows.UI.Core.CoreDispatcherPriority.Normal, () =>
    _ProgressReport.Text = "Sourcing frame " + _frameCurrent.ToString() + " of " + c_frames.ToString() +
    " with " + GC.GetTotalMemory(false).ToString() + " bytes allocated.";
    await transcodeTask;
    MessageDialog dialog = new MessageDialog("Transcode completed.");
    await dialog.ShowAsync();
    async Task<PrepareTranscodeResult> InitializeTranscoderAsync (Stream output)
    _transcoder = new MediaTranscoder();
    _transcoder.HardwareAccelerationEnabled = false;
    _videoSourceDescriptor = new VideoStreamDescriptor(VideoEncodingProperties.CreateUncompressed( MediaEncodingSubtypes.Bgra8, c_width, c_height ));
    _videoSourceDescriptor.EncodingProperties.PixelAspectRatio.Numerator = 1;
    _videoSourceDescriptor.EncodingProperties.PixelAspectRatio.Denominator = 1;
    _videoSourceDescriptor.EncodingProperties.FrameRate.Numerator = c_frNumerator;
    _videoSourceDescriptor.EncodingProperties.FrameRate.Denominator = c_frDenominator;
    _videoSourceDescriptor.EncodingProperties.Bitrate = (uint)((c_width * c_height * 4 * 8 * (ulong)c_frDenominator) / (ulong)c_frNumerator);
    _frameDurationTicks = (uint)(10000000 * (ulong)c_frDenominator / (ulong)c_frNumerator);
    _frameSizeBytes = c_width * c_height * 4;
    _mss = new MediaStreamSource(_videoSourceDescriptor);
    _mss.BufferTime = TimeSpan.FromTicks(_frameDurationTicks);
    _mss.Duration = TimeSpan.FromTicks( _frameDurationTicks * c_frames );
    _mss.Starting += _mss_Starting;
    _mss.Paused += _mss_Paused;
    _mss.SampleRequested += _mss_SampleRequested;
    MediaEncodingProfile outputProfile = MediaEncodingProfile.CreateMp4(VideoEncodingQuality.Ntsc);
    outputProfile.Audio = null;
    return await _transcoder.PrepareMediaStreamSourceTranscodeAsync(_mss, output.AsRandomAccessStream(), outputProfile);
    void _mss_Paused(MediaStreamSource sender, object args)
    throw new NotImplementedException();
    void _mss_Starting(MediaStreamSource sender, MediaStreamSourceStartingEventArgs args)
    args.Request.SetActualStartPosition(new TimeSpan(0));
    /// <summary>
    /// This is derived from the sample in "Windows 8.1 Apps with Xaml and C# Unleashed"
    /// </summary>
    /// <param name="sender"></param>
    /// <param name="args"></param>
    void _mss_SampleRequested(MediaStreamSource sender, MediaStreamSourceSampleRequestedEventArgs args)
    if (_frameCurrent == c_frames) return;
    var deferral = args.Request.GetDeferral();
    byte[] frameBuffer;
    try
    frameBuffer = new byte[_frameSizeBytes];
    this._random.NextBytes(frameBuffer);
    catch
    throw new Exception("Sample source ran out of RAM");
    args.Request.Sample = MediaStreamSample.CreateFromBuffer(frameBuffer.AsBuffer(), TimeSpan.FromTicks(_transcodePositionTicks));
    args.Request.Sample.Duration = TimeSpan.FromTicks(_frameDurationTicks);
    args.Request.Sample.KeyFrame = true;
    _transcodePositionTicks += _frameDurationTicks;
    _frameCurrent++;
    deferral.Complete();
    Again, I can't see any reason why this shouldn't work. You'll note it mirrors pretty closely the sample in the Windows 8.1 Apps With Xaml Unleashed book (Chapter 14). The difference is I'm feeding the samples to a transcoder rather than a MediaElement (which,
    again should be no issue).
    Thanks again for any suggestions!
    Peter

  • XSLT processing and Memory Leak

    I have the following code for a Simple XSLT Transformation from one form of XML to another, the Size of the XML and the XSLT file are very small( few KB).
    As you can see I'm explicitly setting everything to null just to make sure the objects get GC'd.
    When I run the transformation on my local m/c running Windows XP on WSAD5.0 there are no memory leak issues, but when I deploy the Same app on our Server running WSAD 5.1 on Solaris, I see memory issues and finally throws an OutOfMemory Exception.
    Any Ideas would be appreciated.
         public String translate( String xml, String xsltFileName) throws Exception{
              String xmlOut = null;
              File fXslt = null;
              ByteArrayOutputStream baos = null;
              javax.xml.transform.Source xmlSource = null;
              javax.xml.transform.Source xsltSource = null;
              javax.xml.transform.Result result = null;
              InputStream isXML = null;
              javax.xml.transform.TransformerFactory transFact = null;
              javax.xml.transform.Transformer trans = null;
              Templates cachedXSLT = null;
              try{
              //     String classname = System.setProperty("javax.xml.transform.TransformerFactory", "org.apache.xalan.processor.TransformerFactoryImpl");
                   String classname = System.getProperty("javax.xml.transform.TransformerFactory");
                   System.out.println( "******* TRANSFORMER CLASS ***** = "+classname);
                   isXML = new ByteArrayInputStream( xml.getBytes());
                   fXslt = new File(xsltFileName);
                   baos = new ByteArrayOutputStream();
                   xmlSource =
                             new javax.xml.transform.stream.StreamSource( isXML);
                   xsltSource =
                             new javax.xml.transform.stream.StreamSource( fXslt);
                   result =
                             new javax.xml.transform.stream.StreamResult( baos);
                   // create an instance of TransformerFactory
                   transFact = javax.xml.transform.TransformerFactory.newInstance();
                   //transFact.setAttribute("http://xml.apache.org/xalan/features/incremental", Boolean.TRUE);
                   cachedXSLT = transFact.newTemplates(xsltSource);
                   trans = cachedXSLT.newTransformer();
                   //trans =     transFact.newTransformer(xsltSource);
                   trans.transform(xmlSource, result);
                   xmlOut = baos.toString();
    System.out.println("xmlout=***" + xmlOut);
              catch( Exception e){
                   System.out.println( e.getMessage());
                   throw e;
              finally{
                   trans = null;
                   //transFact = null;
                   result = null;
                   xsltSource = null;
                   xmlSource = null;
                   baos.close();
                   baos = null;
                   fXslt = null;
                   isXML.close();
                   isXML = null;
              return xmlOut;
         }

    scream3r wrote:
    All code work's as well, but i have a memory leak by using structure (by creating a new MyStructure());Presumably this really is java code. As such the following are the only possibilities
    1. You do not have a memory leak. You are misreading a tool (probably task manager) and assuming a leak exists when it doesn't.
    2. You need to call something either on MyStructure or by passing it to another class to free it. See the documentation.
    3. The leak is caused by something else.

  • PrinterJob and Memory Leak

    I have encounter a serious memory leak when printing in Java. When the following code is compiled into a 'jar' (1.4.x and 1.5.x) and run, the Print process consumes roughly 4 Mb and never gives it back. Does anybody have a solution for recovering the lost memory?
    import java.awt.*;
    import java.awt.print.*;
    public class BasicPrint extends JComponent implements Printable {
    public int print(Graphics g, PageFormat pf, int pageIndex) {
    if (pageIndex > 0) {
    return Printable.NO_SUCH_PAGE;
    Graphics2D g2d = (Graphics2D)g;
    g2d.translate(pf.getImageableX(), pf.getImageableY());
    g2d.draw3DRect(20,50,100,50,true)
    return Printable.PAGE_EXISTS;
    public static void main(String[] args) {
    PrinterJob pjob = PrinterJob.getPrinterJob();
    PageFormat pf = pjob.defaultPage();
    pjob.setPrintable(new BasicPrint(), pf);
    try {
    pjob.print();
    } catch (PrinterException e) {
    //// You will need to set up a break point after this to examine the consequences on
    //// Memory
    }

    The setting is an option that's used on the java command, for instance:
    java -XX:MaxHeapFreeRatio=70 <yourClassName>See the results returned by the search on the option name:
    http://www.google.com/search?q=XX:MaxHeapFreeRatio

  • Oracle 9.2 and memory leak detection

    Hi All.
    I have found the following error in trace file
    after shutdown database.
    =================================================================
    /.../udump/cpaw_ora_4427.trc
    Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, Oracle Label Security, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    ORACLE_HOME = /.../product/9.2.0
    System name: Linux
    Node name: host.com
    Release: 2.4.18-10bigmem
    Version: #1 SMP Wed Aug 7 10:26:52 EDT 2002
    Machine: i686
    Instance name: orcl
    Redo thread mounted by this instance: 0 <none>
    Oracle process number: 10
    Unix process pid: 4427, image: [email protected] (TNS V1-V3)
    *** SESSION ID:(9.3) 2002-10-10 14:17:14.265
    Archiving is disabled
    Archiving is disabled
    ******** ERROR: SGA memory leak detected 16 ********
    KGH Latch Directory Information
    ldir state: 2 next slot: 39
    Slot [  1] Latch: 0x50005be8 Index: 1 Flags: 3 State: 2 next: (nil)
    <...>
    =====================================================================
    Linux RedHat 7.3 (db works in archivelog mode).
    How can I correct this?
    Thanks in advance.
    Best regards,
    Andrey Demchenko.

    Thanks for the answers. The oci8.dll is uncommented naturally. Otherwise it would start up just fine, but I couldn't use the database functions.
    I got it working by installing 5.1.6, but replacing the oci8.dll with the one from the 5.1.0 -version. It's a very... desperate... solution, but at least it works.
    I'm gonna have to try to sell the idea of using the 10g client to our DBA. I don't think though, that he'll be very enthusiastic to set it up on our production servers. We'll see.

  • Struts, FormFile and memory leak

    Hi All
    I have a page, where file upload input is used.
    This page entering/submit leads to memory leak. /does not matter with or without file to upload/
    Size of wasted memory is increased with increasing html inputs count in this page.
    I used tomcat 5.0.25 + struts 1.2.4 + jdk 1.5.0_01
    Do you have any ideas?

    try using updated versions of tomcat and struts? that's what i would do.

  • Ringtones OS6 and memory leak

    Hello, a few weeks ago I updated to OS6. I found that the ringtones from the previous OS were gone so I installed them back with this link
    http://mobile.blackberry.com/resources/mbc/downloads/ringtones/drm/net_rim_bb_medialoader_ringtones_...
    Now I want to delete them again because of the memory leak, but I don't know how to do it? The ringtones seem to be locked and I can't access them. Is there any way to unlock them or get access to them with the Blackberry desktop software? Thanks!

    scream3r wrote:
    All code work's as well, but i have a memory leak by using structure (by creating a new MyStructure());Presumably this really is java code. As such the following are the only possibilities
    1. You do not have a memory leak. You are misreading a tool (probably task manager) and assuming a leak exists when it doesn't.
    2. You need to call something either on MyStructure or by passing it to another class to free it. See the documentation.
    3. The leak is caused by something else.

  • JNA Structures and memory leak

    Hi all.
    Sorry my JNA question in JNI forum, but i think it's exactly that forum for this.
    My question:
    I use an WinAPI function, and pass a Structure into the function.
    Calling of this function turning in "While" cycle, for example:
    public void getData() {
        MyStructure structure = new MyStructure();
        anWinAPI_Function(structure);
        Form.jLabel1.setText("use some data from this structure: " + structure.Data);
    }All code work's as well, but i have a memory leak by using structure (by creating a new MyStructure());
    I really know that, becose if use an int[] there is no memory leak, but i have too many WinAPI functions and can't use this way.
    Methods clear() and finalize() don't give th effect.
    Sorry for my english, hope that somebody can help me, thank's =)

    scream3r wrote:
    All code work's as well, but i have a memory leak by using structure (by creating a new MyStructure());Presumably this really is java code. As such the following are the only possibilities
    1. You do not have a memory leak. You are misreading a tool (probably task manager) and assuming a leak exists when it doesn't.
    2. You need to call something either on MyStructure or by passing it to another class to free it. See the documentation.
    3. The leak is caused by something else.

  • Safari + Javascript = Slowdown and Memory Leak?

    I've pinned down what I think is some problem with Safari and Javascript.
    If I leave Safari open for over 24 hours, with several pages open in tabs, in Activity Monitor Safari shows about 1.38Gig of VM and Safari is molasses slow.
    Turning off Javascript immediately restores the speed in Safari but the HUGE VM usage remains.
    So, I turned off Javascript, relaunched Safari, opened the exact same sites in tabs and left Safari sitting there for 24+ hours. It's now using only 203MBs of VM and it's still swishy fast as it should be.
    It seems like a problem between Safari and Javascript. Can anyone else confirm this phenomena before I send an official report to Apple?
    Thanks:)

    Confirmed. Running Safari with the Debug option on will tell you that there are some memory leaks with JavaScript objects.

  • IOS and Memory Leaks

    How do you ensure that AIR on iOS does not leak memory and how do you trace 'leak' alerts to their source? Below is a table with a bunch of leak data, but I don't see how you could trace it back to your code and find the leak. I have tried making sure variables are de-referenced when finished with them, and event listeners are either removed or weak-referenced(allows objects to be garbage collected when the listener is the last thing referencing them).
    I would like to get any and all leaks out of my app so that I can submit it to the App Store.
    Edit: The leak table is from what it showed in the Apple 'Instruments' tool on my Mac when scanning the app running on my phone.
    Edit 2: I'm not sure how to interpret this leak data from Instruments. My app is running within the 'captive' AIR runtime on the iPhone, so theoretically I would think that any leaks in my app would stay allocated in the AIR captive runtime and not show up here. I thought maybe I should be monitoring the 'Allocations' section of the tool for notable changes in the total allocations since un-garbage-collected stuff would stay contained within AIR. If it is showing leak data in the 'leaks' section, does that mean the AIR runtime itself is leaking? None of the functions or libraries or identifiers or whatever they are listed in the leak data match stuff that I wrote, so maybe they are parts of the 'AIR engine'.
    Leaked Object
    Address
    Size
    Responsible Library
    Responsible Frame
    NSCFString
    60
    < multiple >
    960
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x154a73f0
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x154a73f0
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x154a73f0
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1549ee40
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1549ee40
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1549ee40
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1549ee40
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1549ee40
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1549ee30
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1549ee30
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1549ee30
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1549ee30
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1549ee30
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1549d980
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1549d980
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1549d980
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1549d980
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1549d980
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1549d6d0
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1549d6d0
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1549d6d0
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1549d6d0
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1548b800
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1548b800
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1548b800
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1548b800
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1548b070
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1548b070
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1548b070
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1548b070
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1548b070
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x154810f0
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x154810f0
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x154810f0
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x154810f0
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x154810f0
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x154810f0
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1547ccd0
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1544dfd0
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x1544dfd0
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x11637340
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x11637330
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x11637330
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x11637330
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x11626520
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x11626520
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x11626520
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x11626520
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x11615610
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x11615610
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0x11615610
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0xda84d0
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0xda84c0
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0xda84c0
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0xd905c0
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0xd7a150
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0xd67920
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0xd67920
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0xd67920
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    NSCFString
    0xd31670
    16
    QuartzCore
    CA::Display::DisplayLink::dispatch(unsigned long long, unsigned long long)
    GeneralBlock-16
    4
    < multiple >
    64
    libGLProgrammability.dylib
    std::vector<TSymbolTableLevel*, std::allocator<TSymbolTableLevel*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<TSymbolTableLevel**, std::vector<TSymbolTableLevel*, std::allocator<TSymbolTableLevel*> > >, TSymbolTableLevel* const&)
    GeneralBlock-16
    0x1160c700
    16
    libGLProgrammability.dylib
    std::vector<TSymbolTableLevel*, std::allocator<TSymbolTableLevel*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<TSymbolTableLevel**, std::vector<TSymbolTableLevel*, std::allocator<TSymbolTableLevel*> > >, TSymbolTableLevel* const&)
    GeneralBlock-16
    0x1160c700
    16
    libGLProgrammability.dylib
    std::vector<TSymbolTableLevel*, std::allocator<TSymbolTableLevel*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<TSymbolTableLevel**, std::vector<TSymbolTableLevel*, std::allocator<TSymbolTableLevel*> > >, TSymbolTableLevel* const&)
    GeneralBlock-16
    0x1160c700
    16
    libGLProgrammability.dylib
    std::vector<TSymbolTableLevel*, std::allocator<TSymbolTableLevel*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<TSymbolTableLevel**, std::vector<TSymbolTableLevel*, std::allocator<TSymbolTableLevel*> > >, TSymbolTableLevel* const&)
    GeneralBlock-16
    0x1160c700
    16
    libGLProgrammability.dylib
    std::vector<TSymbolTableLevel*, std::allocator<TSymbolTableLevel*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<TSymbolTableLevel**, std::vector<TSymbolTableLevel*, std::allocator<TSymbolTableLevel*> > >, TSymbolTableLevel* const&)
    GeneralBlock-16
    3
    < multiple >
    48
    libGLProgrammability.dylib
    GetSymbolTable(int)
    GeneralBlock-16
    0xd638f0
    16
    libGLProgrammability.dylib
    GetSymbolTable(int)
    GeneralBlock-16
    0xd638f0
    16
    libGLProgrammability.dylib
    GetSymbolTable(int)
    GeneralBlock-16
    0xd638f0
    16
    libGLProgrammability.dylib
    GetSymbolTable(int)
    GeneralBlock-16
    0xd8dca0
    16
    libGLProgrammability.dylib
    std::vector<TSymbolTableLevel*, std::allocator<TSymbolTableLevel*> >::_M_insert_aux(__gnu_cxx::__normal_iterator<TSymbolTableLevel**, std::vector<TSymbolTableLevel*, std::allocator<TSymbolTableLevel*> > >, TSymbolTableLevel* const&)

    As I said in the post, the stuff reported in leaks doesn't match any of my variable or function names. It just shows generic stuff for the 'Responsible Library/Frame', such as GetSymbolTable(int) or QuartzCore. I didn't name anything in my code by those names. Quartz, I believe, is the stuff used to draw vectors on iOS, and the other things like 'TSymbolTableLevel' are not names I used either.
    So I am not sure if this is my code leaking memory or the AIR rumtime itself leaking memory, or how you would go about interpreting Instruments reports on an AIR based app. My theory is that any stuff not garbage collected and leaked within the AIR runtime should be contained within the runtime wouldn't show up in Instruments as a leak, so I don't know if there is anything I can do within my code to make the 'leaks' dissappear or not.
    There is a ton of stuff going on in my code, events and functions calling or initiating other functions and such, so it isnt as simple as just looking at what code would be fired at the time the leak shows up to figure out what piece of code the leak occured at.

  • Odd behavior with linux 2.6.35.6 (ATI, average load and memory)

    hello folks
    have you tried the 2.6.35.6 kernel? 'cause i am having some problems with it.
    when i first upgrated, i compiled my kernel from www.kernel.org and at my first boot i noticed an 50 MB increase on the memory consumption ( the one that you get with "Free -m").
    normally with the 2.6.34.2 kernel i got ~200MB with kde running but with this version i got ~252MB, i also got this stats with the official archlinux's kernel.
    the second thing i notice is that the load average is nearly 0.50 all the time in 2.6.35.6 from archlinux's repos and the compiled by myself , and the system is on idle at that time
    and for last i got odds quirks from the radeon driver, i got a Radeon HD 3300 (integrated nothing fancy ) and it worked right on 2.6.33 and 2.6.34 but with 2.6.35 and 2.6.36-rc5 after some minutes the system kicks me to KDM,
    here i have the logs from the kernel 2.6.36-rc5 and the 2.6.34 ( the last one that worked right), please just check the finals 5 lines of the following log
    Sep 27 19:47:22 localhost kernel: Linux version 2.6.36-rc5-git7 (slack@Soul) (gcc version 4.5.1 (GCC) ) #1 SMP PREEMPT Mon Sep 27 13:05:35 CLT 2010
    Sep 27 19:47:22 localhost kernel: Command line: root=/dev/disk/by-uuid/6448e149-dad3-4aa2-ab86-a71b0ffbfae3 ro
    Sep 27 19:47:22 localhost kernel: BIOS-provided physical RAM map:
    Sep 27 19:47:22 localhost kernel: BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
    Sep 27 19:47:22 localhost kernel: BIOS-e820: 000000000009f000 - 00000000000a0000 (reserved)
    Sep 27 19:47:22 localhost kernel: BIOS-e820: 00000000000e6000 - 0000000000100000 (reserved)
    Sep 27 19:47:22 localhost kernel: BIOS-e820: 0000000000100000 - 000000006ffb0000 (usable)
    Sep 27 19:47:22 localhost kernel: BIOS-e820: 000000006ffb0000 - 000000006ffbe000 (ACPI data)
    Sep 27 19:47:22 localhost kernel: BIOS-e820: 000000006ffbe000 - 000000006ffe0000 (ACPI NVS)
    Sep 27 19:47:22 localhost kernel: BIOS-e820: 000000006ffe0000 - 0000000070000000 (reserved)
    Sep 27 19:47:22 localhost kernel: BIOS-e820: 00000000ff700000 - 0000000100000000 (reserved)
    Sep 27 19:47:22 localhost kernel: NX (Execute Disable) protection: active
    Sep 27 19:47:22 localhost kernel: DMI present.
    Sep 27 19:47:22 localhost kernel: AMI BIOS detected: BIOS may corrupt low RAM, working around it.
    Sep 27 19:47:22 localhost kernel: e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
    Sep 27 19:47:22 localhost kernel: e820 update range: 0000000000000000 - 0000000000001000 (usable) ==> (reserved)
    Sep 27 19:47:22 localhost kernel: e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
    Sep 27 19:47:22 localhost kernel: No AGP bridge found
    Sep 27 19:47:22 localhost kernel: last_pfn = 0x6ffb0 max_arch_pfn = 0x400000000
    Sep 27 19:47:22 localhost kernel: MTRR default type: uncachable
    Sep 27 19:47:22 localhost kernel: MTRR fixed ranges enabled:
    Sep 27 19:47:22 localhost kernel: 00000-9FFFF write-back
    Sep 27 19:47:22 localhost kernel: A0000-EFFFF uncachable
    Sep 27 19:47:22 localhost kernel: F0000-FFFFF write-protect
    Sep 27 19:47:22 localhost kernel: MTRR variable ranges enabled:
    Sep 27 19:47:22 localhost kernel: 0 base 000000000000 mask FFFFC0000000 write-back
    Sep 27 19:47:22 localhost kernel: 1 base 000040000000 mask FFFFE0000000 write-back
    Sep 27 19:47:22 localhost kernel: 2 base 000060000000 mask FFFFF0000000 write-back
    Sep 27 19:47:22 localhost kernel: 3 disabled
    Sep 27 19:47:22 localhost kernel: 4 disabled
    Sep 27 19:47:22 localhost kernel: 5 disabled
    Sep 27 19:47:22 localhost kernel: 6 disabled
    Sep 27 19:47:22 localhost kernel: 7 disabled
    Sep 27 19:47:22 localhost kernel: x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
    Sep 27 19:47:22 localhost kernel: initial memory mapped : 0 - 20000000
    Sep 27 19:47:22 localhost kernel: Using GB pages for direct mapping
    Sep 27 19:47:22 localhost kernel: init_memory_mapping: 0000000000000000-000000006ffb0000
    Sep 27 19:47:22 localhost kernel: 0000000000 - 0040000000 page 1G
    Sep 27 19:47:22 localhost kernel: 0040000000 - 006fe00000 page 2M
    Sep 27 19:47:22 localhost kernel: 006fe00000 - 006ffb0000 page 4k
    Sep 27 19:47:22 localhost kernel: kernel direct mapping tables up to 6ffb0000 @ 16000-19000
    Sep 27 19:47:22 localhost kernel: RAMDISK: 37e5a000 - 37ff0000
    Sep 27 19:47:22 localhost kernel: ACPI: RSDP 00000000000f9580 00014 (v00 ACPIAM)
    Sep 27 19:47:22 localhost kernel: ACPI: RSDT 000000006ffb0000 0003C (v01 061209 RSDT1738 20090612 MSFT 00000097)
    Sep 27 19:47:22 localhost kernel: ACPI: FACP 000000006ffb0200 00084 (v01 061209 FACP1738 20090612 MSFT 00000097)
    Sep 27 19:47:22 localhost kernel: ACPI Warning: Optional field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20100702/tbfadt-557)
    Sep 27 19:47:22 localhost kernel: ACPI: DSDT 000000006ffb0440 0A5C4 (v01 1AAAA 1AAAA000 00000000 INTL 20051117)
    Sep 27 19:47:22 localhost kernel: ACPI: FACS 000000006ffbe000 00040
    Sep 27 19:47:22 localhost kernel: ACPI: APIC 000000006ffb0390 0006C (v01 061209 APIC1738 20090612 MSFT 00000097)
    Sep 27 19:47:22 localhost kernel: ACPI: MCFG 000000006ffb0400 0003C (v01 061209 OEMMCFG 20090612 MSFT 00000097)
    Sep 27 19:47:22 localhost kernel: ACPI: OEMB 000000006ffbe040 00072 (v01 061209 OEMB1738 20090612 MSFT 00000097)
    Sep 27 19:47:22 localhost kernel: ACPI: HPET 000000006ffbaa10 00038 (v01 061209 OEMHPET 20090612 MSFT 00000097)
    Sep 27 19:47:22 localhost kernel: ACPI: SSDT 000000006ffbaa50 0088C (v01 A M I POWERNOW 00000001 AMD 00000001)
    Sep 27 19:47:22 localhost kernel: ACPI: Local APIC address 0xfee00000
    Sep 27 19:47:22 localhost kernel: [ffffea0000000000-ffffea00019fffff] PMD -> [ffff880001e00000-ffff8800037fffff] on node 0
    Sep 27 19:47:22 localhost kernel: Zone PFN ranges:
    Sep 27 19:47:22 localhost kernel: DMA 0x00000010 -> 0x00001000
    Sep 27 19:47:22 localhost kernel: DMA32 0x00001000 -> 0x00100000
    Sep 27 19:47:22 localhost kernel: Normal empty
    Sep 27 19:47:22 localhost kernel: Movable zone start PFN for each node
    Sep 27 19:47:22 localhost kernel: early_node_map[2] active PFN ranges
    Sep 27 19:47:22 localhost kernel: 0: 0x00000010 -> 0x0000009f
    Sep 27 19:47:22 localhost kernel: 0: 0x00000100 -> 0x0006ffb0
    Sep 27 19:47:22 localhost kernel: On node 0 totalpages: 458559
    Sep 27 19:47:22 localhost kernel: DMA zone: 56 pages used for memmap
    Sep 27 19:47:22 localhost kernel: DMA zone: 0 pages reserved
    Sep 27 19:47:22 localhost kernel: DMA zone: 3927 pages, LIFO batch:0
    Sep 27 19:47:22 localhost kernel: DMA32 zone: 6215 pages used for memmap
    Sep 27 19:47:22 localhost kernel: DMA32 zone: 448361 pages, LIFO batch:31
    Sep 27 19:47:22 localhost kernel: ACPI: PM-Timer IO Port: 0x808
    Sep 27 19:47:22 localhost kernel: ACPI: Local APIC address 0xfee00000
    Sep 27 19:47:22 localhost kernel: ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    Sep 27 19:47:22 localhost kernel: ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
    Sep 27 19:47:22 localhost kernel: ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
    Sep 27 19:47:22 localhost kernel: ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
    Sep 27 19:47:22 localhost kernel: ACPI: IOAPIC (id[0x04] address[0xfec00000] gsi_base[0])
    Sep 27 19:47:22 localhost kernel: IOAPIC[0]: apic_id 4, version 33, address 0xfec00000, GSI 0-23
    Sep 27 19:47:22 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    Sep 27 19:47:22 localhost kernel: ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
    Sep 27 19:47:22 localhost kernel: ACPI: IRQ0 used by override.
    Sep 27 19:47:22 localhost kernel: ACPI: IRQ2 used by override.
    Sep 27 19:47:22 localhost kernel: ACPI: IRQ9 used by override.
    Sep 27 19:47:22 localhost kernel: Using ACPI (MADT) for SMP configuration information
    Sep 27 19:47:22 localhost kernel: ACPI: HPET id: 0x8300 base: 0xfed00000
    Sep 27 19:47:22 localhost kernel: SMP: Allowing 4 CPUs, 0 hotplug CPUs
    Sep 27 19:47:22 localhost kernel: nr_irqs_gsi: 40
    Sep 27 19:47:22 localhost kernel: PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
    Sep 27 19:47:22 localhost kernel: PM: Registered nosave memory: 00000000000a0000 - 00000000000e6000
    Sep 27 19:47:22 localhost kernel: PM: Registered nosave memory: 00000000000e6000 - 0000000000100000
    Sep 27 19:47:22 localhost kernel: Allocating PCI resources starting at 70000000 (gap: 70000000:8f700000)
    Sep 27 19:47:22 localhost kernel: early_res array is doubled to 64 at [18000 - 187ff]
    Sep 27 19:47:22 localhost kernel: setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
    Sep 27 19:47:22 localhost kernel: PERCPU: Embedded 26 pages/cpu @ffff880001600000 s77696 r8192 d20608 u524288
    Sep 27 19:47:22 localhost kernel: pcpu-alloc: s77696 r8192 d20608 u524288 alloc=1*2097152
    Sep 27 19:47:22 localhost kernel: pcpu-alloc: [0] 0 1 2 3
    Sep 27 19:47:22 localhost kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 452288
    Sep 27 19:47:22 localhost kernel: Kernel command line: root=/dev/disk/by-uuid/6448e149-dad3-4aa2-ab86-a71b0ffbfae3 ro
    Sep 27 19:47:22 localhost kernel: PID hash table entries: 4096 (order: 3, 32768 bytes)
    Sep 27 19:47:22 localhost kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
    Sep 27 19:47:22 localhost kernel: Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
    Sep 27 19:47:22 localhost kernel: Checking aperture...
    Sep 27 19:47:22 localhost kernel: No AGP bridge found
    Sep 27 19:47:22 localhost kernel: Node 0: aperture @ 5b5a000000 size 32 MB
    Sep 27 19:47:22 localhost kernel: Aperture beyond 4GB. Ignoring.
    Sep 27 19:47:22 localhost kernel: Subtract (44 early reservations)
    Sep 27 19:47:22 localhost kernel: #1 [0001000000 - 000149e660] TEXT DATA BSS
    Sep 27 19:47:22 localhost kernel: #2 [0037e5a000 - 0037ff0000] RAMDISK
    Sep 27 19:47:22 localhost kernel: #3 [000009f000 - 0000100000] BIOS reserved
    Sep 27 19:47:22 localhost kernel: #4 [000149f000 - 000149f13f] BRK
    Sep 27 19:47:22 localhost kernel: #5 [0000010000 - 0000012000] TRAMPOLINE
    Sep 27 19:47:22 localhost kernel: #6 [0000012000 - 0000016000] ACPI WAKEUP
    Sep 27 19:47:22 localhost kernel: #7 [0000016000 - 0000018000] PGTABLE
    Sep 27 19:47:22 localhost kernel: #8 [000149f140 - 00014a0140] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #9 [000149e680 - 000149e760] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #10 [0001ca1000 - 0001ca2000] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #11 [0001ca2000 - 0001ca3000] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #12 [0001e00000 - 0003800000] MEMMAP 0
    Sep 27 19:47:22 localhost kernel: #13 [00014a0140 - 00014b8140] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #14 [00014b8140 - 00014d0140] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #15 [00014d1000 - 00014d2000] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #16 [000149e780 - 000149e7c1] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #17 [000149e800 - 000149e843] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #18 [000149e880 - 000149ea78] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #19 [000149ea80 - 000149eae8] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #20 [000149eb00 - 000149eb68] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #21 [000149eb80 - 000149ebe8] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #22 [000149ec00 - 000149ec68] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #23 [000149ec80 - 000149ece8] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #24 [000149ed00 - 000149ed68] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #25 [000149ed80 - 000149ede8] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #26 [000149ee00 - 000149ee68] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #27 [000149ee80 - 000149eea0] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #28 [000149eec0 - 000149eeff] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #29 [000149ef00 - 000149ef3f] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #30 [0001600000 - 000161a000] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #31 [0001680000 - 000169a000] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #32 [0001700000 - 000171a000] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #33 [0001780000 - 000179a000] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #34 [000149ef40 - 000149ef48] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #35 [000149ef80 - 000149ef88] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #36 [000149efc0 - 000149efd0] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #37 [00014d0140 - 00014d0160] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #38 [00014d0180 - 00014d02b0] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #39 [00014d02c0 - 00014d0310] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #40 [00014d0340 - 00014d0390] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #41 [00014d2000 - 00014da000] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #42 [000179a000 - 000199a000] BOOTMEM
    Sep 27 19:47:22 localhost kernel: #43 [00014da000 - 00015da000] BOOTMEM
    Sep 27 19:47:22 localhost kernel: Memory: 1797492k/1834688k available (2549k kernel code, 452k absent, 36744k reserved, 1087k data, 376k init)
    Sep 27 19:47:22 localhost kernel: SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
    Sep 27 19:47:22 localhost kernel: Preemptable hierarchical RCU implementation.
    Sep 27 19:47:22 localhost kernel: RCU-based detection of stalled CPUs is disabled.
    Sep 27 19:47:22 localhost kernel: Verbose stalled-CPUs detection is disabled.
    Sep 27 19:47:22 localhost kernel: NR_IRQS:384
    Sep 27 19:47:22 localhost kernel: Console: colour VGA+ 80x25
    Sep 27 19:47:22 localhost kernel: console [tty0] enabled
    Sep 27 19:47:22 localhost kernel: hpet clockevent registered
    Sep 27 19:47:22 localhost kernel: Fast TSC calibration using PIT
    Sep 27 19:47:22 localhost kernel: Detected 2999.782 MHz processor.
    Sep 27 19:47:22 localhost kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 5999.55 BogoMIPS (lpj=2999778)
    Sep 27 19:47:22 localhost kernel: pid_max: default: 32768 minimum: 301
    Sep 27 19:47:22 localhost kernel: Mount-cache hash table entries: 256
    Sep 27 19:47:22 localhost kernel: tseg: 0000000000
    Sep 27 19:47:22 localhost kernel: CPU: Physical Processor ID: 0
    Sep 27 19:47:22 localhost kernel: CPU: Processor Core ID: 0
    Sep 27 19:47:22 localhost kernel: mce: CPU supports 6 MCE banks
    Sep 27 19:47:22 localhost kernel: using C1E aware idle routine
    Sep 27 19:47:22 localhost kernel: Performance Events: AMD PMU driver.
    Sep 27 19:47:22 localhost kernel: ... version: 0
    Sep 27 19:47:22 localhost kernel: ... bit width: 48
    Sep 27 19:47:22 localhost kernel: ... generic registers: 4
    Sep 27 19:47:22 localhost kernel: ... value mask: 0000ffffffffffff
    Sep 27 19:47:22 localhost kernel: ... max period: 00007fffffffffff
    Sep 27 19:47:22 localhost kernel: ... fixed-purpose events: 0
    Sep 27 19:47:22 localhost kernel: ... event mask: 000000000000000f
    Sep 27 19:47:22 localhost kernel: ACPI: Core revision 20100702
    Sep 27 19:47:22 localhost kernel: Setting APIC routing to flat
    Sep 27 19:47:22 localhost kernel: ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
    Sep 27 19:47:22 localhost kernel: CPU0: AMD Phenom(tm) II X4 945 Processor stepping 02
    Sep 27 19:47:22 localhost kernel: Booting Node 0, Processors #1 #2 #3 Ok.
    Sep 27 19:47:22 localhost kernel: Brought up 4 CPUs
    Sep 27 19:47:22 localhost kernel: Total of 4 processors activated (24000.70 BogoMIPS).
    Sep 27 19:47:22 localhost kernel: devtmpfs: initialized
    Sep 27 19:47:22 localhost kernel: atomic64 test passed for x86-64 platform with CX8 and with SSE
    Sep 27 19:47:22 localhost kernel: NET: Registered protocol family 16
    Sep 27 19:47:22 localhost kernel: node 0 link 0: io port [1000, ffffff]
    Sep 27 19:47:22 localhost kernel: TOM: 0000000080000000 aka 2048M
    Sep 27 19:47:22 localhost kernel: Fam 10h mmconf [e0000000, efffffff]
    Sep 27 19:47:22 localhost kernel: node 0 link 0: mmio [a0000, bffff]
    Sep 27 19:47:22 localhost kernel: node 0 link 0: mmio [80000000, cfffffff]
    Sep 27 19:47:22 localhost kernel: node 0 link 0: mmio [d0000000, efffffff] ==> [d0000000, dfffffff]
    Sep 27 19:47:22 localhost kernel: node 0 link 0: mmio [f0000000, fe7fffff]
    Sep 27 19:47:22 localhost kernel: node 0 link 0: mmio [fe800000, fe9fffff]
    Sep 27 19:47:22 localhost kernel: node 0 link 0: mmio [fea00000, ffefffff]
    Sep 27 19:47:22 localhost kernel: bus: [00, 07] on node 0 link 0
    Sep 27 19:47:22 localhost kernel: bus: 00 index 0 [io 0x0000-0xffff]
    Sep 27 19:47:22 localhost kernel: bus: 00 index 1 [mem 0x000a0000-0x000bffff]
    Sep 27 19:47:22 localhost kernel: bus: 00 index 2 [mem 0x80000000-0xdfffffff]
    Sep 27 19:47:22 localhost kernel: bus: 00 index 3 [mem 0xf0000000-0xfcffffffff]
    Sep 27 19:47:22 localhost kernel: ACPI: bus type pci registered
    Sep 27 19:47:22 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Sep 27 19:47:22 localhost kernel: PCI: not using MMCONFIG
    Sep 27 19:47:22 localhost kernel: PCI: Using configuration type 1 for base access
    Sep 27 19:47:22 localhost kernel: PCI: Using configuration type 1 for extended access
    Sep 27 19:47:22 localhost kernel: bio: create slab <bio-0> at 0
    Sep 27 19:47:22 localhost kernel: ACPI: EC: Look up EC in DSDT
    Sep 27 19:47:22 localhost kernel: ACPI: Executed 4 blocks of module-level executable AML code
    Sep 27 19:47:22 localhost kernel: ACPI: Interpreter enabled
    Sep 27 19:47:22 localhost kernel: ACPI: (supports S0 S3 S4 S5)
    Sep 27 19:47:22 localhost kernel: ACPI: Using IOAPIC for interrupt routing
    Sep 27 19:47:22 localhost kernel: PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    Sep 27 19:47:22 localhost kernel: PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
    Sep 27 19:47:22 localhost kernel: PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
    Sep 27 19:47:22 localhost kernel: pci_root PNP0A03:00: host bridge window [io 0x0000-0x0cf7]
    Sep 27 19:47:22 localhost kernel: pci_root PNP0A03:00: host bridge window [io 0x0d00-0xffff]
    Sep 27 19:47:22 localhost kernel: pci_root PNP0A03:00: host bridge window [mem 0x000a0000-0x000bffff]
    Sep 27 19:47:22 localhost kernel: pci_root PNP0A03:00: host bridge window [mem 0x000d0000-0x000dffff]
    Sep 27 19:47:22 localhost kernel: pci_root PNP0A03:00: host bridge window [mem 0x70000000-0xdfffffff]
    Sep 27 19:47:22 localhost kernel: pci_root PNP0A03:00: host bridge window [mem 0xf0000000-0xfebfffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: PME# disabled
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: PME# disabled
    Sep 27 19:47:22 localhost kernel: pci 0000:00:11.0: reg 10: [io 0xa000-0xa007]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:11.0: reg 14: [io 0x9000-0x9003]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:11.0: reg 18: [io 0x8000-0x8007]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:11.0: reg 1c: [io 0x7000-0x7003]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:11.0: reg 20: [io 0x6000-0x600f]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:11.0: reg 24: [mem 0xfe7ffc00-0xfe7fffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:11.0: set SATA to AHCI mode
    Sep 27 19:47:22 localhost kernel: pci 0000:00:12.0: reg 10: [mem 0xfe7fe000-0xfe7fefff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:12.1: reg 10: [mem 0xfe7fd000-0xfe7fdfff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:12.2: reg 10: [mem 0xfe7ff800-0xfe7ff8ff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:12.2: supports D1 D2
    Sep 27 19:47:22 localhost kernel: pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
    Sep 27 19:47:22 localhost kernel: pci 0000:00:12.2: PME# disabled
    Sep 27 19:47:22 localhost kernel: pci 0000:00:13.0: reg 10: [mem 0xfe7fc000-0xfe7fcfff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:13.1: reg 10: [mem 0xfe7fb000-0xfe7fbfff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:13.2: reg 10: [mem 0xfe7ff400-0xfe7ff4ff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:13.2: supports D1 D2
    Sep 27 19:47:22 localhost kernel: pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
    Sep 27 19:47:22 localhost kernel: pci 0000:00:13.2: PME# disabled
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.1: reg 10: [io 0x0000-0x0007]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.1: reg 14: [io 0x0000-0x0003]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.1: reg 18: [io 0x0000-0x0007]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.1: reg 1c: [io 0x0000-0x0003]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.1: reg 20: [io 0xff00-0xff0f]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.2: reg 10: [mem 0xfe7f4000-0xfe7f7fff 64bit]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.2: PME# disabled
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.5: reg 10: [mem 0xfe7fa000-0xfe7fafff]
    Sep 27 19:47:22 localhost kernel: pci 0000:01:05.0: reg 10: [mem 0xd0000000-0xdfffffff pref]
    Sep 27 19:47:22 localhost kernel: pci 0000:01:05.0: reg 14: [io 0xb000-0xb0ff]
    Sep 27 19:47:22 localhost kernel: pci 0000:01:05.0: reg 18: [mem 0xfe9f0000-0xfe9fffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:01:05.0: reg 24: [mem 0xfe800000-0xfe8fffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:01:05.0: supports D1 D2
    Sep 27 19:47:22 localhost kernel: pci 0000:01:05.1: reg 10: [mem 0xfe9e8000-0xfe9ebfff]
    Sep 27 19:47:22 localhost kernel: pci 0000:01:05.1: supports D1 D2
    Sep 27 19:47:22 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01-01]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xfe800000-0xfe9fffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Sep 27 19:47:22 localhost kernel: pci 0000:02:00.0: reg 10: [io 0xc800-0xc8ff]
    Sep 27 19:47:22 localhost kernel: pci 0000:02:00.0: reg 18: [mem 0xfeaff000-0xfeafffff 64bit]
    Sep 27 19:47:22 localhost kernel: pci 0000:02:00.0: reg 20: [mem 0xfdff0000-0xfdffffff 64bit pref]
    Sep 27 19:47:22 localhost kernel: pci 0000:02:00.0: reg 30: [mem 0xfeac0000-0xfeadffff pref]
    Sep 27 19:47:22 localhost kernel: pci 0000:02:00.0: supports D1 D2
    Sep 27 19:47:22 localhost kernel: pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
    Sep 27 19:47:22 localhost kernel: pci 0000:02:00.0: PME# disabled
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: PCI bridge to [bus 02-02]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: bridge window [io 0xc000-0xcfff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: bridge window [mem 0xfea00000-0xfeafffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    Sep 27 19:47:22 localhost kernel: pci 0000:03:00.0: reg 24: [mem 0xfebfe000-0xfebfffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:03:00.0: PME# supported from D3hot
    Sep 27 19:47:22 localhost kernel: pci 0000:03:00.0: PME# disabled
    Sep 27 19:47:22 localhost kernel: pci 0000:03:00.1: reg 10: [io 0xe800-0xe807]
    Sep 27 19:47:22 localhost kernel: pci 0000:03:00.1: reg 14: [io 0xe400-0xe403]
    Sep 27 19:47:22 localhost kernel: pci 0000:03:00.1: reg 18: [io 0xe000-0xe007]
    Sep 27 19:47:22 localhost kernel: pci 0000:03:00.1: reg 1c: [io 0xd800-0xd803]
    Sep 27 19:47:22 localhost kernel: pci 0000:03:00.1: reg 20: [io 0xd400-0xd40f]
    Sep 27 19:47:22 localhost kernel: pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: PCI bridge to [bus 03-03]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: bridge window [io 0xd000-0xefff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: bridge window [mem 0xfeb00000-0xfebfffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: PCI bridge to [bus 04-04] (subtractive decode)
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [io 0xf000-0x0000] (disabled)
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [mem 0xfff00000-0x000fffff] (disabled)
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [io 0x0000-0x0cf7] (subtractive decode)
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [mem 0x70000000-0xdfffffff] (subtractive decode)
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:00: on NUMA node 0
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0PC._PRT]
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Link [LNKA] (IRQs 4 *7 10 11 12 14 15)
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 *10 11 12 14 15)
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 *10 11 12 14 15)
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 *11 12 14 15)
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Link [LNKE] (IRQs 4 10 11 12 14 15) *0, disabled.
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Link [LNKF] (IRQs 4 10 11 12 14 15) *0, disabled.
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Link [LNKG] (IRQs *4 10 11 12 14 15)
    Sep 27 19:47:22 localhost kernel: ACPI: PCI Interrupt Link [LNKH] (IRQs 4 10 11 12 14 15) *0, disabled.
    Sep 27 19:47:22 localhost kernel: vgaarb: device added: PCI:0000:01:05.0,decodes=io+mem,owns=io+mem,locks=none
    Sep 27 19:47:22 localhost kernel: vgaarb: loaded
    Sep 27 19:47:22 localhost kernel: PCI: Using ACPI for IRQ routing
    Sep 27 19:47:22 localhost kernel: PCI: pci_cache_line_size set to 64 bytes
    Sep 27 19:47:22 localhost kernel: reserve RAM buffer: 000000000009f000 - 000000000009ffff
    Sep 27 19:47:22 localhost kernel: reserve RAM buffer: 000000006ffb0000 - 000000006fffffff
    Sep 27 19:47:22 localhost kernel: hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
    Sep 27 19:47:22 localhost kernel: hpet0: 4 comparators, 32-bit 14.318180 MHz counter
    Sep 27 19:47:22 localhost kernel: Switching to clocksource tsc
    Sep 27 19:47:22 localhost kernel: pnp: PnP ACPI init
    Sep 27 19:47:22 localhost kernel: ACPI: bus type pnp registered
    Sep 27 19:47:22 localhost kernel: pnp: PnP ACPI: found 13 devices
    Sep 27 19:47:22 localhost kernel: ACPI: ACPI bus type pnp unregistered
    Sep 27 19:47:22 localhost kernel: system 00:01: [mem 0x70000000-0x7fffffff] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
    Sep 27 19:47:22 localhost kernel: system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x04d0-0x04d1] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x040b] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x04d6] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0c00-0x0c01] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0c14] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0c50-0x0c51] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0c52] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0c6c] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0c6f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0cd0-0x0cd1] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0cd2-0x0cd3] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0cd4-0x0cd5] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0cd6-0x0cd7] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0cd8-0x0cdf] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0800-0x089f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0b00-0x0b0f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0b20-0x0b3f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0900-0x090f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0x0910-0x091f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [io 0xfe00-0xfefe] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [mem 0xffb80000-0xffbfffff] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:08: [mem 0xfec10000-0xfec1001f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:0a: [io 0x0e00-0x0e0f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:0a: [io 0x0e80-0x0e8f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:0a: [io 0x0f40-0x0f4f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:0a: [io 0x0a30-0x0a3f] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
    Sep 27 19:47:22 localhost kernel: system 00:0c: [mem 0x000c0000-0x000cffff] has been reserved
    Sep 27 19:47:22 localhost kernel: system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
    Sep 27 19:47:22 localhost kernel: system 00:0c: [mem 0x00100000-0x6fffffff] could not be reserved
    Sep 27 19:47:22 localhost kernel: system 00:0c: [mem 0xfec00000-0xffffffff] could not be reserved
    Sep 27 19:47:22 localhost kernel: pci 0000:00:01.0: PCI bridge to [bus 01-01]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:01.0: bridge window [io 0xb000-0xbfff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xfe800000-0xfe9fffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: PCI bridge to [bus 02-02]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: bridge window [io 0xc000-0xcfff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: bridge window [mem 0xfea00000-0xfeafffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: bridge window [mem 0xfdf00000-0xfdffffff 64bit pref]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: PCI bridge to [bus 03-03]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: bridge window [io 0xd000-0xefff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: bridge window [mem 0xfeb00000-0xfebfffff]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: bridge window [mem pref disabled]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: PCI bridge to [bus 04-04]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [io disabled]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [mem disabled]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:14.4: bridge window [mem pref disabled]
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Sep 27 19:47:22 localhost kernel: pci 0000:00:06.0: setting latency timer to 64
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    Sep 27 19:47:22 localhost kernel: pci 0000:00:07.0: setting latency timer to 64
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:00: resource 8 [mem 0x70000000-0xdfffffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:01: resource 0 [io 0xb000-0xbfff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:01: resource 1 [mem 0xfe800000-0xfe9fffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:02: resource 0 [io 0xc000-0xcfff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:02: resource 1 [mem 0xfea00000-0xfeafffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:02: resource 2 [mem 0xfdf00000-0xfdffffff 64bit pref]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:03: resource 0 [io 0xd000-0xefff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:03: resource 1 [mem 0xfeb00000-0xfebfffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:04: resource 4 [io 0x0000-0x0cf7]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:04: resource 5 [io 0x0d00-0xffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:04: resource 6 [mem 0x000a0000-0x000bffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:04: resource 7 [mem 0x000d0000-0x000dffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:04: resource 8 [mem 0x70000000-0xdfffffff]
    Sep 27 19:47:22 localhost kernel: pci_bus 0000:04: resource 9 [mem 0xf0000000-0xfebfffff]
    Sep 27 19:47:22 localhost kernel: NET: Registered protocol family 2
    Sep 27 19:47:22 localhost kernel: IP route cache hash table entries: 65536 (order: 7, 524288 bytes)
    Sep 27 19:47:22 localhost kernel: TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
    Sep 27 19:47:22 localhost kernel: TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
    Sep 27 19:47:22 localhost kernel: TCP: Hash tables configured (established 262144 bind 65536)
    Sep 27 19:47:22 localhost kernel: TCP reno registered
    Sep 27 19:47:22 localhost kernel: UDP hash table entries: 1024 (order: 3, 32768 bytes)
    Sep 27 19:47:22 localhost kernel: UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
    Sep 27 19:47:22 localhost kernel: NET: Registered protocol family 1
    Sep 27 19:47:22 localhost kernel: pci 0000:00:01.0: MSI quirk detected; subordinate MSI disabled
    Sep 27 19:47:22 localhost kernel: pci 0000:01:05.0: Boot video device
    Sep 27 19:47:22 localhost kernel: PCI: CLS 64 bytes, default 64
    Sep 27 19:47:22 localhost kernel: Unpacking initramfs...
    Sep 27 19:47:22 localhost kernel: Freeing initrd memory: 1624k freed
    Sep 27 19:47:22 localhost kernel: VFS: Disk quotas dquot_6.5.2
    Sep 27 19:47:22 localhost kernel: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    Sep 27 19:47:22 localhost kernel: msgmni has been set to 3513
    Sep 27 19:47:22 localhost kernel: Block layer SCSI generic (bsg) driver version 0.4 loaded (major 254)
    Sep 27 19:47:22 localhost kernel: io scheduler noop registered
    Sep 27 19:47:22 localhost kernel: io scheduler cfq registered (default)
    Sep 27 19:47:22 localhost kernel: Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
    Sep 27 19:47:22 localhost kernel: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
    Sep 27 19:47:22 localhost kernel: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
    Sep 27 19:47:22 localhost kernel: serio: i8042 KBD port at 0x60,0x64 irq 1
    Sep 27 19:47:22 localhost kernel: mice: PS/2 mouse device common for all mice
    Sep 27 19:47:22 localhost kernel: cpuidle: using governor ladder
    Sep 27 19:47:22 localhost kernel: cpuidle: using governor menu
    Sep 27 19:47:22 localhost kernel: TCP cubic registered
    Sep 27 19:47:22 localhost kernel: PM: Resume from disk failed.
    Sep 27 19:47:22 localhost kernel: Freeing unused kernel memory: 376k freed
    Sep 27 19:47:22 localhost kernel: udev[35]: starting version 162
    Sep 27 19:47:22 localhost kernel: input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
    Sep 27 19:47:22 localhost kernel: SCSI subsystem initialized
    Sep 27 19:47:22 localhost kernel: libata version 3.00 loaded.
    Sep 27 19:47:22 localhost kernel: pata_acpi 0000:00:14.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Sep 27 19:47:22 localhost kernel: pata_acpi 0000:00:14.1: setting latency timer to 64
    Sep 27 19:47:22 localhost kernel: pata_acpi 0000:03:00.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    Sep 27 19:47:22 localhost kernel: pata_acpi 0000:03:00.1: setting latency timer to 64
    Sep 27 19:47:22 localhost kernel: pata_acpi 0000:03:00.1: PCI INT B disabled
    Sep 27 19:47:22 localhost kernel: ahci 0000:00:11.0: version 3.0
    Sep 27 19:47:22 localhost kernel: ahci 0000:00:11.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
    Sep 27 19:47:22 localhost kernel: ahci 0000:00:11.0: AHCI 0001.0100 32 slots 4 ports 3 Gbps 0xf impl SATA mode
    Sep 27 19:47:22 localhost kernel: ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part ccc
    Sep 27 19:47:22 localhost kernel: pata_jmicron 0000:03:00.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
    Sep 27 19:47:22 localhost kernel: pata_jmicron 0000:03:00.1: setting latency timer to 64
    Sep 27 19:47:22 localhost kernel: scsi1 : pata_jmicron
    Sep 27 19:47:22 localhost kernel: scsi0 : ahci
    Sep 27 19:47:22 localhost kernel: scsi2 : pata_jmicron
    Sep 27 19:47:22 localhost kernel: ata5: PATA max UDMA/100 cmd 0xe800 ctl 0xe400 bmdma 0xd400 irq 16
    Sep 27 19:47:22 localhost kernel: ata6: PATA max UDMA/100 cmd 0xe000 ctl 0xd800 bmdma 0xd408 irq 16
    Sep 27 19:47:22 localhost kernel: scsi3 : ahci
    Sep 27 19:47:22 localhost kernel: scsi4 : ahci
    Sep 27 19:47:22 localhost kernel: scsi5 : ahci
    Sep 27 19:47:22 localhost kernel: ata1: SATA max UDMA/133 abar m1024@0xfe7ffc00 port 0xfe7ffd00 irq 22
    Sep 27 19:47:22 localhost kernel: ata2: SATA max UDMA/133 abar m1024@0xfe7ffc00 port 0xfe7ffd80 irq 22
    Sep 27 19:47:22 localhost kernel: ata3: SATA max UDMA/133 abar m1024@0xfe7ffc00 port 0xfe7ffe00 irq 22
    Sep 27 19:47:22 localhost kernel: ata4: SATA max UDMA/133 abar m1024@0xfe7ffc00 port 0xfe7ffe80 irq 22
    Sep 27 19:47:22 localhost kernel: ahci 0000:03:00.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
    Sep 27 19:47:22 localhost kernel: ahci 0000:03:00.0: JMB361 has only one port
    Sep 27 19:47:22 localhost kernel: ahci 0000:03:00.0: forcing port_map 0x3 -> 0x1
    Sep 27 19:47:22 localhost kernel: scsi6 : pata_atiixp
    Sep 27 19:47:22 localhost kernel: scsi7 : pata_atiixp
    Sep 27 19:47:22 localhost kernel: ata7: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xff00 irq 14
    Sep 27 19:47:22 localhost kernel: ata8: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xff08 irq 15
    Sep 27 19:47:22 localhost kernel: ahci 0000:03:00.0: AHCI 0001.0000 32 slots 2 ports 3 Gbps 0x1 impl SATA mode
    Sep 27 19:47:22 localhost kernel: ahci 0000:03:00.0: flags: 64bit ncq led clo pmp pio
    Sep 27 19:47:22 localhost kernel: ahci 0000:03:00.0: setting latency timer to 64
    Sep 27 19:47:22 localhost kernel: scsi8 : ahci
    Sep 27 19:47:22 localhost kernel: scsi9 : ahci
    Sep 27 19:47:22 localhost kernel: ata9: SATA max UDMA/133 abar m8192@0xfebfe000 port 0xfebfe100 irq 19
    Sep 27 19:47:22 localhost kernel: ata10: DUMMY
    Sep 27 19:47:22 localhost kernel: ata8.00: ATA-7: HDS728080PLAT20, PF2OA27A, max UDMA/133
    Sep 27 19:47:22 localhost kernel: ata8.00: 156250000 sectors, multi 16: LBA48
    Sep 27 19:47:22 localhost kernel: ata8.01: ATAPI: HL-DT-ST GCE-8523B, 1.01, max UDMA/33
    Sep 27 19:47:22 localhost kernel: ata8.00: limited to UDMA/33 due to 40-wire cable
    Sep 27 19:47:22 localhost kernel: ata8.00: configured for UDMA/33
    Sep 27 19:47:22 localhost kernel: ata8.01: configured for UDMA/33
    Sep 27 19:47:22 localhost kernel: ata1: SATA link down (SStatus 0 SControl 300)
    Sep 27 19:47:22 localhost kernel: ata4: SATA link down (SStatus 0 SControl 300)
    Sep 27 19:47:22 localhost kernel: ata3: SATA link down (SStatus 0 SControl 300)
    Sep 27 19:47:22 localhost kernel: ata9: SATA link down (SStatus 0 SControl 300)
    Sep 27 19:47:22 localhost kernel: ata2: softreset failed (device not ready)
    Sep 27 19:47:22 localhost kernel: ata2: applying SB600 PMP SRST workaround and retrying
    Sep 27 19:47:22 localhost kernel: ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
    Sep 27 19:47:22 localhost kernel: ata2.00: ATA-8: ST3250318AS, CC38, max UDMA/133
    Sep 27 19:47:22 localhost kernel: ata2.00: 488397168 sectors, multi 16: LBA48 NCQ (depth 31/32)
    Sep 27 19:47:22 localhost kernel: ata2.00: configured for UDMA/133
    Sep 27 19:47:22 localhost kernel: scsi 3:0:0:0: Direct-Access ATA ST3250318AS CC38 PQ: 0 ANSI: 5
    Sep 27 19:47:22 localhost kernel: scsi 7:0:0:0: Direct-Access ATA HDS728080PLAT20 PF2O PQ: 0 ANSI: 5
    Sep 27 19:47:22 localhost kernel: scsi 7:0:1:0: CD-ROM HL-DT-ST CD-RW GCE-8523B 1.01 PQ: 0 ANSI: 5
    Sep 27 19:47:22 localhost kernel: sd 3:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 GiB)
    Sep 27 19:47:22 localhost kernel: sd 7:0:0:0: [sdb] 156250000 512-byte logical blocks: (80.0 GB/74.5 GiB)
    Sep 27 19:47:22 localhost kernel: sd 3:0:0:0: [sda] Write Protect is off
    Sep 27 19:47:22 localhost kernel: sd 7:0:0:0: [sdb] Write Protect is off
    Sep 27 19:47:22 localhost kernel: sd 7:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    Sep 27 19:47:22 localhost kernel: sd 7:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Sep 27 19:47:22 localhost kernel: sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
    Sep 27 19:47:22 localhost kernel: sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    Sep 27 19:47:22 localhost kernel: sdb: sdb1
    Sep 27 19:47:22 localhost kernel: sr0: scsi3-mmc drive: 40x/52x writer cd/rw xa/form2 cdda tray
    Sep 27 19:47:22 localhost kernel: cdrom: Uniform CD-ROM driver Revision: 3.20
    Sep 27 19:47:22 localhost kernel: sr 7:0:1:0: Attached scsi CD-ROM sr0
    Sep 27 19:47:22 localhost kernel: sd 7:0:0:0: [sdb] Attached SCSI disk
    Sep 27 19:47:22 localhost kernel: sda: sda1 sda2 < sda5 > sda3
    Sep 27 19:47:22 localhost kernel: sd 3:0:0:0: [sda] Attached SCSI disk
    Sep 27 19:47:22 localhost kernel: EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
    Sep 27 19:47:22 localhost kernel: rtc_cmos 00:03: RTC can wake from S4
    Sep 27 19:47:22 localhost kernel: rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
    Sep 27 19:47:22 localhost kernel: rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
    Sep 27 19:47:22 localhost kernel: udev[860]: starting version 162
    Sep 27 19:47:22 localhost kernel: input: PC Speaker as /devices/platform/pcspkr/input/input1
    Sep 27 19:47:22 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2
    Sep 27 19:47:22 localhost kernel: ACPI: Power Button [PWRB]
    Sep 27 19:47:22 localhost kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
    Sep 27 19:47:22 localhost kernel: ACPI: Power Button [PWRF]
    Sep 27 19:47:22 localhost kernel: usbcore: registered new interface driver usbfs
    Sep 27 19:47:22 localhost kernel: usbcore: registered new interface driver hub
    Sep 27 19:47:22 localhost kernel: usbcore: registered new device driver usb
    Sep 27 19:47:22 localhost kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:12.2: PCI INT B -> GSI 17 (level, low) -> IRQ 17
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:12.2: EHCI Host Controller
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:12.2: new USB bus registered, assigned bus number 1
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:12.2: applying AMD SB600/SB700 USB freeze workaround
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:12.2: debug port 1
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:12.2: irq 17, io mem 0xfe7ff800
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:12.2: USB 2.0 started, EHCI 1.00
    Sep 27 19:47:22 localhost kernel: hub 1-0:1.0: USB hub found
    Sep 27 19:47:22 localhost kernel: hub 1-0:1.0: 6 ports detected
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:13.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:13.2: EHCI Host Controller
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:13.2: new USB bus registered, assigned bus number 2
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:13.2: applying AMD SB600/SB700 USB freeze workaround
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:13.2: debug port 1
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:13.2: irq 19, io mem 0xfe7ff400
    Sep 27 19:47:22 localhost kernel: sd 3:0:0:0: Attached scsi generic sg0 type 0
    Sep 27 19:47:22 localhost kernel: sd 7:0:0:0: Attached scsi generic sg1 type 0
    Sep 27 19:47:22 localhost kernel: sr 7:0:1:0: Attached scsi generic sg2 type 5
    Sep 27 19:47:22 localhost kernel: ehci_hcd 0000:00:13.2: USB 2.0 started, EHCI 1.00
    Sep 27 19:47:22 localhost kernel: hub 2-0:1.0: USB hub found
    Sep 27 19:47:22 localhost kernel: hub 2-0:1.0: 6 ports detected
    Sep 27 19:47:22 localhost kernel: EDAC MC: Ver: 2.1.0 Sep 27 2010
    Sep 27 19:47:22 localhost kernel: EDAC amd64_edac: Ver: 3.3.0 Sep 27 2010
    Sep 27 19:47:22 localhost kernel: EDAC amd64: This node reports that Memory ECC is currently disabled, set F3x44[22] (0000:00:18.3).
    Sep 27 19:47:22 localhost kernel: EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
    Sep 27 19:47:22 localhost kernel: Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
    Sep 27 19:47:22 localhost kernel: (Note that use of the override may cause unknown side effects.)
    Sep 27 19:47:22 localhost kernel: amd64_edac: probe of 0000:00:18.2 failed with error -22
    Sep 27 19:47:22 localhost kernel: ACPI: resource piix4_smbus [io 0x0b00-0x0b07] conflicts with ACPI region SOR1 [dma 2816-2831 64bit]
    Sep 27 19:47:22 localhost kernel: ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
    Sep 27 19:47:22 localhost kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Sep 27 19:47:22 localhost kernel: shpchp 0000:00:01.0: HPC vendor_id 1022 device_id 9602 ss_vid 1022 ss_did 9602
    Sep 27 19:47:22 localhost kernel: shpchp 0000:00:01.0: Cannot reserve MMIO region
    Sep 27 19:47:22 localhost kernel: shpchp 0000:00:06.0: HPC vendor_id 1022 device_id 9606 ss_vid 1019 ss_did 2617
    Sep 27 19:47:22 localhost kernel: shpchp 0000:00:06.0: Cannot reserve MMIO region
    Sep 27 19:47:22 localhost kernel: shpchp 0000:00:07.0: HPC vendor_id 1022 device_id 9607 ss_vid 1019 ss_did 2617
    Sep 27 19:47:22 localhost kernel: shpchp 0000:00:07.0: Cannot reserve MMIO region
    Sep 27 19:47:22 localhost kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    Sep 27 19:47:22 localhost kernel: ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:12.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:12.0: OHCI Host Controller
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 3
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:12.0: irq 16, io mem 0xfe7fe000
    Sep 27 19:47:22 localhost kernel: hub 3-0:1.0: USB hub found
    Sep 27 19:47:22 localhost kernel: hub 3-0:1.0: 3 ports detected
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:12.1: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:12.1: OHCI Host Controller
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:12.1: new USB bus registered, assigned bus number 4
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:12.1: irq 16, io mem 0xfe7fd000
    Sep 27 19:47:22 localhost kernel: r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
    Sep 27 19:47:22 localhost kernel: r8169 0000:02:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Sep 27 19:47:22 localhost kernel: r8169 0000:02:00.0: setting latency timer to 64
    Sep 27 19:47:22 localhost kernel: r8169 0000:02:00.0: irq 40 for MSI/MSI-X
    Sep 27 19:47:22 localhost kernel: r8169 0000:02:00.0: eth0: RTL8168c/8111c at 0xffffc90010664000, 00:25:11:d8:32:b7, XID 1c4000c0 IRQ 40
    Sep 27 19:47:22 localhost kernel: hub 4-0:1.0: USB hub found
    Sep 27 19:47:22 localhost kernel: hub 4-0:1.0: 3 ports detected
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:13.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:13.0: OHCI Host Controller
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:13.0: irq 18, io mem 0xfe7fc000
    Sep 27 19:47:22 localhost kernel: hub 5-0:1.0: USB hub found
    Sep 27 19:47:22 localhost kernel: hub 5-0:1.0: 3 ports detected
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:13.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:13.1: OHCI Host Controller
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:13.1: new USB bus registered, assigned bus number 6
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:13.1: irq 18, io mem 0xfe7fb000
    Sep 27 19:47:22 localhost kernel: hub 6-0:1.0: USB hub found
    Sep 27 19:47:22 localhost kernel: hub 6-0:1.0: 3 ports detected
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:14.5: PCI INT C -> GSI 18 (level, low) -> IRQ 18
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:14.5: OHCI Host Controller
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 7
    Sep 27 19:47:22 localhost kernel: ohci_hcd 0000:00:14.5: irq 18, io mem 0xfe7fa000
    Sep 27 19:47:22 localhost kernel: thermal LNXTHERM:01: registered as thermal_zone0
    Sep 27 19:47:22 localhost kernel: ACPI: Thermal Zone [THRM] (30 C)
    Sep 27 19:47:22 localhost kernel: ACPI: acpi_idle registered with cpuidle
    Sep 27 19:47:22 localhost kernel: hub 7-0:1.0: USB hub found
    Sep 27 19:47:22 localhost kernel: hub 7-0:1.0: 2 ports detected
    Sep 27 19:47:22 localhost kernel: HDA Intel 0000:00:14.2: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    Sep 27 19:47:22 localhost kernel: hda_codec: ALC888: BIOS auto-probing.
    Sep 27 19:47:22 localhost kernel: HDA Intel 0000:01:05.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
    Sep 27 19:47:22 localhost kernel: HDA Intel 0000:01:05.1: setting latency timer to 64
    Sep 27 19:47:22 localhost kernel: usb 6-2: new low speed USB device using ohci_hcd and address 2
    Sep 27 19:47:22 localhost kernel: usbcore: registered new interface driver hiddev
    Sep 27 19:47:22 localhost kernel: input: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:13.1/usb6/6-2/6-2:1.0/input/input4
    Sep 27 19:47:22 localhost kernel: generic-usb 0003:045E:0040.0001: input,hidraw0: USB HID v1.10 Mouse [Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)] on usb-0000:00:13.1-2/input0
    Sep 27 19:47:22 localhost kernel: usbcore: registered new interface driver usbhid
    Sep 27 19:47:22 localhost kernel: usbhid: USB HID core driver
    Sep 27 19:47:22 localhost kernel: EXT4-fs (sda1): re-mounted. Opts: (null)
    Sep 27 19:47:22 localhost kernel: EXT4-fs (sda1): re-mounted. Opts: (null)
    Sep 27 19:47:22 localhost kernel: EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
    Sep 27 19:47:22 localhost kernel: fuse init (API version 7.15)
    Sep 27 19:47:22 localhost kernel: Adding 337328k swap on /dev/sda5. Priority:-1 extents:1 across:337328k
    Sep 27 19:47:23 localhost kernel: r8169 0000:02:00.0: eth0: link up
    Sep 27 19:47:23 localhost kernel: r8169 0000:02:00.0: eth0: link up
    Sep 27 19:47:24 localhost kernel: NET: Registered protocol family 10
    Sep 27 19:47:24 localhost kernel: lo: Disabled Privacy Extensions
    Sep 27 19:47:24 localhost kernel: NET: Registered protocol family 17
    Sep 27 19:47:25 localhost kernel: pci 0000:01:05.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    Sep 27 19:47:25 localhost kernel: Linux agpgart interface v0.103
    Sep 27 19:47:25 localhost kernel: [drm] Initialized drm 1.1.0 20060810
    Sep 27 19:47:25 localhost kernel: [drm] radeon defaulting to userspace modesetting.
    Sep 27 19:47:25 localhost kernel: pci 0000:01:05.0: setting latency timer to 64
    Sep 27 19:47:25 localhost kernel: [drm] Initialized radeon 1.33.0 20080528 for 0000:01:05.0 on minor 0
    Sep 27 19:47:25 localhost kernel: [drm] Setting GART location based on new memory map
    Sep 27 19:47:25 localhost kernel: [drm] Loading RS780 CP Microcode
    Sep 27 19:47:25 localhost kernel: [drm] Resetting GPU
    Sep 27 19:47:25 localhost kernel: [drm] writeback test succeeded in 1 usecs
    Sep 27 19:47:29 localhost kernel: r8169: WARNING! Changing of MTU on this NIC may lead to frame reception errors!
    Sep 27 19:47:34 localhost kernel: eth0: no IPv6 routers present
    Sep 27 19:52:54 localhost kernel: start_kdeinit (2066): /proc/2066/oom_adj is deprecated, please use /proc/2066/oom_score_adj instead.
    Sep 27 20:17:35 localhost kernel: [drm] Resetting GPU
    Sep 27 20:17:35 localhost kernel: [drm] Setting GART location based on new memory map
    Sep 27 20:17:35 localhost kernel: [drm] Loading RS780 CP Microcode
    Sep 27 20:17:35 localhost kernel: [drm] Resetting GPU
    Sep 27 20:17:35 localhost kernel: [drm] writeback test succeeded in 1 usecs
    and the ps ouput for compare the memory usage of 2.6.36-rc5
    PID PPID RSS VSZ %CPU %MEM CMD
    1 0 612 3896 0.0 0.0 init [3]
    2 0 0 0 0.0 0.0 [kthreadd]
    3 2 0 0 0.0 0.0 [ksoftirqd/0]
    4 2 0 0 0.0 0.0 [kworker/0:0]
    6 2 0 0 0.0 0.0 [migration/0]
    7 2 0 0 0.0 0.0 [migration/1]
    9 2 0 0 0.0 0.0 [ksoftirqd/1]
    10 2 0 0 0.0 0.0 [kworker/0:1]
    11 2 0 0 0.0 0.0 [migration/2]
    12 2 0 0 0.0 0.0 [kworker/2:0]
    13 2 0 0 0.0 0.0 [ksoftirqd/2]
    14 2 0 0 0.0 0.0 [migration/3]
    15 2 0 0 0.0 0.0 [kworker/3:0]
    16 2 0 0 0.0 0.0 [ksoftirqd/3]
    17 2 0 0 0.0 0.0 [khelper]
    18 2 0 0 0.0 0.0 [pm]
    19 2 0 0 0.0 0.0 [sync_supers]
    20 2 0 0 0.0 0.0 [bdi-default]
    21 2 0 0 0.0 0.0 [kblockd]
    22 2 0 0 0.0 0.0 [kacpid]
    23 2 0 0 0.0 0.0 [kacpi_notify]
    24 2 0 0 0.0 0.0 [kacpi_hotplug]
    25 2 0 0 0.0 0.0 [kseriod]
    26 2 0 0 0.0 0.0 [kswapd0]
    27 2 0 0 0.0 0.0 [fsnotify_mark]
    28 2 0 0 0.0 0.0 [aio]
    598 2 0 0 0.0 0.0 [ata_sff]
    645 2 0 0 0.0 0.0 [scsi_eh_0]
    650 2 0 0 0.0 0.0 [scsi_eh_1]
    657 2 0 0 0.0 0.0 [scsi_eh_2]
    658 2 0 0 0.0 0.0 [scsi_eh_3]
    674 2 0 0 0.0 0.0 [scsi_eh_4]
    684 2 0 0 0.0 0.0 [scsi_eh_5]
    696 2 0 0 0.0 0.0 [scsi_eh_6]
    710 2 0 0 0.0 0.0 [scsi_eh_7]
    732 2 0 0 0.0 0.0 [kworker/u:8]
    764 2 0 0 0.0 0.0 [scsi_eh_8]
    765 2 0 0 0.0 0.0 [scsi_eh_9]
    766 2 0 0 0.0 0.0 [kworker/u:9]
    768 2 0 0 0.0 0.0 [kworker/1:1]
    769 2 0 0 0.0 0.0 [kworker/3:1]
    771 2 0 0 0.0 0.0 [kworker/2:1]
    827 2 0 0 0.0 0.0 [jbd2/sda1-8]
    828 2 0 0 0.0 0.0 [ext4-dio-unwrit]
    860 1 984 6348 0.0 0.0 /sbin/udevd --daemon
    1259 2 0 0 0.0 0.0 [khubd]
    1281 2 0 0 0.0 0.0 [edac-poller]
    1308 2 0 0 0.0 0.0 [hd-audio0]
    1311 2 0 0 0.0 0.0 [hd-audio1]
    1475 2 0 0 0.0 0.0 [usbhid_resumer]
    1508 2 0 0 0.0 0.0 [flush-8:0]
    1512 2 0 0 0.0 0.0 [jbd2/sdb1-8]
    1513 2 0 0 0.0 0.0 [ext4-dio-unwrit]
    1520 1 864 15300 0.0 0.0 /sbin/mount.ntfs-3g /dev/sda3 /media/windows -o rw
    1763 1 540 26144 0.0 0.0 supervising syslog-ng
    1764 1763 2088 28516 0.0 0.1 /usr/sbin/syslog-ng
    1778 1 1168 13156 0.0 0.0 /usr/bin/dbus-daemon --system
    1781 1 5308 38832 0.0 0.2 /usr/sbin/hald
    1782 1781 1292 22288 0.0 0.0 hald-runner
    1811 1782 1132 24404 0.0 0.0 hald-addon-input: Listening on /dev/input/event0 /dev/input/event2 /dev/input/event3
    1825 1782 1136 24400 0.0 0.0 hald-addon-storage: polling /dev/sr0 (every 2 sec)
    1861 1 660 5992 0.0 0.0 /usr/sbin/crond -S -l info
    1870 1782 1120 19896 0.0 0.0 hald-addon-acpi: listening on acpi kernel interface /proc/acpi/event
    1875 860 900 6344 0.0 0.0 /sbin/udevd --daemon
    1877 1 580 6136 0.0 0.0 /usr/sbin/dnsmasq
    1879 1 776 28732 0.0 0.0 /usr/bin/kdm
    1883 1 576 3892 0.0 0.0 /sbin/agetty -8 38400 tty1 linux
    1884 1 572 3892 0.0 0.0 /sbin/agetty -8 38400 tty2 linux
    1885 1 572 3892 0.0 0.0 /sbin/agetty -8 38400 tty3 linux
    1886 1 576 3892 0.0 0.0 /sbin/agetty -8 38400 tty4 linux
    1887 1 576 3892 0.0 0.0 /sbin/agetty -8 38400 tty5 linux
    1888 1 572 3892 0.0 0.0 /sbin/agetty -8 38400 tty6 linux
    1934 1 352 8204 0.0 0.0 /sbin/dhcpcd -q eth0
    1944 1 3252 118404 0.0 0.1 /usr/sbin/console-kit-daemon --no-daemon
    2043 1 564 16760 0.0 0.0 /usr/bin/gpg-agent --daemon --pinentry-program /usr/bin/pinentry-qt4
    2046 1 520 14180 0.0 0.0 /usr/bin/ssh-agent -s
    2079 2 0 0 0.0 0.0 [kworker/1:2]
    2117 1 3336 45120 0.0 0.1 /usr/lib/polkit-1/polkitd
    2453 1879 50424 173688 2.9 2.8 /usr/bin/X :0 vt7 -nolisten tcp -auth /var/run/xauth/A:0-eMwXNb
    2457 860 828 6344 0.0 0.0 /sbin/udevd --daemon
    2463 2 0 0 0.0 0.0 [kworker/0:2]
    2464 1879 1824 45476 0.0 0.1 -:0
    2469 1 792 19844 0.0 0.0 dbus-launch --autolaunch 1b3de153c5d2d7ad7915eeec00000a16 --binary-syntax --close-stderr
    2470 1 624 12764 0.0 0.0 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
    2484 2464 1696 15148 0.0 0.0 /bin/sh /usr/bin/startkde
    2511 1 564 16760 0.0 0.0 /usr/bin/gpg-agent --daemon --pinentry-program /usr/bin/pinentry-qt4
    2514 1 520 14180 0.0 0.0 /usr/bin/ssh-agent -s
    2528 1 800 19844 0.0 0.0 dbus-launch --sh-syntax --exit-with-session
    2529 1 1388 13408 0.1 0.0 /usr/bin/dbus-daemon --fork --print-pid 5 --print-address 7 --session
    2536 1 76 3740 0.0 0.0 /usr/lib/kde4/libexec/start_kdeinit +kcminit_startup
    2537 1 17828 228556 0.1 0.9 kdeinit4: kdeinit4 Running...
    2538 2537 9508 234956 0.0 0.5 kdeinit4: klauncher [kdeinit] --fd=9
    2540 1 21500 458464 0.3 1.1 kdeinit4: kded4 [kdeinit]
    2547 2 0 0 0.0 0.0 [kworker/1:0]
    2549 1 17240 338940 0.4 0.9 kdeinit4: kglobalaccel [kdeinit]
    2552 2484 292 3876 0.0 0.0 kwrapper4 ksmserver
    2553 2537 18004 421228 0.1 1.0 kdeinit4: ksmserver [kdeinit]
    2555 2553 42020 524068 0.9 2.3 kwin
    2559 1 48428 597456 2.1 2.6 kdeinit4: plasma-desktop [kdeinit]
    2561 1 26876 553388 0.3 1.4 /usr/bin/knotify4
    2564 1 15460 262712 0.0 0.8 /usr/bin/kuiserver
    2566 2537 9632 235728 0.0 0.5 kdeinit4: kio_trash [kdeinit] trash local:/tmp/ksocket-slack/klauncherMT2538.slave-socket local:/tmp/ksocket
    2569 1 16180 340100 0.0 0.8 kdeinit4: kaccess [kdeinit]
    2575 1 40908 518812 0.5 2.2 kdeinit4: krunner [kdeinit]
    2576 2537 9640 131904 0.0 0.5 /usr/bin/kwrited
    2580 1 28720 433816 0.4 1.5 kdeinit4: kmix [kdeinit]
    2582 1 16604 282464 0.0 0.9 /usr/lib/kde4/libexec/polkit-kde-authentication-agent-1
    2583 1 17800 340888 0.1 0.9 kdeinit4: klipper [kdeinit]
    2585 1 29940 368480 0.6 1.6 kdeinit4: konsole [kdeinit]
    2592 2585 5148 33164 0.2 0.2 /bin/zsh
    2593 2537 9632 235728 0.0 0.5 kdeinit4: kio_trash [kdeinit] trash local:/tmp/ksocket-slack/klauncherMT2538.slave-socket local:/tmp/ksocket
    2605 2592 864 10148 0.0 0.0 ps -eo pid,ppid,rss,vsize,pcpu,pmem,cmd -ww --sort=pid
    and from 2.6.34.2
    PID PPID RSS VSZ %CPU %MEM CMD
    1 0 612 3892 0.5 0.0 init [3]
    2 0 0 0 0.0 0.0 [kthreadd]
    3 2 0 0 0.0 0.0 [migration/0]
    4 2 0 0 0.0 0.0 [ksoftirqd/0]
    5 2 0 0 0.0 0.0 [migration/1]
    6 2 0 0 0.0 0.0 [ksoftirqd/1]
    7 2 0 0 0.0 0.0 [migration/2]
    8 2 0 0 0.0 0.0 [ksoftirqd/2]
    9 2 0 0 0.0 0.0 [migration/3]
    10 2 0 0 0.0 0.0 [ksoftirqd/3]
    11 2 0 0 0.0 0.0 [events/0]
    12 2 0 0 0.0 0.0 [events/1]
    13 2 0 0 0.0 0.0 [events/2]
    14 2 0 0 0.0 0.0 [events/3]
    15 2 0 0 0.0 0.0 [khelper]
    16 2 0 0 0.0 0.0 [async/mgr]
    17 2 0 0 0.0 0.0 [pm]
    18 2 0 0 0.0 0.0 [sync_supers]
    19 2 0 0 0.0 0.0 [bdi-default]
    20 2 0 0 0.0 0.0 [kblockd/0]
    21 2 0 0 0.0 0.0 [kblockd/1]
    22 2 0 0 0.0 0.0 [kblockd/2]
    23 2 0 0 0.0 0.0 [kblockd/3]
    24 2 0 0 0.0 0.0 [kacpid]
    25 2 0 0 0.0 0.0 [kacpi_notify]
    26 2 0 0 0.0 0.0 [kacpi_hotplug]
    27 2 0 0 0.0 0.0 [kseriod]
    32 2 0 0 0.0 0.0 [kswapd0]
    33 2 0 0 0.0 0.0 [aio/0]
    34 2 0 0 0.0 0.0 [aio/1]
    35 2 0 0 0.0 0.0 [aio/2]
    36 2 0 0 0.0 0.0 [aio/3]
    406 2 0 0 0.0 0.0 [ata/0]
    487 2 0 0 0.0 0.0 [ata/1]
    537 2 0 0 0.0 0.0 [ata/2]
    565 2 0 0 0.0 0.0 [ata/3]
    604 2 0 0 0.0 0.0 [ata_aux]
    632 2 0 0 0.0 0.0 [scsi_eh_0]
    633 2 0 0 0.0 0.0 [scsi_eh_1]
    641 2 0 0 0.0 0.0 [scsi_eh_2]
    653 2 0 0 0.0 0.0 [scsi_eh_3]
    654 2 0 0 0.0 0.0 [scsi_eh_4]
    658 2 0 0 0.0 0.0 [scsi_eh_5]
    756 2 0 0 0.0 0.0 [scsi_eh_6]
    757 2 0 0 0.0 0.0 [scsi_eh_7]
    768 2 0 0 0.0 0.0 [scsi_eh_8]
    770 2 0 0 0.0 0.0 [scsi_eh_9]
    812 2 0 0 0.0 0.0 [jbd2/sda1-8]
    813 2 0 0 0.0 0.0 [ext4-dio-unwrit]
    814 2 0 0 0.0 0.0 [ext4-dio-unwrit]
    815 2 0 0 0.0 0.0 [ext4-dio-unwrit]
    816 2 0 0 0.0 0.0 [ext4-dio-unwrit]
    849 1 1176 6564 0.0 0.0 /sbin/udevd --daemon
    1155 2 0 0 0.0 0.0 [edac-poller]
    1239 2 0 0 0.0 0.0 [khubd]
    1276 2 0 0 0.0 0.0 [hd-audio0]
    1289 2 0 0 0.0 0.0 [hd-audio1]
    1339 2 0 0 0.0 0.0 [radeon/0]
    1340 2 0 0 0.0 0.0 [radeon/1]
    1341 2 0 0 0.0 0.0 [radeon/2]
    1342 2 0 0 0.0 0.0 [radeon/3]
    1343 2 0 0 0.0 0.0 [ttm_swap]
    1353 2 0 0 0.0 0.0 [usbhid_resumer]
    1510 2 0 0 0.0 0.0 [flush-8:16]
    1514 2 0 0 0.0 0.0 [jbd2/sdb1-8]
    1515 2 0 0 0.0 0.0 [ext4-dio-unwrit]
    1516 2 0 0 0.0 0.0 [ext4-dio-unwrit]
    1517 2 0 0 0.0 0.0 [ext4-dio-unwrit]
    1518 2 0 0 0.0 0.0 [ext4-dio-unwrit]
    1522 849 1100 6584 0.0 0.0 /sbin/udevd --daemon
    1525 1 864 15296 0.0 0.0 /sbin/mount.ntfs-3g /dev/sda3 /media/windows -o rw
    1768 1 548 26140 0.0 0.0 supervising syslog-ng
    1769 1768 2092 28512 0.0 0.1 /usr/sbin/syslog-ng
    1783 1 1240 13156 0.0 0.0 /usr/bin/dbus-daemon --system
    1786 1 5312 38840 0.1 0.2 /usr/sbin/hald
    1787 1786 1292 22284 0.0 0.0 hald-runner
    1816 1787 1132 24400 0.0 0.0 hald-addon-input: Listening on /dev/input/event0 /dev/input/event1 /dev/input/event2
    1830 1787 1132 24396 0.0 0.0 hald-addon-storage: polling /dev/sr0 (every 2 sec)
    1862 1787 1124 19892 0.0 0.0 hald-addon-acpi: listening on acpi kernel interface /proc/acpi/event
    1869 1 656 5988 0.0 0.0 /usr/sbin/crond -S -l info
    1879 849 996 6580 0.0 0.0 /sbin/udevd --daemon
    1881 1 576 6132 0.0 0.0 /usr/s

    I don't see this behaviour neither on the machine with intel video nor on the machine with nvidia.
    No average load changes or memory usage increase. I don't have Arch kernel installed though only custom from sources.
    You can find reports with increased load issues, but I never had this problem. It seems as these were related to specific hardware (AMD?) and kernel bug(?).

  • JCOP 2.4.1 APPLET loading and updating

    Does anybody know whether JCOP 2.4.1 can load a APPLET signed with a RSA private key ? Can the CARD MANAGER verify the RSA key ? Can the CARD MANAGER update an APPLET RSA digitally signed in the field ?
    Thanks

    Hi,
    MarcioCampos wrote:
    Does anybody has a document that explains DAP and the security mechanism for JCOP 2.4.1.The GP card spec defines the DAP process. Version 2.1.1 has this in section 7.5 with further information throughout the document. The card spec is freely available from the GP website.
    Cheers,
    Shane

  • Applet loading and using ttf font

    Hello,
    I'd like my applet to load a TTF file from the server (or from a provided jar file) and
    use it to render text, or use it with GUI elements like TextArea.
    Here the significant part of my code:
            URL fontURL=applet2.class.getClassLoader().getResource("my.ttf");
            try { fontStream = fontURL.openStream(); } catch (Exception e) {
                str=str+"Error 1\n";
                e.printStackTrace();
            str=str+"Step 1\n";
    // also tried this way instead, as well as including the ttf in a jar or as separate file on the server
    //      fontStream = getClass().getResourceAsStream("my.ttf");
            try { font = Font.createFont(Font.TRUETYPE_FONT, fontStream); } catch (Exception e) {
                str=str+"Error 2\n";
                e.printStackTrace();
            str=str+"Step 2\n";
            try { fontStream.close();} catch (Exception e) {
                str=str+"Error 3\n";
                e.printStackTrace();
            str=str+"Step 3\n";
            big_font=font.deriveFont(40f);
            text_out_main = new TextArea(str,4,40,TextArea.SCROLLBARS_NONE);
            text_out_main.setFont(big_font);the funny thing is, that this works on several Linux installations I tried (all UTF8/Unicode based ones).
    And I tried several WinXP/Win2k FF/IE/Safari combinations and none of them works! The Windows
    machines all show a standard font but with the size 40f, I cant see any exceptions, the strings "Step 1"
    to "Step 3" are nicely attached to the main string and not a single "Error x" string appears.
    All systems use the latest jre 1.6 plugins.
    Any hints are appreciated.
    Thanks,
    Leander
    Edited by: Leander2000 on Jun 7, 2008 5:55 AM

    Meanwhile I found out that the TextArea (or probably any other awt gui element)
    did not use the font when running on Windows, when drawing to a Graphic or using
    it with a JTextArea everything is ok.
    Regards,
    Leander

Maybe you are looking for

  • Ipod isn't recognized by itunes and computer but it still charges

    i've tried a hard reset but that didn't do anything. when i plug it into my computer i get a message saying that the USB device isn't recognized. so, when i look at it in device manager the ipod shows up as a unknown device and the device status says

  • Is there a way of changing the alpha value of a symbol in its own timeline without ActionScript

    I'm trying to make an animated banner ad where radio waves emanate from a device as they fade in and fade out. I got it working, then realized I'd like the radio wave animation to loop repeatedly while the text in the ad comes in and out, so I though

  • New user account "other" and cant delete it

    hi everyone, i dont know what caused that but since yesterday i have that new user account "other". i tried to delete it with root-user but it isnt shown there, activate root-user and delete again after restart didnt work either. is some of the profe

  • Unable to view picture in production environment

    I am using Froms 11g with Weblogic 11g , when we test our application in development enviorment i can see the picture in a browser which i select from local drive, but when i deploye same application in production enviorment I am unable to see pictur

  • 10.4.2 and WPA Enterprise NOT working

    Dears, I have 2 machines configured in this way: - 10.3.9 with Airport card (no Extreme) and latest Airport drivers; - 10.4.2 with Airport Extreme card and latest Airport drivers; I try to connect to our WPA Enterprise wireless network and i got 2 di