Ocaml and mldonkey failed to compile [solved]

I've tried to compile mldonkey-2.8.1 and it failed. I know there is a version in AUR, but I need to compile this myself. I'm using gcc-4.1.2, glibc-2.5-2 and ocaml-3.09.3.
The output is:
Now execute 'make' to start compiling. Good luck!
To compile a static code execute: make mlnet.static
To produce a release tarball execute: make release.mlnet.static
To clean the build directory execute: make maintainerclean
/usr/bin/ocamlc.opt -linkall -o ocamlpp.byte
-custom unix.cma str.cma -ccopt " " -cclib "-lz " -cclib -lbz2 -cc
opt "-pthread"
-I build tools/ocamlpp.cmo
/usr/lib/ocaml/libcamlrun.a(unix.o): In function `caml_dlopen':
(.text+0x21b): warning: Using 'dlopen' in statically linked applications require
s at runtime the shared libraries from the glibc version used for linking
/mnt/usr/usr/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../../../libdl.a(dlopen.o):
In function `dlopen':
(.text+0x1b): undefined reference to `__dlopen'
/mnt/usr/usr/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../../../libdl.a(dlclose.o): In function `dlclose':
(.text+0x5): undefined reference to `__dlclose'
/mnt/usr/usr/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../../../libdl.a(dlsym.o): I n function `dlsym':
(.text+0x1b): undefined reference to `__dlsym'
/mnt/usr/usr/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../../../libdl.a(dlerror.o): In function `dlerror':
(.text+0x5): undefined reference to `__dlerror'
collect2: ld returned 1 exit status
Error while building custom runtime system
make: *** [ocamlpp.byte] Error 2
Maybe the problem is in ocaml... so I've tried to recompile ocaml-3.09.3. But this also failed. The output of './configure -prefix /usr -verbose':
hasgot.c:1:25: error: mach-o/dyld.h: No such file or directory
hasgot dlopen: gcc -O -o tst hasgot.c
/tmp/ccY2Fm1p.o: In function `main':
hasgot.c:(.text+0x12): undefined reference to `dlopen'
collect2: ld returned 1 exit status
hasgot -ldl dlopen: gcc -O -o tst hasgot.c -ldl
/tmp/ccw39ciL.o: In function `main':
hasgot.c:(.text+0x12): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
/mnt/usr/usr/bin/../lib/gcc/i686-pc-linux-gnu/4.1.2/../../../libdl.a(dlopen.o): In function `dlopen':
(.text+0x1b): undefined reference to `__dlopen'
collect2: ld returned 1 exit status
It looks like ocaml has issues with linking to libraries, but I don't know how to solve this. Anyone else have this same problem?

These problems started after I repartition my harddisks. I had to remove certain paths to a new partition on a new harddisk because some of these partitions were almost full.
On an other forums (1,2) I've fread that /usr/lib (and maybe also other paths) SHOULD NOT BE SOFTLINKED!!!
Now everything works fine again
1) http://forums.gentoo.org/viewtopic.php?t=357715
2) http://bugs.gentoo.org/show_bug.cgi?id=112413

Similar Messages

  • EJB fails to compile - static inner class problem

    I am using OC4J 9.0.4 and Sun JDK1.4.2 and EJBs fail to compile if they reference objects that contain static inner classes. However, they successfully compile under JDK1.4.1.
    For example, I have a class like below:
    public class ValueObject
    public static class Key
    private Key key;
    private String value;
    Any references to ValueObject.Key inside the EJB cause the EJB compiler to generate "ValueObject$Key" which is incorrect. JDK1.4.1 is more lenient than 1.4.2, and allows this error through.
    Is there a way around this problem other than reverting to JDK1.4.1?
    Regards,
    Andy

    The reason I don't want to move to JDK 1.4.1 is because of the memory leak in the StringBuffer.toString() method.
    Is there anywhere I can submit this as a bug?
    Regards,
    Andy

  • [OCaml, lablgtk2, lablrsvg] My program doesn't compile (solved)

    Hi,
    I wrote few months ago (I used Ubuntu at that time, I just have installed ArchLinux one week ago) a little OCaml program which makes use of the lablgtk2 and lablrsvg libraries (OCaml bindings to gtk2 and rsvg).
    I installed ocaml and lablgtk2 (which normally contains lablrsvg, librsvg being flagged as a dependency), but when I try to compile, I get an error :
    $ ocamlc -w ys -I +lablgtk2 lablgtk.cma gtkInit.cmo lablrsvg.cma unix.cma entrelacs.cmo io.cmo entrelacs_IHM.ml -o Entrelacs
    File "entrelacs_IHM.ml", line 1, characters 0-1:
    Error: The file /usr/lib/ocaml/lablgtk2/lablrsvg.cma is not a bytecode object file
    make: *** [Entrelacs] Erreur 2
    The others files entrelacs.cmo and io.cmo doesn't need lablgtk2 (nor lablrsvg), and they compiled fine.
    In /usr/lib/ocaml/lablgtk2/, the file lablrsvg.cma exists, and `file' tells me that this is an "Objective caml library file (.cma) (Version 007)"
    The same program compiled fine when I used Ubuntu.
    What's wrong?
    Thank you
    (solved after the update of lablgtk2 today)
    Fractal
    Last edited by Fractal (2009-09-10 08:22:31)

    Things tend to move fasterYep... until something goes wrong... then you're completely stuffed, because you have no idea what's actually happening, because the idjit IDE is hiding all the gory details... it doesn't even tell you what it's doing, let alone how it's doing it, or what to do when it fails.
    Another argument for the command line is that it's simple. There are 16 distinct dialogues involved in adding a new jar to a library in jBuilder... There may well be less than 16 characters in the equivalent edition to the equivalent build command line. That's an extreme case, I admit, but it goes to disprove the notion that IDE's are simpler for noobs.
    Also, it's easier to get help on command line usage... because it's all text based you can just copy & paste the problematic command and it's output, and the eggspurts (tm) can do likewise with a response... and there are limited number of command lines out there... and *nix, windows, and mac cover maybe 99.5% of java users... and the eggspurts are likely to know all three (colectively if not as individuals) fairly well, because they deal with them all day every day.
    My belief is that noob's are better off at the command line until such time as they need (not just want to play with) a visual debugger... at which time its time to download netbeans and eclipse, and see which one suits you better... if you have money to splurge I'd also evaluate intelliJ... But avoid jBuilder, 2008 is total carp! The FREE eclipse is (IMHO) "nicer to use", and it has a LOT less bugs.
    Cheers. Keith.

  • [Solved] Cantata Qt5 & KDE SVN PKGBUILDs fail to compile (speex)

    I haven't been able to compile any revisions past 5664.  All of the deps are current as of 2/13.  I just want to know if anyone has been encountering something similar. Upstream cannot make heads or tails about it as his svn checkout compiles fine on his ubuntu build machine.
    Qt5 PKGBUILD:
    31%] Building CXX object 3rdparty/solid-lite/CMakeFiles/solidlite.dir/backends/udisks/moc_udisksmanager.cpp.o
    [ 31%] Building CXX object 3rdparty/solid-lite/CMakeFiles/solidlite.dir/backends/udisks/moc_udisksstorageaccess.cpp.o
    [ 31%] Building CXX object 3rdparty/solid-lite/CMakeFiles/solidlite.dir/backends/udisks/moc_udisksstoragedrive.cpp.o
    [ 31%] Building CXX object 3rdparty/solid-lite/CMakeFiles/solidlite.dir/backends/udisks/moc_udisksstoragevolume.cpp.o
    Linking CXX static library libsolidlite.a
    [ 31%] Built target solidlite
    Makefile:137: recipe for target 'all' failed
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    KDE PKGBUILD:
    Generating moc_ratingwidget.cpp
    [ 18%] Built target cantata_automoc
    Linking CXX static library ../lib/libsupport.a
    [ 18%] Built target support
    Makefile:137: recipe for target 'all' failed
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    Last edited by ssri (2015-02-14 15:43:31)

    Confirmed!  Removing speex (1.2rc2-1) and speexdsp (1.2rc3-1) and then downgrading to last week's speex package (1.2rc1-4) enables both Qt5 and KDE packages to compile successfully.  Thanks for checking the issue for me.  Prior reported compilation errors usually had the relevant output near the termination point.  I guess I was being lazy this time around.  smh... Reported upstream.
    Scanning dependencies of target ebur128
    Generating moc_thread.cxx
    [ 3%] Building C object 3rdparty/ebur128/CMakeFiles/ebur128.dir/ebur128.o
    Generating moc_replaygain.cpp
    Generating moc_taghelper.cpp
    Generating moc_playlistsmodel.cpp
    /home/user/Projects/cantata-kde-svn/src/cantata-kde-svn/po/ko.po:7: warning: header field 'Language-Team' still has the initial default value
    [ 3%] Built target translations
    [ 4%] Generating moc_fancytabwidget.cxx
    In file included from /usr/include/speex/speexdsp_types.h:122:0,
    from /usr/include/speex/speex_resampler.h:87,
    from /home/user/Projects/cantata-kde-svn/src/cantata-kde-svn/3rdparty/ebur128/ebur128.c:34:
    /usr/include/speex/speexdsp_config_types.h:13:9: error: unknown type name ‘uint16_t’
    typedef uint16_t spx_uint16_t;
    ^
    /usr/include/speex/speexdsp_config_types.h:15:9: error: unknown type name ‘uint32_t’
    typedef uint32_t spx_uint32_t;
    ^
    Scanning dependencies of target qtiocompressor
    /home/user/Projects/cantata-kde-svn/src/cantata-kde-svn/3rdparty/ebur128/ebur128.c: In function ‘ebur128_check_true_peak’:
    /home/user/Projects/cantata-kde-svn/src/cantata-kde-svn/3rdparty/ebur128/ebur128.c:395:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
    for (i = 0; i < out_len; ++i) {
    ^
    3rdparty/ebur128/CMakeFiles/ebur128.dir/build.make:54: recipe for target '3rdparty/ebur128/CMakeFiles/ebur128.dir/ebur128.o' failed
    make[2]: *** [3rdparty/ebur128/CMakeFiles/ebur128.dir/ebur128.o] Error 1
    CMakeFiles/Makefile2:305: recipe for target '3rdparty/ebur128/CMakeFiles/ebur128.dir/all' failed
    make[1]: *** [3rdparty/ebur128/CMakeFiles/ebur128.dir/all] Error 2
    make[1]: *** Waiting for unfinished jobs....
    Last edited by ssri (2015-02-14 15:57:38)

  • SOLVED Key board and mouse fail after last update

    Both my wireless keyboard and mouse failed after I updated yesterday. I'm using KNOPPIX to post they both work with knoppix so its not a hardware problem.
    KDE 4.1
    Logitech keyboard and mouse
    Last edited by normc (2008-11-08 00:05:37)

    Thanks a lot
    Just want to add that I had to edit grub at start up and add "single" at the end of the kernel line.
    The reason is that switching to runlevel 3 didn't work for me.

  • CS5 fails to compile large FLAs

    There was this problem with CS4 which was solved with an upgrade and now CS5 again fails to compile my larger FLAs. Sad to see the IDE going backwards.

    Hi,
    I take it you are talking about http://kb2.adobe.com/cps/405/kb405257.html
    We now allow you to adjust the JVM heap size manually for larger projects like you can in FlexBuilder/FlashBuilder:
    WIN:
    1. Quit Flash
    2. In a text editor, open the jvm.ini file from the following location:
    Windows XP: Hard Disk\Documents and Settings\<user>\Local Settings\Application Data\Adobe\Flash CS5\<language>\Configuration\ActionScript 3.0\jvm.ini
    Windows Vista or Windows7: Hard Disk\Users\<user>\AppData\Local\Adobe\Flash CS5\<language>\Configuration\ActionScript 3.0\jvm.ini
    (You might need to turn on "show hidden files")
    3. Change -Xmx128m to -Xmx256m and save the file.  This line specifies the amount of heap space the core ActionScript 3.0 compiler should allocate for compiling.
    4. Relaunch Flash and compile
    5. If that doesn't work, try changing the value to 512m
    MAC:
    1. Quit Flash
    2. In a text editor, open the jvm.ini file from the following location:
    /Users/<user>/Library/Application Support/Adobe/Flash CS5/<language>/Configuration/ActionScript 3.0/jvm.ini
    3. Change -Xmx128m to -Xmx256m and save the file.  This line specifies the amount of heap space the core ActionScript 3.0 compiler should allocate for compiling.
    4. Relaunch Flash and compile
    5. If that doesn't work, try changing the value to 512m
    Since the JVM heap space might be required by other programs as well, you want to be conservative with the amount to allocate.  So try 256 before trying 512.
    We are in the process of updating the original tech note.
    HTH,
    Nivesh (Flash Pro QE Lead)

  • Xorg trouble: "failed to compile keymap"

    I am trying to load X.org onto my own version of the Arch installation CD. I have a way to install packages onto it (via pacman -r), but I'm still having one particular problem when trying to start xorg.
    The error:
    [ 22.383] (EE) Error compiling keymap (server-0)
    [ 22.383] (EE) XKB: Couldn't compile keymap
    [ 22.383] XKB: Failed to compile keymap
    [ 22.383] Keyboard initialization failed. This could be a missing or incorrect setup of xkeyboard-config.
    [ 22.383]
    Fatal server error:
    [ 22.383] Failed to activate core devices.
    The same issue is described here:
    https://bbs.archlinux.org/viewtopic.php?pid=921931 and here:
    https://bbs.archlinux.org/viewtopic.php?id=54015
    There is sufficient disk space, and xorg has appropriate permissions for /var/log.
    I also have (I'm pretty sure) every possible xorg package I might need installed (and some reinstalled).
    Thanks in advance for any help.

    Hello.
    I had similar "error". Many forum posts I was looking at said it could be beacuse of no more space in root folder
    I was using just 15% of my root folder.
    Finally I found that I had to install "xorg-xkbcomp" and "xorg-xkb-utils"
    It worked for me. I hope it solves your problem.

  • Mathscript failed to compile

    Hi!
    I am trying to use a Mathscript node in LV 8.5.1, but with no success. I get the 
    error "VI Failed to compile" and the Mathscript is "marked as the main error".  I have
    used Mathscripts before but never had these problems. I use Windows XP SP3.
    Everything works fine when I try the Labview Mathscript Example.
    Do you have any solution for this problem?
    Thanks in advance!
    /Mattias
    Solved!
    Go to Solution.
    Attachments:
    MathScriptTest.vi ‏48 KB

    It looks like I might be having the same sort of problem in 8.6.
    I have a large project (deadline in several hours, of course) and suddenly one of my VIs will not compile.
    Can anyone tell me if there is something in this VI that is causing the Mathscript node to fail?
    I don't really have time to reinstall!
    Attachments:
    reMap.vi ‏29 KB

  • Low Memory Warnings / Video Failed To Compile

    Hey all,
    I recently upgraded the RAM in my system from 8gb to 16gb. Around the same time, I moved my OS and certain files over to an SSD (probably not relevant, but better to provide the whole picture).
    After performing the upgrades, my performance sped up in Premiere- hurray! Exactly what I wanted. That is, until I preview clips or render them. When I render, I tend to get a Low Memory Warning from Windows part way through the process, and then subsequently, a "Video Failed To Compiled" error. Sometimes the program crashes outright, my screen turns to black, or I have to restart my computer. This has only started recently since the RAM upgrades and moving my OS over to the SSD... and I'm feeling really disheartened about it.
    The project I'm attempting to compile is about 1:30 long, isn't TOO effects heavy (four AE comps., Premiere Lumetri on every clip/sequence (in the main sequences), and running RedGiant Denoiser II on every clip).
    Now, I've picked up on ONE thing that I may be doing that is unfavourable, though I don't believe it's the cause of the memory errors... My footage is currently stored on the SSD, as well as Premiere itself (along with all the CC programs), while my disk cache is assigned to a folder on my Seagate HDD.
    Specs for the PC are:
    Adobe Premiere Pro CC 2014 (latest updates)
    Windows 7
    Intel Core i5 3570 3.40GHz 6M
    Kingston 16GB (2x8GB) DDR3-1333 CL9 RAM
    MSI HD7850 TwinFrozr 2GB GPU
    Asus P8Z77-V-LX MB
    OS is running on a 250GB Samsung 840 EVO SSD
    Everything else is on a Seagate 1TB Barracude 7200RPM HDD

    Hello,
    Thank you very much for the responses.
    I am very sorry for my delay - the system had gotten to the point where it was restarting itself as soon as I logged in, so I could not try your suggestions.
    This morning, I turned it on and tried Mattcoz's suggestion of closing and disabling RunSwUSB and so far, so good.  The system is running as it should and I have not had a single low memory warning.  If I start to get warnings again, I will come back and post a screenshot of my memory usage, but for now, the problem is solved.
    Again, thank you both very much for your responses!

  • Webpages and videos fail to load

    I have Mac OS X 10.7.5, and I am using Safari 6.1.1.
    Some webpages do load, but others fail to load. The blue loading often stops after reaching a certain point. Additionally, when I try to play video content within pages I am sometimes told that the plug-in cannot be found. However, Safari does not actually crash.
    I have: emptied the Safari Caches, removed all website data, and switched all Safari extensions off. I have also installed plug-ins: Adobe Flash Player (latest version), Shockwave, Silverlight, Java, Flip4mac, and Adobe Acrobat. I also deleted all files from Macintosh HD/Library/Caches (which may have been unwise....).
    The problem does not appear to be with Safari, as I have tried using Opera and Firefox, and they both experience the same issues (videos and webpages failing to load).
    Assistance or advice would be appreciated.
    Thanks

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, by a font conflict, or by corruption of the file system or of certain system caches.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards, if applicable. Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you boot, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually login automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Display Manager fails to launch [SOLVED]

    Hello,
    TL:DR - KDM and other display managers fail to load after major system update, included Xorg.0.log and kdm.log for troubleshooting
    I've been using Arch since January 2015 and this is my first major breakage following a pacman -Syu on June 3rd. I'm new to the forums so forgive me if I missed something.
    I primarily use kde and kdm failed to start upon boot. I tried startx and xinit from the console. Xinit failed and startx starts TWM, which is the only windows manager I have working.
    I tried gdm, which hangs on the following output:
    <5>Unable to kill session worker process.
    <5>Child process -##### was already dead.
    <5>Could not start command '/usr/lib/gdm/gdm-session-worker': Too many open files
    <3>GLib: g_child_watch_add_full: assertion 'pid > 0' failed
    <5>Tried to look up non-existent conversation gdm-launch-environment
    <3>GLib: g_hash_table_find: assertion 'version == hash_table->version' failed
    <5>(gdm-display.c:1141):gdm_display_dispose: runtime check failed: (self->priv->status != GDM_DISPLAY_PREPARED)
    I tried lightdm, which returns a shell prompt without doing anything.
    My Xorg.0.log looks like Xorg is working correctly:
    [ 4.504]
    X.Org X Server 1.17.1
    Release Date: 2015-02-10
    [ 4.504] X Protocol Version 11, Revision 0
    [ 4.504] Build Operating System: Linux 3.19.2-1-ARCH x86_64
    [ 4.504] Current Operating System: Linux 2TALL 3.14.43-2-lts #1 SMP Fri May 22 03:36:10 UTC 2015 x86_64
    [ 4.504] Kernel command line: BOOT_IMAGE=/vmlinuz-linux-lts root=UUID=4fd1bd44-ee9f-4a44-bcd9-58a590eb9390 rw quiet
    [ 4.504] Build Date: 14 April 2015 10:34:18AM
    [ 4.504]
    [ 4.504] Current version of pixman: 0.32.6
    [ 4.504] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 4.504] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 4.504] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Jun 3 21:28:00 2015
    [ 4.509] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 4.509] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    [ 4.510] (==) No Layout section. Using the first Screen section.
    [ 4.510] (==) No screen section available. Using defaults.
    [ 4.510] (**) |-->Screen "Default Screen Section" (0)
    [ 4.510] (**) | |-->Monitor "<default monitor>"
    [ 4.511] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 4.511] (==) Automatically adding devices
    [ 4.511] (==) Automatically enabling devices
    [ 4.511] (==) Automatically adding GPU devices
    [ 4.515] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/OTF/,
    /usr/share/fonts/Type1/,
    /usr/share/fonts/100dpi/,
    /usr/share/fonts/75dpi/
    [ 4.515] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 4.515] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 4.515] (II) Loader magic: 0x815d80
    [ 4.515] (II) Module ABI versions:
    [ 4.515] X.Org ANSI C Emulation: 0.4
    [ 4.515] X.Org Video Driver: 19.0
    [ 4.515] X.Org XInput driver : 21.0
    [ 4.515] X.Org Server Extension : 9.0
    [ 4.681] (EE) systemd-logind: failed to get session: PID 398 does not belong to any known session
    [ 4.681] (II) xfree86: Adding drm device (/dev/dri/card0)
    [ 5.120] (--) PCI:*(0:0:2:0) 8086:0166:17aa:21fa rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00005000/64
    [ 5.121] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 5.121] (II) LoadModule: "glx"
    [ 5.123] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 5.141] (II) Module glx: vendor="X.Org Foundation"
    [ 5.141] compiled for 1.17.1, module version = 1.0.0
    [ 5.141] ABI class: X.Org Server Extension, version 9.0
    [ 5.141] (==) AIGLX enabled
    [ 5.141] (==) Matched intel as autoconfigured driver 0
    [ 5.141] (==) Matched intel as autoconfigured driver 1
    [ 5.141] (==) Matched modesetting as autoconfigured driver 2
    [ 5.141] (==) Matched fbdev as autoconfigured driver 3
    [ 5.141] (==) Matched vesa as autoconfigured driver 4
    [ 5.141] (==) Assigned the driver to the xf86ConfigLayout
    [ 5.141] (II) LoadModule: "intel"
    [ 5.141] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    [ 5.145] (II) Module intel: vendor="X.Org Foundation"
    [ 5.145] compiled for 1.17.1, module version = 2.99.917
    [ 5.145] Module class: X.Org Video Driver
    [ 5.145] ABI class: X.Org Video Driver, version 19.0
    [ 5.145] (II) LoadModule: "modesetting"
    [ 5.145] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
    [ 5.146] (II) Module modesetting: vendor="X.Org Foundation"
    [ 5.146] compiled for 1.17.1, module version = 1.17.1
    [ 5.146] Module class: X.Org Video Driver
    [ 5.146] ABI class: X.Org Video Driver, version 19.0
    [ 5.146] (II) LoadModule: "fbdev"
    [ 5.146] (II) Loading /usr/lib/xorg/modules/drivers/fbdev_drv.so
    [ 5.146] (II) Module fbdev: vendor="X.Org Foundation"
    [ 5.146] compiled for 1.17.0, module version = 0.4.4
    [ 5.146] Module class: X.Org Video Driver
    [ 5.146] ABI class: X.Org Video Driver, version 19.0
    [ 5.146] (II) LoadModule: "vesa"
    [ 5.147] (II) Loading /usr/lib/xorg/modules/drivers/vesa_drv.so
    [ 5.147] (II) Module vesa: vendor="X.Org Foundation"
    [ 5.147] compiled for 1.17.0, module version = 2.3.2
    [ 5.147] Module class: X.Org Video Driver
    [ 5.147] ABI class: X.Org Video Driver, version 19.0
    [ 5.147] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    [ 5.148] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    [ 5.148] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    [ 5.148] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    [ 5.148] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
    [ 5.148] (II) FBDEV: driver for framebuffer: fbdev
    [ 5.148] (II) VESA: driver for VESA chipsets: vesa
    [ 5.148] (++) using VT number 7
    [ 5.154] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20080730
    [ 5.155] (WW) Falling back to old probe method for modesetting
    [ 5.155] (WW) Falling back to old probe method for fbdev
    [ 5.155] (II) Loading sub module "fbdevhw"
    [ 5.155] (II) LoadModule: "fbdevhw"
    [ 5.155] (II) Loading /usr/lib/xorg/modules/libfbdevhw.so
    [ 5.155] (II) Module fbdevhw: vendor="X.Org Foundation"
    [ 5.156] compiled for 1.17.1, module version = 0.0.2
    [ 5.156] ABI class: X.Org Video Driver, version 19.0
    [ 5.156] (WW) Falling back to old probe method for vesa
    [ 5.156] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
    [ 5.156] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    [ 5.156] (II) intel(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 5.156] (==) intel(0): Depth 24, (--) framebuffer bpp 32
    [ 5.156] (==) intel(0): RGB weight 888
    [ 5.156] (==) intel(0): Default visual is TrueColor
    [ 5.157] (II) intel(0): Output LVDS1 has no monitor section
    [ 5.157] (--) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
    [ 5.157] (II) intel(0): Enabled output LVDS1
    [ 5.157] (II) intel(0): Output VGA1 has no monitor section
    [ 5.157] (II) intel(0): Enabled output VGA1
    [ 5.157] (II) intel(0): Output HDMI1 has no monitor section
    [ 5.157] (II) intel(0): Enabled output HDMI1
    [ 5.157] (II) intel(0): Output DP1 has no monitor section
    [ 5.157] (II) intel(0): Enabled output DP1
    [ 5.157] (II) intel(0): Output HDMI2 has no monitor section
    [ 5.157] (II) intel(0): Enabled output HDMI2
    [ 5.157] (II) intel(0): Output HDMI3 has no monitor section
    [ 5.157] (II) intel(0): Enabled output HDMI3
    [ 5.157] (II) intel(0): Output DP2 has no monitor section
    [ 5.157] (II) intel(0): Enabled output DP2
    [ 5.157] (II) intel(0): Output DP3 has no monitor section
    [ 5.157] (II) intel(0): Enabled output DP3
    [ 5.157] (--) intel(0): Using a maximum size of 64x64 for hardware cursors
    [ 5.157] (II) intel(0): Output VIRTUAL1 has no monitor section
    [ 5.157] (II) intel(0): Enabled output VIRTUAL1
    [ 5.157] (--) intel(0): Output LVDS1 using initial mode 1366x768 on pipe 0
    [ 5.157] (==) intel(0): TearFree disabled
    [ 5.157] (==) intel(0): DPI set to (96, 96)
    [ 5.157] (II) Loading sub module "dri2"
    [ 5.157] (II) LoadModule: "dri2"
    [ 5.157] (II) Module "dri2" already built-in
    [ 5.157] (II) Loading sub module "present"
    [ 5.157] (II) LoadModule: "present"
    [ 5.157] (II) Module "present" already built-in
    [ 5.157] (II) UnloadModule: "modesetting"
    [ 5.157] (II) Unloading modesetting
    [ 5.157] (II) UnloadModule: "fbdev"
    [ 5.158] (II) Unloading fbdev
    [ 5.158] (II) UnloadSubModule: "fbdevhw"
    [ 5.158] (II) Unloading fbdevhw
    [ 5.158] (II) UnloadModule: "vesa"
    [ 5.158] (II) Unloading vesa
    [ 5.158] (==) Depth 24 pixmap format is 32 bpp
    [ 5.161] (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
    [ 5.161] (==) intel(0): Backing store enabled
    [ 5.161] (==) intel(0): Silken mouse enabled
    [ 5.162] (II) intel(0): HW Cursor enabled
    [ 5.162] (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    [ 5.163] (==) intel(0): DPMS enabled
    [ 5.163] (==) intel(0): display hotplug detection enabled
    [ 5.163] (II) intel(0): [DRI2] Setup complete
    [ 5.163] (II) intel(0): [DRI2] DRI driver: i965
    [ 5.163] (II) intel(0): [DRI2] VDPAU driver: i965
    [ 5.163] (II) intel(0): direct rendering: DRI2 enabled
    [ 5.163] (II) intel(0): hardware support for Present enabled
    [ 5.163] (--) RandR disabled
    [ 5.227] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    [ 5.227] (II) AIGLX: enabled GLX_ARB_create_context
    [ 5.227] (II) AIGLX: enabled GLX_ARB_create_context_profile
    [ 5.227] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    [ 5.227] (II) AIGLX: enabled GLX_INTEL_swap_event
    [ 5.227] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    [ 5.227] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    [ 5.227] (II) AIGLX: enabled GLX_ARB_fbconfig_float
    [ 5.227] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    [ 5.227] (II) AIGLX: enabled GLX_ARB_create_context_robustness
    [ 5.227] (II) AIGLX: Loaded and initialized i965
    [ 5.227] (II) GLX: Initialized DRI2 GL provider for screen 0
    [ 5.230] (II) intel(0): switch to mode [email protected] on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
    [ 5.250] (II) intel(0): Setting screen physical size to 361 x 203
    [ 5.369] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 5.369] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 5.369] (**) Power Button: Applying InputClass "libinput keyboard catchall"
    [ 5.369] (II) LoadModule: "libinput"
    [ 5.370] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
    [ 5.374] (II) Module libinput: vendor="X.Org Foundation"
    [ 5.374] compiled for 1.17.1, module version = 0.10.0
    [ 5.374] Module class: X.Org XInput Driver
    [ 5.374] ABI class: X.Org XInput driver, version 21.0
    [ 5.374] (II) Using input driver 'libinput' for 'Power Button'
    [ 5.374] (**) Power Button: always reports core events
    [ 5.374] (**) Option "Device" "/dev/input/event2"
    [ 5.374] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
    [ 5.374] (II) input device 'Power Button', /dev/input/event2 is a keyboard
    [ 5.430] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
    [ 5.430] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 5.431] (II) input device 'Power Button', /dev/input/event2 is tagged by udev as: Keyboard
    [ 5.431] (II) input device 'Power Button', /dev/input/event2 is a keyboard
    [ 5.431] (II) config/udev: Adding input device Video Bus (/dev/input/event3)
    [ 5.431] (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    [ 5.431] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
    [ 5.431] (II) Using input driver 'libinput' for 'Video Bus'
    [ 5.431] (**) Video Bus: always reports core events
    [ 5.431] (**) Option "Device" "/dev/input/event3"
    [ 5.431] (II) input device 'Video Bus', /dev/input/event3 is tagged by udev as: Keyboard
    [ 5.431] (II) input device 'Video Bus', /dev/input/event3 is a keyboard
    [ 5.470] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input3/event3"
    [ 5.470] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    [ 5.471] (II) input device 'Video Bus', /dev/input/event3 is tagged by udev as: Keyboard
    [ 5.471] (II) input device 'Video Bus', /dev/input/event3 is a keyboard
    [ 5.471] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
    [ 5.471] (II) No input driver specified, ignoring this device.
    [ 5.471] (II) This device may have been added with another device file.
    [ 5.471] (II) config/udev: Adding input device Sleep Button (/dev/input/event1)
    [ 5.471] (**) Sleep Button: Applying InputClass "evdev keyboard catchall"
    [ 5.471] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
    [ 5.471] (II) Using input driver 'libinput' for 'Sleep Button'
    [ 5.471] (**) Sleep Button: always reports core events
    [ 5.471] (**) Option "Device" "/dev/input/event1"
    [ 5.472] (II) input device 'Sleep Button', /dev/input/event1 is tagged by udev as: Keyboard
    [ 5.472] (II) input device 'Sleep Button', /dev/input/event1 is a keyboard
    [ 5.540] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1/event1"
    [ 5.540] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
    [ 5.540] (II) input device 'Sleep Button', /dev/input/event1 is tagged by udev as: Keyboard
    [ 5.540] (II) input device 'Sleep Button', /dev/input/event1 is a keyboard
    [ 5.541] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:4013 (/dev/input/event5)
    [ 5.541] (**) Logitech Unifying Device. Wireless PID:4013: Applying InputClass "evdev pointer catchall"
    [ 5.541] (**) Logitech Unifying Device. Wireless PID:4013: Applying InputClass "libinput pointer catchall"
    [ 5.541] (II) Using input driver 'libinput' for 'Logitech Unifying Device. Wireless PID:4013'
    [ 5.541] (**) Logitech Unifying Device. Wireless PID:4013: always reports core events
    [ 5.541] (**) Option "Device" "/dev/input/event5"
    [ 5.542] (II) input device 'Logitech Unifying Device. Wireless PID:4013', /dev/input/event5 is tagged by udev as: Mouse
    [ 5.542] (II) input device 'Logitech Unifying Device. Wireless PID:4013', /dev/input/event5 is a pointer caps
    [ 5.610] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.2/0003:046D:C52B.0003/0003:046D:C52B.0004/input/input6/event5"
    [ 5.610] (II) XINPUT: Adding extended input device "Logitech Unifying Device. Wireless PID:4013" (type: MOUSE, id 9)
    [ 5.610] (**) Option "AccelerationScheme" "none"
    [ 5.610] (**) Logitech Unifying Device. Wireless PID:4013: (accel) selected scheme none/0
    [ 5.610] (**) Logitech Unifying Device. Wireless PID:4013: (accel) acceleration factor: 2.000
    [ 5.610] (**) Logitech Unifying Device. Wireless PID:4013: (accel) acceleration threshold: 4
    [ 5.611] (II) input device 'Logitech Unifying Device. Wireless PID:4013', /dev/input/event5 is tagged by udev as: Mouse
    [ 5.611] (II) input device 'Logitech Unifying Device. Wireless PID:4013', /dev/input/event5 is a pointer caps
    [ 5.611] (II) config/udev: Adding input device Logitech Unifying Device. Wireless PID:4013 (/dev/input/mouse0)
    [ 5.611] (II) No input driver specified, ignoring this device.
    [ 5.611] (II) This device may have been added with another device file.
    [ 5.612] (II) config/udev: Adding input device Integrated Camera (/dev/input/event16)
    [ 5.612] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
    [ 5.612] (**) Integrated Camera: Applying InputClass "libinput keyboard catchall"
    [ 5.612] (II) Using input driver 'libinput' for 'Integrated Camera'
    [ 5.612] (**) Integrated Camera: always reports core events
    [ 5.612] (**) Option "Device" "/dev/input/event16"
    [ 5.612] (II) input device 'Integrated Camera', /dev/input/event16 is tagged by udev as: Keyboard
    [ 5.612] (II) input device 'Integrated Camera', /dev/input/event16 is a keyboard
    [ 5.670] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input18/event16"
    [ 5.670] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 10)
    [ 5.671] (II) input device 'Integrated Camera', /dev/input/event16 is tagged by udev as: Keyboard
    [ 5.671] (II) input device 'Integrated Camera', /dev/input/event16 is a keyboard
    [ 5.671] (II) config/udev: Adding input device HDA Digital PCBeep (/dev/input/event8)
    [ 5.671] (II) No input driver specified, ignoring this device.
    [ 5.671] (II) This device may have been added with another device file.
    [ 5.672] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
    [ 5.672] (II) No input driver specified, ignoring this device.
    [ 5.672] (II) This device may have been added with another device file.
    [ 5.672] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event14)
    [ 5.672] (II) No input driver specified, ignoring this device.
    [ 5.672] (II) This device may have been added with another device file.
    [ 5.672] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
    [ 5.672] (II) No input driver specified, ignoring this device.
    [ 5.672] (II) This device may have been added with another device file.
    [ 5.673] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event12)
    [ 5.673] (II) No input driver specified, ignoring this device.
    [ 5.673] (II) This device may have been added with another device file.
    [ 5.673] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
    [ 5.673] (II) No input driver specified, ignoring this device.
    [ 5.673] (II) This device may have been added with another device file.
    [ 5.673] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event10)
    [ 5.673] (II) No input driver specified, ignoring this device.
    [ 5.673] (II) This device may have been added with another device file.
    [ 5.674] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event9)
    [ 5.674] (II) No input driver specified, ignoring this device.
    [ 5.674] (II) This device may have been added with another device file.
    [ 5.674] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event4)
    [ 5.674] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    [ 5.674] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
    [ 5.674] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
    [ 5.674] (**) AT Translated Set 2 keyboard: always reports core events
    [ 5.674] (**) Option "Device" "/dev/input/event4"
    [ 5.674] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event4 is tagged by udev as: Keyboard
    [ 5.674] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event4 is a keyboard
    [ 5.760] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input4/event4"
    [ 5.760] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 11)
    [ 5.760] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event4 is tagged by udev as: Keyboard
    [ 5.760] (II) input device 'AT Translated Set 2 keyboard', /dev/input/event4 is a keyboard
    [ 5.761] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event17)
    [ 5.761] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 5.761] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 5.761] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 5.761] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
    [ 5.761] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 5.761] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 5.761] (II) LoadModule: "synaptics"
    [ 5.761] (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    [ 5.763] (II) Module synaptics: vendor="X.Org Foundation"
    [ 5.763] compiled for 1.17.1, module version = 1.8.2
    [ 5.763] Module class: X.Org XInput Driver
    [ 5.763] ABI class: X.Org XInput driver, version 21.0
    [ 5.763] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 5.763] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 5.763] (**) Option "Device" "/dev/input/event17"
    [ 5.910] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 5.910] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5768 (res 65)
    [ 5.910] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5062 (res 136)
    [ 5.910] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 5.910] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 5.910] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 5.910] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 5.910] (**) Option "AreaBottomEdge" "82%"
    [ 5.910] (**) Option "ClickPad" "1"
    [ 5.910] (**) Option "EmulateMidButtonTime" "0"
    [ 5.910] (**) Option "VertScrollDelta" "122"
    [ 5.910] (**) Option "VertTwoFingerScroll" "1"
    [ 5.910] (**) Option "HorizTwoFingerScroll" "1"
    [ 5.910] (**) Option "TapButton1" "1"
    [ 5.910] (**) Option "TapButton2" "1"
    [ 5.910] (**) Option "TapButton3" "1"
    [ 5.910] (**) Option "PalmDetect" "1"
    [ 5.910] (**) Option "TapAndDragGesture" "1"
    [ 5.910] (**) Option "SoftButtonAreas" "5000 0 4220 0 0 0 0 0"
    [ 5.910] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 5.910] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 5.990] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event17"
    [ 5.990] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
    [ 5.990] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 5.990] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 5.990] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
    [ 5.990] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 5.990] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 5.990] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 5.990] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 5.990] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 5.991] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 5.991] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 5.991] (II) config/udev: Adding input device PC Speaker (/dev/input/event7)
    [ 5.991] (II) No input driver specified, ignoring this device.
    [ 5.991] (II) This device may have been added with another device file.
    [ 5.992] (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event6)
    [ 5.992] (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    [ 5.992] (**) ThinkPad Extra Buttons: Applying InputClass "libinput keyboard catchall"
    [ 5.992] (II) Using input driver 'libinput' for 'ThinkPad Extra Buttons'
    [ 5.992] (**) ThinkPad Extra Buttons: always reports core events
    [ 5.992] (**) Option "Device" "/dev/input/event6"
    [ 5.992] (II) input device 'ThinkPad Extra Buttons', /dev/input/event6 is tagged by udev as: Keyboard
    [ 5.992] (II) input device 'ThinkPad Extra Buttons', /dev/input/event6 is a keyboard
    [ 6.020] (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input7/event6"
    [ 6.020] (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 13)
    [ 6.020] (II) input device 'ThinkPad Extra Buttons', /dev/input/event6 is tagged by udev as: Keyboard
    [ 6.020] (II) input device 'ThinkPad Extra Buttons', /dev/input/event6 is a keyboard
    [ 6.025] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event13)
    [ 6.025] (II) No input driver specified, ignoring this device.
    [ 6.025] (II) This device may have been added with another device file.
    [ 6.025] (II) config/udev: Adding input device HDA Intel PCH Dock Mic (/dev/input/event14)
    [ 6.025] (II) No input driver specified, ignoring this device.
    [ 6.025] (II) This device may have been added with another device file.
    [ 6.025] (II) config/udev: removing device Integrated Camera
    [ 6.100] (II) UnloadModule: "libinput"
    [ 6.100] (II) config/udev: Adding input device Integrated Camera (/dev/input/event16)
    [ 6.100] (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
    [ 6.100] (**) Integrated Camera: Applying InputClass "libinput keyboard catchall"
    [ 6.100] (II) Using input driver 'libinput' for 'Integrated Camera'
    [ 6.100] (**) Integrated Camera: always reports core events
    [ 6.100] (**) Option "Device" "/dev/input/event16"
    [ 6.101] (II) input device 'Integrated Camera', /dev/input/event16 is tagged by udev as: Keyboard
    [ 6.101] (II) input device 'Integrated Camera', /dev/input/event16 is a keyboard
    [ 6.160] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/input/input18/event16"
    [ 6.160] (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 10)
    [ 6.160] (II) input device 'Integrated Camera', /dev/input/event16 is tagged by udev as: Keyboard
    [ 6.160] (II) input device 'Integrated Camera', /dev/input/event16 is a keyboard
    [ 6.161] (II) config/udev: Adding input device HDA Intel PCH Dock Headphone (/dev/input/event12)
    [ 6.161] (II) No input driver specified, ignoring this device.
    [ 6.161] (II) This device may have been added with another device file.
    [ 6.161] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
    [ 6.161] (II) No input driver specified, ignoring this device.
    [ 6.161] (II) This device may have been added with another device file.
    [ 6.162] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse1)
    [ 6.162] (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    [ 6.162] (II) config/udev: removing device SynPS/2 Synaptics TouchPad
    [ 6.220] (II) UnloadModule: "synaptics"
    [ 6.220] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event17)
    [ 6.220] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    [ 6.220] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 6.220] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 6.220] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "libinput touchpad catchall"
    [ 6.220] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    [ 6.220] (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    [ 6.220] (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    [ 6.220] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 6.220] (**) Option "Device" "/dev/input/event17"
    [ 6.360] (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    [ 6.360] (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5768 (res 65)
    [ 6.360] (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 5062 (res 136)
    [ 6.360] (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    [ 6.360] (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    [ 6.360] (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    [ 6.360] (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    [ 6.360] (**) Option "AreaBottomEdge" "82%"
    [ 6.360] (**) Option "ClickPad" "1"
    [ 6.360] (**) Option "EmulateMidButtonTime" "0"
    [ 6.360] (**) Option "VertScrollDelta" "122"
    [ 6.360] (**) Option "VertTwoFingerScroll" "1"
    [ 6.360] (**) Option "HorizTwoFingerScroll" "1"
    [ 6.360] (**) Option "TapButton1" "1"
    [ 6.360] (**) Option "TapButton2" "1"
    [ 6.360] (**) Option "TapButton3" "1"
    [ 6.360] (**) Option "PalmDetect" "1"
    [ 6.360] (**) Option "TapAndDragGesture" "1"
    [ 6.360] (**) Option "SoftButtonAreas" "5000 0 4220 0 0 0 0 0"
    [ 6.360] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 6.360] (**) SynPS/2 Synaptics TouchPad: always reports core events
    [ 6.420] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input9/event17"
    [ 6.420] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 12)
    [ 6.420] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    [ 6.420] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    [ 6.420] (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.035
    [ 6.420] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    [ 6.420] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    [ 6.420] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    [ 6.420] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    [ 6.420] (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    [ 6.960] (II) UnloadModule: "synaptics"
    [ 6.960] (II) UnloadModule: "libinput"
    [ 6.960] (II) UnloadModule: "libinput"
    [ 6.961] (II) UnloadModule: "libinput"
    [ 6.961] (II) UnloadModule: "libinput"
    [ 6.961] (II) UnloadModule: "libinput"
    [ 6.961] (II) UnloadModule: "libinput"
    [ 6.961] (II) UnloadModule: "libinput"
    [ 7.745] (II) Server terminated successfully (0). Closing log file.
    My kdm.log reports an issue with dbus:
    Note that your system uses syslog. All of kdm's internally generated messages
    (i.e., not from libraries and external programs/scripts it uses) go to the
    daemon.* syslog facility; check your syslog configuration to find out to which
    file(s) it is logged. PAM logs messages related to authentication to authpriv.*.
    klauncher(331) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(325)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(325)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(319) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(313)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(313)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(1028) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(1022)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(1022)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(1623) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(1617)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(1617)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(319) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(313)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(313)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(381) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(375)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(375)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(384) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(378)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(378)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(441) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(417)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(417)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(444) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(420)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(420)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(459) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(446)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(446)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(453) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(441)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(441)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(678) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(672)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(672)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(534) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(516)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(516)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(711) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(705)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(705)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(775) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(757)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(757)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(793) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(775)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(775)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(764) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(740)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(740)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(702) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(692)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(692)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(727) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(713)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(713)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(781) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(757)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(757)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(759) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(747)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(747)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(685) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(679)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(679)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(766) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(748)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(748)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(703) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(692)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(692)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(753) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(735)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(735)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(1230) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(1224)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(1224)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(727) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(707)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(707)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(757) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(743)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(743)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(766) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(748)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(748)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(695) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(689)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(689)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(733) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(727)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(727)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(773) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(755)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(755)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(771) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(753)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(753)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
    Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
    klauncher(709) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(699)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(699)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
    Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
    klauncher(760) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(740)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(740)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
    Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
    klauncher(780) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(762)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(762)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
    Unable to load library icui18n "Cannot load library icui18n: (icui18n: cannot open shared object file: No such file or directory)"
    klauncher(721) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(715)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(715)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(721) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(715)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(715)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(707) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(701)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(701)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(772) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(760)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(760)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    xf86: remove device 0 /sys/devices/pci0000:00/0000:00:02.0/drm/card0
    failed to find screen to remove
    klauncher(761) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(740)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(740)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(753) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(735)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(735)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(773) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(761)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(761)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(831) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(819)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(819)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(759) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(726)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(726)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(961) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(944)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(944)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(775) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(765)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(765)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(779) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(771)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(771)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(1012) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(1006)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(1006)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(872) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(859)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(859)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(888) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(866)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(866)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(1179) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(1165)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(1165)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(909) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(899)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(899)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(926) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(920)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(920)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(910) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(899)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(899)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(911) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(900)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(900)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(924) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(911)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(911)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(951) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(925)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(925)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(931) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(917)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(917)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(931) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(917)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(917)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(903) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(893)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(893)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(857) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(834)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(834)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(710) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(700)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(700)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(720) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(708)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(708)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(752) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(730)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(730)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    klauncher(709) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(701)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(701)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (EE) client bug: Invalid path /dev/input/event18
    [dix] couldn't enable device 14
    (II) Server terminated successfully (0). Closing log file.
    klauncher(763) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(738)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(738)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(752) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(730)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(730)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(752) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(730)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(730)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    (II) Server terminated successfully (0). Closing log file.
    klauncher(766) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(744)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(744)/kdecore (K*TimeZone*): No time zone information obtained from ktimezoned
    klauncher(725) kdemain: No DBUS session-bus found. Check if you have started the DBUS server.
    kdeinit4: Communication error with launcher. Exiting!
    kdmgreet(698)/kdecore (K*TimeZone*): KSystemTimeZones: ktimezoned initialize() D-Bus call failed: "Not connected to D-Bus server"
    kdmgreet(698)/kdecore (K*TimeZone*): No time zone information

    snoopyddogg wrote:startx starts TWM
    Can you start KDE using `startx` if you set up ~/.xinitrc correctly?
    https://wiki.archlinux.org/index.php/Xinitrc
    https://wiki.archlinux.org/index.php/Pl … ng_xinitrc

  • Hyperlink to a zip file fails during compile

    RoboHTML v.5.0.3
    Windows XP, Office 2007
    In my help file I create a hyperlink to a *.zip file (128MB) that is located on my C drive.
    The Zip appears in my baggage files.
    The Zip file contains an .exe and .msi file.
    Everything compiles when creating the chm except the zip file.
    Media Manager Demo 3.0.0.5.zip
    HHC5001: Error:
    Media Manager Demo 3.0.0.5.zip :
    An error occurred while reading "c:\Program Files\RoboHelp Office\RoboHTML\ESI Demo Kit\!SSL!\Microsoft_HTML_Help\!chm_tmp_folder_0\Media Manager Demo 3.0.0.5.zip".
    HHC5003: Error:
    Media Manager Demo 3.0.0.5.zip :
    Compilation failed while compiling Media Manager Demo 3.0.0.5.zip.
    The following files were not compiled:
    Media Manager Demo 3.0.0.5.zip
    I've searched for info on this topic but can't find any. Is it possible to create a hyperlink to a Zip file?
    Any help is appreciated.

    Hi there
    Colum may be spot on, but in case that isn't quite it, you may wish to change the file name so that instead of this:
    Media Manager Demo 3.0.0.5.zip
    It's something like this:
    Media_Manager_Demo_3_0_0_5.zip
    Note that each space now has an underscore as well as each of the dots having underscores.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Crystal Reports XI - failed to compile

    We purchased Crystal Report Nov 2007 and had no problem opening a report that was extracted from an accounting database.  We are in the process of upgrading this person to a new machine.  We installed Crystal and tried to open the report but we get this error "The saved data will be discarded since one or more formulas failed to compile."  We have uninstalled and reinstalled and we get the same thing.  We checked to see if the versions were different and they are not there both running Crystal XI version 11.0.0.1282 on Windows XP SP2.  We have changed machines and we get the same thing yet we go to other machine with the same specs and we have no problems so we don't know what to try next.  Can you help?  Jill

    Hi Jill,
    It sounds like the report you are trying to open has a formula that is using an external function.  The external function requires a separate DLL that was not installed onto this new machine. 
    The difficult thing is determining which function in which formula is being used.  Have a search on the old machine for U2L*.dll.  Copy these to the new machine and into the same folders. 
    Close Crystal and restart. 
    Good luck,
    Brian

  • SSIS Job is getting failed with an error "0x00000005 : Failed to compiled scripts contained in the package.

    Hi All. Could anyone resolve my issue.
    I was created a package with an Script task written in VB.Net.
    The Package was executing Successfully in BIDS.
    But when i tried to exceute the same using Sql server Agent Job, Its getting Failed with the below error message
    "Executed as user: Admin. Microsoft (R) SQL Server Execute Package Utility  Version 11.0.2100.60 for 32-bit  Copyright (C) Microsoft Corporation. All rights reserved.    Started:  5:12:27 PM  Error: 2013-03-13 17:12:32.33    
    Code: 0x00000005     Source: Checking Alcon Files Checking Alcon Files     Description: Failed to compiled scripts contained in the package. Open the package in SSIS Designer and resolve the compilation errors. 
    End Error  Error: 2013-03-13 17:12:32.33     Code: 0x00000005     Source: Checking Alcon Files Checking Alcon Files     Description: BC30179 - enum 'ScriptResults' and enum 'ScriptResults' conflict
    in class 'ScriptMain'., ScriptMain.vb, 156, 22  End Error  Error: 2013-03-13 17:12:32.36     Code: 0x00000005     Source: Checking Alcon Files Checking Alcon Files     Description: The binary
    code for the script is not found. Please open the script in the designer by clicking Edit Script button and make sure it builds successfully.  End Error  Error: 2013-03-13 17:12:34.28     Code: 0x00000005    
    Source: Formating Excel Sheet Formating Excel Sheet     Description: Failed to compiled scripts contained in the package. Open the package in SSIS Designer and resolve the compilation errors.  End Error  Error: 2013-03-13 17:12:34.28    
    Code: 0x00000005     Source: Formating Excel Sheet Formating Excel Sheet     Description: BC30179 - enum 'ScriptResults' and enum 'ScriptResults' conflict in class 'ScriptMain'., ScriptMain.vb, 191, 22  End Error 
    Error: 2013-03-13 17:12:34.29     Code: 0x00000005     Source: Formating Excel Sheet Formating Excel Sheet     Description: The binary code for the script is not found. Please open the script in the
    designer by clicking Edit Script button and make sure it builds successfully.  End Error  Error: 2013-03-13 17:12:51.56     Code: 0x00000004     Source: Checking Alcon Files      Description:
    The binary code for the script is not found. Please open the script in the designer by clicking Edit Script button and make sure it builds successfully.  End Error  Error: 2013-03-13 17:12:51.56     Code: 0xC0024107    
    Source: Checking Alcon Files      Description: There were errors during task validation.  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  5:12:27 PM  Finished: 5:12:51 PM 
    Elapsed:  24.336 seconds.  The package execution failed.  The step failed."
    Please give some solution to this.
    Thanks in advance

    Are you editing this job in SQL 2012? Is it wrapping your paths in \"? Like for example does the command line tab on the step look like this:
    /FILE "\"D:\yourPathGoesHere.dtsx\""  /CONFIGFILE "\"D:\yourPathGoesHere.dtsConfig\"" /CHECKPOINTING OFF /REPORTING E
    That's the problem I had, and I resolved it by recreating the whole thing via SQL Script and getting rid of all those \" things. I think that is preventing SSIS from looking up the precompiled binaries for your Script Task. So you should edit the command
    line manually:
    /FILE "D:\yourPathGoesHere.dtsx"  /CONFIGFILE "D:\yourPathGoesHere.dtsConfig" /CHECKPOINTING OFF /REPORTING E
    Please write back whether that helps you. David Dye's answer didn't help me at all.

  • Sun C 5.9 Build13_0 2006/01/06 fails to compile stdlib.h

    On both IA-32 and AMD64, c89 fails to compile a single-line
    test file containing
    #include <stdlib.h>
    "/usr/include/stdlib.h", line 537: long long not allowed in Xc mode
    "/usr/include/stdlib.h", line 537: invalid type combination
    I suggest that the "no long long" in Xc mode be dropped
    on these platforms, because that type is used in standard
    header files needed by most software.

    We will consider turning this into a warning and supressing that warning in system header files.

Maybe you are looking for