Results 1 to 7 of 7

Thread: VMWare server 1.09/64-bit jaunty? Retreat looming

  1. #1
    Join Date
    Jul 2005
    Beans
    54

    [SOLVED] VMWare server 1.09/64-bit jaunty? Retreat looming

    Hi-

    I have 4 PCs set with Hardy and VMWare Server 1.08. It has been very handy to be able to stamp out VMs on my desktop, then transfer them to the three laptops.

    Today,for a lark, I installed jaunty 64-bit on my desktop, but was unable to get VMWare 1.09 to compile:

    /tmp/vmware-config0/vmmon-only/linux/driver.c:1670: error: too many arguments to function ‘smp_call_function’
    make[2]: *** [/tmp/vmware-config0/vmmon-only/linux/driver.o] Error 1
    make[1]: *** [_module_/tmp/vmware-config0/vmmon-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.28-11-generic'
    make: *** [vmmon.ko] Error 2
    make: Leaving directory `/tmp/vmware-config0/vmmon-only'
    Unable to build the vmmon module.

    I did install VMWare server 2.0, but the Web interface doesn't cut it for me and I don't want to have to upgrade my three laptops to 2.0. I've looked around the web to debug my 1.09 compile problem without much luck. At this point, I'm thinking I'll just fall back to 32-bit Hardy on my desktop, but I wondered if anyone had any pointers that might save me the trouble?

    Thanks,
    John
    Last edited by lenticular; May 31st, 2009 at 06:14 PM. Reason: Problem solved

  2. #2
    Join Date
    Feb 2005
    Location
    Melbourne, Australia
    Beans
    13,510
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: VMWare server 1.09/64-bit jaunty? Retreat looming

    Quote Originally Posted by lenticular View Post
    Hi-

    I have 4 PCs set with Hardy and VMWare Server 1.08. It has been very handy to be able to stamp out VMs on my desktop, then transfer them to the three laptops.

    Today,for a lark, I installed jaunty 64-bit on my desktop, but was unable to get VMWare 1.09 to compile:

    /tmp/vmware-config0/vmmon-only/linux/driver.c:1670: error: too many arguments to function ‘smp_call_function’
    make[2]: *** [/tmp/vmware-config0/vmmon-only/linux/driver.o] Error 1
    make[1]: *** [_module_/tmp/vmware-config0/vmmon-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.28-11-generic'
    make: *** [vmmon.ko] Error 2
    make: Leaving directory `/tmp/vmware-config0/vmmon-only'
    Unable to build the vmmon module.

    I did install VMWare server 2.0, but the Web interface doesn't cut it for me and I don't want to have to upgrade my three laptops to 2.0. I've looked around the web to debug my 1.09 compile problem without much luck. At this point, I'm thinking I'll just fall back to 32-bit Hardy on my desktop, but I wondered if anyone had any pointers that might save me the trouble?

    Thanks,
    John
    There are numerous posts on installing 64-bit VMWare 1.0.x, just find one and follow the instructions.
    Regards, David.
    Please use the Forum search and Wiki search for immediate help
    Please mark your thread as Solved when appropriate
    New to technical forums?: How To Ask Questions The Smart Way

  3. #3
    Join Date
    Jul 2005
    Beans
    54

    Re: VMWare server 1.09/64-bit jaunty? Retreat looming

    Yep, search is a wonderful thing. For sure. That's why I used it before posting. The main threads suggest the any-any patch, but I just get no joy. For instance, following the steps suggested here:
    http://ubuntuforums.org/showthread.p...+vmware+server gives me the same error.

    All packages needed are installed and current.

    Perhaps, David, I could trouble you to point me to some of those numerous threads you mentioned.

    Thanks,
    John

  4. #4
    Join Date
    Feb 2005
    Location
    Melbourne, Australia
    Beans
    13,510
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: VMWare server 1.09/64-bit jaunty? Retreat looming

    Quote Originally Posted by lenticular View Post
    Yep, search is a wonderful thing. For sure. That's why I used it before posting. The main threads suggest the any-any patch, but I just get no joy. For instance, following the steps suggested here:
    http://ubuntuforums.org/showthread.p...+vmware+server gives me the same error.

    All packages needed are installed and current.

    Perhaps, David, I could trouble you to point me to some of those numerous threads you mentioned.
    http://ubuntuforums.org/showthread.php?t=966070
    http://ubuntuforums.org/showthread.php?t=1120414

    Download the VMWare 1.09 server .gz file, download and install the patch file and following the successful completion of all instructions, run this code to fix things on 64-bit systems so the console will run:

    Code:
    sudo cp /lib/libgcc_s.so.1 /usr/lib/vmware/lib/libgcc_s.so.1
    sudo cp /usr/lib/libpng12.so.0 /usr/lib/vmware/lib/libpng12.so.0
    sudo ln -s /usr/lib32 /usr/l32
    sudo sed -i -e 's:usr/lib/:usr/l32/:g'  /usr/lib32/gtk-2.0/2.10.0/loader-files.d/libgtk2.0-0.loaders
    sudo sed -i -e 's:usr/lib/:usr/l32/:g' /usr/lib32/libgdk_pixbuf-2.0.so.0.1200.9
    Last edited by dcstar; May 31st, 2009 at 10:04 AM.
    Regards, David.
    Please use the Forum search and Wiki search for immediate help
    Please mark your thread as Solved when appropriate
    New to technical forums?: How To Ask Questions The Smart Way

  5. #5
    Join Date
    Jul 2005
    Beans
    54

    Re: VMWare server 1.09/64-bit jaunty? Retreat looming

    That was extremely helpful, David! I'm up and running now.

    Thanks so much for your help.

    -John

  6. #6
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: VMWare server 1.09/64-bit jaunty? Retreat looming

    Thank you dcstar for linking to the threads I make re: VMWare. It is helpful to see them used and it helps me keep them up to date
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

  7. #7
    Join Date
    Jul 2005
    Beans
    54

    Re: VMWare server 1.09/64-bit jaunty? Retreat looming

    Thank you as well, Bodhi. Very nice guides!

    -John

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
  •