Refrential Integrity Plugin in iplanet5.1

Hi,
I was tryign to test this feature, but it seems to be not working. when I delete an DN entry, the entry with an attribute to this DN is not getting updated.
I see an error message in the errors log file. but The referint log file is not getting created. Anything I am missing in the configuration.
its a single server/simple scenario.
Thanks.
Avijeet

I am trying to use the regular ldapsearch command from commandline and not any C/Java code, like-
ldapsearch -D "cn=directory manager" -p 1389 -h localhost -w abcd1234 -r -C PS:any:1:0 -b dc=abc,dc=com ou=emp
despite using -r and -C option it just comes out displaying below entries
ou=emp,dc=abc,dc=com
ou=emp
objectClass=top
objectClass=organizationalUnit
also tried with below command -
ldapsearch -D "cn=directory manager" -p 1389 -h localhost -w abcd1234 -r -C PS:any:1:0 -b dc=techm,dc=com objectclass=person
it displays long list and just comes out, not sure why its not doing the persistent search after using -r and -C options.
request you to give some good idea on this.

Similar Messages

  • Refrential Integrity in BW7.0

    Hi,
    In BW 3.5 we have the option to check the refrential integrity in the communication structure.
    do we have such kind of option in BI7.0,if so could you pelase tell me where it is.
    points will be assigned.
    thanks,
    Subha

    you can find it in  transformations. 4th column.

  • Refrential integrity between 2 oracle DB

    I have to create a foreign key constraint with the table in diffrent oracle DB.
    I tried creating a synonym through DBlink but mentioning that synonym as the refrence throws error:
    ORA-02444: Cannot resolve referenced object in referential constraints.
    The same thing works if refrenced tables reside in different schema on the same DB instead of different DB server.
    Can anyone help me out with the probable solution of achieving refrential integrity between tables across two diffrent DB.

    Thanx a lot to point out me , here i would like to make some coments point out me if i am worng.
    I have read the Kamal's comments "trigger cannot see
    unsaved changes",Its the same with constraint but
    deadlock occurs while with trigger dead lock will not
    occur.
    We have to be cautious against employing this design as APC said.I agree with APC comments regarding
    performance, any network problems can cause your
    application to slow down as well break down.
    What i suggested to OP create two trigger one at yours master site to prevent child deletion and another one at child site to check parent existence.
    As Anwar suggested a replica of master site at child site and then implement the FK at child site ,as well for preventing deletion vice versa agreed.
    Apart from designing i have also confronted the same scenario which lead me
    some complexity but compell to implement trigger (though at certain level it takes
    extra attention).
    So the only hope to redisgn but is there any alternate as opposed to redisgn???
    Khurram

  • Schema Speration vs. Refrential Integrity

    Newbie Question...
    I am developing a data model and someone mentioned to me when doing my data model for our specific app to group related objects in their own schema's. For example, Item data and related information like warranty, inventories, etc, should be all on one schema and objects like orders, sales, returns, etc. should all be in another schema and keep relationships within the schema but do not cross relationships over schema's. For example, and Item in on an order, so there would be some sort of integrity. The app should lookup the item number to see if it is valid, and then store the record in the object in the order object through code (pl/sql also). I hope this makes sense :)
    When running a query, just simply join the tables in the where clause and to mimic referential integrity. Is this a good practice when developing your database. Is this common? What are some good ways of doing this. Any recommendations? I have about 75 tables in my model and relationships are all over the place, and the person QA'ed my model and told me to do it his way (mentioned above). What should I do???
    Please help

    Well what is happening here is that we will at one point grow our DB to maybe well over 100 tables or downsize to maybe 30 tables. We are currently brining in Oracle Solutions here but the business still needs customized apps (being us). Years and years down the road, Oracle may bring in more off the shelf products that might obsolete us, in which case we will have to migrate our data to them and drop our tables. I see what you are saying about keeping all the tables in one schema and even about separating the tables in different schema's but keeping the integrity. What our plan was is to keep like all lookup tables in a separate schema, Order tracking details in another schema, etc. This seems like it would be easy to manage. Is this a good way of doing it or should I keep all the tables in one schema. This is my first time doing a project his big...I just want to do it the best way possible...and the right way!
    Please help!

  • Migrating MySQL5 database to Oracle 10g - refrential integrity constraints

    On migrating MySQL5 database to oracle, referential integrity constraints are not migrated to Oracle. Capture stage shows it has captured the constraints but constraints are missing from the Oracle Model. Is this a bug? If not, what I need to do to get constraints migrated.

    Check out *URGENT* Does Oracle SQL Developer able to migrate tables relationships?
    K.

  • REFRENTIAL INTEGRITY IN BW Cubes.

    Hi,
    I have a question regarding referential integrity between Transaction data and master data.
    I have created a BasicCube structure with one of the dimension as Customer. I am loading Customer master data and Transaction data from an external flat file. In Transaction data file there is a record with customer number 100 but the master data file does not contain this customer number 100 record. How and at what level will the systems check for this sort of referential integrity. Will it gives me an error during loading of Master data or Transaction data? What is a general procedure to load master data and transactional data, do we need load master data first or transactional data?
    Thanks.
    SAU.

    Hi and welcome to the SDN,
    please do a search for your issue on the forums, we already had that discussion a few times.
    In general, it is always suggested to load master data first in order to have a good performance for loading the transactional data and specially in case you want to derive some other data depending on master data. While loading transactional data you can make a setting in the infopackage for having the master data checked. If you load the data without validity check, the system will create a basic entry (in your case customer 100 and assign a sid) so that you will be able to load the master data later on (only the p-table will be updated in that case). If you load it with validity check, the system will raise an error while loading the data and you have to load master data first.
    Hope this helps!
    regards
    Siggi

  • [SOLVED]epiphany 3.12.0 - plugins?

    Hello,
    As you may know, extensions.gnome.org is offering an "automatic" way to install extensions of gnome-shell, but when trying to use it on Arch/epiphany 3.12.0, I get this:
    We cannot detect a running copy of GNOME on this system, so some parts of the interface may be disabled. See our troubleshooting entry for more information.
    If you are using GNOME 3.4 or newer and installation still doesn't work, check to make sure that the "GNOME Shell Integration" plugin is installed and enabled in your browser preferences. Some browsers have a feature, click-to-play, which make it so the plugin cannot start without user intervention. Make sure that either http://extensions.gnome.org is whitelisted for the click-to-play feature, or click-to-play is turned off entirely. Check your browser's help for more details.
    I asked the gnome developers, and they said epiphany may be missing the plugins
    Is there a way to install this plugin from pacman, or it's not supported?
    Edit: Nevermind, after installing firefox somehow it all works.
    Last edited by lucian80 (2014-03-31 21:26:28)

    KlipperKyle wrote:Same here on my gazp8. Thank you, sir, for the good news.
    I spoke too soon. When I resume, my Ethernet device mysteriously disappears after several seconds. It will not show in ifconfig, and "ifconfig <device name> up" complains about a nonexistent device. This only happens on kernel 3.12.
    @siliconmeadow, will you please confirm whether you experience the same issue?
    After poking through "journalctl -b", I found enp3s0f2 started normally (20:53:11), but a few seconds later (20:53:17) the carrier was mysteriously turned off. Then, ntpd deleted the ethernet interface. See <http://sprunge.us/QdeU>.
    And when using ifconfig to try to bring the Ethernet device back up: (Note: Wifi works. It's only Ethernet that dies.)
    kyle@wopr ~ $ ifconfig
    lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
    inet 127.0.0.1 netmask 255.0.0.0
    inet6 ::1 prefixlen 128 scopeid 0x10<host>
    loop txqueuelen 0 (Local Loopback)
    RX packets 208 bytes 15856 (15.4 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 208 bytes 15856 (15.4 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    wlp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
    inet 192.168.1.110 netmask 255.255.255.0 broadcast 192.168.1.255
    inet6 fe80::6236:ddff:fec1:cd98 prefixlen 64 scopeid 0x20<link>
    ether xx:xx:xx:xx:xx:xx txqueuelen 1000 (Ethernet)
    RX packets 219 bytes 36427 (35.5 KiB)
    RX errors 0 dropped 0 overruns 0 frame 0
    TX packets 199 bytes 132154 (129.0 KiB)
    TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
    kyle@wopr ~ $ sudo ifconfig enp3s0f2 up
    [sudo] password for kyle:
    enp3s0f2: ERROR while getting interface flags: No such device
    kyle@wopr ~ :( $
    Note: MAC addresses are masked.

  • What is mean by Referential Integrity? Where do we use it and Why..?

    Hi All,
    Can anybody tell me, What is mean by Referential Integrity? Where do we use it and Why..?
    Regards,
    Kiran Telkar

    Dear Kiran Telkar ,
    you might be knowing that generally refrential integrity is concerned with nothing but primary key and foriegn key relationship. Generally we use to check uniqueness of records.
    In sap we use it during flexible updation...to check the data records of transaction data and master data.
    In other words, to check before loading of data, that whether loading will be properly or not.
    we will check(tick) the option in the maintainance of the
    <b>infosource--> communication structure</b>
    it will be better if you clearly mention your problem, if further help is needed.
    hope this will help you.
    Regards
    vinay
    <i>please assign points to all who will help you.</i>

  • Whats is referential integrity

    Hi all,
    What is referential integerity found in the communication structure ? what is it significance and when do you use in real time scenario. pls explain with an real time scenario.
    what is cardinality ? and when shd u used cardinality and cardinality can be only defined in infocubes isnt it? can cardinality be defined in ods ?
    thanxs in advance
    hari

    Hi Hari,
      Referential Integrity: Its a DataBase concept which combines(logically) the data of multiple table with the master table. Here master table has the primary key and rest of the tables have the same key as forienkey.
    Here we use the characteristic (or combinations of Chars) call as referential char.
    check this.
    you might be knowing that generally refrential integrity is concerned with nothing but primary key and foriegn key relationship. Generally we use to check uniqueness of records.
    In sap we use it during flexible updation...to check the data records of transaction data and master data.
    In other words, to check before loading of data, that whether loading will be properly or not.
    we will check(tick) the option in the maintainance of the
    infosource--> communication structure
    it will be better if you clearly mention your problem, if further help is needed.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/3a/14c43bb7137503e10000000a11402f/content.htm
    Referential integrity is the property that guarantees that values from one column depend on values from another column.This property is enforced through integrity costraints....
    see this link...
    http://help.sap.com/saphelp_nw2004s/helpdata/en/6d/117c5fd14811d2a97400a0c9449261/content.htm
    Please find the below url
    https://www.sdn.sap.com/irj/sdn/advancedsearch?query=referential%20integrity&cat=sdn_all
    thanks
    @jay

  • Transformation Integrity

    Hi,
    I have a problem. I´ve a transformation rules with several infoObjects most of them with the integrity check activated. I want to remove that integrity of one of them  but after save and activate that check is still there.
    Thanks in advance.

    Hi,
    I don't think this is possible to keep refrential integrity of all the infoobjects except one. The only case I think it is possible is you will have to change the infoobject from Master data to normal Infoobject i.e. Unmarke the Master data check.
    Because when SAP check the refrential integirity just before writing data to target there is no step available where you can skip some particular value.
    But reverse secnario is possible i.e. You want to remove the integrity check for all the infoobject but want to keep for only one.
    Regards,
    Durgesh.

  • I am trying to run this sample on my machine

    I am trying to run this sample on my machine as per the instructions to
    install the sample in WLISampleUserGuide.pdf. When I go to the step 6 of the
    installation, I get the following error in the Weblogic Server Console.
    <Sep 17, 2001 10:47:36 AM GMT+05:30> <Error> <Management> <Error
    initializing module certificate.war
    of application samples:Name=certificate,Type=Application from path
    .\config\samples\applications: w
    eblogic.management.MBeanCreationException: cannot find referenced module
    certificate.war>
    <Sep 17, 2001 10:47:46 AM GMT+05:30> <Error> <Management> <Error
    initializing module console.war of
    application samples:Name=console,Type=Application from path
    .\config\samples\applications: weblogic.
    management.MBeanCreationException: cannot find referenced module
    console.war>
    <Sep 17, 2001 10:48:27 AM GMT+05:30> <Error> <Management> <Error preparing
    application component cer
    tificate.war of application samples:Name=certificate,Type=Application:
    java.io.FileNotFoundException
    : .\config\samples\applications\certificate.war (The system cannot find the
    file specified) ((localP
    ath: java.io.FileNotFoundException:
    .\config\samples\applications\certificate.war (The system cannot
    find the file specified))>
    <Sep 17, 2001 10:48:27 AM GMT+05:30> <Error> <J2EE> <Error deploying
    application certificate: error
    retrieving component [Caching Stub]Proxy for
    samples:Name=certificate,Location=myserver,Type=WebAppC
    omponentConfig,ApplicationConfig=certificate>
    <Sep 17, 2001 10:48:27 AM GMT+05:30> <Error> <Management> <Error preparing
    application component con
    sole.war of application samples:Name=console,Type=Application:
    java.io.FileNotFoundException: .\conf
    ig\samples\applications\console.war (The system cannot find the file
    specified) ((localPath: java.io
    .FileNotFoundException: .\config\samples\applications\console.war (The
    system cannot find the file s
    pecified))>
    <Sep 17, 2001 10:48:27 AM GMT+05:30> <Error> <J2EE> <Error deploying
    application console: error retr
    ieving component [Caching Stub]Proxy for
    samples:Name=console,Location=myserver,Type=WebAppComponent
    Config,ApplicationConfig=console>
    Loaded resources from
    '/D:/bea/wlintegration2.0/config/samples/wlai/wlai.properties'
    [SerializationTester] : isSerializable(class javax.naming.Binding)
    java.io.NotSerializableException: javax.mail.Session
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1148)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    java.io.ObjectOutputStream.outputClassFields(ObjectOutputStream.java:1841)
    at
    java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:480)
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1214)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    weblogic.jndi.internal.SerializationTester.isSerializable(SerializationTeste
    r.java:36)
    at
    weblogic.jndi.internal.BindingEnumeration.fixNonSerializableBindings(Binding
    Enumeration.j
    ava:29)
    at
    weblogic.jndi.internal.BindingEnumeration.writeExternal(BindingEnumeration.j
    ava:48)
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1180)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObjectInternal(CBVOutputStream.ja
    va:220)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObject(CBVOutputStream.java:213)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObject(CBVOutputStream.java:190)
    at
    weblogic.jndi.internal.ServerNamingNode_WLSkel.invoke(ServerNamingNode_WLSke
    l.java:262)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
    at
    weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
    :128)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
    at
    weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
    java:118)
    at
    weblogic.rmi.internal.BasicRequestDispatcher.dispatch(BasicRequestDispatcher
    .java:115)
    at
    weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:88)
    at
    weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:108)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :247)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :225)
    at
    weblogic.jndi.internal.ServerNamingNode_WLStub.listBindings(ServerNamingNode
    _WLStub.java:
    374)
    at
    weblogic.jndi.internal.WLContextImpl.listBindings(WLContextImpl.java:293)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :724)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.getDeployedPlugins(PluginMan
    agerCfgImpl.j
    ava:710)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.initializePlugins(PluginMana
    gerCfgImpl.ja
    va:811)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.init(PluginManagerCfgImpl.ja
    va:75)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgBeanImpl.init(PluginManagerCfgBea
    nImpl.java:79
    0)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgBeanEOImpl.init(PluginManagerCfgB
    eanEOImpl.jav
    a:1270)
    at
    com.bea.wlpi.server.initlistener.InitListenerBean.onMessage(InitListenerBean
    .java:151)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:221)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:175)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1933)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:1892)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.Kernel.execute(Kernel.java:250)
    at weblogic.jms.client.JMSSession.pushEnvelope(JMSSession.java:1779)
    at weblogic.jms.client.JMSCallback.pushEnvelope(JMSCallback.java:69)
    at weblogic.jms.frontend.FESession.execute(FESession.java:1972)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Initialized WebLogic Process Integrator Plugin Framework version 1.0
    Started WebLogic Process Integrator version 2.0 SP 3
    <Sep 17, 2001 10:49:46 AM GMT+05:30> <Notice> <WebLogicCollaborate> <INFO:
    WebLogic Collaborate Serv
    er started successfully.>
    <Sep 17, 2001 10:49:46 AM GMT+05:30> <Notice> <WebLogicServer> <WebLogic
    Server started>
    <Sep 17, 2001 10:49:46 AM GMT+05:30> <Notice> <WebLogicServer>
    <SSLListenThread listening on port 70
    02>
    <Sep 17, 2001 10:49:46 AM GMT+05:30> <Notice> <WebLogicServer> <ListenThread
    listening on port 7001>
    Once I put the certificate.war and console.war from
    D:\bea\wlintegration2.0\config\mydomain\applications, the errors related to
    the
    certificate.war and console.war file are not shown. The Weblogic Server
    Console now shows the following
    Loaded resources from
    '/D:/bea/wlintegration2.0/config/samples/wlai/wlai.properties'
    [SerializationTester] : isSerializable(class javax.naming.Binding)
    java.io.NotSerializableException: javax.mail.Session
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1148)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    java.io.ObjectOutputStream.outputClassFields(ObjectOutputStream.java:1841)
    at
    java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:480)
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1214)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    weblogic.jndi.internal.SerializationTester.isSerializable(SerializationTeste
    r.java:36)
    at
    weblogic.jndi.internal.BindingEnumeration.fixNonSerializableBindings(Binding
    Enumeration.j
    ava:29)
    at
    weblogic.jndi.internal.BindingEnumeration.writeExternal(BindingEnumeration.j
    ava:48)
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1180)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObjectInternal(CBVOutputStream.ja
    va:220)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObject(CBVOutputStream.java:213)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObject(CBVOutputStream.java:190)
    at
    weblogic.jndi.internal.ServerNamingNode_WLSkel.invoke(ServerNamingNode_WLSke
    l.java:262)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
    at
    weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
    :128)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
    at
    weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
    java:118)
    at
    weblogic.rmi.internal.BasicRequestDispatcher.dispatch(BasicRequestDispatcher
    .java:115)
    at
    weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:88)
    at
    weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:108)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :247)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :225)
    at
    weblogic.jndi.internal.ServerNamingNode_WLStub.listBindings(ServerNamingNode
    _WLStub.java:
    374)
    at
    weblogic.jndi.internal.WLContextImpl.listBindings(WLContextImpl.java:293)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :724)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.getDeployedPlugins(PluginMan
    agerCfgImpl.j
    ava:710)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.initializePlugins(PluginMana
    gerCfgImpl.ja
    va:811)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.init(PluginManagerCfgImpl.ja
    va:75)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgBeanImpl.init(PluginManagerCfgBea
    nImpl.java:79
    0)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgBeanEOImpl.init(PluginManagerCfgB
    eanEOImpl.jav
    a:1270)
    at
    com.bea.wlpi.server.initlistener.InitListenerBean.onMessage(InitListenerBean
    .java:151)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:221)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:175)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1933)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:1892)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.Kernel.execute(Kernel.java:250)
    at weblogic.jms.client.JMSSession.pushEnvelope(JMSSession.java:1779)
    at weblogic.jms.client.JMSCallback.pushEnvelope(JMSCallback.java:69)
    at weblogic.jms.frontend.FESession.execute(FESession.java:1972)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Initialized WebLogic Process Integrator Plugin Framework version 1.0
    Started WebLogic Process Integrator version 2.0 SP 3
    Did anybody face this problem with this sample? Can somebody help me out
    with this. I am also looking for some basic ways of developing a PIP using
    Rosettanet. Is there is any site that gives such information. I have seen
    the BEA site on rosettanet. That does not help me.
    Regards,
    Dharnidhar Vemuri
    mailto: [email protected]

    Hi
    I am also facing this similar problem. Could any one tell me the root cause of
    this problem.
    Thanks in advance.
    Thanks and Regards
    Ramko
    "weblogic.integrator.developer" <[email protected]> wrote:
    I am trying to run this sample on my machine as per the instructions
    to
    install the sample in WLISampleUserGuide.pdf. When I go to the step 6
    of the
    installation, I get the following error in the Weblogic Server Console.
    <Sep 17, 2001 10:47:36 AM GMT+05:30> <Error> <Management> <Error
    initializing module certificate.war
    of application samples:Name=certificate,Type=Application from path
    ..\config\samples\applications: w
    eblogic.management.MBeanCreationException: cannot find referenced module
    certificate.war>
    <Sep 17, 2001 10:47:46 AM GMT+05:30> <Error> <Management> <Error
    initializing module console.war of
    application samples:Name=console,Type=Application from path
    ..\config\samples\applications: weblogic.
    management.MBeanCreationException: cannot find referenced module
    console.war>
    <Sep 17, 2001 10:48:27 AM GMT+05:30> <Error> <Management> <Error preparing
    application component cer
    tificate.war of application samples:Name=certificate,Type=Application:
    java.io.FileNotFoundException
    : .\config\samples\applications\certificate.war (The system cannot find
    the
    file specified) ((localP
    ath: java.io.FileNotFoundException:
    ..\config\samples\applications\certificate.war (The system cannot
    find the file specified))>
    <Sep 17, 2001 10:48:27 AM GMT+05:30> <Error> <J2EE> <Error deploying
    application certificate: error
    retrieving component [Caching Stub]Proxy for
    samples:Name=certificate,Location=myserver,Type=WebAppC
    omponentConfig,ApplicationConfig=certificate>
    <Sep 17, 2001 10:48:27 AM GMT+05:30> <Error> <Management> <Error preparing
    application component con
    sole.war of application samples:Name=console,Type=Application:
    java.io.FileNotFoundException: .\conf
    ig\samples\applications\console.war (The system cannot find the file
    specified) ((localPath: java.io
    ..FileNotFoundException: .\config\samples\applications\console.war (The
    system cannot find the file s
    pecified))>
    <Sep 17, 2001 10:48:27 AM GMT+05:30> <Error> <J2EE> <Error deploying
    application console: error retr
    ieving component [Caching Stub]Proxy for
    samples:Name=console,Location=myserver,Type=WebAppComponent
    Config,ApplicationConfig=console>
    Loaded resources from
    '/D:/bea/wlintegration2.0/config/samples/wlai/wlai.properties'
    [SerializationTester] : isSerializable(class javax.naming.Binding)
    java.io.NotSerializableException: javax.mail.Session
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1148)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    java.io.ObjectOutputStream.outputClassFields(ObjectOutputStream.java:1841)
    at
    java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:480)
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1214)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    weblogic.jndi.internal.SerializationTester.isSerializable(SerializationTeste
    r.java:36)
    at
    weblogic.jndi.internal.BindingEnumeration.fixNonSerializableBindings(Binding
    Enumeration.j
    ava:29)
    at
    weblogic.jndi.internal.BindingEnumeration.writeExternal(BindingEnumeration.j
    ava:48)
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1180)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObjectInternal(CBVOutputStream.ja
    va:220)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObject(CBVOutputStream.java:213)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObject(CBVOutputStream.java:190)
    at
    weblogic.jndi.internal.ServerNamingNode_WLSkel.invoke(ServerNamingNode_WLSke
    l.java:262)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
    at
    weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
    :128)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
    at
    weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
    java:118)
    at
    weblogic.rmi.internal.BasicRequestDispatcher.dispatch(BasicRequestDispatcher
    ..java:115)
    at
    weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:88)
    at
    weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:108)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :247)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :225)
    at
    weblogic.jndi.internal.ServerNamingNode_WLStub.listBindings(ServerNamingNode
    _WLStub.java:
    374)
    at
    weblogic.jndi.internal.WLContextImpl.listBindings(WLContextImpl.java:293)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :724)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.getDeployedPlugins(PluginMan
    agerCfgImpl.j
    ava:710)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.initializePlugins(PluginMana
    gerCfgImpl.ja
    va:811)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.init(PluginManagerCfgImpl.ja
    va:75)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgBeanImpl.init(PluginManagerCfgBea
    nImpl.java:79
    0)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgBeanEOImpl.init(PluginManagerCfgB
    eanEOImpl.jav
    a:1270)
    at
    com.bea.wlpi.server.initlistener.InitListenerBean.onMessage(InitListenerBean
    ..java:151)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:221)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:175)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1933)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:1892)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.Kernel.execute(Kernel.java:250)
    at weblogic.jms.client.JMSSession.pushEnvelope(JMSSession.java:1779)
    at weblogic.jms.client.JMSCallback.pushEnvelope(JMSCallback.java:69)
    at weblogic.jms.frontend.FESession.execute(FESession.java:1972)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Initialized WebLogic Process Integrator Plugin Framework version 1.0
    Started WebLogic Process Integrator version 2.0 SP 3
    <Sep 17, 2001 10:49:46 AM GMT+05:30> <Notice> <WebLogicCollaborate> <INFO:
    WebLogic Collaborate Serv
    er started successfully.>
    <Sep 17, 2001 10:49:46 AM GMT+05:30> <Notice> <WebLogicServer> <WebLogic
    Server started>
    <Sep 17, 2001 10:49:46 AM GMT+05:30> <Notice> <WebLogicServer>
    <SSLListenThread listening on port 70
    02>
    <Sep 17, 2001 10:49:46 AM GMT+05:30> <Notice> <WebLogicServer> <ListenThread
    listening on port 7001>
    Once I put the certificate.war and console.war from
    D:\bea\wlintegration2.0\config\mydomain\applications, the errors related
    to
    the
    certificate.war and console.war file are not shown. The Weblogic Server
    Console now shows the following
    Loaded resources from
    '/D:/bea/wlintegration2.0/config/samples/wlai/wlai.properties'
    [SerializationTester] : isSerializable(class javax.naming.Binding)
    java.io.NotSerializableException: javax.mail.Session
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1148)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    java.io.ObjectOutputStream.outputClassFields(ObjectOutputStream.java:1841)
    at
    java.io.ObjectOutputStream.defaultWriteObject(ObjectOutputStream.java:480)
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1214)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    weblogic.jndi.internal.SerializationTester.isSerializable(SerializationTeste
    r.java:36)
    at
    weblogic.jndi.internal.BindingEnumeration.fixNonSerializableBindings(Binding
    Enumeration.j
    ava:29)
    at
    weblogic.jndi.internal.BindingEnumeration.writeExternal(BindingEnumeration.j
    ava:48)
    at
    java.io.ObjectOutputStream.outputObject(ObjectOutputStream.java:1180)
    at
    java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:366)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObjectInternal(CBVOutputStream.ja
    va:220)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObject(CBVOutputStream.java:213)
    at
    weblogic.rmi.internal.CBVOutputStream.writeObject(CBVOutputStream.java:190)
    at
    weblogic.jndi.internal.ServerNamingNode_WLSkel.invoke(ServerNamingNode_WLSke
    l.java:262)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:373)
    at
    weblogic.rmi.cluster.ReplicaAwareServerRef.invoke(ReplicaAwareServerRef.java
    :128)
    at
    weblogic.rmi.internal.BasicServerAdapter.invoke(BasicServerAdapter.java:237)
    at
    weblogic.rmi.internal.BasicRequestHandler.handleRequest(BasicRequestHandler.
    java:118)
    at
    weblogic.rmi.internal.BasicRequestDispatcher.dispatch(BasicRequestDispatcher
    ..java:115)
    at
    weblogic.rmi.internal.ServerRequest.sendOneWayRaw(ServerRequest.java:88)
    at
    weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:108)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :247)
    at
    weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java
    :225)
    at
    weblogic.jndi.internal.ServerNamingNode_WLStub.listBindings(ServerNamingNode
    _WLStub.java:
    374)
    at
    weblogic.jndi.internal.WLContextImpl.listBindings(WLContextImpl.java:293)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :724)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.traverseContext(PluginManage
    rCfgImpl.java
    :747)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.getDeployedPlugins(PluginMan
    agerCfgImpl.j
    ava:710)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.initializePlugins(PluginMana
    gerCfgImpl.ja
    va:811)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgImpl.init(PluginManagerCfgImpl.ja
    va:75)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgBeanImpl.init(PluginManagerCfgBea
    nImpl.java:79
    0)
    at
    com.bea.wlpi.server.plugin.PluginManagerCfgBeanEOImpl.init(PluginManagerCfgB
    eanEOImpl.jav
    a:1270)
    at
    com.bea.wlpi.server.initlistener.InitListenerBean.onMessage(InitListenerBean
    ..java:151)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:221)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:175)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:1933)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:1892)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.Kernel.execute(Kernel.java:250)
    at weblogic.jms.client.JMSSession.pushEnvelope(JMSSession.java:1779)
    at weblogic.jms.client.JMSCallback.pushEnvelope(JMSCallback.java:69)
    at weblogic.jms.frontend.FESession.execute(FESession.java:1972)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    Initialized WebLogic Process Integrator Plugin Framework version 1.0
    Started WebLogic Process Integrator version 2.0 SP 3
    Did anybody face this problem with this sample? Can somebody help me
    out
    with this. I am also looking for some basic ways of developing a PIP
    using
    Rosettanet. Is there is any site that gives such information. I have
    seen
    the BEA site on rosettanet. That does not help me.
    Regards,
    Dharnidhar Vemuri
    mailto: [email protected]

  • Report a bug in xf86-video-ati 1:7.2.0-1?

    Hello,
    After an upgrade on August 15 2013, I had to deal with two annoying issues:
    1. Libreoffice calc would take a very long time to fully display a spreadsheet with multiple sheets, both when opening the file, and when switching between sheets.
    2. Selecting "Log Out" from the menu button of Xfce would hang the computer for approximately 1 minute before the log-out options window was displayed.
    During both of these events, "top" would show that X was using 100% of the CPU.  After reading through forums and bug reports for issues similar to mine, and messing around a bit with Libreoffice and Xfce, I tried downgrading Libreoffice and Xfce.  Neither of these actions solved the problems.
    What did make the problem go away was downgrading xf86-video-ati from 1:7.1.0-3 to 1:7.2.0-1.  Would it be useful for me to report a bug to the Arch Linux Bugtracker?  If so, in addition to the following, what information would be helpful to include in the report?
    Libreoffice version: 4.1.1-2
    Xfce version: 4.10
    graphics card: 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Cape Verde PRO [Radeon HD 7750]
    /var/log/pacman.log, starting from 2013-08-15:
    [2013-08-15 22:46] [PACMAN] Running 'pacman -Syu'
    [2013-08-15 22:46] [PACMAN] synchronizing package lists
    [2013-08-15 22:46] [PACMAN] starting full system upgrade
    [2013-08-15 23:04] [PACMAN] removed poppler-qt (0.22.5-1)
    [2013-08-15 23:04] [PACMAN] upgraded linux-api-headers (3.8.4-1 -> 3.10.6-1)
    [2013-08-15 23:04] [ALPM-SCRIPTLET] Generating locales...
    [2013-08-15 23:04] [ALPM-SCRIPTLET] en_CA.UTF-8... done
    [2013-08-15 23:04] [ALPM-SCRIPTLET] Generation complete.
    [2013-08-15 23:04] [PACMAN] upgraded glibc (2.17-6 -> 2.18-1)
    [2013-08-15 23:04] [PACMAN] upgraded binutils (2.23.2-2 -> 2.23.2-3)
    [2013-08-15 23:04] [PACMAN] upgraded gcc-libs (4.8.1-2 -> 4.8.1-3)
    [2013-08-15 23:04] [PACMAN] upgraded poppler (0.22.5-1 -> 0.24.0-1)
    [2013-08-15 23:04] [PACMAN] upgraded cups-filters (1.0.35-2 -> 1.0.36-1)
    [2013-08-15 23:04] [PACMAN] upgraded curl (7.31.0-1 -> 7.32.0-1)
    [2013-08-15 23:04] [PACMAN] upgraded dhcpcd (6.0.4-1 -> 6.0.5-1)
    [2013-08-15 23:04] [PACMAN] upgraded ffmpeg (1:2.0-2 -> 1:2.0.1-1)
    [2013-08-15 23:04] [PACMAN] upgraded firefox (22.0-1 -> 23.0-1)
    [2013-08-15 23:04] [PACMAN] upgraded gcc (4.8.1-2 -> 4.8.1-3)
    [2013-08-15 23:04] [PACMAN] upgraded ghostscript (9.07-2 -> 9.07-3)
    [2013-08-15 23:04] [ALPM-SCRIPTLET] Example use of the "go" tool as a user:
    [2013-08-15 23:04] [ALPM-SCRIPTLET] mkdir ~/go
    [2013-08-15 23:04] [ALPM-SCRIPTLET] export GOPATH=~/go
    [2013-08-15 23:04] [ALPM-SCRIPTLET] go get website.com/user/module
    [2013-08-15 23:04] [PACMAN] upgraded go (2:1.1.1-1 -> 2:1.1.2-1)
    [2013-08-15 23:04] [PACMAN] upgraded gpgme (1.4.2-1 -> 1.4.2-2)
    [2013-08-15 23:04] [PACMAN] upgraded iproute2 (3.9.0-2 -> 3.10.0-1)
    [2013-08-15 23:04] [PACMAN] upgraded iputils (20121221-2 -> 20121221-3)
    [2013-08-15 23:05] [PACMAN] upgraded libreoffice-common (4.0.4-1 -> 4.0.4-2)
    [2013-08-15 23:05] [PACMAN] upgraded libreoffice-calc (4.0.4-1 -> 4.0.4-2)
    [2013-08-15 23:05] [PACMAN] upgraded libreoffice-writer (4.0.4-1 -> 4.0.4-2)
    [2013-08-15 23:05] [PACMAN] upgraded libsamplerate (0.1.8-1 -> 0.1.8-2)
    [2013-08-15 23:05] [PACMAN] upgraded libusbx (1.0.16-1 -> 1.0.16-2)
    [2013-08-15 23:05] [PACMAN] upgraded libvdpau (0.6-2 -> 0.7-1)
    [2013-08-15 23:05] [PACMAN] upgraded libwbclient (4.0.7-3 -> 4.0.8-1)
    [2013-08-15 23:05] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-08-15 23:05] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-08-15 23:05] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2013-08-15 23:05] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-08-15 23:05] [ALPM-SCRIPTLET] ==> Starting build: 3.10.6-2-ARCH
    [2013-08-15 23:05] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] -> Running build hook: [mdadm_udev]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] Custom /etc/mdadm.conf file will be used in initramfs for assembling arrays.
    [2013-08-15 23:05] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-08-15 23:05] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-08-15 23:05] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-08-15 23:05] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2013-08-15 23:05] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-08-15 23:05] [ALPM-SCRIPTLET] ==> Starting build: 3.10.6-2-ARCH
    [2013-08-15 23:05] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-08-15 23:05] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-08-15 23:05] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2013-08-15 23:05] [ALPM-SCRIPTLET] -> Running build hook: [mdadm_udev]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] Custom /etc/mdadm.conf file will be used in initramfs for assembling arrays.
    [2013-08-15 23:05] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-08-15 23:05] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-08-15 23:05] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-08-15 23:05] [PACMAN] upgraded linux (3.10.3-1 -> 3.10.6-2)
    [2013-08-15 23:05] [PACMAN] upgraded linux-headers (3.10.3-1 -> 3.10.6-2)
    [2013-08-15 23:05] [PACMAN] upgraded logrotate (3.8.5-1 -> 3.8.6-1)
    [2013-08-15 23:05] [PACMAN] upgraded man-pages (3.52-1 -> 3.53-1)
    [2013-08-15 23:05] [PACMAN] upgraded pixman (0.30.0-1 -> 0.30.2-1)
    [2013-08-15 23:05] [PACMAN] upgraded poppler-glib (0.22.5-1 -> 0.24.0-1)
    [2013-08-15 23:05] [PACMAN] installed poppler-qt4 (0.24.0-1)
    [2013-08-15 23:05] [ALPM-SCRIPTLET]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] rEFInd UEFI application has been installed at /usr/share/refind/refind_*.efi
    [2013-08-15 23:05] [ALPM-SCRIPTLET]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] Other UEFI applications have been installed at /usr/share/refind/tools_*/
    [2013-08-15 23:05] [ALPM-SCRIPTLET]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] UEFI drivers have been installed at /usr/share/refind/drivers_*/
    [2013-08-15 23:05] [ALPM-SCRIPTLET]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] Copy the efi application (according to your UEFI ARCH)
    [2013-08-15 23:05] [ALPM-SCRIPTLET] and /usr/share/refind/refind.conf-sample to a sub-directory of <EFISYS>/EFI/
    [2013-08-15 23:05] [ALPM-SCRIPTLET] as refind.conf and add an entry to firmware boot menu using efibootmgr
    [2013-08-15 23:05] [ALPM-SCRIPTLET] or mactel-boot (for Macs)
    [2013-08-15 23:05] [ALPM-SCRIPTLET]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] rEFInd Icons have been installed at /usr/share/refind/icons/
    [2013-08-15 23:05] [ALPM-SCRIPTLET] rEFInd Fonts have been installed at /usr/share/refind/fonts/
    [2013-08-15 23:05] [ALPM-SCRIPTLET]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] HTML Documentation is available at /usr/share/doc/refind/html/
    [2013-08-15 23:05] [ALPM-SCRIPTLET]
    [2013-08-15 23:05] [ALPM-SCRIPTLET] More info: https://wiki.archlinux.org/index.php/UEFI_Bootloaders#Using_rEFInd
    [2013-08-15 23:05] [ALPM-SCRIPTLET]
    [2013-08-15 23:05] [PACMAN] upgraded refind-efi (0.7.1-4 -> 0.7.3-1)
    [2013-08-15 23:05] [PACMAN] upgraded run-parts (4.3.4-1 -> 4.4-1)
    [2013-08-15 23:05] [PACMAN] upgraded smbclient (4.0.7-3 -> 4.0.8-1)
    [2013-08-15 23:05] [PACMAN] upgraded thunderbird (17.0.7-1 -> 17.0.8-1)
    [2013-08-15 23:05] [PACMAN] upgraded util-linux (2.23.1-2 -> 2.23.2-1)
    [2013-08-15 23:05] [PACMAN] upgraded xf86-video-ati (1:7.1.0-3 -> 1:7.2.0-1)
    [2013-08-15 23:05] [PACMAN] upgraded xorg-xset (1.2.2-2 -> 1.2.3-1)
    [2013-08-17 22:45] [PACMAN] Running 'pacman -Syu'
    [2013-08-17 22:45] [PACMAN] synchronizing package lists
    [2013-08-17 22:45] [PACMAN] starting full system upgrade
    [2013-08-17 22:46] [PACMAN] upgraded firefox (23.0-1 -> 23.0.1-1)
    [2013-08-17 22:46] [ALPM-SCRIPTLET] Generating locales...
    [2013-08-17 22:46] [ALPM-SCRIPTLET] en_CA.UTF-8... done
    [2013-08-17 22:46] [ALPM-SCRIPTLET] Generation complete.
    [2013-08-17 22:46] [PACMAN] upgraded glibc (2.18-1 -> 2.18-2)
    [2013-08-19 21:14] [PACMAN] Running 'pacman -Syu'
    [2013-08-19 21:14] [PACMAN] synchronizing package lists
    [2013-08-19 21:14] [PACMAN] starting full system upgrade
    [2013-08-19 21:20] [ALPM-SCRIPTLET] ==> Appending keys from archlinux.gpg...
    [2013-08-19 21:20] [ALPM-SCRIPTLET] gpg: 3 marginal(s) needed, 1 complete(s) needed, PGP trust model
    [2013-08-19 21:20] [ALPM-SCRIPTLET] gpg: depth: 0 valid: 1 signed: 5 trust: 0-, 0q, 0n, 0m, 0f, 1u
    [2013-08-19 21:20] [ALPM-SCRIPTLET] gpg: depth: 1 valid: 5 signed: 65 trust: 0-, 0q, 0n, 5m, 0f, 0u
    [2013-08-19 21:20] [ALPM-SCRIPTLET] gpg: depth: 2 valid: 65 signed: 3 trust: 65-, 0q, 0n, 0m, 0f, 0u
    [2013-08-19 21:20] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2014-01-22
    [2013-08-19 21:20] [ALPM-SCRIPTLET] ==> Locally signing trusted keys in keyring...
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Locally signing key 0E8B644079F599DFC1DDC3973348882F6AC6A4C2...
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Locally signing key 684148BB25B49E986A4944C55184252D824B18E8...
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Locally signing key 44D4A033AC140143927397D47EFD567D4C7EA887...
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Locally signing key 27FFC4769E19F096D41D9265A04F9397CDFD6BB0...
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Locally signing key AB19265E5D7D20687D303246BA1DFB64FFF979E7...
    [2013-08-19 21:20] [ALPM-SCRIPTLET] ==> Importing owner trust values...
    [2013-08-19 21:20] [ALPM-SCRIPTLET] ==> Disabling revoked keys in keyring...
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Disabling key BC1FBE4D2826A0B51E47ED62E2539214C6C11350...
    [2013-08-19 21:20] [ALPM-SCRIPTLET] ==> Updating trust database...
    [2013-08-19 21:20] [ALPM-SCRIPTLET] gpg: next trustdb check due at 2014-01-22
    [2013-08-19 21:20] [PACMAN] upgraded archlinux-keyring (20130525-2 -> 20130818-1)
    [2013-08-19 21:20] [PACMAN] upgraded boost-libs (1.54.0-2 -> 1.54.0-3)
    [2013-08-19 21:20] [PACMAN] upgraded device-mapper (2.02.98-4 -> 2.02.100-1)
    [2013-08-19 21:20] [PACMAN] upgraded cryptsetup (1.6.1-2 -> 1.6.2-1)
    [2013-08-19 21:20] [PACMAN] upgraded glib2 (2.36.3-3 -> 2.36.4-1)
    [2013-08-19 21:20] [PACMAN] upgraded gpgme (1.4.2-2 -> 1.4.3-1)
    [2013-08-19 21:20] [PACMAN] upgraded hplip (3.13.7-1 -> 3.13.8-1)
    [2013-08-19 21:20] [PACMAN] upgraded jre7-openjdk-headless (7.u40_2.4.1-2 -> 7.u40_2.4.1-3)
    [2013-08-19 21:20] [PACMAN] upgraded jre7-openjdk (7.u40_2.4.1-2 -> 7.u40_2.4.1-3)
    [2013-08-19 21:20] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-08-19 21:20] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-08-19 21:20] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-08-19 21:20] [ALPM-SCRIPTLET] ==> Starting build: 3.10.7-1-ARCH
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Running build hook: [mdadm_udev]
    [2013-08-19 21:20] [ALPM-SCRIPTLET] Custom /etc/mdadm.conf file will be used in initramfs for assembling arrays.
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-08-19 21:20] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-08-19 21:20] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-08-19 21:20] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-08-19 21:20] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-08-19 21:20] [ALPM-SCRIPTLET] ==> Starting build: 3.10.7-1-ARCH
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-08-19 21:20] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-08-19 21:20] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-08-19 21:20] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Running build hook: [mdadm_udev]
    [2013-08-19 21:20] [ALPM-SCRIPTLET] Custom /etc/mdadm.conf file will be used in initramfs for assembling arrays.
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-08-19 21:20] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-08-19 21:20] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-08-19 21:20] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-08-19 21:20] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-08-19 21:20] [PACMAN] upgraded linux (3.10.6-2 -> 3.10.7-1)
    [2013-08-19 21:20] [PACMAN] upgraded linux-headers (3.10.6-2 -> 3.10.7-1)
    [2013-08-19 21:20] [PACMAN] upgraded lvm2 (2.02.98-4 -> 2.02.100-1)
    [2013-08-19 21:20] [PACMAN] upgraded sqlite (3.7.17-1 -> 3.7.17-2)
    [2013-08-21 21:14] [PACMAN] Running 'pacman -Syu'
    [2013-08-21 21:14] [PACMAN] synchronizing package lists
    [2013-08-21 21:15] [PACMAN] starting full system upgrade
    [2013-08-21 21:16] [PACMAN] upgraded gnupg (2.0.20-2 -> 2.0.21-1)
    [2013-08-21 21:16] [PACMAN] upgraded kbd (1.15.5-4 -> 2.0.0-1)
    [2013-08-21 21:16] [PACMAN] upgraded libwbclient (4.0.8-1 -> 4.0.9-1)
    [2013-08-21 21:16] [PACMAN] upgraded net-snmp (5.7.2-7 -> 5.7.2-8)
    [2013-08-21 21:16] [PACMAN] upgraded perl (5.18.0-1 -> 5.18.1-1)
    [2013-08-21 21:16] [PACMAN] upgraded python2-markupsafe (0.18-1 -> 0.18-2)
    [2013-08-21 21:16] [PACMAN] upgraded python2-mako (0.8.1-1 -> 0.8.1-2)
    [2013-08-21 21:16] [PACMAN] upgraded smbclient (4.0.8-1 -> 4.0.9-1)
    [2013-09-03 21:52] [PACMAN] Running 'pacman -Syu'
    [2013-09-03 21:52] [PACMAN] synchronizing package lists
    [2013-09-03 21:52] [PACMAN] starting full system upgrade
    [2013-09-03 22:03] [PACMAN] upgraded wayland (1.2.0-1 -> 1.2.1-1)
    [2013-09-03 22:03] [PACMAN] installed elfutils (0.155-1)
    [2013-09-03 22:03] [PACMAN] installed llvm-libs (3.3-1)
    [2013-09-03 22:03] [PACMAN] upgraded mesa (9.1.6-1 -> 9.2.0-1)
    [2013-09-03 22:03] [PACMAN] upgraded mesa-libgl (9.1.6-1 -> 9.2.0-1)
    [2013-09-03 22:03] [PACMAN] upgraded ati-dri (9.1.6-1 -> 9.2.0-1)
    [2013-09-03 22:03] [ALPM-SCRIPTLET] Generating locales...
    [2013-09-03 22:03] [ALPM-SCRIPTLET] en_CA.UTF-8... done
    [2013-09-03 22:03] [ALPM-SCRIPTLET] Generation complete.
    [2013-09-03 22:03] [PACMAN] upgraded glibc (2.18-2 -> 2.18-3)
    [2013-09-03 22:03] [PACMAN] upgraded bash (4.2.045-4 -> 4.2.045-5)
    [2013-09-03 22:03] [PACMAN] upgraded ca-certificates-java (20121112+nmu2-2 -> 20130815-1)
    [2013-09-03 22:03] [ALPM-SCRIPTLET] updating font cache... done.
    [2013-09-03 22:03] [PACMAN] upgraded fontconfig (2.10.93-1 -> 2.10.95-1)
    [2013-09-03 22:03] [PACMAN] upgraded cairo (1.12.14-4 -> 1.12.16-1)
    [2013-09-03 22:03] [PACMAN] upgraded poppler (0.24.0-1 -> 0.24.1-1)
    [2013-09-03 22:03] [PACMAN] upgraded cups-filters (1.0.36-1 -> 1.0.37-1)
    [2013-09-03 22:03] [PACMAN] upgraded duplicity (0.6.21-3 -> 0.6.22-1)
    [2013-09-03 22:03] [PACMAN] upgraded gettext (0.18.3-1 -> 0.18.3.1-1)
    [2013-09-03 22:03] [PACMAN] upgraded libtiff (4.0.3-2 -> 4.0.3-3)
    [2013-09-03 22:03] [PACMAN] upgraded ghostscript (9.07-3 -> 9.10-1)
    [2013-09-03 22:03] [PACMAN] upgraded librsvg (2.37.0-2 -> 1:2.37.0-1)
    [2013-09-03 22:03] [PACMAN] upgraded libmng (1.0.10-4 -> 2.0.2-2)
    [2013-09-03 22:03] [PACMAN] upgraded gimp (2.8.6-1 -> 2.8.6-2)
    [2013-09-03 22:03] [PACMAN] upgraded perl-error (0.17020-1 -> 0.17021-1)
    [2013-09-03 22:03] [PACMAN] upgraded git (1.8.3.4-1 -> 1.8.4-1)
    [2013-09-03 22:03] [PACMAN] upgraded glamor-egl (0.5.0-4 -> 0.5.1-1)
    [2013-09-03 22:03] [PACMAN] upgraded gnutls (3.2.3-1 -> 3.2.4-1)
    [2013-09-03 22:03] [ALPM-SCRIPTLET] Example use of the "go" tool as a user:
    [2013-09-03 22:03] [ALPM-SCRIPTLET] mkdir ~/go
    [2013-09-03 22:03] [ALPM-SCRIPTLET] export GOPATH=~/go
    [2013-09-03 22:03] [ALPM-SCRIPTLET] go get website.com/user/module
    [2013-09-03 22:03] [PACMAN] upgraded go (2:1.1.2-1 -> 2:1.1.2-2)
    [2013-09-03 22:03] [PACMAN] upgraded groff (1.22.2-3 -> 1.22.2-5)
    [2013-09-03 22:03] [PACMAN] upgraded gstreamer (1.0.9-1 -> 1.0.10-1)
    [2013-09-03 22:03] [PACMAN] upgraded gst-plugins-base-libs (1.0.9-1 -> 1.0.10-1)
    [2013-09-03 22:03] [PACMAN] upgraded gtk3 (3.8.2-1 -> 3.8.4-1)
    [2013-09-03 22:03] [PACMAN] upgraded isl (0.12-1 -> 0.12.1-1)
    [2013-09-03 22:03] [PACMAN] upgraded kmod (14-1 -> 15-1)
    [2013-09-03 22:03] [PACMAN] upgraded libarchive (3.1.2-1 -> 3.1.2-2)
    [2013-09-03 22:03] [PACMAN] upgraded libbsd (0.5.2-2 -> 0.6.0-1)
    [2013-09-03 22:03] [PACMAN] upgraded libgsf (1.14.27-1 -> 1.14.28-1)
    [2013-09-03 22:03] [PACMAN] upgraded libraw (0.15.2-1 -> 0.15.4-1)
    [2013-09-03 22:03] [PACMAN] upgraded libreoffice-en-GB (4.0.4-1 -> 4.1.1-1)
    [2013-09-03 22:03] [PACMAN] installed harfbuzz-icu (0.9.19-1)
    [2013-09-03 22:03] [PACMAN] upgraded libreoffice-common (4.0.4-2 -> 4.1.1-2)
    [2013-09-03 22:03] [PACMAN] upgraded libreoffice-calc (4.0.4-2 -> 4.1.1-2)
    [2013-09-03 22:03] [PACMAN] upgraded libwpd (0.9.6-1 -> 0.9.9-1)
    [2013-09-03 22:03] [PACMAN] upgraded libreoffice-writer (4.0.4-2 -> 4.1.1-2)
    [2013-09-03 22:03] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-09-03 22:03] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-09-03 22:03] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2013-09-03 22:03] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-09-03 22:03] [ALPM-SCRIPTLET] ==> Starting build: 3.10.10-1-ARCH
    [2013-09-03 22:03] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] -> Running build hook: [mdadm_udev]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] Custom /etc/mdadm.conf file will be used in initramfs for assembling arrays.
    [2013-09-03 22:03] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-09-03 22:03] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-09-03 22:03] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-09-03 22:03] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2013-09-03 22:03] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-09-03 22:03] [ALPM-SCRIPTLET] ==> Starting build: 3.10.10-1-ARCH
    [2013-09-03 22:03] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-09-03 22:03] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-09-03 22:03] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2013-09-03 22:03] [ALPM-SCRIPTLET] -> Running build hook: [mdadm_udev]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] Custom /etc/mdadm.conf file will be used in initramfs for assembling arrays.
    [2013-09-03 22:03] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-09-03 22:03] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-09-03 22:03] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-09-03 22:03] [PACMAN] upgraded linux (3.10.7-1 -> 3.10.10-1)
    [2013-09-03 22:03] [PACMAN] upgraded linux-headers (3.10.7-1 -> 3.10.10-1)
    [2013-09-03 22:03] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2013-09-03 22:03] [PACMAN] upgraded pacman-mirrorlist (20130626-1 -> 20130830-1)
    [2013-09-03 22:03] [PACMAN] upgraded poppler-glib (0.24.0-1 -> 0.24.1-1)
    [2013-09-03 22:03] [PACMAN] upgraded sqlite (3.7.17-2 -> 3.8.0.1-1)
    [2013-09-03 22:03] [PACMAN] upgraded qt4 (4.8.5-1 -> 4.8.5-2)
    [2013-09-03 22:03] [PACMAN] upgraded poppler-qt4 (0.24.0-1 -> 0.24.1-1)
    [2013-09-03 22:03] [PACMAN] upgraded pyqt4-common (4.10.2-2 -> 4.10.3-1)
    [2013-09-03 22:03] [PACMAN] upgraded sip (4.14.7-1 -> 4.15.1-1)
    [2013-09-03 22:03] [PACMAN] upgraded python2-sip (4.14.7-1 -> 4.15.1-1)
    [2013-09-03 22:03] [PACMAN] upgraded python2-pyqt4 (4.10.2-2 -> 4.10.3-1)
    [2013-09-03 22:03] [ALPM-SCRIPTLET]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] rEFInd UEFI application has been installed at /usr/share/refind/refind_*.efi
    [2013-09-03 22:03] [ALPM-SCRIPTLET]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] Other UEFI applications have been installed at /usr/share/refind/tools_*/
    [2013-09-03 22:03] [ALPM-SCRIPTLET]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] UEFI drivers have been installed at /usr/share/refind/drivers_*/
    [2013-09-03 22:03] [ALPM-SCRIPTLET]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] Copy the efi application (according to your UEFI ARCH)
    [2013-09-03 22:03] [ALPM-SCRIPTLET] and /usr/share/refind/refind.conf-sample to a sub-directory of <EFISYS>/EFI/
    [2013-09-03 22:03] [ALPM-SCRIPTLET] as refind.conf and add an entry to firmware boot menu using efibootmgr
    [2013-09-03 22:03] [ALPM-SCRIPTLET] or mactel-boot (for Macs)
    [2013-09-03 22:03] [ALPM-SCRIPTLET]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] rEFInd Icons have been installed at /usr/share/refind/icons/
    [2013-09-03 22:03] [ALPM-SCRIPTLET] rEFInd Fonts have been installed at /usr/share/refind/fonts/
    [2013-09-03 22:03] [ALPM-SCRIPTLET]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] HTML Documentation is available at /usr/share/doc/refind/html/
    [2013-09-03 22:03] [ALPM-SCRIPTLET]
    [2013-09-03 22:03] [ALPM-SCRIPTLET] More info: https://wiki.archlinux.org/index.php/UEFI_Bootloaders#Using_rEFInd
    [2013-09-03 22:03] [ALPM-SCRIPTLET]
    [2013-09-03 22:03] [PACMAN] upgraded refind-efi (0.7.3-1 -> 0.7.3-2)
    [2013-09-03 22:03] [PACMAN] upgraded reiserfsprogs (3.6.23-1 -> 3.6.24-1)
    [2013-09-03 22:03] [PACMAN] upgraded ttf-dejavu (2.33-4 -> 2.34-1)
    [2013-09-04 08:51] [PACMAN] Running 'pacman -S filesystem dbus'
    [2013-09-04 08:51] [PACMAN] reinstalled filesystem (2013.05-2)
    [2013-09-04 08:51] [PACMAN] reinstalled dbus (1.6.12-1)
    [2013-09-04 09:22] [PACMAN] Running 'pacman -U /var/cache/pacman/pkg/xfce4-session-4.10.1-1-x86_64.pkg.tar.xz'
    [2013-09-04 09:22] [PACMAN] downgraded xfce4-session (4.10.1-2 -> 4.10.1-1)
    [2013-09-04 09:25] [PACMAN] Running 'pacman -Syu'
    [2013-09-04 09:25] [PACMAN] synchronizing package lists
    [2013-09-04 09:25] [PACMAN] starting full system upgrade
    [2013-09-04 09:25] [PACMAN] upgraded xfce4-session (4.10.1-1 -> 4.10.1-2)
    [2013-09-05 10:17] [PACMAN] Running 'pacman -S jre7-openjdk'
    [2013-09-05 10:18] [PACMAN] reinstalled jre7-openjdk (7.u40_2.4.1-3)
    [2013-09-05 21:31] [PACMAN] Running 'pacman -S mtools'
    [2013-09-05 21:31] [PACMAN] installed mtools (4.0.18-1)
    [2013-09-05 22:42] [PACMAN] Running 'pacman -S libreoffice'
    [2013-09-05 22:43] [PACMAN] Running 'pacman -Rs libreoffice'
    [2013-09-05 22:44] [PACMAN] removed libreoffice-writer (4.1.1-2)
    [2013-09-05 22:44] [PACMAN] removed libwps (0.2.9-1)
    [2013-09-05 22:44] [PACMAN] removed libreoffice-calc (4.1.1-2)
    [2013-09-05 22:44] [PACMAN] removed lpsolve (5.5.2.0-2)
    [2013-09-05 22:44] [PACMAN] removed libreoffice-common (4.1.1-2)
    [2013-09-05 22:44] [PACMAN] removed redland (1:1.0.16-2)
    [2013-09-05 22:44] [PACMAN] removed rasqal (1:0.9.30-1)
    [2013-09-05 22:44] [PACMAN] removed raptor (2.0.9-2)
    [2013-09-05 22:44] [PACMAN] removed libxslt (1.1.28-1)
    [2013-09-05 22:44] [PACMAN] removed neon (0.29.6-4)
    [2013-09-05 22:44] [PACMAN] removed libreoffice-en-GB (4.1.1-1)
    [2013-09-05 22:44] [PACMAN] removed hyphen (2.8.6-1)
    [2013-09-05 22:44] [PACMAN] removed harfbuzz-icu (0.9.19-1)
    [2013-09-05 22:44] [PACMAN] removed clucene (2.3.3.4-7)
    [2013-09-05 22:50] [PACMAN] Running 'pacman -S libreoffice'
    [2013-09-05 23:15] [PACMAN] Running 'pacman -S libreoffice'
    [2013-09-05 23:16] [PACMAN] installed libreoffice-en-GB (4.1.1-1)
    [2013-09-05 23:16] [PACMAN] installed neon (0.29.6-4)
    [2013-09-05 23:16] [PACMAN] installed libxslt (1.1.28-1)
    [2013-09-05 23:16] [PACMAN] installed raptor (2.0.9-2)
    [2013-09-05 23:16] [PACMAN] installed rasqal (1:0.9.30-1)
    [2013-09-05 23:16] [PACMAN] installed redland (1:1.0.16-2)
    [2013-09-05 23:16] [PACMAN] installed hyphen (2.8.6-1)
    [2013-09-05 23:16] [PACMAN] installed clucene (2.3.3.4-7)
    [2013-09-05 23:16] [PACMAN] installed harfbuzz-icu (0.9.19-1)
    [2013-09-05 23:16] [ALPM-SCRIPTLET] * see https://wiki.archlinux.org/index.php/LibreOffice
    [2013-09-05 23:16] [ALPM-SCRIPTLET] -------------------------------------------------------------------
    [2013-09-05 23:16] [ALPM-SCRIPTLET] LibreOffice has been split into several packages:
    [2013-09-05 23:16] [ALPM-SCRIPTLET] - libreoffice-common
    [2013-09-05 23:16] [ALPM-SCRIPTLET] - libreoffice-{base,calc,draw,impress,math,writer} - frontend applications
    [2013-09-05 23:16] [ALPM-SCRIPTLET] - libreoffice-{gnome,kde4} - desktop integration plugins
    [2013-09-05 23:16] [ALPM-SCRIPTLET] - libreoffice-{sdk,sdk-doc} - add-on and doc for programming using
    [2013-09-05 23:16] [ALPM-SCRIPTLET] the LibreOffice APIs and for creating
    [2013-09-05 23:16] [ALPM-SCRIPTLET] extensions (UNO components).
    [2013-09-05 23:16] [ALPM-SCRIPTLET] -------------------------------------------------------------------
    [2013-09-05 23:16] [ALPM-SCRIPTLET] * you need to install at least one libreoffice-langpack
    [2013-09-05 23:16] [ALPM-SCRIPTLET] * you may want to pacman -Ss libreoffice-extensions
    [2013-09-05 23:16] [ALPM-SCRIPTLET] to see what additional extensions are prepared to install
    [2013-09-05 23:16] [ALPM-SCRIPTLET] * it's recommended to install {hunspell,mythes,hyphen}-xx pkg
    [2013-09-05 23:16] [ALPM-SCRIPTLET] for spell checking
    [2013-09-05 23:16] [ALPM-SCRIPTLET] * make sure you have installed some ttf font (ttf-dejavu recommended)
    [2013-09-05 23:16] [PACMAN] installed libreoffice-common (4.1.1-2)
    [2013-09-05 23:16] [PACMAN] installed libreoffice-base (4.1.1-2)
    [2013-09-05 23:16] [PACMAN] installed lpsolve (5.5.2.0-2)
    [2013-09-05 23:16] [PACMAN] installed libreoffice-calc (4.1.1-2)
    [2013-09-05 23:16] [PACMAN] installed libwps (0.2.9-1)
    [2013-09-05 23:16] [PACMAN] installed libreoffice-writer (4.1.1-2)
    [2013-09-06 20:31] [PACMAN] Running 'pacman -S samba'
    [2013-09-06 20:32] [PACMAN] installed iniparser (3.1-3)
    [2013-09-06 20:32] [PACMAN] installed libaio (0.3.109-6)
    [2013-09-06 20:32] [PACMAN] installed samba (4.0.9-1)
    [2013-09-06 21:18] [PACMAN] Running 'pacman -S gvfs-smb'
    [2013-09-06 21:18] [PACMAN] reinstalled gvfs-smb (1.16.3-2)
    [2013-09-06 21:25] [PACMAN] Running '/usr/bin/pacman -S --asdeps thunar-vfs'
    [2013-09-06 21:26] [PACMAN] Running 'pacman -S thunar-vfs'
    [2013-09-06 21:28] [PACMAN] Running 'pacman -S base-devel'
    [2013-09-06 21:28] [PACMAN] reinstalled gawk (4.1.0-1)
    [2013-09-06 21:28] [PACMAN] reinstalled m4 (1.4.16-3)
    [2013-09-06 21:28] [PACMAN] reinstalled autoconf (2.69-1)
    [2013-09-06 21:28] [PACMAN] reinstalled automake (1.14-1)
    [2013-09-06 21:28] [PACMAN] reinstalled binutils (2.23.2-3)
    [2013-09-06 21:28] [PACMAN] reinstalled bison (3.0-1)
    [2013-09-06 21:28] [PACMAN] reinstalled sed (4.2.2-3)
    [2013-09-06 21:28] [PACMAN] reinstalled util-linux (2.23.2-1)
    [2013-09-06 21:28] [PACMAN] reinstalled fakeroot (1.19-1)
    [2013-09-06 21:28] [PACMAN] reinstalled file (5.14-1)
    [2013-09-06 21:28] [PACMAN] reinstalled findutils (4.4.2-5)
    [2013-09-06 21:28] [PACMAN] reinstalled flex (2.5.37-1)
    [2013-09-06 21:28] [PACMAN] reinstalled gcc (4.8.1-3)
    [2013-09-06 21:28] [PACMAN] reinstalled gettext (0.18.3.1-1)
    [2013-09-06 21:28] [PACMAN] reinstalled grep (2.14-2)
    [2013-09-06 21:28] [PACMAN] reinstalled groff (1.22.2-5)
    [2013-09-06 21:28] [PACMAN] reinstalled gzip (1.6-1)
    [2013-09-06 21:28] [PACMAN] reinstalled libtool (2.4.2-10)
    [2013-09-06 21:28] [PACMAN] reinstalled make (3.82-6)
    [2013-09-06 21:28] [PACMAN] reinstalled pacman (4.1.2-1)
    [2013-09-06 21:28] [PACMAN] reinstalled patch (2.7.1-2)
    [2013-09-06 21:28] [PACMAN] reinstalled pkg-config (0.28-1)
    [2013-09-06 21:28] [PACMAN] reinstalled sudo (1.8.7-1)
    [2013-09-06 21:28] [PACMAN] reinstalled texinfo (5.1-1)
    [2013-09-06 21:28] [PACMAN] reinstalled which (2.20-6)
    [2013-09-06 21:32] [PACMAN] Running '/usr/bin/pacman -S --asdeps hal gconf'
    [2013-09-06 21:34] [PACMAN] Running '/usr/bin/pacman -S --asdeps hal-info>=0.20090716 dmidecode'
    [2013-09-06 21:38] [PACMAN] Running '/usr/bin/pacman -S --asdeps hal-info>=0.20090716 dmidecode'
    [2013-09-06 21:39] [PACMAN] Running 'pacman -S hal-info'
    [2013-09-06 21:40] [PACMAN] Running 'pacman -U /home/dave/builds/hal-info/hal-info-0.20091130-2-any.pkg.tar.xz'
    [2013-09-06 21:41] [PACMAN] installed hal-info (0.20091130-2)
    [2013-09-06 21:41] [PACMAN] Running '/usr/bin/pacman -S --asdeps dmidecode'
    [2013-09-06 21:41] [PACMAN] installed dmidecode (2.12-2)
    [2013-09-06 21:41] [PACMAN] Running '/usr/bin/pacman -S --asdeps gperf'
    [2013-09-06 21:41] [PACMAN] installed gperf (3.0.4-4)
    [2013-09-06 21:43] [PACMAN] Running 'pacman -S hal-0.5.14-17-x86_64.pkg.tar.xz'
    [2013-09-06 21:43] [PACMAN] Running 'pacman -U hal-0.5.14-17-x86_64.pkg.tar.xz'
    [2013-09-06 21:43] [PACMAN] installed hal (0.5.14-17)
    [2013-09-06 21:43] [PACMAN] Running '/usr/bin/pacman -S --asdeps gconf'
    [2013-09-06 21:44] [PACMAN] installed gconf (3.2.6-2)
    [2013-09-06 21:44] [PACMAN] Running '/usr/bin/pacman -S --asdeps intltool'
    [2013-09-06 21:44] [PACMAN] installed intltool (0.50.2-1)
    [2013-09-06 21:44] [PACMAN] Running 'pacman -U thunar-vfs-1.2.0-1-x86_64.pkg.tar.xz'
    [2013-09-06 21:44] [PACMAN] installed thunar-vfs (1.2.0-1)
    [2013-09-06 21:45] [PACMAN] Running 'pacman -U thunar-shares-plugin-0.2.0-7-x86_64.pkg.tar.xz'
    [2013-09-06 21:45] [PACMAN] installed thunar-shares-plugin (0.2.0-7)
    [2013-09-06 23:15] [PACMAN] Running 'pacman -S cuetools'
    [2013-09-06 23:15] [PACMAN] installed cuetools (1.3.1-5)
    [2013-09-08 08:36] [PACMAN] Running 'pacman -U /var/cache/pacman/pkg/xf86-video-ati-1:7.1.0-3-x86_64.pkg.tar.xz'
    [2013-09-08 08:36] [PACMAN] downgraded xf86-video-ati (1:7.2.0-1 -> 1:7.1.0-3)
    [2013-09-08 08:45] [PACMAN] Running 'pacman -Syu'
    [2013-09-08 08:45] [PACMAN] synchronizing package lists
    [2013-09-08 08:45] [PACMAN] starting full system upgrade
    [2013-09-08 08:47] [PACMAN] upgraded curl (7.32.0-1 -> 7.32.0-2)
    [2013-09-08 08:47] [PACMAN] upgraded lcms (1.19-2 -> 1.19-4)
    [2013-09-08 08:47] [PACMAN] upgraded libldap (2.4.35-4 -> 2.4.36-1)
    [2013-09-08 08:47] [PACMAN] upgraded libmodplug (0.8.8.4-1 -> 0.8.8.4-2)
    [2013-09-08 08:47] [PACMAN] upgraded python (3.3.2-1 -> 3.3.2-2)
    [2013-09-08 08:47] [PACMAN] upgraded python2 (2.7.5-1 -> 2.7.5-2)
    [2013-09-08 08:47] [PACMAN] upgraded xf86-video-ati (1:7.1.0-3 -> 1:7.2.0-1)
    [2013-09-08 08:47] [PACMAN] upgraded xorg-twm (1.0.7-1 -> 1.0.8-1)
    [2013-09-08 08:48] [PACMAN] Running 'pacman -U /var/cache/pacman/pkg/xf86-video-ati-1:7.1.0-3-x86_64.pkg.tar.xz'
    [2013-09-08 08:48] [PACMAN] downgraded xf86-video-ati (1:7.2.0-1 -> 1:7.1.0-3)

    kriga wrote:
    I've updated the i810 driver to xf86-video-i810 1.7.3-1. When I cal glxinfo or glxgears it works but I got this error message in the beginning:
    DISPATCH ERROR! _glapi_add_dispatch failed to add glAreTexturesResident!
    DISPATCH ERROR! _glapi_add_dispatch failed to add glGenTextures!
    DISPATCH ERROR! _glapi_add_dispatch failed to add glIsTexture!
    According to freedesktops bugzilla this bug should be resolved:
    https://bugs.freedesktop.org/show_bug.cgi?id=8678
    Any comments?!?
    resolved by upgrading libgl-dri

  • [SOLVED] Random kernel panics during boot (Waiting for UDev uevents..)

    Update 2012-03-31: Workaround confirmed to work, see tenthirteen's post.
    Update 2012-02-03: I've narrowed down the problem to the 3.x kernels. Downgrading to kernel26-2.6.38.5-1, with the other packages up-to-date (using nouveau instead of nvidia driver), solves the problem. Still, I still consider this a problem since it forces me to use an older kernel, so if anyone has any idea how to find the problem I would be very thankful!
    When I came back home after the summer vacations I did a huge upgrade with pacman -Syu (of course I read the announcements before). This included linux (3.0.3-1) from kernel26 (2.6.38.5-1) and udev (167-2 -> 173-3). After this point, the boot process randomly fails from time to time; today I had to restart more than 20 times before my machine would boot successfully.
    It always occurs during "Waiting for UDev uvents to be processed". Some of the errors are:
    1. The computer freezes when the message is shown (cursor stops to blink).
    2. Nothing happens for a long time, then Waiting for UDev uvents to be processed [ FAIL ]s.
    3. Short and long error messages that look similar to this guy's (except for the last line).
    I greped for some of the error messages in /var/log but they don't seem to be logged, so the examples below are from my handwritten notes and thus not very complete (there are a lot of other error messages except these lines). It's also possible that there are some mistakes. Note that they're from different boots.
    BUG: Soft lockup - CPU#1 stuck for 23 s! [modprobe:256]
    BUG: Unable to handle kernel
    --[End ...]--
    note: udevd[225] exited with preempt_count 2
    Kernel panic - not syncing: stack-protector: Kernel stack is corrupted in: c0147299
    BUG: Unable to handle kernel paging request at f8d20076
    Code: Bad EIP value.
    EIP: ...
    CRZ: ...
    --[End ...]--
    Kernel panic - not syncing: Attempted to kill the idle task!
    Lock: Bad EIP value
    Note: modprobe [296] exited with preempt_count 3
    WARNING: at kernel/watchdog.c:240 watchdog-overflow-callback+0xac/...
    BUG: Unable to handle kernel NULL pointer dereference at 00000286
    BUG: Unable to handle kernel NULL pointer dereference at (null)
    These errors are seemingly arbitrary which makes it very hard to find the problem. Sometimes it works without a single complaint, sometimes it says something about "No caching mode page present, Assuming drive cache: write through", and sometimes I get different errors (the examples above are only from today!). As you can imagine, it gets pretty annoying.
    So far I've tried to:
    * Use the fallback mode - nope.
    * Rerun mkinitcpio -p linux - nope.
    * Append noapic and nomodeset to the kernel in GRUB - nope.
    * Install and try kernel26-lts - seems to work, although I don't understand what other differences there are (e.g., it doesn't start X). At least this seems to suggest that it's not a hardware problem.
    * Unplug all USB devices before boot - sometimes works, sometimes not. Doesn't seem to be a direct connection.
    * Remove my custom settings in /etc/modprobe.d - nope.
    * A lot of other things I've forgotten.
    Edit: I forgot to mention, once it's booted, the system works perfectly fine. No kernel panics etc. That's the second reason why I suspect it's not a hardware failure.
    I've been thinking about trying to downgrade the kernel and udev, but with the renaming and all dependencies I'm not sure how to do that.
    Since I've run out of ideas how to troubleshoot this issue, I would appreciate if I could get some suggestions here. I've search around and found similar posts but no solution that works for me.
    Finally, here are some more information.
    uname -a:
    Linux archon 3.0-ARCH #1 SMP PREEMPT Tue Aug 30 07:32:23 UTC 2011 i686 Intel(R) Pentium(R) 4 CPU 2.60GHz GenuineIntel GNU/Linux
    The packages that I upgraded with pacman -Syu that day (removed most KDE packages from the list):
    [2011-08-26 15:14] Running 'pacman-color -Syu'
    [2011-08-26 15:14] synchronizing package lists
    [2011-08-26 15:18] Running 'pacman-color -Sy pacman'
    [2011-08-26 15:18] synchronizing package lists
    [2011-08-26 15:18] upgraded linux-api-headers (2.6.38.1-1 -> 3.0.1-1)
    [2011-08-26 15:19] warning: /etc/locale.gen installed as /etc/locale.gen.pacnew
    [2011-08-26 15:19] Generating locales...
    [2011-08-26 15:19] en_US.UTF-8... done
    [2011-08-26 15:19] en_US.ISO-8859-1... done
    [2011-08-26 15:19] sv_SE.UTF-8... done
    [2011-08-26 15:19] sv_SE.ISO-8859-1... done
    [2011-08-26 15:19] Generation complete.
    [2011-08-26 15:19] upgraded glibc (2.13-5 -> 2.14-5)
    [2011-08-26 15:19] upgraded pacman (3.5.3-1 -> 3.5.4-4)
    [2011-08-26 15:27] Running 'pacman-color -Syu'
    [2011-08-26 15:27] synchronizing package lists
    [2011-08-26 15:27] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Rsn linuxwacom-bamboo-cth-ctl'
    [2011-08-26 15:29] removed linuxwacom-bamboo-cth-ctl (0.10.99.1-1)
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:29] Running 'pacman-color -Syu'
    [2011-08-26 15:29] synchronizing package lists
    [2011-08-26 15:29] starting full system upgrade
    [2011-08-26 15:53] Running 'pacman-color -Syu'
    [2011-08-26 15:53] synchronizing package lists
    [2011-08-26 15:54] starting full system upgrade
    [2011-08-26 16:03] warning: /etc/krb5.conf saved as /etc/krb5.conf.pacsave
    [2011-08-26 16:03] removed heimdal (1.3.3-4)
    [2011-08-26 16:03] removed eigen (2.0.15-1)
    [2011-08-26 16:03] removed python2-qt (4.8.3-1)
    [2011-08-26 16:03] removed kernel26 (2.6.38.5-1)
    [2011-08-26 16:04] removed kernel26-headers (2.6.38.5-1)
    [2011-08-26 16:04] removed libreoffice (3.3.2-2)
    [2011-08-26 16:04] upgraded readline (6.2.001-1 -> 6.2.001-2)
    [2011-08-26 16:04] upgraded bash (4.2.008-1 -> 4.2.010-1)
    [2011-08-26 16:04] upgraded attr (2.4.44-3 -> 2.4.46-1)
    [2011-08-26 16:04] upgraded acl (2.2.49-2 -> 2.2.51-1)
    [2011-08-26 16:04] upgraded rsync (3.0.8-1 -> 3.0.8-2)
    [2011-08-26 16:04] upgraded abs (2.4.2-1 -> 2.4.3-1)
    [2011-08-26 16:04] upgraded gcc-libs (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:04] upgraded zlib (1.2.5-3 -> 1.2.5-4)
    [2011-08-26 16:04] upgraded icu (4.6.1-1 -> 4.8.1-1)
    [2011-08-26 16:04] upgraded boost-libs (1.46.0-4 -> 1.47.0-1)
    [2011-08-26 16:04] upgraded libmysqlclient (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] upgraded mysql-clients (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] hostname and {,yp,nis}domainname has moved:
    [2011-08-26 16:04] ----------
    [2011-08-26 16:04] hostname is now in coreutils
    [2011-08-26 16:04] domainname is now in yp-tools
    [2011-08-26 16:04] their functionality might have changed slightly
    [2011-08-26 16:04]
    [2011-08-26 16:04] dnsdomainname remains in net-tools
    [2011-08-26 16:04] ----------
    [2011-08-26 16:04] upgraded net-tools (1.60-14 -> 1.60-18)
    [2011-08-26 16:04] warning: directory permissions differ on var/lib/mysql/
    filesystem: 755 package: 700
    [2011-08-26 16:04] upgraded mysql (5.5.11-1 -> 5.5.15-1)
    [2011-08-26 16:04] upgraded libpng (1.4.5-1 -> 1.4.8-1)
    [2011-08-26 16:04] upgraded sqlite3 (3.7.6.1-1 -> 3.7.7.1-1)
    [2011-08-26 16:04] upgraded run-parts (3.4.1-1 -> 3.4.4-1)
    [2011-08-26 16:04] upgraded db (5.1.25-1 -> 5.2.28-1)
    [2011-08-26 16:04] installed libgssglue (0.3-1)
    [2011-08-26 16:04] installed libtirpc (0.2.2-2)
    [2011-08-26 16:04] upgraded pam (1.1.3-1 -> 1.1.4-1)
    [2011-08-26 16:04] Fixing gshadow file ...
    [2011-08-26 16:04] upgraded shadow (4.1.4.3-1 -> 4.1.4.3-2)
    [2011-08-26 16:04] upgraded gmp (5.0.1-2 -> 5.0.2-3)
    [2011-08-26 16:04] upgraded libcap (2.20-1 -> 2.22-1)
    [2011-08-26 16:04] upgraded coreutils (8.12-1 -> 8.12-3)
    [2011-08-26 16:04] Updating certificates. This might take a while...
    [2011-08-26 16:04] upgraded ca-certificates (20090814+nmu2-1 -> 20110421-3)
    [2011-08-26 16:04] upgraded pcre (8.12-1 -> 8.13-2)
    [2011-08-26 16:04] upgraded glib2 (2.28.6-1 -> 2.28.8-1)
    [2011-08-26 16:04] upgraded iana-etc (2.30-1 -> 2.30-2)
    [2011-08-26 16:04] warning: /etc/fstab installed as /etc/fstab.pacnew
    [2011-08-26 16:04] warning: directory permissions differ on run/
    filesystem: 1777 package: 755
    [2011-08-26 16:04] upgraded filesystem (2011.04-1 -> 2011.08-1)
    [2011-08-26 16:04] upgraded dbus-core (1.4.1-1 -> 1.4.14-1)
    [2011-08-26 16:04] upgraded xproto (7.0.21-1 -> 7.0.22-1)
    [2011-08-26 16:04] upgraded libx11 (1.4.3-2 -> 1.4.4-1)
    [2011-08-26 16:05] upgraded dbus (1.4.1-1 -> 1.4.14-1)
    [2011-08-26 16:05] upgraded freetype2 (2.4.4-2 -> 2.4.6-1)
    [2011-08-26 16:05] upgraded libxfont (1.4.3-1 -> 1.4.4-1)
    [2011-08-26 16:05] upgraded util-linux (2.19-4 -> 2.19.1-3)
    [2011-08-26 16:05] upgraded module-init-tools (3.12-2 -> 3.16-1)
    [2011-08-26 16:05] ATTENTION UDEV:
    [2011-08-26 16:05] ----------
    [2011-08-26 16:05] Kernel 2.6.32 or newer is now required.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] OSS emulation modules are not loaded by default, add to rc.conf if needed.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Arch specific cd symlinks are now no longer created.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] cd and net persistent rules will no longer be autogenerated,
    [2011-08-26 16:05] see <https://wiki.archlinux.org/index.php/Udev> for details.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Errors are now logged (possibly to the console) by default.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Arch's custom blacklisting logic has been removed. MOD_AUTOLOAD and
    [2011-08-26 16:05] blacklisting in MODULES no longer works.
    [2011-08-26 16:05] See 'man modprobe.conf' for a replacement to blacklisting.
    [2011-08-26 16:05] To disable a module mod1 on the kernel command line, use
    [2011-08-26 16:05] mod1.disable=1
    [2011-08-26 16:05] or
    [2011-08-26 16:05] modprobe.blacklist=mod1
    [2011-08-26 16:05] --
    [2011-08-26 16:05] The following modules are no longer unconditionally loaded:
    [2011-08-26 16:05] pcspkr irtty-sir analog lp ppdev ide-generic
    [2011-08-26 16:05] Add them to MODULES in rc.conf if you need them.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Support for non-devtmpfs self-compiled kernels have been moved to udev-compat.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] Blacklisting of framebuffer devices has moved from /etc/modprobe.d to
    [2011-08-26 16:05] /lib/modprobe.d. Any customizations shoud be done to the file in /etc, as it
    [2011-08-26 16:05] takes precedence.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] kbd and rtc devices are no longer world readable.
    [2011-08-26 16:05] --
    [2011-08-26 16:05] rtc is no longer in the audio group and fb devices are no longer in
    [2011-08-26 16:05] the video group, as permissions and ownership of fb devices are controlled
    [2011-08-26 16:05] by X.
    [2011-08-26 16:05] ---------------
    [2011-08-26 16:05] upgraded udev (167-2 -> 173-3)
    [2011-08-26 16:05] upgraded libdrm (2.4.25-1 -> 2.4.26-1)
    [2011-08-26 16:05] upgraded pixman (0.20.2-1 -> 0.22.2-1)
    [2011-08-26 16:05] upgraded libgpg-error (1.9-3 -> 1.10-1)
    [2011-08-26 16:05] upgraded libgcrypt (1.4.6-3 -> 1.5.0-1)
    [2011-08-26 16:05] upgraded xorg-xkbcomp (1.2.1-2 -> 1.2.3-1)
    [2011-08-26 16:05] upgraded xorg-server-common (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:05] upgraded xorg-server (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:05] upgraded nvidia-173xx-utils (173.14.30-1 -> 173.14.31-1)
    [2011-08-26 16:05] upgraded libxext (1.2.0-1 -> 1.3.0-1)
    [2011-08-26 16:05] upgraded libxrandr (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:05] upgraded inputproto (2.0.1-1 -> 2.0.2-1)
    [2011-08-26 16:05] upgraded libxi (1.4.2-1 -> 1.4.3-1)
    [2011-08-26 16:05] upgraded xorg-xset (1.2.1-2 -> 1.2.2-1)
    [2011-08-26 16:05] upgraded xdg-utils (1.1.0rc1-2 -> 1.1.0rc1-3)
    [2011-08-26 16:05] upgraded qt (4.7.2-6 -> 4.7.3-3)
    [2011-08-26 16:05] installed libssh2 (1.2.9-1)
    [2011-08-26 16:05] upgraded curl (7.21.6-1 -> 7.21.7-1)
    [2011-08-26 16:05] upgraded raptor (2.0.2-1 -> 2.0.4-1)
    [2011-08-26 16:05] upgraded mpfr (3.0.1-1 -> 3.0.1.p4-2)
    [2011-08-26 16:05] upgraded rasqal (1:0.9.21-1 -> 1:0.9.27-1)
    [2011-08-26 16:05] upgraded binutils (2.21-7 -> 2.21.1-2)
    [2011-08-26 16:05] upgraded libmpc (0.9-1 -> 0.9-2)
    [2011-08-26 16:05] upgraded isl (0.06-1 -> 0.06-2)
    [2011-08-26 16:05] upgraded cloog (0.16.2-1 -> 0.16.2-2)
    [2011-08-26 16:05] upgraded ppl (0.11.2-1 -> 0.11.2-2)
    [2011-08-26 16:05] upgraded gcc (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:05] upgraded libtool (2.4-3 -> 2.4-4)
    [2011-08-26 16:05] upgraded redland (1:1.0.12-1 -> 1:1.0.14-1)
    [2011-08-26 16:05] upgraded redland-storage-virtuoso (1:1.0.12-1 -> 1:1.0.14-1)
    [2011-08-26 16:05] upgraded soprano (2.6.0-5 -> 2.7.0-1)
    [2011-08-26 16:05] upgraded akonadi (1.5.2-1 -> 1.6.0-2)
    [2011-08-26 16:05] upgraded dialog (1.1_20110302-1 -> 1.1_20110707-1)
    [2011-08-26 16:05] upgraded psmisc (22.13-1 -> 22.14-1)
    [2011-08-26 16:05] upgraded alsa-utils (1.0.24.2-1 -> 1.0.24.2-3)
    [2011-08-26 16:06] upgraded exiv2 (0.21.1-1 -> 0.21.1-2)
    [2011-08-26 16:06] upgraded strigi (git20110405-1 -> 0.7.5-4)
    [2011-08-26 16:06] upgraded xz (5.0.2-1 -> 5.0.3-1)
    [2011-08-26 16:06] upgraded libsasl (2.1.23-5 -> 2.1.23-7)
    [2011-08-26 16:06] upgraded libldap (2.4.24-1 -> 2.4.26-3)
    [2011-08-26 16:06] upgraded keyutils (1.4-1 -> 1.5.2-1)
    [2011-08-26 16:06] installed krb5 (1.9.1-3)
    [2011-08-26 16:06] upgraded shared-desktop-ontologies (0.6.0-1 -> 0.7.1-1)
    [2011-08-26 16:06] upgraded libdbusmenu-qt (0.8.2-1 -> 0.8.3-1)
    [2011-08-26 16:06] upgraded grantlee (0.1.8-1 -> 0.1.9-1)
    [2011-08-26 16:06] upgraded aspell (0.60.6-5 -> 0.60.6.1-1)
    [2011-08-26 16:06] upgraded dbus-glib (0.92-1 -> 0.94-2)
    [2011-08-26 16:06] upgraded hunspell (1.2.15-1 -> 1.3.2-1)
    [2011-08-26 16:06] upgraded enchant (1.6.0-1 -> 1.6.0-3)
    [2011-08-26 16:06] upgraded libogg (1.2.2-1 -> 1.3.0-1)
    [2011-08-26 16:06] upgraded flac (1.2.1-2 -> 1.2.1-3)
    [2011-08-26 16:06] upgraded libsndfile (1.0.24-1 -> 1.0.25-1)
    [2011-08-26 16:06] upgraded libpulse (0.9.22-2 -> 0.9.23-1)
    [2011-08-26 16:06] installed libqzeitgeist (0.7.0-1)
    [2011-08-26 16:06] upgraded pango (1.28.4-2 -> 1.28.4-3)
    [2011-08-26 16:06] upgraded gstreamer0.10 (0.10.32-1 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded gstreamer0.10-base (0.10.32-4 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded gstreamer0.10-base-plugins (0.10.32-4 -> 0.10.35-1)
    [2011-08-26 16:06] upgraded phonon-gstreamer (4.5.0-1 -> 4.5.1-1)
    [2011-08-26 16:06] upgraded sdl (1.2.14-6 -> 1.2.14-7)
    [2011-08-26 16:06] upgraded xvidcore (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:06] upgraded x264 (20110327-1 -> 20110617-1)
    [2011-08-26 16:06] upgraded libvpx (0.9.6-2 -> 0.9.7.p1-1)
    [2011-08-26 16:06] upgraded libva (1.0.12-1 -> 1.0.14-1)
    [2011-08-26 16:06] installed rtmpdump (2.4-1)
    [2011-08-26 16:06] upgraded ffmpeg (20110330-1 -> 20110724-1)
    [2011-08-26 16:06] upgraded cifs-utils (4.9-2 -> 4.9-3)
    [2011-08-26 16:06] upgraded smbclient (3.5.8-2 -> 3.6.0-4)
    [2011-08-26 16:06] upgraded mesa (7.10.2-2 -> 7.11-1)
    [2011-08-26 16:06] upgraded libsamplerate (0.1.7-1 -> 0.1.8-1)
    [2011-08-26 16:06] upgraded jack (0.120.1-1 -> 0.121.2-2)
    [2011-08-26 16:06] upgraded fluidsynth (1.1.3-2 -> 1.1.4-1)
    [2011-08-26 16:06] upgraded libass (0.9.11-1 -> 0.9.13-1)
    [2011-08-26 16:06] upgraded libproxy (0.4.6-6 -> 0.4.7-1)
    [2011-08-26 16:06] upgraded libjpeg-turbo (1.1.0-1 -> 1.1.1-3)
    [2011-08-26 16:06] upgraded v4l-utils (0.8.3-1 -> 0.8.5-1)
    [2011-08-26 16:06] upgraded taglib (1.7-1 -> 1.7-3)
    [2011-08-26 16:06] upgraded libdvbpsi (0.1.7-1 -> 0.2.0-1)
    [2011-08-26 16:06] upgraded libebml (1.2.0-1 -> 1.2.1-1)
    [2011-08-26 16:06] upgraded libmatroska (1.1.0-1 -> 1.2.0-1)
    [2011-08-26 16:06] upgraded libmodplug (0.8.8.1-1 -> 0.8.8.3-1)
    [2011-08-26 16:06] upgraded libmpeg2 (0.5.1-1 -> 0.5.1-3)
    [2011-08-26 16:06] upgraded libmtp (1.0.2-2 -> 1.1.0-1)
    [2011-08-26 16:06] installed libupnp (1.6.13-1)
    [2011-08-26 16:06] upgraded vlc (1.1.9-1 -> 1.1.11-4)
    [2011-08-26 16:06] upgraded phonon-vlc (0.4.0-1 -> 0.4.1-1)
    [2011-08-26 16:06] upgraded phonon (4.5.0-1 -> 4.5.55-1)
    [2011-08-26 16:06] upgraded upower (0.9.10-1 -> 0.9.12-1)
    [2011-08-26 16:07] upgraded device-mapper (2.02.84-1 -> 2.02.88-1)
    [2011-08-26 16:07] upgraded parted (2.3-1 -> 3.0-3)
    [2011-08-26 16:07] upgraded lvm2 (2.02.84-1 -> 2.02.88-1)
    [2011-08-26 16:07] upgraded eject (2.1.5-5 -> 2.1.5-7)
    [2011-08-26 16:07] upgraded udisks (1.0.3-2 -> 1.0.3-6)
    [2011-08-26 16:07] upgraded libxcursor (1.1.11-1 -> 1.1.12-1)
    [2011-08-26 16:07] upgraded ntrack (1:13-1 -> 1:13-2)
    [2011-08-26 16:07] upgraded libssh (0.4.8-1 -> 0.5.1-1)
    [2011-08-26 16:07] upgraded oxygen-icons (4.6.2-1 -> 4.7.0-1)
    [2011-08-26 16:07] upgraded xorg-xauth (1.0.5-2 -> 1.0.6-1)
    [2011-08-26 16:07] installed qjson (0.7.1-1)
    [2011-08-26 16:08] upgraded amarok (2.4.0-4 -> 2.4.3-1)
    [2011-08-26 16:08] upgraded apr (1.4.2-1 -> 1.4.5-1)
    [2011-08-26 16:08] upgraded apr-util (1.3.10-2 -> 1.3.12-2)
    [2011-08-26 16:08] upgraded atk (2.0.0-1 -> 2.0.1-1)
    [2011-08-26 16:08] upgraded avahi (0.6.30-2 -> 0.6.30-4)
    [2011-08-26 16:08] installed eigen2 (2.0.16-1)
    [2011-08-26 16:08] upgraded libffi (3.0.9-1 -> 3.0.10-1)
    [2011-08-26 16:08] upgraded python (3.2-2 -> 3.2.1-1)
    [2011-08-26 16:08] installed sip (4.12.4-1)
    [2011-08-26 16:08] installed pyqt (4.8.5-1)
    [2011-08-26 16:08] upgraded python2 (2.7.1-9 -> 2.7.2-2)
    [2011-08-26 16:08] upgraded python2-sip (4.12.1-1 -> 4.12.4-1)
    [2011-08-26 16:08] upgraded dbus-python (0.83.1-2 -> 0.84.0-1)
    [2011-08-26 16:08] installed python2-pyqt (4.8.5-1)
    [2011-08-26 16:08] upgraded glew (1.5.8-1 -> 1.6.0-1)
    [2011-08-26 16:08] upgraded blas (3.3.0-2 -> 3.3.1-2)
    [2011-08-26 16:08] upgraded lapack (3.3.0-2 -> 3.3.1-2)
    [2011-08-26 16:08] upgraded python2-numpy (1.5.1-2 -> 1.6.0-1)
    [2011-08-26 16:08] upgraded avogadro (1.0.3-1 -> 1.0.3-3)
    [2011-08-26 16:08] upgraded bison (2.4.3-1 -> 2.5-1)
    [2011-08-26 16:08] upgraded bluez (4.93-1 -> 4.96-1)
    [2011-08-26 16:08] upgraded boost (1.46.0-4 -> 1.47.0-1)
    [2011-08-26 16:08] upgraded cabextract (1.3-1 -> 1.4-1)
    [2011-08-26 16:08] upgraded libsigc++ (2.2.9-1 -> 2.2.10-1)
    [2011-08-26 16:08] upgraded cairomm (1.9.8-1 -> 1.10.0-1)
    [2011-08-26 16:08] upgraded chmlib (0.40-1 -> 0.40-2)
    [2011-08-26 16:08] installed nettle (2.2-1)
    [2011-08-26 16:08] upgraded gnutls (2.12.3-1 -> 3.0.1-1)
    [2011-08-26 16:08] upgraded libcups (1.4.6-1 -> 1.4.8-2)
    [2011-08-26 16:08] upgraded gdk-pixbuf2 (2.23.3-1 -> 2.23.5-1)
    [2011-08-26 16:08] upgraded gtk-update-icon-cache (2.24.4-1 -> 2.24.5-3)
    [2011-08-26 16:08] upgraded gtk2 (2.24.4-1 -> 2.24.5-3)
    [2011-08-26 16:09] upgraded nspr (4.8.7-1 -> 4.8.9-1)
    [2011-08-26 16:09] upgraded nss (3.12.9-1 -> 3.12.11-1)
    [2011-08-26 16:09] upgraded libevent (2.0.10-1 -> 2.0.12-1)
    [2011-08-26 16:09] upgraded xorg-mkfontscale (1.0.8-1 -> 1.0.9-1)
    [2011-08-26 16:10] upgraded ttf-dejavu (2.32-2 -> 2.33-1)
    [2011-08-26 16:10] upgraded chromium (11.0.696.57-1 -> 13.0.782.215-1)
    [2011-08-26 16:10] upgraded cln (1.3.1-1 -> 1.3.2-1)
    [2011-08-26 16:10] upgraded clucene (0.9.21b-1 -> 2.3.3.4-1)
    [2011-08-26 16:11] upgraded cmake (2.8.4-1 -> 2.8.5-1)
    [2011-08-26 16:11] upgraded consolekit (0.4.4-1 -> 0.4.5-1)
    [2011-08-26 16:11] upgraded cryptsetup (1.2.0-1 -> 1.3.1-2)
    [2011-08-26 16:11] upgraded poppler (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:11] daemon script has been renamed to /etc/rc.d/cupsd
    [2011-08-26 16:11] change your entry in /etc/rc.conf
    [2011-08-26 16:11] upgraded cups (1.4.6-1 -> 1.4.8-2)
    [2011-08-26 16:11] upgraded cvs (1.11.23-6 -> 1.11.23-7)
    [2011-08-26 16:11] upgraded dash (0.5.6.1-2 -> 0.5.7-2)
    [2011-08-26 16:11] upgraded dconf (0.7.3-2 -> 0.8.0-1)
    [2011-08-26 16:11] upgraded dcron (4.4-2 -> 4.5-2)
    [2011-08-26 16:11] upgraded diffutils (3.0-2 -> 3.1-1)
    [2011-08-26 16:11] upgraded libksba (1.0.8-1 -> 1.2.0-1)
    [2011-08-26 16:11] upgraded libassuan (2.0.1-1 -> 2.0.2-1)
    [2011-08-26 16:11] upgraded dirmngr (1.1.0-1 -> 1.1.0-3)
    [2011-08-26 16:11] upgraded dri2proto (2.3-1 -> 2.6-1)
    [2011-08-26 16:11] upgraded fakeroot (1.15.1-1 -> 1.17-1)
    [2011-08-26 16:11] upgraded file (5.06-1 -> 5.08-1)
    [2011-08-26 16:11] upgraded startup-notification (0.10-2 -> 0.12-1)
    [2011-08-26 16:11] upgraded mime-types (1.0-3 -> 8-1)
    [2011-08-26 16:11] upgraded libnotify (0.7.2-1 -> 0.7.3-1)
    [2011-08-26 16:11] upgraded firefox (4.0.1-1 -> 6.0-1)
    [2011-08-26 16:11] upgraded flashplugin (10.2.159.1-2 -> 10.3.183.7-1)
    [2011-08-26 16:11] - The directories /usr/lib/perl5/current, /usr/lib/perl5/site_perl/current,
    [2011-08-26 16:11] /usr/lib/perl5/site_perl/5.10.1, and /usr/share/perl5/site_perl/5.10.1
    [2011-08-26 16:11] have been removed from @INC.
    [2011-08-26 16:11] - The script/binary directories are now /usr/bin/*_perl instead of
    [2011-08-26 16:11] /usr/lib/perl5/*_perl/bin which will be eventually removed.
    [2011-08-26 16:11] upgraded perl (5.12.3-1 -> 5.14.1-3)
    [2011-08-26 16:11] upgraded foomatic-db (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded foomatic-filters (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded foomatic-db-engine (4.0.6_20101215-1 -> 1:4.0.7_20110707-1)
    [2011-08-26 16:11] upgraded fortune-mod (1.99.1-4 -> 1.99.1-5)
    [2011-08-26 16:12] upgraded fpc (2.4.2-1 -> 2.4.4-3)
    [2011-08-26 16:12] upgraded gawk (3.1.8-2 -> 4.0.0-1)
    [2011-08-26 16:12] upgraded gc (7.1-1 -> 7.1-3)
    [2011-08-26 16:12] upgraded gcc-fortran (4.6.0-4 -> 4.6.1-3)
    [2011-08-26 16:12] upgraded gdb (7.2-2 -> 7.3-2)
    [2011-08-26 16:12] upgraded libftdi (0.18-2 -> 0.19-1)
    [2011-08-26 16:12] upgraded lirc-utils (1:0.9.0-2 -> 1:0.9.0-6)
    [2011-08-26 16:12] installed mpg123 (1.13.3-2)
    [2011-08-26 16:12] upgraded mplayer (33159-1 -> 34007-1)
    [2011-08-26 16:12] upgraded gnome-mplayer (1.0.3-1 -> 1.0.4-1)
    [2011-08-26 16:12] upgraded gecko-mediaplayer (1.0.3-1 -> 1.0.4-1)
    [2011-08-26 16:12] upgraded libggz (0.0.14.1-1 -> 0.0.14.1-2)
    [2011-08-26 16:12] upgraded ggz-client-libs (0.0.14.1-1 -> 0.0.14.1-2)
    [2011-08-26 16:12] upgraded ghostscript (9.02-1 -> 9.04-5)
    [2011-08-26 16:12] upgraded pygobject-devel (2.28.4-1 -> 2.28.6-1)
    [2011-08-26 16:12] upgraded pygobject (2.28.4-1 -> 2.28.6-1)
    [2011-08-26 16:12] upgraded pygtk (2.24.0-1 -> 2.24.0-2)
    [2011-08-26 16:12] upgraded gimp (2.6.11-5 -> 2.6.11-6)
    [2011-08-26 16:12] upgraded git (1.7.5-1 -> 1.7.6.1-1)
    [2011-08-26 16:12] upgraded glibmm (2.28.0-1 -> 2.28.2-1)
    [2011-08-26 16:12] upgraded glib-networking (2.28.6.1-2 -> 2.28.7-4)
    [2011-08-26 16:12] upgraded glproto (1.4.12-1 -> 1.4.14-1)
    [2011-08-26 16:12] upgraded gnugo (3.8-1 -> 3.8-2)
    [2011-08-26 16:12] upgraded gnupg (1.4.11-2 -> 1.4.11-3)
    [2011-08-26 16:12] upgraded pinentry (0.8.1-1 -> 0.8.1-3)
    [2011-08-26 16:12] upgraded gnupg2 (2.0.17-1 -> 2.0.18-1)
    [2011-08-26 16:12] upgraded wxgtk (2.8.12-1 -> 2.8.12.1-1)
    [2011-08-26 16:12] ==> To add the gnuplot mode in Emacs, add the content of /usr/share/emacs/site-lisp/dotemacs to your ~/.emacs file.
    [2011-08-26 16:12] Updating TeX tree...
    [2011-08-26 16:12] mktexlsr: Updating /etc/texmf/ls-R...
    [2011-08-26 16:12] mktexlsr: Updating /usr/share/texmf/ls-R...
    [2011-08-26 16:12] mktexlsr: Updating /usr/share/texmf-dist/ls-R...
    [2011-08-26 16:13] mktexlsr: Updating /var/lib/texmf/ls-R...
    [2011-08-26 16:13] mktexlsr: Done.
    [2011-08-26 16:13] upgraded gnuplot (4.4.2-2 -> 4.4.3-1)
    [2011-08-26 16:13] upgraded gtkmm (2.24.0-1 -> 2.24.2-1)
    [2011-08-26 16:13] upgraded gparted (0.8.0-2 -> 0.9.0-3)
    [2011-08-26 16:13] upgraded gpgme (1.3.0-1 -> 1.3.1-1)
    [2011-08-26 16:13] upgraded gpsd (2.96-1 -> 3.0-3)
    [2011-08-26 16:13] upgraded graphicsmagick (1.3.12-1 -> 1.3.12-2)
    [2011-08-26 16:13] upgraded grep (2.7-1 -> 2.9-1)
    [2011-08-26 16:13] warning: /boot/grub/menu.lst installed as /boot/grub/menu.lst.pacnew
    [2011-08-26 16:13] upgraded grub (0.97-17 -> 0.97-20)
    [2011-08-26 16:13] upgraded gsl (1.14-1 -> 1.15-1)
    [2011-08-26 16:13] upgraded vim-runtime (7.3.138-1 -> 7.3.266-1)
    [2011-08-26 16:13] upgraded ruby (1.9.2_p180-1 -> 1.9.2_p290-1)
    [2011-08-26 16:13] Updating desktop and mime database...done.
    [2011-08-26 16:13] upgraded gvim (7.3.138-1 -> 7.3.266-1)
    [2011-08-26 16:13] upgraded hdf5 (1.8.6-1 -> 1.8.7-1)
    [2011-08-26 16:13] upgraded heirloom-mailx (12.5-1 -> 12.5-2)
    [2011-08-26 16:13] upgraded htop (0.9-1 -> 0.9-2)
    [2011-08-26 16:13] installed lcms2 (2.2-1)
    [2011-08-26 16:13] upgraded imagemagick (6.6.9.4-1 -> 6.7.1.6-1)
    [2011-08-26 16:13] installed iproute2 (2.6.39-1)
    [2011-08-26 16:13] upgraded kbd (1.15.2-1 -> 1.15.3-1)
    [2011-08-26 16:13] warning: /etc/inittab installed as /etc/inittab.pacnew
    [2011-08-26 16:13] warning: /etc/rc.conf installed as /etc/rc.conf.pacnew
    [2011-08-26 16:13] Blacklisting of modules is no longer supported in rc.conf,
    [2011-08-26 16:13] please add blacklist entries to /etc/modprobe.d/ instead.
    [2011-08-26 16:13] VERBOSE= in rc.conf no longer has any effect.
    [2011-08-26 16:13] Please append 'quiet' to your kernel command line.
    [2011-08-26 16:13] upgraded initscripts (2011.04.1-2 -> 2011.07.3-1)
    [2011-08-26 16:13] upgraded poppler-glib (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:13] upgraded inkscape (0.48.1-2 -> 0.48.2-1)
    [2011-08-26 16:13] upgraded irssi (0.8.15-4 -> 0.8.15-5)
    [2011-08-26 16:13] upgraded jfsutils (1.1.14-2 -> 1.1.15-2)
    [2011-08-26 16:14] upgraded jre (6u25-1 -> 7-3)
    [2011-08-26 16:14] upgraded libdmtx (0.7.2-2 -> 0.7.4-1)
    [2011-08-26 16:14] installed qrencode (3.1.1-2)
    [2011-08-26 16:14] installed prison (1.0-1)
    [2011-08-26 16:14] upgraded libedit (20110227_3.0-1 -> 20110802_3.0-1)
    [2011-08-26 16:14] upgraded openssh (5.8p2-1 -> 5.8p2-9)
    [2011-08-26 16:14] upgraded lm_sensors (3.3.0-1 -> 3.3.1-2)
    [2011-08-26 16:14] upgraded xorg-xprop (1.2.0-2 -> 1.2.1-1)
    [2011-08-26 16:14] warning: /usr/share/config/kdm/kdmrc installed as /usr/share/config/kdm/kdmrc.pacnew
    [2011-08-26 16:14] installed libkexiv2 (4.7.0-2)
    [2011-08-26 16:15] upgraded qscintilla (2.5.1-1 -> 2.5.1-2)
    [2011-08-26 16:15] installed ocaml (3.12.1-1)
    [2011-08-26 16:15] installed libkipi (4.7.0-2)
    [2011-08-26 16:16] upgraded sane (1.0.22-1 -> 1.0.22-2)
    [2011-08-26 16:16] installed libksane (4.7.0-2)
    [2011-08-26 16:16] installed libkdcraw (4.7.0-2)
    [2011-08-26 16:16] upgraded poppler-qt (0.16.4-1 -> 0.16.7-1)
    [2011-08-26 16:16] upgraded libidn (1.21-1 -> 1.22-1)
    [2011-08-26 16:16] upgraded qt3 (3.3.8-19 -> 3.3.8-20)
    [2011-08-26 16:16] upgraded libktorrent (1.1.1-1 -> 1.1.2-1)
    [2011-08-26 16:16] installed libmms (0.6.2-1)
    [2011-08-26 16:16] upgraded libgadu (1.10.1-1 -> 1.11.0-1)
    [2011-08-26 16:16] installed ortp (0.16.5-1)
    [2011-08-26 16:16] installed mediastreamer (2.7.3-3)
    [2011-08-26 16:17] upgraded qwt (5.2.1-1 -> 6.0.0-1)
    [2011-08-26 16:17] upgraded neon (0.29.3-2 -> 0.29.6-2)
    [2011-08-26 16:17] upgraded subversion (1.6.15-1 -> 1.6.17-6)
    [2011-08-26 16:17] upgraded linux-firmware (20110227-1 -> 20110727-1)
    [2011-08-26 16:17] upgraded mkinitcpio-busybox (1.18.2-1 -> 1.18.5-1)
    [2011-08-26 16:17] upgraded mkinitcpio (0.6.11-1 -> 0.7.2-1)
    [2011-08-26 16:18] >>> Updating module dependencies. Please wait ...
    [2011-08-26 16:18] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-08-26 16:18] ==> Building image from preset: 'default'
    [2011-08-26 16:18] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2011-08-26 16:18] ==> Starting build: 3.0-ARCH
    [2011-08-26 16:18] -> Parsing hook: [base]
    [2011-08-26 16:18] -> Parsing hook: [udev]
    [2011-08-26 16:18] -> Parsing hook: [autodetect]
    [2011-08-26 16:18] -> Parsing hook: [pata]
    [2011-08-26 16:18] -> Parsing hook: [scsi]
    [2011-08-26 16:18] -> Parsing hook: [sata]
    [2011-08-26 16:18] -> Parsing hook: [filesystems]
    [2011-08-26 16:18] -> Parsing hook: [usbinput]
    [2011-08-26 16:18] ==> Generating module dependencies
    [2011-08-26 16:18] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2011-08-26 16:18] 7278 blocks
    [2011-08-26 16:18] ==> Image generation successful
    [2011-08-26 16:18] ==> Building image from preset: 'fallback'
    [2011-08-26 16:18] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2011-08-26 16:18] ==> Starting build: 3.0-ARCH
    [2011-08-26 16:18] -> Parsing hook: [base]
    [2011-08-26 16:18] -> Parsing hook: [udev]
    [2011-08-26 16:18] -> Parsing hook: [pata]
    [2011-08-26 16:18] -> Parsing hook: [scsi]
    [2011-08-26 16:18] -> Parsing hook: [sata]
    [2011-08-26 16:18] -> Parsing hook: [filesystems]
    [2011-08-26 16:18] -> Parsing hook: [usbinput]
    [2011-08-26 16:18] ==> Generating module dependencies
    [2011-08-26 16:18] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2011-08-26 16:18] 23389 blocks
    [2011-08-26 16:18] ==> Image generation successful
    [2011-08-26 16:18] installed linux (3.0.3-1)
    [2011-08-26 16:18] installed linux-headers (3.0.3-1)
    [2011-08-26 16:18] upgraded koffice-servicetypes (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-libs (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-templates (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:18] upgraded koffice-plugins (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:19] upgraded koffice-krita (2.3.3-3 -> 2.3.3-5)
    [2011-08-26 16:19] upgraded ktorrent (4.1.1-1 -> 4.1.2-1)
    [2011-08-26 16:19] upgraded kwebkitpart (1.1-1 -> 1.1.1-1)
    [2011-08-26 16:19] upgraded less (443-1 -> 444-1)
    [2011-08-26 16:19] upgraded usbmuxd (1.0.6-2 -> 1.0.7-2)
    [2011-08-26 16:19] upgraded libimobiledevice (1.1.0-1 -> 1.1.1-2)
    [2011-08-26 16:19] upgraded libgpod (0.8.0-2 -> 0.8.2-2)
    [2011-08-26 16:19] upgraded libgsf (1.14.20-1 -> 1.14.21-1)
    [2011-08-26 16:19] upgraded liblqr (0.4.1-1 -> 0.4.1-2)
    [2011-08-26 16:19] installed libreoffice-en-US (3.4.2-2)
    [2011-08-26 16:19] installed libtextcat (2.2-8)
    [2011-08-26 16:19] * see https://wiki.archlinux.org/index.php/LibreOffice
    [2011-08-26 16:19] -------------------------------------------------------------------
    [2011-08-26 16:19] LibreOffice has been split into several packages:
    [2011-08-26 16:19] - libreoffice-common
    [2011-08-26 16:19] - libreoffice-{base,calc,draw,impress,math,writer} - frontend applications
    [2011-08-26 16:19] - libreoffice-{gnome,kde4} - desktop integration plugins
    [2011-08-26 16:19] - libreoffice-{sdk,sdk-doc} - add-on and doc for programming using
    [2011-08-26 16:19]  the LibreOffice APIs and for creating
    [2011-08-26 16:19] extensions (UNO components).
    [2011-08-26 16:19] -------------------------------------------------------------------
    [2011-08-26 16:19] * you need to install at least one libreoffice-langpack
    [2011-08-26 16:19] * you may want to pacman -Ss libreoffice-extensions
    [2011-08-26 16:19] to see what additional extensions are prepared to install
    [2011-08-26 16:19] * it's recommended to install {hunspell,mythes,hyphen}-xx pkg
    [2011-08-26 16:19] for spell checking
    [2011-08-26 16:19] * make sure you have installed some ttf font (ttf-dejavu recommended)
    [2011-08-26 16:19] installed libreoffice-common (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-base (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-calc (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-draw (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-impress (3.4.2-2)
    [2011-08-26 16:19] installed libreoffice-math (3.4.2-2)
    [2011-08-26 16:19] upgraded libwpd (0.9.1-1 -> 0.9.2-1)
    [2011-08-26 16:19] installed libwps (0.2.2-1)
    [2011-08-26 16:19] installed libreoffice-writer (3.4.2-2)
    [2011-08-26 16:19] upgraded libreoffice-extension-ct2n (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] The jdk package is licensed software.
    [2011-08-26 16:20] You MUST read and agree to the license stored in
    [2011-08-26 16:20] /usr/share/licenses/jdk/LICENSE before using it.
    [2011-08-26 16:20] Please relogin to include jdk in your PATH
    [2011-08-26 16:20] installed jdk (7-3)
    [2011-08-26 16:20] upgraded libreoffice-extension-diagram (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-hunart (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-nlpsolver (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-numbertext (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-oooblogger (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-pdfimport (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-presentation-minimizer (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-presenter-screen (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-report-builder (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-typo (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-watch-window (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libreoffice-extension-wiki-publisher (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded make (3.81-5 -> 3.82-3)
    [2011-08-26 16:20] upgraded libreoffice-sdk (3.3.2-2 -> 3.4.2-2)
    [2011-08-26 16:20] upgraded libsoup (2.34.1-1 -> 2.34.3-1)
    [2011-08-26 16:20] upgraded libwebkit (1.4.0-1 -> 1.4.2-1)
    [2011-08-26 16:20] upgraded links (2.3pre1-1 -> 2.3-1)
    [2011-08-26 16:20] upgraded logrotate (3.7.9-1 -> 3.8.0-1)
    [2011-08-26 16:20] upgraded luasocket (2.0.2-4 -> 2.0.2-5)
    [2011-08-26 16:20] upgraded lzo2 (2.04-1 -> 2.05-1)
    [2011-08-26 16:20] upgraded man-db (2.6.0.2-1 -> 2.6.0.2-2)
    [2011-08-26 16:20] upgraded mdadm (3.2.1-3 -> 3.2.2-3)
    [2011-08-26 16:20] upgraded mercurial (1.8.3-1 -> 1.9.1-1)
    [2011-08-26 16:21] ERROR: Module nvidia is in use
    [2011-08-26 16:21] In order to use the new nvidia module, exit Xserver and unload it manually.
    [2011-08-26 16:21] upgraded nvidia-173xx (173.14.30-1 -> 173.14.31-2)
    [2011-08-26 16:21] upgraded octave (3.4.0-2 -> 3.4.2-2)
    [2011-08-26 16:21] upgraded openal (1.13-1 -> 1.13-2)
    [2011-08-26 16:21] upgraded openbox (3.4.11.2-2 -> 3.5.0-3)
    [2011-08-26 16:21] upgraded xine-lib (1.1.19-2 -> 1.1.19-3)
    [2011-08-26 16:21] ==> Documentation and samples are in separate packages:
    [2011-08-26 16:21]
    [2011-08-26 16:21] * opencv-docs
    [2011-08-26 16:21] * opencv-samples
    [2011-08-26 16:21] upgraded opencv (2.2.0-5 -> 2.3.0-1)
    [2011-08-26 16:21] upgraded oxygen-gtk (1.0.4-1 -> 1.1.2-1)
    [2011-08-26 16:22] upgraded oxygen-icons-svg (4.6.2-1 -> 4.7.0-1)
    [2011-08-26 16:22] upgraded p7zip (9.20.1-1 -> 9.20.1-4)
    [2011-08-26 16:22] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2011-08-26 16:22] upgraded pacman-mirrorlist (20110324-1 -> 20110816-1)
    [2011-08-26 16:22] upgraded pcmciautils (017-2 -> 018-1)
    [2011-08-26 16:22] upgraded perl-text-iconv (1.7-5 -> 1.7-6)
    [2011-08-26 16:22] upgraded perl-xml-parser (2.40-2 -> 2.41-1)
    [2011-08-26 16:22] upgraded pkg-config (0.25-3 -> 0.26-1)
    [2011-08-26 16:22] upgraded postgresql-libs (9.0.4-3 -> 9.0.4-4)
    [2011-08-26 16:22] upgraded procps (3.2.8-3 -> 3.2.8-4)
    [2011-08-26 16:22] upgraded python2-distribute (0.6.16-1 -> 0.6.19-1)
    [2011-08-26 16:22] upgraded qtcurve-gtk2 (1.8.8-1 -> 1.8.9-1)
    [2011-08-26 16:22] upgraded qtcurve-kde4 (1.8.7-1 -> 1.8.8-1)
    [2011-08-26 16:24] upgraded qt-doc (4.7.2-1 -> 4.7.3-1)
    [2011-08-26 16:24] >>> The kernel-mode plugin has a new place.
    [2011-08-26 16:24] >>> It's now located under /usr/lib/rp-pppoe/rp-pppoe.so
    [2011-08-26 16:24] >>> Change LINUX_PLUGIN to the new path in your /etc/ppp/pppoe.conf
    [2011-08-26 16:24] upgraded rp-pppoe (3.10-6 -> 3.10-7)
    [2011-08-26 16:24] upgraded rrdtool (1.4.5-1 -> 1.4.5-4)
    [2011-08-26 16:24] updating gtk.immodules... done.
    [2011-08-26 16:24] upgraded scim (1.4.9-2 -> 1.4.11-1)
    [2011-08-26 16:24] upgraded screen (4.0.3-11 -> 4.0.3-12)
    [2011-08-26 16:24] upgraded skype (2.2.0.25-1 -> 2.2.0.35-1)
    [2011-08-26 16:24] upgraded soundtouch (1.5.0-1 -> 1.6.0-1)
    [2011-08-26 16:24] upgraded sudo (1.8.1.p1-1 -> 1.8.2-1)
    [2011-08-26 16:24] upgraded syslog-ng (3.2.2-2 -> 3.2.4-3)
    [2011-08-26 16:25] upgraded tcl (8.5.9-1 -> 8.5.10-1)
    [2011-08-26 16:26] Updating font cache... done.
    [2011-08-26 16:26] Note: terminus-font is in /usr/share/fonts/local/
    [2011-08-26 16:26] upgraded terminus-font (4.32-1 -> 4.36-1)
    [2011-08-26 16:26] upgraded tk (8.5.9-1 -> 8.5.10-1)
    [2011-08-26 16:27] Updating font cache... done.
    [2011-08-26 16:27] upgraded ttf-liberation (1.06.0.20100721-1 -> 1.07.0-1)
    [2011-08-26 16:27] upgraded tzdata (2011g-1 -> 2011h-1)
    [2011-08-26 16:27] upgraded usbutils (002-2 -> 004-1)
    [2011-08-26 16:27] upgraded vi (050325-4 -> 1:050325-1)
    [2011-08-26 16:27] Updating vim help tags...done.
    [2011-08-26 16:27] upgraded vim-supertab (1.5-1 -> 1.6-1)
    [2011-08-26 16:27] Updating vim help tags...done.
    [2011-08-26 16:27] upgraded vim-vcscommand (1.99.42-1 -> 1.99.43-1)
    [2011-08-26 16:27] upgraded wget (1.12-5 -> 1.13.1-1)
    [2011-08-26 16:27] upgraded wine (1.3.19-2 -> 1.3.26-1)
    [2011-08-26 16:27] upgraded winetricks (20110429-1 -> 20110629-1)
    [2011-08-26 16:27] upgraded xcursor-themes (1.0.2-1 -> 1.0.3-1)
    [2011-08-26 16:27] upgraded xorg-iceauth (1.0.4-2 -> 1.0.5-1)
    [2011-08-26 16:27] upgraded xorg-util-macros (1.13.0-1 -> 1.15.0-1)
    [2011-08-26 16:27] upgraded xorg-server-devel (1.10.1-1 -> 1.10.3.901-1)
    [2011-08-26 16:27] upgraded xorg-twm (1.0.6-2 -> 1.0.7-1)
    [2011-08-26 16:27] upgraded xorg-x11perf (1.5.3-2 -> 1.5.4-1)
    [2011-08-26 16:27] upgraded xorg-xlsclients (1.1.1-2 -> 1.1.2-1)
    [2011-08-26 16:28] upgraded xorg-xrandr (1.3.4-2 -> 1.3.5-1)
    [2011-08-26 16:28] upgraded xorg-xwininfo (1.1.1-2 -> 1.1.2-1)
    [2011-08-26 16:28] upgraded xpdf (3.02_pl6-1 -> 3.03-1)
    [2011-08-26 16:28] upgraded xscreensaver (5.12-2 -> 5.14-1)
    [2011-08-26 16:28] upgraded xterm (269-1 -> 271-1)
    [2011-08-26 16:28] upgraded xulrunner (2.0.1-1 -> 6.0-2)
    [2011-08-26 16:28] upgraded zsnes (1.51-7 -> 1.51-9)
    /etc/rc.conf without any comments:
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Stockholm"
    KEYMAP="se-lat6"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    MODULES=()
    UDEV_TIMEOUT=30
    USEDMRAID="no"
    USEBTRFS="no"
    USELVM="no"
    HOSTNAME="archon"
    interface=eth0
    address=
    netmask=
    broadcast=
    gateway=
    NETWORK_PERSIST="no"
    DAEMONS=(syslog-ng @network dbus preload !netfs @crond @cups @sshd @startntpd)
    /etc/mkinitcpio.conf without any comments:
    MODULES=""
    BINARIES=""
    FILES=""
    HOOKS="base udev autodetect pata scsi sata filesystems"
    Please let me know if you need to know anything else.
    Last edited by Mogger (2012-03-30 23:33:38)

    I've temporarily fixed the problem by doing the following:
    removed cryptsetup (1.3.1-2)
    removed lvm2 (2.02.88-1)
    removed mdadm (3.2.2-4)
    removed linux (3.0.6-2)
    upgraded mkinitcpio-busybox (1.18.5-1 -> 1.18.2-1)
    installed gen-init-cpio (2.6.36-1)
    upgraded udev (173-3 -> 167-2)
    upgraded mkinitcpio (0.7.3-1 -> 0.6.11-1)
    installed kernel26 (2.6.38.5-1)
    upgraded nvidia-173xx-utils (173.14.31-1 -> 173.14.30-1)
    upgraded nvidia-173xx (173.14.31-2 -> 173.14.30-1)
    upgraded initscripts (2011.07.3-1 -> 2011.04.1-2)
    upgraded net-tools (1.60.20110819cvs-1 -> 1.60-18)
    I also restored my old /etc/mkinitcpio.conf, /etc/inittab and /etc/rc.conf.
    I'm still interested in a solution to the original problem. Is it a problem with my configuration, the new kernel, the udev version or something else?
    The difference in inittab is just a -s option and the mkinitcpio.conf files are the same except for some comments. rc.conf has the biggest changes and is now (removed comments):
    LOCALE="en_US.UTF-8"
    DAEMON_LOCALE="no"
    HARDWARECLOCK="UTC"
    TIMEZONE="Europe/Stockholm"
    KEYMAP="se-lat6"
    CONSOLEFONT=
    CONSOLEMAP=
    USECOLOR="yes"
    VERBOSE="3"
    MOD_AUTOLOAD="yes"
    MODULES=(!usblp !pcspkr)
    UDEV_TIMEOUT=30
    USEDMRAID="no"
    USEBTRFS="no"
    USELVM="no"
    HOSTNAME="archon"
    eth0="dhcp"
    INTERFACES=(eth0)
    ROUTES=(!gateway)
    NETWORK_PERSIST="no"
    DAEMONS=(syslog-ng @network dbus preload !netfs !wicd @crond @cups @sshd @startntpd)
    Last edited by Mogger (2011-10-11 14:04:20)

  • Error when running workflow inititiation program

    Hi,
    I get the following error when I try to run my java application which initiates
    a BPM workflow.
    <Nov 28, 2001 3:21:32 PM PST> <Error> <B2B> <<WLC-WLPI-Plugin> ERROR: WLC-WLPI
    p
    lugin must be initialized before creating workflow instances>
    Exception occured: com.bea.b2b.wlpi.WLPIException: ERROR: WLC-WLPI plugin must
    be initialized before creating workflow instances
    I could not find any documentation on how to perform this step. Can anyone please
    help. I have also attached this program.
    --Krish.
    [PIP3A2_Customer_RN2.java]

    Yes the B2B server is started and running. I see these two final messages which
    I believe is the indication that the server is up and running.
    Initialized WebLogic Integration Plugin Framework version 2.1
    Started WebLogic Integration - BPM Server version 2.1
    --Krish.
    "Adrian Price" <[email protected]> wrote:
    Are you sure the server has finished starting up? You should see a console
    message about WebLogic Integration 2.1 started when it is ready to service
    client requests.
    "Krish Khambadkone" <[email protected]> wrote in message
    news:3c057360$[email protected]..
    Hi,
    I get the following error when I try to run my java application whichinitiates
    a BPM workflow.
    <Nov 28, 2001 3:21:32 PM PST> <Error> <B2B> <<WLC-WLPI-Plugin> ERROR:WLC-WLPI
    p
    lugin must be initialized before creating workflow instances>
    Exception occured: com.bea.b2b.wlpi.WLPIException: ERROR: WLC-WLPIplugin
    must
    be initialized before creating workflow instances
    I could not find any documentation on how to perform this step. Cananyone
    please
    help. I have also attached this program.
    --Krish.

  • Getting the below error when running the Baseline.grf for the first time

    I am getting the below error when running the Baseline.grf for the first time.
    Appreciate your support in resolving it.
    Error below:
    INFO [main] - *** CloverETL framework/transformation graph, (c) 2002-2012 Javlin a.s, released under GNU Lesser General Public License ***
    INFO [main] - Running with CloverETL library version 3.2.1 build#63 compiled 04/01/2012 12:53:21
    INFO [main] - Running on 4 CPU(s), OS Windows 7, architecture amd64, Java version 1.6.0_20, max available memory for JVM 901120 KB
    INFO [main] - Loading default properties from: defaultProperties
    INFO [main] - Graph definition file: graph/Baseline.grf
    INFO [main] - Graph revision: 1.114 Modified by: mkressirer Modified: Thu Apr 12 13:27:18 EDT 2012
    INFO [main] - Checking graph configuration...
    INFO [main] - Graph configuration is valid.
    INFO [main] - Graph initialization (Baseline)
    INFO [main] - [Clover] Initializing phase: 0
    INFO [main] - [Clover] phase: 0 initialized successfully.
    INFO [main] - register MBean with name:org.jetel.graph.runtime:type=CLOVERJMX_1306871483270_0
    INFO [WatchDog] - Starting up all nodes in phase [0]
    INFO [WatchDog] - Successfully started all nodes in phase!
    INFO [RUN_GRAPH1_0] - Running graph ./graph/InitDataStore.grf in the same instance.
    INFO [RUN_GRAPH1_0] - Checking graph configuration...
    INFO [RUN_GRAPH1_0] - Graph configuration is valid.
    INFO [RUN_GRAPH1_0] - Graph initialization (InitDataStore)
    INFO [RUN_GRAPH1_0] - [Clover] Initializing phase: 0
    WARN [RUN_GRAPH1_0] - WS messenger cleanup failed.
    java.lang.NullPointerException
         at org.apache.axis2.client.Stub.cleanup(Stub.java:134)
         at com.opensys.cloveretl.component.WebServiceClient.free(Unknown Source)
         at org.jetel.graph.Phase.free(Phase.java:487)
         at org.jetel.graph.TransformationGraph.freeResources(TransformationGraph.java:681)
         at org.jetel.graph.TransformationGraph.free(TransformationGraph.java:955)
         at org.jetel.graph.runtime.PrimitiveAuthorityProxy.executeGraph(PrimitiveAuthorityProxy.java:149)
         at org.jetel.component.RunGraph.runGraphThisInstance(RunGraph.java:511)
         at org.jetel.component.RunGraph.runSingleGraph(RunGraph.java:409)
         at org.jetel.component.RunGraph.execute(RunGraph.java:302)
         at org.jetel.graph.Node.run(Node.java:414)
         at java.lang.Thread.run(Thread.java:619)
    WARN [RUN_GRAPH1_0] - Some graphs wasn't executed (because graph "./graph/InitDataStore.grf" finished with error).
    WARN [RUN_GRAPH1_0] - Some graph(s) finished with error.
    ERROR [WatchDog] - Graph execution finished with error
    ERROR [WatchDog] - Node RUN_GRAPH1 finished with status: ERROR caused by: Graph './graph/InitDataStore.grf' failed!
    ERROR [WatchDog] - Node RUN_GRAPH1 error details:
    org.jetel.exception.JetelException: Graph './graph/InitDataStore.grf' failed!
         at org.jetel.component.RunGraph.execute(RunGraph.java:324)
         at org.jetel.graph.Node.run(Node.java:414)
         at java.lang.Thread.run(Thread.java:619)
    INFO [WatchDog] - [Clover] Post-execute phase finalization: 0
    INFO [WatchDog] - [Clover] phase: 0 post-execute finalization successfully.
    INFO [WatchDog] - Execution of phase [0] finished with error - elapsed time(sec): 2
    ERROR [WatchDog] - !!! Phase finished with error - stopping graph run !!!
    INFO [WatchDog] - -----------------------** Summary of Phases execution **---------------------
    INFO [WatchDog] - Phase# Finished Status RunTime(sec) MemoryAllocation(KB)
    INFO [WatchDog] - 0 ERROR 2 20132
    INFO [WatchDog] - ------------------------------** End of Summary **---------------------------
    WARN [exNode_0_1306871483270_RUN_GRAPH1] - Attempt to unregister non-registered thread in the ContextProvider.
    ./graph/InitDataStore.grf: Execution of graph failed! Error during graph initialization: Phase 0 can't be initilized.
    INFO [WatchDog] - WatchDog thread finished - total execution time: 2 (sec)
    INFO [main] - Freeing graph resources.
    ERROR [main] - Execution of graph failed !

    It can't find an Endeca specific class when running via the clover command line utility. Thus, the classpath being set in that shell script is not incorporating the .jar files where the endeca-specific classes are packaged. I would start by adding an line to see what your classpath is set to. There are actually already some lines of shell script in clover that you can uncomment to see what .jars are getting loaded:
    #echo $CLOVER_LIB/*
    for i in $CLOVER_LIB/*.jar $CLOVER_LIB/*.zip; do
         LOCAL_CLASSPATH="$LOCAL_CLASSPATH:$i"
    done;
    #for i in `ls $CLOVER_LIB/*.jar`; do
    #echo $i
    #done;
    You could also echo LOCAL_CLASSPATH to see what is getting set there. At the end of the day, you will need the endeca-specific jars to load which can be found here: /Endeca/Discovery/2.3.0/Integrator/plugins/com.endeca.latitude_1.0.0/*
    HTH,
    Dan
    http://branchbird.com

Maybe you are looking for

  • Can I encrypt a USB hard drive that's not for time machine?

    can I encrypt a USB hard drive that's not for time machine?

  • How to convert back from UTF8 to ISO-8859-1 encoding?

    hi, I have a bunch of XML files which were wrongly encoded, and we lost all our accent characters. ie: é become é so how can I recover my XML files using powershell? so I want to change all the UTF8 ecoded characters back to the original ISO accent

  • Apple TV / Rental

    I understand the software update for ATV will not be out for a few weeks. However, does anyone know whether a rented movie today from iTunes will still stream to ATV (without the software update)? Thanks

  • How do I get my iPhoto slideshow into iWeb

    I made a slideshow in iPhoto, set to music, and I want to get it into iWeb. I see options in iPhoto "help" for exporting photos and photo albums, but not for exporting slideshows, unless I want to export to iDVD. Is this a necessary intermediate step

  • Essbase exports

    Is it better to export in column format or without columns for data backups?