ports/63747: vmmon is not performing

Kaho Toshikazu kaho at easy.es.tuat.ac.jp
Thu Mar 4 08:50:17 UTC 2004


>Number:         63747
>Category:       ports
>Synopsis:       vmmon is not performing
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Mar 04 00:50:17 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Kaho Toshikazu
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
TUAT Japan
>Environment:
System: FreeBSD easy.es.tuat.ac.jp 5.2-CURRENT FreeBSD 5.2-CURRENT #34: Fri Feb 27 11:25:27 JST 2004 kaho at easy.es.tuat.ac.jp:/usr/src/sys/i386/compile/EASY i386


	
>Description:
  vmmon_up.ko including in vmware[23] is disabled
and vmware cannot operate. kernel says
"WARNING: Device driver "vmmon" has wrong version and is disabled.  Recompile KLD module."

>How-To-Repeat:
  Install vmware[23] and run it.
>Fix:
Please add cdevsw.d_version item.
example patch of vmware2 is below.
--- vmware-distrib/vmmon-only/freebsd/driver.c~ Thu Mar  4 15:11:03 2004
+++ vmware-distrib/vmmon-only/freebsd/driver.c  Thu Mar  4 16:27:03 2004
@@ -163,3 +163,4 @@
        .d_name =       DEVICE_NAME,
-       .d_maj =        CDEV_MAJOR
+       .d_maj =        CDEV_MAJOR,
+       .d_version =    D_VERSION
 #else


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list