Unable to use bean model in a Callable Object

Hello,
  I'm trying to use a bean model in a callable object but at runtime I'm allways getting null pointer exception.
  If I test it in a WebDynpro application everything goes right (I only have to add a sharing reference to my EJB Application). But if I Implement a Callable Object and I try to use a EJB bean model it doesn't works.
(I have added the sharing reference in the callable object DC)
I have made somes test and the command bean class never finds the EJB using home interface.
At the moment I would like to use a bean model instead Web Service model because of testing propouses.
Please, Do you know If I'm missing something? Do I have to add more reference or use DC?
Is possible to use bean models in Callable Objects?
Thanks in advance,
Regards

Hi,
Not sure if it will work.
Try creating the view object with a single query, and once after creating it, edit the view object, and change the SQL query in the source.
Something like
  <SQLQuery>
    <![CDATA[select * from emp]]>
  </SQLQuery>to
  <SQLQuery>
    <![CDATA[select * from emp where deptno=10 union all select * from emp where deptno=20]]>
  </SQLQuery>-Arun
P.S : I am able to create the view object with union declaratively in JDev 11g. Probably you can upgrade to 11g ;) .

Similar Messages

  • Model in Background callable object

    Hi Gurus,
    Currently we have an application where a Scheduled background callable object is used , that does some table updation to SAP R/3 backend. Now all the connection parameters are maintained in property files and JCO connection is created through java coding and with JCO API. Is there any possiblity to used Model in Background callable object so that , we could have used our common jco destionations and connections . Please suggest.
    Thanks in Advance.
    Tony Isaac.

    Couldn't find a solution, in this case a new solution was developed which then had nothing to do with the callable object.

  • Unable to use PAS Model in Exclusive or share mode

    Hi,
    Iam getting the following error when i try to use the PAS Model in Exclusive mode.
    DB-142:
    Unexpected  Sharing  Violation  during  I/O  to  File  PLANNING.
    Check  your  Disk  Drive  or Network.
    While iam able to access other PAS models in exclusive mode, this is happening only in two PAS Models.
    Any clue why this is happening?
    Thanks
    Praveen

    Praveen,
    The problem is open sessions in PAS which locks the model. If you are using a model in Exclusive mode, that means that no one else will be able to access that model while you have your session open. That is also why the suggestion of using the Exit Clear command when exiting PAS, because Clear closes the session, merely using Exit does not.
    By restarting Extended Listener or JPIP (depending on your version of SSM) you are closing all these open sessions. In JPIP you can see which sessions are currently being used and stop one or all of them.
    When you are in PAS, you can see in a box at the bottom what model and what mode are currently engaged. If you are using the sample data, typically you will see JUICE (read only) as the default model. When you click on a model or use one through a command line - like USE JUICE EXCLUSIVE - you will see the box changes to something like JUICE (exclusive) mode. The Juice model is now locked out to all other users. This is so you can modify the model without fear of others having open sessions accessing the model.
    Restarting services - either Extended Listener or JPIP - is usually a good start with troubleshooting.
    Regards,
    Bob

  • WD4VC Callable Object: No parser configuration entry for the tag Invoke

    I am trying to use a Visual Composer model as a callable object. I can deploy OK (as a Web Dynpro model, having checked the copmiler options "Deploy Model with PAR" and "Add Guided Procedure information").
    When I try to test the Callable Object, I get the following error:
    com.sap.tc.wd4vc.intapi.info.exception.WD4VCRuntimeException: No parser configuration entry for the tag Invoke.
    No idea how to get around this.
    Any help greatly appreciated.
    Kind Regards,
    Tony.

    Hi Mario,
    We have only three runtime in VC 7.0
    1. XGraph
    2. Flash
    3. Webdynpro.
    In your blog on wiki Flex runtime is mentioned  as given below:
    Webdynpro runtime is not fully supported in NW04s and some tags may not be supported as stated in the error. The reccomendation is to use the flex runtime.
    Is Flex runtime and  Flash runtime is same ,
    I have tried to deploy the model in Flash runtime and  Portal runtime error ocurs by diasply renderning JSP Component,
    But when i deploy it in Webdynpro runtime , it works fine for displaying data in Table.But gives error :No parser configuration entry for the tag ChartView , when i used chart in place of table .
    Thanks.

  • How to create callable object which implements GP interface

    Hi experts ,  
                        I am very new to GP . I want to create a simple process , in which employee send an request to HR and then HR approves it. for this I am using two process and two callable object . I can create simple WD java project , but how we can call it , and where can i define input and out put , I  dont know .
    I have also gone through a PDF which talks about this same thing but i dont know why its adding a dc in projeact and adding dependencies .
    <b>can anyone tell me what is mainly required to convert a simple wd java application to a callable wd java appliaction .</b>
    Thanks in advance
    Abhay

    Hi,
    There are only 2 zip files you need to extract.
    Location to Extract <b>gp_api_nw04s.zip</b>=>C:\Program Files\SAP\IDE\IDE70\eclipse\plugins\com.sap.tc.ap_2.0.0\comp\CAF\DCs\sap.com\caf\eu\gp
    Location to Extract <b>gp_TopLevelDcs.zip</b>=>C:\Program Files\SAP\IDE\IDE70\eclipse\plugins\com.sap.tc.ap_2.0.0\comp\CAF\SCs\sap.com\CAF\_comp\TopLevelDCs
    Very simple.
    Then in your DC project expand the tree of your previously created DC and
    navigate to DC MetaData->DC Definition ->Used DCs
    Right click on the node “Used DCs” and click on Add Used DC…
    Add both the api's separetely,
    Choose caf/eu/gp/api -> DC MetaData -> Public Parts -> external
    Choose caf/eu/gp/api/wd -> DC MetaData -> Public Parts  ->  GPWebDynproCO.
    For “Dependency Type” select  Build Time, Deploy Time, and Run Time for both.
    Finally ,
    Define Web Dynpro References for  your DC
    a. Right click on your DC b. Click Properties
    Select entry Web Dynpro References
    a. Select tab page Library References
    b. Choose Add
    c. Enter the reference cafeugp~api
    Now your project is ready for GP development.
    Hope it help you...
    Award points if it helps you...
    Regards,
    Nirmal Sivakumar G

  • Background callable object :Error

    Hi,
    I created one background callable object in webdynpro,
    to be called from GP design time.
    I have done this using the tutorial :
    "Implementing Background callable object"
    Deployement finished successfully.
    But from GP design time, while creating callable object
    of type backround execution,  I selected,
    container type : library
    container : apibckg(deployed DC of type J2ee server
               library)
    implementation class name : the java class which implemented background callable object.
    But error in gp: is
    "Cannot find this class name"
    In webdynpro after building the project I got the warnings:
    Nov 3, 2006 11:57:13 AM /userOut/Development Component (com.sap.ide.eclipse.component.provider.listener.DevConfListener) [Thread[ModalContext,5,main]] WARNING: apibckg: built with warnings sap.com/apibckg(MyComponents) in variant "default" (1.406 sec)
    can any bdy help me
    thanks
    smitha

    Hi Smitha,
    You just need to repeat the steps described in the tutorial, i.e. define the references and create a class that implements the GP Background callable object interface.
    Don't forget to define the sub-type of the library in the .dcdef file.
         <component-type>
              <vendor>Your vendor</vendor>
              <type>Java</type>
              <sub-type>Library</sub-type>
         </component-type>
    Then add a new empty file named "build.vm" under the folder "cfg". Add the line "#BuildSecondaryLibrary()".
    Then build and deploy. It should be there.
    Regards,
    David

  • Unable to run beans  with jsp using myeclipse

    I have create jsp application with in myeclipse using following process
    From the menu i create a J2EE ->WebProject
    The default folder name is src which is create automatically in editor
    when we create a package it will create under src folder
    as i create dbconnection in src folder
    The index.jsp file is in WebRoot folder .
    I have use the bean dbconnection in index.jsp as described below
              <jsp:useBean id="con" scope="session" class="dbconnection.ConnectionManager"></jsp:useBean>
         <jsp:useBean id="app" scope="sesion" class="dbconnection.JspApp"></jsp:useBean>
         <jsp:setProperty name="con" property="driverClass"
              value="com.mysql.jdbc.Driver" />
         <jsp:setProperty name="con" property="connectionURL"
              value="jdbc:mysql://localhost:3306/guestbook" />
    But it generate error and do not show any output There is no errors or warnings in dbconnection folder but i am unable to use it in my index.jsp page
    Please help me
    Thanks in advance

    use cactus jar files

  • Calling Portal Service using result as Java Bean Model impossible?

    Hello folks,
    we try to achieve to call a portal service (working) which gives as a result a list of object of type com.foo.Report. We want to make use of this class as a model class, so we have the class as a model node in the context. The class itself is part of the service DC.
    Unfortunately at run time it gives us a NoClassDefFound Exception of com.foo.Report.
    As the com.foo.Report is part of the same DC as the service, it is no option to add the PAR public part to the used DCs of the WD DC because then there is this type conflict when we call the service (service look up). Or am I wrong and this is the way to do it? I mean I struggled quite a while to get the service look up right and needed to remove all the PAR/lib used DCs from the used DCs of the WD Project, when I got it working this Model error came up. I also tried to put the Model class in a separate DC but that caused the same error.
    how is it possible to call a Portal service from WD and using it's return vale as a Model class
    our system iis 7.0.17
    best
    Stefan

    Hi,
    Refers the following docs..
    EJBs in Web Dynpro Application Using Wrapper Class
    Here Java Bean Model used in web dynpro.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/00be903b-8551-2b10-c28a-8520400c6451
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/1f5f3366-0401-0010-d6b0-e85a49e93a5c
    Accessing database table using EJB and web dynpro
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/70929198-0d36-2b10-04b8-84d90fa3df9c
    Oracle Connectivity with EJB using WebDynpro Application
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/wdjava/oracle%2bconnectivity%2bwith%2bejb%2busing%2bwebdynpro%2bapplication
    Hope it will help u.
    thanks
    Abhilasha

  • Implementing a Web Dynpro Java Callable Object in GP using a R/3 Model

    Hi to all,
    my scenario is that I have to Implement a WD Java Callable Object (as descripted in this example https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e3f07a7a-0601-0010-ebbd-b9cfb445b814) but I want to get datas from an R/3 system with a RFC Model.
    I tried but I have some problems how to use the model itself. Can someone help me, please?
    I'm using NWDS 7.0.
    Thank you very much,
    Antonio

    Hi Antonio,
    Go through this link https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=externalservicesusing+RFC&adv=false&sortby=cm_rnd_rankvalue  and find "Consuming RFC Function Module Using Guided Procedures" Application
    Thanks,
    Nataraju

  • Implementing a Web Dynpro Java Callable Object in GP using a Model

    Hi to all,
    my scenario is that I have to Implement a WD Java Callable Object (as descripted in this example https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e3f07a7a-0601-0010-ebbd-b9cfb445b814) but I want to get datas from an R/3 system with a RFC Model.
    I tried but I have some problems how to use the model itself. Can someone help me, please?
    Thank you very much,
    Antonio

    Hi,
        I thin k u have imported the RFC Model into the Workspace .
      Declare the usage of model in the component .
    then do model binding between the component controller and the Model Nodes.and finally the model binding with the component Controller and the View .
    in the Doinit method of the component Controller ,
    create the instance of the model and excecute the model.
    and finally invalidate the Response node of the Model.
    For further pleasde verify the link.
    [http://help.sap.com/saphelp_nw04/helpdata/en/d5/1558bfa6aa80499113983e738b1b21/frameset.htm]
    thanks and regards
    Fistae

  • HT4972 Hi I am trying to upgrade my iPhone Model#A1303 to iOS6 through iTunes. The iOS is upgraded but activation is pending. Says activating serveris temporarily unavailable repeatedly and i am unable to use my phone. Please help to upgrade or restore.

    Hi I am trying to upgrade my iPhone Model#A1303 to iOS6 through iTunes. The iOS is upgraded but activation is pending. Says activating serveris temporarily unavailable repeatedly and i am unable to use my phone. Please help to upgrade or restore.

    That's usully symptomatic of a phone that was jailbroken or hacked to unlock it.

  • Using the Model Facade Pattern in a Java EE 5 Web application

    Hi,
    Yutaka and I did a Tech tip
    http://java.sun.com/mailers/techtips/enterprise/2006/TechTips_Nov06.html#2 on using a model facade pattern in Java EE 5 web-only applications recently. We got some questions about it, and these were some of the questions raised...
    Question 1) the first part of the tech tip(it has two articles in it) http://java.sun.com/mailers/techtips/enterprise/2006/TechTips_Nov06.html showed how to access Java Persistence objects directly from a JSF managed bean, is this a good practice?
    Question 2) when to use a facade(as mentioned in the second part of tech tip) ?
    and maybe
    Question 3) why doesn't the platform make this easier and provide the facade for you?
    Briefly, I will take a shot at answering these three questions
    Answer 1) You can access Java persistence directly from your managed beans, but as your application grows and you start to add more JSF managed beans or other web components(servlets, JSP pages etc) that also directly access Java Persistence objects, you will start to see that you are cutting/pasting similiar code to handle the transactions and to handle the Java Persistence EntityManager and other APIs in many places. So for larger applications, it is a good practice to introduce a model facade to centralize code and encapsulate teh details of the domain model management
    Answer 2) IAs mentioned in answer 1, its good to use a model facade when your application starts to grow. For simple cases a spearate model facade class may not be needed and having managed beans do some of the work is a fast way to jumpstart you application development. But a facade can help keep the code clean and easier to maintain as the aplication grows.
    Answer 3) First note that both of the articles in the tech tip were about pure web apps(not using any EJBs) and running on the Java EE5 platform. Yes it would be nice if a facility like this was made available for web-only applications(those not using EJBs). But for web-only applications you will need to use a hand-rolled facade as we outlined in the tech tip. The Java EE platform does provide a way to make implementing a facde easier though, and the solution for that is to use a Session Bean. This solution does require that you use ythe EJB container and have a Session Bean facade to access your Java Persistence objects and manage the transactions. The EJB Session Facade can do a lot of the work for you and you dont have to write code to manage the transactions or manage the EntityManager. This solution was not covered in this tech tip article but is covered in the Java BluePrints Solutions Catalog for Perssitence at
    https://blueprints.dev.java.net/bpcatalog/ee5/persistence/facade.html in the section "Strategy 2: Using a Session Bean Facade" . Maybe we can cover that in a future tech tip.
    Please ask anymore questions about the tech tip topic on this forum and we will try to answer.
    hth,
    Sean

    Hi Sean,
    I'm working on an implementation of the Model Facade pattern where you can possibly have many facades designed as services. Each service extends a basic POJO class which I'm calling CRUDService: its short code is provided below for your convenience.
    The CRUDService class is meant to generalize CRUD operations regardless of the type of the object being used. So the service can be called as follows, for example:
    Job flightAtt = new Job();
    SERVICE.create(flightAtt);
    Runway r = (Runway) SERVICE.read(Runway.class, 2);
    Employee e = (Employee) SERVICE.read(Employee.class, 4);
    SERVICE.update(e);
    SERVICE.delete(r);SERVICE is a Singleton, the only instance of some service class extending CRUDService. Such a class will always include other methods encapsulating named queries, so the client won't need to know anything about the persistence layer.
    Please notice that, in this scenario, DAOs aren't needed anymore as their role is now distributed among CRUDService and its subclasses.
    My questions, then:
    . Do you see any obvious pitfalls in what I've just described?
    . Do you think traditional DAOs should still be used under JPA?
    . It seems to me the Model Facade pattern isn't widely used because such a role can be fulfilled by frameworks like Spring... Would you agree?
    Thanks so much,
    Cristina Belderrain
    Sao Paulo, Brazil
    public class CRUDService {
        protected static final Logger LOGGER = Logger.
            getLogger(Logger.GLOBAL_LOGGER_NAME);
        protected EntityManager em;
        protected EntityTransaction tx;
        private enum TransactionType { CREATE, UPDATE, DELETE };
        protected CRUDService(String persistenceUnit) {
            em = Persistence.createEntityManagerFactory(persistenceUnit).
                createEntityManager();
            tx = em.getTransaction();
        public boolean create(Object obj) {
            return execTransaction(obj, TransactionType.CREATE);
        public Object read(Class type, Object id) {
            return em.find(type, id);
        public boolean update(Object obj) {
            return execTransaction(obj, TransactionType.UPDATE);
        public boolean delete(Object obj) {
            return execTransaction(obj, TransactionType.DELETE);
        private boolean execTransaction(Object obj, TransactionType txType) {
            try {
                tx.begin();
                if (txType.equals(TransactionType.CREATE))
                    em.persist(obj);
                else if (txType.equals(TransactionType.UPDATE))
                    em.merge(obj);
                else if (txType.equals(TransactionType.DELETE))
                    em.remove(obj);
                tx.commit();
            } finally {
                if (tx.isActive()) {
                    LOGGER.severe(txType + " FAILED: ROLLING BACK!");
                    tx.rollback();
                    return false;
                } else {
                    LOGGER.info(txType + " SUCCESSFUL.");
                    return true;
    }

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

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

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

  • Unable to use the keyboard in XP keys work OK when boot into dos

    Unable to use the keyboard in XP. It was working for over a year OK  with XP running
    keys work OK when I install win98 or use a dos boot disk.
    If I try to reinstall XP I can not use any of keys to input anything.
    Return
    Esc
    CapsLock
    ctrl-alt-del.
    NO KEYS WORK AT ALL OTHER THAN 
    ë à
    I did an upgrade from win98 but that did not work.
    Any ideas

    billwyatt, welcome to the forum,
    I think you forgot to mention which ThinkPad you have. It would be even better if you could post the Type and Model Number as this will help members to hopefully help you. If it ends in CTO please provide some details about the ThinkPad. Please do NOT post your s/n.
    Andy  ______________________________________
    Please remember to come back and mark the post that you feel solved your question as the solution, it earns the member + points
    Did you find a post helpfull? You can thank the member by clicking on the star to the left awarding them Kudos Please add your type, model number and OS to your signature, it helps to help you. Forum Search Option T430 2347-G7U W8 x64, Yoga 10 HD+, Tablet 1838-2BG, T61p 6460-67G W7 x64, T43p 2668-G2G XP, T23 2647-9LG XP, plus a few more. FYI Unsolicited Personal Messages will be ignored.
      Deutsche Community     Comunidad en Español    English Community Русскоязычное Сообщество
    PepperonI blog 

  • How to  populate the List for  second LOV using bean

    hi how can i pass selected value of LOV to second LOV using bean,so can have cascading lov,my lov are as followss,am in jdeveloper 11.1.1.6.0
    <td width="50%" height="22"><af:selectOneChoice
                                            label="#{bindings.LutOrganisationtypesView1.label}"
                                            required="true"
                                            shortDesc="#{bindings.LutOrganisationtypesView1.hints.tooltip}"
                                            id="soc2" simple="true"
                                            autoSubmit="true"
                                            immediate="true"
                                            binding="#{pageFlowScope.orgDetailsBean.orgCat}"
                                            value="#{pageFlowScope.orgDetailsBean.orgCat}"
                                            attributeChangeListener="#{pageFlowScope.orgDetailsBean.listener}"
                                            rendered="true" valuePassThru="true">
                         <af:forEach items="#{bindings.LutOrganisationtypesView1.iteratorBinding.allRowsInRange}"
                                      var="row">
                            <af:selectItem id="tiltco2" label="#{row.description}"
                                           value="#{row.organisationtypecode}"/>
                          </af:forEach>                
                        </af:selectOneChoice>
                      </td>
                    </tr><tr>
                      <td width="50%" height="22">
                        <af:outputLabel value="Type" id="ol5" showRequired="true"/>
                      </td>
                      <td width="50%" height="22"><af:selectOneChoice
                                            label="#{bindings.LutOrgsubtypesView1.label}"
                                            required="true"
                                            shortDesc="#{bindings.LutOrgsubtypesView1.hints.tooltip}"
                                            id="soc1" simple="true"
                                            autoSubmit="false"
                                            partialTriggers="soc2"
                                            immediate="false"
                                            binding="#{pageFlowScope.orgDetailsBean.orgSubtype}"
                                            value="#{pageFlowScope.orgDetailsBean.orgSubtype}"
                                            rendered="true">
                                          <af:forEach items="#{bindings.LutOrgsubtypesView1.iteratorBinding.allRowsInRange}"
                                      var="row">
                            <af:selectItem id="tiltcos2" label="#{row.orgsubtypename}"
                                           value="#{row.orgsubtypecode}"/>
                          </af:forEach>     
                        </af:selectOneChoice>
                      </td>when i select my list i only get one list in second lov it does not show the other selection
    Edited by: adf0994 on 2012/11/08 12:49 PM
    Edited by: adf0994 on 2012/11/08 12:55 PM

    i have this value change listner but still no luck
    private String orgSubtype;
        public void setOrgSubtype(String orgSubtype) {
            this.orgSubtype = orgSubtype;
        public String getOrgSubtype() {
            return orgSubtype;
            public void GetOrg(ValueChangeEvent valueChangeEvent) {
            orgSubtype  = valueChangeEvent.getNewValue().toString();
            refereshpage();
        public void refereshpage(){
            FacesContext facesContext = FacesContext.getCurrentInstance();
            String Refreshpage = facesContext.getViewRoot().getViewId();
            ViewHandler  viewHandler = facesContext.getApplication().getViewHandler();
            UIViewRoot viewroot =  viewHandler.createView(facesContext, Refreshpage);
            viewroot.setViewId(Refreshpage);
            facesContext.setViewRoot(viewroot);
        }i get this error
    Caused By: java.lang.IllegalArgumentException: Cannot convert PRIV of type class java.lang.String to class javax.faces.component.UIComponent
         at com.sun.el.lang.ELSupport.coerceToType(Unknown Source)
         at com.sun.el.ValueExpressionImpl.getValue(Unknown Source)
         at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:250)
         at javax.faces.webapp.UIComponentELTag.createComponent(UIComponentELTag.java:222)
         at javax.faces.webapp.UIComponentClassicTagBase.createChild(UIComponentClassicTagBase.java:513)
         at javax.faces.webapp.UIComponentClassicTagBase.findComponent(UIComponentClassicTagBase.java:782)
         at javax.faces.webapp.UIComponentClassicTagBase.doStartTag(UIComponentClassicTagBase.java:1354)
         at org.apache.myfaces.trinidad.webapp.UIXComponentELTag.doStartTag(UIXComponentELTag.java:71)
         at oracle.adfinternal.view.faces.unified.taglib.input.UnifiedSelectOneChoiceTag.doStartTag(UnifiedSelectOneChoiceTag.java:51)
         at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:50)
         at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
         at oracle.jsp.runtime.tree.OracleJspNode.execute(OracleJspNode.java:89)
         at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
         at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
         at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
         at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
         at oracle.jsp.runtime.tree.OracleJspIterationTagNode.executeHandler(OracleJspIterationTagNode.java:45)
         at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
         at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
         at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
         at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
         at oracle.jsp.runtime.tree.OracleJspNode.execute(OracleJspNode.java:89)
         at oracle.jsp.runtimev2.ShortCutServlet._jspService(ShortCutServlet.java:89)
         at oracle.jsp.runtime.OracleJspBase.service(OracleJspBase.java:29)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:422)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:810)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:734)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:524)
         at weblogic.servlet.internal.RequestDispatcherImpl.include(RequestDispatcherImpl.java:444)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:163)
         at weblogic.servlet.jsp.PageContextImpl.include(PageContextImpl.java:184)
         at oracle.adfinternal.view.faces.taglib.region.IncludeTag.__include(IncludeTag.java:442)
         at oracle.adfinternal.view.faces.taglib.region.RegionTag$1.call(RegionTag.java:153)
         at oracle.adfinternal.view.faces.taglib.region.RegionTag$1.call(RegionTag.java:128)
         at oracle.adf.view.rich.component.fragment.UIXRegion.processRegion(UIXRegion.java:503)
         at oracle.adfinternal.view.faces.taglib.region.RegionTag.doStartTag(RegionTag.java:127)
         at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:50)
         at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
         at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
         at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
         at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
         at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
         at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
         at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
         at oracle.jsp.runtime.tree.OracleJspClassicTagNode.evalBody(OracleJspClassicTagNode.java:87)
         at oracle.jsp.runtime.tree.OracleJspBodyTagNode.executeHandler(OracleJspBodyTagNode.java:58)
         at oracle.jsp.runtime.tree.OracleJspCustomTagNode.execute(OracleJspCustomTagNode.java:261)
         at oracle.jsp.runtime.tree.OracleJspNode.execute(OracleJspNode.java:89)
         at oracle.jsp.runtimev2.ShortCutServlet._jspService(ShortCutServlet.java:89)
         at oracle.jsp.runtime.OracleJspBase.service(OracleJspBase.java:29)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:422)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:810)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:734)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:524)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:253)
         at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:410)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at oracle.adfinternal.view.faces.config.rich.RecordRequestAttributesDuringDispatch.dispatch(RecordRequestAttributesDuringDispatch.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidad.context.ExternalContextDecorator.dispatch(ExternalContextDecorator.java:44)
         at org.apache.myfaces.trinidadinternal.context.FacesContextFactoryImpl$OverrideDispatch.dispatch(FacesContextFactoryImpl.java:267)
         at com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:469)
         at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:140)
         at javax.faces.application.ViewHandlerWrapper.renderView(ViewHandlerWrapper.java:189)
         at org.apache.myfaces.trinidadinternal.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:193)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._renderResponse(LifecycleImpl.java:911)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:367)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:222)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:179)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101017 MACHINE = srd-ws23042 TXID = CONTEXTID = f43e1d034e2e3af8:-7fc86077:13ae01cb0a4:-8000-0000000000000056 TIMESTAMP = 1352380663628
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    >
    my LOV IS
    <af:selectOneChoice
                                            label="#{bindings.LutOrganisationtypesView1.label}"
                                            required="true"
                                            shortDesc="#{bindings.LutOrganisationtypesView1.hints.tooltip}"
                                            id="soc2" simple="true"
                                            autoSubmit="true"
                                            immediate="true"
                                            binding="#{pageFlowScope.orgDetailsBean.orgCat}"
                                            value="#{pageFlowScope.orgDetailsBean.orgCat}"
                                            rendered="true"
                                                                      valueChangeListener="#{pageFlowScope.orgDetailsBean.GetOrg}">
                         <af:forEach items="#{bindings.LutOrganisationtypesView1.iteratorBinding.allRowsInRange}"
                                      var="row">
                            <af:selectItem id="tiltco2" label="#{row.description}"
                                           value="#{row.organisationtypecode}"/>
                          </af:forEach>                
                        </af:selectOneChoice>Edited by: adf0994 on 2012/11/08 1:34 PM
    Edited by: adf0994 on 2012/11/08 4:15 PM
    Edited by: adf0994 on 2012/11/08 4:49 PM

Maybe you are looking for

  • Javascript coding issues (if else statements)

    Hello to all, I am posting for help for problems I am having with javascript. The website is www.goshowpro.com. Right now on the website it is connected by multiple html files but I would like to have it all on one single page with the animations res

  • External  display thunderbolt

    how do use my imac 27 as a display monitor for my mac mini... both are hooked up to thunderbolt need help asap!!!

  • Can't import photos using LR 4.4

    Help, LR won't import my photos: The following files were not imported because they could not be read. Thanks, Stephen

  • "Clean up hard disk" question.

    i am working through windows vista, step by step manual. i have a question about  system and maintenance > administration tools > free up disk space (also called "disc cleanup"). i wish to cleanup my hard drive to free up space and improve performanc

  • Inserting code into head of document

    Hi all, It seems that devforums.macromedia.com no longer exists or at least I can't connect to it. I have built some easy commands that insert code blocks before and made them into extensions but this time I am going to need to write code into the he