Installing vmware-workstation-6.5.3 with kernel26-2.6.32 walkthrough

I changed my Fedora 10 laptop to Archlinux 2 weeks ago (and I'm loving it).
So, I also had to move my vmware-workstation-6.5.3 to my new distro, and also all my virtual machines.
I followed  the wiki (http://wiki.archlinux.org/index.php/Installing_VMware) but until I had a working vmware, I had to do something different from the instructions.
So, I post here my walkthrough, if someone needs it.
Vmware package and kernel:
- VMware-Workstation-6.5.3-185404.i386.bundle.
- kernel26-2.6.32.1-1
1. As root cd to the directory where is VMware-Workstation and follow these steps:
[root@hp]# mkdir -p /etc/rc.d/vmware.d/{rc{0,1,2,3,4,5,6}.d,init.d}
[root@hp]# export VMWARE_SKIP_MODULES=true
[root@hp]# sh VMware-Workstation-6.5.3-185404.i386.bundle --console --custom
2. Read and accept EULA and go on.
3. Then press enter to all answers except "System service runlevels", where you must enter /etc/rc.d/vmware/, like in the example:
Do you agree? [yes/no]: yes
System path prefix.  Please note that choosing a path other than /usr
may result in missing icons, application launchers, and other desktop
integrations [/usr]:
System lib directory [/usr/lib]:
Architecture-independent files [/usr/share]:
User level binaries [/usr/bin]:
Super user level binaries [/usr/sbin]:
Documentation [/usr/share/doc]:
Manual pages [/usr/share/man]:
Header files [/usr/include]:
System configuration files [/etc]:
System service runlevels: /etc/rc.d/vmware.d/       <<--------------------------------
System service scripts [/etc/rc.d/vmware.d/init.d]:
Path to Eclipse directory for use with Integrated Virtual Debugger
(optional):
The product is ready to be installed.  Press enter to begin
installation or Ctrl-C to cancel.
4. Now exit from root and become normal user again. Then run vmware command.
[memyselfandi@hp]$ vmware
It asks to compile modules and you must press de "_Install" button.
After some ERROR messages it asks you the root passord and then it starts to compile modules.
Finally it starts vmware.
5. You must close it again and do this as root:
[root@hp]# ln -s /etc/rc.d/vmware.d/init.d/vmware /etc/rc.d/vmware
6. Then with your favorite editor, include "vmware" to DAEMONS in /etc/rc.conf to allow vmware modules to load while computer boots:
# /etc/rc.conf - Main Configuration for Arch Linux
DAEMONS=(syslog-ng ... ... vmware)
7. You must substitute /sbin/lsmod with /bin/lsmod in the file /etc/rc.d/vmware/init.d/vmware with your favorite editor or use this command instead:
[root@hp]# sed -i 's/\/sbin\/lsmod/\/bin\/lsmod/g' /etc/rc.d/vmware.d/init.d/vmware
8. Restart vmware services and load modules with this command:
[root@hp]# /etc/rc.d/vmware restart
9. There is a common mouse problem (it loses focus outside VGA area 640x480) because of GTK+ new version. To avoid this issue, add this line to the end of "/etc/vmware/bootstrap":
# /etc/vmware/bootstrap
export VMWARE_USE_SHIPPED_GTK=yes
10. Now you can  start as normal user:
[memyselfandi@hp]$ vmware
Or in the gnome menu "System Tools" --> "VMware Workstation"
I didn't experiment any problems with keycodes. I don't know, but they seem to be solved in 6.5.3 version(?)
Hope this help someone!

My vmware install logs don't really help here but they do show where it trails off into oblivion:
Sep 06 21:47:10.011: app| Log for VMware Workstation pid=26637 version=6.5.3 build=build-185404 option=Release
Sep 06 21:47:10.012: app| Host codepage=UTF-8 encoding=UTF-8
Sep 06 21:47:11.081: app| Extracting the sources of the vmmon module.
Sep 06 21:47:11.117: app| Building module with command: /usr/bin/make -C /tmp/vmware-root/modules/vmmon-only auto-build SUPPORT_SMP=1 HEADER_DIR=/lib/modules/2.6.30-ARCH/build/inc$
Sep 06 21:47:20.240: app| The vmmon module loads perfectly in the running kernel.
Sep 06 21:47:20.240: app|
Sep 06 21:47:20.265: app| Registering file: /usr/lib/vmware/installer/vmware-installer --register-file vmware-player regular /lib/modules/2.6.30-ARCH/misc/vmmon.o
Sep 06 21:47:20.616: app| Registering file: /usr/lib/vmware/installer/vmware-installer --register-file vmware-player regular /lib/modules/2.6.30-ARCH/misc/vmmon.ko
Sep 06 21:47:21.673: app| Extracting the sources of the vmnet module.
Sep 06 21:47:21.697: app| Building module with command: /usr/bin/make -C /tmp/vmware-root/modules/vmnet-only auto-build SUPPORT_SMP=1 HEADER_DIR=/lib/modules/2.6.30-ARCH/build/inc$
Last edited by jebus (2009-09-06 18:51:34)

Similar Messages

  • Install vmware-workstation-7.0.0 with kernel26-2.6.32 walkthrough

    For anyone who need some help, and the same way I did with version 6.5.3 (http://bbs.archlinux.org/viewtopic.php?id=88103), I post here my install walkthrough for vmware-workstation-7.0.0.
    There are only a few differences.
    Vmware package and kernel:
    - VMware-Workstation-Full-7.0.0-203739.i386.bundle
    - kernel26-2.6.32.1-1
    1. As root, cd to the directory where is VMware-Workstation and follow these steps:
    [root@hp]# mkdir -p /etc/rc.d/vmware.d/{rc{0,1,2,3,4,5,6}.d,init.d}
    [root@hp]# shVMware-Workstation-Full-7.0.0-203739.i386.bundle --console --custom
    2. Read and accept EULA and go on.
    3. Then press enter to all answers except "System service runlevels", where you must enter /etc/rc.d/vmware/, like in the example:
    Do you agree? [yes/no]: yes
    System path prefix.  Please note that choosing a path other than /usr
    may result in missing icons, application launchers, and other desktop
    integrations [/usr]:
    System lib directory [/usr/lib]:
    Architecture-independent files [/usr/share]:
    User level binaries [/usr/bin]:
    Super user level binaries [/usr/sbin]:
    Documentation [/usr/share/doc]:
    Manual pages [/usr/share/man]:
    Header files [/usr/include]:
    System configuration files [/etc]:
    System service runlevels: /etc/rc.d/vmware.d/       <<--------------------------------
    System service scripts [/etc/rc.d/vmware.d/init.d]:
    Path to Eclipse directory for use with Integrated Virtual Debugger
    (optional):
    The product is ready to be installed.  Press enter to begin
    installation or Ctrl-C to cancel.
    4. After installation is done, you must substitute /sbin/lsmod with /bin/lsmod in the file /etc/rc.d/vmware/init.d/vmware with your favorite editor, or use this command instead:
    [root@hp]# sed -i 's/\/sbin\/lsmod/\/bin\/lsmod/g' /etc/rc.d/vmware.d/init.d/vmware
    5. Now create a link to the init script, inthe place where Arch can recognize it:
    [root@hp]# ln -s /etc/rc.d/vmware.d/init.d/vmware /etc/rc.d/vmware
    6. Then with your favorite editor, include "vmware" to DAEMONS in /etc/rc.conf to allow vmware modules to load while computer boots:
    # /etc/rc.conf - Main Configuration for Arch Linux
    DAEMONS=(syslog-ng ... ... vmware)
    7. Now exit from root and become normal user again. Then run vmware command and test it.
    [memyselfandi@hp]$ vmware
    That's all!

    Wow, thank you very much!! Your incredible guide help me installing VMware 7.01 in a snap, you're the king =D
    I think there should be a section like "Application instalation guides" with all guides like this.
    The question now is how to install VMware Tools into an Arch guest (currently using KDE SC).
    I'm investigating that right now...
    Last edited by martin77 (2010-05-26 01:47:39)

  • How to install VMware WorkStation on Windows 7 Ultimate 32 bit.

    Hi there, 
    I m new to this and need help as I am trying to intall VMware Workstation(may be 11.0) on Windows 7 Ultimate 32bit, on which I will deploy Windows 2008 R2 and Windows 2012.'
    Here is my laptop Config:
    Processor: Intel(R) Core(TM) i3-2328M CPU @ 2.20GHz 
    RAM: 6 GB(3.22 GB Usable)
    I have tried my hands with fewer available(online) VM workstation 11 which reads as compatible with Win 7 32.. But when I have downloaded and trying to install, it says it is not compatible with 32bit but on 64bit. 
    I have Windows 7 Ultimate 32bit installed on my laptop. 
    Hence, please suggest me with the link for vmware workstation 11. Also, please let me know if it is recommended  to install vmware workstation and on that install 2008 R2 and 2012 both Server Operating Systems.
    Your time will be appreciated.
    Thanks & Regards,
    ME

    Firstly, thanks for the reply...
    Can I go for vmwware workstation 10.0.4 with my windows 7 ultimate 32bit..
    Also, Will my system work properly if I install 2008 r2 and 2012 Server OS on Vmware workstaion which in deployed on Windows 7.
    Your suggestions will be appreciate.
    Thanks,
    ME

  • Problem install vmware workstation

    I have problem to install vmware workstation, my log is
    Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so:

    DSpider wrote:
    Out of curiosity, did you bother to google "Failed to load module canberra-gtk-module" ?
    ^ Search the forum with this.
    i search in google.... but not found anything  example
    https://bbs.archlinux.org/viewtopic.php?id=120761
    https://bugs.archlinux.org/task/23655
    the module is installed but not recognized...
    javier@cosmico:~ $ sudo find / -iname libcanberra-gtk-module.so
    /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
    /usr/lib/gtk-3.0/modules/libcanberra-gtk-module.so
    /usr/lib32/gtk-2.0/modules/libcanberra-gtk-module.so
    javier@cosmico:~ $

  • Install VMWARE Workstation on Oracle Enterprise Linux 5.2

    Hi,
    I installed Oracle Enterprise Linux 5.2 and then i want to install Vmware Workstation 6.5. But the kernel pre-configured is installed with XEN option into kernel. And the Vmware package is not compatible with.
    So i must to desinstall Xen option from the kernel.
    Is someone can explain to me how to do ?
    Regards.
    Stéphane.

    There are several variations on the kernel RPM package. Some have XEN support and some do not.
    1) Make sure you have the simple kernel-<version> RPM package installed:
    # rpm -q kernel-$(uname -r)
    and install it if you don't:
    # up2date --install kernel
    2) Remove the kernel-xen RPM package:
    # rpm -e kernel-xen
    3) Reboot into your vanilla kernel installed in step #1

  • Install VMware Workstation

    I'm executing the bundle for installing VMware Workstation downloaded from the official website, and it asks me to enter the system service scripts directory. What is it on Arch Linux?

    You'll find the answer to your question here: https://wiki.archlinux.org/index.php/Vmware

  • I have installed VMware Fusion but having trouble with Calyx Point software and was told Bootcamp needed to be installed.  Will I not have to uninstall Calyx, VMWare and Windows 7 prior to installing Bootcamp?

    I have just bought a new MacBook Pro and I really like it.  However, for my job I have to use Calyx Point software which has to be ran on the Windows side, so they sold me VMware Fusion software.  It works fine until I try to save a PDF or email docs.  I have called Calyx and they have advised me that bootcamp works.  I am wondering if this is going to help and since I have already installed VMware am I not going to have to uninstall that program, Windows and Point and then install bootcamp and reinstall Windows and Point?  If I'm beating my head against the wall, and just need to return the laptop, then that's what I will do, but I sure hate to as I really like my Mac.

    Checked VMware Fusion Community Forum?
    Most install Windows (natively) and then 'attach' the (Boot Camp) partition to Fusion.
    that way you can dual boot and run Windows natively when needed, and run Windows as a Guest OS VM under Mac OS.
    But.... and I don't know about Calyx, doing things like save pdf and email should work fine same as usual.
    Maybe there is something you didn't or need to do to Fusion (Tools or install Acrobat) or in configuring.
    I used Fusion but found I prefered running Windows natively at the time.
    If you do need to use one install in both manners, then you need to do through and partition your drive and reinstall Windows that way, and only then attach Fusion to it.
    If you need to run Windows for work, I'd exchange it - especially if you have only had it a couple days, and get another.  There are a lot of new laptops coming out in the next months that look nice, fast and won't have some of the issues you run into with Windows on a Mac.

  • Can I install Oracle VM server on VMware Workstation 7 with linux?

    I have installed VMware Workstation 7 on my laptop that already has windows 7 operating system.
    Next I installed Oracle Enterprise Linux 4 on my VMware Workstation 7.
    Now am planing to setup a RAC environment.
    What should be my next step? The documentation says I need to install VMware server.
    Are VMware server and Oracle VM server the same?
    can we replace one with other.
    I am a newbie.. Please spare my questions.

    hi,
    your vm ware server is ok.. but you should install same o/s for RAC..
    remove the linux and install windows and try RAC node in vmware..
    or try install linux
    check the link
    http://www.oracle-base.com/articles/10g/OracleDB10gR2RACInstallationOnCentos4UsingVMware.php
    for window 2003
    http://www.oracle-base.com/articles/10g/OracleDB10gR2RACInstallationOnWindows2003UsingVMware.php
    regards,
    Deepak

  • Not able to install server 2012 R2 on a VMware Workstation 10 .

    Dear Team,
    Thanks in advance. 
    I am facing an issue when installing server 2012 R2 on a VMware Workstation 10 .
    This is the error message i get ''windows cannot find the microsoft software license terms. make sure the installation sources are valid and restart the installation.'' 
    i have tried changing the initial install option of OS  to ''other''. But still its the same.
    Finally i have installed it without adding the OS disk in the initial setup. But the problem here is that its asking me activation key. 
    if you have the activation key for 180 days please let me know.

    I have the same problem here.
    With VMWare Workstation 10, downloading and using the Windows 2012 R2 ISO evaluation to test.
    Shortly after booting up with the ISO, it complains about this message:  ''windows cannot find the microsoft software
    license terms. make sure the installation sources are valid and restart the installation.''
    BUT, if you uninstall VMWare Workstation 10 and install VMWare Workstation 9, no problem.
    Something wrong with either VMWare Workstation 10 or Windows 2012 R2.

  • [SOLVED]VMware-Workstation install error

    Anyone else getting this error while trying to install VMware-Workstation-Full-10.0.3-1895310.x86_64.bundle? Just started happening after latest kernel update, installed just fine before.
    Extracting VMware Installer...done.
    Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory
    Attempt to unlock mutex that was not locked
    /tmp/vmis.SbhNmP/install/vmware-installer/vmware-installer: line 56:  1594 Aborted                 (core dumped) VMWARE_INSTALLER="$VMWARE_INSTALLER" VMISPYVERSION="$VMISPYVERSION" "$VMWARE_INSTALLER"/vmis-launcher "$VMWARE_INSTALLER"/vmware-installer.py "$@"
    Last edited by Pednick (2014-10-24 00:55:00)

    Trilby wrote:
    Please post the output of the following:
    pacman -Qs libcanberra
    pacman -Qi linux
    uname -a
    if the version numbers from the second and third command don't match, reboot.
    Thanks for the info, I already had libcanberra installed. I manually do that after a fresh install so I don't know why the errors show. Anyway I found out I can do this:
    ./VMware-Workstation-Full-10.0.3-1895310.x86_64.bundle --console --eulas-agreed
    pacman -S linux-headers then reboot
    uname -r
    find / -name headers
    Worked after that.

  • Vmware workstation problem

    So I've just installed VMware Workstation 11 and when I try to start it , it does not start
    this is the content of the log file
    Can anyone help me out ?
    2015-06-16T22:58:08.153+01:00| vmui| I120: Log for VMware Workstation pid=5366 version=11.1.2 build=build-2780323 option=Release
    2015-06-16T22:58:08.153+01:00| vmui| I120: The process is 64-bit.
    2015-06-16T22:58:08.153+01:00| vmui| I120: Host codepage=UTF-8 encoding=UTF-8
    2015-06-16T22:58:08.153+01:00| vmui| I120: Host is unknown
    2015-06-16T22:58:08.141+01:00| vthread-4| I120: Using GTK 2.24.28
    2015-06-16T22:58:08.151+01:00| vthread-4| I120: UTIL: Change file descriptor limit from soft 1024,hard 4096 to soft 4096,hard 4096.
    2015-06-16T22:58:08.151+01:00| vmui| I120: VTHREAD initialize main thread 4 "vmui" pid 5366
    2015-06-16T22:58:08.151+01:00| vmui| I120: DictionaryLoad: Cannot open file "/usr/lib/vmware/settings": No such file or directory.
    2015-06-16T22:58:08.151+01:00| vmui| I120: Msg_Reset:
    2015-06-16T22:58:08.151+01:00| vmui| I120: [msg.dictionary.load.openFailed] Cannot open file "/usr/lib/vmware/settings": No such file or directory.
    2015-06-16T22:58:08.151+01:00| vmui| I120: ----------------------------------------
    2015-06-16T22:58:08.151+01:00| vmui| I120: PREF Optional preferences file not found at /usr/lib/vmware/settings. Using default values.
    2015-06-16T22:58:08.152+01:00| vmui| I120: DictionaryLoad: Cannot open file "/home/gaston/.vmware/config": No such file or directory.
    2015-06-16T22:58:08.152+01:00| vmui| I120: Msg_Reset:
    2015-06-16T22:58:08.152+01:00| vmui| I120: [msg.dictionary.load.openFailed] Cannot open file "/home/gaston/.vmware/config": No such file or directory.
    2015-06-16T22:58:08.152+01:00| vmui| I120: ----------------------------------------
    2015-06-16T22:58:08.152+01:00| vmui| I120: PREF Optional preferences file not found at /home/gaston/.vmware/config. Using default values.
    2015-06-16T22:58:08.152+01:00| vmui| I120: PREF Unable to check permissions for preferences file.
    2015-06-16T22:58:08.152+01:00| vmui| I120: DictionaryLoad: Cannot open file "/home/gaston/.vmware/preferences": No such file or directory.
    2015-06-16T22:58:08.152+01:00| vmui| I120: Msg_Reset:
    2015-06-16T22:58:08.152+01:00| vmui| I120: [msg.dictionary.load.openFailed] Cannot open file "/home/gaston/.vmware/preferences": No such file or directory.
    2015-06-16T22:58:08.152+01:00| vmui| I120: ----------------------------------------
    2015-06-16T22:58:08.152+01:00| vmui| I120: PREF Failed to load user preferences.
    2015-06-16T22:58:08.176+01:00| vmui| W110: HostinfoReadDistroFile: Cannot work with empty file.
    2015-06-16T22:58:08.176+01:00| vmui| W110: HostinfoOSData: Error: no distro file found
    2015-06-16T22:58:08.176+01:00| vmui| W110: PID: 5366, log output: /tmp/vmware-gaston/vmware-ui-5366.log
    2015-06-16T22:58:08.176+01:00| vmui| I120: OBJLIB-LIB: Objlib initialized.
    2015-06-16T22:58:08.237+01:00| vmui| I120: HALLoadLibrary: Could not dlopen libhal.so.1: libhal.so.1: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type.
    2015-06-16T22:58:08.237+01:00| vmui| I120: HALLoadLibrary: Could not dlopen libhal.so.0: libhal.so.0: Ne peut ouvrir le fichier d'objet partagé: Aucun fichier ou dossier de ce type.
    2015-06-16T22:58:08.307+01:00| vmui| I120: UUID: Unable to open /sys/firmware/efi/systab: No such file or directory
    2015-06-16T22:58:08.307+01:00| vmui| I120: UUID: Unable to open /dev/mem: Permission non accordée
    2015-06-16T22:58:08.310+01:00| vmui| I120: UUID: Valid gethostid routine. Value = A8C00401.
    2015-06-16T22:58:08.311+01:00| vmui| I120: vmxFilePath="/usr/lib/vmware/bin/vmware-vmx"
    2015-06-16T22:58:08.311+01:00| vmui| I120: vmxFilePathDebug="/usr/lib/vmware/bin/vmware-vmx-debug"
    2015-06-16T22:58:08.311+01:00| vmui| I120: vmxFilePathStats="/usr/lib/vmware/bin/vmware-vmx-stats"
    2015-06-16T22:58:08.313+01:00| vmui| I120: HostDeviceInfo_FindHostCDROMs: enumerating IDE CDROMs
    2015-06-16T22:58:08.313+01:00| vmui| I120: HostDeviceInfoFindHostIDECDROMs: /proc/ide could not be explored. Unable to enumerate host IDE cdroms.
    2015-06-16T22:58:08.313+01:00| vmui| I120: HostDeviceInfo_FindHostCDROMs: IDE CDROM enumerating completed
    2015-06-16T22:58:08.314+01:00| vmui| I120: HostDeviceInfo_FindHostCDROMs: enumerating SCSI CDROMs
    2015-06-16T22:58:08.354+01:00| vmui| I120: HostDeviceInfo_FindHostCDROMs: SCSI CDROM enumerating completed
    2015-06-16T22:58:08.462+01:00| vmui| I120: SMBIOS: can't open /dev/mem: Insufficient permission to access the file
    2015-06-16T22:58:08.462+01:00| vmui| I120: VmhsHostInfoPopulateSystem: Could not get information from smbios to populate VMDB.
    2015-06-16T22:58:08.788+01:00| vmui| I120: SOCKET creating new socket, connecting to /var/run/vmware/usbarbitrator-socket
    2015-06-16T22:58:08.788+01:00| vmui| I120: SOCKET connect failed, error 2: No such file or directory
    2015-06-16T22:58:08.788+01:00| vmui| I120: REM-USB: Protocol version min:15 current:16. hostId:a8c00401
    2015-06-16T22:58:08.788+01:00| vmui| I120: REM-USB: Initializing 'Generic' backend
    2015-06-16T22:58:08.788+01:00| vmui| I120: SOCKET creating new socket, connecting to /var/run/vmware/usbarbitrator-socket
    2015-06-16T22:58:08.788+01:00| vmui| I120: SOCKET connect failed, error 2: No such file or directory
    2015-06-16T22:58:08.788+01:00| vmui| I120: SOCKET creating new socket, connecting to /var/run/vmware/usbarbitrator-socket
    2015-06-16T22:58:08.788+01:00| vmui| I120: SOCKET connect failed, error 2: No such file or directory
    2015-06-16T22:58:08.797+01:00| vmui| I120: DictionaryLoad: Cannot open file "/home/gaston/.vmware/preferences": No such file or directory.
    2015-06-16T22:58:08.812+01:00| vmui| I120: DictionaryLoad: Cannot open file "/home/gaston/.vmware/preferences-private": No such file or directory.
    2015-06-16T22:58:08.812+01:00| vmui| I120: NewComponentMgr: 11.1.2(2780323)
    2015-06-16T22:58:08.813+01:00| vmui| I120: CDS: Initializing a CDS updater client 1.0 for product unknown, version 11.1.2.2780323 (workspace /tmp/vmware-gaston)
    2015-06-16T22:58:09.108+01:00| vmui| I120: LOCALE fr_FR.utf8 -> NULL
    2015-06-16T22:58:09.288+01:00| vmui| I120: CDS: No cached version for vmware-player
    2015-06-16T22:58:09.288+01:00| vmui| I120: RefreshComponentListWithDefaults: CDS_UNKNOWN_PRODUCT_ERROR for product player-windows
    2015-06-16T22:58:09.463+01:00| vmui| I120: CDS: No cached version for vmware-tools-darwin
    2015-06-16T22:58:09.666+01:00| vmui| I120: CDS: Found cached version 9.9.3 build 2780323 for vmware-tools-freebsd
    2015-06-16T22:58:09.859+01:00| vmui| I120: CDS: Found cached version 9.9.3 build 2780323 for vmware-tools-linux
    2015-06-16T22:58:10.037+01:00| vmui| I120: CDS: Found cached version 9.9.3 build 2780323 for vmware-tools-netware
    2015-06-16T22:58:10.219+01:00| vmui| I120: CDS: Found cached version 9.9.3 build 2780323 for vmware-tools-solaris
    2015-06-16T22:58:10.396+01:00| vmui| I120: CDS: Found cached version 9.9.3 build 2780323 for vmware-tools-winPre2k
    2015-06-16T22:58:10.581+01:00| vmui| I120: CDS: Found cached version 9.9.3 build 2780323 for vmware-tools-windows
    2015-06-16T22:58:10.760+01:00| vmui| I120: CDS: Found cached version 11.1.2 build 2780323 for vmware-workstation
    2015-06-16T22:58:10.760+01:00| vmui| I120: RefreshComponentListWithDefaults: CDS_UNKNOWN_PRODUCT_ERROR for product ws-windows
    2015-06-16T22:58:10.761+01:00| vmui| I120: NewComponentMgr: 11.1.2(2780323)
    2015-06-16T22:58:10.762+01:00| vmui| I120: CDS: Initializing a CDS updater client 1.0 for product ws-linux, version 11.1.2.2780323 (workspace /tmp/vmware-gaston)
    2015-06-16T22:58:11.054+01:00| vmui| I120: LOCALE fr_FR.utf8 -> NULL
    2015-06-16T22:58:11.441+01:00| vmui| I120: CDS: No cached version for vmware-player
    2015-06-16T22:58:11.441+01:00| vmui| I120: RefreshComponentListWithDefaults: CDS_UNKNOWN_PRODUCT_ERROR for product player-windows
    2015-06-16T22:58:11.923+01:00| vmui| I120: CDS: No cached version for vmware-tools-darwin
    2015-06-16T22:58:12.373+01:00| vmui| I120: CDS: Found cached version 9.9.3 build 2780323 for vmware-tools-freebsd
    2015-06-16T22:58:12.821+01:00| vmui| I120: CDS: Found cached version 9.9.3 build 2780323 for vmware-tools-linux
    2015-06-16T22:58:13.168+01:00| vmui| I120: CDS: Found cached version 9.9.3 build 2780323 for vmware-tools-netware
    2015-06-16T22:58:13.604+01:00| vmui| I120: CDS: Found cached version 9.9.3 build 2780323 for vmware-tools-solaris
    2015-06-16T22:58:14.133+01:00| vmui| I120: CDS: Found cached version 9.9.3 build 2780323 for vmware-tools-winPre2k
    2015-06-16T22:58:14.429+01:00| vmui| I120: CDS: Found cached version 9.9.3 build 2780323 for vmware-tools-windows
    2015-06-16T22:58:14.821+01:00| vmui| I120: CDS: Found cached version 11.1.2 build 2780323 for vmware-workstation
    2015-06-16T22:58:14.821+01:00| vmui| I120: RefreshComponentListWithDefaults: CDS_UNKNOWN_PRODUCT_ERROR for product ws-windows
    2015-06-16T22:58:14.825+01:00| vmui| I120: CDS: Initializing a CDS updater client 1.0 for product ws-linux, version 11.1.2 (workspace /tmp/vmware-gaston)
    2015-06-16T22:58:15.124+01:00| vmui| I120: LOCALE fr_FR.utf8 -> NULL
    2015-06-16T22:58:15.124+01:00| vmui| I120: Foundry Init: setting up global state (1 poll threads, 0 worker threads).
    2015-06-16T22:58:15.124+01:00| vmui| I120: Vix_InitializeGlobalState: vixLogLevel = 0
    2015-06-16T22:58:15.124+01:00| vmui| I120: Vix_InitializeGlobalState: vixApiTraceLevel = 0
    2015-06-16T22:58:15.124+01:00| vmui| I120: Vix_InitializeGlobalState: vixDebugPanicOnVixAssert = 0
    2015-06-16T22:58:15.124+01:00| vmui| I120: Vix_InitializeGlobalState: vixLogRefcountOnFinalRelease = 0
    2015-06-16T22:58:15.125+01:00| vmui| I120: Vix_InitializeGlobalState: asyncOpWarningThreshold = 1000000
    2015-06-16T22:58:15.125+01:00| vmui| I120: Vix_InitializeGlobalState: enableSyncOpSelection = FALSE
    2015-06-16T22:58:15.125+01:00| vmui| I120: Vix_InitializeGlobalState: enableExternalThreadInterface = TRUE
    2015-06-16T22:58:15.125+01:00| vmui| I120: Vix_InitializeGlobalState: enableVigor = FALSE
    2015-06-16T22:58:15.125+01:00| vmui| I120: LOCALE fr_FR.utf8 -> NULL
    2015-06-16T22:58:15.125+01:00| vmui| I120: VixHost_ConnectEx: version -1, hostType 3, hostName (null), hostPort 0, options 8707
    2015-06-16T22:58:15.125+01:00| vmui| I120: LOCALE fr_FR.utf8 -> NULL
    2015-06-16T22:58:15.245+01:00| vmui| I120: DictionaryLoad: Cannot open file "/home/gaston/.vmware/inventory.vmls": No such file or directory.
    2015-06-16T22:58:15.245+01:00| vmui| I120: DictionaryLoad: Cannot open file "/home/gaston/.vmware/favorites.vmls": No such file or directory.
    2015-06-16T22:58:15+01:00[+0.011]| vmui| W110: Caught signal 6 -- tid 5366 (addr 3E8000014F6)
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: SIGNAL: rip 0x7f7d04c94528 rsp 0x7fffd001c448 rbp 0x7fffd001c7e0
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: SIGNAL: rax 0x0 rbx 0x5b rcx 0x7f7d04c94528 rdx 0x6 rsi 0x14f6 rdi 0x14f6
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: r8 0x7f7d04dbe140 r9 0x0 r10 0x8 r11 0x206 r12 0x5b r13 0x7fffd001c5f8 r14 0x7fffd001c5f8 r15 0x2
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: SIGNAL: stack 7FFFD001C448 : 0x00007f7d04c9593a 0x0000000000000020
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: SIGNAL: stack 7FFFD001C458 : 0x0000000000000000 0x0000000000000000
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: SIGNAL: stack 7FFFD001C468 : 0x0000000000000000 0x0000000000000000
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: SIGNAL: stack 7FFFD001C478 : 0x0000000000000000 0x0000000000000000
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: SIGNAL: stack 7FFFD001C488 : 0x0000000000000000 0x0000000000000000
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: SIGNAL: stack 7FFFD001C498 : 0x0000000000000000 0x0000000000000000
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: SIGNAL: stack 7FFFD001C4A8 : 0x0000000000000000 0x0000000000000000
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: SIGNAL: stack 7FFFD001C4B8 : 0x0000000000000000 0x0000000000000000
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace:
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[0] 00007fffd001bee0 rip=00007f7cf792e47e rbx=00007f7cf792e250 rbp=0000000000000000 r12=00007f7d05cfc6c8 r13=00007fffd001c4c8 r14=00007fffd001c4c8 r15=0000000000000006
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[1] 00007fffd001bf10 rip=00007f7cf7714469 rbx=0000000000000006 rbp=0000000000000004 r12=00007f7d05cfc6c8 r13=00007fffd001c4c8 r14=00007fffd001c4c8 r15=0000000000000006
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[2] 00007fffd001c000 rip=00007f7d05229660 rbx=000000000000005b rbp=00007fffd001c7e0 r12=000000000000005b r13=00007fffd001c5f8 r14=00007fffd001c5f8 r15=0000000000000002
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[3] 00007fffd001c448 rip=00007f7d04c94528 rbx=000000000000005b rbp=00007fffd001c7e0 r12=000000000000005b r13=00007fffd001c5f8 r14=00007fffd001c5f8 r15=0000000000000002
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[4] 00007fffd001c450 rip=00007f7d04c9593a rbx=000000000000005b rbp=00007fffd001c7e0 r12=000000000000005b r13=00007fffd001c5f8 r14=00007fffd001c5f8 r15=0000000000000002
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[5] 00007fffd001c580 rip=00007f7d04cd2bb2 rbx=000000000000005b rbp=00007fffd001c7e0 r12=000000000000005b r13=00007fffd001c5f8 r14=00007fffd001c5f8 r15=0000000000000002
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[6] 00007fffd001c7f0 rip=00007f7d04cd80fe rbx=0000000000000003 rbp=00007fffd001c7f0 r12=00007f7d04dc5b51 r13=0000000000000000 r14=00007f7d068d8000 r15=000000000000001b
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[7] 00007fffd001c830 rip=00007f7d04cd88db rbx=00007f7d06a55760 rbp=0000000000000009 r12=0000000000000000 r13=0000000000000000 r14=00007f7d068d8000 r15=000000000000001b
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[8] 00007fffd001c8a0 rip=00007f7d0384e24d rbx=00007f7d06a55770 rbp=0000000000000009 r12=00007fffd001c990 r13=0000000000000000 r14=00007f7d068d8000 r15=000000000000001b
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[9] 00007fffd001c8b0 rip=00007f7cf6c710ed rbx=00007f7d06a55420 rbp=0000000000000009 r12=00007fffd001c990 r13=0000000000000000 r14=00007f7d068d8000 r15=000000000000001b
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[10] 00007fffd001c8d0 rip=00007f7cf7353175 rbx=00007fffd001c990 rbp=00007f7d06a60530 r12=0000000000000001 r13=0000000000000000 r14=00007f7d068d8000 r15=000000000000001b
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[11] 00007fffd001ca60 rip=00007f7cf7356270 rbx=00007f7d06a60530 rbp=00007fffd001cb19 r12=00007fffd001cb19 r13=00007f7d068d8000 r14=0000000000000000 r15=00000000ffffffff
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[12] 00007fffd001ca90 rip=00007f7cf7310c2d rbx=00007f7d06a60530 rbp=0000000000000000 r12=00007fffd001cb19 r13=00007f7d068d8000 r14=0000000000000000 r15=00000000ffffffff
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[13] 00007fffd001cab0 rip=00007f7cf73211f1 rbx=00007f7d06a60530 rbp=00007fffd001cb19 r12=0000000000000000 r13=00007f7d068d8000 r14=0000000000000000 r15=00000000ffffffff
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[14] 00007fffd001cad0 rip=00007f7cf7334876 rbx=00007f7d062f5a80 rbp=00007fffd001cb1a r12=0000000000000000 r13=00007f7d068d8000 r14=0000000000000000 r15=00000000ffffffff
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[15] 00007fffd001cb70 rip=00007f7cf73354ad rbx=00007f7d062f5a80 rbp=0000000000000000 r12=00007f7d068e0ba0 r13=0000000000001153 r14=00000000000086ba r15=00007f7d068d8000
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[16] 00007fffd001cca0 rip=00007f7cf733568d rbx=00007f7d062f5a80 rbp=0000000000000001 r12=0000000000000000 r13=0000000000000000 r14=00007f7d068c4220 r15=000000000000000d
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[17] 00007fffd001cdc0 rip=00007f7cf73359ad rbx=00007fffd001cdec rbp=00007f7d062f5a80 r12=0000000000000000 r13=0000000000000000 r14=00007f7d068c4220 r15=000000000000000d
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[18] 00007fffd001cde0 rip=00007f7cf52b58a7 rbx=00007fffd001cdec rbp=00007f7d068d1700 r12=0000000000000000 r13=0000000000000000 r14=00007f7d068c4220 r15=000000000000000d
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[19] 00007fffd001ce20 rip=00007f7cf52b53b3 rbx=00007f7d068c4030 rbp=00007f7d068d1730 r12=00007f7d068d1710 r13=00007f7d068d0b10 r14=00007f7d068c4220 r15=000000000000000d
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[20] 00007fffd001cf00 rip=00007f7cf52a9413 rbx=00007f7d06158340 rbp=00007f7d06905960 r12=00007f7d068c4030 r13=00007f7cf52aa0a0 r14=00007f7d068b6a60 r15=00007fffd001d1d0
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[21] 00007fffd001cf40 rip=00007f7cf52a96af rbx=00007f7d06158340 rbp=00007f7d068b6a60 r12=00007f7d068d0d00 r13=00007f7d068d1b30 r14=00007f7d06158260 r15=00007fffd001d1d0
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[22] 00007fffd001cf90 rip=00007f7cf52a98e5 rbx=00007f7d06158340 rbp=00007f7d068d0b70 r12=00007f7d068b6a60 r13=00007f7d068d1b30 r14=00007fffd001d220 r15=00007fffd001d1d0
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[23] 00007fffd001cfc0 rip=00007f7cf3e7dffe rbx=0000000000000001 rbp=00007f7d06a58150 r12=00007f7d068bc768 r13=00007f7d068b6a60 r14=00007fffd001d220 r15=00007fffd001d1d0
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[24] 00007fffd001d270 rip=00007f7cf3efd55d rbx=00007fffd001d4d0 rbp=00007f7d06a58150 r12=00007fffd001d4c0 r13=00007fffd001d4e0 r14=00007fffd001d510 r15=00007f7d067d6600
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[25] 00007fffd001d620 rip=00007f7cf3f01677 rbx=00007fffd001dd70 rbp=00007f7d06a58150 r12=00007f7d068cdfb0 r13=00007f7d067d6600 r14=00007f7d068c1c30 r15=0000000000000000
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[26] 00007fffd001dba0 rip=00007f7cf2e98980 rbx=00007fffd001dd10 rbp=00007fffd001dbc0 r12=00007fffd001dd70 r13=00007fffd001e330 r14=00007fffd001dd00 r15=00007fffd001dd30
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[27] 00007fffd001ddd0 rip=00007f7cf2ea4b74 rbx=00007fffd001e3c0 rbp=00007fffd001e330 r12=00007fffd001e320 r13=00007fffd001e890 r14=00007f7d067a5180 r15=00007fffd001e5a0
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[28] 00007fffd001e420 rip=00007f7cf2e9b67c rbx=00007fffd001e520 rbp=00007f7d068ce890 r12=0000000000000000 r13=00007fffd001e4b0 r14=00007fffd001e660 r15=00007fffd001e5a0
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[29] 00007fffd001e810 rip=00007f7cf2e9bfa5 rbx=00007fffd001e890 rbp=00007fffd001e940 r12=00007fffd001eae0 r13=00007fffd001eaa8 r14=00007fffd001ea98 r15=00007fffd001ea88
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[30] 00007fffd001e890 rip=00007f7cf2edb401 rbx=00007f7d060a3170 rbp=0000000000000001 r12=00007fffd001ecf8 r13=00007fffd001ecf8 r14=00007f7d0606e140 r15=00000000ffffffff
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[31] 00007fffd001eb20 rip=00007f7d05a8a5c7 rbx=00007f7d060a3170 rbp=00007f7d060a2e80 r12=0000000000000001 r13=00007fffd001ecf8 r14=00007f7d0606e140 r15=00000000ffffffff
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[32] 00007fffd001ec20 rip=00007f7d04c81790 rbx=0000000000000000 rbp=00007f7d05af7a50 r12=00007f7d05a89cc0 r13=00007fffd001ecf0 r14=0000000000000000 r15=0000000000000000
    2015-06-16T22:58:15+01:00[+0.011]| vmui| I120: Backtrace[33] 00007fffd001ece0 rip=00007f7d05a89ce9 rbx=0000000000000000 rbp=0000000000000000 r12=00007f7d05a89cc0 r13=00007fffd001ecf0 r14=0000000000000000 r15=0000000000000000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[0] 00007fffd001bee0 rip=00007f7cf792e47e in function Util_BacktraceWithFunc in object /usr/lib/vmware/lib/libvmwarebase.so.0/libvmwarebase.so.0 loaded at 00007f7cf7571000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[1] 00007fffd001bf10 rip=00007f7cf7714469 in function (null) in object /usr/lib/vmware/lib/libvmwarebase.so.0/libvmwarebase.so.0 loaded at 00007f7cf7571000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[2] 00007fffd001c000 rip=00007f7d05229660 in function (null) in object /usr/lib/libpthread.so.0 loaded at 00007f7d05219000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[3] 00007fffd001c448 rip=00007f7d04c94528 in function gsignal in object /usr/lib/libc.so.6 loaded at 00007f7d04c61000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[4] 00007fffd001c450 rip=00007f7d04c9593a in function abort in object /usr/lib/libc.so.6 loaded at 00007f7d04c61000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[5] 00007fffd001c580 rip=00007f7d04cd2bb2 in function (null) in object /usr/lib/libc.so.6 loaded at 00007f7d04c61000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[6] 00007fffd001c7f0 rip=00007f7d04cd80fe in function (null) in object /usr/lib/libc.so.6 loaded at 00007f7d04c61000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[7] 00007fffd001c830 rip=00007f7d04cd88db in function (null) in object /usr/lib/libc.so.6 loaded at 00007f7d04c61000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[8] 00007fffd001c8a0 rip=00007f7d0384e24d in function CRYPTO_free in object /usr/lib/vmware/lib/libcrypto.so.1.0.1/libcrypto.so.1.0.1 loaded at 00007f7d037e9000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[9] 00007fffd001c8b0 rip=00007f7cf6c710ed in function SSL_CTX_set_alpn_protos in object /usr/lib/libssl.so.1.0.0 loaded at 00007f7cf6c26000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[10] 00007fffd001c8d0 rip=00007f7cf7353175 in function (null) in object /usr/lib/libcurl.so.4 loaded at 00007f7cf72ff000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[11] 00007fffd001ca60 rip=00007f7cf7356270 in function (null) in object /usr/lib/libcurl.so.4 loaded at 00007f7cf72ff000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[12] 00007fffd001ca90 rip=00007f7cf7310c2d in function (null) in object /usr/lib/libcurl.so.4 loaded at 00007f7cf72ff000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[13] 00007fffd001cab0 rip=00007f7cf73211f1 in function (null) in object /usr/lib/libcurl.so.4 loaded at 00007f7cf72ff000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[14] 00007fffd001cad0 rip=00007f7cf7334876 in function (null) in object /usr/lib/libcurl.so.4 loaded at 00007f7cf72ff000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[15] 00007fffd001cb70 rip=00007f7cf73354ad in function curl_multi_perform in object /usr/lib/libcurl.so.4 loaded at 00007f7cf72ff000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[16] 00007fffd001cca0 rip=00007f7cf733568d in function (null) in object /usr/lib/libcurl.so.4 loaded at 00007f7cf72ff000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[17] 00007fffd001cdc0 rip=00007f7cf73359ad in function curl_multi_socket_all in object /usr/lib/libcurl.so.4 loaded at 00007f7cf72ff000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[18] 00007fffd001cde0 rip=00007f7cf52b58a7 in function (null) in object /usr/lib/vmware/lib/libgvmomi.so.0/libgvmomi.so.0 loaded at 00007f7cf51d9000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[19] 00007fffd001ce20 rip=00007f7cf52b53b3 in function (null) in object /usr/lib/vmware/lib/libgvmomi.so.0/libgvmomi.so.0 loaded at 00007f7cf51d9000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[20] 00007fffd001cf00 rip=00007f7cf52a9413 in function (null) in object /usr/lib/vmware/lib/libgvmomi.so.0/libgvmomi.so.0 loaded at 00007f7cf51d9000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[21] 00007fffd001cf40 rip=00007f7cf52a96af in function (null) in object /usr/lib/vmware/lib/libgvmomi.so.0/libgvmomi.so.0 loaded at 00007f7cf51d9000
    2015-06-16T22:58:15+01:00[+0.012]| vmui| I120: SymBacktrace[22] 00007fffd001cf90 rip=00007f7cf52a98e5 in function gvmomi_session_connect_local in object /usr/lib/vmware/lib/libgvmomi.so.0/libgvmomi.so.0 loaded at 00007f7cf51d9000
    2015-06-16T22:58:15+01:00[+0.013]| vmui| I120: SymBacktrace[23] 00007fffd001cfc0 rip=00007f7cf3e7dffe in function _ZN6gvmomi3Cnx7ConnectEN3cui7CnxTypeEN4sigc4slotIvNS3_3nilES5_S5_S5_S5_S5_S5_EENS4_IvbRKNS_5ErrorES5_S5_S5_S5_S5_EE in object /usr/lib/vmware/lib/libvmwareui.so.0/libvmwareui.so.0 loaded at 00007f7cf34b6000
    2015-06-16T22:58:15+01:00[+0.013]| vmui| I120: SymBacktrace[24] 00007fffd001d270 rip=00007f7cf3efd55d in function _ZN3cui6CnxMgr12TryToConnectEbRKN4Glib6RefPtrINS_3CnxEEEPN6gvmomi3CnxEPNS_6DlgMgrE in object /usr/lib/vmware/lib/libvmwareui.so.0/libvmwareui.so.0 loaded at 00007f7cf34b6000
    2015-06-16T22:58:15+01:00[+0.013]| vmui| I120: SymBacktrace[25] 00007fffd001d620 rip=00007f7cf3f01677 in function _ZN3cui6CnxMgr7ConnectERKN4Glib6RefPtrINS_3CnxEEEPNS_6DlgMgrEbbN4sigc4slotIvbRKNS_5ErrorENS9_3nilESE_SE_SE_SE_EENSA_IvS6_bSE_SE_SE_SE_SE_EE in object /usr/lib/vmware/lib/libvmwareui.so.0/libvmwareui.so.0 loaded at 00007f7cf34b6000
    2015-06-16T22:58:15+01:00[+0.014]| vmui| I120: SymBacktrace[26] 00007fffd001dba0 rip=00007f7cf2e98980 in function _ZN2ui3App7ConnectERKN3cui7WeakPtrINS1_3CnxEEEPNS1_6DlgMgrEN4sigc4slotIvbRKNS1_5ErrorENS9_3nilESE_SE_SE_SE_EENSA_IvSE_SE_SE_SE_SE_SE_SE_EE in object /usr/lib/vmware/lib/libvmware.so/libvmware.so loaded at 00007f7cf2cb3000
    2015-06-16T22:58:15+01:00[+0.014]| vmui| I120: SymBacktrace[27] 00007fffd001ddd0 rip=00007f7cf2ea4b74 in function _ZN2ui3App11InitSessionERKN3utf6stringE in object /usr/lib/vmware/lib/libvmware.so/libvmware.so loaded at 00007f7cf2cb3000
    2015-06-16T22:58:15+01:00[+0.014]| vmui| I120: SymBacktrace[28] 00007fffd001e420 rip=00007f7cf2e9b67c in function _ZN2ui3App4InitEiPPc in object /usr/lib/vmware/lib/libvmware.so/libvmware.so loaded at 00007f7cf2cb3000
    2015-06-16T22:58:15+01:00[+0.014]| vmui| I120: SymBacktrace[29] 00007fffd001e810 rip=00007f7cf2e9bfa5 in function _ZN2ui3AppC1EiPPc in object /usr/lib/vmware/lib/libvmware.so/libvmware.so loaded at 00007f7cf2cb3000
    2015-06-16T22:58:15+01:00[+0.014]| vmui| I120: SymBacktrace[30] 00007fffd001e890 rip=00007f7cf2edb401 in function main in object /usr/lib/vmware/lib/libvmware.so/libvmware.so loaded at 00007f7cf2cb3000
    2015-06-16T22:58:15+01:00[+0.014]| vmui| I120: SymBacktrace[31] 00007fffd001eb20 rip=00007f7d05a8a5c7 in function main in object /usr/lib/vmware/bin/vmware loaded at 00007f7d05a74000
    2015-06-16T22:58:15+01:00[+0.014]| vmui| I120: SymBacktrace[32] 00007fffd001ec20 rip=00007f7d04c81790 in function __libc_start_main in object /usr/lib/libc.so.6 loaded at 00007f7d04c61000
    2015-06-16T22:58:15+01:00[+0.014]| vmui| I120: SymBacktrace[33] 00007fffd001ece0 rip=00007f7d05a89ce9 in function (null) in object /usr/lib/vmware/bin/vmware loaded at 00007f7d05a74000
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Unexpected signal: 6.
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace:
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[0] 00007fffd001b9d0 rip=00007f7cf792e47e rbx=00007f7cf792e250 rbp=0000000000000000 r12=00007fffd001be30 r13=00007fffd001c4c8 r14=00007fffd001c4c8 r15=0000000000000006
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[1] 00007fffd001ba00 rip=00007f7cf76d169a rbx=0000000000000006 rbp=00007f7d04ffe700 r12=00007fffd001be30 r13=00007fffd001c4c8 r14=00007fffd001c4c8 r15=0000000000000006
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[2] 00007fffd001be30 rip=00007f7cf76d184d rbx=0000000000000006 rbp=00007fffd001bf40 r12=00007f7d05cfc6c8 r13=00007fffd001c4c8 r14=00007fffd001c4c8 r15=0000000000000006
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[3] 00007fffd001bf10 rip=00007f7cf77144b8 rbx=0000000000000006 rbp=00007fffd001bf40 r12=00007f7d05cfc6c8 r13=00007fffd001c4c8 r14=00007fffd001c4c8 r15=0000000000000006
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[4] 00007fffd001c000 rip=00007f7d05229660 rbx=000000000000005b rbp=00007fffd001c7e0 r12=000000000000005b r13=00007fffd001c5f8 r14=00007fffd001c5f8 r15=0000000000000002
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[5] 00007fffd001c448 rip=00007f7d04c94528 rbx=000000000000005b rbp=00007fffd001c7e0 r12=000000000000005b r13=00007fffd001c5f8 r14=00007fffd001c5f8 r15=0000000000000002
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[6] 00007fffd001c450 rip=00007f7d04c9593a rbx=000000000000005b rbp=00007fffd001c7e0 r12=000000000000005b r13=00007fffd001c5f8 r14=00007fffd001c5f8 r15=0000000000000002
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[7] 00007fffd001c580 rip=00007f7d04cd2bb2 rbx=000000000000005b rbp=00007fffd001c7e0 r12=000000000000005b r13=00007fffd001c5f8 r14=00007fffd001c5f8 r15=0000000000000002
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[8] 00007fffd001c7f0 rip=00007f7d04cd80fe rbx=0000000000000003 rbp=00007fffd001c7f0 r12=00007f7d04dc5b51 r13=0000000000000000 r14=00007f7d068d8000 r15=000000000000001b
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[9] 00007fffd001c830 rip=00007f7d04cd88db rbx=00007f7d06a55760 rbp=0000000000000009 r12=0000000000000000 r13=0000000000000000 r14=00007f7d068d8000 r15=000000000000001b
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[10] 00007fffd001c8a0 rip=00007f7d0384e24d rbx=00007f7d06a55770 rbp=0000000000000009 r12=00007fffd001c990 r13=0000000000000000 r14=00007f7d068d8000 r15=000000000000001b
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[11] 00007fffd001c8b0 rip=00007f7cf6c710ed rbx=00007f7d06a55420 rbp=0000000000000009 r12=00007fffd001c990 r13=0000000000000000 r14=00007f7d068d8000 r15=000000000000001b
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[12] 00007fffd001c8d0 rip=00007f7cf7353175 rbx=00007fffd001c990 rbp=00007f7d06a60530 r12=0000000000000001 r13=0000000000000000 r14=00007f7d068d8000 r15=000000000000001b
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[13] 00007fffd001ca60 rip=00007f7cf7356270 rbx=00007f7d06a60530 rbp=00007fffd001cb19 r12=00007fffd001cb19 r13=00007f7d068d8000 r14=0000000000000000 r15=00000000ffffffff
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[14] 00007fffd001ca90 rip=00007f7cf7310c2d rbx=00007f7d06a60530 rbp=0000000000000000 r12=00007fffd001cb19 r13=00007f7d068d8000 r14=0000000000000000 r15=00000000ffffffff
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[15] 00007fffd001cab0 rip=00007f7cf73211f1 rbx=00007f7d06a60530 rbp=00007fffd001cb19 r12=0000000000000000 r13=00007f7d068d8000 r14=0000000000000000 r15=00000000ffffffff
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[16] 00007fffd001cad0 rip=00007f7cf7334876 rbx=00007f7d062f5a80 rbp=00007fffd001cb1a r12=0000000000000000 r13=00007f7d068d8000 r14=0000000000000000 r15=00000000ffffffff
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[17] 00007fffd001cb70 rip=00007f7cf73354ad rbx=00007f7d062f5a80 rbp=0000000000000000 r12=00007f7d068e0ba0 r13=0000000000001153 r14=00000000000086ba r15=00007f7d068d8000
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[18] 00007fffd001cca0 rip=00007f7cf733568d rbx=00007f7d062f5a80 rbp=0000000000000001 r12=0000000000000000 r13=0000000000000000 r14=00007f7d068c4220 r15=000000000000000d
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[19] 00007fffd001cdc0 rip=00007f7cf73359ad rbx=00007fffd001cdec rbp=00007f7d062f5a80 r12=0000000000000000 r13=0000000000000000 r14=00007f7d068c4220 r15=000000000000000d
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[20] 00007fffd001cde0 rip=00007f7cf52b58a7 rbx=00007fffd001cdec rbp=00007f7d068d1700 r12=0000000000000000 r13=0000000000000000 r14=00007f7d068c4220 r15=000000000000000d
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[21] 00007fffd001ce20 rip=00007f7cf52b53b3 rbx=00007f7d068c4030 rbp=00007f7d068d1730 r12=00007f7d068d1710 r13=00007f7d068d0b10 r14=00007f7d068c4220 r15=000000000000000d
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[22] 00007fffd001cf00 rip=00007f7cf52a9413 rbx=00007f7d06158340 rbp=00007f7d06905960 r12=00007f7d068c4030 r13=00007f7cf52aa0a0 r14=00007f7d068b6a60 r15=00007fffd001d1d0
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[23] 00007fffd001cf40 rip=00007f7cf52a96af rbx=00007f7d06158340 rbp=00007f7d068b6a60 r12=00007f7d068d0d00 r13=00007f7d068d1b30 r14=00007f7d06158260 r15=00007fffd001d1d0
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[24] 00007fffd001cf90 rip=00007f7cf52a98e5 rbx=00007f7d06158340 rbp=00007f7d068d0b70 r12=00007f7d068b6a60 r13=00007f7d068d1b30 r14=00007fffd001d220 r15=00007fffd001d1d0
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[25] 00007fffd001cfc0 rip=00007f7cf3e7dffe rbx=0000000000000001 rbp=00007f7d06a58150 r12=00007f7d068bc768 r13=00007f7d068b6a60 r14=00007fffd001d220 r15=00007fffd001d1d0
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[26] 00007fffd001d270 rip=00007f7cf3efd55d rbx=00007fffd001d4d0 rbp=00007f7d06a58150 r12=00007fffd001d4c0 r13=00007fffd001d4e0 r14=00007fffd001d510 r15=00007f7d067d6600
    2015-06-16T22:58:15+01:00[+0.018]| vmui| I120: Backtrace[27] 00007fffd001d620 rip=00007f7cf3f01677 rbx=00007fffd001dd70 rbp=00007f7d06a58150 r12=00007f7d068cdfb0 r13=00007f7d067d6600 r14=00007f7d068c1c30 r15=0000000000000000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: Backtrace[28] 00007fffd001dba0 rip=00007f7cf2e98980 rbx=00007fffd001dd10 rbp=00007fffd001dbc0 r12=00007fffd001dd70 r13=00007fffd001e330 r14=00007fffd001dd00 r15=00007fffd001dd30
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: Backtrace[29] 00007fffd001ddd0 rip=00007f7cf2ea4b74 rbx=00007fffd001e3c0 rbp=00007fffd001e330 r12=00007fffd001e320 r13=00007fffd001e890 r14=00007f7d067a5180 r15=00007fffd001e5a0
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: Backtrace[30] 00007fffd001e420 rip=00007f7cf2e9b67c rbx=00007fffd001e520 rbp=00007f7d068ce890 r12=0000000000000000 r13=00007fffd001e4b0 r14=00007fffd001e660 r15=00007fffd001e5a0
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: Backtrace[31] 00007fffd001e810 rip=00007f7cf2e9bfa5 rbx=00007fffd001e890 rbp=00007fffd001e940 r12=00007fffd001eae0 r13=00007fffd001eaa8 r14=00007fffd001ea98 r15=00007fffd001ea88
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: Backtrace[32] 00007fffd001e890 rip=00007f7cf2edb401 rbx=00007f7d060a3170 rbp=0000000000000001 r12=00007fffd001ecf8 r13=00007fffd001ecf8 r14=00007f7d0606e140 r15=00000000ffffffff
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: Backtrace[33] 00007fffd001eb20 rip=00007f7d05a8a5c7 rbx=00007f7d060a3170 rbp=00007f7d060a2e80 r12=0000000000000001 r13=00007fffd001ecf8 r14=00007f7d0606e140 r15=00000000ffffffff
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: Backtrace[34] 00007fffd001ec20 rip=00007f7d04c81790 rbx=0000000000000000 rbp=00007f7d05af7a50 r12=00007f7d05a89cc0 r13=00007fffd001ecf0 r14=0000000000000000 r15=0000000000000000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: Backtrace[35] 00007fffd001ece0 rip=00007f7d05a89ce9 rbx=0000000000000000 rbp=0000000000000000 r12=00007f7d05a89cc0 r13=00007fffd001ecf0 r14=0000000000000000 r15=0000000000000000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[0] 00007fffd001b9d0 rip=00007f7cf792e47e in function Util_BacktraceWithFunc in object /usr/lib/vmware/lib/libvmwarebase.so.0/libvmwarebase.so.0 loaded at 00007f7cf7571000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[1] 00007fffd001ba00 rip=00007f7cf76d169a in function Panic_Panic in object /usr/lib/vmware/lib/libvmwarebase.so.0/libvmwarebase.so.0 loaded at 00007f7cf7571000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[2] 00007fffd001be30 rip=00007f7cf76d184d in function Panic in object /usr/lib/vmware/lib/libvmwarebase.so.0/libvmwarebase.so.0 loaded at 00007f7cf7571000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[3] 00007fffd001bf10 rip=00007f7cf77144b8 in function (null) in object /usr/lib/vmware/lib/libvmwarebase.so.0/libvmwarebase.so.0 loaded at 00007f7cf7571000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[4] 00007fffd001c000 rip=00007f7d05229660 in function (null) in object /usr/lib/libpthread.so.0 loaded at 00007f7d05219000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[5] 00007fffd001c448 rip=00007f7d04c94528 in function gsignal in object /usr/lib/libc.so.6 loaded at 00007f7d04c61000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[6] 00007fffd001c450 rip=00007f7d04c9593a in function abort in object /usr/lib/libc.so.6 loaded at 00007f7d04c61000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[7] 00007fffd001c580 rip=00007f7d04cd2bb2 in function (null) in object /usr/lib/libc.so.6 loaded at 00007f7d04c61000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[8] 00007fffd001c7f0 rip=00007f7d04cd80fe in function (null) in object /usr/lib/libc.so.6 loaded at 00007f7d04c61000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[9] 00007fffd001c830 rip=00007f7d04cd88db in function (null) in object /usr/lib/libc.so.6 loaded at 00007f7d04c61000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[10] 00007fffd001c8a0 rip=00007f7d0384e24d in function CRYPTO_free in object /usr/lib/vmware/lib/libcrypto.so.1.0.1/libcrypto.so.1.0.1 loaded at 00007f7d037e9000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[11] 00007fffd001c8b0 rip=00007f7cf6c710ed in function SSL_CTX_set_alpn_protos in object /usr/lib/libssl.so.1.0.0 loaded at 00007f7cf6c26000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[12] 00007fffd001c8d0 rip=00007f7cf7353175 in function (null) in object /usr/lib/libcurl.so.4 loaded at 00007f7cf72ff000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[13] 00007fffd001ca60 rip=00007f7cf7356270 in function (null) in object /usr/lib/libcurl.so.4 loaded at 00007f7cf72ff000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[14] 00007fffd001ca90 rip=00007f7cf7310c2d in function (null) in object /usr/lib/libcurl.so.4 loaded at 00007f7cf72ff000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[15] 00007fffd001cab0 rip=00007f7cf73211f1 in function (null) in object /usr/lib/libcurl.so.4 loaded at 00007f7cf72ff000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[16] 00007fffd001cad0 rip=00007f7cf7334876 in function (null) in object /usr/lib/libcurl.so.4 loaded at 00007f7cf72ff000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[17] 00007fffd001cb70 rip=00007f7cf73354ad in function curl_multi_perform in object /usr/lib/libcurl.so.4 loaded at 00007f7cf72ff000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[18] 00007fffd001cca0 rip=00007f7cf733568d in function (null) in object /usr/lib/libcurl.so.4 loaded at 00007f7cf72ff000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[19] 00007fffd001cdc0 rip=00007f7cf73359ad in function curl_multi_socket_all in object /usr/lib/libcurl.so.4 loaded at 00007f7cf72ff000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[20] 00007fffd001cde0 rip=00007f7cf52b58a7 in function (null) in object /usr/lib/vmware/lib/libgvmomi.so.0/libgvmomi.so.0 loaded at 00007f7cf51d9000
    2015-06-16T22:58:15+01:00[+0.019]| vmui| I120: SymBacktrace[21] 00007fffd001ce20 rip=00007f7cf52b53b3 in function (null) in object /usr/lib/vmware/lib/libgvmomi.so.0/libgvmomi.so.0 loaded at 00007f7cf51d9000
    2015-06-16T22:58:15+01:00[+0.020]| vmui| I120: SymBacktrace[22] 00007fffd001cf00 rip=00007f7cf52a9413 in function (null) in object /usr/lib/vmware/lib/libgvmomi.so.0/libgvmomi.so.0 loaded at 00007f7cf51d9000
    2015-06-16T22:58:15+01:00[+0.020]| vmui| I120: SymBacktrace[23] 00007fffd001cf40 rip=00007f7cf52a96af in function (null) in object /usr/lib/vmware/lib/libgvmomi.so.0/libgvmomi.so.0 loaded at 00007f7cf51d9000
    2015-06-16T22:58:15+01:00[+0.020]| vmui| I120: SymBacktrace[24] 00007fffd001cf90 rip=00007f7cf52a98e5 in function gvmomi_session_connect_local in object /usr/lib/vmware/lib/libgvmomi.so.0/libgvmomi.so.0 loaded at 00007f7cf51d9000
    2015-06-16T22:58:15+01:00[+0.020]| vmui| I120: SymBacktrace[25] 00007fffd001cfc0 rip=00007f7cf3e7dffe in function _ZN6gvmomi3Cnx7ConnectEN3cui7CnxTypeEN4sigc4slotIvNS3_3nilES5_S5_S5_S5_S5_S5_EENS4_IvbRKNS_5ErrorES5_S5_S5_S5_S5_EE in object /usr/lib/vmware/lib/libvmwareui.so.0/libvmwareui.so.0 loaded at 00007f7cf34b6000
    2015-06-16T22:58:15+01:00[+0.020]| vmui| I120: SymBacktrace[26] 00007fffd001d270 rip=00007f7cf3efd55d in function _ZN3cui6CnxMgr12TryToConnectEbRKN4Glib6RefPtrINS_3CnxEEEPN6gvmomi3CnxEPNS_6DlgMgrE in object /usr/lib/vmware/lib/libvmwareui.so.0/libvmwareui.so.0 loaded at 00007f7cf34b6000
    2015-06-16T22:58:15+01:00[+0.021]| vmui| I120: SymBacktrace[27] 00007fffd001d620 rip=00007f7cf3f01677 in function _ZN3cui6CnxMgr7ConnectERKN4Glib6RefPtrINS_3CnxEEEPNS_6DlgMgrEbbN4sigc4slotIvbRKNS_5ErrorENS9_3nilESE_SE_SE_SE_EENSA_IvS6_bSE_SE_SE_SE_SE_EE in object /usr/lib/vmware/lib/libvmwareui.so.0/libvmwareui.so.0 loaded at 00007f7cf34b6000
    2015-06-16T22:58:15+01:00[+0.021]| vmui| I120: SymBacktrace[28] 00007fffd001dba0 rip=00007f7cf2e98980 in function _ZN2ui3App7ConnectERKN3cui7WeakPtrINS1_3CnxEEEPNS1_6DlgMgrEN4sigc4slotIvbRKNS1_5ErrorENS9_3nilESE_SE_SE_SE_EENSA_IvSE_SE_SE_SE_SE_SE_SE_EE in object /usr/lib/vmware/lib/libvmware.so/libvmware.so loaded at 00007f7cf2cb3000
    2015-06-16T22:58:15+01:00[+0.021]| vmui| I120: SymBacktrace[29] 00007fffd001ddd0 rip=00007f7cf2ea4b74 in function _ZN2ui3App11InitSessionERKN3utf6stringE in object /usr/lib/vmware/lib/libvmware.so/libvmware.so loaded at 00007f7cf2cb3000
    2015-06-16T22:58:15+01:00[+0.021]| vmui| I120: SymBacktrace[30] 00007fffd001e420 rip=00007f7cf2e9b67c in function _ZN2ui3App4InitEiPPc in object /usr/lib/vmware/lib/libvmware.so/libvmware.so loaded at 00007f7cf2cb3000
    2015-06-16T22:58:15+01:00[+0.021]| vmui| I120: SymBacktrace[31] 00007fffd001e810 rip=00007f7cf2e9bfa5 in function _ZN2ui3AppC1EiPPc in object /usr/lib/vmware/lib/libvmware.so/libvmware.so loaded at 00007f7cf2cb3000
    2015-06-16T22:58:15+01:00[+0.021]| vmui| I120: SymBacktrace[32] 00007fffd001e890 rip=00007f7cf2edb401 in function main in object /usr/lib/vmware/lib/libvmware.so/libvmware.so loaded at 00007f7cf2cb3000
    2015-06-16T22:58:15+01:00[+0.021]| vmui| I120: SymBacktrace[33] 00007fffd001eb20 rip=00007f7d05a8a5c7 in function main in object /usr/lib/vmware/bin/vmware loaded at 00007f7d05a74000
    2015-06-16T22:58:15+01:00[+0.021]| vmui| I120: SymBacktrace[34] 00007fffd001ec20 rip=00007f7d04c81790 in function __libc_start_main in object /usr/lib/libc.so.6 loaded at 00007f7d04c61000
    2015-06-16T22:58:15+01:00[+0.021]| vmui| I120: SymBacktrace[35] 00007fffd001ece0 rip=00007f7d05a89ce9 in function (null) in object /usr/lib/vmware/bin/vmware loaded at 00007f7d05a74000
    2015-06-16T22:58:15+01:00[+0.021]| vmui| W110:
    2015-06-16T22:58:15+01:00[+0.021]| vmui| W110+ The core dump limit is set to ZERO; no core dump should be expected
    2015-06-16T22:58:15+01:00[+0.113]| vmui| W110: Core dumped.
    2015-06-16T22:58:15+01:00[+0.113]| vmui| I120: Core dump pipes to process /usr/lib/systemd/systemd-coredump %p %u %g %s %t %e, core file unreliable
    2015-06-16T22:58:15+01:00[+0.113]| vmui| W110: A core file is available in "/home/gaston/core.5777"
    2015-06-16T22:58:15+01:00[+0.113]| vmui| I120: Msg_Post: Error
    2015-06-16T22:58:15+01:00[+0.113]| vmui| I120: [msg.log.error.unrecoverable] VMware Workstation unrecoverable error: (vmui)
    2015-06-16T22:58:15+01:00[+0.113]| vmui| I120+ Unexpected signal: 6.
    2015-06-16T22:58:15+01:00[+0.113]| vmui| I120: [msg.panic.haveLog] A log file is available in "/tmp/vmware-gaston/vmware-ui-5366.log".
    2015-06-16T22:58:15+01:00[+0.113]| vmui| I120: [msg.panic.requestSupport.withoutLog] You can request support.
    2015-06-16T22:58:15+01:00[+0.113]| vmui| I120: [msg.panic.requestSupport.vmSupport.windowsOrLinux]
    2015-06-16T22:58:15+01:00[+0.113]| vmui| I120+ To collect data to submit to VMware support, choose "Collect Support Data" from the Help menu.
    2015-06-16T22:58:15+01:00[+0.113]| vmui| I120+ You can also run the "vm-support" script in the Workstation folder directly.
    2015-06-16T22:58:15+01:00[+0.113]| vmui| I120: [msg.panic.response] We will respond on the basis of your support entitlement.
    2015-06-16T22:58:15+01:00[+0.113]| vmui| I120: ----------------------------------------
    2015-06-16T22:58:15+01:00[+0.113]| vmui| I120: Exiting
    Last edited by gastonovic (2015-06-16 22:14:58)

    gastonovic wrote:
    WorMzy wrote:Welcome to the forums, gastonovic. Please use code tags when pasting terminal output.
    Sorry , I'm just new here
    No worries, and thank you for fixing your post.
    It might help if you tell us how you installed Vmware workstation. Did you follow the wiki?

  • Qosmio F50-111: Control buttons stopped working using VMWARE Workstation

    Hi,
    Since Ive installed VMWARE Workstation v6.0.3, my touch buttons (play, pause, stop, media center, next, previous, mute, and light, webcam, and dolby) stopped working.
    So Ive chosen to restore my Vista before the installation on my VMWARE. It works my buttons work again...
    BUT I need to install this software (vmware) for my job use.
    I've already tried to remove and install then new Value Added Package from Toshiba Website, but it doesn't work.
    Please help me
    It mean that the applications (in the TBS folder, like TDspBtn.exe, TBSbtnSt.exe,...) start running but stop immediately.
    Thank's for your comming help

    I tried to disable VMware services but it didn't solve the problem but I found something interesting.
    I opened the windows Event Viewer and in Windows logs &gt; System I saw that for each boot of the PC there is a log about TBS, Toshiba Button Support which says:
    "Aucun p&eacute;riph&eacute;rique de s&eacute;curit&eacute; du module de plateforme s&eacute;curis&eacute;e compatible trouv&eacute; sur cet ordinateur. Impossible de d&eacute;marrer les services de base de module de plateforme s&eacute;curis&eacute;e."
    I don't know the english message but it's something like no compatible device of security of safety platform found on this computer. Unable to start The base services of the module of safety platform.
    I hope this with help us and Toshiba to find where does this incompatibility comes from.
    * System
    - Provider
    [ Name|http://forums.computers.toshiba-europe.com/forums/] Microsoft-Windows-TBS
    [ Guid|http://forums.computers.toshiba-europe.com/forums/] {51480c1a-90aa-416e-98fd-4c11f735349b}
    EventID 537
    Version 0
    Level 4
    Task 0
    Opcode 0
    Keywords 0x8000000000000000
    - TimeCreated
    [ SystemTime|http://forums.computers.toshiba-europe.com/forums/] 2009-01-04T03:54:49.807Z
    EventRecordID 32303
    Correlation
    - Execution
    [ ProcessID|http://forums.computers.toshiba-europe.com/forums/] 1100
    [ ThreadID|http://forums.computers.toshiba-europe.com/forums/] 4324
    Channel System
    Computer JCLB-X300-126
    - Security
    [ UserID|http://forums.computers.toshiba-europe.com/forums/] S-1-5-19
    EventData
    now in XML
    * &lt;Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"&gt;
    * &lt;System&gt;
    &lt;Provider Name="Microsoft-Windows-TBS" Guid="{51480c1a-90aa-416e-98fd-4c11f735349b}" /&gt;
    &lt;EventID&gt;537&lt;/EventID&gt;
    &lt;Version&gt;0&lt;/Version&gt;
    &lt;Level&gt;4&lt;/Level&gt;
    &lt;Task&gt;0&lt;/Task&gt;
    &lt;Opcode&gt;0&lt;/Opcode&gt;
    &lt;Keywords&gt;0x8000000000000000&lt;/Keywords&gt;
    &lt;TimeCreated SystemTime="2009-01-04T03:54:49.807Z" /&gt;
    &lt;EventRecordID&gt;32303&lt;/EventRecordID&gt;
    &lt;Correlation /&gt;
    &lt;Execution ProcessID="1100" ThreadID="4324" /&gt;
    &lt;Channel&gt;System&lt;/Channel&gt;
    &lt;Computer&gt;JCLB-X300-126&lt;/Computer&gt;
    &lt;Security UserID="S-1-5-19" /&gt;
    &lt;/System&gt;
    &lt;EventData /&gt;
    &lt;/Event&gt;

  • VMware Workstation 5 beta

    I have installed VMware® Workstation 5 beta replacing the version provided by your impressive package.
    I have restarted the initial Oracle10g_SLE9 OBE virtual machine but have lost the virtual network configuration. Have you already tried this 5 Beta installation on your configuration. What parameter/configuration files do I have to restore. Could you provide a short list of configurations I have to restore ?
    I was so impressed by your environment that I have the intention to buy VMware Workstation 5 when ready.
    Regards,
    Eugene Lejeune

    The current VMware WS 5 Beta (build 12544) works just fine with both the SuSE and Red Hat VMs. Minimal/optional changes if any.
    Irrespective of V5, each time you re-install VMware you have to make sure the subnets are set correctly as the installation process will choose a random subnet then the network will not be reachable to/from the VM. See readme for detailed manual steps to fix it. on the Guest you should see:
    Ethernet adapter VMware Network Adapter VMnet1:
    Connection-specific DNS Suffix . :
    IP Address. . . . . . . . . . . . : 10.10.10.1
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    Ethernet adapter VMware Network Adapter VMnet8:
    Connection-specific DNS Suffix . :
    IP Address. . . . . . . . . . . . : 192.168.203.1
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    I choose not to upgrade hardware and all worked without any changes at all. I see the warning about the VMware tools not up to-date, otherwise I can ping to/from the VM, all services are running as well as all the 2 NICs are defined. I suggest you review the network settings, press REVERT before you start with V5 and it will be OK.
    good luck,
    Saar.

  • Need your suggestion : VMWare Workstation Network Bridge Never works

    Hi, I am new to the Archlinux, and begin to love this distribution, event though I struggling all the time to get my archlinux up to running. It is very painful move from windows to Linux because some of my company software only runs correctly under windows (most of time get error under wine...), so I need to install VMWare-Workstation on my PC.
    With the help from Arch Fan's Blog I successfully installed VMWare-WorkSation 7.1 on my arch (64bit version) and everything works fine except the network. Not matter how I struggle search on the google I just can not make the network adapter working under bridge mode. which works perfectly under windows OS.
    So I wonder is any one have the same issue and will be great help if you can share your experience.
    Thanks A lot !!
    BTW: My PC only have one Wireless Network card enabled, so I have disable the eth0 on "/etc/rc.conf"

    abraham10 wrote:Have you tried Virtual box instead and what about crossover?
    thanks for reply,
    Virtualbox not support some USB features which is required by the software and however, I found Virtualbox alway consume more system resource than VMWare-Workstation, so that is the reason I need to stick to the VMWare.

  • [SOLVED] VMware Workstation 7.1.4 fails to start/build on kernel 3.0

    Since new kernel 3.0 update I cannot rebuild vmware modules
    ~ >>> sudo vmware-modconfig --console --install-all
    Unable to initialize kernel module configuration
    or start the Workstation
    ~ >>> vmware
    Logging to /tmp/vmware-igor/setup-7740.log
    Unable to initialize module building library
    Does anybody know what's wrong?
    Last edited by karabaja4 (2011-08-12 17:55:38)

    Hi, I've been reading these forums since switched from slackware and gentoo to arch about 4 years ago. This is the first time I've been unable to fix a problem from searching here or the wiki
    I'm having trouble installing vmware workstation.
    So I recompiled the kernel and nvidia linking it to the .0-ARCH.
    └⇥ uname -a
    Linux myhost 3.0.0-ARCH #1 SMP PREEMPT Wed Aug 10 07:29:07 UTC 2011 x86_64 AMD Turion(tm) 64 X2 Mobile Technology TL-56 AuthenticAMD GNU/Linux
    For the rest I followed the wiki to install vmware. Everything goes swimmingly until
    └⇥ sudo vmware-modconfig --console --install-all
    Password:
    Stopping VMware services:
       VMware USB Arbitrator                                               done
       VM communication interface socket family                            done
       Virtual machine communication interface                             done
       Virtual machine monitor                                             done
       Blocking file system                                                done
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-root/modules/vmmon-only'
    make -C /lib/modules/3.0.0-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
      MODULEBUILDDIR= modules
    make[1]: Entering directory `/usr/src/linux-3.0.0-ARCH'
      CC [M]  /tmp/vmware-root/modules/vmmon-only/linux/driver.o
    /tmp/vmware-root/modules/vmmon-only/linux/driver.c:40:28: fatal error: linux/smp_lock.h: No such file or directory
    compilation terminated.
    make[2]: *** [/tmp/vmware-root/modules/vmmon-only/linux/driver.o] Error 1
    make[1]: *** [_module_/tmp/vmware-root/modules/vmmon-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-3.0.0-ARCH'
    make: *** [vmmon.ko] Error 2
    make: Leaving directory `/tmp/vmware-root/modules/vmmon-only'
    Unable to install vmmon
    Does anyone have a suggestion of where to poke around?

Maybe you are looking for