RE: vmwareport does not work

2000-11-16 Thread Reinier Bezuidenhout

Hi ... 
I'll give my worth of what the messages actually mean ..

 i get 
 
 kldload: can't load /usr/local/lib/vmware/lib/modules/vmmon_up.ko: File
 exists

This means the vmmon_up is already loaded  - do a   kldstat

 sysctl: unknown oid 'net.link.ether.bridge_refresh'

Seems like you do not have bridging compiled into the kernel ??

 kldload: can't load if_tap.ko: File exists

This also axists already - same as vmmon_up above

 ifconfig: ioctl (SIOCAIFADDR): File exists

The ifconfig fails because it has already been done on bootup
with the vmnet device - that's why the error  "File exists"

 
 what' s wrong then ? 
 

There doesn't seem to be anything wrong ... except that bridging
isn't on (I think), but depending on how you use vmware networking
it is not a show stopper.

Reinier

###
# #
#  R.N. Bezuidenhout  NetSeq Firewall #
#  [EMAIL PROTECTED]   http://www.nanoteq.co.za#  
# #
###

--
Date: 16-Nov-00
Time: 11:21:04

This message was sent by XFMail
--


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



vmwareport does not work

2000-11-15 Thread urded

I cvsuppped today to 4.2 beta
the problem is that i cannot get the vmnet module to run properly
if i issue (qfetr installation) : /usr/local/etc/rc.d/vmware.sh start

i get 

kldload: can't load /usr/local/lib/vmware/lib/modules/vmmon_up.ko: File exists
sysctl: unknown oid 'net.link.ether.bridge_refresh'
kldload: can't load if_tap.ko: File exists
ifconfig: ioctl (SIOCAIFADDR): File exists

what' s wrong then ? 


thanks a lot in advance



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message