Testing after Upgrade

Is there any Testing to do done by Basis Consultant after Upgradation. I guess we technical people doesnt have thing to do in testing. If yes please let me provide few guides.
Thanks & Regaards
Raghu Nandana Rao. S

some example then
- test backup recovery again
- If there was a lot customer background jobs before, check all processes still operating correctly.
- role and profile --> if not done already
- test cluster again if used before
- all suggested post processing included in formal guide from SAP marketplace
- depending on people, some do the tasks using OS scheduler, if yes check them also

Similar Messages

  • Our application timeout when load testing after upgrading to OEL 4.8

    Hi,
    We recently have an upgrade from OEL 4.7 to OEL 4.8. Our application is running fine on OEL 4.7, but since after upgraded to OEL 4.8, it fails pretty frequently with timeout error when doing load testing (20+ users).
    Any ideas what can be the possible causes?
    Please advise.
    Thanks
    -Mina

    You're not giving much info.
    If it is networking related, the first think i would check is to make sure the network interface is configured properly. For instance, if your computer's NIC is set to auto and your network port on the network switch is set to fixed, then you will drop packages at high load due to errors on the interface. Those errors cannot be seen from the switch. Set both to auto or fixed, but it needs to be set to the same. Auto is standard and should work unless you have some strange equipment. Also replace the networking cable with a new one.

  • Interfaces Testing after upgrade

    Hi Gurus,
    How can I do the interface testing after an upgrade. Wht is the procedure, If any one have document on the same can please send it to me on [email protected]
    Thanks in Advance.

    Hi Mahesh,
    There is no utility for interface test from sap directly. But depends on which type of sap interface running, pls check with your application vendors, if available.
    regards,
    Amit lal

  • Unit test fails after upgrading to Kodo 4.0.0 from 4.0.0-EA4

    I have a group of 6 unit tests failing after upgrading to the new Kodo
    4.0.0 (with BEA) from Kodo-4.0.0-EA4 (with Solarmetric). I'm getting
    exceptions like the one at the bottom of this email. It seems to be an
    interaction with the PostgreSQL driver, though I can't be sure. I
    haven't changed my JDO configuration or the related classes in months
    since I've been focusing on using the objects that have already been
    defined. The .jdo, .jdoquery, and .java code are below the exception,
    just in case there's something wrong in there. Does anyone have advice
    as to how I might debug this?
    Thanks,
    Mark
    Testsuite: edu.ucsc.whisper.test.integration.UserManagerQueryIntegrationTest
    Tests run: 15, Failures: 0, Errors: 6, Time elapsed: 23.308 sec
    Testcase:
    testGetAllUsersWithFirstName(edu.ucsc.whisper.test.integration.UserManagerQueryIntegrationTest):
    Caused an ERROR
    The column index is out of range: 2, number of columns: 1.
    <2|false|4.0.0> kodo.jdo.DataStoreException: The column index is out of
    range: 2, number of columns: 1.
    at
    kodo.jdbc.sql.DBDictionary.newStoreException(DBDictionary.java:4092)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:82)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:66)
    at kodo.jdbc.sql.SQLExceptions.getStore(SQLExceptions.java:46)
    at
    kodo.jdbc.kernel.SelectResultObjectProvider.handleCheckedException(SelectResultObjectProvider.java:176)
    at
    kodo.kernel.QueryImpl$PackingResultObjectProvider.handleCheckedException(QueryImpl.java:2460)
    at
    com.solarmetric.rop.EagerResultList.<init>(EagerResultList.java:32)
    at kodo.kernel.QueryImpl.toResult(QueryImpl.java:1445)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:1136)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:901)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:865)
    at kodo.kernel.DelegatingQuery.execute(DelegatingQuery.java:787)
    at kodo.jdo.QueryImpl.executeWithArray(QueryImpl.java:210)
    at kodo.jdo.QueryImpl.execute(QueryImpl.java:137)
    at
    edu.ucsc.whisper.core.dao.JdoUserDao.findAllUsersWithFirstName(JdoUserDao.java:232)
    at
    edu.ucsc.whisper.core.manager.DefaultUserManager.getAllUsersWithFirstName(DefaultUserManager.java:252)
    NestedThrowablesStackTrace:
    org.postgresql.util.PSQLException: The column index is out of range: 2,
    number of columns: 1.
    at
    org.postgresql.core.v3.SimpleParameterList.bind(SimpleParameterList.java:57)
    at
    org.postgresql.core.v3.SimpleParameterList.setLiteralParameter(SimpleParameterList.java:101)
    at
    org.postgresql.jdbc2.AbstractJdbc2Statement.bindLiteral(AbstractJdbc2Statement.java:2085)
    at
    org.postgresql.jdbc2.AbstractJdbc2Statement.setInt(AbstractJdbc2Statement.java:1133)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.PoolConnection$PoolPreparedStatement.setInt(PoolConnection.java:440)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.LoggingConnectionDecorator$LoggingConnection$LoggingPreparedStatement.setInt(LoggingConnectionDecorator.java:1
    257)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at
    com.solarmetric.jdbc.DelegatingPreparedStatement.setInt(DelegatingPreparedStatement.java:390)
    at kodo.jdbc.sql.DBDictionary.setInt(DBDictionary.java:980)
    at kodo.jdbc.sql.DBDictionary.setUnknown(DBDictionary.java:1299)
    at kodo.jdbc.sql.SQLBuffer.setParameters(SQLBuffer.java:638)
    at kodo.jdbc.sql.SQLBuffer.prepareStatement(SQLBuffer.java:539)
    at kodo.jdbc.sql.SQLBuffer.prepareStatement(SQLBuffer.java:512)
    at kodo.jdbc.sql.SelectImpl.execute(SelectImpl.java:332)
    at kodo.jdbc.sql.SelectImpl.execute(SelectImpl.java:301)
    at kodo.jdbc.sql.Union$UnionSelect.execute(Union.java:642)
    at kodo.jdbc.sql.Union.execute(Union.java:326)
    at kodo.jdbc.sql.Union.execute(Union.java:313)
    at
    kodo.jdbc.kernel.SelectResultObjectProvider.open(SelectResultObjectProvider.java:98)
    at
    kodo.kernel.QueryImpl$PackingResultObjectProvider.open(QueryImpl.java:2405)
    at
    com.solarmetric.rop.EagerResultList.<init>(EagerResultList.java:22)
    at kodo.kernel.QueryImpl.toResult(QueryImpl.java:1445)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:1136)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:901)
    at kodo.kernel.QueryImpl.execute(QueryImpl.java:865)
    at kodo.kernel.DelegatingQuery.execute(DelegatingQuery.java:787)
    at kodo.jdo.QueryImpl.executeWithArray(QueryImpl.java:210)
    at kodo.jdo.QueryImpl.execute(QueryImpl.java:137)
    at
    edu.ucsc.whisper.core.dao.JdoUserDao.findAllUsersWithFirstName(JdoUserDao.java:232)
    --- DefaultUser.java -------------------------------------------------
    public class DefaultUser
    implements User
    /** The account username. */
    private String username;
    /** The account password. */
    private String password;
    /** A flag indicating whether or not the account is enabled. */
    private boolean enabled;
    /** The authorities granted to this account. */
    private Set<Authority> authorities;
    /** Information about the user, including their name and text that
    describes them. */
    private UserInfo userInfo;
    /** The set of organizations where this user works. */
    private Set<Organization> organizations;
    --- DefaultUser.jdo --------------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE jdo PUBLIC
    "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 2.0//EN"
    "http://java.sun.com/dtd/jdo_2_0.dtd">
    <jdo>
    <package name="edu.ucsc.whisper.core">
    <sequence name="user_id_seq"
    factory-class="native(Sequence=user_id_seq)"/>
    <class name="DefaultUser" detachable="true"
    table="whisper_user" identity-type="datastore">
    <datastore-identity sequence="user_id_seq" column="userId"/>
    <field name="username">
    <column name="username" length="80" jdbc-type="VARCHAR" />
    </field>
    <field name="password">
    <column name="password" length="40" jdbc-type="CHAR" />
    </field>
    <field name="enabled">
    <column name="enabled" />
    </field>
    <field name="userInfo" persistence-modifier="persistent"
    default-fetch-group="true" dependent="true">
    <extension vendor-name="jpox"
    key="implementation-classes"
    value="edu.ucsc.whisper.core.DefaultUserInfo" />
    <extension vendor-name="kodo"
    key="type"
    value="edu.ucsc.whisper.core.DefaultUserInfo" />
    </field>
    <field name="authorities" persistence-modifier="persistent"
    table="user_authorities"
    default-fetch-group="true">
    <collection
    element-type="edu.ucsc.whisper.core.DefaultAuthority" />
    <join column="userId" delete-action="cascade"/>
    <element column="authorityId" delete-action="cascade"/>
    </field>
    <field name="organizations" persistence-modifier="persistent"
    table="user_organizations" mapped-by="user"
    default-fetch-group="true" dependent="true">
    <collection
    element-type="edu.ucsc.whisper.core.DefaultOrganization"
    dependent-element="true"/>
    <join column="userId"/>
    <!--<element column="organizationId"/>-->
    </field>
    </class>
    </package>
    </jdo>
    --- DefaultUser.jdoquery ---------------------------------------------
    <?xml version="1.0"?>
    <!DOCTYPE jdo PUBLIC
    "-//Sun Microsystems, Inc.//DTD Java Data Objects Metadata 2.0//EN"
    "http://java.sun.com/dtd/jdo_2_0.dtd">
    <jdo>
    <package name="edu.ucsc.whisper.core">
    <class name="DefaultUser">
    <query name="UserByUsername"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT UNIQUE FROM edu.ucsc.whisper.core.DefaultUser
    WHERE username==searchName
    PARAMETERS java.lang.String searchName
    ]]></query>
    <query name="DisabledUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT FROM edu.ucsc.whisper.core.DefaultUser WHERE
    enabled==false
    ]]></query>
    <query name="EnabledUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT FROM edu.ucsc.whisper.core.DefaultUser WHERE
    enabled==true
    ]]></query>
    <query name="CountUsers"
    language="javax.jdo.query.JDOQL"><![CDATA[
    SELECT count( this ) FROM edu.ucsc.whisper.core.DefaultUser
    ]]></query>
    </class>
    </package>
    </jdo>

    I'm sorry, I have no idea. I suggest sending a test case that
    reproduces the problem to support.

  • Test scripts for queries before and after upgrade (bi7.0)

    HI,
    i need to create a documnet for testing the over all functionality of the queries and wad before upgradation and after upgradation(bi 7.0) like structure, rkf , ckf variables, etc , please guide me and send me if any sample template available on this scenario
    Thanks in advance
    narasim

    You can spool (or put in a database table) in your 10G database the sql statements and their performance metadata (this should be done when the system is really used). After the upgrade you can do the same select as used to spool. the statements in the 10G database and compare them (again in a really used system). A sql statement to use could be:
    select inst_id, sql_id, hash_value, executions
    ,(cpu_time/executions)/1000000 cpu_time
    ,(elapsed_time/executions)/1000000 elapsed_time
    ,(disk_reads/executions) disk_reads
    ,(buffer_gets/executions) buffer_gets
    ,(rows_processed/executions) rows_processed
    from gv$sqlarea
    where executions>0
    order by inst_id, sql_id, hash_value
    Regards, Gerwin

  • TS3274 After upgrading to 5.1, I can not hear other's calling tone during the usage of Skype-to-Skype. But after touching the answer key, I still can hear other's sound. If I use earphone, the calling tone is audible. No problem of test call.  What's goin

    After upgrading my iPad 1 to OS 5.1, I got trouble to use Skype. I can not hear the calling tone from other during the usage of Skype-to-Skype. But when I touch the answer key, I still can hear other's voice and other also can hear my voice. If I use earphone, the calling tone from other is audible. There is also no problem of test call. What's going on with my iPad 1? I do hope someone can help me to fix this problem.

    Hi,
    I experienced similar behavior (neither Keychain Access nor Safari would start, Chrome cannot access https sites, etc.). It got fixed by following instructions in this article:
    http://www.macworld.com/article/163227/2011/10/fix_a_lion_file_opening_hang_in_m ac_os_x_10_7_2.html which I found in this thread: http://att.macrumors.com/showthread.php?p=13625027#post13625027
    Basically remove the ~/Library/Application Support/Ubiquity and restart. OSX will create a new one with the right permisions.
    /cheers

  • Even after upgrading to testing/xorg I get slow glxgears

    My glxgears is stuck at 286 even after upgrading my xorg to the version in testing.  I have a i915 chipset and was getting > 1000fps using Ubuntu breezy colony 1.  Should I post my xorg.conf file or is there something obvious I may be missing as to why my frame rate is so bad?
    FYI xorg.conf is set to use the i810 driver which should be correct.

    Here is my xorg.conf
    # /etc/X11/xorg.conf (xorg X Window System server configuration file)
    # This file was generated by dexconf, the Debian X Configuration tool, using
    # values from the debconf database.
    Section "Files"
    RgbPath "/usr/X11R6/lib/X11/rgb"
    ModulePath "/usr/X11R6/lib/modules"
    FontPath "/usr/X11R6/lib/X11/fonts/misc:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/misc"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
    FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
    FontPath "/usr/X11R6/lib/X11/fonts/PEX"
    # Additional fonts: Locale, Gimp, TTF...
    FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
    # FontPath "/usr/X11R6/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/X11R6/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig! FontPath "/usr/X11R6/lib/X11/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/X11R6/lib/X11/fonts/defoma/CID"
    FontPath "/usr/X11R6/lib/X11/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "bitmap"
    Load "dbe"
    Load "ddc"
    Load "dri"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "record"
    Load "type1"
    Load "vbe"
    EndSection
    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc104"
    Option "XkbLayout" "us"
    EndSection
    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "true"
    Option "ZAxisMapping" "4 5"
    EndSection
    Section "Device"
    Identifier "Intel Corporation Intel Default Card"
    Driver "i810"
    BusID "PCI:0:2:0"
    EndSection
    Section "Monitor"
    Identifier "Generic Monitor"
    Option "DPMS"
    EndSection
    Section "Screen"
    Identifier "Default Screen"
    Device "Intel Corporation Intel Default Card"
    Monitor "Generic Monitor"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768"
    EndSubSection
    EndSection
    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection

  • I cannot connect after upgrading Firefox. I work in corporate environment and cannot change security settings. Why this feature was not tested before upgrading to current version?

    I cannot connect to ANY web sites (for example, yahoo, google, etc.

    [https://support.mozilla.org/en-US/kb/Cannot%20connect%20after%20upgrading%20Firefox Cannot connect after upgrading Firefox]
    see also [https://support.mozilla.org/en-US/kb/Firewalls Firewalls]
    thank you
    Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

  • ASA5510 VPN not working after upgrade from 8.2 to 8.3

    Hi,
    I have recently upgraded a customer ASA5510 to version 8.3.
    After upgrade web access etc is working fine however VPN is down.
    The config looks very different after the upgrade plus what looks to be duplicate entries.
    I suspect its an access list issue but I'm not sure.
    If anyone has any ideas based on the config below it would be greatly appreciated as I'm at a loss....?!
    hostname ciscoasa
    domain-name default.domain.invalid
    enable password NvZgxFP5WhDo0hQl encrypted
    passwd FNeDAwBbhVaOtVAu encrypted
    names
    dns-guard
    interface Ethernet0/0
    nameif Outside
    security-level 0
    ip address 217.75.8.203 255.255.255.248
    interface Ethernet0/1
    nameif Inside
    security-level 100
    ip address 192.168.1.254 255.255.255.0
    interface Ethernet0/2
    shutdown
    no nameif
    no security-level
    no ip address
    interface Ethernet0/3
    shutdown
    no nameif
    no security-level
    no ip address
    interface Management0/0
    nameif management
    security-level 100
    ip address 10.1.1.1 255.255.255.0
    management-only
    boot system disk0:/asa832-k8.bin
    ftp mode passive
    clock timezone GMT/IST 0
    clock summer-time GMT/IDT recurring last Sun Mar 1:00 last Sun Oct 2:00
    dns domain-lookup Inside
    dns server-group DefaultDNS
    domain-name default.domain.invalid
    object network obj-192.168.1.2-04
    host 192.168.1.2
    object network obj-192.168.1.7-04
    host 192.168.1.7
    object network obj-192.168.1.0-02
    subnet 192.168.1.0 255.255.255.0
    object network obj-192.168.2.0-02
    subnet 192.168.2.0 255.255.255.0
    object network obj-10.1.2.0-02
    subnet 10.1.2.0 255.255.255.0
    object network obj-192.168.1.224-02
    subnet 192.168.1.224 255.255.255.240
    object network obj-192.168.1.9-02
    host 192.168.1.9
    object network obj-192.168.1.2-05
    host 192.168.1.2
    object network obj-192.168.1.103-02
    host 192.168.1.103
    object network obj-192.168.1.7-05
    host 192.168.1.7
    object network NETWORK_OBJ_10.1.2.0_24
    subnet 10.1.2.0 255.255.255.0
    object network NETWORK_OBJ_192.168.1.0_24
    subnet 192.168.1.0 255.255.255.0
    object-group network obj-192.168.1.2-02
    object-group network obj-192.168.1.7-02
    object-group network obj-192.168.1.0-01
    object-group network obj-192.168.2.0-01
    object-group network obj-10.1.2.0-01
    object-group network obj-192.168.1.224-01
    object-group network obj-192.168.1.9-01
    object-group network obj-192.168.1.2-03
    object-group network obj-192.168.1.103-01
    object-group network obj-192.168.1.7-03
    object-group network obj-192.168.1.2
    object-group network obj-192.168.1.7
    object-group network obj-192.168.1.0
    object-group network obj-192.168.2.0
    object-group network obj-10.1.2.0
    object-group network obj-192.168.1.224
    object-group network obj-192.168.1.9
    object-group network obj-192.168.1.2-01
    object-group network obj-192.168.1.103
    object-group network obj-192.168.1.7-01
    object-group network obj_any
    object-group network obj-0.0.0.0
    object-group network obj_any-01
    object-group service MonitcomUDP udp
    port-object range 3924 3924
    access-list Inside_nat0_inbound extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
    access-list Inside_nat0_inbound extended permit ip 192.168.1.0 255.255.255.0 10.1.2.0 255.255.255.0
    access-list Inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
    access-list Inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 10.1.2.0 255.255.255.0
    access-list Inside_nat0_outbound extended permit ip any 192.168.1.224 255.255.255.240
    access-list Outside_cryptomap_60 extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
    access-list Outside_cryptomap_60 extended permit icmp 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
    access-list Outside_access_in extended permit tcp any host 217.75.8.201 eq smtp
    access-list Outside_access_in extended permit tcp any host 217.75.8.201 eq pop3
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in extended permit tcp any host 217.75.8.201 eq 2000 inactive
    access-list Outside_access_in extended permit icmp any any
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in extended permit tcp any host 217.75.8.204 eq 1200
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in extended permit tcp host 87.232.117.66 host 217.75.8.205 eq 5900
    access-list Outside_access_in extended permit udp any host 217.75.8.205 eq 3924
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 220
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 230
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 240
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 250
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 260
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 1433
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Outside_access_in extended permit tcp any host 217.75.8.206 eq www
    access-list Outside_access_in extended permit tcp any host 217.75.8.201 eq https
    access-list Outside_access_in extended permit tcp any host 217.75.8.201 eq www
    access-list Outside_access_in extended permit udp any any eq 4500 inactive
    access-list Outside_access_in extended permit udp any any eq isakmp inactive
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Inside_access_in extended permit ip any any
    access-list Inside_access_in extended permit icmp any any
    access-list RemoteVPN_splitTunnelAcl standard permit any
    access-list Outside_1_cryptomap extended permit ip 192.168.1.0 255.255.255.0 10.1.2.0 255.255.255.0
    access-list Outside_cryptomap_dyn_20 extended permit ip any 192.168.1.224 255.255.255.240
    pager lines 24
    logging enable
    logging asdm warnings
    mtu Outside 1500
    mtu Inside 1500
    mtu management 1500
    ip local pool VPNPool 192.168.1.230-192.168.1.240 mask 255.255.255.0
    ip verify reverse-path interface Outside
    icmp unreachable rate-limit 1 burst-size 1
    icmp permit any Outside
    icmp permit any Inside
    asdm location 192.168.1.208 255.255.255.252 Inside
    asdm location 192.168.1.103 255.255.255.255 Inside
    asdm location 192.168.1.6 255.255.255.255 Inside
    asdm location 192.168.1.7 255.255.255.255 Inside
    asdm location 192.168.1.9 255.255.255.255 Inside
    no asdm history enable
    arp timeout 14400
    nat (Inside,any) source static obj-192.168.1.0-02 obj-192.168.1.0-02 destination static obj-192.168.2.0-02 obj-192.168.2.0-02 unidirectional
    nat (Inside,any) source static obj-192.168.1.0-02 obj-192.168.1.0-02 destination static obj-10.1.2.0-02 obj-10.1.2.0-02 unidirectional
    nat (Inside,any) source static any any destination static obj-192.168.1.224-02 obj-192.168.1.224-02 unidirectional
    nat (Inside,Outside) source static NETWORK_OBJ_192.168.1.0_24 NETWORK_OBJ_192.168.1.0_24 destination static NETWORK_OBJ_10.1.2.0_24 NETWORK_OBJ_10.1.2.0_24
    object network obj-192.168.1.2-04
    nat (Outside,Inside) static 217.75.8.204
    object network obj-192.168.1.7-04
    nat (Outside,Inside) static 217.75.8.206
    object network obj-192.168.1.0-02
    nat (Inside,Outside) dynamic interface
    object network obj-192.168.1.9-02
    nat (Inside,Outside) static 217.75.8.201
    object network obj-192.168.1.2-05
    nat (Inside,Outside) static 217.75.8.204
    object network obj-192.168.1.103-02
    nat (Inside,Outside) static 217.75.8.205
    object network obj-192.168.1.7-05
    nat (Inside,Outside) static 217.75.8.206
    access-group Outside_access_in in interface Outside
    access-group Inside_access_in in interface Inside
    route Outside 0.0.0.0 0.0.0.0 217.75.8.198 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    dynamic-access-policy-record DfltAccessPolicy
    aaa-server DellServerAAA protocol radius
    aaa-server DellServerAAA (Inside) host 192.168.1.4
    key test
    http server enable
    http 62.17.29.2 255.255.255.255 Outside
    http 82.141.224.155 255.255.255.255 Outside
    http 63.218.54.8 255.255.255.252 Outside
    http 213.79.44.213 255.255.255.255 Outside
    http 192.168.1.0 255.255.255.0 Inside
    http 10.1.1.0 255.255.255.0 management
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    sysopt connection timewait
    crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
    crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
    crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
    crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
    crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
    crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec security-association lifetime seconds 28800
    crypto ipsec security-association lifetime kilobytes 4608000
    crypto ipsec df-bit clear-df Outside
    crypto ipsec df-bit clear-df Inside
    crypto dynamic-map Outside_dyn_map 20 match address Outside_cryptomap_dyn_20
    crypto map Outside_map 1 match address Outside_1_cryptomap
    crypto map Outside_map 1 set peer 89.127.172.29
    crypto map Outside_map 1 set transform-set ESP-3DES-SHA
    crypto map Outside_map 60 match address Outside_cryptomap_60
    crypto map Outside_map 60 set peer 89.105.114.98
    crypto map Outside_map 60 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
    crypto map Outside_map 65535 ipsec-isakmp dynamic Outside_dyn_map
    crypto map Outside_map interface Outside
    crypto isakmp identity key-id nattingreallymatters
    crypto isakmp enable Outside
    crypto isakmp enable Inside
    crypto isakmp policy 10
    authentication crack
    encryption aes-256
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 20
    authentication rsa-sig
    encryption aes-256
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 30
    authentication pre-share
    encryption aes-256
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 40
    authentication crack
    encryption aes-192
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 50
    authentication rsa-sig
    encryption aes-192
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 60
    authentication pre-share
    encryption aes-192
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 70
    authentication crack
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 80
    authentication rsa-sig
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 90
    authentication pre-share
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 100
    authentication crack
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 110
    authentication rsa-sig
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 120
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 130
    authentication crack
    encryption des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 140
    authentication rsa-sig
    encryption des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 150
    authentication pre-share
    encryption des
    hash sha
    group 2
    lifetime 86400
    no vpn-addr-assign aaa
    no vpn-addr-assign dhcp
    telnet 192.168.1.0 255.255.255.0 Inside
    telnet timeout 5
    ssh 82.141.224.155 255.255.255.255 Outside
    ssh 62.17.29.2 255.255.255.255 Outside
    ssh 213.79.44.213 255.255.255.255 Outside
    ssh 192.168.1.0 255.255.255.0 Inside
    ssh timeout 5
    console timeout 0
    management-access Inside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    group-policy RemoteVPN internal
    group-policy RemoteVPN attributes
    wins-server value 192.168.1.31
    dns-server value 192.168.1.31
    default-domain value freefoam.ie
    username freefoam password JLYaVf7FqRM2LH0e encrypted
    username cork password qbK2Hqt1H5ttJzPD encrypted
    tunnel-group 193.114.70.130 type ipsec-l2l
    tunnel-group 193.114.70.130 ipsec-attributes
    pre-shared-key ******
    tunnel-group 89.127.172.29 type ipsec-l2l
    tunnel-group 89.127.172.29 ipsec-attributes
    pre-shared-key ******
    tunnel-group 89.105.114.98 type ipsec-l2l
    tunnel-group 89.105.114.98 ipsec-attributes
    pre-shared-key *****
    tunnel-group RemoteVPN type remote-access
    tunnel-group RemoteVPN general-attributes
    address-pool VPNPool
    authentication-server-group DellServerAAA
    default-group-policy RemoteVPN
    class-map inspection_default
    match default-inspection-traffic
    policy-map global_policy
    class inspection_default
      inspect h323 h225
      inspect h323 ras
      inspect ip-options
    service-policy global_policy global
    prompt hostname context
    call-home
    profile CiscoTAC-1
      no active
      destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
      destination address email [email protected]
      destination transport-method http
      subscribe-to-alert-group diagnostic
      subscribe-to-alert-group environment
      subscribe-to-alert-group inventory periodic monthly
      subscribe-to-alert-group configuration periodic monthly
      subscribe-to-alert-group telemetry periodic daily
    Cryptochecksum:0dc16fe893bd4bba6fdf6b7eed93e553

    Hi,
    Many thanks for your reply.
    Finally got access to implement your suggestions.
    Initially none of the VPN's were up.
    After making the change the two VPN's came up.
    However only data via the first VPN is possible.
    Accessing resources on the 10.1.2.0 network is still not possible.
    Attached is the latest config, any input is greatly appreciated;
    hostname ciscoasa
    domain-name default.domain.invalid
    enable password NvZgxFP5WhDo0hQl encrypted
    passwd FNeDAwBbhVaOtVAu encrypted
    names
    dns-guard
    interface Ethernet0/0
    nameif Outside
    security-level 0
    ip address 217.75.8.203 255.255.255.248
    interface Ethernet0/1
    nameif Inside
    security-level 100
    ip address 192.168.1.254 255.255.255.0
    interface Ethernet0/2
    shutdown
    no nameif
    no security-level
    no ip address
    interface Ethernet0/3
    shutdown
    no nameif
    no security-level
    no ip address
    interface Management0/0
    nameif management
    security-level 100
    ip address 10.1.1.1 255.255.255.0
    management-only
    boot system disk0:/asa832-k8.bin
    ftp mode passive
    clock timezone GMT/IST 0
    clock summer-time GMT/IDT recurring last Sun Mar 1:00 last Sun Oct 2:00
    dns domain-lookup Inside
    dns server-group DefaultDNS
    domain-name default.domain.invalid
    object network obj-192.168.1.2-04
    host 192.168.1.2
    object network obj-192.168.1.7-04
    host 192.168.1.7
    object network obj-192.168.1.0-02
    subnet 192.168.1.0 255.255.255.0
    object network obj-192.168.2.0-02
    subnet 192.168.2.0 255.255.255.0
    object network obj-10.1.2.0-02
    subnet 10.1.2.0 255.255.255.0
    object network obj-192.168.1.224-02
    subnet 192.168.1.224 255.255.255.240
    object network obj-192.168.1.9-02
    host 192.168.1.9
    object network obj-192.168.1.2-05
    host 192.168.1.2
    object network obj-192.168.1.103-02
    host 192.168.1.103
    object network obj-192.168.1.7-05
    host 192.168.1.7
    object network NETWORK_OBJ_10.1.2.0_24
    subnet 10.1.2.0 255.255.255.0
    object network NETWORK_OBJ_192.168.1.0_24
    subnet 192.168.1.0 255.255.255.0
    object-group network obj-192.168.1.2-02
    object-group network obj-192.168.1.7-02
    object-group network obj-192.168.1.0-01
    object-group network obj-192.168.2.0-01
    object-group network obj-10.1.2.0-01
    object-group network obj-192.168.1.224-01
    object-group network obj-192.168.1.9-01
    object-group network obj-192.168.1.2-03
    object-group network obj-192.168.1.103-01
    object-group network obj-192.168.1.7-03
    object-group network obj-192.168.1.2
    object-group network obj-192.168.1.7
    object-group network obj-192.168.1.0
    object-group network obj-192.168.2.0
    object-group network obj-10.1.2.0
    object-group network obj-192.168.1.224
    object-group network obj-192.168.1.9
    object-group network obj-192.168.1.2-01
    object-group network obj-192.168.1.103
    object-group network obj-192.168.1.7-01
    object-group network obj_any
    object-group network obj-0.0.0.0
    object-group network obj_any-01
    object-group service MonitcomUDP udp
    port-object range 3924 3924
    access-list Inside_nat0_inbound extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
    access-list Inside_nat0_inbound extended permit ip 192.168.1.0 255.255.255.0 10.1.2.0 255.255.255.0
    access-list Inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
    access-list Inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 10.1.2.0 255.255.255.0
    access-list Inside_nat0_outbound extended permit ip any 192.168.1.224 255.255.255.240
    access-list Outside_cryptomap_60 extended permit ip 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
    access-list Outside_cryptomap_60 extended permit icmp 192.168.1.0 255.255.255.0 192.168.2.0 255.255.255.0
    access-list Outside_access_in extended permit tcp any host 217.75.8.201 eq smtp
    access-list Outside_access_in extended permit tcp any host 217.75.8.201 eq pop3
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in extended permit tcp any host 217.75.8.201 eq 2000 inactive
    access-list Outside_access_in extended permit icmp any any
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in extended permit tcp any host 217.75.8.204 eq 1200
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in extended permit tcp host 87.232.117.66 host 217.75.8.205 eq 5900
    access-list Outside_access_in extended permit udp any host 217.75.8.205 eq 3924
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 220
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 230
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 240
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 250
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 260
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in extended permit tcp host 196.36.153.251 any eq 1433
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Outside_access_in extended permit tcp any host 217.75.8.206 eq www
    access-list Outside_access_in extended permit tcp any host 217.75.8.201 eq https
    access-list Outside_access_in extended permit tcp any host 217.75.8.201 eq www
    access-list Outside_access_in extended permit udp any any eq 4500 inactive
    access-list Outside_access_in extended permit udp any any eq isakmp inactive
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Outside_access_in remark Allow webmail access
    access-list Outside_access_in remark Allow Hansa Live access
    access-list Outside_access_in remark Monitcom
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark ESS Access
    access-list Outside_access_in remark Allow TMS Web Access
    access-list Inside_access_in extended permit ip any any
    access-list Inside_access_in extended permit icmp any any
    access-list RemoteVPN_splitTunnelAcl standard permit any
    access-list Outside_1_cryptomap extended permit ip 192.168.1.0 255.255.255.0 10.1.2.0 255.255.255.0
    access-list Outside_cryptomap_dyn_20 extended permit ip any 192.168.1.224 255.255.255.240
    access-list global_access extended permit ip any any
    access-list Outside_cryptomap_80_3 extended permit ip 192.168.1.0 255.255.255.0 10.1.2.0 255.255.255.0
    access-list Split-tunnel standard permit 192.168.1.0 255.255.255.0
    pager lines 24
    logging enable
    logging asdm warnings
    mtu Outside 1500
    mtu Inside 1500
    mtu management 1500
    ip local pool VPNPool 192.168.1.230-192.168.1.240 mask 255.255.255.0
    ip verify reverse-path interface Outside
    icmp unreachable rate-limit 1 burst-size 1
    icmp permit any Outside
    icmp permit any Inside
    asdm image disk0:/asdm-647.bin
    asdm location 192.168.1.208 255.255.255.252 Inside
    asdm location 192.168.1.103 255.255.255.255 Inside
    asdm location 192.168.1.6 255.255.255.255 Inside
    asdm location 192.168.1.7 255.255.255.255 Inside
    asdm location 192.168.1.9 255.255.255.255 Inside
    no asdm history enable
    arp timeout 14400
    nat (Inside,any) source static obj-192.168.1.0-02 obj-192.168.1.0-02 destination static obj-192.168.2.0-02 obj-192.168.2.0-02
    nat (Inside,any) source static obj-192.168.1.0-02 obj-192.168.1.0-02 destination static obj-10.1.2.0-02 obj-10.1.2.0-02
    nat (Inside,any) source static any any destination static obj-192.168.1.224-02 obj-192.168.1.224-02 unidirectional
    nat (Inside,Outside) source static NETWORK_OBJ_192.168.1.0_24 NETWORK_OBJ_192.168.1.0_24 destination static NETWORK_OBJ_10.1.2.0_24 NETWORK_OBJ_10.1.2.0_24
    object network obj-192.168.1.2-04
    nat (Outside,Inside) static 217.75.8.204
    object network obj-192.168.1.7-04
    nat (Outside,Inside) static 217.75.8.206
    object network obj-192.168.1.0-02
    nat (Inside,Outside) dynamic interface
    object network obj-192.168.1.9-02
    nat (Inside,Outside) static 217.75.8.201
    object network obj-192.168.1.2-05
    nat (Inside,Outside) static 217.75.8.204
    object network obj-192.168.1.103-02
    nat (Inside,Outside) static 217.75.8.205
    object network obj-192.168.1.7-05
    nat (Inside,Outside) static 217.75.8.206
    nat (Inside,Outside) after-auto source static NETWORK_OBJ_192.168.1.0_24 NETWORK_OBJ_192.168.1.0_24 destination static NETWORK_OBJ_192.168.1.0_24 NETWORK_OBJ_192.168.1.0_24
    access-group Outside_access_in in interface Outside
    access-group Inside_access_in in interface Inside
    access-group global_access global
    route Outside 0.0.0.0 0.0.0.0 217.75.8.198 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    dynamic-access-policy-record DfltAccessPolicy
    aaa-server DellServerAAA protocol radius
    aaa-server DellServerAAA (Inside) host 192.168.1.4
    key test
    http server enable
    http 62.17.29.2 255.255.255.255 Outside
    http 82.141.224.155 255.255.255.255 Outside
    http 63.218.54.8 255.255.255.252 Outside
    http 213.79.44.213 255.255.255.255 Outside
    http 192.168.1.0 255.255.255.0 Inside
    http 10.1.1.0 255.255.255.0 management
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    sysopt connection timewait
    crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
    crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
    crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
    crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
    crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec security-association lifetime seconds 28800
    crypto ipsec security-association lifetime kilobytes 4608000
    crypto ipsec df-bit clear-df Outside
    crypto ipsec df-bit clear-df Inside
    crypto dynamic-map Outside_dyn_map 20 match address Outside_cryptomap_dyn_20
    crypto dynamic-map Outside_dyn_map 20 set transform-set ESP-3DES-SHA
    crypto map Outside_map 1 match address Outside_1_cryptomap
    crypto map Outside_map 1 set peer 89.127.172.29
    crypto map Outside_map 1 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-DES-SHA ESP-3DES-MD5 ESP-AES-256-MD5 ESP-3DES-SHA ESP-DES-MD5
    crypto map Outside_map 60 match address Outside_cryptomap_60
    crypto map Outside_map 60 set peer 89.105.114.98
    crypto map Outside_map 60 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
    crypto map Outside_map 65535 ipsec-isakmp dynamic Outside_dyn_map
    crypto map Outside_map interface Outside
    crypto isakmp identity key-id nattingreallymatters
    crypto isakmp enable Outside
    crypto isakmp enable Inside
    crypto isakmp policy 10
    authentication pre-share
    encryption aes-256
    hash md5
    group 5
    lifetime 86400
    crypto isakmp policy 20
    authentication rsa-sig
    encryption aes-256
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 30
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 40
    authentication crack
    encryption aes-192
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 50
    authentication pre-share
    encryption 3des
    hash md5
    group 2
    lifetime 86400
    crypto isakmp policy 60
    authentication pre-share
    encryption aes-192
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 70
    authentication crack
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 80
    authentication rsa-sig
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 90
    authentication pre-share
    encryption aes
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 100
    authentication crack
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 110
    authentication rsa-sig
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 130
    authentication crack
    encryption des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 140
    authentication rsa-sig
    encryption des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 150
    authentication pre-share
    encryption des
    hash sha
    group 2
    lifetime 86400
    no vpn-addr-assign aaa
    no vpn-addr-assign dhcp
    telnet 192.168.1.0 255.255.255.0 Inside
    telnet timeout 5
    ssh 82.141.224.155 255.255.255.255 Outside
    ssh 62.17.29.2 255.255.255.255 Outside
    ssh 213.79.44.213 255.255.255.255 Outside
    ssh 192.168.1.0 255.255.255.0 Inside
    ssh timeout 5
    console timeout 0
    management-access Inside
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    webvpn
    enable Outside
    anyconnect-essentials
    svc image disk0:/anyconnect-dart-win-2.5.3055-k9.pkg 1
    svc image disk0:/anyconnect-macosx-powerpc-2.5.3055-k9.pkg 2
    svc enable
    tunnel-group-list enable
    group-policy RemoteVPN internal
    group-policy RemoteVPN attributes
    wins-server value 192.168.1.31
    dns-server value 192.168.1.31
    vpn-tunnel-protocol IPSec svc
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value Split-tunnel
    default-domain value freefoam.ie
    username freefoam password JLYaVf7FqRM2LH0e encrypted
    username cisco password DfO7NBd5PZ1b0kZ1 encrypted privilege 15
    username cork password qbK2Hqt1H5ttJzPD encrypted
    tunnel-group 193.114.70.130 type ipsec-l2l
    tunnel-group 193.114.70.130 ipsec-attributes
    pre-shared-key ************
    tunnel-group 89.127.172.29 type ipsec-l2l
    tunnel-group 89.127.172.29 ipsec-attributes
    pre-shared-key ************
    tunnel-group 89.105.114.98 type ipsec-l2l
    tunnel-group 89.105.114.98 ipsec-attributes
    pre-shared-key ************
    tunnel-group RemoteVPN type remote-access
    tunnel-group RemoteVPN general-attributes
    address-pool VPNPool
    authentication-server-group DellServerAAA
    default-group-policy RemoteVPN
    tunnel-group RemoteVPN webvpn-attributes
    group-alias Anyconnect enable
    tunnel-group RemoteVPN ipsec-attributes
    pre-shared-key c0nnect10nParameter$
    class-map inspection_default
    match default-inspection-traffic
    policy-map global_policy
    class inspection_default
      inspect h323 h225
      inspect h323 ras
      inspect ip-options
    service-policy global_policy global
    prompt hostname context
    call-home
    profile CiscoTAC-1
      no active
      destination address http
    https://tools.cisco.com/its/service/oddce/services/DDCEService
      destination address email
    [email protected]
      destination transport-method http
      subscribe-to-alert-group diagnostic
      subscribe-to-alert-group environment
      subscribe-to-alert-group inventory periodic monthly
      subscribe-to-alert-group configuration periodic monthly
      subscribe-to-alert-group telemetry periodic daily
    Cryptochecksum:fae6b7bc25fcf39daffbcdc6b91c9d8e

  • IPod no longer updates smart playlists after upgrade to 1.3

    After upgrading my 5th Gen 30GB iPod to 1.3 I noticed immediately that the smart playlists on my iPod aren't updating any longer. Until 3 days ago my iPod had firmware version 1.2.1 and all smart playlists worked as expected.
    I have many smart playlists that I have been happily using everyday for the past 2 years to play only new podcasts, shuffle my favorite tunes based on when they have been played last, and move songs in and out of My Top rated tunes based on their ratings. These no longer work on my iPod, but when I sync with iTunes they update fine. I didn't make any changes to my smart playlists before or immediately after upgrading, at least until I noticed the problem.
    For the last couple of days since upgrading I have tried deleting all my smart playlists and recreating them, that didn't help. I have also tried restoring my iPod, which also didn't help. I have also tried creating a very basic smart playlist i.e.
    Match all of the following rules - checked
    Rating is ***
    Live updating - checked
    Sync'd that to my iPod and started playing a tune and changed it's rating to 5 stars. I then entered a static playlist, played a song from that and when it was done entered the new 5 star rating smart playlist and it wasn't updated.
    I'm don't know what else to try, I've repeated the same test as above on my wife's 2nd Gen nano and it worked as expected. Has anyone else noticed smart playlists failing to update since the upgrade? I have searched here and on google, but only found reference to much older firmwares.

    I'm having the same problem, once I've listened to a song in my 0 plays list, go out to a new menu, then back in, all the songs that have been played are still there, when a few weeks ago they were taken off and only unplayed songs were still there. Now if I switch to another playlist and back, I have to scroll all the way back to the point I was when I changed which didn't happen earlier.

  • Random Kernel Panic after upgrade to kernel 2.6.36

    Hello,
    First of all, I apologise if this topic has already come up on the forums, but i've checked and can't see anything specifically relating to the problem im having, and ive also checked the bugs section of Archwiki and can't seem to see anything on there either. I'm not sure what information you guys need so ill just post as much as I can think of in this thread and then if you need any other info, ill post it on request.
    The problem im having relates to a recent system update, which I did sometime within the past 4 weeks or so, after not upgrading for quite a while due to lack of free time.
    In the last update I remember seeing it upgrading the kernel from 2.6.35 to 2.6.36, and since then I have been getting completly random kernel panics, whereby everything freezes. If I have audio output, the sound crashes and everything freezes, and the caps lock and scroll lock lights just flash in sync on the keyboard.
    I have never had any problems like this in all the 7 months that i've been using Arch as a permenant OS.
    Hardware:
    Mobo: ASRock 775Dual-VSTA
    Ram: 2GB (2x 1GB different brand sticks, same specs)
    CPU: Intel Core 2 Duo 1.6GHz
    GFX: Nvidia 8800GT 512MB
    Plug and Play hardware that is normally always connected:
    1. Zoom Wireless Dongle (4410b chipset, using ndiswrapper and the Zoom windows driver)
    2. Digital TV Stick (Artec T1) with specific firmware and using MeTV as a viewer.
    I've looked in all of the logs, including: dmesg, everything.log, daemon.log, errors.log, messages.log and all the other logs. But there is very little information relating to the crash in there. I'm guessing this is because its a kernel panic so it doesn't have chance to dump anything into the logs before it all crashes? If needs be I can post whichever logs you think will be most useful, but i'm using my laptop at the minute so I wont get chance to post them until tomorrow evening.
    I've also tried enabling the testing repos and upgraded to kernel 2.6.37-1 to see if this suspected bug is fixed, but the panic seems to happen the same, if not more with kernel 2.6.37-1. At the minute I've rolled my system back to kernel 2.6.36 because it seemed a little more stable.
    It doesn't just crash when your in the X server either. Theres been a few times when i've had a kernel panic during boot. Sometimes a couple of seconds after it starts to boot into Arch. And sometimes just as its processing the Udev events. But as I say it seems completely random rather than relating to specific events.
    During one of the crashes at boot I got an error message on the screen which read:
    Setting Latency Timer to 64
    HDA Intel 0000:80:01.0: PCI: disallowing DAC for device
    [<c131621b>] ? error_code+0x67/0x6c
    Thats as much as I can think of at the minute. As I say, if you need any more information or need me to paste my log files then let me know and i will do that tomorrow.
    Thanks in advance for the help, its much appreciated.
    Scott.
    Last edited by ScottWilson1990 (2011-01-10 01:18:26)

    Hi Daniel,
    I'm just guessing that its a kenel panic, as when it happens both the caps lock and scroll lock lights flash in sync, which is a sign of kernel panic isn't it?
    My cpu is i686.
    I've just read that post and i've downgraded udev to 164-3 to see if this solves the problem as some people have said in that post, although others later on in the thread say that this doesn't solve it for them. This morning it took me 4 restarts just to get arch to boot without the panic. I took a picture of the screen during the panic which ill post after work this evening, it looks pretty similar to the picture posted by "rabid_works" in the thread you pasted. I'm not sure about your post in the other threat that relates to the errors in the Oops report, could you clarify this so I can see if the problems reported in that thread are what I am experiencing?.
    In the meantime, here is my pacman.log from 26.12.10 when I did the upgrade and the problems started. (note I have done upgrades following 26.12.10 to see if anything fixed the problem but with no luck, that is why the log is so long and I don't have any hosting anymore, so i've had to post it in quotes, I apologise).
    [2010-12-26 15:13] Running 'pacman -Sy'
    [2010-12-26 15:13] synchronizing package lists
    [2010-12-26 15:14] Running 'pacman -Syu'
    [2010-12-26 15:14] synchronizing package lists
    [2010-12-26 15:14] starting full system upgrade
    [2010-12-26 15:35] Running 'pacman -Syu'
    [2010-12-26 15:35] synchronizing package lists
    [2010-12-26 15:35] starting full system upgrade
    [2010-12-26 16:45] removed libusb1 (1.0.8-1)
    [2010-12-26 16:45] removed pycairo (1.8.10-2)
    [2010-12-26 16:45] removed python-numpy (1.5.0-2)
    [2010-12-26 16:45] upgraded gnome-menus (2.30.4-2 -> 2.30.5-1)
    [2010-12-26 16:45] upgraded gnome-desktop (2.32.0-2 -> 2.32.1-1)
    [2010-12-26 16:45] upgraded tzdata (2010n-1 -> 2010o-1)
    [2010-12-26 16:45] Generating locales...
    [2010-12-26 16:45]   en_GB.UTF-8... done
    [2010-12-26 16:45]   en_US.UTF-8... done
    [2010-12-26 16:46]   en_US.ISO-8859-1... done
    [2010-12-26 16:46] Generation complete.
    [2010-12-26 16:46] upgraded glibc (2.12.1-3 -> 2.12.1-4)
    [2010-12-26 16:46] upgraded gcc-libs (4.5.1-1 -> 4.5.1-2)
    [2010-12-26 16:46] upgraded pcre (8.10-1 -> 8.11-1)
    [2010-12-26 16:46] upgraded glib2 (2.26.0-2 -> 2.26.1-1)
    [2010-12-26 16:46] upgraded zlib (1.2.5-2 -> 1.2.5-3)
    [2010-12-26 16:46] upgraded ncurses (5.7-3 -> 5.7-4)
    [2010-12-26 16:46] upgraded readline (6.1.002-1 -> 6.1.002-2)
    [2010-12-26 16:46] upgraded libxml2 (2.7.7-2 -> 2.7.8-1)
    [2010-12-26 16:46] upgraded bash (4.1.009-1 -> 4.1.009-3)
    [2010-12-26 16:46] upgraded findutils (4.4.2-2 -> 4.4.2-3)
    [2010-12-26 16:46] upgraded gzip (1.4-1 -> 1.4-2)
    [2010-12-26 16:46] upgraded texinfo (4.13a-4 -> 4.13a-5)
    [2010-12-26 16:46] upgraded libtasn1 (2.6-1 -> 2.8-1)
    [2010-12-26 16:46] upgraded gnutls (2.8.6-1 -> 2.10.4-1)
    [2010-12-26 16:46] upgraded libsoup (2.32.0-1 -> 2.32.2-1)
    [2010-12-26 16:46] upgraded db (5.1.19-2 -> 5.1.19-3)
    [2010-12-26 16:46] upgraded openssl (1.0.0.a-3 -> 1.0.0.c-1)
    [2010-12-26 16:46] upgraded sqlite3 (3.7.3-1 -> 3.7.4-1)
    [2010-12-26 16:46] upgraded heimdal (1.3.3-2 -> 1.3.3-4)
    [2010-12-26 16:46] upgraded evolution-data-server (2.32.0-2 -> 2.32.1-1)
    [2010-12-26 16:46] upgraded inputproto (2.0-1 -> 2.0.1-1)
    [2010-12-26 16:46] upgraded libxi (1.3.2-1 -> 1.4.0-1)
    [2010-12-26 16:46] upgraded libpng (1.4.4-1 -> 1.4.5-1)
    [2010-12-26 16:46] upgraded expat (2.0.1-5 -> 2.0.1-6)
    [2010-12-26 16:46] upgraded xproto (7.0.18-1 -> 7.0.20-1)
    [2010-12-26 16:46] upgraded libx11 (1.3.5-1 -> 1.4.0-1)
    [2010-12-26 16:46] upgraded attr (2.4.44-1 -> 2.4.44-2)
    [2010-12-26 16:46] upgraded libcap (2.19-1 -> 2.19-2)
    [2010-12-26 16:46] upgraded coreutils (8.6-1 -> 8.7-1)
    [2010-12-26 16:46] warning: /etc/hosts installed as /etc/hosts.pacnew
    [2010-12-26 16:46] warning: /etc/gshadow installed as /etc/gshadow.pacnew
    [2010-12-26 16:46] upgraded filesystem (2010.10-1 -> 2010.12-1)
    [2010-12-26 16:46] upgraded dbus-core (1.4.0-1 -> 1.4.1-1)
    [2010-12-26 16:46] upgraded dbus (1.4.0-1 -> 1.4.1-1)
    [2010-12-26 16:46] upgraded avahi (0.6.27-7 -> 0.6.28-1)
    [2010-12-26 16:46] upgraded libcups (1.4.4-3 -> 1.4.5-2)
    [2010-12-26 16:46] upgraded gdk-pixbuf2 (2.22.0-2 -> 2.22.1-1)
    [2010-12-26 16:46] upgraded gtk2 (2.22.0-5 -> 2.22.1-1)
    [2010-12-26 16:46] upgraded librsvg (2.32.0-2 -> 2.32.1-1)
    [2010-12-26 16:46] upgraded libogg (1.2.0-1 -> 1.2.2-1)
    [2010-12-26 16:46] upgraded libvorbis (1.3.1-1 -> 1.3.2-1)
    [2010-12-26 16:46] upgraded gstreamer0.10 (0.10.30-1 -> 0.10.31-1)
    [2010-12-26 16:46] upgraded libcanberra (0.25-1 -> 0.26-3)
    [2010-12-26 16:46] upgraded libwnck (2.30.5-1 -> 2.30.6-1)
    [2010-12-26 16:46] upgraded gnome-panel (2.32.0.2-2 -> 2.32.1-1)
    [2010-12-26 16:46] upgraded alacarte (0.13.2-2 -> 0.13.2-3)
    [2010-12-26 16:46] upgraded alsa-utils (1.0.23-2 -> 1.0.23-3)
    [2010-12-26 16:46] upgraded amsn (0.98.3-4 -> 0.98.4-1)
    [2010-12-26 16:46] upgraded libusb (0.1.12-4 -> 1.0.8-1)
    [2010-12-26 16:46] installed libusb-compat (0.1.3-1)
    [2010-12-26 16:46] upgraded ardour (2.8.11-1 -> 2.8.11-2)
    [2010-12-26 16:46] upgraded automake (1.11.1-1 -> 1.11.1-2)
    [2010-12-26 16:46] upgraded bluez (4.77-1 -> 4.82-1)
    [2010-12-26 16:46] upgraded boost-libs (1.43.0-2 -> 1.45.0-1)
    [2010-12-26 16:46] upgraded orc (0.4.7-1 -> 0.4.11-1)
    [2010-12-26 16:46] upgraded udev (163-1 -> 164-3)
    [2010-12-26 16:46] upgraded gstreamer0.10-base (0.10.30-1 -> 0.10.31-1)
    [2010-12-26 16:46] upgraded gstreamer0.10-base-plugins (0.10.30-1 -> 0.10.31-1)
    [2010-12-26 16:46] upgraded file (5.04-2 -> 5.04-3)
    [2010-12-26 16:46] upgraded cdrkit (1.1.10-1 -> 1.1.11-1)
    [2010-12-26 16:46] upgraded libao (1.0.0-2 -> 1.0.0-5)
    [2010-12-26 16:46] upgraded cdrdao (1.2.3-4 -> 1.2.3-5)
    [2010-12-26 16:46] upgraded brasero (2.32.0-3 -> 2.32.1-1)
    [2010-12-26 16:46] upgraded run-parts (3.2.3-1 -> 3.4.1-1)
    [2010-12-26 16:46] upgraded sed (4.2.1-2 -> 4.2.1-3)
    [2010-12-26 16:46] Clearing symlinks in /etc/ssl/certs...done.
    [2010-12-26 16:46] Updating certificates in /etc/ssl/certs... 141 added, 0 removed; done.
    [2010-12-26 16:46] Running hooks in /etc/ca-certificates/update.d....
    [2010-12-26 16:46] updating keystore /etc/ssl/certs/java/cacerts...
    [2010-12-26 16:46]   added: /etc/ssl/certs/brasil.gov.br.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/cacert.org.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/ca.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/cert_igca_dsa.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/cert_igca_rsa.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/ABAecom_=sub.__Am._Bankers_Assn.=_Root_CA.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/AOL_Time_Warner_Root_Certification_Authority_1.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/AOL_Time_Warner_Root_Certification_Authority_2.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/AddTrust_External_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/AddTrust_Low-Value_Services_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/AddTrust_Public_Services_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/AddTrust_Qualified_Certificates_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/America_Online_Root_Certification_Authority_1.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/America_Online_Root_Certification_Authority_2.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/Baltimore_CyberTrust_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/COMODO_Certification_Authority.pem
    [2010-12-26 16:46]   ignored import, signature not available: /etc/ssl/certs/COMODO_ECC_Certification_Authority.pem
    [2010-12-26 16:46] keytool error: java.security.NoSuchAlgorithmException: SHA384withECDSA Signature not available
    [2010-12-26 16:46]   added: /etc/ssl/certs/Camerfirma_Chambers_of_Commerce_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/Camerfirma_Global_Chambersign_Root.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/Certplus_Class_2_Primary_CA.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/Certum_Root_CA.pem
    [2010-12-26 16:46]   added: /etc/ssl/certs/Comodo_AAA_Services_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Comodo_Secure_Services_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Comodo_Trusted_Services_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/DST_ACES_CA_X6.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/DST_Root_CA_X3.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/DigiCert_Assured_ID_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/DigiCert_Global_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/DigiCert_High_Assurance_EV_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/DigiNotar_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Digital_Signature_Trust_Co._Global_CA_1.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Digital_Signature_Trust_Co._Global_CA_2.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Digital_Signature_Trust_Co._Global_CA_3.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Digital_Signature_Trust_Co._Global_CA_4.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Entrust.net_Global_Secure_Personal_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Entrust.net_Global_Secure_Server_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Entrust.net_Premium_2048_Secure_Server_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Entrust.net_Secure_Personal_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Entrust.net_Secure_Server_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Entrust_Root_Certification_Authority.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Equifax_Secure_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Equifax_Secure_Global_eBusiness_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Equifax_Secure_eBusiness_CA_1.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Equifax_Secure_eBusiness_CA_2.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Firmaprofesional_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GTE_CyberTrust_Global_Root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GTE_CyberTrust_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GeoTrust_Global_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GeoTrust_Global_CA_2.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GeoTrust_Primary_Certification_Authority.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GeoTrust_Universal_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GeoTrust_Universal_CA_2.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GlobalSign_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/GlobalSign_Root_CA_-_R2.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Go_Daddy_Class_2_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_CLASE1_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_CLASE3_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_CLASEA1_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_CLASEA3_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_Chained_CAs_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_Servidores_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/IPS_Timestamping_root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/NetLock_Business_=Class_B=_Root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/NetLock_Express_=Class_C=_Root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/NetLock_Notary_=Class_A=_Root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/NetLock_Qualified_=Class_QA=_Root.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Network_Solutions_Certificate_Authority.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/QuoVadis_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/QuoVadis_Root_CA_2.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/QuoVadis_Root_CA_3.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/RSA_Root_Certificate_1.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/RSA_Security_1024_v3.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/RSA_Security_2048_v3.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/SecureTrust_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Secure_Global_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Security_Communication_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Sonera_Class_1_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Sonera_Class_2_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Staat_der_Nederlanden_Root_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/Starfield_Class_2_CA.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/StartCom_Certification_Authority.pem
    [2010-12-26 16:47]   added: /etc/ssl/certs/StartCom_Ltd..pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/SwissSign_Gold_CA_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/SwissSign_Platinum_CA_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/SwissSign_Silver_CA_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Swisscom_Root_CA_1.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/TC_TrustCenter__Germany__Class_2_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/TC_TrustCenter__Germany__Class_3_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/TDC_Internet_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/TDC_OCES_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/TURKTRUST_Certificate_Services_Provider_Root_1.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/TURKTRUST_Certificate_Services_Provider_Root_2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Taiwan_GRCA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Thawte_Personal_Basic_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Thawte_Personal_Freemail_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Thawte_Personal_Premium_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Thawte_Premium_Server_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Thawte_Server_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Thawte_Time_Stamping_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/UTN-USER_First-Network_Applications.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/UTN_DATACorp_SGC_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/UTN_USERFirst_Email_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/UTN_USERFirst_Hardware_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/ValiCert_Class_1_VA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/ValiCert_Class_2_VA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_1_Public_Primary_Certification_Authority.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_2_Public_Primary_Certification_Authority.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_3_Public_Primary_Certification_Authority.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_4_Public_Primary_Certification_Authority_-_G2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Class_4_Public_Primary_Certification_Authority_-_G3.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_RSA_Secure_Server_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Verisign_Time_Stamping_Authority_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Visa_International_Global_Root_2.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Visa_eCommerce_Root.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/WellsSecure_Public_Root_Certificate_Authority.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/Wells_Fargo_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/XRamp_Global_CA_Root.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/beTRUSTed_Root_CA-Baltimore_Implementation.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/beTRUSTed_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/beTRUSTed_Root_CA_-_Entrust_Implementation.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/beTRUSTed_Root_CA_-_RSA_Implementation.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/thawte_Primary_Root_CA.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/signet_ca1_pem.pem
    [2010-12-26 16:48]   added: /etc/ssl/certs/signet_ca2_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_ca3_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_ocspklasa2_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_ocspklasa3_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_pca2_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_pca3_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_rootca_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/signet_tsa1_pem.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/spi-ca-2003.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/spi-cacert-2008.pem
    [2010-12-26 16:49]   added: /etc/ssl/certs/deutsche-telekom-root-ca-2.pem
    [2010-12-26 16:49] done.
    [2010-12-26 16:49] done.
    [2010-12-26 16:49] upgraded ca-certificates (20090814-3 -> 20090814+nmu2-1)
    [2010-12-26 16:49] upgraded ca-certificates-java (20090629-2 -> 20100412-2)
    [2010-12-26 16:49] upgraded cairomm (1.8.4-1 -> 1.8.6-1)
    [2010-12-26 16:49] upgraded curl (7.21.2-2 -> 7.21.3-1)
    [2010-12-26 16:49] upgraded dbus-glib (0.86-1 -> 0.92-1)
    [2010-12-26 16:49] upgraded python2 (2.7-3 -> 2.7.1-3)
    [2010-12-26 16:49] upgraded libtorrent-rasterbar (0.15.4-2 -> 0.15.4-3)
    [2010-12-26 16:49] upgraded twisted (10.1.0-1 -> 10.2.0-1)
    [2010-12-26 16:49] installed python2-chardet (2.0.1-3)
    [2010-12-26 16:49] >>> Deluge's daemon is running default with the "deluge" user. The default download directory is /srv/deluge/.
    [2010-12-26 16:49]     You can change the user by editing /etc/conf.d/deluged
    [2010-12-26 16:49] upgraded deluge (1.3.1-1 -> 1.3.1-2)
    [2010-12-26 16:49] upgraded device-mapper (2.02.75-1 -> 2.02.78-1)
    [2010-12-26 16:49] upgraded dhcpcd (5.2.8-1 -> 5.2.9-1)
    [2010-12-26 16:49] upgraded diffutils (3.0-1 -> 3.0-2)
    [2010-12-26 16:49] upgraded dnsutils (9.7.1.P2-1 -> 9.7.2.P3-1)
    [2010-12-26 16:49] upgraded eog (2.32.0-2 -> 2.32.1-1)
    [2010-12-26 16:49] upgraded ethtool (6-2 -> 2.6.35-2)
    [2010-12-26 16:49] upgraded fakeroot (1.14.4-2 -> 1.14.5-1)
    [2010-12-26 16:49] upgraded feh (1.10-1 -> 1.10.1-1)
    [2010-12-26 16:49] upgraded sdl (1.2.14-5 -> 1.2.14-6)
    [2010-12-26 16:49] upgraded schroedinger (1.0.9-1 -> 1.0.10-1)
    [2010-12-26 16:49] upgraded libvpx (0.9.5-1 -> 0.9.5-2)
    [2010-12-26 16:49] upgraded libdrm (2.4.21-2 -> 2.4.22-3)
    [2010-12-26 16:49] upgraded pixman (0.18.4-1 -> 0.20.0-1)
    [2010-12-26 16:49] upgraded xorg-server-common (1.9.2-1 -> 1.9.2-2)
    [2010-12-26 16:49] upgraded xorg-server (1.9.2-1 -> 1.9.2-2)
    [2010-12-26 16:49] upgraded nvidia-utils (260.19.12-1 -> 260.19.29-1)
    [2010-12-26 16:49] upgraded libva (1.0.5-2 -> 1.0.6-1)
    [2010-12-26 16:49] upgraded ffmpeg (25472-1 -> 25679-1)
    [2010-12-26 16:49] upgraded file-roller (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:49] upgraded xulrunner (1.9.2.12-1 -> 1.9.2.13-2)
    [2010-12-26 16:49] upgraded firefox (3.6.12-1 -> 3.6.13-1)
    [2010-12-26 16:49] upgraded flashplugin (10.1.85.3-1 -> 10.1.102.65-1)
    [2010-12-26 16:49] installed libasyncns (0.8-3)
    [2010-12-26 16:49] installed libpulse (0.9.22-2)
    [2010-12-26 16:49] upgraded fluidsynth (1.1.3-1 -> 1.1.3-2)
    [2010-12-26 16:49] upgraded freetype2 (2.4.3-1 -> 2.4.4-1)
    [2010-12-26 16:49] upgraded gawk (3.1.8-1 -> 3.1.8-2)
    [2010-12-26 16:49] upgraded gcalctool (5.32.0-2 -> 5.32.2-1)
    [2010-12-26 16:49] upgraded gcc (4.5.1-1 -> 4.5.1-2)
    [2010-12-26 16:49] upgraded gen-init-cpio (2.6.32-1 -> 2.6.36-1)
    [2010-12-26 16:49] upgraded ghostscript (9.00-1 -> 9.00-2)
    [2010-12-26 16:49] upgraded gmime (2.4.19-1 -> 2.4.21-1)
    [2010-12-26 16:49] upgraded gucharmap (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:49] upgraded libnotify (0.4.5-1.1 -> 0.5.2-1)
    [2010-12-26 16:50] upgraded gnome-applets (2.32.0-3 -> 2.32.1.1-1)
    [2010-12-26 16:50] installed libgnome-data (2.32.0-3)
    [2010-12-26 16:50] upgraded gnome-settings-daemon (2.32.0-1 -> 2.32.1-2)
    [2010-12-26 16:50] upgraded gnome-control-center (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:50] installed python2-gconf (2.28.1-5)
    [2010-12-26 16:50] upgraded gnome-games (2.32.0-3 -> 2.32.1-1)
    [2010-12-26 16:50] upgraded gstreamer0.10-good (0.10.24-1 -> 0.10.26-1)
    [2010-12-26 16:50] upgraded libsoup-gnome (2.32.0-1 -> 2.32.2-1)
    [2010-12-26 16:50] upgraded gstreamer0.10-good-plugins (0.10.24-1 -> 0.10.26-1)
    [2010-12-26 16:50] upgraded gnome-media (2.32.0-1 -> 2.32.0-2)
    [2010-12-26 16:50] upgraded gnome-panel-bonobo (2.32.0.2-2 -> 2.32.1-1)
    [2010-12-26 16:50] installed python2-bonobo (2.28.1-5)
    [2010-12-26 16:50] installed python2-libgnome (2.28.1-5)
    [2010-12-26 16:50] installed python2-gnomecanvas (2.28.1-5)
    [2010-12-26 16:50] installed python2-gnomevfs (2.28.1-5)
    [2010-12-26 16:50] upgraded gnome-python (2.28.1-3 -> 2.28.1-5)
    [2010-12-26 16:50] upgraded polkit (0.98-1 -> 0.99-1)
    [2010-12-26 16:50] upgraded procps (3.2.8-1 -> 3.2.8-3)
    [2010-12-26 16:50] upgraded pm-utils (1.4.0-1 -> 1.4.1-1)
    [2010-12-26 16:50] upgraded upower (0.9.6-0.20100929 -> 0.9.7-2)
    [2010-12-26 16:50] upgraded polkit-gnome (0.97-1 -> 0.99-1)
    [2010-12-26 16:50] upgraded gnome-session (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:50] upgraded vte (0.26.1-1 -> 0.26.2-1)
    [2010-12-26 16:50] upgraded gnome-terminal (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:50] upgraded gnome-themes (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:50] upgraded gnupg (1.4.11-1 -> 1.4.11-2)
    [2010-12-26 16:50] upgraded gnupg2 (2.0.16-2 -> 2.0.16-3)
    [2010-12-26 16:50] installed atkmm (2.22.1-1)
    [2010-12-26 16:50] upgraded gtkmm (2.20.3-1 -> 2.22.0-1)
    [2010-12-26 16:50] upgraded gparted (0.7.0-1 -> 0.7.1-1)
    [2010-12-26 16:50] upgraded gpm (1.20.6-5 -> 1.20.6-6)
    [2010-12-26 16:50] upgraded gstreamer0.10-bad (0.10.19-1 -> 0.10.20-1)
    [2010-12-26 16:50] upgraded libdc1394 (2.1.2-1 -> 2.1.2-2)
    [2010-12-26 16:50] installed gsm (1.0.13-6)
    [2010-12-26 16:50] installed rtmpdump (2.3-3)
    [2010-12-26 16:50] installed libgme (0.5.5-3)
    [2010-12-26 16:50] upgraded gstreamer0.10-bad-plugins (0.10.19-1 -> 0.10.20-1)
    [2010-12-26 16:50] upgraded gstreamer0.10-ffmpeg (0.10.10-1 -> 0.10.11-1)
    [2010-12-26 16:50] upgraded gstreamer0.10-ugly (0.10.15-5 -> 0.10.16-1)
    [2010-12-26 16:50] upgraded gstreamer0.10-ugly-plugins (0.10.15-5 -> 0.10.16-1)
    [2010-12-26 16:50] upgraded gtk-engine-murrine (0.98.1.1-1 -> 0.98.1.1-2)
    [2010-12-26 16:50] upgraded gtk-vnc (0.3.10-2 -> 0.4.2-2)
    [2010-12-26 16:50] upgraded gvfs (1.6.5-2 -> 1.6.6-1)
    [2010-12-26 16:50] upgraded usbutils (0.90-1 -> 0.91-4)
    [2010-12-26 16:50] upgraded hal (0.5.14-4 -> 0.5.14-5)
    [2010-12-26 16:50] upgraded hyphen (2.6-1 -> 2.7.1-1)
    [2010-12-26 16:50] upgraded icu (4.4.2-1 -> 4.6-1)
    [2010-12-26 16:50] upgraded inetutils (1.8-1 -> 1.8-2)
    [2010-12-26 16:50] upgraded initscripts (2010.07-1 -> 2010.07-2)
    [2010-12-26 16:50] upgraded iptables (1.4.9-1 -> 1.4.10-1)
    [2010-12-26 16:50] upgraded ipw2100-fw (1.3-4 -> 1.3-5)
    [2010-12-26 16:50] upgraded ipw2200-fw (3.1-2 -> 3.1-3)
    [2010-12-26 16:50] upgraded isdn4k-utils (3.2p1-5 -> 3.2p1-6)
    [2010-12-26 16:50] upgraded jfsutils (1.1.14-1 -> 1.1.14-2)
    [2010-12-26 16:50] upgraded linux-firmware (20100911-1 -> 20101108-1)
    [2010-12-26 16:50] >>> Updating module dependencies. Please wait ...
    [2010-12-26 16:50] >>> MKINITCPIO SETUP
    [2010-12-26 16:50] >>> ----------------
    [2010-12-26 16:50] >>> If you use LVM2, Encrypted root or software RAID,
    [2010-12-26 16:50] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2010-12-26 16:50] >>> More information about mkinitcpio setup can be found here:
    [2010-12-26 16:50] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2010-12-26 16:50]
    [2010-12-26 16:50] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
    [2010-12-26 16:50] ==> Building image "default"
    [2010-12-26 16:50] ==> Running command: /sbin/mkinitcpio -k 2.6.36-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2010-12-26 16:50] :: Begin build
    [2010-12-26 16:50] :: Parsing hook [base]
    [2010-12-26 16:50] :: Parsing hook [udev]
    [2010-12-26 16:50] :: Parsing hook [autodetect]
    [2010-12-26 16:50] :: Parsing hook [pata]
    [2010-12-26 16:50] :: Parsing hook [scsi]
    [2010-12-26 16:51] :: Parsing hook [sata]
    [2010-12-26 16:51] :: Parsing hook [filesystems]
    [2010-12-26 16:51] :: Generating module dependencies
    [2010-12-26 16:51] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2010-12-26 16:51] ==> SUCCESS
    [2010-12-26 16:51] ==> Building image "fallback"
    [2010-12-26 16:51] ==> Running command: /sbin/mkinitcpio -k 2.6.36-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2010-12-26 16:51] :: Begin build
    [2010-12-26 16:51] :: Parsing hook [base]
    [2010-12-26 16:51] :: Parsing hook [udev]
    [2010-12-26 16:51] :: Parsing hook [pata]
    [2010-12-26 16:51] :: Parsing hook [scsi]
    [2010-12-26 16:51] :: Parsing hook [sata]
    [2010-12-26 16:51] :: Parsing hook [filesystems]
    [2010-12-26 16:51] :: Generating module dependencies
    [2010-12-26 16:51] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2010-12-26 16:51] ==> SUCCESS
    [2010-12-26 16:51] upgraded kernel26 (2.6.35.8-1 -> 2.6.36.2-1)
    [2010-12-26 16:51] upgraded less (436-1 -> 436-2)
    [2010-12-26 16:51] upgraded libdvdcss (1.2.10-1.1 -> 1.2.10-2)
    [2010-12-26 16:51] upgraded libgnome (2.32.0-1 -> 2.32.0-3)
    [2010-12-26 16:51] upgraded libgssglue (0.1-2 -> 0.1-3)
    [2010-12-26 16:51] upgraded libmpdclient (2.2-1 -> 2.3-1)
    [2010-12-26 16:51] upgraded libmtp (1.0.2-1 -> 1.0.2-2)
    [2010-12-26 16:51] upgraded libpcap (1.1.1-1 -> 1.1.1-2)
    [2010-12-26 16:51] upgraded libpurple (2.7.5-1 -> 2.7.8-1)
    [2010-12-26 16:51] upgraded libwebkit (1.2.5-1 -> 1.2.5-2)
    [2010-12-26 16:51] upgraded libwpd (0.8.14-1 -> 0.9.0-1)
    [2010-12-26 16:51] upgraded lvm2 (2.02.75-1 -> 2.02.78-1)
    [2010-12-26 16:51] upgraded lzo2 (2.03-1 -> 2.04-1)
    [2010-12-26 16:51] upgraded man-db (2.5.7-1 -> 2.5.9-1)
    [2010-12-26 16:51] upgraded man-pages (3.29-1 -> 3.32-1)
    [2010-12-26 16:51] upgraded me-tv (1.3.4-1 -> 1.3.5-1)
    [2010-12-26 16:51] upgraded mesa (7.8.2-3 -> 7.9.0.git20101207-2)
    [2010-12-26 16:51] upgraded mousetweaks (2.32.0-1 -> 2.32.1-1)
    [2010-12-26 16:51] upgraded mpd (0.15.13-1 -> 0.16-2)
    [2010-12-26 16:51] upgraded mpfr (3.0.0.p4-1 -> 3.0.0.p8-1)
    [2010-12-26 16:52] upgraded nano (2.2.5-1 -> 2.2.6-1)
    [2010-12-26 16:52] upgraded nautilus (2.32.0-1 -> 2.32.2-1)
    [2010-12-26 16:52] module configuration already contains alias directive
    [2010-12-26 16:52]
    [2010-12-26 16:52] upgraded ndiswrapper (1.56-5 -> 1.56-6)
    [2010-12-26 16:52] upgraded wireless_tools (29-3 -> 29-4)
    [2010-12-26 16:52] warning: directory permissions differ on var/lib/NetworkManager/
    filesystem: 755  package: 700
    [2010-12-26 16:52] ATTENTION:
    [2010-12-26 16:52]   /etc/NetworkManager/nm-system-settings.conf has been replaced
    [2010-12-26 16:52]   by /etc/NetworkManager/NetworkManager.conf. Make sure you move
    [2010-12-26 16:52]   any custom settings to the new config file.
    [2010-12-26 16:52] upgraded networkmanager (0.8.1-1 -> 0.8.3-0.20101130)
    [2010-12-26 16:52] upgraded network-manager-applet (0.8.1-2 -> 0.8.2-2)
    [2010-12-26 16:52] upgraded nfsidmap (0.23-3 -> 0.23-4)
    [2010-12-26 16:52] In order to use the new nvidia module, exit Xserver and unload it manually.
    [2010-12-26 16:52] upgraded nvidia (260.19.12-1 -> 260.19.29-1)
    [2010-12-26 16:52] when you use a non-reparenting window manager
    [2010-12-26 16:52] set _JAVA_AWT_WM_NONREPARENTING=1 in
    [2010-12-26 16:52] /etc/profile.d/openjdk6.sh
    [2010-12-26 16:52] upgraded openjdk6 (6.b20_1.9.1-1 -> 6.b20_1.9.3-1)
    [2010-12-26 16:52] upgraded raptor (1.4.21-1 -> 1.4.21-2)
    [2010-12-26 16:52] upgraded rasqal (0.9.20-1 -> 0.9.21-1)
    [2010-12-26 16:52] upgraded redland (1.0.12-2 -> 1.0.12-3)
    [2010-12-26 16:52]  * check /etc/profile.d/openoffice.sh, then relogin or "source" the file
    [2010-12-26 16:52]  * see http://wiki.archlinux.org/index.php/Openoffice
    [2010-12-26 16:52]    how to use extensions, e.g. for spell checking
    [2010-12-26 16:52]    see /usr/lib/openoffice/share/extension/install what
    [2010-12-26 16:52]    is shipped with this package
    [2010-12-26 16:52]  * make sure you have installed a ttf font (ttf-dejavu recommended)
    [2010-12-26 16:52] upgraded openoffice-base (3.2.1-3 -> 3.2.1-4)
    [2010-12-26 16:52] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2010-12-26 16:52] upgraded pacman-mirrorlist (20100825-1 -> 20101223-1)
    [2010-12-26 16:52] upgraded patch (2.6.1-1 -> 2.6.1-2)
    [2010-12-26 16:52] upgraded perl-xml-parser (2.36-7 -> 2.40-1)
    [2010-12-26 16:52] upgraded pidgin (2.7.5-1 -> 2.7.8-1)
    [2010-12-26 16:52] upgraded pilot-link (0.12.5-1 -> 0.12.5-2)
    [2010-12-26 16:52] upgraded pkg-config (0.25-2 -> 0.25-3)
    [2010-12-26 16:52] upgraded poppler-data (0.4.3-1 -> 0.4.4-1)
    [2010-12-26 16:52] upgraded poppler (0.14.4-1 -> 0.14.5-1)
    [2010-12-26 16:52] upgraded poppler-glib (0.14.4-1 -> 0.14.5-1)
    [2010-12-26 16:52] upgraded postgresql-libs (9.0.1-2 -> 9.0.2-2)
    [2010-12-26 16:52] installed python2-cairo (1.8.10-1)
    [2010-12-26 16:52] upgraded python (3.1.2-2 -> 3.1.3-1)
    [2010-12-26 16:52] upgraded python-chardet (2.0.1-2 -> 2.0.1-3)
    [2010-12-26 16:52] installed python2-numpy (1.5.1-1)
    [2010-12-26 16:52] upgraded qt (4.7.0-4 -> 4.7.1-3)
    [2010-12-26 16:52] upgraded recode (3.6-5 -> 3.6-6)
    [2010-12-26 16:52] upgraded reiserfsprogs (3.6.21-2 -> 3.6.21-3)
    [2010-12-26 16:52] upgraded rpcbind (0.2.0-2 -> 0.2.0-3)
    [2010-12-26 16:52] upgraded smbclient (3.5.5-1 -> 3.5.6-1)
    [2010-12-26 16:52] upgraded syslog-ng (3.1.2-1 -> 3.2.1-1)
    [2010-12-26 16:52] upgraded tar (1.23-3 -> 1.25-1)
    [2010-12-26 16:52] upgraded telepathy-glib (0.12.3-1 -> 0.12.7-1)
    [2010-12-26 16:53] upgraded ttf-dejavu (2.30-2 -> 2.32-2)
    [2010-12-26 16:53] upgraded udisks (1.0.1-5 -> 1.0.2-1)
    [2010-12-26 16:53] upgraded unrar (3.9.10-1 -> 4.0.3-1)
    [2010-12-26 16:53] upgraded vino (2.32.0-1 -> 2.32.0-2)
    [2010-12-26 16:53] upgraded zvbi (0.2.33-2 -> 0.2.33-3)
    [2010-12-26 16:53] upgraded vlc (1.1.4.1-2 -> 1.1.5-2)
    [2010-12-26 16:53] upgraded warsow-data (0.5-4 -> 0.6-1)
    [2010-12-26 16:53] upgraded warsow (0.5-4 -> 0.6-3)
    [2010-12-26 16:53] upgraded which (2.20-3 -> 2.20-4)
    [2010-12-26 16:53] upgraded whois (5.0.7-1 -> 5.0.10-1)
    [2010-12-26 16:53] upgraded wireless-regdb (2009.11.25-1 -> 2010.11.24-1)
    [2010-12-26 16:53] upgraded xbitmaps (1.1.0-1 -> 1.1.1-1)
    [2010-12-26 16:53] upgraded xfsprogs (3.1.3-1 -> 3.1.4-1)
    [2010-12-26 16:53] upgraded xinetd (2.3.14-5 -> 2.3.14-6)
    [2010-12-26 16:53] upgraded xorg-docs (1.5-1 -> 1.6-1)
    [2010-12-26 16:53] upgraded xorg-iceauth (1.0.3-1 -> 1.0.4-1)
    [2010-12-26 16:53] installed xorg-xdpyinfo (1.2.0-1)
    [2010-12-26 16:53] installed xorg-xdriinfo (1.0.4-1)
    [2010-12-26 16:53] installed xorg-xev (1.1.0-1)
    [2010-12-26 16:53] installed xorg-xlsatoms (1.1.0-1)
    [2010-12-26 16:53] installed xorg-xlsclients (1.1.1-1)
    [2010-12-26 16:53] installed xorg-xprop (1.2.0-1)
    [2010-12-26 16:53] installed xorg-xvinfo (1.1.1-1)
    [2010-12-26 16:53] installed xorg-xwininfo (1.1.1-1)
    [2010-12-26 16:53] upgraded xorg-utils (7.6-5 -> 7.6-6)
    [2010-12-26 16:53] upgraded xorg-xauth (1.0.4-1 -> 1.0.5-1)
    [2010-12-26 16:53] upgraded xorg-xbacklight (1.1.1-1 -> 1.1.2-1)
    [2010-12-26 16:53] upgraded xorg-xgamma (1.0.3-1 -> 1.0.4-1)
    [2010-12-26 16:53] upgraded xorg-xhost (1.0.3-1 -> 1.0.4-1)
    [2010-12-26 16:53] upgraded xorg-xinit (1.2.1-1 -> 1.3.0-2)
    [2010-12-26 16:53] upgraded xorg-xinput (1.5.2-1 -> 1.5.3-1)
    [2010-12-26 16:53] upgraded xorg-xkill (1.0.2-1 -> 1.0.3-1)
    [2010-12-26 16:53] upgraded xorg-xrandr (1.3.3-1 -> 1.3.4-1)
    [2010-12-26 16:53] upgraded xorg-xrdb (1.0.6-1 -> 1.0.7-1)
    [2010-12-26 16:53] upgraded xorg-xrefresh (1.0.3-1 -> 1.0.4-1)
    [2010-12-26 16:53] upgraded xorg-xset (1.2.0-1 -> 1.2.1-1)
    [2010-12-26 16:53] upgraded xorg-xsetroot (1.0.3-1 -> 1.1.0-1)
    [2010-12-26 16:53] upgraded xorg-xwd (1.0.3-1 -> 1.0.4-1)
    [2010-12-26 16:53] upgraded xorg-xwud (1.0.2-1 -> 1.0.3-1)
    [2010-12-26 16:53] upgraded xterm (266-1 -> 267-1)
    [2010-12-26 16:53] upgraded zenity (2.32.0-1 -> 2.32.1-1)
    [2010-12-28 17:36] Running 'pacman -Stu'
    [2010-12-28 17:36] starting full system upgrade
    [2010-12-28 17:36] Running 'pacman -Syu'
    [2010-12-28 17:36] synchronizing package lists
    [2010-12-28 17:36] starting full system upgrade
    [2010-12-28 17:37] upgraded libpurple (2.7.8-1 -> 2.7.9-1)
    [2010-12-28 17:37] upgraded pidgin (2.7.8-1 -> 2.7.9-1)
    [2010-12-29 23:49] Running 'pacman -S openntp'
    [2010-12-29 23:49] Running 'pacman -S openntpd'
    [2010-12-29 23:49] adding new group: ntp
    [2010-12-29 23:49] adding new user: ntp
    [2010-12-29 23:49] installed openntpd (3.9p1-13)
    [2010-12-31 17:57] Running 'pacman -Syu'
    [2010-12-31 17:57] synchronizing package lists
    [2010-12-31 17:57] starting full system upgrade
    [2010-12-31 18:03] upgraded linux-api-headers (2.6.34-1 -> 2.6.36.2-1)
    [2010-12-31 18:03] Generating locales...
    [2010-12-31 18:03]   en_GB.UTF-8... done
    [2010-12-31 18:03]   en_US.UTF-8... done
    [2010-12-31 18:03]   en_US.ISO-8859-1... done
    [2010-12-31 18:03] Generation complete.
    [2010-12-31 18:03] upgraded glibc (2.12.1-4 -> 2.12.2-1)
    [2010-12-31 18:03] upgraded binutils (2.20.1-4 -> 2.21-2)
    [2010-12-31 18:03] upgraded gcc (4.5.1-2 -> 4.5.2-3)
    [2010-12-31 18:03] upgraded gcc-libs (4.5.1-2 -> 4.5.2-3)
    [2010-12-31 18:03] upgraded hyphen (2.7.1-1 -> 2.7.1-2)
    [2010-12-31 18:03] upgraded libwebkit (1.2.5-2 -> 1.2.6-1)
    [2010-12-31 18:03] upgraded nautilus (2.32.2-1 -> 2.32.2.1-1)
    [2010-12-31 18:03] upgraded twisted (10.2.0-1 -> 10.2.0-2)
    [2010-12-31 18:03] upgraded xulrunner (1.9.2.13-2 -> 1.9.2.13-3)
    [2011-01-01 00:31] Running 'pacman -S dhcpcd'
    [2011-01-01 00:35] Running 'pacman -Rns dhcpcd'
    [2011-01-01 00:36] Running 'pacman -Rns networkmanager'
    [2011-01-01 00:36] Running 'pacman -Rns network-manager-applet'
    [2011-01-01 00:36] removed network-manager-applet (0.8.2-2)
    [2011-01-01 00:36] removed mobile-broadband-provider-info (20100510-1)
    [2011-01-01 00:36] Running 'pacman -Rns networkmanager'
    [2011-01-01 00:36] removed networkmanager (0.8.3-0.20101130)
    [2011-01-01 00:36] Running 'pacman -Rns netcfg'
    [2011-01-01 00:36] removed netcfg (2.5.4-1)
    [2011-01-07 19:27] Running 'pacman -Syu'
    [2011-01-07 19:27] synchronizing package lists
    [2011-01-07 19:28] upgraded pacman (3.4.1-1 -> 3.4.2-1)
    [2011-01-07 19:28] Running 'pacman -Syu'
    [2011-01-07 19:28] synchronizing package lists
    [2011-01-07 19:28] starting full system upgrade
    [2011-01-07 19:34] upgraded atkmm (2.22.1-1 -> 2.22.1-2)
    [2011-01-07 19:34] upgraded bluez (4.82-1 -> 4.84-1)
    [2011-01-07 19:34] upgraded cairo (1.10.0-2 -> 1.10.2-1)
    [2011-01-07 19:34] upgraded cloog-ppl (0.15.9-2 -> 0.15.10-2)
    [2011-01-07 19:34] upgraded pam (1.1.1-2 -> 1.1.3-1)
    [2011-01-07 19:34] upgraded coreutils (8.7-1 -> 8.8-1)
    [2011-01-07 19:34] upgraded pciutils (3.1.7-1 -> 3.1.7-2)
    [2011-01-07 19:34] upgraded udev (164-3 -> 165-1)
    [2011-01-07 19:34] upgraded device-mapper (2.02.78-1 -> 2.02.79-1)
    [2011-01-07 19:34] upgraded cryptsetup (1.1.3-1 -> 1.2.0-1)
    [2011-01-07 19:34] upgraded e2fsprogs (1.41.12-1 -> 1.41.14-1)
    [2011-01-07 19:34] upgraded elfutils (0.149-2 -> 0.150-1)
    [2011-01-07 19:34] upgraded gcc (4.5.2-3 -> 4.5.2-4)
    [2011-01-07 19:34] upgraded gcc-libs (4.5.2-3 -> 4.5.2-4)
    [2011-01-07 19:34] upgraded gnome-media (2.32.0-2 -> 2.32.0-3)
    [2011-01-07 19:34] upgraded groff (1.20.1-4 -> 1.21-1)
    [2011-01-07 19:34] upgraded hunspell (1.2.12-1 -> 1.2.14-1)
    [2011-01-07 19:34] upgraded libcups (1.4.5-2 -> 1.4.6-1)
    [2011-01-07 19:34] upgraded libmysqlclient (5.1.51-1 -> 5.1.54-1)
    [2011-01-07 19:34] upgraded libtool (2.4-1 -> 2.4-2)
    [2011-01-07 19:34] upgraded lvm2 (2.02.78-1 -> 2.02.79-1)
    [2011-01-07 19:34] upgraded python2 (2.7.1-3 -> 2.7.1-4)
    [2011-01-07 19:34] Updating font cache... done.
    [2011-01-07 19:34] upgraded ttf-freefont (20090104-2 -> 20100919-1)
    [2011-01-08 20:14] Running 'pacman -Sy'
    [2011-01-08 20:14] synchronizing package lists
    [2011-01-08 20:16] Running 'pacman -Sy'
    [2011-01-08 20:16] synchronizing package lists
    [2011-01-08 20:18] Running 'pacman -Sy'
    [2011-01-08 20:18] synchronizing package lists
    [2011-01-08 20:22] Running 'pacman -S kernal26'
    [2011-01-08 20:22] Running 'pacman -S kernel26'
    [2011-01-08 20:25] Running 'pacman -Sn kernel26'
    [2011-01-08 20:26] Running 'pacman -S kernel26 ndiswrapper'
    [2011-01-08 20:26] Running 'pacman -S kernel26 ndiswrapper nvidia'
    [2011-01-08 20:29] >>> Updating module dependencies. Please wait ...
    [2011-01-08 20:29] >>> MKINITCPIO SETUP
    [2011-01-08 20:29] >>> ----------------
    [2011-01-08 20:29] >>> If you use LVM2, Encrypted root or software RAID,
    [2011-01-08 20:29] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2011-01-08 20:29] >>> More information about mkinitcpio setup can be found here:
    [2011-01-08 20:29] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2011-01-08 20:29]
    [2011-01-08 20:29] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
    [2011-01-08 20:29] ==> Building image "default"
    [2011-01-08 20:29] ==> Running command: /sbin/mkinitcpio -k 2.6.37-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2011-01-08 20:29] :: Begin build
    [2011-01-08 20:29] :: Parsing hook [base]
    [2011-01-08 20:29] :: Parsing hook [udev]
    [2011-01-08 20:29] :: Parsing hook [autodetect]
    [2011-01-08 20:29] :: Parsing hook [pata]
    [2011-01-08 20:29] :: Parsing hook [scsi]
    [2011-01-08 20:29] :: Parsing hook [sata]
    [2011-01-08 20:29] :: Parsing hook [filesystems]
    [2011-01-08 20:29] :: Generating module dependencies
    [2011-01-08 20:29] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2011-01-08 20:29] ==> SUCCESS
    [2011-01-08 20:29] ==> Building image "fallback"
    [2011-01-08 20:29] ==> Running command: /sbin/mkinitcpio -k 2.6.37-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2011-01-08 20:29] :: Begin build
    [2011-01-08 20:29] :: Parsing hook [base]
    [2011-01-08 20:29] :: Parsing hook [udev]
    [2011-01-08 20:29] :: Parsing hook [pata]
    [2011-01-08 20:29] :: Parsing hook [scsi]
    [2011-01-08 20:29] :: Parsing hook [sata]
    [2011-01-08 20:29] :: Parsing hook [filesystems]
    [2011-01-08 20:29] :: Generating module dependencies
    [2011-01-08 20:30] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2011-01-08 20:30] ==> SUCCESS
    [2011-01-08 20:30] upgraded kernel26 (2.6.36.2-1 -> 2.6.37-1)
    [2011-01-08 20:30] module configuration already contains alias directive
    [2011-01-08 20:30]
    [2011-01-08 20:30] upgraded ndiswrapper (1.56-6 -> 1.56-7)
    [2011-01-08 20:30] In order to use the new nvidia module, exit Xserver and unload it manually.
    [2011-01-08 20:30] upgraded nvidia (260.19.29-1 -> 260.19.29-2)
    [2011-01-09 22:54] Running 'pacman -S kernel26 2.6.36.2-1'
    [2011-01-09 22:55] Running 'pacman -S kernel26 2.6.36.2-1'
    [2011-01-09 22:55] Running 'pacman -Rns kernel26 2.6.37-1'
    [2011-01-09 22:57] Running 'pacman -Rns testing/kernel26 2.6.37-1'
    [2011-01-09 22:57] Running 'pacman -Rns /testing/kernel26 2.6.37-1'
    [2011-01-09 22:58] Running 'pacman -Rns testing/kernel26'
    [2011-01-09 22:58] Running 'pacman -Rns kernel26'
    [2011-01-09 23:00] Running 'pacman -Rns kernel26 2.6.37'
    [2011-01-09 23:00] Running 'pacman -Rns kernel26=2.6.37'
    [2011-01-09 23:01] Running 'pacman -S kernel26'
    [2011-01-09 23:01] Running 'pacman -S kernel26 nvidia ndiswrapper'
    [2011-01-09 23:02] >>> Updating module dependencies. Please wait ...
    [2011-01-09 23:02] >>> MKINITCPIO SETUP
    [2011-01-09 23:02] >>> ----------------
    [2011-01-09 23:02] >>> If you use LVM2, Encrypted root or software RAID,
    [2011-01-09 23:02] >>> Ensure you enable support in /etc/mkinitcpio.conf .
    [2011-01-09 23:02] >>> More information about mkinitcpio setup can be found here:
    [2011-01-09 23:02] >>> http://wiki.archlinux.org/index.php/Mkinitcpio
    [2011-01-09 23:02]
    [2011-01-09 23:02] >>> Generating initial ramdisk, using mkinitcpio.  Please wait...
    [2011-01-09 23:02] ==> Building image "default"
    [2011-01-09 23:02] ==> Running command: /sbin/mkinitcpio -k 2.6.36-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26.img
    [2011-01-09 23:02] :: Begin build
    [2011-01-09 23:02] :: Parsing hook [base]
    [2011-01-09 23:02] :: Parsing hook [udev]
    [2011-01-09 23:02] :: Parsing hook [autodetect]
    [2011-01-09 23:02] :: Parsing hook [pata]
    [2011-01-09 23:02] :: Parsing hook [scsi]
    [2011-01-09 23:02] :: Parsing hook [sata]
    [2011-01-09 23:02] :: Parsing hook [filesystems]
    [2011-01-09 23:02] :: Generating module dependencies
    [2011-01-09 23:02] :: Generating image '/boot/kernel26.img'...SUCCESS
    [2011-01-09 23:02] ==> SUCCESS
    [2011-01-09 23:02] ==> Building image "fallback"
    [2011-01-09 23:02] ==> Running command: /sbin/mkinitcpio -k 2.6.36-ARCH -c /etc/mkinitcpio.conf -g /boot/kernel26-fallback.img -S autodetect
    [2011-01-09 23:02] :: Begin build
    [2011-01-09 23:02] :: Parsing hook [base]
    [2011-01-09 23:02] :: Parsing hook [udev]
    [2011-01-09 23:02] :: Parsing hook [pata]
    [2011-01-09 23:02] :: Parsing hook [scsi]
    [2011-01-09 23:02] :: Parsing hook [sata]
    [2011-01-09 23:02] :: Parsing hook [filesystems]
    [2011-01-09 23:02] :: Generating module dependencies
    [2011-01-09 23:03] :: Generating image '/boot/kernel26-fallback.img'...SUCCESS
    [2011-01-09 23:03] ==> SUCCESS
    [2011-01-09 23:03] upgraded kernel26 (2.6.37-1 -> 2.6.36.2-1)
    [2011-01-09 23:03] In order to use the new nvidia module, exit Xserver and unload it manually.
    [2011-01-09 23:03] upgraded nvidia (260.19.29-2 -> 260.19.29-1)
    [2011-01-09 23:03] module configuration already contains alias directive
    [2011-01-09 23:03]
    [2011-01-09 23:03] upgraded ndiswrapper (1.56-7 -> 1.56-6)
    I'm also going to run some hardware tests after work just to double check that all my hardware is functioning as it should so that will eliminate another potential cause.
    If downgrading Udev to 164-3 doesn't solve the problem, i will try your version of it Daniel. And if that fails ill try downgrading the kernel to 2.6.35 or something and see if that solves it.
    Sorry for the super long post,
    Thanks again for your help.
    Scott.
    Last edited by ScottWilson1990 (2011-01-10 11:51:17)

  • [S]Systemd can't start Load Kernel Modules after upgrade to Linux 4.0

    After upgrading from linux 3.19.3-3 to 4.0.1-1 I've been having a bit of an issue. At that same time I upgraded readline (6.3.006-1 → 6.3.008-1), linux-firmware (20150206.17657c3-1 → 20150410.ec89525-1), nvidia (349.16-1 → 349.16-2) , wpa_suplican (2.4-1 → 1:2.3-1), and  arpack (3.1.5-1 → 3.2.0-1). There may be some typos there since I'm copying by hand. Normally this wouldn't be much of a problem because I have been, priory to a few weeks ago, really good about back ups and would just roll my OS back 15 minutes. But things like that tend to fly out the window when the semester gets heavy. My last snapshot was on May 22nd, which I could still use, but would rather not. Also, it seems like a good idea to try to actual fix things for a change.
    [edit] I should mention that this upgrade was run April 30th.[/edit]
    When I finished booting the system after the upgrade, I got an error message during boot “systemd[1]: Failed to start Load Kernel Modules.” When it finished booting I run “dmesg -l err” to confirm that I'm not having a bad day dream or something. I'm also still seeing the errors that I described in this thread. Don't know if the two are related. I also noticed, when I was logging in, that it said that my stystem was still using the old kernel. Indeed, according to “uname -r” I'm still using 3.19.3-3-ARCH.
    The closest thing to experience I have with this is when I forget to mount /boot before upgrading linux, so I made sure /boot was mounted and rand “sudo pacman -S linux” to reinstall, but this didn't help. Just to check I ran “ls /lib/modules” and see the directorys “4.0.1-1-ARCH” and “extramodules-4.0-ARCH” as I would expect after a succesful upgrade of the kernel.
    Running “systemctl –failed, shows that in addition to systemd-modules-load.service, lm_sensors.service has also failed. I somehow expect lm_sensors depends on systemd-modules-load. I tried “systemctl restart systemd-modules-load”, but was rewarded with a message telling me that it failed. The “journalctl -xe” log has the lines
    systemd[1]: system-modules-load[1799]: Failed to look up alias 'sg': Function not implemented
    systemd[1]: system-modules-load[1799]: Failed to look up alias 'nfs': Function not implemented
    Looking at the Wiki for Systemd under troubleshooting it actually has an example of trying to work through this exact issue. Following that I tried
    journalctl _PID=1799
    systemd[1]: system-modules-load[1799]: Failed to look up alias 'sg': Function not implemented
    systemd[1]: system-modules-load[1799]: Failed to look up alias 'nfs': Function not implemented
    which I already mentioned. At this point that bit of the Wiki stopped being useful.
    Looking up on Google Failed to look up alias 'nfs': Function not implemented returned this thread from two years ago. Running “lsmod |grep sg” or $lsmod |grep nfs” returns nothing, but it also returns nothing on this laptop I'm using as well, so I don't imagine that is useful. Also, “# grep nfs /lib/modules/4.0.1-1-ARCH/modules.alias” returns a “Nosuch file or directory” error.
    Searching for something on 'sg' turned up https://bbs.archlinux.org/viewtopic.php?id=165361, which was also not useful.
    As a sort of last resort I tried https://wiki.archlinux.org/index.php/Do … the_kernel
    I reboot and boot into my fallback installation, running 3.19.3-3, mount the partition with my main Arch on it, and arch-chroot into it.
    I downgraded linux, and nvidia, exited chroot, and rebooted hoping to the Great Bacon that I didn't do anything too damaging. After all, my back ups are more than a week out of date.
    This worked. I'm still getting those annyoing (they are only annoying right?) error messages I mentioned earlier. My system seems fine, if somewhat out of date.
    Still, the question remains, “why did that happen, and how do I actually fix it?”
    [edit2=solution]
    There were two problems. First, my grub.cfg entry was pointing to the wrong UUID. I fixed this by regenerating it. Then I noticed the UUID in the grub menu itself (during the boot prosses) did not match what was in grub.cfg. To fix this I reinstalled grub.
    Last edited by nstgc (2015-05-05 12:07:30)

    Well, I took snapshots, not back ups but they work well enough for this, and rsynced /boot/ to where it use to be, moved/renamed the subvolume boot, and commented out the appropriate line in fstab. I also deleted that other /boot from before. I unmount /boot, and regenerate my grub.cfg. If my machine still boots, I'll try for an upgrade.
    grub.cfg now looks like
    # DO NOT EDIT THIS FILE
    # It is automatically generated by grub-mkconfig using templates
    # from /etc/grub.d and settings from /etc/default/grub
    ### BEGIN /etc/grub.d/00_header ###
    insmod part_gpt
    insmod part_msdos
    if [ -s $prefix/grubenv ]; then
    load_env
    fi
    if [ "${next_entry}" ] ; then
    set default="${next_entry}"
    set next_entry=
    save_env next_entry
    set boot_once=true
    else
    set default="0"
    fi
    if [ x"${feature_menuentry_id}" = xy ]; then
    menuentry_id_option="--id"
    else
    menuentry_id_option=""
    fi
    export menuentry_id_option
    if [ "${prev_saved_entry}" ]; then
    set saved_entry="${prev_saved_entry}"
    save_env saved_entry
    set prev_saved_entry=
    save_env prev_saved_entry
    set boot_once=true
    fi
    function savedefault {
    if [ -z "${boot_once}" ]; then
    saved_entry="${chosen}"
    save_env saved_entry
    fi
    function load_video {
    if [ x$feature_all_video_module = xy ]; then
    insmod all_video
    else
    insmod efi_gop
    insmod efi_uga
    insmod ieee1275_fb
    insmod vbe
    insmod vga
    insmod video_bochs
    insmod video_cirrus
    fi
    if [ x$feature_default_font_path = xy ] ; then
    font=unicode
    else
    insmod part_msdos
    insmod part_msdos
    insmod part_msdos
    insmod btrfs
    set root='hd4,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint-bios=hd5,msdos4 --hint-efi=hd5,msdos4 --hint-baremetal=ahci5,msdos4 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    else
    search --no-floppy --fs-uuid --set=root 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    fi
    font="/arch/usr/share/grub/unicode.pf2"
    fi
    if loadfont $font ; then
    set gfxmode=auto
    load_video
    insmod gfxterm
    set locale_dir=$prefix/locale
    set lang=en_US
    insmod gettext
    fi
    terminal_input console
    terminal_output gfxterm
    if [ x$feature_timeout_style = xy ] ; then
    set timeout_style=menu
    set timeout=5
    # Fallback normal timeout code in case the timeout_style feature is
    # unavailable.
    else
    set timeout=5
    fi
    ### END /etc/grub.d/00_header ###
    ### BEGIN /etc/grub.d/10_linux ###
    menuentry 'Arch Linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-3873d8ba-9472-4d92-ab0d-e94574bd0eae' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod part_msdos
    insmod part_msdos
    insmod btrfs
    set root='hd4,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint-bios=hd5,msdos4 --hint-efi=hd5,msdos4 --hint-baremetal=ahci5,msdos4 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    else
    search --no-floppy --fs-uuid --set=root 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    fi
    echo 'Loading Linux linux ...'
    linux /arch/boot/vmlinuz-linux root=UUID=3873d8ba-9472-4d92-ab0d-e94574bd0eae rw rootflags=subvol=arch quiet
    echo 'Loading initial ramdisk ...'
    initrd /arch/boot/intel-ucode.img /arch/boot/initramfs-linux.img
    submenu 'Advanced options for Arch Linux' $menuentry_id_option 'gnulinux-advanced-3873d8ba-9472-4d92-ab0d-e94574bd0eae' {
    menuentry 'Arch Linux, with Linux linux' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-3873d8ba-9472-4d92-ab0d-e94574bd0eae' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod part_msdos
    insmod part_msdos
    insmod btrfs
    set root='hd4,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint-bios=hd5,msdos4 --hint-efi=hd5,msdos4 --hint-baremetal=ahci5,msdos4 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    else
    search --no-floppy --fs-uuid --set=root 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    fi
    echo 'Loading Linux linux ...'
    linux /arch/boot/vmlinuz-linux root=UUID=3873d8ba-9472-4d92-ab0d-e94574bd0eae rw rootflags=subvol=arch quiet
    echo 'Loading initial ramdisk ...'
    initrd /arch/boot/intel-ucode.img /arch/boot/initramfs-linux.img
    menuentry 'Arch Linux, with Linux linux (fallback initramfs)' --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-3873d8ba-9472-4d92-ab0d-e94574bd0eae' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_msdos
    insmod part_msdos
    insmod part_msdos
    insmod btrfs
    set root='hd4,msdos1'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint-bios=hd5,msdos4 --hint-efi=hd5,msdos4 --hint-baremetal=ahci5,msdos4 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    else
    search --no-floppy --fs-uuid --set=root 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    fi
    echo 'Loading Linux linux ...'
    linux /arch/boot/vmlinuz-linux root=UUID=3873d8ba-9472-4d92-ab0d-e94574bd0eae rw rootflags=subvol=arch quiet
    echo 'Loading initial ramdisk ...'
    initrd /arch/boot/intel-ucode.img /arch/boot/initramfs-linux-fallback.img
    ### END /etc/grub.d/10_linux ###
    ### BEGIN /etc/grub.d/20_linux_xen ###
    ### END /etc/grub.d/20_linux_xen ###
    ### BEGIN /etc/grub.d/30_os-prober ###
    menuentry 'Windows Vista (loader) (on /dev/sdd2)' --class windows --class os $menuentry_id_option 'osprober-chain-30F403F0F403B75E' {
    insmod part_gpt
    insmod ntfs
    set root='hd3,gpt2'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt2 --hint-efi=hd3,gpt2 --hint-baremetal=ahci3,gpt2 30F403F0F403B75E
    else
    search --no-floppy --fs-uuid --set=root 30F403F0F403B75E
    fi
    chainloader +1
    menuentry 'Windows Vista (loader) (on /dev/sdd4)' --class windows --class os $menuentry_id_option 'osprober-chain-FE2648382647EFE7' {
    insmod part_gpt
    insmod ntfs
    set root='hd3,gpt4'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt4 --hint-efi=hd3,gpt4 --hint-baremetal=ahci3,gpt4 FE2648382647EFE7
    else
    search --no-floppy --fs-uuid --set=root FE2648382647EFE7
    fi
    chainloader +1
    menuentry 'Arch (on /dev/sdd5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-simple-832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd' {
    insmod part_gpt
    insmod ext2
    set root='hd3,gpt5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt5 --hint-efi=hd3,gpt5 --hint-baremetal=ahci3,gpt5 832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd
    else
    search --no-floppy --fs-uuid --set=root 832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd
    fi
    linux /boot/vmlinuz-linux root=/dev/sdd5
    initrd /boot/initramfs-linux.img
    submenu 'Advanced options for Arch (on /dev/sdd5)' $menuentry_id_option 'osprober-gnulinux-advanced-832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd' {
    menuentry 'Arch (on /dev/sdd5)' --class gnu-linux --class gnu --class os $menuentry_id_option 'osprober-gnulinux-/boot/vmlinuz-linux--832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd' {
    insmod part_gpt
    insmod ext2
    set root='hd3,gpt5'
    if [ x$feature_platform_search_hint = xy ]; then
    search --no-floppy --fs-uuid --set=root --hint-bios=hd3,gpt5 --hint-efi=hd3,gpt5 --hint-baremetal=ahci3,gpt5 832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd
    else
    search --no-floppy --fs-uuid --set=root 832bcc8d-836e-4b4e-8d9c-0a19f5bcf7dd
    fi
    linux /boot/vmlinuz-linux root=/dev/sdd5
    initrd /boot/initramfs-linux.img
    ### END /etc/grub.d/30_os-prober ###
    ### BEGIN /etc/grub.d/40_custom ###
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.
    ### END /etc/grub.d/40_custom ###
    ### BEGIN /etc/grub.d/41_custom ###
    if [ -f ${config_directory}/custom.cfg ]; then
    source ${config_directory}/custom.cfg
    elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
    source $prefix/custom.cfg;
    fi
    ### END /etc/grub.d/41_custom ###
    ### BEGIN /etc/grub.d/60_memtest86+ ###
    if [ "${grub_platform}" == "pc" ]; then
    menuentry "Memory Tester (memtest86+)" --class memtest86 --class gnu --class tool {
    search --fs-uuid --no-floppy --set=root --hint-bios=hd4,msdos1 --hint-efi=hd4,msdos1 --hint-baremetal=ahci4,msdos1 --hint-bios=hd1,msdos2 --hint-efi=hd1,msdos2 --hint-baremetal=ahci1,msdos2 --hint-bios=hd5,msdos4 --hint-efi=hd5,msdos4 --hint-baremetal=ahci5,msdos4 3873d8ba-9472-4d92-ab0d-e94574bd0eae
    linux16 /arch/boot/memtest86+/memtest.bin
    fi
    ### END /etc/grub.d/60_memtest86+ ###
    It seems as if the lines you mentioned, Scimmia, have changed. I'll take that as a good sign.
    [edit] System still boots. Trying for the upgrade.
    [edit2] Still can't use Linux 4.0. I'm getting the same errors as before.
    [edit3] Successfully downgraded.
    [edit4] I looked through /etc/mkinitcpio.conf and there isn't anything in there that isn't in my laptop's. I don't know if this will help, but here is the output of "pacman -Q"
    a52dec 0.7.4-8
    aalib 1.4rc5-10
    abs 2.4.4-2
    accountsservice 0.6.40-1
    acl 2.2.52-2
    adobe-source-han-sans-jp-fonts 1.002-1
    adwaita-icon-theme 3.16.0-1
    alsa-lib 1.0.29-1
    alsa-plugins 1.0.29-2
    alsa-utils 1.0.29-1
    alsi 0.4.7-1
    arch-install-scripts 15-1
    arch-wiki-docs 20150219-1
    arch-wiki-lite 20150219-2
    archlinux-keyring 20150212-1
    arpack 3.2.0-1
    aspell 0.60.6.1-2
    asunder 2.7-1
    at-spi2-atk 2.16.0-1
    at-spi2-core 2.16.0-1
    atk 2.16.0-1
    atkmm 2.22.7-1
    attr 2.4.47-1
    autoconf 2.69-2
    automake 1.15-1
    avahi 0.6.31-15
    awesome 3.5.6-1
    bash 4.3.033-1
    bash-completion 2.1-5
    bc 1.06.95-1
    bcache-tools 1.0.8-1
    bigpkg 0.4.0-2
    binutils 2.25-2
    bison 3.0.4-1
    blas 3.5.0-1
    bluez 5.30-1
    bluez-libs 5.30-1
    bonnie++ 1.97-1
    boost 1.58.0-1
    boost-libs 1.58.0-1
    btrfs-progs 3.19.1-1
    bullet 2.82-1
    bzip2 1.0.6-5
    ca-certificates 20150402-1
    ca-certificates-cacert 20140824-2
    ca-certificates-mozilla 3.18-3
    ca-certificates-utils 20150402-1
    cabextract 1.4-3
    cairo 1.14.2-1
    cairo-clock 0.3.4-4
    cairo-dock 3.4.1-1
    cairo-dock-plug-ins 3.4.1-1
    cairomm 1.10.0-3
    calibre 2.27.0-1
    cantarell-fonts 0.0.16-2
    caribou 0.4.18.1-1
    cddb-py 1.4-7
    cdparanoia 10.2-5
    cdrdao 1.2.3-7
    cdrtools 3.01a28-1
    celt 0.11.3-2
    cfv 1.18.3-6
    cheese 3.16.1-1
    chmlib 0.40-4
    chromaprint 1.1-2
    chromium 42.0.2311.135-1
    chromium-pepper-flash 1:17.0.0.169-3
    cifs-utils 6.4-1
    cinnamon-desktop 2.4.2-1
    cinnamon-translations 2.4.4-1
    clementine 1.2.3-5
    clucene 2.3.3.4-8
    clutter 1.22.0-2
    clutter-gst2 2.0.14-1
    clutter-gtk 1.6.0-2
    cmus 2.6.0-4
    cogl 1.20.0-1
    colord 1.2.9-2
    colord-gtk 0.1.26-2
    compositeproto 0.4.2-3
    confuse 2.7-3
    coreutils 8.23-1
    cracklib 2.9.4-1
    cryptsetup 1.6.6-1
    cups 2.0.2-4
    cups-filters 1.0.68-1
    cups-pk-helper 0.2.5-1
    curl 7.42.0-1
    damageproto 1.2.1-3
    db 5.3.28-2
    dbus 1.8.16-2
    dbus-glib 0.102-2
    dconf 0.24.0-1
    desktop-file-utils 0.22-1
    device-mapper 2.02.116-1
    dhclient 4.3.2-1
    dhcpcd 6.8.1-1
    dia 0.97.3-1
    dialog 1:1.2_20150225-1
    dictd 1.12.1-4
    diffutils 3.3-2
    ding-libs 0.4.0-3
    djvulibre 3.5.27-1
    dnssec-anchors 20150403-1
    dotconf 1.3-4
    dri2proto 2.8-2
    dri3proto 1.0-1
    dvd+rw-tools 7.1-5
    dvdisaster 0.72.6-1
    e2fsprogs 1.42.12-2
    ecryptfs-utils 106-1
    ed 1.11-1
    efl 1.13.2-1
    elementary 1.13.2-1
    elfutils 0.161-3
    enca 1.16-1
    enchant 1.6.0-5
    enlightenment 0.19.4-1
    evas_generic_loaders 1.13.2-1
    evince 3.16.0-1
    exempi 2.2.2-1
    exfat-utils 1.1.1-1
    exif-py 1.2.0-1
    exiv2 0.24-1
    expac 4-3
    expat 2.1.0-4
    extcalc 0.9.3_1-3
    faac 1.28-5
    faad2 2.7-4
    fakeroot 1.20.2-1
    fbreader 0.99.4-4
    ffmpeg 1:2.6.2-1
    fftw 3.3.4-1
    file 5.22-1
    file-roller 3.16.1-1
    filesystem 2015.02-1
    findutils 4.4.2-6
    firefox 37.0.2-1
    fixesproto 5.0-3
    flac 1.3.1-1
    flashplugin 11.2.202.457-1
    flex 2.5.39-1
    fltk 1.3.3-4
    fluidsynth 1.1.6-4
    fontconfig 2.11.1-1
    fontsproto 2.1.3-1
    foomatic-db 3:20150308-1
    foomatic-db-engine 3:20150308-1
    freetype2 2.5.5-1
    fribidi 0.19.6-2
    fsarchiver 0.6.19-1
    fuse 2.9.3-2
    fuse-exfat 1.1.0-1
    gawk 4.1.2-1
    gc 7.4.2-2
    gcc-fortran 4.9.2-4
    gcc-libs-multilib 4.9.2-4
    gcc-multilib 4.9.2-4
    gconf 3.2.6-3
    gcr 3.15.92-1
    gd 2.1.1-2
    gdb 7.9-1
    gdbm 1.11-1
    gdk-pixbuf2 2.31.3-1
    geany 1.24.1-1
    gemrb 0.8.2-1
    geoclue 0.12.99-2
    geoclue2 2.2.0-2
    geocode-glib 3.16.0-1
    gettext 0.19.4-1
    ghostscript 9.16-1
    giflib 5.1.1-1
    git 2.3.7-1
    gjs 1.43.3-1
    glew 1.12.0-1
    glib-networking 2.44.0-2
    glib2 2.44.0-1
    glibc 2.21-3
    glibmm 2.44.0-1
    glproto 1.4.17-1
    glu 9.0.0-3
    gmime 2.6.20-2
    gmp 6.0.0-2
    gnome-bluetooth 3.16.1-1
    gnome-color-manager 3.16.0-1
    gnome-control-center 3.16.1-2
    gnome-desktop 1:3.16.1-1
    gnome-dictionary 3.16.1-1
    gnome-disk-utility 3.16.0-1
    gnome-menus 3.13.3-1
    gnome-online-accounts 3.16.0-2
    gnome-session 3.16.0-1
    gnome-settings-daemon 3.16.1-1
    gnome-shell 3.16.1-2
    gnome-shell-extensions 3.16.1-1
    gnome-system-monitor 3.16.0-1
    gnome-themes-standard 3.16.0-1
    gnome-tweak-tool 3.16.1-1
    gnome-video-effects 0.4.1-1
    gnupg 2.1.3-3
    gnuplot 5.0.0-2
    gnutls 3.4.0-1
    gobject-introspection 1.44.0-1
    gobject-introspection-runtime 1.44.0-1
    google-chrome 42.0.2311.135-1
    gparted 0.22.0-1
    gpgme 1.5.4-1
    gpm 1.20.7-4
    graphite 1:1.2.4-1
    grep 2.21-2
    grilo 0.2.12-1
    groff 1.22.3-3
    grsync 1.2.5-1
    grub 1:2.02.beta2-5
    gsettings-desktop-schemas 3.16.1-1
    gsfonts 20150122-1
    gsm 1.0.13-8
    gssproxy 0.4.1-1
    gst-libav 1.4.5-1
    gst-plugins-bad 1.4.5-2
    gst-plugins-base 1.4.5-1
    gst-plugins-base-libs 1.4.5-1
    gst-plugins-good 1.4.5-2
    gst-plugins-ugly 1.4.5-2
    gstreamer 1.4.5-1
    gstreamer0.10 0.10.36-4
    gstreamer0.10-base 0.10.36-3
    gstreamer0.10-base-plugins 0.10.36-3
    gstreamer0.10-good 0.10.31-6
    gstreamer0.10-good-plugins 0.10.31-6
    gstreamer0.10-python 0.10.22-2
    gstreamer0.10-ugly 0.10.19-14
    gstreamer0.10-ugly-plugins 0.10.19-14
    gthumb 3.4.0-1
    gtk-update-icon-cache 2.24.27-1
    gtk2 2.24.27-1
    gtk3 3.16.2-1
    gtkmm 2.24.4-1
    gtkmm3 3.16.0-1
    guile 2.0.11-2
    gvfs 1.24.1-1
    gvfs-mtp 1.24.1-1
    gzip 1.6-1
    hal-info 0.20091130-2
    harfbuzz 0.9.40-2
    harfbuzz-icu 0.9.40-2
    haveged 1.9.1-2
    hdparm 9.45-1
    hdsentinel 0.8-2
    help2man 1.46.4-1
    hicolor-icon-theme 0.13-1
    hplip 3.15.4-1
    hspell 1.2-2
    htmlcxx 0.85-4
    htop 1.0.3-2
    hunspell 1.3.3-1
    hwids 20150129-1
    hwinfo 21.10.1.1-1
    hwloc 1.10.1-1
    hyphen 2.8.8-1
    i3-wm 4.10.2-1
    i3lock 2.6-1
    i3status 2.9-1
    i7z 0.27.2.git1-1
    iana-etc 2.30-4
    icedtea-web 1.5.2-1
    icu 55.1-1
    imagemagick 6.9.1.0-1
    imagewriter 1.10.1420800585.134a9b3-1
    imlib2 1.4.7-1
    inetutils 1.9.2-2
    innoextract 1.4-0
    inputproto 2.3.1-1
    intel-tbb 4.3_20150209-1
    intel-ucode 20150121-1
    inxi 2.2.19-1
    iproute2 3.19.0-1
    iptables 1.4.21-3
    iputils 20121221-3
    ipython 3.1.0-1
    iso-codes 3.57-1
    jack 0.124.1-3
    jansson 2.7-1
    jasper 1.900.1-13
    java-environment-common 2-2
    java-runtime-common 2-2
    jdk7-openjdk 7.u79_2.5.5-1
    jfsutils 1.1.15-4
    jmtpfs 0.5-1
    jre7-openjdk 7.u79_2.5.5-1
    jre7-openjdk-headless 7.u79_2.5.5-1
    js 24.2.0-1
    js17 17.0.0-1
    json-c 0.12-2
    json-glib 1.0.2-1
    jsoncpp 1.4.4-1
    julia 2:0.3.7-1
    julia-docs 2:0.3.7-1
    kbd 2.0.2-1
    kbproto 1.0.7-1
    keyutils 1.5.9-1
    kmod 20-1
    krb5 1.13.1-1
    kvirc 4.2.0-4
    lame 3.99.5-2
    lapack 3.5.0-1
    lcms 1.19-5
    lcms2 2.6-1
    ldb 1.1.20-1
    ldns 1.6.17-2
    less 471-1
    lgogdownloader-git 20150310-1
    lib32-acl 2.2.52-2
    lib32-alsa-lib 1.0.29-1
    lib32-alsa-plugins 1.0.29-2
    lib32-atk 2.16.0-1
    lib32-attr 2.4.47-1
    lib32-bzip2 1.0.6-2
    lib32-cairo 1.14.2-1
    lib32-curl 7.41.0-1
    lib32-db 5.3.28-2
    lib32-e2fsprogs 1.42.12-1
    lib32-elfutils 0.161-2
    lib32-expat 2.1.0-2
    lib32-fakeroot 1.20.2-1
    lib32-flac 1.3.1-1
    lib32-flashplugin 11.2.202.457-1
    lib32-fontconfig 2.11.1-1
    lib32-freetype2 2.5.5-1
    lib32-gcc-libs 4.9.2-4
    lib32-gdk-pixbuf2 2.31.3-2
    lib32-gettext 0.19.4-1
    lib32-giflib 5.1.1-1
    lib32-glew 1.12.0-1
    lib32-glib2 2.44.0-1
    lib32-glibc 2.21-2
    lib32-glu 9.0.0-2
    lib32-gmp 6.0.0-1
    lib32-gnutls 3.4.0-2
    lib32-gsm 1.0.13-9
    lib32-gtk2 2.24.27-1
    lib32-harfbuzz 0.9.40-2
    lib32-icu 55.1-1
    lib32-jack 0.124.1-1
    lib32-json-c 0.12-1
    lib32-keyutils 1.5.9-1
    lib32-krb5 1.13.1-1
    lib32-lcms2 2.6-1
    lib32-libaio 0.3.110-1
    lib32-libasyncns 0.8-7
    lib32-libcanberra 0.30-4
    lib32-libcap 2.24-1
    lib32-libcl 1.1-1
    lib32-libcups 2.0.2-2
    lib32-libdbus 1.8.16-1
    lib32-libdrm 2.4.60-1
    lib32-libffi 3.2.1-1
    lib32-libgcrypt 1.6.3-1
    lib32-libgpg-error 1.18-1
    lib32-libice 1.0.9-1
    lib32-libidn 1.30-1
    lib32-libjpeg-turbo 1.4.0-1
    lib32-libldap 2.4.40-1
    lib32-libltdl 2.4.5-1
    lib32-libnl 3.2.25-1
    lib32-libogg 1.3.2-1
    lib32-libpcap 1.6.2-1
    lib32-libpciaccess 0.13.4-1
    lib32-libpng 1.6.16-1
    lib32-libpulse 6.0-1
    lib32-libsamplerate 0.1.8-2
    lib32-libsm 1.2.2-1
    lib32-libsndfile 1.0.25-3
    lib32-libssh2 1.5.0-1
    lib32-libtasn1 4.4-1
    lib32-libtiff 4.0.3-3
    lib32-libtxc_dxtn 1.0.1-5
    lib32-libusb 1.0.19-1
    lib32-libvorbis 1.3.5-1
    lib32-libx11 1.6.3-1
    lib32-libxau 1.0.8-1
    lib32-libxcb 1.11-1
    lib32-libxcomposite 0.4.4-2
    lib32-libxcursor 1.1.14-1
    lib32-libxdamage 1.1.4-2
    lib32-libxdmcp 1.1.2-1
    lib32-libxext 1.3.3-1
    lib32-libxfixes 5.0.1-1
    lib32-libxft 2.3.2-1
    lib32-libxi 1.7.4-1
    lib32-libxinerama 1.1.3-1
    lib32-libxml2 2.9.2-1
    lib32-libxmu 1.1.2-1
    lib32-libxrandr 1.4.2-1
    lib32-libxrender 0.9.8-1
    lib32-libxshmfence 1.2-1
    lib32-libxslt 1.1.28-2
    lib32-libxt 1.1.4-1
    lib32-libxtst 1.2.2-1
    lib32-libxxf86vm 1.1.4-1
    lib32-llvm-libs 3.6.0-1
    lib32-mesa 10.5.4-1
    lib32-mpg123 1.22.1-1
    lib32-ncurses 5.9-3
    lib32-nettle 3.1.1-1
    lib32-nspr 4.10.8-1
    lib32-nss 3.18-1
    lib32-nvidia-libgl 349.16-1
    lib32-nvidia-utils 349.16-1
    lib32-openal 1.16.0-1
    lib32-openssl 1.0.2.a-1
    lib32-p11-kit 0.23.1-2
    lib32-pango 1.36.8-1
    lib32-pcre 8.36-1
    lib32-pixman 0.32.6-1
    lib32-portaudio 19_20140130-1
    lib32-readline 6.3.008-1
    lib32-sdl 1.2.15-6
    lib32-soundtouch 1.8.0-1
    lib32-sqlite 3.8.9-1
    lib32-systemd 219-1
    lib32-tdb 1.3.4-1
    lib32-util-linux 2.26.1-1
    lib32-v4l-utils 1.6.0-1
    lib32-wayland 1.7.0-1
    lib32-wxgtk 3.0.2-4
    lib32-xz 5.2.1-1
    lib32-zlib 1.2.8-1
    libabw 0.1.1-1
    libaio 0.3.110-1
    libao 1.2.0-1
    libarchive 3.1.2-8
    libart-lgpl 2.3.21-3
    libass 0.12.1-1
    libassuan 2.2.0-1
    libasyncns 0.8-5
    libatasmart 0.19-3
    libatomic_ops 7.4.2-1
    libavc1394 0.5.4-2
    libbluray 0.8.0-1
    libbsd 0.7.0-1
    libcaca 0.99.beta18-2
    libcanberra 0.30-5
    libcanberra-pulse 0.30-5
    libcap 2.24-2
    libcap-ng 0.7.4-1
    libcddb 1.3.2-4
    libcdio 0.93-1
    libcdio-paranoia 10.2+0.93+1-1
    libcdr 0.1.1-2
    libcl 1.1-4
    libcroco 0.6.8-2
    libcue 1.4.0-4
    libcups 2.0.2-4
    libdaemon 0.14-3
    libdatrie 0.2.8-1
    libdbus 1.8.16-2
    libdca 0.0.5-4
    libdrm 2.4.60-2
    libdv 1.0.0-6
    libdvbpsi 1:1.1.2-1
    libdvdcss 1.3.0-1
    libdvdnav 5.0.2-1
    libdvdread 5.0.1-1
    libe-book 0.1.2-2
    libebml 1.3.1-1
    libedit 20150325_3.1-1
    libepoxy 1.2-2
    libetonyek 0.1.1-1
    libev 4.19-1
    libevdev 1.4.2-1
    libevent 2.0.22-1
    libexif 0.6.21-2
    libffi 3.2.1-1
    libfontenc 1.1.3-1
    libftdi-compat 0.20-1
    libgcrypt 1.6.3-2
    libgcrypt15 1.5.4-4
    libgdm 3.16.1.1-1
    libgee 0.18.0-1
    libglade 2.6.4-5
    libgme 0.6.0-3
    libgnome-keyring 3.12.0-2
    libgnomekbd 3.6.0-2
    libgpg-error 1.19-1
    libgpod 0.8.3-4
    libgssglue 0.4-2
    libgsystem 2015.1-1
    libgtop 2.30.0-1
    libgusb 0.2.4-1
    libgweather 3.16.1-1
    libgxps 0.2.2-3
    libibus 1.5.10-1
    libical 1.0.1-2
    libice 1.0.9-1
    libid3tag 0.15.1b-8
    libidn 1.30-1
    libiec61883 1.2.0-4
    libimobiledevice 1.2.0-1
    libinput 0.14.1-1
    libirman 0.4.5-4
    libjpeg-turbo 1.4.0-1
    libkate 0.4.1-5
    libksba 1.3.3-1
    liblastfm 1.0.9-1
    libldap 2.4.40-2
    liblqr 0.4.2-1
    libmaa 1.3.2-2
    libmad 0.15.1b-7
    libmatroska 1.4.2-1
    libmediainfo 0.7.73-1
    libmikmod 3.3.7-1
    libmm-glib 1.4.6-1
    libmms 0.6.4-1
    libmng 2.0.2-3
    libmodplug 0.8.8.5-1
    libmp4v2 2.0.0-3
    libmpc 1.0.3-1
    libmpcdec 1.2.6-4
    libmpeg2 0.5.1-5
    libmspub 0.1.2-2
    libmtp 1.1.8-1
    libmwaw 0.3.4-1
    libmygpo-qt 1.0.8-1
    libndp 1.4-1
    libnewt 0.52.18-2
    libnl 3.2.25-1
    libnm-glib 1.0.0-2
    libnotify 0.7.6-1
    liboauth 1.0.3-1
    libodfgen 0.1.3-1
    libofa 0.9.3-5
    libogg 1.3.2-1
    libomxil-bellagio 0.9.3-1
    libpagemaker 0.0.2-1
    libpaper 1.1.24-7
    libpcap 1.6.2-1
    libpciaccess 0.13.4-1
    libpipeline 1.4.0-1
    libplist 1.12-1
    libpng 1.6.16-1
    libproxy 0.4.11-5
    libpulse 6.0-1
    libpwquality 1.2.3-1
    libquvi 0.9.4-3
    libquvi-scripts 0.9.20131130-2
    libqzeitgeist 0.8.0-4
    libraw 0.16.0-3
    libraw1394 2.1.0-2
    libreoffice-fresh 4.4.2-1
    librevenge 0.0.2-1
    librpcsecgss 0.19-8
    librsvg 1:2.40.9-1
    libsamplerate 0.1.8-3
    libsasl 2.1.26-7
    libseccomp 2.2.0-1
    libsecret 0.18-1
    libshout 1:2.3.1-2
    libsidplay 1.36.59-6
    libsigc++ 2.4.1-1
    libsigsegv 2.10-2
    libsm 1.2.2-2
    libsndfile 1.0.25-3
    libsodium 1.0.2-1
    libsoup 2.50.0-1
    libspectre 0.2.7-2
    libsrtp 15.1c9bd90-3
    libssh 0.6.5-1
    libssh2 1.5.0-1
    libsystemd 219-6
    libtar 1.2.20-2
    libtasn1 4.4-1
    libteam 1.14-2
    libthai 0.1.21-1
    libtheora 1.1.1-3
    libtiff 4.0.3-5
    libtiger 0.3.4-4
    libtirpc 0.2.5-1
    libtool 2.4.6-1
    libtxc_dxtn 1.0.1-6
    libunibreak 1.1-1
    libunistring 0.9.5-1
    libunwind 1.1-2
    libupnp 1.6.19-1
    libusb 1.0.19-1
    libusb-compat 0.1.5-1
    libusbmuxd 1.0.10-1
    libutempter 1.1.6-2
    libutil-linux 2.26.1-3
    libva 1.5.1-1
    libvdpau 1.1-1
    libvisio 0.1.1-2
    libvisual 0.4.0-5
    libvorbis 1.3.5-1
    libvpx 1.4.0-2
    libwacom 0.11-1
    libwbclient 4.2.1-1
    libwebp 0.4.3-1
    libwmf 0.2.8.4-12
    libwpd 0.10.0-1
    libwpg 0.3.0-1
    libwps 0.3.1-1
    libx11 1.6.3-1
    libx264 2:144.20150223-1
    libx86 1.1-4
    libx86emu 1.1.23.1-1
    libxau 1.0.8-2
    libxaw 1.0.13-1
    libxcb 1.11-1
    libxcomposite 0.4.4-2
    libxcursor 1.1.14-2
    libxdamage 1.1.4-2
    libxdg-basedir 1.2.0-3
    libxdmcp 1.1.2-1
    libxext 1.3.3-1
    libxfixes 5.0.1-1
    libxfont 1.5.1-1
    libxft 2.3.2-1
    libxi 1.7.4-1
    libxinerama 1.1.3-2
    libxkbcommon 0.5.0-1
    libxkbcommon-x11 0.5.0-1
    libxkbfile 1.0.9-1
    libxklavier 5.4-1
    libxml2 2.9.2-2
    libxmu 1.1.2-1
    libxp 1.0.3-1
    libxpm 3.5.11-1
    libxrandr 1.4.2-2
    libxrender 0.9.9-1
    libxshmfence 1.2-1
    libxslt 1.1.28-3
    libxss 1.2.2-2
    libxt 1.1.5-1
    libxtst 1.2.2-1
    libxv 1.0.10-1
    libxvmc 1.0.9-1
    libxxf86dga 1.1.4-1
    libxxf86vm 1.1.4-1
    libyaml 0.1.6-1
    libzen 0.4.31-1
    libzip 0.11.2-1
    licenses 20140629-1
    links 2.9-1
    linux 3.19.3-3
    linux-api-headers 3.18.5-1
    linux-firmware 20150410.ec89525-1
    lirc 1:0.9.2.a-1
    llvm-libs 3.6.0-5
    lm_sensors 3.3.5-1
    logrotate 3.8.9-1
    lpsolve 5.5.2.0-3
    lrzip 0.621-1
    lua 5.2.4-1
    lua-bitop 1.0.2-5
    lua-expat 1.3.0-1
    lua-lgi 0.8.0-2
    lua-socket 3.0rc1-4
    lua51 5.1.5-4
    luajit 2.0.3-3
    lvm2 2.02.116-1
    lxdream 0.9.1-3
    lz4 128-1
    lzo 2.09-1
    m4 1.4.17-1
    make 4.1-1
    man-db 2.7.1-1
    man-pages 3.83-1
    mcomix 1.01-1
    mcpp 2.7.2-5
    mdadm 3.3.2-1
    memtest86+ 5.01-1
    mencoder 37379-3
    mesa 10.5.4-1
    metamorphose2 0.8.3-2
    mime-types 9-1
    minitube 2.4-1
    mjpegtools 2.1.0-1
    mkinitcpio 18-2
    mkinitcpio-busybox 1.21.1-2
    mkvtoolnix-cli 7.8.0-3
    mobile-broadband-provider-info 20120614-2
    morituri-git 0.2.3.r3.gb1d685f-1
    mozilla-common 1.4-4
    mpfr 3.1.2.p11-1
    mpg123 1.22.1-1
    mplayer 37379-3
    mtdev 1.1.5-1
    mutagen 1.28-1
    mutter 3.16.1.1-1
    ncurses 5.9-7
    nemo 2.4.5-1
    neon 0.30.1-1
    net-snmp 5.7.3-1
    netctl 1.10-2
    nettle 3.1.1-1
    network-manager-applet 1.0.0-2
    networkmanager 1.0.0-2
    nfs-utils 1.3.2-6
    nfsidmap 0.26-1
    nm-connection-editor 1.0.0-2
    npth 1.2-1
    nspr 4.10.8-1
    nss 3.18-3
    ntfs-3g 2015.3.14-1
    nvidia 349.16-1
    nvidia-libgl 349.16-1
    nvidia-utils 349.16-1
    ogmtools 1.5-5
    openal 1.16.0-1
    opencore-amr 0.1.3-2
    openjpeg 1.5.2-1
    openmpi 1.8.4-1
    openresolv 3.6.1-1
    openssh 6.8p1-2
    openssl 1.0.2.a-1
    opus 1.1-1
    orc 0.4.23-1
    os-prober 1.64-1
    p11-kit 0.23.1-2
    p7zip 9.38.1-3
    package-query 1.5-2
    pacman 4.2.1-1
    pacman-mirrorlist 20150315-1
    pacmatic 20150126-1
    pam 1.1.8-5
    pambase 20130928-1
    pango 1.36.8-1
    pangomm 2.36.0-1
    par2cmdline-tbb 20141125-1
    parallel 20150322-1
    parted 3.2-2
    patch 2.7.5-1
    pciutils 3.3.1-1
    pcmciautils 018-7
    pcre 8.36-2
    pcsx2-git 1.3.1.r978.1aebca3-1
    perl 5.20.2-1
    perl-clone 0.37-2
    perl-data-dump 1.22-1
    perl-dbi 1.633-1
    perl-encode-locale 1.04-1
    perl-error 0.17023-1
    perl-file-basedir 0.07-1
    perl-file-listing 6.04-2
    perl-file-which 1.09-4
    perl-html-parser 3.71-3
    perl-html-tagset 3.20-4
    perl-http-cookies 6.01-2
    perl-http-daemon 6.01-2
    perl-http-date 6.02-2
    perl-http-message 6.06-2
    perl-http-negotiate 6.01-2
    perl-ipc-system-simple 1.25-1
    perl-libwww 6.08-1
    perl-locale-gettext 1.05-11
    perl-lwp-mediatypes 6.02-2
    perl-net-http 6.07-1
    perl-uri 1.67-1
    perl-www-robotrules 6.02-2
    perl-xml-libxml 2.0121-1
    perl-xml-namespacesupport 1.11-3
    perl-xml-sax 0.99-4
    perl-xml-sax-base 1.08-3
    phonon-qt4 4.8.3-1
    phonon-qt4-gstreamer 4.8.2-1
    phoronix-test-suite 5.6.0-1
    php 5.6.8-2
    pinentry 0.9.1-1
    pixman 0.32.6-1
    pkg-config 0.28-2
    pkgfile 15-1
    pms 1.90.1-1
    podofo 0.9.3-1
    polkit 0.112-2
    poppler 0.32.0-1
    poppler-glib 0.32.0-1
    poppler-qt5 0.32.0-1
    popt 1.16-7
    portaudio 19_20140130-1
    presentproto 1.0-1
    printproto 1.0.5-3
    procps-ng 3.3.10-2
    protobuf 2.6.1-1
    psmisc 22.21-2
    pth 2.0.7-5
    pulseaudio 6.0-1
    pulseaudio-alsa 2-3
    pv 1.6.0-1
    pygobject-devel 3.16.1-1
    pygobject2-devel 2.28.6-11
    pygtk 2.24.0-5
    pyqt4-common 4.11.3-4
    pyqt5-common 5.4.1-2
    python 3.4.3-2
    python-dateutil 2.4.1-1
    python-dbus 1.2.0-4
    python-dbus-common 1.2.0-4
    python-gmpy2 2.0.5-2
    python-gobject 3.16.1-1
    python-html2text 2015.4.14-1
    python-matplotlib 1.4.3-2
    python-mpmath 0.19-1
    python-nose 1.3.6-1
    python-numexpr 2.4.3-1
    python-numpy 1.9.2-2
    python-pandas 0.16.0-2
    python-pygments 2.0.2-2
    python-pyparsing 2.0.3-1
    python-pyqt4 4.11.3-4
    python-pyqt5 5.4.1-2
    python-pytz 2015.2-1
    python-pyzmq 14.5.0-2
    python-scipy 0.15.1-2
    python-setuptools 1:15.2-1
    python-sip 4.16.7-1
    python-six 1.9.0-1
    python-sympy 0.7.6-2
    python-tornado 4.1.0-2
    python-xdg 0.25-2
    python2 2.7.9-1
    python2-apsw 3.8.9-1
    python2-atspi 2.16.0-1
    python2-beaker 1.7.0-1
    python2-cairo 1.10.0-2
    python2-chardet 2.3.0-1
    python2-cherrypy 3.6.0-1
    python2-cssselect 0.9.1-2
    python2-cssutils 1.0-2
    python2-dateutil 2.4.1-1
    python2-dbus 1.2.0-4
    python2-dnspython 1.12.0-1
    python2-gobject 3.16.1-1
    python2-gobject2 2.28.6-11
    python2-html5lib 0.999-5
    python2-lxml 3.4.4-1
    python2-mako 1.0.1-1
    python2-markupsafe 0.23-2
    python2-mechanize 0.2.5-4
    python2-netifaces 0.10.4-1
    python2-pillow 2.8.1-1
    python2-psutil 2.2.1-2
    python2-pycdio 0.20-3
    python2-pygments 2.0.2-2
    python2-pyqt5 5.4.1-2
    python2-setuptools 1:15.2-1
    python2-sip 4.16.7-1
    python2-six 1.9.0-1
    python2-xdg 0.25-2
    qca 2.0.3-5
    qca-ossl 2.0.0-7
    qjson 0.8.1-3
    qpdf 5.1.2-1
    qt4 4.8.6-5
    qt5-base 5.4.1-4
    qt5-declarative 5.4.1-4
    qt5-location 5.4.1-4
    qt5-script 5.4.1-4
    qt5-sensors 5.4.1-4
    qt5-svg 5.4.1-4
    qt5-tools 5.4.1-4
    qt5-translations 5.4.1-4
    qt5-webchannel 5.4.1-4
    qt5-webkit 5.4.1-4
    qt5-xmlpatterns 5.4.1-4
    qtchooser 48-1
    qtwebkit 2.3.4-1
    randrproto 1.4.1-1
    raptor 2.0.15-2
    rasqal 1:0.9.32-1
    readline 6.3.008-1
    recode 3.6-8
    recordproto 1.14.2-2
    redland 1:1.0.17-2
    reflector 2014.11-1
    reiserfsprogs 3.6.24-1
    renderproto 0.11.1-3
    resourceproto 1.2.0-3
    rest 0.7.93-1
    rhash 1.3.3-1
    rng-tools 5-3
    rpcbind 0.2.3-1
    rsync 3.1.1-2
    rtkit 0.11-5
    rtmpdump 20140918-2
    ruby 2.2.2-1
    s-nail 14.8.0-1
    sbc 1.3-1
    schroedinger 1.0.11-2
    scrnsaverproto 1.2.2-2
    sdcv 0.4.2-8
    sdl 1.2.15-7
    sdl_image 1.2.12-3
    sdl_mixer 1.2.12-4
    sdl_net 1.2.8-2
    sdl_ttf 2.0.11-3
    sed 4.2.2-3
    sg3_utils 1.40-1
    shadow 4.2.1-3
    shared-color-targets 0.1.5-1
    shared-mime-info 1.4-1
    sip 4.16.7-1
    slang 2.3.0-1
    smartmontools 6.3-2
    smbclient 4.2.1-1
    smpeg 0.4.5-1
    snappy 1.1.1-1
    sound-theme-freedesktop 0.8-2
    soundtouch 1.8.0-1
    spandsp 0.0.6-1
    speech-dispatcher 0.8.1-1
    speedtest-cli 0.3.1-1
    speex 1.2rc2-1
    speexdsp 1.2rc3-1
    spotify 0.9.17.1-1
    spotify-gnome-git 20141010-1
    sqlite 3.8.9-1
    startup-notification 0.12-4
    steam 1.0.0.49-3
    sudo 1.8.13-1
    suitesparse 4.4.4-1
    sysfsutils 2.1.0-9
    systemd 219-6
    systemd-sysvcompat 219-6
    t1lib 5.1.2-5
    taglib 1.9.1-1
    talloc 2.1.2-1
    tar 1.28-1
    tdb 1.3.4-1
    telepathy-glib 0.24.1-1
    telepathy-logger 0.8.1-1
    telepathy-mission-control 5.16.3-1
    terminology 0.8.0-1
    tevent 0.9.24-1
    texinfo 5.2-3
    texlive-bin 2014.34260-7
    texlive-core 2014.36709-1
    texlive-langchinese 2014.35921-1
    texlive-langcjk 2014.0-1
    texlive-langjapanese 2014.36466-1
    texlive-langkorean 2014.36573-1
    texlive-latexextra 2014.36706-1
    texlive-pictures 2014.36605-1
    texlive-science 2014.36659-1
    texmaker 4.4.1-1
    thin-provisioning-tools 0.4.1-1
    thunderbird 31.6.0-2
    tinyxml 2.6.2-3
    tmux 1.9_a-2
    totem-plparser 3.10.4-1
    transmission-gtk 2.84-1
    tsmuxer 1.10.6-14
    ttf-dejavu 2.34-2
    ttf-ms-fonts 2.0-10
    tzdata 2015d-1
    udisks2 2.1.5-1
    unrar 1:5.2.7-1
    unzip 6.0-10
    upower 0.99.2-2
    usbutils 008-1
    util-linux 2.26.1-3
    v4l-utils 1.6.2-1
    vi 1:050325-4
    videoproto 2.3.2-1
    vim 7.4.712-1
    vim-latexsuite 20130126-2
    vim-runtime 7.4.712-1
    vlc 2.2.1-2
    vte-common 0.40.0-2
    vte3 0.40.0-2
    wavpack 4.70.0-2
    wayland 1.7.0-1
    webkit2gtk 2.8.1-1
    webkitgtk 2.4.8-2
    webrtc-audio-processing 0.1-2
    wesnoth 1.12.2-2
    wesnoth-data 1.12.2-1
    wget 1.16.3-1
    which 2.21-1
    wildmidi 0.3.8-1
    wine 1.7.42-2
    winetricks 20141130-1
    wireless_tools 30.pre9-1
    wpa_supplicant 1:2.3-1
    wxgtk 3.0.2-4
    wxgtk2.8 2.8.12.1-3
    wxpython 3.0.2.0-1
    wxpython2.8 2.8.12.1-1
    x265 1.6-1
    xboxdrv 0.8.5-3
    xcb-proto 1.11-1
    xcb-util 0.4.0-1
    xcb-util-cursor 0.1.2-1
    xcb-util-image 0.4.0-1
    xcb-util-keysyms 0.4.0-1
    xcb-util-renderutil 0.3.9-1
    xcb-util-wm 0.4.1-1
    xdg-su 1.2.3-1
    xdg-utils 1.1.0.git20150323-1
    xdiskusage 1.51-1
    xextproto 7.3.0-1
    xf86-input-evdev 2.9.2-1
    xf86dgaproto 2.1-3
    xf86driproto 2.1.1-3
    xf86vidmodeproto 2.3.1-3
    xfsprogs 3.2.2-1
    xineramaproto 1.2.1-3
    xkeyboard-config 2.14-1
    xorg-appres 1.0.4-1
    xorg-bdftopcf 1.0.5-1
    xorg-font-util 1.3.1-1
    xorg-font-utils 7.6-4
    xorg-fonts-alias 1.0.3-1
    xorg-fonts-encodings 1.0.4-4
    xorg-fonts-misc 1.0.3-3
    xorg-iceauth 1.0.7-1
    xorg-mkfontdir 1.0.7-2
    xorg-mkfontscale 1.1.2-1
    xorg-server 1.17.1-5
    xorg-server-common 1.17.1-5
    xorg-server-devel 1.17.1-5
    xorg-server-utils 7.6-4
    xorg-sessreg 1.1.0-1
    xorg-setxkbmap 1.3.1-1
    xorg-util-macros 1.19.0-1
    xorg-xauth 1.0.9-1
    xorg-xbacklight 1.2.1-1
    xorg-xcmsdb 1.0.5-1
    xorg-xgamma 1.0.6-1
    xorg-xhost 1.0.7-1
    xorg-xinit 1.3.4-2
    xorg-xinput 1.6.1-1
    xorg-xkbcomp 1.3.0-1
    xorg-xmessage 1.0.4-2
    xorg-xmodmap 1.0.9-1
    xorg-xrandr 1.4.3-1
    xorg-xrdb 1.1.0-1
    xorg-xrefresh 1.0.5-1
    xorg-xset 1.2.3-1
    xorg-xsetroot 1.1.1-2
    xproto 7.0.27-1
    xscreensaver 5.32-1
    xvidcore 1.3.3-1
    xz 5.2.1-1
    yajl 2.1.0-1
    yaourt 1.5-1
    zenity 3.14.0-1
    zeromq 4.0.5-1
    zita-alsa-pcmi 0.2.0-2
    zita-resampler 1.3.0-3
    zlib 1.2.8-3
    zvbi 0.2.35-1
    zziplib 0.13.62-2
    [edit5] My /etc/modules-load.d directory is empty by the way, and "sudo /usr/lib/systemd/systemd-modules-load" returns nothing. Note, this is all while running Linux 3.19, but I believe it should demonstrate that I don't have any special modules running. Or so I believe.
    Last edited by nstgc (2015-05-04 13:16:09)

  • Unable to launch the application after upgrading Java to version 1.6.0_26

    After upgrading Java to version 1.6.0_26 in Windows XP my web start throwing Exception. It works fine in Ubuntu with Java 1.6.0_24 and in Windows with older versions of Java 1.6.
    Exception doesn't say anything:
    java.lang.NullPointerException
           at com.sun.javaws.Launcher.executeApplication(Unknown Source)
           at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
           at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
           at com.sun.javaws.Launcher.run(Unknown Source)
           at java.lang.Thread.run(Unknown Source)Same as java console ouput
    Java Web Start 1.6.0_26
    Using JRE version 1.6.0_26-b03 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\esod
    c:   clear console window
    f:   finalize objects on finalization queue
    g:   garbage collect
    h:   display this help message
    m:   print memory usage
    o:   trigger logging
    p:   reload proxy configuration
    q:   hide console
    r:   reload policy configuration
    s:   dump system and deployment properties
    t:   dump thread list
    v:   dump thread stack
    0-5: set trace level to <n>
    #### Java Web Start Error:
    #### nullMy Jnlp file looks like this
    <jnlp spec="1.0+">
    <information>
       <title>Editor</title>
       <vendor>Comapny name</vendor>
       <homepage href="http://company_urll" />
       <description>Editor/description>
    </information>
    <resources>
       <j2se version="1.6+" />
       <property value="true" name="javaws.cfg.jauthenticator" />
       <jar href="http://192.168.79.33:7070/resources/applet/formeditor.jar" />
    </resources>
    <security>
       <all-permissions />
    </security>
    <application-desc main-class="pl.rdata.formeditor.FormEditor">
       <argument>[email protected]</argument>
       <argument>rLq3347491</argument>
       <argument>17</argument>
       <argument>
       http://192.168.79.33:7070/formeditor/formManagerService.service</argument>
       <argument>
       http://192.168.79.33:7070/formeditor/customDataTypeManager.service</argument>
       <argument>
       http://192.168.79.33:7070/formeditor/authorizationService.service</argument>
       <argument>2</argument>
    </application-desc>
    </jnlp>This application is self signed.
    When I download jar file to disk I can run it with command java -jar and it works fine.
    After downloading jar I made some tests changing line <jar href="http://192.168.79.33:7070/resources/applet/formeditor.jar" /> in Jnlp file.
    When I changed it to <jar href="formeditor.jar" />, and have jar in folder it works.
    When I changed it to <jar href="file:///C:/formeditor.jar"> it is not working (same exception).
    In every case jar is download correctly and it pass verifying.
    can anyone help?
    Regards
    Michal

    867322 wrote:
    When I changed it to <jar href="formeditor.jar" />, and have jar in folder it works.Okay, so you at least have a workaround.
    can anyone help?Search the bugs database to see if someone else already reported this; if not create a new bug entry. Whatever mistake you could make, you should not be getting a NullPointerException as a result so this is at the very least a bug in the error handling of webstart.
    But just some observations to try and see if you can make a difference (which is added input for your bug report). If I check JNLP examples, I see that the url specified is usually without a protocol, so it could be like this:
    <jar href="/resources/applet/formeditor.jar" />The JNLP should be on the host that you service the jar from, so Webstart can fill in the host information for itself.
    Also you provide a main-class; if the jar manifest specifies a main-class (and it should) you don't need to specify it in your JNLP file.

  • After upgrade to OSX Mavericks my 2009 MBP keeps crashing due to kernel panic

    After upgrade to OSX Mavericks my 2009 MBP keeps crashing due to kernel panic (happens every 20 minutes or so). Please help me with this, it's getting very frustrating. Have tried disk utility, there were errors (file system was corrupted), the disk utility managed to repair the disk but the crashes continue.
    Etre-check:
    EtreCheck version: 1.9.12 (48)
    Report generated 26 juli 2014 12:29:37 CEST
    Hardware Information:
      MacBook Pro (13-inch, Mid 2009) (Verified)
      MacBook Pro - model: MacBookPro5,5
      1 2.26 GHz Intel Core 2 Duo CPU: 2 cores
      8 GB RAM
    Video Information:
      NVIDIA GeForce 9400M - VRAM: 256 MB
      Color LCD 1280 x 800
    System Software:
      OS X 10.9.4 (13E28) - Uptime: 0 days 0:14:20
    Disk Information:
      FUJITSU MJA2160BH FFS G1 disk0 : (160,04 GB)
      EFI (disk0s1) <not mounted>: 209,7 MB
      Macintosh HD (disk0s2) / [Startup]: 159,18 GB (26 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      HL-DT-ST DVDRW  GS23N 
    USB Information:
      Apple Internal Memory Card Reader
      Iomega Iomega 500,11 GB
      EFI (disk1s1) <not mounted>: 209,7 MB
      IOMEGA (disk1s2) /Volumes/IOMEGA: 499,76 GB (499,32 GB free)
      Apple Inc. Built-in iSight
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Gatekeeper:
      Mac App Store and identified developers
    Kernel Extensions:
      [not loaded] com.FTDI.driver.FTDIUSBSerialDriver (2.2.18 - SDK 10.6) Support
      [not loaded] com.caiaq.driver.NIUSBGuitarRigMobileDriver (2.4.23) Support
      [not loaded] com.caiaq.driver.NIUSBHardwareDriver (2.4.23) Support
      [loaded] com.fortinet.fct.kext.avkern (1.0.1 - SDK 10.7) Support
      [not loaded] com.fortinet.fct.kext.fctapnke (1 - SDK 10.7) Support
      [loaded] com.fortinet.fct.kext.fctwfnke (1.0 - SDK 10.7) Support
      [not loaded] com.fortinet.kext.fctrouternke (1 - SDK 10.7) Support
      [not loaded] nl.bjaelectronics.driver.PL2303 (1.0.0d1) Support
      [loaded] org.virtualbox.kext.VBoxDrv (4.2.12) Support
      [not loaded] org.virtualbox.kext.VBoxNetAdp (4.2.12) Support
      [not loaded] org.virtualbox.kext.VBoxNetFlt (4.2.12) Support
      [loaded] org.virtualbox.kext.VBoxUSB (4.2.12) Support
    Startup Items:
      ChmodBPF: Path: /Library/StartupItems/ChmodBPF
      HWNetMgr: Path: /Library/StartupItems/HWNetMgr
      HWPortDetect: Path: /Library/StartupItems/HWPortDetect
      M-Audio Firmware Loader: Path: /Library/StartupItems/M-Audio Firmware Loader
      StartOuc: Path: /Library/StartupItems/StartOuc
      VirtualBox: Path: /Library/StartupItems/VirtualBox
      wpa_supplicant_srv: Path: /Library/StartupItems/wpa_supplicant_srv
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.fortinet.forticlient.appfw.plist Support
      [running] com.fortinet.forticlient.epctrl.plist Support
      [running] com.fortinet.forticlient.fmon.plist Support
      [running] com.fortinet.forticlient.servctl.plist Support
      [loaded] com.fortinet.forticlient.vpn.plist Support
      [running] com.fortinet.forticlient.wf.plist Support
      [not loaded] com.teamviewer.teamviewer_service.plist Support
      [loaded] org.macosforge.xquartz.privileged_startx.plist Support
    Launch Agents:
      [not loaded] com.teamviewer.teamviewer.plist Support
      [not loaded] com.teamviewer.teamviewer_desktop.plist Support
      [loaded] org.macosforge.xquartz.startx.plist Support
    User Launch Agents:
      [failed] com.adobe.ARM.[...].plist Support
      [running] com.spotify.webhelper.plist Support
      [not loaded] org.virtualbox.vboxwebsrv.plist Support
    User Login Items:
      FIREBOX Control
      iTunesHelper
      Dropbox
      Emil
      NIHardwareAgent
      FortiClientAgent
    Internet Plug-ins:
      FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.06 - SDK 10.6 Support
      Flash Player: Version: 14.0.0.145 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      CitrixICAClientPlugIn: Version: 11.1.0 Support
      Silverlight: Version: 4.1.10329.0 Support
      iPhotoPhotocast: Version: 7.0
    Audio Plug-ins:
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
      Citrix online plug-in  Support
      Flash Player  Support
      Native Instruments USB Audio  Support
    Time Machine:
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 148.25 GB Disk used: 124.04 GB
      Destinations:
      IOMEGA [Local] (Last used)
      Total size: 0 B
      Total number of backups: (null)
      Size of backup disk: Too small
      Backup size 0 B < (Disk used 124.04 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU:
          8% mds_stores
          4% com.apple.WebKit.WebContent
          2% Safari
          1% WindowServer
          1% diskimages-helper
    Top Processes by Memory:
      190 MB mds_stores
      106 MB com.apple.WebKit.WebContent
      98 MB Safari
      90 MB com.apple.IconServicesAgent
      82 MB Dropbox
    Virtual Memory Information:
      4.64 GB Free RAM
      1.52 GB Active RAM
      947 MB Inactive RAM
      684 MB Wired RAM
      1.20 GB Page-ins
      0 B Page-outs

    Hi, thanks for the reply. I deleted some of the old stuff that showed up on the report (have removed virtual box long ago but some residual files were apparently left). It didn't help though. Will remove forticlient too as a test.
    Meanwhile here's the new etre-check and crash report:
    last crash:
    Anonymous UUID:       xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
    Sat Jul 26 13:21:42 2014
    panic(cpu 1 caller 0xffffff801a2dc24e): Kernel trap at 0xffffff801a5e2e49, type 14=page fault, registers:
    CR0: 0x000000008001003b, CR2: 0xffffef811ca9bea0, CR3: 0x000000004274c000, CR4: 0x0000000000000660
    RAX: 0x0000000000000100, RBX: 0xffffff802dd897b0, RCX: 0x00000000e7b76fff, RDX: 0x0000000018489000
    RSP: 0xffffff811ca9be00, RBP: 0xffffff811ca9be00, RSI: 0xffffff8115e0d068, RDI: 0xffffef811ca9be80
    R8:  0xffffff8115d9d078, R9:  0xffffff8115e0d068, R10: 0xffffff811ca9bb90, R11: 0x0000000000000246
    R12: 0x0000000000000000, R13: 0xffffff801a7693d1, R14: 0xffffef811ca9be80, R15: 0x0000000000000000
    RFL: 0x0000000000010282, RIP: 0xffffff801a5e2e49, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0xffffef811ca9bea0, Error code: 0x0000000000000000, Fault CPU: 0x1
    Backtrace (CPU 1), Frame : Return Address
    0xffffff811ca9ba90 : 0xffffff801a222f79
    0xffffff811ca9bb10 : 0xffffff801a2dc24e
    0xffffff811ca9bce0 : 0xffffff801a2f3746
    0xffffff811ca9bd00 : 0xffffff801a5e2e49
    0xffffff811ca9be00 : 0xffffff801a5f6733
    0xffffff811ca9be60 : 0xffffff801a5f20be
    0xffffff811ca9bf00 : 0xffffff801a5f1ecf
    0xffffff811ca9bf60 : 0xffffff801a640777
    0xffffff811ca9bfb0 : 0xffffff801a2f3c38
    BSD process name corresponding to current thread: dbfseventsd
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: BBFADD17-672B-35A2-9B7F-E4B12213E4B8
    Kernel slide:     0x000000001a000000
    Kernel text base: 0xffffff801a200000
    System model name: MacBookPro5,5 (Mac-F2268AC8)
    System uptime in nanoseconds: 3901629665348
    last loaded kext at 3718616795316: com.apple.driver.AppleIntelMCEReporter 104 (addr 0xffffff7f9c773000, size 49152)
    last unloaded kext at 3844885002402: com.apple.driver.AppleUSBCDC 4.2.1b5 (addr 0xffffff7f9c658000, size 16384)
    loaded kexts:
    com.fortinet.fct.kext.avkern 1.0.1
    com.fortinet.fct.kext.fctwfnke 1.0
    org.virtualbox.kext.VBoxUSB 4.2.12
    org.virtualbox.kext.VBoxDrv 4.2.12
    com.apple.filesystems.smbfs 2.0.2
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.driver.AGPM 100.14.28
    com.apple.iokit.IOBluetoothSerialManager 4.2.6f1
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleBacklight 170.3.5
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.AppleHWAccess 1
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.GeForceTesla 8.2.4
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleIRController 325.7
    com.apple.driver.AppleUSBCardReader 3.4.1
    com.apple.iokit.SCSITaskUserClient 3.6.6
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.driver.AppleFWOHCI 5.0.2
    com.apple.driver.AirPort.Brcm4331 700.20.22
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.nvenet 2.0.21
    com.apple.driver.AppleUSBEHCI 660.4.0
    com.apple.driver.AppleUSBOHCI 656.4.1
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 217.92.1
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.driver.AppleIntelCPUPowerManagement 217.92.1
    com.apple.kext.triggers 1.0
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.iokit.IOSurface 91.1
    com.apple.iokit.IOBluetoothFamily 4.2.6f1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.nvidia.classic.NVDANV50HalTesla 8.2.4
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.nvidia.classic.NVDAResmanTesla 8.2.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.AppleUSBMultitouch 240.9
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.6.6
    com.apple.iokit.IOUSBMassStorageClass 3.6.0
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.6.6
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.iokit.IOAHCISerialATAPI 2.6.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.6
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IO80211Family 640.36
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOUSBFamily 683.4.0
    com.apple.driver.NVSMU 2.2.9
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0
    Model: MacBookPro5,5, BootROM MBP55.00AC.B03, 2 processors, Intel Core 2 Duo, 2.26 GHz, 8 GB, SMC 1.47f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x029E, 0x434D5341344758334D314131333333433920
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x029E, 0x434D5341344758334D314131333333433920
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.106.98.100.22)
    Bluetooth: Version 4.2.6f1 14216, 3 services, 23 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MJA2160BH FFS G1, 160,04 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS23N
    USB Device: Internal Memory Card Reader
    USB Device: BRCM2046 Hub
    USB Device: Bluetooth USB Host Controller
    USB Device: Iomega
    USB Device: Built-in iSight
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: IR Receiver
    Thunderbolt Bus:
    new etre check:
    EtreCheck version: 1.9.12 (48)
    Report generated 26 juli 2014 13:24:10 CEST
    Hardware Information:
      MacBook Pro (13-inch, Mid 2009) (Verified)
      MacBook Pro - model: MacBookPro5,5
      1 2.26 GHz Intel Core 2 Duo CPU: 2 cores
      8 GB RAM
    Video Information:
      NVIDIA GeForce 9400M - VRAM: 256 MB
      Color LCD 1280 x 800
    System Software:
      OS X 10.9.4 (13E28) - Uptime: 0 days 0:3:27
    Disk Information:
      FUJITSU MJA2160BH FFS G1 disk0 : (160,04 GB)
      EFI (disk0s1) <not mounted>: 209,7 MB
      Macintosh HD (disk0s2) / [Startup]: 159,18 GB (26,73 GB free)
      Recovery HD (disk0s3) <not mounted>: 650 MB
      HL-DT-ST DVDRW  GS23N 
    USB Information:
      Apple Internal Memory Card Reader
      Apple Inc. BRCM2046 Hub
      Apple Inc. Bluetooth USB Host Controller
      Iomega Iomega 500,11 GB
      EFI (disk1s1) <not mounted>: 209,7 MB
      IOMEGA (disk1s2) /Volumes/IOMEGA: 499,76 GB (498,79 GB free)
      Apple Inc. Built-in iSight
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Computer, Inc. IR Receiver
    Gatekeeper:
      Mac App Store and identified developers
    Kernel Extensions:
      [not loaded] com.FTDI.driver.FTDIUSBSerialDriver (2.2.18 - SDK 10.6) Support
      [not loaded] com.caiaq.driver.NIUSBGuitarRigMobileDriver (2.4.23) Support
      [not loaded] com.caiaq.driver.NIUSBHardwareDriver (2.4.23) Support
      [loaded] com.fortinet.fct.kext.avkern (1.0.1 - SDK 10.7) Support
      [not loaded] com.fortinet.fct.kext.fctapnke (1 - SDK 10.7) Support
      [loaded] com.fortinet.fct.kext.fctwfnke (1.0 - SDK 10.7) Support
      [not loaded] com.fortinet.kext.fctrouternke (1 - SDK 10.7) Support
      [not loaded] nl.bjaelectronics.driver.PL2303 (1.0.0d1) Support
    Startup Items:
      ChmodBPF: Path: /Library/StartupItems/ChmodBPF
      HWNetMgr: Path: /Library/StartupItems/HWNetMgr
      HWPortDetect: Path: /Library/StartupItems/HWPortDetect
      StartOuc: Path: /Library/StartupItems/StartOuc
      wpa_supplicant_srv: Path: /Library/StartupItems/wpa_supplicant_srv
    Launch Daemons:
      [loaded] com.adobe.fpsaud.plist Support
      [loaded] com.fortinet.forticlient.appfw.plist Support
      [running] com.fortinet.forticlient.epctrl.plist Support
      [running] com.fortinet.forticlient.fmon.plist Support
      [running] com.fortinet.forticlient.servctl.plist Support
      [loaded] com.fortinet.forticlient.vpn.plist Support
      [running] com.fortinet.forticlient.wf.plist Support
      [loaded] org.macosforge.xquartz.privileged_startx.plist Support
    Launch Agents:
      [loaded] org.macosforge.xquartz.startx.plist Support
    User Launch Agents:
      [running] com.spotify.webhelper.plist Support
    User Login Items:
      Dropbox
      Emil
      NIHardwareAgent
      FortiClientAgent
    Internet Plug-ins:
      FlashPlayer-10.6: Version: 14.0.0.145 - SDK 10.6 Support
      Default Browser: Version: 537 - SDK 10.9
      AdobePDFViewerNPAPI: Version: 11.0.06 - SDK 10.6 Support
      AdobePDFViewer: Version: 11.0.06 - SDK 10.6 Support
      Flash Player: Version: 14.0.0.145 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      CitrixICAClientPlugIn: Version: 11.1.0 Support
      Silverlight: Version: 4.1.10329.0 Support
      iPhotoPhotocast: Version: 7.0
    Audio Plug-ins:
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins:
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    3rd Party Preference Panes:
      Citrix online plug-in  Support
      Flash Player  Support
      Native Instruments USB Audio  Support
    Time Machine:
      Skip System Files: NO
      Mobile backups: OFF
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 148.25 GB Disk used: 123.36 GB
      Destinations:
      IOMEGA [Local] (Last used)
      Total size: 0 B
      Total number of backups: (null)
      Size of backup disk: Too small
      Backup size 0 B < (Disk used 123.36 GB X 3)
      Time Machine details may not be accurate.
      All volumes being backed up may not be listed.
    Top Processes by CPU:
          4% mds
          4% WindowServer
          3% Mail
          3% backupd
          1% mdworker
    Top Processes by Memory:
      98 MB com.apple.IconServicesAgent
      82 MB Dropbox
      74 MB Mail
      41 MB WindowServer
      41 MB Dock
    Virtual Memory Information:
      5.66 GB Free RAM
      1.17 GB Active RAM
      346 MB Inactive RAM
      603 MB Wired RAM
      318 MB Page-ins
      0 B Page-outs

  • After upgrading to the newer version of Firefox, a lose all my tabs every time I close. I've done what was suggested in the FAQx, but I still lose them all when I close. I want to fix this. How?

    I want to know how to have my tabs save when I close Firefox. I did what was suggested in the FAQs section, but all my tabs disappear every time I close Firefox, whether using the "exit" command, or the "X" button. This was the very reason I never updated to the new version previously, but had hoped that the problem had been addressed and upgraded, now I'm stuck with having to reopen every tab every time I open Firefox. Please tell me there is a way to correct this. And, I'm not fluent in technospeak, so I need simple, basic instructions. Thank you. Mark

    Hi,
    Pressing '''Alt''' + '''T''' on the keyboard brings up the '''Tools''' menu.
    To see the full menu bar temporarily, press '''Alt''' or '''F10'''.
    To make the menu bar permanently visible, right-click on the '''+''' after the last tab and enable (tick) '''Menu Bar''' or press '''Alt''' + '''V''' > '''Toolbars''' > '''Menu Bar'''.
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    Useful links:
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://support.mozilla.com/en-US/kb/Page%20Info%20window Page Info] Tools (Alt + T) > Page Info, Right-click > View Page Info
    [https://support.mozilla.com/en-US/kb/Viewing%20video%20in%20Firefox%20without%20a%20plugin Viewing Video without Plugins]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://developer.mozilla.org/en/Command_Line_Options#Browser Firefox Commands]
    [https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting Basic Troubleshooting]
    [https://support.mozilla.com/en-US/kb/common-questions-after-upgrading-firefox-36 After Upgrading]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]

Maybe you are looking for

  • Outbound Dial-Peer from CME to UC540 not working

    Dear Experts, We have a HQ UC560 and new branch with 2811 router. These sites connected via VPN using fortigate.The connectivity between the sites is up and we are able to ping both the sites and the voice networks successfully. I have configured the

  • List of all participants in all workflows

    I need to get a list of all participants in all workflows in my entire site collection. How can I do this through a powershell script? All I've found so far is this SQL command. SELECT dirname, leafname FROM allDocs WHERE LeafName LIKE '%.xoml' but t

  • "Internal error occured", mac 10.9.5

    Hi, I've been at it the whole afternoon and still cannot find a way to get Adobe Reader to work on my macbook. (iOS 10.9.5) I followed Mike M's instruction on this thread: Adobe Reader 11 - An internal error occurred - Mac OS X 10.9.1 And tried to go

  • Crosstab Builder doesn't appear as an Insert option for BIP Desktop

    According to entries in the Forums.oracle.com, the Crosstab Builder was rolled out in 10.1.3.2 (BI Publisher Yet when the 10.1.3.4 BI Publisher desktop plugin is installed alone the BI Publisher > Insert > Crosstab functionality does not appear. Are

  • Deleting movie files in iMovie Sharing - iTunes -folder

    When I share a project to iTunes a movie file is created not only in Music>iTunes>iTunes Music>Movies but also in Movies>iMovie Sharing>iTunes. If I then delete a project, no movie file is deleted. In iTunes I can delete a movie file. But then the mo