Lib/libz.so: could not read symbols: Invalid operation

Hi,
I am facing the following issue while compiling my code which is using gdcm lib in QT. The same source works fine in ubuntu but not here....
lQt5PrintSupport -lQt5OpenGL -lQt5Widgets -lQt5Gui -lQt5Core -lGL -lpthread
/usr/bin/ld: /usr/local/lib/libgdcmDSED.a(gdcmReader.cxx.o): undefined reference to symbol 'inflateInit2_'
/usr/bin/ld: note: 'inflateInit2_' is defined in DSO /usr/lib/libz.so.1 so try adding it to the linker command line
/usr/lib/libz.so.1: could not read symbols: Invalid operation
Makefile:181: recipe for target 'imageviewer' failed
collect2: error: ld returned 1 exit status
make: *** [imageviewer] Error 1
19:41:26: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project imageviewer (kit: Desktop)
if I add -lz in the project .pro file.. I get the following error..
usr/bin/ld: /usr/local/lib/libgdcmDSED.a(gdcmReader.cxx.o): undefined reference to symbol 'inflateInit2_'
Makefile:181: recipe for target 'imageviewer' failed
/usr/bin/ld: note: 'inflateInit2_' is defined in DSO /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/libz.so so try adding it to the linker command line
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/libz.so: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make: *** [imageviewer] Error 1
19:02:58: The process "/usr/bin/make" exited with code 2.
Error while building/deploying project imageviewer (kit: Desktop)
When executing step 'Make'
Don't know whats wrong and how it will be solved?
Bilal

Hi Connor,
I solved the issue, it seems like the library path was pointing to /usr/local/lib rather than /usr/lib. Now the code is working fine.
I assume that ubuntu and arch places gdcm libraries at different locations, it was working code moved from ubuntu to arch and i got that error.
Bilal

Similar Messages

  • Mplayer-34426: libX11.so.6: could not read symbols: Invalid operation

    After long job I get
    /usr/bin/ld: libvo/vo_xv.o: undefined reference to symbol 'XGetWindowAttributes'
    /usr/bin/ld: note: 'XGetWindowAttributes' is defined in DSO /usr/lib/libX11.so.6 so try adding it to the linker command line
    /usr/lib/libX11.so.6: could not read symbols: Invalid operation
    collect2: ld returned 1 exit status
    make: *** [mplayer] Error 1
    ==> ERROR: A failure occurred in build().
    Aborting...
    if it's useful, the PKGBUILD is
    # $Id: PKGBUILD 144946 2011-12-11 15:27:00Z ibiru $
    # Maintainer : Ionut Biru <[email protected]>
    # Contributor: Hugo Doria <[email protected]>
    pkgbase=mplayer
    pkgname=('mplayer' 'mencoder')
    pkgver=34426
    pkgrel=1
    arch=('i686' 'x86_64')
    makedepends=('lame' 'libtheora' 'xvidcore' 'x264' 'faac' 'faad2' 'opencore-amr' 'a52dec' 'libpulse' 'unzip' 'git' 'fontconfig' 'yasm')
    license=('GPL')
    url="http://www.mplayerhq.hu/"
    options=(!buildflags !emptydirs)
    source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz mplayer.desktop)
    md5sums=('ff81117293e76b59e54debc439d8e612'
    'c0d6ef795cf6de48e3b87ff7c23f0319')
    build() {
    cd ${srcdir}/${pkgname}
    ./configure --prefix=/usr \
    --enable-runtime-cpudetection \
    --disable-gui \
    --language=en_US \
    --confdir=/etc/mplayer \
    --disable-mencoder \
    --disable-termcap \
    --disable-termios \
    --disable-lirc \
    --disable-lircc \
    --disable-apple-remote \
    --disable-apple-ir \
    --disable-radio-v4l2 \
    --disable-radio-bsdbt848 \
    --disable-tv \
    --disable-tv-v4l1 \
    --disable-tv-v4l2 \
    --disable-tv-bsdbt848 \
    --disable-pvr \
    --disable-rtc \
    --disable-winsock2_h \
    --disable-smb \
    --disable-live \
    --disable-nemesi \
    --disable-librtmp \
    --disable-bluray \
    --disable-menu \
    --disable-sortsub \
    --disable-fribidi \
    --disable-enca \
    --disable-maemo \
    --disable-macosx-finder \
    --disable-macosx-bundle \
    --disable-vstream \
    --disable-w32threads \
    --disable-ass-internal \
    --disable-ass \
    --disable-rpath \
    --disable-gif \
    --disable-png \
    --disable-mng \
    --disable-jpeg \
    --disable-libcdio \
    --disable-liblzo \
    --disable-win32dll \
    --disable-qtx \
    --disable-xanim \
    --disable-real \
    --disable-libdirac-lavc \
    --disable-libschroedinger-lavc \
    --disable-libnut \
    --disable-vf-lavfi \
    --disable-tremor-internal \
    --disable-tremor-low \
    --disable-tremor \
    --disable-speex \
    --disable-libgsm \
    --disable-ladspa \
    --disable-libbs2b \
    --disable-libdv \
    --disable-mpg123 \
    --disable-mad \
    --disable-libdca \
    --disable-mp3lib \
    --disable-musepack \
    --disable-vidix \
    --disable-vidix-pcidb \
    --disable-dhahelper \
    --disable-svgalib_helper \
    --disable-matrixview \
    --disable-dga2 \
    --disable-dga1 \
    --disable-vesa \
    --disable-svga \
    --disable-sdl \
    --disable-kva \
    --disable-aa \
    --disable-caca \
    --disable-ggi \
    --disable-ggiwmh \
    --disable-direct3d \
    --disable-directx \
    --disable-dxr2 \
    --disable-dxr3 \
    --disable-ivtv \
    --disable-v4l2 \
    --disable-dvb \
    --disable-mga \
    --disable-xmga \
    --enable-xv \
    --enable-xvmc \
    --disable-vdpau \
    --disable-vm \
    --disable-xinerama \
    --disable-x11 \
    --disable-xshape \
    --disable-fbdev \
    --disable-mlib \
    --disable-3dfx \
    --disable-tdfxfb \
    --disable-s3fb \
    --disable-wii \
    --disable-directfb \
    --disable-zr \
    --disable-bl \
    --disable-tdfxvid \
    --disable-xvr100 \
    --disable-tga \
    --disable-pnm \
    --disable-md5sum \
    --disable-yuv4mpeg \
    --disable-corevideo \
    --disable-quartz \
    --disable-ossaudio \
    --disable-arts \
    --disable-esd \
    --disable-jack \
    --disable-openal \
    --disable-nas \
    --disable-sgiaudio \
    --disable-sunaudio \
    --disable-kai \
    --disable-dart \
    --disable-win32waveout \
    --disable-coreaudio \
    --disable-select \
    --charset=UTF-8
    [ "$CARCH" = "i686" ] && sed 's|-march=i486|-march=i686|g' -i config.mak
    make
    package_mplayer() {
    pkgdesc="A movie player for linux"
    install=mplayer.install
    backup=('etc/mplayer/codecs.conf' 'etc/mplayer/input.conf')
    depends=('desktop-file-utils' 'ttf-dejavu' 'enca' 'libxss' 'a52dec' 'libvpx' 'lirc-utils' 'x264' 'libmng' 'libdca' 'aalib' 'lame' 'fontconfig' 'libgl'
    'libxinerama' 'libvdpau' 'libpulse' 'smbclient' 'xvidcore' 'opencore-amr' 'jack' 'cdparanoia' 'libmad' 'sdl' 'libtheora' 'libcaca' 'libxxf86dga' 'fribidi'
    'libjpeg' 'faac' 'faad2' 'libxvmc' 'schroedinger' 'mpg123' 'libass' 'libxxf86vm' 'libbluray')
    cd ${srcdir}/${pkgbase}
    make DESTDIR=${pkgdir} install-mplayer install-mplayer-man
    install -Dm644 etc/{codecs.conf,input.conf,example.conf} ${pkgdir}/etc/mplayer/
    install -dm755 ${pkgdir}/usr/share/mplayer/
    ln -s /usr/share/fonts/TTF/DejaVuSans.ttf ${pkgdir}/usr/share/mplayer/subfont.ttf
    rm -rf ${pkgdir}/usr/share/mplayer/font
    #desktop file FS#14770
    install -Dm644 ${srcdir}/mplayer.desktop ${pkgdir}/usr/share/applications/mplayer.desktop
    install -Dm644 etc/mplayer.png ${pkgdir}/usr/share/pixmaps/mplayer.png
    #oops, forgot to remove this, but it does not seem to be a problem
    package_mencoder() {
    pkgdesc="Free command line video decoding, encoding and filtering tool"
    depends=('enca' 'a52dec' 'libvpx' 'x264' 'libmng' 'libdca' 'bzip2' 'lame' 'alsa-lib' 'fontconfig' 'giflib' 'libpng' 'smbclient' 'xvidcore' 'opencore-amr' 'cdparanoia'
    'libmad' 'libtheora' 'fribidi' 'libjpeg' 'faac' 'faad2' 'schroedinger' 'mpg123' 'libass' 'libbluray')
    cd ${srcdir}/${pkgbase}
    make DESTDIR=${pkgdir} install-mencoder install-mencoder-man
    find $pkgdir/usr/share/man -name 'mplayer.1' -exec bash -c 'mv "$1" "${1/mplayer/mencoder}"' _ {} \;
    Last edited by Doctor Drive (2011-12-20 16:32:10)

    May be related to this: https://fedoraproject.org/wiki/Understa … LinkChange

  • Gcc issues /usr/lib/libstdc++.so.6:could not read symbols

    Error i get when compiling an openGL, bullet program. I just started getting this on both my arch computers after updating.
    gcc Timer.o Ball.o main.o -I/usr/include -lGL -lGLU -lBulletCollision -lBulletDynamics -lLinearMath -I/usr/include/bullet -L/usr/lib -lglut -lX11 -o pool
    /usr/bin/ld: Ball.o: undefined reference to symbol '__cxa_pure_virtual@@CXXABI_1.3'
    /usr/bin/ld: note: '__cxa_pure_virtual@@CXXABI_1.3' is defined in DSO /usr/lib/libstdc++.so.6 so try adding it to the linker command line
    /usr/lib/libstdc++.so.6: could not read symbols: Invalid operation
    collect2: ld returned 1 exit status

    I realised that  and changed it, it's still giving a simmilar error
    g++ Timer.o Ball.o main.o -I/usr/include -lGL -lGLU -lBulletCollision -lBulletDynamics -lLinearMath -I/usr/include/bullet -L/usr/lib -lglut -lX11 -o pool
    /usr/bin/ld: Timer.o: undefined reference to symbol 'clock_gettime@@GLIBC_2.2.5'
    /usr/bin/ld: note: 'clock_gettime@@GLIBC_2.2.5' is defined in DSO /lib/librt.so.1 so try adding it to the linker command line
    /lib/librt.so.1: could not read symbols: Invalid operation
    collect2: ld returned 1 exit status
    Last edited by seniorsassycat (2011-12-10 01:16:00)

  • [C077] Could not find symbol 'SQLAllocConnect'

    I try to connect Oracle to PostgreSQL with Heterogeneous Connectiviti.
    I'm work on:
    S.O.: Linux SUSE 9.2
    PostgreSQL: 8.0
    Oracle: 10g Enterprise Edition Release 10.1.0.2.0
    psqlODBC:07-03
    The configuration of HS is:
    listener.ora
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = locahost)(PORT = 1521))
    (DESCRIPTION =
    (PROTOCOL_STACK =
    (PRESENTATION = GIOP)
    (SESSION = RAW)
    (ADDRESS = (PROTOCOL = TCP)(HOST = locahost)(PORT = 2481))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /home/oracle/product/oracle10)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = local)
    (ORACLE_HOME = /home/oracle/product/oracle10)
    (SID_NAME = local)
    tnsnames.ora
    hsodbc.world = (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    (CONNECT_DATA=(SID=hsodbc))
    (HS=OK)
    local.world =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = local)
    inithsodbc.ora
    # This is a sample agent init file that contains the HS parameters that are
    # needed for an ODBC Agent.
    # HS init parameters
    HS_FDS_CONNECT_INFO = hsodbc
    HS_FDS_TRACE_LEVEL = on
    HS_FDS_TRACE_FILE_NAME= /usr/local/lib/hsodbc.trc
    HS_FDS_SHAREABLE_NAME = /usr/local/lib/psqlodbc.so
    set ODBCSYSINI=/etc/unixODBC/odbc.ini
    The configuration of ODBC is:
    [ODBC Data Sources]
    hsodbc = PostgreSQL ODBC Driver DSN
    [hsodbcL]
    Description = PostgreSQL
    Driver = /usr/local/lib/psqlodbc.so
    Trace = Yes
    TraceFile = /tmp/sql.log
    Database = GESTION
    Servername = 167.175.51.178
    Username = user
    Password = password
    Port = 5432
    Protocol = 6.4
    ReadOnly = No
    RowVersioning = No
    ShowSystemTables = No
    ShowOidColumn = No
    FakeOidIndex = No
    ConnSettings =
    FileUsage = 1
    I'm create table "TEMP":
    SQL>cerate table TEMP(id numeric);
    SQL>table created.
    and create dblink:
    SQL>CREATE PUBLIC DATABASE LINK hsodbc CONNECT TO "postgres" IDENTIFIED BY "postgres" USING 'hsodbc';
    SQL>Database link created.
    When i execute
    SQL>select * from "TEMP"@hsodbc;
    select * from "TEMP"@hsodbc
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Generic Connectivity Using ODBC]DRV_InitTdp: DB_ODBC_INTERFACE (718): ; [C077]
    Could not find symbol 'SQLAllocConnect' in dynamic library
    DB_ODBC_INTERFACE (722): ; [C079] Failed to load dynamic library
    '/usr/local/lib/psqlodbc.so'
    ORA-02063: preceding 3 lines from HSODBC
    what i can do for solve this problem?

    Whe i'm use
    HS_FDS_SHAREABLE_NAME = /usr/local/lib/psqlodbc.so
    The trace log say:
    [Generic Connectivity Using ODBC] version: 4.1.0.0.0050
    connect string is: defTdpName=hsodbc;SYNTAX=(ORACLE8_HOA, BASED_ON=ORACLE8,
    IDENTIFIER_QUOTE_CHAR="",
    CASE_SENSITIVE=CASE_SENSITIVE_QUOTE);BINDING=<navobj><binding><datasources><da-
    tasource name='hsodbc' type='GENERIC_ODBC_FOR_HS'
    connect='hsodbc'><driverProperties/></datasource></datasources><remoteMachines-
    /><environment><misc year2000Policy='-1' consumerApi='1'
    sessionBehavior='4'/><queryProcessor parserDepth='2000'
    noInsertParameterization='true' noThreadedReadAhead='true'
    noCommandReuse='true'/></environment></binding></navobj>
    ORACLE GENERIC GATEWAY Log File Started at 22-Mar-06 17:13:28
    /usr/local/lib/psqlodbc.so: undefined symbol: ucs2_to_utf8
    [C077] Could not find symbol 'SQLAllocConnect' in dynamic library
    [C079] Failed to load dynamic library '/usr/local/lib/psqlodbc.so'
    [C077] Could not find symbol 'SQLAllocConnect' in dynamic library
    [C077] Could not find symbol 'SQLAllocConnect' in dynamic library
    [C079]
    Failed to load dynamic library '/usr/local/lib/psqlodbc.so'
    And When i'm use
    HS_FDS_SHAREABLE_NAME = /usr/lib/libodbc.so
    The trace log say:
    [Generic Connectivity Using ODBC] version: 4.1.0.0.0050
    connect string is: defTdpName=hsodbc;SYNTAX=(ORACLE8_HOA, BASED_ON=ORACLE8,
    IDENTIFIER_QUOTE_CHAR="",
    CASE_SENSITIVE=CASE_SENSITIVE_QUOTE);BINDING=<navobj><binding><datasources><da-
    tasource name='hsodbc' type='GENERIC_ODBC_FOR_HS'
    connect='hsodbc'><driverProperties/></datasource></datasources><remoteMachines-
    /><environment><misc year2000Policy='-1' consumerApi='1'
    sessionBehavior='4'/><queryProcessor parserDepth='2000'
    noInsertParameterization='true' noThreadedReadAhead='true'
    noCommandReuse='true'/></environment></binding></navobj>
    ORACLE GENERIC GATEWAY Log File Started at 23-Mar-06 11:49:37
    but the problem still haped.

  • ERROR:Could not read archive file - during Processing Base System Part 2

    Hi there,
    What I have:
    * I have problem with installation of the Mac OS X Panther v10.3 on iMac.
    * I have 3 original CDs (black with silver X).
    What I did:
    * I made new 1 partition and formated disk as Mac OS Extended (Journaled) over the Disk Utility in the first CD as normal without additional options (if I tried to format disk with zero all data and 8 way random write format after 3 days computer freeze)
    * I verified disk over this utility - that was ok - HFS volume verifed.
    * Then I restarted the computer and ran installation from this first CD
    What happened:
    * installation did not finish, because there were some problems during installation process.
    * i tried to customize installation just for essential work (without other languages support, printers etc), but it was still the same problem
    Installation log:
    After I choosed installation type, there was first error, but it did not look like important.. - root: bootstraplookup(): unknown error code
    Checking your installation disk - OK
    Preparing disk - OK
    Preparing base 1 and 2 - OK
    Other preparing.. - OK
    Processing Base System Part 1 - OK
    Processing Base System Part 2
    ==
    ERROR:Could not read archive file. - pax: Invalid header, starting valid header search.
    ERROR:Could not read archive file. - pax: Invalid header, starting valid header search.
    last message repeated 2 times
    ERROR:Could not write file. - pax: WARNING! These patterns were not matched:
    Some files for Essentials may not have been writen correctly.
    root: Installer[108] Exception raised during posting of notification. Ignored. exception: Some files for Essentials may not have been written correctly. (code 1)
    Install Failed
    Error detected
    Name: NSGenericException
    Reason: Some files for Essentials may not nave been written correctly. (code 1)
    ==
    It seems like a problem with reading some data from the CD, but during the installation checking of disk was ok.. maybe it can be problem with the cd-rom..? Or problem with data on cd-rom - I mean bad archive file..? But it is original CD.. What do you think??
    Thank you!

    Tomas,
    On THIS Page, locate your iMac model.
    From the Documents column, click on the appropriate number link.
    Using the info in the document that opens, locate the serial number of your iMac.
    On THIS Page, in the text field for Search Tech Specs, enter that serial number.
    Click on the model of iMac that appears.
    Post a link to the page that opens, or post the info requested below.
    Exactly which model iMac is it?
    What is the Processor speed?
    What size is the Hard Drive?
    How much Memory is installed?
    What type of internal Optical Drive does it have?
    Which version of OS, was the original Installed Software?
    ali b

  • What it means iwl3945: Could not read microcode: -2 ?

    My iwl3945 module work fine ( intel pro/wireless 3945abg ).
    I put it in /etc/rc.conf
    1)
    MODULES=( ... iwl3945 ...)
    2)
    wlan0="dhcp"
    INTERFACES=(lo wlan0 ...)
    and in /etc/conf.d/wireless
    1)
    wlan_wlan0="wlan0 mode managed essid MariaTeresa channel 7 ap 00:17:3f:0d:81:20 key restricted [1] 1a3d9d0d8c27819e7c23103ea$
    WLAN_INTERFACES=(wlan0)
    So I have ( as root ) type:
    modprobe -r iwl3945
    modprobe iwl3945
    restart network daemon ( /etc/rc.d/network restart )
    because the module is not detected in boot.
    After the procedure above thats ok.
    The dmesg is
    iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.0ds
    iwl3945: Copyright(c) 2003-2007 Intel Corporation
    iwl3945: iwlwifi-3945-1.ucode firmware file req failed: Reason -2
    iwl3945: Could not read microcode: -2
    ACPI: PCI interrupt for device 0000:07:00.0 disabled
    iwl3945: probe of 0000:07:00.0 failed with error -2
    With old kernel all was perfect. But with last kernel ( clean install from ftp ) not work.
    Thank you!

    Delete the 3945 ucodes in /lib/firmware/. Remove the iwlwifi-3945-ucode package (pacman -R iwlwifi-3945-ucode) en reinstall the package. I think that should fix your problem...

  • Error: Could not read reports properties.  java.lang.NullPointerException

    Hi All,
    I am facing Could not read reports properties. java.lang.NullPointerException while trying to run the report using below string
    String:_
    /rcrmap2/weblogic/bea/ORA_PFRD/bin/rwrun module=/rcrmkr1/exe_dir/CA_PG1_T.rdf CUSTGRPID=''001139'' CANO=104 CACOPY=''F'' OPTION=''W'' CCODE=''KR'' USERID=apl_D_RCRMNIU3/Q5e3C4l1FPjrG6epG6f3C4dqFMgsDP@krcrmd DESTYPE=FILE DESNAME=/rcrmkr1/crms_RG/rep_dir/gcapg1_to_test_20110112_121902.rep BATCH=YES MODE=CHARACTER DESFORMAT=/rcrmap2/weblogic/bea/ORA_PFRD/reports/printers/wide.prt pagesize=132x80
    Environment Variables :*
    export ORACLE_LOCALPREFERENCE=/rcrmap2/weblogic/bea/rcrms/config/FRComponent/frcommon/tools/admin/
    export WIDE_DEF=/rcrmap2/weblogic/bea/ORA_PFRD/reports/printers/hplwide.prt
    export WIDE_VIW=/rcrmap2/weblogic/bea/ORA_PFRD/reports/printers/wide.prt
    export REPORTS_FONT_DIRECTORY=/rcrmap2/weblogic/bea/rcrms/reports/fonts
    export REPORTS_TAGLIB_URI=/WEB-INF/lib/reports_tld.jar
    export REPORTS_NO_DUMMY_PRINTER=TRUE
    export REPORTS_TMP=/tmp
    export RW=/rcrmap2/weblogic/bea/ORA_PFRD/reports
    export LD_LIBRARY_PATH=/rcrmap2/weblogic/bea/ORA_PFRD/jdk/jre/lib/ppc64:/rcrmap2/weblogic/bea/ORA_PFRD/jdk/jre/lib/ppc64/classic:/rcrmap2/weblogic/bea/ORA_PFRD/lib:/usr/dt/lib:
    export LIBPATH=/rcrmap2/weblogic/bea/ORA_PFRD/lib:/usr/dt/lib:/rcrmap2/weblogic/bea/ORA_PFRD/jdk/jre/lib/ppc64:/rcrmap2/weblogic/bea/ORA_PFRD/jdk/jre/lib/ppc64/classic:/usr/lpp/cobol/lib:/oracle/oracle/11.1.0.7/lib:/oracle/oracle/11.1.0.7/lib32:/rcrmkr1/exe_dir/pvcs_12july/pco:.
    export LDR_CNTRL=USERREGS@MAXDATA=0x80000000
    export TK_ICON=/rcrmap2/weblogic/bea/ORA_PFRD/reports/plugins/resource
    export REPORTS_DEFAULT_DISPLAY=NO
    export REPORTS_CLASSPATH=/rcrmkr1/exe_dir:/rcrmap2/weblogic/bea/ORA_PFRD/reports/jlib/rwbuilder.jar:/rcrmap2/weblogic/bea/ORA_PFRD/reports/jlib/rwrun.jar:/rcrmap2/weblogic/bea/ORA_PFRD/jlib/zrclient.jar:/rcrmap2/weblogic/bea/ORA_PFRD/modules/oracle.jsp_11.1.1/ojsp.jar:/rcrmap2/weblogic/bea/ORA_PFRD/javacache/lib/cache.jar:/rcrmap2/weblogic/bea/ORA_PFRD/modules/oracle.javacache_11.1.1/cache.jar
    Please help to provide your inputs
    Regards,
    Harish

    Hi,
    The problem was resolved by setting proper acl's to the corresponding directories (cache directory) in the application server
    Regards,
    Harish

  • Error 105, Could not read full block (2048 bytes) from checkpoint file ~/dirchk/sdfsdj.cpe

    Hi expert,
        i am getting below error in goldengate  due to mount point full and i released the space and still the same error for all gg processes. i can see the *cpe cpr file become 0 bytes. so i deleted and re added the extract and repliacat and while adding the replcat i used add replicat  checkpoint table because of that multiple entries of same replicat came in checkpoint table . my checkpoint details also  present in ./GLOBALS. now my doubt is if add  replicate with mentioning checkpoint table name  will duplicate entry will be created or what is the work around for this.
    MANAGER RUNNING
    Invalid checkpoint for EXTRACT  qqqq   (error 105, Could not read full block (2048 bytes) from checkpoint file XXXXXXXXX)
    Invalid checkpoint for EXTRACT  qqq(error 105, Could not read full block (2048 bytes) from checkpoint file XXXXXXXXXX)
    Invalid checkpoint for REPLICAT qqq  (error 105, Could not read full block (2048 bytes) from checkpoint file XXXXXXXXXXX)

    Hi Kariyath
    Increase the page size of your windows machine.Check for the recommanded page size.Remember that the recommanded page size should be the lower limit.If you have any issue feel free to ask.Your prob will be solved
    Award suitable points

  • JDevloper 10.1.3 OC4J - SEVERE: Could not read manifest of

    I have a struts based web application in my JDeveloper 10.1.3. Everytime I run the application I get the error logs displayed below before the application starts, usually this takes about 20 seconds. Please advise what could be causing this error.
    [Starting OC4J using the following ports: HTTP=8989, RMI=23892, JMS=9228.]
    C:\Oracle\jdev1013\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config>
    C:\Oracle\jdev1013\jdk\bin\javaw.exe -ojvm -classpath C:\Oracle\jdev1013\j2ee\home\oc4j.jar;C:\Oracle\jdev1013\jdev\lib\jdev-oc4j-embedded.jar -Xverify:none -DcheckForUpdates=adminClientOnly -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doracle.dms.sensors=NONE -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config C:\Oracle\jdev1013\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    05/08/04 11:18:46 Node started with id=127765687050882
    Aug 4, 2005 11:18:48 AM com.evermind.server.ejb.EJBPackageDeployment isIIOPConfigured
    INFO: Beans associated with application default will not be available via RMI/IIOP: GenerateIIOP system property=false, enableIIOP application setting=false, server.xml configured for IIOP=false
    Aug 4, 2005 11:18:48 AM com.evermind.server.ejb.EJBPackageDeployment isIIOPConfigured
    INFO: Beans associated with application default will not be available via RMI/IIOP: GenerateIIOP system property=false, enableIIOP application setting=false, server.xml configured for IIOP=false
    05/08/04 11:18:48 done.
    05/08/04 11:18:49 Copying default deployment descriptor from archive at C:\Oracle\jdev1013\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\connectors\datasources\datasources/META-INF/oc4j-ra.xml to deployment directory C:\Oracle\jdev1013\jdev\system\oracle.j2ee.10.1.3.3.51\oc4j-config\application-deployments\current-workspace-app\datasources...
    05/08/04 11:18:49 done.
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 6562 ms.
    Target URL -- http://192.168.102.18:8989/cusweb/page_start.jsp
    05/08/04 11:18:50 Oracle Containers for J2EE 10g (10.1.3.0.0) - Developer Preview 3 initialized
    SEVERE: Could not read manifest of: /U:/nsf/development/CusWeb/public_html/WEB-INF/classes/org/nsf/cusweb/CuswebException.class (from <classpath> in U:\nsf\development\CusWeb\public_html) Caught java.util.zip.ZipException: error in opening zip file
    SEVERE: Could not read manifest of: /U:/nsf/development/CusWeb/public_html/WEB-INF/classes/org/nsf/cusweb/HttpConstants.class (from <classpath> in U:\nsf\development\CusWeb\public_html) Caught java.util.zip.ZipException: error in opening zip file
    << could not read manifest appears for all classes >>
    SEVERE: Unable to access code-source: /U:/nsf/development/CusWeb/public_html/WEB-INF/classes/org/nsf/cusweb/CuswebException.class (from <classpath> in U:\nsf\development\CusWeb\public_html). Caught java.util.zip.ZipException: error in opening zip file
    SEVERE: Unable to access code-source: /U:/nsf/development/CusWeb/public_html/WEB-INF/classes/org/nsf/cusweb/HttpConstants.class (from <classpath> in U:\nsf\development\CusWeb\public_html). Caught java.util.zip.ZipException: error in opening zip file
    << Unable to access code-source appears for all classes >>
    --------------------------------------------------------------------------------------------------------------

    I have same problem. Did you have any chance to find out what cause of it?

  • Could not find symbol 'SQLAllocConnect' for generic connectivity

    Hi,
    I am using Oracle 10gR2 64-bit on Linux 64-bit. I am trying to connect to an MSSQL box on Windows. I know that hsodbc is officially not supported on 64-bit OS.
    My connection using freetds works as well from unixODBC (verified by tsql, isql). The problem is in the next layer up - hsodbc. I copied it from a 32-bit Linux box as it was 0 bytes on 64-bit box.
    Here is what I have in initSQLGUY.ora -
    HS_FDS_CONNECT_INFO = sqltest
    HS_FDS_TRACE_LEVEL = 4
    HS_FDS_TRACE_FILE_NAME = freetds.trc
    HS_FDS_SHAREABLE_NAME = /usr/local/lib/libodbc.so
    # ODBC specific environment variables
    set ODBCINI=/usr/local/etc/odbc.ini
    set LD_LIBRARY_PATH=/usr/local/lib:/opt/oracle/product/10.2/lib32
    where sqltest is the name of my dsn. My listener.ora has -
    (SID_DESC =
    (SID_NAME = SQLGUY)
    (ORACLE_HOME = /opt/oracle/product/10.2)
    (PROGRAM = hsodbc)
    (ENVS=LD_LIBRARY_PATH=/usr/local/lib:/opt/oracle/product/10.2/lib32)
    My tnsnames.ora has -
    sqlguyid=
    (DESCRIPTION=
    (ADDRESS=(PROTOCOL=tcp)(HOST=myhost.mydomain.com)(PORT=1521))
    (CONNECT_DATA= (SID=SQLGUY))
    (HS=OK)
    with this configuration, tnsping works -
    Attempting to contact (DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=myhost.mydomain.com)(PORT=1521)) (CONNECT_DATA= (SID=SQLGUY)) (HS=OK))
    OK (0 msec)
    However my db link fails with -
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Generic Connectivity Using ODBC]DRV_InitTdp: DB_ODBC_INTERFACE (718): ; [C077]
    Could not find symbol 'SQLAllocConnect' in dynamic library
    DB_ODBC_INTERFACE (722): ; [C079] Failed to load dynamic library
    '/usr/local/lib/libodbc.so'
    ORA-02063: preceding 3 lines from SQLGUYLNK
    I am sure that others have gotten this to work in the past. I must be missing something trivial. Can anyone please point out what I need to do to get this working?
    Thanks

    You didn't explicite mention it, but I assume you are using a 32bit ODBC driver?
    The SQLAllocConnect function is built into the ODBC driver manager which is refered in your case as: /usr/local/lib/libodbc.so
    - check out this library exists and has sufficient permissins to be loaded by the Oracle user
    - check out this library is 32 bit
    - check out this library contains the SQLAllocConnect symbol

  • ERROR com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.

              Hi,
              I am trying to setup cluster environment with weblogic7.0. I have two managed
              servers in my cluster. The first one I am able start without any problem(The first
              server and admin is on the same UNIX m/c). When I am trying to start the second
              server from different m/c(this is another UNIX m/c) it is giving the following
              error. I am not using default security realm.
              If anybody come across this error before,please reply me.
              Thanks
              Venkat
              com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad
              byte.
              at com.rsa.jsafe.JA_PKCS5Padding.performUnpadding(JA_PKCS5Padding.java:111)
              at com.rsa.jsafe.JG_BlockCipher.decryptFinal(JG_BlockCipher.java:1092)
              at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:67)
              at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:93)
              at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:53)
              at weblogic.management.commo.CommoModelMBean.getAttribute(CommoModelMBean.java:319)
              at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1183)
              at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1153)
              at weblogic.management.internal.RemoteMBeanServerImpl.getAttribute(RemoteMBeanServerImpl.java:844)
              at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:330)
              at $Proxy42.getCredential(Unknown Source)
              at weblogic.security.providers.authentication.LDAPAtnDelegate.<init>(LDAPAtnDelegate.java:452)
              at weblogic.security.providers.authentication.LDAPAuthenticationProviderImpl.initialize(LDAPAuthenticationProviderImpl.java:67)
              at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
              at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:151)
              at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              at weblogic.Server.main(Server.java:32)
              --------------- nested within: ------------------
              weblogic.security.internal.encryption.EncryptionServiceException - with nested
              exception:
              [com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad
              byte.]
              at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:77)
              at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:93)
              at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:53)
              at weblogic.management.commo.CommoModelMBean.getAttribute(CommoModelMBean.java:319)
              at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1183)
              at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1153)
              at weblogic.management.internal.RemoteMBeanServerImpl.getAttribute(RemoteMBeanServerImpl.java:844)
              at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:330)
              at $Proxy42.getCredential(Unknown Source)
              at weblogic.security.providers.authentication.LDAPAtnDelegate.<init>(LDAPAtnDelegate.java:452)
              at weblogic.security.providers.authentication.LDAPAuthenticationProviderImpl.initialize(LDAPAuthenticationProviderImpl.java:67)
              at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
              at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:151)
              at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              at weblogic.Server.main(Server.java:32)
              --------------- nested within: ------------------
              javax.management.RuntimeOperationsException: RuntimeException thrown by the getAttribute
              method of the DynamicMBean for the attribute Credential
              at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1185)
              at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1153)
              at weblogic.management.internal.RemoteMBeanServerImpl.getAttribute(RemoteMBeanServerImpl.java:844)
              at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:330)
              at $Proxy42.getCredential(Unknown Source)
              at weblogic.security.providers.authentication.LDAPAtnDelegate.<init>(LDAPAtnDelegate.java:452)
              at weblogic.security.providers.authentication.LDAPAuthenticationProviderImpl.initialize(LDAPAuthenticationProviderImpl.java:67)
              at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
              at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:151)
              at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              at weblogic.Server.main(Server.java:32)
              <Dec 7, 2002 8:57:33 PM EST> <Critical> <WebLogicServer> <000364> <Server failed
              during initialization. Exception:weblogic.security.service.SecurityServiceRuntimeException:
              Problem instantiating Authentication Providerjavax.management.RuntimeOperationsException:
              RuntimeException thrown by the getAttribute method of the DynamicMBean for the
              attribute Credential
              weblogic.security.service.SecurityServiceRuntimeException: Problem instantiating
              Authentication Providerjavax.management.RuntimeOperationsException: RuntimeException
              thrown by the getAttribute method of the DynamicMBean for the attribute Credential
              at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:198)
              at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              at weblogic.Server.main(Server.java:32)
              >
              <Dec 7, 2002 8:57:33 PM EST> <Emergency> <WebLogicServer> <000342> <Unable to
              initialize the server: Fatal initialization exception
              Throwable: weblogic.security.service.SecurityServiceRuntimeException: Problem
              instantiating Authentication Providerjavax.management.RuntimeOperationsException:
              RuntimeException thrown by the getAttribute method of the DynamicMBean for the
              attribute Credential
              weblogic.security.service.SecurityServiceRuntimeException: Problem instantiating
              Authentication Providerjavax.management.RuntimeOperationsException: RuntimeException
              thrown by the getAttribute method of the DynamicMBean for the attribute Credential
              at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:198)
              at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              at weblogic.Server.main(Server.java:32)
              >
              The WebLogic Server did not start up properly.
              Exception raised:
              weblogic.security.service.SecurityServiceRuntimeException: Problem instantiating
              Authentication Providerjavax.management.RuntimeOperationsException: RuntimeException
              thrown by the getAttribute method of the DynamicMBean for the attribute Credential
              at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:198)
              at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              at weblogic.Server.main(Server.java:32)
              Reason: Fatal initialization exception
              Throwable: weblogic.security.service.SecurityServiceRuntimeException: Problem
              instantiating Authentication Providerjavax.management.RuntimeOperationsException:
              RuntimeException thrown by the getAttribute method of the DynamicMBean for the
              attribute Credential
              weblogic.security.service.SecurityServiceRuntimeException: Problem instantiating
              Authentication Providerjavax.management.RuntimeOperationsException: RuntimeException
              thrown by the getAttribute method of the DynamicMBean for the attribute Credential
              at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:198)
              at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              at weblogic.Server.main(Server.java:32)
              

    Venkat,
              I assume you are using symmetric ciphers. If soo make sure you
              generate the key for the admin server and copy that to all the managed
              servers in the cluster before you start each of the managed servers. I
              think you are generating keys for each server seperately (which might
              be the reason for the errors you got).
              Hope this helps.
              -Kiran
              "Venkat" <[email protected]> wrote in message news:<[email protected]>...
              > Hi,
              >
              > I am trying to setup cluster environment with weblogic7.0. I have two managed
              > servers in my cluster. The first one I am able start without any problem(The first
              > server and admin is on the same UNIX m/c). When I am trying to start the second
              > server from different m/c(this is another UNIX m/c) it is giving the following
              > error. I am not using default security realm.
              > If anybody come across this error before,please reply me.
              >
              > Thanks
              > Venkat
              >
              > com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad
              > byte.
              > at com.rsa.jsafe.JA_PKCS5Padding.performUnpadding(JA_PKCS5Padding.java:111)
              > at com.rsa.jsafe.JG_BlockCipher.decryptFinal(JG_BlockCipher.java:1092)
              > at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:67)
              > at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:93)
              > at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:53)
              > at weblogic.management.commo.CommoModelMBean.getAttribute(CommoModelMBean.java:319)
              > at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1183)
              > at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1153)
              > at weblogic.management.internal.RemoteMBeanServerImpl.getAttribute(RemoteMBeanServerImpl.java:844)
              > at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:330)
              > at $Proxy42.getCredential(Unknown Source)
              > at weblogic.security.providers.authentication.LDAPAtnDelegate.<init>(LDAPAtnDelegate.java:452)
              > at weblogic.security.providers.authentication.LDAPAuthenticationProviderImpl.initialize(LDAPAuthenticationProviderImpl.java:67)
              > at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
              > at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:151)
              > at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              > at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              > at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              > at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              > at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              > at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              > at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              > at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              > at weblogic.Server.main(Server.java:32)
              > --------------- nested within: ------------------
              > weblogic.security.internal.encryption.EncryptionServiceException - with nested
              > exception:
              > [com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad
              > byte.]
              > at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:77)
              > at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:93)
              > at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:53)
              > at weblogic.management.commo.CommoModelMBean.getAttribute(CommoModelMBean.java:319)
              > at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1183)
              > at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1153)
              > at weblogic.management.internal.RemoteMBeanServerImpl.getAttribute(RemoteMBeanServerImpl.java:844)
              > at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:330)
              > at $Proxy42.getCredential(Unknown Source)
              > at weblogic.security.providers.authentication.LDAPAtnDelegate.<init>(LDAPAtnDelegate.java:452)
              > at weblogic.security.providers.authentication.LDAPAuthenticationProviderImpl.initialize(LDAPAuthenticationProviderImpl.java:67)
              > at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
              > at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:151)
              > at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              > at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              > at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              > at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              > at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              > at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              > at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              > at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              > at weblogic.Server.main(Server.java:32)
              > --------------- nested within: ------------------
              > javax.management.RuntimeOperationsException: RuntimeException thrown by the getAttribute
              > method of the DynamicMBean for the attribute Credential
              > at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1185)
              > at com.sun.management.jmx.MBeanServerImpl.getAttribute(MBeanServerImpl.java:1153)
              > at weblogic.management.internal.RemoteMBeanServerImpl.getAttribute(RemoteMBeanServerImpl.java:844)
              > at weblogic.management.commo.CommoProxy.invoke(CommoProxy.java:330)
              > at $Proxy42.getCredential(Unknown Source)
              > at weblogic.security.providers.authentication.LDAPAtnDelegate.<init>(LDAPAtnDelegate.java:452)
              > at weblogic.security.providers.authentication.LDAPAuthenticationProviderImpl.initialize(LDAPAuthenticationProviderImpl.java:67)
              > at weblogic.security.service.SecurityServiceManager.createSecurityProvider(SecurityServiceManager.java:1820)
              > at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:151)
              > at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              > at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              > at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              > at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              > at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              > at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              > at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              > at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              > at weblogic.Server.main(Server.java:32)
              > <Dec 7, 2002 8:57:33 PM EST> <Critical> <WebLogicServer> <000364> <Server failed
              > during initialization. Exception:weblogic.security.service.SecurityServiceRuntimeException:
              > Problem instantiating Authentication Providerjavax.management.RuntimeOperationsException:
              > RuntimeException thrown by the getAttribute method of the DynamicMBean for the
              > attribute Credential
              > weblogic.security.service.SecurityServiceRuntimeException: Problem instantiating
              > Authentication Providerjavax.management.RuntimeOperationsException: RuntimeException
              > thrown by the getAttribute method of the DynamicMBean for the attribute Credential
              > at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:198)
              > at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              > at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              > at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              > at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              > at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              > at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              > at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              > at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              > at weblogic.Server.main(Server.java:32)
              > >
              > <Dec 7, 2002 8:57:33 PM EST> <Emergency> <WebLogicServer> <000342> <Unable to
              > initialize the server: Fatal initialization exception
              > Throwable: weblogic.security.service.SecurityServiceRuntimeException: Problem
              > instantiating Authentication Providerjavax.management.RuntimeOperationsException:
              > RuntimeException thrown by the getAttribute method of the DynamicMBean for the
              > attribute Credential
              > weblogic.security.service.SecurityServiceRuntimeException: Problem instantiating
              > Authentication Providerjavax.management.RuntimeOperationsException: RuntimeException
              > thrown by the getAttribute method of the DynamicMBean for the attribute Credential
              > at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:198)
              > at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              > at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              > at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              > at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              > at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              > at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              > at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              > at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              > at weblogic.Server.main(Server.java:32)
              > >
              > ***************************************************************************
              > The WebLogic Server did not start up properly.
              > Exception raised:
              > weblogic.security.service.SecurityServiceRuntimeException: Problem instantiating
              > Authentication Providerjavax.management.RuntimeOperationsException: RuntimeException
              > thrown by the getAttribute method of the DynamicMBean for the attribute Credential
              > at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:198)
              > at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              > at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              > at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              > at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              > at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              > at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              > at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              > at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              > at weblogic.Server.main(Server.java:32)
              > Reason: Fatal initialization exception
              > Throwable: weblogic.security.service.SecurityServiceRuntimeException: Problem
              > instantiating Authentication Providerjavax.management.RuntimeOperationsException:
              > RuntimeException thrown by the getAttribute method of the DynamicMBean for the
              > attribute Credential
              > weblogic.security.service.SecurityServiceRuntimeException: Problem instantiating
              > Authentication Providerjavax.management.RuntimeOperationsException: RuntimeException
              > thrown by the getAttribute method of the DynamicMBean for the attribute Credential
              > at weblogic.security.service.PrincipalAuthenticator.initialize(PrincipalAuthenticator.java:198)
              > at weblogic.security.service.PrincipalAuthenticator.<init>(PrincipalAuthenticator.java:248)
              > at weblogic.security.service.SecurityServiceManager.doATN(SecurityServiceManager.java:1574)
              > at weblogic.security.service.SecurityServiceManager.initializeRealm(SecurityServiceManager.java:1376)
              > at weblogic.security.service.SecurityServiceManager.loadRealm(SecurityServiceManager.java:1315)
              > at weblogic.security.service.SecurityServiceManager.initializeRealms(SecurityServiceManager.java:1432)
              > at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1157)
              > at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:697)
              > at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:589)
              > at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:277)
              > at weblogic.Server.main(Server.java:32)
              

  • Ldconfig: /usr/lib/libMonoSupportW.so is not a symbolic link

    I've noticed this error message came up after this week's general updates and wonder what is the issue?
    I can pacman -Syu fine and completed any updates, but the above message always shows up after the updates completed.

    debug: extracting /usr/lib/systemd/system/systemd-udev-trigger.service
    debug: extracting /usr/lib/systemd/system/proc-sys-fs-binfmt_misc.mount
    debug: extracting /usr/lib/systemd/system/suspend.target
    debug: extracting /usr/lib/systemd/system/runlevel2.target.wants/
    debug: extracting /usr/lib/systemd/system/[email protected]
    debug: extracting /usr/lib/systemd/system/[email protected]
    debug: extracting /usr/lib/systemd/system/runlevel6.target
    debug: extract: skipping dir extraction of usr/lib/systemd/system/multi-user.target.wants/
    debug: extracting /usr/lib/systemd/system/halt.target
    debug: extracting /usr/lib/systemd/system/multi-user.target
    debug: extracting /usr/lib/systemd/system/systemd-update-utmp-shutdown.service
    debug: extract: skipping dir extraction of usr/lib/systemd/system/sockets.target.wants/
    debug: extracting /usr/lib/systemd/system/[email protected]
    debug: extracting /usr/lib/systemd/system/systemd-quotacheck.service
    debug: extracting /usr/lib/systemd/system/systemd-user-sessions.service
    debug: extracting /usr/lib/systemd/system/systemd-modules-load.service
    debug: extracting /usr/lib/systemd/system/poweroff.target
    debug: extracting /usr/lib/systemd/system/dbus-org.freedesktop.login1.service
    debug: extracting /usr/lib/systemd/system/sys-kernel-debug.mount
    debug: extracting /usr/lib/systemd/system/runlevel1.target
    debug: extracting /usr/lib/systemd/system/printer.target
    debug: extracting /usr/lib/systemd/system/systemd-readahead-done.timer
    debug: extracting /usr/lib/systemd/system/systemd-ask-password-wall.service
    debug: extracting /usr/lib/systemd/system/systemd-halt.service
    debug: extracting /usr/lib/systemd/system/systemd-poweroff.service
    debug: extracting /usr/lib/systemd/system/systemd-readahead-replay.service
    debug: extracting /usr/lib/systemd/system/reboot.target
    debug: extracting /usr/lib/systemd/system/systemd-tmpfiles-clean.timer
    debug: extracting /usr/lib/systemd/system/systemd-udevd-control.socket
    debug: extracting /usr/lib/systemd/system/runlevel4.target.wants/
    debug: extracting /usr/lib/systemd/system/swap.target
    debug: extracting /usr/lib/systemd/system/systemd-vconsole-setup.service
    debug: extracting /usr/lib/systemd/system/systemd-journald.service
    debug: extract: skipping dir extraction of usr/lib/systemd/system/basic.target.wants/
    debug: extracting /usr/lib/systemd/system/systemd-sysctl.service
    debug: extracting /usr/lib/systemd/system/mail-transfer-agent.target
    debug: extracting /usr/lib/systemd/system/systemd-shutdownd.service
    debug: extracting /usr/lib/systemd/system/[email protected]
    debug: extracting /usr/lib/systemd/system/systemd-random-seed-save.service
    debug: extracting /usr/lib/systemd/system/runlevel1.target.wants/
    debug: extracting /usr/lib/systemd/system/nss-user-lookup.target
    debug: extracting /usr/lib/systemd/system/dbus-org.freedesktop.hostname1.service
    debug: extracting /usr/lib/systemd/system/sound.target
    debug: extracting /usr/lib/systemd/system/system-update.target
    debug: extracting /usr/lib/systemd/system/sys-fs-fuse-connections.mount
    debug: extracting /usr/lib/systemd/system/console-getty.service
    debug: extracting /usr/lib/systemd/system/basic.target
    debug: extracting /usr/lib/systemd/system/systemd-logind.service
    debug: extracting /usr/lib/systemd/system/systemd-tmpfiles-setup.service
    debug: extracting /usr/lib/systemd/system/systemd-timedated.service
    debug: extracting /usr/lib/systemd/system/local-fs.target.wants/
    debug: extracting /usr/lib/systemd/system/systemd-binfmt.service
    debug: extracting /usr/lib/systemd/system/systemd-tmpfiles-clean.service
    debug: extracting /usr/lib/systemd/system/[email protected]
    debug: extracting /usr/lib/systemd/system/local-fs-pre.target
    debug: extracting /usr/lib/systemd/system/syslog.target
    debug: extracting /usr/lib/systemd/system/rescue.target
    debug: extracting /usr/lib/systemd/system/runlevel4.target
    debug: extracting /usr/lib/systemd/system/systemd-ask-password-wall.path
    debug: extracting /usr/lib/systemd/system/systemd-initctl.service
    debug: extracting /usr/lib/systemd/system/emergency.target
    debug: extracting /usr/lib/systemd/system/default.target
    debug: extracting /usr/lib/systemd/system/runlevel5.target
    debug: extracting /usr/lib/systemd/system/ctrl-alt-del.target
    debug: extracting /usr/lib/systemd/system/shutdown.target
    debug: extracting /usr/lib/systemd/system/systemd-journald.socket
    debug: extracting /usr/lib/systemd/system/remote-fs-pre.target
    debug: extracting /usr/lib/systemd/system/tmp.mount
    debug: extracting /usr/lib/systemd/system/systemd-update-utmp-runlevel.service
    debug: extracting /usr/lib/systemd/system/console-shell.service
    debug: extracting /usr/lib/systemd/system/systemd-localed.service
    debug: extracting /usr/lib/systemd/system/systemd-initctl.socket
    debug: extracting /usr/lib/systemd/system/systemd-random-seed-load.service
    debug: extracting /usr/lib/systemd/system/systemd-readahead-drop.service
    debug: extracting /usr/lib/systemd/system/systemd-journal-flush.service
    debug: extracting /usr/lib/systemd/system/sysinit.target
    debug: extracting /usr/lib/systemd/system/umount.target
    debug: extracting /usr/lib/systemd/system/final.target
    debug: extracting /usr/lib/systemd/system/http-daemon.target
    debug: extracting /usr/lib/systemd/system/smartcard.target
    debug: extracting /usr/lib/systemd/system/debug-shell.service
    debug: extracting /usr/lib/systemd/system/time-sync.target
    debug: extracting /usr/lib/systemd/system/systemd-udev-settle.service
    debug: extracting /usr/lib/systemd/system/nss-lookup.target
    debug: extract: skipping dir extraction of usr/lib/systemd/system/sysinit.target.wants/
    debug: extracting /usr/lib/systemd/system/hibernate.target
    debug: extracting /usr/lib/systemd/system/systemd-udevd.service
    debug: extracting /usr/lib/systemd/system/sysinit.target.wants/systemd-ask-password-console.path
    debug: extracting /usr/lib/systemd/system/sysinit.target.wants/cryptsetup.target
    debug: extracting /usr/lib/systemd/system/sysinit.target.wants/dev-hugepages.mount
    debug: extracting /usr/lib/systemd/system/sysinit.target.wants/sys-kernel-config.mount
    debug: extracting /usr/lib/systemd/system/sysinit.target.wants/dev-mqueue.mount
    debug: extracting /usr/lib/systemd/system/sysinit.target.wants/proc-sys-fs-binfmt_misc.automount
    debug: extracting /usr/lib/systemd/system/sysinit.target.wants/systemd-udev-trigger.service
    debug: extracting /usr/lib/systemd/system/sysinit.target.wants/systemd-modules-load.service
    debug: extracting /usr/lib/systemd/system/sysinit.target.wants/sys-kernel-debug.mount
    debug: extracting /usr/lib/systemd/system/sysinit.target.wants/systemd-vconsole-setup.service
    debug: extracting /usr/lib/systemd/system/sysinit.target.wants/systemd-journald.service
    debug: extracting /usr/lib/systemd/system/sysinit.target.wants/systemd-sysctl.service
    debug: extracting /usr/lib/systemd/system/sysinit.target.wants/sys-fs-fuse-connections.mount
    debug: extracting /usr/lib/systemd/system/sysinit.target.wants/systemd-tmpfiles-setup.service
    debug: extracting /usr/lib/systemd/system/sysinit.target.wants/systemd-binfmt.service
    debug: extracting /usr/lib/systemd/system/sysinit.target.wants/systemd-random-seed-load.service
    debug: extracting /usr/lib/systemd/system/sysinit.target.wants/systemd-journal-flush.service
    debug: extracting /usr/lib/systemd/system/sysinit.target.wants/systemd-udevd.service
    debug: extracting /usr/lib/systemd/system/local-fs.target.wants/systemd-fsck-root.service
    debug: extracting /usr/lib/systemd/system/local-fs.target.wants/systemd-remount-fs.service
    debug: extracting /usr/lib/systemd/system/local-fs.target.wants/tmp.mount
    debug: extracting /usr/lib/systemd/system/runlevel1.target.wants/systemd-update-utmp-runlevel.service
    debug: extracting /usr/lib/systemd/system/basic.target.wants/systemd-tmpfiles-clean.timer
    debug: extracting /usr/lib/systemd/system/runlevel4.target.wants/systemd-update-utmp-runlevel.service
    debug: extracting /usr/lib/systemd/system/sockets.target.wants/systemd-udevd-kernel.socket
    debug: extracting /usr/lib/systemd/system/sockets.target.wants/systemd-shutdownd.socket
    debug: extracting /usr/lib/systemd/system/sockets.target.wants/systemd-udevd-control.socket
    debug: extracting /usr/lib/systemd/system/sockets.target.wants/systemd-journald.socket
    debug: extracting /usr/lib/systemd/system/sockets.target.wants/systemd-initctl.socket
    debug: extracting /usr/lib/systemd/system/multi-user.target.wants/getty.target
    debug: extracting /usr/lib/systemd/system/multi-user.target.wants/systemd-user-sessions.service
    debug: extracting /usr/lib/systemd/system/multi-user.target.wants/systemd-logind.service
    debug: extracting /usr/lib/systemd/system/multi-user.target.wants/systemd-ask-password-wall.path
    debug: extracting /usr/lib/systemd/system/runlevel2.target.wants/systemd-update-utmp-runlevel.service
    debug: extracting /usr/lib/systemd/system/runlevel3.target.wants/systemd-update-utmp-runlevel.service
    debug: extracting /usr/lib/systemd/system/runlevel5.target.wants/systemd-update-utmp-runlevel.service
    debug: extracting /usr/lib/systemd/system/shutdown.target.wants/systemd-update-utmp-shutdown.service
    debug: extracting /usr/lib/systemd/system/shutdown.target.wants/systemd-random-seed-save.service
    debug: extracting /usr/lib/systemd/system-generators/systemd-cryptsetup-generator
    debug: extracting /usr/lib/systemd/system-generators/systemd-system-update-generator
    debug: extracting /usr/lib/systemd/system-generators/systemd-fstab-generator
    debug: extracting /usr/lib/systemd/system-generators/systemd-getty-generator
    debug: extracting /usr/lib/systemd/user/sockets.target
    debug: extracting /usr/lib/systemd/user/bluetooth.target
    debug: extracting /usr/lib/systemd/user/systemd-exit.service
    debug: extracting /usr/lib/systemd/user/printer.target
    debug: extracting /usr/lib/systemd/user/exit.target
    debug: extracting /usr/lib/systemd/user/sound.target
    debug: extracting /usr/lib/systemd/user/default.target
    debug: extracting /usr/lib/systemd/user/shutdown.target
    debug: extracting /usr/lib/tmpfiles.d/x11.conf
    debug: extracting /usr/lib/tmpfiles.d/systemd.conf
    debug: extracting /usr/lib/tmpfiles.d/legacy.conf
    debug: extracting /usr/lib/tmpfiles.d/tmp.conf
    debug: extracting /usr/lib/tmpfiles.d/console.conf
    debug: extracting /usr/lib/security/pam_systemd.so
    debug: extract: skipping dir extraction of usr/lib/initcpio/hooks/
    debug: extract: skipping dir extraction of usr/lib/initcpio/install/
    debug: extracting /usr/lib/initcpio/install/timestamp
    debug: extracting /usr/lib/initcpio/install/udev
    debug: extracting /usr/lib/initcpio/hooks/udev
    debug: extract: skipping dir extraction of var/
    debug: extract: skipping dir extraction of var/lib/
    debug: extracting /var/lib/systemd/
    debug: updating database
    debug: adding database entry 'systemd'
    debug: writing systemd-192-1 DESC information back to db
    debug: writing systemd-192-1 FILES information back to db
    debug: adding entry 'systemd' in 'local' cache
    debug: executing ". /tmp/alpm_RvH59t/.INSTALL; post_upgrade 192-1 189-4"
    debug: executing "/bin/sh" under chroot "/"
    debug: call to waitpid succeeded
    New optional dependencies for systemd
    quota-tools: kernel-level quota management
    upgrading xkeyboard-config...
    debug: upgrading package xkeyboard-config-2.7-1
    debug: removing old package first (xkeyboard-config-2.6-1)
    debug: removing 426 files
    debug: keeping directory /var/lib/xkb/ (contains files)
    debug: keeping directory /var/lib/ (contains files)
    debug: keeping directory /var/ (contains files)
    debug: unlinking /usr/share/pkgconfig/xkeyboard-config.pc
    debug: keeping directory /usr/share/pkgconfig/ (contains files)
    debug: unlinking /usr/share/locale/zh_TW/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/zh_TW/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/zh_TW/ (contains files)
    debug: unlinking /usr/share/locale/zh_CN/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/zh_CN/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/zh_CN/ (contains files)
    debug: unlinking /usr/share/locale/vi/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/vi/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/vi/ (contains files)
    debug: unlinking /usr/share/locale/uk/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/uk/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/uk/ (contains files)
    debug: unlinking /usr/share/locale/tr/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/tr/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/tr/ (contains files)
    debug: unlinking /usr/share/locale/sv/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/sv/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/sv/ (contains files)
    debug: unlinking /usr/share/locale/sr/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/sr/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/sr/ (contains files)
    debug: unlinking /usr/share/locale/sq/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/sq/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/sq/ (contains files)
    debug: unlinking /usr/share/locale/sl/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/sl/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/sl/ (contains files)
    debug: unlinking /usr/share/locale/sk/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/sk/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/sk/ (contains files)
    debug: unlinking /usr/share/locale/rw/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/rw/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/rw/ (contains files)
    debug: unlinking /usr/share/locale/ru/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/ru/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/ru/ (contains files)
    debug: unlinking /usr/share/locale/ro/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/ro/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/ro/ (contains files)
    debug: unlinking /usr/share/locale/pl/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/pl/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/pl/ (contains files)
    debug: unlinking /usr/share/locale/nl/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/nl/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/nl/ (contains files)
    debug: unlinking /usr/share/locale/nb/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/nb/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/nb/ (contains files)
    debug: unlinking /usr/share/locale/lt/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/lt/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/lt/ (contains files)
    debug: unlinking /usr/share/locale/ky/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/ky/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/ky/ (contains files)
    debug: unlinking /usr/share/locale/ko/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/ko/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/ko/ (contains files)
    debug: unlinking /usr/share/locale/ka/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/ka/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/ka/ (contains files)
    debug: unlinking /usr/share/locale/ja/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/ja/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/ja/ (contains files)
    debug: unlinking /usr/share/locale/it/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/it/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/it/ (contains files)
    debug: unlinking /usr/share/locale/id/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/id/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/id/ (contains files)
    debug: unlinking /usr/share/locale/hu/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/hu/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/hu/ (contains files)
    debug: unlinking /usr/share/locale/gl/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/gl/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/gl/ (contains files)
    debug: unlinking /usr/share/locale/fr/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/fr/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/fr/ (contains files)
    debug: unlinking /usr/share/locale/fi/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/fi/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/fi/ (contains files)
    debug: unlinking /usr/share/locale/es/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/es/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/es/ (contains files)
    debug: unlinking /usr/share/locale/eo/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/eo/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/eo/ (contains files)
    debug: unlinking /usr/share/locale/en_GB/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/en_GB/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/en_GB/ (contains files)
    debug: unlinking /usr/share/locale/el/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/el/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/el/ (contains files)
    debug: unlinking /usr/share/locale/de/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/de/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/de/ (contains files)
    debug: unlinking /usr/share/locale/da/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/da/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/da/ (contains files)
    debug: unlinking /usr/share/locale/cs/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/cs/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/cs/ (contains files)
    debug: unlinking /usr/share/locale/crh/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/crh/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/crh/ (contains files)
    debug: unlinking /usr/share/locale/ca/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/ca/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/ca/ (contains files)
    debug: unlinking /usr/share/locale/bg/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/bg/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/bg/ (contains files)
    debug: unlinking /usr/share/locale/az/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/az/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/az/ (contains files)
    debug: unlinking /usr/share/locale/af/LC_MESSAGES/xkeyboard-config.mo
    debug: keeping directory /usr/share/locale/af/LC_MESSAGES/ (contains files)
    debug: keeping directory /usr/share/locale/af/ (contains files)
    debug: keeping directory /usr/share/locale/ (contains files)
    debug: unlinking /usr/share/licenses/xkeyboard-config/COPYING
    debug: removed directory /usr/share/licenses/xkeyboard-config/ (no remaining owners)
    debug: keeping directory /usr/share/licenses/ (contains files)
    debug: unlinking /usr/share/X11/xkb/types/pc
    debug: unlinking /usr/share/X11/xkb/types/numpad
    debug: unlinking /usr/share/X11/xkb/types/nokia
    debug: unlinking /usr/share/X11/xkb/types/mousekeys
    debug: unlinking /usr/share/X11/xkb/types/level5
    debug: unlinking /usr/share/X11/xkb/types/iso9995
    debug: unlinking /usr/share/X11/xkb/types/extra
    debug: unlinking /usr/share/X11/xkb/types/default
    debug: unlinking /usr/share/X11/xkb/types/complete
    debug: unlinking /usr/share/X11/xkb/types/caps
    debug: unlinking /usr/share/X11/xkb/types/cancel
    debug: unlinking /usr/share/X11/xkb/types/basic
    debug: unlinking /usr/share/X11/xkb/types/README
    debug: removed directory /usr/share/X11/xkb/types/ (no remaining owners)
    debug: unlinking /usr/share/X11/xkb/types.dir
    debug: unlinking /usr/share/X11/xkb/symbols/za
    debug: unlinking /usr/share/X11/xkb/symbols/xfree68_vndr/ataritt
    debug: unlinking /usr/share/X11/xkb/symbols/xfree68_vndr/amiga
    debug: removed directory /usr/share/X11/xkb/symbols/xfree68_vndr/ (no remaining owners)
    debug: unlinking /usr/share/X11/xkb/symbols/vn
    debug: unlinking /usr/share/X11/xkb/symbols/uz
    debug: unlinking /usr/share/X11/xkb/symbols/us
    debug: unlinking /usr/share/X11/xkb/symbols/ua
    debug: unlinking /usr/share/X11/xkb/symbols/tz
    debug: unlinking /usr/share/X11/xkb/symbols/typo
    debug: unlinking /usr/share/X11/xkb/symbols/tw
    debug: unlinking /usr/share/X11/xkb/symbols/tr
    debug: unlinking /usr/share/X11/xkb/symbols/tm
    debug: unlinking /usr/share/X11/xkb/symbols/tj
    debug: unlinking /usr/share/X11/xkb/symbols/th
    debug: unlinking /usr/share/X11/xkb/symbols/terminate
    debug: unlinking /usr/share/X11/xkb/symbols/sy
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/us
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/ua
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/tw
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/tuv
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/tr
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/solaris
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/sk
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/se
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/ru
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/ro
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/pt
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/pl
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/no
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/nl
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/lv
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/lt
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/kr
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/jp
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/it
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/gr
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/gb
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/fr
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/fi
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/es
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/ee
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/dk
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/de
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/cz
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/ch
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/ca
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/br
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/be
    debug: unlinking /usr/share/X11/xkb/symbols/sun_vndr/ara
    debug: removed directory /usr/share/X11/xkb/symbols/sun_vndr/ (no remaining owners)
    debug: unlinking /usr/share/X11/xkb/symbols/srvr_ctrl
    debug: unlinking /usr/share/X11/xkb/symbols/sony_vndr/us
    debug: removed directory /usr/share/X11/xkb/symbols/sony_vndr/ (no remaining owners)
    debug: unlinking /usr/share/X11/xkb/symbols/sn
    debug: unlinking /usr/share/X11/xkb/symbols/sk
    debug: unlinking /usr/share/X11/xkb/symbols/si
    debug: unlinking /usr/share/X11/xkb/symbols/shift
    debug: unlinking /usr/share/X11/xkb/symbols/sgi_vndr/jp
    debug: removed directory /usr/share/X11/xkb/symbols/sgi_vndr/ (no remaining owners)
    debug: unlinking /usr/share/X11/xkb/symbols/se
    debug: unlinking /usr/share/X11/xkb/symbols/rupeesign
    debug: unlinking /usr/share/X11/xkb/symbols/ru
    debug: unlinking /usr/share/X11/xkb/symbols/rs
    debug: unlinking /usr/share/X11/xkb/symbols/ro
    debug: unlinking /usr/share/X11/xkb/symbols/pt
    debug: unlinking /usr/share/X11/xkb/symbols/pl
    debug: unlinking /usr/share/X11/xkb/symbols/pk
    debug: unlinking /usr/share/X11/xkb/symbols/ph
    debug: unlinking /usr/share/X11/xkb/symbols/pc
    debug: unlinking /usr/share/X11/xkb/symbols/olpc
    debug: unlinking /usr/share/X11/xkb/symbols/np
    debug: unlinking /usr/share/X11/xkb/symbols/nokia_vndr/su-8w
    debug: unlinking /usr/share/X11/xkb/symbols/nokia_vndr/rx-51
    debug: unlinking /usr/share/X11/xkb/symbols/nokia_vndr/rx-44
    debug: removed directory /usr/share/X11/xkb/symbols/nokia_vndr/ (no remaining owners)
    debug: unlinking /usr/share/X11/xkb/symbols/no
    debug: unlinking /usr/share/X11/xkb/symbols/nl
    debug: unlinking /usr/share/X11/xkb/symbols/ng
    debug: unlinking /usr/share/X11/xkb/symbols/nec_vndr/jp
    debug: removed directory /usr/share/X11/xkb/symbols/nec_vndr/ (no remaining owners)
    debug: unlinking /usr/share/X11/xkb/symbols/nbsp
    debug: unlinking /usr/share/X11/xkb/symbols/mv
    debug: unlinking /usr/share/X11/xkb/symbols/mt
    debug: unlinking /usr/share/X11/xkb/symbols/mn
    debug: unlinking /usr/share/X11/xkb/symbols/mm
    debug: unlinking /usr/share/X11/xkb/symbols/ml
    debug: unlinking /usr/share/X11/xkb/symbols/mk
    debug: unlinking /usr/share/X11/xkb/symbols/me
    debug: unlinking /usr/share/X11/xkb/symbols/mao
    debug: unlinking /usr/share/X11/xkb/symbols/macintosh_vndr/us
    debug: unlinking /usr/share/X11/xkb/symbols/macintosh_vndr/se
    debug: unlinking /usr/share/X11/xkb/symbols/macintosh_vndr/pt
    debug: unlinking /usr/share/X11/xkb/symbols/macintosh_vndr/no
    debug: unlinking /usr/share/X11/xkb/symbols/macintosh_vndr/nl
    debug: unlinking /usr/share/X11/xkb/symbols/macintosh_vndr/latam
    debug: unlinking /usr/share/X11/xkb/symbols/macintosh_vndr/jp
    debug: unlinking /usr/share/X11/xkb/symbols/macintosh_vndr/it
    debug: unlinking /usr/share/X11/xkb/symbols/macintosh_vndr/is
    debug: unlinking /usr/share/X11/xkb/symbols/macintosh_vndr/gb
    debug: unlinking /usr/share/X11/xkb/symbols/macintosh_vndr/fr
    debug: unlinking /usr/share/X11/xkb/symbols/macintosh_vndr/fi
    debug: unlinking /usr/share/X11/xkb/symbols/macintosh_vndr/dk
    debug: unlinking /usr/share/X11/xkb/symbols/macintosh_vndr/de
    debug: unlinking /usr/share/X11/xkb/symbols/macintosh_vndr/ch
    debug: unlinking /usr/share/X11/xkb/symbols/macintosh_vndr/apple
    debug: removed directory /usr/share/X11/xkb/symbols/macintosh_vndr/ (no remaining owners)
    debug: unlinking /usr/share/X11/xkb/symbols/ma
    debug: unlinking /usr/share/X11/xkb/symbols/lv
    debug: unlinking /usr/share/X11/xkb/symbols/lt
    debug: unlinking /usr/share/X11/xkb/symbols/lk
    debug: unlinking /usr/share/X11/xkb/symbols/level5
    debug: unlinking /usr/share/X11/xkb/symbols/level3
    debug: unlinking /usr/share/X11/xkb/symbols/latin
    debug: unlinking /usr/share/X11/xkb/symbols/latam
    debug: unlinking /usr/share/X11/xkb/symbols/la
    debug: unlinking /usr/share/X11/xkb/symbols/kz
    debug: unlinking /usr/share/X11/xkb/symbols/kr
    debug: unlinking /usr/share/X11/xkb/symbols/kpdl
    debug: unlinking /usr/share/X11/xkb/symbols/kh
    debug: unlinking /usr/share/X11/xkb/symbols/kg
    debug: unlinking /usr/share/X11/xkb/symbols/keypad
    debug: unlinking /usr/share/X11/xkb/symbols/ke
    debug: unlinking /usr/share/X11/xkb/symbols/jp
    debug: unlinking /usr/share/X11/xkb/symbols/it
    debug: unlinking /usr/share/X11/xkb/symbols/is
    debug: unlinking /usr/share/X11/xkb/symbols/ir
    debug: unlinking /usr/share/X11/xkb/symbols/iq
    debug: unlinking /usr/share/X11/xkb/symbols/inet
    debug: unlinking /usr/share/X11/xkb/symbols/in
    debug: unlinking /usr/share/X11/xkb/symbols/il
    debug: unlinking /usr/share/X11/xkb/symbols/ie
    debug: unlinking /usr/share/X11/xkb/symbols/hu
    debug: unlinking /usr/share/X11/xkb/symbols/hr
    debug: unlinking /usr/share/X11/xkb/symbols/hp_vndr/us
    debug: removed directory /usr/share/X11/xkb/symbols/hp_vndr/ (no remaining owners)
    debug: unlinking /usr/share/X11/xkb/symbols/group
    debug: unlinking /usr/share/X11/xkb/symbols/gr
    debug: unlinking /usr/share/X11/xkb/symbols/gn
    debug: unlinking /usr/share/X11/xkb/symbols/gh
    debug: unlinking /usr/share/X11/xkb/symbols/ge
    debug: unlinking /usr/share/X11/xkb/symbols/gb
    debug: unlinking /usr/share/X11/xkb/symbols/fujitsu_vndr/us
    debug: unlinking /usr/share/X11/xkb/symbols/fujitsu_vndr/jp
    debug: removed directory /usr/share/X11/xkb/symbols/fujitsu_vndr/ (no remaining owners)
    debug: unlinking /usr/share/X11/xkb/symbols/fr
    debug: unlinking /usr/share/X11/xkb/symbols/fo
    debug: unlinking /usr/share/X11/xkb/symbols/fi
    debug: unlinking /usr/share/X11/xkb/symbols/eurosign
    debug: unlinking /usr/share/X11/xkb/symbols/et
    debug: unlinking /usr/share/X11/xkb/symbols/es
    debug: unlinking /usr/share/X11/xkb/symbols/epo
    debug: unlinking /usr/share/X11/xkb/symbols/empty
    debug: unlinking /usr/share/X11/xkb/symbols/ee
    debug: unlinking /usr/share/X11/xkb/symbols/dk
    debug: unlinking /usr/share/X11/xkb/symbols/digital_vndr/vt
    debug: unlinking /usr/share/X11/xkb/symbols/digital_vndr/us
    debug: unlinking /usr/share/X11/xkb/symbols/digital_vndr/pc
    debug: unlinking /usr/share/X11/xkb/symbols/digital_vndr/lk
    debug: removed directory /usr/share/X11/xkb/symbols/digital_vndr/ (no remaining owners)
    debug: unlinking /usr/share/X11/xkb/symbols/de
    debug: unlinking /usr/share/X11/xkb/symbols/cz
    debug: unlinking /usr/share/X11/xkb/symbols/ctrl
    debug: unlinking /usr/share/X11/xkb/symbols/compose
    debug: unlinking /usr/share/X11/xkb/symbols/cn
    debug: unlinking /usr/share/X11/xkb/symbols/cm
    debug: unlinking /usr/share/X11/xkb/symbols/ch
    debug: unlinking /usr/share/X11/xkb/symbols/cd
    debug: unlinking /usr/share/X11/xkb/symbols/capslock
    debug: unlinking /usr/share/X11/xkb/symbols/ca
    debug: unlinking /usr/share/X11/xkb/symbols/by
    debug: unlinking /usr/share/X11/xkb/symbols/bw
    debug: unlinking /usr/share/X11/xkb/symbols/bt
    debug: unlinking /usr/share/X11/xkb/symbols/brai
    debug: unlinking /usr/share/X11/xkb/symbols/br
    debug: unlinking /usr/share/X11/xkb/symbols/bg
    debug: unlinking /usr/share/X11/xkb/symbols/be
    debug: unlinking /usr/share/X11/xkb/symbols/bd
    debug: unlinking /usr/share/X11/xkb/symbols/ba
    debug: unlinking /usr/share/X11/xkb/symbols/az
    debug: unlinking /usr/share/X11/xkb/symbols/at
    debug: unlinking /usr/share/X11/xkb/symbols/ara
    debug: unlinking /usr/share/X11/xkb/symbols/apl
    debug: unlinking /usr/share/X11/xkb/symbols/am
    debug: unlinking /usr/share/X11/xkb/symbols/altwin
    debug: unlinking /usr/share/X11/xkb/symbols/al
    debug: unlinking /usr/share/X11/xkb/symbols/af
    debug: unlinking /usr/share/X11/xkb/symbols/ad
    debug: removed directory /usr/share/X11/xkb/symbols/ (no remaining owners)
    debug: unlinking /usr/share/X11/xkb/symbols.dir
    debug: unlinking /usr/share/X11/xkb/rules/xorg.xml
    debug: unlinking /usr/share/X11/xkb/rules/xorg.lst
    debug: unlinking /usr/share/X11/xkb/rules/xorg
    debug: unlinking /usr/share/X11/xkb/rules/xkb.dtd
    debug: unlinking /usr/share/X11/xkb/rules/xfree98
    debug: unlinking /usr/share/X11/xkb/rules/evdev.xml
    debug: unlinking /usr/share/X11/xkb/rules/evdev.lst
    debug: unlinking /usr/share/X11/xkb/rules/evdev.extras.xml
    debug: unlinking /usr/share/X11/xkb/rules/evdev
    debug: unlinking /usr/share/X11/xkb/rules/base.xml
    debug: unlinking /usr/share/X11/xkb/rules/base.lst
    debug: unlinking /usr/share/X11/xkb/rules/base.extras.xml
    debug: unlinking /usr/share/X11/xkb/rules/base
    debug: unlinking /usr/share/X11/xkb/rules/README
    debug: removed directory /usr/share/X11/xkb/rules/ (no remaining owners)
    debug: unlinking /usr/share/X11/xkb/keycodes/xfree98
    debug: unlinking /usr/share/X11/xkb/keycodes/xfree86
    debug: unlinking /usr/share/X11/xkb/keycodes/sun
    debug: unlinking /usr/share/X11/xkb/keycodes/sony
    debug: unlinking /usr/share/X11/xkb/keycodes/sgi_vndr/iris
    debug: unlinking /usr/share/X11/xkb/keycodes/sgi_vndr/indy
    debug: unlinking /usr/share/X11/xkb/keycodes/sgi_vndr/indigo
    debug: removed directory /usr/share/X11/xkb/keycodes/sgi_vndr/ (no remaining owners)
    debug: unlinking /usr/share/X11/xkb/keycodes/macintosh
    debug: unlinking /usr/share/X11/xkb/keycodes/ibm
    debug: unlinking /usr/share/X11/xkb/keycodes/hp
    debug: unlinking /usr/share/X11/xkb/keycodes/fujitsu
    debug: unlinking /usr/share/X11/xkb/keycodes/evdev
    debug: unlinking /usr/share/X11/xkb/keycodes/empty
    debug: unlinking /usr/share/X11/xkb/keycodes/digital_vndr/pc
    debug: unlinking /usr/share/X11/xkb/keycodes/digital_vndr/lk
    debug: removed directory /usr/share/X11/xkb/keycodes/digital_vndr/ (no remaining owners)
    debug: unlinking /usr/share/X11/xkb/keycodes/ataritt
    debug: unlinking /usr/share/X11/xkb/keycodes/amiga
    debug: unlinking /usr/share/X11/xkb/keycodes/aliases
    debug: unlinking /usr/share/X11/xkb/keycodes/README
    debug: removed directory /usr/share/X11/xkb/keycodes/ (no remaining owners)
    debug: unlinking /usr/share/X11/xkb/keycodes.dir
    debug: unlinking /usr/share/X11/xkb/geometry/winbook
    debug: unlinking /usr/share/X11/xkb/geometry/typematrix
    debug: unlinking /usr/share/X11/xkb/geometry/thinkpad
    debug: unlinking /usr/share/X11/xkb/geometry/sun
    debug: unlinking /usr/share/X11/xkb/geometry/sony
    debug: unlinking /usr/share/X11/xkb/geometry/sgi_vndr/indy
    debug: unlinking /usr/share/X11/xkb/geometry/sgi_vndr/indigo
    debug: unlinking /usr/share/X11/xkb/geometry/sgi_vndr/O2
    debug: removed directory /usr/share/X11/xkb/geometry/sgi_vndr/ (no remaining owners)
    debug: unlinking /usr/share/X11/xkb/geometry/sanwa
    debug: unlinking /usr/share/X11/xkb/geometry/pc
    debug: unlinking /usr/share/X11/xkb/geometry/northgate
    debug: unlinking /usr/share/X11/xkb/geometry/nokia
    debug: unlinking /usr/share/X11/xkb/geometry/nec
    debug: unlinking /usr/share/X11/xkb/geometry/microsoft
    debug: unlinking /usr/share/X11/xkb/geometry/macintosh
    debug: unlinking /usr/share/X11/xkb/geometry/kinesis
    debug: unlinking /usr/share/X11/xkb/geometry/keytronic
    debug: unlinking /usr/share/X11/xkb/geometry/hp
    debug: unlinking /usr/share/X11/xkb/geometry/hhk
    debug: unlinking /usr/share/X11/xkb/geometry/fujitsu
    debug: unlinking /usr/share/X11/xkb/geometry/everex
    debug: unlinking /usr/share/X11/xkb/geometry/digital_vndr/unix
    debug: unlinking /usr/share/X11/xkb/geometry/digital_vndr/pc
    debug: unlinking /usr/share/X11/xkb/geometry/digital_vndr/lk
    debug: removed directory /usr/share/X11/xkb/geometry/digital_vndr/ (no remaining owners)
    debug: unlinking /usr/share/X11/xkb/geometry/dell
    debug: unlinking /usr/share/X11/xkb/geometry/chicony
    debug: unlinking /usr/share/X11/xkb/geometry/ataritt
    debug: unlinking /usr/share/X11/xkb/geometry/amiga
    debug: unlinking /usr/share/X11/xkb/geometry/README
    debug: removed directory /usr/share/X11/xkb/geometry/ (no remaining owners)
    debug: unlinking /usr/share/X11/xkb/geometry.dir
    debug: unlinking /usr/share/X11/xkb/compat/xtest
    debug: unlinking /usr/share/X11/xkb/compat/xfree86
    debug: unlinking /usr/share/X11/xkb/compat/pc98
    debug: unlinking /usr/share/X11/xkb/compat/pc
    debug: unlinking /usr/share/X11/xkb/compat/olpc
    debug: unlinking /usr/share/X11/xkb/compat/mousekeys
    debug: unlinking /usr/share/X11/xkb/compat/misc
    debug: unlinking /usr/share/X11/xkb/compat/level5
    debug: unlinking /usr/share/X11/xkb/compat/ledscroll
    debug: unlinking /usr/share/X11/xkb/compat/lednum
    debug: unlinking /usr/share/X11/xkb/compat/ledcaps
    debug: unlinking /usr/share/X11/xkb/compat/japan
    debug: unlinking /usr/share/X11/xkb/compat/iso9995
    debug: unlinking /usr/share/X11/xkb/compat/complete
    debug: unlinking /usr/share/X11/xkb/compat/caps
    debug: unlinking /usr/share/X11/xkb/compat/basic
    debug: unlinking /usr/share/X11/xkb/compat/accessx
    debug: unlinking /usr/share/X11/xkb/compat/README
    debug: removed directory /usr/share/X11/xkb/compat/ (no remaining owners)
    debug: unlinking /usr/share/X11/xkb/compat.dir
    debug: removed directory /usr/share/X11/xkb/ (no remaining owners)
    debug: keeping directory /usr/share/X11/ (contains files)
    debug: keeping directory /usr/share/ (contains files)
    debug: keeping directory /usr/ (contains files)
    debug: removing database entry 'xkeyboard-config'
    debug: removing entry 'xkeyboard-config' from 'local' cache
    debug: extracting files
    debug: archive: /var/cache/pacman/pkg/xkeyboard-config-2.7-1-any.pkg.tar.xz
    debug: skipping extraction of '.PKGINFO'
    debug: extract: skipping dir extraction of usr/
    debug: extract: skipping dir extraction of usr/share/
    debug: extract: skipping dir extraction of usr/share/X11/
    debug: extract: skipping dir extraction of usr/share/pkgconfig/
    debug: extract: skipping dir extraction of usr/share/locale/
    debug: extract: skipping dir extraction of usr/share/licenses/
    debug: extracting /usr/share/licenses/xkeyboard-config/
    debug: extracting /usr/share/licenses/xkeyboard-config/COPYING
    debug: extract: skipping dir extraction of usr/share/locale/af/
    debug: extract: skipping dir extraction of usr/share/locale/bg/
    debug: extract: skipping dir extraction of usr/share/locale/ca/
    debug: extract: skipping dir extraction of usr/share/locale/az/
    debug: extract: skipping dir extraction of usr/share/locale/da/
    debug: extract: skipping dir extraction of usr/share/locale/de/
    debug: extract: skipping dir extraction of usr/share/locale/cs/
    debug: extract: skipping dir extraction of usr/share/locale/el/
    debug: extract: skipping dir extraction of usr/share/locale/eo/
    debug: extract: skipping dir extraction of usr/share/locale/es/
    debug: extract: skipping dir extraction of usr/share/locale/fi/
    debug: extract: skipping dir extraction of usr/share/locale/fr/
    debug: extract: skipping dir extraction of usr/share/locale/gl/
    debug: extract: skipping dir extraction of usr/share/locale/id/
    debug: extract: skipping dir extraction of usr/share/locale/hu/
    debug: extract: skipping dir extraction of usr/share/locale/ja/
    debug: extract: skipping dir extraction of usr/share/locale/it/
    debug: extract: skipping dir extraction of usr/share/locale/ka/
    debug: extract: skipping dir extraction of usr/share/locale/ko/
    debug: extract: skipping dir extraction of usr/share/locale/ky/
    debug: extract: skipping dir extraction of usr/share/locale/lt/
    debug: extract: skipping dir extraction of usr/share/locale/nb/
    debug: extract: skipping dir extraction of usr/share/locale/nl/
    debug: extract: skipping dir extraction of usr/share/locale/pl/
    debug: extract: skipping dir extraction of usr/share/locale/ro/
    debug: extract: skipping dir extraction of usr/share/locale/ru/
    debug: extract: skipping dir extraction of usr/share/locale/sk/
    debug: extract: skipping dir extraction of usr/share/locale/rw/
    debug: extract: skipping dir extraction of usr/share/locale/sl/
    debug: extract: skipping dir extraction of usr/share/locale/sq/
    debug: extract: skipping dir extraction of usr/share/locale/sr/
    debug: extract: skipping dir extraction of usr/share/locale/sv/
    debug: extract: skipping dir extraction of usr/share/locale/tr/
    debug: extract: skipping dir extraction of usr/share/locale/uk/
    debug: extract: skipping dir extraction of usr/share/locale/vi/
    debug: extract: skipping dir extraction of usr/share/locale/crh/
    debug: extract: skipping dir extraction of usr/share/locale/en_GB/
    debug: extract: skipping dir extraction of usr/share/locale/zh_CN/
    debug: extract: skipping dir extraction of usr/share/locale/zh_TW/
    debug: extract: skipping dir extraction of usr/share/locale/zh_TW/LC_MESSAGES/
    debug: extracting /usr/share/locale/zh_TW/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/zh_CN/LC_MESSAGES/
    debug: extracting /usr/share/locale/zh_CN/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/en_GB/LC_MESSAGES/
    debug: extracting /usr/share/locale/en_GB/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/crh/LC_MESSAGES/
    debug: extracting /usr/share/locale/crh/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/vi/LC_MESSAGES/
    debug: extracting /usr/share/locale/vi/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/uk/LC_MESSAGES/
    debug: extracting /usr/share/locale/uk/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/tr/LC_MESSAGES/
    debug: extracting /usr/share/locale/tr/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/sv/LC_MESSAGES/
    debug: extracting /usr/share/locale/sv/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/sr/LC_MESSAGES/
    debug: extracting /usr/share/locale/sr/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/sq/LC_MESSAGES/
    debug: extracting /usr/share/locale/sq/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/sl/LC_MESSAGES/
    debug: extracting /usr/share/locale/sl/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/rw/LC_MESSAGES/
    debug: extracting /usr/share/locale/rw/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/sk/LC_MESSAGES/
    debug: extracting /usr/share/locale/sk/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/ru/LC_MESSAGES/
    debug: extracting /usr/share/locale/ru/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/ro/LC_MESSAGES/
    debug: extracting /usr/share/locale/ro/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/pl/LC_MESSAGES/
    debug: extracting /usr/share/locale/pl/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/nl/LC_MESSAGES/
    debug: extracting /usr/share/locale/nl/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/nb/LC_MESSAGES/
    debug: extracting /usr/share/locale/nb/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/lt/LC_MESSAGES/
    debug: extracting /usr/share/locale/lt/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/ky/LC_MESSAGES/
    debug: extracting /usr/share/locale/ky/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/ko/LC_MESSAGES/
    debug: extracting /usr/share/locale/ko/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/ka/LC_MESSAGES/
    debug: extracting /usr/share/locale/ka/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/it/LC_MESSAGES/
    debug: extracting /usr/share/locale/it/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/ja/LC_MESSAGES/
    debug: extracting /usr/share/locale/ja/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/hu/LC_MESSAGES/
    debug: extracting /usr/share/locale/hu/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/id/LC_MESSAGES/
    debug: extracting /usr/share/locale/id/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/gl/LC_MESSAGES/
    debug: extracting /usr/share/locale/gl/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/fr/LC_MESSAGES/
    debug: extracting /usr/share/locale/fr/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/fi/LC_MESSAGES/
    debug: extracting /usr/share/locale/fi/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/es/LC_MESSAGES/
    debug: extracting /usr/share/locale/es/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/eo/LC_MESSAGES/
    debug: extracting /usr/share/locale/eo/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/el/LC_MESSAGES/
    debug: extracting /usr/share/locale/el/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/cs/LC_MESSAGES/
    debug: extracting /usr/share/locale/cs/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/de/LC_MESSAGES/
    debug: extracting /usr/share/locale/de/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/da/LC_MESSAGES/
    debug: extracting /usr/share/locale/da/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/az/LC_MESSAGES/
    debug: extracting /usr/share/locale/az/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/ca/LC_MESSAGES/
    debug: extracting /usr/share/locale/ca/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/bg/LC_MESSAGES/
    debug: extracting /usr/share/locale/bg/LC_MESSAGES/xkeyboard-config.mo
    debug: extract: skipping dir extraction of usr/share/locale/af/LC_MESSAGES/
    debug: extracting /usr/share/locale/af/LC_MESSAGES/xkeyboard-config.mo
    debug: extracting /usr/share/pkgconfig/xkeyboard-config.pc
    debug: extracting /usr/share/X11/xkb/
    debug: extracting /usr/share/X11/xkb/rules/
    debug: extracting /usr/share/X11/xkb/types/
    debug: extracting /usr/share/X11/xkb/geometry/
    debug: extracting /usr/share/X11/xkb/compat/
    debug: extracting /usr/share/X11/xkb/symbols/
    debug: extracting /usr/share/X11/xkb/keycodes/
    debug: extracting /usr/share/X11/xkb/keycodes/hp
    debug: extracting /usr/share/X11/xkb/keycodes/ibm
    debug: extracting /usr/share/X11/xkb/keycodes/sun
    debug: extracting /usr/share/X11/xkb/keycodes/sony
    debug: extracting /usr/share/X11/xkb/keycodes/amiga
    debug: extracting /usr/share/X11/xkb/keycodes/empty
    debug: extracting /usr/share/X11/xkb/keycodes/evdev
    debug: extracting /usr/share/X11/xkb/keycodes/README
    debug: extracting /usr/share/X11/xkb/keycodes/fujitsu
    debug: extracting /usr/share/X11/xkb/keycodes/digital_vndr/
    debug: extracting /usr/share/X11/xkb/keycodes/aliases
    debug: extracting /usr/share/X11/xkb/keycodes/ataritt
    debug: extracting /usr/share/X11/xkb/keycodes/sgi_vndr/
    debug: extracting /usr/share/X11/xkb/keycodes/xfree86
    debug: extracting /usr/share/X11/xkb/keycodes/xfree98
    debug: extracting /usr/share/X11/xkb/keycodes/macintosh
    debug: extracting /usr/share/X11/xkb/keycodes/sgi_vndr/indy
    debug: extracting /usr/share/X11/xkb/keycodes/sgi_vndr/iris
    debug: extracting /usr/share/X11/xkb/keycodes/sgi_vndr/indigo
    debug: extracting /usr/share/X11/xkb/keycodes/digital_vndr/lk
    debug: extracting /usr/share/X11/xkb/keycodes/digital_vndr/pc
    debug: extracting /usr/share/X11/xkb/symbols/ad
    debug: extracting /usr/share/X11/xkb/symbols/af
    debug: extracting /usr/share/X11/xkb/symbols/al
    debug: extracting /usr/share/X11/xkb/symbols/ba
    debug: extracting /usr/share/X11/xkb/symbols/am
    debug: extracting /usr/share/X11/xkb/symbols/bd
    debug: extracting /usr/share/X11/xkb/symbols/be
    debug: extracting /usr/share/X11/xkb/symbols/bg
    debug: extracting /usr/share/X11/xkb/symbols/at
    debug: extracting /usr/share/X11/xkb/symbols/ca
    debug: extracting /usr/share/X11/xkb/symbols/az
    debug: extracting /usr/share/X11/xkb/symbols/cd
    debug: extracting /usr/share/X11/xkb/symbols/br
    debug: extracting /usr/share/X11/xkb/symbols/ch
    debug: extracting /usr/share/X11/xkb/symbols/bt
    debug: extracting /usr/share/X11/xkb/symbols/bw
    debug: extracting /usr/share/X11/xkb/symbols/cm
    debug: extracting /usr/share/X11/xkb/symbols/by
    debug: extracting /usr/share/X11/xkb/symbols/cn
    debug: extracting /usr/share/X11/xkb/symbols/de
    debug: extracting /usr/share/X11/xkb/symbols/dk
    debug: extracting /usr/share/X11/xkb/symbols/cz
    debug: extracting /usr/share/X11/xkb/symbols/ee
    debug: extracting /usr/share/X11/xkb/symbols/es
    debug: extracting /usr/share/X11/xkb/symbols/et
    debug: extracting /usr/share/X11/xkb/symbols/fi
    debug: extracting /usr/share/X11/xkb/symbols/gb
    debug: extracting /usr/share/X11/xkb/symbols/fo
    debug: extracting /usr/share/X11/xkb/symbols/ge
    debug: extracting /usr/share/X11/xkb/symbols/fr
    debug: extracting /usr/share/X11/xkb/symbols/gh
    debug: extracting /usr/share/X11/xkb/symbols/gn
    debug: extracting /usr/share/X11/xkb/symbols/gr
    debug: extracting /usr/share/X11/xkb/symbols/ie
    debug: extracting /usr/share/X11/xkb/symbols/hr
    debug: extracting /usr/share/X11/xkb/symbols/hu
    debug: extracting /usr/share/X11/xkb/symbols/il
    debug: extracting /usr/share/X11/xkb/symbols/in
    debug: extracting /usr/share/X11/xkb/symbols/iq
    debug: extracting /usr/share/X11/xkb/symbols/ir
    debug: extracting /usr/share/X11/xkb/symbols/is
    debug: extracting /usr/share/X11/xkb/symbols/it
    debug: extracting /usr/share/X11/xkb/symbols/jp
    debug: extracting /usr/share/X11/xkb/symbols/ke
    debug: extracting /usr/share/X11/xkb/symbols/kg
    debug: extracting /usr/share/X11/xkb/symbols/kh
    debug: extracting /usr/share/X11/xkb/symbols/la
    debug: extracting /usr/share/X11/xkb/symbols/kr
    debug: extracting /usr/share/X11/xkb/symbols/lk
    debug: extracting /usr/share/X11/xkb/symbols/ma
    debug: extracting /usr/share/X11/xkb/symbols/kz
    debug: extracting /usr/share/X11/xkb/symbols/md
    debug: extracting /usr/share/X11/xkb/symbols/me
    debug: extracting /usr/share/X11/xkb/symbols/lt
    debug: extracting /usr/share/X11/xkb/symbols/mk
    debug: extracting /usr/share/X11/xkb/symbols/lv
    debug: extracting /usr/share/X11/xkb/symbols/ml
    debug: extracting /usr/share/X11/xkb/symbols/mm
    debug: extracting /usr/share/X11/xkb/symbols/mn
    debug: extracting /usr/share/X11/xkb/symbols/ng
    debug: extracting /usr/share/X11/xkb/symbols/mt
    debug: extracting /usr/share/X11/xkb/symbols/mv
    debug: extracting /usr/share/X11/xkb/symbols/nl
    debug: extracting /usr/share/X11/xkb/symbols/no
    debug: extracting /usr/share/X11/xkb/symbols/np
    debug: extracting /usr/share/X11/xkb/symbols/pc
    debug: extracting /usr/share/X11/xkb/symbols/ph
    debug: extracting /usr/share/X11/xkb/symbols/pk
    debug: extracting /usr/share/X11/xkb/symbols/pl
    debug: extracting /usr/share/X11/xkb/symbols/pt
    debug: extracting /usr/share/X11/xkb/symbols/ro
    debug: extracting /usr/share/X11/xkb/symbols/se
    debug: extracting /usr/share/X11/xkb/symbols/rs
    debug: extracting /usr/share/X11/xkb/symbols/si
    debug: extracting /usr/share/X11/xkb/symbols/ru
    debug: extracting /usr/share/X11/xkb/symbols/sk
    debug: extracting /usr/share/X11/xkb/symbols/sn
    debug: extracting /usr/share/X11/xkb/symbols/th
    debug: extracting /usr/share/X11/xkb/symbols/tj
    debug: extracting /usr/share/X11/xkb/symbols/ua
    debug: extracting /usr/share/X11/xkb/symbols/tm
    debug: extracting /usr/share/X11/xkb/symbols/sy
    debug: extracting /usr/share/X11/xkb/symbols/tr
    debug: extracting /usr/share/X11/xkb/symbols/tw
    debug: extracting /usr/share/X11/xkb/symbols/tz
    debug: extracting /usr/share/X11/xkb/symbols/us
    debug: extracting /usr/share/X11/xkb/symbols/vn
    debug: extracting /usr/share/X11/xkb/symbols/uz
    debug: extracting /usr/share/X11/xkb/symbols/za
    debug: extracting /usr/share/X11/xkb/symbols/apl
    debug: extracting /usr/share/X11/xkb/symbols/ara
    debug: extracting /usr/share/X11/xkb/symbols/epo
    debug: extracting /usr/share/X11/xkb/symbols/mao
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/
    debug: extracting /usr/share/X11/xkb/symbols/brai
    debug: extracting /usr/share/X11/xkb/symbols/ctrl
    debug: extracting /usr/share/X11/xkb/symbols/inet
    debug: extracting /usr/share/X11/xkb/symbols/kpdl
    debug: extracting /usr/share/X11/xkb/symbols/nbsp
    debug: extracting /usr/share/X11/xkb/symbols/olpc
    debug: extracting /usr/share/X11/xkb/symbols/typo
    debug: extracting /usr/share/X11/xkb/symbols/compose
    debug: extracting /usr/share/X11/xkb/symbols/fujitsu_vndr/
    debug: extracting /usr/share/X11/xkb/symbols/empty
    debug: extracting /usr/share/X11/xkb/symbols/group
    debug: extracting /usr/share/X11/xkb/symbols/latam
    debug: extracting /usr/share/X11/xkb/symbols/latin
    debug: extracting /usr/share/X11/xkb/symbols/shift
    debug: extracting /usr/share/X11/xkb/symbols/macintosh_vndr/
    debug: extracting /usr/share/X11/xkb/symbols/altwin
    debug: extracting /usr/share/X11/xkb/symbols/nec_vndr/
    debug: extracting /usr/share/X11/xkb/symbols/capslock
    debug: extracting /usr/share/X11/xkb/symbols/keypad
    debug: extracting /usr/share/X11/xkb/symbols/level3
    debug: extracting /usr/share/X11/xkb/symbols/level5
    debug: extracting /usr/share/X11/xkb/symbols/sharp_vndr/
    debug: extracting /usr/share/X11/xkb/symbols/eurosign
    debug: extracting /usr/share/X11/xkb/symbols/srvr_ctrl
    debug: extracting /usr/share/X11/xkb/symbols/digital_vndr/
    debug: extracting /usr/share/X11/xkb/symbols/sony_vndr/
    debug: extracting /usr/share/X11/xkb/symbols/xfree68_vndr/
    debug: extracting /usr/share/X11/xkb/symbols/terminate
    debug: extracting /usr/share/X11/xkb/symbols/nokia_vndr/
    debug: extracting /usr/share/X11/xkb/symbols/hp_vndr/
    debug: extracting /usr/share/X11/xkb/symbols/rupeesign
    debug: extracting /usr/share/X11/xkb/symbols/sgi_vndr/
    debug: extracting /usr/share/X11/xkb/symbols/sgi_vndr/jp
    debug: extracting /usr/share/X11/xkb/symbols/hp_vndr/us
    debug: extracting /usr/share/X11/xkb/symbols/nokia_vndr/rx-44
    debug: extracting /usr/share/X11/xkb/symbols/nokia_vndr/rx-51
    debug: extracting /usr/share/X11/xkb/symbols/nokia_vndr/su-8w
    debug: extracting /usr/share/X11/xkb/symbols/xfree68_vndr/amiga
    debug: extracting /usr/share/X11/xkb/symbols/xfree68_vndr/ataritt
    debug: extracting /usr/share/X11/xkb/symbols/sony_vndr/us
    debug: extracting /usr/share/X11/xkb/symbols/digital_vndr/lk
    debug: extracting /usr/share/X11/xkb/symbols/digital_vndr/pc
    debug: extracting /usr/share/X11/xkb/symbols/digital_vndr/us
    debug: extracting /usr/share/X11/xkb/symbols/digital_vndr/vt
    debug: extracting /usr/share/X11/xkb/symbols/sharp_vndr/sl-c3x00
    debug: extracting /usr/share/X11/xkb/symbols/sharp_vndr/ws003sh
    debug: extracting /usr/share/X11/xkb/symbols/sharp_vndr/ws007sh
    debug: extracting /usr/share/X11/xkb/symbols/sharp_vndr/ws011sh
    debug: extracting /usr/share/X11/xkb/symbols/sharp_vndr/ws020sh
    debug: extracting /usr/share/X11/xkb/symbols/nec_vndr/jp
    debug: extracting /usr/share/X11/xkb/symbols/macintosh_vndr/ch
    debug: extracting /usr/share/X11/xkb/symbols/macintosh_vndr/de
    debug: extracting /usr/share/X11/xkb/symbols/macintosh_vndr/dk
    debug: extracting /usr/share/X11/xkb/symbols/macintosh_vndr/fi
    debug: extracting /usr/share/X11/xkb/symbols/macintosh_vndr/gb
    debug: extracting /usr/share/X11/xkb/symbols/macintosh_vndr/fr
    debug: extracting /usr/share/X11/xkb/symbols/macintosh_vndr/is
    debug: extracting /usr/share/X11/xkb/symbols/macintosh_vndr/it
    debug: extracting /usr/share/X11/xkb/symbols/macintosh_vndr/jp
    debug: extracting /usr/share/X11/xkb/symbols/macintosh_vndr/nl
    debug: extracting /usr/share/X11/xkb/symbols/macintosh_vndr/no
    debug: extracting /usr/share/X11/xkb/symbols/macintosh_vndr/pt
    debug: extracting /usr/share/X11/xkb/symbols/macintosh_vndr/se
    debug: extracting /usr/share/X11/xkb/symbols/macintosh_vndr/us
    debug: extracting /usr/share/X11/xkb/symbols/macintosh_vndr/apple
    debug: extracting /usr/share/X11/xkb/symbols/macintosh_vndr/latam
    debug: extracting /usr/share/X11/xkb/symbols/fujitsu_vndr/jp
    debug: extracting /usr/share/X11/xkb/symbols/fujitsu_vndr/us
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/be
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/ca
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/br
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/ch
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/de
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/dk
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/cz
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/ee
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/es
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/fi
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/gb
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/fr
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/gr
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/it
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/jp
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/kr
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/lt
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/lv
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/nl
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/no
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/pl
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/pt
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/ro
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/se
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/ru
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/sk
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/ua
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/tr
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/tw
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/us
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/ara
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/tuv
    debug: extracting /usr/share/X11/xkb/symbols/sun_vndr/solaris
    debug: extracting /usr/share/X11/xkb/compat/pc
    debug: extracting /usr/share/X11/xkb/compat/caps
    debug: extracting /usr/share/X11/xkb/compat/misc
    debug: extracting /usr/share/X11/xkb/compat/pc98
    debug: extracting /usr/share/X11/xkb/compat/olpc
    debug: extracting /usr/share/X11/xkb/compat/ledscroll
    debug: extracting /usr/share/X11/xkb/compat/mousekeys
    debug: extracting /usr/share/X11/xkb/compat/basic
    debug: extracting /usr/share/X11/xkb/compat/japan
    debug: extracting /usr/share/X11/xkb/compat/xtest
    debug: extracting /usr/share/X11/xkb/compat/README
    debug: extracting /usr/share/X11/xkb/compat/ledcaps
    debug: extracting /usr/share/X11/xkb/compat/complete
    debug: extracting /usr/share/X11/xkb/compat/lednum
    debug: extracting /usr/share/X11/xkb/compat/level5
    debug: extracting /usr/share/X11/xkb/compat/accessx
    debug: extracting /usr/share/X11/xkb/compat/iso9995
    debug: extracting /usr/share/X11/xkb/compat/xfree86
    debug: extracting /usr/share/X11/xkb/geometry/hp
    debug: extracting /usr/share/X11/xkb/geometry/pc
    debug: extracting /usr/share/X11/xkb/geometry/hhk
    debug: extracting /usr/share/X11/xkb/geometry/nec
    debug: extracting /usr/share/X11/xkb/geometry/sun
    debug: extracting /usr/share/X11/xkb/geometry/dell
    debug: extracting /usr/share/X11/xkb/geometry/sony
    debug: extracting /usr/share/X11/xkb/geometry/kinesis
    debug: extracting /usr/share/X11/xkb/geometry/amiga
    debug: extracting /usr/share/X11/xkb/geometry/nokia
    debug: extracting /usr/share/X11/xkb/geometry/sanwa
    debug: extracting /usr/share/X11/xkb/geometry/README
    debug: extracting /usr/share/X11/xkb/geometry/northgate
    debug: extracting /usr/share/X11/xkb/geometry/everex
    debug: extracting /usr/share/X11/xkb/geometry/fujitsu
    debug: extracting /usr/share/X11/xkb/geometry/keytronic
    debug: extracting /usr/share/X11/xkb/geometry/digital_vndr/
    debug: extracting /usr/share/X11/xkb/geometry/thinkpad
    debug: extracting /usr/share/X11/xkb/geometry/typematrix
    debug: extracting /usr/share/X11/xkb/geometry/ataritt
    debug: extracting /usr/share/X11/xkb/geometry/winbook
    debug: extracting /usr/share/X11/xkb/geometry/microsoft
    debug: extracting /usr/share/X11/xkb/geometry/sgi_vndr/
    debug: extracting /usr/share/X11/xkb/geometry/chicony
    debug: extracting /usr/share/X11/xkb/geometry/macintosh
    debug: extracting /usr/share/X11/xkb/geometry/sgi_vndr/O2
    debug: extracting /usr/share/X11/xkb/geometry/sgi_vndr/indy
    debug: extracting /usr/share/X11/xkb/geometry/sgi_vndr/indigo
    debug: extracting /usr/share/X11/xkb/geometry/digital_vndr/lk
    debug: extracting /usr/share/X11/xkb/geometry/digital_vndr/pc
    debug: extracting /usr/share/X11/xkb/geometry/digital_vndr/unix
    debug: extracting /usr/share/X11/xkb/types/pc
    debug: extracting /usr/share/X11/xkb/types/caps
    debug: extracting /usr/share/X11/xkb/types/default
    debug: extracting /usr/share/X11/xkb/types/mousekeys
    debug: extracting /usr/share/X11/xkb/types/basic
    debug: extracting /usr/share/X11/xkb/types/extra
    debug: extracting /usr/share/X11/xkb/types/nokia
    debug: extracting /usr/share/X11/xkb/types/README
    debug: extracting /usr/share/X11/xkb/types/cancel
    debug: extracting /usr/share/X11/xkb/types/complete
    debug: extracting /usr/share/X11/xkb/types/level5
    debug: extracting /usr/share/X11/xkb/types/numpad
    debug: extracting /usr/share/X11/xkb/types/iso9995
    debug: extracting /usr/share/X11/xkb/rules/base
    debug: extracting /usr/share/X11/xkb/rules/xorg
    debug: extracting /usr/share/X11/xkb/rules/xkb.dtd
    debug: extracting /usr/share/X11/xkb/rules/base.extras.xml
    debug: extracting /usr/share/X11/xkb/rules/evdev
    debug: extracting /usr/share/X11/xkb/rules/xorg.lst
    debug: extracting /usr/share/X11/xkb/rules/xorg.xml
    debug: extracting /usr/share/X11/xkb/rules/README
    debug: extracting /usr/share/X11/xkb/rules/evdev.lst
    debug: extracting /usr/share/X11/xkb/rules/evdev.xml
    debug: extracting /usr/share/X11/xkb/rules/evdev.extras.xml
    debug: extracting /usr/share/X11/xkb/rules/base.lst
    debug: extracting /usr/share/X11/xkb/rules/base.xml
    debug: extracting /usr/share/X11/xkb/rules/xfree98
    debug: extract: skipping dir extraction of var/
    debug: extract: skipping dir extraction of var/lib/
    debug: extract: skipping dir extraction of var/lib/xkb/
    debug: updating database
    debug: adding database entry 'xkeyboard-config'
    debug: writing xkeyboard-config-2.7-1 DESC information back to db
    debug: writing xkeyboard-config-2.7-1 FILES information back to db
    debug: adding entry 'xkeyboard-config' in 'local' cache
    debug: running ldconfig
    debug: executing "/sbin/ldconfig" under chroot "/"
    ldconfig: /usr/lib/libMonoSupportW.so is not a symbolic link
    debug: call to waitpid succeeded
    debug: unregistering database 'local'
    debug: freeing package cache for repository 'local'
    debug: unregistering database 'core'
    debug: freeing package cache for repository 'core'
    debug: unregistering database 'extra'
    debug: freeing package cache for repository 'extra'
    debug: unregistering database 'community'
    debug: freeing package cache for repository 'community'
    debug: unregistering database 'multilib'
    debug: freeing package cache for repository 'multilib'
    [neo@HelionPrime ~]$
    Last edited by MrRoberts (2012-09-27 12:17:13)

  • I updated my ipod the other day and since i have been unable to open any apps that connect to the internet, its says "operation could not be completed. invalid argument". anybody help please?

    i updated my ipod the other day and since i have been unable to open any apps that connect to the internet, its says "operation could not be completed. invalid argument". anybody help please?

    Have yu tried the standard fixes:
    - Reset the iPod:
    Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    Restore the iPod via iTunes,  First from backup and if problems persist, restore to factory defaults/new iPod.

  • Could not perform unpadding: invalid input Exception

    I have Encrypted some data using JSafe RSA Algorithm and while decrypting i get the following exception.
    com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid input
    at com.rsa.jsafe.JA_PKCS1Block02Pad.performUnpadding(JA_PKCS1Block02Pad.
    java:147)
    at com.rsa.jsafe.JG_AsymmetricCipher.doDecryptFinal(JG_AsymmetricCipher.
    java:843)
    at com.rsa.jsafe.JSAFE_AsymmetricCipher.decryptFinal(JSAFE_AsymmetricCip
    her.java:1712)
    at Authenticateion.getRSAValue(Authenticateion.java:96)
    at Authenticateion.Auth(Authenticateion.java:82)
    at Authenticateion.main(Authenticateion.java:24)
    This is the code snippet that i am using :
    public byte[] getRSAValue(byte[] recovervalue){
              cipherText = recovervalue;//getBytesArr(recovervalue); //String value passed to convert to byte array
              try {
                   JSAFE_AsymmetricCipher decryptor = JSAFE_AsymmetricCipher.getInstance( "RSA/PKCS1Block02Pad", "Java" );
                   decryptor.decryptInit(PrivateKey);
                   recoveredText = new byte[cipherText.length ];
                   System.out.println("recoveredText Len:"+recoveredText.length);
                   int partOutLen = decryptor.decryptUpdate(cipherText,0,cipherText.length,recoveredText,0);
                   System.out.println("oulne:"+partOutLen);
                   int finalOutLen = decryptor.decryptFinal(recoveredText, 48 );
                   int totalOutLen = partOutLen + finalOutLen;
                   decryptor.clearSensitiveData();
              } catch (Exception e) {e.printStackTrace();}
              return recoveredText;
    -- Thanx.

    This is usually the result of an invalid decrypt. If you give a ciphertext to a cipher which decrypts it and the result is not the original plaintext, due to using the wrong IV or wrong key as an example, then the cipher will be unable to unpad the result and the error you see will be thrown.
    Other reasons why a cipher text was unable to decrypt properly besides key and IV are typically associated with byte to string conversion. Ciphertext should never be converted to a String using character encoding. It should only be done using something like a BASE64 encoder. Now within Java itself you may not see this issue but as soon as you store/retrieve from a database or transmit/receive from the network you will see the data gets corrupted. This is only typical because so many Java programmers are String programmers and don't realize the difference between a binary dataset and character dataset.

  • Adobe Media Encoder for CS4 error Could not read from the source

    Hello,
    I get an error when I try to export from Premiere CS4. It doesn't matter how I export. Seems like an easy fix, but I can't figure it out. Any help is appreciated:
    - Source File: C:\DOCUME~1\ARTWHI~1\LOCALS~1\Temp\extra and b roll.prproj
    - Output File: E:\Living Accused Movie Transfers\video\Cindy at table.avi
    - Preset Used: NTSC DV
    - Video:
    - Audio:
    - Bitrate:
    - Encoding Time: 16:10:34
    1/21/2009 9:50:25 PM : Encoding Failed
    Could not read from the source. Please check if it has moved or been
    deleted.
    Thank you
    Art

    When you attempt to encode media with Adobe Media Encoder CS4 on Windows, the following error message appears in the text file (AMEEncodingErrorLog.txt) that opens when you click the error icon: "Encoding Failed. Could not read from the source. Please check if it has moved or been deleted."
    If it's that correct, you removed an earlier version of Adobe Premiere Pro or Adobe Creative Suite on the same computer.
    Do one or both of the following solutions:
    Solution 1: Create a shortcut to the Premiere Pro executable file, rename the shortcut to Premiere, and move the shortcut to C:\Program Files\Common Files\Adobe\dynamiclink.
    Close all Adobe applications.
    In Windows Explorer, navigate to C:\Program Files\Adobe\Adobe Premiere Pro CS4. (If you installed Premiere Pro CS4 in a location other than the default of C:\Program Files\Adobe, then navigate to your custom installation location.)
    Right-click on Adobe Premiere Pro.exe (which might appear without the .exe extension) and choose Create Shortcut.
    Rename the newly created shortcut to just Premiere.
    Important: The name of the shortcut must be exactly Premiere with no other characters.
    Open a second Windows Explorer window, and navigate to C:\Program Files\Common Files\Adobe\dynamiclink.
    Move the Premiere shortcut that you created into the dynamiclink folder.
    Solution 2: Remove and reinstall all Premiere Pro CS4 components or all Adobe Creative Suite 4 components.
    Do one of the following:
    Windows XP: Choose Start > Control Panel > Add or Remove Programs.
    Windows Vista: Choose Start > Control Panel > Programs and Features.
    In the list of installed programs, select Adobe Premiere Pro CS4, Adobe Creative Suite 4 Production Premium, or Adobe Creative Suite 4 Master Collection.
    Click Change/Remove (Windows XP) or Uninstall (Windows Vista).
    Follow the on-screen instructions to remove all components of Premiere Pro CS4 (including Adobe Encore CS4 and Adobe OnLocation CS4) or to remove all components of your edition of Adobe Creative Suite 4.
    Re-install your Adobe software.

Maybe you are looking for

  • Need to know how to allow mail to be sent to my Hosted Sharepoint 2013 site's documents folder/ Using CRD 7 reporting

    I have gotten as far as adding a new app, naming the folder and going into CRD, for the report we need online and attempted to enter the settings information for our sharepoint site. The issue is no matter how I enter the credentials it will not auth

  • N82 USB problem with win7

    I have a problem when ejecting my phone. I use windows 7 ultimate 64bit. When i try to eject it, it says that you can remove your hardware safely but when i remove my device the device says some data might be lost. When i was using XP it didn't have

  • ITunes plays songs at intermittant speed

    When I play a song, it slows down every quarter to half second in a very regular manner. It seems like my Mac is overworked and can't keep up, but I haven't had other performance issues - that I noticed. The only thing I can think of is to uninstall

  • Language selection in Process control

    Hi We have an issue where end user is facing language with Process control potal it is showing them the language what is defined in the Internet option.I want to know is their any alternate where we can maintain the language option apart from interne

  • Wifi password incorrect on itouch but correct on laptop

    what do i do when i know that i typed my password correctly but it says that its incorrect it works on my laptop perferctly!!!!!!!!!!!!!111 make update for itouch 2g