Search Criteria
Package Details: open-vm-tools-dkms 6:10.0.0-4
Git Clone URL: | https://aur.archlinux.org/open-vm-tools-dkms.git (read-only, click to copy) |
---|---|
Package Base: | open-vm-tools-dkms |
Description: | Open Virtual Machine Tools kernel modules (DKMS) |
Upstream URL: | http://open-vm-tools.sourceforge.net/ |
Keywords: | module vmware |
Licenses: | |
Conflicts: | |
Submitter: | davispuh |
Maintainer: | None |
Last Packager: | paul.wilk |
Votes: | 8 |
Popularity: | 0.004516 |
First Submitted: | 2015-09-17 16:05 |
Last Updated: | 2018-03-20 10:19 |
Dependencies (3)
- dkms
- linux-headers (linux-surfacepro3-git-headers, linux-aarch64-rock64-bin-headers, linux-ec2-headers, linux-galliumos-headers, linux-zest-git-headers, linux-lts49-kallsyms-headers, linux-bootsplash-headers, linux-fbcondecor-headers, linux-ck-fbcondecor-headers, linux-odroid-headers, linux-phicomm-n1-headers) (optional) – Header files for Linux kernel
- open-vm-tools (vmware-tools) (optional) – Open Virtual Machine Tools
Latest Comments
1 2 Next › Last »
eb3dgz commented on 2020-12-03 19:21
Not compile under kernel: 5.4.80-1-lts (x86_64)
This is the error:
Building module: cleaning build area... make -j1 KERNELRELEASE=5.4.80-1-lts VM_UNAME=5.4.80-1-lts MODULEBUILDDIR=/var/lib/dkms/open-vm-tools/10.0.0/build -C vmxnet; make VM_UNAME=5.4.80-1-lts MODULEBUILDDIR=/var/lib/dkms/open-vm-tools/10.0.0/build -C vmhgfs....(bad exit status: 2) Error! Bad return status for module build on kernel: 5.4.80-1-lts (x86_64) Consult /var/lib/dkms/open-vm-tools/10.0.0/build/make.log for more information. error: la orden no se ejecutó correctamente Dependencias opcionales para open-vm-tools-dkms open-vm-tools: Open Virtual Machine Tools [instalado] linux-headers: Header files for Linux kernel :: Ejecutando los «hooks» de posinstalación... (1/1) Install DKMS modules ==> dkms install --no-depmod -m open-vm-tools -v 10.0.0 -k 5.4.80-1-lts Error! Bad return status for module build on kernel: 5.4.80-1-lts (x86_64) Consult /var/lib/dkms/open-vm-tools/10.0.0/build/make.log for more information. ==> Warning, `dkms install --no-depmod -m open-vm-tools -v 10.0.0 -k 5.4.80-1-lts' returned 10 ==> depmod 5.4.80-1-lts
I need this for a remote server under vmware... any help will be appreciated.
vi1i commented on 2018-04-19 16:25
Having similiar issues as @hak8or, the link below is the full build/make.log that is referenced when it failed https://pastebin.com/AKfUjmwq
hak8or commented on 2018-03-17 19:38
Also having compilation issues on my system. https://pastebin.com/jTDbmehs
/var/lib/dkms/open-vm-tools/10.0.0/build/vmhgfs/dir.c:717:18: error: ‘struct inode’ has no member named ‘i_mutex’; did you mean ‘i_mode’?
thrimbor commented on 2016-07-04 14:40
This package is currently outdated and broken. Please fix.
Anonymous comment on 2016-04-15 10:05
Hi guys,
The package is currently not compiling on my side :
It looks like there's a compilation error with vmhgfs.
http://pastebin.com/7pnf4LNm
Any idea?
phearus commented on 2015-12-10 21:40
>> You should install open-vm-tools and use vmhgfs-fuse
The Arch wiki is out of date. How does one go about using vmhgfs-fuse for shares?
Edit: I have updated the wiki entry:
https://wiki.archlinux.org/index.php/VMware/Installing_Arch_as_a_guest#Tips_and_tricks
with the methods I managed to get to work using vmhgfs-fuse. It feels like a bit of a hack - comments or critiques?
Thanks.
davispuh commented on 2015-10-09 21:27
ok I added JackM patch and updated pkg, it works now, but this is last time I update it.
You should install open-vm-tools and use vmhgfs-fuse
sherwani commented on 2015-10-09 09:19
I am experiencing the same issue as JackM. I tried applying his patch, but no luck.
Now I am not getting anywhere, any guidance would be hugely appreciative.
davispuh commented on 2015-10-01 10:25
@JackM you can submit PR to https://github.com/davispuh/open-vm-tools-dkms
also it probably should be 0006 instead of 0001
I'll test, merge and update package later.
JackM commented on 2015-09-30 21:56
This bug discussing here
https://bugs.launchpad.net/ubuntu/+source/open-vm-tools/+bug/1500581
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800322
base on change betwen
https://github.com/torvalds/linux/commit/1f55a6ec940fb45e3edaa52b6e9fc40cf8e18dcb
and
https://github.com/torvalds/linux/commit/680baacbca69d18a6d7315374ad83d05ac9c0977
a write patch 0001-vmhgfs-support-linux-4.2.x-kernel.patch
Please accept it
https://gist.github.com/anonymous/613ee6cfc2b695e4c760
With this patch everything is working well :)