Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Mar 2004 17:42:07 +0900 (JST)
From:      Kaho Toshikazu <kaho@easy.es.tuat.ac.jp>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63747: vmmon is not performing
Message-ID:  <200403040842.i248g79c055883@easy.es.tuat.ac.jp>
Resent-Message-ID: <200403040850.i248oHKs062442@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403040842.i248g79c055883>