Brasero segmentation fault while selecting Plugins from menu

Hello,
Brasero is seg faulting for me when I select Plugins from the File menu. I am running a standard Gnome DE 3.12.2 with startx to login. When I launch brasero from terminal, it tells me:
[bryan@nas ~]$ brasero
(brasero:5300): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(brasero:5300): GLib-GObject-CRITICAL **: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
and then once I click Plugins it says additionally:
(brasero:5300): GLib-GObject-CRITICAL **: g_type_instance_get_private: assertion 'instance != NULL && instance->g_class != NULL' failed
Segmentation fault
Brasero version is 3.11.3
Any ideas what causes this problem?
Pacman -Syu is done before posting this message...
Thanks

Upstream bug report: https://bugzilla.gnome.org/show_bug.cgi?id=728376

Similar Messages

  • Error while selecting date from external table

    Hello all,
    I am getting the follwing error while selecting data from external table. Any idea why?
    SQL> CREATE TABLE SE2_EXT (SE_REF_NO VARCHAR2(255),
      2        SE_CUST_ID NUMBER(38),
      3        SE_TRAN_AMT_LCY FLOAT(126),
      4        SE_REVERSAL_MARKER VARCHAR2(255))
      5  ORGANIZATION EXTERNAL (
      6    TYPE ORACLE_LOADER
      7    DEFAULT DIRECTORY ext_tables
      8    ACCESS PARAMETERS (
      9      RECORDS DELIMITED BY NEWLINE
    10      FIELDS TERMINATED BY ','
    11      MISSING FIELD VALUES ARE NULL
    12      (
    13        country_code      CHAR(5),
    14        country_name      CHAR(50),
    15        country_language  CHAR(50)
    16      )
    17    )
    18    LOCATION ('SE2.csv')
    19  )
    20  PARALLEL 5
    21  REJECT LIMIT UNLIMITED;
    Table created.
    SQL> select * from se2_ext;
    SQL> select count(*) from se2_ext;
    select count(*) from se2_ext
    ERROR at line 1:
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04043: table column not found in external source: SE_REF_NO
    ORA-06512: at "SYS.ORACLE_LOADER", line 19

    It would appear that you external table definition and the external data file data do not match up. Post a few input records so someone can duplicate the problem and determine the fix.
    HTH -- Mark D Powell --

  • Segmentation fault while install Grid 11.2.0.3

    Hi guys.
       I try to install  a stand alone oracle Database 11.2.0.3 with ASM over a RedHat 6.4 x86_64 Vmware server.
    Hardware
    4 cores
    32 GB RAM
    Vmware server 5.1.0
    Operating System
    RedHat 6.4 x86_64, 2.6.32-358.6.2.el6.x86_64 (update today with yum update).
    All needs packages installeds (i think so).
    Vmware tools installed and updated.
    Software
    p10404530_112030 software packages.
    Disk are mapping with udev/multipath, not ASM.
    Installing steps.
    1.- Execute enviroment shell.
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_SID=+ASM; export ORACLE_SID
    ORACLE_HOME=/u01/app/11.2.0.3/grid; export ORACLE_HOME
    PATH=$PATH:$ORACLE_HOME/bin:$BASE_PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
    2.- Execute Grid runInstall
    3.- Chose Configurarion Grid for Standalone server.
    4.- ASM disk are founded, listed and selected.
    5.- Requirement validator only warning pdksh package, but Redhat 6 has ksh package (and it's installed). So, i ignored that warning and continue.
    6.- Install process start fine.
    7.- Install process want executed root scripts
    [root@oraclepruebas ~]# /u01/app/oraInventory/orainstRoot.sh
    Changing permissions of /u01/app/oraInventory.
    Adding read,write permissions for group.
    Removing read,write,execute permissions for world.
    Changing groupname of /u01/app/oraInventory to oinstall.
    The execution of the script is complete.
    [root@oraclepruebas ~]# /u01/app/11.2.0.3/grid/root.sh
    Performing root user operation for Oracle 11g
    The following environment variables are set as:
        ORACLE_OWNER= oracle
        ORACLE_HOME=  /u01/app/11.2.0.3/grid
    Enter the full pathname of the local bin directory: [/usr/local/bin]:
       Copying dbhome to /usr/local/bin ...
       Copying oraenv to /usr/local/bin ...
       Copying coraenv to /usr/local/bin ...
    Creating /etc/oratab file...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root script.
    Now product-specific root actions will be performed.
    Using configuration parameter file: /u01/app/11.2.0.3/grid/crs/install/crsconfig_params
    Creating trace directory
    LOCAL ADD MODE
    Creating OCR keys for user 'oracle', privgrp 'oinstall'..
    Operation successful.
    LOCAL ONLY MODE
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    Failure with signal 11 from command: /u01/app/11.2.0.3/grid/bin/crsctl pin css -n oraclepruebas
    Pin node (/u01/app/11.2.0.3/grid/bin/crsctl pin css -n oraclepruebas) ... failed
    So, if i execute crsctl command, i have a nice Segmentation fault error, but if i try to execute another grid command, everyting is fine.
    [root@oraclepruebas oracle]#  /u01/app/11.2.0.3/grid/bin/crsctl
    Segmentation fault
    [root@oraclepruebas oracle]#
    [root@oraclepruebas oracle]#  /u01/app/11.2.0.3/grid/bin/ocrcheck
    Status of Oracle Cluster Registry is as follows :
             Version                  :          3
             Total space (kbytes)     :     262120
             Used space (kbytes)      :         92
             Available space (kbytes) :     262028
             ID                       :  756593197
             Device/File Name         : /u01/app/11.2.0.3/grid/cdata/localhost/local.ocr
                                        Device/File integrity check succeeded
                                        Device/File not configured
                                        Device/File not configured
                                        Device/File not configured
                                        Device/File not configured
             Cluster registry integrity check succeeded
             Logical corruption check succeeded
    This is weird, because i has installed a RAC 11.2.0.3 databases and standalone databases (all with grid) over Vmware and RedHat 6.4 and works fine. I have even compared the rpm packages between a functionally installation with this server and matched all !!!.
    I think that i am making a mistake, but i can't see it. I wan't reinstall or clone a funcionally virtual machine, because i want to learn with my mistake.
    I has googled too much and i searched into metalink but i can't find something similar.
    I apreciate your help, suggestions, anything.

    I had similar issue while installing 32bit version by mistake. Just to checkyou have x86-64 in the filenames of oracle software distribution
    p10404530_112030_Linux-x86-64_1of7.zip
    p10404530_112030_Linux-x86-64_2of7.zip
    p10404530_112030_Linux-x86-64_3of7.zip
    Regards
    Ed
    http://erudans.blogspot.com

  • Brasero segmentation fault

    Hi
    When I tried to burn ubuntu 10.10 RC.iso in brasero I got the following lines:
    [david@desktop ~]$ brasero
    GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings will not be saved or shared with other applications.
    ** (brasero:6468): WARNING **: ERROR loading background pix : Failed to open file '/usr/share/brasero/logo.png': No such file or directory
    (brasero:6468): Pango-WARNING **: failed to choose a font, expect ugly output. engine-type='PangoRenderFc', script='common'
    ** (brasero:6468): WARNING **: Failed to inhibit the system from suspending: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
    Segmentation fault
    I don't know why :S
    Thx

    wonder wrote:
    @Darksoul71 wrong.
    http://wiki.archlinux.org/index.php/ABS
    get PKGBUILD using abs, append to options array !strip
    makepkg -i
    Well, done
    But I must have missed a step lol, When I run brasero in my term, I got no more information than before:
    [david@desktop ~]$ brasero
    ** (brasero:23626): WARNING **: ERROR loading background pix : Failed to open file '/usr/share/brasero/logo.png': No such file or directory
    ** (brasero:23626): WARNING **: Failed to inhibit the system from suspending: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SessionManager was not provided by any .service files
    Segmentation fault
    EDIT:
    [david@desktop ~]$ brasero --debug
    Please type "brasero --help" to see all available options
    [david@desktop ~]$ braseo -g
    bash: braseo: command not found
    [david@desktop ~]$ brasero -g
    BraseroBurn: (at burn-basics.c:229) Initializing Brasero-burn 2.32.0
    BraseroBurn: (at burn-plugin-manager.c:374) opening plugin directory /usr/lib/brasero/plugins
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-dvdcss.so
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image BIN format accepts files pipe
    BraseroBurn: (at brasero-caps-plugin.c:439) Created new caps Image BIN
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD DL ROM closed protected with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD ROM closed protected with data
    BraseroBurn: (at burn-plugin-manager.c:427) Load failure, no GType was returned
    "libdvdcss.so.2" could not be found
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-dvdrwformat.so
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc BD DL RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc BD DL RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc BD DL RW blank
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc BD RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc BD RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc BD RW blank
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD DL + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD DL + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD DL + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD - (restricted) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD - (restricted) RW blank
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD DL - (sequential) W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD DL - (sequential) W closed with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD DL - (sequential) W blank
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD - (sequential) RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD - (sequential) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD - (sequential) RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD - (sequential) RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD - (sequential) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD - (sequential) RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD DL - (sequential) W blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD DL - (sequential) W closed with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD DL - (sequential) W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD - (restricted) RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD - (restricted) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD DL + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD DL + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD DL + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc BD RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc BD RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc BD RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc BD DL RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc BD DL RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc BD DL RW closed with data
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-local-track.so
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image BIN CUE CDRDAO CLONE format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:439) Created new caps Image CUE CDRDAO CLONE
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio RAW RAW (little endian)AUDIO UNDEFINED DTS WAV MP2 AC3 VIDEO UNDEFINED VCD Video DVD Metadata Information format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio RAW RAW (little endian)AUDIO UNDEFINED DTS WAV MP2 AC3 VIDEO UNDEFINED VCD Video DVD Metadata Information
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio RAW RAW (little endian)AUDIO UNDEFINED DTS WAV MP2 AC3 VIDEO UNDEFINED VCD Video DVD format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio RAW RAW (little endian)AUDIO UNDEFINED DTS WAV MP2 AC3 VIDEO UNDEFINED VCD Video DVD
    BraseroBurn: (at brasero-caps-plugin.c:567) New caps required Data ISO UDF SYMLINK Level 3 JOLIET VIDEO DEEP
    BraseroBurn: (at burn-plugin.c:1236) Module file-downloader has no check config function
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-checksum-file.so
    BraseroBurn: (at brasero-caps-plugin.c:567) New caps required Data ISO UDF SYMLINK Level 3 JOLIET VIDEO DEEP
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD DL + W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD DL + W closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD + W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD + W closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (restricted) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL - (sequential) W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL - (sequential) W closed with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD - (sequential) W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD - (sequential) W closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc CD W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc CD W closed with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc CD RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc CD RW closed with data
    BraseroBurn: (at burn-plugin.c:1236) Module file-checksum has no check config function
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-dvdauthor.so
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio RAW MP2 AC3 Metadata Information format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio RAW MP2 AC3 Metadata Information
    BraseroBurn: (at brasero-caps-plugin.c:567) New caps required Data ISO UDF VIDEO
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio RAW MP2 AC3 format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio RAW MP2 AC3
    BraseroBurn: (at burn-plugin-manager.c:427) Load failure, no GType was returned
    "dvdauthor" could not be found in the path
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-wodim.so
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image BIN format accepts files pipe
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD + W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD - (sequential) W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW blank
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc CD W appendable with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc CD W appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc CD W blank
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc CD RW appendable with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc CD RW appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc CD RW blank
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio RAW Metadata Information format accepts files pipe
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio RAW Metadata Information
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio RAW format accepts files pipe
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio RAW
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW blank
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image CUE CLONE format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc CD RW closed with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc CD RW closed with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW closed with audio
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW closed with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW appendable with data with audio
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-growisofs.so
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image BIN format accepts files pipe
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc BD DL POW W blank
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc BD POW W blank
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc BD DL SRM W blank
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc BD SRM W blank
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD DL + W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL - (sequential) W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) W blank
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD DL - (jump) W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc BD DL RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc BD DL RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc BD DL RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc BD RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc BD RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc BD RW blank
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD RAM RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD RAM RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (restricted) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (restricted) RW blank
    BraseroBurn: (at brasero-caps-plugin.c:567) New caps required Data ISO UDF Level 3 JOLIET VIDEO DEEP
    BraseroBurn: (at brasero-caps-plugin.c:567) New caps required Data ISO SYMLINK Level 3 DEEP
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc BD DL RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc BD DL RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc BD RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc BD RW blank
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc BD DL POW W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc BD DL POW W blank
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc BD POW W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc BD POW W blank
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc BD DL SRM W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc BD DL SRM W blank
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc BD SRM W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc BD SRM W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD RAM RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (restricted) RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL - (sequential) W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL - (sequential) W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW blank
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD DL - (jump) W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL - (jump) W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc BD DL RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc BD RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD RAM RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (restricted) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (restricted) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (restricted) RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD - (restricted) RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD - (restricted) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD DL + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD DL + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD DL + RW closed with data
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-vcdimager.so
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio MP2 44100 VCD Video DVD Metadata Information format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio MP2 44100 VCD Video DVD Metadata Information
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image CUE format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio MP2 44100 VCD Video DVD format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio MP2 44100 VCD Video DVD
    BraseroBurn: (at burn-plugin-manager.c:427) Load failure, no GType was returned
    "vcdimager" could not be found in the path
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-libburn.so
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio RAW (little endian)format accepts files pipe
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio RAW (little endian)
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W appendable with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW blank
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image BIN format accepts files pipe
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (restricted) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (restricted) RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW closed with audio
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW closed with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW appendable with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (restricted) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (restricted) RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD - (sequential) RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD - (sequential) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD - (sequential) RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD - (restricted) RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD - (restricted) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD + RW closed with data
    BraseroBurn: (at burn-plugin.c:1236) Module libburn has no check config function
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-cdrdao.so
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W appendable with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc CD W closed with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W closed with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc CD W closed with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with audio
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc CD ROM closed with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc CD ROM closed with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc CD ROM closed with audio
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image CDRDAO format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image CUE format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW blank
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image CUE CDRDAO format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW closed with audio
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW closed with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW appendable with data with audio
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-audio2cue.so
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image CUE format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio RAW Metadata Information format accepts files pipe
    BraseroBurn: (at burn-plugin.c:1236) Module audio2cue has no check config function
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-transcode.so
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio RAW RAW (little endian)Metadata Information format accepts files pipe
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio RAW RAW (little endian)Metadata Information
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio AUDIO UNDEFINED Metadata Information format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio AUDIO UNDEFINED Metadata Information
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio DTS WAV Metadata Information format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio DTS WAV Metadata Information
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio RAW RAW (little endian)format accepts files pipe
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio RAW RAW (little endian)
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio AUDIO UNDEFINED format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio AUDIO UNDEFINED
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio DTS WAV format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio DTS WAV
    BraseroBurn: (at burn-plugin.c:1236) Module transcode has no check config function
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-libisofs.so
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image BIN format accepts files pipe
    BraseroBurn: (at brasero-caps-plugin.c:567) New caps required Data ISO Level 3 JOLIET DEEP
    BraseroBurn: (at brasero-caps-plugin.c:567) New caps required Data ISO SYMLINK Level 3 DEEP
    BraseroBurn: (at burn-plugin.c:1236) Module libisofs has no check config function
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-cdda2wav.so
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio RAW Metadata Information format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W closed with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD ROM closed with audio
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-checksum.so
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image BIN format accepts files pipe
    BraseroBurn: (at burn-plugin.c:1236) Module image-checksum has no check config function
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-vob.so
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio AUDIO UNDEFINED VIDEO UNDEFINED Metadata Information format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio AUDIO UNDEFINED VIDEO UNDEFINED Metadata Information
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio MP2 VCD Video DVD Metadata Information format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio MP2 VCD Video DVD Metadata Information
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio RAW MP2 AC3 Metadata Information format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio AUDIO UNDEFINED VIDEO UNDEFINED format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio AUDIO UNDEFINED VIDEO UNDEFINED
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio MP2 VCD Video DVD format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio MP2 VCD Video DVD
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio RAW MP2 AC3 format accepts files
    BraseroBurn: (at burn-plugin-manager.c:427) Load failure, no GType was returned
    "ffenc_mp2" GStreamer plugin could not be found
    "ffenc_ac3" GStreamer plugin could not be found
    "ffenc_mpeg2video" GStreamer plugin could not be found
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-normalize.so
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio AUDIO UNDEFINED DTS WAV Metadata Information format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio AUDIO UNDEFINED DTS WAV Metadata Information
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio AUDIO UNDEFINED DTS WAV format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:545) Created new caps Audio AUDIO UNDEFINED DTS WAV
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-cdrecord.so
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image BIN format accepts files pipe
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W appendable with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW blank
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio RAW Metadata Information format accepts files pipe
    BraseroBurn: (at brasero-caps-plugin.c:459) New caps required Audio RAW format accepts files pipe
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW blank
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image CUE CLONE format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD - (sequential) RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD - (sequential) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD - (sequential) RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD + RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD + RW blank Unformatted
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc DVD + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW blank
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW closed with audio
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW closed with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:767) Adding blank caps for Disc CD RW appendable with data with audio
    BraseroBurn: (at burn-plugin-manager.c:427) Load failure, no GType was returned
    "cdrecord" is a symbolic link pointing to another program
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-mkisofs.so
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image BIN format accepts files pipe
    BraseroBurn: (at brasero-caps-plugin.c:567) New caps required Data ISO UDF Level 3 JOLIET VIDEO DEEP
    BraseroBurn: (at brasero-caps-plugin.c:567) New caps required Data ISO SYMLINK Level 3 DEEP
    BraseroBurn: (at burn-plugin-manager.c:427) Load failure, no GType was returned
    "mkisofs" is a symbolic link pointing to another program
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-readom.so
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image CLONE format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W appendable with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W closed with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W closed with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD ROM closed with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD ROM closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD ROM closed with audio
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image BIN format accepts files pipe
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD DL ROM closed with data
    BraseroBurn: (at brasero-caps-plugin.c:660) Created Disc DVD ROM closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + W closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + W closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (restricted) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL - (sequential) W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL - (sequential) W closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) W closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD ROM closed with data
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-burn-uri.so
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image BIN CUE CDRDAO CLONE format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:567) New caps required Data ISO UDF SYMLINK Level 3 JOLIET VIDEO DEEP
    BraseroBurn: (at burn-plugin.c:1236) Module burn-uri has no check config function
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-genisoimage.so
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image BIN format accepts files pipe
    BraseroBurn: (at brasero-caps-plugin.c:567) New caps required Data ISO UDF Level 3 JOLIET VIDEO DEEP
    BraseroBurn: (at brasero-caps-plugin.c:567) New caps required Data ISO SYMLINK Level 3 DEEP
    BraseroBurn: (at burn-plugin-manager.c:396) loading /usr/lib/brasero/plugins/libbrasero-readcd.so
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image CLONE format accepts files
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W appendable with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W closed with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W closed with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD ROM closed with data with audio
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD ROM closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD ROM closed with audio
    BraseroBurn: (at brasero-caps-plugin.c:379) New caps required Image BIN format accepts files pipe
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL ROM closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD ROM closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + W closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + W closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD + RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (restricted) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL - (sequential) W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD DL - (sequential) W closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) W closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc DVD - (sequential) RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD W closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW appendable with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD RW closed with data
    BraseroBurn: (at brasero-caps-plugin.c:648) Retrieved Disc CD ROM closed with data
    BraseroBurn: (at burn-plugin-manager.c:427) Load failure, no GType was returned
    "readcd" is a symbolic link pointing to another program
    BraseroBurn: (at burn-plugin-manager.c:175) Getting list of plugins to be loaded
    BraseroBurn: (at burn-plugin-manager.c:203) Plugin set to active. readcd is inactive
    BraseroBurn: (at burn-plugin.c:333) Plugin genisoimage is active
    BraseroBurn: (at burn-plugin-manager.c:203) Plugin set to active. genisoimage is active
    BraseroBurn: (at burn-plugin.c:333) Plugin burn-uri is active
    BraseroBurn: (at burn-plugin-manager.c:203) Plugin set to active. burn-uri is active
    BraseroBurn: (at burn-plugin.c:333) Plugin readom is active
    BraseroBurn: (at burn-plugin-manager.c:203) Plugin set to active. readom is active
    BraseroBurn: (at burn-plugin-manager.c:203) Plugin set to active. mkisofs is inactive
    BraseroBurn: (at burn-plugin-manager.c:203) Plugin set to active. cdrecord is inactive
    BraseroBurn: (at burn-plugin.c:333) Plugin normalize is active
    BraseroBurn: (at burn-plugin-manager.c:246) Setting plugin normalize active
    BraseroBurn: (at burn-plugin-manager.c:203) Plugin set to active. transcode2vob is inactive
    BraseroBurn: (at burn-plugin.c:333) Plugin image-checksum is active
    BraseroBurn: (at burn-plugin-manager.c:246) Setting plugin image-checksum active
    BraseroBurn: (at burn-plugin.c:333) Plugin cdda2wav is active
    BraseroBurn: (at burn-plugin-manager.c:203) Plugin set to active. cdda2wav is active
    BraseroBurn: (at burn-plugin.c:333) Plugin libisofs is active
    BraseroBurn: (at burn-plugin-manager.c:203) Plugin set to active. libisofs is active
    BraseroBurn: (at burn-plugin.c:333) Plugin transcode is active
    BraseroBurn: (at burn-plugin-manager.c:203) Plugin set to active. transcode is active
    BraseroBurn: (at burn-plugin.c:333) Plugin audio2cue is active
    BraseroBurn: (at burn-plugin-manager.c:203) Plugin set to active. audio2cue is active
    BraseroBurn: (at burn-plugin.c:333) Plugin cdrdao is active
    BraseroBurn: (at burn-plugin-manager.c:203) Plugin set to active. cdrdao is active
    BraseroBurn: (at burn-plugin.c:333) Plugin libburn is active
    BraseroBurn: (at burn-plugin-manager.c:203) Plugin set to active. libburn is active
    BraseroBurn: (at burn-plugin-manager.c:203) Plugin set to active. vcdimager is inactive
    BraseroBurn: (at burn-plugin.c:333) Plugin growisofs is active
    BraseroBurn: (at burn-plugin-manager.c:203) Plugin set to active. growisofs is active
    BraseroBurn: (at burn-plugin.c:333) Plugin wodim is active
    BraseroBurn: (at burn-plugin-manager.c:203) Plugin set to active. wodim is active
    BraseroBurn: (at burn-plugin-manager.c:203) Plugin set to active. dvdauthor is inactive
    BraseroBurn: (at burn-plugin.c:333) Plugin file-checksum is active
    BraseroBurn: (at burn-plugin-manager.c:246) Setting plugin file-checksum active
    BraseroBurn: (at burn-plugin.c:333) Plugin file-downloader is active
    BraseroBurn: (at burn-plugin-manager.c:246) Setting plugin file-downloader active
    BraseroBurn: (at burn-plugin.c:333) Plugin dvd-rw-format is active
    BraseroBurn: (at burn-plugin-manager.c:203) Plugin set to active. dvd-rw-format is active
    BraseroBurn: (at burn-plugin-manager.c:203) Plugin set to active. dvdcss is inactive
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Disc DVD ROM closed with data
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Disc DVD DL ROM closed with data
    BraseroBurn: (at burn-basics.c:203) Created 25 links pointing to Disc CD RW blank
    BraseroBurn: (at burn-basics.c:203) Created 1 links pointing to Disc CD RW closed with data
    BraseroBurn: (at burn-basics.c:203) Created 1 links pointing to Disc CD RW closed with audio
    BraseroBurn: (at burn-basics.c:203) Created 1 links pointing to Disc CD RW closed with data with audio
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Disc CD RW appendable with data
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Disc CD RW appendable with audio
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Disc CD RW appendable with data with audio
    BraseroBurn: (at burn-basics.c:203) Created 24 links pointing to Disc CD W blank
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Disc CD W closed with data
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Disc CD W closed with audio
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Disc CD W closed with data with audio
    BraseroBurn: (at burn-basics.c:203) Created 6 links pointing to Disc CD W appendable with data
    BraseroBurn: (at burn-basics.c:203) Created 6 links pointing to Disc CD W appendable with audio
    BraseroBurn: (at burn-basics.c:203) Created 6 links pointing to Disc CD W appendable with data with audio
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Disc CD ROM closed with data
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Disc CD ROM closed with audio
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Disc CD ROM closed with data with audio
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Disc DVD ROM closed protected with data
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Disc DVD + RW blank
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Disc DVD + RW blank Unformatted
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Disc DVD + RW closed with data
    BraseroBurn: (at burn-basics.c:203) Created 6 links pointing to Disc DVD + W blank
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Disc DVD + W closed with data
    BraseroBurn: (at burn-basics.c:203) Created 6 links pointing to Disc DVD + W appendable with data
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Disc DVD - (sequential) RW blank
    BraseroBurn: (at burn-basics.c:203) Created 1 links pointing to Disc DVD - (sequential) RW closed with data
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Disc DVD - (sequential) RW appendable with data
    BraseroBurn: (at burn-basics.c:203) Created 6 links pointing to Disc DVD - (sequential) W blank
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Disc DVD - (sequential) W closed with data
    BraseroBurn: (at burn-basics.c:203) Created 6 links pointing to Disc DVD - (sequential) W appendable with data
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Disc DVD - (restricted) RW blank
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Disc DVD - (restricted) RW closed with data
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Disc BD RW blank
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Disc BD RW blank Unformatted
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Disc BD RW closed with data
    BraseroBurn: (at burn-basics.c:203) Created 6 links pointing to Disc BD SRM W blank
    BraseroBurn: (at burn-basics.c:203) Created 6 links pointing to Disc BD POW W blank
    BraseroBurn: (at burn-basics.c:203) Created 4 links pointing to Disc BD SRM W appendable with data
    BraseroBurn: (at burn-basics.c:203) Created 4 links pointing to Disc BD POW W appendable with data
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Disc DVD DL ROM closed protected with data
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Disc DVD DL + RW blank
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Disc DVD DL + RW blank Unformatted
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Disc DVD DL + RW closed with data
    BraseroBurn: (at burn-basics.c:203) Created 6 links pointing to Disc DVD DL + W blank
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Disc DVD DL + W closed with data
    BraseroBurn: (at burn-basics.c:203) Created 4 links pointing to Disc DVD DL + W appendable with data
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Disc DVD DL - (sequential) W blank
    BraseroBurn: (at burn-basics.c:203) Created 1 links pointing to Disc DVD DL - (sequential) W closed with data
    BraseroBurn: (at burn-basics.c:203) Created 5 links pointing to Disc DVD DL - (sequential) W appendable with data
    BraseroBurn: (at burn-basics.c:203) Created 6 links pointing to Disc DVD DL - (jump) W blank
    BraseroBurn: (at burn-basics.c:203) Created 4 links pointing to Disc DVD DL - (jump) W appendable with data
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Disc BD DL RW blank
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Disc BD DL RW blank Unformatted
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Disc BD DL RW closed with data
    BraseroBurn: (at burn-basics.c:203) Created 6 links pointing to Disc BD DL SRM W blank
    BraseroBurn: (at burn-basics.c:203) Created 6 links pointing to Disc BD DL POW W blank
    BraseroBurn: (at burn-basics.c:203) Created 4 links pointing to Disc BD DL SRM W appendable with data
    BraseroBurn: (at burn-basics.c:203) Created 4 links pointing to Disc BD DL POW W appendable with data
    BraseroBurn: (at burn-basics.c:203) Created 6 links pointing to Disc DVD RAM RW blank
    BraseroBurn: (at burn-basics.c:203) Created 6 links pointing to Disc DVD RAM RW closed with data
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Audio AUDIO UNDEFINED format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Audio DTS WAV format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Audio AUDIO UNDEFINED DTS WAV format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 2 links pointing to Audio RAW format accepts files pipe
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Audio AUDIO UNDEFINED VIDEO UNDEFINED format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 1 links pointing to Audio MP2 VCD Video DVD format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Audio MP2 44100 VCD Video DVD format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 1 links pointing to Audio RAW MP2 AC3 format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Audio AUDIO UNDEFINED Metadata Information format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Audio DTS WAV Metadata Information format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Audio AUDIO UNDEFINED DTS WAV Metadata Information format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Audio RAW Metadata Information format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 7 links pointing to Audio RAW Metadata Information format accepts pipe
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Audio AUDIO UNDEFINED VIDEO UNDEFINED Metadata Information format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 1 links pointing to Audio MP2 VCD Video DVD Metadata Information format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Audio MP2 44100 VCD Video DVD Metadata Information format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 1 links pointing to Audio RAW MP2 AC3 Metadata Information format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 2 links pointing to Audio RAW (little endian)format accepts files pipe
    BraseroBurn: (at burn-basics.c:203) Created 2 links pointing to Audio RAW RAW (little endian)format accepts files pipe
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Audio RAW RAW (little endian)AUDIO UNDEFINED DTS WAV MP2 AC3 VIDEO UNDEFINED VCD Video DVD format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 2 links pointing to Audio RAW RAW (little endian)Metadata Information format accepts files pipe
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Audio RAW RAW (little endian)AUDIO UNDEFINED DTS WAV MP2 AC3 VIDEO UNDEFINED VCD Video DVD Metadata Information format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 26 links pointing to Image BIN format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 26 links pointing to Image BIN format accepts pipe
    BraseroBurn: (at burn-basics.c:203) Created 21 links pointing to Image CUE format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 15 links pointing to Image CLONE format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 15 links pointing to Image CDRDAO format accepts files
    BraseroBurn: (at burn-basics.c:203) Created 2 links pointing to Data ISO UDF VIDEO
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Data ISO Level 3 JOLIET DEEP
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Data ISO UDF Level 3 JOLIET VIDEO DEEP
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Data ISO SYMLINK Level 3 DEEP
    BraseroBurn: (at burn-basics.c:203) Created 0 links pointing to Data ISO UDF SYMLINK Level 3 JOLIET VIDEO DEEP
    ** (brasero:2636): WARNING **: ERROR loading background pix : Failed to open file '/usr/share/brasero/logo.png': No such file or directory
    BraseroBurn: (at brasero-session-cfg.c:534) Resetting all flags
    BraseroBurn: (at brasero-session-cfg.c:535) Current are
    BraseroBurn: (at brasero-session-cfg.c:536) New should be
    BraseroBurn: (at brasero-session-cfg.c:540) No drive
    BraseroBurn: (at brasero-track-image.c:198) Image nor toc were set
    BraseroBurn: (at brasero-session-cfg.c:534) Resetting all flags
    BraseroBurn: (at brasero-session-cfg.c:535) Current are no grace, check size,
    BraseroBurn: (at brasero-session-cfg.c:536) New should be no grace, check size,
    BraseroBurn: (at brasero-caps-session.c:2080) FLAGS: searching available flags for input Image
    BraseroBurn: (at brasero-caps-session.c:2085) FLAGS: image required
    BraseroBurn: (at brasero-caps-session.c:2025) FLAGS: image required
    BraseroBurn: (at brasero-caps-session.c:2034) FLAGS: supported no grace, check size,
    BraseroBurn: (at brasero-caps-session.c:2035) FLAGS: compulsory
    BraseroBurn: (at brasero-track-image.c:198) Image nor toc were set
    BraseroBurn: (at brasero-track-image.c:198) Image nor toc were set
    BraseroBurn: (at brasero-track-image.c:198) Image nor toc were set
    BraseroBurn: (at brasero-track-image.c:198) Image nor toc were set
    BraseroBurn: (at brasero-session-cfg.c:534) Resetting all flags
    BraseroBurn: (at brasero-session-cfg.c:535) Current are no grace, check size,
    BraseroBurn: (at brasero-session-cfg.c:536) New should be no grace, check size,
    BraseroBurn: (at brasero-caps-session.c:2080) FLAGS: searching available flags for input Image
    BraseroBurn: (at brasero-caps-session.c:2085) FLAGS: image required
    BraseroBurn: (at brasero-caps-session.c:2025) FLAGS: image required
    BraseroBurn: (at brasero-caps-session.c:2034) FLAGS: supported no grace, check size,
    BraseroBurn: (at brasero-caps-session.c:2035) FLAGS: compulsory
    BraseroBurn: (at brasero-session-cfg.c:534) Resetting all flags
    BraseroBurn: (at brasero-session-cfg.c:535) Current are no grace, check size,
    BraseroBurn: (at brasero-session-cfg.c:536) New should be no grace, check size,
    BraseroBurn: (at brasero-caps-session.c:2080) FLAGS: searching available flags for input Image BIN
    BraseroBurn: (at brasero-caps-session.c:2085) FLAGS: image required
    BraseroBurn: (at brasero-caps-session.c:2025) FLAGS: image required
    BraseroBurn: (at brasero-caps-session.c:2034) FLAGS: supported no grace, check size,
    BraseroBurn: (at brasero-caps-session.c:2035) FLAGS: compulsory

  • Problem while selecting BELNR from BSEG

    Hi Experts,
    I have a report performance problem while fetching BELNR from BSEG table.
    I have to print latest BELNR from BSEG where BUZID = ‘M’ but at the time of execution of report, It is taking too much time (More that hour and sometimes it gets hanged).
    I have also gone through the comments provided by experts for previous problems asked in this forum e.g. BSEG is a cluster table that is why data retrieval takes long time etc.
    Can any one has any other idea or suggestion  or any other way to solve this problem
    Regards,
    Neeraj

    Hi,
    1) Try to create an index on BUZID field
    2) Don't use SELECT/ENDSELECT statement. Instead of that extract all the concerned entries from BSEG into an internal table :
    select belnr from bseg appending table itab where buzid = 'M'.
    then do this :
    sort itab by belnr.
    describe itab lines n.
    read table itab index n.
    Please reward if helpful.
    Regards,
    Nicolas.

  • Segmentation Fault while installing on Solaris 9

    Hi,
    I was able to install Sun One Studio on Solaris 8 as root and was able to run it.
    However I am trying to re-install it on Solaris 9 as a user with super user previlages.
    I keep getting segmentation Fault when i run s1s5se-sol-sparc-en.bin
    Any pointers?
    thanks
    Sri

    Hi,
    From the develpers.sun.com KB:
    Installation
    S1S5 : Segmentation Fault when running Solaris S1S5 Installer
    Whenever i try to run the installer on a Solaris 9 machine as root I get Segmentation fault as follows-
    root[(k)sh]@score1# ./s1s5se-sol-sparc-en.bin Segmentation Fault root[(k)sh]@score1#
    Reason for Problem :-
    The cause of this Segementation Fault problem is due to a directory read permissions problem. The installer could not be invoked because the user did not have read permission to a directory above the one containing the installer.

  • Segmentation fault while updateing [SOLVED]

    Hello all,
    I got this probem a few days ago, trying to run 'pacman -syu' ends in a segmentation fault.
    I have no clue what to do abou it..
    I first tryed to update zlib manual as it was last in the list, worked fine. So i tryed wine and trying to update wine end in a segmentation fault.
    I uninstalled wine and now i cant reinstall it.
    Output from --debug
    output 1: before i tryed anything
    output 2: after installing zlib and removing wine
    output 3: from when i try to install wine again.
    output 1:
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: new section 'options'
    debug: config: HoldPkg: pacman
    debug: config: HoldPkg: glibc
    debug: config: SyncFirst: pacman
    debug: config: architecture: x86_64
    debug: config: new section 'core'
    debug: registering sync database 'core'
    debug: config file /etc/pacman.conf, line 64: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'core': [url]ftp://mirrors.kernel.org/archlinux/core/os/x86_64[/url]
    debug: setlibpaths() called
    debug: option 'cachedir' = /var/cache/pacman/pkg/
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'extra'
    debug: registering sync database 'extra'
    debug: config file /etc/pacman.conf, line 67: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'extra': [url]ftp://mirrors.kernel.org/archlinux/extra/os/x86_64[/url]
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'community'
    debug: registering sync database 'community'
    debug: config file /etc/pacman.conf, line 73: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'community': [url]ftp://mirrors.kernel.org/archlinux/community/os/x86_64[/url]
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'multilib'
    debug: registering sync database 'multilib'
    debug: config file /etc/pacman.conf, line 79: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'multilib': [url]ftp://mirrors.kernel.org/archlinux/multilib/os/x86_64[/url]
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'archlinuxfr'
    debug: registering sync database 'archlinuxfr'
    debug: adding new server URL to database 'archlinuxfr': [url]http://repo.archlinux.fr/x86_64[/url]
    debug: config: finished parsing /etc/pacman.conf
    debug: registering local database
    :: Synchronizing package databases...
    debug: destfile found, using mtime only
    debug: using 'core.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1292198641 local_time: 1292198641 compare: 0
    debug: ust.size: 36849 local_size: 36849 compare: 0
    debug: files are identical, skipping core.db.tar.gz
    core is up to date
    debug: destfile found, using mtime only
    debug: using 'extra.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1292277403 local_time: 1292277403 compare: 0
    debug: ust.size: 462732 local_size: 462732 compare: 0
    debug: files are identical, skipping extra.db.tar.gz
    extra is up to date
    debug: destfile found, using mtime only
    debug: using 'community.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1292269249 local_time: 1292269249 compare: 0
    debug: ust.size: 410459 local_size: 410459 compare: 0
    debug: files are identical, skipping community.db.tar.gz
    community is up to date
    debug: destfile found, using mtime only
    debug: using 'multilib.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1292018227 local_time: 1292018227 compare: 0
    debug: ust.size: 23111 local_size: 23111 compare: 0
    debug: files are identical, skipping multilib.db.tar.gz
    multilib is up to date
    debug: destfile found, using mtime only
    debug: using 'archlinuxfr.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1292246820 local_time: 1292246820 compare: 0
    debug: ust.size: 24155 local_size: 24155 compare: 0
    debug: files are identical, skipping archlinuxfr.db.tar.gz
    archlinuxfr is up to date
    debug: loading package cache for repository 'local'
    debug: database path for tree local set to /var/lib/pacman/local/
    debug: loading package cache for repository 'core'
    debug: database path for tree core set to /var/lib/pacman/sync/core/
    :: Starting full system upgrade...
    debug: checking for package upgrades
    debug: loading package cache for repository 'extra'
    debug: database path for tree extra set to /var/lib/pacman/sync/extra/
    debug: loading package cache for repository 'community'
    debug: database path for tree community set to /var/lib/pacman/sync/community/
    debug: loading package cache for repository 'multilib'
    debug: database path for tree multilib set to /var/lib/pacman/sync/multilib/
    debug: loading package cache for repository 'archlinuxfr'
    debug: database path for tree archlinuxfr set to /var/lib/pacman/sync/archlinuxfr/
    debug: new version of 'dhcpcd' found (5.2.8-1 => 5.2.9-1)
    debug: adding package dhcpcd-5.2.9-1 to the transaction targets
    debug: new version of 'diffutils' found (3.0-1 => 3.0-2)
    debug: adding package diffutils-3.0-2 to the transaction targets
    debug: new version of 'fluidsynth' found (1.1.3-1 => 1.1.3-2)
    debug: adding package fluidsynth-1.1.3-2 to the transaction targets
    debug: new version of 'heimdal' found (1.3.3-3 => 1.3.3-4)
    debug: adding package heimdal-1.3.3-4 to the transaction targets
    debug: new version of 'kernel26' found (2.6.36.1-3 => 2.6.36.2-1)
    debug: adding package kernel26-2.6.36.2-1 to the transaction targets
    debug: new version of 'kernel26-headers' found (2.6.36.1-3 => 2.6.36.2-1)
    debug: adding package kernel26-headers-2.6.36.2-1 to the transaction targets
    debug: new version of 'libdrm' found (2.4.22-1 => 2.4.22-3)
    debug: adding package libdrm-2.4.22-3 to the transaction targets
    debug: new version of 'man-pages' found (3.31-1 => 3.32-1)
    debug: adding package man-pages-3.32-1 to the transaction targets
    debug: new version of 'mesa' found (7.9-1 => 7.9.0.git20101207-2)
    debug: adding package mesa-7.9.0.git20101207-2 to the transaction targets
    debug: new version of 'raptor' found (1.4.21-1 => 1.4.21-2)
    debug: adding package raptor-1.4.21-2 to the transaction targets
    debug: new version of 'rasqal' found (0.9.20-1 => 0.9.21-1)
    debug: adding package rasqal-0.9.21-1 to the transaction targets
    debug: new version of 'redland' found (1.0.12-2 => 1.0.12-3)
    debug: adding package redland-1.0.12-3 to the transaction targets
    debug: new version of 'syslog-ng' found (3.1.2-1 => 3.2.1-1)
    debug: adding package syslog-ng-3.2.1-1 to the transaction targets
    debug: new version of 'telepathy-glib' found (0.12.5-1 => 0.12.6-1)
    debug: adding package telepathy-glib-0.12.6-1 to the transaction targets
    debug: new version of 'udev' found (164-2 => 164-3)
    debug: adding package udev-164-3 to the transaction targets
    debug: new version of 'usbutils' found (0.91-3 => 0.91-4)
    debug: adding package usbutils-0.91-4 to the transaction targets
    debug: new version of 'wine' found (1.3.8-1 => 1.3.9-1)
    debug: adding package wine-1.3.9-1 to the transaction targets
    debug: new version of 'zlib' found (1.2.5-2 => 1.2.5-3)
    debug: adding package zlib-1.2.5-3 to the transaction targets
    error: segmentation fault
    Internal pacman error: Segmentation fault.
    Please submit a full bug report with --debug if appropriate
    Output 2:
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: new section 'options'
    debug: config: HoldPkg: pacman
    debug: config: HoldPkg: glibc
    debug: config: SyncFirst: pacman
    debug: config: architecture: x86_64
    debug: config: new section 'core'
    debug: registering sync database 'core'
    debug: config file /etc/pacman.conf, line 64: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'core': [url]ftp://mirrors.kernel.org/archlinux/core/os/x86_64[/url]
    debug: setlibpaths() called
    debug: option 'cachedir' = /var/cache/pacman/pkg/
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'extra'
    debug: registering sync database 'extra'
    debug: config file /etc/pacman.conf, line 67: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'extra': [url]ftp://mirrors.kernel.org/archlinux/extra/os/x86_64[/url]
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'community'
    debug: registering sync database 'community'
    debug: config file /etc/pacman.conf, line 73: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'community': [url]ftp://mirrors.kernel.org/archlinux/community/os/x86_64[/url]
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'multilib'
    debug: registering sync database 'multilib'
    debug: config file /etc/pacman.conf, line 79: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'multilib': [url]ftp://mirrors.kernel.org/archlinux/multilib/os/x86_64[/url]
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'archlinuxfr'
    debug: registering sync database 'archlinuxfr'
    debug: adding new server URL to database 'archlinuxfr': [url]http://repo.archlinux.fr/x86_64[/url]
    debug: config: finished parsing /etc/pacman.conf
    debug: registering local database
    :: Synchronizing package databases...
    debug: destfile found, using mtime only
    debug: using 'core.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1292198641 local_time: 1292198641 compare: 0
    debug: ust.size: 36849 local_size: 36849 compare: 0
    debug: files are identical, skipping core.db.tar.gz
    core is up to date
    debug: destfile found, using mtime only
    debug: using 'extra.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1292277403 local_time: 1292277403 compare: 0
    debug: ust.size: 462732 local_size: 462732 compare: 0
    debug: files are identical, skipping extra.db.tar.gz
    extra is up to date
    debug: destfile found, using mtime only
    debug: using 'community.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1292269249 local_time: 1292269249 compare: 0
    debug: ust.size: 410459 local_size: 410459 compare: 0
    debug: files are identical, skipping community.db.tar.gz
    community is up to date
    debug: destfile found, using mtime only
    debug: using 'multilib.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1292018227 local_time: 1292018227 compare: 0
    debug: ust.size: 23111 local_size: 23111 compare: 0
    debug: files are identical, skipping multilib.db.tar.gz
    multilib is up to date
    debug: destfile found, using mtime only
    debug: using 'archlinuxfr.db.tar.gz' for download progress
    debug: HTTP_PROXY: (null)
    debug: http_proxy: (null)
    debug: FTP_PROXY: (null)
    debug: ftp_proxy: (null)
    debug: ust.mtime: 1292246820 local_time: 1292246820 compare: 0
    debug: ust.size: 24155 local_size: 24155 compare: 0
    debug: files are identical, skipping archlinuxfr.db.tar.gz
    archlinuxfr is up to date
    debug: loading package cache for repository 'local'
    debug: database path for tree local set to /var/lib/pacman/local/
    debug: loading package cache for repository 'core'
    debug: database path for tree core set to /var/lib/pacman/sync/core/
    :: Starting full system upgrade...
    debug: checking for package upgrades
    debug: loading package cache for repository 'extra'
    debug: database path for tree extra set to /var/lib/pacman/sync/extra/
    debug: loading package cache for repository 'community'
    debug: database path for tree community set to /var/lib/pacman/sync/community/
    debug: loading package cache for repository 'multilib'
    debug: database path for tree multilib set to /var/lib/pacman/sync/multilib/
    debug: loading package cache for repository 'archlinuxfr'
    debug: database path for tree archlinuxfr set to /var/lib/pacman/sync/archlinuxfr/
    debug: new version of 'dhcpcd' found (5.2.8-1 => 5.2.9-1)
    debug: adding package dhcpcd-5.2.9-1 to the transaction targets
    debug: new version of 'diffutils' found (3.0-1 => 3.0-2)
    debug: adding package diffutils-3.0-2 to the transaction targets
    debug: new version of 'fluidsynth' found (1.1.3-1 => 1.1.3-2)
    debug: adding package fluidsynth-1.1.3-2 to the transaction targets
    debug: new version of 'heimdal' found (1.3.3-3 => 1.3.3-4)
    debug: adding package heimdal-1.3.3-4 to the transaction targets
    debug: new version of 'kernel26' found (2.6.36.1-3 => 2.6.36.2-1)
    debug: adding package kernel26-2.6.36.2-1 to the transaction targets
    debug: new version of 'kernel26-headers' found (2.6.36.1-3 => 2.6.36.2-1)
    debug: adding package kernel26-headers-2.6.36.2-1 to the transaction targets
    debug: new version of 'libdrm' found (2.4.22-1 => 2.4.22-3)
    debug: adding package libdrm-2.4.22-3 to the transaction targets
    debug: new version of 'man-pages' found (3.31-1 => 3.32-1)
    debug: adding package man-pages-3.32-1 to the transaction targets
    debug: new version of 'mesa' found (7.9-1 => 7.9.0.git20101207-2)
    debug: adding package mesa-7.9.0.git20101207-2 to the transaction targets
    debug: new version of 'raptor' found (1.4.21-1 => 1.4.21-2)
    debug: adding package raptor-1.4.21-2 to the transaction targets
    debug: new version of 'rasqal' found (0.9.20-1 => 0.9.21-1)
    debug: adding package rasqal-0.9.21-1 to the transaction targets
    debug: new version of 'redland' found (1.0.12-2 => 1.0.12-3)
    debug: adding package redland-1.0.12-3 to the transaction targets
    debug: new version of 'syslog-ng' found (3.1.2-1 => 3.2.1-1)
    debug: adding package syslog-ng-3.2.1-1 to the transaction targets
    debug: new version of 'telepathy-glib' found (0.12.5-1 => 0.12.6-1)
    debug: adding package telepathy-glib-0.12.6-1 to the transaction targets
    debug: new version of 'udev' found (164-2 => 164-3)
    debug: adding package udev-164-3 to the transaction targets
    debug: new version of 'usbutils' found (0.91-3 => 0.91-4)
    debug: adding package usbutils-0.91-4 to the transaction targets
    error: segmentation fault
    Internal pacman error: Segmentation fault.
    Please submit a full bug report with --debug if appropriate.
    Output 3:
    debug: config: attempting to read file /etc/pacman.conf
    debug: config: new section 'options'
    debug: config: HoldPkg: pacman
    debug: config: HoldPkg: glibc
    debug: config: SyncFirst: pacman
    debug: config: architecture: x86_64
    debug: config: new section 'core'
    debug: registering sync database 'core'
    debug: config file /etc/pacman.conf, line 64: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'core': [url]ftp://mirrors.kernel.org/archlinux/core/os/x86_64[/url]
    debug: setlibpaths() called
    debug: option 'cachedir' = /var/cache/pacman/pkg/
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'extra'
    debug: registering sync database 'extra'
    debug: config file /etc/pacman.conf, line 67: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'extra': [url]ftp://mirrors.kernel.org/archlinux/extra/os/x86_64[/url]
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'community'
    debug: registering sync database 'community'
    debug: config file /etc/pacman.conf, line 73: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'community': [url]ftp://mirrors.kernel.org/archlinux/community/os/x86_64[/url]
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'multilib'
    debug: registering sync database 'multilib'
    debug: config file /etc/pacman.conf, line 79: including /etc/pacman.d/mirrorlist
    debug: config: attempting to read file /etc/pacman.d/mirrorlist
    debug: adding new server URL to database 'multilib': [url]ftp://mirrors.kernel.org/archlinux/multilib/os/x86_64[/url]
    debug: config: finished parsing /etc/pacman.d/mirrorlist
    debug: config: new section 'archlinuxfr'
    debug: registering sync database 'archlinuxfr'
    debug: adding new server URL to database 'archlinuxfr': [url]http://repo.archlinux.fr/x86_64[/url]
    debug: config: finished parsing /etc/pacman.conf
    debug: registering local database
    debug: loading package cache for repository 'local'
    debug: database path for tree local set to /var/lib/pacman/local/
    debug: loading package cache for repository 'core'
    debug: database path for tree core set to /var/lib/pacman/sync/core/
    debug: loading package cache for repository 'extra'
    debug: database path for tree extra set to /var/lib/pacman/sync/extra/
    debug: loading package cache for repository 'community'
    debug: database path for tree community set to /var/lib/pacman/sync/community/
    debug: loading package cache for repository 'multilib'
    debug: database path for tree multilib set to /var/lib/pacman/sync/multilib/
    debug: adding package wine-1.3.9-1 to the transaction targets
    error: segmentation fault
    Internal pacman error: Segmentation fault.
    Please submit a full bug report with --debug if appropriate.
    Cheers
    X
    Last edited by Xenonn (2010-12-13 23:02:27)

    skunktrader wrote:Perhaps the pacman cache is corrupted.  Try pacman -Syyu
    worked like a charm )
    Thank you very much

  • Probel while selecting data from table

    Hi,
      As per my below code i want to select data from table AFKO  where  PLNBEZ = it_mat-matnr, and  GETRI  IS BLANK , but data is not comingin IT_AFKO
    **********************CODE
    select AUFNR RSNUM GAMNG PLNBEZ From AFKO into table it_afko for all entries in it_mat
                                                              where PLNBEZ = it_mat-matnr
                                                                and GETRI =  '  '.
    regards,
    zafar

    Hi,
    Try below code
    select AUFNR RSNUM GAMNG PLNBEZ From AFKO into table it_afko for all entries in it_mat
    where PLNBEZ = it_mat-matnr
    and GETRI = '00000000'.
    Hope you need the records for which GETRI is not updated.
    Regards
    Vinod

  • "Segmentation fault" while running code, how can I increase the stack size?

    Hi, I only have very limited knowledge about c+ codes and compiling them and I would be very happy if someone can assist me.
    My problem: I have two c++ codes, one with an array size of ~100,000, the other with ~1,500,000. When I compile them using terminal g++ -o commands, the smaller one works with no problem (it takes less than a minute to run), the larger one gives "Segmentation fault". I think it is a memory allocation problem and I am not an expert on dynamic memory allocation which I want to avoid for now.
    My question: When I compile the large code in Windows Visual Basic, I can go to settings to increase the stack and heap sizes and it does work. Is there a similar thing in OS X Leopard? I found some commands to do that in the terminal window but I wasn't able to resolve my problem.
    Thanks for all your help.

    Thanks for the link, I actually looked for a developer discussion group but was not able to find it through the main discussion page. I reposted to my question there.

  • Mutating Problem when insert  while selecting data from dual

    Hi All,
    we have a table
    test (
    ID NUMBER
    NAME VARCHAR2(100)) and a before insert trigger
    create or replace trigger test1
    before insert on test
    for each row
    begin
    select decode(max(id),null,1,max(id)+1) into :new.id from test;
    end;
    i am able to insert values by using
    "insert into test(name) values('test1')" with out any issues.
    when i am inserting the values
    "insert into test(name) select 'test1' from dual" i am getting error
    ORA-04091: table SCOTT.TEST is mutating, trigger/function may not see it
    Could someone please advice why i am getting error in second scenario.
    Thanks in Advance
    Prasad

    Prasad
    try
    insert into test (name) values ((select 'test1' from dual));
    Frank

  • How to insert decimal point while selecting data from a table

    Hi All ,
    My select requirement says , If the value received with no decimal then insert decimal before last 2 bytes. I need to retrieve data with this condition.
    May you people help how i can achieve this?
    Thanks in advance,
    Sachetan

    Is the data a number in string format?
    with q as (select '12345' myNum from dual
    union all select '45.78' from dual)
    select case when instr(myNum, '.') > 0 then to_number(myNum) else
           to_number(substr(myNum, 1, length(myNum) - 2) || '.' ||
                    substr(myNum, length(myNum) - 1)) end newNum from q
    NEWNUM
    123.45
    45.78If not just use
    with q as (select 12345 myNum from dual
    union all select 45.78 from dual)
    select case
    when instr(myNum,'.')>0 then myNum
    else myNum/100
    end myNum
    from q
    MYNUM
    123.45
    45.78

  • Problem while selecting data from external tables

    Hi All,
    I am facing a problem with external tabels. I have created an external table
    create table ext_org_table
    ( id varchar2(10)
    , name varchar2(100)
    ,id_parent varchar2(10)
    ,name_parent varchar2(100))
    organization external
    ( type oracle_loader
    default directory MYDIR
    access parameters
    records delimited by newline
         nologfile
         nobadfile
    fields terminated by ','
    missing field values are null
    location ('Orgdata.csv')
    reject limit unlimited;
    The problem is that when i give select * from ext_org_table , i get following error
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04040: file Orgdata.csv in MYDIR not found
    ORA-06512: at "SYS.ORACLE_LOADER", line 19
    ORA-06512: at line 1
    Now , i have file Orgdata.csv in the specified directory.
    I have created directory in oracle using create directory command.
    I have granted read,write permission on the directory to user.
    I have given all read,write and execute permissions to folder where my files resides.My file resides in /appl/home/kk
    Now i don't understand why it is giving error file in Mydir not found.
    Kindly suggest.
    Regards
    Krish

    Hi,
    You are obviously doing someting wrong.
    May be the direcotry is not present or may be the file is not rpesent in the directory.
    I just tried ths
    Connected to Oracle Database 10g Enterprise Edition Release 10.2.0.1.0
    Connected as SYS
    create directory mydir as 'c:\csv';
    grant read,write on directory mydir to scott;From Scott
    create table ext_org_table
    ( id varchar2(10)
    , name varchar2(100)
    ,id_parent varchar2(10)
    ,name_parent varchar2(100))
    organization external
    ( type oracle_loader
    default directory MYDIR
    access parameters
    records delimited by newline
    nologfile
    nobadfile
    fields terminated by ','
    missing field values are null
    location ('Orgdata.csv')
    reject limit unlimited;
    select * from ext_org_table;Ofcourse i made up some dummy data to test and its all OK.
    again,
    You may want to check if
    1) If the directory exists (select * from all_directories where directory_name='MYDIR');
    2) If the user has the read/write permissions on that directory
    3) If the file orgdata exists in that directory.
    Regards,
    Bhushan

  • Error  ORA-02019: while selecting table from oracle10g to SQL Server 2005

    Hi all,
    our oracle 10g database is on AIX 5.2 and i configures heterogeneous service and install oracle 10g cleint on windows 2003 server where SQL Server reside . i configured the following things but i got the error ORA-02019. please help me its very urgent. quick response will higly appreciated. thanks alot in advance.
    1)create Sytem DSN (mysqlserver) by selectin SQL Native cleint
    2)copy the existing entry and paste it in listener.ora file and edit it as below
    LISTENERMYSQLSERVERDSN =
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST= hostname of oracle database)(PORT=1521))
    (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))
    SID_LIST_ =
    (SID_LIST=
    (SID_DESC=
    (SID_NAME= mysqlserver)
    (ORACLE_HOME = /u01/app/oracle/product/101)
    (PROGRAM=hsodbc)
    $lsnrctl status LISTENERMYSQLSERVERDSN
    It is working fine
    3) configure TNAMES.ora
    mysqlserver =
    (DESCRIPTION =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = 100.100.50.5)
    (PORT = 1521)
    (CONNECT_DATA =
    (SID = mysqlserver)
    (HS = OK)
    c:>tnsping mysqlserver
    it is workin fine
    4)copy inithsodbc.ora and make it initmysqlserver.ora
    HS_FDS_CONNECT_INFO = mysqlserver
    HS_FDS_TRACE_LEVEL = off
    4)create the database link
    sql>create database link mysqlserver
    connect to "sa" identified by "nsp@123" using 'mysqlserver';
    when i selecting SQL Server object from oracle i got below error
    SQL> select * from NSP_products@mysqlserver;
    select * from NSP_products@mysqlserver
    ERROR at line 1:
    ORA-02019: connection description for remote database not found
    pLease help me its very urgent.
    BEST REGARD

    Hi all,
    our oracle 10g database is on AIX 5.2 and i configures heterogeneous service and install oracle 10g cleint on windows 2003 server where SQL Server reside . i configured the following things but i got the error ORA-02019. please help me its very urgent. quick response will higly appreciated. thanks alot in advance.
    1)create Sytem DSN (mysqlserver) by selectin SQL Native cleint
    2)copy the existing entry and paste it in listener.ora file and edit it as below
    LISTENERMYSQLSERVERDSN =
    (ADDRESS_LIST=
    (ADDRESS=(PROTOCOL=tcp)(HOST= hostname of oracle database)(PORT=1521))
    (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))
    SID_LIST_ =
    (SID_LIST=
    (SID_DESC=
    (SID_NAME= mysqlserver)
    (ORACLE_HOME = /u01/app/oracle/product/101)
    (PROGRAM=hsodbc)
    $lsnrctl status LISTENERMYSQLSERVERDSN
    It is working fine
    3) configure TNAMES.ora
    mysqlserver =
    (DESCRIPTION =
    (ADDRESS =
    (PROTOCOL = TCP)
    (HOST = 100.100.50.5)
    (PORT = 1521)
    (CONNECT_DATA =
    (SID = mysqlserver)
    (HS = OK)
    c:>tnsping mysqlserver
    it is workin fine
    4)copy inithsodbc.ora and make it initmysqlserver.ora
    HS_FDS_CONNECT_INFO = mysqlserver
    HS_FDS_TRACE_LEVEL = off
    4)create the database link
    sql>create database link mysqlserver
    connect to "sa" identified by "nsp@123" using 'mysqlserver';
    when i selecting SQL Server object from oracle i got below error
    SQL> select * from NSP_products@mysqlserver;
    select * from NSP_products@mysqlserver
    ERROR at line 1:
    ORA-02019: connection description for remote database not found
    pLease help me its very urgent.
    BEST REGARD

  • While selecting value from combo box in one frame, based on the selection..

    Hi friends,
    can someone help me out on a issue as it follows:-
    iam developing an application where Iam using xsl,html,javascript and xml.
    There is no existense of Database at all. data is read from xml.
    now,
    In a window there are 3 frames. In the 1st frame combo box is there.
    Based on the selection in the combo box data will be displayed in the 2nd frame.
    now onchange or onselect methods not giving the expected result.
    actually,in the the xsl which is having 3 frames,the 1st and 3rd frame
    calling src="abc.xml" and src="abc.xml"which are static.
    but in the 2nd frame the data need to be changed dynamically.
    I have given frame name="frame_ExchangeDetails2" rows="3%" src="cc_marketWatch_02.xml"/>
    usually data dynamically comes from database.but here i have to refer xml file
    something like [window.href.location="abc.xml"]
    but the problem is when you refer supose:-
    <frame name="frame_ExchangeDetails2" rows="3%" src="cc_marketWatch_02.xml"/>
    the frame is having static page,though there are functions in javascript which are called in onload and onchange.which are not working.
    I have tried putting if condition like:-
    if(document.abc.fieldname.value=='6'
    {   window.location.href = "cc_custLookUpData-mobileno.xml";   
    so that it could go to the repective page.
    but it is not working.
    so what should i do if I select from combo box in one frame and based on the selection xml/html page will be displayed in the 2nd frame.
    if anybody has google account i can forward the zip file so it will be easier to understand.
    Regards
    Message was edited by:
    Postqueries
    Message was edited by:
    Postqueries

    If you have rights to modify tabular model then, you can create a measure in your Tabular model which returns previous week and then use this measure in Pivot Table.
    Thanks,
    Sagar K 
    (Blog: http://datamazik.blogspot.in/)

  • How to select scanner from menu of acrobat pro 9?

    The menu item for selecting scanner is shaded and will not let me select a scanner.

    Hi Larry,
    Please tell me if this is happening with all PDFs or any specific one?
    Could you please share the screenshot how is it appearing.
    Also, you might repairing Acrobat and update drivers of the scanner as well.
    Regards,
    Anubha

Maybe you are looking for

  • Terminal window blinking cursor will not accept keyboard entry

    Have SunBlade100 w/ Solaris8. This is probably a dumb beginner question... When I enter certain commands at the terminal window - in this particular case # cat /dev/cua/a and I hit <return> the cursor skips to the next line, and continues blinking ,

  • 2 iPhones + 2 Accounts = Sharing

    I have a 1.66 mac mini with the latest OS that I use as an HTPC that my wife and I use for music, movies, email, iChat, etc. We're both getting the new 3G iPhone when it comes out this Friday so now I need to create a user account for her so she can

  • Publishing problem with Word

    When I publish a 57 slide document to Word, some slides move the text caption up higher on the slide in the wrong place, and the bottom of the full slide is missing (where the text caption is supposed to be located). Any ideas how to fix this? Thanks

  • How do I unistall Adobe Application Manager?

    Hello My Adobe Application Manager (AAM) is crashing so I can't download programs or updates from my Creative Cloud... I have been talking to Adobe on the phone, and they told me to unistall my AAM and then reinstall it. But how do I do that? Hope so

  • What am I doing wrong on this SQL file???

    Here is the file I have been working on all night and keep getting error messages incuding errors: line 8: name already used by an existing constraint line 10: missing right perenthesis (what am I missing?) line 1: name already used by an existing ob