Tarball for vmware-server-modules' PKGBUILD missing [SOLVED]

Edit: I realized that my subject line was mis-leading
Hello,
I've been an arch user for several months now. Amazingly, I've been able to work my way through all the problems I've had thus far (due, in large part, to the arch community and wikis). This is my first time actually posting for help.
I've been trying to install VMware-Server on my latest install of arch, when I run a 'makepkg' on the vmware-server-modules package I get:
==> ERROR: VMware-server-2.0.2-203138.x86_64.tar.gz was not found in the build directory
and is not a URL.
A link to the missing tarball can be found on the vmware-server-2.0.2 AUR page (http://aur.archlinux.org/packages.php?ID=6182), however, when I click on the link, it 404's. I've done multiple Google, vmware.com, and archlinux.org/forum searches and have found nothing. I'm at a complete loss for what to do at this point. I really can't find anything of use on the subject, am I the only person who's had/having this problem? Any help/suggestions are greatly appreciated.
Last edited by purilepolterguist (2010-07-18 19:21:51)

Turns out I'm just retarded. That's the actual vmware-server package from the VMware download site, which I actually downloaded and unpacked in search of the file itself For those who looked at this post, could no one have just gone, "Hey dumbass, it's the actual file from the VMware site."?

Similar Messages

  • Updated PKGBUILD for vmware-server-modules 2.0.2

    Hi.
    I have updated the PKGBUILD for the vmware-server-modules and added patches for kernel 2.6.35 and 2.6.36.
    The package is currently marked as an orphan, so I'll have to adopt it do upload the changes, right?
    Could someone please take a look at this, and say if it is good enough.
    I haven't really made any changes other than adding patches for kernel 2.6.35 and 2.6.36, but since there are some 'not so positive comments' following this package in AUR maybe there is more that should be done?
    It works on my x86_64 2.6.36-arch install.
    pkgname=vmware-server-modules
    pkgver=2.0.2
    pkgrel=4
    pkgdesc="Kernel modules for VMware Server"
    arch=('i686' 'x86_64')
    url="http://www.vmware.com/products/server/"
    license=('custom')
    depends=('kernel26>=2.6.32')
    makedepends=('kernel26-headers')
    conflicts=('vmware-workstation-modules' 'vmware-player-modules')
    install=vmware-server-modules.install
    _kernver=`uname -r`
    source=(VMware-server-2.0.2-203138-update-2.patch vmware-server-modules-autoconf.patch vmware-server-modules-vsock-kernel2.6.35.patch vmware-server-modules-vmmon-kernel2.6.36.patch)
    md5sums=('774a6361a443834205bc0172498bb2c0'
    '91ea48c3d4779f531cb942be09248dba'
    '3325f1b34eb21ee7d4cceb5f0da852f1'
    'bfd62533e023b696cf7ff45379732b71')
    case ${CARCH} in
    i686)
    source=(${source[@]} 'VMware-server-2.0.2-203138.i386.tar.gz')
    md5sums=(${md5sums[@]} '6eb844d1ab4aed6128438e5f587d10bb');;
    x86_64)
    source=(${source[@]} 'VMware-server-2.0.2-203138.x86_64.tar.gz')
    md5sums=(${md5sums[@]} 'cc7aef813008eeb7150c21547d431b39');;
    esac
    build() {
    cd "$srcdir/vmware-server-distrib/lib/modules/source"
    for module in *.tar; do
    tar xf $module
    done
    cd "$srcdir/vmware-server-distrib"
    # patch
    patch -p1 < ../VMware-server-2.0.2-203138-update-2.patch
    patch -p2 < ../vmware-server-modules-autoconf.patch
    if [[ ${_kernver:0:6} == "2.6.35" ]]; then
    patch -p1 < ../vmware-server-modules-vsock-kernel2.6.35.patch
    fi
    if [[ ${_kernver:0:6} == "2.6.36" ]]; then
    patch -p1 < ../vmware-server-modules-vsock-kernel2.6.35.patch
    patch -p1 < ../vmware-server-modules-vmmon-kernel2.6.36.patch
    fi
    cd "$srcdir/vmware-server-distrib/lib/modules/source"
    for module in vmci vsock vmmon vmnet; do
    make -C $module-only HEADER_DIR=/lib/modules/$_kernver/build/include || \
    return 1
    install -D -m644 $module-only/$module.ko \
    "$pkgdir/lib/modules/$_kernver/misc/$module.ko"
    done
    # License
    install -D -m644 "$srcdir/vmware-server-distrib/doc/EULA" \
    "$pkgdir/usr/share/licenses/vmware-server-modules/EULA"
    install -D -m644 "$srcdir/vmware-server-distrib/doc/open_source_licenses.txt" \
    "$pkgdir/usr/share/licenses/vmware-server-modules/open_source_licenses.txt"
    sed -i -e "s|KERNEL_VERSION='.*'|KERNEL_VERSION='$_kernver'|" \
    "$startdir/vmware-server-modules.install"

    i don'T think that there will ever be a PKGBUILD for VMWare, because it's commercial software... but i posted alot of hints in the "Package Configuration Problems" Forum...
    http://bbs.archlinux.org/viewtopic.php? … highlight=
    nearly each posible problem is described there... if u still have problems, post ur errors and anything u got about it there, and i try to help u.....

  • Vmware-server-modules and kernel 2.6.19 [solved]

    I'm trying to rebuild the vmware server modules from AUR for the new kernel. After adjusting the files for the kernel version and doing makepkg I get the following:
    ==> Validating source files with MD5sums
    VMware-server-1.0.1-29996.tar.gz ... Passed
    ==> Extracting Sources...
    ==> tar --use-compress-program=gzip -xf VMware-server-1.0.1-29996.tar.gz
    ==> Starting build()...
    Using 2.6.x kernel build system.
    make: Entering directory `/home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only'
    make -C /lib/modules/2.6.19-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-2.6.19-ARCH'
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/linux/hostif.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/common/cpuid.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/common/hash.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/common/memtrack.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/common/phystrack.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/common/task.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/common/vmx86.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/vmcore/moduleloop.o
    LD [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/vmmon.o
    Building modules, stage 2.
    MODPOST 1 modules
    CC /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/vmmon.mod.o
    LD [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/vmmon.ko
    make[1]: Leaving directory `/usr/src/linux-2.6.19-ARCH'
    cp -f vmmon.ko ./../vmmon.o
    make: Leaving directory `/home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only'
    Using 2.6.x kernel build system.
    make: Entering directory `/home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only'
    make -C /lib/modules/2.6.19-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-2.6.19-ARCH'
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/driver.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/hub.o
    CC [M] /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/userif.o
    /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/userif.c: In function 'VNetCopyDatagramToUser':
    /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/userif.c:629: error: 'CHECKSUM_HW' undeclared (first use in this function)
    /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/userif.c:629: error: (Each undeclared identifier is reported only once
    /home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/userif.c:629: error: for each function it appears in.)
    make[2]: *** [/home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only/userif.o] Error 1
    make[1]: *** [_module_/home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.19-ARCH'
    make: *** [vmnet.ko] Error 2
    make: Leaving directory `/home/mars/SRC/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmnet-only'
    ==> ERROR: Build Failed. Aborting...
    It seems the userif module breaks.  I haven't a clue how to solve this.  :?

    Progress:
    AUR
    which leads to
    http://www.vmware.com/community/thread. … 4&tstart=0
    EDIT: package in AUR has been updated. Thnx pizzapunk.

  • Oracle license for VMWare server

    A vendor is telling me I can not put their Oracle database on a VMWare server because it is only licensed for one CPU. I tried to explain I could set the VMWare session to only use one CPU but they said Oracle will not allow that. They have already proven it runs fine on VMWare but refuse to budge saying it is a dumb Oracle licensing requirement.
    Is this really true? Is it OK to use a product utilizing an Oracle database licensed for a single CPU to run on a VMWare server if I restrict the session to use only one CPU?

    Yes, this is correct. When using Oracle products in a virtual environment, you must count the amount of CPU-cores within the complete environment and/or cluster. So not only the single CPU which was assigned to your virtual server. The idea behind this calculation is simple: you can not guarantee that your virtual server will not consume more CPU power in the near future. You are able to assign more CPU's on the spot.
    If you need more info or help buying the right amount against the right price, feel free to contact me at: [email protected]
    Regards,
    Ruben van der Zwan
    Yenlo | Oracle license specialist | [email protected] | www.yenlo.nl
    Edited by: www.yenlo.nl on Aug 7, 2010 11:47 PM

  • SP1 for Windows Server 2008 R2 - Host ok for VmWare Server 2??

    Hello,
    I am running a VmWare Server 2.02 on a Windows Server 2008 R2 - Host. Are there any known problems with regard to VmWare Server 2 when installing SP1 on the Windwos Server 2008 R2 - Host? I was reluctand to install SP1, because I was unable to find information to that question. Has anybody out there with the same configuration done the SP1-Update already?
    Regards,Martin Kluge

    Thanks.. That's what I wanted to hear..
    any updates since you posted this thread? still working?
    It amazes me that they killed off Server, they could have moved it to paid and we would have been happy.
    ESXi is great if your hardware supports it, ours doesn't.
    We upgraded our linux OS when we did some disk upgrades on our secondary server a few weeks ago only to find server can't run on 2.6.41.. so -- its going to windows r2 2008.

  • Proper url for vmware server pkgbuild

    i cant seem to find the right url for this pkgbuild.  it fails every time with what is in the URL= field in the AUR pkgbuild (http://www.vmware.com/products/server/).   i visited the site, logged in and copied the URL of the tar.gz file for x86_64 and pasted that URL in the pkgbuild and now it still fails but without giving an error.  how are people getting around this?  i also tried storing it locally and just entering the file path but pacman doesnt seem to like that.  TIA

    the tarball is only available by secure login.  should i just change the "url" field in the PKGBUILD to localhost and make the tar available in the document root?

  • VMware-server: Any way to get this to work? Kernel issues! SOLVED

    Hi all,
    I am trying to get VMware server installed, but am having a lot of difficulty.
    According to multiple sources of information, I am told I need to install vmware-server-modules first.
    When I try to install, yaourt gives the following error: error: target not found: kernel26>=2.6.32.
    When I try to install vmware-server, yaourt gives the error error: target not found: kernel26>=2.6.29.
    FYI:
    $ uname -r
    3.2.5-1-ARCH
    The Wiki deals with VMware Player and Workstation, but not Server. There is a forum/aur information relating to installing Server which is quite old (mostly 2010, some 2011), however given I am running an up-to-date kernel I seem to be hitting a dead end. Is there anyone who knows how to get this working?
    I have seen:
    https://bbs.archlinux.org/viewtopic.php?id=101982
    https://aur.archlinux.org/packages.php?ID=6182
    I have tried VirtualBox in the past but have had issues getting the networking properly configured, so VMware remains my preference. If there are other decent virtualisation options I am willing to listen.
    Your assistance would be much appreciated!
    Last edited by emile (2012-03-03 09:46:32)

    Thank you for your posts. My own research and your comments has convinced me that VMware Server is not the right way forward nowadays.
    EXSi:
    I have an unused  box (Dell GX620 usff) which seems like it would be suitable to run EXSi and 2-3 VMs, but no more due to RAM limits of 4GB on the mobo. I THINK its 64-bit, but not 100% sure - knowing this is an EXSi requirement for recent versions is somewhat annoying. Also, from what I understand, there is no native Linux control application (vSphere is Windows only, right?), which makes VMware feel entirely like the wrong choice for me. 
    Citrix XenServer:
    This looks promising - does anyone use this?
    VirtualBox:
    I hear your comments ... maybe its time to do some reading on this. Seems like I'll only get it to work if I take the time to do it right. As usual, so no suprises there Given that it will be easier to experiment on my usual system than have to spend time on a new box, I think I'll investigate this first.
    Please feel free to leave further comments on this subject - I'm still interested in your experiences. It will however, be marked as SOLVED, as VMware-server is out.

  • [SOLVED] vmware server and kernel 2.6.26

    I'm having trouble building the vmware-server-modules and I see that there is a patch for the 2.6.24 and 2.6.25 versions of the kernel.  I've got 2.6.26, is there a module patch for this kernel version?
    FYI, the error I'm getting while building the vmware-server-modules is:
    CC [M] /var/abs/local/vmware-server-modules/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.o
    /var/abs/local/vmware-server-modules/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:146: error: unknown field 'nopage' specified in initializer
    /var/abs/local/vmware-server-modules/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:147: warning: initialization from incompatible pointer type
    /var/abs/local/vmware-server-modules/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:150: error: unknown field 'nopage' specified in initializer
    /var/abs/local/vmware-server-modules/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.c:151: warning: initialization from incompatible pointer type
    make[2]: *** [/var/abs/local/vmware-server-modules/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only/linux/driver.o] Error 1
    make[1]: *** [_module_/var/abs/local/vmware-server-modules/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.26-ARCH'
    make: *** [vmmon.ko] Error 2
    make: Leaving directory `/var/abs/local/vmware-server-modules/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmmon-only'
    ==> ERROR: Build Failed.
    Aborting...
    Last edited by murffatksig (2008-08-14 03:39:05)

    foutrelis wrote:
    I've modified PizzaPunk's PKGBUILD to include the patches from http://groups.google.com/group/vmkernelnewbies/files (VMware-server-vmmon-1.0.6-91891-2.6.26-1.patch & VMware-server-vmnet-1.0.6-91891-2.6.26-1.patch).
    If anyone's interested: vmware-server-modules
    FANTASTIC!  Thanks!

  • VMWare Server 2 Module compilation Module error 2.6.30-ARCH x86_64

    Hello,
    i completely changed my envoirenment to arch linux, including my homeserver.
    most things are absolutely cool with arch, but now i have a problem with installing VMWare Server 2.
    When running the installer vmware-config.pl i got following output:
    bash~./vmware-config.pl
    Making sure services for VMware Server are stopped.
    Stopping VMware autostart virtual machines:
    Virtual machines failed
    Stopping VMware management services:
    VMware Virtual Infrastructure Web Access
    VMware Server Host Agent failed
    Stopping VMware services:
    VMware Authentication Daemon done
    Virtual machine monitor done
    None of the pre-built vmmon modules for VMware Server is suitable for your
    running kernel. Do you want this program to try to build the vmmon module for
    your system (you need to have a C compiler installed on your system)? [yes] yes
    Using compiler "/usr/bin/gcc". Use environment variable CC to override.
    What is the location of the directory of C header files that match your running
    kernel? [/lib/modules/2.6.30-ARCH/build/include]
    Extracting the sources of the vmmon module.
    Building the vmmon module.
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-config2/vmmon-only'
    make -C /lib/modules/2.6.30-ARCH/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
    make[1]: Entering directory `/usr/src/linux-2.6.30-ARCH'
    CC [M] /tmp/vmware-config2/vmmon-only/linux/driver.o
    In file included from /tmp/vmware-config2/vmmon-only/linux/driver.c:31:
    /tmp/vmware-config2/vmmon-only/./include/compat_wait.h:78: error: conflicting types for 'poll_initwait'
    include/linux/poll.h:67: note: previous declaration of 'poll_initwait' was here
    In file included from /tmp/vmware-config2/vmmon-only/./include/vmware.h:38,
    from /tmp/vmware-config2/vmmon-only/linux/driver.c:99:
    /tmp/vmware-config2/vmmon-only/./include/vm_basic_types.h:108:7: warning: "__FreeBSD__" is not defined
    In file included from /tmp/vmware-config2/vmmon-only/./include/vcpuset.h:103,
    from /tmp/vmware-config2/vmmon-only/./include/modulecall.h:37,
    from /tmp/vmware-config2/vmmon-only/./common/vmx86.h:33,
    from /tmp/vmware-config2/vmmon-only/linux/driver.h:29,
    from /tmp/vmware-config2/vmmon-only/linux/driver.c:101:
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:329:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:333:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:401:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:407:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:460:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:506:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:551:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:595:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:640:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:684:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:729:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:773:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:775:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:816:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:860:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:862:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:903:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:945:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:947:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:986:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:1028:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:1030:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:1069:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:1223:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:1227:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:1313:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:1536:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:1663:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_atomic.h:1796:7: warning: "_MSC_VER" is not defined
    In file included from /tmp/vmware-config2/vmmon-only/./include/vm_asm_x86_64.h:39,
    from /tmp/vmware-config2/vmmon-only/./include/vm_asm.h:41,
    from /tmp/vmware-config2/vmmon-only/linux/driver.c:103:
    /tmp/vmware-config2/vmmon-only/./include/vm_asm_x86.h:486:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_asm_x86.h:779:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_asm_x86.h:820:7: warning: "_MSC_VER" is not defined
    /tmp/vmware-config2/vmmon-only/./include/vm_asm_x86.h:922:7: warning: "_MSC_VER" is not defined
    In file included from /tmp/vmware-config2/vmmon-only/./include/vm_asm.h:41,
    from /tmp/vmware-config2/vmmon-only/linux/driver.c:103:
    /tmp/vmware-config2/vmmon-only/./include/vm_asm_x86_64.h:56:7: warning: "_MSC_VER" is not defined
    In file included from /tmp/vmware-config2/vmmon-only/linux/driver.c:119:
    /tmp/vmware-config2/vmmon-only/./common/hostif.h:53:7: warning: "WINNT_DDK" is not defined
    /tmp/vmware-config2/vmmon-only/linux/driver.c: In function 'LinuxDriverSyncCallOnEachCPU':
    /tmp/vmware-config2/vmmon-only/linux/driver.c:1423: error: too many arguments to function 'smp_call_function'
    /tmp/vmware-config2/vmmon-only/linux/driver.c: In function 'LinuxDriver_Ioctl':
    /tmp/vmware-config2/vmmon-only/linux/driver.c:1987: error: 'struct task_struct' has no member named 'euid'
    /tmp/vmware-config2/vmmon-only/linux/driver.c:1987: error: 'struct task_struct' has no member named 'uid'
    /tmp/vmware-config2/vmmon-only/linux/driver.c:1988: error: 'struct task_struct' has no member named 'fsuid'
    /tmp/vmware-config2/vmmon-only/linux/driver.c:1988: error: 'struct task_struct' has no member named 'uid'
    /tmp/vmware-config2/vmmon-only/linux/driver.c:1989: error: 'struct task_struct' has no member named 'egid'
    /tmp/vmware-config2/vmmon-only/linux/driver.c:1989: error: 'struct task_struct' has no member named 'gid'
    /tmp/vmware-config2/vmmon-only/linux/driver.c:1990: error: 'struct task_struct' has no member named 'fsgid'
    /tmp/vmware-config2/vmmon-only/linux/driver.c:1990: error: 'struct task_struct' has no member named 'gid'
    /tmp/vmware-config2/vmmon-only/linux/driver.c:2007: error: too many arguments to function 'smp_call_function'
    make[2]: *** [/tmp/vmware-config2/vmmon-only/linux/driver.o] Error 1
    make[1]: *** [_module_/tmp/vmware-config2/vmmon-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.30-ARCH'
    make: *** [vmmon.ko] Error 2
    make: Leaving directory `/tmp/vmware-config2/vmmon-only'
    Unable to build the vmmon module.
    For more information on how to troubleshoot module-related problems, please
    visit our Web site at "http://www.vmware.com/go/unsup-linux-products" and
    "http://www.vmware.com/go/unsup-linux-tools".
    Execution aborted.
    so iam a beginner and can not figure out where the problem is.
    i looked around the internet and on the arch wiki but didnt find a sollution - there are often problems with module compilation with newer kernels, therefore there a patches, but not for my kernel.
    some people say, that VMWare Server 2 modules compiling fine with the 2.6.30 kernel.. maybe i have another problem.
    is this path correct for kernel headers?
    What is the location of the directory of C header files that match your running
    kernel? [/lib/modules/2.6.30-ARCH/build/include]
    I hope someone can help me.

    cool, i found a patch and installation works fine now !
    vmware-server.2.0.1_x64-modules-2.6.30-fix.sh
    and
    vmware-server.2.0.1_x64-modules-2.6.30-fix.patch
    what i did:
    wget both files to /tmp
    #cd /tmp
    #vi vmware-server.2.0.1_x64-modules-2.6.30-fix.sh
    and change the VMMODDIR variable to my fits (cause i installed vmware server somewhere else)
    #./vmware-server.2.0.1_x64-modules-2.6.30-fix.sh
    #cd vmwareserverdir/bin/
    #./vmware-config.pl
    source: http://communities.vmware.com/message/1286903
    Last edited by crabmeat (2009-08-18 13:18:47)

  • [solved] vmware-server aur build fails

    I'm trying to install vmware-server from aur.  Downloaded the .tar.gz file from vmware, placed it in the build directory, and let it go.  Build fails with the following:
    (in building vmware-server-modules)
    /tmp/yaourt-tmp-david/aur-vmware-server-modules/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmci-only/./include/vm_atomic.h:1536:7: warning: "_MSC_VER" is not defined
    /tmp/yaourt-tmp-david/aur-vmware-server-modules/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmci-only/./include/vm_atomic.h:1663:7: warning: "_MSC_VER" is not defined
    /tmp/yaourt-tmp-david/aur-vmware-server-modules/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmci-only/./include/vm_atomic.h:1796:7: warning: "_MSC_VER" is not defined
    make[2]: *** [/tmp/yaourt-tmp-david/aur-vmware-server-modules/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmci-only/linux/driver.o] Error 1
    make[1]: *** [_module_/tmp/yaourt-tmp-david/aur-vmware-server-modules/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmci-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.33-ARCH'
    make: *** [vmci.ko] Error 2
    make: Leaving directory `/tmp/yaourt-tmp-david/aur-vmware-server-modules/vmware-server-modules/src/vmware-server-distrib/lib/modules/source/vmci-only'
    ==> ERROR: Build Failed.
    Aborting...
    Error: Makepkg was unable to build vmware-server-modules package.
    Does anyone know of a solution?  virtualbox works great, but doesn't support TI's MSP430UIF FET, which is why I'm trying out vmware.
    Last edited by beretta (2010-05-07 17:32:03)

    Trying again... I haven't been able to find a solution.  Is there something else I should be doing to install vmware-server and vmware-server-modules?

  • [solution] Installing vmware server on x86_64

    I have been getting errors when attempting to run vmware-config.pl on vmware-server with kernel 2.6.30
    The error happened when compiling the modules
    A solution and a download link for the patch can be found here
    http://communities.vmware.com/message/1285430#1285430
    Last edited by JAcky (2009-07-04 14:33:27)

    Here's the errors I get after running vmware-config.pl
    The correct version of one or more libraries needed to run VMware Server may be
    missing. This is the output of ldd /usr/bin/vmware:
    linux-gate.so.1 => (0xffffe000)
    libm.so.6 => /lib/tls/libm.so.6 (0x00d8a000)
    libdl.so.2 => /lib/libdl.so.2 (0xf7ff2000)
    libpthread.so.0 => /lib/tls/libpthread.so.0 (0xf7fe0000)
    libX11.so.6 => not found
    libXtst.so.6 => not found
    libXext.so.6 => not found
    libXt.so.6 => not found
    libICE.so.6 => not found
    libSM.so.6 => not found
    libXrender.so.1 => not found
    libz.so.1 => not found
    libc.so.6 => /lib/tls/libc.so.6 (0x00b86000)
    /lib/ld-linux.so.2 (0x00b6d000)
    This program cannot tell for sure, but you may need to upgrade libc5 to glibc
    before you can run VMware Server.
    Some info about my OS:
    # uname -mrs
    Linux 2.6.9-42.0.0.0.1.ELsmp x86_64
    #/cat /etc/enterprise-release
    Enterprise Linux Enterprise Linux AS release 4 (October Update 4)
    Thanks!

  • Vmware server from aur

    Hi all,
    Recently Im trying get the vmware server to work. Both vmware-server 1.0.8_126538-1 as well as vmware-server-modules 1.0.8_126538-1 have built correctly. The issue appears when I try run the server:
    $ vmware
    /usr/lib/vmware/bin/vmware: symbol lookup error: /usr/lib/libgio-2.0.so.0: undefined symbol: g_thread_gettime
    And an additional info that might help:
    $ pacman -Qo /usr/lib/libgio-2.0.so.0
    /usr/lib/libgio-2.0.so.0 is owned by glib2 2.18.3-1
    Also I know that it works fine on my friend machine (packages updated to head as well as mine).
    I've found an issue connected with my problem submitted on gnome bugzilla: http://bugzilla.gnome.org/show_bug.cgi?id=543234 but the fix doesn't help.

    So I'm not alone trying to get VMware working again.
    I first thought of updating the PKGBUIlDs to the latest release of VMware and Linux and then would have scrapped some patches together.
    However, I haven't found a working solution for that yet, so I'm going to downgrade my kernel to 26 and try it from there. That will be much easier as there are existing patches in the net to get it working with that kernel.
    The problem is, that since version 2 has been released, the 1.x branch doesn't seem to be supported anymore.
    Anyway, how did you compile it against 2.6.27?
    Would you mind sharing your PKGBUILDS?
    Regards

  • Vmware Server 1.0.3 and kernel 2.6.22

    Maybe this will be of help to anyone...
    The modules for vmware server 1.0.3 don't compile under 2.6.22-ARCH kernel from testing, and as far as I know there is no patch to fix that automatically yet.  I was able to to compile them successfully using the information from post 11 in this thread: http://www.vmware.com/community/thread. … adID=92709 - the specific file that I had to edit was "/usr/src/linux-2.6.22-ARCH/include/asm-i386/page.h".

    To compile vmware workstation 6 for the new kernel check out this link.
    http://npw.net/2007/05/17/vmware-workst … inux-2622/

  • VMware Server

    Hello,
    I've recently purchased a dedicated server with Arch Linux installed...  I've compiled vmware-server and vmware-server-modules from AUR, made a bridge network via eth0... Question is, how do I configure the guest OSes (also Arch Linux)?
    If I supply one of the three IPs I've been assigned (only one is assigned to eth0 currently, the other two have no virtual interfaces) and set the gateway and DNS IPs to the eth0 IP address, I can't ping any domains nor get external access.
    What do I need to do to configure the Arch Linux guests to work?

    I can ping the host from the guest, and vice versa
    ifconfig from the guest:
    eth0 Link encap:Ethernet HWaddr 00:0C:29:7A:99:08
    inet addr:192.168.0.61 Bcast:192.168.0.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:1818 errors:0 dropped:0 overruns:0 frame:0
    TX packets:151 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:144912 (141.5 Kb) TX bytes:12435 (12.1 Kb)
    Interrupt:18 Base address:0x2000
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    route from guest:
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
    default 192.168.0.1 0.0.0.0 UG 0 0 0 eth0
    ifconfig from host:
    eth0 Link encap:Ethernet HWaddr 00:1D:72:BE:F5:08
    inet addr:192.168.0.16 Bcast:192.168.0.255 Mask:255.255.255.0
    inet6 addr: fe80::21d:72ff:febe:f508/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:176255 errors:0 dropped:0 overruns:0 frame:0
    TX packets:81160 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:183994239 (175.4 Mb) TX bytes:14043263 (13.3 Mb)
    Memory:fe9c0000-fe9e0000
    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:47153 errors:0 dropped:0 overruns:0 frame:0
    TX packets:47153 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:28426956 (27.1 Mb) TX bytes:28426956 (27.1 Mb)
    vmnet8 Link encap:Ethernet HWaddr 00:50:56:C0:00:08
    inet addr:172.16.79.1 Bcast:172.16.79.255 Mask:255.255.255.0
    inet6 addr: fe80::250:56ff:fec0:8/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:0 errors:0 dropped:0 overruns:0 frame:0
    TX packets:6 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
    route from host:
    Kernel IP routing table
    Destination Gateway Genmask Flags Metric Ref Use Iface
    192.168.0.0 * 255.255.255.0 U 0 0 0 eth0
    172.16.79.0 * 255.255.255.0 U 0 0 0 vmnet8
    default . 0.0.0.0 UG 0 0 0 eth0
    IPs have been changed to local ones for obvious reasons

  • Can't makepkg with vmware-server or virtualbox

    i can't makepkg either vmware-server or virtualbox, i get the following error:
    ==> Making package: vmware-server 2.0.2-1 i686 (Mon May 3 11:27:26 PDT 2010)
    ==> Checking Runtime Dependencies...
    ==> Missing Dependencies:
    -> xinetd
    -> vmware-server-modules
    ==> Checking Buildtime Dependencies...
    ==> ERROR: Could not resolve all dependencies.
    probably the simplest error ever, help?

    makepkg -s
    Plus install vmware-server-modules from the aur.
    Last edited by loafer (2010-05-03 18:51:38)

Maybe you are looking for

  • Changing attribute order in a mapping operator

    Is there a way that I can easily change the position or order of a mapping operator or object (e.g. Joiner object) without having to remove all the attributes in an object, and then either entering them manually or pulling them from the source to the

  • 2 Testing IDs from Pearson Vue

    Hi all, I'm new to this community, though I've been searching the forum in case of doubts. I read a similar problem here but it was not of much help. Here, I have a few problems regarding my certifications. Just FYI, I'm from INDIA and appeared for m

  • Events in SWO1

    Hi Experts, How to Create the Events in SWO1 and how the code for this is written. Plz also explain the generation of event as i have seen for many objects that there are no codes then how that event is actually triggered.. Plz reply Regards

  • Making a second iTunes Library

    I have a 15 gig itunes library, mixed between mp3 and aac files. I want to make a duplicate library, on my external HD, to make all the files mp3 to make some mp3 cds and dvds with. Is there an easy means to this? I have a current back up on my exter

  • Adobe Flash 11.4 Installed on pc, but doesn't appear in plugin add-on list. flash or youtube videos won't play

    Hi I updated to the latest flash player 11.4.402.287 today, both the activex or plugin versions appear in the flash manager. However, I am unable to play flash videos in youtube, the bar at the top indicates "Install missing plugin" I have repeated t