Where to set "module load option"

I have been checking one teststand sequence file and I got a message to change the module load option to dynamic load module....but I simply couldn't find where to set it. please help me with any input. thanks a lot

found it..

Similar Messages

  • Load Options for Edit Sub Step

    Hi Ppl,
    I have created a custom step type which has a edit sub step with LabVIEW adapter. When invoke the edit sub step for the first time, it takes a while to load the edit sub step and there is a noticebale delay for the first time. I want the edit sub step module to be loaded when TestStand is open or when the sequence file is open. I was not able to locate any location where we can specify the load and unload options of the edit sub step. Is there any way to do this ?
    Thanks,
    Sathish

    This is probably because of the launching of LabVIEW development system.
    Have you tried setting the Load option for the SequenceFile to 'Preload when opening sequence file'
    Regards
    Ray Farmer

  • [SOLVED] systemd-modules-load fails

    .. because it cannot find gspca. My log:
    journalctl -xn
    -- Logs begin at Thu 2013-08-22 11:43:18 CEST, end at Mon 2014-06-23 14:26:30 CEST. --
    Jun 23 14:25:21 jiggs org.kde.knotify[1825]: "/org/freedesktop/UDisks2/block_devices/loop7" has new interfaces: ("org.
    Jun 23 14:25:22 jiggs org.kde.knotify[1825]: "/org/freedesktop/UDisks2/block_devices/loop2" has new interfaces: ("org.
    Jun 23 14:25:22 jiggs org.kde.knotify[1825]: "/org/freedesktop/UDisks2/block_devices/loop1" has new interfaces: ("org.
    Jun 23 14:25:22 jiggs org.kde.knotify[1825]: "/org/freedesktop/UDisks2/block_devices/loop0" has new interfaces: ("org.
    Jun 23 14:26:19 jiggs org.kde.knotify[1825]: "/org/freedesktop/UDisks2/block_devices/loop0" lost interfaces: ("org.fre
    Jun 23 14:26:30 jiggs systemd[1]: Starting Load Kernel Modules...
    -- Subject: Unit systemd-modules-load.service has begun with start-up
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-modules-load.service has begun starting up.
    Jun 23 14:26:30 jiggs systemd-modules-load[3138]: Failed to find module 'gspca'
    Jun 23 14:26:30 jiggs systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
    Jun 23 14:26:30 jiggs systemd[1]: Failed to start Load Kernel Modules.
    -- Subject: Unit systemd-modules-load.service has failed
    -- Defined-By: systemd
    -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
    -- Unit systemd-modules-load.service has failed.
    -- The result is failed.
    Jun 23 14:26:30 jiggs systemd[1]: Unit systemd-modules-load.service entered failed state.
    But I have lots of gspca's:
    # ls /lib/modules/`uname -r`/kernel/drivers/media/usb/gspca
    gl860 gspca_kinect.ko gspca_ov534.ko gspca_sonixj.ko gspca_sq905c.ko gspca_topro.ko
    gspca_benq.ko gspca_konica.ko gspca_pac207.ko gspca_spca1528.ko gspca_sq905.ko gspca_tv8532.ko
    gspca_conex.ko gspca_main.ko gspca_pac7302.ko gspca_spca500.ko gspca_sq930x.ko gspca_vc032x.ko
    gspca_cpia1.ko gspca_mars.ko gspca_pac7311.ko gspca_spca501.ko gspca_stk014.ko gspca_vicam.ko
    gspca_etoms.ko gspca_mr97310a.ko gspca_se401.ko gspca_spca505.ko gspca_stk1135.ko gspca_xirlink_cit.ko
    gspca_finepix.ko gspca_nw80x.ko gspca_sn9c2028.ko gspca_spca506.ko gspca_stv0680.ko gspca_zc3xx.ko
    gspca_jeilinj.ko gspca_ov519.ko gspca_sn9c20x.ko gspca_spca508.ko gspca_sunplus.ko m5602
    gspca_jl2005bcd.ko gspca_ov534_9.ko gspca_sonixb.ko gspca_spca561.ko gspca_t613.ko stv06xx
    The only difference I have with respect to a standard installation is that I downloaded an older version of the backport drivers, and in doing so I surely re-installed gspca.
    So my questions are: where is systemd-module-load searching for gspca? How can I persuade it to search in the right directory? And in any case, why is it searching for it in the wrong place to start with?. Just in case,
    # uname -a
    Linux jiggs 3.15.1-1-ARCH #1 SMP PREEMPT Tue Jun 17 09:32:20 CEST 2014 x86_64 GNU/Linux
    Last edited by MariusMatutiae (2014-06-26 09:10:22)

    Problem solved, thanks to both of you guys. For some resason, I had a webcam.conf file in /etc/modules-load.d containing the single line *gspca*, which is not a module: both modprobe and insmod fail, because the correct module name is one of those listed in /lib/modules/`uname -r`/kernel/drivers/media/usb/gspca. They are called gspca_benq.ko       gspca_konica.ko and so on. I simply deleted the file since I  do not need it.
    As for backport drivers: this site, http://drvbp1.linux-foundation.org/~mcg … backports/ has the most recent versions of Linux drivers, backported so that older kernels can install them (I understand this is not a concern for fellow Archers). Whenever I need to upgrade (mostly on Debian) or downgrade (a few times on Arch, because an older version of a driver is free of a newly minted bug) I download these drivers, compile them and install them from source.

  • [SOLVED] Loading Kernel Modules with Options

    Hi,
    I am trying to load the nf_conntrack_ftp kernel module on boot. I followed the Arch Wiki's article on kernel module loading [0] and created a file in /etc/modules-load.d/ called nf_conntrack_ftp.conf:
    /etc/modules-load.d/nf_conntrack_ftp.conf wrote:# Load the nf_conntrack_ftp kernel module at boot
    nf_conntrack_ftp
    This loads the nf_conntrack_ftp module on boot just fine; unfortunately the module uses the default FTP port (21) and I need it to run on a different port (6621). When I try to dynamically load nf_conntrack_ftp using modprobe nf_conntrack_ftp ports=6621 it loads just fine and according to systools has the port set correctly. However, if I try to set the port anywhere in /etc/modules-load.d/ I always get an error message during boot saying:
    Failed to start Load Kernel Modules. See 'systemctl status systemd-modules-load.service' for details.
    Looking at the systemctl status message as recommended by the error message on boot doesn't yield anything useful:
    systemctl status systemd-modules-load.service wrote:
    systemd-modules-load.service - Load Kernel Modules
       Loaded: loaded (/usr/lib/systemd/system/systemd-modules-load.service; static)
       Active: failed (Result: exit-code) since Sun 2014-02-09 16:46:13 EST; 11min ago
         Docs: man:systemd-modules-load.service(8)
               man:modules-load.d(5)
      Process: 287 ExecStart=/usr/lib/systemd/systemd-modules-load (code=exited, status=1/FAILURE)
    Main PID: 287 (code=exited, status=1/FAILURE)
    Feb 09 16:46:13 babylon5 systemd[1]: systemd-modules-load.service: main process exited, code=exited, status=1/FAILURE
    Feb 09 16:46:13 babylon5 systemd[1]: Failed to start Load Kernel Modules.
    Feb 09 16:46:13 babylon5 systemd[1]: Unit systemd-modules-load.service entered failed state.
    I have tried to set the "ports=6621" module option in multiple ways ...
    1. As part of the same nf_conntrack_ftp.conf file in /etc/modules-load.d/:
    /etc/modules-load.d/nf_conntrack_ftp.conf wrote:
    # Load the nf_conntrack_ftp kernel module at boot
    nf_conntrack_ftp
    options nf_conntrack_ftp ports=6621
    2. As a separate test.conf file in /etc/modules-load.d/:
    /etc/modules-load.d/nf_conntrack_ftp.conf wrote:# Load the nf_conntrack_ftp kernel module at boot
    nf_conntrack_ftp
    /etc/modules-load.d/test.conf wrote:options nf_conntrack_ftp ports=6621
    3. I even tried just adding "ports=6621" to the end of the nf_conntrack_ftp.conf file in /etc/modules-load.d/:
    /etc/modules-load.d/nf_conntrack_ftp.conf wrote:# Load the nf_conntrack_ftp kernel module at boot
    nf_conntrack_ftp ports=6621
    None of these worked. The moment there is "options nf_conntrack_ftp ports=6621" in any file in /etc/modules-load.d/ I get the error message on boot and the kernel module won't get loaded.
    What am I missing / doing wrong? Is it not possible to set kernel module parameters on boot? Does nf_conntrack_ftp need to be loaded by the initramfs, i.e. do I need to add the modconf hook to my /etc/mkinitcpio.conf?
    Thanks,
    Marek
    [0] https://wiki.archlinux.org/index.php/Kernel_modules
    Last edited by marco1475 (2014-02-09 22:54:26)

    Raynman wrote:
    marco1475 wrote:[0] https://wiki.archlinux.org/index.php/Kernel_modules
    Read this again, specifically the section about setting options, paying close attention to directory names.
    D'oh! Thanks for pointing that out, what a stupid oversight on my part:
    The files that tell the system which kernel modules to load go into /etc/modules-load.d/.
    The files that tell the system which parameters to pass to the kernel modules when loading them go into /etc/modprobe.d/.
    Now that each file is where it belongs everything works.

  • Where can i set the download options on the iPod for SD rather than HD movies?

    where can i set the download options on the iPod for SD rather than HD movies?

    In the Summary pane for the iPod in iTunes.  Check the box that says Prefer standard definition videos

  • Where to set lock while loading master data attributes

    Hello Experts,
    I have two different datasources from ECC which loads into 0CUST_SALES attributes. I'm using two different DTP & transformation which are loading data in the this infoobject attributes.
    When i try to load data, the DTP fails with an error message at "Updating attributes for InfoObject 0CUST_SALES Processing Terminated" & the job log says: "Lock NOT set for: Loading master data attributes".
    Here what exactly  LOCK means?
    Thanks in advance.
    Zakir Khan.

    Hi,
    The lock means that some program is updating the master data (a table) and at the same time other program can not update that same master data. When the first program completes the updation it will release the lock so that the other program can update this.
    In your case you and schedule the DTP one after another.
    Thanks

  • I can't get download to work - it will not copy the mp3 file to my chosen location (as set in tools/options) - it gives me a new window with a player - no dwnlo

    I am running windows xp sp2 and I have set my dowload location under (tools/options), but when I select an MP3 file to download, firefox does NOT copy the file to my chosen location on my HD - instead, it opens up a new window with a makeshift "player" and begins loading the player with the MP3 file. The problem is that I have no idea where on my system firefox has copied this file to, so, I cannot leave and come back later and play this MP3 file using winamp. I have to listen to it right then or lose it - if I close that new window (with that puny little "player"), then I lose the download, wherever firefox put it on my PC (I got no idea where it is). This is all under firefox 25.0
    I am also running FIrefox 12.0 on an older windows 2000 machine and that works perfectly - I can download any MP3 file I want, and firefox 12.0 (on win2k, sp4) downloads it to my chosen location (on my HD), and it gives me the download window so I can watch its progress and have some control over pause, and resume, and, when it is done, the download window offers me the option to "open containing folder" so I can make sure it got to where I wanted it. In other words, Firefox 12.0 on WIn2k, sp4 works better than firefox 25.0 on winxp sp2!!!!! What gives? I went through and set up my options for XP just like I did with Win2k and it all looks good, but firefox 25.0 just ignores my chosen location and always defaults to give me that makeshift player and I am not able to actually copy the mp3 file to my harddrive - it makes firerox 25.0 almost unusable since downloading mp3 files is a big part of my firexfox use - please help - I am not able to upgrade windows at this time, and, since firefox 12.0 still works fine on win2k, I can't understand what happened at firefox?

    Phillipp,
    I tried it again using "save link as", and this time it actually worked! I just now downloaded several more using the "save link as" option, and it works perfectly. Thanks. Problem solved.
    Littleberry

  • Need to set module name same as  username in V$sqlarea

    Hi Gurus,
    I tried to set module name same as schema name in v$sqlarea, generally it was sql*plus. For that i created one after database logon trigger, but it didn't work for all users, it is only working for SYS schema only.
    CREATE OR REPLACE TRIGGER LOGIN_USERS_TRIG_NEW
    AFTER LOGON ON DATABASE
    declare
    v_dbuser varchar2(32) ;
    begin
    select sys_context('USERENV','SESSION_USER') into v_dbuser from dual;
    dbms_application_info.set_module(v_dbuser);
    end;
    result will verify from
    select module , parsing_schema_name from v$sqlarea;
    so if i am logging with scott user then in v$sqlarea table module name should be scott only. so whatever queries was executed from scott all queries module name should scott only.
    Like that for all users. Please suggest is there any other option.
    If i execute the same plsql code in scott session , it is working, but when i set with logon trigger it didn't set.
    see if i execute:
    SQL> exec DBMS_APPLICATION_INFO.set_module(USER, 'Initialized');
    PL/SQL procedure successfully completed.
    SQL> SELECT sys_context('USERENV', 'MODULE') FROM DUAL;
    SYS_CONTEXT('USERENV','MODULE')
    SCOTT
    but the same with trigger it didn't set. Any idea.
    Thanks in advance,

    hi i take a trace of the session. in that trace statement is showing.
    -bash-3.00$ cat orcl_ora_4407.trc
    Trace file /u01/app/oracle/diag/rdbms/orcl/orcl/trace/orcl_ora_4407.trc
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORACLE_HOME = /u01/app/oracle/product/11.2.0/dbhome_1
    System name: Linux
    Node name: localhost.localdomain
    Release: 2.6.9-42.0.0.0.1.ELsmp
    Version: #1 SMP Sun Oct 15 14:02:40 PDT 2006
    Machine: i686
    Instance name: orcl
    Redo thread mounted by this instance: 1
    Oracle process number: 20
    Unix process pid: 4407, image: [email protected] (TNS V1-V3)
    *** 2011-10-04 23:07:35.726
    *** SESSION ID:(43.19) 2011-10-04 23:07:35.726
    *** CLIENT ID:() 2011-10-04 23:07:35.726
    *** SERVICE NAME:(SYS$USERS) 2011-10-04 23:07:35.726
    *** MODULE NAME:(SYS) 2011-10-04 23:07:35.726
    *** ACTION NAME:() 2011-10-04 23:07:35.726
    CLOSE #1:c=0,e=93,dep=1,type=1,tim=1317749855723627
    =====================
    PARSING IN CURSOR #2 len=47 dep=1 uid=0 oct=3 lid=0 tim=1317749855729023 hv=2145557917 ad='47aca488' sqlid='049t4sdzy57cx'
    select dummy from dual where USER = 'SCOTT'
    END OF STMT
    PARSE #2:c=1000,e=969,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=3752461848,tim=1317749855729018
    EXEC #2:c=1000,e=1434,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=3752461848,tim=1317749855732048
    FETCH #2:c=0,e=15,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=3752461848,tim=1317749855732153
    STAT #2 id=1 cnt=0 pid=0 pos=1 obj=0 op='FILTER (cr=0 pr=0 pw=0 time=0 us)'
    STAT #2 id=2 cnt=0 pid=1 pos=1 obj=116 op='TABLE ACCESS FULL DUAL (cr=0 pr=0 pw=0 time=0 us cost=2 size=2 card=1)'
    CLOSE #2:c=0,e=11,dep=1,type=1,tim=1317749855734625
    =====================
    PARSING IN CURSOR #1 len=47 dep=1 uid=84 oct=3 lid=84 tim=1317749855737092 hv=2145557917 ad='47aca488' sqlid='049t4sdzy57cx'
    select dummy from dual where USER = 'SCOTT'
    END OF STMT
    PARSE #1:c=1999,e=1933,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=1,plh=3752461848,tim=1317749855737087
    EXEC #1:c=0,e=51,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=1,plh=3752461848,tim=1317749855737654
    FETCH #1:c=0,e=14,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=1,plh=3752461848,tim=1317749855738075
    STAT #1 id=1 cnt=0 pid=0 pos=1 obj=0 op='FILTER (cr=0 pr=0 pw=0 time=0 us)'
    STAT #1 id=2 cnt=0 pid=1 pos=1 obj=116 op='TABLE ACCESS FULL DUAL (cr=0 pr=0 pw=0 time=0 us cost=2 size=2 card=1)'
    CLOSE #1:c=0,e=7,dep=1,type=1,tim=1317749855738544
    XCTEND rlbk=0, rd_only=1, tim=1317749855744024
    XCTEND rlbk=0, rd_only=1, tim=1317749855745025
    *** 2011-10-04 23:07:40.799
    =====================
    PARSING IN CURSOR #2 len=406 dep=0 uid=0 oct=47 lid=0 tim=1317749860799353 hv=4178600252 ad='478e46c0' sqlid='8z5gn0mwj0s9w'
    declare
    v_dbuser varchar2(32) ;
    var_sid NUMBER;
    var_serial NUMBER;
    begin
    select sys_context('USERENV','SESSION_USER') into v_dbuser from dual;
    SELECT SID, serial#
    INTO var_sid, var_serial
    FROM v$session
    WHERE SYS_CONTEXT ('USERENV', 'SESSIONID') = audsid;
    sys.dbms_application_info.set_module(v_dbuser, null);
    SYS.DBMS_SYSTEM.set_sql_trace_in_session (var_sid, var_serial, TRUE);
    end;
    END OF STMT
    PARSE #2:c=76988,e=109996,p=0,cr=0,cu=0,mis=1,r=0,dep=0,og=1,plh=0,tim=1317749860799344
    =====================
    PARSING IN CURSOR #1 len=54 dep=1 uid=0 oct=3 lid=0 tim=1317749860821371 hv=552310686 ad='4793b5d0' sqlid='2yzdahhhfr5wy'
    SELECT SYS_CONTEXT('USERENV','SESSION_USER') FROM DUAL
    END OF STMT
    PARSE #1:c=19997,e=19894,p=0,cr=0,cu=0,mis=1,r=0,dep=1,og=1,plh=1388734953,tim=1317749860821362
    EXEC #1:c=0,e=39,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=1,plh=1388734953,tim=1317749860822306
    FETCH #1:c=0,e=58,p=0,cr=0,cu=0,mis=0,r=1,dep=1,og=1,plh=1388734953,tim=1317749860822419
    STAT #1 id=1 cnt=1 pid=0 pos=1 obj=0 op='FAST DUAL (cr=0 pr=0 pw=0 time=0 us cost=2 size=0 card=1)'
    CLOSE #1:c=1000,e=687,dep=1,type=3,tim=1317749860823263
    =====================
    PARSING IN CURSOR #1 len=86 dep=1 uid=0 oct=3 lid=0 tim=1317749860845379 hv=3278699504 ad='4793b444' sqlid='dv6dxh31qtyzh'
    SELECT SID, SERIAL# FROM V$SESSION WHERE SYS_CONTEXT ('USERENV', 'SESSIONID') = AUDSID
    END OF STMT
    PARSE #1:c=21996,e=22022,p=0,cr=0,cu=0,mis=1,r=0,dep=1,og=1,plh=644658511,tim=1317749860845371
    EXEC #1:c=0,e=76,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=1,plh=644658511,tim=1317749860846365
    FETCH #1:c=1000,e=1085,p=0,cr=0,cu=0,mis=0,r=1,dep=1,og=1,plh=644658511,tim=1317749860847543
    STAT #1 id=1 cnt=1 pid=0 pos=1 obj=0 op='NESTED LOOPS (cr=0 pr=0 pw=0 time=0 us cost=0 size=117 card=1)'
    STAT #1 id=2 cnt=1 pid=1 pos=1 obj=0 op='NESTED LOOPS (cr=0 pr=0 pw=0 time=0 us cost=0 size=104 card=1)'
    STAT #1 id=3 cnt=1 pid=2 pos=1 obj=0 op='FIXED TABLE FULL X$KSUSE (cr=0 pr=0 pw=0 time=0 us cost=0 size=78 card=1)'
    STAT #1 id=4 cnt=1 pid=2 pos=2 obj=0 op='FIXED TABLE FIXED INDEX X$KSLWT (ind:1) (cr=0 pr=0 pw=0 time=0 us cost=0 size=26 card=1)'
    STAT #1 id=5 cnt=1 pid=1 pos=2 obj=0 op='FIXED TABLE FIXED INDEX X$KSLED (ind:2) (cr=0 pr=0 pw=0 time=0 us cost=0 size=13 card=1)'
    CLOSE #1:c=0,e=8,dep=1,type=3,tim=1317749860848409
    EXEC #2:c=46992,e=47145,p=0,cr=0,cu=0,mis=0,r=1,dep=0,og=1,plh=0,tim=1317749860848519
    *** 2011-10-04 23:07:48.446
    CLOSE #2:c=0,e=44,dep=0,type=0,tim=1317749868446462
    =====================
    PARSING IN CURSOR #1 len=36 dep=0 uid=0 oct=47 lid=0 tim=1317749868452507 hv=4128301241 ad='43cc3bbc' sqlid='5t10uu7v11s5t'
    BEGIN DBMS_OUTPUT.ENABLE(NULL); END;
    END OF STMT
    PARSE #1:c=5999,e=5409,p=0,cr=0,cu=0,mis=1,r=0,dep=0,og=1,plh=0,tim=1317749868452500
    EXEC #1:c=1000,e=1082,p=0,cr=0,cu=0,mis=0,r=1,dep=0,og=1,plh=0,tim=1317749868454166
    CLOSE #1:c=0,e=27,dep=0,type=0,tim=1317749868456571
    =====================
    PARSING IN CURSOR #2 len=48 dep=1 uid=0 oct=3 lid=0 tim=1317749868460092 hv=2334772408 ad='4c94ceb4' sqlid='cjk1ffy5kmm5s'
    select obj# from oid$ where user#=:1 and oid$=:2
    END OF STMT
    PARSE #2:c=1000,e=1645,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=1964104430,tim=1317749868460085
    EXEC #2:c=1000,e=531,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=1964104430,tim=1317749868461643
    FETCH #2:c=1999,e=1461,p=0,cr=3,cu=0,mis=0,r=1,dep=1,og=4,plh=1964104430,tim=1317749868463587
    STAT #2 id=1 cnt=1 pid=0 pos=1 obj=500 op='TABLE ACCESS BY INDEX ROWID OID$ (cr=3 pr=0 pw=0 time=0 us cost=2 size=24 card=1)'
    STAT #2 id=2 cnt=1 pid=1 pos=1 obj=501 op='INDEX UNIQUE SCAN I_OID1 (cr=2 pr=0 pw=0 time=0 us cost=1 size=0 card=1)'
    CLOSE #2:c=0,e=7,dep=1,type=3,tim=1317749868464199
    =====================
    PARSING IN CURSOR #1 len=54 dep=1 uid=0 oct=3 lid=0 tim=1317749868465603 hv=2201826955 ad='4c97e470' sqlid='0m78skf1mudnb'
    select audit$,properties from type_misc$ where obj#=:1
    END OF STMT
    PARSE #1:c=1000,e=422,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=3506511888,tim=1317749868465597
    EXEC #1:c=0,e=39,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=3506511888,tim=1317749868466196
    FETCH #1:c=0,e=726,p=0,cr=3,cu=0,mis=0,r=1,dep=1,og=4,plh=3506511888,tim=1317749868467149
    STAT #1 id=1 cnt=1 pid=0 pos=1 obj=502 op='TABLE ACCESS CLUSTER TYPE_MISC$ (cr=3 pr=0 pw=0 time=0 us cost=2 size=46 card=1)'
    STAT #1 id=2 cnt=1 pid=1 pos=1 obj=3 op='INDEX UNIQUE SCAN I_OBJ# (cr=2 pr=0 pw=0 time=0 us cost=1 size=0 card=1)'
    CLOSE #1:c=0,e=144,dep=1,type=1,tim=1317749868467616
    =====================
    PARSING IN CURSOR #2 len=185 dep=1 uid=0 oct=3 lid=0 tim=1317749868469076 hv=1850944673 ad='4c9d8f00' sqlid='3ktacv9r56b51'
    select owner#,name,namespace,remoteowner,linkname,p_timestamp,p_obj#, nvl(property,0),subname,type#,d_attrs from dependency$ d, obj$ o where d_obj#=:1 and p_obj#=obj#(+) order by order#
    END OF STMT
    PARSE #2:c=1000,e=478,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=4184428695,tim=1317749868468625
    EXEC #2:c=999,e=923,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=4184428695,tim=1317749868470434
    FETCH #2:c=3000,e=2985,p=0,cr=7,cu=0,mis=0,r=1,dep=1,og=4,plh=4184428695,tim=1317749868473470
    FETCH #2:c=0,e=571,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=4184428695,tim=1317749868474130
    STAT #2 id=1 cnt=1 pid=0 pos=1 obj=0 op='SORT ORDER BY (cr=7 pr=0 pw=0 time=0 us cost=11 size=327 card=3)'
    STAT #2 id=2 cnt=1 pid=1 pos=1 obj=0 op='NESTED LOOPS OUTER (cr=7 pr=0 pw=0 time=0 us cost=10 size=327 card=3)'
    STAT #2 id=3 cnt=1 pid=2 pos=1 obj=104 op='TABLE ACCESS BY INDEX ROWID DEPENDENCY$ (cr=4 pr=0 pw=0 time=0 us cost=4 size=81 card=3)'
    STAT #2 id=4 cnt=1 pid=3 pos=1 obj=106 op='INDEX RANGE SCAN I_DEPENDENCY1 (cr=3 pr=0 pw=0 time=0 us cost=3 size=0 card=3)'
    STAT #2 id=5 cnt=1 pid=2 pos=2 obj=18 op='TABLE ACCESS BY INDEX ROWID OBJ$ (cr=3 pr=0 pw=0 time=0 us cost=2 size=82 card=1)'
    STAT #2 id=6 cnt=1 pid=5 pos=1 obj=36 op='INDEX RANGE SCAN I_OBJ1 (cr=2 pr=0 pw=0 time=0 us cost=1 size=0 card=1)'
    CLOSE #2:c=0,e=10,dep=1,type=1,tim=1317749868474627
    =====================
    PARSING IN CURSOR #2 len=56 dep=1 uid=0 oct=3 lid=0 tim=1317749868475584 hv=3993603298 ad='4c9d8298' sqlid='8swypbbr0m372'
    select order#,columns,types from access$ where d_obj#=:1
    END OF STMT
    PARSE #2:c=1000,e=926,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=893970548,tim=1317749868475577
    EXEC #2:c=0,e=50,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=893970548,tim=1317749868476239
    FETCH #2:c=0,e=132,p=0,cr=2,cu=0,mis=0,r=0,dep=1,og=4,plh=893970548,tim=1317749868476597
    STAT #2 id=1 cnt=0 pid=0 pos=1 obj=105 op='TABLE ACCESS BY INDEX ROWID ACCESS$ (cr=2 pr=0 pw=0 time=0 us cost=3 size=161 card=7)'
    STAT #2 id=2 cnt=0 pid=1 pos=1 obj=108 op='INDEX RANGE SCAN I_ACCESS1 (cr=2 pr=0 pw=0 time=0 us cost=2 size=0 card=7)'
    CLOSE #2:c=0,e=12,dep=1,type=1,tim=1317749868477440
    =====================
    PARSING IN CURSOR #2 len=47 dep=1 uid=0 oct=3 lid=0 tim=1317749868481084 hv=1023521005 ad='4ca12498' sqlid='cb21bacyh3c7d'
    select metadata from kopm$ where name='DB_FDO'
    END OF STMT
    PARSE #2:c=1000,e=830,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=3452538079,tim=1317749868481079
    EXEC #2:c=0,e=54,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=3452538079,tim=1317749868481617
    FETCH #2:c=1000,e=385,p=0,cr=2,cu=0,mis=0,r=1,dep=1,og=4,plh=3452538079,tim=1317749868482481
    STAT #2 id=1 cnt=1 pid=0 pos=1 obj=552 op='TABLE ACCESS BY INDEX ROWID KOPM$ (cr=2 pr=0 pw=0 time=0 us cost=1 size=108 card=1)'
    STAT #2 id=2 cnt=1 pid=1 pos=1 obj=553 op='INDEX UNIQUE SCAN I_KOPM1 (cr=1 pr=0 pw=0 time=0 us cost=0 size=0 card=1)'
    CLOSE #2:c=0,e=11,dep=1,type=1,tim=1317749868482607
    =====================
    PARSING IN CURSOR #5 len=406 dep=0 uid=0 oct=47 lid=0 tim=1317749868920033 hv=4178600252 ad='478e46c0' sqlid='8z5gn0mwj0s9w'
    declare
    v_dbuser varchar2(32) ;
    var_sid NUMBER;
    var_serial NUMBER;
    begin
    select sys_context('USERENV','SESSION_USER') into v_dbuser from dual;
    SELECT SID, serial#
    INTO var_sid, var_serial
    FROM v$session
    WHERE SYS_CONTEXT ('USERENV', 'SESSIONID') = audsid;
    sys.dbms_application_info.set_module(v_dbuser, null);
    SYS.DBMS_SYSTEM.set_sql_trace_in_session (var_sid, var_serial, TRUE);
    end;
    END OF STMT
    PARSE #5:c=3000,e=2993,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=1,plh=0,tim=1317749868920026
    =====================
    PARSING IN CURSOR #6 len=54 dep=1 uid=0 oct=3 lid=0 tim=1317749868921319 hv=552310686 ad='4793b5d0' sqlid='2yzdahhhfr5wy'
    SELECT SYS_CONTEXT('USERENV','SESSION_USER') FROM DUAL
    END OF STMT
    PARSE #6:c=1000,e=234,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=1,plh=1388734953,tim=1317749868921314
    EXEC #6:c=0,e=33,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=1,plh=1388734953,tim=1317749868921426
    FETCH #6:c=0,e=37,p=0,cr=0,cu=0,mis=0,r=1,dep=1,og=1,plh=1388734953,tim=1317749868921496
    STAT #6 id=1 cnt=1 pid=0 pos=1 obj=0 op='FAST DUAL (cr=0 pr=0 pw=0 time=0 us cost=2 size=0 card=1)'
    CLOSE #6:c=0,e=8,dep=1,type=3,tim=1317749868922312
    =====================
    PARSING IN CURSOR #6 len=86 dep=1 uid=0 oct=3 lid=0 tim=1317749868922414 hv=3278699504 ad='4793b444' sqlid='dv6dxh31qtyzh'
    SELECT SID, SERIAL# FROM V$SESSION WHERE SYS_CONTEXT ('USERENV', 'SESSIONID') = AUDSID
    END OF STMT
    PARSE #6:c=0,e=38,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=1,plh=644658511,tim=1317749868922408
    EXEC #6:c=0,e=523,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=1,plh=644658511,tim=1317749868923008
    FETCH #6:c=1000,e=1034,p=0,cr=0,cu=0,mis=0,r=1,dep=1,og=1,plh=644658511,tim=1317749868924071
    STAT #6 id=1 cnt=1 pid=0 pos=1 obj=0 op='NESTED LOOPS (cr=0 pr=0 pw=0 time=0 us cost=0 size=117 card=1)'
    STAT #6 id=2 cnt=1 pid=1 pos=1 obj=0 op='NESTED LOOPS (cr=0 pr=0 pw=0 time=0 us cost=0 size=104 card=1)'
    STAT #6 id=3 cnt=1 pid=2 pos=1 obj=0 op='FIXED TABLE FULL X$KSUSE (cr=0 pr=0 pw=0 time=0 us cost=0 size=78 card=1)'
    STAT #6 id=4 cnt=1 pid=2 pos=2 obj=0 op='FIXED TABLE FIXED INDEX X$KSLWT (ind:1) (cr=0 pr=0 pw=0 time=0 us cost=0 size=26 card=1)'
    STAT #6 id=5 cnt=1 pid=1 pos=2 obj=0 op='FIXED TABLE FIXED INDEX X$KSLED (ind:2) (cr=0 pr=0 pw=0 time=0 us cost=0 size=13 card=1)'
    CLOSE #6:c=0,e=7,dep=1,type=3,tim=1317749868925014
    EXEC #5:c=5000,e=4799,p=0,cr=0,cu=0,mis=0,r=1,dep=0,og=1,plh=0,tim=1317749868925309
    =====================
    PARSING IN CURSOR #6 len=52 dep=0 uid=0 oct=47 lid=0 tim=1317749868931018 hv=1029988163 ad='47885f94' sqlid='9babjv8yq8ru3'
    BEGIN DBMS_OUTPUT.GET_LINES(:LINES, :NUMLINES); END;
    END OF STMT
    PARSE #6:c=2000,e=1998,p=0,cr=0,cu=0,mis=1,r=0,dep=0,og=1,plh=0,tim=1317749868931012
    =====================
    PARSING IN CURSOR #7 len=132 dep=1 uid=0 oct=3 lid=0 tim=1317749868933509 hv=2328831744 ad='4c975250' sqlid='ga9j9xk5cy9s0'
    select /*+ index(idl_sb4$ i_idl_sb41) +*/ piece#,length,piece from idl_sb4$ where obj#=:1 and part=:2 and version=:3 order by piece#
    END OF STMT
    PARSE #7:c=0,e=199,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=1697022209,tim=1317749868933503
    EXEC #7:c=0,e=121,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=1697022209,tim=1317749868934465
    FETCH #7:c=1000,e=975,p=0,cr=4,cu=0,mis=0,r=1,dep=1,og=4,plh=1697022209,tim=1317749868935481
    FETCH #7:c=0,e=28,p=0,cr=3,cu=0,mis=0,r=1,dep=1,og=4,plh=1697022209,tim=1317749868936446
    FETCH #7:c=0,e=37,p=0,cr=1,cu=0,mis=0,r=0,dep=1,og=4,plh=1697022209,tim=1317749868937047
    STAT #7 id=1 cnt=2 pid=0 pos=1 obj=227 op='TABLE ACCESS BY INDEX ROWID IDL_SB4$ (cr=6 pr=0 pw=0 time=0 us cost=3 size=18 card=1)'
    STAT #7 id=2 cnt=2 pid=1 pos=1 obj=238 op='INDEX RANGE SCAN I_IDL_SB41 (cr=4 pr=0 pw=0 time=9 us cost=2 size=0 card=1)'
    CLOSE #7:c=0,e=14,dep=1,type=1,tim=1317749868937451
    =====================
    PARSING IN CURSOR #7 len=132 dep=1 uid=0 oct=3 lid=0 tim=1317749868938386 hv=4260389146 ad='4c9747c4' sqlid='cvn54b7yz0s8u'
    select /*+ index(idl_ub1$ i_idl_ub11) +*/ piece#,length,piece from idl_ub1$ where obj#=:1 and part=:2 and version=:3 order by piece#
    END OF STMT
    PARSE #7:c=1000,e=902,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=3246118364,tim=1317749868938380
    EXEC #7:c=0,e=537,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=3246118364,tim=1317749868939041
    FETCH #7:c=1000,e=365,p=0,cr=4,cu=0,mis=0,r=1,dep=1,og=4,plh=3246118364,tim=1317749868939444
    FETCH #7:c=0,e=19,p=0,cr=1,cu=0,mis=0,r=0,dep=1,og=4,plh=3246118364,tim=1317749868939513
    STAT #7 id=1 cnt=1 pid=0 pos=1 obj=224 op='TABLE ACCESS BY INDEX ROWID IDL_UB1$ (cr=4 pr=0 pw=0 time=0 us cost=3 size=44 card=2)'
    STAT #7 id=2 cnt=1 pid=1 pos=1 obj=235 op='INDEX RANGE SCAN I_IDL_UB11 (cr=3 pr=0 pw=0 time=0 us cost=2 size=0 card=2)'
    CLOSE #7:c=0,e=10,dep=1,type=1,tim=1317749868940075
    =====================
    PARSING IN CURSOR #7 len=135 dep=1 uid=0 oct=3 lid=0 tim=1317749868940494 hv=1115215392 ad='4c973d38' sqlid='c6awqs517jpj0'
    select /*+ index(idl_char$ i_idl_char1) +*/ piece#,length,piece from idl_char$ where obj#=:1 and part=:2 and version=:3 order by piece#
    END OF STMT
    PARSE #7:c=999,e=390,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=1319326155,tim=1317749868940488
    EXEC #7:c=1000,e=269,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=1319326155,tim=1317749868941383
    FETCH #7:c=0,e=592,p=0,cr=4,cu=0,mis=0,r=1,dep=1,og=4,plh=1319326155,tim=1317749868942015
    FETCH #7:c=0,e=20,p=0,cr=1,cu=0,mis=0,r=0,dep=1,og=4,plh=1319326155,tim=1317749868942341
    STAT #7 id=1 cnt=1 pid=0 pos=1 obj=225 op='TABLE ACCESS BY INDEX ROWID IDL_CHAR$ (cr=4 pr=0 pw=0 time=0 us cost=3 size=20 card=1)'
    STAT #7 id=2 cnt=1 pid=1 pos=1 obj=236 op='INDEX RANGE SCAN I_IDL_CHAR1 (cr=3 pr=0 pw=0 time=0 us cost=2 size=0 card=1)'
    CLOSE #7:c=0,e=10,dep=1,type=1,tim=1317749868942446
    =====================
    PARSING IN CURSOR #7 len=132 dep=1 uid=0 oct=3 lid=0 tim=1317749868943358 hv=1684122946 ad='4c9732ac' sqlid='39m4sx9k63ba2'
    select /*+ index(idl_ub2$ i_idl_ub21) +*/ piece#,length,piece from idl_ub2$ where obj#=:1 and part=:2 and version=:3 order by piece#
    END OF STMT
    PARSE #7:c=1000,e=883,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=2317816222,tim=1317749868943351
    EXEC #7:c=0,e=549,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=2317816222,tim=1317749868944005
    FETCH #7:c=2000,e=1322,p=1,cr=4,cu=0,mis=0,r=1,dep=1,og=4,plh=2317816222,tim=1317749868945367
    FETCH #7:c=0,e=28,p=0,cr=3,cu=0,mis=0,r=1,dep=1,og=4,plh=2317816222,tim=1317749868945473
    STAT #7 id=1 cnt=2 pid=0 pos=1 obj=226 op='TABLE ACCESS BY INDEX ROWID IDL_UB2$ (cr=5 pr=1 pw=0 time=0 us cost=3 size=40 card=2)'
    STAT #7 id=2 cnt=2 pid=1 pos=1 obj=237 op='INDEX RANGE SCAN I_IDL_UB21 (cr=3 pr=0 pw=0 time=9 us cost=2 size=0 card=2)'
    CLOSE #7:c=0,e=540,dep=1,type=1,tim=1317749868946060
    EXEC #6:c=22996,e=23633,p=1,cr=49,cu=0,mis=1,r=1,dep=0,og=1,plh=0,tim=1317749868955046

  • Failed systemd-modules-load - X won't start

    So i recently updated my arch system, and after a restart i couldn't start a vnc session with it.
    Soon after that i discovered that X isn't running, so i checked journalctl -xn to find out that
    systemd-module-load
    has failed to start.
    At the startup, it also shows that that module has failed to load and the startup process is stuck at
    [reached] target graphical interface
    Only way to do stuff is to get on another ttyl or connect per ssh.
    What i tried so far (read somewhere that these helped some people)
    - Reinstall catalyst with aticonfig --initial
    - Reinstall systemd-tools
    - mkinitcpio -p linux, result is successfull
    Current version i'm running:
    Arch 3.8.5-1 64bit
    Ati Catalyst 13.3-5
    edit:
    This is the Xorx.0.log
    [ 10.337]
    X.Org X Server 1.13.3
    Release Date: 2013-03-07
    [ 10.337] X Protocol Version 11, Revision 0
    [ 10.337] Build Operating System: Linux 3.8.2-1-ARCH x86_64
    [ 10.337] Current Operating System: Linux server 3.8.5-1-ARCH #1 SMP PREEMPT Fri Mar 29 19:18:14 CET 2013 x86_64
    [ 10.337] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7dacf662-5f86-4141-ba35-c45eeac4a814 ro nomodeset verbose verbose
    [ 10.337] Build Date: 09 March 2013 08:45:37AM
    [ 10.337]
    [ 10.337] Current version of pixman: 0.28.2
    [ 10.337] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 10.337] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 10.338] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Apr 6 16:10:43 2013
    [ 10.412] (==) Using config file: "/etc/X11/xorg.conf"
    [ 10.412] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 10.482] (==) ServerLayout "aticonfig Layout"
    [ 10.482] (**) |-->Screen "aticonfig-Screen[0]-0" (0)
    [ 10.482] (**) | |-->Monitor "aticonfig-Monitor[0]-0"
    [ 10.482] (**) | |-->Device "aticonfig-Device[0]-0"
    [ 10.482] (==) Automatically adding devices
    [ 10.482] (==) Automatically enabling devices
    [ 10.482] (==) Automatically adding GPU devices
    [ 10.594] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 10.594] Entry deleted from font path.
    [ 10.594] (WW) The directory "/usr/share/fonts/Type1/" does not exist.
    [ 10.595] Entry deleted from font path.
    [ 10.595] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 10.595] Entry deleted from font path.
    [ 10.595] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 10.595] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 10.596] Entry deleted from font path.
    [ 10.596] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 10.596] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/
    [ 10.596] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 10.596] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 10.596] (II) Loader magic: 0x7fcc20
    [ 10.596] (II) Module ABI versions:
    [ 10.596] X.Org ANSI C Emulation: 0.4
    [ 10.596] X.Org Video Driver: 13.1
    [ 10.596] X.Org XInput driver : 18.0
    [ 10.596] X.Org Server Extension : 7.0
    [ 10.597] (II) config/udev: Adding drm device (/dev/dri/card0)
    [ 10.604] (--) PCI:*(0:0:1:0) 1002:9802:1849:9802 rev 0, Mem @ 0xc0000000/268435456, 0xfeb00000/262144, I/O @ 0x0000f000/256
    [ 10.656] Initializing built-in extension Generic Event Extension
    [ 10.656] Initializing built-in extension SHAPE
    [ 10.656] Initializing built-in extension MIT-SHM
    [ 10.656] Initializing built-in extension XInputExtension
    [ 10.656] Initializing built-in extension XTEST
    [ 10.656] Initializing built-in extension BIG-REQUESTS
    [ 10.656] Initializing built-in extension SYNC
    [ 10.656] Initializing built-in extension XKEYBOARD
    [ 10.656] Initializing built-in extension XC-MISC
    [ 10.656] Initializing built-in extension SECURITY
    [ 10.656] Initializing built-in extension XINERAMA
    [ 10.656] Initializing built-in extension XFIXES
    [ 10.656] Initializing built-in extension RENDER
    [ 10.656] Initializing built-in extension RANDR
    [ 10.656] Initializing built-in extension COMPOSITE
    [ 10.656] Initializing built-in extension DAMAGE
    [ 10.656] Initializing built-in extension MIT-SCREEN-SAVER
    [ 10.656] Initializing built-in extension DOUBLE-BUFFER
    [ 10.656] Initializing built-in extension RECORD
    [ 10.656] Initializing built-in extension DPMS
    [ 10.656] Initializing built-in extension X-Resource
    [ 10.656] Initializing built-in extension XVideo
    [ 10.656] Initializing built-in extension XVideo-MotionCompensation
    [ 10.656] Initializing built-in extension XFree86-VidModeExtension
    [ 10.656] Initializing built-in extension XFree86-DGA
    [ 10.656] Initializing built-in extension XFree86-DRI
    [ 10.656] Initializing built-in extension DRI2
    [ 10.656] (II) "glx" will be loaded by default.
    [ 10.657] (II) LoadModule: "glx"
    [ 10.737] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 10.838] (II) Module glx: vendor="Advanced Micro Devices, Inc."
    [ 10.838] compiled for 6.9.0, module version = 1.0.0
    [ 10.838] Loading extension GLX
    [ 10.838] (II) LoadModule: "fglrx"
    [ 10.839] (II) Loading /usr/lib/xorg/modules/drivers/fglrx_drv.so
    [ 11.675] (II) Module fglrx: vendor="FireGL - AMD Technologies Inc."
    [ 11.675] compiled for 1.4.99.906, module version = 12.10.5
    [ 11.675] Module class: X.Org Video Driver
    [ 11.676] (II) Loading sub module "fglrxdrm"
    [ 11.676] (II) LoadModule: "fglrxdrm"
    [ 11.676] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 11.729] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 11.729] compiled for 1.4.99.906, module version = 12.10.5
    [ 11.729] (II) AMD Proprietary Linux Driver Version Identifier:12.10.05
    [ 11.729] (II) AMD Proprietary Linux Driver Release Identifier: UNSUPPORTED-12.10.17
    [ 11.729] (II) AMD Proprietary Linux Driver Build Date: Mar 20 2013 21:34:16
    [ 11.729] (++) using VT number 7
    [ 11.739] (WW) Falling back to old probe method for fglrx
    [ 12.090] (II) Loading PCS database from /etc/ati/amdpcsdb /etc/ati/amdpcsdb.default
    [ 12.303] ukiDynamicMajor: failed to open /proc/ati/major
    [ 12.303] ukiDynamicMajor: failed to open /proc/ati/major
    [ 12.307] (--) Chipset Supported AMD Graphics Processor (0x9802) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:1:1) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:17:0) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:0) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:18:2) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:0) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:19:2) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:0) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:1) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:2) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:3) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:4) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:20:5) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:0) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:1) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:21:2) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:0) found
    [ 12.324] (WW) fglrx: No matching Device section for instance (BusID PCI:0@0:22:2) found
    [ 12.327] (II) AMD Video driver is running on a device belonging to a group targeted for this release
    [ 12.345] (II) AMD Video driver is signed
    [ 12.349] (II) fglrx(0): pEnt->device->identifier=0x27bdb40
    [ 12.349] (II) fglrx(0): === [xdl_xs113_atiddxPreInit] === begin
    [ 12.350] (**) fglrx(0): Depth 24, (--) framebuffer bpp 32
    [ 12.350] (II) fglrx(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
    [ 12.350] (==) fglrx(0): Default visual is TrueColor
    [ 12.350] (**) fglrx(0): Option "DPMS" "true"
    [ 12.350] (==) fglrx(0): RGB weight 888
    [ 12.350] (II) fglrx(0): Using 8 bits per RGB
    [ 12.350] (==) fglrx(0): Buffer Tiling is ON
    [ 12.351] (II) Loading sub module "fglrxdrm"
    [ 12.351] (II) LoadModule: "fglrxdrm"
    [ 12.351] (II) Loading /usr/lib/xorg/modules/linux/libfglrxdrm.so
    [ 12.351] (II) Module fglrxdrm: vendor="FireGL - AMD Technologies Inc."
    [ 12.352] compiled for 1.4.99.906, module version = 12.10.5
    [ 12.461] ukiDynamicMajor: failed to open /proc/ati/major
    [ 12.461] ukiDynamicMajor: failed to open /proc/ati/major
    [ 12.462] (**) fglrx(0): NoAccel = NO
    [ 12.462] (**) fglrx(0): AMD 2D Acceleration Architecture enabled
    [ 12.462] (--) fglrx(0): Chipset: "AMD Radeon HD 6310 Graphics" (Chipset = 0x9802)
    [ 12.462] (--) fglrx(0): (PciSubVendor = 0x1849, PciSubDevice = 0x9802)
    [ 12.462] (==) fglrx(0): board vendor info: third party graphics adapter - NOT original AMD
    [ 12.462] (--) fglrx(0): Linear framebuffer (phys) at 0xc0000000
    [ 12.462] (--) fglrx(0): MMIO registers at 0xfeb00000
    [ 12.462] (--) fglrx(0): I/O port at 0x0000f000
    [ 12.462] (==) fglrx(0): ROM-BIOS at 0x000c0000
    [ 12.538] (II) fglrx(0): Invalid ATI BIOS from int10, the adapter is not VGA-enabled
    [ 12.538] (EE) fglrx(0): Invalid video BIOS signature!
    [ 12.538] (EE) fglrx(0): GetBIOSParameter failed
    [ 12.538] (EE) fglrx(0): PreInitAdapter failed
    [ 12.538] (EE) fglrx(0): PreInit failed
    [ 12.538] (II) fglrx(0): === [xdl_xs113_atiddxPreInit] === end
    [ 12.576] (II) UnloadModule: "fglrx"
    [ 12.576] (II) UnloadSubModule: "fglrxdrm"
    [ 12.576] (II) Unloading fglrxdrm
    [ 12.576] (II) UnloadSubModule: "fglrxdrm"
    [ 12.576] (EE) Screen(s) found, but none have a usable configuration.
    [ 12.577]
    Fatal server error:
    [ 12.577] no screens found
    [ 12.577] (EE)
    Please consult the The X.Org Foundation support
    at http://wiki.x.org
    for help.
    [ 12.577] (EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
    [ 12.577] (EE)
    [ 12.602] Server terminated with error (1). Closing log file.
    And this is the pacman log with the updates
    [2013-04-06 03:57] [PACMAN] Running 'pacman -Syyu'
    [2013-04-06 03:57] [PACMAN] synchronizing package lists
    [2013-04-06 03:57] [PACMAN] starting full system upgrade
    [2013-04-06 04:18] [PACMAN] upgraded boost-libs (1.52.0-3 -> 1.53.0-2)
    [2013-04-06 04:18] [PACMAN] upgraded akonadi (1.9.1-2 -> 1.9.1-3)
    [2013-04-06 04:18] [PACMAN] upgraded avogadro (1.1.0-3 -> 1.1.0-4)
    [2013-04-06 04:18] [PACMAN] upgraded linux-api-headers (3.7.4-1 -> 3.8.4-1)
    [2013-04-06 04:18] [ALPM-SCRIPTLET] Generating locales...
    [2013-04-06 04:18] [ALPM-SCRIPTLET] de_DE.UTF-8... done
    [2013-04-06 04:18] [ALPM-SCRIPTLET] en_US.UTF-8... done
    [2013-04-06 04:18] [ALPM-SCRIPTLET] Generation complete.
    [2013-04-06 04:18] [PACMAN] upgraded glibc (2.17-3 -> 2.17-4)
    [2013-04-06 04:18] [PACMAN] upgraded binutils (2.23.1-3 -> 2.23.2-1)
    [2013-04-06 04:18] [PACMAN] upgraded cups-filters (1.0.31-1 -> 1.0.33-1)
    [2013-04-06 04:18] [PACMAN] upgraded libpulse (3.0-2 -> 3.0-3)
    [2013-04-06 04:18] [PACMAN] upgraded ffmpeg (1:1.2-1 -> 1:1.2-2)
    [2013-04-06 04:18] [PACMAN] upgraded firefox (19.0.2-1 -> 20.0-1)
    [2013-04-06 04:18] [PACMAN] upgraded firefox-i18n-de (19.0.2-1 -> 20.0-1)
    [2013-04-06 04:18] [PACMAN] upgraded gcc-libs (4.7.2-4 -> 4.8.0-1)
    [2013-04-06 04:18] [PACMAN] upgraded gcc (4.7.2-4 -> 4.8.0-1)
    [2013-04-06 04:18] [PACMAN] upgraded kdelibs (4.10.1-2 -> 4.10.2-1)
    [2013-04-06 04:18] [PACMAN] upgraded nepomuk-core (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:18] [PACMAN] upgraded kactivities (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:18] [PACMAN] upgraded kde-base-artwork (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kde-l10n-de (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kde-wallpapers (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded oxygen-icons (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdebase-runtime (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeaccessibility-jovie (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeaccessibility-kaccessible (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeaccessibility-kmag (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeaccessibility-kmousetool (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeaccessibility-kmouth (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeadmin-kcron (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeadmin-ksystemlog (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdepimlibs (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeadmin-kuser (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeartwork-colorschemes (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeartwork-desktopthemes (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeartwork-emoticons (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeartwork-iconthemes (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdepim-runtime (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded lm_sensors (3.3.3-1 -> 3.3.3-2)
    [2013-04-06 04:19] [ALPM] warning: /usr/share/config/kdm/kdmrc installed as /usr/share/config/kdm/kdmrc.pacnew
    [2013-04-06 04:19] [PACMAN] upgraded kdebase-workspace (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded libkexiv2 (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeartwork-kscreensaver (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeartwork-sounds (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeartwork-styles (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:19] [PACMAN] upgraded kdeartwork-wallpapers (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeartwork-weatherwallpapers (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-lib (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded nepomuk-widgets (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-dolphin (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-katepart (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-kdepasswd (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-kdialog (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-keditbookmarks (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-kfind (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-konqueror (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-konq-plugins (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-konsole (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-kwrite (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebase-plasma (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebindings-python-common (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdebindings-python2 (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-analitza (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-blinken (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-cantor (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded libkdeedu (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kalgebra (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kalzium (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kanagram (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kbruch (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kgeography (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-khangman (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kig (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kiten (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-klettres (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kmplot (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kstars (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-ktouch (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kturtle (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-kwordquiz (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-marble (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-pairs (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-parley (4.10.1-2 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-rocs (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded kdeedu-step (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:20] [PACMAN] upgraded libkdegames (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-bomber (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-bovo (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-granatier (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kajongg (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kapman (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-katomic (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kblackbox (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kblocks (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kbounce (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kbreakout (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kdiamond (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kfourinline (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kgoldrunner (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kigo (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-killbots (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kiriki (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kjumpingcube (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-klickety (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-klines (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded libkmahjongg (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kmahjongg (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kmines (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-knavalbattle (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-knetwalk (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kolf (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kollision (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-konquest (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kpatience (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kreversi (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kshisen (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-ksirk (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-ksnakeduel (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kspaceduel (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-ksquares (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-ksudoku (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-ktuberling (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-kubrick (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:21] [PACMAN] upgraded kdegames-lskat (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegames-palapeli (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegames-picmi (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded libkipi (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-gwenview (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-kamera (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-kcolorchooser (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-kgamma (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-kolourpaint (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-kruler (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded libksane (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-ksaneplugin (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-ksnapshot (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-mobipocket (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-okular (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-strigi-analyzer (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-svgpart (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded libkdcraw (4.10.1-2 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdegraphics-thumbnailers (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded libkcddb (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded libkcompactdisc (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdemultimedia-audiocd-kio (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdemultimedia-dragonplayer (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdemultimedia-ffmpegthumbs (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdemultimedia-juk (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdemultimedia-kmix (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdemultimedia-kscd (4.10.1-2 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdemultimedia-mplayerthumbs (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdenetwork-filesharing (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdenetwork-kdnssd (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdenetwork-kget (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdenetwork-kopete (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdenetwork-kppp (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdenetwork-krdc (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdenetwork-krfb (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-libkdepim (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-akonadiconsole (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-akregator (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-blogilo (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-console (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-kaddressbook (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-kalarm (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-kjots (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-kleopatra (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-kmail (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-knode (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-knotes (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-kontact (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-korganizer (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-kresources (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-ktimetracker (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdepim-ktnef (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-bball (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-binary-clock (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-blackboard (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-bookmarks (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-bubblemon (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-calculator (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-charselect (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-libs (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-comic (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-community (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-dict (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:22] [PACMAN] upgraded kdeplasma-addons-applets-eyes (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-fifteenpuzzle (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-filewatcher (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-frame (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-fuzzy-clock (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-icontasks (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-incomingmsg (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-kdeobservatory (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-kimpanel (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-knowledgebase (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-kolourpicker (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-konqprofiles (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-konsoleprofiles (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-lancelot (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-leavenote (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-life (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-luna (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-magnifique (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-mediaplayer (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-microblog (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-news (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-notes (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-nowplaying (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-paste (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-pastebin (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-plasmaboard (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-previewer (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-qalculate (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-rememberthemilk (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-rssnow (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-showdashboard (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-showdesktop (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-social-news (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-spellcheck (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-systemloadviewer (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-timer (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-unitconverter (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-weather (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-weatherstation (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-applets-webslice (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-containments (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-audioplayercontrol (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-browserhistory (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-characters (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-contacts (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-converter (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-datetime (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-dictionary (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-events (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-kate (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-katesessions (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-konquerorsessions (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-konsolesessions (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-kopete (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-mediawiki (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-spellchecker (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-runners-youtube (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-wallpapers-mandelbrot (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-wallpapers-marble (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-wallpapers-pattern (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-wallpapers-potd (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-wallpapers-qmlwallpapers (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-wallpapers-virus (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeplasma-addons-wallpapers-weather (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-cervisia (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-dev-scripts (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-dev-utils (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-dolphin-plugins (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-kapptemplate (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-kcachegrind (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-kioslaves (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-kompare (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-strigi-analyzers (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-lokalize (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-okteta (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-poxml (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdesdk-umbrello (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdetoys-amor (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdetoys-kteatime (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdetoys-ktux (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-ark (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-filelight (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-kcalc (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-kcharselect (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-kdf (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-kfloppy (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-kgpg (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-kremotecontrol (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-ktimer (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-kwallet (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-print-manager (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-superkaramba (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdeutils-sweeper (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdewebdev-kfilereplace (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdewebdev-kimagemapeditor (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdewebdev-klinkstatus (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded kdewebdev-kommander (4.10.1-1 -> 4.10.2-1)
    [2013-04-06 04:23] [PACMAN] upgraded lib32-glibc (2.17-2 -> 2.17-4)
    [2013-04-06 04:23] [PACMAN] upgraded lib32-gcc-libs (4.7.2-4 -> 4.8.0-1)
    [2013-04-06 04:23] [PACMAN] upgraded libkolabxml (0.8.3-1 -> 0.8.3-2)
    [2013-04-06 04:23] [PACMAN] upgraded libltdl (2.4.2-7 -> 2.4.2-8)
    [2013-04-06 04:23] [PACMAN] upgraded libtool (2.4.2-7 -> 2.4.2-8)
    [2013-04-06 04:23] [PACMAN] upgraded libtorrent-rasterbar (1:0.16.9-1 -> 1:0.16.9-2)
    [2013-04-06 04:23] [PACMAN] upgraded libxi (1.7-1 -> 1.7.1-1)
    [2013-04-06 04:23] [PACMAN] upgraded libzip (0.10.1-1 -> 0.11-1)
    [2013-04-06 04:24] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-04-06 04:24] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-04-06 04:24] [ALPM-SCRIPTLET] ==> Building image from preset: 'default'
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-04-06 04:24] [ALPM-SCRIPTLET] ==> Starting build: 3.8.5-1-ARCH
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-04-06 04:24] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-04-06 04:24] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-04-06 04:24] [ALPM-SCRIPTLET] ==> Building image from preset: 'fallback'
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-04-06 04:24] [ALPM-SCRIPTLET] ==> Starting build: 3.8.5-1-ARCH
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-04-06 04:24] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-04-06 04:24] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-04-06 04:24] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-04-06 04:24] [PACMAN] upgraded linux (3.8.4-1 -> 3.8.5-1)
    [2013-04-06 04:24] [PACMAN] upgraded linux-headers (3.8.4-1 -> 3.8.5-1)
    [2013-04-06 04:24] [PACMAN] upgraded lirc-utils (1:0.9.0-39 -> 1:0.9.0-40)
    [2013-04-06 04:24] [PACMAN] upgraded mpg123 (1.15.1-1 -> 1.15.3-1)
    Last edited by flash84 (2013-04-07 12:13:23)

    Trying to install the xf86-video-ati
    sudo pacman -S xf86-video-ati
    [sudo] password for xxx:
    Löse Abhängigkeiten auf...
    Suche nach Zwischenkonflikten...
    :: mesa-libgl und catalyst-utils stehen miteinander in Konflikt (libgl). catalyst-utils entfernen? [j/N] j
    Fehler: Konnte den Vorgang nicht vorbereiten (Kann Abhängigkeiten nicht erfüllen)
    :: lib32-catalyst-utils: benötigt catalyst-utils
    It's german, but it basically says that there are open dependencies.
    So trying to delete lib32-catalyst-utils states same message with other packages.
    So i try to recursively remove the packages dependent on catalyst-utils
    sudo pacman -Rnsc catalyst-utils
    Prüfe Abhängigkeiten...
    :: avahi benötigt optional gtk2: gtk2 bindings
    :: avahi benötigt optional qt4: qt4 bindings
    :: avahi benötigt optional pygtk: avahi-bookmarks, avahi-discover
    :: avahi benötigt optional python2-dbus: avahi-discover
    :: cronie benötigt optional pm-utils: defer anacron on battery power
    :: deluge benötigt optional pygtk: needed for gtk ui
    :: deluge benötigt optional python2-mako: needed for web ui
    :: gnupg benötigt optional libusb-compat: scdaemon
    :: iputils benötigt optional xinetd: for tftpd
    :: libtiff benötigt optional freeglut: for using tiffgt
    :: ntp benötigt optional libedit: ntpdc, ntpq
    :: pinentry benötigt optional gtk2: for gtk2 backend
    :: pinentry benötigt optional qt4: for qt4 backend
    :: systemd benötigt optional python: systemd library bindings
    :: twisted benötigt optional pygtk: for using manhole
    :: xdg-utils benötigt optional kdebase-runtime: for KDE support in xdg-open
    :: xdg-utils benötigt optional xorg-xprop: for Xfce support in xdg-open
    Pakete (614): a52dec-0.7.4-6 aalib-1.4rc5-9 akonadi-1.9.1-3 antlr2-2.7.7-3 aspell-0.60.6.1-1 atk-2.6.0-1 attica-0.4.1-2
    avogadro-1.1.0-4 bc-1.06-8 blas-3.4.2-1 ca-certificates-java-20121112+nmu2-1 cabextract-1.4-2 cairo-1.12.14-3
    ccrtp-2.0.3-2 cdparanoia-10.2-4 cfitsio-3.340-1 chemical-mime-data-0.1.94-6 chmlib-0.40-3 cln-1.3.2-1
    colord-0.1.31-1 compositeproto-0.4.2-2 convertlit-1.8-6 cups-1.6.2-1 cups-filters-1.0.33-1 dbus-glib-0.100.2-1
    dconf-0.14.1-1 djvulibre-3.5.25.3-1 dnssec-anchors-20130320-1 docbook-xml-4.5-5 docbook-xsl-1.78.0-1 dotconf-1.3-3
    ebook-tools-0.2.2-1 eclipse-4.2.2-1 eigen2-2.0.17-1 enca-1.14-1 enchant-1.6.0-4 exiv2-0.23-1 faac-1.28-4
    faad2-2.7-3 facile-1.1-15 farstream-0.2.2-1 ffmpeg-1:1.2-2 firefox-20.0-1 firefox-i18n-de-20.0-1 fontsproto-2.1.2-1
    freeglut-2.8.0-2 fribidi-0.19.5-1 gd-2.0.36RC1-5 gdk-pixbuf2-2.26.5-2 geoclue-0.12.99-1 ghostscript-9.07-1
    giflib-4.1.6-5 glew-1.9.0-2 glib-networking-2.34.2-1 glu-9.0.0-2 gnome-mime-data-2.18.0-6 gnugo-3.8-3
    gobject-introspection-1.34.2-1 gpm-1.20.7-1 grantlee-0.3.0-2 graphite-1:1.2.1-1 gsettings-desktop-schemas-3.6.1-1
    gsl-1.15-2 gsm-1.0.13-7 gst-plugins-base-libs-1.0.6-1 gstreamer-1.0.6-1 gstreamer0.10-0.10.36-1
    gstreamer0.10-base-0.10.36-1 gtk-update-icon-cache-2.24.17-1 gtk2-2.24.17-1 harfbuzz-0.9.15-1 hspell-1.2-1
    hunspell-1.3.2-2 ilmbase-1.0.3-1 imlib2-1.4.5-2 iso-codes-3.41-1 jack-0.121.3-7 jasper-1.900.1-8
    jdk7-openjdk-7.u17_2.3.8-1 jre7-openjdk-7.u17_2.3.8-1 jre7-openjdk-headless-7.u17_2.3.8-1 js-1.8.5-3 json-c-0.10-2
    kactivities-4.10.2-1 kde-agent-20130226-1 kde-base-artwork-4.10.2-1 kde-meta-kdeaccessibility-4.10-2
    kde-meta-kdeadmin-4.10-2 kde-meta-kdeartwork-4.10-2 kde-meta-kdebase-4.10-2 kde-meta-kdeedu-4.10-2
    kde-meta-kdegames-4.10-2 kde-meta-kdegraphics-4.10-2 kde-meta-kdemultimedia-4.10-2 kde-meta-kdenetwork-4.10-2
    kde-meta-kdepim-4.10-2 kde-meta-kdeplasma-addons-4.10-2 kde-meta-kdesdk-4.10-2 kde-meta-kdetoys-4.10-2
    kde-meta-kdeutils-4.10-2 kde-meta-kdewebdev-4.10-2 kdeaccessibility-jovie-4.10.2-1
    kdeaccessibility-kaccessible-4.10.2-1 kdeaccessibility-kmag-4.10.2-1 kdeaccessibility-kmousetool-4.10.2-1
    kdeaccessibility-kmouth-4.10.2-1 kdeadmin-kcron-4.10.2-1 kdeadmin-ksystemlog-4.10.2-1 kdeadmin-kuser-4.10.2-1
    kdeartwork-colorschemes-4.10.2-1 kdeartwork-desktopthemes-4.10.2-1 kdeartwork-emoticons-4.10.2-1
    kdeartwork-iconthemes-4.10.2-1 kdeartwork-kscreensaver-4.10.2-1 kdeartwork-sounds-4.10.2-1 kdeartwork-styles-4.10.2-1
    kdeartwork-wallpapers-4.10.2-1 kdeartwork-weatherwallpapers-4.10.2-1 kdebase-dolphin-4.10.2-1
    kdebase-katepart-4.10.2-1 kdebase-kdepasswd-4.10.2-1 kdebase-kdialog-4.10.2-1 kdebase-keditbookmarks-4.10.2-1
    kdebase-kfind-4.10.2-1 kdebase-konq-plugins-4.10.2-1 kdebase-konqueror-4.10.2-1 kdebase-konsole-4.10.2-1
    kdebase-kwrite-4.10.2-1 kdebase-lib-4.10.2-1 kdebase-plasma-4.10.2-1 kdebase-runtime-4.10.2-2
    kdebase-workspace-4.10.2-1 kdebindings-python-common-4.10.2-1 kdebindings-python2-4.10.2-1 kdeedu-analitza-4.10.2-1
    kdeedu-blinken-4.10.2-1 kdeedu-cantor-4.10.2-1 kdeedu-kalgebra-4.10.2-1 kdeedu-kalzium-4.10.2-1
    kdeedu-kanagram-4.10.2-1 kdeedu-kbruch-4.10.2-1 kdeedu-kgeography-4.10.2-1 kdeedu-khangman-4.10.2-1
    kdeedu-kig-4.10.2-1 kdeedu-kiten-4.10.2-1 kdeedu-klettres-4.10.2-1 kdeedu-kmplot-4.10.2-1 kdeedu-kstars-4.10.2-1
    kdeedu-ktouch-4.10.2-1 kdeedu-kturtle-4.10.2-1 kdeedu-kwordquiz-4.10.2-1 kdeedu-marble-4.10.2-1 kdeedu-pairs-4.10.2-1
    kdeedu-parley-4.10.2-1 kdeedu-rocs-4.10.2-1 kdeedu-step-4.10.2-1 kdegames-bomber-4.10.2-1 kdegames-bovo-4.10.2-1
    kdegames-granatier-4.10.2-1 kdegames-kajongg-4.10.2-1 kdegames-kapman-4.10.2-1 kdegames-katomic-4.10.2-1
    kdegames-kblackbox-4.10.2-1 kdegames-kblocks-4.10.2-1 kdegames-kbounce-4.10.2-1 kdegames-kbreakout-4.10.2-1
    kdegames-kdiamond-4.10.2-1 kdegames-kfourinline-4.10.2-1 kdegames-kgoldrunner-4.10.2-1 kdegames-kigo-4.10.2-1
    kdegames-killbots-4.10.2-1 kdegames-kiriki-4.10.2-1 kdegames-kjumpingcube-4.10.2-1 kdegames-klickety-4.10.2-1
    kdegames-klines-4.10.2-1 kdegames-kmahjongg-4.10.2-1 kdegames-kmines-4.10.2-1 kdegames-knavalbattle-4.10.2-1
    kdegames-knetwalk-4.10.2-1 kdegames-kolf-4.10.2-1 kdegames-kollision-4.10.2-1 kdegames-konquest-4.10.2-1
    kdegames-kpatience-4.10.2-1 kdegames-kreversi-4.10.2-1 kdegames-kshisen-4.10.2-1 kdegames-ksirk-4.10.2-1
    kdegames-ksnakeduel-4.10.2-1 kdegames-kspaceduel-4.10.2-1 kdegames-ksquares-4.10.2-1 kdegames-ksudoku-4.10.2-1
    kdegames-ktuberling-4.10.2-1 kdegames-kubrick-4.10.2-1 kdegames-lskat-4.10.2-1 kdegames-palapeli-4.10.2-1
    kdegames-picmi-4.10.2-1 kdegraphics-gwenview-4.10.2-1 kdegraphics-kamera-4.10.2-1 kdegraphics-kcolorchooser-4.10.2-1
    kdegraphics-kgamma-4.10.2-1 kdegraphics-kolourpaint-4.10.2-1 kdegraphics-kruler-4.10.2-1
    kdegraphics-ksaneplugin-4.10.2-1 kdegraphics-ksnapshot-4.10.2-1 kdegraphics-mobipocket-4.10.2-1
    kdegraphics-okular-4.10.2-1 kdegraphics-strigi-analyzer-4.10.2-1 kdegraphics-svgpart-4.10.2-1
    kdegraphics-thumbnailers-4.10.2-1 kdelibs-4.10.2-1 kdemultimedia-audiocd-kio-4.10.2-1
    kdemultimedia-dragonplayer-4.10.2-1 kdemultimedia-ffmpegthumbs-4.10.2-1 kdemultimedia-juk-4.10.2-1
    kdemultimedia-kmix-4.10.2-1 kdemultimedia-kscd-4.10.2-1 kdemultimedia-mplayerthumbs-4.10.2-1
    kdenetwork-filesharing-4.10.2-1 kdenetwork-kdnssd-4.10.2-1 kdenetwork-kget-4.10.2-1 kdenetwork-kopete-4.10.2-1
    kdenetwork-kppp-4.10.2-1 kdenetwork-krdc-4.10.2-1 kdenetwork-krfb-4.10.2-1 kdepim-akonadiconsole-4.10.2-2
    kdepim-akregator-4.10.2-2 kdepim-blogilo-4.10.2-2 kdepim-console-4.10.2-2 kdepim-kaddressbook-4.10.2-2
    kdepim-kalarm-4.10.2-2 kdepim-kjots-4.10.2-2 kdepim-kleopatra-4.10.2-2 kdepim-kmail-4.10.2-2 kdepim-knode-4.10.2-2
    kdepim-knotes-4.10.2-2 kdepim-kontact-4.10.2-2 kdepim-korganizer-4.10.2-2 kdepim-kresources-4.10.2-2
    kdepim-ktimetracker-4.10.2-2 kdepim-ktnef-4.10.2-2 kdepim-libkdepim-4.10.2-2 kdepim-runtime-4.10.2-1
    kdepimlibs-4.10.2-1 kdeplasma-addons-applets-bball-4.10.2-1 kdeplasma-addons-applets-binary-clock-4.10.2-1
    kdeplasma-addons-applets-blackboard-4.10.2-1 kdeplasma-addons-applets-bookmarks-4.10.2-1
    kdeplasma-addons-applets-bubblemon-4.10.2-1 kdeplasma-addons-applets-calculator-4.10.2-1
    kdeplasma-addons-applets-charselect-4.10.2-1 kdeplasma-addons-applets-comic-4.10.2-1
    kdeplasma-addons-applets-community-4.10.2-1 kdeplasma-addons-applets-dict-4.10.2-1
    kdeplasma-addons-applets-eyes-4.10.2-1 kdeplasma-addons-applets-fifteenpuzzle-4.10.2-1
    kdeplasma-addons-applets-filewatcher-4.10.2-1 kdeplasma-addons-applets-frame-4.10.2-1
    kdeplasma-addons-applets-fuzzy-clock-4.10.2-1 kdeplasma-addons-applets-icontasks-4.10.2-1
    kdeplasma-addons-applets-incomingmsg-4.10.2-1 kdeplasma-addons-applets-kdeobservatory-4.10.2-1
    kdeplasma-addons-applets-kimpanel-4.10.2-1 kdeplasma-addons-applets-knowledgebase-4.10.2-1
    kdeplasma-addons-applets-kolourpicker-4.10.2-1 kdeplasma-addons-applets-konqprofiles-4.10.2-1
    kdeplasma-addons-applets-konsoleprofiles-4.10.2-1 kdeplasma-addons-applets-lancelot-4.10.2-1
    kdeplasma-addons-applets-leavenote-4.10.2-1 kdeplasma-addons-applets-life-4.10.2-1
    kdeplasma-addons-applets-luna-4.10.2-1 kdeplasma-addons-applets-magnifique-4.10.2-1
    kdeplasma-addons-applets-mediaplayer-4.10.2-1 kdeplasma-addons-applets-microblog-4.10.2-1
    kdeplasma-addons-applets-news-4.10.2-1 kdeplasma-addons-applets-notes-4.10.2-1
    kdeplasma-addons-applets-nowplaying-4.10.2-1 kdeplasma-addons-applets-paste-4.10.2-1
    kdeplasma-addons-applets-pastebin-4.10.2-1 kdeplasma-addons-applets-plasmaboard-4.10.2-1
    kdeplasma-addons-applets-previewer-4.10.2-1 kdeplasma-addons-applets-qalculate-4.10.2-1
    kdeplasma-addons-applets-rememberthemilk-4.10.2-1 kdeplasma-addons-applets-rssnow-4.10.2-1
    kdeplasma-addons-applets-showdashboard-4.10.2-1 kdeplasma-addons-applets-showdesktop-4.10.2-1
    kdeplasma-addons-applets-social-news-4.10.2-1 kdeplasma-addons-applets-spellcheck-4.10.2-1
    kdeplasma-addons-applets-systemloadviewer-4.10.2-1 kdeplasma-addons-applets-timer-4.10.2-1
    kdeplasma-addons-applets-unitconverter-4.10.2-1 kdeplasma-addons-applets-weather-4.10.2-1
    kdeplasma-addons-applets-weatherstation-4.10.2-1 kdeplasma-addons-applets-webslice-4.10.2-1
    kdeplasma-addons-containments-4.10.2-1 kdeplasma-addons-libs-4.10.2-1
    kdeplasma-addons-runners-audioplayercontrol-4.10.2-1 kdeplasma-addons-runners-browserhistory-4.10.2-1
    kdeplasma-addons-runners-characters-4.10.2-1 kdeplasma-addons-runners-contacts-4.10.2-1
    kdeplasma-addons-runners-converter-4.10.2-1 kdeplasma-addons-runners-datetime-4.10.2-1
    kdeplasma-addons-runners-dictionary-4.10.2-1 kdeplasma-addons-runners-events-4.10.2-1
    kdeplasma-addons-runners-katesessions-4.10.2-1 kdeplasma-addons-runners-konquerorsessions-4.10.2-1
    kdeplasma-addons-runners-konsolesessions-4.10.2-1 kdeplasma-addons-runners-kopete-4.10.2-1
    kdeplasma-addons-runners-mediawiki-4.10.2-1 kdeplasma-addons-runners-spellchecker-4.10.2-1
    kdeplasma-addons-runners-youtube-4.10.2-1 kdeplasma-addons-wallpapers-mandelbrot-4.10.2-1
    kdeplasma-addons-wallpapers-marble-4.10.2-1 kdeplasma-addons-wallpapers-pattern-4.10.2-1
    kdeplasma-addons-wallpapers-potd-4.10.2-1 kdeplasma-addons-wallpapers-qmlwallpapers-4.10.2-1
    kdeplasma-addons-wallpapers-virus-4.10.2-1 kdeplasma-addons-wallpapers-weather-4.10.2-1 kdesdk-cervisia-4.10.2-1
    kdesdk-dev-scripts-4.10.2-1 kdesdk-dev-utils-4.10.2-1 kdesdk-dolphin-plugins-4.10.2-1 kdesdk-kapptemplate-4.10.2-1
    kdesdk-kate-4.10.2-1 kdesdk-kcachegrind-4.10.2-1 kdesdk-kioslaves-4.10.2-1 kdesdk-kompare-4.10.2-1
    kdesdk-lokalize-4.10.2-1 kdesdk-okteta-4.10.2-1 kdesdk-poxml-4.10.2-1 kdesdk-strigi-analyzers-4.10.2-1
    kdesdk-umbrello-4.10.2-1 kdetoys-amor-4.10.2-1 kdetoys-kteatime-4.10.2-1 kdetoys-ktux-4.10.2-1 kdeutils-ark-4.10.2-1
    kdeutils-filelight-4.10.2-1 kdeutils-kcalc-4.10.2-1 kdeutils-kcharselect-4.10.2-1 kdeutils-kdf-4.10.2-1
    kdeutils-kfloppy-4.10.2-1 kdeutils-kgpg-4.10.2-1 kdeutils-kremotecontrol-4.10.2-1 kdeutils-ktimer-4.10.2-1
    kdeutils-kwallet-4.10.2-1 kdeutils-print-manager-4.10.2-1 kdeutils-superkaramba-4.10.2-1 kdeutils-sweeper-4.10.2-1
    kdewebdev-kfilereplace-4.10.2-1 kdewebdev-kimagemapeditor-4.10.2-1 kdewebdev-klinkstatus-4.10.2-1
    kdewebdev-kommander-4.10.2-1 kpartsplugin-20120723-1 lame-3.99.5-1 lapack-3.4.2-1 lcms-1.19-2 lcms2-2.4-1
    ldns-1.6.16-1 lib32-acl-2.2.51-2 lib32-attr-2.4.46-2 lib32-bzip2-1.0.6-1 lib32-catalyst-utils-13.3-4
    lib32-expat-2.1.0-1 lib32-fontconfig-2.10.2-1 lib32-freetype2-2.4.11-1 lib32-gcc-libs-4.8.0-1
    lib32-gettext-0.18.2.1-1 lib32-glibc-2.17-4 lib32-glu-9.0.0-1 lib32-libdrm-2.4.43-1 lib32-libice-1.0.8-1
    lib32-libpciaccess-0.13.1-1 lib32-libsm-1.2.1-1 lib32-libx11-1.5.0-1 lib32-libxau-1.0.7-1 lib32-libxcb-1.9-2
    lib32-libxcursor-1.1.13-1 lib32-libxdamage-1.1.4-1 lib32-libxdmcp-1.1.1-1 lib32-libxext-1.3.1-1 lib32-libxfixes-5.0-1
    lib32-libxi-1.7-1 lib32-libxrandr-1.4.0-1 lib32-libxrender-0.9.7-1 lib32-util-linux-2.22.2-1 lib32-zlib-1.2.7-1
    libass-0.10.1-1 libasyncns-0.8-4 libatasmart-0.19-1 libbluray-0.2.3-1 libcaca-0.99.beta18-1 libcanberra-0.30-3
    libcddb-1.3.2-3 libcdio-0.90-2 libcdio-paranoia-10.2+0.90-1 libdatrie-0.2.5-1 libdbusmenu-qt-0.9.2-2 libdca-0.0.5-3
    libdiscid-0.4.1-1 libdmtx-0.7.4-3 libdvbpsi-0.2.2-1 libdvdnav-4.2.0-2 libdvdread-4.2.0-1 libebml-1.3.0-1
    libedit-20120601_3.0-1 libevent-2.0.21-2 libexif-0.6.21-1 libftdi-0.20-1 libgadu-1.11.2-1 libglade-2.6.4-3
    libgphoto2-2.5.1-1 libgusb-0.1.4-1 libical-0.48-1 libid3tag-0.15.1b-7 libidn-1.26-1 libieee1284-0.2.11-4
    libimobiledevice-1.1.4-2 libindi-0.9.6-1 libiodbc-3.52.8-1 libirman-0.4.5-3 libkate-0.4.1-3 libkcddb-4.10.2-1
    libkcompactdisc-4.10.2-1 libkdcraw-4.10.2-1 libkdeedu-4.10.2-1 libkdegames-4.10.2-1 libkexiv2-4.10.2-1
    libkgapi-0.4.4-1 libkipi-4.10.2-1 libkmahjongg-4.10.2-1 libkolab-0.4.1-1 libkolabxml-0.8.3-2 libksane-4.10.2-1
    libktorrent-1.3.1-1 libmad-0.15.1b-6 libmatroska-1.4.0-1 libmms-0.6.2-1 libmng-1.0.10-4 libmodplug-0.8.8.4-1
    libmp4v2-2.0.0-2 libmpcdec-1.2.6-3 libmpeg2-0.5.1-4 libmsn-4.2.1-1 libmusicbrainz3-3.0.3-2 libmusicbrainz5-5.0.1-1
    libmysqlclient-5.5.30-7 libnice-0.1.3-1 libnotify-0.7.5-1 libnova-0.14.0-1 libotr3-3.2.1-1 libplist-1.8-2
    libproxy-0.4.11-1 libpulse-3.0-3 libqalculate-0.9.7-3 libqzeitgeist-0.8.0-3 libraw1394-2.1.0-1 libshout-1:2.3.1-1
    libsoup-2.40.3-1 libspectre-0.2.7-1 libsrtp-1.4.4-2 libssh-0.5.4-1 libthai-0.1.18-1 libtheora-1.1.1-2
    libtiger-0.3.4-3 libupnp-1.6.18-1 libusb-compat-0.1.4-2 libva-1.1.1-1 libvncserver-0.9.9-1 libvpx-1.1.0-1
    libxcomposite-0.4.4-1 libxfont-1.4.5-1 libxklavier-5.3-1 libxml2-2.8.0-1 libxres-1.0.6-1 libxslt-1.1.26-3
    libxvmc-1.0.7-1 libxxf86dga-1.1.3-1 libzip-0.11-1 libzrtpcpp-2.1.2-1 lirc-utils-1:0.9.0-41 lm_sensors-3.3.3-2
    lua51-5.1.5-3 luckybackup-0.4.7-3 media-player-info-17-1 mediastreamer-2.8.2-4 mesa-demos-8.1.0-1 mime-types-8-1
    mozilla-common-1.4-3 mpg123-1.15.3-1 mplayer-35920-1 mysql-5.5.30-7 mysql-clients-5.5.30-7 neon-0.29.6-4
    nepomuk-core-4.10.2-1 nepomuk-widgets-4.10.2-1 net-snmp-5.7.2-3 netkit-bsd-finger-0.17-7 nspr-4.9.6-1 nss-3.14.3-2
    ocaml-4.00.1-3 openal-1.15.1-1 openbabel-2.3.2-1 opencore-amr-0.1.3-1 openexr-1.7.1-2 openjpeg-1.5.0-1
    openssh-6.2p1-1 opus-1.0.2-1 orc-0.4.17-1 ortp-0.20.0.20120701-1 oxygen-icons-4.10.2-1 pango-1.32.5-1
    phonon-1:4.6.0-8 phonon-vlc-0.6.2-1 pixman-0.28.2-1 pm-quirks-0.20100619-3 pm-utils-1.4.1-5 polkit-0.110-1
    polkit-kde-0.99.0-2 polkit-qt-0.103.0-2 poppler-0.22.2-1 poppler-qt-0.22.2-1 prison-1.0-2 pygobject-devel-3.4.2-1
    pygobject2-devel-2.28.6-8 pygtk-2.24.0-3 pyqt-common-4.10-1 python-3.3.1-1 python-cairo-1.10.0-2
    python-dbus-common-1.1.1-2 python-gobject-3.4.2-1 python-xdg-0.25-1 python2-beaker-1.6.4-1 python2-cairo-1.10.0-1
    python2-dbus-1.1.1-2 python2-gobject2-2.28.6-8 python2-mako-0.7.3-1 python2-markupsafe-0.15-2 python2-notify-0.1.1-12
    python2-numpy-1.7.0-2 python2-pyqt-4.10-1 python2-sip-4.14.5-1 qca-2.0.3-4 qca-ossl-2.0.0-6 qimageblitz-0.0.6-3
    qjson-0.8.1-2 qoauth-1.0.1-4 qpdf-4.0.1-1 qrencode-3.4.2-1 qscintilla-2.7.1-1 qt4-4.8.4-16 qtwebkit-2.3.0-1
    qwt-6.0.2-2 raptor-2.0.9-2 rasqal-1:0.9.30-1 recode-3.6-7 redland-1:1.0.16-2 redland-storage-virtuoso-1:1.0.16-2
    rsync-3.0.9-5 rtmpdump-20121203-1 sane-1.0.23-4 schroedinger-1.0.11-1 sdl-1.2.15-3 sdl_image-1.2.12-2 serf-1.2.0-1
    shared-color-profiles-0.1.5-1 shared-desktop-ontologies-0.10.0-1 shared-mime-info-1.1-1 sip-4.14.5-1 soprano-2.9.0-2
    sound-theme-freedesktop-0.8-1 speech-dispatcher-0.8-1 speex-1.2rc1-3 startup-notification-0.12-3 strigi-0.7.8-2
    subversion-1.7.9-1 taglib-1.8-1 telepathy-farstream-0.6.0-1 telepathy-glib-0.20.1-1 telepathy-qt-0.9.3-7
    tidyhtml-1.46-2 ucommon-5.5.0-1 udisks2-2.0.1-1 unzip-6.0-6 upower-0.9.20-1 usbmuxd-1.0.8-1 v4l-utils-0.9.3-2
    virtuoso-base-6.1.6-1 vlc-2.0.6-1 wcslib-4.16-1 webkitgtk2-1.10.2-3 wine-1.5.27-1 wine_gecko-1.9-1
    winetricks-20120912-1 x264-20130206-1 xcb-util-image-0.3.9-1 xcb-util-keysyms-0.3.9-1 xcb-util-renderutil-0.3.8-1
    xerces-c-3.1.1-3 xf86-input-evdev-2.7.3-2 xf86dgaproto-2.1-2 xinetd-2.3.15-2 xkeyboard-config-2.8-1
    xorg-bdftopcf-1.0.4-1 xorg-font-util-1.3.0-1 xorg-font-utils-7.6-3 xorg-fonts-alias-1.0.2-2 xorg-fonts-misc-1.0.1-2
    xorg-server-1.13.3-1 xorg-server-common-1.13.3-1 xorg-setxkbmap-1.3.0-1 xorg-xkbcomp-1.2.4-1 xorg-xmessage-1.0.4-1
    xorg-xprop-1.2.1-1 xvidcore-1.3.2-1 zvbi-0.2.33-4 catalyst-utils-13.3-4
    Gesamtgröße der entfernten Pakete: -870,59 MiB
    :: Möchten Sie diese Pakete entfernen? [J/n]

  • Best place to specify module load

    Hi all, I am having problems lately with the network modules. I have an nforce2 board with integrated network hardware and a realtek network card, and now and then the integrated interface stops working, so I have switched to the external to avoid the nuissance.
    But it raises a question that has been looming for a time (with all these changes in initrd, etc.): What is the best or appropriate place for specifying module load? /etc/rc.conf, /etc/mkinitrd.conf, /etc/modprobe.conf?

    The recommended way to load modules is to make sure /etc/rc.conf has
    MOD_AUTOLOAD="yes"
    so that the modules required by your system are detected and loaded automatically. If you have some unusual hardware that escapes autodetection, or some undetected modules that require boot-time loading, they should be listed in rc.conf MODULES.
    mkinitrd.conf is used to specify  the modules required to allow your system to boot, and modprobe.conf allows you to fine-tune module loading by setting aliases, module options, or additional install commands.

  • Where can i find the option "no marker Update"

    Hi ,
    i want to know where this No marker update option is?
    Thanks in advance
    Ravi

    hi ravi..
    In the context menu of cube >Manage>Compression tab, u will find this check box.
    It holds the non-cumulative value(like stock balance).
    If you choose this option when compressing Non cumulative cube; the reference point is not updated but the request are moved to Request 0(usual compression); you must do this for compressing historical data; for example use this option to compress data before Jan 2005.
    Marker updates do not summarize the data. In inventory management scenarios, we have to calculate opening stock and closing stock on a daily basis. In order to facilitate this, we set a marker which will add and subtract the values for each record.
    In the absence of marker update, the data will be added up and will not provide the correct values.
    Compression makes the stock calculation(updation) as on the last date for which the records uploaded.So it is nothing but doing calculation inadvance rather the making system to do this calculation at the time of query execution.
    The same explained in the how to handle inventory in BIW in better way with example.
    If we donot do this compression of delta loads, the result does not be wrong but system takes more than time to do forward and then backward calculation.
    For non-cumulative InfoCubes, you can ensure that the non-cumulative marker is not updated by setting the indicator No Marker Updating. You have to use this option if you are loading historic non-cumulative value changes into an InfoCube after an initialization has already taken place with the current non-cumulative. Otherwise the results produced in the query will not be correct. For performance reasons, you should compress subsequent delta requests.
    See:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/how%20to%20handle%20inventory%20management%20scenarios.pdf
    When you load historic non cummulatives you need to set the "No Marker Updating" indicator if initalization has already taken place otherwise your data will be erroneous.
    chk this thread too..
    No marker update
    hope it helps...

  • CSA - Ignoring modules loading after system startup

    I'm currently running CSA 5.2 r238 with all systems in Test Mode. I keep seeing events for certain modules loading after startup, such as pdcrypt2.sys in a Citrix environment. I know these events are normal and don't care to have those events logged any more.
    The events are being generated by Rule 50, a Kernel Protection rule with a monitor action in System Hardening Module [V5.2 r238]. I've copied this rule to a custom rule module and set it to priority allow and did not check the Log option.
    I created a file set for pdcrypt2.sys as follows:
    Directories Matching: **\Program Files\Citrix\system32\drivers but not <none>
    Files matching: pdcrypt2.sys but not <none>
    I'm still seeing events generated by rule 50. I know my rule is enforced by looking at an affected host and my rule appears to process beore Rule 50. Why am I still seeing events generated by rule 50?

    Tom,
    I'm just baffled. I changed my file set, AAA - Citrix pdcrypt2.sys, to look like yours does.
    Directories matching: but not:
    Files matching: but not: pdcrypt2.sys
    The change history for rule 50, which I based my rule off of, is blank.
    The rule basically reads likes this:
    Priority Allow
    Take Precedence
    Modules load after system startup is checked
    File set contains: $AAA - Citrix pdcrypt2.sys
    Based on my understanding of the rules and the previous posts in this thread it would seem that logging for these events should be suppressed, but that is obviously not the case. Does your modified file set exist in rule 50 (or the corresponding rule in another version) or did you clone rule 50 to create your suppression filter rule?
    -Mike

  • Pass Parameter to Module Loaded with ModuleManager

    Is it possible to pass a parameter to a module loaded with ModuleManager?

    80sRelic,
    First, to answer a lingering question from your last post, the reason simIndex was 3 for each module (as opposed to 1,2,3) has to do with timing. When you ran getDataFromParent() within the module you probably did so after an event like the creationComplete event. The for loop (with simIndex++) executed almost instantly while the asynchronous events for each module kicked in a few ms later, so '3' across the board.
    Also, as far as the IModuleInfo::factory.create() method goes, yes you can pass a slew of parameters in here, but this is NOT the way to pass data to the module. I don't know what this parameter is all about, I thought it might pass variables to the module constructor (it does not), the documentation says something about 'let building factories change what they create,' but I never figured it out. Sorry. All I know is that whatever this is, it is not the way.
    BTW, the general topic we're dealing with is 'passing data' between module and application and more info can be found here and in the flex 3 cookbook.
    But, I'm guessing you already know this. (Just in case!!! )
    Of all the ways to pass data, gettingDataFromTheParent() is probably the worst method, or so they say. In general, passing data between module and application couples the two objects together and so they are no longer are they black boxes to each other. And I'm guessing the reason gettingDataFromParent() is the least preferred method probably has to do with change, where changeOverTimeOfApp > changeOverTimeOfModule.
    I wrote a small app, which might help demonstrate a nice way for you to pass data in your project. Please note that the app, as it stands doesn't make much sense. Modules should only be used when there's a really good reason to do so, for instance if the module is prohibitively large and only a fraction of the users will actually ever need to employ the module. In my particular example, using a custom component would be simpler and make much much more sense.
    Well, here it is (with .fxp appended at the bottom). Hope this helps,
    - e
    <?xml version="1.0" encoding="utf-8"?>
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                   xmlns:s="library://ns.adobe.com/flex/spark"
                   xmlns:mx="library://ns.adobe.com/flex/halo" >
      <fx:Script>
        <![CDATA[
          import modules.ColoredRectangle;
          import mx.collections.ArrayCollection;
          import mx.events.ModuleEvent;
          import mx.modules.IModuleInfo;
          import mx.modules.ModuleManager;
          private var myModInfo:IModuleInfo;
          private var myColor:uint;
          private var colorCollection:ArrayCollection = new ArrayCollection(
               [{colorName:"Red",    hex:"0xFF0000"},
                {colorName:"Orange", hex:"0xFFA500"},
                {colorName:"Yellow", hex:"0xFFFF00"},
                {colorName:"Green",  hex:"0x008000"},
                {colorName:"Blue",   hex:"0x0000FF"},
                {colorName:"Indigo", hex:"0x4B0082"},
                {colorName:"Violet", hex:"0xEE82EE"}] );
          protected function fetchModules():void     {
            myModInfo = ModuleManager.getModule("modules/ColoredRectangle.swf");
            myModInfo.addEventListener(ModuleEvent.READY, moduleReadyHandler);
            myModInfo.load();
          private function moduleReadyHandler(event:ModuleEvent):void {
            for each(var colorObj:Object in colorCollection) {
               var myModuleInstance:ColoredRectangle = myModInfo.factory.create() as ColoredRectangle;
               myModuleInstance.myColor = uint(colorObj.hex);
               tileBox.addElement(myModuleInstance);
        ]]>
      </fx:Script>
      <s:HGroup verticalCenter="0" horizontalCenter="0"
                width="750" height="400" gap="50">
         <s:Border width="100%" height="400">
            <s:layout>
               <s:VerticalLayout />
            </s:layout>
            <s:Button id="seeModulesButton1" label="fetch modules!"
                   click="fetchModules()" width="100%"/>
            <s:Scroller width="100%" height="100%">
               <s:Group  id="tileBox" height="100%" width="100%">
                  <s:layout>
                     <s:TileLayout columnAlign="justifyUsingGap" />
                  </s:layout>
               </s:Group>
            </s:Scroller>
         </s:Border>
       </s:HGroup>
    </s:Application>

  • Setting External Loaded SWF dimension

    hi guys...,
    i'll be straight to point,well i'm now working on a project using action  script 3 now what i'm trying to make is a Main SWF that load whatever  other swf into it the tricky thing is that i used 1 xml document read  the external swf source and it's setting(such as it's x,y position and  it's width and height) and i'm having problem setting the loaded swf width and  height btw it's an desktop application and not a website application.,
    here is my code:
    //variable list
    var swfList:XMLList; //hold all the zone list from the xml
    var totalZone:uint; //total of zone there is in the xml
    var myURLLoader:URLLoader = new URLLoader();
    var swf:Movie Clip;//hold the loaded swf
    var swfLoader:Loader = new Loader();//loader instance used to load the external swf
    var myCounter:uint = 0;
    //load the xml file
    myURLLoader.load(new URLRequest('myXMLFile.xml'));
    myURLLoader.addEventListener(Event.COMPLETE, processXML, false, 0, true);
    function processXML(e:Event):void
        removeEventListener(Event.COMPLETE, processXML);
        XML.ignoreWhitespace= true;
        var myXML:XML = new XML(e.target.data);
        swfList = myXML.SWF;
        totalSWF = myXML.SWF.length();
        loadSWF();
    function loadSWF():void
        swfLoader.contentLoaderInfo.addEventListener(Event.INIT, swfSetting);
        swfLoader.load(new URLRequest(swfList[myCounter].@source));
    function swfSetting(e:Event):void
        //making new instance of sprite to hold the new loaded swf
        swf = new MovieClip();
        //casting the loader content into a movieclip
        swf = e.target.content;
        addChild(swf);
        swfLoader.unload();
        swf.x = swfList[myCounter].@left;
        swf.y = swfList[myCounter].@top;
        swf.width= swfList[myCounter].@width;
        swf.height= swfList[myCounter].@height;
        addChild(swf);
        if(myCounter < totalSWF)
            myCounter++;
            trace('myCounter: ' + myCounter );
            loadSWF();
    and here is what the result ( it make the width and height of the loaded swf to 0):
    swfLoader.contentLoaderInfo.width : 320
    swfLoader.contentLoaderInfo.height : 240
    module: MyVideo/flvplayer.swf
    x:0
    x container:0
    y:0
    y container:0
    xml width:550
    width container:0
    xml height:400
    height container:0
    myCounter: 1
    swfLoader.contentLoaderInfo.width : 550
    swfLoader.contentLoaderInfo.height : 400
    module: AnalogueClock.swf
    x:50
    x container:50
    y:0
    y container:0
    xml width:250
    width container:250
    xml height:200
    height container:200
    myCounter: 2
    swfLoader.contentLoaderInfo.width : 800
    swfLoader.contentLoaderInfo.height : 30
    module: MyNewsticker/newsticker.swf
    x:0
    x container:0
    y:0
    y container:0
    xml width:300
    width container:0
    xml height:50
    height container:0
    most of my loaded swf beside the analouge clock is full action script code and in case of the analouge clock it is a swf that has a movie clip on it's stage (the other are fully created from action script 3.0)
    please do help me..,
    cause i'm already really desperate and going crazy by this problem..,

    sorry i copied the code from the other swf i used to do try and error test..,
    basically the container is the same as swf varibale
    here the code so you would'nt get confused:
    //variable list
    var swfList:XMLList; //hold all the zone list from the xml
    var totalZone:uint; //total of zone there is in the xml
    var myURLLoader:URLLoader = new URLLoader();
    var swf:Movie Clip;//hold the loaded swf
    var swfLoader:Loader = new Loader();//loader instance used to load the external swf
    var myCounter:uint = 0;
    //load the xml file
    myURLLoader.load(new URLRequest('myXMLFile.xml'));
    myURLLoader.addEventListener(Event.COMPLETE, processXML, false, 0, true);
    function processXML(e:Event):void
        removeEventListener(Event.COMPLETE, processXML);
        XML.ignoreWhitespace= true;
        var myXML:XML = new XML(e.target.data);
        swfList = myXML.SWF;
        totalSWF = myXML.SWF.length();
        loadSWF();
    function loadSWF():void
        swfLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, swfSetting);
        swfLoader.load(new URLRequest(swfList[myCounter].@source));
    function swfSetting(e:Event):void
        //making new instance of sprite to hold the new loaded swf
        swf = new MovieClip();
        //casting the loader content into a movieclip
        swf = e.target.content;
        addChild(swf);
        swfLoader.unload();
        swf.x = swfList[myCounter].@left;
        swf.y = swfList[myCounter].@top;
        swf.width= swfList[myCounter].@width;
        swf.height= swfList[myCounter].@height;
        addChild(swf);
        if(myCounter < totalSWF)
            myCounter++;
            trace('myCounter: ' + myCounter );
            loadSWF();
    well in my code i did cast the loader into a movie clip and then set it's width and heigt,right???
    wouldn't it just give me the same result??
    if it's not can u describe what u mean in more detail??
    some example about accessing the loader content would be really appreciated

  • Do we can set any scroll option in the query designer?

    Hi,
    I would like to know is there any setting for scroll option at the query designer level.
    This is because if I look at some reports so I could see little ups and down (small up and down arrows) symbol at the column level, and is enabled for only few reports.
    Need some input on the same.
    Thanks

    Hi
    I think you are right clicking on KeyFigures Heading, instaed of that can you on any Keyfigure (example KF1 and KF2 etc..). once you done that you will see the following options.
    EDIT     
    COPY    CTRL + C
    CUT       CTRL + X
    PASTE   CTRL + V
    DELETE   DEL
    WHERE USED LIST
    LEVEL DOWN         CTRL+ >
    LEVEL UP     CTRL + <
    PROPERTIES   ALT + ENTER
    please select the highlighted options on the required key figures, then execute the query.
    regards
    Pavan

Maybe you are looking for

  • InDesign CS5 lag slow on Snow Leopard 10.6

    I am reaching the end of patience with this one and starting to wish i'd not paid for a CS5 upgrade. I installed under Mac OS 10.5 originally, did all updates and had font and other deathly slow issues in Photoshop. In the end, I enacted a TOTAL syst

  • How to customize those 9 default flash skins?

    Hi all, I have been going absolutely crazy trying to change the control bar at the bottom of a flash player. All I want to do is to create a cool slim black controller bar. I tried several free players such as  Wimpy Wasp, RAVE, JW PLAYER, etc..  Eve

  • Rdf to xml conversion

    I am trying to save some rdf files as xml. I have been using both the Reports Builder tool and rwconverter to do this. On some rdf files I am able to convert the definitions to xml; however on other rdf files either way I do it (through Reports Build

  • Error: return (EmployeeViewImpl)findViewObject("EmployeeView1");

    Hi guys, i get an error on this line of code. This statement is situated in the java file of my application module and is generated by Jdeveloper automatically. public EmployeeViewImpl getEmployeeView1() return (EmployeeViewImpl)findViewObject("Emplo

  • Very Slow Downloads & Timeouts.......Interesting Info!

    Hi, Like many other users have posted I have been having problems with very slow downloads in the last few days and connection problems to the itunes store where the rest of the internet was fine. After trying disabling firewalls, upgrading to IE7 et