VMware vSphere

 View Only
  • 1.  Unable to launch VMware Remote Console on Linux

    Posted Oct 02, 2017 09:23 AM

    I have installed VMRC 10.1 on Fedora 26. I am unable to get this to start when using the links in vCenter.

    I am also unable to read the log files unless I am root, could this be the issue? How do I set VMRC to launch as sudo when using the links in vCenter web interface?



  • 2.  RE: Unable to launch VMware Remote Console on Linux

    Posted Oct 05, 2017 08:23 PM

    Without the log errors I am unable to provide an exact troubleshooting path. Something similar was resolved here: Unable to launch Remote Console on Linux

    If that does not resolve the issue, is there any change if you start the VMRC with sudo?



  • 3.  RE: Unable to launch VMware Remote Console on Linux

    Posted Oct 14, 2017 06:23 AM

    VMRC doesn't require sudo to run. What error are you getting?



  • 4.  RE: Unable to launch VMware Remote Console on Linux

    Posted Oct 16, 2017 11:51 AM

    I'm not getting any error that I know of, it's just not launching



  • 5.  RE: Unable to launch VMware Remote Console on Linux
    Best Answer

    Posted Oct 25, 2017 01:58 PM

    If you are still having this issue, I was seeing the same thing.  From looking at /var/log/messages.log, I saw that vmrc was segfaulting.  Exporting VMWARE_USE_SHIPPED_LIBS=force did the trick to get vmrc working for me.



  • 6.  RE: Unable to launch VMware Remote Console on Linux

    Posted Oct 30, 2017 12:30 PM

    I can see from journalctlthat mine is also segfaulting:-

    Oct 30 12:27:57 luke-pc audit[6342]: ANOM_ABEND auid=1000 uid=1000 gid=1000 ses=2 pid=6342 comm="vmrc" exe="/usr/lib/vmware/bin/appLoader" sig=11 res

    Oct 30 12:27:57 luke-pc kernel: vmrc[6342]: segfault at 68b0 ip 00000000000068b0 sp 00007ffcc49d2e58 error 14 in appLoader[561c9b4cf000+b6000]

    Oct 30 12:27:57 luke-pc systemd[1]: Started Process Core Dump (PID 6343/UID 0).

    Oct 30 12:27:57 luke-pc audit[1]: SERVICE_START pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@5-6343-0 comm="systemd" exe="/u

    Oct 30 12:27:57 luke-pc systemd-coredump[6344]: Process 6342 (vmrc) of user 1000 dumped core.

                                                   

                                                    Stack trace of thread 6342:

                                                    #0  0x00000000000068b0 n/a (n/a)

    Oct 30 12:27:57 luke-pc audit[1]: SERVICE_STOP pid=1 uid=0 auid=4294967295 ses=4294967295 msg='unit=systemd-coredump@5-6343-0 comm="systemd" exe="/us

    Oct 30 12:27:58 luke-pc abrt-server[6349]: Deleting problem directory ccpp-2017-10-30-12:27:57.460467-6342 (dup of ccpp-2017-09-26-16:41:39.858738-10

    Oct 30 12:27:58 luke-pc abrt-notification[6390]: Process 10161 (appLoader) crashed in ??()

    and I have set export VMWARE_USE_SHIPPED_LIBS=force in .bashrc and run source .bashrc but still get the same issue



  • 7.  RE: Unable to launch VMware Remote Console on Linux

    Posted Nov 23, 2017 03:29 PM

    Hi,

    I am having the same issue with VMRC on Debian.

    The release notes for VMRC V10.0.2 say the workaround is to use VMRC V9, but it seems the download for that has been removed.

    Is there anywhere those of us that STILL NEED TO USE IT, BECAUSE THE REPLACEMENT IS BROKEN can download V9?



  • 8.  RE: Unable to launch VMware Remote Console on Linux

    Posted Jan 03, 2018 06:50 PM

    The thread Remote Console 9.0 download will be updated when legacy downloads are available.



  • 9.  RE: Unable to launch VMware Remote Console on Linux