From owner-freebsd-questions Fri Mar 30 7:31: 7 2001 Delivered-To: freebsd-questions@freebsd.org Received: from mailgw2.netvision.net.il (mailgw2.netvision.net.il [194.90.1.9]) by hub.freebsd.org (Postfix) with ESMTP id 958B437B71D for ; Fri, 30 Mar 2001 07:31:03 -0800 (PST) (envelope-from amir@boom.org.il) Received: from active.ath.cx (ras14-p127.hfa.netvision.net.il [62.0.112.127]) by mailgw2.netvision.net.il (8.9.3/8.9.3) with ESMTP id RAA02231; Fri, 30 Mar 2001 17:32:23 +0200 (IST) Date: Fri, 30 Mar 2001 17:30:59 +0200 (IST) From: Amir Shalem X-X-Sender: To: Cc: Subject: VMWare on FreeBSD, werid problems. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Since i upgraded to freebsd-4.3-rc, I'm having problems I tried to use both vmware2-2.0.3.799_1 and vmware2-2.0.3.799_2 (from http://www.mindspring.com/~vsilyaev/vmware/) I configured it with bridge to fxp0 (happen also without bridge) On both versions, it compiles well and installs. now, whenever I run /usr/local/etc/rc.d/vmware.sh I get this: (root@active [/usr/local/etc/rc.d])# ./vmware.sh stop ifconfig: interface vmnet1 does not exist ifconfig: interface vmnet1 does not exist ngctl: shutdown: No such file or directory (root@active [/usr/local/etc/rc.d])# ./vmware.sh start ./vmware.sh: cannot create /compat/linux/dev/vmnet1: no such device or address (root@active [/usr/local/etc/rc.d])# (root@active [~])# kldstat Id Refs Address Size Name 1 12 0xc0100000 2d3550 kernel 2 1 0xc0e5a000 6000 linprocfs.ko 3 1 0xc0eba000 3000 daemon_saver.ko 4 3 0xc10d4000 12000 linux.ko 6 1 0xc110a000 2000 rtc.ko 8 1 0xc111f000 4000 if_tap.ko 9 1 0xc1113000 3000 ng_socket.ko 10 3 0xc1225000 8000 netgraph.ko 13 1 0xc125b000 3000 ng_ether.ko 14 1 0xc125e000 4000 ng_bridge.ko 25 1 0xc122d000 9000 vmmon_up.ko (root@active [~])# ls -l /compat/linux/dev/vm* crw-r--r-- 1 root wheel 200, 0 Mar 30 17:20 /compat/linux/dev/vmmon crw-r--r-- 1 root wheel 149, 0x00010001 Mar 30 17:20 /compat/linux/dev/vmnet1 (this error is from vmware2-2.0.3.799_1, on vmware2-2.0.3.799_2 it shown error about /compat/linux/dev/vmnet0) I'm hoping you can help me out here.. thanks, Amir. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message