Page 3 of 9 FirstFirst 12345 ... LastLast
Results 21 to 30 of 86

Thread: VMware server 2 vsock warning

  1. #21
    Join Date
    Nov 2007
    Beans
    11
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: VMware server 2 vsock warning

    Quote Originally Posted by bond00 View Post
    For those who don't know how to patch the vmware-config.pl file it's simply:

    sudo patch /usr/bin/vmware-config.pl /path/to/vmware-config.pl.patch
    Or if you want to patch it before installing vmware from sources you need to go inside the unpacked source folder (in my case vmware-server-distrib) and do:

    patch bin/vmware-config.pl /path/to/vmware-config.pl.patch

    No sudo needed then and the installer works right away, otherwise you need to fix it after installing vmware.

  2. #22
    Join Date
    Nov 2007
    Beans
    11
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: VMware server 2 vsock warning

    Of course, this same problem occurs when you try to install the vmware-tools on for example an Ubuntu 8.10 server.

    Attached patch fixes that problem in the vmware-config-tools.pl script.

    You can either apply it to the source (in vmware-tools-distrib) by running

    patch bin/vmware-config-tools.pl /path/to/vmware-config-tools.pl.patch

    Or if you have already installed the tools

    sudo patch /usr/bin/vmware-config-tools.pl /path/to/vmware-config-tools.pl.patch
    Attached Files Attached Files
    Last edited by delgurth; December 8th, 2008 at 12:20 PM. Reason: Fixed wrong name of perl script and windows newlines in patch as addressed by Stumpy842

  3. #23
    Join Date
    Nov 2007
    Beans
    11
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: VMware server 2 vsock warning

    Quote Originally Posted by chaeron View Post
    In the meantime, if some kind soul was able to create a similar patch for the Workstation /usr/bin/vmware-config-tools.pl script, that would be very much appreciated!
    I've now also created a patch for my version of the vmware-config-tools.pl script, but that is for the Server version of VMWare and not the Workstation. But you can try to apply the patch to a copy of the script, to see if the patch can be applied.

  4. #24
    Join Date
    Oct 2008
    Beans
    3

    Smile Re: VMware server 2 vsock warning

    Thanks a lot! It worked like a charm for me! It would be interesting if VMware could patch it by default or Ubuntu to have it patched automatically. Not that I'm lazy, just that I like when things install flawlessly.

  5. #25
    Join Date
    Dec 2008
    Beans
    1

    Re: VMware server 2 vsock warning

    Thanks, now I am able to start up the virtual machine I needed so badly.

  6. #26
    Join Date
    Apr 2007
    Beans
    2

    Re: VMware server 2 vsock warning

    Quote Originally Posted by bond00 View Post
    Nice work Delgurth! Worked perfectly for me as well. For those who don't know how to patch the vmware-config.pl file it's simply:

    sudo patch /usr/bin/vmware-config.pl /path/to/vmware-config.pl.patch
    Thanks for posting the patch instructions--saved me a lot of searching!

  7. #27
    Join Date
    Dec 2008
    Beans
    1

    Talking Re: VMware server 2 vsock warning

    I was having the same problem and when I applied the patch to vmware-config.pl, the vsock module compilation worked just fine.

    Thanks

  8. #28
    Join Date
    Nov 2006
    Beans
    3

    Thumbs up Re: VMware server 2 vsock warning

    Quote Originally Posted by delgurth View Post
    Of course, this same problem occurs when you try to install the vmware-tools on for example an Ubuntu 8.10 server.

    Attached patch fixes that problem in the vmware-configure-tools.pl script.

    You can either apply it to the source (in vmware-tools-distrib) by running

    patch bin/vmware-configure-tools.pl /path/to/vmware-configure-tools.pl.patch

    Or if you have already installed the tools

    sudo patch /usr/bin/vmware-configure-tools.pl /path/to/vmware-configure-tools.pl.patch
    Thank you for this! For some reason I had to re-diff the patch from the link above, perhaps some spurious whitespace chars, but after that it worked fine.

    BTW, the line should be:

    sudo patch /usr/bin/vmware-config-tools.pl /path/to/vmware-config-tools.pl.patch

    Thanks again

  9. #29
    Join Date
    Nov 2007
    Beans
    11
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: VMware server 2 vsock warning

    Quote Originally Posted by Stumpy842 View Post
    Thank you for this! For some reason I had to re-diff the patch from the link above, perhaps some spurious whitespace chars, but after that it worked fine.

    BTW, the line should be:

    sudo patch /usr/bin/vmware-config-tools.pl /path/to/vmware-config-tools.pl.patch

    Thanks again
    Fixed the config thingy in my original post, thanks. And odd that you needed to re-diff the patch, seems it's in Windows newline format, but the original has Unix newline formatting. Trying to fix that now.
    Last edited by delgurth; December 8th, 2008 at 12:14 PM.

  10. #30
    Join Date
    May 2007
    Beans
    2

    Re: VMware server 2 vsock warning

    Hi delgurth!

    Thanks for the patch!

    I think that adding this to https://help.ubuntu.com/community/VMware/Server would help out users to find this info easier.

    Thanks again,

    nonZero

Page 3 of 9 FirstFirst 12345 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •