![]() |
|
|||||||
| OpenBSD General Other questions regarding OpenBSD which do not fit in any of the categories below. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|||
|
EHLO !
I'm really interested by "vmt" driver (VMware Tools driver) but I can't get it work. These driver as been updated on the 4.8 version to support clean shutdown et reboot through hypervisor request as mentionned on the man page (in the past, it was "only" a timedelta sensor). Quote:
Then I have tested the following How To: Code:
# cd /usr/src # wget ftp://your.mirror/pub/OpenBSD/4.5/sys.tar.gz # tar -xzvpf sys.tar.gz # cp /bsd /bsd.backup # cp /usr/src/sys/arch/i386/conf/GENERIC /usr/src/sys/arch/i386/conf/GENERIC.vmt # vi /usr/src/sys/arch/i386/conf/GENERIC.vmt -> uncomment the line: vmt0 at mainbus? # VMware Tools # cd /usr/src/sys/arch/i386/conf # config GENERIC.vmt # cd .. # make clean && make depend && make # make install source Could you help me ? |
|
||||
|
There's an error in your "How To"
If you used it as you posted it, you did not build a new kernel. After running the config of GENERIC, "cd .." takes you to the wrong directory. Your kernel build would not occur. It should have been "cd ../GENERIC.vmt" FAQ 5 needs to be perused, so you understand what you are doing when you rebuild a kernel, and what to expect. To check what kernel you are running with, just use this command: sysctl kern.version You'll get the first two lines of your dmesg, showing the name of the kernel, when and where and by who it was built.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
Thank you jggimi !
Now the VMT driver is correctly loaded in kernel. But this version of VMT don't have the last update as mentionned on the Manual Pages. It's only the timedelta sensor. How can I update only this module from CVS ? It seems that the last version have all the new features. |
|
|||
|
The OpenBSD kernel is not modular, you cannot pick and choose drivers from later releases.. that is unsupported.
|
|
||||
|
You have now learned a valuable lesson. Never blindly follow any "How To" you find on the Internet.
You can get the latest and greatest version of the driver by running -current. Please read FAQ 5.1.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
Thank you for details.
So, no clean way to install last VMT driver. How can I do proper shutdown of my OpenBSD 4.8 VM's on VMware ESXi ? |
|
||||
|
Clean way to install latest driver: use -current.
Without that driver, the only way to shutdown your OpenBSD guest is by its console, or, via its network connections.
__________________
OpenBSD LiveCDs/LiveDVDs |
|
|||
|
Okay, I'll try current.
I don't have anymore questions. Thank you
|
![]() |
| Tags |
| vmt driver vmware tools |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Which mouse driver | Mr-Biscuit | NetBSD General | 0 | 9th June 2010 12:43 AM |
| Vmware tools on Openbsd 4.6? | Stellar | OpenBSD Installation and Upgrading | 8 | 26th December 2009 06:42 PM |
| msk(4) Driver | indienick | FreeBSD General | 4 | 4th May 2009 04:51 PM |
| Driver development | WeakSauceIII | OpenBSD General | 5 | 31st May 2008 07:18 AM |
| NetBSD USB Driver | jmarc007 | NetBSD Installation and Upgrading | 1 | 13th May 2008 04:45 AM |